@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,600;0,700;0,800;0,900;1,400&family=Oswald:wght@300;400;500;600;700&family=Poppins:wght@200;300;400;500;600;700;800;900&family=Sail&display=swap');

html{
    font-size: 68.75%;
}
*, ::after, ::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a, abbr, acronym, address, applet, big, blockquote, body, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, ul, var {
	border: 0;
	margin: 0;
	outline: none !important;
	padding: 0;
	vertical-align: baseline;

}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	background-repeat: repeat-x;
	font-size:1.4rem;
	color:#272320;
  font-family: "Manrope", sans-serif;
}
a{
	color:inherit;
	outline: none !important;
    text-decoration: none;
}
a:hover{
    color:inherit;
    text-decoration:none;
}

.dropdown-toggle::after{
    border: none !important;
    content: "\f107";
    font-family: "fontAwesome";
    position: absolute;
}

.btn:focus{
	outline: none !important;
}
ol {
	padding-left: 0;
}

ul {
	padding: 0;
	list-style: none;
    margin: 0;
}

img {
	vertical-align: top;
	max-width:100%;
	border: none;
	outline: none;
}
p{
  line-height: 28px;
}

.btn:focus,
.form-control:focus,
.resizeselect:focus{
	box-shadow: none;
	border: none;
	outline: 0;
}
:root{
    --lightcolor:#27ae61;
    --darkcolor:#1a1a1a;
    --whitecolor:#ffffff;
}
h1, h2{
  font-family: "Sora", sans-serif;
}
h2 span{
  font-family: "Sora", sans-serif;
}


header{
  position: fixed;
  width: 100%;
  box-shadow: #0000000d 1px -1px 13px;
  padding-bottom: 15px;
  z-index: 6;
  background: #fff;
}
.top-section01{
  background: var(--lightcolor);
  padding: 8px 0;
}
.top-section01 a{
  color: var(--whitecolor);
}
.right-socli a i{
  font-size: 18px;
}
.navbar{
  padding-top: 15px;
  background: var(--whitecolor);
  padding-bottom: 5px;
}
.navbar-light .navbar-nav .nav-link{
  font-size: 17px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: var(--darkcolor);
  padding: 15px;
  transition: all 0.5s;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: var(--lightcolor) !important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
  color: var(--lightcolor) !important;
}
.btn-get-stred{
  font-family: "Roboto", sans-serif;
  background: var(--lightcolor);
  border-radius: 50px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 15px;
  text-transform: capitalize;
  padding: 15px 25px;
  font-weight: 500;
  transition: all 0.5s;
  color: var(--whitecolor) !important;
}
.btn-get-stred:hover{
  background: var(--darkcolor);
}

/* banner */
.banner-part{
  min-height:610px;
  margin-top: 143px;
}
.banner-texr05 {
  position: relative;
  z-index: 2;
}
.items-clsiu h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
.banner-part h2 {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Be Vietnam Pro", sans-serif;
}
.bg-img {
  position: absolute;
  height: 600px;
  top: 0;
  left: 0;
  right: 0;
}
.bg-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.items-clsiu{
  padding-top: 120px;
  min-height: 630px;
}
.btn-more{
  background: #FFB800;
  padding: 10px 35px;
  border-radius: 4px;
  color: var(--darkcolor);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
}
.btn-more:hover{
  background: var(--whitecolor);
}
.main-header{
  font-weight: 700;
  color: var(--darkcolor);
  font-size: 36px;
}
.main-body{
  padding-top: 50px;
  text-transform: capitalize;
  font-weight: 700;
}
.sub-heading{
  font-size: 16px;
  font-family: "Sora", sans-serif;
}
.sub-para{
  border-left: solid 2px #FFB800;
  padding-left: 20px;
}
.comon-services{
  box-shadow: 1px 2px 21px #e9e9e9a1;
  padding: 30px;
  margin: 15px 0;
  border-radius: 5px;
  min-height: 270px;
  padding-top: 40px;
  transition: all 0.5s;
}
.comon-services:hover{
  background: var(--lightcolor);
}
.comon-services:hover img{
   filter: brightness(0) invert(1);
}
.comon-services:hover h5,
.comon-services:hover p{
  color: var(--whitecolor);
}
.comon-services h5{
  font-size: 18px;
  font-weight: 800;
  color: var(--darkcolor);
  margin-bottom: 5px;
}
.comon-services p{
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  margin-top: 8px;
}
.comon-iocnj{
  width: 60px;
  height: 60px;
  display: inline-block;

}
.about-sections{
  background: #f7f7f7;
  padding: 90px 0;
  margin-top: 65px;
}
.btn-exmore{
  background: var(--lightcolor);
  color: var(--whitecolor);
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  padding: 12px 25px;
  margin-top: 30px;
}
.btn-exmore:hover{
  background: var(--darkcolor);
  color: var(--whitecolor);
}

