/**** Reset styles ****/
html, body {
    color: #474747;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
}

html {
    scroll-behavior: smooth;
}

p {
    font-size: 1em;
}

h1, h2, h3, h4 {
    color: #0f0f0f;
}

h1 {
    font-weight: bold;
    font-size: 2em;
}

h2 {
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

dl, ol, ul {
    margin-bottom: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="submit"]:focus,
button:focus,
.btn:focus,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-info:focus,
.btn-info:active,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus
{
    outline: none;
}

a {
    /* color: #858585; */
}

.invalid-feedback {
    color: #f5cd52;
    visibility: hidden;
}

.form-control {
    padding: .55rem .8rem;
    border-radius: 2px;
}
.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.custom-select {
    padding: .5rem 1.2rem 0.5rem .8rem;
    height: calc(3rem + 2px);
    border-radius: 2px;
    min-height: 42px;
}


.btn {
    font-family: 'Open Sans', sans-serif;
    border-radius: 30px;
    border: none;
    font-size: .9em;
}

a:hover {
    color: #9e3e88;
    opacity: .9;
}

.title-font {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.5;
}

.subheader {
    line-height: 1.7;
    font-size: 1.3em;
    font-weight: 100;
    margin-bottom: 1rem;
    color: #5a5a5a;
}

.subheader-page:after {
    content: "";
    display: block;
    margin: 4px auto 0 auto;
    width: 97px;
    border-bottom: 2px solid #ecde00;
}

.subheader-font, .title-font-family {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
}

.font-size-h1 {font-size: 2.8em;font-weight: 700;}

.bg-yellow {background: #ecde00;}
.bg-pink {background: #dfafd4;}
.bg-purple {background: #8d277f;}
.bg-transparent {background: transparent;}
.color-yellow {color: #ecde00;}
.color-purple {color: #8b277e;}
.color-purple-light {color: #9f68a0;}
.color-dark-gray {color: #858585;}
.color-white {color: #fff;}
.color-black-overlay {color: #303030;}
.color-grey-overlay {color: #3b3b3b;}

.bg-gradient-purple, .bg-gradient-purple:not(:disabled):not(.disabled):active,
.bg-gradient-purple:not(:disabled):not(.disabled).active {
    background: #891f79; /* Old browsers */
    background: -moz-linear-gradient(left, #891f79 0%, #a14a93 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #891f79 0%,#a14a93 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #891f79 0%,#a14a93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#891f79', endColorstr='#a14a93',GradientType=1 ); /* IE6-9 */
}

.bg-gradient-purple-reverse, .bg-gradient-purple-reverse:not(:disabled):not(.disabled):active,
.bg-gradient-purple-reverse:not(:disabled):not(.disabled).active {
    background: #a14a93; /* Old browsers */
    background: -moz-linear-gradient(left, #a14a93 0%, #891f79 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a14a93 0%,#891f79 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a14a93 0%,#891f79 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a14a93', endColorstr='#891f79',GradientType=1 ); /* IE6-9 */
}

.bg-gradient-purple-light, .bg-gradient-purple-light:not(:disabled):not(.disabled):active,
.bg-gradient-purple-light:not(:disabled):not(.disabled).active {
    background: #a04b93; /* Old browsers */
    background: -moz-linear-gradient(left, #a04b93 0%, #c692be 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a04b93 0%,#c692be 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a04b93 0%,#c692be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a04b93', endColorstr='#c692be',GradientType=1 ); /* IE6-9 */
}

.bg-gray {
    background-color: #f5f5f5;
}

.shadow-text {
    color: rgba(230, 230, 230, 0.29);
    position: absolute;
    font-size: 13em;
    font-weight: 700;
    z-index: 1;
}

.shadow-text-light {
    color: #fff;
    text-shadow: 10px 9px 24px #ececec;
    font-size: 13em;
    font-weight: 700;
    z-index: -1;
    overflow: hidden;
}

.pre-wrap-text {
    white-space: pre-wrap;
}

.btn-standard, .btn-standard:active, .btn-standard:focus {
    letter-spacing: 6px;
    font-weight: 600;
    font-size: 16px !important;
    padding: 15px 20px;
    text-transform: uppercase !important;
}

.btn-standard-fixed, .btn-standard-fixed:active, .btn-standard-fixed:focus {
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 16px !important;
    padding: 15px 32px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.btn-standard-light, .btn-standard-light:active, .btn-standard-light:focus, .btn-standard-light:hover {color: #fff;}
.btn-standard-dark, .btn-standard-dark:active, .btn-standard-dark:focus, .btn-standard-dark:hover {color: #323232;}
.btn-shadowed, .btn-shadowed:active, .btn-shadowed:focus {
    box-shadow: 5px 9px 15px 0 lightgrey;
    -webkit-box-shadow: 5px 9px 15px 0 lightgrey;
    -moz-box-shadow: 5px 9px 15px 0 lightgrey;
}

.btn.bg-yellow:focus, .btn.bg-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 206, 0, 0.25);
}

.background-image {
    padding-left:  0;
    padding-right:  0;
    background-size: 100% !important;
}

.noscroll {
    overflow: hidden;
    position:  relative;
    height: 100%;
}

.noscroll body {
    padding-top: 73px;
}

.noscroll .main-header {
    position: fixed;
    width: 100%;
}

/*-------------------------------------*/
/*-------------  Header  --------------*/
/*-------------------------------------*/

#header_top_menu .navbar-nav .nav-item  {
    position: relative;
}

#header_top_menu .nav-sub-menu {
    position: absolute;
    list-style: none;
    padding-left: 0;
    width: 100%;
    margin-top: -4px;
    z-index: 1;
}

.main-header .navbar-nav .nav-sub-menu .nav-item{
}

#header_top_menu .nav-sub-menu > li a {
    color: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #f9e013;
}

#header_top_menu .nav-sub-menu > li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

#header_top_menu .navbar-toggler.sub-menu {
    position: absolute;
    z-index: 1;
    border: none;
    top:  24%;
    left: 77%;
}

#header_top_menu .nav-item.active .navbar-toggler.sub-menu {
    color: #fff;
}

.main-header {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    background:  #fff;
    height: 73px;
}

.main-header .container {
    max-width: 1406px !important;
}

.main-header img {width:  auto;}

.main-header .navbar-nav .nav-item{
    padding-left: 28px;
}

.main-header .navbar-nav .nav-item a {
    color: #545454;
    height: 100%;
    text-align: center;
    padding: 0;
    font-size: large;
    font-weight: 700;
}

.main-header .navbar-nav .nav-item.active a {
    color: #882385;
    margin-bottom: 4px;
    border-bottom: 4px solid #f9e013;
}

.main-header .navbar-nav .nav-item.active:last-child a {
    border-right: none;
}

.main-header #header_top_menu {
    padding-right: 1.5rem !important;
}

.main-header-page {
    margin: 2rem 0 4rem;
    text-transform: uppercase;
}

.header-contacts svg {transform: rotate(85deg);margin-right: 2px;}

.header-contacts-wrapper .header-phones {
    font-family:  'Barlow Semi Condensed', sans-serif;
    font-size: 1.244rem;
    font-weight: 700;
    letter-spacing: 1px;
}

/*------------*/
/*   Footer   */
/*------------*/

.main-footer {
    background-color: #383838;
    border-top: 4px solid #ecde00;
}

.main-footer .container {max-width: 1320px !important;}
.main-footer .footer-widgets {border-bottom:  3px solid #474747;}
.main-footer .footer-widgets .footer-widget {padding: 36px 0 6px;}
.main-footer .footer-widgets .footer-widget .widget-icon {width: 19px;}

.main-footer .footer-widgets .footer-widget .widget-text {
    font-size: 0.96rem;
    font-weight: 500;
    vertical-align: top;
    word-break: break-all;
    max-width: 86%;
}

.main-footer .footer-widgets .footer-widget a:hover {
    text-decoration: none;
}

.footer-menu .navbar {
    font-size: 15px;
    padding: 7px 0 0;
}

.footer-menu .navbar .nav-item .nav-link {
    color: #858585;
}

.footer-menu .navbar .nav-item .nav-link:hover, .footer-menu .navbar .nav-item.active .nav-link {
    color: #9f68a0;
}

.footer-menu .social-buttons .list-inline-item {
    width: 35px;
    height: 35px;
    border: 1px solid gray;
    padding-top: 2px;
}

.footer-menu .social-buttons .list-inline-item:hover {
    background:  #9f68a0;
    border: 1px solid #9f68a0;
}

.footer-menu .social-buttons .list-inline-item a {
    padding: 2px;
    font-size: 1rem;
    width: 22px;
    text-decoration: none;
    margin: 1px 2px;
}

.footer-menu .social-buttons .list-inline-item:hover a {color: #fff;}

.footer-menu .footer-menu-toggler {font-size: 1rem;}

.footer-menu .footer-menu-toggler .chevron-arrow {
    margin: 5px 0 0 5px;
}

.footer-bottom {
    font-size: 13px;
    font-weight: 600;
}

.footer-bottom a:hover {
    opacity: .7;
}

/*------------------*/
/*  Content common  */
/*------------------*/

#content {
    padding-bottom: 2rem;
    padding-top: 33px;
    overflow: hidden;
}

.image-wrapper-sm, .image-wrapper {
    position: relative;
    border-radius: 4%;
    box-shadow: 0 8px 26px 7px lightgrey;
    -webkit-box-shadow: 0 8px 26px 7px lightgrey;
    -moz-box-shadow: 0 8px 26px 7px lightgrey;
}

.image-wrapper {
    margin-right: 28%;
    top: 8%;
    left: 22%;
}

.image-wrapper-sm {width: 78.6%;}

.image-sm, .image {
    position: relative;
    border-radius: 4%;
}

.image {
    width: 117%;
    max-width: 120%;
    left: -24%;
    top: -30px;
}

.gmap_container {height: 390px;}

.g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

/*  /Content common  */

/*------------------*/
/*     Sections     */
/*------------------*/

/* Home slider */
.section-1 {
    margin-top: -2.5em;
    margin-bottom: 2em;
}
.section-1 .shadow-text {
    bottom: 120px;
    left: 6.7%;
}
.section-1 .btn {
    z-index: 2;
}

/* Home Heart Section */

.section-2 .heart-image{
    background: no-repeat center -74px;
    min-height: 500px;
    padding-top: 30px;
    transition: .5s;
}
.heart-image .row {margin-right: 0;margin-left: 0;}
.heart-icon-1, .heart-icon-2, .heart-icon-3, .heart-icon-4, .heart-icon-5, .heart-icon-6 {
}
.heart-icon-1, .heart-icon-3 {padding-left: 0;}
.heart-icon-2, .heart-icon-4 {padding-right: 0;}
.heart-icon-1 {padding-right: 182px;}
.heart-icon-2 {padding-left: 179px;}
.heart-icon-3 {padding-right: 175px;}
.heart-icon-4 {padding-left: 162px;}
.heart-icon-5 {
    padding-right: 50px;
    padding-left: 115px;
}
.heart-icon-6 {
    padding-left: 26px;
    padding-right: 124px;
}
.heart-image strong{font-size: 1.53em;font-weight: 700;padding-bottom: 6px;word-break: break-word;}
.heart-image .text-body {
    min-height: 72px;
    word-break: break-word;
}
.heart-image .row > div > .row:hover strong {color: #752476;}
.heart-image .icon  {
    width: 85px;
    height: 85px;
    padding: 20px;
    box-shadow: 3px 8px 18px 0 #00000059;
    -webkit-box-shadow: 3px 8px 18px 0 #00000059;
    -moz-box-shadow: 3px 8px 18px 0 #00000059;
    background-repeat: no-repeat;
    background-size: 52%;
    background-position: center;
    font-size: 1.05em;
    line-height: 35px;
}

.heart-image .heart-icon-item:hover .icon {
    background-color: #752476;
}

.heart-image .heart-icon-item:hover svg path {
    fill: #fff;
}

/* Home Services Carousel */

.services_carousel .service-slide {
    padding-bottom: 30px;
    background: #fff;
}
.services_carousel .service-header {
    padding: 0 20px;
}
.services_carousel .service-header .icon {
    width: 140px;
    height: 140px;
    padding: 20px;
    box-shadow: 3px 8px 18px 0 #00000059;
    -webkit-box-shadow: 3px 8px 18px 0 #00000059;
    -moz-box-shadow: 3px 8px 18px 0 #00000059;
    background: inherit center / 52% no-repeat;
    font-size: 1.05em;
    line-height: 35px;
}
.services_carousel .service-header .service-title {
    font-size: 1.0em;
    font-weight: 700;
    padding-bottom: 6px;
    word-break: break-word;
}
.services_carousel .service-description {
    min-height: 72px;
    padding: 0 15px;
    word-break: break-word;
}
.services_carousel .service-description .short_text {
    overflow-x: auto;
    height: 9rem;
    white-space: pre-wrap;
}
.services_carousel .carousel-item {
    padding-top:1em !important;
    padding-bottom:5px !important;
}
.services_carousel .carousel-control-next,
.services_carousel .carousel-control-prev {
    top: -30%;
}
.services_carousel .carousel-control-prev {
    left: -20px;
}
.services_carousel .carousel-control-prev .carousel-control-prev-arrow-left,
.services_carousel .carousel-control-next .carousel-control-prev-arrow-right {
    box-shadow: 3px 3px 31px 1px #00000047;
    -webkit-box-shadow: 3px 3px 31px 1px #00000047;
    -moz-box-shadow: 3px 3px 31px 1px #00000047;
    width: 30px;
    height: 30px;
    background: none;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}
.services_carousel .carousel-control-prev .carousel-control-prev-arrow-left:after,
.services_carousel .carousel-control-next .carousel-control-prev-arrow-right:after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    border-right: 5px solid #000000;
    border-top: 5px solid #000000;
}

.services_carousel .carousel-control-prev .carousel-control-prev-arrow-left:after {
    transform: rotate(-135deg);
    margin: 1em 0 0 1.3em;
}

.services_carousel .carousel-control-next .carousel-control-prev-arrow-right:after {
    transform: rotate(45deg);
    margin: 1em 0 0 0.9em;
}

/* ./Home Services Carousel */

/* Home  Our Mission */
.section-3 {margin: 30px 0;}
.section-3 form {
    padding-left: 40px;
    padding-top: 30px;
}
.section-3 .title-font-family {color: #fff;position: relative;}
.section-3 .title-font-family:after {
    content: "";
    display: block;
    border-bottom: 3px solid #ecde00;
    margin: 13px 0 0 4px;
    width: 97px;
}
.section-3 .text-body {line-height: 2em;}
.section-3 .section-content {
    border-radius: 20px 0 0 20px;
    padding: 5% 10% 6% 7%;
    box-shadow: 33px 12px 63px 26px #00000029;
    -webkit-box-shadow: 33px 12px 63px 26px #00000029;
    -moz-box-shadow: 33px 12px 63px 26px #00000029;
}
.section-3 img {position:  absolute;height: 57px;width: auto;opacity: 0.05;top: -22%;left: 190px;}
.section-3 .shadow-text {bottom: -2%;left: 11.7%;}

/* Home Testimonials Caroucel */

#testimonials_carousel {margin-top: -1rem;}
.testimonials_carousel .carousel-inner .carousel-item .carousel-block {padding: 0.5rem 1.5rem;}
.testimonials_carousel .testimonial-slide {
    padding-bottom: 30px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 27px 14px rgba(119, 119, 119, 0.24);
    -webkit-box-shadow: 0 8px 27px 14px rgba(119, 119, 119, 0.24);
    -moz-box-shadow: 0 8px 27px 14px rgba(119, 119, 119, 0.24);
    border-top: 3px solid #8d277f;
}
.testimonials_carousel .testimonial-description p {
    overflow-x: auto;
    overflow-y: scroll;
    padding-right: 75px;
    margin: 0 15px 20px 53px;
    height: 9rem;
    white-space: pre-wrap;
}
.testimonials_carousel .testimonial-header{
    padding: 0 0 20px 60px;
}
.testimonials_carousel .testimonial-header .round-box{
    border-radius: 0 0 40px 40px;
    position: relative;
    width: 90px;
    height: 110px;
    display: inline-block;
}
.testimonials_carousel .testimonial-header .round-box .round-image{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    background-size: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 4px;
    left: 5px;
}
.testimonials_carousel .testimonial-header .testimonial-title{
    font-weight: bold;
    font-size: 1.55em;
    padding-left: 32px;
    padding-top: 45px;
    display: inline-block;
    vertical-align: top;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #333333;
}
.testimonials_carousel .testimonial-header img {
    position: absolute;
    left: 82%;
    top: 6%;
}

/* thin scrollbar (only for Chrome) */
::-webkit-scrollbar {width: 3px;}
::-webkit-scrollbar-track {background: #d0d0d0; }
::-webkit-scrollbar-thumb {background: #a0a0a0; }
::-webkit-scrollbar-thumb:hover {background: #bbb; }

.testimonials_carousel .carousel-control-prev .carousel-control-prev-arrow-left,
.testimonials_carousel .carousel-control-next .carousel-control-prev-arrow-right {
    box-shadow: 3px 3px 31px 1px #00000047;
    -webkit-box-shadow: 3px 3px 31px 1px #00000047;
    -moz-box-shadow: 3px 3px 31px 1px #00000047;
    width: 50px;
    height: 50px;
}

.carousel-control-prev, .carousel-control-prev:focus, .carousel-control-next, .carousel-control-next:focus {
    opacity: initial;
    width: 5%;
}

.testimonials_carousel .carousel-control-prev .carousel-control-prev-arrow-left:after,
.testimonials_carousel .carousel-control-next .carousel-control-prev-arrow-right:after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    border-right: 3px solid #000000;
    border-top: 3px solid #000000;
}

.testimonials_carousel .carousel-control-prev .carousel-control-prev-arrow-left:after {
    transform: rotate(-135deg);
    margin: 1em 0 0 1.3em;
}

.testimonials_carousel .carousel-control-next .carousel-control-prev-arrow-right:after {
    transform: rotate(45deg);
    margin: 1em 0 0 0.9em;
}

.section-4 .btn {}

.section-5 {margin-top:  30px;}
.section-5 .shadow-text, .section-19 .shadow-text {
    bottom: 15%;
    left: 46%;
}

.section-3 .row, .section-5 .row, .section-10 .row, .section-13 .row, .section-16 .row, .section-18 .row, .section-19 .row {position: relative;}

/* About us------------------- */

.section-6 .row, .section-10 .row, .section-13 .row {margin-top: 2rem;}

.section-6 .text-heading, .section-10 .text-heading, .section-13 .text-heading {
    line-height: 2em;
    font-size: 1.68em;
    font-weight: 800;
}

.section-6 .text-body, .section-8 .text-body, .section-9 .text-body, .section-10 .text-body, .section-13 .text-body {
    line-height: 1.45rem;
    font-size: 1.08rem;
    letter-spacing: -0.25px;
}

.section-7 p {color: #fff;font-size: 1.6rem;font-weight: 700;line-height: 40px;padding: 232px 0 0 0;letter-spacing: -0.6px;}
.section-7 p img {position: absolute;left: 86%;}
.section-7 .img-fluid {position: relative;top: 59px;left: 22px;}
.section-7 .font-size-h1 {bottom: 60%;left: -12%;position: relative;}
.section-7 .shadow-text {bottom: 29%;left: 9%;}

.section-8 .subheader-2, .section-9 .subheader-2 {
    font-size: 1.54em;
    font-weight: 700;
    line-height: 1.59;
}

.section-8 .subheader-2 {margin-top: 50px;}

.section-9 {margin-bottom: 76px !important;}

.section-9 .subheader-2 {margin-bottom: 20px;}

.section-9 .about-us-benefit {
    max-width: max-content;
    font-size: 1.57rem;
    font-weight: 700;
    padding: 3.8% 4.7% 4% 10.4%;
    box-shadow: 0 8px 12px 0 lightgrey;
    -webkit-box-shadow: 0 8px 12px 0 lightgrey;
    -moz-box-shadow: 0 8px 12px 0 lightgrey;
    border-right: 3px solid #8d277f;
    position: relative;
    border-radius: 15px;
    color: #252525;
}

.section-9 .d-inline {
    height: 50px;
    width: 50px;
    position: absolute;
    left: -4%;
    bottom: 18%;
    color:  #ffffff;
    box-shadow: 13px 6px 10px 0 #00000014;
    -webkit-box-shadow: 13px 6px 10px 0 #00000014;
    -moz-box-shadow: 13px 6px 10px 0 #00000014;
}

.section-9 .d-inline svg {
    width: 29px;
    position: relative;
    height: 28px;
    top: 10px;
    left: 10px;
}


.section-9 .about-us-benefit-text {
    position: relative;
    left: -55px;
}

/* /About us------------------- */

/* Services------------------- */

.services-section-img-right, .services-section-img-left {border-bottom: 1px solid #ecde00;}

.services-section-img-right, .services-section-img-left {padding: 51px 0;}

.services-section-img-right .title-font-family, .services-section-img-left .title-font-family {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 48px;
    min-height: 80px;
}

.services-section-img-right .title-font-family img, .services-section-img-left .title-font-family img {
    padding-top: 16px;
    margin-left: 18px;
}

.services-section-img-right .title-font-family span, .services-section-img-left .title-font-family span {
    font-size: 1.05em;
    word-break: break-word;
    line-height: 35px;
}

.services-section-img-right .rounded-circle, .services-section-img-left .rounded-circle {
    width: 67px;
    height: 67px;
    box-shadow: 2px 5px 22px 3px lightgrey;
    -webkit-box-shadow: 2px 5px 22px 3px lightgrey;
    -moz-box-shadow: 2px 5px 22px 3px lightgrey;
}

.services-section-img-right .text-body, .services-section-img-left .text-body {
    font-size: 1.05em;
    font-weight: 400;
    line-height: 29px;
    word-break:  break-word;
}

.services-section-img-right .image-wrapper-sm {left: 15%;}
.services-section-img-left .image-wrapper-sm {left: 21%;}

/* /Services------------------- */

/* Meet the Team------------------- */

.section-13 .text-heading {
    font-size: 1.8rem;
    letter-spacing: 1px;
}
.section-13 .text-heading span {
    font-size: 3.8em;
    line-height: 0;
    padding-left: 18px;
}

.section-4 .shadow-text-light, .section-6 .shadow-text-light, .section-10 .shadow-text-light,
.section-13 .shadow-text-light, .section-16 .shadow-text-light, .section-18 .shadow-text-light {
    top: -149px;
}
.section-8 .shadow-text {
    font-size: 10em;
    top: 239px;
    left: -85px;
}

.section-11 .service-icon {
    width: 25%;
    max-width: 72px;
}

.section-14 {margin-top: 115px;}
.section-14 img {
    border-radius: 3%;
    box-shadow: 4px 5px 40px 14px #00000029;
    -webkit-box-shadow: 4px 5px 40px 14px #00000029;
    -moz-box-shadow: 4px 5px 40px 14px #00000029;
}
.section-14 .font-size-h1 {
    color: #fff;
    padding: 6rem 0 1rem 2rem;
    line-height: 80px;
}

.section-14 .btn {
    margin-left: 2.1rem;
    margin-top: .7rem;
}
.section-14 .shadow-text {top: -33px;left: -10.3%;z-index: 0;}
.section-14 .text {
    top: 60px;
    left: 7%;
    font-size: 5em;
    font-weight: 500;
    font-family: 'Tangerine', cursive;
}

.section-15 {margin-top: 125px;margin-bottom: 155px;}

.section-15 .text-body {
    font-size: 1.085em;
    font-weight: 400;
    line-height: 30px;
    margin-top: 33px;
    margin-bottom: 0;
}

/* /Meet the Team------------------- */

/* FAQ's------------------- */

.section-16 {padding-bottom: 60px;}


/*fixes show/collapse bug on iphone*/
#accordion .card-header[data-toggle="collapse"] {
    cursor:pointer;
}
.section-16 #accordion .card {
    margin-bottom: 0.45rem;
    border-radius: 16px;
}

.section-16 #accordion .card.active {
    box-shadow: 3px 12px 12px -1px #d6d6d6;
    -webkit-box-shadow: 3px 12px 12px -1px #d6d6d6;
    -moz-box-shadow: 3px 12px 12px -1px #d6d6d6;
}

.section-16 #accordion .card .collapse.show {
    box-shadow: rgb(197, 197, 197) 2px 10px 15px 0;
    -webkit-box-shadow: rgb(197, 197, 197) 2px 10px 15px 0;
    -moz-box-shadow: rgb(197, 197, 197) 2px 10px 15px 0;
    border-radius: 0 0 1rem 1rem;
}

.section-16 #accordion .card-header {
    border-radius: 16px;
    padding: 1rem 1.25rem;
    transition: .3s;
}

.section-16 #accordion .card-header[aria-expanded="true"] {
    background: #ecde00;
    border-radius: 16px 16px 0 0;
}

.section-16 #accordion .card-header h3 {
    color:  #ffffff;
    font-size: 23px;
    margin: 0;
    transition: .3s;
}
.section-16 #accordion .card-header[aria-expanded="true"] h3{
    color:  #000;
}
.section-16 #accordion .card-header .service-icon {width: 25%;max-width: 50px;}
.section-16 #accordion .card-header h3 span.text {
}

.section-16 #accordion .card-body{padding: 27px 70px 30px 80px;}
.section-16 #accordion .card-body p {
    max-height: 230px;
    overflow-y: auto;
    font-size: 1.14em;
    line-height: 35px;
}

.section-16 #accordion .card span.icon {
    color: #000;
    width: 33px;
    height: 33px;
    transition: .3s;
    font-family: "Times New Roman", Times, serif;
    padding-top: 3px;
}
.section-16 #accordion .card-header[aria-expanded="true"] span.icon{
    background: #882385;
    color:  #ffffff;
}

/* /FAQ's------------------- */

/* Contact Us */

.section-17 {margin-top: -2.1rem;}

.section-18 {
    padding-top: 1.6rem;
}

.section-18 a {
    padding-top: 1.6rem;
    color: #3b3b3b;
}

.section-18 a:hover {
    color: #9e3e88;
}

.section-18 .contact-header-map{
    color: #fff;
    font-size: 36pt;
    height: 390px;
    margin-bottom: 40px;
}

.section-18 .icon-wrap{display: inline-block;border-bottom: 3px solid #752476;margin-bottom: 10px;padding-bottom: 20px;}
.section-18 .icon{
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    padding: 26px;
    box-shadow: 3px 8px 18px 0 lightgrey;
    -webkit-box-shadow: 3px 8px 18px 0 lightgrey;
    -moz-box-shadow: 3px 8px 18px 0 lightgrey;
}
.section-18 p {word-break: break-all;text-decoration:  none;}

.section-19 {padding-top: 23px;padding-bottom: 58px;}

.section-20 {padding-bottom: 58px;}

.section-20 .contact-form {
    border-radius: 20px;
}

.section-20 .contact-form label {
    font-size: 1.02rem;
    margin-bottom: 0;
    color: #1c1c1c;
}

.contact-form {
    border-radius: 0 20px 20px 0;
    box-shadow: 18px 18px 64px 15px #0000003d;
    -webkit-box-shadow: 18px 18px 64px 15px #0000003d;
    -moz-box-shadow: 18px 18px 64px 15px #0000003d;
    padding: 4% 5.5% 4% 7.5%;
    z-index: 1;
}
.contact-form form {padding-top: 30px;}
.contact-form .title-font-family {color: #fff;  }
.contact-form .title-font-family:after {
    content: "";
    display: block;
    border-bottom: 3px solid #ecde00;
    margin: 13px 0 0 4px;
    width: 97px;
}
.contact-form .form-row > .col, .contact-form .form-row > [class*="col-"] {
    padding-right: 12px;
    padding-left: 12px;
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
    visibility: visible;
}
.contact-form .invalid-feedback {height: 16px;display: block;margin-top: 0;}
.contact-form .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border: none;
    border-bottom: 3px solid #f5cd52;
    border-color: #f5cd52 !important;
}
.contact-form input, .contact-form select, .contact-form textarea {border-radius: 5px;}
.contact-form .form-row-margined, .contact-form .was-validated .form-row-margined {margin-bottom: 7px;}
.contact-form textarea {min-height: 136px;}
.contact-form .g-recaptcha-error {margin-top: -20px;margin-bottom: 20px;  }

#message_modal .modal-dialog {margin-top: 20%;}

/* /Contact Us------------------- */

/*------------------*/
/*  Header slider  */
/*-----------------*/

.header-slider {
    overflow: hidden;
}

.carousel-item{overflow:hidden;}
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.75s ease-in-out;
    position:  relative;
}
.carousel-fade .carousel-item.active {
    opacity: 1;
}

.header-slider .carousel-item .carousel-item-content {
    position: absolute;
    padding-left: 15%;
    top: 33%;
    z-index: 2;
}

.header-slider .carousel-item .carousel-item-content .title-font-family {
    font-size: 4em;
    font-weight: bold;
}

.header-slider .carousel-item .carousel-item-content p {
    padding-bottom: 53px;
    font-size: 1.6rem;
}

.header-slider .carousel-item .carousel-item-content p:first-child{
    color:#8b2332;
}

.header-slider .carousel-item .carousel-item-content p:not(:first-child){
    color:#000;
}

.header-slider .carousel-control-prev {left: 0;}
.header-slider .carousel-control-next {right: 0;}

.header-slider .carousel-control-prev:focus, .header-slider .carousel-control-next:focus,.header-slider .carousel-control-next, .header-slider .carousel-control-prev {
    opacity: initial;
}

.header-slider .carousel-control-prev:hover:focus,.header-slider .carousel-control-next:hover:focus {
    opacity: .9;
}

.header-slider .carousel-control-prev-icon, .header-slider .carousel-control-next-icon {
    width: 50px;
    height: 50px;
}

.header-slider .carousel-control-prev-arrow-right, .header-slider .carousel-control-prev-arrow-left {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.header-slider .carousel-control-prev-arrow-left:after, .header-slider .carousel-control-prev-arrow-right:after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    border-right: 3px solid #000000;
    border-top: 3px solid #000000;
}

.header-slider .carousel-control-prev-arrow-left:after {
    transform: rotate(45deg);
    margin: 1em 0.3em 0 0;
}

.header-slider .carousel-control-prev-arrow-right:after {
    transform: rotate(-135deg);
    margin: 1em -0.3em 0 0;
}
/* ./Header slider */

.img-with-shadow {
    -webkit-box-shadow: 8px 8px 30px -6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 8px 8px 30px -6px rgba(0, 0, 0, .3);
    box-shadow: 8px 8px 30px -6px rgba(0, 0, 0, .3);
}

.row.no-margin {
    margin-right: 0;
    margin-left: 0;
}

.row.no-padding > [class^="col-"]{
    padding-right: 0;
    padding-left: 0;
}

.row.padding-5 > [class^="col-"]{
    padding-right: 5px;
    padding-left: 5px;
}

.img-big-arrow {
    height: 75px;
}
.img-big-arraow-center {
    margin-left: auto;
    margin-right: auto;
}

/*-------------*/
/* Mobile menu */
/*-------------*/

#header_top_menu.navbar-collapse.collapsing, #header_top_menu.navbar-collapse.collapse.show {
    position: fixed;
    height: 100%;
    width: 100%;
    left:0;
    top: 0;
    border-top: 1px solid #eaeaea;
    transition: background .4s ease;
    z-index: 3000;
}

#header_top_menu.navbar-collapse.collapsing {
    background: rgba(0,0,0,0);
}

#header_top_menu.navbar-collapse.collapse.show {
    background: rgba(0,0,0,.5);
}

