@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('../core/reset.css');
@import url('../core/initialize.css');

* {
    box-sizing: border-box;
    position: relative;
    font-family: "Raleway", sans-serif;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

html {
    scroll-behavior: smooth;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.clear {
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: .01em;
}

body {
    font-family: "Raleway", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
}

p {
    font-family: "Raleway", sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px 0;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    color: #000000;
}

.root-container {
    display: block;
    width: 100%;
    padding: 0 8%;
}

.root-button,
.root-button:link,
.root-button:visited {
    display: inline-block;
    background: #038b97;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px;
    border-radius: 13px;
    min-width: 170px;
    text-align: center;
}

.root-button:active,
.root-button:hover {
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 11%);
    letter-spacing: 1px;
}

a.root-button.sty,
a.root-button.sty:link,
a.root-button.sty:visited,
a.root-button.sty:active,
a.root-button.sty:hover {
    background: #fff;
    color: #038b97;
}

a.root-button.sty2,
a.root-button.sty2:link,
a.root-button.sty2:visited,
a.root-button.sty2:active,
a.root-button.sty2:hover {
    background: #000;
    color: #fff;
}


/* Header Styles */
header {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 98;
}

.header-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 40px;
}

.logo-container {
    width: 120px;
}

.logo-container a img {
    display: block;
    width: 100%;
}


/**/
.main-menu {
    display: block;
}

.main-menu ul {
    display: block;
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
}

.main-menu ul li {
    display: inline-block;
    padding-right: 30px;
}

.main-menu ul li:last-child {
    padding: 0;
}

.main-menu ul li a {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}

.main-menu ul li a::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #038b97;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
}

.main-menu ul li a:hover::before {
    transform: scale3d(1, 1, 1);
    transform-origin: 0 50%;
}

.main-menu ul li.current-menu-item a,
.main-menu ul li.current-menu-item a:hover {
    font-weight: 700;
}

.main-menu ul li.nav-btn a::before {
    display: none;
}

.main-menu ul li.nav-btn a {
    background: #038b97;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 13px;
    font-size: 16px;
}

.main-menu ul li.nav-btn a:hover {
    background: #007984;
    transform: scale(1.03);
}


.burger {
    cursor: pointer;
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 2px;
    background: #ffffff;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: all .5s ease;
    margin: 0;
}

.burger.active {
    background: rgb(0, 0, 0);
}

.burger-strip {
    transition: all .5s ease;
}

.strip div {
    height: 3px;
    border-radius: 2px;
    background: rgb(0, 0, 0);
    margin: 10px;
    transition: all .55s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 40px;
}

.burger.active .strip div {
    background: white;
}

.burger.active .burger-strip-2 div:first-child {
    transform: translateY(13px) rotate(45deg);
}

.burger.active .burger-strip-2 div:nth-child(2) {
    opacity: 0;
}

.burger.active .burger-strip-2 div:last-child {
    transform: translateY(-13px) rotate(-45deg);
}

/* Slider */
section.slider-wp {
    display: block;
    position: relative;
    height: auto;
}

.bContainer {
    display: flex;
    height: 100%;
    align-items: end;
}

.rsSlide {
    z-index: 9 !important;
}

.sl-img {
    position: absolute;
    width: 60%;
    z-index: 9;
    right: 5%;
}

.sl-img img {
    display: block;
    width: 100%;
}

.rsABlock {
    display: flex;
    height: 100%;
    align-content: center;
    padding: 0 16% 0 8%;
    width: 62%;
    top: 15%;
}

.rsABlock h4 {
    display: block;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
}

.rsABlock h2 {
    display: block;
    font-size: 65px;
    line-height: 80px;
    font-weight: 800;
    padding: 15px 0 30px 0;
    margin-bottom: 32px;
    color: #ffffff;
}

.rsABlock p {
    margin: 0;
    color: #ffffff;
}

.rsABlock h2::after {
    display: block;
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background: #038b97;
    bottom: 0;
    left: 0;
}

/**/
.intro-section {
    overflow: hidden;
}

.intro-img {
    width: 45%;
}

section.intro-section {
    display: block;
    padding-top: 5%;
}

.intro-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

span.rbg-1 {
    display: block;
    position: absolute;
    width: 500px;
    height: 110%;
    top: -100px;
    right: 0;
    opacity: 0.5;
    z-index: 1;
}

span.rbg-2 {
    display: block;
    position: absolute;
    width: 370px;
    height: 100%;
    top: -30px;
    left: 33%;
    opacity: 0.5;
    background-size: 100%;
    z-index: 1;
}

.intro-img img {
    display: block;
    width: 100%;
}

.intro-content {
    width: 70%;
    padding-left: 10%;
}

