/* Basic styling */
body {
    font-family: "Roboto", sans-serif;
    transition: background-color 0.3s, color 0.3s;
    background-color: #fbfbfb;
    /*max-width: 1500px;*/
    margin: 0 auto;
    box-shadow: 0 0 10px #ccc;
}

.dark-mode .fullConBox {
    color: #444;
}

.dark-mode .whyYaBox p {
    color: #444;
}

.fullConBox {
    background-color: aliceblue;
    padding: 40px;
}

.fullDescriptuon {
    margin: 50px 0;
}

.dark-mode .post h3 a {
    background-color: #f7f7f7;
}

.dark-mode time.time {
    color: #444;
}
  
button.btn.btn2.submitBtn {
    border-radius: 0;
    font-weight: bold;
    transition-duration: 0.3s;
    background-color: green;
}

.infoConBox address {
    margin: 0;
}

.infoConBox address a {
    display: block;
    text-decoration: none;
    color: #444;
    font-size: 20px;
}

.infoConBox {
    background-color: #eee;
    padding: 30px;
    margin: 40px 0;
}

.infoConBox strong {
    font-size: 30px;
    color: green;
    display: block;
}

.infoConBox strong {
    display: block;
    font-size: 25px;
    color: green;
}

.infoConBox address a{
    
}

button.btn.btn2.submitBtn:hover{
    background-color: #444;
    color: #fff;
}
  
.contactForm {
    padding: 30px;
    background-color: #eee;
}
  
.contactFormInfo h1 {
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    color: green;
    margin-bottom: 50px;
}

.contactForm .form-control {
    border-radius: 0;
    margin: 20px 0;
    height: auto;
    padding: 20px;
}

.video-section .item{
  opacity:0.4;
  transition:.4s ease all;
  margin:0 20px;
  transform:scale(.8);
}

@media(max-width:1000px){
  .video-section .item{margin:0; transform:scale(.9)}
}

.video-section .active .item{
  opacity:1;
  transform:scale(1);
} 

.video-section .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.video-section video{
  max-width:100%;
  height:auto;
}

.storyImg img {
    display: block;
    width: 100%;
}

.whyYashfa {
    margin: 50px 0;
}

.whyYaBox p {
    font-size: 19px;
    margin: 0;
    text-align: justify;
    line-height: 30px;
}

.fullConBox p {
    text-align: justify;
}

.blogCompany p {
    text-align: justify;
}

.glanceImg img {
    display: block;
    width: 85%;
    margin: 0px auto;
}

.basicInfo {
    background-color: azure;
    padding: 50px 0;
    margin: 40px 0;
}

