/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
#displayYear {
   color: #ffffff;
}
.container hr {
   border-bottom: 1px solid #3abba7;
   opacity: 1;
   margin: 0;
}
   /********** Hover Color **********/
   body .header-button a.active:before {
      transform: scale(1);
   }
   body .dreamhub_menu > ul > li > a.active,
   body .mean-container .mean-nav ul li a.active {
      color: #3abba7;
   }
   .dreamhub_menu li a.active:before {
      width: 101%;
   }
   /********** Hover Color End **********/


   /********** Logo **********/
   body .logo_img img,
   body .main_sticky img,
   body .logo_thumb img {
      max-width: 280px;
      width: 100%;
   }
   /********** Logo End **********/


   /********** Button **********/
   .subs-btn a:before {
      position: absolute;
      content: "";
      z-index: -1;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: 5px;
      background: #140d36;
      transform: scale(0);
      transition: .5s;
   }
   .subs-btn a:hover:before {
      transform: scale(1);
   }
   /********** Button End **********/
/********** General End **********/


/********** About **********/
.sub_about .about-section {
   padding: 100px 0;
}
.sub_about .about-section.upper {
   padding-top: 0;
   padding-bottom: 0;
}
.sub_about .row.about-bg {
   padding: 100px 0 0;
}
li.icn-clr2 i {
   color: #ff3b34 !important;
}
body .dreamit-about-thumb img {
   max-width: 500px;
}
/********** About End **********/


/********** Testimonial **********/
.testi-thumb img {
   max-width: 80px;
}
.single-testi .testimonial-single-box:hover,
.single-testi .active.center .testimonial-single-box {
   background-color: #00224800 !important;
}
.single-testi .testimonial-single-box {
   background: #00224800;
}
.single-testi .testi-title h4,
.single-testi .testimonial-desc p,
.single-testi .testi-title span {
   color: initial;
}
/********** Testimonial End **********/


/********** Breadcrumb **********/
body .breatcam-section {
   background: none;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}
body .about.breatcam-section {
   background-image: url(../images/resource/about-bg.jpg);
}
body .service.breatcam-section {
   background-image: url(../images/resource/btr-bg.jpg);
}
body .team.breatcam-section {
   background-image: url(../images/resource/team-bg.jpg);
}
body .testi.breatcam-section {
   background-image: url(../images/resource/testi-bg.jpg);
}
body .contact.breatcam-section {
   background-image: url(../images/resource/contact-bg.jpg);
}
/********** Breadcrumb End **********/


/********** CTA **********/
body .subpage.subscribe-section {
   padding-top: 150px;
}
/********** CTA End **********/


/********** 1399px and below **********/
@media (max-width: 1399px) {
   /***** Logo *****/
   body .logo_img img,
   body .main_sticky img,
   body .logo_thumb img {
      max-width: 260px;
   }
   /***** Logo End *****/
}
/********** 1399px and below End **********/


/********** 1199px and below **********/
@media (max-width: 1199px) {
   /***** Logo *****/
   body .logo_img img,
   body .main_sticky img,
   body .logo_thumb img {
      max-width: 204px;
   }
   /***** Logo End *****/


   /***** Contact Us Page *****/
   body .contact-info-section {
      padding: 60px 0;
      padding-top: 100px;
   }
   body .contact-section {
      padding-bottom: 100px;
   }
   /***** Contact Us Page End *****/
}
/********** 1199px and below End **********/


/********** 991px and below **********/
@media (max-width: 991px) {
   /***** Logo *****/
   body .logo_img img,
   body .main_sticky img,
   body .logo_thumb img {
      max-width: 260px;
   }
   /***** Logo End *****/
}
/********** 991px and below End **********/


/********** 374px and below **********/
@media (max-width: 374px) {
   /***** Header *****/
   body .mean-container .mean-bar:before {
      font-size: 25px;
   }
   /***** Header End *****/
}
/********** 374px and below End **********/