#header_top_menu.navbar-collapse.collapsing .navbar-nav, #header_top_menu.navbar-collapse.collapse.show .navbar-nav {height: 100%;overflow-y: scroll;overflow-x: hidden;background-color: #fff;transition: width .2s ease;}

#header_top_menu.navbar-collapse.collapsing .navbar-nav {
    width: 0px !important;
}

#header_top_menu.navbar-collapse.collapse.show .navbar-nav {
    width: 70% !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    padding-bottom: 34px;
}
#header_top_menu.navbar-collapse.collapsing .nav-item.active, #header_top_menu.navbar-collapse.collapse.show .nav-item {padding-left: 0;}
#header_top_menu.navbar-collapse.collapsing .nav-item .nav-link, #header_top_menu.navbar-collapse.collapse.show .nav-item .nav-link {
    color: #882e77;
    border-bottom: 1px solid #eaeaea;
    padding: 1rem;
    border-right: none;
    position: relative;
}

#header_top_menu.navbar-collapse.collapsing .nav-item.active .nav-link, #header_top_menu.navbar-collapse.collapse.show .nav-item.active .nav-link {
    background-color: #882d78;
    color: #fff;
    border-bottom: 1px solid #882e77;
    margin-top: 0;
    word-break: break-word;
}
.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}

