/*Common stle*/
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}
:root{
  --color1: #563b18;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}

a:focus,
a:hover {
  text-decoration: none;
}

img {
  /* width: 100%; */
}

i {
  font-weight: normal;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #616161;
  font-weight: 400;
}

/* section {
  padding: 60px 0;
} */

html {
  scroll-behavior: smooth;
}

/*Fonts*/
h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  margin-top: -5px;
  padding-bottom: 30px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

.f12 {
  font-size: 12px;
  line-height: 20px;
}

.f14 {
  font-size: 14px;
  line-height: 22px;
}

.f18 {
  font-size: 18px;
  line-height: 26px;
}

.f20 {
  font-size: 20px;
  line-height: 28px;
}

.f50 {
  font-size: 50px;
  line-height: 52px;
}

/*Font Weight*/

.f400 {
  font-weight: 400;
}

.f500 {
  font-weight: 500;
}

.f600 {
  font-weight: 600;
}

.f700 {
  font-weight: 700;
}

.f800 {
  font-weight: 800;
}

.f900 {
  font-weight: 900;
}

.text-black {
   color: black; 
  /*color: #563b18;*/
}
.carousel-control-next, .carousel-control-prev{width:5% !important;}
.banner-caption .btn {
  /* background-color: #104565; */
  background-color: #f7a031;
  color: #fff;
  padding: 10px 20px;
  transition: all ease 0.5s; 
  
}
.banner-caption .btn:hover,
.banner-caption .btn:focus {
  /* background: linear-gradient(90deg, rgb(113 24 67) 0%, rgb(182, 54, 116) 75%); */
  /* background: linear-gradient(126deg, rgb(31 95 133) 29%, rgb(182, 54, 116) 75%); */
  background:var(--color1);
  color: #fff;
  text-decoration: none;  
}
.service-box .btn {
  background-color: #f7a031;
  color: #fff;
  padding: 10px 20px;
  transition: all 0.5s; 
}

.btn {
  /* background-color: #417899; */
  background-color: #f7a031;
  color: #fff;
  padding: 10px 20px;
  transition: all 0.5s; 
  margin-top: 10px;
}

.btn:hover,
.btn:focus {
  /* background: linear-gradient(90deg, rgb(113 24 67) 0%, rgb(182, 54, 116) 75%); */
  /* background: linear-gradient(126deg, rgb(31 95 133) 29%, rgb(182, 54, 116) 75%); */
  background: var(--color1);
  color: #fff;
  text-decoration: none;  
}

.bg-color {
  background-color: #f7f7f7;
}

.text-blue {
  color: #17A2B8;
}

/* .text-green {
  color: #F5951C;
} */

.sp-line {
  display: inline-block;
  height: 2px;
  width: 60px;
  background-color: #f7a031;
}

/*HEADER
--------------------------------------*/
.header {
  background: #fff;
  /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%); */
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header .header-content
 {
  text-align: right;
  position: relative;
  background-color: #3149f7;
  padding: 5px 10px;
  top: 20px;
  border-radius: 3px;
  display: inline-block;
}
.header .header-content p{
  font-weight: 600;
}

.header-content-social {
  position: relative;
  top: 20px;
}
.header-content-social {
  display: flex;
}
.header .header-content i {
  font-size: 16px;
  color: #fff;
  margin-right: 2px;
} 

.header .social-icon i {
  margin-right: 8px;
  color: #fff;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #f7a031;
  font-size: 16px;
  transition: 0.5s ease;
}
.header .social-icon:hover i{
  background-color: #ffb351;
  transform: scale(1.2);

}
.header .social-icon {
  display: inline-block;
}

.header .content-txt {
  padding-left: 65px;
}

.head-tab {
  padding-bottom: 22px; 

}

.navbar {
  width: 100%;
  padding: 0; 
  padding-right: 50px;
  /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);*/
  /*box-shadow: 0 5px 30px 0 rgba(167, 168, 169, 0.9);*/
}

/* .navbar-nav {
  border-top: 1px dashed #000;
} */

.navbar.fixed-top {
  top: 0;
  width: 100%;
  left: 0;
  margin-left: 0;
}

.navbar-brand {
  width: 248px;
  padding: 8px 0;
  margin-left: -10px;
  position: absolute;
  top: -43px;
  padding-left: 80px;
}

