/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #444444;
}


.section_h2 {
  font-weight: 600;
  font-size: 24px;
  color: rgb(4, 17, 29);
}

.section_h2_blue {
  font-weight: 600;
  font-size: 24px;
  color: #f97233;
}

.section_h2_blue_20 {
  font-weight: 600;
  font-size: 20px;
  color: #f97233;
}

.section_h2_blue_24_80 {
  font-weight: 600;
  color: #f97233;
  font-size: 24px;
  margin-top: 110px;
}


.section_h2_w {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.section_h3 {
  font-weight: 600;
  font-size: 16px;
  color: rgb(4, 17, 29);
}

.content_p {
  font-weight: 400;
  font-size: 16px !important;
  color: rgb(112, 122, 131) !important;
}

.content_pr {
  font-weight: 400;
  font-size: 15px !important;
  color: rgb(112, 122, 131) !important;
}

.content_p_under {
  font-weight: 600;
  margin-top: 15px;
}

.content_p_under_2 {
  font-weight: 600;
  margin-top: 15px;
}

.content_p_under_3 {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-60 {
  margin-left: 60px;
}

.opacity-8 {
  opacity: .8;
}

.hero-img-position {
  position: relative;
  top: 45px;
  padding: 20px;
  left: 25px;
}

.hero-img-position-2 {
  position: relative;
  border-radius: 10px;
  top: 15px;
  border: 1px solid rgb(229 232 235 / 90%);
  width: 90%;
  float: right;
}

.bg_alternate_no_top {
  background-color: rgb(251, 253, 255);
  border-bottom: 1px solid rgb(229 232 235 / 60%);
}

.bg_alternate {
  background-color: rgb(251, 253, 255);
  border-top: 1px solid rgb(229 232 235 / 60%);
  border-bottom: 1px solid rgb(229 232 235 / 60%);
}

.bg_alternate_no_bottom {
  background-color: rgb(251, 253, 255);
  border-top: 1px solid rgb(229 232 235 / 60%);
}

.bg_alternate_img {
  background: linear-gradient(rgb(255 255 255 / 97%), rgb(255 255 255 / 93%)), url(https://static.graytraining.tv/withgray/talk/layout/images/v7b13z.svg) !important;
  background-position: center !important;
}

.section_90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.section_30_40d {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.section_30_30d {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

  .section_30_30e {
    padding-top: 30px !important;
    padding-bottom: 23px !important;
  }

.section_90d {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.section_70_90 {
  padding-top: 70px !important;
  padding-bottom: 90px !important;
}

.section_70_90d {
  padding-top: 70px !important;
  padding-bottom: 90px !important;
}

.section_70_90e {
  padding-top: 70px !important;
  padding-bottom: 90px !important;
}

.section_70_40 {
  padding-top: 70px !important;
  padding-bottom: 40px !important;
}

.section_70_40d {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.section_90_80d {
  padding-top: 90px !important;
  padding-bottom: 80px !important;
}

.section_60_180 {
  padding-top: 60px !important;
  padding-bottom: 180px !important;
}

.section_60_0 {
  padding-top: 60px !important;
  padding-bottom: 0px !important;
}

.section_60_0d {
  padding-top: 60px !important;
  padding-bottom: 0px !important;
}

.section_50_90 {
  padding-top: 50px !important;
  padding-bottom: 90px !important;
}

.section_50_90d {
  padding-top: 50px !important;
  padding-bottom: 90px !important;
}

.section_50_50d {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.section_60_60d {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.section_90_15d {
  padding-top: 90px !important;
  padding-bottom: 15px !important;
}

.section_65_50d {
  padding-top: 65px !important;
  padding-bottom: 50px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-40d {
  margin-bottom: 40px;
}

.mb-40e {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-60d {
  margin-bottom: 60px;
}

.pl-25 {
  padding-left: 25px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-90d {
  padding-top: 90px !important;
}

.testimonials_text {
  color: #f97233;
  font-size: 16px;
  font-weight: 800;
}




/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.blue-btn {
  color: #fff;
  border-radius: 10px;
  padding: 8px 27px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #f97233;
  font-weight: 600;
  background-color: #f97233;
  text-decoration: none;
}

.blue-btn:hover {
  transition: all 0.2s ease 0s;
  box-shadow: rgb(4 17 29 / 25%) 0px 0px 8px 0px;
  background: #e62938;
  border: 1px solid #e62938;
  color: #fff;
  text-decoration: none;
}

.blue-btn-outline {
  border-radius: 10px;
  padding: 8px 27px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #f97233;
  font-weight: 600;
  background-color: #fff;
  color: #f97233;
  text-decoration: none;
}

.blue-btn-outline:hover {
  transition: all 0.2s ease 0s;
  box-shadow: rgb(4 17 29 / 25%) 0px 0px 8px 0px;
  background: #fff;
  border: 1px solid #e62938;
  color: #e62938;
  text-decoration: none;
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
    text-decoration: none;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}

.hero_descripttion {
  margin: 0 auto !important;
  font-size: 18px !important;
  line-height: 31px !important;
  max-width: 770px !important;
  text-align: center !important;
  margin-top: 25px !important;
  opacity: .8;
}

.vimeo-background {
  z-index: 0;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
  z-index: 1;
}

#hero h1 {
  margin: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 64px;
  color: #fff;
}

#hero h1 span {
  color: #f97233;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
  font-weight: 400;
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
  border-radius: 10px;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #f97233;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 17px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #f97233;
}

#hero .icon-box:hover {
  border-color: #f97233;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  color: rgb(112, 122, 131) !important;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: rgb(4, 17, 29);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #f97233;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 20px;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f97233;
}

/*--------------------------------------------------------------
# Why GDM?
--------------------------------------------------------------*/
.why_gdm {
  padding-top: 20px;
}

.why_gdm .icon-box {
  padding-left: 15px;
}

.why_gdm .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.why_gdm .icon-box i {
  font-size: 48px;
  float: left;
  color: #f97233;
}

.why_gdm .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.why_gdm .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f97233;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  color: #f97233;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #f97233;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #f97233;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f97233;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f97233;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
  padding: 30px 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #151515;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #f97233;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #151515;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-size: 14px;
  color: #3b3b3b;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #626262;
}

.counts .image {
  background: url("../img/counts-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .counts .image {
    text-align: center;
  }

  .counts .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 5px 0;
  color: rgb(4, 17, 29);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgb(112, 122, 131);
  font-weight: 400;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f97233;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f97233;
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a:hover {
  color: #151515;
  background: #f97233;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}


.input_mandatory::after {
  content: " *";
  color: #e32;
  position: absolute;
  margin: 0px 0px 0px -20px;
  font-size: 20px;
  padding: 0 5px 0 0;
}

.icon-count-boxes {
  margin-top: 100px;
}

.icon-count-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.icon-count-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.icon-count-box .title a {
  color: #124265;
  transition: 0.3s;
}

.icon-count-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.icon-count-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #2487ce;
}

.icon-count-box:hover {
  transform: scale(1.08);
}

.icon-count-box:hover .title a {
  color: #2487ce;
}

.stats_container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-top: 35px;
}

.stats_col {
  width: 100%;
  display: inline-block;
  padding: 0;
  border-radius: 6px;
  padding-bottom: 30px;
  box-shadow: rgb(4 17 29 / 8%) 0px 0px 8px 0px;
}

.stats_col_a {
  font-weight: 600;
  font-size: 30px;
  color: rgb(53, 56, 64);
}

.stats_col_b {
  font-weight: 400;
  font-size: 16px;
  color: rgb(112, 122, 131);
  display: block;
}

#stats lottie-player {
  width: 160px;
  height: 120px;
}

.animated_title {
  line-height: 40px;
  font-weight: 600;
  font-size: 16px;
  color: rgb(112, 122, 131) !important;
}

.animated_title__container {
  font-weight: 600;
  overflow: hidden;
  height: 40px;
}

.animated_title__container:before {
  animated_title: "[";
  left: 0;
}

.animated_title__container:after {
  animated_title: "]";
  position: absolute;
  right: 0;
}

.animated_title__container:after,
.animated_title__container:before {
  position: absolute;
  top: 0;
  color: #16a085;
  font-size: 42px;
  line-height: 40px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.animated_title__container__text {
  display: inline;
  float: left;
  margin: 0;
}

.animated_title__container__list {
  margin-top: 0;
  padding-left: 31px;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 28s;
  animation-iteration-count: infinite;
}

.animated_title__container__list__item {
  line-height: 40px;
  margin: 0;
}

@-webkit-keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes change {

  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0);
  }

  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0);
  }

  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0);
  }

  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0);
  }

  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

@-o-keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes change {

  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0);
  }

  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0);
  }

  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0);
  }

  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0);
  }

  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