@media (max-width: 575px) {

    .shadow-text-light {font-size: 7em;}
    .section-1 .shadow-text {font-size: 4em;bottom: -12px;left: 11.7%;}
    .section-4 .shadow-text-light, .section-6 .shadow-text-light, .section-10 .shadow-text-light,
    .section-13 .shadow-text-light, .section-16 .shadow-text-light, .section-18 .shadow-text-light {
        top: -95px;
    }

    .main-header img {max-width: 180px;}

    .footer-menu .text-center .navbar a {
        padding-right: 0;
    }

    .main-footer .footer-widgets .footer-widget {
        padding: 32px 0 0;
    }

    .footer-widget .widget-text {
        max-width: 100%;
    }

    .header-contacts {margin-left: auto;}
    .header-contacts svg {margin-top: 10px;}

    .header-slider .carousel-item .carousel-item-content {
        padding-left: 12%;
        top: 18%;
        margin-bottom:  auto;
    }
    .header-slider .carousel-item img {
        width: 140% !important;
        margin-left: -20%;
    }
    .header-slider .carousel-item .carousel-item-content .title-font-family {font-size: 2em;}
    .header-slider .carousel-item .carousel-item-content p {font-size: 0.8rem;padding-bottom: 0%;}

    .header-slider .carousel-item .carousel-item-content .btn {
        margin-top: 5%;
    }

    .header-slider .carousel-control-prev-icon, .header-slider .carousel-control-next-icon {
        width: 20px;
        height: 20px;
    }

    .carousel-control-prev, .carousel-control-next {top:13%;}

    .header-slider .carousel-control-prev-arrow-left:after, .header-slider .carousel-control-prev-arrow-right:after {
        width: 0.6em;
        height: 0.6em;
        border-right: 2px solid #000000;
        border-top: 2px solid #000000;
    }

    .header-slider .carousel-control-prev-arrow-left:after {margin: -0.3em 0.2em 0 0;}
    .header-slider .carousel-control-prev-arrow-right:after {margin: -0.3em -0.2em 0 0;}
    .header-slider .carousel-control-prev, .header-slider .carousel-control-prev:focus,
    .header-slider .carousel-control-next, .header-slider .carousel-control-next:focus {
        width: 12%;
    }

    .testimonials_carousel .testimonial-slide {
        box-shadow: 0 8px 27px 8px rgba(119, 119, 119, 0.24);
        -webkit-box-shadow: 0 8px 27px 8px rgba(119, 119, 119, 0.24);
        -moz-box-shadow: 0 8px 27px 8px rgba(119, 119, 119, 0.24);
    }
    .carousel-control-prev, .carousel-control-prev:focus, .carousel-control-next, .carousel-control-next:focus {width: 14%;}
    #testimonials_carousel .carousel-control-next {right: -7%;}
    #testimonials_carousel .carousel-control-prev {left: -7%;}
    .testimonials_carousel .carousel-control-prev .carousel-control-prev-arrow-left, .testimonials_carousel .carousel-control-next .carousel-control-prev-arrow-right {
        width: 36px;
        height: 36px;
    }
    .testimonials_carousel .carousel-control-next .carousel-control-prev-arrow-right:after {
        margin: 0.7em 0 0 0.6em;
        width: 0.9em;
        height: 0.9em;
    }
    .testimonials_carousel .carousel-control-prev .carousel-control-prev-arrow-left:after {
        margin: 0.7em 0 0 0.9em;
        width: 0.9em;
        height: 0.9em;
    }
    .testimonials_carousel .carousel-control-prev .carousel-control-prev-arrow-left:after, .testimonials_carousel .carousel-control-next .carousel-control-prev-arrow-right:after {
        border-right: 2px solid #000000;
        border-top: 2px solid #000000;
    }
    .testimonials_carousel .testimonial-description p {
        height: 10rem;
        padding-right: 0;
        margin: 5px 10px 0 25px;
    }
    .testimonials_carousel .testimonial-slide {
        padding-bottom: 25px;
    }

    .section-1 {margin-bottom: 2.5em;}

    .heart-icon-1 .heart-icon-description, .heart-icon-2 .heart-icon-description, .heart-icon-3 .heart-icon-description, .heart-icon-4 .heart-icon-description, .heart-icon-5 .heart-icon-description, .heart-icon-6 .heart-icon-description {padding-right: 0;padding-left: 32px;}

    .section-3 img {left: 81%;top: -17%;}

    .contact-form .form-row-margined, .contact-form .was-validated .form-row-margined {margin-bottom: 0;}

    .g-recaptcha-wrapper {text-align:center !important;}
    .g-recaptcha {padding-left: 97px;zoom:  initial;}

    .section-9 .d-inline {
        left: -27px;
        bottom: 25%;
    }

    .btn-standard, .btn-standard:active, .btn-standard:focus{
        font-size: 11px !important;
        padding: 8px 9px;
        letter-spacing: 3px;
    }

    .image {top: -20px;}

    .contact-form {padding-bottom: 2.5%;}
    .contact-form form {padding-top: 20px;}
    .contact-form select {margin-bottom: 25px;}
    .contact-form .g-recaptcha-error {
        margin-top: -38px;
        margin-bottom: 0;
    }
     h2:after {
        margin: 14px 0 0 4px;
        width: 97px;
    }
    .section-14 img {
        box-shadow: 0 15px 33px 2px #00000029;
        -webkit-box-shadow: 0 15px 33px 2px #00000029;
        -moz-box-shadow: 0 15px 33px 2px #00000029;
    }

    .section-16 #accordion .card-header h3 span.text {
    }

    .section-8 .subheader-2 {margin-top: 24px;}
    .section-9 .about-us-benefit {padding: 3.8% 4.7% 4% 11%;}

    .services-section-img-right, .services-section-img-left {padding-bottom: 0;}
    .services-section-img-right .image-wrapper-sm, .services-section-img-left .image-wrapper-sm {left: 25%;}

    .section-13 .subheader-font img {height: 30px;}

    .image-wrapper {left: 20%;}

    .footer-menu .navbar .navbar-nav {margin: 0 auto;width: 100%;flex-direction: column;}
    
    .section-16 #accordion .card-body {padding: 21px 8px 6px 26px;}
    .section-16 #accordion .card-body p {
        font-size: 0.9em;
        line-height: 28px;
        padding-right: 8px;
    }

    .section-16 #accordion .card-header h3 {font-size: 21px;}
}