h2 {
    font-size: 65px;
    line-height: 80px;
    font-weight: 800;
    margin-bottom: 15px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.title-1 {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.title-1 h4 {
    margin: 0;
}

.title-1::after {
    display: block;
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background: #038b97;
    bottom: 0;
    left: 0;
}

/**/
section.services-section {
    display: block;
}

.sev-col-1 {
    width: 30%;
    display: flex;
    align-items: end;
    background: #038b97 url(../../images/root_bg_img.png) no-repeat center left;
    background-size: cover;
    flex-wrap: wrap;
    padding: 15% 5% 5% 8%;
}

.hm-sev-sec {
    display: flex;
}

.sev-col-2 {
    display: flex;
    width: 70%;
}

.sev-col-2>a {
    width: 50%;
    min-height: 540px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.sev-col-2>a::after {
    display: block;
    position: absolute;
    content: "";
    background: transparent url('../../images/card_overlayer.png') no-repeat bottom left;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.sev-col-1 img {
    width: 100%;
    max-width: 175px;
    margin-bottom: 30px;
}

.sev-col-1 .title-1 h2 {
    margin: 0;
    color: #fff;
    line-height: 70px;
}

.sev-col-1 .title-1::after {
    background: #035860;
}

.sev-col-1 p {
    color: #fff;
    margin-bottom: 30px;
}

.sev-col-2>a:hover .sev-info {
    transform: translateY(-30px);
}

.sev-info {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10%;
    z-index: 2;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.sev-info span {
    display: block;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.sev-info span::before {
    display: block;
    position: absolute;
    content: "";
    width: 3px;
    height: 150px;
    background: #fff;
    bottom: 40px;
}

.sev-info h4 {
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    text-transform: initial;
    font-weight: 400;
}

/**/
section.cs-section {
    display: block;
    padding: 80px 0;
}

.cs-sec-inner {
    display: flex;
    flex-wrap: wrap;
}

.css-header {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 70px;
}

.cssh-col-1 {
    width: 50%;
    padding-right: 90px;
}

.cssh-col-2 {
    width: 50%;
}

.cssh-col-1::after {
    display: block;
    position: absolute;
    content: "";
    width: 3px;
    height: 120px;
    background: #038b97;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}

.css-card {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

.css-card-img {
    display: inline-block;
    width: 100%;
    max-width: 1000px;
}

.css-card-img img {
    width: 100%;
}

.css-card-info {
    display: block;
    position: absolute;
    text-align: left;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 850px;
    background: rgb(255 255 255 / 85%);
    padding: 60px;
    padding-right: 0;
}

.cs-sec-inner>.css-card:nth-of-type(1) {
    margin-bottom: 0;
}

.cs-sec-inner>.css-card:nth-of-type(odd) {
    margin: 0;
    text-align: right;
}

.cs-sec-inner>.css-card:nth-of-type(odd) .css-card-info {
    right: auto;
    left: 0;
    padding-right: 60px;
    padding-left: 0;
}

.cs-sec-inner.cs-page .css-card:nth-of-type(odd) {
    margin-bottom: 50px;
}

.css-card-info h4 {
    font-size: 30px;
    line-height: 35px;
    text-transform: initial;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.css-card-info h4::after {
    display: block;
    position: absolute;
    content: "";
    background: #038b97;
    width: 100px;
    height: 3px;
    bottom: 0;
}

.css-card-info a {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: underline;
}

.css-card-info a:hover {
    font-weight: 600;
}

/**/
.blog .sev-col-1 {
    background: #d9d7c1 !important;
}

.blog .sev-col-1 .title-1 h2 {
    color: #000;
}

.blog .sev-col-1 p {
    color: #000;
}

.blog .sev-info p {
    color: #fff;
    font-size: 16px;
}

/**/
section.faq-section {
    padding-top: 100px;
}

.faq-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.faq-inner .faq-img {
    width: 40%;
}

.faq-inner .faq-img img {
    width: 100%;
}

.faq-inner .faq-cnt {
    width: 60%;
    padding-left: 10%;
}

.faq-tab {
    display: block;
    margin-top: 50px;
    margin-bottom: 100px;
}

.faq-tab ul {
    list-style-type: none;
    padding: 0;
}

.faq-tab li {
    border-bottom: 1px solid #ccc;
    padding: 22px 0;
}

.faq-tab h4 {
    cursor: pointer;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: initial;
    font-weight: 600;
    font-size: 18px;
}

.faq-tab .plusminus {
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
}

.faq-tab .content {
    display: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
}

.plusminus {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -999px;
}

.plusminus.active:before {
    transform: translatey(-50%) rotate(-90deg);
    opacity: 0;
}

.plusminus.active:after {
    transform: translatey(-50%) rotate(0);
}

.plusminus:before,
.plusminus:after {
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.35s;
    width: 100%;
    height: 2px;
}

.plusminus:before {
    transform: translatey(-50%);
}

.plusminus:after {
    transform: translatey(-50%) rotate(90deg);
}

/**/
section.gallery-section {
    display: block;
    padding-top: 70px;
    background: #f4f4f4;
}

.gallery {
    column-width: 450px;
    column-gap: 0;
    padding: 0;
}

.gallery p {
    margin: 0;
}

.gallery p br {
    display: none;
}

.gallery img {
    width: 100%;
}

.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    perspective: 1000;
}

.filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 95%) !important;
}

.lightbox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(0deg);
    max-height: 95vh;
    max-width: calc(95vw - 100px);
    transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
    transform-style: preserve-3d;
}


[class^="arrow"] {
    height: 200px;
    width: 50px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

[class^="arrow"]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
    height: 15px;
}

.arrowr {
    right: 0;
}

.arrowr:after {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.arrowl {
    left: 0;
}

.arrowl:after {
    border-left: 1px solid white;
    border-top: 1px solid white;
}

.close {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    margin: 20px;
    cursor: pointer;
}

.close:after,
.close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #ffffff;
}

.close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.title {
    font-size: 20px;
    color: #000;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 20px 0;
}

section.contact-us {
    display: block;
    box-shadow: 0 -7px 10px -1px #f5f5f5;
}

.inner-wp-contact {
    display: flex;
}

.c-map-wp {
    width: 40%;
}

.c-form-wp {
    width: 60%;
    padding: 6%;
}

.form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.form-wrapper .feild-half {
    width: 48%;
    margin-bottom: 4%;
}

input.input-feild {
    display: block;
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #ececec;
    height: 60px;
    padding: 0 18px;
    font-size: 16px;
    color: #000;
    border-radius: 2px;
}

textarea.input-feild {
    display: block;
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #ececec;
    min-height: 150px;
    padding: 15px 18px;
    font-size: 16px;
    color: #000;
    border-radius: 2px;
}

.form-wrapper .feild-full {
    width: 100%;
    margin-bottom: 4%;
}

input.c-button {
    display: inline-block;
    background: #038b97;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    border-radius: 13px;
    min-width: 170px;
    text-align: center;
    border: none;
}

input.c-button:hover {
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 11%);
    letter-spacing: 1px;
}

.feild-full.btn-section {
    text-align: right;
    margin: 0;
}

/* Footer */
footer.footer-section {
    display: block;
    background: #038b97 url(../../images/footer-bg.png) no-repeat center right;
    background-size: auto 100%;
    padding: 80px 0;
}

.footer-inner {
    display: flex;
    width: 100%;
}

.footer-left {
    width: 40%;
}

.footer-bottom-text p {
    margin: 8px 0px;
    font-size: 18px;
}

.footer-left-img img {
    width: 200px;
}

.footer-left-description {
    padding: 20px 0px 0px;

}

.footer-left-description p {
    color: #ffffff;
    padding-right: 10%;
    font-size: 18px;
    line-height: 25px;
}

.footer-left-social {
    display: flex;
    gap: 20px;
}

.footer-left-social a img {
    width: 45px;
    height: 45px;
    padding: 0;
}

.footer-left-social a:hover img {
    transform: scale(1.05);
}

.footer-right {
    width: 60%;
}

.footer-right-top {
    display: block;
    margin-bottom: 9%;
}

ul.footer-menus {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

ul.footer-menus li {
    margin: 0;
}

ul.footer-menus li a {
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
}

ul.footer-menus li a:hover {
    color: #d8d3bd;
}

ul.footer-menus li.active a {
    font-weight: 800;
}

.footer-right-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-right-bottom-left {
    width: 50%;
}

.contact-info {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 20px;
    margin-bottom: 25px;
    color: #fff;
}

.contact-info img {
    padding-top: 5px;
    width: 25px;
}

.contact-info a {
    color: #fff;
}

.contact-info p {
    color: #fff;
    margin: 0;
}

.footer-right-bottom-right-text {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}

.footer-right-bottom-right-text p {
    color: #fff;
}

.subscription-form {
    background: transparent;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    border: 1px solid #fff;
    max-width: 480px;
    width: 100%;
    overflow: hidden;

}

.subscription-form h2 {
    margin-bottom: 20px;
}

.subscription-form input[type="email"] {
    width: 100%;
    padding: 16px 12px 12px;
    border-radius: 3px;
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none !important;
    color: #ffffff;
}

.subscription-form input.wpcf7-not-valid::placeholder {
    color: red !important;
}

.subscription-form input::placeholder {
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
    line-height: 28px;
}

.subscription-form span.wpcf7-spinner {
    position: absolute;
    top: 10px;
    right: 3px;
    margin: 5px;
    width: 16px;
    height: 16px;
}

.subscription-form .wpcf7-not-valid-tip {
    position: absolute;
}

.wpcf7-response-output {
    background: #ffbfbf;
    color: red;
    border: 1px solid red !important;
    padding: 5px !important;
    text-align: center;
    margin: 20px 0 0 0 !important;
}

.footer-right-bottom-right {
    width: 50%;
}

.subscription-form input.wpcf7-submit {
    background: #cacaca;
    font-size: 17px;
    color: #038b97;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    border-radius: 0;
    min-width: 170px;
    text-align: center;
    border: none;
    outline: 0;
    box-shadow: none;
}

.subscription-form button:hover {
    letter-spacing: 1px;
}


/* Pages Styles */
section.page-header {
    display: block;
    background: #038b97;
}

.page-banner {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 65%;
    height: 100%;
    top: 0;
    right: 0;
}

.page-banner::before {
    display: block;
    position: absolute;
    content: "";
    background: transparent url(../../images/card_overlayer2.png) no-repeat 0 0;
    width: 100%;
    height: 100%;
}

.page-title-wp {
    padding: 30% 0 7%;
    width: 30%;
}

.page-title-wp h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #fff;
}

.breadcrumb-wrapper {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
}

.breadcrumbs {
    display: block;
}

.breadcrumbs a,
.breadcrumbs a:link,
.breadcrumbs a:visited {
    font-size: 16px;
    line-height: 17px;
    color: #ffffff;
    margin-right: 28px;
    font-weight: 600;
}

.breadcrumbs a:active,
.breadcrumbs a:hover {
    color: #d8d3bd;
}

.breadcrumbs a::before {
    display: block;
    position: absolute;
    content: "";
    background: url(../../images/breadcrumb-arrow.png) no-repeat 0 0;
    width: 24px;
    height: 24px;
    top: -2px;
    right: -30px;
    transform: scale(0.8);
}

.breadcrumbs span {
    font-size: 16px;
    line-height: 17px;
    color: #e1e1e1;
    margin-left: 4px;
}

section.content-fs-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 90px 0;
}

.content-fs-1 .cfs-img {
    width: 42%;
}

.content-fs-1 .cfs-img img {
    width: 100%;
}

.content-fs-1 .cfs-content {
    width: 52%;
    padding-right: 10%;
}

section.content-fs-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 0 0 80px 0;
}

.content-fs-2 .cfs-img {
    width: 50%;
}

.content-fs-2 .cfs-img img {
    width: 100%;
}

.content-fs-2 .cfs-content {
    width: 50%;
    padding-left: 10%;
    padding-right: 30px;
}

.page-content-wrapper ol {
    margin: 20px 0 20px 20px;
}

.page-content-wrapper ul {
    padding: 20px 0;
}

.page-content-wrapper ol li {
    font-family: "Raleway", sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    padding: 6px 0;
    margin: 0;
}

.page-content-wrapper ul li {
    font-family: "Raleway", sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    padding: 6px 0 6px 20px;
    margin: 0;
}

.page-content-wrapper ul li::before {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #038b97;
    border-radius: 50%;
    left: 0;
    top: 11px;
}

.page-css-header .cssh-col-1::after {
    display: none;
}

.page-css-header .cssh-col-1::before {
    display: block;
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background: #038b97;
    bottom: 0;
    left: 0;
}

.page-css-header .cssh-col-1 {
    width: 47%;
}

.page-css-header .cssh-col-2 {
    width: 53%;
    padding-right: 90px;
}

section.content-fl-img {
    display: block;
    padding: 350px 0 250px 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}

section.content-fl-img .title-1 {
    padding-bottom: 5px;
    display: inline-block;
}

section.content-fl-img h2 {
    color: #fff;
}

section.content-fl-img p {
    color: #fff;
    width: 70%;
}

section.content-fl-img .title-1 img {
    position: absolute;
    bottom: 80%;
    left: 80%;
}

section.content-team {
    display: block;
    padding: 80px 0;
}

.team-slider-wp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.tsl-img {
    width: 40%;
}

.tsl-img img {
    width: 100%;
}

.tsl-content {
    width: 60%;
    background: rgb(255 255 255 / 85%);
    padding: 50px;
    left: -80px;
    border-radius: 10px;
}

.tsl-content h4 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 15px;
}

.tsl-content span {
    display: block;
    font-size: 30px;
    line-height: 34px;
    color: #000;
    margin-bottom: 20px;
}

.tsl-content p {
    font-size: 20px;
    line-height: 35px;
    margin: 0;
}

.ssk-item {
    width: 50%;
    height: 100%;
    padding: 6%;
    background-color: #e1dfcd;
}

.ssk-item:nth-of-type(2n) {
    background-color: #d9d7c1;
}

.ssk-slider {
    display: flex;
    align-items: stretch;
}

.ssk-profile {
    display: block;
}

.ssk-profile img {
    width: 100%;
    max-width: 100px;
}

.ssk-profile span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}