@-moz-keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes change {

  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0);
  }

  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0);
  }

  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0);
  }

  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0);
  }

  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

@keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes change {

  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0);
  }

  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0);
  }

  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0);
  }

  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0);
  }

  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

.content_odg {
  font-weight: 400;
  font-size: 16px !important;
  color: rgb(112, 122, 131) !important;
  margin: 0 auto;
  text-align: center;
  max-width: 1100px;
  margin-bottom: 10px;
}

.our_digital_solutions .icon-box {
  display: flex;
  align-items: center;
  padding: 15px;
  transition: 0.3s;
  border: 1px solid rgb(229, 232, 235);
  border-radius: 10px;
}

.our_digital_solutions .icon-box i {
  font-size: 24px;
  padding-right: 10px;
  line-height: 1;
}

.our_digital_solutions .icon-box h3 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.our_digital_solutions .icon-box h3 a {
  color: rgb(53, 56, 64);
  transition: 0.3s;
  font-weight: 400;
}

.our_digital_solutions .icon-box:hover {
  box-shadow: rgb(4 17 29 / 25%) 0px 0px 8px 0px;
  cursor: pointer;
}

.our_digital_solutions .icon-box:hover h3 a {
  color: rgb(53, 56, 64);
}

#custom_boxes_list .icon-box {
  display: flex;
  align-items: center;
  padding: 15px;
  transition: 0.3s;
  border: 1px solid rgb(229, 232, 235);
  border-radius: 10px;
}

