@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Gabriela|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
body,
p,
a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #8a8a8a;
}

button:focus,
button:active {
    outline: none;
}

.btn {
    border: none;
}

.btn,
.form-control {
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #dedede;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    transition: 0.4s all;
}

.btn:focus,
.btn:hover,
.form-control:focus,
.form-control:hover {
    box-shadow: none;
    outline: none;
    color: inherit;
}

.btn-small,
.form-control-small {
    font-size: 12px;
    padding: 6px 14px;
}

.btn-view-all,
.btn-custom,
.form-control-view-all,
.form-control-custom {
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 26px;
}

.btn.btn-custom-large,
.btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
    padding: 12px 32px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    border: 2px solid #3c3c86;
    background-color: #3c3c86;
    letter-spacing: 0.03em;
}

.btn.btn-custom-large:hover,
.btn.btn-custom-small:hover,
.form-control.btn-custom-large:hover,
.form-control.btn-custom-small:hover {
    color: #3c3c86;
    background-color: transparent;
}

.btn.btn-custom-small,
.form-control.btn-custom-small {
    padding: 8px 20px;
    font-size: 12px;
}

.btn.btn-custom-small.ghost,
.form-control.btn-custom-small.ghost {
    background-color: transparent;
    border-color: #3c3c86;
    color: #3c3c86;
}

.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
    background-color: #3c3c86;
    color: #fff;
}

.btn.btn-primary,
.form-control.btn-primary {
    background-color: #3c3c86;
    color: #fff;
    border-color: #3c3c86;
}

.btn.btn-primary:hover,
.form-control.btn-primary:hover {
    background-color: transparent;
    border-color: #3c3c86;
    color: #000;
}

.btn.btn-secondary,
.form-control.btn-secondary {
    background-color: #FFA10E;
    color: #fff;
    border-color: #FFA10E;
}

.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
    background-color: transparent;
    border-color: #FFA10E;
    color: #000;
}

@media screen and (max-width: 991px) {
    .btn-small,
    .form-control-small {
        font-size: 11px;
    }
    .btn-view-all,
    .btn-custom,
    .form-control-view-all,
    .form-control-custom {
        font-size: 12px;
    }
    .btn.btn-custom-large,
    .btn.btn-custom-small,
    .form-control.btn-custom-large,
    .form-control.btn-custom-small {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .btn.btn-custom-large,
    .btn.btn-custom-small,
    .form-control.btn-custom-large,
    .form-control.btn-custom-small {
        padding: 8px 20px;
        font-size: 13px;
    }
}


/* -- Sroll To Top on Click -- */

.scrollevent a {
    font-size: 18px;
    text-decoration: none;
}

.scrollevent a:hover {
    font-style: normal;
}

.scrollevent a .btn-scroll-up {
    padding: 5px 6px;
    background-color: rgba(60, 60, 134, 0.95);
    box-shadow: none;
    border: 1px solid;
    border-color: #2c2c63;
    border-radius: 6px 6px 0 0;
    color: #fff;
    transition: 0.6s all;
    cursor: pointer;
}

.scrollevent a .btn-scroll-up i {
    transform: translateY(0);
    transition: 0.6s all;
    color: #fff;
}

.scrollevent a .btn-scroll-up:hover i {
    transform: translateY(-5px);
}

.scrollevent a .btn-scroll-up:focus {
    text-decoration: none;
    border: none;
    outline: none;
}

.scrollToTop {
    z-index: 9999;
    text-align: center;
    background: transparent;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none !important;
    cursor: pointer;
}

.scrollToTop.d-block {
    display: block !important;
}

@media screen and (max-width: 767px) {
    .scrollToTop.d-block {
        display: none !important;
    }
}

.scrollToTop button i {
    padding: 3px;
    font-size: 18px;
    color: #fff;
}

.scrollToTop:hover {
    text-decoration: none;
}

body {
    background-color: #1cb5e0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    display: block;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

p {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    transition: 0.4s all;
}

p {
    line-height: 1.7;
}

a {
    color: #000;
    text-decoration: none;
    display: block;
    overflow: hidden;
    transition: 0.4s all;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    font-style: normal;
    cursor: pointer;
    outline: none;
}

a:hover img {
    transform: scale(1.1);
}

.navbar-brand:hover img {
    transform: scale(1);
}

i {
    transition: 0.4s all;
}

.mobile-call-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    z-index: 99;
    display: none;
}

@media screen and (max-width: 767px) {
    .mobile-call-button {
        display: block;
    }
}

.mobile-call-button a {
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    color: #fff;
    background-color: rgba(60, 60, 134, 0.7);
    border-radius: 100%;
}

.socials li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    text-align: center;
    margin: 0 0.3em;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
}

.socials li a i {
    font-size: 12px;
}

.socials li a:hover {
    border-color: white;
}

.socials li a:hover i {
    color: #FFA10E;
}