.ssk-cnt {
    margin-top: 30px;
    padding: 60px 15px 60px 0;
}

.ssk-cnt::before {
    display: block;
    position: absolute;
    content: "";
    width: 31px;
    height: 24px;
    background: transparent url('../../images/open-quote.png') no-repeat 0 0;
    top: 20px;
    left: 0;
}

.ssk-cnt::after {
    display: block;
    position: absolute;
    content: "";
    width: 31px;
    height: 24px;
    background: transparent url('../../images/close-quote.png') no-repeat 0 0;
    bottom: 20px;
    right: 20px;
}

section.page-css-header.w-padding {
    padding: 60px 0 0 0;
}

.contact-pg-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding-bottom: 60px;
}

.cd-img {
    width: 30%;
}

.cd-img img {
    width: 100%;
}

.cd-info {
    display: flex;
    width: 60%;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}

.cp-info {
    display: block;
    text-align: center;
}

.cp-info img {
    width: 70px;
}

.cp-info span {
    display: block;
    margin-top: 30px;
    width: 100%;
    max-width: 280px;
    font-size: 16px;
}

.cp-info a {
    display: block;
    margin-top: 30px;
    width: 100%;
    max-width: 280px;
    font-size: 16px;
    color: #000;
}

.blog .cssh-col-1 {
    width: 40%;
}