@media (max-width: 767px) {

    .font-size-h1 {font-size: 2.8em;}

    .heart-icon-1, .heart-icon-2, .heart-icon-3, .heart-icon-4, .heart-icon-5, .heart-icon-6 {padding-left: 0 !important;padding-right: 0 !important;text-align:left !important;}

    .section-3 {margin: 50px 0 24px 0;}

    .section-6 .text-heading, .section-10 .text-heading {
        font-size: 1.36em;
        text-align: center;
        line-height: 1.6em;
    }

    .section-8 .subheader-2, .section-9 .subheader-2, .section-13 .text-heading {
        text-align: center;
    }

    .section-13 .text-heading {
        letter-spacing: 0;
        font-size: 1.5em;
        line-height: 1.6em;
    }

    .section-14 .container-fluid {
        background-image: none !important;
    }

    .section-6 .btn, .section-10 .btn {margin: 20px auto 30px;}

    .section-7 .container-fluid {background-image:none !important;}

    .section-7 p {
        padding: 60px 0 0 0;
        margin-bottom: 0;
        color: #792b7b;
        font-size: 1.4rem;
        font-weight: 600;
        text-align: center !important;
        position: relative;
    }

    .section-7 .font-size-h1 {bottom: 0;left: 0;top: 32px;}

    .section-14 {margin-top: 50px;background-image:none !important;}
    .section-14 .font-size-h1 {padding: 2rem 0 1rem 0;color: #792b7b;text-align: center !important;}
    .section-14 .btn {
        margin-left: auto;
        margin-right: auto;
        margin-top: 24px;
        box-shadow: 5px 9px 15px 0 lightgrey !important;
        -webkit-box-shadow: 5px 9px 15px 0 lightgrey !important;
        -moz-box-shadow: 5px 9px 15px 0 lightgrey !important;
    }

    .section-15 {margin-top: 60px;margin-bottom: 95px;}
    .section-15 .image-wrapper {left: 25%;margin-right: 17%;}

    .subheader {line-height: 1.2;}

}

@media (min-width: 576px) and (max-width: 767px) {

    .shadow-text-light {font-size: 9em;}
    .section-1 .shadow-text {font-size: 7em;bottom: -6px;left: 11.7%;}
    .section-4 .shadow-text-light, .section-6 .shadow-text-light, .section-10 .shadow-text-light,
    .section-13 .shadow-text-light, .section-16 .shadow-text-light, .section-18 .shadow-text-light {
        top: -118px;
    }

    .header-slider .carousel-item .carousel-item-content {
        top: 18%;
        padding-left: 12%;
    }
    .header-slider .carousel-item .carousel-item-content .title-font-family {font-size: 2.4em;}
    .header-slider .carousel-item .carousel-item-content p {font-size: 1rem;padding-bottom: 1.6rem;}
    .header-slider .carousel-control-prev-icon, .header-slider .carousel-control-next-icon {
        width: 30px;
        height: 30px;
    }
    .header-slider .carousel-control-prev-arrow-left:after, .header-slider .carousel-control-prev-arrow-right:after {
        width: 0.7em;
        height: 0.7em;
        border-right: 2px solid #000000;
        border-top: 2px solid #000000;
    }
    .header-slider .carousel-control-prev-arrow-left:after { margin: 0.2em 0.2em 0 0;}
    .header-slider .carousel-control-prev-arrow-right:after {margin: 0.2em -0.2em 0 0;}

    .section-3 img {left: 66%;top: -19%;}

    .testimonials_carousel .testimonial-description p {
        height: 12rem;
        padding-right: 50px;
        margin: 5px 15px 15px 50px;
    }
    .carousel-control-prev, .carousel-control-prev:focus, .carousel-control-next, .carousel-control-next:focus {width: 10%;}
    #testimonials_carousel .carousel-control-next {right: -35px;}
    #testimonials_carousel .carousel-control-prev {left: -35px;}
    .testimonials_carousel .carousel-control-prev .carousel-control-prev-arrow-left,
    .testimonials_carousel .carousel-control-next .carousel-control-prev-arrow-right {
        width: 42px;
        height: 42px;
    }
    .testimonials_carousel .carousel-control-prev .carousel-control-prev-arrow-left:after {
        margin: 0.9em 0 0 1em;
    }
    .testimonials_carousel .carousel-control-next .carousel-control-prev-arrow-right:after {
        margin: 0.9em 0 0 0.8em;
    }
    
    .services-section-img-right .image-wrapper-sm, .services-section-img-left .image-wrapper-sm {width: 88%;}
    .services-section-img-right .image-wrapper-sm, .services-section-img-left .image-wrapper-sm {left: 29%;}

    .btn-standard, .btn-standard:active, .btn-standard:focus{
        font-size: 14px !important;
        padding: 9px 12px;
        letter-spacing: 4px;
    }

    .section-16 #accordion .card-body {padding: 27px 30px 30px 72px;}
    .section-16 #accordion .card-body p {
        font-size: 1em;
        line-height: 32px;
    }

    .contact-form form {padding-top: 20px;}
}

