body {
    margin: 0;
    padding: 0;
    line-height: 29px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #092b43;
}

html,
body {
    height: 100%;
}

.main-wrapper {
    overflow-x: hidden
}

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

img {
	height: auto;
    width: auto;
}

a {
    color: #092b43;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #092b43;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block;
	height:auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #092b43;
    margin-bottom: 15px;
}

h1,
.h1 {
    font-size: 68px;
    line-height: 120%;
}

h2,
.h2 {
    font-size: 50px;
    line-height: 120%;
}

h3,
.h3 {
    font-size: 44px;
    line-height: 100%;
}

h4,
.h4 {
    font-size: 36px;
    line-height: 110%;
}

h5,
.h5 {
    font-size: 20px;
    line-height: 130%;
}

h6,
.h6 {
    font-size: 28px;
    line-height: 110%;
}


p {
    margin-bottom: 20px;
}


p:last-child {
    margin-bottom: 0 !important;
}

button {
    border: none;
    transition: all 0.4s ease 0s;
    background: transparent
}

.section,
section {
    padding: 70px 0
}

.container {
    max-width: 1200px
}

.container.wide {
    max-width: 1400px
}

.container.smalls {
    max-width: 900px
}

.cta-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    padding: 13px 25px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07);
    transition: all 0.4s;
    transform: translateY(0)
}

.cta-btn em {
    margin-left: 8px
}

.btn_default {
    background: url(../img/goldbg.jpg) no-repeat center center / cover;
}

.cta-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: none
}


.btn_white {
    background: #fff;
    color: #dfb967
}

.btn_white:hover {
    background: #dfb967
}

.header-top {
    background: rgb(10, 112, 194);
    color: #eac77b;
    font-size: 22px;
    font-family: 'Harlow Duo Serif';
    padding: 10px 0;
    letter-spacing: 0.5px;
}

.header-top a {
    color: #eac77b;
}

.site-logo {
    display: inline-block;
    width: 220px;
}

.mainmenu ul li {
    display: inline-block;
    margin-right: 25px;
    position: relative
}

.mainmenu ul li a {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-weight: 500
}

.mainmenu ul li.has-submenu > a::after {
    position: absolute;
    content: "";
    right: -10px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: translateY(-50%) rotate(45deg);
    top: 47%;
}

.mainmenu ul li.has-submenu > a:hover::after {
    border-color: #dfb967
}

.mainmenu ul li > ul {
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 3px solid rgba(10, 112, 194, 0.84);
    text-align: left;
    box-shadow: 0 19px 51px rgba(0, 0, 0, 0.31);
    background-color: #ffffff;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mainmenu ul li > ul > li {
    display: block;
    padding: 0;
    margin: 0;
}

.mainmenu ul li > ul > li a {
    padding: 7px;
    display: block;
    color: #181818;
    opacity: 1;
    font-size: 14px;
    line-height: 20px
}

.mainmenu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}


.mainmenu ul li a:hover {
    opacity: 1;
    color: rgb(10, 112, 194);
    text-decoration: none
}

.mainmenu ul li > ul > li a:hover {
    color: #dfb967;
}

.header-call,
.header-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 20px;
    color: #b99546;
}

.mainmenu ul li > ul > li > ul {
    right: 0;
    left: 100%;
    top: 0;
}

.mainmenu ul li.has-submenu > ul > li.has-submenu a::after {
    right: 10px;
    transform: translateY(-50%) rotate(-45deg);
}

.mainmenu ul li > ul > li:hover > a {
    color: #dfb967;
}

.mainmenu ul li > ul > li:hover > a:after {
    border-color: #dfb967 !important;
}

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

.main-header {
    padding: 15px 0;
    position: relative;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);
}

.main-header .cta-btn {
    box-shadow: none
}

.rotating-text {
    position: relative;
    display: block;
}

.rotating-text .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    white-space: nowrap;
}

.rotating-text .text.active {
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

.hero-area {
    height: 750px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 100px
}

.hero-area .container {
    position: relative;
    z-index: 11
}

.hero-slider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.hero-slider div {
    height: 100%
}

.hero-item {
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.hero-item video.hero_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #161212;
    opacity: 0.4
}

.hero-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    opacity: 1 !important;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    transition: all 1.5s ease;


}


.hero-item [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    transition: opacity 0.7s ease 0.5s;
}

@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

.hero-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 105px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 50px;
}

.hero-title span {
    font-family: "Roughly", sans-serif;
    text-transform: capitalize;
    font-size: 215px;
}

.hero-text {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 26px;
    font-weight: 500;
}

.hero-text .group_btn {
    margin-top: 30px
}

.hero-review {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
}

.hero-review img {
    height: 20px;
    margin-left: auto;
    margin-bottom: 15px;
}

.logo-carousel .slide {
    padding: 0 15px;
}

.logo-carousel .item img {
    height: 70px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.heading-smalls {
    font-size: 20px;
    letter-spacing: 1.5px;
    font-weight: 500
}

.text_upper {
    text-transform: uppercase
}

.section-heading {
    margin-bottom: 40px
}

.bg_light_blue {
    background: linear-gradient(96deg, #96cbd8 10.42%, #cdecf3 60.9%, #abd7e2 100%)
}

.font_roughly {
    font-family: "Roughly", sans-serif;
	line-height:145%
}

.font_harlow {
    font-family: 'Harlow Duo Serif'
}

.section-heading .heading1 {
    font-size: 76px
}

.section-heading .heading2 {
    font-size: 32px;
    letter-spacing: 10px;
}

.text_bg {
    background-image: url(../img/gold-texture.webp);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-position: center;
}

.fw_400 {
    font-weight: 400
}

.letter_space {
    letter-spacing: 2px
}

.group_btn .cta-btn {
    margin-right: 10px
}

.group_btn .cta-btn:last-child {
    margin-right: 0
}

.content-text .group_btn {
    margin-top: 30px
}

.service-box {
    position: relative;
    display: flex;
    height: 540px
}

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

.service-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.service-box .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 1;
    transition: all 0.4s
}

.service-box .title {
    font-size: 30px;
    color: #fff;
    letter-spacing: 5px;
    margin: 0
}

.service-box .hover .title {
    display: none
}

.service-box .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.001;
    transition: opacity 0.4s ease, background 4s ease;
    text-align: center
}

.service-box .hover ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.service-box .hover ul li {
    transform: translateY(100%);
    opacity: 0.001;
    transition: transform 0.4s ease, opacity 0.4s ease;
    position: relative;
    z-index: -1;
    margin: 5px 0
}