@media screen and (max-width: 992px) {
    .socials {
        display: flex;
        flex-direction: row;
    }
    .socials li a {
        border-color: rgba(60, 60, 134, 0.7);
    }
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.no-border-right {
    border-right: none !important;
}

.no-border-left {
    border-left: none !important;
}

.no-border-top {
    border-top: none !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.slick-slide:focus {
    outline: none;
}

.slick-dots {
    margin-top: 15px;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: auto 3px;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #8a8a8a;
    cursor: pointer;
}

.slick-dots li button {
    text-indent: -9999px;
    display: none;
    border: none;
    background-color: transparent;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active {
    background-color: #3c3c86;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slick-arrow i {
    font-size: 42px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    background-color: #fff;
    color: #8a8a8a;
    text-align: center;
    cursor: pointer;
}

.slick-arrow i:hover {
    color: #000;
}

.slick-arrow.left {
    left: 0px;
    z-index: 9;
}

.slick-arrow.right {
    right: 0px;
}

.section {
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 8px;
}

.section-header h2 {
    font-size: 38px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
}

.section-header h2 span {
    color: #0a599d;
}

.section-header h2::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: #3c3c86;
    margin: 10px auto;
}

.section-header h6 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #8a8a8a;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.section-header.left {
    border-left: 5px solid #3c3c86;
    padding: 2px 0 2px 20px;
    text-align: left;
}

.section-header.left h2::after {
    display: none;
}

@media screen and (max-width: 1199px) {
    .section {
        padding: 60px 0;
    }
    .section-header {
        margin-bottom: 30px;
    }
    .section-header h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 991px) {
    .section {
        padding: 45px 0;
    }
    .section-header h2 {
        font-size: 30px;
    }
    .section-header h6 {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .section {
        padding: 30px 0;
    }
    .section-header h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 576px) {
    .section-header h2 {
        font-size: 20px;
    }
    .section-header h6 {
        font-size: 13px;
    }
}

.breadcrumb {
    background: url("../images/breadcrumb.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 0;
    position: relative;
}

.breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(60, 60, 134, 0.7);
}

.breadcrumb .wrapper {
    width: 100%;
}

.breadcrumb .bread-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.breadcrumb .bread-wrap .bread-item,
.breadcrumb .bread-wrap .bread-link {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: 0.3s ease-in;
}

.breadcrumb .bread-wrap .bread-item {
    position: relative;
    padding: 0 20px 0 10px;
}

.breadcrumb .bread-wrap .bread-item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-family: "fontawesome";
    font-size: 12px;
    color: #fff;
}

.breadcrumb .bread-wrap .bread-item .bread-link {
    transition: 0.3s ease-in;
}

.breadcrumb .bread-wrap .bread-item .bread-link:hover {
    color: #000;
}

.breadcrumb .bread-wrap .bread-item:last-child::before {
    content: none;
}

.breadcrumb .bread-title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    position: relative;
}

header {
    transition: 0.4s all;
}

header .top-bar {
    background-color: #f4fcfd;
}

header .top-bar .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

header .top-bar .wrapper i,
header .top-bar .wrapper span {
    display: inline-block;
    font-size: 13px;
    color: #3c3c86;
}

header .top-bar .wrapper i {
    margin-right: 8px;
}

header .top-bar .wrapper h3 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #3c3c86;
}

header .top-bar .wrapper .item-wrapper {
    flex: 0 0 50%;
    justify-content: flex-end;
    padding: 10px;
}

header .top-bar .social-links {
    margin-left: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .top-bar .social-links::before {
    content: "|";
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin-right: 15px;
}

header .top-bar .social-links i {
    margin-right: 0;
    margin-left: 10px;
}

header .navbar {
    padding: 0.5rem 0;
}

header .navbar .navbar-brand figure {
    max-width: 100px;
}

header .navbar .navbar-toggler {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #8a8a8a;
}

header .navbar-collapse {
    align-items: center;
    justify-content: space-around;
}

header .navbar-collapse .navbar-nav {
    flex: 0 0 40%;
    align-items: center;
}

header .navbar-collapse .navbar-nav .nav-item.estimate {
    margin-left: 31%;
}

header .navbar-collapse .navbar-nav .nav-item.estimate .nav-link {
    padding: 10px 20px;
    background-color: #3c3c86;
    color: #fff;
    font-weight: 400;
    margin-right: 0;
}

header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    color: #fff;
}

header .navbar-collapse .navbar-nav .mobile-only {
    display: none;
}

header .navbar-collapse .navbar-nav .nav-link {
    margin: 10px;
    padding: 0 10px;
    color: #1c1c1c;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

header .navbar-collapse .navbar-nav .nav-link.button {
    border: 1px solid #3c3c86;
    padding: 7px 22px;
    color: #3c3c86;
    font-size: 13px;
}

header .navbar-collapse .navbar-nav .nav-link.button:hover {
    background-color: #3c3c86;
    color: #fff;
}

header .navbar-collapse .navbar-nav .nav-link:hover {
    color: #fff;
}

header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

header.fixed-header .top-bar {
    display: none;
}

header.fixed-header .navbar-collapse .logo {
    margin-top: -10px;
}

header.fixed-header .navbar-collapse .logo .navbar-brand figure {
    max-width: 80px;
}

header.fixed-header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    color: #FFA10E;
}