#custom_boxes_list .icon-box i {
  font-size: 24px;
  padding-right: 10px;
  line-height: 1;
}

#custom_boxes_list .icon-box h3 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

#custom_boxes_list .icon-box h3 a {
  color: rgb(53, 56, 64);
  transition: 0.3s;
  font-weight: 400;
}

#custom_boxes_list .icon-box:hover {
  box-shadow: rgb(4 17 29 / 25%) 0px 0px 8px 0px;
  cursor: pointer;
}

#custom_boxes_list .icon-box:hover h3 a {
  color: rgb(53, 56, 64);
}

#magic_scroll .icon-box {
  display: flex;
  align-items: center;
  padding: 15px;
  transition: 0.3s;
  border: 1px solid rgb(229, 232, 235);
  border-radius: 10px;
}

#magic_scroll .icon-box i {
  font-size: 24px;
  padding-right: 10px;
  line-height: 1;
}

#magic_scroll .icon-box h3 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

#magic_scroll .icon-box h3 a {
  color: rgb(53, 56, 64);
  transition: 0.3s;
  font-weight: 400;
}

#magic_scroll .icon-box:hover {
  box-shadow: rgb(4 17 29 / 25%) 0px 0px 8px 0px;
  cursor: pointer;
}
#magic_scroll .icon-box:hover i { 
color:#f97233;
}

#magic_scroll .icon-box:hover h3 a {
  color: rgb(53, 56, 64);
} 

.icon_box_title {
  text-align: right !important;
  display: block !important;
  border: none !important;
  padding: 20px 0px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: rgb(32, 129, 226) !important;
}

.icon_box_title:hover {
  box-shadow: none !important;
  cursor: text !important;
}

.bd-img-position {
  position: relative;
  height: 300px;
  top: -35px;
}

.btn-gdm-blue {
  color: #f97233 !important;
  border-color: #f97233 !important;
  border-radius: 10px;
  color: #fff;
}

.btn-gdm-blue:hover {
  color: #e62938 !important;
  border-color: #e62938 !important;
  color: #fff;
}

.btn-close-position {
  position: absolute !important;
  right: 15px !important;
  top: 15px !important;
}

#test_your_site_section {
  padding: 35px 30px;
}

.test_your_site_form {
  border: none !important;
  padding: 30px 0 !important;
  padding-bottom: 0 !important;
}

.test_top_separator {
  border-top: 1px solid #e5e9ec;
  width: 100%;
  height: 1px;
  display: inline-block;
  opacity: .8;
}

.tts_1 {
  text-align: left;
}

.tts_2 {
  height: 35px;
  position: relative;
  top: 11px;
  opacity: .7;
}

.tts_3 {
  text-align: right;
}

.mt-80 {
  margin-top: 80px;
}

