html {font-family: 'Open Sans', sans-serif;}
body {font-size: 18px;line-height: 34px;font-weight: 400;color:#434343;font-family: 'Open Sans', sans-serif;margin:0; padding:0;}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {display: block;}
svg:not(:root) {overflow:hidden;}
img {max-width: 100%;display: block;margin: 0;}
i{display: block;}
i::before{content: ''; display: block; background-size: cover !important;}
.container{max-width: 1140px;}

h1{font-size: 52px;line-height: 78px;font-family: "Prata", serif;}
h2{font-size: 48px;line-height: 65px; font-family: "Prata", serif;}
h3{font-size: 38px;line-height: 52px;}
h6{font-size: 24px;line-height: 30px;}
h1,h2{font-weight: 400;}
h3,h6{font-weight: 700;}
h1, h2 {color: #000;}
h3, h4, h5, h6{color: #232222;}
p,a {font-size: 18px;line-height: 34px;font-weight: 400;color: #434343;}
h1, h2, h3, h4, h5, h6,address, p, pre, blockquote, dl, dd, menu, ol, ul, table, caption, hr {margin: 0 0 16px 0;}
h2, h3 { margin: 0 0 24px 0;}
p:last-child {margin-bottom:0;}
dl, ol, ul{list-style-type: none;padding: 0;}

.body-medium{font-size: 16px;line-height: 22px;font-weight: 500;}
.body-small{font-size: 14px;line-height: 21px;}

.fw-600 { font-weight: 600;}

a {font-size: 16px;line-height: 30px;font-weight: 400;color: #434343;text-decoration:none;transition: all 0.5s;}
a:hover,a:focus {color: #FE5877;}

.small-btn,
.medium-btn {
    font-size: 16px;
    line-height: 22px;
    background: #FE5877;
    color: #fff !important;
    border-radius: 6px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    overflow: hidden;
    text-transform: uppercase;
}
.small-btn {
    padding: 6px 24px;
}
.medium-btn {
    padding: 11px 29px;
}
.small-btn span,
.medium-btn span,
.large-btn span {
    display: block;
}
.small-btn::before,
.medium-btn::before,
.large-btn::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #578FBF;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.3s;
    transition: transform 0.4s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
    transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.small-btn:hover::before,
.medium-btn:hover::before,
.large-btn:hover::before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
    transition: transform 0.4s, opacity 0.3s;
}

.form-group{margin: 0 0 16px;}
.form-button-group{margin:16px 0 0;display:inline-flex;align-items:center;}
input, select, textarea {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    padding: 11px 16px;
    background: transparent;
    border: 1px solid #CECCCC;
    color: #434343;
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
input::placeholder,textarea::placeholder{color:#B5B5B5;}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/select_down_arrow.svg')!important;
    background-repeat: no-repeat!important;
    background-position: right 4px center!important;
    background-size: 14px;
    line-height: 1.2;
    cursor: pointer;
}
label {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #868686;
    margin: 0 0 6px;
}

.py-120{padding: 120px 0;}
.pt-120{padding-top: 120px;}
.pb-120{padding-bottom: 120px;}
.pt-50{padding-top: 50px;}
.pb-50{padding-bottom: 50px;}

.site-header.smaller {
    box-shadow: 0px 15px 20px rgb(38 38 38 / 6%); 
    transition: all 0.1s linear 0s;
    padding: 12px 0;
}
.nav-menu .nav-item a:hover, .nav-menu .nav-item a:focus, .nav-menu .nav-item a.active {
    color: #FE5877;
    transition: 0.4s;
}

.banner-mobile { display: none;}

@keyframes bounce {
    50% {
        transform: translateY(-10px);
    }
}

.wrapp {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.testimonials-slider-button-prev:hover,
.testimonials-slider-button-next:hover {
    border: 1px solid #FE5877;
    transition: 0.4s;
}
.testimonials-slider-button-prev:hover:after {
    background: url(../images/icon_left_arrow_pink.svg) no-repeat center;
    width: 13px;
    height: 13px;
    transition: 0.4s;
    background-size: contain;
}
.testimonials-slider-button-next:hover:after {
    background: url(../images/icon_right_arrow_pink.svg) no-repeat center;
    width: 13px;
    height: 13px;
    transition: 0.4s;
    background-size: contain;
}

.faq .accordion-button::after { display: none;}
.faq .accordion-button:focus { box-shadow: none;}
.faq .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #232222;
    box-shadow: none;
}
.faq .accordion-body {
    padding: 0 38px 28px 38px;
}

.contact-info li a:hover {
    color: #FE5877;
    transition: all 0.5s;
}

.footer-menu li a:hover {
    color: #FE5877;
    transition: all 0.5s;
}
.footer-menu li a:hover, 
.footer-menu li a:focus, 
.footer-menu li a.active {
    color: #FE5877;
    transition: 0.4s;
}
.social-media-nav li a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

/* CMS Pages */
.page_title {
    padding: 60px 0;
    background: #f4f4f4;
}
.page_title h1 {
    margin: 0 0 8px 0;
}
.breadcrumb {
    margin: 0;
}
.breadcrumb >* {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.breadcrumb a {
    padding-right: 18px;
    position: relative;
    margin-right: 5px;
    color: #FE5877;
}
.breadcrumb a:hover {
    color: #000000;
    transition: all 0.5s;
}
.breadcrumb a:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    background-image: url(../images/breadcrumb_right_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 12px;
    height: 12px;
}
.cms-pages h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
.cms-pages p:last-child {
    margin-bottom: 0;
}
/* End CMS Pages */

/*================ Responsive Media Query Style =================*/

/* MEDIA :: 1200px */
@media only screen and (max-width: 1199px) {
    h1{font-size: 48px;line-height: 60px;}
    h2 { font-size: 42px; line-height: 55px;}
    h3 { font-size: 34px; line-height: 48px;}
    h2, h3 { margin: 0 0 20px 0;}
    .py-120{padding: 100px 0;}
    .pt-120{padding-top: 100px;}
    .pb-120{padding-bottom: 100px;}
    .container{max-width: 100%;padding: 0 12px;}
    .container .row{margin-left: 0; margin-right: 0;}

    /* Header */
    .nav-menu .nav-item {
        margin-right: 30px;
    }
    .header-login {
        margin-left: 30px;
    }
    /* End Header */   

    /* Banner */
    .banner {
        padding: 45px 0;
    }
    .banner:before {
        left: 80px;
        width: 500px;
        height: 500px;
    }
    .banner-slider-wrapper:before {
        width: 268px;
        height: 268px;
    }
    .banner-pagination.swiper-horizontal>.swiper-pagination-bullets, 
    .banner-pagination.swiper-pagination-bullets.swiper-pagination-horizontal, 
    .banner-pagination.swiper-pagination-custom, .banner-pagination.swiper-pagination-fraction {
        position: static;
        justify-content: center;
        flex-direction: row;
        padding: 20px 0 0 40px;
    }
    /* End Banner */
    
    /* About Us */
    .about-us {
        padding: 100px 0 0;
    }
    .about-img-block {
        gap: 20px;
    }
    .left-top-img {
        max-width: 250px;
        max-height: 140px;
        margin-bottom: 20px;
    }
    .left-bottom-img {
        max-width: 250px;
        max-height: 210px;
    }
    .right-full-img {
        max-width: 240px;
        max-height: 375px;
    }
    .about-img-block::before {
        top: -50px;
        left: -20px;
        width: 328px;
        height: 328px;
    }
    .about-img-block::after {
        bottom: -37px;
        left: -85px;
        width: 365px;
        height: 365px;
    }
    /* End About Us */

    /* Features */
    .features-desktop { display: none;}
    .features-mobile {
        display: block;
    }
    .features-title h2:after {
        top: 28px;
        margin-left: 20px;
    }
    .features-title {
        margin-bottom: 40px;
    }
    .features-mobile-img {
        margin-bottom: 20px;
    }
    .features-mobile-block {
        margin-bottom: 24px;
    }
    .features-mobile-block:last-child {
        margin-bottom: 0;
    }
    .hr-30 {
        margin: 25px 0;
    }
    .list li {
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .list li:before {
        top: 10px;
    }
    /* End Features */

    /* Testimonials */
    .testimonials-wrapper {
        padding: 35px;
    }
    .quote-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 12px;
    }
    .testimonials-title {
        margin-bottom: 40px;
    }
    .testimonials-title h2:after {
        top: 28px;
        width: 570px;
        margin-left: 20px;
    }
    .testimonials-user-block h6 {
        font-size: 22px;
        line-height: 28px;
    }
    /* End Testimonials */

    /* Download App */
    .download-app {
        padding-top: 120px;
    }
    .mobile-img img {
        max-width: 492px;
    }
    .mobile-img:before {
        width: 440px;
        height: 440px;
    }
    .mobile-img:after {
        top: -32px;
        width: 224px;
        height: 224px;
    }
    /* End Download App */

    /* FAQ */
    .faq .accordion-button {
        padding: 26px 0;
        font-size: 22px;
        line-height: 36px;
    }
    .faq .accordion-body {
        padding: 0 30px 24px 30px;
    }
    /* End FAQ */

    /* Contact Form */
    .contact-title-block:before {
        left: -40px;
        width: 210px;
        height: 210px;
    }
    .contact-form-block input[type="submit"] {
        margin-top: 20px;
    }
    .contact-title-block:after {
        width: 120px;
        height: 120px;
        right: 0;
    }
    .border-circle {
        width: 200px;
        height: 200px;
        right: 20px;
    }
    .border-circle:before {
        width: 35px;
        height: 35px;
        top: 150px;
    }
    /* End Contact Form */

    /* Footer */
    .footer-menu {
        flex-wrap: wrap;
    }
    .footer-menu li {
        margin-right: 10px;
    }
    /* End Footer */
    #c-go-top {
        bottom: 100px;
        right: 24px;
    }
}

/* MEDIA :: 991px */
@media only screen and (max-width: 991px) {
    h1{font-size: 40px;line-height: 54px;}
    h2 { font-size: 36px; line-height: 45px;}
    h3 { font-size: 30px; line-height: 44px;}
    h4{font-size: 28px;line-height: 32px;}
    h2, h3 { margin: 0 0 16px 0;}
    p, a { font-size: 16px; line-height: 32px; }
    .py-120{padding: 80px 0;}
    .pt-120{padding-top: 80px;}
    .pb-120{padding-bottom: 80px;}

    /* Header */
    .desktop-menu { display: none;}
    .mobile_menu {
        display: flex;
        justify-content: flex-end;
    }
    /* End Header */    

    /* Banner */
    .banner {
        padding: 30px 0;
    }
    .banner:before {
        width: 400px;
        height: 400px;
    }
    .banner-image {
        justify-content: flex-start;
    }
    .scroll-btn-wrapper {
        margin-top: 30px;
    }
    .banner-slider-wrapper:before {
      display: none;
    }
    .banner-pagination.swiper-horizontal>.swiper-pagination-bullets, 
    .banner-pagination.swiper-pagination-bullets.swiper-pagination-horizontal, 
    .banner-pagination.swiper-pagination-custom, .banner-pagination.swiper-pagination-fraction {
        padding: 20px 0 0;
        max-width: 508px;
    }
    .scroll-btn-wrapper.scroll-desktop {
        display: none;
    }
    .scroll-btn-wrapper.scroll-mobile {
        display: inline-block;
    }
    /* End Banner */

    /* About Us */
    .about-us {
        padding: 50px 0 0;
    }
    .about-img-block {
        gap: 16px;
    }
    .about-img-block.about-desktop { display: none !important;}
    .about-img-block.about-mobile { display: flex !important; padding-top: 40px; padding-bottom: 40px;}
    .about-img-block::before {
        top: 0;
        left: 50px;
        right: 100%;
        width: 300px;
        height: 300px;
    }
    .about-img-block::after {
        bottom: 10px;
        left: -55px;
        width: 335px;
        height: 335px;
    }
    /* About Us */

    /* Features */
    .features-mobile { display: block !important;}
    .features-title {
        margin-bottom: 30px;
    }
    .features-mobile-block {
        margin-bottom: 20px;
    }
    .hr-30 {
        margin: 20px 0;
    }
    .list li {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    /* End Features */

    /* Testimonials */
    .testimonials-wrapper {
        border-radius: 40px;
        padding: 20px;
    }
    .quote-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
    }
    .testimonials-title {
        margin-bottom: 30px;
    }
    .testimonials-title h2:after {
        display: none;
    }
    .testimonials-user-block {
        gap: 12px;
        margin-top: 30px;
    }
    .testimonials-user-block h6 {
        font-size: 20px;
        line-height: 26px;
    }
    /* End Testimonials */

    /* Download App */
    .download-app {
        padding-top: 80px;
    }
    .download-app-desktop-img { display: none; }
    .download-app-mobile-img { display: block;}
    .download-app-mobile-img {
        display: block;
        padding: 40px 0 20px;
    }
    .mobile-img img {
        max-width: 400px;
    }
    .mobile-img:before {
        width: 440px;
        height: 440px;
        right: 100%;
        top: 20px;
    }
    .mobile-img:after {
        width: 200px;
        height: 200px;
        right: 100%;
        left: 105px;
        top: 0;
    }
    /* End Download App */

    /* FAQ */
    .faq .accordion-button {
        padding: 22px 0;
        font-size: 18px;
        line-height: 28px;
    }
    .faq .accordion-body {
        padding: 0 24px 20px 24px;
    }
    /* End FAQ */

    /* Contact Form */
    .contact-title-block:before {
        width: 180px;
        height: 180px;
    }
    .contact-info li {
        margin-bottom: 16px;
    }
    .contact-form-block input[type="submit"] {
        margin-top: 16px;
    }
    .contact-title-block:after {
        width: 100px;
        height: 100px;
    }
    .border-circle {
        width: 150px;
        height: 150px;
        top: 0;
    }
    .border-circle:before {
        width: 30px;
        height: 30px;
        top: 115px;
    }
    /* End Contact Form */

    /* Footer */
    .site-footer {
        padding: 25px 0;
    }
    /* End Footer */
}

@media only screen and (max-width: 971px) {
    #c-go-top {
        bottom: 130px;
    }
}



/* MEDIA :: 767px */
@media only screen and (max-width: 767px) {
    h1{font-size: 36px;line-height: 48px;}
    h2 { font-size: 30px; line-height: 36px;}
    h3 { font-size: 26px; line-height: 40px;}
    h4{font-size: 26px;line-height: 30px;}
    h5{font-size: 24px;line-height: 30px;}
    h6{font-size: 20px;line-height: 28px;}
    h2, h3 { margin: 0 0 12px 0;}
    p, a { font-size: 14px; line-height: 26px; }
    .py-120{padding: 60px 0;}
    .pt-120{padding-top: 60px;}
    .pb-120{padding-bottom: 60px;}


    /* Banner */
    .banner:before {
        display: none;
    }
    /* End Banner */

    /* About Us */
    .about-img-block::before {
        left: 80px;
        width: 260px;
        height: 260px;
    }
    .about-img-block::after {
        left: -15px;
        width: 285px;
        height: 285px;
    }
    .left-top-img {
        max-width: 220px;
        margin-bottom: 16px;
    }
    .left-bottom-img {
        max-width: 220px;
        max-height: 205px;
    }
    .right-full-img {
        max-height: 354px;
    }
    /* End About Us */

    /* Features */
    .features-title {
        margin-bottom: 20px;
    }
    .features-title h2:after {
        top: 20px;
        margin-left: 16px;
    }
    .list li {
        font-size: 15px;
        line-height: 26px;
    }
    .hr-30 {
        margin: 15px 0;
    }
    /*  End Features */

    /* Testimonials */
    .testimonials-title {
        margin-bottom: 20px;
    }
    .testimonials-wrapper {
        border-radius: 30px;
        min-height: auto;
    }
    .quote-icon {
        width: 35px;
        height: 35px;
        margin-bottom: 6px;
    }
    .testimonials-user-block h6 {
        font-size: 18px;
        line-height: 24px;
    }
    /* Testimonials */

    /* Download App */
    .download-app {
        padding-top: 60px;
    }
    .mobile-img img {
        max-width: 350px;
    }
    .mobile-img:before {
        width: 400px;
        height: 400px;
    }
    .mobile-img:after {
        top: 0px;
        width: 150px;
        height: 150px;
        left: 95px;
    }
    .download-app .btn-wrapper {
        margin-top: 40px;
    }
    .download-app .btn-wrapper img {
        max-width: 160px;
    }
    /* End Download App */

    /* FAQ */
    .faq .accordion-button {
        padding: 20px 0;
        font-size: 16px;
        line-height: 24px;
    }
    .faq .accordion-body {
        padding: 0 20px 16px 20px;
    }
    /* End FAQ */

    /* Contact Form */
    .contact-title-block:before {
        top: -30px;
        left: -30px;
        width: 140px;
        height: 140px;
    }
    .contact-info li {
        margin-bottom: 12px;
    }
    .contact-form-block input[type="submit"] {
        margin-top: 12px;
    }
    .contact-title-block:after {
        width: 80px;
        height: 80px;
    }
    .border-circle {
        width: 120px;
        height: 120px;
    }
    .border-circle:before {
        width: 24px;
        height: 24px;
        top: 90px;
    }
    /* End Contact Form */

    /* Footer */
    .site-footer {
        padding: 20px 0;
    }
    .social-media-nav {
        justify-content: flex-start;
        margin-top: 16px;
    }
    .footer-menu {
        column-count: 2;
        display: block !important;
    }
    /* End Footer */
    #c-go-top {
        bottom: 22px;
        right: 30px;
    }
}
/* MEDIA :: 640px */
@media only screen and (max-width: 640px) { 
    .container .row{margin-left:-12px; margin-right: -12px;}
    h1{font-size: 30px;line-height: 42px;}
    h2 { font-size: 26px; line-height: 32px;}
    h3 { font-size: 22px; line-height: 34px;}
    h4{font-size: 22px;line-height: 30px;}
    h5{font-size: 20px;line-height: 30px;}
    h6{font-size: 18px;line-height: 28px;}
}
/* MEDIA :: 575px */
@media only screen and (max-width: 575px) {
    .py-120{padding: 40px 0;}
    .pt-120{padding-top: 40px;}
    .pb-120{padding-bottom: 40px;}
    /* Header */
    
    /* End Header */

    /* Banner */
    .banner {
        padding: 35px 0 0;
    }
    .banner-content {
        background-color: #F4FAFF;
        padding: 20px 20px;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .banner-content h1 {
        margin-bottom: 0;
    }
    .scroll-btn-wrapper {
        margin-top: 20px;
    }
    .scroll-btn,
    .scroll-btn svg {
        width: 72px;
        height: 72px;
    }
    .scroll-btn span {
        left: 32px;
    }
    .icon-scroll-down:before {
        height: 34px;
    }
    /* End Banner */

    /* About Us */
    .about-us {
        padding: 40px 0 0;
    }
    /* End About Us */

    /* Features */
    .features-title h2:after {
        top: 16px;
        margin-left: 12px;
    }
    .features-mobile-block {
        margin-bottom: 16px;
    }
    .list li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    /*  End Features */

    /* Testimonials */
    .testimonials-wrapper {
        border-radius: 20px;
    }
    .testimonials-user-block h6 {
        font-size: 16px;
        line-height: 22px;
    }
    .testimonials-slider-button-prev, 
    .testimonials-slider-button-next {
        width: 30px;
        height: 30px;
    }
    /* End Testimonials */

    /* Download App */
    .download-app {
        padding-top: 40px;
    }
    .mobile-img img {
        max-width: 280px;
    }
    .mobile-img:before {
        width: 300px;
        height: 300px;
    }
    .mobile-img:after {
        width: 120px;
        height: 120px;
        left: 75px;
    }
    .download-app .btn-wrapper {
        margin-top: 30px;
    }
    .download-app .btn-wrapper img {
        max-width: 140px;
    }
    /* End Download App */

    /* FAQ */
    .faq .accordion-button {
        padding: 16px 0;
    }
    .faq .accordion-body {
        padding: 0 16px 16px 16px;
    }
    /* End FAQ */

    /* Contact Form */
    .contact-title-block:before {
        top: -20px;
        left: -20px;
        width: 80px;
        height: 80px;
    }
    .contact-form-block input[type="submit"] {
        margin-top: 0;
    }
    .border-circle,
    .border-circle:before,
    .contact-title-block:after { display: none !important;}
    .contact-info li .icon img {
        top: 4px;
        max-width: 24px;
    }
    .contact-info li {
        margin-bottom: 10px;
        padding-left: 32px;
    }
    .contact-info li p, .contact-info li a {
        font-size: 14px;
        line-height: 26px;
    }

    /* End Contact Form */

    /* Footer */


    /* End Footer */
}

/* MEDIA :: 480px */
@media only screen and (max-width: 480px) {
    h1 { font-size: 28px; line-height: 38px; }
    h2,h3{font-size: 22px;line-height: 32px;}
    h3 { font-size: 18px; line-height: 26px;}
    h4{font-size: 20px;line-height: 30px;}
    h5{font-size: 18px;line-height: 28px;}
    h6{font-size: 16px;}


    /* Header */
    .site-header {
        padding: 12px 0;
    }
    .logo img {
        max-width: 60px;
    }
    .site-content {
        padding-top: 84px;
    }
    /* Header */

    /* About Us */
    .about-img-block.about-mobile {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about-img-block::before {
        left: 60px;
        width: 200px;
        height: 200px;
    }
    .about-img-block::after {
        left: -15px;
        width: 200px;
        height: 200px;
    }
    .left-top-img {
        max-width: 150px;
    }
    .left-bottom-img {
        max-width: 150px;
    }
    .right-full-img {
        max-width: 130px;
        max-height: 264px;
    }
    /* End About Us */

    /* Testimonials */
    .testimonials-user-block {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .testimonials-user-block .image {
        width: 42px;
        height: 42px;
    }
    /* End Testimonials */

    /* FAQ */
    .faq .accordion-button {
        padding: 12px 0;
    }
    /* End FAQ */
}
/*================ End Responsive Media Query Style =================*/