@media screen and (max-width: 992px) {
    header .top-bar {
        display: none;
    }
    header .navbar .navbar-brand {
        padding: 0;
        margin: 0;
        display: block;
    }
    header .navbar .navbar-brand figure {
        max-width: 80px;
    }
    header .navbar-collapse .logo {
        display: none;
    }
    header .navbar-collapse .navbar-nav {
        flex: 0 0 100%;
        align-items: center;
    }
    header .navbar-collapse .navbar-nav .nav-item.estimate {
        margin-left: 0;
    }
    header .navbar-collapse .navbar-nav .nav-item.estimate .nav-link {
        padding: 10px 20px;
        background-color: #3c3c86;
        color: #fff;
        font-weight: 400;
    }
    header .navbar-collapse .navbar-nav .mobile-only {
        display: block;
    }
    header .navbar-collapse .navbar-nav .mobile-only .social-links {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    header .navbar-collapse .navbar-nav .mobile-only .social-links a {
        margin: 4px;
    }
    header .navbar-collapse .navbar-nav.left .nav-item {
        padding: 0;
        margin: 0;
    }
    header .navbar-collapse .navbar-nav .nav-link {
        margin: 8px 0;
        padding: 0;
        color: #1c1c1c;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
    }
    header .navbar-collapse .navbar-nav .nav-link.button {
        border: 1px solid #3c3c86;
        padding: 7px 22px;
        color: #3c3c86;
        font-size: 13px;
    }
    header .navbar-collapse .navbar-nav .nav-link.button:hover {
        background-color: #3c3c86;
        color: #fff;
    }
    header .navbar-collapse .navbar-nav .nav-link:hover {
        color: #FFA10E;
    }
}

.banner .slider .block .image {
    position: relative;
    max-height: calc(100vh - 80px);
    overflow: hidden;
}

.banner .slider .block .image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
}

.banner .slider .block .image img {
    height: 100%;
    width: 100%;
    max-width: initial;
}

.banner .slider .block .text {
    position: absolute;
    bottom: 0;
    left: auto;
    width: 450px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #fff;
}

.banner .slider .block .text h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 10px;
}

.banner .slider .block .text .button {
    margin: 0;
    margin-top: 25px;
    position: relative;
    border-color: #fff;
}

.banner .slider .block .text .button a {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 30px;
    display: inline-block;
    padding: 8px 32px 8px 45px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: transparent;
    color: #fff;
    position: relative;
}

.banner .slider .block .text .button a i {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    border: 1px solid #fff;
    height: 28px;
    width: 28px;
    line-height: 28px;
}

.banner .slider .block .text .button a:hover {
    background-color: #fff;
    color: #1c1c1c;
}

.banner .slider .block .text .button a:hover i {
    border-color: #1c1c1c;
}

.banner .slider .slick-arrow {
    z-index: 9;
}

.banner .slider .slick-arrow.left {
    left: 0;
}

.banner .slider .slick-arrow.right {
    right: 0;
}

.banner .slider .slick-arrow i {
    background-color: transparent;
    color: #fff;
    opacity: 0.6;
}

.banner .slider .slick-arrow i:hover {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .banner .slider .block .text h4 {
        font-size: 16px;
    }
    .banner .slider .block .text .desc {
        font-size: 14px;
    }
    .banner .slider .block .text .button a {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .banner .slider .block .image {
        height: auto;
    }
    .banner .slider .block .image img {
        width: 100%;
    }
    .banner .slider .block .text {
        width: 100%;
        position: relative;
        background-color: #3c3c86;
        margin-top: -40px;
    }
    .banner .slider .block .text h4 {
        font-size: 14px;
        font-weight: 400;
    }
    .banner .slider .slick-arrow {
        display: none !important;
    }
}

@media screen and (max-width: 576px) {
    .banner .slider .block .text .desc {
        margin-top: 10px;
        font-size: 13px;
    }
}

.section-about {
    position: relative;
}

.section-about .slick-arrow {
    position: absolute;
    top: 100%;
    transform: translateY(0);
    margin-top: -50px;
}

.section-about .slick-arrow i {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    padding: 10px;
    background-color: #3c3c86;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
}

.section-about .slick-arrow i:hover {
    color: #fff;
}

.section-about .slick-arrow.left {
    left: 30px;
    z-index: 9;
}

.section-about .slick-arrow.right {
    right: 30px;
}

.section-about .about-image {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

.section-about .about-image .main-img {
    position: relative;
    overflow: hidden;
    z-index: 99;
    width: auto;
    inset: 0px auto auto 50%;
    position: relative;
    transform: translate(-50%, 0px);
    height: 100%;
}

.section-about .about-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.section-about .about-image .shape {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 999;
    max-width: 300px;
    height: 300px;
}

.section-about .about-image.one::after {
    background: url(../images/sub-slider_1.jpg) no-repeat center 100%/cover;
}

.section-about .about-image.two::after {
    background: url(../images/sub-slider_2.jpg) no-repeat center 100%/cover;
}

.section-about .about-image.three::after {
    background: url(../images/sub-slider_3.jpg) no-repeat center 100%/cover;
}

.section-about .about-image.four::after {
    background: url(../images/sub-slider_4.jpg) no-repeat center 100%/cover;
}

.section-about .about-image .text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    overflow: visible;
}

.section-about .about-image .text h3 {
    font-size: 26px;
    font-weight: 700;
    color: #3c3c86;
    line-height: 1.2;
}

.section-about .about-image .text p {
    font-size: 13px;
    color: #8a8a8a;
    line-height: 1.5;
}

.section-about .about-desc p {
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    color: #8a8a8a;
    line-height: 1.6;
    max-width: 765px;
    margin: 0 auto;
    text-align: center;
}

.section-about .about-desc .button {
    text-align: center;
    margin-top: 30px;
}

.section-about .about-desc .button .btn {
    font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    padding: 10px 32px;
    color: #fff;
    background-color: #3c3c86;
    text-transform: uppercase;
    border: 1px solid #3c3c86;
}

.section-about .about-desc .button .btn:hover {
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}

@media screen and (max-width: 767px) {
    .section-about {
        position: relative;
    }
    .section-about .about-desc p {
        font-size: 14px;
        padding: 10px;
        margin-top: -20px;
    }
    .section-about .about-desc .button {
        margin-top: 20px;
    }
    .section-about .about-desc .button .btn {
        font-size: 12px;
        padding: 8px 26px;
    }
}

@media screen and (max-width: 576px) {
    .section-about .about-image .text {
        top: 0px;
        left: 0;
        padding: 10px;
        width: 200px;
    }
    .section-about .about-image .text h3 {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 1.2;
    }
}

.section-features {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    background: #f8f8f8;
}

.section-features::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}