.blog .cssh-col-2 {
    width: 70%;
}

.blog .cs-sec-inner>.css-card:nth-of-type(3) {
    margin-bottom: 50px;
}

.cs-sec-inner>.css-card:nth-of-type(5),
.cs-sec-inner>.css-card:nth-of-type(7),
.cs-sec-inner>.css-card:nth-of-type(9),
.cs-sec-inner>.css-card:nth-of-type(11) {
    margin: 0;
    text-align: right;
}

.cs-sec-inner>.css-card:nth-of-type(5) .css-card-info,
.cs-sec-inner>.css-card:nth-of-type(7) .css-card-info,
.cs-sec-inner>.css-card:nth-of-type(9) .css-card-info,
.cs-sec-inner>.css-card:nth-of-type(11) .css-card-info {
    right: auto;
    left: 0;
    padding-right: 60px;
    padding-left: 0;
}

.post-content img {
    padding: 20px 0;
}

.blog-post h2 {
    font-size: 50px;
    line-height: 55px;
}

.blog-post .post-meta {
    display: flex;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #038b97;
}

.blog-post .post-meta span {
    padding: 0 10px;
}

.blog-post .post-meta span:first-of-type {
    padding: 0 10px 0 0;
}

/**/
section.sev-intro {
    display: block;
    padding: 80px 0;
}

