/**
* Template Name: Mentor - v2.2.1
* Template URL: https://bootstrapmade.com/mentor-free-education-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #444444;
  padding-top: 137px;
  letter-spacing: 0.36px;
}
#ecww-summary h4{font-family: 'Montserrat', sans-serif;}
a {
  color: #39b54a;
}
p {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.7;
}
a:hover {
  color: #86db9f;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}
.btn {
  border-radius: 0rem;
  font-size: 0.875rem;
  padding: 5px 18px;
  background: #28a745;
  color: #fff;
}
.btn:hover{background: transparent; border:1px solid #28a745; color: #28a745;}


@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
}
}



/* @media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
}
} */

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  /* bottom: 15px; */
  bottom: 9%;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #39b54a;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #3ac162;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #39b54a;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 8px 0;
  box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

#header .logo a {
  color: #39b54a;
}

#header .logo img {
  max-height: 77px;
  height: 74px;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}
.sticky {padding-top: 8px !important;transition: 0.3s;}
.sticky .topsectioin{display: none;transition: 0.3s;}
.sticky .logo img {
  height: 50px !important;transition: 0.3s;
}


.whitecolor{color: #fff !important;}
.topsectioin {
  background: rgb(236 236 236 / 78%);
  width: 100%;
  padding: 7px 0;
  margin-bottom: 8px;
}
.topsectioin .btn{background: transparent; color: #28a745; border: 1px solid #28a745;}
.topsectioin .btn:hover{background:#28a745; color: #fff; border: 1px solid #28a745;}
.topsectioin .social-links a {
  /* font-size: 15px; */
  display: inline-block;
  /* color: #fff; */
  line-height: 1;
  padding: 4px 0;
  margin-right: 0;
  /* border-radius: 50%; */
  text-align: center;
  width: 28px;
  height: 30px;
  transition: 0.3s;
}
.facebook {
  background: transparent;
  color: #334e91 !important;
  font-size: 26px;
}
.twitter{background: transparent;  color: #1da1f1 !important;  font-size: 22px;}
.linkedin{background: transparent;  color: #3185ba !important;  font-size: 22px;}
.pinterest{background: transparent;  color: #8c3aa9 !important;  font-size: 22px;}
.youtube{background: transparent;  color: #c92d23 !important;  font-size: 22px;}



.topsectioin .social-links a:hover {
  /* background: #28a745;
  color: #fff; */
  text-decoration: none;
}
.topcontact {
  float: right;
  width: 150px;
  position: relative;
  color: #37423b;
  font-size: 14px;
}
.topcontact:hover{color:#28a745}


.topcontact:before {
  content: "\e325";
  font-family: "Material Icons";
  display: block;
  position: absolute;
  right: 100%;
  font-size: 18px;
  color: #37423b;
  width: 20px;
  left: 7px;
  top: -3px;
}
@media (max-width: 767px) {
  body{padding-top: 90px;}
  #header.pt-0{padding-top: 10px !important;}
  .sticky .logo img {
    height: 40px !important;
    transition: 0.3s;
}
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #37423b;
  transition: 0.3s;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #39b54a;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #37423b;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #39b54a;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  margin-left: 22px;
  background: #39b54a;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.get-started-btn:hover {
  background: #3ac162;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 17px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #37423b;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #37423b;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #39b54a;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(32, 38, 34, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/* --------------------------------------- */

.nav-tabs {
  display: inline-block;
  border-bottom: none;
  padding-top: 15px;
  font-weight: bold;
}
.nav-tabs > li > a, 
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-radius: 0;
}

.nav-list { border-bottom: 1px solid #eee; }
.nav-list > li { 
  padding: 20px 15px 15px;
  border-left: 1px solid #eee; 
}
.nav-list > li:last-child { border-right: 1px solid #eee; }
.nav-list > li > a:hover { text-decoration: none; }
.nav-list > li > a > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 20px 15px 15px;
  text-align: center;
  width: 100%;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: #f6f6f6;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 72px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 62px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

#hero h2.bannertitle {
  color: #00a4ed;
  margin: 0px 0 1rem 0;
  font-size: 18px;

}
/* #hero h5.soldout {
  color: #00a4ed;
  margin: 0px 0 1rem 0;
  font-size: 22px;
} */
#hero h5.soldout {
  color: #019452;
  margin: 0px 0 1rem 0;
  font-size: 16px;
  background: #fff;
  width: 172px;
  margin: 0px auto;
  padding: 8px 5px;
  text-transform: uppercase;
}
#hero h3.bgband {
  background-image: url(../img/cross-band-1.png);
  background-repeat: no-repeat;
  min-height: 50px;
  margin: 2rem 1rem;
  background-position: center center;
  font-size: 20px;
  display: flex;
  text-align: center;
  align-items: center;
  width: auto;
  justify-content: center;
  color: #fff;
}
#hero h4{font-size: 20px; margin-bottom: 1.2rem;}
#hero .btn-get-started {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #39b54a;
  border: 2px solid #39b54a;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
.carousel-indicators{    bottom: 20px;}
@media (max-width: 768px) {
  .carousel-indicators{    bottom: -12px;}
  /* #hero {
    height: 600px !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding-top: 0;
} */
#hero {
  height: auto !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  padding-top: 0;

  padding-bottom: 0;
}
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2.bannertitle {
    font-size: 18px;
    line-height: 24px;
    margin-top: 1rem;
}
#hero h3.bgband{    font-size: 16px;    background-size: 95%;}
#hero h4 {font-size: 18px;}
.carousel-indicators li{background-color: #616362;}
}

@media (max-width: 1366px) {
  #hero {
    height: 65vh;
  }
  }
  .redbg {
    color: #39b54a;
    background: #fff;
    font-size: 16px;
    padding: 9px;
    display: inline-block;
    text-transform: uppercase;
}
.greencolor1 {
  color: #39b54a;
  background: #fff;
  font-size: 16px;
  padding: 9px;
  display: inline-block;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding:50px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f7f6;
}
.section-bg-1 {
  background-color: #ececec !important;
}
.section-bg-darkblue {
  background-color: #14184f;
}

.section-title {
  padding-bottom: 20px;
}
.section-title h2 small{color: #444444; font-size: 12px;}
.section-title h2 {
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  line-height: 1;
  margin: 0 0 5px 0;
  letter-spacing: 1px;
  color: #00a5ed;
  font-family: 'Montserrat', sans-serif;
}
.darkblue{color: #0e3255 !important;}


.breadcrumbs {
  background: #141859;
  padding: 45px 0;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 0px;
  }
  .breadcrumbs h2{margin: 2rem 0; text-align: center;}
  .breadcrumbs h3{margin: 1rem 0; text-align: center;}
  .mobile-logo{    text-align: center;}
  
}
.breadcrumbs h1 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.breadcrumbs h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #39b54a;
}
.breadcrumbs h3 {
  font-size: 18px;
  font-weight: 300;
}

.breadcrumbs p {
  font-size: 14px;
  margin-bottom: 0;
}
.blog0b{  padding: 30px 0;}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.aboutsection{max-height: 880px; overflow: visible;}
.aboutbg{
  background-image: url(../img/aboutbg.jpg);
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 100px;
}
.psdtop150{padding-top: 150px;}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.mbody .manab h2{color:#00a5ed; font-size: 20px; font-weight: normal;}
.mbody .manab h3{font-size: 14px; font-weight: normal; margin-bottom: 1rem;}
.mbody .labox{padding: 10px !important;}
.whitetext p, .whitetext h3{color: #fff !important;}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts .counters span {
  font-size: 45px;
  display: block;
  color: #00a5ed;
  font-weight: normal;
}
.contdiv {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}
.counters span{float: left; text-align: center;}
.brder-r{border-right: 1px solid #fff;}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-section{margin: 0  0 1.8rem 0;}
.blog-section h2 {
  font-size: 20px;
  font-weight: normal;
  color: #00a5ed;
}
.blog-detail h2{    color: #00a5ed; margin-bottom: 2rem;}
.blog-detail ul{ padding-inline-start: 18px;}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0px;
}

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: 0.3s;
  border: 1px solid #eef0ef;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #37423b;
  transition: 0.3s;
}

.features .icon-box:hover {
  border-color: #39b54a;
}

.features .icon-box:hover h3 a {
  color: #39b54a;
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.projectitem{background: #fff;}
.projectitem-body{
  padding: 1.5rem;
}
.projectitem-body h3 {
  color: #00a5ed;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.projectitem-body h4 {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 12px 0;
}
.projectitem-body ul {
  margin: 0.5rem 0 0;
  list-style: none;
  padding-inline-start: 10px;
  min-height:75px;
}

.projectitem-body ul li {
  position: relative;
  padding: .35rem 0;
  margin: 0 0 0 1rem;
  padding-left: 0.3rem;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
}
.projectitem-body ul li:before {
  font-family: "Material Icons";
  display: block;
  position: absolute;
  right: 100%;
  font-size: 22px;
  color: #00a5ed;
  top: 0;
}
.projectitem-body ul li.price:before { 
  content: "\eb4f"; 
  font-family: 'boxicons'!important;
}
.projectitem-body ul li.location:before { 
  content: "\e55f"; 
  font-family: "Material Icons";
}


.menudiv{position: relative;margin: 0; padding: 0;}
.menudiv ul {
  margin: 0.5rem 0 0;
  list-style: none;
  padding-inline-start: 10px;
  min-height:40px;
}
.menudiv ul li {
  position: relative;
  padding: .35rem 0;
  margin: 0 0 0 1rem;
  color: #000;
  padding-left: 0.3rem;
  font-weight: 300;
  font-size: 14px;
  line-height: 1 !important;
}
.menudiv ul li:before {
  font-family: "Material Icons";
  display: block;
  position: absolute;
  right: 100%;
  font-size: 18px;
  color: #00a5ed;
  top: 4px;
}
.menudiv ul li.price:before { 
  content: "\eb4f"; 
  font-family: 'boxicons'!important;
}
.menudiv ul li.location:before { 
  content: "\e55f"; 
  font-family: "Material Icons";
}

.cpsection .projectitem{background: #fff; border:1px solid #e2e2e2;
  /* box-shadow: 4px 6px 10px 0px rgb(0 0 0 / 10%);
-webkit-box-shadow: 4px 6px 10px 0px rgb(0 0 0 / 10%);
-moz-box-shadow:4px 6px 10px 0px rgb(0 0 0 / 10%);
  margin: 15px; */
}
.pfeature {
  box-shadow: 6px 2px 20px 0px rgba(176,195,202,0.5);
  -webkit-box-shadow: 6px 2px 20px 0px rgba(176,195,202,0.5);
  -moz-box-shadow: 6px 2px 20px 0px rgba(176,195,202,0.5);
  padding: 1.5rem 1rem;
  margin-bottom: 1rem;
}
.pfeature h2{font-size: 14px; font-weight:500; color:#00aeef}
/* .pfeature h3{font-size: 19px; font-weight:300; color:#000} */
.pfeature h3{font-size: 14px; font-weight:300; color:#000}

/* section.stick {padding: 0; background-color: #fff;} */
section.stick {
  padding: 5px 0;
  background-color: #019452;
}
.stick {
  top: 66px;
  z-index: 996;
  position: fixed;
  width: 100%;
}
.sticksection{border-top:1px solid #e5e5e5 ; margin: 0;padding:1rem 0;border-bottom:1px solid #e5e5e5 ;}
.sticksection .nav{    justify-content: center;
  align-items: center;}

  .sticksection.stick  .nav-link {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.sticksection .nav-link{font-size: 14px; font-weight: normal; color: #424242;border-bottom: 2px solid transparent !important;}
/* .sticksection .nav-link.active{color: #424242; border-bottom: 2px solid #00aeef!important;} */

/* .sticksection.stick .nav-link.active, */
.sticksection.stick  .nav-link:hover{color: #fff; border-bottom: 2px solid #00aeef!important;}
/* .navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
} */
.labox{
  background: #fff;
  box-shadow: 6px 2px 20px 0px rgba(176,195,202,0.5);
  -webkit-box-shadow: 6px 2px 20px 0px rgba(176,195,202,0.5);
  -moz-box-shadow: 6px 2px 20px 0px rgba(176,195,202,0.5);
  padding: 1.5rem;}
.locadv .list-group-item {padding-left: 0; padding-right: 0px;}
  .iconsection .media {margin-bottom: 2rem;    align-items: center;}
  .iconsection .media img{margin-right: 0.8rem;}
  .iconsection .media .media-body h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.4;
  }
.pb-170{padding-bottom: 170px;}
.minus-150{margin-top: -180px;}
.minus-230{
  margin-top: -230px;
}
.no-overflow{overflow: visible;}
.normalul{padding-inline-start: 20px;}
.normalul li {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.maintab {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-left: -25px;
  margin-right: -25px;
}
.maintab.nav-pills .nav-link.active, .maintab.nav-pills .show>.nav-link {
  background: transparent;
  color: #000;
  border-radius: 0;
  border-bottom: 2px solid #00aeef;
}
.maintab.nav-pills .nav-link {
  color: #949494;
  font-size: 14px;
  font-weight: normal;
  padding: 0.8rem 1.5rem;
}
.floortab .tab-content{    padding: 1rem;}
.innertabnav h4 {
  color: #00aeef;
  font-size: 20px;
  font-weight: 400;
}
.innertabnav h4 span {
  font-size: 14px;
  color: #949494;
  text-transform: none;
}
.customli li {
  padding-left: 0 !important;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  padding: 0.4rem 1.25rem;
}
.customli li.list-group-item {
  border-width: 0 0 0px;
}
.innertabnav .nav-item .nav-link {
  background: transparent;
  text-align: center;
  color: #949494;
  border: 1px solid rgb(148 148 148 / 51%);
  border-radius: 0;
  margin: 0 8px;
  padding: 0.3rem 1.2rem;
  font-size: 14px;
}
.innertabnav .ninefl .nav-item .nav-link {
  background: transparent;
  text-align: center;
  color: #949494;
  border: 1px solid rgb(148 148 148 / 51%);
  border-radius: 0;
  margin: 0 1px;
  padding: 0.3rem 0.85rem;
  font-size: 14px;
}
.innertabnav .nav-item .nav-link.active {
  background: transparent;
  border-bottom: 2px solid #00aeef;
  color: #000;
}
.iconsection-dark .media .media-body h3 {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  margin-bottom: 0;
}
.iconsection-dark  .media {
  margin-bottom: 3rem;
  align-items: center;
}
.iconsection-dark .media img {
  margin-right: 0.8rem;
}
.twordivsep .iconsection-dark  .media {
  margin-bottom: 1.1rem;
  align-items: flex-start;
}
.twordivsep .iconsection-dark .media .media-body h3 {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 11px;
}



.owl-carousel-ttspace .projectitem {
  background: transparent;color: #fff;
}
.owl-carousel-ttspace .projectitem-body {
  padding: 1.5rem 0;
}
.classpd .media {
  margin-bottom: 1rem;
  align-items: center;
  padding: 1rem;
  min-height: 75px;
  border: 1px solid rgb(176 195 202 / 50%);
  box-shadow: 6px 2px 20px 0px rgb(176 195 202 / 50%);
  -webkit-box-shadow: 6px 2px 20px 0px rgb(176 195 202 / 50%);
  -moz-box-shadow: 6px 2px 20px 0px rgba(176,195,202,0.5);
}
.classpd .media h3{color: #00aeef; font-size: 14px;}
.classpd .media h3 a{color: #00aeef; }
.classpd .media img {
  margin-right: 0.8rem; width: 28px;
}
.photogallery .tz-gallery {
  padding: 0px 15px;
}
@media (max-width: 767px) {
.innertabnav .nav-item .nav-link {
  padding: 0.3rem 0.5rem;
  min-width: 140px;
  margin-bottom: 5px !important;
}
}
/*--------------------------------------------------------------
# Videos
--------------------------------------------------------------*/
.videosdiv{background: #fff; padding: 1rem;    margin-bottom: 2rem;}
.videosdiv h2 {
  color: #00a5ed;
  font-size: 16px;
  font-weight: 500;
  margin: 1rem 0 0;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 0px;
  border: 1px solid #ccc;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 15px;
  min-height:220px;
  border: 1px solid #eef0ef;
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 116px;
  height: 116px;
  border-radius: 100px;
  float: left;
  border: 6px solid #fff;
  display: inline-block;
}
/* .testimonial-content {
  float: left;
  width: 100%;
  margin-left: 1rem;
} */
.testimonial-content {
  float: left;
  width: 100%;
  margin-left: 0;
  padding: 15px;
}

.testimonials .testimonial-item h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 5px 0;
  color: #28a745;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
  font-weight: normal;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #c1ecce;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  margin:0px auto 0px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 15px;
  text-align: left;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #39b54a !important;
}
.owl-carousel-rp .owl-nav, .owl-carousel-cp .owl-nav{margin-top: 15px;}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 0;
    min-height: 330px;
}
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
  .testimonial-content{width: 100%;}
  .owl-carousel-rp .owl-nav, .owl-carousel-cp .owl-nav{margin-top: 15px;}
  .cpsection .projectitem{margin: 0;}
  .cpsection  .owl-nav{margin-top: 15px;}
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  border: none;
  padding: 0!important;
  font: inherit;
  background: #28a745;
  margin: 2px;
  min-width: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {

}
.contctsection {
  /* max-height: 390px; */
  overflow: visible;
}
.contctsection  ul {
  margin: 0.5rem 0 0;
  list-style: none;
  padding-inline-start: 0px;
}
.contctsection ul li {
  position: relative;
  padding: .35rem 0;
  margin: 0 0 0rem 1rem;
  padding-left: 0.3rem;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
}
.contctsection ul li a{color: #000;}
.contctsection ul li a:hover{color: #28a745;}
.contctsection ul li:before {
  font-family: "Material Icons";
  display: block;
  position: absolute;
  right: 100%;
  font-size: 22px;
  color: #00a5ed;
  top: 0;
}
.contctsection ul li.location:before {
  content: "\e55f";
  font-family: "Material Icons";
}
.contctsection ul li.mobile:before {
  content: "\e325";
  font-family: "Material Icons";
}
.contctsection ul li.email:before {
  content: "\e158";
  font-family: "Material Icons";
}
.formsection{padding: 100px 0;}


.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .form-row>.col, .form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 0px;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #39b54a;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #39b54a;
  border: 0;
  padding: 7px 25px;
  color: #fff;
  transition: 0.4s;
  border:1px solid #28a745;
}

.contact .php-email-form button[type="submit"]:hover {
  background: transparent; border:1px solid #28a745; color: #28a745;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tmc p{margin-bottom: 0.8rem;}
.tmc ul{padding-inline-start: 15px;}
.tmc ul li{font-size: 14px;}
.contctsection .social-links a {
  font-size: 22px;
  display: inline-block;
  line-height: 1;
  padding: 7px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #37423b;
  font-size: 14px;
  background: #eef0ef;
}

#footer .footer-top {
  padding: 60px 0 0px 0;
  background: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links  ul {
  margin: 0.5rem 0 0;
  list-style: none;
  padding-inline-start: 0px;
}

#footer .footer-top .footer-links ul li {
  position: relative;
  padding: .35rem 0;
  margin: 0 0 0 1rem;
  padding-left: 0.3rem;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
}
#footer .footer-top .footer-links ul li:before {
  content: "\e9b7";
  font-family: 'boxicons'!important;
  display: block;
  position: absolute;
  right: 100%;
  font-size: 15px;
  color: #37423b;
  top: 4px;
}
#footer .footer-top .footer-links ul a{
  text-decoration: none;
  color: #000;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #39b54a;
}

#footer .footer-contact {
  font-size: 15px;
}

#footer .footer-contact h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
}
#footer .footer-contact   ul {
  margin: 0.5rem 0 0;
  list-style: none;
  padding-inline-start: 0px;
}

#footer .footer-contact  ul li {
  position: relative;
  padding: .35rem 0;
  margin: 0 0 0 1rem;
  padding-left: 0.3rem;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
}
#footer .footer-contact  ul li:before {
  font-family: "Material Icons";
    display: block;
    position: absolute;
    right: 100%;
    font-size: 22px;
    color: #00a5ed;
    top: 0;
}

#footer .footer-contact ul li.location:before {
  content: "\e55f";
  font-family: "Material Icons";
}
#footer .footer-contact ul li.mobile:before {
  content: "\e325";
  font-family: "Material Icons";
}
#footer .footer-contact ul li.email:before {
  content: "\e158";
  font-family: "Material Icons";
}

#footer .footer-contact  ul a{
  text-decoration: none;
  color: #000;
}
#footer .footer-contact  ul a:hover {
  text-decoration: none;
  color: #39b54a;
}
.footer-address {
  padding: 14px 0;
  background: #f5f5f5;
}
.footer-address ul{margin-bottom: 0;}
.footer-address ul .list-inline-item {
  border-right: 1px solid #000;
  padding: 0px 9px;
  margin-right: 0;
  line-height: 1;
}
.footer-address ul .list-inline-item a{color: #37423b;}
.footer-address ul .list-inline-item a:hover{    color: #39b54a;}
.footer-address ul li.list-inline-item:last-child{ border-right: 0px solid #000;}


@media (max-width: 767px) {
  .footer-address ul .list-inline-item {
    border-right: 0px solid #000;
    padding: 0px 9px;
    margin-right: 0;
    line-height: 1.7;
    display: block;
  }
  #footer .footer-top .footer-links ul {
    margin: 0rem 0 0;
  }
}


#footer .social-links a {
  font-size: 20px;
  display: inline-block;
  color: #000;
  line-height: 1;
  padding: 7px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: left;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
/* .facebook{ background: #334e91;} */

/* #footer .social-links a:hover {
  background: #3ac162;
  color: #fff;
  text-decoration: none;
} */


@media (max-width: 1400px) {
  #hero {
    height: 65vh;
  }
  }



  .container.gallery-container {
    background-color: #fff;
    color: #35373a;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 0px;
}

/* Override bootstrap column paddings */
/* .tz-gallery .row > div {
    padding: 0px;
}
.tz-gallery .row > div .row {}
.tz-gallery .row > div .row > div {
  padding: 0px !important;
} */
.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
    border: 5px solid #fff;
    height: 100%;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: "Material Icons";
    content: '\e8b6';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media (min-width: 992px){
  .nomenu{display: none !important;}
}


/* (1600x900) HD+ Display */
@media  screen and (max-width: 1600px) {
  #hero {
    height: 65vh;
}
/* .topsectioin{display: none;} */
}


.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  background: #28a745;
  color: #fff;
}
.modal-body  .form-control{font-size: 14px;}


.owl-carousel.tz-gallery .lightbox:after { height: 182px;}
.owl-carousel.tz-gallery .lightbox:before{top: 35%;}
.owl-carousel.tz-gallery .lightbox img{border: 0px;}
.owl-carousel-ttspace .projectitem-body {
  padding: 0.5rem 0;
}
.owl-carousel-ttspace .projectitem-body p{
  margin-bottom: 0;
}
.cudnavcal .owl-nav{margin-top: 6px;}
.cudnavcal .owl-carousel.tz-gallery .lightbox:before {
  top: 50%;
}


.labox.csrsction {padding: 0.7rem;}
.csrsction h2 {
  font-size: 14px;
  line-height: 1.3;
  margin: 15px 0 8px;
  min-height: 75px;
  color: #444444;
  letter-spacing: 0.35px;
}
.labox.csrsction .csrimg{}


.mobileenqbtn {
  display: none;}
@media (max-width: 767px) {
  .mobileenqbtn {
    display: none;
    position: fixed;
    bottom: 0;
    background: #28a745;
    padding: 5px 0;
    width: 100%;
}
.mobileenqbtn .btn{font-size: 14px;    letter-spacing: 0;}
.mobileenqbtn a.phone {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 4px;
  letter-spacing: 0;
}
.btnbr{border-right: 1px solid #fff;}
.back-to-top{bottom: 17%;}
}

.video-div iframe{width: 100%; height: 400px;}
.owl-carousel-ttspace-gallery .owl-nav{margin-top: 10px;}
@media (max-width: 767px) {
  .mlogo{}
  .blog-section h2 {
    margin: 15px 0;
  }
  section {
    padding: 35px 0 25px;
    overflow: visible;
  }
  .video-div iframe{width: 100%; height: auto;}
  .aboutsection, .contctsection {
    max-height: 100%;
    overflow: visible;
  }
  .counts .counters span{    font-size: 30px;}
  .counts .counters p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;;
  }
  #counts.psdtop150.aboutbg{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mbody .labox {
    margin-bottom: 20px;
  }
  .mobbm{margin-bottom: 20px;}
  .contctsection ul li{margin: 0 0 0rem 1rem;}
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
  .mobileenqbtn a.phone {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 0px;
    letter-spacing: 0;
    }
    .mobileenqbtn .btn {
    font-size: 13px;
    letter-spacing: 0;
    }
    #footer .footer-top h4{
      padding-bottom: 0;
    }
    #footer .footer-top .footer-links ul li{line-height: 1;}
    .mobile-nav a{font-size: 14px; text-transform: uppercase;}
    .breadcrumbs{padding: 25px 0;}
    .breadcrumbs h2{font-size: 18px;    margin-top: 19px;}
    .breadcrumbs h3{font-size: 16px;}
    /* .breadcrumbs img{    width: 60%;} */
    .mob-mt{margin-top: 20px;}
    .section-title h2{line-height: 1.4;}
    .innertabnav .nav-item .nav-link {
        padding: 0.3rem 0.5rem;
        min-width: 128px;
        font-size: 12px;
        margin-bottom: 5px !important;
    }
  
 }

 .uch3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  text-transform: uppercase;
}
.whatfloat {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 9px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  padding: 0;
}

.whatfloat:hover{background: #141859}
.whatfloat:hover .wp-button {color: #fff;}
.wp-button {
  margin-top: 14px;
  position: absolute;
  left: 16px;
  bottom: 12px;
}



.my-float{
	margin-top:16px;
}
@media (max-width: 767px){
  .whatfloat {bottom: 50px;}
}


/* Blog */
.blogitem {
  background: #fff;
  position: relative;
}
.blog-body {
  padding: 0.5rem 0.8rem;
  min-height: 79px;
  position: absolute;
  z-index: 9999999;
  display: flex;
  bottom: 0;
  background: rgb(20 24 79 / 62%);
  width: 80%;
  align-content: center;
  align-items: center;
}
.blog-body h5 {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0;
}
.blog-body  h5 a{color: #fff;}
.blog-body  h5 a:hover{color: #fff;}


/* Zoom In #1 */
.hover01  img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}



.section-bg-1.breadcrumbs {
  background-color: #ececec !important;
  border-bottom: 1px solid #c3c3c3;
}
.gridlistbtn a {
  margin-right: 1rem;
  color: #000;
  font-size: 16px;
}
.gridlistbtn a.active{color: #00a5ed;}
.gridlistbtn a i {
  font-size: 20px;
  position: relative;
  top: 3px;
}
.cardrow {
  flex-direction: row !important;
  align-items: center !important;
}

.cbcont{display: none;}
.img50{width: 50%; float: left;}
.img50r{width: 50%; float: right;}
.img50r .cbcont {
  display: block;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
}
#posts .item {
  margin-bottom: 2rem;
  min-height: 300px;
}
#posts .card{border-radius: 0;}
.cardimg.img50 img{}

#posts .card a{color: #00a5ed; font-size: 14px;}
#posts .card .card-body {
  text-align: center;
  padding: 1.2rem 1.5rem;
  min-height: 150px;
}
.img50r.card-body {padding: 1.2rem 4.5rem !important;}
.img50r.card-body h4 {
  width: 75%;
  margin: 0 auto 1rem;
}
#posts .card .card-body h4{font-size: 18px;color: #141959;    line-height: 1.4;}


.tz-gallery.wor2pa .lightbox:after {
  top: 53px;
  height: 85%;
}
/* ----------Project page Grid----------- */
.projectgrid#posts   .card .card-body {
  text-align: center;
  padding: 1.2rem 1.5rem;
  min-height:90px;
}
#posts .card .card-body h1{font-size: 18px; color: #141959; text-transform: uppercase;}
#posts .card .card-body.img50r h1{font-size: 24px;}
#posts .card .card-body.img50r h1 span{font-size: 36px; display: block;    font-weight: 500;}
#posts .card .card-body h2 {display: none;}
#posts .card .card-body.img50r h2 {
  display: block;
  font-size: 16px;
  margin: 1.5rem 0 1.5rem;
  line-height: 1.5;
  color: #000;
}
#posts .card .card-body.img50r h3{font-size: 18px;color: #141959;    line-height: 1.4;}
.projp p{width: 80%; margin: 0px auto 1rem;}



/* ------------.-ABOUT US*------------- */
.aboutnav.nav {
  padding-top: 5px;
  margin: 0px -25px 26px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccc;
}
.aboutnav.nav .nav-link{color: #949494;
  border-radius: 0;
  font-size: 14px;
  border-bottom: 2px solid transparent;}
.aboutnav.nav .nav-link:hover{color: #000;
  border-radius: 0;
  border-bottom: 2px solid #00aeef;}
/*-=-=-=-=-=-=-=-=-=-=- */
/* Flip Panel */
/*-=-=-=-=-=-=-=-=-=-=- */

.wrapper{  hoverflow: hidden;}

.panel {
	margin: 0 auto;
	height: 300px;  
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
}

.panel .front,
.panel .back {
	text-align: center;
}
	
.panel .front {
	height: inherit;
	position: absolute;
  top: 0;
  width: 100%;
	z-index: 900;
	text-align: center;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	   -moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.panel .back {
	height: inherit;
	position: absolute;
  top: 0;
  width: 100%;
	z-index: 1000;
	-webkit-transform: rotateY(-180deg);
	   -moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.panel.flip .front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.panel.flip .back {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}
.box1 {
  background-color: #14bcc8;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box2{
	background-color: #141859;
	width: 100%;
	height:100%;
	margin: 0 auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box2 p {
  margin-bottom: 0;
  font-size: 13.5px;
  text-align: justify;
  color: #fff;
  text-align-last: center;
}

#What-We-Do{min-height: 400px;}
.flipbg-1{background-image: url(../img/flip-bg-1.png); background-repeat: no-repeat; background-size: cover; background-position: center;}
.flipbg-2{background-image: url(../img/flip-bg-2.png); background-repeat: no-repeat; background-size: cover; background-position: center;}
.flipbg-3{background-image: url(../img/flip-bg-3.png); background-repeat: no-repeat; background-size: cover; background-position: center;}
.flipbg-4{background-image: url(../img/flip-bg-4.png); background-repeat: no-repeat; background-size: cover; background-position: center;}


.panel .front img{margin-bottom: 1rem;}
.panel .front h3{color:#fff; font-size: 20px; text-align: center;}



.accordion__wrapper {
  height: 310px;
  width: 100%;
  overflow: hidden;
  background: transparent;
}

.service__table {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.table__cell {
  position: relative;
  display: flex;
  width: 10%;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.table__cell:nth-child(1) {
  background-color: #131758;
}
.table__cell:nth-child(2) {
  background-color: #1b3755;
}
.table__cell:nth-child(3) {
  background-color: #225652;
}
.table__cell:nth-child(4) {
  background-color: #2a7650;
}
.table__cell:nth-child(5) {
  background-color: #31954d;
}
.table__cell:nth-child(6) {
  background-color: #39b54a;
}

/* .table__cell:hover {
  width: 70%;
} */

/* .table__cell .service__title {
  white-space: nowrap;
  position: absolute;
  transform: rotate(-90deg) translate(0, 0); 
} */
.table__cell .service__title {
  white-space: nowrap;
  position: absolute;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.table__cell .service_text {
  /* transform: skew(
20deg
); */
  opacity: 0;
  padding: 20px;
  width: 75%;
  left: 6%;
  position: relative;
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0;
}
/* .table__cell:hover .service_text {
  opacity: 1;
  transition-delay: 300ms;
} */


.table__cell.active{width: 70%;}
.table__cell.active .service_text {
  opacity: 1;
  transition-delay: 300ms;
}
.table__cell.active .service__title{ left: 0;}


.table__cell .service_text p{color: #fff;}
.table__cell .service_text h3{color: #fff; font-size: 18px;}
/* .table__cell:hover .service__title{ display: none;} */
.table__cell.active .service__title{ left: 0;    cursor: pointer;}


.abtp{padding-top: 135px !important;}
@media (max-width: 767px){
  .table__cell{width: 25%;}
  .table__cell:hover {
    width: 75%;
  }
  .topsectioin{display: none;}
  .aboutnav.nav .nav-link {
    color: #949494;
    border-radius: 0;
    display: block;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    width: 100%;
    text-align: center;}
    .abtp{padding-top: 30px !important;}
}





.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}


.carousel-control-prev i,
.carousel-control-next i{
color: #000;
font-size: 26px;
}
.carousel-indicators li {
  height: 5px;
}
.carousel-control-next, .carousel-control-prev{    width: 6%;}

.omni-calculator-header {
  font-size: 20px;
  font-weight: 400;
  text-align: left !important;
  padding: 20px 15px !important;
  line-height: 1;
  margin: 0 0 5px 0;
  letter-spacing: 1px;
  color: #00a5ed;
  font-family: 'Montserrat', sans-serif;
}




@media (max-width: 768px){
  .accordion__wrapper {
    height: 485px !important;
}
  .service__table {
    display: block;
    width: 100%!important;
  }
  .table__cell.active {
    width: 100%!important;
  }
  .table__cell:hover {
    width: 100%!important;
}
  .table__cell {
    width: 100%!important;
  }
  .table__cell .service_text {
    opacity: 1 !important;
    padding: 15px!important;
    width: 75%!important;
    left: 12%!important;
    min-height: 75px!important;
  }
  .table__cell .service_text h3 {
    color: #fff;
    font-size: 14px!important;
  }
  .table__cell.active .service__title{ left: 0 !important;}
  .table__cell .service__title{left: 0%!important;}
  .table__cell.active .service__title img{
    width: 70%!important;
  }
  .table__cell .service__title img{
    width: 70%!important;
  }
  .maintab li.nav-item{width: 50%;}

}

.juicer-feed h1.referral {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 0px !important;
  text-align: center;
  white-space: nowrap;
  visibility: hidden;
  height: 1px !important;
}
.juicer-feed{height: 600px; overflow: hidden;}
.juicer-feed .j-loading-wrapper, .juicer-feed .j-paginate {
  margin: 20px auto 0px !important;
}