.space{
    padding: 70px 0;
}

/* banner */
.home-banner .carousel-caption{
    right: 30px;
    left: 30px;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: inherit;
}
.home-banner .carousel-item h1 span{
    color: #ffffff;
    display: inline-block;
    margin: 0px;
    padding: 1px 7px;
}
.home-banner .carousel-item h6{
    margin-bottom: 20px;
}
.home-banner .carousel-indicators li{
    width: 3px;
    height: 3px;
    background: rgba(127, 127, 127, 1);
    cursor: pointer;
    border: 5px solid rgba(255, 255, 255, 1);
    box-sizing: content-box;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-perspective: 400px;
    perspective: 400px;
    -webkit-transform: translatez(0.01px);
    transform: translatez(0.01px);
}
.home-banner .carousel-indicators li.active, 
.home-banner .carousel-indicators li:hover {
    background: rgba(86, 86, 86, 1);
    border-color: rgba(255, 255, 255, 1);
}
.home-banner.home-slider-one .carousel-indicators{
    bottom: 0;
}
.home-banner .carousel-control-prev,
.home-banner .carousel-control-next{
    top: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    background: #05407a;
    width: 40px;
    height: 40px;
    line-height: 42px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    font-size: 20px;
}
.home-banner .carousel-control-next {
    right: 50px;
}
.home-banner .carousel-control-prev-icon, .home-banner .carousel-control-next-icon{
    background-image: none;
}
.home-banner .carousel-control-prev,
.home-banner .carousel-control-next{
    display: none;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.home-banner:hover .carousel-control-prev,
.home-banner:hover .carousel-control-next{
    display: block;
}
.home-banner .carousel-item .slider-paragraph{
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    color: rgb(3, 27, 78);
    margin: 15px 0;
}
.home-banner .carousel-item .anim-1,
.home-banner .carousel-item .anim-2,
.home-banner .carousel-item .anim-3{
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.home-banner .carousel-item.first-slide .anim-1,
.home-banner .carousel-item.active.first-slide-active .anim-1,
.home-banner .carousel-item.active:not(:first-child) .anim-1,
.home-banner .carousel-item.first-slide .anim-2,
.home-banner .carousel-item.active.first-slide-active .anim-2,
.home-banner .carousel-item.active:not(:first-child) .anim-2,
.home-banner .carousel-item.first-slide .anim-3,
.home-banner .carousel-item.active.first-slide-active .anim-3,
.home-banner .carousel-item.active:not(:first-child) .anim-3{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);    
}

.home-banner .carousel-item.first-slide .anim-1,
.home-banner .carousel-item.active.first-slide-active .anim-1,
.home-banner .carousel-item.active:not(:first-child) .anim-1{
    transition-delay: 500ms; 
}
.home-banner .carousel-item.first-slide .anim-2,
.home-banner .carousel-item.active.first-slide-active .anim-2,
.home-banner .carousel-item.active:not(:first-child) .anim-2{
    transition-delay: 800ms; 
}
.home-banner .carousel-item.first-slide .anim-3,
.home-banner .carousel-item.active.first-slide-active .anim-3,
.home-banner .carousel-item.active:not(:first-child) .anim-3{
    transition-delay: 1000ms; 
}
.home-banner .carousel-item h1{
    line-height: 50px;
    letter-spacing: -2px;
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 12px;
    margin-top: 10px;
    color: #05407a;
    text-transform: uppercase;
}
.home-banner .carousel-item h1 strong{
    font-weight: 800;
    font-size: 38px;
}
.home-banner .carousel-item h1 span{
    background-color: inherit;
}
.home-banner .carousel-item .shapewrapper-inner{
    line-height: 22px;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 16px; 
    text-transform: uppercase;
}
.slider-layout2 .slider-content div.slider-sub-text {
  animation: fadeInUp 1000ms ease-in-out;
}
.slider-layout2 .slider-content div.slider-paragraph {
  animation: fadeInUp 2000ms ease-in-out;
}
.slider-layout2 .slider-content .slider-btn-area {
 }
 .home-banner .carousel-item .tagline{
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: #222121;
    margin-bottom: 18px;
    width: 480px;
}
/** Home Slider 2 **/
.home-banner.home-slider-two .carousel-item .shapewrapper-inner{
    display: inline-block;
    background: #fff;
    padding: 7px 10px;
}
.home-banner.home-slider-two .carousel-item .tagline{
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    font-style: normal;
    letter-spacing: 3px;
}
.home-banner.home-slider-two .square-shape{
    border:10px solid rgba(255, 255, 255, 0.5);
    padding: 40px 30px 30px 40px;
}

/** Play Button **/
a.play-btn .play-icn{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid;
    border-color: inherit;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
}
a.play-btn .play-icn:after, a.play-btn .play-icn:before {
    content: '';
    border: 1px solid;
    border-color: inherit;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    -webkit-animation: 1s videomodule-anim linear infinite;
            animation: 1s videomodule-anim linear infinite;
}
a.play-btn span{
    font-weight: bold;
}
@-webkit-keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(0.68);
            transform: scale(0.68); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; }
}
@keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(0.68);
            transform: scale(0.68); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; }
}