.service-box .hover ul li a {
    color: #fff;
    font-size: 15px;
    position: relative
}

.service-box .hover ul li a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #b99546;
    transform: scaleX(0);
    transition: all 0.4s
}

.service-box .hover ul li a:hover::after {
    transform: scaleX(1)
}

.service-box .hover ul li a:hover {
    color: #fff
}

.service-box:hover .hover ul li {
    transform: translateY(0%);
    opacity: 1;
    z-index: 1;
}

.service-box:hover .hover {
    opacity: 1;
}

.service-box:hover .info {
    opacity: 0
}

.service-box {
    transition: all 0.4s
}

.service-box:hover {
    transform: translateY(-10px)
}

.relative {
    position: relative;
    z-index: 1
}

.video_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover
}

.text_white,
.text_white {
    color: #fff
}

.bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover
}

.cta-inner.style1 .heading {
    font-size: 40px;
    letter-spacing: 10px;
    font-weight: 600
}

.cta-inner.style1 .heading span {
    color: #6db7c0;
}

.cta-inner.style1 .sub-heading {
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 400;
    margin-top: 32px;
}

.cta-inner.style1 .text {
    margin-top: 55px;
    width: 60%;
    margin: 55px auto 0;
    font-size: 18px;
}

.py_100 {
    padding: 100px 0
}

.section-action {
    margin-top: 50px
}

.link_text {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    position: relative;
    z-index: 1
}

.link_text span {
    display: block
}

.why-choose-area {
    background: linear-gradient(96deg, #96cbd8 10.42%, #cdecf3 60.9%, #abd7e2 100%);

}

.why-choose-area.n_top {
    padding-top: 430px;
    margin-top: -400px;
}

.skew {
    transform: rotate(-7.429deg);
}

.why-choose-area .heading1 {
    font-size: 115px;
    position: relative;
    left: -30px;
    ;
    line-height: 140%
}

.why-choose-area .heading2 {
    font-weight: 500;
    font-size: 55px;
    letter-spacing: 8px;
    margin-top: 50px;
}

.why-choose-area .inner-img img {
    margin: 80px auto 0
}

.gallery-box {
    overflow: hidden;
    height: 400px
}

.gallery-box img,
.gallery-box video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.text_blue {
    color: #0a70c2
}

.section-heading .heading2.alt {
    letter-spacing: 2px
}

.content_tabs .nav-tabs {
    border: none
}

.content_tabs li button {
    border: none !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 500
}

.content_tabs li {
    margin: 15px 0
}

.content_tabs li button.active {
    color: #0a70c2 !important;
    background: transparent !important
}

.tab-content .heading {
    font-size: 32px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.tab-content .subheading {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 30px
}

.inner-tabs {
    padding: 70px 0;
    position: relative;
}

.inner-tabs .video_bg {
    position: absolute;
    top: 0;
    right: -500px;
    max-width: 1200px;
    object-fit: cover;
    height: 100%;
    width: 1200px;
    z-index: -1;
    left: auto;
}

.img-box img {
    box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07)
}

.solution-area .heading1 {
    font-size: 145px;
}

.solution-area .heading2 {
    font-size: 60px;
    letter-spacing: 10px;
    margin-bottom: 20px;
}

.solution-area .section-heading {
    margin-bottom: 70px
}

.insta-feed .heading {
    font-size: 40px;
    letter-spacing: 10px;
    font-weight: 600;
}

.insta-feed .heading span {
    color: #0a70c2
}

.insta-feed .sub-heading {
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 400;
    margin-top: 0;
}

.insta-feed .section-heading a {
    text-decoration: underline;
    background-image: url(../img/gold-texture.webp);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-position: center;
}

.insta-slider .slide {
    padding: 0 10px
}

.insta-slider .slick-list {
    margin-left: -10px;
    margin-right: -10px
}

.contact-area .heading2 {
    font-size: 60px;
    letter-spacing: 10px;
    margin-bottom: 20px;
}

.contact-area .heading1 {
    font-size: 115px;
    line-height: 125%;
}

.contact-area .sub-heading {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 60px;
    line-height: 151%;
}

.c_form input,
.c_form select,
.c_form textarea {
    width: 100%;
    border: none;
    height: 60px;
    padding: 10px 15px;
}

.c_form textarea {
    height: 140px
}

.c_form .concent {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #000
}

.c_form {
    color: #fff;
    padding: 0px;
    border-radius: 10px
}

.contact-area {
    background: #96cbd8
}

.footer-top {
    padding: 70px 0
}

.footer_title {
    font-family: 'Harlow Duo Serif';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 20px
}

.footer_links {
    column-count: 3
}

.footer_links li {
    margin-bottom: 10px
}

.footer_contact li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer_contact .icon {
    min-width: 40px;
    width: 40px;
    min-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 15px;
    margin-right: 12px;
    border-radius: 50%;
    background: rgba(6, 124, 219, 0.8);
}

.footer-area a {
    text-decoration: none;
    max-width: 215px;
}

.working-hours {
    margin-top: 30px
}

.working-hours ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    line-height: 1.2;
}

.working-hours ul li:first-child {
    padding-top: 0px;
}

.footer-top ul.footer_social {
    margin-top: 35px;
}

.footer_social li {
    display: inline-block;
    margin-right: 15px;
}

.footer-area a:hover {
    color: rgba(6, 124, 219, 0.8)
}

.footer_social li a {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.79)
}

.footer-widget .hero-review img {
    margin-left: 0
}

.footer-widget .hero-review {
    color: #333;
    border: 1px solid #ddd;
    text-align: left;
    box-shadow: none;
    margin-top: 30px;
    background: transparent;
    backdrop-filter: blur(0);
}

.footer-bottom .inner {
    padding: 30px 0px;
    border-top: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 20px
}