.section-features::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    width: 100%;
    background: url(../images/shape6.png) no-repeat center 100%/cover;
}

.section-features .section-header {
    position: relative;
}

.section-features .wrapper {
    position: relative;
}

.section-features .wrapper .item img {
    width: 100%;
    display: none;
}

.section-features .wrapper .item .content {
    background-color: #fff;
    text-align: center;
    padding: 10px 10px 30px 10px;
}

.section-features .wrapper .item .content .icon i {
    font-size: 30px;
    color: #FFA10E;
    height: 80px;
    width: 80px;
    background-color: #fff;
    margin-top: -30px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
}

.section-features .wrapper .item .content h3 {
    font-size: 18px;
    color: #1c1c1c;
    margin-bottom: 30px;
}

.section-features .wrapper .item .content h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: #dedede;
    margin: 15px auto;
}

@media screen and (max-width: 991px) {
    .section-features {
        padding-top: 50px;
    }
    .section-features::before,
    .section-features::after {
        display: none;
    }
    .section-features .wrapper {
        position: relative;
    }
    .section-features .wrapper .item {
        margin-bottom: 40px;
    }
    .section-features .wrapper .item .content .icon {
        margin-top: -10px;
    }
    .section-features .wrapper .item .content .icon i {
        font-size: 20px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .section-features .wrapper .item .content h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.sectionWrapper .block {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #f4fbfd;
}

.sectionWrapper .block>* {
    flex: 1 1 50%;
}

.sectionWrapper .block.reverse {
    background: transparent;
}

.sectionWrapper .block.reverse>* {
    flex: 1 1 50%;
}

.sectionWrapper .block .image img {
    width: 100%;
}

.sectionWrapper .block .text {
    text-align: center;
    padding: 30px;
}

.sectionWrapper .block .text i {
    font-size: clamp(40px, 5vw, 80px);
    margin-bottom: 20px;
    color: #3c3c86;
}

.sectionWrapper .block .text h3 {
    font-size: clamp(25px, 5vw, 60px);
    font-weight: 300;
    color: #3c3c86;
}

.sectionWrapper .block .text h3 span {
    display: block;
}

@media screen and (max-width: 481px) {
    .sectionWrapper .block>* {
        flex: 1 1 100%;
    }
    .sectionWrapper .block.reverse {
        flex-direction: column-reverse;
    }
    .sectionWrapper .block.reverse>* {
        flex: 1 1 100%;
    }
}

.section-services {
    padding-bottom: 120px;
    position: relative;
}

.section-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dolphin.png) no-repeat center 100%/cover;
    opacity: 0.1;
}

.section-services .block {
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
}

.section-services .block .text {
    text-align: center;
    padding: 15px;
}

.section-services .block .text .title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #1c1c1c;
}

.section-services .block .text .button {
    margin-top: 20px;
    text-align: center;
}

.section-services .block::before,
.section-services .block::after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 95%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.section-services .block::after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.service-page .section-header h2 {
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
}

.service-page .block {
    margin-bottom: 30px;
    box-shadow: 0 0 18px -11px #1c1c1c;
}

.service-page .block::before,
.service-page .block::after {
    display: none;
}