@media (min-width: 768px) {

    #header_top_menu .navbar-nav > .nav-item:hover .nav-sub-menu {
        display: block;
    }

    #header_top_menu .nav-sub-menu {
        display: none;
    }

    .carousel-multi .carousel-inner .carousel-item.active,
    .carousel-multi .carousel-inner .carousel-item-next,
    .carousel-multi .carousel-inner .carousel-item-prev {
        display: flex;
    }

    .carousel-multi .carousel-inner .carousel-item-right.active, .carousel-multi .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-multi .carousel-inner .carousel-item-left.active, .carousel-multi .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }

    .carousel-multi .carousel-inner .carousel-item-right, .carousel-multi .carousel-inner .carousel-item-left{
        transform: translateX(0);
    }

    .services-contact-us {
        margin-top: -2.7rem;
    }

    .section-14 .font-size-h1:after {margin: 0 0 0 4px;}

}

@media (max-width: 991px) {

    #content {
        padding-top: 1rem;
        padding-bottom: 0;
    }

    .heart-icon-1, .heart-icon-3, .heart-icon-5 {
        padding: 0 40px 0 0;
    }
    .heart-icon-2, .heart-icon-4, .heart-icon-6 {
        padding: 0;
    }

    .section-3 .section-content, .contact-form {
        border-radius: 0;
        box-shadow: 0 5px 63px 26px #00000029;
        -webkit-box-shadow: 0 5px 63px 26px #00000029;
        -moz-box-shadow: 0 5px 63px 26px #00000029;
        padding: 8% 5% 10% 5%;
    }
    .section-3, .contact-form .title-font-family {text-align: center;}
    .section-3 .title-font-family:after, .contact-form .title-font-family:after {margin: 13px auto 0 auto;}

    .testimonials_carousel .testimonial-header {padding: 0;text-align:  center;}
    .testimonials_carousel .testimonial-header .testimonial-title {padding:0;}
    #header_top_menu.navbar-collapse.collapsing .nav-item .nav-link, #header_top_menu.navbar-collapse.collapse.show .nav-item .nav-link {
        padding: 1rem 0;
    }
    .main-header .navbar-nav .nav-item a {
        padding: 1rem 0;
    }
    #header_top_menu .nav-sub-menu.collapsing .nav-item, #header_top_menu .nav-sub-menu.collapse.show .nav-item {
        border-top: 2px solid #fff;
        border-bottom: none;
        padding: 0.7rem 0;
    }
    #header_top_menu .nav-sub-menu.collapsing .nav-item.active .nav-link, #header_top_menu .nav-sub-menu.collapse.show .nav-item .nav-link {
        background-color: #882d78;
        color: #fff;
        border-bottom: 1px solid #882e77;
        margin-top: 0;
        padding: 1rem;
        border-right: none;
        position: relative;
    }
    .footer-menu .navbar-nav{flex-direction: row;}
    .main-footer .footer-widgets {padding: 0 0 45px;}
    .section-17 {margin-top: -1rem;}
}

