body{
	margin: 0px; 
  padding: 0px;
  font-family: "Host Grotesk", sans-serif; 
}

header {
  width: 100%;
  margin: 0px;
  height: auto;
  padding: 0px 0px;
  float: left;
  position: absolute;
  z-index: 3;
  transition: all .5s ease 0s;
  top: 0;
  left: 0;
  right: 0;      height:200px; 
      background-image: url(../images/header-bg-02.png);
    background-repeat: no-repeat;
   
    background-size: cover;
  
}


.header-social {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-social ul {
  margin: 0px;
  padding: 0px;
  list-style: none; color:#fff;
}
.header-social ul li {
  margin: 0px;
  padding: 0px;
}
.header-social ul li a {
    width: auto;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    background: transparent;
    transition: all linear 0.5s;
    text-align: center;
  
}

.sticky {
  position: fixed;
  top: -60px;
  left: 0;
  height: auto;
  animation: goDown 0.5s ease-in-out forwards;
  background-color: rgba(255, 255, 255, 1);
  -o-box-shadow: 0px 0px 25px -10px;
  -ms-box-shadow: 0px 0px 25px -10px;
  -moz-box-shadow: 0px 0px 25px -10px;
  -webkit-box-shadow: 0px 0px 25px -10px;
  box-shadow: 0px 0px 25px -10px; display:none;
}
@keyframes goDown {
  0%{
    top:-60px;
  }
  100% {
    transform: translateY(60px);
  }
}
.logo img {     
   
    margin-left: 10px;
    width: 90px;
}

.gallery .col-md-4{margin: 14px 0px;}

.aboutrighttext .col-md-6{margin: 12px 0px;}

.conthead{margin-top: 40px}

.main-rating{display: flex; justify-content: space-between;}

.reviewbtn {
    background: #34736a;
    border-radius: 50px;
    color: #fff;
    float:right;
    padding: 10px 24px;
    font-size: 20px;
    border: 0px;
    font-weight: 600;
}
.reviewbtn:hover {
	background: #0b4039;
}
.rateusform label{
    font-size: 20px; 
    color: #000 !important;
}

.rateusform input, .rateusform textarea{border: 1px solid #dee2e6; padding: 5px; border-radius: 5px;
width: 100%; outline: none;}

.rateusform textarea{height: 120px;}

.rateusform{margin: 10px 0px;}

.rateusform ul{margin: 0px; padding: 0px; list-style: none;}

.rateusform ul li{display: inline-block;}

.rateusform ul li i{
    font-size: 20px;
    color: #dcdcdc;
    margin-right: 3px;
}

.rateusform ul li i:hover{color: #ed8d0a}

.formheading p {
    margin: 0px 0px 15px;
    color: #1c1c1cd4;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.formheading h5{font-weight: 700}

.rateusform .submitbtn{
    background: #34736a;
    border-radius: 50px;
    color: #fff;
    float: right;
    padding: 10px 24px;
    font-size: 20px; width: auto;
    border: 0px; margin-top: 10px;
    font-weight: 600;
}
.modal.show .modal-dialog {
    transform: none;
    background: #34736a;
    border-radius: 30px;
    padding: 20px;
}



.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 20px;
    background: #fff;
}

/**menu-css**/

.menu-div {
  margin: 0px;
  padding: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}

div#overlay { display: none; }

a#toggle {
  position:absolute;
  top: 28px;
  right:20px;
  width: 35px;
  height: 35px;
  
  text-align: center;
  color: white;
  display: none;
  transition: all ease-out 0.3s;
}

a#toggle i {
position: relative;
    top: 40%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #367569;;
}

main#content { padding: 10px; }

#menu {
  transition: all ease-out 0.3s;
  text-align: center;
}

#menu a {text-decoration: none;}

#menu ul {
 margin: 0px;
    padding: 0px;
    text-align: right;
    margin-top: 0px;
}

#menu ul li {
  display: inline-block;
  position: relative;
}

#menu ul li > a {
        display: inline-block; 
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: 0px;
    padding: 0px 15px 30px 15px;
    transition: all linear 0.5s;
}

#menu ul li a.active {color:#aee0e6;
}