.featureBox {
    margin: 20px 0;
    padding: 10px;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.featureBox p {
    margin: 0!important;
}

.basicInfo p {
    font-size: 18px;
    color: green;
    margin: 20px 0 0;
}

.dark-mode .featureBox h4 {
    color: green;
}

.veryOtherList ul li .flex-shrink-0 {
    width: 10%;
}

.dark-mode .glanceCon h1{
    color: #fff;
}

.dark-mode .glanceCon h4{
    color: #fff;
}

.dark-mode .veryOtherList ul li p{
    color: #fff;
}

.veryOtherList ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.veryOtherList ul li {
    margin: 25px 0;
}

.veryOtherList ul li .flex-shrink-0 i {
    font-size: 30px;
    margin: 0px auto;
    text-align: center;
    display: block;
    width: 100%;
}

.veryOtherList ul li p {
    margin: 0;
}

.veryOtherList ul li {
    margin: 25px 0;
}

.veryOther {
    margin: 40px 0;
}

.veryOtherList ul li p {
    margin: 0;
    font-size: 18px;
    color: #444;
}

.flex-shrink-0 img {
    width: 80%;
    display: block;
    margin: 0px auto;
}

.otherBasic {
    margin: 40px 0;
}

.otherInfoBox h3 {
    font-size: 35px;
    font-weight: bold;
    color: green;
}

.otherInfoBox p {
    text-transform: uppercase;
    font-weight: bold;
    color: brown;
    margin: 0;
}

.otherInfoBox {
    background-color: #fff;
    text-align: center;
    padding: 20px 0;
    margin: 10px 0;
}

.glanceCon h1 {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    color: green;
}

.glanceCon h4 {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    color: green;
}

.glanceCon p {
    font-size: 22px;
}

.dark-mode .menuHead ul li a {
    color: #8b8b8b;
}

.dark-mode a.nonDarkImLogo{
    display: none;
}

a.darkILogo {
    display: none;
}

.dark-mode a.darkILogo {
    display: block;
}

.glanceCon span {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #bb6f0e;
    margin: 50px 0;
}

.glanceImg {
    margin-top: 50px;
}

.glanceCon {
    margin: 100px 0;
}

.whyYaBox h3 {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 20px;
    color: green;
    text-transform: uppercase;
}

.whyYaBox {
    text-align: center;
    padding: 30px;
    background-color: beige;
}

.whoWer h2 {
    font-size: 35px;
    font-weight: bold;
    color: green;
}

.dark-mode .visMisContebtBox h4{
    color: #fff;
}

.visMisContebtBox h4 {
    font-size: 40px;
    color: green;
}

.visMisContebtBox {
    padding: 40px;
}

.visMisContebtBox p {
    font-size: 20px;
    margin: 20px 0;
    text-align: justify;
}

.directorBox p {
    text-align: justify;
}

.visMisContebtBox img {
    display: block;
    width: 100%;
}

.dark-mode .storyPage h1 {
    color: #fff;
}

.dark-mode .storyFstCon h3{
    color: #fff;
}

.dark-mode  .whoContent p{
    color: #444;
}

.whoContent p {
    text-align: justify;
    line-height: 30px;
    font-size: 19px;
}

.whoWer {
    margin: 50px 0;
    background-color: aliceblue;
    padding: 40px;
}

.storyFstCon p {
    margin: 20px 0;
    text-align: justify;
    line-height: 25px;
}

.storyFstCon {
    margin: 20px 0;
}

.storyPage {
    padding: 50px 0;
}

.storyFstCon h3 {
    color: green;
    font-weight: bold;
    line-height: 38px;
    text-transform: uppercase;
}

.storyPage h1 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 50px;
    color: green;
}

.letContact img {
    display: block;
    width: 100%;
}

.contactInfoBox {
    margin: 25px 0;
}

.contactInfoBox h1 {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #509136;
}

a.clientBox p {
    color: #444;
    text-align: justify;
    font-size: 17px;
    margin: 10px 0 0;
}

a.clientBox i {
    font-size: 30px;
    color: #509136;
}

a.clientBox {
    display: block;
    margin: 30px 0;
    text-decoration: none;
}

a.clientBox span {
    display: block;
    font-size: 25px;
    letter-spacing: 1px;
    color: #509136;
}

.explore {
    padding: 70px 0;
}

.exploreHead h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    color: #509136;
}
.exploreHead {
    text-align: center;
}


  
  /* Light mode styles */
  body.light-mode {
    background-color: #fffaf4;
    color: #000000;
  }
  
  /* Dark mode styles */
  body.dark-mode {
    background-color: #232323;
    color: #ffffff;
  }
  .dark-mode header {
    background-color: #232323; /* Dark background for header in dark mode */
    color: #ffffff; /* Text color in dark mode */
  }
  
  .dark-mode .sectionDes p{
      color: #fff;
  }
  
  .dark-mode .wthnessHead h1{
      color: #fff;
  }
  
  .dark-mode .contactInfoBox h1{
      color: #fff!important;
  }
  
  .dark-mode .projectLocat{
      background-color: #464646;
  }
  
  .dark-mode a.clientBox i{
      color: #fff;
  }
  
  .dark-mode .witConBox p{
      color: #fff;
  }
  
  .dark-mode .exploreHead h2{
      color: #fff;
  }
  
  .dark-mode a.clientBox span{
      color: #fff;
  }
  
  .dark-mode a.clientBox p{
      color: #fff;
  }
  /* Toggle switch styling */
  .toggle-container {
    display: flex;
    align-items: center;
    padding: 10px;
  }

  .dark-mode .mode-text{
    color: #fff;
  }

  .dark-mode .menuText{
    color: #fff;
  }

  .dark-mode .sectionDes p{
    color: #fff;
  }

  .dark-mode .menu-icon i {
    color: #fff;
  }

  .dark-mode .headingText p{
    color: #fff;
  }

  .menu-icon i {
    font-size: 22px;
    margin-top: -6px;
    color: #509136;
  }

  .mode-text {
    margin: 0;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 26px;
    color: #509136;
}