/*.navbar-brand h2,
.navbar-brand p {
  color: #F5951C;
}*/ 
.navbar-brand h2{
  font-size: 2.3rem;
  color: #563b18;
  margin-bottom: 5px;
}

.navbar.fixed-top .navbar-brand {
  width: 200px;
  padding: 8px 0;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #000;
  font-weight: 600;
  padding: 0;
  line-height: 60px;
  margin: 0 21px;
}
.menu ul li a:hover{
  color: #f7a031!important;
  background: none!important;
}

.menu ul li a.active{
  color: #f7a031!important;
  background: none!important;
}
.menu .dropdown-menu{
  padding: 0;
  border-radius: 0;
}
.menu .dropdown-menu a{
  padding: 6px 20px;
}
.menu .dropdown-menu a:hover{
  background: #f7a031!important;
  color: #fff!important;
}
.fixed-top.navbar-expand-md .navbar-nav .nav-link {
  margin: 0 20px;
}

.navbar-expand-md .navbar-nav .nav-item:hover .nav-link {
  color: #232323;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #f7a031;
  color: #fff;
}

.dropdown-menu {
  top: 56px;
}

/*FOOTER
--------------------------------------*/
.footer {
  background-color: black;
  padding: 5em 0;
}

.footer-brand {
  width: 170px;
  display: block;
  padding-bottom: 20px;
}
.footer p:first-child{
  font-size: 18px;
  margin-bottom: 20px;
}
.footer ul li {
 
  margin-bottom: 10px;
}

.footer .footer-contact p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 14px;
}

.footer .footer-contact p i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 18px;
}

.footer a,
.footer p {
  color: #cecece;
}

.footer .social-icons i {
  font-size: 20px;
  line-height: 22px;
}

.footer a:hover {
  color: #f7a031;
}

.copyright-content {
  background-color: #0e0e0e;
  padding: 8px 0;
}
.info p{
  font-size: 14px;
}
.copyright-content p {
  color: #fff;
  text-align: left;
}
.copyright-content p a{color:#fff;font-weight:bold;}
.copy{
  text-align: right!important;
}
.footer-button {
    /*display: none;*/
    position: absolute;
    bottom: 90px;
}

/*HOME PAGE
--------------------------------------*/
/*carousel*/
.carousel {
  margin-top: 118px;
}

.carousel .carousel-item {
  position: relative;
}
.banner .carousel-item img{width:100% !important;}
.carousel .carousel-item .banner-caption {
  position: absolute;
  top: 25%;
  text-align: center;
  margin-top: 0;
}

.carousel .carousel-item .banner-caption h1{
  margin-bottom: 0.6em;
  font-size: 38px;
  color: var(--color1);
}
.carousel .carousel-item .banner-caption h2{
	color: black;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: normal;
      font-family: 'Open Sans', sans-serif;

}

.carousel .carousel-item .banner-caption .btn {
  margin-right: 20px;
  margin-top: 20px;
  font-weight: 600;
}
.section-testimonial .owl-carousel.owl-drag .owl-item{
    padding: 0 120px;
}

.test-1 {
  
}

.test-2 {
  left: 60%;
}
.test-2 h1{
  line-height: 48px;
  font-size: 35px;
}
.sec-feature .feature-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  -moz-box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  padding: 45px;
  border: 1px solid #cecece;
  text-align: center;
  min-height: 296px;
  position: relative;
}

.sec-feature .feature-box i {
  display: inline-block;
  font-size: 46px;
  color: #17a2b8;
}

.sec-feature .feature-box .feature-icon {
  margin-bottom: 10px;
}

.about-cont h2 {
  padding-bottom: 0;
  color: var(--color1);
}

.about-cont li {
  padding-right: 30px;
  text-align: center;
}

.cont-num {
  font-size: 40px;
  line-height: 50px;
  color: #17A2B8;
}

.line-border {
  width: 73px;
  height: 3px;
  display: block;
  background-color: #e8e8e8;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cta-banner {
  
  background-color: #e5e5e5;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  min-height: 400px;
  
}

.sec-treatment {
  padding-top: 4em;
  margin-top: -405px
}
.sec-treatment h2{
  color: var(--color1);
  font-size: 2em;
}
.sec-service{
  padding: 3em 0;
}
.sec-service img{
  height: 231px;
}
.sec-service .service-img {
  position: relative;
}

.sec-service .service-box:hover .service-img:after {
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
}

.sec-service .service-txt {
  padding: 30px;
  box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  border: 1px solid #d0d0d0;
  min-height: 330px;
}