.sev-content .css-card {
    margin: 0;
    text-align: right;
}

.sev-content .css-card .css-card-info {
    right: auto;
    left: 0;
    padding: 30px;
    padding-right: 60px;
    padding-left: 8%;
    max-width: 1200px;
    background: rgb(255 255 255 / 90%);
}

section.program-wp {
    display: flex;
    flex-wrap: wrap;
    background: #ecebe0;
}

.prm-item {
    display: flex;
    flex-wrap: wrap;
    width: 33.33%;
    background: #d9d7c1;
    align-items: flex-start;
}

.prm-item.prm-title {
    display: block;
    padding: 30px;
    padding-left: 8%;
    padding-top: 10%;
    background: #ecebe0;
}

.prm-img {
    width: 100%;
    height: 500px;
}

.prm-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prm-cnt {
    padding: 30px;
}

section.program-wp .prm-item:nth-of-type(3),
section.program-wp .prm-item:nth-of-type(4),
section.program-wp .prm-item:nth-of-type(6) {
    flex-direction: column-reverse;
}

.prm-cnt img {
    width: auto;
    height: 70px;
    margin-bottom: 15px;
}

.prm-cnt h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.prm-cnt p {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
}

.prm-item.prm-title p {
    margin: 0;
}

section.program-wp.style-1 {
    background: #038b97;
}

.style-1 .prm-item.prm-title {
    background: #038b97;
}

.style-1 .prm-item {
    background: #5eb2b9;
}

/**/
section.s-offer-wp {
    display: block;
    padding: 30px 0 80px 0;
}

.so-item-sec {
    display: flex;
    flex-wrap: wrap;
}

.so-item {
    width: 20%;
    padding: 30px;
    padding-top: 130px;
    background: transparent url(../../images/offered_item_bg.svg) no-repeat top right;
    background-size: cover;
    margin-bottom: 50px;
}

span.soi-num {
    display: block;
    position: absolute;
    width: 114px;
    height: 108px;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 35px;
    font-family: sans-serif;
    font-weight: 600;
    line-height: 100px;
    color: #fff;
}

span.soi-num.sn1 {
    background: transparent url(../../images/so_item_n1.png) no-repeat 0 0;
}

span.soi-num.sn2 {
    background: transparent url(../../images/so_item_n2.png) no-repeat 0 0;
}

span.soi-num.sn3 {
    background: transparent url(../../images/so_item_n3.png) no-repeat 0 0;
}

span.soi-num.sn4 {
    background: transparent url(../../images/so_item_n4.png) no-repeat 0 0;
}

span.soi-num.sn5 {
    background: transparent url(../../images/so_item_n5.png) no-repeat 0 0;
}