/** Image Shadow **/ 
.img-shadow{
    border-radius: 8px; 
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.13); 
} 
/** Homepage 01 **/ 
.intro-section .container > .row{  
    margin-top: -75px; 
    position: relative;
}
.iconbox-border{ 
    border-right: 1px solid #e5e5e5;
} 
.welcome-company{
    
}
.welcome-company img{
    border-radius: 10px;
}
.welcome-company .btn{
    padding: 11px 22px;
    margin-top: 5px;
}
.welcome-company .section-title{
    margin-bottom: 12px;
}
.welcome-company .section-title h2{
    font-size: 40px;
    margin-bottom: 5px;
}
.welcome-company .section-title h3 { 
    font-size: 19px; 
    display:block;
    line-height:26px; 
    font-weight:500; 
    margin-bottom:0; 
    color:#000;
}
.welcome-company p{
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 26px;
}
.sing-owner{ padding-top: 35px;} 
.owner-author{   padding-left: 30px; } 
.owner-name{ 
    font-size: 15px; 
    line-height: 25px; 
    margin-top: 20px;
    margin-bottom: 0; 
} 
.owner-postion{ 
    font-size: 13px; 
    line-height: 23px; 
    color: #7f7f7f; 
} 
.opt-underline-dotted{
    border-bottom: 1px dotted;
}
.play-video a{
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    text-align: center;
}
.play-video h4{
    margin-left: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid;
}
/*.play-video h4:hover{
    border-bottom: none;
    color: #202020;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}*/
.play-video a i{
    color: #258cd3;
    font-size: 35px;
    line-height: 80px;
}
.counter-section{
    background-image: url(../images/bg/bg1.jpg); background-position: 0 0;
    background-size: cover;
    position: relative;
} 
.counter-section:before{
    position: absolute;
    content: '';
    background: #05407a;
    opacity: 0.85;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.counter-section .section-title{
    margin-bottom: 0;
    margin-top: 30px;
}

.get-appointment{
    background-image: url(../images/bg/bg-02.jpg);
    background-position: 0 0;
    background-size: cover;
}
.get-appointment{
    padding-top: 90px;
    padding-bottom: 315px;
}
.appointment-from{
    padding-top: 1px;
}
.appointment-from .container > .row{ 
    background-color: #fff;
    position: relative;
/*    margin-top: -280px;*/
    margin-left: 0;
}
.appointment-image{
    background-image: url(../images/dr-keyur.jpg);
    background-size: cover;
    background-position: center;
    padding-left: 0px;
}
.appointment-inner{
    padding: 50px 50px 30px;
    background-color: #f6f4e8;
    background: #258cd324;
}
.appointment-inner .section-title h2{
    font-size: 36px;
}
.appointment-inner h3{
    padding-bottom: 20px;
}
.testimonial-box{
    padding: 50px 20px 20px;
    margin-bottom: 20px;
}
.testimonial-box .section-title{
    margin-left: 17px;
    margin-right: 17px;
}
/** Homepage 02 **/
.step-section{
    padding-top: 90px;  
}
.step-section > .container > .row{
    padding-bottom: 70px;
    border-bottom: 1px solid #ebebeb;
}
.eye-offer{
    background-image: url(../images/bg/bg-03.jpg);
    background-position: 0 0;
    background-size: cover;
}
.expert-eye{
	margin-top: -269px;
    padding-top: 225px;
}
.offer-service{
    background-image: url(../images/bg/bg-03.jpg);
    background-position: 0 0;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 90px;
}
.offer-service .section-title h4{
    font-size: 16px;
    line-height: 26px;
}
.offer-service .section-title h2{
    font-size: 46px;
    line-height: 56px;
}
.who-we-are{
    padding-top: 90px;
    padding-bottom: 250px;
}
.before-after-sec{
   background: #258cd3;
}
.before-after-sec  > .container > .row{
/*    margin-top: -215px;*/
}
.our-pricing-sec{
    padding-top: 90px;
    padding-bottom: 170px;
}
.pricing-table-sec{
    padding-top: 1px;
    padding-bottom: 0;
}
.pricing-table-sec  > .container > .row{
    margin-top: -150px;
}

.treat-us{
    padding-right: 0;
}
.treat-us ul li span{
    color: #636363;
    font-size: 14px;
    line-height: 24px;
}
.packages-section {
    padding-top: 90px;
    padding-bottom:280px;
}
.pricing-section{
    margin-top: -290px !important;
}
/** Homepage 03 **/
.basic-information{
    padding-top: 90px;
    padding-bottom: 180px;
}

.professional a i{
    font-size: 33px;   
    padding-left: 0;
    font-weight: normal;
    padding-right: 10px;
}
.professional a{
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
    padding-right: 30px;
     line-height: 33px;
     margin-top: 50px;
}

.best-clinic-colum{
	background: url(../images/bg/bg-04.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
}
.best-clinic-content{
    position: relative;
    max-width: 500px;
    margin-top: 70px;
    margin-left: 60px;
    margin-bottom: 60px;
    display: table;
    width: 100%;
    height: 100%;
}
.open-time .timelist-blok li{
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid rgba(0,0,0,0.20);
    padding: 12px 0px;
}
.open-time .timelist-blok li:after{
    display: block;
    clear: both;
    content: "";
}
.open-time .timelist-blok span{
    float: right;
}
.img-overlap-top{
    margin-top: -180px;
    margin-bottom: 20px;
}
.our-team{
    background-image: url(../images/bg/bg-05.jpg);
    background-position: 0 0;
    background-size: cover;  
    padding-top: 90px;
    padding-bottom: 370px;
}
.our-team-sec{
    padding-top: 1px;
    padding-bottom: 0;
}
.our-team-sec > .container > .row {
    margin-top: -371px;
}
.appointment-sec{
    position: relative;
    padding-top: 40px;
}
.right-bg-effect{
    position: absolute;
    z-index: 0;
    width: 33%;
    height: 100%;
    right: 0;
    top: 0;
}
/** Treatments **/
.treatments-head-sec{
    padding-top: 90px;
    padding-bottom: 170px;
}
.treatments-sec > .container > .row {
    margin-top: -170px;
}

/** Ccontact Page **/
.contact-appointment{
    margin-bottom: -150px;
    z-index: 999;
    position: relative;
    margin-top: 70px;   
    margin-left: 0; 
}

/** Overlap Wrapper **/
.overlap-img{
    margin-top: -124px;
    margin-left: -130px;
}

/** Award-box **/
.award-box{ 
    padding: 40px 40px;
}
.bg-white .award-box{
    padding: 35px 30px 45px;    
}

/** Client Logo **/
.client-logo li{
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    padding-bottom: 30px;
}
.client-style img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4;
    padding: 0 10px;
    display:inline-block;
    max-width: 100%;
}
/** Slick */
.main-services .slick-carousel .slick-dots{
    bottom: -47px;
}
.slick-carousel.no-mrg .slick-slide {
    margin: 0 0;
}
.slick-carousel.no-mrg .slick-dots{
    bottom: -50px;
}
.video-tagline {
    letter-spacing: 4px;
    margin-left: 20px;
}


/** Testimonial **/
.testimonial-bg{
    margin-bottom: -60px;
    padding-right: 40px;
}
.reaseach-bg{
    position: absolute;
    bottom: 0;
    left: 0;
}
.overlap-content-desc{
  padding: 40px 0px 40px 0px;  
}

/** Companies Skill **/
.companies-skill{
    margin-top: 20px;
}

/** skill **/
.award-skill{
    overflow: hidden;
}
.award-skill .skill-title {
    font-size: 16px;
    font-weight: 500;
}

/** form **/
.form-box{
   padding: 60px 60px; 
}
.form-box .form-group{
    margin-bottom: 25px;
} 
.form-box .form-control{
    background-color: rgba(255,255,255,.2);
    padding: 15px 20px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.2); 
    height: 55px;
}
.form-box textarea.form-control{
    height: auto;
}
.form-box .form-control::placeholder{
   color: rgba(255,255,255,.7); 
}
.form-box form .form-group{
    margin-bottom: 25px;
}