@media screen and (max-width: 1199px) {
    .section-services {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 992px) {
    .section-services {
        padding-bottom: 0;
    }
    .section-services .block .text {
        padding: 10px 6px;
    }
    .section-services .block .text .title {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .section-services {
        padding: 40px 0 0 0;
    }
    .section-services .block {
        margin-bottom: 20px;
    }
    .section-services .block .text {
        padding: 10px;
    }
    .section-services .block .text .title {
        font-size: 16px;
    }
}

.mfp-gallery {
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.2);
}

.section-gallery .main-button {
    margin-top: 30px;
    text-align: center;
}

.section-testimonials {
    background-image: url(../images/testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #fff;
}

.section-testimonials::after {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    height: 120px;
    width: 100%;
    background: url(../images/shape1.png) no-repeat center 100%/cover;
}

.section-testimonials .wrapper .block {
    text-align: center;
    background-color: #fff;
    padding: 30px;
    margin: 5px;
    border-radius: 6px;
    box-shadow: 0px 4px 47px 0px rgba(160, 190, 212, 0.22);
}

.section-testimonials .wrapper .block .image img {
    width: 70px;
    height: 70px;
    object-position: center;
    object-fit: cover;
    line-height: 70px;
    border-radius: 100%;
    margin: 0 auto;
}

.section-testimonials .wrapper .block .title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #1c1c1c;
    margin-top: 20px;
}

.section-testimonials .wrapper .block .subtitle {
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin: 8px 0;
    color: #3c3c86;
}

.section-testimonials .wrapper .block .subtitle::after {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    background-color: #3c3c86;
    margin: 20px auto 10px auto;
}

.section-testimonials .wrapper .block .ratings {
    margin-top: 20px;
}

.section-testimonials .wrapper .block .ratings i {
    margin: 1px;
    color: #ffd21f;
}

@media screen and (max-width: 992px) {
    .section-testimonials::after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .section-testimonials .wrapper .block .title {
        font-size: 18px;
    }
    .section-testimonials .wrapper .block .subtitle {
        font-size: 14px;
    }
    .section-testimonials .wrapper .block .subtitle::after {
        margin: 10px auto 10px auto;
    }
}

footer {
    background-color: #fff;
    padding: 50px 0 35px 0;
}

footer .footer-block .logo {
    margin-top: -20px;
    margin-bottom: 10px;
}

footer .footer-block .logo img {
    max-width: 220px;
}

footer .footer-block .about p {
    font-size: 14px;
    color: #0D4F61;
    padding-right: 30px;
    word-spacing: 0.1em;
}

footer .footer-block .about strong {
    font-size: 16px;
    display: block;
}

footer .footer-block .follow {
    margin-top: 30px;
}

footer .footer-block .follow h3 {
    font-size: 18px;
    color: #0D4F61;
    font-weight: 600;
}

footer .footer-block .follow ul {
    display: flex;
    flex-direction: row;
}

footer .footer-block .follow ul li {
    margin-right: 10px;
}

footer .footer-block .follow ul li a {
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #fff;
    margin: 0;
    padding: 0;
    color: #0D4F61;
}

footer .footer-block .follow ul li a i {
    margin: 0;
    font-size: 13px;
}

footer .footer-block .follow ul li a:hover {
    background-color: #fff;
    color: #3c3c86;
}

footer .footer-block .footer-title {
    margin-bottom: 20px;
    position: relative;
}

footer .footer-block .footer-title h3 {
    font-size: 16px;
    font-weight: 600;
    color: #0D4F61;
    padding: 0;
}

footer .footer-block .footer-title h3::after {
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    background-color: #FFA10E;
    margin-top: 10px;
}

footer .footer-block .links h5 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #0D4F61;
}

footer .footer-block .links li {
    margin: 10px 0;
}

footer .footer-block .links li a {
    font-size: 14px;
    color: #0D4F61;
    margin: 8px 0;
    padding: 3px 0;
}

footer .footer-block .links li i {
    margin-right: 8px;
}

footer .footer-block .links li .info {
    font-size: 14px;
    color: #0D4F61;
    word-break: break-all;
}

footer .footer-block .links li a,
footer .footer-block .links li .info:hover {
    color: #FFA10E;
}

footer .footer-block .links.menu li a {
    position: relative;
    color: #0D4F61;
}

footer .footer-block .links.menu li a::before {
    content: "";
    font-size: 12px;
    margin-right: 10px;
    font-family: "fontAwesome";
}

footer .footer-block .links .links {
    margin-top: 15px;
    display: flex;
}

footer .footer-block .links .links li {
    margin: 0;
}

footer .footer-block .links .links li:first-child a {
    margin-left: 0;
}

footer .footer-block .links .links a {
    margin: 0 7px;
    color: #0D4F61;
}

footer .footer-block .list {
    flex-wrap: wrap;
}

footer .footer-block .list li {
    flex: 0 0 calc(50% - 30px);
    margin: 0 15px 15px 0;
}

.footer-bottom {
    background-color: #1c1c1c;
    padding: 8px 0;
}

.footer-bottom .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.footer-bottom .wrapper p {
    color: #f8f8f8;
}

.footer-bottom .wrapper a {
    color: #fff;
    margin-left: 6px;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    footer {
        padding: 50px 0 35px 0;
    }
    footer .footer-block .about p {
        padding-right: 15px;
    }
    footer .footer-block .links h5 {
        font-size: 14px;
    }
    footer .footer-block .links.information li .info span {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    footer {
        padding: 35px 0 20px 0;
    }
    footer .footer-block {
        text-align: center;
        margin-bottom: 30px;
    }
    footer .footer-block .about p {
        padding: 10px;
        margin-bottom: 20px;
    }
    footer .footer-block .follow ul {
        justify-content: center;
    }
    footer .footer-block .footer-title h3 {
        font-size: 14px;
    }
    footer .footer-block .footer-title h3::after {
        margin: 10px auto;
        margin-bottom: 0;
    }
    footer .footer-block .footer-title::after {
        margin: 4px auto;
    }
    footer .footer-block .links.information {
        padding: 0;
    }
    footer .footer-block .links.menu li a::before {
        display: none;
    }
    footer .footer-block .links .links {
        justify-content: center;
    }
    footer .footer-block .list {
        justify-content: center;
    }
    footer .footer-block .list li {
        flex: 0 0 calc(25% - 30px);
        margin: 0 8px 8px 0;
    }
}

@media screen and (max-width: 767px) and (max-width: 480px) {
    footer .footer-block .list li {
        flex: 0 0 calc(50% - 30px);
        margin: 0 15px 15px 0;
    }
}

.page-about .section-about {
    padding: 0;
}

.about-top {
    overflow: hidden;
}

.about-top .about-top-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
}

.about-top .about-top-wrapper .about-top-image {
    margin-right: 20px;
    position: relative;
}

.about-top .about-top-wrapper .about-top-image .b-img1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-top .about-top-wrapper .about-top-block {
    background: #fff;
    margin-top: 30px;
    margin-left: -100px;
    margin-bottom: 30px;
    padding: 60px 60px;
    z-index: 2;
    box-shadow: 0 0 8px -7px #000;
}