.sec-service .service-txt h3:hover {
  color: #f7a031;
  cursor: pointer;
}

.sec-service .service-box {
  -webkit-box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  -moz-box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  background-color: #fff;
}

.sec-service .service-box h3{
  color: black;
}
.service-section .service-img {
  padding: 5px;
  border: 1px solid #cecece;
  margin-bottom: 30px;
}

.sec-diseases {
  background-color: #cecece;
}

.sec-diseases .single-team {
  position: relative;
   overflow: hidden;
}

.sec-diseases .team-thumb img {
  border: 1px solid #dadada;
}

.sec-diseases .team-thumb {
  position: relative;
  margin-bottom: 20px;
}

.sec-diseases .team-content {
  position: absolute;
  bottom: -140px;
  left: 0;
  /*background: linear-gradient(90deg, rgba(12,184,182,1) 0%, rgba(11,145,144,1) 75%); */
  background-color: #17A2B8;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  min-height: 200px;
}

.sec-diseases .single-team:hover .team-content {
  bottom: 0;
}

/*ABOUT PAGE
--------------------------------------*/
.sec-member img {
  width: 200px;
}

.sec-member {
  text-align: center;
}

.member-cover {
  border: 2px solid #17A2B8;
  padding: 15px;
}

.member-cover .member-logo {
  /*background-color: #F5951C;*/
}

.myaccordion .card-body ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
}

.myaccordion .card-body ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  color: #17A2B8;
}

.myaccordion .btn {
  min-width: 300px;
  text-align: left;
}
/*------------------------------------------*/

nav > .nav.nav-tabs{
  border: none;
  color:#fff;
  background:#272e38;
  border-radius:0;
}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
  padding: 10px 25px;
  color:#fff;
  background:#17A2B8;
  border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -53px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #F5951C ;
}
.tab-content{
  background: #fdfdfd;
  line-height: 25px;
  border: 1px solid #ddd;
  border-top:5px solid #F5951C;
  border-bottom:5px solid #F5951C;
  padding:30px 25px;
}

.tab-pane {
  padding: 10px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #F5951C;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.nav-tabs {
  border-bottom: none; 
}

.tab-pane ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
}

.tab-pane ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  color: #17A2B8;
}

/*-----------------------------------------*/
.myaccordion {
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-body {
  border: 1px solid #ebebeb;
}

.myaccordion .card-header {
  border-bottom-color: #cccccc;
  background: #ebebeb;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  color: #000;
  padding: 0;
  border: none;
  background-color: transparent;
}

.myaccordion .btn:hover {
  background: transparent;
}

.myaccordion h2 {
  padding-bottom: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

/*CONSULTING HOSPITALS
--------------------------------------*/
.consult-box {
  padding: 15px 20px;
  border: 1px solid #000;
  text-align: center;
  height: auto;
}

.consult-box:hover {
  /*border-image-source: linear-gradient(to left, #743ad5, #d53a9d);*/
  border-color: #f7a031;
}

.consult-box .consult-logo {
  width: 170px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.consult-box h5 {
  font-size: 22px;
  line-height: 30px;
}
.consult-box{
  color: #333;
  
}
/*GALLERY PAGE
--------------------------------------*/
.list-service li a {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  margin-bottom: 25px;
  display: inline-block;
  padding: 10px 10px 10px 30px;
  border-left: 8px solid #17A2B8;
  color: #000;
}

.gallery-section p {
    margin-bottom: 30px;
    padding-top: 10px;
    text-align: center;
}

/*CONTACT PAGE
--------------------------------------*/
.contact-box {
  position: relative;
  padding-left: 65px;
  margin-bottom: 40px;
}

.contact-box a {
  color: #616161;
}

.contact-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  border: 1px solid #000;
  line-height: 50px;
  text-align: center;
}

.contact-icon i {
  font-size: 20px;
  color: #17A2B8;
}

.page-banner {
  margin-top: 110px;
  padding: 20px 0;
  position: relative;
}

.page-banner-txt {
  text-align: center;
  margin-top: -110px;
  margin-bottom: 20px;
}

.review-sec {
  background-color: #0e0e0e;
}
.review-sec p:first-child{
  color:#e8e8e8
}
.review-sec p{
  line-height: 1.8em;
  color: #333;
}
.review-sec p i{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  font-size: 20px;
  background: #f7a031;
  margin: auto;
  margin-bottom: 15px;
}
.section-testimonial {
  /*background-color: #fff;*/
  padding: 5em 40px;
  /*min-height: 439px;*/
}

#section-service .owl-nav button.owl-prev,
#section-service .owl-nav button.owl-next,
#section-testimonial .owl-nav button.owl-prev,
#section-testimonial .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  text-align: center;
} 

#section-service .owl-nav button.owl-prev,
#section-testimonial .owl-nav button.owl-prev {
  left: -40px;
}