.menuText {
    margin: 0;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 26px;
    color: #509136;
}
  
  .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-right: 10px;
  }
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #509136;
    transition: 0.4s;
    border-radius: 25px;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 2.5px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:checked + .slider:before {
    transform: translateX(24px);
  }
  

  /* Header */
.header {
    background-color: #fff;
  }
  .logo img {
    width: 230px;
}
.headerRight {
    display: flex;
    align-items: center;
}

.headingText p {
    padding: 20px 0;
    font-size: 58px;
    letter-spacing: 0px;
    margin: 0;
    font-weight: 400;
    color: #509136;
}
  
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
  }
  
  .logo {
    color: #ffffff;
  }
  
  .nav-links {
    list-style: none;
    display: flex;
  }
  
  .nav-links li {
    margin-left: 1.5rem;
  }
  
  .nav-links a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .nav-links a:hover {
    color: #00bcd4;
  }
  
  /* Hero Section */
  .hero {
    color: #ffffff;
    text-align: center;
    padding: 50px 0;
  }
  
  .hero-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  
  .hero-content p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  
  .btn {
    background-color: #00bcd4;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  
  .btn:hover {
    background-color: #007a8d;
  }
  
  /* Featured Posts Section */
  .posts {
    width: 90%;
    max-width: 1200px;
    margin: 2rem auto;
    text-align: center;
  }
  
  .section-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  
  .post-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  
  .post {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    padding: 1rem;
    margin: 15px 0;
    transition: transform 0.3s ease;
  }
  
  .post img {
    max-width: 100%;
  }
  
  .blogCompany {
        padding: 50px 0;
        background-color: #fff;
    }
    
    .dark-mode .blogCompany {
        background-color: #232323;
    }
  
  .post h3 {
    margin: 0;
  }
  
  time.time {
    margin: 20px 0 0;
    display: block;
}
  
  .post h3 a {
        text-decoration: none;
    font-size: 22px;
    color: #444;
    line-height: 30px !important;
    display: block;
    margin: 20px 0 5px;
}
  
  .post-description {
    font-size: 0.9rem;
    color: #666;
  }
  
  .read-more {
    display: inline-block;
    margin-top: 1rem;
    color: #00bcd4;
    text-decoration: none;
    font-weight: bold;
  }
  
  .read-more:hover {
    color: #007a8d;
  }
  
  .post:hover {
    transform: translateY(-5px);
  }
  
  /* Footer */
  .footer {
    background-color: #e6ffde;
    padding: 40px 0 30px;
  }

  .footRightBox {
    text-align: right;
    }

.footLeftBox ul {
    list-style-type: none;
    padding: 0;
}

.footLeftBox ul li a {
    display: block;
    width: 100%;
    font-size: 19px;
    padding: 3px 0;
    text-decoration: none;
    color: #509136;
    letter-spacing: 0px;
    transition-duration: 0.2s;
}

.footLeftBox p {
    font-size: 14px;
    color: #509136;
}

.footLeftBox ul li a:hover{
  color: red;
}

.footRightBox span {
    display: block;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #509136;
    margin-bottom: 10px;
}

.footRightBox p {
    color: #0b300b;
    font-size: 15px;
}

.footRightBox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.letContact {
    padding-top: 80px;
}

.videoCarouelExplore .owl-nav button span {
    font-size: 50px;
    background-color: #509136;
    margin: 0 10px;
    color: #fff;
    padding: 0 10px;
    transition-duration: 0.2s;
}

.videoCarouelExplore .owl-nav button span:hover{
    background-color: #ddd;
    color: #000;
}

.owl-carousel .owl-stage-outer {
    margin: 50px 0 30px;
}

.owl-carousel .owl-dots {
    display: none;
}

.footRightBox ul li{
  display: inline-block;
}

.videoCarouelExplore .owl-nav {
    text-align: center;
}

.footRightBox ul li a {
    font-size: 20px;
    background-color: #509136;
    text-align: center;
    color: #ffffff;
    width: 40px;
    display: block;
    border-radius: 50%;
    padding: 7px 0 3px;
    transition-duration: 0.3s;
}

.footLeftBox {
    margin: 20px 0;
}

.footRightBox ul li a:hover{
    background-color: #444;
}
  
  .footer p {
    margin-bottom: 0.5rem;
  }
  
  .social-links a {
    color: #d400c2;
    margin: 0 0.5rem;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .social-links a:hover {
    color: #ffffff;
  }



  .menu-icon {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 4px;
  }
  
  .menu-icon .bar {
    width: 25px;
    height: 3px;
    background-color: #cf6b6b;
    transition: 0.3s;
  }
  
  /* Mobile Menu */
  .mobile-menu {
    position: fixed;
    top: 0;
    right:  -450px;
    padding-right: 50px;
    width: 450px;
    height: 100%;
    background-color: #33333363;
    color: #ffffff;
    transition: right 1s ease;
    z-index: 1000;
    overflow-y: auto;
  }
  
  .fullOverlay.show {
    right: 0;
}

.fullOverlay {
    position: fixed;
    top: 0;
    right: -100%;
    padding-right: 50px;
    width: 100%;
    height: 100%;
    background-color: #33333300
    color: #ffffff;
    transition: right 1s ease;
    z-index: 1000;
    overflow-y: auto;
}
  
  .menu {
    list-style: none;
        padding: 10px 50px;
  }
  
  .menu li {
    margin: 1rem 0;
  }
  
  .searchPart {
    padding-left: 48px;
}

.topBar {
    background-color: #1a4a3e;
}

.leftTopBar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.leftTopBar ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 7px 20px 5px 0;
    font-weight: bold;
    transition-duration: 0.2s;
}

.topBar .footRightBox ul li a {
    font-size: 15px;
    width: 35px;
    padding: 7px 0 4px;
}

.leftTopBar ul li {
    display: inline-block;
}

.searchPart .input-group.my-3 {
    border-radius: 0 5px 5px 0;
}

.searchPart .input-group-text {
    padding: 10px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
  
  .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    display: block;
    transition-duration: 0.3s;
    font-weight: 400;
}
  
  .menu a:hover {
    color: #00bcd4;
  }
  
  .closeIicon {
    text-align: right;
    margin-top: 20px;
    text-transform: uppercase;
}

  /* Submenu styling */
  .submenu {
    list-style: none;
    padding-left: 1.5rem;
    display: none;
  }
  
  .submenu li {
    margin: 0.5rem 0;
  }
  
  .submenu a {
    font-size: 19px;
    color: #cccccc;
  }
  
  .submenu a:hover {
    color: #00bcd4;
  }
  
  /* Show the mobile menu */
  .mobile-menu.show {
    right: 0;
  }
  
  /* Animate the icon when clicked */
  .menu-icon.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .menu-icon.active .bar:nth-child(2) {
    opacity: 0;
  }
  
  .menu-icon.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }



  /* Hero Slider Styles */
  .hero-slider {
    position: relative;
    width: 90%;
    height: 100vh;
    overflow: hidden;
    margin: 0 auto;
    transition:  1s ease-in-out;
}
  .full-hero-slider {
    width: 100%;
    transition: 1s ease-in-out;
}

