
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;800&family=Work+Sans:wght@400;500&display=swap');


.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../image/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../image/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../image/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family:'poppins', sans-serif;
}
body { font-size: 16px; font-weight: 400;}
h2{
    text-align:center;
    text-transform: capitalize;
}
h2, h3 {
    font-size: 32px;
}
h4,h3{
    text-transform: capitalize;
}

li{
    list-style: none;
}
a{
    text-decoration: none;
}
#fix_div { z-index: 999;}
/* header section start  */
header img{
    max-width: 110px;    
}

.btn{
    background:#000000;
    color:#fff;
}
.btn:hover{
    background:#fff;
    color:#000000;
}
.btn2{
    color:#000;
    background:#fff;
}
.btn2:hover{
    background:#000000;
    color:#fff;
} 
 
/* header section start  */
section.case {margin-bottom: 70px;}
/* banner section start  */
section.banner h1 {
    font-weight: 500;
}
.banner span.text-dark {
    padding-left: 5px;
    font-weight: 500;
}
.banner{
    width:100%; 
    background-image: url(../image/banner.jpg);
    background-size:cover; padding: 30px 0px;
}
 .banner #icon{
    color:#fff;
}
ul.slick-dots li button {
    font-size: 0px;
    width: 10px;
    height: 10px;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    border: solid 1px #fff;
    background: transparent;
}

ul.slick-dots li {
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
}

ul.slick-dots li.slick-active button {
    background: #fff;
}
.testimonial .block img {
    text-align: center;
    margin: auto;
    display: block;
}
@media (max-width:992px){
    .col-lg-6.col-12.position-relative img {
        position: relative !important;
        max-width: 300px;
        margin: auto;
        text-align: center;
        display: block;
    }
}
.venners p { color: #777;}
/* accordian */
.accordion-button:not(.collapsed):focus { box-shadow: none; }
.accordion-button:not(.collapsed) { 
    background: #000;  color:#fff; box-shadow: none; border-radius: 0px !important;
    font-weight: 500;
    font-size: 1.3rem;
}
.accordion-item,.accordion-item:focus {
    border: none; box-shadow: none;
    border-bottom: solid 1px #ccc;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-item:first-of-type {
    border-top: solid 1px #ccc;
    border-radius: 0;
}
.accordion-button:not(.collapsed)::after {
    background: url(../image/arrow-up.svg);
}
button.accordion-button.collapsed {
    padding: 30px;
    font-weight: 500;
    font-size: 1.3rem;
}

.accordion-body {
    padding: 20px 30px;
}
/* end of accordian */
/* banner section end  */
/* goal section start  */
.goal{
    width:100%;
    max-height:auto;
    background:#6895A8 url(../image/bg.jpg);
    background-size: cover;
}
.m-w500 { max-width: 500px; right: 0px;}
.form{
    width:100%;
    height:auto;
    background-image: url(../image/form_bg.jpg);
    background-size:cover; 
}
.form input {
    border: none;
    border-bottom: solid 1px #ccc;
    border-radius: 0px;
    padding-left: 0px;
    font-size: 12px;
}

.form input:focus {
    box-shadow: none;
}
button.rounded-pill {
    padding: 8px 25px; 
}
/* goal section end  */
/*footer */
.bg-talk {
    position: relative;
    background: #414e69;
    margin-bottom: -50px;
    margin-top: 80px;
    padding: 30px; color:#fff;
} 
.footer_block .col span {
    display: block; font-weight:400;
}

.footer_block svg {
    position: absolute;
    left: 0px; top:10px;
}
.social-icon a{
    display:flex;
    color:#ccc;
}
.social-icon a svg {
    font-size: 30px;
    color: #fff;
}
.footer_block .col p {
    padding-left: 40px; 
}

.footer_block .col {
    position: relative;
}
.footer_block .col img {
    position: absolute;
}
small.text-white {font-size: 13px;}
.footer img.w-50 {
    max-width: 180px;
}
/* .header_block {
    position:fixed;
    margin: auto;
 } */
 .bg-talk a.btn {margin:10px 0px;float:right;}
 .bg-talk a.btn:first-child {width:200px;margin-right: 0px !important;}
 .bg-talk a.btn:last-child {width:200px;background:transparent;color:#fff;border-color:#fff;text-transform: uppercase;}
 
 .bg-talk a.btn:last-child:hover {
     background: #000;
     color: #fff;
     border: solid 1px #000;
 }
@media(max-width:575px){
    .center_btn {
        text-align: center;
    }
    section.case .col-4 {
        padding: 3px;
    }
    .types p {
        text-align: left;
    }
    
    .block p {
        text-align: left;
    }
    section.case {
        margin-bottom: -50px;
    }
    .mb-4.m_b-0 .container.mb-4 {
        margin-bottom: -10px !important;
    }
    .d-flex.mt-4.justify-content-between.header_block .d-inline.ms-auto {
        width: 100%;
    }
    .d-flex.mt-4.justify-content-between.header_block {
        display: flex;
        flex-direction: column-reverse;     margin-top: 2px !important;
    }
    .bg-talk a:first-child, .bg-talk a:last-child { width: 100% !important;}
    .header_block {
        
        margin: auto;
        text-align: center;
    }
    
    .header_block img {
        margin-bottom: 15px;
        max-width: 80px;
    }
     
    .header_block a { 
        width: 46%;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 6px !important;

    }
    .d-flex.social-icon {
        text-align: center;
        margin: auto;
        justify-content: center;
    }

    .footer img.w-50 {
        max-width: 140px !important;
        margin: auto;
    }
    .col-sm-6.my-5.footer_block {
        margin-top: 0px !important;
    }
    
    .col-sm-6.text-center.my-5 {
        margin-bottom: 20px !important;
    }
    .book_btn{
        display: block; margin: auto;
    }
}

.backg {
    padding-bottom: 1em;
    background: #fff !important;
}
.text-center.thank-t h1 {
font-size: 50px;
    font-weight: 600;
}
h6.textt {
    font-size: 40px !important;
}
@media (max-width:992px){
.text-center.thank-t h1 {
    font-size: 35px;
    font-weight: 600;
}
h6.textt {
    font-size: 25px !important;
}}