@media (min-width: 768px) and (max-width: 991px) {

    .shadow-text {font-size: 8em;}
    .shadow-text-light {font-size: 11em;}
    .section-1 .shadow-text {bottom: -12px;}
    .section-4 .shadow-text-light, .section-6 .shadow-text-light, .section-10 .shadow-text-light,
    .section-13 .shadow-text-light, .section-16 .shadow-text-light, .section-18 .shadow-text-light {
        top: -134px;
    }

    .section-7 .shadow-text {bottom: 20%;left: 10%;}
    .section-5 .shadow-text, .section-19 .shadow-text {
        bottom: 67%;
        left: 24%;
    }

    .backgroud-right-bottom {
        background-position-x: 143%;
    }

    .section-3 img {left: 62%;top: -14%;}

    .section-6 .text-body, .section-8 .text-body, .section-10 .text-body {
        font-size: 1.05rem;
    }
    .section-8 .shadow-text {
        font-size: 6em;
        top: 188px;
        left: -56px;
    }
    
    .section-8 .subheader-2, .section-9 .subheader-2 {
        font-size: 1.3em;
        line-height: 2.2rem;
    }

    .section-9 .about-us-benefit {font-size: 1rem;}

    .header-slider .carousel-item .carousel-item-content {
        top: 21%;
        padding-left: 12%;
    }
    .header-slider .carousel-item .carousel-item-content .title-font-family {font-size: 3em;}
    .header-slider .carousel-item .carousel-item-content p {font-size: 1.4rem;}
    .header-slider .carousel-control-prev-icon, .header-slider .carousel-control-next-icon {
        width: 40px;
        height: 40px;
    }
    .header-slider .carousel-control-prev-arrow-left:after, .header-slider .carousel-control-prev-arrow-right:after {
        width: 0.9em;
        height: 0.9em;
    }
    .header-slider .carousel-control-prev-arrow-left:after {margin: 0.8em 0.3em 0 0;}
    .header-slider .carousel-control-prev-arrow-right:after {margin: 0.8em -0.3em 0 0;}

    .heart-image .heart-icon-2 .heart-icon-description, .heart-image .heart-icon-4 .heart-icon-description, .heart-image .heart-icon-6 .heart-icon-description {padding-left: 54px;}

    .testimonials_carousel .testimonial-description p {
        height: 11rem;
        padding-right: 12px;
        margin: 5px 15px 0 35px;
    }
    .carousel-control-prev, .carousel-control-prev:focus, .carousel-control-next, .carousel-control-next:focus {width: 7%;}
    #testimonials_carousel .carousel-control-next {right: -32px;}
    #testimonials_carousel .carousel-control-prev {left: -32px;}

    .section-7 p {padding: 109px 0 0 0;line-height: 30px;font-size: 1.2rem;}
    .section-7 .font-size-h1 {bottom: 51%;left: -13%;font-size: 1.8em;}

    .section-14 .font-size-h1 {font-size: 2.5rem;padding: 2rem 0 1rem 0.5rem;line-height: 70px;}
    .section-14 .btn {margin-left: 10px;margin-top: 10px;font-size: 12px !important;padding: 12px 15px;}

    .contact-form {padding: 3.5% 3% 0 6%;}

    .section-9 .d-inline {height: 40px;width: 40px;left: -5%;}
    .section-9 .d-inline svg {width: 25px;height: 25px;top: 8px;left: 9px;}

    .services-section-img-right .image-wrapper-sm, .services-section-img-left .image-wrapper-sm {width: 75%;}
    .services-section-img-left .image-wrapper-sm, .services-section-img-right .image-wrapper-sm {left: 33%;}

    .section-14 {margin-top: 60px;}
    .section-14 .shadow-text {
        top: -8px;
        left: -16%;
    }

    .section-15 {margin-top: 95px;margin-bottom: 95px;}
    .section-16 #accordion .card-body {padding: 27px 30px 30px 72px;}

    .btn-standard, .btn-standard:active, .btn-standard:focus{
        font-size: 15px !important;
        padding: 12px 18px;
    }
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left !important;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }

}
@media (min-width: 992px) {
    .w-lg-100 {width: 100% !important;}

    #header_top_menu .nav-sub-menu {
        width: fit-content;
        min-width: 180px;
    }

    #header_top_menu .nav-sub-menu.collapsing .nav-item.active, #header_top_menu .nav-sub-menu.collapse.show .nav-item {
        border-bottom: none;
    }
}

