/*Theme Name: 
Theme URI: https://www.busfam.com/
Author: Busfam Team
Author URI: https://www.busfam.com/
Description: 2021 responsive theme with Bootstrap4. HTML5, CSS3 and Javascript.
Version: 1.0*/


@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body{
    margin:0;
    padding:0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #0c1529;
    line-height: 1.7em;
    font-weight: 400;
    scroll-behavior: smooth;
    position: relative;
    min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.aligncenter,.gallery-item a{display:block}
.alignleft{float:left; margin-right:15px; margin-bottom:10px}
.alignright{float:right; margin-left:15px; margin-bottom:10px}
.aligncenter{margin-left:auto; margin-right:auto}
.wp-caption{max-width:100%;padding:4px}
.entry-caption, .gallery-caption, .wp-caption .wp-caption-text{font-style:italic; font-size:12px; font-size:.857142857rem; line-height:2; color:#757575}
ul:before, ul:after{ content:''; display:table;}
ul:after{ clear:both;}
.full-img img{ width:100%; height:auto;}
img.img-crop { display: block; max-width: none }
.table-cell {display: table-cell; vertical-align: middle; padding:0;}
.table-div{ display:table; height:100%; width:100%;}
.sectiongap{padding: 0 0 40px 0; position: relative;z-index: 0;}

li{list-style: none; color: #333;}
a{color: unset;text-decoration: none;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
a:hover{text-decoration: none; color: unset;}

.equalheight{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.equalheight > [class*='col-'] { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

h1{
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
    font-weight:600;
	color:#444;
    margin:0 0 5px 0;
	padding:0;
}
h1 span{color:#ffa500;}


h2{
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#ffa500;
	font-size: 30px;
	margin-bottom:15px;

}


h3{font-family: 'Roboto', sans-serif; font-size:22px;font-weight: 400;}
h4{font-family: 'Roboto', sans-serif; font-size:18px;font-weight: 400;}
h5{font-family: 'Roboto', sans-serif; font-size:15px;}


p {
    color: #333;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

ul{
    margin-bottom:10px;
    padding: 0;
}


/*section title satrt*/

.section-title{
    padding-bottom: 25px; 
}
.section-title h2{
font-size: 34px;
    position: relative;
    font-weight: 700;
    margin-bottom: 18px;
}
.section-title h2 span{
    color: #5cad2f;
}

.section-title.text-left {
    margin-bottom: 10px;
}
.section-title.text-left h2::after{
    transform: unset;
    left: 0;
}
.section-title.text-left h2::before{
    transform: unset;
    left: 0;
}

.section-title p {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
    display: inline-block;
}

.darkfixd-bg .section-title h5,
.darkfixd-bg .section-title h2{
     color: #fff;
}


.bgblue{
       background: linear-gradient( 90deg, #4684ec,#0c5adb) !important; 
       color: #fff; 
}
/*section title end*/



/*.bg-light-blue{
    background-color: #EEF8FD;
}
*/

.bg-light-blu:nth-child(even){background: #EEF8FD;}
.bg-light-blu:nth-child(odd){background: #fff;}


/*dots*/
.owl-carousel .item {
  margin: 10px;
}
.owl-carousel .item img {
  box-shadow: 0 0 8px #888;
}

.owl-nav {
  margin-top: 0;
  text-align: center;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  font-size: 24px;
  display: inline-block;
  margin:10px;
  color: #888;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  color: #ff5a5a;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: inherit !important;
}

/*dots end*/


/*-----------owl end officialy-----------*/



/*-----------Menu Style Start-----------*/

.menumain {
    width: 100%;
    z-index: 888;
    background:#fff;
    border-bottom: 1px solid #ffa500;
}
.menu-bar{
	background: url(images/menubg.jpg) 0 0 repeat;
	margin:16px 25px 0 25px;
	border:1px solid #2d2d2d;
	border-radius:10px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all .5s ease;
    z-index: 999;  
}
.sticky_div{position: sticky;top: 6pc;}

.menumain .navbar{
    padding:0;
}


/*-----------Menu Style End-----------*/

/*-----------Button Style-----------*/

.btn_blue{
    background: #e99700;
    padding:22px 16px;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    border-radius:7px;
    -moz-user-select: none;
    font-weight: 600;
    line-height: 0;
    margin-bottom: 0;
    cursor: pointer;
    transition: color .4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
	text-decoration:none;
}

.btn_blue::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #a56c02;
    color: #fff!important;
    z-index: 1;
    transition: transform .5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(.5,1.6,.4,.7);
    transform: scaleX(0);
    border-radius: 0;
}

.btn_blue:hover::before {
    transform: scaleX(1);
    color: #fff!important;
    z-index: -1;
}

.topbar .btn_blue {
    padding:12px;
	background: linear-gradient(-45deg , #06b3c5, #e65cb9, #06b3c5, #e65cb9);
    background-size: 400% 400%;
    animation: gradient 4s ease infinite;
	text-transform:capitalize!important;
	font-size: 14px;
}
.topbar .btn_blue i{color:#fff;margin-right:5px;}
 @keyframes gradient {
  0% {
	background-position: 0% 50%;
  }
  50% {
	background-position: 100% 50%;
  }
  100% {
	background-position: 0% 50%;
  }
}

/*-----------Button Style-----------*/

/*-----------Banner Section Satrt-----------*/
.banner .carousel-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; /* set to 100% for full overlay width */
  background-image: linear-gradient(to right, rgba(0,0,0,0.6) , rgba(0,0,0,0.3));
}
.banner .carousel-item{
    position: relative;
}

.banner .carousel-caption{ 
    left:5%;
    right:5%;
    bottom:25%;
    z-index: 99;
    text-align: left;
    width: 45%;
}
.banner .carousel-caption p{
    font-size: 15px;
    color: #fff;
    padding-bottom: 15px;
    FONT-WEIGHT: 400;
    line-height: 25px;
    
}
.banner .carousel-caption h1{
	font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #d9ccb4;
    padding:0;
	margin:0 0 10px 0;
    font-weight: 500;
}

.banner .carousel-caption h2{
	font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #06b3c5;
    margin-bottom:0!important;
    text-transform: capitalize;
    font-weight: 600;
}
.banner .carousel-caption h2 span{
 background: -webkit-linear-gradient(45deg , #0c50c0, #0060ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner .carousel-caption h5{
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #0c1529;
    margin-bottom: 30px;
}

.banner .carousel-indicators{
    z-index: 444;
    right: 0;
    left: 0;
    bottom: 0;
}
.banner .carousel-indicators li{
    border-top: unset;
    border-bottom: unset;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 1px #fff;
    background: #06b3c5;
    margin: 8px;
}

.carousel-control-prev, .carousel-control-next{
    z-index: 99;
    font-size: 30px;
	width:4%;
}
.carousel-control-prev-icon, .carousel-control-next-icon{border:2px solid #06b3c5;}

.bannerarro{
	background:#06b3c5;
	width:50px;
	height:50px;
	color:#fff;
	line-height:50px;
}

/*-----------Banner Section End-----------*/
section{margin-bottom:40px;}
/*-----------About Home Start-----------*/
.about-img{
    text-align: center;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 3px 20px #a9cbfb80;
    border-bottom: solid 3px #0c5adb;
    background-size: cover;
    margin-bottom: 15px;
}
.about .btn_blue{margin:1pc 0;}
.about{position: relative;}
.icon_hover{position: absolute;bottom: 0;right: 2pc;animation: moveleft 8s linear infinite;}
.icon_hover img{opacity: 0.3;}
@keyframes moveleft{
    0%{right: 2pc;}
    50%{right: 8pc;}
    100%{right: 2pc;}
}
/*-----------About Home End-----------*/


/*-----------Service Cart box End-------------*/


.owl-carousel .blog-box{
     margin: 15px;
}

.blog-box{
    box-shadow: 3px 5px 15px 0 rgb(0 0 0 / 10%);
    position: relative;
    background-color: #fff;
    transition: .5s;
    margin-bottom: 20px;
    border-radius:0;
    overflow: hidden;
}
.blog-box h4{
    font-size: 18px;
    
}
.blog-box p{
    line-height: 25px;
    font-weight: 500;
	margin-bottom:25px;
}
.date {
    background: #444;
    color: #d7d7d7;
	font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 6px;
}
.date .posts {
    display: table-cell;
    padding-right: 20px;
}
#blog .card-title {
    height: 45px;
}
#blog .card-text {
    height: 80px;
}
#blog h5 {
    font-size: 18px;
    color: #06b3c5;
    text-align: left;
    margin: 12px 0;
}

#blog .card p {
    color: #b5b5b5;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}
.service-img{
    width: 100%;
    margin: 0 auto;
   overflow: hidden;
}

.service-img img{
    width: 100%;
    height: 248px;
    object-fit: cover;
    margin-bottom: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .5s ease-in-out;
}

/*-----------Service Cart box End-------------*/




/*----------------------------*/
  .what-industry{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pross-box{
    width: 100%;
    max-width: 170px;
    margin: 6px;
    background: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    transition: color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out; 
    border: solid 0.1px #0abeda45 ;
    box-shadow: 0 1px 6px 0 #0abeda45;
    position: relative;
  }
  .pross-box span{
      position: absolute;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      top: 10px;
      left: 10px;
      font-size: 38px;
      z-index: 0;
      color: #f2f2f2;
      opacity: 0.5;
  }
  .pross-box:hover{
      box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28) !important;
      border-color: rgba(223,225,229,0) !important;
  }
  .pross-box p{
      font-size: 14px;
      margin-bottom: 0;
  }
  .pross-box h4 {
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 0;
  }
  .pross-icon {
      height: 60px;
      width: 60px;
      margin-bottom: 5px;
      position: relative;
      z-index: 9;
  }


/*---------service boxces section-----------*/
            .service-box{
                padding: 50px 40px 50px 40px;
                box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 10%);
                border-style: solid;
                border-width: 1px 1px 1px 1px;
                border-color: #E9E9E9;
                border-radius: 5px 5px 5px 5px;
                margin: 14px 7px;
                background-color: #fff;
            }
            .ptop-service{
                padding-top: 50px;
            }
            .icon-box{
                width: 66px;
                height: 66px;
                padding: 8px;
                background: #eef8fd;
                border-radius: 50%;
                margin-bottom: 10px;
            }
            .service-box h3{
                font-size: 16px;
                color: #0045ff;
                font-weight: 600;
                letter-spacing: 1px;
                text-transform: uppercase;
                margin-bottom: 0;
            }
            
/*---------service boxces section end-----------*/ 


  /*testymonial start*/
  .testymonial-box{
        box-shadow: 1px 2px 6px 0px rgb(37 59 112 / 10%);
        position: relative;
        background:transparent;
        padding: 15px 20px;
        transition: .5s;
        margin-bottom: 30px;
        color: #fff;
        margin: 10px;
        text-align: center;
        border-radius: 0 30px;
		border:1px solid rgba(255, 255, 255, 0.5);
    }
	
    .testymonial-box img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-bottom: 12px;
    }
    .testymonial-box p {
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 300;
        color: #cecece;
    }
    .testymonial-box h3 {
		font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
		 color: #fff;
    }
    .rating i {
        color: #06b3c5;
    }
/*testymonial end*/

/*prising table start*/
.prising-table {
    padding: 30px;
    background: #fff;
    text-align: center;
    margin: 15px;
    box-shadow: 1px 3px 7px 1px rgb(0 0 0 / 10%);
    
}

.prising-icon img{
    height: 100px;
}
.prising-text {
    margin-bottom: 20px;
}
.prising-text h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 16px;
}
.prising-text h2 sup{
    margin-left: 5px;
    color: #0045ff; 
}
.prising-text h3 {
    font-weight: 600;
    font-size: 28px;
    color: #242430;
    position: relative;
    margin-bottom: 24px;
}
.prising-text h3::before {
    content: "";
    max-width: 70px;
    width: 100%;
    border-bottom: 3px solid #0045ff;
    position: absolute;
    left: 0%;
    bottom: -10px;
    z-index: 9;
}
.prising-text h3::after {
    content: "";
    width: 100%;
    border-bottom: 2px solid #eaefe8;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.prising-text ul{
    text-align: left;
    padding-left: 30px;
}
.prising-text ul li{
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}
.prising-text ul li::before{
    content: '';
    width: 12px;
    height: 12px;
    background: #0045ff;
    background-image: linear-gradient( 90deg ,#0045ff,#4483eb);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}
.chargerimg img{
    position: absolute;
    bottom: -40px;
}
.leftpanel-text h2{
    font-weight: 500;
    line-height: 38px;
    color: #fff;
    font-size: 38px;
}
.prising-img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.prising-img img {
    width: auto;
    height: 150px;
    object-fit: cover;
    border-radius: 25px;
}
/*prising table end*/
/*------Mape and Contact Section Start------- */
     .contact-info{
        padding: 50px !important;
        background-color: #55ba47!important;
        background-size: cover !important;
        background: linear-gradient(  90deg ,#4684ec,#0c5adb);
        color: #fff;
      }
      .contact-info h3{
        font-size: 22px;
        letter-spacing: 1px;
      }
      .contact-info h3 i{
        margin-right: 10px;
      }
      .contact-info p{
        color: #fff;
        font-size: 14px;
      }
      .contact-info a{
        font-size: 14px;
      }
      .contact-info hr{
        border-color: #fff; 
      }
	  
.box_border {
    border: 2px solid #d9ccb4;
    border-radius:8px;
    padding: 25px;
    text-align: left;
}
.icon_circle2 {
    background: #06b3c5;
    border-radius: 50%;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    transition: .3s;
    float: right;
}
.icon_circle2:hover {
    transform: scale(1.2,1.2);
}
/*------Mape and Contact Section End------- */

/*--------footer section Start---------*/
.footer{
    background: rgba(0,0,0,.8);
    padding:25px 0 0 0;
	border-top:1px solid #333;
}
.footer h1{color: #fff;}
.copyright{
    background:#292929;
	padding:10px 0;
	text-align:center; 
    	
}

.copyright a:hover{color:#fff;}
.copyright p{color:#767676;font-size: 12px;margin:0;}
.contact-dtls{
    color: #fff;
}
.contact-dtls a{
    color: #fff;
    font-size: 14px;
}
.contact-dtls a i{
    color: #0c5adb;
    font-size: 18px;
}
.footer-copyright{color:#FFF;font-size:14px;}
.footer_photo_gallery .photo-img img{width:50px;}
.footer_photo_gallery .photo-img {float: left;margin:5px 3px;min-height: auto;}


/*--------footer section End---------*/


/*--------social icon start---------*/
.social_area{margin:20px 0 0 0;}
.social-icon {
    box-sizing: border-box;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    border: 1px solid #777;
    text-align: center;
    width: 34px;
    height: 34px;
    display: inline-block;
    line-height: 1px;
    padding-top: 6px;
    transition: all 0.5s;
	margin-right:12px;
}
.social-icon:hover {
    transform: rotate(360deg)scale(1.2);
	
  }
.social-icon i{ color: #fff;font-size:22px;}
.social-icon i:hover{ color: #06b3c5;}

/*--------social icon End---------*/


/*background img style start*/
    .bg-img{
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .bg-img::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;    
        background-color: #EFEEF8;
        opacity: 0.93;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }
/*background img style end*/

/*sochal icon bar*/
        .sochal-icon-bar {
            position: fixed;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 9999;
        }

        .sochal-icon-bar a {
			background:#06b3c5;
            display: block;
            text-align: center;
            padding: 12px;
            transition: all 0.3s ease;
            color: white;
            font-size: 17px;

        }
	 .sochal-icon-bar a:nth-child(odd) {
		background: #d9ccb4;
		}
        .sochal-icon-bar a i{
            color: #fff;
        }

        .sochal-icon-bar a:hover {
            background-color: #333;
            color: #fff;
        }



        .thankyou-main{
          padding: 135px 0 135px 0;
        }
        .thankyou-box{
          padding: 50px;
          box-shadow: 3px 3px 8px 0px rgb(33 197 142 / 21%) !important;
          max-width: 550px;
          margin: 0 auto;
          text-align: center;
          border-radius: 25px;
        }

        

/*sochalicon bar end*/

.logo img{width:300px;}
/*backto-top start*/
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 300ms linear;
}
.scroll-top svg path {
  fill: none;
}

.scroll-top:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  box-shadow: none;
  border-radius: 50%
}


.scroll-top .progress-circle path {
  stroke: #06b3c5;
  stroke-width: 5px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: #ffa500;

}

/*backto-top end*/
.heading_sm{color:#666;font-size:20px;font-weight:600;}


 .flipster__item:before{
        display: none !important;
    }
    .flipster{
        overflow: hidden !important;
    }
    .flipster__item img{
        max-width: 450px !important;
        border-radius:20px 20px 20px 0!important;
    }
.flipster__button svg {color: #000;}
.flipster__button{opacity: 1;}
.flipster__button--next {right: -25px;}
.flipster__button--prev {left: -25px;}
.flipster__button{font-size:12px;}

	
.txt_md{font-size:20px;}
/*photos gallery start*/
.post-box{
    display: block;
    margin-bottom: 30px;
    
}
.post-box:hover .photo-img img{
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.photo-item{
   position: relative;
}
.photo-img{
    overflow: hidden;
    min-height: 57px;
    display: block;
    cursor: pointer;
	border-radius:0;
}
.photo-img img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%;
}
.photo-img img { 
    object-fit: cover;border:1px solid #444; padding:5px;
}
.photo-date {
    color: #fff;
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(rgba(0,0,0,0) 60%,rgba(0,0,0,.65) 100%);*/
    display: flex;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
}
.photo-date span{
    color: #000;
}
.photo-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000b3;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    
}
.photo-icon i {
    line-height: 70px;
    font-size: 30px;
    color: #06b3c5;
}
.post-box:hover .photo-date{
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
  
}

.media_overlay{position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;}
.media_icon{position: absolute;top: 40%;left: 50%;transform: translate(-50%,-50%);opacity: 0;background-color: #000000b3;border-radius:50%;height: 70px;width: 70px;transition:300ms ease all;}
.media_icon i{color: #fff;font-size: 30px;line-height: 70px;padding-left: 1.2pc;}
.photo-item:hover .media_icon{opacity: 1;}

.gallery .post-box{
    margin: 5px;
    margin-bottom: 5px;
}
.fancybox-button {background: #ffa500;}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {color: #000;}
svg {color: #FFF;}
svg:hover {color: #ff5a5a;}
.txt_overlay{
	width:100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    bottom: 0;
	padding:18px;
	text-align: center;
}

.address_section{font-size:14px;color:#a9a9a9;}
.address_section span{padding:0 12px;}
.address_section i{color:#06b3c5;font-size:12px;}
.head1{font-size:20px;color:#fff;}
.event .photo-img img {height: 350px;object-fit: initial;}

/*photos gallery end*/


.blkbg {
    background:#111;
	padding:20px;

}
.blkbg h2{font-size:40px; color:#000;margin-bottom:15px;}


.purplebg {
    background:#5c5954;
	padding:20px;
}
.purplebg h1, .purplebg p{color:#fff;}
/*parallax start*/

#bmi_bg {
    background-image: url(images/bmi_bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
.bmi_bg_parallax {
    background-attachment: fixed;
    padding: 60px 0;
}

.bmi_bg_parallax p{color:#888; margin:0 0 20px 0;}

/*parallax end*/


.page_title p{color:#aaa;text-align:center; margin-bottom:25px;}


/* modal start */
.modal-content{
	z-index:9999;
	background: rgba(0, 0, 0, 0.9);
	padding: 8px 6px;
	border:2px solid #06b3c5;
}
.modal-dialog {
    max-width: 500px;
    margin: 5rem auto;
}
.modal .close {
    padding: 0;
    margin: -1.7rem -1.7rem -1rem auto;
    background: #06b3c5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	opacity: 1;
	text-shadow:none;
	color:#fff;
}


/* modal end */

/* inner banner start */

/* .inner-banner img{height:120px;object-fit:contain;} */
.inner-banner{position: relative;}
.innerbanner-text {position: absolute;top: 30%;left:8%;right:0;color: #333;}
.innerbanner-text h1{color: #fff;font-size: 45px;font-weight: 500;}
.innerbanner-text h1 span{color: #fff;font-size: 30px;}
/* .innerbanner-text {
    text-align: right;margin-right: 5%;
} */
.inner-banner .breadcrumb {
    background: transparent;
    display: -webkit-inline-box;
	padding:0;
}
.breadcrumb-item.active {
    color: #06b3c5;
}

.inner-banner h1{padding:0;color: #fff;}

/* inner banner end */



/*from new style*/
.modal .form-group{
    margin-bottom: 15px;
}
.modal .form-control{
  border-radius: 0;
  border: none;
  border-bottom:1px solid #06b3c5;
  box-shadow: none;    
  margin-bottom: 0;
  background: transparent;
  border-radius: 4px;
}
.modal_head{
	font-family: 'Roboto', sans-serif;
	font-size:35px;
	color:#fff;
	text-align:center;
	margin-bottom:25px;
}
.group { 
  position:relative; 
  margin-bottom:30px; 
}
input:focus { outline:none; }
.whitebg label {color:#000; }
label          
{
  color:#000; 
  font-size:15px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:10px;
  top:8px;
  transition:0.4s ease all; 
  -moz-transition:0.4s ease all; 
  -webkit-transition:0.4s ease all;
}


input:focus ~ label, input:valid ~ label    {
    top: -20px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.bar  { position:relative; display:block; width:100%; }
.bar:before, .bar:after   {
  content:'';
  height:1px; 
  width:0;
  bottom:0px; 
  position:absolute;
  background:#000; 
  transition:0.4s ease all; 
  -moz-transition:0.4s ease all; 
  -webkit-transition:0.4s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}


input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

.highlight {
  position:absolute;
 /* height:60%; */
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}

.text-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;  
  border-width: 0;
  border-color: transparent;
  line-height: 1.4;
  width: 100%;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
  background:#fff;
}
.text-group textarea:focus ~ .input-label,
.text-group textarea:valid ~ .input-label,
.text-group textarea.form-file ~ .input-label,
.text-group textarea.has-value ~ .input-label {
 font-size:14px;
  color: #fff;
  top: -1rem;
  left: 0;
}
.text-group textarea:focus ~ .input-label {
  color: #fff;
  font-weight: 500;
}
.text-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}
.text-group {
  position: relative;
      margin-top: 0rem;
    margin-bottom: 1.50rem;
}

.form-control:focus, input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=file]:focus, textarea:focus, select:focus{
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.icon_circle{
	background:#06b3c5;
	border-radius:50%;
	text-align:center;
	width:65px;
	height:65px;
	line-height:55px;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    transition: .3s;
	margin:0 auto 15px auto;

}

.icon_circle:hover {
  transform: scale(1.2,1.2);
}
input{border:0;}
.form-control, input[type=text], input[type=email], input[type=tel], input[type=file], input[type=search], input[type=date], input[type=time], textarea, select {
    border:0;
    border-bottom:1px solid #ff5a5a!important;
    border-radius:3px;
	padding: 1rem 0.75rem;
	
}
.address_sec {
    margin-bottom: 35px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
/*form new style end*/



/*video section start*/


.videomain::before {
    position: absolute;
    content: "";
    left: -10px;
    border-top: 10px;
    height: 10px;
    background: #06b3c5;
    width: 55%;
    top: -10px;
}
.videomain::after {
    position: absolute;
    content: "";
    left: -10px;
    height: 70%;
    background: #06b3c5;
    width: 10px;
    top: -5px;
}



.event .blog-box { background-color: transparent;}
.video-hading {
    color: #fff;
    text-align: center;
    padding: 15px;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;

}
.video-hading .address_section{margin-bottom:8px;}
.video-hade .videomain {
    margin-bottom: 30px;
}
.video-box {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
	border-radius: 0;
	
}
.videobtn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 28px;
    display: inline-block;
    position: relative;
    background-color: #06b3c5;
}

.videobtn:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 14%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 14%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.videobtn:after {
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    content: '';
    background-color: rgb(215 180 116 / 46%);
    border-radius: 50%;
}
.videobtn i {
    line-height: 70px;
    position: relative;
    z-index: 9;
}
/*video section end*/
.contact_info{margin-top:25px;}
.contact img{width:320px;margin-top:150px;}

.heading{
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
    font-weight:600;
	color:#000;
	margin:0 0 20px 0;
    text-transform:capitalize;	
}
.heading span{color:#06b3c5;}


.heading2{
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
    font-weight:400;
	color:#000;
	margin:0 0 20px 0;
	line-height:40px;	
}
.heading2 span{color:#06b3c5;}

.red{color:#06b3c5;}
.black{color:#000!important;}


.page_title h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #d9ccb4;
    font-size: 40px;
    margin-bottom: 15px!important;
}


.card-body {padding: 12px 6px;text-align: left;}

.card{
	background:#fff;
	padding:6px;
	text-align:center;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}

.card ul{color:#000;margin-bottom:15px;}
.card-footer{padding:0;margin:0;border:0;background:transparent;}

/* Shine effect */

figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.shine figure {
	position: relative;
}
.shine figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.1) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.shine figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.white{color:#fff!important;}

input[type="submit"]  {
  position: relative;
  background:#ffa500;
  padding:12px 20px;
  color:#fff;
  border-radius: 5px;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


input[type="submit"]:before {
  content: '';
  position: absolute;
  border: #06b3c5 solid 1px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
input[type="submit"]:hover:before, input[type="submit"]:focus:before, input[type="submit"]:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;transform: skew(20deg);
  
  content: '';
    position: absolute;
    border: #06b3c5 solid 1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}



input[type="submit"]:hover{color:#fff;}



/* image hover*/

.fade_left img{width:95%;}
.fade_left .fade_left_overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.fade_left:hover .fade_left_overlay{
  opacity: 1;
}


.fade_left_details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.fade_left:hover .fade_left_details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.fadeIn-left{
  left: 20%;
}
.fade_left h3{font-family: 'Roboto', sans-serif;font-size:30px;color:#fff;}
.fade_left p{color:#06b3c5;}
.fade_left i{font-size:30px;color:#06b3c5;}
/* image hover end*/
.banner{border-bottom:1px solid #30a5c969;}

/* nav start*/

.navbg{background: url(images/leftbarbg.webp) 0 0;
margin-left: -12px; position: fixed; width: 16.66666667%;min-height:1000px;}
.navbar-expand-lg .navbar-nav {flex-direction: column;width:100%;}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 80%;
	background: #2c2c2c;
}

.nav-item.dropdown ul li a {
    color: #fff!important;
	text-transform:capitalize;
}
.nav-item.dropdown ul li {padding: 8px 0;}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}


@media (min-width : 992px) {
  .offcanvas {
    visibility      : visible;
    position        : relative;
    background      : none;
    border          : none;
    justify-content : end;
    color           : #06b3c5;
	width: 100%;
  }
}

@media (max-width : 992px) {
  .offcanvas {
    background:#333;width:95%;

  }

  .offcanvas-start-lg {
    top          : 0;
    left         : 0;
    border-right : 1px solid rgba(0, 0, 0, .2);
    transform    : translateX(-100%);
  }

}

.navbar-nav li a {
color: #fff !important;
text-transform: uppercase;
font-size:14px;
font-weight:600;
}

.navbar-nav li {
    list-style: none;
    text-align: center;
    padding: 18px 0;    
	border-bottom: 1px solid #ffffff36;
}
.navbar-nav li:hover {
    background: #09cee3;
}

.navbar-nav li:hover a {
    color: #000!important;
}


.navbar-toggler i, .offcanvas-header i{font-size:24px;color:#d9ccb4;margin-top: 14px;}
/* nav end*/

.right_section_padd{padding:0 35px;}
.topsection{position:relative;}
.topbar{color:#ddd;	padding:10px;background:transparent;position:absolute;top:0;width:100%;}
.topbar span{margin: 0 5px;
    vertical-align: middle;
    font-size: 13px;}
.topbar i{font-size:14px;color:#06b3c5;}

.box_txt {
	font-family: 'Roboto', sans-serif;
    position: absolute;
    bottom: -24px;
    left: 12px;
	background-image: linear-gradient(to right, #06b3c5  , #d9ccb4);
    padding: 15px 25px 15px 15px;
    font-size:30px;
    font-weight:600;
	color:#fff;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    border-radius:0 25px 25px 0;
}

.iconbox{position:relative;margin:20px 0;}
.iconbox span{    
    position: absolute;
    top: 30%;
    left: 4%;
    right: 0;
}
.iconbox::before {
	position:relative;
	content: "";
	left: 30%;
	top: 20%;
	width: 140px;
	height: 140px;
	background: #d9ccb4;
	border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
	will-change: border-radius, transform, opacity;
	animation: sliderShape 5s linear infinite;
	display: block;
	z-index: -1;
	-webkit-animation: sliderShape 5s linear infinite;
   
}

.services:hover .iconbox::before {
	background:#06b3c5;border-radius: 5% / 5%!important;	
}
.services h4{font-size:24px;font-weight:600;color:#06b3c5;}

@keyframes sliderShape{
  0%,100%{
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  34%{
      border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform:  translate3d(0,5px,0) rotateZ(0.01deg);
  }
  50%{
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  67%{
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
    transform: translate3d(0,-3px,0) rotateZ(0.01deg);
  }
}
.opening_hours_box{
    background: #fff;
    padding:30px;
    border:2px solid #d9ccb4;
    color: #333;
    font-weight: 500;
    border: 1px solid #ffa500;
    border-radius: 10px 0;
    position: relative;
    margin: 60px 0 12px 0;
    border-radius: 0.5rem!important;
    font-size: 14px;
}
.opening_hours_icon {
    background: #d9ccb4;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    margin-top: -75px;
    position: absolute;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    line-height: 70px;
    border-radius: 50%;

}
.opening_hours_box span{display: block;}
.opening_hours_box ul li{line-height: 30px;}
.opening_hours_icon img {width: 100%;}
.blue{color:#333;font-weight: 500;}
.heading_section{margin-bottom:20px;}
.heading_section h1{position: relative;margin-bottom: 1pc;}
.heading_section h1:after {
    position: absolute;
    content: '';
    background: #ffa500;
    width: 60px;
    height: 3px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.heading_section_left h1{position: relative;margin-bottom: 1pc;}
.heading_section_left h1:after {
    position: absolute;
    content: '';
    background: #ffa500;
    width: 60px;
    height: 3px;
    bottom: -5px;
    left: 0;
    right: 0;
}

.slanted{
    padding:30px;
    background-color: #06b3c5;
    background-image: -webkit-linear-gradient(150deg, #06b3c5 45%, #111 25%);
    border-radius: 0.5rem!important;
}

.slanted h1 span{ color:#fff;}

/* imag hover start*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
    border-radius: 0.5rem!important;
}

.grid figure figcaption {
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


figure.effect-phoebe {
	background: #000;
    border-radius: 0.5rem!important;
}

figure.effect-phoebe img {
	opacity: 0.70;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-phoebe:hover img {
	opacity: 0.6;
}



figure.effect-phoebe figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(5,2.5,1);
	transform: scale3d(5,2.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-phoebe:hover figcaption::before {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-phoebe h2 {
	margin-top: 3em;
	-webkit-transition: transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    padding:0;

}

figure.effect-phoebe h3 {
    -webkit-transition: transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
}

figure.effect-phoebe:hover h2, figure.effect-phoebe:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-phoebe p a {
	color: #fff;
	font-size: 140%;
	opacity: 0;
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
    margin:0 5px;
}

figure.effect-phoebe p a:first-child {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effect-phoebe p a:nth-child(2) {
	-webkit-transform: translate3d(0,60px,0);
	transform: translate3d(0,60px,0);
}

figure.effect-phoebe p a:nth-child(3) {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.effect-phoebe:hover p a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

 
/* imag hover end*/

.rounded { border-radius: 0.5rem!important;}


 /* blog start*/
.team-overlay, 
.team-overlay p
 {
	-moz-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-webkit-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-o-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-ms-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
}


.team-box {
	position: relative;
	overflow: hidden;
}
.team-box img {
	width: 100%;	
}
.team-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #000;
	height: 87px;
	background: rgba(0,0,0,0.7);
	letter-spacing: 0.02em;
	height: 100%;
}
.team-header {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	padding:5px 10px;
	background: rgba(0,0,0,0.7);	
}


.team-header .heading {
    font-size: 18px;
    font-weight: 600;
    color: #06b3c5;
    margin:0;
}
.team-overlay p {
	opacity: 0;
	margin: 30px 0;
	font-size: 15px;
	font-weight: 400;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	color: #bbb;
	line-height:22px;
}
.team-box:hover .team-overlay {
	top: 0;
	height: 100%;
}
.team-box:hover .team-header {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	background: none;
	padding: 0;
}
.team-box:hover .team-overlay p {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.team-box:hover .team-social-links {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.team-box:hover .team-details {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 30px;
	right: 30px;
	margin: 0 auto;
}

/* blog end*/
.blink {
        animation: blink-animation 1s steps(5, start) infinite;
        -webkit-animation: blink-animation 1s steps(5, start) infinite;
      }
      @keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
      @-webkit-keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
	  



/* product category start*/
.each-catagory ul.tick li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #06b3c5;
    font-size: 13px;
    padding: 6px;
    border-radius: 50%;
}
	  
.each-catagory ul.tick li {
    color: #fff;
    font-size: 13px;

}
.tick li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #ff5a5a;
    font-size: 13px;
    padding: 6px;
    border-radius: 50%;
}
	
	
	
.each-catagory {
    position: relative;
    border-radius: 0px;
	text-align:left;
}

.each-catagory img {
    border-radius:4px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.cat-details {
	width:90%;
	height:150px;
    position: absolute;
    bottom: 20px;
    left: 15px;
    background: url(images/details-bg.png);
    padding: 10px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}

.each-catagory:hover .cat-details {
    bottom: 100px;
}

.cat-details h4 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fff;
}
.book_btn {
    position: absolute;
    bottom: 7%;
    left:5%;
    display: none;	
}

.book_btn span {
  padding:15px 22px;
  background:#06b3c5;
  color: #fff;
  text-align:center;
  background-image: -webkit-linear-gradient(45deg, #06b3c5 50%, transparent 50%);
  background-image: linear-gradient(45deg, #06b3c5 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  border-radius:5px;
}
.book_btn span:hover { background:#d9ccb4;}


.each-catagory:hover .book_btn {
    display: block;
    -webkit-transition: ease-in-out all 0.9s;
    -moz-transition: ease-in-out all 0.9s;
}




/* product category end*/

.social_icon .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  transition: all 0.5s ease;
  margin:0 2px ;
}

.social_icon .social-button:hover, .social_icon .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
		  color: #fff;
}
.social_icon .social-button{
width:25px;	height:25px;line-height:25px;text-align:center;	border-radius:3px;color:#fff;
}
/* counter start*/
#counter2 i{font-size:30px;color:#d9ccb4;display:block;margin-bottom: 10px;}
.counter-value{color:#ffa500;font-size: 45px;font-weight:700;text-align:center;margin-top:20px;}
.plus{font-size: 40px;font-weight: 600;color:#fff;margin-left:6px;margin-top:20px;}
#counter2 p{color:#fff;font-size: 14px;margin:0;padding:0;}
#counter2 .d-flex {display: inline-flex!important;}
.counter_box {
  /* background: url(images/bg-5.png) 0 0; */
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url(images/bg-5.png);
  background-repeat:repeat;
  padding:22px;
  border-radius: 10px 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.counter_box:hover{transform: scale(0.9);transition: 300ms all ease;cursor: pointer;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
/* counter end*/
.card p{color:#111;}
.card-body {padding: 0 6px;}
.remedies .card img{width:60%;margin:0 auto;}
.service{background-color: #f5f1f1;padding: 20px 0;}
.service .card img{width:100%;margin:0 auto 8px auto;}
.service .card{padding: 14px;}
.service h5,.remedies h5 {
    color: #333;text-align:center;font-size:20px;font-weight:600;
}
.service h5{background-color: #ffbd3d;color: #fff;padding: 6px;}
.service .card:hover,.remedies .card:hover{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;transition: 300ms all ease;}
.service .card:hover h5 span{color: #ff5a5a;transition: 300ms all ease;}
.remedies .card:hover h5{color: #ffa500;transition: 300ms all ease;}

.bg1 {
	/* background-image:url(images/bg1.webp)!important;
	background-size: cover; */
    background-image:url(images/orange_bg.jpg)!important;
	background-size: 100% 100%;
	background-attachment: fixed;
	position: relative;
	padding:30px 20px;  
}


/*--------- ani image ---------*/
@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  50% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px)
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }
}

.choose-image {
  position: relative;
}

.shape-1 {
  position: absolute;
  top: -100px;
  left: 0;
  -webkit-animation: moveLeftBounce 3s linear infinite;
  animation: moveLeftBounce 3s linear infinite;
}

.shape-3 {
  position: absolute;
  top: -300px;
  right: 150px;
  -webkit-animation: moveLeftBounce 8s linear infinite;
  animation: moveLeftBounce 8s linear infinite;
}

.shape-4 {
  position: absolute;
  top: -150px;
  right: 100px;
  -webkit-animation: moveLeftBounce 12s linear infinite;
  animation: moveLeftBounce 12s linear infinite;
}

/*--------- ani image ---------*/
.owl-carousel .item {
    margin:0 10px;
}
.testi_icon i{
    color: #ffa500;
    font-size: 30px;
    border: 1px solid orange;
    height: 4pc;
    width: 4pc;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    line-height: 4pc;
}

.testimonials .card-body p{height:100px;}
.testimonials .card strong{color:#555;font-weight: 600;display: flex;justify-content: end;}
.testimonials .card {
  background:rgba(255,255,255,.1);
  border-top: 3px solid #ffa500;
  border-radius: 8px 8px 0 0;
  padding: 10px;
}
.testi_icon{text-align: center;margin: 10px 0;}
.lightbg{
	background:rgba(255,255,255,.1);
	padding:25px;
	border-radius:10px;
}
.lightbg p{color:#bbb; margin-bottom:20px;}
.lightbg h2{
	font-size: 20px;
	margin-bottom:10px;
}
.google_review{margin-top: 3pc;}
.google_review h3{font-size:18px;font-weight: 500;}
.google_review img{width:150px;}

.google_review {
	width:60%;
    border: 1px dashed #ddd;
    padding: 15px;
    margin: 0 auto;
    display: table;
	border-radius:8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.google_review:hover{scale: 0.9;transition: 300ms all ease;cursor: pointer;}
  
.box_border {
	background:#111;
    border: 1px dashed #555;
    border-radius:8px;
    padding: 15px 15px 15px 0;
    text-align: left;
    margin-bottom: 3pc;
    height: 8pc;
}
.box_border p{color: #fff;}
.box_border a{color: #fff;display: block;}
.box_border h3{font-size:17px;color:#fff;}
.icon_circle2 {
    background: #ffa500;
    border-radius: 50%;
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    transition: .3s;
    float: right;
}
.icon_circle2:hover {
    transform: scale(1.2,1.2);
}
.icon_circle2 img{width:30px;}


/* left_nav*/
.left_nav{margin-top:20px; }
.left_nav .nav-pills .nav-link {
    border-radius:0;
    color: #000;
	font-weight:500;
	border-bottom:1px solid #ffa500;
	text-align:left;
	
}

.left_nav .nav-pills .nav-link:hover {
	background-color: #ffa500;	
}

.left_nav .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background: #ffa500!important;	
}

.left_nav .nav {border: 1px solid #ffa500;border-radius:8px;}
.left_nav .tab-content{
	background:#fff;
	border-radius:10px;
	width:100%;
	box-shadow:0 0 12px #9e7e4f;
	display:table;
    padding: 20px;
}
.left_nav .tab-content h3{font-weight: 500;}
.left_nav .tab-content h3 span{color:#ffa500;}
.left_nav .nav-pills .nav-link {
  border-bottom: 1px solid #ffa500;
  border-radius:0;
  display: block;
  background: linear-gradient(to right, #ffa500 50%, transparent  50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  padding: 15px;
  width: 100%;
  font-size: 15px;
  background-color: #fff;
}
.left_nav .tab-content img{border-radius: 10px;margin-bottom: 1pc;}
.left_nav .nav-pills .nav-link:last-child {border-bottom: none;}

.left_nav .nav-pills .nav-link:hover {
  background-position: left bottom;
  color:#fff;
}

/* left_nav*/

.title{
	font-size:13px;text-align:center;font-weight: 500;
	
}
.alternate_column img{border-radius: 10px;}
.alternate_column .row:nth-child(even) {
    direction: rtl; 
	text-align:left;
	background:#f5f1f1;
    margin: 1pc 0;
    padding: 10px 5px;
    border-radius: 10px;
}
.alternate_column .row:nth-child(even) h1{direction: ltr;}
.alternate_column .row:nth-child(even) p{direction: ltr;}
.alternate_column .row:nth-child(even) img{padding: 10px 15px;border-radius: 25px;}
.alternate_column .row[class*=col-] {
    direction: ltr;
}
.content_box {
    padding:10px 20px;
    text-align: left;
}


.logo-main img{width: 70%;position: relative;}
.custom-logo-link{display: block;padding: 6px 0;position: relative;z-index: 2;}
.custom-logo-link::before {content: "";position: absolute;right: 99%;height: 111%;top: 0;width: 500px;background:#fff5e2;}
.custom-logo-link::after {
    content: '';
    position: absolute;
    width: 425px;
    border-top: 73px solid #fff5e2;
    border-right: 62px solid transparent;
    top: 0;
    left: -2px;
    z-index: -1;
    height: 100%;
}

.gbg{border: 2px solid #ffa500;border-radius: 20px 0;padding:20px;margin-top:20px;}
.index_form{background: #ffa5002b;padding: 20px;border-radius: 10px;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.index_form .form-control{border: 1px solid #ff5a5a!important;}



.heading_title
{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 16px;
}
.heading_title span {
    position: relative;
    background: #ffa500;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 4px 10px;
}
.heading_title span:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #ffa500;
    border-top: 30px solid transparent;
}
.tick_double ul{columns: 2;}
.heading_title p{margin-top: 5px;}
.whitebox{
    background-color: #fff;
    padding: 14px;
    text-align: left;
    border-top: 3px solid #ffa500;
}
.whitebox h5{text-align: left;}
.service .whitebox:hover{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;transition: 300ms all ease;}
.service .whitebox:hover h5 span{color: #ff5a5a;transition: 300ms all ease;}
.whitebox img {
    width: 100%;
    margin: 0 auto 8px auto;
}

.curious_col{margin-bottom: 1pc;}
.vidoverlay{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.4);}
.vidoverlay_text{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.vidoverlay_text i{font-size: 60px;color: #c90707;animation: pulse 2s infinite;}

.legacy{padding: 20px 0;}