#menu ul li ul li a.active {background:none;
}
#menu ul li a:hover {color:#aee0e6;
}

#menu ul li ul li a:hover {color:#fff;  background-color: #34736a;
}

#menu ul li > a > i {
  transition: all ease-out 0.3s; display: none;
  -webkit-transition: all ease-out 0.1s;
}

#menu ul li ul {
  display: none;
  position: absolute;
  top:40px;
  width: 250px;
  background: #fff;
  text-align: left;
  z-index: 5;
  overflow: hidden;
      border-top: 2px solid #34736a;
}

#menu ul li ul li { display: block; border-bottom: 1px solid #e3e3e3;}

#menu ul li ul li:first-child a { padding-left: 10px;}

#menu ul li ul li:last-child{border-bottom: none;}

#menu ul li ul li a {
       display: block;
    /* text-transform: uppercase; */
    color: #333;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    border: none;
}

#menu ul li:hover ul { display: block; }

@media screen and (max-width: 767px) {

a#toggle { display: block; }

main#content {
  margin-top: 65px;
  transition: all ease-out 0.3s;
}
#menu{
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    padding: 0px 25px;
    right: 0;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: auto;
    background-color:#367569;
    transform: translateX(270px);
    z-index: 10;
}
#menu ul {
  text-align: left;
  background-color: transparent;
  padding-top:50px;
}
#menu ul li ul{
  padding-top:0px;
}

#menu ul li { display: block; }

#menu ul li a { display: block; color:#fff; padding:15px 10px; border-right: none;}

#menu ul li a > i { float: right; }

#menu ul li ul {
  display: none;
  position: static;
  width: 100%;
  background-color: #697c68;
}

#menu ul li ul li { border-bottom: none}

#menu ul li ul li a {
  color: #fff;
}

#menu ul li ul li > a:hover {color:#fff;
}

#menu ul li:hover > ul { display: none; }

#menu ul li:hover > a > i { transform: rotateZ(0); }

#menu ul li.open > a { background-color: rgba(0, 0, 0, 0.3); }

#menu ul li.open > a > i { transform: rotateZ(90deg); }

#menu ul li.open > ul { display: block; }

div#overlay {
  display: block;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
}

html.open-menu { overflow: hidden; }

html.open-menu div#overlay {
  visibility: visible;
  opacity: 1;
  width: calc(-150%);
  left: 250px;
}

html.open-menu a#toggle,
 html.open-menu main#content { z-index: 111;}

html.open-menu a#toggle{text-decoration: none;}

 a#toggle i.closeline{display: none;}

html.open-menu a#toggle i.closeline{display: block; font-size: 24px; color:#fff !important; }

html.open-menu a#toggle i.barline{display: none;}

html.open-menu nav#menu {
  z-index: 3;
  transform: translateX(0);
}



}

/**menu-end**/

/**flexslider-start**/

#banner {
    width: 100%;
    float: left;
    position: relative;
    
    overflow: hidden;
}
.banner-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 35%;
 
}
.banner-content {
  top: 230px;
  left: 0px;
  height: 100%;
  display: flex;
 
  position: absolute;
  /*background: rgb(0 0 0 / 54%);*/
}
.slide-main {
  position: relative;
}
.home-slide-content h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    padding-left: 5px;
    letter-spacing: 2px;
    margin-top: 0px;
}
 .home-slide-content h5{   color: #fff;
    font-size: 36px;
 }
 
  .home-slide-content h6 {   color: #fff;
    font-size: 20px;
 }
.home-slide-content h1 span {
  width: 45px;
  height: 3px;
  background: #0eb8a6;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}

.home-slide-content p {
margin-top: 70px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 22px;
    font-weight: 200;
}
.home-slide-content img { width:100%; margin-top:50px; border-radius:10px;
}
.home-slide-content h3 {
    font-size: 60px;
    color: #fff;
    font-weight: 900;
   
    text-transform: capitalize;
   
    margin: 0px;
    padding: 0px;
}
.home-slide-content p span {
      width: auto;
    height: auto;
    /* background: #000000; */
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    /* padding: 5px 10px; */
    color: #1b1a1a;
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 600;
}
.home-slide-content h2 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  margin: 20px 0px 0px;
}