@media (max-width: 1199px) {
    .heart-wrapper, .heart-image {
        background-image: none !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {

    .shadow-text {font-size: 9em;}
    .shadow-text-light {font-size: 11em;}
    .section-1 .shadow-text {bottom: 32px;}
    .section-4 .shadow-text-light, .section-6 .shadow-text-light, .section-10 .shadow-text-light,
    .section-13 .shadow-text-light, .section-16 .shadow-text-light, .section-18 .shadow-text-light {
        top: -135px;
    }

    .backgroud-right-bottom {
        background-position-x: 108%;
    }
    .contact-form {padding: 80px 40px 100px;}

    .main-header {
        height: 120px;
    }

    .main-header #header_top_menu .navbar-nav {
        margin-top: -8px;
    }

    .header-contacts {
        width: 24%;
        height: 45px;
        background: #9e3e88;
        border-radius: 0 0 10px 10px;
        border: 1px solid #9e3e88;
        text-align: center;
    }

    .header-contacts-wrapper .phone-icon {
        vertical-align: text-bottom;
        margin-right: 3px;
        margin-bottom: 4px;
    }

    .header-contacts-wrapper .header-phones {
        text-align: right;
        justify-content: flex-end;
        height: 50%;
        color:#fff;
    }

    .header-slider .carousel-item .carousel-item-content {
        top: 25%;
    }
    .header-slider .carousel-item .carousel-item-content .title-font-family {font-size: 3.6em;}
    .header-slider .carousel-item .carousel-item-content p {font-size: 1.3rem;padding-bottom: 1rem;}
    
    .heart-icon-1, .heart-icon-2, .heart-icon-3, .heart-icon-4, .heart-icon-5, .heart-icon-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .section-3 .section-content{padding: 4% 4% 4% 6%;}
    .section-3 .text-body {font-size: 0.9em;}
    .section-3 .btn {font-size: 14px !important;padding: 12px 15px;}
    .section-3 img {left: 130px;top: -40%;}

    .testimonials_carousel .testimonial-header img {left: 80%;top: 4%;}
    #testimonials_carousel .carousel-control-next {right: -28px;}
    #testimonials_carousel .carousel-control-prev {left: -28px;}

    .contact-form {padding: 2.5% 2.5% 2.5% 3.5%;}
    .contact-form form {padding-top: 20px;}
    .font-size-h1 {font-size: 2em;}
    .section-7 p {padding: 159px 0 0 0;line-height: 35px;}
    .section-7 .font-size-h1 {bottom: 56%;left: -13%;}
    .section-8 .shadow-text {
        font-size: 7em;
        top: 188px;
        left: -56px;
    }

    .section-9 .about-us-benefit {font-size: 1.2rem;}
    .section-9 .d-inline {bottom: 10%;}

    .section-14 {margin-top: 95px;}
    .section-14 .font-size-h1 {padding: 3rem 0 1rem 0;}
    .section-14 .btn {margin-left: 0;margin-top: 1rem;}
    .section-14 .shadow-text {
        top: 1px;
        left: -16%;
    }
    .section-14 .text {
        top: 20px;
        font-size: 2em;
    }

    .section-15 {margin-bottom: 120px;}

    .section-16 #accordion .card-body {padding: 27px 30px 30px 72px;}
}

@media (min-width: 1200px) {

    .container {max-width: 1406px;}

    .backgroud-right-bottom {
        background-position-x: 90%;
    }

    #header_top_menu .navbar-nav .nav-item {
        white-space: nowrap;
    }

    .services {margin-bottom: 40px;}
    .services-section-img-left {margin-left: 2.5rem;}

    .section-8 {margin-top: -101px;}
}