.content-fs-1 .cfs-content h2, .content-fs-2 .cfs-content h2 {
    font-size: 45px;
    line-height: 55px;
}

section.page-header.blog-post .page-title-wp {
    height: 160px;
    width: 100%;
    padding: 0;
}

.blog-pg-inner {
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.blog-pg-inner h2 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 50px;
}

.blog-pg-inner header.entry-header {
    display: none;
}

.blog-pg-inner .post-thumbnail {
    display: none;
}

.blog-pg-inner .entry-footer {
    display: none;
}

.blog-pg-inner h2 .b-post-date {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #038b97;
}

.blog-pg-inner ol,
.blog-pg-inner ul {
    margin: 0 0 25px 20px;
}

.blog-pg-inner ol li,
.blog-pg-inner ul li {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}

a.bl-back-btn {
    display: block;
    padding: 40px 0 0 0;
    font-size: 18px;
    color: #038b97;
}

/* Extra large devices - large desktops */
@media (max-width: 1439.98px) {
    .root-container {
        padding: 0 5%;
    }

    .header-row {
        margin-top: 50px;
    }

    .rsABlock h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .rsABlock h2 {
        font-size: 50px;
        line-height: 65px;
    }

    h4 {
        font-size: 18px;
        line-height: 22px;
    }

    h2 {
        font-size: 50px;
        line-height: 65px;
    }

    .sev-info h4 {
        font-size: 36px;
        line-height: 40px;
    }

    .sev-content .css-card .css-card-info {
        padding: 0;
        padding-right: 40px;
        padding-left: 5%;
        max-width: 800px;
    }

    .sev-content {
        padding: 50px 0;
    }

    .prm-img {
        height: 400px;
    }

    .prm-item.prm-title {
        padding-left: 5%;
    }
}

/* Extra large devices - large desktops */
@media (max-width: 1365.98px) {
    .sev-info h4 {
        font-size: 28px;
        line-height: 36px;
    }

    .sev-content .css-card .css-card-info {
        max-width: 600px;
    }

    .sev-content {
        padding: 160px 0;
    }

    .so-item {
        width: 33.33%;
    }
}


/* Large devices - desktops */
@media (max-width: 1199.98px) {
    .header-row {
        margin-top: 30px;
    }

    .logo-container {
        width: 120px;
    }

    .main-menu ul li {
        padding-right: 25px;
    }

    .main-menu ul li a {
        font-size: 18px;
    }

    .hm-sev-sec {
        flex-wrap: wrap;
    }

    .sev-col-1 {
        width: 100%;
        padding: 11% 5% 5% 5%;
    }

    .sev-col-2 {
        width: 100%;
    }

    .sev-col-1 img {
        position: absolute;
        max-width: 120px;
        right: 4%;
        top: 10%;
    }

    .title-1 {
        padding-bottom: 15px;
        margin-bottom: 20px;
        width: 100%;
    }

    .sev-col-1 p {
        width: 100%;
    }

    .footer-right-bottom {
        flex-wrap: wrap;
    }

    .footer-right-bottom-left {
        width: 100%;
    }

    .footer-right-bottom-right {
        width: 100%;
        margin-top: 20px;
    }

    .subscription-form {
        max-width: 100%;
    }

    ul.footer-menus li a {
        font-size: 16px;
    }

    .page-title-wp h1 {
        font-size: 45px;
        line-height: 50px;
    }

    section.content-fl-img .title-1 {
        display: inline-block !important;
        width: auto;
    }

    .tsl-content {
        padding: 30px;
    }

    .tsl-content h4 {
        font-size: 30px;
        line-height: 32px;
    }

    .tsl-content span {
        font-size: 20px;
        line-height: 24px;
    }

    .tsl-content p {
        font-size: 18px;
        line-height: 30px;
    }

    .ssk-item:nth-of-type(2n) {
        background-color: #e5e3d1;
    }

    .contact-details {
        flex-wrap: wrap;
        gap: 10px;
    }

    .cd-img {
        display: none;
    }

    .cd-info {
        width: 100%;
        justify-content: space-around;
    }

}