#section-service .owl-nav button.owl-next,
#section-testimonial .owl-nav button.owl-next {
  right: -40px;
}

#section-service .owl-nav button.owl-prev span, 
#section-service .owl-nav button.owl-next span,    
#section-testimonial  .owl-nav button.owl-prev span,
#section-testimonial  .owl-nav button.owl-next span {
  font-size: 42px;
  line-height: 30px;
  color: #fff;
}

#section-service .owl-nav button.owl-prev:hover,
#section-service .owl-nav button.owl-next:hover,
#section-testimonial .owl-nav button.owl-prev:hover,
#section-testimonial .owl-nav button.owl-next:hover {
	background:#f7a031;
  outline: none;
}

/*----------------SERVICE PAGE-------------*/
.service-content ul li {
  position: relative;
  padding-left: 25px;
}

.service-content ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  color: #F5951C;
}
.about-atul .about-cont ul {padding:10px 0 !important;}
.about-atul .about-cont ul li{list-style:none;text-align:left;padding:5px 0;position:relative;padding-left:25px;}
.about-atul .about-cont ul li i{position:absolute;top:10px;left:0px;}


.about-atul .serv-img{padding:20px 0;}
.about-atul .serv-img img{width:520px;height:auto;}


/*--------------RESPONSIVE---------------
--------------------------------------*/
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .navbar-expand-md .navbar-nav .nav-link {
        margin: 0 12px;
    }
    
    .test-2 {
        right: 0px;
    }
    
    .test-1 {
        left: 15px;
    }
    
    .sec-diseases .team-content {
        bottom: -190px;
        min-height: 248px;
    }
    
    .consult-box .consult-logo {
        width: 120px;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}

@media (min-width: 768px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  h1 {
    font-size: 18px;
    line-height: 26px;
  }

  h2 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
  }

  h3 {
    font-size: 18px;
    line-height: 26px;
  }

  section {
    padding: 20px 0;
  }


  .btn {
    padding: 5px 15px;
  }

  .navbar-brand {
    width: 160px;
    position: static;
    padding-left: 25px;
   }
   
   .navbar-brand p {
       font-size: 12px;
       line-height: 20px;
   } 
   
   .head-tab {
       display: none;
   }
   
   .carousel {
        margin-top: 78px;
    }
    
    .carousel .carousel-item .banner-caption {
        margin-top: -45px;
		right:45px;
    }
    
    
    .carousel .carousel-item .banner-caption h1 {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .carousel-indicators {
        display: none;
    }
    
    .btn-2 {
       display: none;
    }
    
    .sec-diseases .single-team {
       margin-bottom: 20px;
    }
   
    #section-service .owl-nav button.owl-prev,
    #section-testimonial .owl-nav button.owl-prev {
      left: 0px;
      top: 30%;
    }
    
    #section-service .owl-nav button.owl-next,
    #section-testimonial .owl-nav button.owl-next {
      right: 0px;
      top: 30%;
    }
    
    #section-service .owl-nav button.owl-prev,
    #section-service .owl-nav button.owl-next {
      border: 1px solid #000;
    }
    
    #section-service .owl-nav button.owl-prev span, 
    #section-service .owl-nav button.owl-next span {
      color: #000;
    }
    
    .consult-box {
      margin-bottom: 20px;
    }
    
    .page-banner {
        background-color: #17a2b8;
        margin-top: 97px;
    }
    
    .page-banner img {
        display: none;
    }
    
    .page-banner-txt {
        margin-top: 20px;
    }
    
    nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
        padding: 10px 2px;
        border-right: 1px solid #fff;
    }
    
    .member-cover {
        margin-top: 30px;
    }
    
    .footer-wrap {
       margin-bottom: 20px; 
    }
    
    .footer {
        padding: 40px 0;
    }
    
    .footer-button {
        width:100%;
        background-color: #F5951C;
        padding:10px 0;
        position:fixed;
        bottom:0;
        z-index:20;
        display:block;
    }
    
    .footer-button a {
        color:#fff;
    }
    
    .copyright-content {
        margin-bottom: 0;
    }
	