.logo_center_2 {
  text-align: center;
  margin-bottom: 40px;
}

.logo_center_2 img {
  height: 80px;
}

.column_2_center_container {
  box-shadow: rgb(4 17 29 / 8%) 0px 0px 8px 0px;
  padding: 40px 20px 30px 20px;
  border-radius: 10px;
}

.loading_iframe_container {
  z-index: 999;
  width: 100%;
  display: flex;
  position: absolute;
}

.loading_iframe_container img {
  height: 200px;
  z-index: 9;
  margin: 0 auto;
}

#custom_boxes_list i {
  color: #f97233 !important;
}

.logo_c2_2 {
  height: 65px !important;
  margin-bottom: 15px !important;
}

.tab_toggle_multi .nav-tabs {
  border: 0;
}

.tab_toggle_multi .nav-link {
  padding: 23px 10px 14px 10px;
  color: rgb(53, 56, 64);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
  background-color: rgba(255,255,255,0.8) !important;
  border: 1px solid rgb(229, 232, 235);
  border-radius: 10px;
}

.tab_toggle_multi .nav-link:hover {
  box-shadow: rgb(4 17 29 / 25%) 0px 0px 8px 0px;
  transition: all 0.1s ease 0s;
}

.tab_toggle_multi .nav-link i {
  font-size: 20px;
  line-height: 0;
  margin-bottom: 5px;
}

.tab_toggle_multi .nav-link h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 13px 0 0 0;
  color: rgb(53, 56, 64);
}

.tab_toggle_multi .nav-link:hover .i_tt_hover {
  color: #f97233 !important;
}

.tab_toggle_multi .nav-link:hover {
  color: #f97233;
}

.tab_toggle_multi .nav-link.active {
  transition: 0.3s;
  border-color: #f97233;
  background-color: rgba(255,255,255,0.8)  !important;
}

.tab_toggle_multi .nav-link.active h4 {
  color: #f97233;
}

.tab_toggle_multi .nav-link.active i {
  color: #f97233 !important;
}

.tab_toggle_multi .tab-content {
  margin-top: 30px;
}

.tab_toggle_multi .tab-pane.active {
  -webkit-animation: fadeIn 3s ease-out;
  animation: fadeIn 3s ease-out;
}

.tab_toggle_multi .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: #485664;
}

.tab_toggle_multi .tab-pane ul {
  list-style: none;
  padding: 0;
}

.tab_toggle_multi .tab-pane ul li {
  margin-bottom: 13px;
  display: flex;
}

.tab_toggle_multi .tab-pane ul i {
  font-size: 20px;
  margin-right: 4px;
  color: #f97233;
  display: block;
  float: left;
  padding-right: 5px;
  position: relative;
  bottom: 0px;
}

.tab_toggle_multi .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mta-20 {
  margin-top: 20px;
}

.mta-30 {
  margin-top: 30px;
}

.mla-20 {
  margin-left: 20px;
}

.scrolldown {
  position: absolute;
  bottom: 30px;
  width: 20px;
  z-index: 9;
}

.chevron {
  position: absolute;
  width: 20px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  cursor: pointer;
}