.home-slide-content a {
     width: auto;
    display: inline-block;
    padding: 10px 25px;
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    
    margin-top: 20px;
    transition: all linear 0.5s;
    border-radius: 6px;
    text-align: center;
    border: solid 2px #fff;
}

.home-slide-content a:hover { background:#34736a;
}

.gallerytext{height: auto; }

.main-gallerydv{margin-top: 10px;  margin-bottom: 60px;}

 .white-panel img {
  width: 100%;
  max-width: 100%;
  height: auto;
  }
  .white-panel {
  position: absolute;
  background: white;   box-shadow:0px 0px 7px #938a8a;
  padding: 10px;
  }
 
  .white-panel:hover {
  margin-top: -5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}


.banner-inner.faqhd{height: 50%; align-items: center;}




.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url('../fonts/flexslider-icon.eot');
  src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
      url('../fonts/flexslider-icon.woff') format('woff'),
      url('../fonts/flexslider-icon.ttf') format('truetype'),
      url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;
  position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0px;  position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; /*opacity: 0;*/ cursor: pointer; color: rgba(0,0,0,0.8); display: none; text-shadow: 1px 1px 0 rgba(255,255,255,0.3); /*-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;*/ }
.flex-direction-nav .flex-prev { /*left: -50px;*/ }
.flex-direction-nav .flex-next { /*right: -50px;*/  position:absolute; right:0px;  }
/*.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px;  }*/
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:30px; text-align: center; z-index:99;}
.flex-control-nav li {margin: 0 6px; display:none; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
.flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

.bg-topheder {
    margin-top: 30px;
    
}
/********* Slider Css Css End  *************/

/********* footer Css *************/
.hours { width:100%;
}
.hours li { float:left; width:100%; list-style:none; 
}
.hours li span { color:#fff;
}
footer {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;     background: #215951; padding-bottom:30px;
}
footer .container-fluid {
  padding-left: 0px;
}


.email-input {
  margin: 0px 0px 10px;
}
.email-input input {
width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    padding: 10px 20px;
    border: none;
    height: auto;
    outline: none;
    background: transparent;
    border-radius: 6px;
    color: #ffffff;
    border: solid 2px #fff;
}

.email-input input::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
.email-btn input {
    width: auto;
    display: inline-block;
    padding: 4px 25px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 20px;
    font-weight: 200;
    background: transparent;
    margin-top: 20px;
    transition: all linear 0.5s;
    border-radius: 6px;
    text-align: center;
    border: solid 2px #fff;
}
.email-btn input:hover { background:#000;
}
.footer-logo img {
  width: 40%;
}
.footer-social h6 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin: 30px 0px 0px;
  text-transform: capitalize;
}
.footer-social ul {
  margin: 20px 0px 0px;
  padding: 0px;
  list-style: none;
}
.footer-social ul li {
  margin: 0px 3px;
  padding: 0px;
  display: inline-block;
}
.footer-social ul li a i {
     width: 35px;
    height: 35px;
    color: #123c36;
    background: #fff;
    border-radius: 50%;
    line-height: 35px;
    transition: all linear 0.5s;
    text-align: center;
}


.footer-social ul li a i:hover {
  background: #000; color:#fff;
}
.contact-footer h6 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin: 30px 0px 20px;
  text-transform: capitalize;
}
.footer-info-block {
  padding: 0px;
}
.footer-link h6 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin: 0px 0px 30px;
    text-transform: capitalize;
}
.footer-link ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-link ul li {
  margin: 0px 0px 10px;
  padding: 0px 0px 0px 17px;
  display: inline-block;
  position: relative;
  width: 49%;
}
.footer-link ul li:before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
  color: #fff;
  font-family: "FontAwesome";
}
.footer-link ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.footertext {
  padding: 80px 0px 80px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: calc(((77vw - 1140px) / 2));
 
}
.cont-info h2 {
  margin: 0px 0px 30px;
  padding: 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}
.contact-detail p {
  color: #505b6d;
  font-size: 18px;
  margin: 0px;
  padding: 15px 0px;
  font-weight: 500;
  border-bottom: 1px solid #d1d1d1;
}