@media (max-width: 1299px) and (min-width: 1200px) {

    /*body,*/ header, footer, #content, .header-image {zoom: 0.75;}

    .header-slider .carousel-item .carousel-item-content {padding-left: 13%;top: 29%;}
    .header-slider .carousel-control-prev {left: 2%;}
    .header-slider .carousel-control-next {right: 2%;}

    .shadow-text {font-size: 12em;}

    .section-3 .shadow-text {
        bottom: 1.5%;
        left: 11.6%;
    }

    .section-3 .section-content{padding: 4.5% 6% 6.5% 8%;}

    .testimonials_carousel .testimonial-description p {
        height: 7rem;
    }

    .g-recaptcha {
        zoom: 1.35;
    }

    .section-14 .font-size-h1 {padding: 3rem 0 1rem 2rem;}
    .section-14 img {width: 85%;}
    .section-14 .shadow-text {
        top: -21px;
        left: -7%;
    }

    .section-17 {margin-top: -1.6rem;}

    #testimonials_carousel .carousel-control-next {right: -48px;}
    #testimonials_carousel .carousel-control-prev {left: -43px;}
}

@media (min-width: 1300px) and (max-width: 1516px) {

    .header-slider .carousel-item .carousel-item-content {padding-left: 13%;top: 22%;}

    .shadow-text {font-size: 10em;}
    .section-1 .shadow-text {bottom: 97px;}

    .section-3 .shadow-text {
        bottom: 11%;
        left: 7.3%;
    }

    .section-3 .section-content{padding: 4% 4% 4% 6%;}

    .section-14 .font-size-h1 {padding: 3rem 0 1rem 2rem;}
    .section-14 img {width: 79%;}
    .section-14 .shadow-text {
        top: -10px;
        left: -7%;
    }
    .section-14 .text {
        top: 30px;
    }

    #testimonials_carousel .carousel-control-next {right: -35px;}
    #testimonials_carousel .carousel-control-prev {left: -35px;}
}

@media (min-width: 1517px) {
    
    .contact-form select {min-height: 44px;}
    
    .section-6 .text-body, .section-8 .text-body, .section-9 .text-body, .section-10 .text-body, .section-13 .text-body {
        line-height: 2rem;
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .header-slider .carousel-item .carousel-item-content {padding-left: 13%;top: 32%;}

    #testimonials_carousel .carousel-control-next {right: -60px;}
    #testimonials_carousel .carousel-control-prev {left: -60px;}

    .section-5 .shadow-text, .section-19 .shadow-text {bottom: 5%;left: 46%;}
    .section-7 p {padding: 227px 0 0 52px;}
}