    @import url('https://fonts.googleapis.com/css2?family=Inter&family=Libre+Baskerville&family=GFS+Didot&display=swap');
html, body{
	padding: 0;margin: 0;font-size: 14px;-webkit-font-smoothing: antialiased;font-family: 'Inter', sans-serif;font-weight: 400;color: #4d4c4f;
	line-height: 1.4;overflow-x: hidden;letter-spacing: 0.5px;
}
a, img, button, input[type=submit]{text-decoration: none;outline: none; border: 0;}
button, input, select, textarea{font-family: 'Open Sans', sans-serif;}
b, strong{font-weight: 700;}
*, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
a:focus, a:hover{text-decoration: none !important;}
p, ul, h1, h2, h3, h4, h5, h6, hr, figure, ol{padding:0;margin:0;}
/*.container{max-width: 1200px;margin: 0px auto;padding: 0 15px;}*/
.container-fluid{max-width: 95%;margin: 0px auto;padding: 0 15px;}
.container.small{max-width: 850px;padding: 0 20px;}
.container.medium{max-width: 1000px;padding: 0 20px;}
.pull-left{float: left !important;}
.pull-right{float: right !important;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-justify{text-align: justify;}
.text-uppercase{text-transform: uppercase;}
.text-lowercase{text-transform: lowercase;}
.text-italic{font-style: italic;}
.text-underline{text-decoration: underline;}
.text-light{font-weight: 300;}
.text-medium{font-weight: 400;}
.text-bold{font-weight: 600;}
.text-bolder{font-weight: 700;}
.text-black{color:#000;}
.text-white{color:#fff;}
.text-orange{color: #ee6e25;}
.img-responsive{max-width: 100%;height: auto;margin-left: 20px;}
.img-full{width: 100%;height: auto;}
.center-block{margin: 0 auto;}
.bg-white{background-color: #fff;}
.bg-off-white{background-color:#f8f8fa; }
.bg-cover{background-size: 100% 100%;background-repeat: no-repeat;background-position: center;}
.col-1{width: 8.333333333333333%;}
.col-2{width: 16.66666666666667%;}
.col-3{width: 25%;}
.col-4{width: 33.33333333333333%;}
.col-5{width: 41.66666666666667%;}
.col-6{width: 50%;}
.col-7{width: 58.33333333333333%;}
.col-8{width: 66.66666666666667%;}
.col-9{width: 75%;}
.col-10{width: 83.33333333333333%;}
.col-11{width: 91.66666666666667%;}
.col-12{width: 100%;}
.col-12-5{width: 20%;}
.w100{width: 100%;}
.w80{width: 80%;}
.w70{width: 70%;}
.w30{width: 30%;}
.w20{width: 20%;}
.cred {color: red;}
.h100{height: 100%;}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-12-5, .w30, .w70, .w20{float: left;}

.mg-5{margin: 5px;}
.mg-10{margin:10px;}
.mg-20{margin:20px;}
.mg-30{margin:30px;}

.mg-tp-5{margin-top: 5px;}
.mg-tp-10{margin-top: 10px;}
.mg-tp-20{margin-top: 20px;}
.mg-tp-30{margin-top: 30px;}

.mg-bt-5{margin-bottom: 5px;}
.mg-bt-10{margin-bottom: 10px;}
.mg-bt-20{margin-bottom: 20px;}
.mg-bt-30{margin-bottom: 30px;}

.mg-rt-5{margin-right: 5px;}
.mg-rt-10{margin-right: 10px;}
.mg-rt-20{margin-right: 20px;}
.mg-rt-30{margin-right: 30px;}

.mg-lt-5{margin-left: 5px;}
.mg-lt-10{margin-left: 10px;}
.mg-lt-20{margin-left: 20px;}
.mg-lt-30{margin-left: 30px;}

.pd-5{padding:5px;}
.pd-10{padding:10px;}
.pd-20{padding:20px;}
.pd-30{padding:30px;}

.pd-tp-5{padding-top: 5px;}
.pd-tp-10{padding-top: 10px;}
.pd-tp-20{padding-top: 20px;}
.pd-tp-30{padding-top: 30px;}
.pd-tp-50{padding-top: 50px;}

.pd-bt-5{padding-bottom: 5px;}
.pd-bt-10{padding-bottom: 10px;}
.pd-bt-20{padding-bottom: 20px;}
.pd-bt-30{padding-bottom: 30px;}

.pd-rt-5{padding-right: 5px;}
.pd-rt-10{padding-right: 10px;}
.pd-rt-20{padding-right: 20px;}
.pd-rt-30{padding-right: 30px;}

.pd-lt-5{padding-left: 5px;}
.pd-lt-10{padding-left: 10px;}
.pd-lt-20{padding-left: 20px;}
.pd-lt-30{padding-left: 30px;}

.h500{height: 500px;}
.h600{height: 600px;}
.h700{height: 700px;}
.h800{height: 800px;}

.pos-rel{position: relative;}
.pos-abs{position: absolute;}
.pos-fix{position: fixed;}
.bottom{bottom:0;}
.top{top:0;}
.left{left:0;}
.right{right:0;}
.visible-xs{display: none !important;}
.hidden-xs{display: block!important}
.hidden-sm{
        display: block;
    }
    .visible-sm{
        display: none;
    }
.row:before, .row:after{display: table;content: " ";}
.row:after, .clearfix{clear: both;}

.disptable{display: table;height: 100%;}
.dispblock{display: block;}
.table-cell{display: table-cell;vertical-align: middle;}

.Yoverflowhidden{overflow-y: hidden;}
.Xoverflowhidden{overflow-x: hidden;}
.overflowhidden{overflow: hidden;}

section{float: left;width: 100%;}
section.padding{padding:70px 0;}

.container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 15px;
}
section.padding {
    padding: 70px 0;
}


/****************banner-start***********************/

.home-banner{
    background: url('../images/banner-img.jpg');
    background-size: 100% 100%;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 53%);
}
.testimonial-title{
     z-index: 5;
    font-family: 'Manrope',sans-serif;
    height: auto;
    width: auto;
    color: transparent;
    text-decoration: none;
    white-space: normal;
    min-height: 0;
    min-width: 0;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 100px;
    font-weight: 700;
    font-size: 95px;
    padding-left: 0;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}
.sub-title {
    z-index: 5;
    font-family: 'Manrope',sans-serif;
    height: auto;
    width: auto;
    color: transparent;
    text-decoration: none;
    white-space: normal;
    min-height: 0;
    min-width: 0;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 100px;
    font-weight: 700;
    font-size: 95px;
    padding-left: 0;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}
.testimonial-title2{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #000000a6;
}
.sub-title2 {
    font-size: 14px;
    line-height: 24px;
    color: #000000a6;
    padding-top: 20px;
}
.banner-detail{
    padding-top: 180px;
}

/****************second-sec***********************/

.rating-sec,.faq-sec{
    background-color: #f3f8fa;
}
.girl-sec{
    margin-top: 100px;
}
.girl-full {
    max-width: 100%;
    height: auto;
    position: relative;
    top: 200px;
}
.testimonial_one {
    animation: 2s ease-in-out infinite alternate parallax_animate-card__8ZDrb;
    transition: .3s;
    margin-top: 100px;
}
.cmt-box img {
    border: 0 solid #fff;
    min-width: 60px;
    width: 60px;
    height: 60px;
}
.cmt-box img, .girl-sec .card img {
    border-radius: 50%;
    object-fit: cover;
}
.cmt-detail {
    background: #37517e;
    border-radius: 10px;
    margin-left: 10px;
    padding: 6px 15px;
    text-align: left;
    width: 80%;
}
.cmt-box .small-title {
    font-family: Poppins,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: capitalize;
}
.cmt-detail p {
    color: #fff;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.testimonial_two {
    animation: 1s ease-in-out infinite alternate parallax_animate-card__8ZDrb;
    transition: .3s;
}
.right .cmt-detail {
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
}
.right .cmt-detail {
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
}
.service-box {
    margin: 50px 0 30px;
    border-radius: 5px;
    transition: .5s;
    z-index: 9;
    box-shadow: 0 0 10px 0 #2739585e;
    background: #37517e;
    backdrop-filter: blur(5px);
}
.rating-sec .service-box {
    border-radius: 15px;
    box-shadow: 9px 6px 11px 0 #d6d2d117;
    border: 2px solid #ffffff17;
    padding: 20px 0;
}
.rating-sec .service-box a img {
    height: auto;
    margin: 0 auto;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}
.service-box h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #f9f9f9;
    margin-top: 20px;
    padding: 0 15px;
}
.rating-sec .service-box a {
    width: 100%;
}
.service-box.testimonial_five img, .service-box.testimonial_three img {
    height: 150px!important;
    border-radius: 50%!important;
    width: 150px!important;
}
.service-box p {
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1px;
    color: rgba(255,255,255,.64);
    padding: 10px 0 13px;
}
.testimonial_four, .testimonial_three {
    animation: 1.5s ease-in-out infinite alternate parallax_animate-card__8ZDrb;
    transition: .3s;
}

@keyframes parallax_animate-card__8ZDrb {
    0% {
        transform: translate(-10px,-5px)
    }

    to {
        transform: translateX(0)
    }
}


/*******************************third-start********************************* */

.s-font{
    font-size: 28px;
}
.set2 {
    position: relative;
    width: 100%;
    height: auto;
}
.category-details-page .set2 a {
    width: 100%;
}
.set2 a {
    display: block;
    padding: 10px 40px 10px 20px;
    text-decoration: none;
    color: #222222;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    height: auto;
    width: 80%;
    margin: 20px auto;
    line-height: 28px;
    border-bottom: 1px solid #f1f1f1;
    letter-spacing: 1px;
    background-color: #edf2fd;
}
.blog-content h2, h3, h4, h5, h6 {
    scroll-margin-top: 80px;
}
.set2 a .icon-plus {
    border: 2px solid rgb(30 67 86);
}
.set2 a i {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
}
.set2 a .icon-plus:before {
    width: 2px;
    height: 8px;
}
.set2 a .icon-plus:after, .set2 a .icon-plus:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    left: 50%;
    background-color: rgb(30 67 86);
    top: 8px;
}
.set2 a .icon-plus:after {
    width: 8px;
    height: 2px;
}
.set2 a .icon-plus:after, .set2 a .icon-plus:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    left: 50%;
    background-color: rgb(30 67 86);
    top: 8px;
}
.set2 a:after {
    position: absolute;
    content: '';
    width: 53px;
    height: 100%;
    background-size: contain;
    left: 18px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.set2 .content {
    padding: 10px 20px;
    display: none;
    width: 100%;
    margin: auto;
    background-color: #edf2fd;
    text-align: justify;
}
.set2 a.active {
    margin-bottom: unset;
    background-color: #37517e;
    color: #fff;
}
.set2 a .icon-minus:after {
    width: 8px;
    height: 2px;
    background-color: #fff;
    top: 8px;
    position: absolute;
    content: '';
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    left: 50%;
}
.accordian-parent p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #000000a6;
}
.category-details-page .set2 .content a {
    display: inline;
    padding: 0;
}