#footer-btm {
  width: 100%;
  float: left;
  padding: 20px 0px;
  background-color:#134e46;
}
.footer-btm-txt p {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 200; text-align:center;
}
/********* footer Css End  *************/

/********* Services Css End  *************/
.read-arrow { position: absolute;
    top: 10px;
    right: -22px;
}
.read-arrow img { width:39%;   transition: all 0.4s ease;}
.read-arrow p { display:none;
}
.servc-slides-one:hover .read-arrow img  { transform: rotateZ(45deg);
}

#services-sctn{width: 100%; float: left; margin: 0px; padding:0px;   display: flex;
    align-items: center;
 
 background-color: #fff;     
}

 .services-sctn{   height: 100%;
   
    padding: 80px 50px 80px;
    padding-left: calc(((98vw - 1140px) / 2));  
 background-color: #2a2a2a;  
}
 .services-sctn h3 {     color: #fff;
    font-weight: 400;
    font-size: 26px;
    padding-bottom: 30px;
 }
 .serv-01 {
padding: 20px;
    border: solid 1px #ffffff47;
    margin-bottom: 24px;
    border-radius: 6px; cursor:pointer;
}
 .serv-01:hover { background:#000; 
 }
.serv-01 a { color:#fff !important;
}
.serv-01 a i {     color: #ed8d0a !important;
}
  .services-sctn h4 {    color: #fff;
    font-weight: 400;
    font-size: 20px;
    height: 58px;
    padding-top: 10px;
 }
  .services-sctn p {color: #ffffffba;
    font-weight: 200;
    height: 130px;
}

.serv-icon { width:100%;
}
.serv-icon img {width:100%; max-width: 75px;
}
.servc-head{margin: 0px; padding:0px;}

.servc-head h2{
                    color: #03399394;
    margin: 0px;
    padding: 0px;
    font-weight: 900;
    font-size: 120px;
    padding-bottom: 40px;
    line-height: 64px;
}
.servc-head h3{
                   color: #2a2a2a;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 50px;
    padding-bottom: 40px;
    line-height: 60px;
    
    padding: 0px 0px 30px 0px;
}
.servc-head h3.white { color:
}
.servc-head h2 span {font-size: 50px;  font-weight: 300; color: #011e4e;
}

.servc-head p {
    font-size: 30px;
    color: #08aec9;
    font-weight: 400;
    margin: 0px;
    padding: 0px;}

.servc-head h5{
        font-weight: 500;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    color: #353535;
    line-height: 46px;
}

.servc-head h5:after{width: 100%; height: 2px; color: #fff; content: ""; background-color:rgba(225,225,225,0.5); 
display: block; margin-top: 25px;}

.servc-dtl p{    font-size: 16px;
    color: #353535;
    font-weight: 400;
    margin: 0px 0px 0px;
    padding: 0px;
    position: relative;
    line-height: 27px;}

.services-slide{margin: 0px; padding: 0px 0px 0px 15px;}

.servc-slides-one{width:100%; margin:0px 0px 0px 0px; float: left; border-radius: 10px; 
padding: 25px 15px;
     box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
position:relative;
}


.apihu-port-service-area .apihu-port-single-service .apihu-port-service-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 22px;
    
}

.about01 { width:100%;background-image: url(../images/bg-testimoials.jpg);
    background-size: 100%; height:100%;
    background-repeat: no-repeat;  background-size:cover;
}
.servicesmai01 { width:100%;background-image: url(../images/services-main.jpg);
    background-size: 100%; height:100%;
    background-repeat: no-repeat;  background-size:cover;
}

.services-slide .owl-item{padding-right: 20px;}

.servc-icns{margin: 0px; padding: 0px; text-align: left;}

.servc-icns img{max-width: 100%; width: 60px !important; margin: 0px auto !important }

.servc-txt{margin: 0px;}

.servc-txt h3{
  margin: 30px 0px 20px;
    padding: 0px;
    font-weight: 200;
    color: #fff;
    font-size: 24px;
    height: 40px;
    text-align: center;
}

.servc-txt p {
    font-size: 14px;
    color: #383838;
    font-weight: 400;
    margin: 0px 0px 0px;
    padding: 0px;
   
    position: relative;
    line-height: 24px;
}
	
	.servc-txt a {font-size: 14px; text-decoration:none;
}