.chevron:hover {
  opacity: .7 !important;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }

  33% {
    opacity: 1;
    transform: translateY(-30px);
  }

  67% {
    opacity: 1;
    transform: translateY(-40px);
  }

  100% {
    opacity: 0;
    transform: translateY(-55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.lottie_1 {
  width: 550px;
  position: relative;
  left: 40px;
  top: 5px;
}

.lottie_2 {
  width: 450px;
  position: relative;
  top: -38px;
}

.lottie_3 {
  display: none;
}

.lottie_4 {
  width: 600px;
  margin: 0;
  padding: 0;
  position: relative;
  left: 70px;
  bottom: 55px;
}

#custom_boxes_list {
  display: none;
}


@media (max-width: 1250px) {

  .lottie_1 {
    width: 400px;
    position: relative;
    left: 55px;
    top: 5px;
  }
}

@media (max-width: 991px) {

  #magic_scroll {
    display: none;
  }

  #custom_boxes_list {
    display: block;
  }

  .content_p_under_3 {
      margin-top: 5px;
  }

  .tab_toggle_multi .nav-link h4 {
    font-size: 12px;
    font-weight: 500;
    margin: 13px 0 0 0;
    color: rgb(53, 56, 64);
    text-align: center;
  }

  .tab_toggle_multi .nav-link {
    padding: 32px 5px 18px 5px;
  }

  .tab_toggle_multi .nav-link i {
    font-size: 25px;
    line-height: 0;
    margin-bottom: 10px;
  }

  .tts_2 {
    top: 5px!important;
  }

  #test_your_site_section {
      padding: 35px 0px;
  }

  .test_your_site_form {
      padding-top: 0!important;
  }

  .column_2_center_container {
      box-shadow: rgb(4 17 29 / 8%) 0px 0px 8px 0px;
      padding: 30px 20px 30px 20px;
      border-radius: 10px;
  }

  .logo_center_2 {
      text-align: center;
      margin-bottom: 20px;
  }

  .logo_center_2 img {
      height: 60px;
  }

  .logo_c2_2 {
      height: 50px !important;
      margin-bottom: 5px !important;
  }

  .mb-40d {
    margin-bottom: 30px;
  }

  .mb-40e {
    margin-bottom: 0px;
  }

  .pt-90d {
    padding-top: 10px !important;
  }

  .section_h2_blue_24_80 {
    margin-top: 0;
  }

  .mb-60d {
    margin-bottom: 20px;
  }

  .lottie_4 {
    width: 300px;
    height: 300px;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }

  .section_h2_blue_pos {
    font-size: 28px !important;
  }

  .hero-img-position-2 {
    position: relative;
    border-radius: 10px;
    top: 0;
    border: 1px solid rgb(229 232 235 / 90%);
    width: 100%;
    float: unset;
  }

  #footer i {
    display: none;
  }

  #footer .footer-top .footer-links ul a {
    margin: 0 auto;
  }

  #footer .footer-top .footer-info {
    margin-bottom: 0;
  }

  #footer .footer-top {
    background: #151515;
    border-bottom: 1px solid #222222;
    padding: 45px 15px 0px 15px;
  }


  .testimonial-item {
    margin: 20px 15px 40px 15px !important;
  }

  .to-center-left {
    text-align: center;
  }

  .lottie_2 {
    display: none;
  }

  .lottie_3 {
    height: 500px;
    display: inline-block;
  }

  .icon_box_title {
    text-align: center !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    font-size: 18px !important;
    color: rgb(4, 17, 29) !important;
  }

  .lottie_1 {
    width: 100%;
    left: 0;
    top: 0;
    margin-bottom: 40px;
  }

  .mb-40-m {
    margin-bottom: 20px !important;
  }

  .section_90d {
    padding-top: 10px !important;
    padding-bottom: 50px !important;
  }

  .header-scrolled .mobile-nav-toggle {
    color: #434f59;
  }


  #hero .icon-box i {
    display: none;
  }

  #hero .icon-box h3 {
    margin: 0;
  }

  #hero .icon-box {
    padding: 8px 0;
  }

  #hero h1 {
    font-size: 30px;
  }

  #hero h2 {
    font-size: 17px;
  }

  .hero_intro_box {
    margin-top: 20px !important;
  }

  #hero .container {
    padding-top: 0;
  }

  .hero_descripttion {
    font-size: 15px !important;
    margin-top: 5px !important;
  }

  .mobile_title_b {
    display: block !important;
  }


}

@media (max-width: 800px) {
  .hero_descripttion {
    display: none !important;
  }

  .scrolldown {
    display: none;
  }

  #hero .container {
    padding: 0px 20px 0 20px;
  }
}

