body {
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size: 61px;
  font-weight: 700
}
h2 {
  font-size: 36px;
  font-weight: 700
}
h2.heading {
  color: #8ab92f;
}
h3 {
  font-size: 27px;
  font-weight: 700;
}
h3.small {
  font-size: 21px !important;
  font-weight: 700;
}
h4 {
  font-size: 20px !important;
  font-weight: 700;
}

p {
  font-size: 18px;
  line-height: 30px;
}
.text-green{
  color: #8ab92f;
}
.text-dark{
  color: #3d2c2c;
}

.bold {
  font-weight: 700;
}
.awrd-inn h2 {   font-size: 20px;     margin-bottom: 0;    color: #8ab92f;}
.awrd-inn .small {  color: #8abb12 !important;}
.btn-primary {
  font-size: 18px;
  text-transform: uppercase;
  padding: 13px 32px;
  border-radius: 50px;
  box-shadow: -1px 15px 10px -5px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  transition: all .3s;
}
.btn-primary.white {
  background-color: #fff;
  border: 2px solid #fff;
  color: #fec200;
}
.btn-primary.white:hover {
  background-color: #fec200;
  color: #fff;
}
.btn-primary.green {
  background-color: #8ab92f;
  border: 2px solid #8ab92f;
  color: #ffffff;
}
.btn-primary.green:hover {
  background-color: #ffffff;
  color: #8ab92f;
}
.home-bg {
  background-image: url(../images/home-background.jpg);
  background-position: center top;
  padding-top: 140px;
  background-repeat: no-repeat;
  background-color: #000;
  
}

.background-bg{
  background-image: url(../images/background_bg.jpg);
  background-position: center top;
  padding-top: 140px;
  background-repeat: no-repeat;
 
}

.company-bg{
  background-image: url(../images/company-background.jpg);
  background-position: center top;
  padding-top: 140px;
  background-repeat: no-repeat;
 
}
.infa-bg{
  background-image: url(../images/home-background.jpg);
  background-position: center top;
  padding-top: 140px;
  background-repeat: no-repeat;
 
}
.team-bg{
  background-image: url(../images/team_bg.jpg);
  background-position: center top;
  padding-top: 140px;
  background-repeat: no-repeat;
      background-repeat: repeat-y;
 
}
.acco-bg{
  background-image: url(../images/acco-bg.jpg);
  background-position: center top;
  padding-top: 140px;
  background-repeat: no-repeat;
 
}


.ser-bg {background-image: url(../images/ser-bg.jpg) !important; background-repeat: repeat-y;  background-size: 100%;}

.infs-do {background-image: url(../images/infrastructure-bg.jpg) !important; background-repeat: repeat-y; background-size: 100%;}



.header {
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
  transition: all .3s;
  top: 0;
  z-index: 20;
  
}

.th-img img {   max-width: 100%;}
.header.header2{
  top: 0;
  background:#fff!important;
  z-index:50;
  box-shadow: -1px 15px 10px -5px rgb(0 0 0 / 10%);
  padding-top: 0px; 
  padding-bottom: 0px; 
}

.header  .logo{
  width: 100%;
  transition: all .3s;
}
.header.header2 .logo{
  width: 65%;
  transition: all .3s;
}

.form-cnct input, .form-cnct textarea {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 13px;
    border-radius: 8px;
    border: 1px solid #626765;
}
.form-cnct button {
    background: #fec200;
    border: none;
    padding: 10px 50px;
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}
.form-cnct h3 {   margin-bottom: 30px;}

.home-carousel .slick-slide img {  max-width: 100%;    width: 100%;}
.home-carousel .slick-slide {margin: 0 !important;}


.header .nav-link {
  color: #666666 !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 5px !important;
  background-color: rgba(254, 194, 0, 0);
  margin: 0 8px;
  border-bottom:3px solid rgba(254, 194, 0, 0);
  transition: all .3s;
}
.header .nav-link:hover {
 
  border-bottom:3px solid rgba(254, 194, 0, 1);
}

.header .dropdown-toggle:hover {
 
  border-bottom:3px solid rgba(254, 194, 0, 0) !important;
}

.header .nav-item:hover .dropdown-menu{
  display: block ;
}

.header .dropdown-menu{
  background-color: #fec200;
  border-radius: 15px;
  padding: 12px 15px;
 
}


.led-img img {  max-width: 100%;   width: 97%;}

.header .dropdown-menu:before{
  content: '';
  background-image: url(../images/dropdown-arrow.png);
  position: absolute;
  top: -7px;
  width: 15px;
  height: 7px;
}

.header .dropdown-item{
text-transform: uppercase;
font-size: 15px;
color: #666666;
border-bottom: 1px solid #cb9b00;
padding: 0.5rem 0;
font-weight: 600;
}

.header .dropdown-item:hover{
  background: transparent;
  color: #333333;
  }

.home-slider .slick-list {
  border-radius: 20px;
  overflow: hidden;
}
.home-slider .slick-slide img,
.home-slider .slick-slide {
  border-radius: 20px;
  overflow: hidden;
}
.home-slider .slick-prev:before {
  content: url(../images/prev.png) !important;
  opacity: 1;
}
.home-slider .slick-next:before {
  content: url(../images/next.png) !important;
  opacity: 1;
}
.home-slider .slick-prev,
.home-slider .slick-next {
  top: 50%;
  width: 45px;
  height: 45px;
  z-index: 5;
}
.home-slider .slick-prev:focus,
.home-slider .slick-next:focus {
  outline: 0;
}
.home-slider .slick-dots {
  bottom: 21px;
  text-align: right;
  padding-right: 35px;
  z-index: 10;
}
.home-slider {
  box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.22);
  border-radius: 20px;
}
.home-slider .slick-dots li button:before {
  font-size: 19px;
  opacity: 1;
  color: #2a2a2a;
}
.home-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fec200;
}
.quotes-row h3 {
  color: #fff;
  font-size: 14px;
}
.quotes-row h3.small {
  font-size: 18px !important;
}
.quotes-row p.small {
  font-size: 16px !important;
  color: #fff;
  text-transform: uppercase;
}
.quotes-row .right-img {
  position: absolute;
  top: -320px;
  left: -100px;
}
.quotes-row .inner {
  display: flex;
}
.home-two-boxes {
  margin-bottom: 50px;
}
.home-two-boxes .inner {
  min-height: 135px;
  border-radius: 20px;
  box-shadow: -1px 15px 10px -5px rgba(0, 0, 0, 0.22);
  display: flex;
  align-items: center;
  justify-content: end;
}
.home-two-boxes .inner img {
  position: absolute;
  bottom: 0;
  left: 55px;
}
.home-two-boxes h2 {
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-two-boxes .text {
  width: 265px;
  float: right;
  margin-right: 50px;
}
.home-two-boxes .text ul {
  padding: 0 0 0 15px;
  margin: 0;
}
.home-two-boxes .text ul li {
  font-weight: 600;
  font-size: 16px;
  color: #383838;
  list-style: none;
  position: relative;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.home-two-boxes .greenHeading li::before {
  content: "\2022";
  color: #9dce3f;
  font-size: 30px;
  font-weight: bold;
  /* display: inline-block; */
  width: 0.5em;
  margin-left: -17px;
  position: absolute;
  top: -12px;
}
.home-two-boxes .yellowHeading li::before {
  content: "\2022";
  color: #fec200;
  font-size: 30px;
  font-weight: bold;
  /* display: inline-block; */
  width: 0.5em;
  margin-left: -17px;
  position: absolute;
  top: -12px;
}
.home-two-boxes .greenHeading h2 {
  color: #9dce3f;
}
.home-two-boxes .yellowHeading h2 {
  color: #fec200;
}
.home-carousel {
  margin: 60px auto;
}
.home-carousel .slick-slide {
  margin: 0 10px;
}
.who-we-are ul {
  list-style: none;
}
.who-we-are ul li a {
  color: #6b6b6b;
  font-size: 19px;
  text-transform: uppercase;
  padding: 0 15px;
  border-right: 1px solid #6b6b6b;
}
.who-we-are ul li a:last-child {
  border-right: 0px solid #6b6b6b !important;
}
.who-we-are .rasul-pic {
  display: block;
  margin: auto;
  display: block;
  margin: auto;
  position: relative;
  top: 17px;
  left: 50px;
  opacity: 1;
}
.who-we-are .profile-box {
  max-width: 370px;
  position: absolute;
}
.who-we-are .profile-box h3 {
  font-size: 22px;
  color: #8bb931;
  text-transform: uppercase;
}
.who-we-are .profile-box p {
  font-size: 16px;
  color: #484848;
  line-height: 25px;
}
.who-we-are,
.who-we-are .container {
  max-width: 1250px !important;
}
.who-we-are .profile2 {
  z-index: 10;
  bottom: -120px;
}
.who-we-are .profile3 {
  z-index: 10;
  top: 0;
  right: 0;
  max-width: 470px;
}
.twitter-row {
  margin-top: 58px;
}
.twitter-row .twt-box {
  border-radius: 25px;
  min-height: 250px;
 
}
.twitter-row .timeline-Tweet:hover {
  background-color: #fff !important;
}
.latest-row {
  margin-top: 60px;
}
.latest-row .inner {
  background-image: url(../images/image-base.png);
  background-position: bottom;
  min-height: 370px;
  background-repeat: no-repeat;
}
.latest-row img {
  display: inline-block;
  margin: 0px 15px 0 15px;
  border: 7px solid #fff;
}
.foundation_box {
  background-color: #fff;
  border: 5px solid #8ab92f;
  border-radius: 50px;
  background-image: url(../images/foundation-image.jpg);
  background-position: right;
  background-repeat: no-repeat;
  padding: 80px 0;
  margin: 50px auto;
}
.media-row h2 {
  color: #57751d;
}
.media-row h3 {
  color: #4e4e4e;
  font-size: 27px;
  min-height: 110px;
}
.media-row p {
  color: #4e4e4e;
  font-size: 21px;
  text-transform: uppercase
}
.media-row hr {
  margin-top: 0;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #bbbbbb !important;
}
.media-row .btn-primary {
  display: table;
  margin: 25px auto auto auto;
}
.footer {
  border-radius: 100px;
  padding: 25px 50px;
  margin: 60px auto auto auto;
}
.footer .nav a {
  text-transform: uppercase;
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  margin: 13px;
}
.copyright {
  margin: 50px auto;
}
.copyright p {
  font-size: 18px;
  font-weight: 600;
  color: #666666;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(../images/toggle.jpg) !important ;
  width: 42px;
  height: 42px;
}
.navbar-toggler {
  padding: 0;}
  .navbar-toggler:focus {
   outline: 0;
  }

.masthead .inner{
  background: url(../images/masthead-bg.jpg);
  background-position: right;
  border-radius: 25px;
  padding: 40px 30px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.masthead .inner h2{
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin:0

}
.masthead  a{
  font-size: 16px;
  text-transform: uppercase;
  color: #383838;
  font-weight: 600;
 
}

.bg-page-margin{
  padding-top: 80px;
    padding-bottom: 80px;
}

.company-overview1{
  padding-top: 30px;
    padding-bottom: 80px;
}
.company-overview2{
  padding-top: 20px;
    padding-bottom: 30px;
}

.company-overview3{
 
    padding-bottom:80px;
}

.infa-tabs-row{
  padding-top: 80px;
    padding-bottom: 80px;
}
.team-overview{
  padding-top: 80px;
    padding-bottom: 20px;
}

.rounded-25{
border-radius: 25px;
}

.infa-tabs-row .tabs a{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #9dce3f;
  border:2px solid #9dce3f;
  padding: 5px 17px;
  text-transform: uppercase;
  margin: 5px 15px;
  display: inline-block;
  transition: all .3s;
}

.infa-tabs-row .tabs a:hover{
text-decoration: none;
background-color: transparent;
 
}

ul.bullet-green li{
  list-style: none;
  background-image: url(../images/bullet-green.png);
  background-repeat: no-repeat;
  padding-left: 26px;
  font-size: 18px;
  margin-bottom: 30px;
  background-position-y: 6px;
}
ul.bullet-white li{
  list-style: none;
  background-image: url(../images/bullet-white.png);
  background-repeat: no-repeat;
  padding-left: 26px;
  font-size: 18px;
  margin-bottom: 30px;
  background-position-y: 6px;
}
ul{
 
  padding: 0;
}

.rooms-row{
  padding-top: 60px;
  padding-bottom: 60px;
}
.equipments-row{
  padding-top: 60px;
 
  padding-bottom: 60px;
}

.complementary-row {
  color: #ffffff;
  padding-top: 110px;
 
  padding-bottom: 60px;
}

.minimal-row{
  padding-top: 30px;
  padding-bottom: 60px;
}
.upnext-row{
  padding-top: 30px;
  padding-bottom: 20px;
}

.team-box{
   
  margin-bottom: 40px;
}

.team-box  {
  max-width: 1000px ;
}

.acco-box{
  margin-bottom: 30px;
  max-width: 1020px;
}


.mb-no {display: block;}
.dt-no {display: none;}
.wht-ins ul li {   margin-bottom: 0px !important;}
.wht-ins ul {   margin-top: -10px !important;}
.wkr-des li button {  background: #8fbc37;  border: none;  border-radius: 0 !important;    color: #fff; width: 95%;  align-items: center;} 
.wkr-des li button.active {  background-color: #465e18 !important;  color: #fec200 !important;    font-weight: bold;}
.wkr-des .nav-item {   width: 33%;}
.wkr-des #pills-tab {  width: 100%;}
.wkr-des li button:focus {   outline: 0;}
.th-cont p {   margin-bottom: 0;}

.thub {  background: #fff;  padding: 13px;  text-align: left;    width: 100%;     align-items: center; position: relative;}
a.link-we {  position: absolute;   right: 0;    bottom: -1px;}


@media (max-width: 767px)
{
  .dt-no {display: block;}
  .mb-no {display: none;}  
  .wkr-des li button {height: 90px; padding: 0px;
        font-size: 14px;}
        .thub .col-md-4, .thub .col-md-8 {
    width: 50%;
    flex: 0 0 50%;
}

}
 
@media (max-width: 1199px) {
  .team-box {
    margin-bottom: 40px;
    margin-top: 40px;
}

  /* .header .nav-item:hover .dropdown-menu{
  display:unset ;
}   */

.header .dropdown-menu:before{
  content: none;
   
}

.team-overview {
    padding-top: 40px;
    padding-bottom: 0;
}

  .minimal-row {
    padding-top: 40px;
    padding-bottom: 40px;
}

.upnext-row {
  padding-top: 40px;
  padding-bottom: 40px;
}
  .complementary-row {
     
    padding-top: 40px;
    padding-bottom: 40px;
}
  .company-overview3 {
    padding-bottom: 40px;
    padding-top: 40px;
}
.company-overview2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.company-bg .home-two-boxes {
  margin-bottom: 0;
  padding: 70px 10px 0px 10px;
}
 
  .infa-bg,
  .company-bg,
  .background-bg {
    background-image:none;
    
}
.infa-tabs-row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.company-overview1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
  .mob-green-bg {
    
    background-image: url(../images/green-bg.jpg);
  }

  .mob-yellow-bg {
    
    background-image: url(../images/yellow-bg.jpg);
  }

  .home-bg {
    
    padding-top: 128px;
}
  .twitter-row {
    margin-top: 0;
    padding: 60px 10px;
     
  }
  .latest-row {
    margin-top: 0;
    padding: 60px 10px;
    
  }
  .latest-row .inner {
    background-image: none;
  }
  .latest-row img {
    margin: 10px;
  }
  .latest-row .btn-primary {
    margin-top: 35px;
  }
  .header {
    background-color: #fff;
    box-shadow: -1px 15px 10px -5px rgb(0, 0, 0, .1);
  }
  .header .nav-link {
    padding: 10px 0px !important;
    margin: 0;
    border-bottom: 1px solid #f5f2f2;
  }
  .hero-home {
    padding: 30px 10px 0px 10px;
    
  }
  .home-bg {
    background: transparent;
  }
  .quotes-row {
    padding: 60px 10px;
    
    overflow: hidden;
  }
  .quotes-row .right-img {
    top: -70px;
    left: -30px;
    width: 100%;
  }
  .home-carousel {
    margin: 5px auto;
  }
  .home-two-boxes .text {
    width: 240px;
    float: right;
    margin-right: 0px;
  }
  .home-two-boxes {
    margin-bottom: 0;
    padding: 70px 10px;
  }
  .who-we-are {
    background-color: #e8e8e8;
    padding: 50px 10px 0 10px;
    overflow: hidden;
  }
  .who-we-are .profile-box {
    max-width: 650px;
    width: 100%;
    position: static;
    margin: auto;
    padding-bottom: 35px;
  }
  .who-we-are .rasul-pic {
    top: 17px;
    left: 50px;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .footer .nav {
    display: block;
  }
  .footer .nav a {
    display: block;
  }
  .footer {
    border-radius: 40px;
  }
  .media-row {
    margin-top: 170px;
  }
  .foundation_box img {
    top: 180px;
    position: relative;
  }
  .quotes-row .inner {
    display: block;
    text-align: center;
  }
  .quotes-row .right-img {
    position: static;
    margin-bottom: -45%;
  }
  .home-two-boxes .text {
    width: 61%;
  }
  .home-two-boxes .inner img {
    position: static;
  }
}
@media (max-width: 767px) {
  .home-two-boxes h2 {
    font-size: 28px;
     
}
ul.bullet-white li,
ul.bullet-green li {
 
  font-size: 16px;
 
}

.infa-tabs-row .tabs a {
  font-size: 16px;
  
  width: 220px;
}
.w-mob-100{
  width: 100%;
}

  h3 {
    font-size: 22px;
 
}
  .masthead .inner {
    
    padding: 21px 30px;
 
}
.masthead .inner h2 {
  font-size: 23px;
  
}

.masthead{
  margin-top: 20px;
}

  .bg-page-margin {
    padding-top: 40px;
    padding-bottom: 40px;
}

.masthead a {
  font-size: 11px;
   
}

p {
  font-size: 16px;
  line-height: 25px;
}
  .home-slider .slick-dots li button:before {
    font-size: 14px;
    
}
.home-slider .slick-dots {
  bottom: 11px;
   
  padding-right: 10px;
  
}
  .copyright p {
    font-size: 11px;
  }
  .media-row .border-right {
    border-right: 0px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
  }
  .who-we-are ul li a {
    font-size: 14px;
    padding: 0 10px;
    line-height: 33px;
    margin: 19px 0;
  }
  .who-we-are .rasul-pic {
    top: 0;
    left: 0;
  }
  .home-two-boxes .inner {
    display: block;
  }
  .home-two-boxes .text {
    width: 80%;
    float: none;
    margin: auto;
    padding: 25px 0;
  }
  .home-two-boxes .inner img {
    display: block;
    margin: auto;
  }
  .home-two-boxes .img-box {
    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 10%)
  }
  .media-row h3 {
    min-height: auto;
    font-size: 21px;
    
}
.media-row p {
  
  font-size: 16px;
 
}
}