.img-ser { float:left: width:80%; margin-left:2%; margin-right:2%; margin-top:20px;
}

.img-ser img { width:100%; border-radius:10px;
}










.read { padding-top:10px;
}
	.read img {width:7%;
	}
.read a { text-decoration:none; color:#fff;
}

.bgs-10 {background:#0b43a1b5; 
}
.bgs-10:hover {
background: #02183d;
}


.aboutdv{    padding: 80px 0px;
   
}

.aboutleftinnerimg{width: 100%; padding-top:50px}

.aboutleftimg{padding-right: 80px;}

.aboutrighttext{
	height: 100%;}
	.aboutrighttext img { width:100%;    border-radius: 20px;

	}

.aboutrighttext p {       margin: 0px 0px 25px;
    color: #1c1c1cd4;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; 
}

.aboutrighttext ul{           margin: 0px 0px 0px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.aboutrighttext ul li{        display: inline-block;
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0px 10px;
    position: relative;
    padding-left: 30px;
       color: #1c1c1cd4;

}

.aboutrighttext ul li:before{position: absolute; left: 0; top: -3px; content: "\f058";
font-family: FontAwesome; font-size: 22px; color: #34736a}

/************ Recent Work ***************/

#recent-work {padding: 80px 0px; float:left; width:100%;
}
#recent-work p {   
    color: #1c1c1cd4;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; text-align:center;
}
#recent-work h2 {
    text-align: center;
    font-size: 50px;
    padding-bottom: 20px; color:#2a2a2a;font-weight:500;
}
.recent img { width: 100%;
    border-radius: 10px;
}

.recent {
  background:#ed8d0a;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 500px;
}
.recent h4 { padding:20px 20px 0px 20px; }
.recent p {padding:0px 20px 20px 20px;
}



.star {
            width: 30px;
            height: 30px;
            background-color: transparent;
            position: relative;
            display: block;
            transform: rotate(216deg); /* Rotate to make a star shape */
        }

        /* Create the star shape using pseudo-elements */
        .star::before, .star::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ed8d0a; /* Fill color for the star */
            clip-path: polygon(
                50% 0%, 
                61% 35%, 
                98% 35%, 
                68% 57%, 
                79% 91%, 
                50% 70%, 
                21% 91%, 
                32% 57%, 
                2% 35%, 
                39% 35%
            );
		}
			.star-box { width:100%; float:left;
			}
			.st-wi { width:40px; float:left;
			}
.bg-clore {     background: #fff;
    float: left;
    width: 100%;
    border-radius: 20px;
    padding-bottom: 20px; 
}
.testimaonial h3 {         text-align: center;
    font-size: 40px;
    padding-bottom: 20px;
    color: #2a2a2a;
    font-weight: 500;
}
.testimaonial a {      width: auto;
    display: inline-block;
    padding: 10px 25px;
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    background: #34736a;
    margin-top: 10px;
    transition: all linear 0.5s;
    border-radius: 25px;
    text-align: center;
    /* border: solid 2px #fff; */
    letter-spacing: 1px;
}
.testimaonial {
    padding-left: 25px;
    padding-top: 30px; padding-right: 25px;
}
.star-rating {
   background: #34736a;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
.star-rating h5 { color:#fff; 
}
.star-rating p { color:#fff;  min-height:105px;
}
.star-date h6 { color:#fff; font-size:14px;
}
.star-rating p span {
    font-size: 14px;
    color: #fff;
}


#work-rivew {    padding: 80px 0px;
    float: left;
    background: #eaeaea;
    width: 100%;
}


.home-cours-title h2 {
    margin: 0px 0px 10px;
    color: #fff;
    font-size: 46px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 60px;
    text-align: center;
}
.home-cours-title h2 span {  font-size: 30px;
}
.home-cours-title p {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;     padding: 0px 200px;
}