.witNesLeftContent {
    text-align: right;
}

.witNessImg img {
    display: block;
    width: 70%;
    margin: 0px auto;
}

.witConBox {
    margin: 75px 0;
}

.witConBox h3 {
    font-size: 40px;
    font-weight: bold;
    color: #509136;
}

.wthnessHead {
    text-align: center;
    margin-bottom: 50px;
}

.withNess {
    padding: 30px 0 80px;
}

.witConBox p {
    font-size: 19px;
    color: #444;
    line-height: 25px;
}

.projectLocat {
    padding: 70px 0;
    background-color: #eee;
}

.wthnessHead h1 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #509136;
    line-height: 50px;
}

.videoSection img {
    display: block;
    width: 100%;
  }

  .videoSection {
    margin: 80px 0;
  }

  .videoBoxTop {
    margin-top: 45px;
}

.slide {
    position: absolute;
    top: 0;
    left: 100%; /* Start off-screen */
    width: 100%;
    height: 100%;
    transition: opacity 0.6s ease, transform 0.6s ease; /* Transition for opacity and transform */
    opacity: 0; /* Start as invisible */
}

.slide.active {
    left: 0; /* Bring active slide into view */
    opacity: 1; /* Show the active slide */
}

.slide img {
    width: 100%;
    height: 100%; /* Ensure the image covers the slide */
    object-fit: cover; /* Maintain aspect ratio while covering */
    transition: transform 2s ease-in-out;
}