/*----------------------------------------*/
/*  01 - Inner Page
/*----------------------------------------*/

.inner-banner {
    background: url(../images/inner-banner.jpg) no-repeat 0 0; 
    background-size: cover; 
    background-position: right center;
    height: 300px; 
    position: relative; 
    display: table; 
    width: 100%;
}
.inner-banner .titlebar-main{
    display: table-cell; 
    vertical-align: middle;
} 
.inner-banner .inner-page-title{
    font-family: "Montserrat", sans-serif;  
    font-weight: 800; 
    text-transform: uppercase;
    font-size: 40px; 
    line-height: 50px; 
    color: #05407a; 
}
.inner-banner .breadcrumb{
    background-color: inherit; 
    border-radius: 0; 
    margin-bottom: 0;
    padding: 0;
}
.inner-banner .breadcrumb li {
    color: #000;   
    font-weight: 500;  
    font-size: 17px; 
    line-height: 24px;
}
.inner-banner .breadcrumb-item+.breadcrumb-item::before{
    color: #000;
    content: '|';
}   
.inner-banner .breadcrumb li a{
    color: #000;
}
.inner-banner .breadcrumb li a:hover{
    color: #258cd3;
}

/** About **/
.about-contents-left{
    padding-right: 15%; 
}
.about-bg-desc{
    padding: 0px 30px 30px;
}
.about-bg-left{
    padding-right: 15%;
    margin-top: -190px;   
}

/** Services **/
.heading-inner-box{
    padding-top: 35px;
    padding-left: 35px;
}

/** Research **/

/** Sidebar Left**/
.sidebar-left{
    padding:20px 30px;
    background: #f7f9fa;
    padding-top: 40px;
}
.sidebar-left .widget-title{
    font-family: Asap,sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #2c2c2c;
    margin-bottom: 35px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}
