@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Gabriela&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Piazzolla:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
body,
p,
a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-family: "Piazzolla", serif;
    color: #8a8a8a;
}

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

.btn {
    border: none;
}

.btn,
.form-control {
    outline: none;
    box-shadow: none;
    border: 1px solid #dedede;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    border-radius: 30px;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    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: "Open Sans", sans-serif;
    text-transform: uppercase;
    border: 2px solid #1494a1;
    background-color: #1494a1;
    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: #1494a1;
    background-color: transparent;
}

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

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

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

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

.btn.btn-primary:hover,
.form-control.btn-primary:hover {
    background-color: transparent;
    border-color: #1494a1;
    color: #1494a1;
}

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

.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
    background-color: transparent;
    border-color: #2d3e50;
    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;
    }
}

html {
    scroll-behavior: smooth;
}

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

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

ul li {
    display: block;
    font-size: 14px;
    font-family: "Open Sans", 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.02);
}

.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;
}

.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(20, 148, 161, 0.7);
    border-radius: 100%;
}

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

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

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

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

.slick-dots li.slick-active {
    background-color: #1494a1;
}

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

.slick-arrow i {
    font-size: 32px;
    color: #1494a1;
    background: #fff;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

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

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

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

section {
    padding: 80px 0;
}

.section-header {
    text-align: center;
    padding-bottom: 40px;
}

.section-header h1 {
    font-size: 42px;
    color: #1494a1;
    font-weight: 700;
    text-transform: uppercase;
}

.section-header h6 {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
}

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

@media screen and (max-width: 991px) {
    section {
        padding: 45px 0;
    }
}

@media screen and (max-width: 767px) {
    section {
        padding: 40px 0;
    }
    .section-header {
        text-align: center;
        padding-bottom: 30px;
    }
    .section-header h1 {
        font-size: 26px;
    }
    .section-header h6 {
        font-size: 16px;
    }
}

.breadcrumb-wrapper {
    padding: 180px 0 20px 0;
    background: url(../images/breadcrumb1.jpg) no-repeat center center/cover;
    text-align: left;
    /* margin-bottom: 20px; */
    position: relative;
}

.breadcrumb-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(45, 62, 80, 0.7);
    transition: 0.5s all;
}

.breadcrumb-wrapper h1 {
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
}

.breadcrumb-wrapper .breadcrumb {
    background-color: transparent;
    justify-content: flex-start;
    padding-top: 20px;
    padding-left: 0;
}

.breadcrumb-wrapper .breadcrumb li {
    background-color: transparent;
    display: inline-block;
    justify-content: center;
    padding: 0 5px;
    color: #979696;
    font-size: 16px;
    font-weight: 600;
}

.breadcrumb-wrapper .breadcrumb li.active::before {
    content: "-";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: "block";
    padding: 5px 5px 5px 0;
    font-size: 14px;
    font-weight: 600;
}