.main-header {
    transition: all 0.3s ease;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    animation: slideDown 0.4s ease;
    background: #fff
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.mobile-btn {
    display: none
}

.service-slider .slide {
    padding: 0 15px
}

.service-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.slick-dots {
    position: inherit;
    bottom: auto;
    margin-top: 20px
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.slick-dots li button::before {
    display: none
}

.slick-dots li {
    height: auto;
    width: auto
}

.slick-dots li button {
    width: 14px;
    height: 4px;
    border-radius: 5px;
    background: #000;
    padding: 0;
    opacity: 0.2
}

.slick-dots li.slick-active button {
    opacity: 1
}

.tabs_drop {
    display: none
}

.divider hr {
    margin: 0
}

.testimonial-head {
    border-top: 1px solid #eee;
    padding-top: 40px;
    margin-bottom: 20px
}

.testimonial-slider .slide {
    padding: 0 15px;
    padding-top: 10px
}

.testimonial-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.testimonial-box {
    padding: 0px;
    transition: all 0.4s;
    text-align: center
}


.review-body {
    font-style: italic;
    font-size: 22px;
    line-height: 32px;
}

.review-meta {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: right;
    color: #0a70c2;
}

.review-meta .title {
    font-size: 15px;
    letter-spacing: 1px;
}

.review-meta img {
    height: 20px;
    margin-top: 15px
}

.review-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.review-body::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.review-body::-webkit-scrollbar-thumb {
    background-color: #0a70c2;
    border: 2px solid #0a70c2;
}

.custom-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px
}

.custom-arrow > div {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 1px solid #dfb967FF;
    color: #dfb967FF;
    cursor: pointer;
    transition: all 0.4s;
}

.custom-arrow > div:hover {
    background: #dfb967FF;
    color: #fff
}

.box.style1 {
    display: block
}

.box.style1:hover {
    transform: translateY(-10px)
}

.footer-logo {
    display: inline-block;
    width: 250px
}

.hero-review-alt img {
    margin: 0 auto 15px
}

.hero-review-alt {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #092b43ad;
    margin-bottom: 40px
}

.hero-review-alt p {
    margin: 0
}

.hero-review-alt .review-inner {
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #092b43;
}

.hero-review-alt .review-inner span {
    color: #6db7c0
}

.header-area .call-block {
    margin-right: 25px
}

.call-block .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(10, 112, 194);
    color: #fff;
    margin-right: 10px;
    font-size: 13px;
}

.call-block span {
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 5px;
    letter-spacing: 2px;
    color: #092b43ad;
    text-transform: uppercase
}

.call-block a {
    color: #092b43;
    font-size: 18px;
    position: relative;
    font-weight: 500
}

.call-block a:hover {
    color: rgb(10, 112, 194)
}

/*Demo CSS*/
.demo-box {
    display: flex;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    color: #000;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
    transition: 0.3s all;
    margin: 15px 0
}

.demo-box::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(10, 112, 194);
    opacity: 0;
}

.demo-box.active::after {
    opacity: 1;
}

.pager-banner {
    background: #192920;
    position: relative;
    z-index: 1;
    padding-top: 134px;
    padding-bottom: 100px;
    color: rgba(255, 255, 255, 0.82);
    overflow: hidden;
}

.pager-banner .banner-text {
    padding-top: 25px
}

.pager-banner .breadcrumb {
    padding-bottom: 20px
}

.pager-banner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: -1
}

.breadcrumb {
    text-transform: uppercase;
	margin-top: 20px;
}

.breadcrumb nav {
    color: #fff;
    font-weight: 700;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    font-size: 12px;
    line-height: 15px;
}

.breadcrumb nav a {
    font-weight: 400;
    color: #fff
}

.breadcrumb .separator {
	margin: 0 6px;
}

.banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    object-position: center
}

.banner-text .h1 {
    line-height: 1.2;
    font-size: 90px;
    margin: 0
}

.banner-text {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.4px;
    color: #fff
}

.bg_light_blue .cta-inner.style1 .heading span {
    color: #0a70c2;
}

.icon-teaser.style1 .title {
    font-size: 28px;
    letter-spacing: 5px;
    font-weight: 600
}

.icon-teaser.style1 .icon img {
    max-height: 100px;
    margin: 30px auto;
}

.icon-teaser.style1 .action {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #dfb967;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.icon-teaser.style1 .action em {
    margin-left: 10px
}

.icon-teaser.style1 {
    display: block;
    padding: 40px 0;
    position: relative
}

.icon-teaser-wrapper.style1 .col-md-4 {
    padding: 0;
    border-right: 1px solid #c8c8c8
}

.icon-teaser-wrapper.style1 .col-md-4:last-child {
    border: none
}

.icon-teaser.style1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: calc(100% - 1px);
    opacity: 0.001;
    background: url(../img/texture.webp);
    background-size: cover;
    transition: opacity 0.7s ease;
    z-index: -1;
}

.icon-teaser.style1:hover::after {
    opacity: 0.9;
}

.related-links.style1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    column-count: 3
}

.related-links.style1 ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 5px
}

.related-links.style1 ul li::before {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #092b43
}

.related-links.style1 {
    margin-top: 30px;
}

.related-links-area .cta-inner.style1 .heading {
    font-size: 30px;
    letter-spacing: 8px;
}

.related-links-area .cta-inner.style1 .heading span {

    color: #0a70c2;

}

.related-links.style1 ul li a:hover {
    color: #0a70c2;
    text-decoration: underline
}

.box.style2 {
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    cursor: pointer;
    height: 100%
}

.box.style2:hover {
    transform: translateY(-7px)
}

.box.style2 .info {
    padding: 20px
}

.box.style2 img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: top;
}

.box.style2 .info .title {
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 5px;
}

.box.style2 .info .desg,
.c_popup .desg {
    color: #0a70c2;
    font-size: 16px;
    font-weight: 500;
}

.c_popup .desg {
    margin-bottom: 15px;
    display: block
}

.c_popup .h3 {
    margin: 0
}

.c_popup {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 99;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    padding: 0px;
    background: rgba(9, 10, 11, 0.16);
    backdrop-filter: blur(2px);
    padding: 30px 0;
}

.c_popup.active {
    opacity: 1;
    visibility: visible;
}

.c_popup .inner {
    padding: 40px;
    background: #FFFFFF;
    max-width: 560px;
    width: 100%;
    position: relative;
}

.c_popup.cartPop .inner {
    max-width: 1180px;
    overflow: auto
}

.c_popup.cartPop .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.c_popup .content-text ul {
	margin-left: 0;
}

.c_popup .content-text li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 5px;
	list-style: none;
}

.c_popup .content-text li::before {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #092b43
}

.testimonial-box.style2 {
    padding: 30px;
    background: url(../img/texture.webp) no-repeat scroll 0 0/cover;
    transition: all 0.4s
}

.testimonial-box.style2:hover {
    transform: translateY(-5px)
}

.testimonial-box.style2 .meta {
    margin-top: 30px
}

.testimonial-box.style2 .heading {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 5px;
    color: #0a70c2
}

.testimonial-box.style2 .meta img {
    height: 20px
}

.c_info .title {
    font-family: 'Harlow Duo Serif';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 4px;
    margin-bottom: 5px;
}

.c_info {
    display: flex;
    margin-bottom: 30px
}