.fulle-div .form-control{
  height: 45px;
  font-size: 15px;
}
.fulle-div textarea.form-control{
  height: 120px !important;
}
.btn-submit{
  background: var(--lightcolor);
  color: var(--whitecolor) !important;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  padding: 12px 25px;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.btn-submit:hover{
  background: var(--darkcolor);
}

.faq-div{
  background: url(../images/bg-imu.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 570px;
  
}
.our-facility-div{
  background: #232624e0;
  padding: 40px;
  min-height: 570px;
  padding-top: 60px;
}
.comon-feture{
  margin-bottom: 20px;
}
.comon-feture figure{
  width: 90px;
}
.textr-right{
  padding-left: 20px;
}
.textr-right h5{
  color: var(--whitecolor);
  font-family: "Sora", sans-serif;
  font-size: 25px;
}
.textr-right p{
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
}

.our_team{
  padding: 60px 0;
}
.testimonials{
  background: url(../images/testimonils.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 500px;
  margin-top: 75px;
  padding: 60px 0;
}
.user-pico{
  position: relative;
}
.user-pico figure{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.q-oic{
  width: 40px;
  height: 40px;
  position: absolute;
  bottom:0;
  right: 0;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  background: #ffb800;
  text-align: center;
  color: var(--whitecolor);
  line-height: 42px;
}
.user-pico figure img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.comonets-divu{
  width: 65%;
  color: #fff;
}
.comonets-divu p{
  font-weight: 400;
}
footer{
  background: var(--darkcolor);
  padding: 70px 0 0 0;
}
.comon-ft-heade{
  font-size: 20px;
  font-weight: 700;
  font-family: "Sora", sans-serif;
}
footer ul li{
  color: var(--whitecolor);
}
footer ul li a{
  color: var(--whitecolor);
  transition: all 0.5s;
  line-height: 36px;
  display: inline-block;
  width: 100%;
}
footer ul li i{
  color: var(--lightcolor);
  margin-right: 5px;
}
footer ul li a:hover{
  color: var(--lightcolor);
}
.lisnu{
  line-height: 35px;
}
.soclaionj{
  line-height: normal;
}
.btn-fa02{
  width: inherit;
  font-size: 20px;
  color: var(--whitecolor) !important;
  border: solid 1px var(--lightcolor);
  margin-right: 5px;
  text-align: center;
}
.sub-page-banner{
  background: url(../images/sub-banner.jpg)no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 220px;
  margin-top: 143px;
  padding-top: 60px;
}
.sub-page-banner h2{
  font-size: 35px;
  font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item::before{
  color: var(--whitecolor);
}
.comon-refulsd{
  margin-bottom: 70px;
}
.comon-refulsd h4{
  font-size: 30px;
  font-weight: 700;
  color: var(--darkcolor);
  margin-bottom: 10px;
  font-family: "Sora", sans-serif;
}
.close-menu {
  border: none;
  color: #323657;
  background: none !important;
  position: absolute;
  right: 21px;
  top: 10px;
}
.mobile-menu-sec > ul > li {
  margin-bottom: 15px;
}
.mobile-menu-sec .signup-btn {
  background: var(--lightcolor);
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  padding: 12px 0;
}
.side-media {
  list-style-type: none;
  margin-top: 15px;
  display: flex;
}
.side-media li a {
  background: #101014;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  display: inline-block;
}
.side-media li {
  margin: 0 5px;
}
.dropdown-menu1{
	top: 80px;
	opacity: 0;
	transition:top 0.8s ease;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	display: block;

}
.mobile-menu-sec .dropdown .dropdown-menu {
  position: relative !important;
  min-width: 100%;
  transform: none !important;
}

.mobile-menu-sec .dropdown-menu li .dropdown-item {
  line-height: 36px;
  font-size: 14px;
  color: #1d1d1d;
  transition: all .5s linear;
  padding: 0;
}
.mobile-menu-sec > ul > li {
  margin-bottom: 15px;
}
.mobile-menu-sec .dropdown .dropdown-menu {
  position: relative !important;
  min-width: 100%;
  transform: none !important;
  padding: 10px;
}
.mobile-menu-sec .dropdown .dropdown-menu h5{
  color: var(--lightcolor);
}
.navbar .dropdown-item{
  padding: 9px 9px 9px 10px;
  font-size: 15px;
  font-weight: 400;
  transition: ease-in-out 0.5s;
}
.navbar .dropdown-item:hover{
  background: var(--lightcolor);
  color: var(--whitecolor);
}
.dropdown-menu{
  min-width: 14rem !important;
}

.dropdown:hover>.dropdown-menu1{
  top:100%;height:inherit;opacity:inherit; opacity: 1; visibility: visible;}

.fe-imgo{
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 5px;
}
.fe-imgo img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fet{
  font-size: 16px;
}
.aq-sections-banners{
  background: url(../images/sub-banner.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0;
  margin-top: 127px;
}
.aq-sections-banners h2{
  font-size: 35px;
}
.aq-sections-banners .form-control{
  height: 45px;
  font-size: 15px;
  border: none !important;
}
.search-faq-div05 h2{
  font-size: 30px;
  font-weight: 700;
  color: var(--darkcolor);
}
.search-faq-div05 .nav-link{
  padding: 10px 30px;
}

.search-faq-div05 .nav-pills .nav-link.active, 
.search-faq-div05 .nav-pills .show>.nav-link{
  background: var(--lightcolor);
  color: var(--whitecolor);
}
.search-faq-div05 .nav-pills .nav-link{
  color: var(--darkcolor);
  font-weight: 700;
}
.search-faq-div05 .accordion-button{
  font-size: 15px;
  font-weight: 700;
  color: var(--darkcolor);
  padding-top: 15px;
  padding-bottom: 15px;
}
.search-faq-div05 .accordion-button:not(.collapsed){
  background: var(--darkcolor);
  color: var(--whitecolor);
}
.btn-contadt{
  background: var(--lightcolor);
  padding: 12px 30px;
  color: var(--whitecolor);
  font-size: 14px;
  font-weight: 600;
}
.btn-contadt:hover{
  background: var(--darkcolor);
  color: var(--whitecolor);
}
.contact-us-page .cm-text-n {
  background: var(--darkcolor);
  border-radius: 5px;
  padding: 40px;
  height: 450px;
}
.contact-us-page .cm-text-n h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
.contact-us-page .cm-text-n h6 {
  color: var(--lightcolor);
  font-size: 16px;
}
.contact-us-page .cm-text-n ul li .text-c {
  color: #fff;
  font-size: 16px;
  width: 68%;
}
.contact-us-page .cm-text-n .icon-c {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #fff;
  color: #fff;
  margin-right: 10px;
}
.contact-us-page .cm-text-n ul li {
  margin-bottom: 20px;
}
.leave-sec-part .form-control, .conatct-form-div .form-control {
  border: none;
  background: #f1f1f1;
  height: 45px;
  font-size: 16px;
}
.contact-us-page .conatct-form-div .form-control {
  font-size: 14px;
  margin-bottom: 20px;
}
.leave-sec-part textarea, .conatct-form-div textarea {
  height: 150px !important;
  resize: none;
}
.leave-sec-part .subimt-comment, .subimt-message, .quick-contact .subimt-comment {
  background: var(--lightcolor);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 15px 25px;
}
.contact-us-page .conatct-form-div h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--darkcolor);
}
.contact-us-page .conatct-form-div h6 {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--lightcolor);
}
.responsive-map {
  overflow: hidden;
  position: relative;
  height: 0;
  height: 400px;
  padding-bottom: 0 !important;
}
.responsive-map iframe {
  left: 0;
  top: 0;
  height: 400px;
  width: 100%;
  position: absolute;
}
.cm-text05 h2,
.cm-text05 p{
  text-shadow: #76520c 1px 2px 15px;
}

.cm-text052 h2,
.cm-text052 p{
  text-shadow: #333333 1px 2px 15px;
}
.cm-text0523

.cm-text0523 h2,
.cm-text0523 p{
  text-shadow: #ffffff 1px 2px 15px;
}
.cover-img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hwite-bg05{
  background: var(--whitecolor);
  color: var(--darkcolor);
  box-shadow: #76520c 1px 2px 15px;
}
.hwite-bg05:hover{
  background: var(--darkcolor);
  color: var(--whitecolor) !important;
}
.comon-ser05{
  height: 270px;
  overflow: hidden;
  border-radius: 15px;
  display: inline-block;
  display: grid;
  align-content: center;
  padding-left: 20px;
}
.comon-ser05 .btn{
  background: var(--whitecolor);
  color: var(--darkcolor);
  padding: 8px 25px;
  font-size: 13px;
  font-weight: 600;
}
.comon-ser05 h5{
  font-size: 25px;
  font-weight: 700;
  text-shadow: #333333 1px 2px 15px;
}
.comon-ser05 .btn:hover{
  background: var(--darkcolor);
  color: var(--whitecolor);
}
.comon-ser05 img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.text-div05{
  position: relative;
  z-index: 2;
}
.search-faq-div05  .accordion-item{
  margin-bottom: 25px;
  box-shadow: #eeeeee 1px 2px 20px;
  padding:18px;
}
.faq-banner01{
  background: url(../images/faq-larger.png) no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
}
.contact-banner01{
  background: url(../images/contact-bg01.jpg) no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
}

.medsu-icon{
  width:10%;
  margin: auto;
  text-align: center;
  display: block;
}
@media(max-width:1180px){
  .main-header{
    font-size: 30px;
  }
  .btn-get-stred{
    font-size: 13px;
    padding: 15px 18px;
  }
  .navbar-light .navbar-nav .nav-link{
    font-size: 14px;
  }
  .top-section01 a{
    font-size: 13px;
  }
  .banner-part h2{
    font-size: 40px;
  }
 
}
@media(max-width:768px){
  .main-header{
    font-size: 25px;
  }
  .banner-part {
    margin-top: 93px;
  }
}
@media(max-width:667px){
  .banner-part h2 {
    font-size: 30px;
  }
  .bg-img,
  .items-clsiu{
    height: 490px;
    min-height: 490px;

  }
  .items-clsiu{
    padding-top: 100px;
  }
  .main-header{
    font-size: 25px;
  }
  .btn-exmore{
    margin-bottom: 15px;
  }
  .sub-para{
    margin-top: 20px;
  }
  
  .banner-part{
    margin-top: 93px;
    min-height: 480px;
  }
 
}
@media(max-width:410px){
  .banner-part{
    margin-top: 93px;
  }
  .comon-feture{
    text-align: center;
  }
  .our-facility-div h2{
    text-align: center;
  }
  .comon-feture figure {
    width: 60px;
    margin: auto !important;
    display: block;
    text-align: center;
  }
  .textr-right{
    padding-left: 0;
  }
  .textr-right h5{
    font-size: 22px;
  }
  .our_team .sub-heading,
  .our_team .main-header{
    text-align: center;
  }
  .our_team p{
    text-align: center;
  }
  .btn-exmore{
    margin:25px auto;
    display: table;
  }
  .comonets-divu{
    text-align: center;
    width: 100%;
  }
  .user-pico figure{
    margin: auto;
    margin-bottom: 25px;
  }
  .q-oic{
    right: -70px;
    line-height: 42px;
    left: 0;
    margin: auto;
  }
  .testimonials .sub-heading,
  .testimonials .main-header{
    text-align: center;
  }
}