.breadcrumb-wrapper .breadcrumb a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.breadcrumb-wrapper .breadcrumb a:hover {
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .breadcrumb-wrapper .container {
        max-width: 900px;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumb-wrapper h1 {
        font-size: 28px;
        font-family: "Roboto", sans-serif;
    }
}

@media screen and (max-width: 580px) {
    .breadcrumb-wrapper {
        padding: 200px 0 20px 0;
    }
    .breadcrumb-wrapper h1 {
        font-size: 22px;
        font-family: "Roboto", sans-serif;
    }
}


/* -- 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: #1494a1;
    box-shadow: none;
    border: 1px solid;
    border-color: #0e6a74;
    border-radius: 5px 5px 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;
}

header {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}

header .header-top {
    background: #2d3e50;
    padding: 10px 0;
}

header .header-top .header-wrapper {
    justify-content: space-between;
}

header .header-top .header-wrapper h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-right: 20px;
    color: #fff;
    text-transform: uppercase;
}

header .header-top .header-wrapper a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-left: 20px;
    transition: 0.5s ease-in-out all;
}

header .header-top .header-wrapper a:hover {
    color: #000;
}

header .header-top .header-wrapper .button .btn {
    background: #1494a1;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 8px 30px;
    transition: 0.5s ease-in-out all;
}

header .header-top .header-wrapper .button .btn:hover {
    border: 1px solid #fff;
    background: #2d3e50;
    color: #fff;
}

header .header-bottom {
    background: transparent;
    padding: 0;
    border-bottom: 1px solid #dedede;
}

header .header-bottom.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    transition: 0.5s ease-in-out all;
    max-height: 80px;
}

header .header-bottom.fixed-header nav .navbar-brand {
    max-width: 100px;
}

header .header-bottom.fixed-header nav .navbar-toggler .navbar-toggler-icon i {
    color: #000;
}

header .header-bottom.fixed-header nav ul li .nav-link {
    color: #000;
}

header .header-bottom.fixed-header nav ul li .nav-link:hover {
    color: #1494a1;
}

header .header-bottom nav {
    padding: 0;
}

header .header-bottom nav .navbar-brand {
    max-width: 200px;
    padding: 10px;
}

header .header-bottom nav ul li .nav-link {
    font-family: "Piazzolla", serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 12px;
    transition: 0.5s ease-in-out all;
}

header .header-bottom nav ul li .nav-link:hover {
    color: #000;
}

header .header-bottom nav ul li .dropdown-item {
    text-transform: capitalize;
    font-size: 15px;
}

header .header-bottom nav .social-icons a i {
    color: #fff;
    transition: 0.5s ease-in-out all;
}

header .header-bottom nav .social-icons a i:hover {
    color: #1494a1;
}

@media screen and (max-width: 1125px) {
    header .header-bottom .container {
        max-width: 1100px;
    }
}

@media screen and (max-width: 992px) {
    header .container {
        max-width: 900px;
    }
    header .header-bottom nav .navbar-brand {
        max-width: 180px;
    }
    header .header-bottom nav ul {
        background: #2d3e50;
        text-align: center;
    }
    header .header-bottom nav ul li .nav-link {
        font-size: 13px;
        margin-right: 0;
    }
    header .header-bottom .social-icons {
        justify-content: center;
        background: #2d3e50;
        padding-bottom: 20px;
    }
    header .header-bottom .fa-grip-lines {
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
    header .header-top .header-wrapper {
        justify-content: space-between;
    }
    header .header-top .header-wrapper h6 {
        font-size: 14px;
        padding-right: 20px;
    }
    header .header-top .header-wrapper a {
        font-size: 14px;
    }
    header .header-top .header-wrapper .button .btn {
        padding: 5px 25px;
    }
}

@media screen and (max-width: 580px) {
    header .header-top .header-wrapper {
        display: block !important;
        text-align: center;
    }
    header .header-top .header-wrapper .block {
        justify-content: center;
        padding-bottom: 10px;
    }
    header .header-top .header-wrapper .block h6 {
        font-size: 14px;
        padding-right: 20px;
    }
    header .header-top .header-wrapper .block a {
        font-size: 14px;
    }
    header .header-top .header-wrapper .block .button .btn {
        padding: 5px 25px;
    }
}

.banner {
    position: relative;
}

.banner .block {
    position: relative;
}

.banner .block .image img {
    position: relative;
    height: calc(100vh);
    min-height: 400px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    z-index: -99;
}

.banner .block .text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 99;
    transition: 0.5s all;
}

.banner .block .text h1 {
    font-family: "Piazzolla", serif;
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 40px;
    width: 60%;
    margin: 0 auto;
    letter-spacing: 1px;
    line-height: 4.5rem;
    word-spacing: 5px;
}

.banner .block .text a {
    padding: 10px 40px;
    font-size: 16px;
}

.banner .block .text a .btn {
    transition: 0.5s ease-in-out all;
}

.banner .block .text a .btn:hover {
    color: #fff;
}

@media screen and (max-width: 992px) {
    .banner .block .text h1 {
        font-size: 42px;
        padding-bottom: 40px;
        width: 60%;
        margin: 0 auto;
        line-height: 3.8rem;
    }
}

@media screen and (max-width: 768px) {
    .banner .block .text h1 {
        font-size: 32px;
        padding-bottom: 20px;
        width: 70%;
        margin: 0 auto;
        line-height: 3.5rem;
    }
}

@media screen and (max-width: 480px) {
    .banner .block .text h1 {
        font-size: 22px;
        padding-bottom: 20px;
        width: 70%;
        margin: 0 auto;
        line-height: 2.2rem;
    }
    .banner .block .text .btn {
        font-size: 14px;
        padding: 10px 30px;
    }
}

section.aboutus-section {
    padding: 0;
}

section.aboutus-section .first-section,
section.aboutus-section .third-section {
    background: url(../images/firstbg.jpg) no-repeat center center/cover;
    padding: 100px 0;
    background-attachment: fixed;
}

section.aboutus-section .first-section .wrapper,
section.aboutus-section .third-section .wrapper {
    background: rgba(255, 255, 255, 0.9);
    padding: 50px;
}

section.aboutus-section .first-section .wrapper .section-header,
section.aboutus-section .third-section .wrapper .section-header {
    padding-bottom: 20px;
}

section.aboutus-section .first-section .wrapper .section-header h4,
section.aboutus-section .third-section .wrapper .section-header h4 {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    word-spacing: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

section.aboutus-section .first-section .wrapper .desc,
section.aboutus-section .third-section .wrapper .desc {
    color: #525252;
    font-size: 16px;
    padding-bottom: 30px;
}

section.aboutus-section .first-section .wrapper a,
section.aboutus-section .third-section .wrapper a {
    color: #1494a1;
    font-size: 18px;
    font-weight: 800;
    transition: 0.5s ease-in-out all;
}

section.aboutus-section .first-section .wrapper a:hover,
section.aboutus-section .third-section .wrapper a:hover {
    color: #1494a1;
}

section.aboutus-section .second-section {
    background: url(../images/secondbg.jpg) no-repeat center center/cover;
    padding: 100px 0;
    position: relative;
    background-attachment: fixed;
}

section.aboutus-section .second-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.5s all;
}

section.aboutus-section .second-section .section-wrapper .wrapper .section-header h4 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    word-spacing: 5px;
    padding-bottom: 10px;
}

section.aboutus-section .second-section .section-wrapper .wrapper .desc {
    color: #fff;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
}

section.aboutus-section .second-section .section-wrapper .wrapper .review {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    padding-top: 40px;
    text-transform: uppercase;
}

section.aboutus-section .second-section .section-wrapper .wrapper .sites {
    margin-top: 20px;
    justify-content: center;
}

section.aboutus-section .second-section .section-wrapper .wrapper .sites a img {
    max-width: 150px;
}

section.aboutus-section .third-section {
    background: url(../images/thirdbg.jpeg) no-repeat center center/cover;
    padding: 100px 0;
    background-attachment: fixed;
}

@media screen and (max-width: 992px) {
    section.aboutus-section .container {
        max-width: 900px;
    }
}

@media screen and (max-width: 768px) {
    section.aboutus-section {
        padding: 0;
    }
    section.aboutus-section .first-section,
    section.aboutus-section .third-section {
        padding: 80px 0;
    }
    section.aboutus-section .first-section .wrapper,
    section.aboutus-section .third-section .wrapper {
        padding: 40px;
    }
    section.aboutus-section .first-section .wrapper .section-header h4,
    section.aboutus-section .third-section .wrapper .section-header h4 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    section.aboutus-section .first-section .wrapper .desc,
    section.aboutus-section .third-section .wrapper .desc {
        font-size: 14px;
        padding-bottom: 30px;
    }
    section.aboutus-section .first-section .wrapper a,
    section.aboutus-section .third-section .wrapper a {
        font-size: 15px;
    }
    section.aboutus-section .second-section {
        padding: 80px 0;
    }
    section.aboutus-section .second-section .section-wrapper .wrapper .section-header {
        padding-bottom: 10px;
    }
    section.aboutus-section .second-section .section-wrapper .wrapper .section-header h4 {
        font-size: 26px;
    }
    section.aboutus-section .second-section .section-wrapper .wrapper .desc {
        font-size: 16px;
        width: 70%;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    section.aboutus-section .second-section .section-wrapper .wrapper .button .btn {
        font-size: 14px;
    }
    section.aboutus-section .second-section .section-wrapper .wrapper .review {
        font-size: 18px;
        padding-top: 40px;
    }
    section.aboutus-section .second-section .section-wrapper .wrapper .sites {
        margin-top: 20px;
        justify-content: center;
    }
    section.aboutus-section .second-section .section-wrapper .wrapper .sites a img {
        max-width: 100px;
    }
}

section.inner-about-section .section-header {
    text-align: left;
    border-bottom: 2px solid #1494a1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

section.inner-about-section .section-header h5 {
    color: #000;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
}

section.inner-about-section .section-header h2 {
    color: #000000;
    font-size: 38px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

section.inner-about-section p {
    font-size: 16px;
    padding-top: 20px;
}

section.steps-section {
    padding-top: 40px;
}

section.steps-section .block {
    padding: 50px;
    background-color: rgba(20, 148, 161, 0.7);
}

section.steps-section .block .number {
    color: #000;
    text-align: right;
    font-size: 28px;
    font-weight: 900;
}

section.steps-section .block .icon {
    text-align: center;
}

section.steps-section .block .icon img {
    max-width: 60px;
}

section.steps-section .block .title {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 0 15px 0;
    text-align: center;
}

section.steps-section .block .text {
    font-size: 16px;
    color: #000;
    text-align: center;
}

@media screen and (max-width: 992px) {
    section.inner-about-section .container,
    section.steps-section .container {
        max-width: 900px;
    }
}

@media screen and (max-width: 768px) {
    section.inner-about-section .section-header h5 {
        font-size: 16px;
    }
    section.inner-about-section .section-header h2 {
        font-size: 28px;
    }
    section.inner-about-section figure {
        text-align: center;
        margin-bottom: 10px;
    }
    section.inner-about-section figure img {
        max-width: 350px;
    }
    section.inner-about-section p {
        font-size: 14px;
        padding-top: 20px;
    }
    section.steps-section .block {
        padding: 30px;
        width: 70%;
        margin: 10px auto;
    }
}

@media screen and (max-width: 480px) {
    section.steps-section .block {
        padding: 30px;
        width: 90%;
        margin: 10px auto;
    }
    section.steps-section .block .number {
        font-size: 20px;
    }
    section.steps-section .block .icon {
        text-align: center;
    }
    section.steps-section .block .icon img {
        max-width: 50px;
    }
    section.steps-section .block .text {
        font-size: 14px;
    }
}

section.services-section {
    padding: 0;
}

section.services-section .container-fluid {
    padding: 0;
}

section.services-section .section-wrapper {
    background: url(../images/servicebg.jpg) no-repeat top center/contain;
    padding: 60px;
}

section.services-section .section-wrapper .section-header {
    text-align: left;
}

section.services-section .section-wrapper .section-header h6,
section.services-section .section-wrapper .section-header h1 {
    color: #fff;
}

section.services-section .section-wrapper .section-body {
    padding-top: 20px;
}

section.services-section .section-wrapper .section-body .card.inner {
    width: 80%;
    margin: 0 auto;
}

section.services-section .section-wrapper .section-body .card .card-body .card-title {
    font-size: 22px;
    text-transform: capitalize;
    color: #000;
}

section.services-section .section-wrapper .section-body .card .card-body .card-text {
    color: #525252;
    font-size: 15px;
}

section.services-section .section-wrapper .section-body .card .card-body .btn {
    font-size: 14px;
    padding: 8px 16px;
    margin-top: 30px;
}

section.services-section .section-wrapper .section-body .button {
    margin: 40px 0;
}

section.services-section .section-wrapper .section-body .button .btn {
    box-shadow: 10px -5px 2px rgba(20, 148, 161, 0.5);
}

@media screen and (max-width: 1125px) {
    section.services-section .section-wrapper {
        padding: 60px 20px;
    }
}

@media screen and (max-width: 992px) {
    section.services-section {
        padding: 0;
    }
    section.services-section .container-fluid {
        padding: 0;
    }
    section.services-section .section-wrapper {
        background: url(../images/servicebg.jpg) no-repeat top center/contain;
        padding: 60px 40px;
    }
    section.services-section .section-wrapper .section-body {
        padding-top: 20px;
    }
    section.services-section .section-wrapper .section-body .card.inner {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    section.services-section .section-wrapper .section-header {
        text-align: center;
    }
    section.services-section .section-wrapper .section-body {
        padding-top: 20px;
    }
    section.services-section .section-wrapper .section-body .card {
        width: 70%;
        margin: 10px auto;
    }
    section.services-section .section-wrapper .section-body .card.inner {
        width: 70%;
    }
    section.services-section .section-wrapper .section-body .card .card-img-top {
        max-height: 250px;
    }
    section.services-section .section-wrapper .section-body .card .card-body .card-title {
        font-size: 20px;
    }
    section.services-section .section-wrapper .section-body .card .card-body .card-text {
        font-size: 14px;
    }
    section.services-section .section-wrapper .section-body .card .card-body .btn {
        font-size: 13px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 580px) {
    section.services-section .section-wrapper .section-body {
        padding-top: 0;
    }
    section.services-section .section-wrapper .section-body .card {
        width: 85%;
        margin: 10px auto;
    }
    section.services-section .section-wrapper .section-body .card.inner {
        width: 90%;
    }
}

section.gallery-section .section-body .block {
    margin-bottom: 20px;
}

section.gallery-section .section-body .block h6 {
    padding-top: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

section.gallery-section .section-body .button {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    section.gallery-section .section-body .button {
        margin-top: 20px;
    }
    section.gallery-section .section-body .button .btn {
        font-size: 14px;
    }
}

section.quote-section {
    background: url(../images/quotebg.jpg) no-repeat center center/cover;
    padding: 100px 0;
    position: relative;
    background-attachment: fixed;
}

section.quote-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 148, 161, 0.8);
    transition: 0.5s all;
}

section.quote-section .section-wrapper h1 {
    color: #fff;
    font-size: 48px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 50px;
    text-align: right;
}

section.quote-section .section-wrapper form .form-control {
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    height: 50px;
    padding: 10px;
    font-weight: 400;
}

section.quote-section .section-wrapper form textarea {
    height: 150px !important;
    resize: none;
}

section.quote-section .section-wrapper form option {
    font-family: "Piazzolla", serif;
    padding-bottom: 10px;
}

section.quote-section .section-wrapper .button {
    text-align: right;
}

section.quote-section .section-wrapper .button .btn {
    border-radius: 0;
}

@media screen and (max-width: 992px) {
    section.quote-section .container {
        max-width: 900px;
    }
    section.quote-section .section-wrapper h1 {
        font-size: 40px;
        padding-right: 50px;
        text-align: right;
    }
    section.quote-section .section-wrapper form .form-control {
        font-size: 12px;
    }
    section.quote-section .section-wrapper form textarea {
        height: 120px !important;
    }
    section.quote-section .section-wrapper form option {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    section.quote-section {
        padding: 60px 0;
    }
    section.quote-section .section-wrapper h1 {
        font-size: 32px;
        padding-right: 0;
        text-align: center;
        padding-bottom: 20px;
    }
    section.quote-section .section-wrapper form .form-control {
        font-size: 12px;
    }
    section.quote-section .section-wrapper form textarea {
        height: 120px !important;
    }
    section.quote-section .section-wrapper form option {
        padding-bottom: 20px;
    }
}

section.testimonials-section .section-body {
    padding-top: 20px;
}

section.testimonials-section .section-body .col-md-4 {
    padding: 20px;
}

section.testimonials-section .section-body .slider {
    text-align: center;
    background: #fff;
}

section.testimonials-section .section-body .slider .block {
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

section.testimonials-section .section-body .slider .block figure {
    text-align: -webkit-center;
    padding-bottom: 15px;
}

section.testimonials-section .section-body .slider .block figure img {
    max-width: 150px;
    border: 3px solid #2d3e50;
    border-radius: 10px;
    padding: 5px;
}

section.testimonials-section .section-body .slider .block strong {
    font-size: 22px;
    color: #1494a1;
}

section.testimonials-section .section-body .slider .block .desc {
    color: #525252;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    padding: 10px 0;
}

section.testimonials-section .section-body #triangle-topright {
    width: 0;
    height: 0;
    border-top: 25px solid #525252;
    border-left: 50px solid transparent;
}

section.testimonials-section .section-body .citation {
    text-align: left;
    padding-left: 50px;
}

section.testimonials-section .section-body .citation .name {
    font-size: 20px;
    font-weight: 800;
    color: #1494a1;
}

section.testimonials-section .section-body .citation .address {
    color: #2d3e50;
    font-weight: 800;
    font-size: 15px;
}

footer .footer-top {
    background: url(../images/quotebg.jpg) no-repeat center center/cover;
    padding: 60px 0;
    position: relative;
    background-attachment: fixed;
}

footer .footer-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 148, 161, 0.8);
    transition: 0.5s all;
}

footer .footer-top h1,
footer .footer-top a {
    color: #fff;
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

footer .footer-top h1 a,
footer .footer-top a a {
    display: inline;
    color: #000;
    align-self: center;
}

footer .footer-middle {
    padding: 50px 0;
}

footer .footer-middle .footer-wrapper .logo img {
    max-width: 150px;
}

footer .footer-middle .footer-wrapper .title {
    color: #000;
    font-size: 20px;
    padding: 10px 0;
    font-weight: 800;
}

footer .footer-middle .footer-wrapper .desc {
    color: #525252;
    font-size: 15px;
}

footer .footer-middle .footer-wrapper .footer-title {
    color: #000;
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 800;
}

footer .footer-middle .footer-wrapper ul.quick-links a {
    font-size: 16px;
}

footer .footer-middle .footer-wrapper ul li {
    padding-bottom: 16px;
}

footer .footer-middle .footer-wrapper ul li .icon {
    padding-right: 10px;
}

footer .footer-middle .footer-wrapper ul li .icon i {
    font-size: 16px;
    color: #2d3e50;
}

footer .footer-middle .footer-wrapper ul li .text h6 {
    font-size: 14px;
}

footer .footer-middle .footer-wrapper ul li .text a {
    color: #000;
    font-size: 16px;
}

footer .footer-middle .footer-wrapper ul li .text-dark {
    font-family: "Piazzolla", serif;
    font-size: 16px;
    font-weight: 600;
}

footer .footer-middle .footer-wrapper ul li .social-icons a i {
    font-size: 14px;
}

footer .footer-bottom {
    background: #2d3e50;
    padding: 20px 0;
}

footer .footer-bottom .footer-wrapper .menus {
    justify-content: center;
    padding-bottom: 10px;
}

footer .footer-bottom .footer-wrapper .menus a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

footer .footer-bottom .footer-wrapper .block,
footer .footer-bottom .footer-wrapper a {
    color: #fff;
    font-size: 16px;
}

footer .footer-bottom .footer-wrapper .block a,
footer .footer-bottom .footer-wrapper a a {
    display: inline;
    color: #1494a1;
    font-weight: 400;
}

@media screen and (max-width: 992px) {
    footer .container {
        max-width: 900px;
    }
}

@media screen and (max-width: 768px) {
    footer .footer-top {
        padding: 50px 0;
    }
    footer .footer-top h1,
    footer .footer-top a {
        font-size: 22px;
    }
    footer .footer-middle {
        text-align: center;
        padding: 50px 0;
    }
    footer .footer-middle .footer-wrapper .logo img {
        max-width: 180px;
    }
    footer .footer-middle .footer-wrapper .title {
        font-size: 20px;
        padding-top: 20px;
    }
    footer .footer-middle .footer-wrapper .desc {
        font-size: 13px;
    }
    footer .footer-middle .footer-wrapper .footer-title {
        font-size: 20px;
        padding: 20px 0;
    }
    footer .footer-middle .footer-wrapper ul li {
        padding-bottom: 14px;
        justify-content: center;
    }
    footer .footer-middle .footer-wrapper ul li .icon {
        padding-right: 10px;
    }
    footer .footer-middle .footer-wrapper ul li .icon i {
        font-size: 16px;
        color: #2d3e50;
    }
    footer .footer-middle .footer-wrapper ul li .text h6 {
        font-size: 14px;
    }
    footer .footer-middle .footer-wrapper ul li .text a {
        color: #000;
        font-size: 15px;
    }
    footer .footer-middle .footer-wrapper ul li .social-icons {
        justify-content: center;
    }
    footer .footer-middle .footer-wrapper ul li .social-icons a i {
        font-size: 16px;
    }
    footer .footer-bottom {
        padding: 20px 0;
    }
    footer .footer-bottom .footer-wrapper .menus {
        justify-content: center;
        padding-bottom: 10px;
    }
    footer .footer-bottom .footer-wrapper .menus a {
        font-size: 16px;
        font-weight: 400;
    }
    footer .footer-bottom .footer-wrapper .block,
    footer .footer-bottom .footer-wrapper a {
        font-size: 15px;
    }
}

section.contact-section .item.details {
    background: #1494a1;
    padding: 80px 100px;
    color: #fff;
    margin: 40px 0 0 -60px;
}

section.contact-section .item.details h1 {
    position: relative;
}

section.contact-section .item.details h1::after {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    border-bottom: 5px solid #fff;
    width: 20%;
    padding-top: 15px;
    margin-bottom: 30px;
}

section.contact-section .item.details ul li {
    padding-bottom: 20px;
}

section.contact-section .item.details ul li:last-child {
    padding-bottom: 0;
}

section.contact-section .item.details ul li .icon {
    padding-right: 10px;
}

section.contact-section .item.details ul li .icon i {
    font-size: 16px;
}

section.contact-section .item.details ul li h6 {
    color: rgba(255, 255, 255, 0.7);
}

section.contact-section .item.details ul li a {
    color: #fff;
    margin-left: 5px;
    font-size: 16px;
    transition: 0.5s ease-in all;
}

section.contact-section .item.details ul li a:hover {
    color: #000;
}

section.form-section {
    background: black;
}

section.form-section form {
    width: 60%;
    margin: 0 auto;
}

section.form-section form .form-control {
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    height: 50px;
    padding: 10px;
    font-weight: 400;
}

section.form-section form textarea {
    height: 150px !important;
    resize: none;
}

section.form-section form option {
    font-family: "Piazzolla", serif;
    padding-bottom: 10px;
}

section.form-section .button .btn {
    border-radius: 0;
    width: 100%;
    background: #1494a1;
}

section.form-section .button .btn:hover {
    background: #fff;
}

@media screen and (max-width: 1125px) {
    section.contact-section .item.details {
        background: #1494a1;
        padding: 60px 80px;
        color: #fff;
        margin: 40px 0 0 -60px;
    }
}

@media screen and (max-width: 992px) {
    section.contact-section .container {
        max-width: 900px;
    }
    section.contact-section .item.details {
        background: #1494a1;
        padding: 80px 100px;
        color: #fff;
        margin: 40px 0 0 -60px;
    }
    section.contact-section .item.details h1 {
        font-size: 28px;
    }
    section.form-section .container {
        max-width: 900px;
    }
    section.form-section form {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    section.contact-section .map iframe {
        width: 100%;
    }
    section.contact-section .item.details {
        padding: 80px 100px;
        width: 70%;
        margin: 20px auto;
    }
    section.contact-section .item.details h1 {
        position: relative;
        text-align: center;
    }
    section.contact-section .item.details h1::after {
        width: 20%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    section.contact-section .item.details ul li {
        padding-bottom: 20px;
        justify-content: center;
        text-align: center;
    }
    section.contact-section .item.details ul li .icon {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    section.contact-section .item.details {
        padding: 60px;
        width: 90%;
        margin: 20px auto;
    }
    section.contact-section .item.details h1 {
        font-size: 22px;
    }
    section.form-section form {
        width: 90%;
    }
}


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