/* Home page 	 */
	/* .test-2 h1{font-size:14px} */
	
	.banner .carousel-control-next-icon{right:5px!important;width:20px!important;height:20px!important;}
	.banner .carousel-control-prev-icon{left:5px!important;width:20px!important;height:20px!important;}
	.carousel .carousel-item .banner-caption h1
  {
    font-size:23px;
    line-height:14px;
    margin-bottom:20px;
  }
	.carousel .carousel-item .banner-caption h2{font-size:12px;line-height:14px;margin-bottom:0px;}
	.carousel .carousel-item .banner-caption .btn{font-size:12px !important;margin-top:0px !important;}
	.banner-caption .btn{padding:5px 10px;}
	.sec-about{padding:0 0 3.5rem 0 !important;}
	.header_banner{height:auto !important;margin-top:70px !important;}
	.gallery_ban_head ul{float:left !important;}
	.atl-img1{padding-top:20px !important;}
/* service	 */
	.about-atul .serv-img img{width:100%;}
	.serviceBox{height:auto !important;}
	.testimonial{padding:30px 0 !important;}
/* Gallery */
	.gal-img{padding-bottom:20px;}
	.post-item{margin-bottom:0px !important;}
/* Contact	 */
	.contact-head .cnt-add{
    padding: 0!important;
    margin: 0;
    padding-bottom: 10px;
  }
	.wthsapp img{width:65px !important;right:15px !important;bottom:15px !important;}
  
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}
.banner-caption h2{
  font-size: 26px;
  padding-bottom: 10px;
}

.banner .carousel-control-prev-icon{
  position:absolute;
  left: 30px;
  width: 30px;
  height: 30px;
}
.banner .carousel-control-next-icon{
	 position:absolute;
	right: 30px;
  width: 30px;
  height: 30px;	
}
.sec-about {
  padding: 4.5em 0;
}
.sec-about h2{
  font-size: 35px;
  padding-bottom: 15px;
  color: var(--color1);
}
.vision {
  /* background-color: #f7a031; */
  background-color: #9d9d9d;
  width: 100%;
  padding: 15px;
  display: flex;
  margin-bottom: 30px;
  position: relative;
  border-radius: 30px 0 0 30px;
  margin-top: 40px;
}
.imgbox{
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
}
.imgbox img{
  width: 50px;
  /* margin-top:15px; */
}
.vision h2{
  font-size: 30px;
  color: #fff;
  padding: 25px 30px;
}
.vision i{
  position: absolute;
  right: 35px;
  top: 35px;
  color: #f7a031;
  font-size: 25px;
  width: 36px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
  transition:0.5s ease;
  -moz-transition:0.5s ease;
  -webkit-transition:0.5s ease;
  box-shadow: 0 15px 20px #33333325;
}
.vision:hover i{
  right: -13px;
}
.sec-consult{
  padding: 4em 0;
}
.info p{
  margin-bottom: 15px;
  line-height: 26px;
}
.info a{
  background: #f7a031;
  font-size: 14px;
  padding: 10px 20px;
  margin-top: 10px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  transition:0.5s ease;
  -moz-transition:0.5s ease;
  -webkit-transition:0.5s ease;
}
.info a:hover{
  color: #fff;
  background: var(--color1);
}
.info a i{
  font-size: 12px;
  margin-left: 5px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: 30px;
  height: 30px;
}
.text-pink{
  color: #212529;
}
.wthsapp{
  position: relative; 
}
.wthsapp img{
  position: fixed;
  width: 80px;
  z-index: 999;
  bottom: 20px;
  right: 20px;

}
.footer h2{
  font-size: 28px;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 0;
}



/******************************************************************
Gallery Section
******************************************************************/