.c_info .icon {
    min-width: 40px;
    width: 40px;
    min-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 15px;
    margin-right: 17px;
    border-radius: 50%;
    background: rgba(6, 124, 219, 0.8);
}

.c_info ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    line-height: 1.2;
}

.map-box iframe {
    width: 100%;
    height: 400px;
    padding: 5px;
    background: #fff
}

.map-box .group_btn {
    text-align: center;
    margin-top: 30px
}

.cta-inner.style1 .text.w_full {
    width: 100%;
    margin-top: 30px
}

.c_form.centered {
    margin-top: 40px
}

.plain-text h1,
.plain-text h2,
.plain-text h3,
.plain-text h4,
.plain-text h5,
.plain-text h6 {
    font-family: 'Harlow Duo Serif';
    font-weight: 600
}

.plain-text h2 {
    font-size: 38px
}

.plain-text h3 {
    font-size: 30px
}

.plain-text h4 {
    font-size: 28px
}

.plain-text h5 {
    font-size: 24px
}

.plain-text h6 {
    font-size: 20px
}

.plain-text ul,
.plain-text ul li,
.box.style5 ul,
.box.style5 ul li, .content-text ul, .content-text ul li {
    list-style: disc
}

.plain-text ol,
.plain-text ol li,
.box.style5 ol,
.box.style5 ol li, .content-text ol, .content-text ol li {
    list-style: decimal
}

.plain-text ul,
.plain-text ol,
.box.style5 ul,
.box.style5 ol, .content-text ul,
.content-text ol {
    margin-left: 20px;
    margin-bottom: 30px
}

.plain-text p a,
.plain-text li a,
.box.style5 p a,
.box.style5 li a, .content-text li a {
    text-decoration: underline;
    font-weight: 600
}

.plain-text p a:hover,
.plain-text li a:hover,
.box.style5 p a:hover,
.box.style5 li a:hover, .content-text li a:hover {
    text-decoration: none
}