.about-top .about-top-wrapper .about-top-block h6 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #3c3c86;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: capitalize;
}

.about-top .about-top-wrapper .about-top-block h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    padding-top: 15px;
}

.about-top .about-top-wrapper .about-top-block p {
    font-size: 0.9375rem;
    padding: 15px 0;
    word-spacing: 0.04em;
}

.about-top .about-top-wrapper .about-top-block .listing li {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding-bottom: 10px;
}

.about-top .about-top-wrapper .about-top-block .listing li i {
    color: #3c3c86;
    font-size: 12px;
    padding-right: 12px;
}

@media screen and (max-width: 992px) {
    .about-top .about-top-wrapper {
        grid-template-columns: 1fr;
    }
    .about-top .about-top-wrapper .about-top-image .b-img1 {
        display: none;
    }
    .about-top .about-top-wrapper .about-top-image .b-img2 {
        position: relative;
        bottom: 0;
        left: 0;
        box-shadow: none;
        width: 100%;
    }
    .about-top .about-top-wrapper .about-top-block {
        background-color: transparent;
        flex: 0 0 100%;
        margin: 0;
        padding: 0 0;
        margin-left: 0;
        box-shadow: none;
        text-align: center;
    }
    .about-top .about-top-wrapper .about-top-block h6 {
        font-size: 16px;
    }
    .about-top .about-top-wrapper .about-top-block h4 {
        font-size: 26px;
        padding-top: 10px;
    }
    .about-top .about-top-wrapper .about-top-block p {
        padding: 10px 0;
        color: #f8f8f8;
    }
    .about-top .about-top-wrapper .about-top-block p:last-child {
        padding-bottom: 0;
    }
    .about-top .about-top-wrapper .about-top-block .listing li {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .about-top .about-top-wrapper .about-top-block {
        flex: 0 0 calc(100%);
        margin-top: 20px;
        padding: 0;
        margin-left: 0;
        text-align: center;
    }
    .about-top .about-top-wrapper .about-top-block h4 {
        font-size: 20px;
        padding-top: 10px;
    }
    .about-top .about-top-wrapper .about-top-block p {
        font-size: 13px;
        padding: 20px 0;
    }
}

.page-services .section-header h2 {
    color: #fff;
}

.page-services .service-block {
    display: flex;
    flex-direction: row;
    padding: 0;
    box-shadow: none;
    justify-content: space-between;
    margin: 0 0 60px 0;
}

.page-services .service-block .figure {
    flex: 0 0 calc(100% / 2 - 30px);
    min-height: 100%;
}

.page-services .service-block .figure img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.page-services .service-block .block-content {
    flex: 0 0 calc(100% / 2 - 30px);
}

.page-services .service-block .block-content h4 {
    font-size: 26px;
    color: #3c3c86;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding-bottom: 20px;
}

.page-services .service-block .block-content p {
    font-size: 15px;
    margin-bottom: 10px;
    color: #f8f8f8;
}

@media screen and (max-width: 1199px) {
    .page-services .service-block {
        align-items: center;
    }
    .page-services .service-block .figure {
        flex: 0 0 calc(40% - 30px);
    }
    .page-services .service-block .block-content {
        flex: 0 0 calc(60% - 30px);
    }
    .page-services .service-block .block-content p {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .page-services .service-block {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .page-services .service-block .figure {
        flex: 0 0 calc(100%);
        margin: 0 0 20px 0;
    }
    .page-services .service-block .block-content {
        flex: 0 0 calc(100%);
        margin: 0;
        text-align: center;
    }
    .page-services .service-block .block-content h4 {
        padding: 10px 0;
    }
    .page-services .service-block .block-content p {
        margin-bottom: 5px;
    }
    .page-services .service-block.rev-block {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 576px) {
    .page-services .service-block {
        margin-bottom: 30px;
    }
    .page-services .service-block .block-content h4 {
        font-size: 20px;
    }
    .page-services .service-block .block-content p {
        font-size: 13px;
    }
    .page-services .service-block.rev-block {
        flex-direction: column-reverse;
    }
}

.page-gallery .page-gallery-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.page-gallery .page-gallery-wrapper .imaze {
    flex: 0 0 calc(100% / 3 - 10px);
    margin: 5px;
    position: relative;
    transition: 0.5s ease-out;
}

.page-gallery .page-gallery-wrapper .imaze::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.7);
    width: 0;
    height: 0;
    transition: 0.5s ease-out;
}

.page-gallery .page-gallery-wrapper .imaze .content p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #3c3c86;
    font-weight: 600;
    opacity: 0;
    transition-delay: 0.3s;
}

.page-gallery .page-gallery-wrapper .imaze:hover::before {
    width: 90%;
    height: 90%;
    z-index: 2;
}

.page-gallery .page-gallery-wrapper .imaze:hover img {
    transform: scale(1.1);
}

.page-gallery .page-gallery-wrapper .imaze:hover .content p {
    z-index: 3;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .page-gallery .page-gallery-wrapper .imaze {
        flex: 0 0 calc(100% / 2 - 10px);
    }
}

.information {
    overflow: hidden;
}

.information .title {
    text-align: center;
}

.information .title h2 {
    font-size: 32px;
    color: #1c1c1c;
    font-weight: 800;
    padding-bottom: 10px;
}

.information .title .text {
    padding: 20px 0;
    max-width: 500px;
    margin: auto;
}

.information .title .text p {
    font-size: 15px;
    color: #f8f8f8;
}

.information .info-wrapper {
    position: relative;
    margin-top: -110px;
    z-index: 1;
}

.information .info-wrapper .block {
    text-align: center;
    padding: 45px 10px 30px 10px;
    background-color: #3c3c86;
    transition: 0.3s ease-in-out;
    position: relative;
}

.information .info-wrapper .block::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    transition: 0.5s ease-out;
}