.home-cours-img {
    width: 100%;
    float: left;
    
    background: #f8f8f8;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.home-cours-content {
   width: 100%;
    float: left;
    padding: 20px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.home-cours-content h5 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin: 0px 0px 5px;     text-transform: capitalize;
}
.home-cours-content p {
     margin: 0px;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    /* padding-top: 20px; */
    min-height: 150px;
}
.home-cours-content a {
    margin: 10px 0px 0px;
    padding: 10px 19px;
    color: #fff;
    background-color: #34736a;
    border-radius: 25px;
    display: inline-block;
    transition: all linear 0.5s;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
.img-fluid { border-radius:10px;
}
video {     border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.invest-sv {
          background: #aee0e4;
    padding: 18px 150px 30px 150px;
    border-radius: 30px;
    margin-bottom: 70px;
    margin-top: 70px;
}

.invest-sv h3 {    color: #2a2a2a;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 40px;
    padding-bottom: 0px;
    
    padding: 0px 0px 0px 0px; display: flex;
    align-items: center;
    height: 100%;
}
.invest-sv h4 {color: #2a2a2a;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 24px;
    display: flex;
    align-items: center;
    height: 100%;
   
}
.invest-sv a {    width: auto;
    display: inline-block;
    padding: 10px 25px;
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    transition: all linear 0.5s;
    border-radius: 6px;
    text-align: center;
    border: solid 2px #fff;
}
.invest-bt {display: flex;
    align-items: center;
    height: 100%;
}

.aboutrighttext h3 { font-size:40px;
}


/************* Contact section CSS ************/
#contact-sec { float:left;  width:100%; padding:0px 0px;     background-image: url(../images/con-bg.png);
    background-repeat: no-repeat;

    background-size: cover;
}
.con-top { padding:70px 0px}


.form-label { font-size:20px; color:#000 !important;
}

.con-details { width:100%; float:left; padding:20px;
}
.con-details ul { width:100%; float:left; padding:0px; margin:0px;
}

.con-details ul li {     width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 18px;
    display: flex;
    margin-bottom: 5px;
    font-weight: 600;
}
.con-details ul li span { color:#fff;  margin-right: 16px;
}


.con-details ul li a { color:#fff ; text-decoration:none;
}
.con-details ul li a:hover {color:#e3e3e3;
}


.btn.btn-primary {     background: #34736a;
    border-radius: 50px;
    color: #fff;
    float: left;
    padding: 10px 24px;
    font-size: 20px;
    border: 0px;
    font-weight: 600; 
}

 .contact {
            position: relative;
            overflow: hidden;
            border: none;
        }

        .contact-img {
            width: 100%;
            height: 100%;
            object-fit: cover;border-radius:6px;
        }
 .contact-img img { width: 100%;  
 }

        .contact-body {
           
          position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 15px;
    border-radius:6px;
}


        .contact-body .title {
            font-size: 1.5rem;
            font-weight: bold;
        }

        .contact-body .description {
            font-size: 1rem;
            margin-top: 5px;
        }

        .contact-body .arrow {
            position: absolute;
            right: 10px;
            bottom: 10px;
            width: 40px;
            height: 40px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

        .contact-body .arrow i {
            font-size: 1.5rem;
            color: #000;
        }


.con-page {       width: 100%;
    float: left;
    padding: 50px;
    background: #4ca0ce;
    /* padding: 121px; */
    border-radius: 30px;
    display: flex;
    height: 100%;    background-image: url(../images/maintenance.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.con-page ul { width:100%; float:left; padding:0px; margin:0px;
}

.con-page ul li {     width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 30px;
    display: flex;
    margin-bottom: 20px;
    font-weight: 600; color:#fff;
}
.con-page ul li span {color: #fff;  margin-right: 16px;
}


.con-page ul li a {color: #fff; text-decoration:none;
}
.con-page ul li a:hover {color:#e3e3e3;
}
.map-01 {     width: 100%;
    border-radius: 30px;
    background: #448ebd;
    padding: 30px;
}


/************ Inner page banner Cnentent *****************/


.inner-slide-main {
  position: relative;
}
.inner-home-slide-content h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    padding-left: 5px;
    letter-spacing: 2px;
    margin-top: 0px;
}
 .inner-home-slide-content h5{   color: #fff;
    font-size: 36px;
 }
 
  .inner-home-slide-content h6 {   color: #fff;
    font-size: 20px;
 }
.inner-home-slide-content h1 span {
  width: 45px;
  height: 3px;
  background: #0eb8a6;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}

.inner-home-slide-content p {

    margin-bottom: 0px;
    color: #fff;
    font-size: 22px;
    font-weight: 200;
}
.inner-home-slide-content img { width:100%; margin-top:50px; border-radius:10px;
}
.inner-home-slide-content h3 {
    font-size: 60px;
    color: #fff;
    font-weight: 900;
   
    text-transform: capitalize;
   
    margin: 0px;
    padding: 0px;
}
.inner-home-slide-content p span {
      width: auto;
    height: auto;
    /* background: #000000; */
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    /* padding: 5px 10px; */
    color: #1b1a1a;
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 600;
}
.inner-home-slide-content h2 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  margin: 20px 0px 0px;
}


.inner-home-slide-content a {
     width: auto;
    display: inline-block;
    padding: 10px 25px;
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    
    margin-top: 20px;
    transition: all linear 0.5s;
    border-radius: 6px;
    text-align: center;
    border: solid 2px #fff;
}

.inner-home-slide-content a:hover { background:#34736a;
}






.g-icon { width:15px;
}
.g-icon img { width:15px;
}

.nav-tabs {     border-bottom: 0px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    background: #74cbd536;
    color: #000000;
    border: solid 1px #34736a;
    border-radius: 6px;
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    border: solid 1px #34736a;
    border-radius: 6px;
    color: #000 !important;
}
li.nav-item {
    margin-right: 10px !important;
}


.g-icon-1 {float:left; margin-right:15px;
}
.g-icon-1 img { max-width:65px;
}
.name-rating {  float:left;
}





.home-cours-content-001 p {
    margin: 0px;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    /* padding-top: 20px; */
    min-height: 150px;
}

.home-cours-content-001 a {
    margin: 10px 0px 0px;
    padding: 10px 19px;
    color: #fff;
    background-color: #34736a;
    border-radius: 25px;
    display: inline-block;
    transition: all linear 0.5s;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.accordion-header button{color: #2a2a2a; margin: 0px;   font-weight: 400;  font-size:24px;
outline: none; box-shadow: none;}

.accordion-body p {
    margin: 15px 0px 15px;
    color: #1c1c1cd4;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.accordion-item{margin: 10px 0px; border:none; border-bottom: 1px solid #aee0e4;}

.accordion-header button{padding-bottom: 20px}

.accordion-button:not(.collapsed), .accordion-button:focus{background: transparent; box-shadow: none;}

 .accordion-header .accordion-button:not(.collapsed){padding-bottom: 0px;}

 .accordion-button:not(.collapsed) {  color: #34736a}
 
 li.d-md-none.bestillmenu.but {
    border: solid 2px #fff;
    border-radius: 6px;
    text-align: center;
}











/************* New Css *****************/

.rv-image  {    
   
     
    background: #e2f4f6;
    float: left;
    width: 100%;
    padding: 20px;
	    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.star-text {
       float: left;
    width: 100%;
   
    padding: 20px 20px 0px 20px;
}


.reviews-date {
    float: left;
    width: 100%;
}


.reviews-rating {
        background: #fbfbfb7a;
    border-radius: 30px;
    margin-bottom: 20px;
    box-shadow: rgb(0 0 0 / 11%) 0px 18px 50px -10px;
   float:left;
   


}

.reviews-date h6 {     color: #484848;
    font-size: 14px;
    padding: 0px 20px 20px 20px;
}

.reviews-rating h5 { color: #484848;}
.reviews-rating p {     color: #484848;
}

.reviews-rating p span {
    font-size: 14px;
    color: #484848;
}

.home-cours-img img {
    width: 100%;
    float: left;
    
}
.home-cours-content-001 {
    width: 100%;
    float: left;
  
    position: relative;
    overflow: hidden;
    
   
}
.home-cours-content-001 h5 {
    font-size: 24px;
    color: #000;   
    font-weight: 400;
    margin: 0px 0px 5px;
    text-transform: capitalize;
}
.home-service-div {
    margin:0px 0px 0px;
}
.blog-list { padding: 20px;
    float: left;
    margin-bottom: 40px;
    border: solid 1px #f1ebeb;
    border-radius: 6px;
}










.blog-rigt { width:100%; float:left; padding:20px;
}
.blog-rigt-box {width:100%; float:left;     margin-bottom: 16px;
    border-bottom: solid 1px #c3c3c3;
    padding-bottom: 16px;
}

.img-box-blog {    width: 30%;
    float: left;
    margin-bottom: 10px;
}
.img-box-blog img { width:100%;
}
.text-box-blog {    width: 65%;
    float: left;
    margin-left: 3%;     
}
.text-box-blog h3 { font-size:14px;
}

.text-box-blog p{     font-size: 13px;
    margin-bottom: 0px;
}
.text-box-blog a{     font-size: 13px;
    margin-bottom: 0px; color:#000; text-align:right; float:right; text-decoration:none;
}
.text-box-blog a:hover {color:#215951;
}
.banner-inner {
  top: 235px;
  left: 0px;
  height: 100%;
  display: flex;
 
  position: absolute;
  /*background: rgb(0 0 0 / 54%);*/
}

#home-course-section {
    width: 100%;
    float: left;
    background: #eaeaea; padding-bottom: 60px;
    padding-top: 60px;
   }
   
   .con-map {
    padding: 20px 20px 13px 20px;
    background: #215951;
    margin-bottom: 60px;
    border-radius: 10px;
}

.footer-info-left {
  height: 100%;
  
  align-items: center;
  padding: 85px 0px 0px; 
}

.reviewbtn:hover {
	background: #0b4039;
}

.btn.btn-primary:hover {
	background: #0b4039;
} 
.reviewbtn:hover {
	background: #0b4039;
} 
.testimaonial a:hover {
	background: #0b4039;
} 
.home-cours-content a:hover {
	background: #0b4039;
} 
.contact-detail p a {
color: #fff;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    position: relative;
}

.contact-detail p a i {
color: #fff;
    margin-right: 5px;
    position: absolute;
    left: 0;
    /* top: 0; */
    line-height: 28px;
}



/**social-nav**/


.social{
    position: fixed;
    top: 30%; right: 0;
    z-index: 111;
}

.social .socialullist {
  list-style-type: none; margin-bottom: 0;
  padding: 0;
  transform: translatex(250px);
}

.social .socialullist li {
  display: block;
  margin: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 300px;
  text-align: left;
  padding: 10px;
  border-radius:30px 0px 0px 30px;
  transition: all 1s;
}

.social .socialullist li:hover {
  transform: translatex(-110px);
}

.social .socialullist li.twitter:hover {
  background-color: #55acee;
}

.social .socialullist li.facebook:hover {
  background-color: #3b5999;
}

.social .socialullist li.google-plus:hover {
  background-color: #dd4b39;
}

.social .socialullist li.instagram:hover {
  background-color: #e4405f;
}

.social .socialullist li a {
  color: white;
  text-decoration: none;    display: block;
}

.social .socialullist li i{
    text-align: center;
    color: #000;
    background-color: white;
    padding: 10px 10px 10px 7px;
    border-radius: 50%;
    width: 35px;
    margin-right: 15px;
    height: 35px;
    font-size: 19px;
    transform: rotate(0deg);
    text-align: center;
    line-height: 17px;
}

.social .socialullist li:hover i {
  transform: rotate(360deg);
  transition: all 1s;
}


 .share-options{
    display: none;
    margin-right: 5px;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 5px #d8d8d8;
    padding: 25px 10px 20px 10px;
    border-radius: 5px;
}

  .share-options ul{margin: 0px; padding: 0px; list-style: none;}

  .share-options ul li{display: inline-block; margin-right: 4px;}

  .share-options ul li:last-child{margin-right: 0px;}

    .share-options ul li a{
    width: 33px;
    height: 33px;
    background: #cecece;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 33px;
}

  .share-options ul li a svg{width:20px; height: 20px; fill:#fff;}

  #closeShareBox{
    position: absolute;
    right: 0;font-size: 19px;
    top: 0;
    background: transparent;
    border: none;
}


.contact-detail p span{
    color: #fff;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    position: relative;
}
.contact-detail p span i {
    color: #fff;
    margin-right: 5px;
    position: absolute;
    left: 0;
    /* top: 0; */
    line-height: 28px;
}

.aboutdetailsnew .col-lg-4 {margin-bottom: 50px !important;
}