.slide.active img {
    transform: scale(1.2); /* Scale up the active image */
}

.videoBox {
    
}
.videoBox img {
  width: 100%;
  margin-bottom: 40px;
}

.videoSection button {
    display: none;
    position: absolute;
    bottom: 3%;
    right: 10%;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 32px;
    background-color: #ffffff08;
    color: #fff;
}

.galleryImg img {
    display: block;
    width: 100%;
    box-shadow: 0 0 10px #f3f3f3;
}

.sectionDes p {
  margin: 0;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: justify;
  color: #509136;
}

.headOverlay {
    padding: 120px 0;
    background-color: #00932600;
}

.headOverlay h1 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    line-height: 50px;
}

.bgOverlay {
  /*background-color: #00000073;*/
  padding: 150px 0;
  margin: 50px 0;
}

.featuredProjectsPart {
  margin-bottom: 50px;
}

.featuredProjectsPartLeft {
  margin: 55px 0;
}

.featuredProjectsPartLeft h4 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
}

.featuredProjectsPartLeft h6 {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 400;
}

.dark-mode .headOverlay {
    background-color: #2a2a2a9c;
}

header.page-header.bg-full.overlay.overlay-light {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.featuredProjectsPartLeft p {
  color: #fff;
  margin: 0;
  padding: 20px 0;
  font-size: 20px;
}

.filterForm .input-group-text {
    padding: 10px 10px;
    cursor: pointer;
    border-radius: 0;
}

.filterForm .form-control {
    border-radius: 0;
    padding: 8px 12px 4px;
}

.yashfaFilter {
    padding: 30px 0;
}

.serviceGridBox .over.text-center a h4 {
    font-size: 18px;
}

.serviceGridBox .over.text-center {
    padding: 20px 0 15px;
    background-color: #fff;
}

.dark-mode .filterForm {
    background-color: #fff;
}

.dark-mode .serviceGridBox {
    box-shadow: none;
    background-color: #ffffff;
}

.serviceGridBox {
    transition-duration: 0.3s;
    margin: 0 0 15px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 20px #efefef;
}

.dark-mode .over.text-center .txt {
    color: #444;
}

.serviceGridBox:hover{
    transform: scale(1.02);
}

.serviceGridBox .over.text-center a {
    display: block;
    text-decoration: none;
    color: green;
}

.serviceGridBox img {
    display: block;
    width: 100%;
}

.serviceCompany {
    margin: 0 0 50px;
}

.featuredProjectsPartLeft a {
    text-decoration: none;
    color: #444;
    font-size: 18px;
    background-color: #eee;
    padding: 10px 20px;
    transition-duration: 0.2s;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.filterForm {
    padding: 15px 25px;
    background-color: #417641;
    border-radius: 5px;
    display: none;
}

.featuredProjectsPartLeft a:hover{
    background-color: #444;
    color: #fff;
}

.directorBox {
    margin: 70px 0 100px;
}

.othersDirectorsGrid img {
    display: block;
    width: 100%;
}

.teamInfo h4 {
    color: green;
}

.dark-mode .teamContent h1 {
    color: #fff;
}

.dark-mode .othersDirectors h2 {
    color: #fff;
}

.teamInfo span {
    display: block;
    color: #444;
}

.contactFormInfo {
    padding: 80px 0;
    background-color: #fff;
}

.contactMap {
    padding: 20px 0 10px;
}

.dark-mode .mdContent h2{
    color: #fff;
}

.dark-mode .othersDirectorsGrid{
    box-shadow: none;
}

.dark-mode .mdContent span{
    color: #fff;
}

.teamInfo {
    padding: 20px;
}

.othersDirectors h2 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
    color: green;
}

.mdContent {
    margin: 20px 0;
}

.othersDirectorsGrid {
    background-color: #fff;
    margin: 20px 0;
    box-shadow: 0 0 20px #eee;
}

.mdImg img {
    display: block;
    width: 80%;
    margin: 0px auto;
}

.mdContent p {
    font-size: 17px;
    line-height: 27px;
    text-align: justify;
}

.mdContent span {
    display: block;
    font-size: 24px;
    margin: 5px 0 20px;
    color: green;
}

.mdContent h2 {
    font-weight: bold;
    color: #444;
    margin: 0;
}

.teamContent h1 {
    text-align: center;
    font-size: 60px;
    color: green;
}

a.gt_switcher-popup.glink.nturl.notranslate {
    color: green;
}

.menuHead {
    text-align: center;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.menuHead ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menuHead ul li {
    display: inline-block;
    position: relative;
}

.menuHead ul li a i {
    color: #f30625;
    margin-right: 5px;
}

.menuHead ul li a {
    display: block;
    padding: 5px 7px;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    color: green;
    font-weight: bold;
    margin: 5px;
    transition-duration: 0.3s;
    letter-spacing: 1px;
}

.menuHead ul li:hover ul.submenu {
    display: block;
    width: 250px;
    background-color: #eee;
    padding: 10px;
    position: absolute;
    z-index: 99999;
}


ul.submenu {
    text-align: left;
    display: none;
}

ul.submenu li {
    display: block;
}

ul.submenu li a {
    display: block;
}

.menuHead ul li a:hover{
    background-color: #444;
    color: #fff;
}

.mapLocate img {
    display: block;
    width: 100%;
}


@media only screen and (max-width: 992px){
    
    .menuHead {
        display: none;
    }
    
}


@media only screen and (max-width: 767px){
    
    .headingText p {
        font-size: 40px;
        letter-spacing: 1px;
    }
    
    select.gt_selector.notranslate {
        width: 77px;
    }
    
    .leftTopBar ul li a {
        padding: 1px 0;
        text-align: center;
    }
    
    .leftTopBar {
        text-align: center;
    }
    
    .topBar {
        padding: 10px 0;
    }
    
    .mobile-menu {
        right:  -100%;
        width: 100%;
      }
    
    .mode-text{
        font-size: 18px;
    }
    
    .menuText {
        font-size: 18px;
    }
    
    .logo img{
        width: 100px;
    }
    
    .footLeftBox {
        margin: 20px 0;
        text-align: center;
    }
    
    .wthnessHead h1 {
        font-size: 30px;
        letter-spacing: unset;
        line-height: 40px;
    }
    
    .footRightBox {
        text-align: center;
    }
    
    .witNesLeftContent {
        text-align: center;
    }
    
    .witNesRightContent {
        text-align: center;
    }
    
}