.information .info-wrapper .block .logo i {
    font-size: 30px;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.information .info-wrapper .block .info-detail h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0 10px 0;
    transition: 0.3s ease-in-out;
}

.information .info-wrapper .block .info-detail p {
    font-size: 15px;
    max-width: 250px;
    margin: auto;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.information .info-wrapper .block:hover {
    cursor: pointer;
    box-shadow: 0 0 5px 2px #dedede;
}

.information .info-wrapper .block:hover::after {
    top: 0;
    height: 100%;
}

.information .info-wrapper .block:hover .logo {
    z-index: 2;
    position: relative;
}

.information .info-wrapper .block:hover .logo i {
    color: #3c3c86;
}

.information .info-wrapper .block:hover .info-detail {
    z-index: 2;
    position: relative;
}

.information .info-wrapper .block:hover .info-detail h6 {
    color: #3c3c86;
}

.information .info-wrapper .block:hover .info-detail p {
    color: #3c3c86;
}

.appointment {
    overflow: hidden;
    padding-top: 60px;
}

.appointment .form-block {
    overflow: hidden;
}

.appointment .form-block .title h4 {
    font-size: 25px;
    font-weight: 600;
    color: #313944;
}

.appointment .form-block .title p {
    padding: 15px 0;
    font-size: 1rem;
    font-weight: 400;
    color: #f8f8f8;
}

.appointment .form-block .form .form-group .form-control {
    font-size: 1rem;
    font-weight: 300;
    padding: 10px 15px;
    height: auto;
    resize: none;
}

.appointment .form-block .form .form-group .form-control:focus {
    border-color: #dedede;
}

.appointment .form-block .form .form-group .form-control option {
    font-size: 1rem;
    font-weight: 300;
    padding: 8px 12px;
}

.appointment .form-block .form .btn-formstyle {
    background-color: #3c3c86;
    color: #fff;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 0;
    border: 2px solid #3c3c86;
}

.appointment .form-block .form .btn-formstyle:hover {
    background-color: #fff;
    color: #3c3c86;
    border: 2px solid #3c3c86;
}

@media screen and (max-width: 992px) {
    .appointment .image img {
        height: 400px;
        object-fit: cover;
        object-position: center left;
    }
    .information .title h2 {
        font-size: 26px;
    }
    .information .title .text p {
        font-size: 14px;
    }
    .information .info-wrapper {
        margin-top: 0;
    }
    .information .info-wrapper .block {
        padding: 30px 10px 30px 10px;
        margin-bottom: 20px;
        word-break: break-all;
    }
    .information .info-wrapper .block .info-detail h6 {
        font-size: 16px;
    }
    .information .info-wrapper .block .info-detail p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .appointment .image {
        text-align: center;
    }
    .appointment .image img {
        height: auto;
    }
    .appointment .form-block {
        margin-top: 30px;
        text-align: center;
    }
    .appointment .form-block .title h4 {
        font-size: 22px;
        font-weight: 600;
        color: #313944;
        font-family: "Gabriela", serif;
    }
    .appointment .form-block .title p {
        padding: 15px 0;
        font-size: 14px;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
    }
    .appointment .form-block .form .form-group .form-control {
        font-size: 14px;
        padding: 8px 12px;
        resize: none;
    }
    .appointment .form-block .form .form-group .form-control:focus {
        border-color: #dedede;
    }
    .appointment .form-block .form .form-group .form-control option {
        font-size: 14px;
        padding: 8px 12px;
    }
    .appointment .form-block .form .btn-formstyle {
        font-size: 14px;
    }
}

@media screen and (max-width: 577px) {
    .information {
        padding: 40px 0 20px;
    }
    .information .title h2 {
        font-size: 22px;
    }
    .information .info-wrapper .block {
        padding: 30px 10px 30px 10px;
        margin-bottom: 20px;
    }
    .information .info-wrapper .block .info-detail h6 {
        font-size: 16px;
        padding: 10px 0;
    }
    .information .info-wrapper .block .info-detail p {
        font-size: 13px;
    }
    .appointment .form-block .form .form-group {
        margin: 0;
    }
    .appointment .form-block .form .form-group .form-control {
        margin-bottom: 20px;
    }
    .appointment .form-block .form .btn-formstyle {
        font-size: 14px;
    }
}

.page-quote .quote-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
    box-shadow: 0 0 4px -3px #525252;
}