.header_banner{background:#e5e5e5;width:100%;height:80px;margin-top:117px;}
.gallery_ban_head {padding-top:20px;}
.gallery_ban_head h1{
	font-size:26px;
	color:#999999;
	font-weight:500;
	text-align:left;
	
	text-transform:uppercase;
	
}
.gallery_ban_head ul{
	list-style:none;
	float:right;
	padding-top:10px;
}
.gallery_ban_head ul li a{
	color:#999999;
}
.gallery_ban_head ul li{
	float:left;
	font-size:16px;
	color:#999999;
}
.gallery_ban_head ul .sec-men{
	padding-left:5px;
}


/********* galery tab images section **********/

/***image popup**/


.gallery_inner #myModal, .gallery_inner #myModal1, .gallery_inner #myModal2, .gallery_inner #myModal3 {z-index:999;}
.gallery_inner #myImg, .gallery_inner #myImg1, .gallery_inner #myImg2, .gallery_inner #myImg3, 
.gallery_inner #myImg4, .gallery_inner #myImg5, .gallery_inner #myImg6, .gallery_inner #myImg7
, .gallery_inner #myImg8, .gallery_inner #myImg9, .gallery_inner #myImg10, .gallery_inner #myImg11
, .gallery_inner #myImg12, .gallery_inner #myImg13, .gallery_inner #myImg14, .gallery_inner #myImg15
, .gallery_inner #myImg16, .gallery_inner #myImg17, .gallery_inner #myImg18 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width:100%;
  height:150px;
}

.gallery_inner #myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.gallery_inner .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.gallery_inner .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
.gallery_inner #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.gallery_inner .modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.gallery_inner .close, .gallery_inner .close1, .gallery_inner .close2, .gallery_inner .close3,
.gallery_inner .close4,.gallery_inner .close5,.gallery_inner .close6,.gallery_inner .close7
,.gallery_inner .close8,.gallery_inner .close9,.gallery_inner .close10,.gallery_inner .close11
,.gallery_inner .close12,.gallery_inner .close13,.gallery_inner .close14,.gallery_inner .close15
,.gallery_inner .close16,.gallery_inner .close17,.gallery_inner .close18 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor:pointer;
}

.gallery_inner .close:hover,
.gallery_inner .close:focus,
.gallery_inner .close1:hover,
.gallery_inner .close1:focus,
.gallery_inner .close2:hover,
.gallery_inner .close2:focus,
.gallery_inner .close3:hover,
.gallery_inner .close3:focus,
.gallery_inner .close4:hover,
.gallery_inner .close4:focus
.gallery_inner .close5:hover,
.gallery_inner .close5:focus
.gallery_inner .close6:hover,
.gallery_inner .close6:focus
.gallery_inner .close7:hover,
.gallery_inner .close7:focus
.gallery_inner .close8:hover,
.gallery_inner .close8:focus
.gallery_inner .close9:hover,
.gallery_inner .close9:focus
.gallery_inner .close10:hover,
.gallery_inner .close10:focus
.gallery_inner .close11:hover,
.gallery_inner .close11:focus
.gallery_inner .close12:hover,
.gallery_inner .close12:focus
.gallery_inner .close13:hover,
.gallery_inner .close13:focus
.gallery_inner .close14:hover,
.gallery_inner .close14:focus
.gallery_inner .close15:hover,
.gallery_inner .close15:focus
.gallery_inner .close16:hover,
.gallery_inner .close16:focus
.gallery_inner .close17:hover,
.gallery_inner .close17:focus
.gallery_inner .close18:hover,
.gallery_inner .close18:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .gallery_inner .modal-content {
    width: 100%;
  }
}


/*******************************/
/******* Single Post CSS *******/
/*******************************/
.sidebar-widget{width:100%;}
.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 5px;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #202C45;
    border: 1px solid #202C45;
    border-radius: 5px;
}

.single .single-tags a:hover {
    color: #ffffff;
    background: #E81C2E;
    border-color: #E81C2E;
}

.single .single-bio {
    padding: 30px;
    background: #202C45;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
}

.single .single-bio-img {
    width: 100%;
    max-width: 115px;
    padding: 15px;
    background: #ffffff;
    border-radius: 100px;
    margin-bottom: 20px;
}

.single .single-bio-img img {
    width: 100%;
    border-radius: 100px;
}

.single .single-bio-text {
    text-align: center;
}

.single .single-bio-text h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.single .single-bio-text p {
    color: #ffffff;
    margin: 0;
}

.single .single-bio-social {
    margin-top: 20px;
    display: flex;
}

.single .single-bio-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202C45;
    background: #ffffff;
    border-radius: 40px;
    margin-right: 5px;
    transition: .5s;
}

.single .single-bio-social a:last-child {
    margin: 0;
}

.single .single-bio-social a:hover {
    color: #ffffff;
    background: #E81C2E;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
    border-radius: 5px;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    font-size: 17px;
    font-weight: 500;
}