/* Medium devices - tablets */
@media (max-width: 991.98px) {
    .burger {
        display: flex;
    }

    .main-menu {
        display: none;
        position: absolute;
        width: auto;
        height: auto;
        background: #ffffff;
        right: 0;
        top: 80px;
        align-items: center;
        justify-content: center;
    }

    .main-menu.show-nav {
        display: flex;
    }

    .main-menu ul li {
        display: block;
        padding: 0 !important;
        text-align: center;
        min-width: 220px;
        border-bottom: 1px solid rgb(0 0 0 / 13%);
        margin: 0;
    }

    .main-menu ul li:last-child {
        border-bottom: none;
    }

    .main-menu ul li a {
        color: #038b97;
        padding: 15px !important;
        border-radius: 0 !important;
    }

    .main-menu ul li a:hover {
        background: #f2f2f2;
    }

    .main-menu ul {
        margin: 0;
    }

    .main-menu ul li a::before {
        display: none;
    }

    .main-menu ul li a.nav-btn {
        border-radius: 0;
        margin-bottom: -1px;
    }

    .royalSlider {
        min-height: 760px;
        height: 760px;
    }

    .intro-inner {
        flex-wrap: wrap;
        width: 100%;
    }

    .intro-img {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .intro-img img {
        display: inline-block;
        max-width: 400px;
    }

    section.slider-wp {
        display: block;
        position: relative;
        height: auto;
    }

    .intro-content {
        width: 100%;
        padding: 0 5% 50px 5%;
        text-align: center;
    }

    .intro-content .title-1::after {
        left: 50%;
        margin-left: -50px;
    }

    .css-header {
        flex-wrap: wrap;
    }

    .cssh-col-1 {
        width: 100%;
    }

    .cssh-col-1::after {
        display: none;
    }

    .cssh-col-2 {
        width: 100%;
    }

    .css-card-info {
        padding: 50px !important;
        max-width: 100%;
        top: auto;
        transform: inherit;
        bottom: 0;
    }

    .css-card-info h4 {
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    section.faq-section {
        padding-top: 30px;
    }

    .faq-inner .faq-img {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .faq-inner .faq-img img {
        max-width: 350px;
    }

    .faq-inner .faq-cnt {
        width: 100%;
        padding: 0;
    }

    .faq-inner .faq-cnt .title-1 {
        text-align: center;
    }

    .faq-inner .faq-cnt .title-1::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .faq-inner .faq-cnt>p {
        text-align: center;
    }

    .faq-tab {
        margin-top: 30px;
    }

    .footer-inner {
        flex-wrap: wrap;
    }

    .footer-left {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-right {
        width: 100%;
    }

    .footer-left-img img {
        width: 100%;
        max-width: 140px;
    }

    footer.footer-section {
        background: #038b97;
        padding: 60px 0;
    }

    .footer-left-social {
        justify-content: center;
    }

    .contact-info {
        justify-content: center;
    }

    .rsABlock {
        width: 100%;
    }

    .bContainer {
        background-position: center center;
        background-size: cover;
    }

    span.rbg-1 {
        width: 50%;
    }

    span.rbg-2 {
        display: none;
    }

    .page-title-wp h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .page-title-wp {
        padding: 35% 0 7%;
        width: 30%;
    }

    .content-fs-1 .cfs-img {
        width: 100%;
        padding: 50px;
    }

    section.content-fs-1 {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .content-fs-1 .cfs-content {
        width: 100%;
        padding: 50px;
        padding-top: 0;
    }

    .page-banner {
        display: none;
    }

    .page-title-wp {
        width: 100%;
        padding-top: 250px;
        padding-bottom: 50px;
        text-align: center;
    }

    section.content-fs-2 {
        flex-direction: row;
        padding-bottom: 20px;
    }

    .content-fs-2 .cfs-img {
        width: 100%;
        padding: 0 50px;
    }

    .content-fs-2 .cfs-content {
        width: 100%;
        padding: 50px;
    }

    .page-css-header .cssh-col-1 {
        width: 100%;
    }

    .page-css-header .cssh-col-2 {
        width: 100%;
        padding: 10px;
    }

    section.content-fl-img .title-1 img {
        width: 100px;
    }

    section.content-fl-img .title-1 {
        display: inline-block !important;
        width: auto;
    }

    section.content-fl-img {
        padding-top: 200px;
        padding-bottom: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }

    section.content-fl-img p {
        width: 100%;
    }

    section.content-team .css-header {
        margin-bottom: 30px;
    }

    .tsl-img {
        width: 100%;
        text-align: center;
    }

    .tsl-img img {
        max-width: 250px;
        border-radius: 60px;
    }

    .tsl-content {
        width: 100%;
        left: 0;
        text-align: center;
    }

    .sev-content .css-card .css-card-info {
        position: relative;
        top: auto;
        transform: inherit;
        max-width: 100%;
        padding: 20px 5%;
    }

    .sev-content .css-card {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .sev-content {
        padding: 0;
    }

    section.sev-intro {
        padding: 50px 10px;
    }

    .prm-item.prm-title {
        width: 100%;
        padding: 30px;
    }

    .prm-item {
        width: 100%;
        align-items: center;
    }

    .prm-img {
        width: 50%;
        height: 500px;
    }

    .prm-cnt {
        width: 50%;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    .prm-cnt h4 {
        width: 100%;
    }

    section.program-wp .prm-item {
        flex-direction: inherit !important;
    }

    section.program-wp .prm-item:nth-of-type(3),
    section.program-wp .prm-item:nth-of-type(5),
    section.program-wp .prm-item:nth-of-type(7) {
        flex-direction: row-reverse !important;
    }

    .prm-cnt img {
        height: 60px;
    }

    .so-item {
        width: 50%;
    }

    .gallery {
        column-width: 350px;
    }

}


/* Small devices - landscape phones */
@media (max-width: 767.98px) {
    .royalSlider {
        min-height: 600px;
        height: 100vh;
    }

    .rsContainer::before {
        width: 100%;
        height: 68%;
        left: 0;
    }

    .rsContainer::after {
        width: 100%;
        height: 32%;
        bottom: 0;
    }

    .sl-img {
        width: 100%;
        right: -5%;
        text-align: right;
    }

    .sl-img img {
        display: inline-block;
        width: 100%;
        max-width: 540px;
    }

    .logo-container {
        width: 80px;
    }

    .burger {
        width: 45px;
        height: 45px;
        background: #060606;
    }

    .strip div {
        height: 3px;
        background: rgb(255 255 255);
        margin: 8px;
        width: 26px;
    }

    .burger.active .burger-strip-2 div:first-child {
        transform: translateY(10px) rotate(45deg);
    }

    .burger.active .burger-strip-2 div:last-child {
        transform: translateY(-12px) rotate(-45deg);
    }

    .rsABlock {
        width: 100%;
        padding: 0 10% 0 8%;
        height: 90%;
    }

    .rsABlock h4 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .rsABlock h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        padding-top: 0;
    }

    .rsABlock p {
        font-size: 12px;
        max-width: 100%;
        line-height: 18px;
    }

    .rsNav.rsBullets {
        position: absolute;
        right: auto;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    h2 {
        font-size: 35px;
        line-height: 40px;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 16px;
        line-height: 25px;
    }

    .footer-left-description p {
        font-size: 16px !important;
        line-height: 25px !important;
        padding: 0 !important;
    }

    .sev-col-2 {
        flex-wrap: wrap;
    }

    .sev-col-2>a {
        width: 100%;
        min-height: 500px;
    }

    .intro-img img {
        display: inline-block;
        max-width: 320px;
    }

    section.cs-section {
        padding: 50px 0;
    }

    .css-card-info {
        position: relative;
        background: #f2f2f2;
        padding: 5% !important;
    }

    .css-card-info .text-right {
        text-align: left !important;
    }

    .faq-tab h4 {
        font-size: 16px !important;
    }

    .faq-tab .content {
        font-size: 14px;
        line-height: 22px;
    }

    section.faq-section {
        padding-top: 10px;
    }

    .inner-wp-contact {
        flex-wrap: wrap;
    }

    .c-map-wp {
        width: 100%;
        min-height: 360px;
    }

    .c-form-wp {
        width: 100%;
        padding: 50px 40px;
    }

    .content-fs-1 .cfs-img {
        padding: 30px;
    }

    section.content-fs-1 {
        padding-bottom: 0;
    }

    .content-fs-1 .cfs-content {
        padding: 30px !important;
    }

    .content-fs-2 .cfs-img {
        padding: 0 30px;
    }

    .content-fs-2 .cfs-content {
        padding: 30px !important;
    }

    section.content-team {
        padding: 50px 0 35px 0;
    }

    .ssk-slider {
        flex-wrap: wrap;
    }

    .ssk-item {
        width: 100%;
        height: auto;
        padding: 30px;
    }

    .ssk-profile img {
        max-width: 60px;
    }

    .cd-info {
        flex-wrap: wrap;
    }

    .cp-info {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 20px;
    }

    .cp-info img {
        width: 30px;
    }

    .cp-info span {
        max-width: 100%;
        margin: 0;
        text-align: left;
    }

    .cp-info a {
        max-width: 100%;
        margin: 0;
        text-align: left;
    }

    .w-padding .css-header {
        margin-bottom: 20px;
    }

    .w-padding.page-css-header .cssh-col-2 {
        padding: 15px 0;
    }

    .so-item {
        width: 100%;
    }

    section.s-offer-wp {
        display: block;
        padding: 0;
    }

    .gallery {
        column-width: 280px;
    }

}


/* Extra small devices - portrait phones */
@media (max-width: 575.98px) {
    .css-card-info h4 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
    }

    .css-card-info a {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
    }

    .c-form-wp {
        padding: 40px 30px;
    }

    .form-wrapper .feild-half,
    .form-wrapper .feild-full {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-right-top {
        display: none;
    }

    .subscription-form button {
        font-size: 15px;
        line-height: 25px;
    }

    .content-fs-1 .cfs-img {
        padding: 0;
    }

    section.sev-intro .title-1 h4 {
        font-size: 14px;
    }

    .prm-img {
        width: 100%;
        height: 380px;
    }

    .prm-cnt {
        width: 100%;
    }

    section.program-wp .prm-item:nth-of-type(3),
    section.program-wp .prm-item:nth-of-type(5),
    section.program-wp .prm-item:nth-of-type(7) {
        flex-direction: initial !important;
    }

}