.page-quote .quote-wrapper .image-content {
    background-image: url("../images/quote_img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-quote .quote-wrapper .image-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.page-quote .quote-wrapper .image-content .top-desc,
.page-quote .quote-wrapper .image-content .bottom-desc {
    position: relative;
    color: #fff;
}

.page-quote .quote-wrapper .image-content .top-desc h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.page-quote .quote-wrapper .image-content .top-desc .desc {
    color: #f8f8f8;
    font-weight: 600;
    padding-top: 15px;
}

.page-quote .quote-wrapper .image-content .bottom-desc .info-block {
    padding-bottom: 8px;
}

.page-quote .quote-wrapper .image-content .bottom-desc .info-block h6 {
    font-size: 0.9375rem;
}

.page-quote .quote-wrapper .image-content .bottom-desc .info-block p {
    font-size: 0.875rem;
    color: #f8f8f8;
}

.page-quote .quote-wrapper .contact-block .main-title {
    padding: 60px 0 30px 0;
}

.page-quote .quote-wrapper .contact-block .main-title h4 {
    font-size: 1.75rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #000;
}

.page-quote .quote-wrapper .contact-block .form .form-group {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 20px;
}

.page-quote .quote-wrapper .contact-block .form .form-group label {
    font-size: 1rem;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    background-color: transparent;
    color: #525252;
    border: none;
    padding: 0;
    width: 100%;
}

.page-quote .quote-wrapper .contact-block .form .form-group label i {
    display: none;
}

.page-quote .quote-wrapper .contact-block .form .form-group .form-cell {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding: 8px 5px;
    color: #8a8a8a;
    width: 70%;
}

.page-quote .quote-wrapper .contact-block .form .form-group .form-cell::placeholder {
    color: #8a8a8a;
    opacity: 0.5;
}

.page-quote .quote-wrapper .contact-block .form .form-group .form-cell.btn {
    border: 1px solid #3c3c86;
    color: #fff;
    margin-top: 20px;
    width: 70%;
}

.page-quote .quote-wrapper .contact-block .form .form-group .form-cell.btn:hover {
    color: #3c3c86;
}

.page-quote .quote-wrapper .contact-block .form .form-group.message label {
    height: auto;
}

.page-quote .quote-wrapper .contact-block .form .form-group.message .form-cell {
    resize: none;
    min-height: 100px;
}

@media screen and (max-width: 992px) {
    .page-quote .quote-wrapper {
        grid-column-gap: 40px;
    }
    .page-quote .quote-wrapper .image-content {
        padding: 40px 30px;
    }
    .page-quote .quote-wrapper .image-content .top-desc h2 {
        font-size: 2rem;
    }
    .page-quote .quote-wrapper .contact-block .main-title {
        padding: 40px 0 30px 0;
    }
    .page-quote .quote-wrapper .contact-block .form .form-group {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        margin-bottom: 20px;
    }
    .page-quote .quote-wrapper .contact-block .form .form-group .form-cell {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .page-quote .quote-wrapper {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
    }
    .page-quote .quote-wrapper .image-content::before {
        background-color: rgba(0, 0, 0, 0.6);
    }
    .page-quote .quote-wrapper .image-content .top-desc .desc {
        padding-top: 10px;
    }
    .page-quote .quote-wrapper .image-content .bottom-desc {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 20px;
        margin-top: 30px;
    }
    .page-quote .quote-wrapper .image-content .bottom-desc .info-block {
        padding-bottom: 0;
    }
    .page-quote .quote-wrapper .image-content .bottom-desc .info-block h6 {
        font-size: 0.9375rem;
        padding-bottom: 5px;
    }
    .page-quote .quote-wrapper .image-content .bottom-desc .info-block p {
        font-size: 0.8125rem;
        line-height: 1.2;
        overflow-wrap: anywhere;
    }
}

@media screen and (max-width: 577px) {
    .page-quote .quote-wrapper .image-content {
        padding: 60px 40px;
    }
    .page-quote .quote-wrapper .image-content .top-desc {
        text-align: center;
    }
    .page-quote .quote-wrapper .image-content .top-desc h2 {
        font-size: 1.75rem;
    }
    .page-quote .quote-wrapper .image-content .bottom-desc {
        display: none;
    }
    .page-quote .quote-wrapper .contact-block {
        text-align: center;
    }
    .page-quote .quote-wrapper .contact-block .main-title {
        padding: 30px 0 30px 0;
    }
    .page-quote .quote-wrapper .contact-block .main-title h4 {
        font-size: 2rem;
    }
    .page-quote .quote-wrapper .contact-block .form .form-group {
        text-align: center;
        margin-bottom: 20px;
    }
    .page-quote .quote-wrapper .contact-block .form .form-group label {
        font-size: 1.125rem;
    }
    .page-quote .quote-wrapper .contact-block .form .form-group .form-cell {
        width: 70%;
        text-align: center;
    }
}

.thanks {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.thanks .icon {
    padding-top: 60px;
    width: 100%;
}

.thanks .icon i {
    font-size: 72px;
    color: #3c3c86;
}

.thanks .message {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    margin-top: 30px;
}

.thanks .message h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.03em;
    word-spacing: 0.05em;
    color: #FFA10E;
}

.thanks .message p {
    font-size: 16px;
    word-spacing: 0.05em;
    color: #525252;
    padding: 20px 0;
}

.thanks .redirect {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    background-color: #3c3c86;
    border: 1px solid #3c3c86;
    transition: 0.3s ease-in-out;
    padding: 10px;
}

.thanks .redirect i {
    color: #fff;
    padding-right: 8px;
    transition: 0.3s ease-in-out;
}

.thanks .redirect h5 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    word-spacing: 0.05em;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}

.thanks .redirect:hover {
    text-decoration: none;
    background-color: transparent;
}

.thanks .redirect:hover i {
    color: #3c3c86;
}

.thanks .redirect:hover h5 {
    color: #3c3c86;
}


/*# sourceMappingURL=style.css.map */