.single .post-item .post-text a:hover {
    color: #E81C2E;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #202C45;
    border-radius: 5px;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #E81C2E;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
    border-radius: 60px;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #202C45;
    background: #dddddd;
    border-radius: 5px;
}

.single .comment-text .btn:hover {
    color: #ffffff;
    background: #E81C2E;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
    border-radius: 5px;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 5px;
    border-color: #eeeeee;
}

.single .comment-form input:focus,
.single .comment-form textarea:focus {
    border-color: #E81C2E;
}

.single .comment-form .btn {
    border-radius: 45px;
}
.post-item{margin-bottom: 25px;}
.gallery_inner .nav-link{color:#000;}
.gallery_inner .nav-pills .nav-link.active, .nav-pills .show>.nav-link{background-color:#F5951C !important;border-radius:0px !important;}





/********************************************************
About section Atul guttani
********************************************************/

.about-atul{padding:40px 0;}
.about-cont p{text-align:justify;}

.atl-img img{border:2px solid #e5e5e5;width:100%;}
.atl-img1{padding-top:100px;}
.atl-img1 img{border:2px solid #e5e5e5;width:100%;}





/********************************************************
Testimonial
********************************************************/


.testimonial{padding:50px 0;}
.sec-testimonial{padding-top:50px;}

.serviceBox{
    background: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 40px 15px 25px;
    border-radius: 10px;
    position: relative;
	height:400px;
}
.serviceBox1{
  height:310px;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    /* background: linear-gradient(to bottom, #e5e5e5, #e5e5e5); */
    width: 100%;
    height: 40px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.serviceBox:after{
    background: #f7a031;
    top: auto;
    bottom: 0;
    height: 10px;
    border-radius: 0 0 10px 10px;
}
.serviceBox .title{
    color: #fff;
    background: #f7a031;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 12px 9px;
    margin: -10px 0 18px;
    display: inline-block;
    position: relative;
	width:100%;
}
.serviceBox .title:before,
.serviceBox .title:after{
    content: "";
    background: linear-gradient(to top left, #f7a031 49%, transparent 50%);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: -10px;
}
.serviceBox .title:after{
    transform: rotateY(180deg);
    left: auto;
    right: -10px;
}
.serviceBox .service-icon{
    color: #f36b23;
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 15px;
}
.serviceBox .description{
    color: #000;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
	text-align:justify;
}
.serviceBox.purple:before{ background: linear-gradient(#c64292, #d8569f); }
.serviceBox.purple:after,
.serviceBox.purple .title{
    background: #c64292;
}
.serviceBox.purple .title:before,
.serviceBox.purple .title:after{
    background: linear-gradient(to top left, #962185 49%, transparent 50%);
}
.serviceBox.purple .service-icon{ color: #c64292; }
.serviceBox.cgreen:before{ background: linear-gradient(#2da197, #4bb8ad); }
.serviceBox.cgreen:after,
.serviceBox.cgreen .title{
    background: #2da197;
}
.serviceBox.cgreen .title:before,
.serviceBox.cgreen .title:after{
    background: linear-gradient(to top left, #1b817b 49%, transparent 50%);
}
.serviceBox.cgreen .service-icon{ color: #2da197; }
.serviceBox.green:before{ background: linear-gradient(#82c145, #b1d23f); }
.serviceBox.green:after,
.serviceBox.green .title{
    background: #82c145;
}
.serviceBox.green .title:before,
.serviceBox.green .title:after{
    background: linear-gradient(to top left, #41a133 49%, transparent 50%);
}
.serviceBox.green .service-icon{ color: #82c145; }
@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 30px; }
}


/**********************************************************************
Contact Us
**********************************************************************/


.contact-page{padding:50px 0; }

.contact-head1{border:2px solid #e5e5e5;margin-bottom:50px;}
.contact-head .cnt-add{padding:50px 0;}
.contact-head .cnt-add .cnt-icon{margin:0 auto;text-align:center;width:70px;height:60px;border:2px solid #f7a031;}
.contact-head .cnt-add .cnt-icon i{color:#f7a031;font-size:28px;line-height:50px;}
.contact-head .cnt-add .cnt-icon:hover{border-color:#000;}
.contact-head .cnt-add .cnt-icon:hover i{color:#000;}
.contact-head .cnt-add h1{font-size:18px;color:#000;font-weight:500;text-align:center;line-height:25px;padding:15px 20px;}
.contact-head .cnt-add p{font-size:16px;color:#000;font-weight:400;text-align:center;padding:0px 50px; margin-top: 15px;}
.contact-head .cnt-add p{font-size:16px;color:#000;font-weight:400;text-align:center;padding:0px 50px; margin-bottom: 15px;}
.contact-head .cnt-add h1 a{color:#000;font-weight:400;

}

/* Form */

.cnt-form{border:2px solid #e5e5e5;padding:0 20px 20px 20px;}
.cnt-form h1{font-size:20px;color:#4a4a4a;letter-spacing:3px;text-transform:uppercase;text-align:center;padding:10px 0;font-weight:400;}
.cnt-form form textarea:hover{border-color:#f7a031;}
.cnt-form form input:hover{border-color:#f7a031;}
.cnt-form form .form-group img{width:50px;}
.cnt-form form .buttn input{padding:5px 10px;border-color:#f7a031;background:unset;color:#000;}

/* .map {border:2px solid #f7a031;padding:0px;margin:0px;} */

.map iframe{border:2px solid #e5e5e5 !important;padding:0px;margin:0px;}
.contact-head h2{
  text-align: center;
}



.cta-box{
       background: linear-gradient(135deg, #563b18, #f7a031);
    border-radius:30px;
    padding:70px;
    position:relative;
    overflow:hidden;
    margin-bottom: 70px;
}

/* Decorative circles */

.cta-box::before{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    right:-140px;
    top:-170px;
}

.cta-box::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border:2px solid rgba(255,255,255,.08);
    border-radius:50%;
    left:-90px;
    bottom:-90px;
}

.cta-tag{
    display:inline-block;
    background:#fff;
    color:#222;
    padding:10px 22px;
    border-radius:50px;
    font-weight:700;
    letter-spacing:1px;
    font-size:14px;
}

.cta-title{
    color:#fff;
    font-size:40px;
    line-height:1.50;
    font-weight:800;
   padding-bottom: 0;
}

.cta-desc{
    color:rgba(255,255,255,.88);
    font-size:22px;
    line-height:1.8;
    max-width:850px;
}

.btn-call{
    background:#fff;
    color:var(--color1);
    border-radius:60px;
    padding:18px 40px;
    font-weight:700;
    font-size:20px;
    min-width:250px;
}

.btn-call:hover{
    background:var(--color1);
     color:#ffffff;
}

.btn-book{
    border:2px solid rgba(255,255,255,.45);
    color:#fff;
    border-radius:60px;
    padding:18px 40px;
    font-weight:700;
    font-size:20px;
    min-width:250px;
}

.btn-book:hover{
    background:var(--color1);
    color:#fff;
     border:2px solid var(--color1);
}

@media(max-width:991px){

.cta-box{
    padding:45px 30px;
    text-align:center;
}

.cta-title{
    font-size:36px;
}

.cta-desc{
    font-size:18px;
}

.btn-call,
.btn-book{
    width:100%;
    max-width:320px;
}

}
.whatsapp-float{
    position:fixed;
    left:25px;
    bottom:50px;
    width:65px;
    height:65px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:34px;
    z-index:9999;
    box-shadow:0 8px 25px rgba(37,211,102,.45);
    animation:whatsappPulse 2s infinite;
    transition:.3s;
}

.whatsapp-float:hover{
    color:#fff;
    transform:scale(1.1);
    background:#20ba5a;
}

.whatsapp-float::before{
    content:"";
    position:absolute;
    inset:-8px;
    border-radius:50%;
    border:2px solid rgba(37,211,102,.45);
    animation:ripple 2s infinite;
}

@keyframes whatsappPulse{
    0%{transform:scale(1);}
    50%{transform:scale(1.08);}
    100%{transform:scale(1);}
}

@keyframes ripple{
    0%{
        transform:scale(.9);
        opacity:1;
    }
    100%{
        transform:scale(1.6);
        opacity:0;
    }
}

@media(max-width:768px){
    .whatsapp-float{
        width:58px;
        height:58px;
        right:18px;
        bottom:18px;
        font-size:30px;
    }
}

.testbox{
  background: #33333315;
  padding: 20px;
  margin-top: 45px;
  padding-top: 40px;
  position: relative;
}
.testbox i{
  position: absolute;
  top: -20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f7a031;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
}
.testbox h3{
  font-size: 20px;
  padding-bottom: 10px;
  color: #222;
}
.testbox p{
  color: #000;
}