.sidebar-left .widget-title:after{
    content: "";
    width: 100%;
    height: 1px;
    bottom: -10px;
    left: 0;
    position: absolute;
    z-index: 1;
    background: #e8e9ea;
}
.post-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.post-list li{
    border: none;
    padding: 0!important;
    margin-bottom: 10px;
}
.post-list li a{
    background-color: #fff;
    padding: 17px 20px;
    display: block;
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 500;
}
.post-list li.active a,
.post-list li a:focus{
    color: #ffffff;
}
.post-list li a:after{
    content: '\f105';
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 20px;
}
.download-area .item-download-pdf{
    background-color: #86bb46;
    margin-bottom: 5px;
    position: relative;
}
.download-area .item-download-txt{
    background-color: #2c2c2c;
    margin-bottom: 5px;
    position: relative;
}
.download-area .item-download-pdf a,
.download-area .item-download-txt a{
    display: block;
    padding: 20px;
    color: #fff;
}
.download-area .item-download-pdf a,
.download-area .item-download-txt a{
    padding-left: 20px;
}
.download-area .item-download-pdf .fa,
.download-area .item-download-txt .fa {
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
}
.single-service-contact {
    padding: 25px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.single-service-contact h3 { 
    font-size: 22px; 
    margin: 0;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.single-service-contact p {
    font-size: 16px;
    color: #222;
    margin: 0 0 25px 0;
}
.single-service-contact a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none!important;
}
.single-service-contact a:hover {
    color: #202020;
}
.single-service-contact a i {
    margin: 0 0 0 10px;
}

/** Project Detail **/
.detailbox{
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}
.detailbox-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.detailbox-list .details-date{
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f2f7;
    padding-bottom: 20px;
}
.detailbox-list .details-date .details-heading{
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-right: 5px;
}
.details-label{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 17px;
    display: block;
    color: #222;
}
.media-box{
    margin-top: 45px;
    margin-bottom: 30px;
}
.media-box .media{
    margin-bottom: 40px;
}

.media-box .media .media-box-icon{
    padding-right: 20px;
    padding-top: 7px;
}
.media-box .media .media-box-icon i{
    font-size: 22px;
   color: #5472d2;
}
.single-category a{
    display: inline-block;
    background-color: #f8f8f8;
    color: #4d4d4d;
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 3px;  
}
.single-category a:hover{
    color: #ffffff;
}
.portfolio-social ul {
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
.portfolio-social ul li{
    display: inline-block;
    padding-top: 6px;
}
.portfolio-social ul li a{
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #282828;
}
.single-np-nav{
    position: relative;
    margin-bottom: 75px;
    margin-top: 55px;
    display: inline-block;
    width: 100%;
}
.single-np-nav:after {
    background-color: #e5e5e5;
    content: "";
    width: 100%;
    height: 1px;
    z-index: 11;
    position: absolute;
    top: -30px;
    left: 0;
}
.single-np-nav .nav-links .nav-previous{
    float: left;
    position: relative;
    display: inline-block;
}
.single-np-nav .nav-links .nav-next{
    float: right;
    position: relative;
    display: inline-block;
}
.single-np-nav .nav-links .nav-next:before,
.single-np-nav .nav-links .nav-previous:before {
    border-bottom-color: #7fc540 !important;
}
.single-np-nav .nav-links .nav-previous:before, 
.single-np-nav .nav-links .nav-next:before{
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 0;
    content: '';
    border-bottom: 1px solid;
    width: 0%;
    right: 0;
    left: auto;
    -webkit-transition: width 0.3s linear 0s,right 0s linear 0.3s,left 0s linear 0.3s;
    -o-transition: width 0.3s linear 0s,right 0s linear 0.3s,left 0s linear 0.3s;
    -moz-transition: width 0.3s linear 0s,right 0s linear 0.3s,left 0s linear 0.3s;
    transition: width 0.3s linear 0s,right 0s linear 0.3s,left 0s linear 0.3s;
}
.single-np-nav .nav-links a {
    font-size: 18px;
    font-weight: 600;
    color: #031b4e;
    position: relative;
    display: inline-block;
}
.single-np-nav .nav-links .nav-previous a {
    padding-left: 20px;
}
.single-np-nav .nav-links .nav-next a:after,
.single-np-nav .nav-links .nav-previous a:after{
    position: absolute;
    top: 0;
    font-family: "FontAwesome";
} 
.single-np-nav .nav-links .nav-previous a:after{
    left: 0;
    content: '\f104';
}
.single-np-nav .nav-links .nav-next a {
    padding-right: 20px;
}
.single-np-nav .nav-links .nav-next a:after{
    right: 0;
    content: '\f105';
}
.single-np-nav .nav-links .nav-next:hover:before{
   width: 100%;
    right:auto;
    left: 0; 
}
.single-np-nav .nav-links .nav-previous:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}
.single-related-title h5{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
}

/** Project Detail 02 **/
.single-content-left-image .detailbox-list .details-date{
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f2f7;
    padding-bottom: 10px;
}
.single-content-left-image .detailbox-list .details-date .details-heading{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px;
    color: #869ab8;
}
.single-content-left-image .detailbox-list .details-date .details-content{
    font-size: 15px;
}
.single-content-area{
    margin-top: 60px;
}

/** Project Detail 03 **/
.single-content-top-image .detailbox{
    margin-top: 60px;
    margin-bottom: 40px;
    border-top: 1px solid #f0f2f7;
    border-bottom: 1px solid #f0f2f7;
    display: inline-block;
    width: 100%;
}
.single-content-top-image .detailbox-list .details-date{
    float: left;
    width: 20%;
}
.single-content-top-image .detailbox-list .details-date .details-heading{
   font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px;
    display: block;
    color: #869ab8;
}

/** Blog **/

/** Sidebar Right**/
.sidebar .widget{
    margin: 45px 0 35px;
    font-size: 14px;
}
.search-form input{
    height: 58px;
    line-height: 58px;
}
.widget.widget-search{
    border: none;
    margin: 0; 
}
.widget .search-form {
    position: relative;
}
.widget .search-form .search-field {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 14px;
    color: #848484;
    line-height: 40px;
    padding: 10px 20px;
    font-weight: 400;
    background: rgba(220, 220, 220, 0.22);
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.widget .search-form a{
    position: absolute;
    right: -20px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    font-size: 16px;
    z-index: 1;
    width: 50px;
}
.widget .widget-title{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 32px;
    color: #313131;
    margin-bottom: 30px;
}
.sidebar .widget-categories ul li{
    padding-bottom: 0;
    position: relative;
    margin: 15px 0;
    padding: 0!important;
    font-weight: 400;
    list-style: none;
}
.sidebar .widget-categories ul li a{
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
}
.sidebar .widget-categories li span {
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #eee;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.sidebar .widget-categories  ul li a:before{
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    top: 4px;
    left: 0px;
    line-height: 1em;
    font-size: 14px;
}
.sidebar .recent-post-list li{
    padding: 15px 0px;
    font-weight: 400;
}
.sidebar .recent-post-list li:first-child{
    padding-top: 0;
}
.sidebar .recent-post-list .recent-post-thum{
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    padding: 3px;
}
.sidebar .widget a{
    color: #222;
    font-size: 14px;
    font-weight: 600;
}
.sidebar .recent-post-list a{
    font-size: 15px;
    font-weight: normal; 
}
.sidebar .recent-post-list .post-date {
    line-height: 17px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}
.sidebar .widget .tagcloud a{
    font-size: 13px;
    position: relative;
    display: inline-block;
    padding: 5px 11px;
    margin-bottom: 6px;
    margin-right: 6px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 4px;
}
.sidebar .widget .tagcloud a:hover{
     color: #fff;
}
 
.sidebar .widget.widget-archive ul li {
    padding: 0 0 15px 0;
}
.sidebar .widget.widget-flickr a{
    overflow: hidden;
    display: block;
    margin: 0 8px 0px 0px;
    width: 80px;
    height: 80px;
    display: inline-block;
    background: none;
}
/** Blog Large **/
.blog-style-1 .blog-box-title{
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
}
.blog-style-1 .link-btn{
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 0px;
    position: relative;
    display: inline-block;
}
.blog-style-1{
    padding-bottom: 0px;
}
/** Blog Detail **/
.blog-content .alignleft{
    float: left;
    margin: 5px 25px 25px 0px;
    width: 300px; 
    height: 200px; 
}
.blog-content h2{
    color: #05407a;
    font-size: 28px;
}
.blog-content p{
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 25px;
}
.blog-content p b{
    color: #000;
}
.blog-content h4{
    color: #05407a;
    font-size: 22px;
}
.blog-content ul{
    margin-bottom: 15px;
}
.blog-content ul li{
    font-size: 16px;
    line-height: 25px;
    padding-left: 20px;
    position: relative;
}
.blog-content ul li:before{
    position: absolute;
    content: '\f138';
    font-family: 'FontAwesome';
    color: #258cd3;
    font-size: 14px;
    left: 0;
    top: 0;
}
.blog-content ul li+li{
    margin-top: 5px;
}
.blog-content .list-inline li{
    padding-left: 0;
}
.blog-content .list-inline li:before{
    content: '';
}
.blog-content blockquote {
    position: relative;
    border: none;
    color: #686868;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    font-weight: 300;
    margin: 25px 0px;
    background-color: #f8f8f8;
    padding: 30px 75px 30px 90px;
}
.blog-content blockquote p{
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.blog-content blockquote:after{
    position: absolute;
    content: "\f10e";
    font-family: "optico-icons";
    font-size: 37px;
    line-height: 37px;
    top: 31px;
    left: 21px;
}
.blog-single-detail.blog-style-1 .blog-content {
    border-bottom: none;
}
.blog-single-detail .blog-categories a{
    background-color: #258cd3;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    padding: 5px 10px;
    border-radius: 5px;
    letter-spacing: 1px;
}
.blog-box .blog-entry-meta .blog-categories:after{
    content: "";
    position: absolute;
    right: -20px;
    background-color: #d7d7d7;
    width: 1px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
}
.blog-single-detail .blog-title h2{
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
}
.blog-single-detail .blog-entry-meta{
    position: relative;
    font-size: 13px;
    margin-top: 10px;
}
.entry-contant{
    padding: 20px 0;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.entry-contant-title{
    padding-right: 10px;
    position: relative;
    margin-right: 20px;
    margin-top: 12px;
    font-weight: 500;
    font-size: 18px;
}
.entry-contant-tag{
    color: #8b90a0;
    font-weight: 400;
}
.entry-social-right ul li{
    margin-right: 8px;
    display: inline-block;
}
.entry-social-right ul li a{
    border: 1px solid #ededed;
    border-radius: 50%;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.entry-social-right ul li a:hover{
    color: #fff;
    border-color: transparent;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.entry-np-nav {
    padding-top: 45px;
    border-top: 1px solid rgba(51, 51, 51, 0.07);
    margin-top: 20px;
    margin-bottom: 90px;
    border-color: #e5e5e5;
}
.entry-np-nav .nav-links .nav-previous{
    float: left;
    position: relative;
    display: inline-block;
}
.entry-np-nav .nav-links .nav-previous a:after{
    position: absolute;
    top: 0;
    font-family: "FontAwesome";
    left: 20px;
    content: '\f104';
}
.entry-np-nav .nav-links .nav-previous a,
.entry-np-nav .nav-links .nav-next a{
    background-color: #7fc540;
    color: #fff;
    padding-left: 48px;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.entry-np-nav .nav-links .nav-next{
    float: right;
    position: relative;
    display: inline-block;
}
.entry-np-nav .nav-links .nav-next a:after{
    position: absolute;
    top: 0;
    font-family: "FontAwesome";
    right: 20px;
    content: '\f105';
}
.entry-author-box{
    padding: 40px;
    display: flex; 
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 30px rgba(115,128,157,0.1);
}
.entry-author-content{
    -webkit-flex-shrink: 100;
    flex-shrink: 100;
    margin-left: 36px;
}
.entry-author-name{
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
}
.entry-author-social ul{
    list-style: none;
    padding: 0;
    margin: 0;
    padding-right: 15px;
    padding-top: 0px;
}
.entry-author-social ul li{
    display: inline-block;
    padding-right: 10px;
    padding-top: 6px;
}
.entry-author-social ul li a{
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #42464e;
}
.comments-area .comments-title{
    font-size: 22px;
    font-weight: 600;
    line-height: 40px
}
.comments-box {
    margin-top: 35px;
}
.comments-box .media{
    margin-bottom: 50px; 
}
.comments-box .children .media.even.depth-2{
    margin-left: 35px;
}
.comment-author{
    text-align: center;
    width: 80px;
    height: 80px;
    display: block;
    margin-right: 25px;
    overflow: hidden;
}
.comment-author img{
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.comment-meta {
    margin-left: 5px;
    margin-bottom: 30px;
    padding: 20px;
    position: relative; 
    border: 2px solid #e1e4e7;
    border-radius: 4px;
}
.comment-meta:before{
    content: "";
    position: absolute;
    top: 14px;
    left: -10px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid solid outset;
    border-width: 8px 10px 8px 0;
    border-color: transparent #e1e4e7 transparent transparent;    
}
 
.comment-meta .comment-owner{
    display: block;
    font-size: 18px;
    font-style: normal;
}
.comment-meta a{
    color: #a2a2a2;
    font-size: 14px;
}
.comment-meta p{
    display: block;
}
.comment-meta .reply {
    position: absolute;
    right: 15px;
    top: 24px;
}
.comment-meta .reply a{
    font-size: 13px;
    line-height: 30px;
    padding: 8px 30px 8px 18px;
    background-color: #42464e;
    color: #fff;
    margin-right: 5px;
    border-radius: 5px;
}
.comment-meta .reply a:after{
    content: '\f105';
    position: absolute;
    top: 0;
    margin-left: 7px;
    font-family: "FontAwesome";
    font-size: 14px;
    opacity: .8;
}
.comment-reply-title{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 22px;
    line-height: 30px;
}
.comment-form .form-group{
    margin-bottom: 20px;
}
.comments-box p{
    margin-top: 30px;
    display: block;
}
.comment-form form .form-group:last-child{
    margin-bottom: 10px;
} 

/** Team Single **/
.team-member-inner{
    position: relative;
}
.team-member-img{
	position: relative;
	z-index: 9;
}
.team-member-img:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: -30px;
    top: -30px;
}
.team-member-details .team-member-name{
	font-size: 30px;
    line-height: 36px; 
}
.team-member-details .team-member-position{
	font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
} 
.team-details-list .team-details-line {
	margin-bottom: 12px;
    clear: both;
    display: block;
}
.team-details-list .team-details-line .team-list-title{
	text-transform: uppercase;
    font-weight: 700;
    margin-right: 8px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #222;
}
.team-member-ditels .team-about h5{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 17px;
    display: block;
    color: #222;
}
.team-details-list .team-details-line .team-list-value{
	color: #5f656d;
}
.team-details-list{
    list-style: none;
    margin: 0;
    padding: 0;
    grid-gap: 30px 30px;
    margin-top: 30px;
}
.team-social-links{
    -webkit-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    margin-top: 30px;
}
.team-social-links li{
    margin-right: 10px;
    display: inline-block;
}
.team-social-links li a{
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    padding: 7px;
    color: #a3a3a3;
}
.team-separator{
    border-top: 1px solid #eee;
    margin-top: 30px;
}

/** contact **/
.contact-bg:before{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}
.contact-map{
    height: 450px;
}
.contact-map iframe{
    border: 0;
    width: 100%;
    height: 100%;
}
.contact-form form .form-group{
    margin-bottom: 25px;
}
.map-box{
    overflow: hidden;
}
/** Comment Form **/
.comment-form .comment-notes{
    margin-bottom: 25px;
}
.service-desc button{
    border: none;
    color: #000;
    padding: 5px 12px;
    border-radius: 3px;
    transition: 0.5s ease;
}
.service-desc button:hover{
    background-color: #08417a;
    color: #fff;
}
.db-circle-w img{
    width: 100%;
    border-radius: 100%;
}
.get-appointment .section-title h2{
    color: #ffffff;
}
.footerlogo{
    margin-bottom: 10px;
}
.footerlogo h1{
    font-size: 22px;
    line-height: 36px;
    color: #08417a;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.footerlogo h3{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #2d2b2b;
}
.footerpara{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    color: #2a2a2c;
}
.foot-list{
    column-count: 1;
}

.footer-contact ul li{
    color: #2a2a2c;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
}
.footer-contact ul li i{
    position: absolute;
    left: 0;
    top: 3px;
    color: #258cd3;
    font-size: 18px;
}
.footer-contact ul li:hover a{
    color: #258cd3;
}
.footer-contact ul li strong{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
}
.copyright-text{
    font-size: 16px;
    color: #2a2a2c;
}
.bottom-footer .list-inline li{
    display: inline-block;
    font-size: 16px;
    color: #2a2a2c;
    padding: 0;
    padding-right: 18px;
}
.bottom-footer .list-inline li:last-child{
    padding-right: 0;
}
.bottom-footer .list-inline li a:hover{
    color: #258cd3;
}

.widget-footer2{
    padding-left: 10px;
}



.sidebar ul {
    margin: 0;
    /* padding: 2px 0; */
    /* background-color: #ff892f; */
}
.sidebar ul li {
    line-height: 26px;
    margin-bottom: 1px;
    border: 1px solid #258cd34a; 
    transition: .5s;
    position: relative;
    background-color: #fff;
    border-radius: 3px;
}
.sidebar ul li+li, .service-sidebar .accordion.accordion-02 .card{
    margin: 0;
    margin-top: 8px;
}
.sidebar ul li.active, .sidebar ul li.active a{
    background: #258cd3;
    color: #fff;
}
.service-sidebar .accordion .card-header.show a.collapsed {
    background: #000;
}
.sidebar ul li:hover, .sidebar ul li:hover a,
.service-sidebar .accordion.accordion-02 .card-header:hover a{
    background: #258cd3;
    color: #fff;
}
.sidebar ul li a, .service-sidebar .accordion.accordion-02 .card-header a {
    font-size: 15px;
    background: #258cd3;
    color: #fff;
    display: block;
    padding: 15px 20px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    border-radius: 2px;
}
.service-sidebar .accordion.accordion-02 .card-header a{
    padding-right: 35px;
    border-radius: 2px;
}
.sidebar ul li a i {
    position: absolute;
    right: 10px;
    top: 17px;
    color: #fff;
    background: #ffffff61;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}
.service-main{
    padding: 60px 0;
}
.service-main h4{
    font-size: 28px;
    color: #08417a;
    margin-bottom: 15px;
}
.service-main h5{
    font-size: 20px;
    color: #08417a;
    margin-bottom: 8px;
}
.service-main p{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 500;
}
.service-main b{
    
}
.service-main .list{
    padding-left: 0;
    margin: 0;
    margin-bottom: 20px;
}
.service-main .list li{
    padding-left: 25px;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    font-weight: 500;
}
.service-main .list li+li{
    margin-top: 8px;
}
.service-main .list li:before{
    position: absolute;
    content: '\f138';
    font-family: 'FontAwesome';
    color: #3f9ddc;
    left: 0;
    top: 0;
}
.ser-img img{
    border: 1px solid #08417a24;
    border-radius: 10px;
    margin: 10px 0 25px;
}



.service-sidebar .card-body ul li a{
    font-size: 14.5px;
    display: block;
    padding: 15px 20px;
    transition: 0.5s ease;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #2c2d2f;
}
.service-sidebar .card-body ul li a:hover, .service-sidebar .card-body ul li.active a{
    background: #08417a;
    color: #fff;
}
.service-sidebar .card-body ul li+li{
    border-top: 1px solid #258cd34a;
}
.service-sidebar .card-body{
    padding: 0;
}
.service-sidebar .accordion.accordion-02 .card{
    border: 1px solid #258cd34a;
    border-radius: 3px;
}




.reviews {
    padding: 40px 0 70px;
    background: #258cd31f;
}
.reviews .tst-margin{
    margin-top: 60px;
}
.testimonials1 .card {
    padding: 20px;
    padding-top: 45px;
    transition: 0.5s;
    box-shadow: 0 5px 5px #00000030;
    position: relative;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}
.testimonials1 .card i {
    background-color: #258cd3;
    box-shadow: 5px 5px 5px #00000020;
    color: #fff;
    font-size: 44px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0 auto 0 auto;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -45px;
}
.card-body {
    padding: 10px;
    margin-bottom: 0;
}
.testimonials1 .card p {
    font-size: 16px;
/*    line-height: 24px;*/
    padding-bottom: 10px;
    font-weight: 500;
}
.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d;
    text-transform: capitalize;
}
.blockquote-footer h4{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    color: #05407a;

}
.blockquote-footer::before {
    content: "\f068";
    color: #05407a;
    font-family: 'FontAwesome';
}
.blockquote>:last-child {
    margin-bottom: 0;
}
.blockquote img {
    width: 120px;
    position: absolute;
    right: 10%;
}






.apt-form{
/*    padding: 60px 0;*/
}



.modal-open .modal{
	/* overflow-y:hidden!important; */
}
/* .modal.fade{top:0%!important;border-radius:0px;padding-right:0px!important;} */
.modal{width:100%!important;margin-left:0px!important;background-color:rgb(15 14 14 / 82%) !important;}

.modal-body{max-height:unset!important;overflow-y:hidden!important;}
.modal.fade .modal-dialog{transform:translate(0,0)!important;max-width:100%!important;}
.modal-header{padding:5px 15px!important;}
.modal-body{padding:0px 15px 20px!important;}


.modal-dialog {width: 416px; height: 667px;}


.about-inner-left img{
    float: left;
    width: 440px;
    margin: 0 30px 30px 0;
}

.contact-area .iconbox{
    height: 100%;
}
.contact-area .iconbox-border{
    border-right: 1px solid #05407a29;
}
.contact-area .iconbox a:hover{
    color: #258cd3;
}


#scroll-button {
  display: inline-block;
  background-color: #258cd3;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 3px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scroll-button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 45px;
  color: #fff;
}
#scroll-button:hover {
  cursor: pointer;
  background-color: #05407a;
}
#scroll-button:active {
  background-color: #05407a;
}
#scroll-button.show {
  opacity: 1;
  visibility: visible;
}



.asyncGallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1000;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.95);
  transition: opacity 200ms, visibility 200ms;
}
.asyncGallery.is-visible {
  opacity: 1;
  visibility: visible;
}
.asyncGallery__Item {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translate(-50%, -50%);
  transition: opacity 200ms, visibility 200ms;
}
.asyncGallery__Item.is-visible {
  opacity: 1;
  visibility: visible;
}
.asyncGallery__ItemImage img {
  max-height: 80vh;
  display: block;
}
.asyncGallery__ItemDescription,
.asyncGallery__Loader {
  color: #fff;
}
.asyncGallery__Loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: #fff;
  z-index: 100;
}
.asyncGallery__Loader.is-visible {
  display: block;
}
.asyncGallery button {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}
.asyncGallery__Close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  z-index: 1000;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEycHgiIHZlcnNpb249IjEuMSIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDY0IDY0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCI+CiAgPGc+CiAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjguOTQxLDMxLjc4NkwwLjYxMyw2MC4xMTRjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDljMC4zOTMsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5ICAgYzAuNTE2LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OWwyOC41NDEtMjguNTQxbDI4LjU0MSwyOC41NDFjMC4zOTQsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5YzAuNTE1LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OSAgIGMwLjc4Ny0wLjc4NywwLjc4Ny0yLjA2MiwwLTIuODQ5TDM1LjA2NCwzMS43ODZMNjMuNDEsMy40MzhjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OWMtMC43ODctMC43ODYtMi4wNjItMC43ODYtMi44NDgsMCAgIEwzMi4wMDMsMjkuMTVMMy40NDEsMC41OWMtMC43ODctMC43ODYtMi4wNjEtMC43ODYtMi44NDgsMGMtMC43ODcsMC43ODctMC43ODcsMi4wNjIsMCwyLjg0OUwyOC45NDEsMzEuNzg2eiIvPgogIDwvZz4KPC9zdmc+Cg==");
}
.asyncGallery__Counter {
  display: none;
}
.asyncGallery__Dots {
  display: none;
}