.box.style3 {
    background-color: white;
    padding: 30px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box.style3 ul,
.box.style3 ul li {
    list-style: disc
}

.box.style3 ul {
    margin-left: 20px
}

.box.style3 .action {
    margin-top: 20px
}

.box.style3 img {
    max-width: 200px;
    margin: 0 auto 20px;
}

.box.style3 .title {
    color: #0a70c2;
    font-size: 36px;
}

.box.style3 .text a {
    color: #dfb967
}

.box.style3 .text a:hover {
    text-decoration: underline
}

.box.style2.alt {
    cursor: default
}

.section-heading.style3 .heading span {
    color: #0a70c2;
}

.section-heading.style3 .heading {
    letter-spacing: 6px;
    font-weight: 600;
    font-size: 30px
}

.section-heading.style3 p {
    margin: 0 0 10px
}

.section-heading.style3 .sub-heading {
    font-size: 22px;
    margin-top: 20px;
    display: block
}

.icon-teaser.style2 img {
    max-height: 100px;
    margin: 0 auto 20px
}

.icon-teaser.style2 .title {
    font-size: 20px;
    line-height: 28px;
    padding: 0 40px;
    font-weight: 400
}

.box.style2.alt-service {
    background: #fff;
    display: block;
    height: 100%
}

.box.style2.alt-service .info .title {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 24px;
    min-height: 40px
}

.bg_brown {
    background: #c9a97a
}

.scroll-fixed-top {
    background: linear-gradient(96deg, #96cbd8 10.42%, #cdecf3 60.9%, #abd7e2 100%);
    text-align: center;
	position:relative;
	z-index:111
}
.scroll-fixed-top.mobile-open{
	z-index:1
}
.scroll-fixed-top ul li {
    display: inline-block
}

.scroll-fixed-top li a {
    display: block;
    padding: 20px 13px;
    color: #092b43;
    font-size: 14px;
}

.scroll-fixed-top li a:hover,
.scroll-fixed-top li.active a {
    color: #b19667;
}

.scroll-fixed-top.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.section-heading.style4 .heading span {
    color: #0a70c2;
}

.faqs_accordion {
    margin-top: 0px
}

.faqs_accordion .accordion-item:first-of-type .accordion-button,
.faqs_accordion .accordion-item:first-of-type {
    border-radius: 10px
}

.faqs_accordion .accordion-item {
    margin-top: 15px;
    border: none;
    background: transparent
}

.faqs_accordion .accordion-item:first-child {
    margin-top: 0
}

.faqs_accordion .accordion-button {
    border:none;
    color: #092b43;
    padding: 17px 22px;
    box-shadow: none;
    border-radius: 0px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    font-family: 'Harlow Duo Serif';
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.insta-feed:not(.bg_light_blue) .faqs_accordion .accordion-button{
	    border: 1px solid #eee;
}
.faqs_accordion .accordion-body {
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: -10px;
    padding-top: 45px;
    line-height: 30px;
}

.faqs_accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px !important
}

.faqs_accordion .accordion-button:not(.collapsed) {
    background-color: #092b43;
    color: #fff;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-radius: 10px !important
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.section-heading.border_1 {
    border-bottom: 1px solid #092b43;
    padding-bottom: 20px
}

.section-heading.border_2 {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px
}

.section_heading_img {
    width: 220px;
    margin: 0 auto 50px
}

.gallery-slider .slide {
    padding: 0 10px
}

.gallery-slider .slick-list {
    margin-left: -10px;
    margin-right: -10px
}

.gallery-slider .slick-arrow::before {
    display: none
}

.gallery-slider .slick-arrow {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 1px solid #dfb967FF;
    color: #dfb967FF;
    cursor: pointer;
    transition: all 0.4s;
    font-size: 20px;
    z-index: 11;

}

.gallery-slider .slick-arrow:hover {
    background: #dfb967FF;
    color: #fff
}

.video-iframe iframe {
    height: 350px;
    width: 100%
}

.video-iframe.alt iframe {
    height: 450px
}

.text-box.style1 {
    padding: 50px;
    background: #cde1e3;
    height: 100%
}

.text-box-wrapper .col-sm-6 {
    padding: 0
}

.text-box.style1 .heading {
    font-size: 32px;
    letter-spacing: 4px
}

.text-box.style1 .sub-heaidng {
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}

.text-box.style1 .heading span {
    color: #0a70c2;
}

.read-more-content {
    display: none;
    margin-top: 20px
}

.box.style5 {
    padding: 40px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.box.style5 .heading {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}

.section_notes {
    width: 50%;
    margin: 50px auto 0
}

.read_more_text {
    color: #dfb967;
    font-weight: 600;
    font-size: 18px
}


.ba-slider-wrapper {
    flex: 1 1 100%;
    min-width: 300px;
}

@media (min-width: 768px) {
    .ba-slider-wrapper {
        flex: 1 1 calc(50% - 0.75rem);
    }
}

.comparison-card {
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    height: 100%;
}

.ba-slider-wrapper .label-bar {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem;
}

.ba-slider-wrapper .before-after-gallery {
    position: relative;
    overflow: hidden;
    cursor: grab;
    user-select: none;
}

.ba-slider-wrapper .img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 86.66%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.ba-slider-wrapper .before-img,
.ba-slider-wrapper .after-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.ba-slider-wrapper .after-img {
    clip-path: inset(0 calc(100% - var(--slider-width)) 0 0);
}

.ba-slider-wrapper .slider-handle {
    position: absolute;
    top: 0;
    left: var(--slider-width);
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    z-index: 10;
    cursor: grab;
}

.ba-slider-wrapper .slider-handle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #0a70c2;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.ba-slider-wrapper .slider-handle::after {
    content: '↔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0a70c2;
    font-size: 14px;
    font-weight: bold;
    z-index: 11;
}

.ba-slider-wrapper .text-wrapper span {
    padding: 4px 8px;
    border-radius: 0.375rem;
    font-weight: 600;
    font-size: 0.875rem;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.ba-slider-wrapper .text-wrapper span:hover {
    opacity: 1;
}

.ba-slider-wrapper .label-before {
    background-color: rgba(30, 64, 159, 0.8);
    color: white;
}

.ba-slider-wrapper .label-after {
    background-color: rgba(16, 185, 129, 0.8);
    color: white;
}

.box.style7 {
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box.style7 .text {
    padding: 30px 30px 20px
}

.box.style7 .title {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.box.style7 .action {
    padding: 0 30px 30px
}

.box.style7 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.box.style7 img {
    width: 100%;
    height: 227px;
    object-fit: cover;
    object-position: top
}

.box.style7 .cta-btn {
    box-shadow: none
}

.box.style7:hover {
    transform: translateY(-5px)
}

.paginations ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0
}

.paginations ul li {
    display: inline-flex;
    margin: 0 5px;
}

.paginations li a {
    color: #9D9D9D;
    opacity: 0.55;
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.paginations li a:hover {
    opacity: 1;
    color: rgb(10, 112, 194);
}

.paginations .prev,
.paginations .next {
    color: #181818;
    font-size: 16px;
    opacity: 1;
    width: auto;
    height: auto
}

.paginations em {
    margin: 0 9px
}


.paginations {
    margin-top: 60px;
}

.blog-banner-text .h1 {
    font-size: 62px
}

.publish_date {
    margin-top: 20px
}

.pager-banner.blog-banner::after {
    opacity: 0.6;
}

.featured-img-post {
    margin-bottom: 30px
}

.featured-img-post img {
    width: 100%
}

.breadcrumb ul li {
    display: inline
}
.icon-teaser.style3{
    padding: 30px;
    background: url(../img/card-sand-bg.webp) no-repeat scroll 0 0/cover;
    height: 100%
}
.icon-teaser.style3 .icon img{
    max-height: 80px;
    margin: 0 auto 20px
}
.icon-teaser.style3 .title{
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.icon-teaser.style3 .subtitle{
    font-family: 'Harlow Duo Serif';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px
}
.icon-teaser.style3 .list{
    text-align: left;
    margin-bottom: 0
}
.icon-teaser.style3 .list span{
    margin-bottom: 10px
}
.office-hours ul{
	margin-left:0
}
.column_2{
	column-count:2
}
.box.style5 img {
    max-height: 80px;
    margin-bottom: 30px;
}
.gallery_filter_tags{
	text-align:center;
	margin-bottom:30px
}
.gallery_filter_tags li{
	display:inline-block
}
.gallery_filter_tags li a {
    display: block;
    padding: 10px;
}
.gallery_filter_tags li a.active{
	color:#0a70c2
}
.zoom-img-gr img{
	height:250px;
	width:100%;
	object-fit:cover
}
body .gform_wrapper.gravity-theme .gform_fields > fieldset {
    padding: 0 10px;
    margin-bottom: 15px;
	color:#092b43
}
body .gform_wrapper.gravity-theme .gform_fields legend{
	font-size: 20px;
    font-weight: 500;;
	color:#092b43
}
.gfield_checkbox input{
	width:auto;
	height:auto
}
.form_notes{
	color:#092b43
}
.notfound-area{
	padding-top:170px
}
.notfound-area .section-heading .heading1 {
    font-size: 150px;
    line-height: 100px;
}


/*REsponsive*/


#menu-toggle span {
    height: 2px;
    width: 95%;
    background: #402921;
    display: block;
    margin-top: 5px;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;

}

#menu-toggle span:nth-child(1) {
    top: 4px;
}

#menu-toggle span:nth-child(2) {
    top: 6px;
    width: 75%;
}

#menu-toggle span:nth-child(3) {
    top: 8px;
    width: 65%
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    display: none
}


/*Tab landscape*/
@media(max-width:1600px) {

    h2,
    .h2 {
        font-size: 38px;
        line-height: 120%;
    }

    .site-logo {
        width: 130px;
    }

    .mainmenu ul li a {
        font-size: 14px
    }

    .mainmenu ul li {
        margin-right: 20px;
    }

    .cta-btn {
        padding: 10px 15px;
        font-size: 14px
    }

    .hero-area {
        height: 700px
    }

    .hero-title {
        font-size: 70px;
    }

    .hero-title span {
        font-size: 140px;
    }

    .service-box .title {
        font-size: 22px;
        letter-spacing: 3px;
    }

    .service-box .info {
        padding: 15px
    }

    .service-box .hover {
        padding: 20px
    }

    .service-box .hover ul li a {
        font-size: 13px;
        line-height: 20px;
        display: block;
    }

    .service-box {
        height: 460px
    }

    .section-heading .heading2 {
        font-size: 22px;
        letter-spacing: 10px;
    }

    .section-heading .heading1 {
        font-size: 56px;
    }

    .contact-area .heading1 {
        font-size: 86px;
        line-height: 125%;
    }
}

@media(max-width:1400px) {
    .footer_links {
        column-count: 2;
    }

    .pager-banner {
        padding-bottom: 70px
    }
}

/*Tab Portrait*/
@media(max-width:991px) {

    br {
        display: none
    }

    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 70px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #fff;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu > ul > li > span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 2;
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 15px 0px;
        color: #111;
        border-bottom: 1px solid rgba(25, 25, 25, 0.06);
        font-size: 16px;
        opacity: 1;
        font-weight: 500
    }

    .header-menu a::before {
        display: none
    }

    .header-menu a::after {
        display: none
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 9px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        font-size: 30px;
        font-weight: 400
    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu > a.active:after {
        content: "-";
        font-size: 20px
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
    }

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }


    #menu-toggle {
        display: block;
        margin-left: 10px;
        padding-right: 0
    }

    .header-action > a {
        display: none
    }

    .header-area {
        position: relative
    }

    .site-logo {
        max-width: 220px;
    }

    #menu-toggle.active span:nth-child(2) {
        opacity: 0
    }

    #menu-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
        width: 100%
    }

    #menu-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
        width: 100%
    }

    section,
    .section {
        padding: 50px 0
    }

    body.active {
        overflow: hidden
    }

    a.site-logo {
        display: inline-block;
        width: 110px;
    }


    body {
        line-height: 24px;
        font-size: 15px;
    }

    .header-top {
        font-size: 18px
    }


    .mobile-btn {
        display: block;
        margin-top: 20px
    }

    .header-action > a.header-call,
    .header-action > a.header-search {
        display: block
    }

    .header-action {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .header-action > a.header-call {
        margin-right: 5px
    }

    .mainmenu ul li > ul > li span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 2;
    }

    nav#menu ul ul > li a {
        position: relative
    }

    nav#menu li.has-submenu > a.active:after {
        content: "-";
        font-size: 38px;
    }

    nav#menu ul ul ul {
        padding-left: 20px
    }

    h2,
    .h2 {
        font-size: 36px;
        line-height: 120%;
    }

    .hero-area {
        height: 400px;
        padding-bottom: 50px
    }

    .hero-title {
        font-size: 50px;
        margin-bottom: 30px
    }

    .hero-title span {
        font-size: 100px;
    }

    .hero-text {
        font-size: 18px
    }

    .hero-review {
        padding: 15px
    }

    .hero-review {
        font-size: 13px
    }

    .section-heading .heading1 {
        font-size: 56px;
    }

    .section-heading .heading2 {
        font-size: 28px;
        letter-spacing: 5px;
    }

    h5,
    .h5 {
        font-size: 18px;
        line-height: 130%;
    }

    .content-text .group_btn .cta-btn {
        margin: 6px 0;
        width: 100%
    }

    .service-box {
        height: 470px
    }

    .service-box .hover {
        opacity: 1;
        visibility: visible;
        text-align: left;
        flex-direction: column;
        padding: 20px;
        align-items: flex-start;
        background: rgba(0, 0, 0, 0.6)
    }

    .service-box .info {
        opacity: 0;
        visibility: hidden
    }

    .service-box .hover ul li {
        transform: translateY(0%);
        opacity: 1;
        z-index: 1;
    }

    .service-box .hover .title {
        display: block;
        margin-bottom: 15px
    }

    .service-box .title {
        font-size: 24px
    }

    .cta-inner.style1 .heading {
        font-size: 28px;
        letter-spacing: 5px;
    }

    .cta-inner.style1 .sub-heading {
        font-size: 18px;
        letter-spacing: 2px;
        margin-top: 32px;
        line-height: 140%;
    }

    .cta-inner.style1 .text {
        width: 80%;
        margin: 35px auto 0;
        font-size: 16px;
    }

    .py_100 {
        padding: 50px 0;
    }

    .why-choose-area.n_top {
        padding-top: 200px;
        margin-top: -200px;
    }

    .why-choose-area .heading1 {
        font-size: 70px;
        left: 0;
    }

    .why-choose-area .heading2 {
        font-size: 34px;
        letter-spacing: 4px;
        margin-top: 30px;
    }

    .gallery-box {
        height: 250px;
    }

    .content_tabs {
        margin-bottom: 30px
    }

    .content_tabs li {
        margin: 15px;
        display: inline-block;
        margin-bottom: 0;
    }

    .content_tabs .nav-tabs {
        text-align: center
    }

    .solution-area .section-heading .heading2 {
        font-size: 30px;
        letter-spacing: 5px;
    }

    .solution-area .section-heading .heading1 {
        font-size: 75px;
        margin-bottom: 40px
    }

    .solution-area .section-heading {
        margin-bottom: 30px;
    }

    .insta-feed .heading {
        font-size: 30px;
        letter-spacing: 5px;
        font-weight: 600;
    }

    .contact-area .heading1 {
        font-size: 80px;
    }

    .footer-logo {
        width: 180px;
        display: block;
        margin: 0 auto 20px
    }

    .footer-widget .hero-review {
        margin-top: 15px;
    }

    .footer-widget {
        margin: 15px 0
    }

    .footer_links {
        column-count: 2
    }

    .footer-widget.working-hours {
        margin-top: 30px;
    }

    .footer-widget .hero-review {
        margin-top: 15px;
        width: 300px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .footer-widget .hero-review img {
        margin: 0 auto
    }

    .footer_social {
        text-align: center
    }

    .footer-top {
        padding: 40px 0;
    }

    .testimonial-slider .slick-list {
        margin-left: 0;
        margin-right: 0
    }

    .review-body {
        font-size: 18px;
        line-height: 30px;
    }

    .review-meta .title {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .review-meta {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .header-area .call-block {
        margin-right: 5px;
    }

    .call-block .icon {
        display: flex;
        background: transparent;
        color: rgb(10, 112, 194);
        font-size: 20px;
        width: auto;
        height: auto;
        margin: 0;
        position: relative;
        top: 3px;
    }

    .call-block .text {
        display: none
    }

    .pager-banner {
        padding-bottom: 50px
    }

    .banner-text .h1 {
        font-size: 50px;
        margin-bottom: 10px
    }

    .banner-text {
        font-size: 16px
    }

    .icon-teaser-wrapper.style1 .col-md-4 {
        padding: 0 15px
    }

    .icon-teaser.style1 {
        padding: 20px 0;
    }

    .icon-teaser.style1 .icon img {
        max-height: 58px;
    }

    .icon-teaser.style1 .action {
        font-size: 15px
    }

    .icon-teaser.style1 .title {
        font-size: 22px;
        letter-spacing: 3px;
    }

    .c_popup.cartPop .close {
        top: -6px;
        right: -6px;
    }

    .box.style2 img {
        height: 250px;
    }

    .box.style2 .info .title {
        font-size: 21px;
        letter-spacing: 2px;
    }

    .box.style2 .info .desg,
    .c_popup .desg {
        font-size: 15px
    }

    .c_popup .inner {
        padding: 25px;
    }

    .c_popup {
        padding: 15px
    }

    .cta-btn {
        padding: 10px 12px;
        font-size: 13px;
    }

    .box.style2.alt-service .info .title {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .box.style5 {
        padding: 25px;
    }

    .box.style5 .heading {
        font-size: 24px;
    }

    .text-box.style1 {
        padding: 25px;
    }

    .text-box-wrapper {
        padding: 0 15px
    }

    .text-box.style1 .heading {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .text-box.style1 .sub-heaidng {
        letter-spacing: 1px;
        font-size: 16px;
    }

    .ba-slider-wrapper {
        min-width: 100%
    }

    .video-iframe iframe {
        height: 240px;
        width: 100%;
    }

    .video-iframe.alt iframe {
        height: 300px;
    }

    .icon-teaser.style2 .title {
        padding: 0
    }

    .icon-teaser.style2 img {
        max-height: 66px;
    }

    .icon-teaser.style2 .title {
        font-size: 16px;
        line-height: 20px;
    }

    .map-box .group_btn .cta-btn {
        margin: 5px
    }

    .map-box iframe {
        height: 335px;
    }

    .tabs_wrapper.alt ul {
        display: flex;
        text-align: left;
        justify-content: flex-start
    }

    .tabs_wrapper.alt ul li a {
        white-space: nowrap
    }

    .testimonial-box.style2 {
        padding: 20px
    }

    .testimonial-box.style2 .heading {
        font-size: 18px;
        letter-spacing: 3px;
    }

    .plain-text h2 {
        font-size: 32px
    }

    .plain-text h3 {
        font-size: 28px
    }

    .plain-text h4 {
        font-size: 26px
    }

    .plain-text h5 {
        font-size: 22px
    }

    .plain-text h6 {
        font-size: 18px
    }

    .section_heading_img {
        width: 120px;
        margin: 0 auto 20px;
    }

    .box.style7 .text {
        padding: 20px 20px 10px;
    }

    .box.style7 .action {
        padding: 0 20px 20px;
    }

    .box.style7 .title {
        font-size: 16px;
    }

    .box.style7 img {
        height: 140px;
    }

    .banner-text .h1 {
        font-size: 42px;
        margin-bottom: 10px;
    }
	.pager-banner{
		padding-top:0
	}
	.notfound-area {
    padding-top: 50px;
}
	.notfound-area .section-heading .heading1 {
    font-size: 100px;
    line-height: 80px;
}
	a.site-logo{
		width:180px;
		max-width:180px
	}

}

/*Mobile landscape*/
@media(max-width:767px) {
    .banner-text .h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .box.style7 img {
        height: 227px;
    }

    .content_tabs {
        margin-bottom: 0
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 120%;
    }

    h3,
    .h3 {
        font-size: 28px;
        line-height: 100%;
    }

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

    .rotating-text {
        position: relative;
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
    }

    .header-top {
        font-size: 16px;
        padding: 3px 0;
        line-height: 18px
    }

    .hero-area {
        height: auto;
        padding-bottom: 50px;
        padding-top: 50px !important;
    }

    .hero-title span {
        font-size: 80px;
    }

    .hero-title {
        font-size: 40px;
        margin-bottom: 50px
    }

    .logo-carousel .slick-list {
        margin-left: -15px;
        margin-right: -15px
    }

    .heading-smalls {
        font-size: 16px;
    }

    .section-heading .heading1 {
        font-size: 40px;
    }

    .section-heading .heading2 {
        font-size: 24px;
        letter-spacing: 2px;
    }

    h5,
    .h5 {
        font-size: 16px;
        line-height: 130%;
    }

    .section-action {
        margin-top: 30px;
    }

    .py_100 {
        padding: 50px 0;
    }

    .cta-inner.style1 .heading {
        font-size: 22px;
        letter-spacing: 5px;
    }

    .cta-inner.style1 .sub-heading {
        font-size: 16px;
        letter-spacing: 2px;
        margin-top: 22px;
    }

    .cta-inner.style1 .text {
        margin-top: 55px;
        width: 100%;
        margin: 30px auto 0;
        font-size: 16px;
    }

    .why-choose-area .heading1 {
        font-size: 54px;
        left: 0;
        line-height: 140%;
    }

    .why-choose-area .heading2 {
        font-size: 34px;
        letter-spacing: 4px;
        margin-top: 25px;
    }

    .why-choose-area .inner-img img {
        margin: 20px auto 30px;
    }

    .tab-content .heading {
        font-size: 26px;
    }

    .tab-content .subheading {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .section-heading {
        margin-bottom: 25px;
    }


    .insta-feed .heading {
        font-size: 22px;
        letter-spacing: 4px;
    }

    .insta-feed .sub-heading {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .contact-area .heading1 {
        font-size: 70px;
    }

    .contact-area .sub-heading {
        font-size: 16px;
        margin-top: 35px;
    }

    .footer-top {
        padding: 30px 0
    }

    .footer_title {
        font-size: 18px
    }

    .hero-title {
        margin-bottom: 25px
    }

    .cta-btn {
        padding: 10px 15px;
        font-size: 13px
    }

    .hero-text {
        font-size: 16px;
        text-align: center
    }

    .group_btn .cta-btn {
        margin: 7px 0
    }

    .hero-text .group_btn {
        margin-top: 20px;
    }

    .hero-review {
        font-size: 12px;
        margin-top: 25px
    }

    .hero-review img {
        margin: 0 auto 10px
    }

    .hero-text .cta-btn {
        width: auto
    }



    .gallery-box {
        height: 200px;
    }

    .dropdown-tabs {
        position: relative;
        margin-bottom: 20px;
    }

    .dropdown-tabs > button {
        padding: 15px;
        background: #0a70c2;
        width: 100%;
        text-align: left;
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        position: relative;
        font-weight: 500;
        letter-spacing: 2px
    }

    .dropdown-tabs > button::after {
        position: absolute;
        content: "";
        top: 47%;
        right: 20px;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg) translateY(-50%);
    }

    .tabs_dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        background: #0a70c2;
        width: 100%;
        text-align: left;
        margin: 0 !important;
        padding: 0 !important;
        display: none;
        z-index: 22
    }

    .tabs_dropdown li {
        margin: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
        display: block !important
    }

    .tabs_dropdown li:last-child {
        border: none !important
    }

    .tabs_dropdown li button {
        border: none !important;
        padding: 10px 15px !important;
        color: #fff !important;
        background: transparent !important;
        text-align: left !important;
        margin: 0 !important;
        font-size: 14px
    }

    .tabs_drop {
        display: block !important
    }

    .service-slider .slide {
        padding: 0 8px;
    }

    .service-box img {
        object-position: top
    }

    .hero-review-alt img {
        height: 30px;
    }

    .pager-banner .banner-text {
        padding-top: 0;
    }

    .related-links-area .cta-inner.style1 .heading {
        font-size: 25px;
        letter-spacing: 6px;
    }

    .related-links-area .cta-inner.style1 .heading span {
        display: inline
    }

    .icon-teaser.style1 .title {
        font-size: 22px;
        letter-spacing: 3px;
    }

    .section_notes {
        width: 100%
    }

    .text-box-wrapper {
        padding: 0 15px
    }

    .box.style2 img {
        height: 320px;
    }

    .box.style2 .info .title {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .box.style2 .info .desg,
    .c_popup .desg {
        font-size: 14px
    }

    .c_popup .inner {
        padding: 20px
    }

    .c_popup {
        padding: 10px
    }

    .box.style3 .title {
        font-size: 28px;
    }

    .box.style3 {
        padding: 25px
    }

    .box.style2.alt-service .info .title {
        font-size: 18px;
        letter-spacing: 0px;
        margin-bottom: 20px;
    }

    .box.style5 {
        padding: 25px;
    }

    .box.style5 .heading {
        font-size: 22px;
    }

    .text-box.style1 {
        padding: 25px;
    }

    .text-box.style1 .heading {
        font-size: 22px;
        letter-spacing: 2px;
    }

    .text-box.style1 .sub-heaidng {
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 16px;
    }

    .faqs_accordion .accordion-button {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 18px
    }

    .accordion-button::after {
        position: relative;
        right: -15px
    }

    .faqs_accordion .accordion-body {
        padding: 25px 20px;
        padding-top: 30px;
    }

    .gallery-slider .slick-arrow.slick-next {
        right: 0
    }

    .gallery-slider .slick-arrow.slick-prev {
        left: 0
    }

    .gallery-slider .slick-arrow {
        background: #dfb967FF;
        color: #fff;
        top: 45%;
        width: 30px;
        height: 30px;
        font-size: 13px
    }

    .ba-slider-wrapper {
        min-width: 100%
    }

    .video-iframe.alt iframe {
        height: 300px;
    }

    .section-heading.style3 .heading {
        letter-spacing: 3px;
        font-size: 26px;
    }

    .section-heading.style3 .sub-heading {
        font-size: 18px;
    }

    .icon-teaser.style2 .title {
        padding: 0
    }

    .icon-teaser.style2 img {
        max-height: 66px;
    }

    .icon-teaser.style2 .title {
        font-size: 16px;
        line-height: 20px;
    }

    .c_info .title {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .tabs_wrapper.alt {
        overflow-x: auto;
    }

    .plain-text h2 {
        font-size: 28px
    }

    .plain-text h3 {
        font-size: 26px
    }

    .plain-text h4 {
        font-size: 22px
    }

    .plain-text h5 {
        font-size: 18px
    }

    .plain-text h6 {
        font-size: 16px
    }

    .section_heading_img {
        width: 120px;
        margin: 0 auto 20px;
    }
	


}



/*Mobile Portrait*/
@media(max-width:575px) {

    .icon-teaser-wrapper.style1 .col-md-4 {
        padding: 0 15px;
        border-right: 0;
        border-bottom: 1px solid #c8c8c8
    }

    .related-links.style1 ul {
        column-count: 2
    }

    .footer_social {
        text-align: left
    }

    .footer-widget .hero-review img {
        margin-left: 0
    }

    .footer-widget .hero-review {
        margin-left: 0;
        width: auto;
        display: inline-block;
        margin-top: 15px;
    }

    .footer-logo {
        display: inline-block;
        width: 180px;
        margin-left: 0;
        margin-bottom: 0
    }

    .cta-btn {
        width: 100%;
    }

    .service-box {
        height: 430px
    }

    .content-img {
        margin-bottom: 30px
    }



    .cta-inner.style1 .heading span {
        display: block
    }

    .why-choose-area.n_top {
        padding-top: 115px;
        margin-top: -115px;
    }

    .gallery-box {
        height: 150px;
    }



    .content_tabs li button.active {
        color: rgba(255, 255, 255, 0.7) !important
    }

    .inner-tabs {
        padding: 0
    }

    .inner-tabs .video_bg {
        top: 100px;
        right: -30px;
        max-width: 700px;
        height: calc(100% - 50px);
        width: 700px;
        z-index: -1;
        left: auto;
        bottom: 0;
    }

    .c_form {
        margin-top: 30px
    }

    .review-meta {
        text-align: center
    }

    .box.style2 img {
        height: 195px;
    }

    .box.style2 .info {
        padding: 10px;
    }

    .box.style2 .info .title {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .box.style2 .info .desg,
    .c_popup .desg {
        font-size: 12px;
    }

    .c_popup .inner {
        padding: 15px;
        max-width: 560px;
    }

    .c_popup {
        padding: 10px
    }

    .cta-btn {
        line-height: normal
    }

    .box.style2.alt-service .info .title {
        font-size: 16px;
        letter-spacing: 0px;
        margin-bottom: 15px;
    }

    .box.style5 {
        padding: 20px;
    }

    .box.style5 .heading {
        font-size: 22px;
    }

    .text-box.style1 {
        padding: 30px;
    }

    .text-box.style1 .heading {
        font-size: 22px;
        letter-spacing: 2px;
    }

    .text-box.style1 .sub-heaidng {
        letter-spacing: 1px;
        font-size: 16px;
    }

    .c_info {
        margin-bottom: 0;
        margin-top: 30px
    }
	body .gform_wrapper.gravity-theme .gform_fields > div{
		width:100%
	}
	.cta-inner.style1 .heading span{
		display:inline
	}
}

.relative {
    overflow: hidden;
}

.text-box-wrapper [class*="col-"]:first-child img {
	display: none;
}

body .gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -10px;
}

body .gform_wrapper.gravity-theme .gform_fields > div {
    padding: 0 10px;
    margin-bottom: 15px;
}

body .gform_wrapper.gravity-theme .gform_fields > div fieldset,
body .gform_wrapper.gravity-theme .gform_fields > div label {
    display: none;
}

.c_form.centered .gform_footer {
	text-align: center;
}
body .uwy.userway_p1 .userway_buttons_wrapper {
    top: auto !important;
    bottom: 20px !important;
}

.hero-area {
    background: #000;
}