@media (max-width: 700px) {
  .section_50_90d {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }

  .section_50_50d {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }

  .section_60_60d {
    padding-top: 30px !important;
    padding-bottom: 35px !important;
  }

  .section_90_15d {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
  }

  .section_30_30d {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .section_30_40d {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }

  .section_65_50d {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
  }

  .section_90_80d {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }

  .section_60_0d {
    padding-top: 40px !important;
    padding-bottom: 45px !important;
  }
  .section_70_90d {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  .section_70_90e {
    padding-top: 40px !important;
    padding-bottom: 45px !important;
  }
  .section_70_40d {
    padding-top: 35px !important;
    padding-bottom: 30px !important;
  }
}

@media (max-width: 575px) {
  .wgdm_img {
    border-radius: 0 !important;
  }
}

@media (max-width: 450px) {
  #why_gdm .contact_1 {
    font-size: 30px;
  }

  #why_gdm .contact_2 {
    font-size: 16px;
    margin-bottom: 10px !important;
    padding: 0 20px;
  }

  #build_awareness .contact_1 {
    font-size: 30px;
  }

  #build_awareness .contact_2 {
    font-size: 16px;
    margin-bottom: 10px !important;
    padding: 0 20px;
    padding-top: 10px;
  }

  #all_tabs .contact_1 {
    font-size: 30px;
  }

    #spark_interest_consideration .contact_1 {
    font-size: 30px;
    line-height: 40px;
  }

  #spark_interest_consideration .contact_2 {
    font-size: 16px;
    margin-bottom: 10px !important;
    padding: 0 20px;
    padding-top: 10px;
  }

    #drive_conversions .contact_1 {
    font-size: 30px;
  }

  #drive_conversions .contact_2 {
    font-size: 16px;
    margin-bottom: 10px !important;
    padding: 0 20px;
    padding-top: 10px;
  }

  #unrivaled_reporting_digital_broadcast_campaigns .contact_1 {
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 9px;
  }

  #unrivaled_reporting_digital_broadcast_campaigns .contact_2 {
    font-size: 16px;
    margin-bottom: 10px !important;
    padding: 0 20px;
  }

  #test_your_site_modal .contact_1 {
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 9px;
  }

  #test_your_site_modal .contact_2 {
    font-size: 16px;
    margin-bottom: 10px !important;
    padding: 0 20px;
  }

  #video_production_design_services .contact_1 {
    font-size: 30px;
    line-height: 37px;
  }

  #video_production_design_services .contact_2 {
    font-size: 16px;
    margin-bottom: 0px !important;
    padding: 0 20px;
    padding-bottom: 0!important;
    padding-top: 20px;
  }

  #the_customer_journey .contact_1 {
    font-size: 28px;
  }

  #the_customer_journey .contact_2 {
    font-size: 16px;
    margin-bottom: 10px !important;
    padding: 0 20px;
  }

  #custom_boxes_list .contact_1 {
    font-size: 24px;
  }

  #custom_boxes_list .contact_2 {
    font-size: 16px;
    margin-bottom: 10px !important;
    padding: 0 20px;
  }

  #contact .contact_1 {
    font-size: 30px;
  }

  #contact .contact_2 {
    font-size: 16px;
    margin-bottom: 10px !important;
    padding: 0 20px;
  }

  #stats .contact_1 {
    font-size: 30px;
  }

  #stats .contact_2 {
    font-size: 16px;
    margin-bottom: 10px !important;
    padding: 0 20px;
  }

  #our_digital_solutions .contact_1 {
    font-size: 30px;
  }

  #our_digital_solutions .contact_2 {
    font-size: 16px;
    margin-bottom: 10px !important;
    padding: 0 20px;
  }

  #testimonials .contact_1 {
    font-size: 30px;
  }

  #testimonials .contact_2 {
    font-size: 16px;
    margin-bottom: 10px !important;
    padding: 0 20px;
  }
}

@media (max-width: 1200px) {

  .test-header-btn {
    display: none;
  }

  .mobile_title_b {
    display: unset;
  }

  .tab_toggle_multi .nav-link i {
    display: none!important;
  }

  .tab_toggle_multi .nav-link h4 {
    margin: 0!important;
    font-size: 12px!important;
  }
  .tab_toggle_multi .nav-link {
    padding: 10px 5px!important;
}

.funnel_latest {
  display: none!important;
}

}

@media (min-width: 1200px) {

  #all_tabs .nav-item {
    width: 20%!important;
  }

}



.MagicScroll-horizontal .mcs-item {
  width: auto!important;
  padding:5px;
}

.mcs-wrapper {
  height: 70px;
}


.blue_gray {
  color: #f97233!important;
  font-weight: 500;
}

.funnel-img {
    position: relative;
    border-radius: 10px;
    border: 1px solid rgb(229 232 235 / 90%);
    width: auto;
    margin: 0 auto;
    text-align: center;
    top: 29px;
    height: 230px;
}

.mb-20-15 {
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 20px!important;
}

.thin_bold {
    font-weight: 100!important;
    display: block;
}


.contact_1 {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0px;
  color: rgb(4, 17, 29);
}

.contact_2 {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  color: rgb(112, 122, 131);
}

.contact_2b {
  max-width: 600px;
  margin-top: 15px;
}