.asyncGallery__Next,
.asyncGallery__Prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  z-index: 1000;
  transition: transform 200ms, opacity 200ms;
  transform: translateY(-50%);
}
.asyncGallery__Next:disabled,
.asyncGallery__Prev:disabled {
  opacity: 0.2;
  cursor: default;
}
.asyncGallery__Next:before,
.asyncGallery__Prev:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E%3Cg%3E%3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.asyncGallery__Next {
  right: 40px;
}
.asyncGallery__Next:hover {
  transform: translateX(2px) translateY(-50%);
}
.asyncGallery__Next:before {
  transform: translate3d(-50%, -50%, 0);
}
.asyncGallery__Prev {
  left: 40px;
}
.asyncGallery__Prev:hover {
  transform: translateX(-2px) translateY(-50%);
}
.asyncGallery__Prev:before {
  transform: translate3d(-50%, -50%, 0) scale(-1);
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 55px 0;
}
.gallery img { 
  transition: opacity 200ms;
  cursor: pointer;
  margin: 12px 0;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #d1d1d1;
}



.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 50px;
    left: 15px;
    font-size: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 33px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
.btn-whatsapp-pulse:hover{
    color: #fff;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
/*    bottom: 120px;*/
    animation-play-state: paused;
    background: #16d55d;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 2.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}



