@font-face {
    font-family: "socialico";
    src: url("fonts/Socialico/Socialico.eot");
    src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"),
        url("fonts/Socialico/Socialico.woff2") format("woff2"),
        url("fonts/Socialico/Socialico.woff") format("woff"),
        url("fonts/Socialico/Socialico.ttf") format("truetype"),
        url("fonts/Socialico/Socialico.svg") format("svg");
}

@font-face {
    font-family: 'Bitsumishi';
    src: url('fonts/Bitsumishi/Bitsumishi.eot');
    src: url('fonts/Bitsumishi/Bitsumishi.eot?#iefix') format('embedded-opentype'),
        url('fonts/Bitsumishi/Bitsumishi.woff2') format('woff2'),
        url('fonts/Bitsumishi/Bitsumishi.woff') format('woff'),
        url('fonts/Bitsumishi/Bitsumishi.ttf') format('truetype'),
        url('fonts/Bitsumishi/Bitsumishi.svg#Bitsumishi') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro/MyriadPro-Regular.woff2') format('woff2'),
        url('fonts/MyriadPro/MyriadPro-Regular.woff') format('woff'),
        url('fonts/MyriadPro/MyriadPro-Regular.ttf') format('truetype'),
        url('fonts/MyriadPro/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

.suspension-contain {
    max-height: 980px;
    overflow: hidden;
    position: relative;
}

html.suspended {
    background: rgba(0, 0, 0, 0.6);
}

body {
    max-width: 1920px;
    min-width: 1661px;
    margin: 0 auto;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 15px;
    line-height: 1.8;
    overflow-x: hidden;
    color: #444444;
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: inherit;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
div,
p {
    padding: 0;
    margin: 0;
}

h1,
h2 {
    color: #1B2646;
    font-size: 47px;
    line-height: .94;
    font-family: 'Bitsumishi';
    font-weight: 400;
}

ul,
ol,
li {
    list-style-type: none;
}

input:focus,
textarea:focus {
    outline: none;
}

.row {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

img {
    display: block;
}

/*floats*/

.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.flex-item {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
}

.logo {
    width: 100%;
    max-width: 300px;
}


/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
    font-size: 14px;
    padding: 5px 10px;
    position: fixed;
    display: block !important;
    transform: none !important;
    bottom: 0 !important;
    left: 20px !important;
}

/*call to action*/
.destroy-on-load,
.cta {
    display: none;
}

/*contact form messages*/
form .messages p {
    display: none;
    font-family: Arial !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    font-size: 16px !important;
}

form .loading {
    display: none;
}

form .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

form .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

form .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

form [type="submit"] {
    margin: 20px auto
}

/*contact form*/
.ctc-form {
    margin: 0 auto;
    text-align: center;
    font-family: 'Myriad Pro', sans-serif;
}

.ctc-form label {
    width: 100%;
    max-width: 100%;
}

.ctc-form input[type="text"],
.ctc-form textarea {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .165px;
    color: #000;
    height: 38px;
    display: block;
    width: 100%;
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
}

.ctc-form textarea {
    height: 120px;
    padding-top: 10px;
}

.ctc-form input[type="checkbox"] {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 15px;
}

.ctc-form button {
    display: block;
    font-family: "Orbitron", sans-serif;
    width: 100%;
    max-width: 582px;
    height: 28px;
    background: #fff;
    border: 0;
    font-size: 14px;
    color: #010102;
    text-transform: uppercase;
    font-weight: 900;
}

.ctc-form .recap {
    display: inline-block;
}

.ctc-form .g-recaptcha div {
    margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
    display: none;
}

/*gallery*/
#content .gallery-container {
    text-align: center;
}

#content .gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content .gallery li {
    display: inline-block;
}

#content .thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: .42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
    transform: scale(1.02);
}

#content .page_navigation {
    display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #0275d8;
    display: inline-block;
    line-height: 1.25;
    margin-left: -1px;
    padding: 0.5rem 0.75rem;
    position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
    background-color: #eceeef;
    border-color: #ddd;
    color: #014c8c;
    text-decoration: none;
}

.btn {
    font-family: "Mukta Vaani", sans-serif;
    font-weight: 700;
    letter-spacing: 1.77px;
    color: #1B2646;
    width: 100%;
    max-width: 249px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    border: transparent 1px solid;
    position: relative;
    z-index: 999;
}

.btn-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btn-left-white {
    color: #1B2646;
    background: transparent url('../images/content/btn-left-white.webp') top left no-repeat;
    background-size: contain;
    margin-right: -26px;
    padding-left: 57px;
}

.btn-left-white:hover {
    color: #fff;
    background: transparent url('../images/content/btn-left-blue.webp') top left no-repeat;
    background-size: contain;
}

.btn-left-blue {
    color: #fff;
    background: transparent url('../images/content/btn-left-blue.webp') top left no-repeat;
    background-size: contain;
    margin-right: -26px;
    padding-left: 57px;
}

.btn-left-blue:hover {
    color: #1B2646;
    background: transparent url('../images/content/btn-left-trans.webp') top left no-repeat;
    background-size: contain;
}

.btn-right-blue {
    color: #fff;
    background: transparent url('../images/content/btn-right-blue.webp') top left no-repeat;
    background-size: contain;
    justify-content: flex-end;
    padding-right: 63px;
}

.btn-right-blue:hover {
    color: #1B2646;
    background: transparent url('../images/content/btn-right-white.webp') top left no-repeat;
    background-size: contain;
}

.btn-right-white {
    color: #1B2646;
    background: transparent url('../images/content/btn-right-white.webp') top left no-repeat;
    background-size: contain;
    justify-content: flex-end;
    padding-right: 63px;
}

.btn-right-white:hover {
    color: #fff;
    background: transparent url('../images/content/btn-right-blue.webp') top left no-repeat;
    background-size: contain;
}

.to-m-left {
    margin-left: auto;
}

.to-shadow {
    text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.65);
}

.to-bg-red {
    background-color: #A30403;
    border-color: #A30403;
}

.to-bg-red:hover {
    background-color: #444444;
    color: #fff
}

.to-glow {
    box-shadow: 7px 7px 46px rgba(0, 0, 0, 0.1);
}

.to-psides10 {
    padding-left: 10px;
    padding-right: 10px;
}

.put-letter-spacing {
    letter-spacing: .45px;
}

.subtitle {
    font-family: "Mukta Vaani", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #666666;
    letter-spacing: 2.36px;
}

.to-bold {
    font-weight: 700;
}

/*header*/
header {
    background: transparent url('../images/content/banner-bg.webp') top left no-repeat;
}

#header {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
}

#header .row {
    min-width: 1661px;
    max-width: 1728px;

    padding-top: 10px;

}

#header .left {
    max-width: 874px;
    /* margin-left: 15px; */
}

#header .left .img-holder {
    max-width: 153px;
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    position: relative;
    top: 5px;
}

#header nav {
    max-width: 664px;

}

#header .right {
    max-width: 830px;
}

#header .right .wrapper {
    width: 100%;
    max-width: 491px;
    margin-left: auto;
    justify-content: flex-start;
    gap: 10px;
    margin-top: -10px;
}

#header .left .img-holder {
    padding-top: 15px;
}

#header .phone-holder,
#header .email-holder {
    justify-content: flex-start;
    gap: 16px;
}

#header .phone-holder a,
#header .email-holder a {
    font-size: 18px;
    color: #000;
    letter-spacing: .9px;
}

#header .phone-holder a {
    font-weight: 700;
}

#header nav a#pull {
    display: none
}

#header nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

#header .left {
    display: flex;
    align-items: start;
}

#header nav {
    padding-top: 28px;
    padding-right: 10px;
}

#header nav ul li a {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.77px;
    padding-bottom: 4px;

    font-family: "Montserrat";
    font-size: 15px;
}

#header nav ul li.active-menu a,
#header nav ul li a:hover {
    position: relative;
    transition: all .3s ease-in-out;
}

#header nav ul li.active-menu a::before,
#header nav ul li a:hover::before {
    content: '';
    display: block;
    height: 3px;
    width: 50%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease-in-out;
}

#header nav ul li.active-menu a::after,
#header nav ul li a:hover::after {
    content: '';
    display: block;
    height: 1px;
    width: 80%;
    background: #fff;
    position: absolute;
    bottom: 1px;
    left: 0;
    animation: draw-line .5s forwards;
}


#banner .row {
    max-width: 1920px;
    padding: 0;
    align-items: stretch;
    gap: unset;


}

#banner .left {
    margin-right: -80px;
    max-width: 1200px;

    background: transparent url('../images/content/banner-left.jpg') top center no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}

#banner .left::before {
    content: '';
    display: block;
    width: 290px;
    height: 100%;
    position: absolute;
    background: transparent url('../images/content/banner-left-line.webp') bottom left no-repeat;
    background-size: cover;

}

#banner .left .wrap {
    width: 100%;
    max-width: 933px;
    margin-left: 40px;
    text-align: left;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 33px;
    padding-left: 15px;
}

#banner .horizontalText {
    padding-bottom: 52px;
    padding-left: 10px;
}

#banner .horizontalText .tovertical {
    font-family: "Mukta Vaani", sans-serif;
    font-weight: 700;
    letter-spacing: 1.77px;
    position: relative;
    display: inline;
    writing-mode: vertical-lr;
    text-orientation: sideways;
}

#banner .horizontalText .tovertical::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 227px;
    background: #DDDDDD;
    margin-top: 52px;
}

#banner .heroSocMeds {
    width: 100%;
    max-width: 219px;
    padding-left: 15px;


}

#banner .heroSocMeds ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;

    margin-bottom: 8px;

}

#banner .right {
    max-width: 935px;
    align-self: flex-end;
    position: relative;
    padding-top: 148px;
}

/* #banner .right::before {
    content: '';
    display: block;
    width: 100%;
    max-width: 245px;
    height: 99px;
    background: #1C2747 url('../images/content/slideMenuIcon.webp') top left no-repeat;
    background-position: 51px 27px;
    position: absolute;
    right: 0;
} */

#banner .right #right-side-bar {
    width: 100%;
    max-width: 245px;
    height: 99px;
    background: #1C2747;
    margin-left: auto;
    padding-left: 57px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

#banner .right #secondaryMenu {
    position: absolute;
    top: 100%;
    right: 0;
    padding-right: 15px;
    padding-bottom: 10px;
    text-align: right;
    transition: all .3s ease-in-out;
    opacity: 0;
    width: 100%;
}

#banner .right #secondaryMenu li {
    padding-right: 15px;
    padding-bottom: 10px;
    border: 1px #1C2747 solid;
    border-width: 0;
    animation: draw-line-under .5s forwards;
}

#banner .right .wrap {
    /* padding-top: 230px; */
    width: 100%;
    max-width: 820px;
    padding-left: 40px;
    padding-right: 0;
    text-align: left;
    margin: 0 40px 0 auto;
    ;
}

#banner .right .wrap img {
    width: 100%;
    max-width: 600px;
}

#banner .right .title,
#banner .right .subtitle {
    color: #1A2646;
    font-size: 74px;
    line-height: .94;
    font-family: 'Bitsumishi';
    font-weight: 400;
    letter-spacing: normal;
}

#banner .right .subtitle {
    font-size: 50px;
    padding-bottom: 33px;
}

#banner .article {
    position: relative;
    margin-left: -245px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 5px;
    padding-bottom: 277px;
}

#banner .lorem {
    position: relative;
    width: 100%;
    max-width: 383px;
}

#banner .btn-holder {
    width: 100%;
    max-width: 499px;
    padding-right: 27px;
}

/*footer*/
#footer {
    background: transparent url('../images/content/ft-bg.webp') top left no-repeat;
    background-size: cover;
    padding-top: 54px;
    padding-bottom: 40px;
    color: #fff;
}

#footer .row {
    max-width: 1562px;

}

#footer .img-holder {
    padding-top: 12px;
    max-width: 378px;
}

#footer .right {
    max-width: 1035px;
    text-align: left;
    font-size: 16px;
    align-items: start;
}

#footer .title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 3.6px;
    margin-bottom: 11px;
}

#footer ul li {
    margin-bottom: 7px;
}

#footer .container {
    padding-bottom: 27px;
}

#footer .contact-holder,
#footer .social-holder {
    padding-top: 7px;
}

#footer .contact-holder {
    margin-bottom: 14px;
    width: 100%;
    max-width: 288px;
}

#footer .company-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

#footer .contact-holder .icon-holder {
    width: 100%;
    max-width: 24px;
    display: flex;
    justify-content: center;
}

#footer .contact-holder .phone-holder,
#footer .contact-holder .email-holder,
#footer .contact-holder .loc-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

#footer .contact-holder .loc-holder {
    align-items: start;
}

#footer .phone-holder,
#footer .email-holder {
    margin-bottom: 12px;
}

#footer .phone-holder a,
#footer .email-holder a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .9px;
}

#footer .email-holder a {
    font-weight: 400;
}

#footer .loc-holder a {
    font-size: 16px;
    line-height: 1.59;
    letter-spacing: .672px;
}

#footer .social-holder {
    margin-bottom: 27px;
    width: 100%;
    max-width: 240px;
}

#footer .social-holder li {
    display: flex;
    align-items: center;
    gap: 15px;
}

#footer .social-holder .icon-holder {
    width: 100%;
    max-width: 18px;
    display: flex;
    justify-content: center;
}

#footer .ft-bottom {
    padding-top: 4px;
}

#footer .copy,
#footer .silver {
    font-size: 14px;
}

#footer .silver img {
    display: inline-block;
    vertical-align: middle;
    max-width: 50px
}

/*content*/
/* ABOUT US */
.forBackGround {
    background: transparent url("../images/content/about-bg.webp") top left no-repeat;
    background-size: contain;
}

#about {}

#about .holder {
    display: flex;

}

#about .top {
    position: relative;
    padding-bottom: 163px;
}

#about .top::before {
    content: '';
    width: 100%;
    max-width: 448px;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.07);
    position: absolute;
    bottom: 0;
    right: 0;
}

/* about LEFT CONTAINER */
#about .leftContainer {
    max-width: 980px;
    width: 100%;

    display: flex;
    justify-content: flex-end;
    padding-right: 90px;

    position: relative;

}

#about .leftContainer .rectangleTwo {
    max-width: 253px;
    width: 100%;
    display: flex;

    position: absolute;
    right: -133px;
    top: 155px;
}

#about .rectangleTwo .rectangle1 {
    height: 16px;
    width: 120px;
    background-color: #1C2747;
}

#about .rectangleTwo .rectangle2 {
    width: 133px;
    height: 16px;
    background-color: #FFFFFF;

}

#about .description {
    max-width: 645px;
    width: 100%;
    text-align: start;
    padding-top: 148px;
}


#about .description h1 {
    padding-bottom: 35px;
}

#about .description p {
    padding-bottom: 27px;
    letter-spacing: .45px;
}


#about .description .to-bold {
    padding-bottom: 21px;
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    letter-spacing: normal;
}

#about .aboutButton {
    display: flex;
    justify-content: space-around;
    max-width: 498px;
    width: 100%;
    padding-top: 35px;
}



#about .aboutButton {
    display: flex;
    max-width: 510px;
    width: 100%;
    justify-content: space-between;

}



#about .aboutButton .button1,
#about .aboutButton .button2 {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    width: 249px;
    height: 65px;

    padding-top: 18px;

    font-family: "Mukta Vaani", sans-serif;
    font-weight: 700px;
    font-size: 15px;
    letter-spacing: 1.77px;


}

#about .aboutButton .button1 {
    clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
    border-radius: 25px 0px 0px 0px;
    justify-content: center;
    align-items: center;
    background-color: #1C2747;
    padding-right: 20px;
    padding-left: 57px;
    padding-right: 80px;
    margin-top: 8px;
    width: 255px;

}

#about .aboutButton .button2 {
    height: 80px;
    width: 255px;
    background-image: url(../images/img/buttonBG.png);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    padding-top: 25px;
    padding-left: 0px;
}

#about .aboutButton .button1 span {
    color: #FFFFFF;
    font-size: 15px;
    font-family: "Mukta Vaani", sans-serif;
    font-weight: 700;
    letter-spacing: 1.77px;
}

#about .aboutButton .button2 span {
    font-size: 15px;
    font-family: "Mukta Vaani", sans-serif;
    font-weight: 700;
    letter-spacing: 1.77px;
    color: #1C2747;
}



/* about RIGHT CONTAINER */
#about .rightContainer {
    max-width: 855px;
    margin: 0 0 0 auto;
    width: 100%;
    background-image: url(../images/content/banner-left-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    /* height 1263px */
    padding-top: 500px;
    padding-bottom: 280px;

}

#about .aboutLayer {


    position: relative;
}

#about .layerHolder {
    background-image: url(../images/img/aboutLAYER.png);
    background-position: center;
    background-size: cover;

    content: "";
    /* must have content, even if empty */
    position: absolute;
    top: -500px;
    left: 488px;
    width: 450px;
    height: 878px;
    z-index: -1;
    display: none
}

/* SERVICES SECTION */

#services {
    margin: 0 auto;
    margin-top: -89px;
}

#services .holder {
    margin: 0 auto;
    padding-left: 20px;
}

#services .holder {
    display: flex;
    flex-direction: column;


    background-image: url(../images/img/servicesBG.png);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

#services .container {
    max-width: 1318px;
    width: 100%;
    margin: 0 auto;

}


#services .subtitle {
    padding-top: 33px;
    padding-bottom: 17px;
}

#services h2 {
    padding-bottom: 18px;
}

#services .lorem {

    max-width: 1200px;

    padding-left: 5px;
    padding-right: 5px;
    margin: 0 auto;

    padding-bottom: 20px;

}

#services .type {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1290px;
    width: 100%;


    padding-left: 36px;
    padding-right: 30px;

    padding-bottom: 17px;
    border-bottom: solid 1px #777;

}

#services .type .box:first-child {
    max-width: 250px;
    width: 100%;

}

#services .type .box:nth-child(2) {
    max-width: 306px;
    width: 100%;

}

#services .type .box:last-child {
    max-width: 287px;
    width: 100%;
}

#services .type .box:first-child,
#services .type .box:nth-child(2),
#services .type .box:last-child {
    display: flex;


    font-family: "Montserrat";
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    letter-spacing: 2.36px;

}

#services .type .box:first-child .label {
    max-width: 179px;
    width: 100%;
}

#services .type .box:nth-child(2) .label {
    max-width: 170px;
    width: 100%;
}


#services .type .label {
    display: flex;
    justify-content: center;
    align-items: center;
}

#services .type .box {
    display: flex;
    justify-content: space-between;
    position: relative;

}

#services .type .box:nth-child(2) {
    padding-left: 6px;

}

#services .type .box:nth-child(2)::before {
    background-image: url(../images/img/servicesACTIVE.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    content: "";
    /* must have content, even if empty */
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 303px;
    height: 14px;
    display: none;

}

#services .serve {
    max-width: 1318px;
    width: 100%;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 12px;

}

#services .serve .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    max-width: 390px;
    width: 100%;
    padding-left: 5px;
    padding-top: 54px;
}

#services .box .number {
    max-width: 156px;
    width: 100%;
    border-bottom: solid 2px #000;

    font-family: "Bitsumishi";
    font-weight: 400;
    font-size: 25px;
    color: #1b2646;
    text-align: start;

    margin-left: 10px;



}

#services .box .title {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-left: 8px;

    padding-bottom: 28px;
}

#services .box .article {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 400;
    color: #444444;
    text-align: start;

    padding-bottom: 17px;
    padding-left: 8px;
    width: 100%;
    max-width: 326px;
    height: 100%;
    min-height: 101px;
}

#services .box:last-child .article {
    max-width: 327px;
}

#services .inner-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#services .inner-box .number {
    height: 82px;
    max-width: 76px;
    width: 100%;
    background-color: #FFFFFF;

    font-family: "Bitsumishi";
    font-size: 40px;
    font-weight: 400;
    color: #1b2646;
    border: none;

    display: flex;
    justify-content: flex-start;
    padding-left: 12px;

    position: absolute;
    right: -20px;
    top: -26px;

    padding-top: 15px;
    z-index: 2;

}

#services .inner-box .learnmore {
    display: inline-block;
    font-family: "Mukta Vaani", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2.36px;
    color: #001A66;

    text-align: start;

    padding-top: 26px;
    padding-bottom: 100px;
    padding-left: 28px;
}

#services .layer1 {
    position: relative;

}

#services .layerHolder1::before {

    background-image: url(../images/img/servicesLAYER.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    content: "";
    /* must have content, even if empty */
    position: absolute;
    top: -270px;
    left: -40px;
    right: 200px;
    width: 700px;
    height: 270px;
    z-index: -1;



}

#services .serve .img-holder {
    width: 362px;
    height: 318px;
    position: relative;
    overflow: hidden;
}

#services .img-tilt {
    position: relative;
    perspective: 300px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    backface-visibility: hidden;
    transition: 0.2s;
    display: flex;
    transform-style: preserve-3d;
    transform: translateZ(100px);
}

#services .img-tilt:hover {
    scale: 1.1;
}



/* CHOOSE US PAGE */
#chooseUsPage {
    margin: 0 auto;
}

#chooseUsPage .chooseHolder {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

#chooseUsPage .chooseLeftContainer {
    max-width: 1037px;
    width: 100%;
    background-image: url(../images/img/page4BGright.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

#chooseUsPage .chooseRigthContainer {
    max-width: 883px;
    width: 100%;
    padding-top: 106px;
    padding-left: 60px;



}

#chooseUsPage .chooseRigthContainer .description {
    max-width: 580px;
    width: 100%;
    text-align: start;
    display: flex;
    flex-direction: column;
}

#chooseUsPage .chooseRigthContainer .description .subtitle {
    color: #000000;
    padding-bottom: 23px;
}

#chooseUsPage .chooseRigthContainer .description h2 {
    padding-bottom: 15px;
}

#chooseUsPage .chooseRigthContainer .description .lorem {
    letter-spacing: .45px;
}

/* CHOOSE PAGE BUTTON */
#chooseUsPage .buttonTwoHolder {
    display: flex;
    justify-content: space-around;
    max-width: 472px;
    width: 100%;
    padding-top: 35px;
    margin-left: -264px;
    padding-bottom: 62px;
}

#chooseUsPage .buttonTwoHolder .button1,
#chooseUsPage .buttonTwoHolder .button2 {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    width: 255px;
    height: 65px;

    padding-top: 18px;

    font-family: "Mukta Vaani", sans-serif;
    font-weight: 700px;
    font-size: 15px;
    letter-spacing: 1.77px;

    /* padding-top: 22px;
    padding-bottom: 18px; */

}

#chooseUsPage .buttonTwoHolder .button1 {
    clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
    border-radius: 25px 0px 0px 0px;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    padding-right: 20px;
    padding-left: 57px;
    padding-right: 80px;
}

#chooseUsPage .buttonTwoHolder .button2 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
    border-radius: 0px 0px 25px 0px;
    background-color: #1C2747;
    color: #FFFFFF;
    justify-content: center;
    padding-left: 77px;
    padding-right: 63px;
}

#chooseUsPage .iconContainer {
    max-width: 520px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 34px;
}

#chooseUsPage .icon1,
#chooseUsPage .icon2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 225px;
    width: 100%;
}

#chooseUsPage .icon2 {
    padding-top: 25px;
}

#chooseUsPage .icon1 .imageContainer,
#chooseUsPage .icon2 .imageContainer {
    width: 58px;
    height: 58px;
}

#chooseUsPage .icon1 .imageContainer {
    background-image: url(../images/img/chooseIcon1.webp);
    background-image: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#chooseUsPage .icon2 .imageContainer {
    background-image: url(../images/img/chooseIcon2.webp);
    background-image: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#chooseUsPage .icon1 span:nth-child(2),
#chooseUsPage .icon2 span:nth-child(2) {
    font-family: "Bitsumishi";
    font-size: 22px;
    font-weight: 400;
    color: #1b2646;
    line-height: 1;
    padding-top: 28px;
    padding-bottom: 20px;
}

#chooseUsPage .iconContainer span:nth-child(3) {
    font-size: 15px;
    color: #444444;
    padding-bottom: 35px;
    line-height: 28px;
    letter-spacing: .135px;
    display: block;
    width: 100%;
    max-width: 218px;
}

/* TESTIMONIALS PAGE */
#testimonials {
    margin: 0 auto;
}

#testimonials .holder {
    background-image: url(../images/img/testimonialBG.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#testimonials .header {
    padding-top: 47px;
}

#testimonials .header .subtitle {
    letter-spacing: 2.36px;
    line-height: 1.2;
    padding-bottom: 15px;
}

#testimonials .header h2 {
    color: #FFFFFF;
    padding-bottom: 37px;
}

#testimonials .innerReview {
    display: flex;
    max-width: 1310px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    justify-content: space-around;
}

#testimonials .review1,
#testimonials .review2 {
    width: 100%;
    max-width: 634px;
    padding-top: 45px;
    padding-left: 36px;
    border: solid 1px #BBBBBB;
}

#testimonials .profileContainer {
    display: flex;
    padding-bottom: 36px;
    align-items: stretch;
}

#testimonials .review1 .profileContainer .txtContainer,
#testimonials .review2 .profileContainer .txtContainer {
    height: 82px;
    width: 89px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;

    font-family: "Orbitron";
    font-size: 49px;
    font-weight: 900;
    color: #1C2747;
}


#testimonials .profileINFO {
    max-width: 200px;
    width: 100%;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 27px;
    align-items: start;
}

#testimonials .author {
    font-family: "Bitsumishi";
    font-weight: 400;
    font-size: 25px;
    color: #FFFFFF;

    line-height: 1;

}

#testimonials .position {
    color: #FFFFFF;
}

#testimonials .profileINFO div {
    display: flex;
    flex-direction: column;

    justify-content: flex-end;
    padding-left: 4px;
}


#testimonials .review1 .profileINFO .profileImage,
#testimonials .review2 .profileINFO .profileImage {
    background-image: url(../images/img/testimonialSTARS.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;

    max-width: 150px;
    width: 100%;
    height: 17px;

}

#testimonials .review1 .userReview,
#testimonials .review2 .userReview {
    text-align: start;
}

#testimonials .review1 .userReview span,
#testimonials .review2 .userReview span {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 22px;
    color: #FFFFFF;

}

#testimonials .userReview p {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #FFFFFF;
    line-height: 2.5;
    padding-bottom: 25px;
    width: 100%;
    max-width: 539px;
}


#testimonials .horizontalLine {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 85px;
}

#testimonials .sliderButton {
    max-width: 1305px;
    width: 100%;

    display: flex;
    flex-direction: column;

}

#testimonials .sliderButton a {
    display: inline-block;
}

#testimonials .sliderButton a:first-child,
#testimonials .sliderButton a:last-child {
    width: 38px;
    height: 38px;
}

#testimonials .sliderButton img:nth-child(2) {
    max-width: 1266px;
}

#testimonials .sliderButton a:first-child {
    position: relative;
    bottom: -10px;
    left: 1265px;
}

#testimonials .sliderButton a:last-child {
    position: relative;
    top: -13px;
    left: 1228px;
}

/* GALLERY */
#gallery {
    margin: 0 auto;
    background: transparent url('../images/content/gal-bg.webp') bottom left no-repeat;
}

#gallery .holder {
    margin: 0 auto;
}

#gallery .mainContent {
    max-width: 1445px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;

    margin: 0 auto;
}

#gallery .header {
    padding-top: 122px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: start;

    padding-bottom: 60px;
}

#gallery .header .subtitle {
    letter-spacing: 2.36px;
    line-height: 1.2;
    padding-bottom: 22px;
}

#gallery .header h2 {
    color: #1b2646;
}

#gallery .galleryBG {
    background-image: url(../images/img/galleryBG2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    width: 100%;
    height: 450px;

    position: relative;

    display: flex;


}

#gallery .photo1Container {
    max-width: 560px;
    width: 100%;

    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-right: 57px;

}

#gallery .p1Holder {
    max-width: 395px;
    width: 100%;
    height: 506px;

    background-image: url(../images/img/galleryImg1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    box-shadow: 5px -5px 23px rgba(0, 0, 0, 0.32);
}

#gallery .photo2Container {
    max-width: 842px;
    width: 100%;
    position: relative;

    display: flex;
    flex-direction: column;
}

#gallery .photo2Container div:first-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#gallery .p2Holder,
#gallery .p3Holder {
    max-width: 395px;
    width: 100%;
    height: 506px;
    position: relative;
    top: -210px;

    box-shadow: 5px -5px 23px rgba(0, 0, 0, 0.32);
}

#gallery .p2Holder {
    background-image: url(../images/img/galleryImg2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#gallery .p3Holder {
    background-image: url(../images/img/galleryImg3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

#gallery .slider {
    position: relative;
    width: 100%;
}

#gallery .sliderButton {
    top: -204px;
    max-width: 1305px;
    width: 100%;

    display: flex;
    flex-direction: column;

}

#gallery .sliderButton a {
    display: inline-block;
}

#gallery .sliderButton a:first-child,
#gallery .sliderButton a:last-child {
    width: 38px;
    height: 38px;
}

#gallery .sliderButton img:nth-child(2) {
    max-width: 719px;
    height: 23px;
    object-fit: contain;
}

#gallery .sliderButton a:first-child {
    position: relative;
    left: 796px;
}

#gallery .sliderButton a:last-child {
    position: relative;
    left: 758px;
    top: -25px;
}

/* #gallery .sliderButton img:first-child {
    position: relative;
    bottom: -10px;
    left: 1265px;
}

#gallery .sliderButton img:last-child {
    position: relative;
    top: -13px;
    left: 1228px;
} */

#gallery .button {
    padding-top: 14px;
    padding-bottom: 35px;
    padding-left: 540px;
}

#gallery .button1 {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    width: 250px;
    height: 65px;

    padding-top: 18px;

    font-family: "Mukta Vaani", sans-serif;
    font-weight: 700px;
    font-size: 15px;
    letter-spacing: 1.77px;

    /* STYLE */

    clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
    border-radius: 25px 0px 0px 0px;
    justify-content: center;
    align-items: center;
    background-color: #1C2747;
    padding-right: 20px;
    padding-left: 57px;
    padding-right: 80px;
    color: #FFFFFF;
}


#contact {
    background: transparent url('../images/content/contact-bg.webp') top center no-repeat;
    background-size: cover;
    padding-top: 28px;
    padding-bottom: 26px;
}

#contact .row {
    max-width: 1661px;
    border: 6px rgba(255, 255, 255, 0.25) solid;
}

#contact .wrap {
    width: 100%;
    max-width: 778px;
    margin-left: auto;
    padding-top: 23px;
    padding-bottom: 23px;
    text-align: left;
}

#contact .subtitle {
    font-family: "Barlow", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #888888;
    letter-spacing: 8.5px;
    margin-bottom: 10px;
}

#contact h2 {

    color: #FFFFFF;
    letter-spacing: -1.152px;
}

#contact form {
    margin-top: 58px;
    padding-left: 10px;
    width: 100%;
    max-width: 595px;
    margin-left: 0;
    color: #fff;

}

#contact .wrap {
    padding-left: 25px;
}

#contact .to-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#contact .to-group label {
    max-width: 257px;
}

#contact input {
    padding-bottom: 20px;
    padding-left: 0;
}

#contact input,
#contact textarea {
    border-color: #fff;
    margin-bottom: 35px;
    font-family: 'Myriad Pro';
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.165px;
    color: #fff;
}

#contact textarea {
    height: 198px;
}

#contact input[type="checkbox"] {
    margin-bottom: 5px;
}



/*inner pages*/
.inner #content {
    min-height: 400px;
    text-align: left;
}

.inner h1 {
    text-align: center;
}

.inner h2 {
    padding-top: 30px;
    padding-bottom: 15px;
}

.inner.services-page #content li {
    list-style-type: disc;
}

.inner.services-page .bulletedLists {
    padding-left: 30px;
}

.inner.services-page .textAndImage {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner .userReviews {
    color: #444444;
}

/*privacy policy*/
.inPrivacyBox {
    max-width: 850px;
    margin: 0 auto;
}

.inPrivacyBox p {
    text-align: justify !important;
}


/** Responsive
-------------------------------------------------------*/


@media (prefers-reduced-motion: no-preference) {

    #welcome .left img,
    #our-work img,
    #save .right img {
        scale: .7;
        opacity: 0;
        animation: fade-in linear forwards;
        animation-timeline: view();
        animation-range: entry;
    }

    @keyframes fade-in {
        to {
            scale: 1;
            opacity: 1;
        }
    }

    #offer .first,
    #offer .second,
    #offer .third {
        opacity: 0;
        animation: slideFromTopAbsolute linear forwards;
        animation-timeline: view();
        animation-range: entry;
    }

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

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes show {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 0.5;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes draw-line {
        from {
            width: 0%;
        }

        to {
            width: 80%;
        }
    }

    @keyframes draw-line-under {
        from {
            width: 0%;
        }

        to {
            width: 100%;
        }
    }
}


/* SERVICES INNER STYLES */

#servicesINNER {
    margin: 0 auto;

}

#servicesINNER .top,
#servicesINNER .mid,
#servicesINNER .bottom {
    margin: 0 auto;
}

#servicesINNER .holder {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

#servicesINNER .top .holder {
    max-width: 1200px;
    width: 100%;
}

#servicesINNER .top h1 {
    font-family: "Montserrat";
    font-size: 40px;
    color: #222;
    font-weight: 700;

}

#servicesINNER .top .holder h1:first-child {
    padding-top: 80px;
    padding-bottom: 120px;
}

#servicesINNER .excavation {
    padding: 20px;

    text-align: start;
    position: absolute;

    max-width: 1200px;
    width: 100%;

    top: -95px;
    left: 360px;
    right: 350px;

    background-color: #fff;

}

#servicesINNER .excavation h2:first-child {
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 700;
}

#servicesINNER .excavation span {
    font-family: "Poppins";
    font-size: 16px;
    color: #222;

}

#servicesINNER .mid .holder {

    color: #222;
    text-align: start;
    position: relative;

    display: flex;
    justify-content: center;
    flex-direction: column;
}

#servicesINNER .textAndImage {
    max-width: 1200px;
    width: 100%;

    margin: 0 auto;

    padding-top: 180px;
    padding-bottom: 80px;

    display: flex;
}

#servicesINNER .textAndImage div {
    width: 50%;

}

#servicesINNER .leftContainer {

    padding: 20px;
}

#servicesINNER .holder span {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

#servicesINNER .leftContainer span {
    font-size: 15px;
}

#servicesINER .excavation span {
    font-size: 15px;
}

#servicesINNER .leftContainer h1,
#servicesINNER .leftContainer h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;

    color: #222;
    padding-top: 15px;
    padding-bottom: 15px;
}

#servicesINNER .leftContainer span:nth-child(2) {
    display: inline-block;
    line-height: 1.4;
    font-size: 16px;

}

#servicesINNER .leftContainer span:nth-child(4) {
    display: inline-block;
    padding-right: 25px;
    padding-bottom: 10px;
    line-height: 1.4;
    font-size: 16px;
}

#servicesINNER .leftContainer .bulletedLists {

    padding-left: 30px;
    /* space for bullets */
    color: #222;
    /* white text */
    font-size: 16px;
    line-height: 1.2;
}

#servicesINNER .leftContainer .bulletedLists li {
    list-style-type: disc;
}

#servicesINNER .rightContainer {

    background-image: url(../images/img/whiteCart3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#servicesINNER .bottom {
    padding: 80px 65px;
}

#servicesINNER .bottom .holder {
    background-color: #fff;

    max-width: 1200px;
    width: 100%;
}

#servicesINNER .bottom .holder h1,
#servicesINNER .bottom .holder h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
}

#servicesINNER .bottom .holder span {
    display: inline-block;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    text-align: justify;
    line-height: 1.5;

    width: 100%;
}


/* GALLERY INNER */

#content .galleryf {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}



#content .galleryf .gallery {

    display: flex;
    flex-direction: column;
}

#content .galleryf .row h1 {
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 700;
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: start;
}

#content .galleryf img {
    object-fit: cover;
    width: 277.5px;
    height: 277.5px;
}


#content .galleryf .gallery {
    display: grid;
    grid-template-columns: repeat(4, 277.5px);
    grid-template-rows: repeat(3, 277.5px);
    gap: 5px;
    justify-content: center;
    padding-bottom: 50px;
}

#content .galleryf .header {
    color: #1B2646;
    font-size: 47px;
    line-height: .94;
    font-family: 'Bitsumishi';
    font-weight: 400;
}

#content .galleryf h2 {
    color: #1B2646;
    font-size: 47px;
    line-height: .94;
    font-family: 'Bitsumishi';
    font-weight: 400;
    text-align: start;
}

/* USER REVIEW */
#content {
    padding: 0;
    margin: 0;
}

#content .userReviews {
    margin: 0 auto;
    padding: 0;
}


#content .userReviews .holder {
    background-image: url(../images/img/testimonialBG.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#content .userReviews .header {
    padding-top: 47px;
}

#content .userReviews .header span {
    font-family: "Mukta Vaani", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #666;
    letter-spacing: 2.36px;
    line-height: 1;
    padding-bottom: 15px;
}

/* #content .userReviews .header h1 {
    font-family: "Bitsumishi";
    font-size: 47px;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 37px;
} */

#content .userReviews .innerReview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1310px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    gap: 20px;

    padding-bottom: 80px;
}

#content .userReviews .review1,
#content .userReviews .review2 {
    width: 100%;
    max-width: 934px;
    padding-top: 45px;
    padding-left: 36px;
    padding-right: 36px;
    border: solid 1px #BBBBBB;
}

#content .userReviews .profileContainer {
    display: flex;
    padding-bottom: 36px;
    align-items: stretch;
}

#content .userReviews .txtContainer {
    height: 82px;
    width: 89px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;

    font-family: "Orbitron";
    font-size: 49px;
    font-weight: 900;
    color: #1C2747;
    border: 1px #1C2747 solid;
}


#content .userReviews .profileINFO {
    max-width: 200px;
    width: 100%;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 27px;

}

#content .userReviews .review1 .profileINFO h1,
#content .userReviews .review2 .profileINFO h1 {
    font-family: "Bitsumishi";
    font-weight: 400;
    font-size: 25px;
    color: #FFFFFF;

    line-height: 1;

}

#content .userReviews .review1 .profileINFO span,
#content .userReviews .review2 .profileINFO span {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
}

#content .userReviews .profileINFO div {
    display: flex;
    flex-direction: column;

    justify-content: flex-end;
    padding-left: 4px;
}


#content .userReviews .review1 .profileINFO .profileImage,
#content .userReviews .review2 .profileINFO .profileImage {
    background-image: url(../images/img/testimonialSTARS.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    max-width: 150px;
    width: 100%;
    height: 17px;

}

#content .userReviews .review1 .userReview,
#content .userReviews .review2 .userReview {
    text-align: start;
}

#content .userReviews .review1 .userReview span,
#content .userReviews .review2 .userReview span {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 22px;
    color: #FFFFFF;

}

#content .userReviews .userReview p {
    line-height: 2.5;
    padding-bottom: 25px;
}


#content .userReviews .horizontalLine {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 85px;
}

/* CONTACT INNER */
#content .contact {
    padding-top: 80px;
    padding-bottom: 80px;
}

#content .contact button {
    border: solid 1px #1C2747;
}

#content .contact button:hover {
    cursor: pointer;
}

#content .inner-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    gap: 50px;
}

#content h1 {
    padding-bottom: 40px;
}

#content .services {
    padding-top: 80px;
    padding-bottom: 80px;
}

#content .services h1 {
    padding-bottom: 0;
}

/* ABOUT INNER */
#content .about {
    padding-top: 80px;
    padding-bottom: 80px;
}

#content .about .row {
    width: 100%;
}

#content .about h1 {
    padding-bottom: 0;
}


@media (max-width: 1700px) {
    body {
        zoom: 80%;
    }
}

.learnmore .move-right {
    display: inline-block;
    transition: transform 0.5s ease-in-out;
}

.learnmore:hover .move-right {
    animation: moveRight 0.5s linear forwards;
}

.learnmore:not(:hover) .move-right {
    animation: moveleft 0.5s linear backwards;
}

@keyframes moveRight {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(15px);
    }
}

@keyframes moveleft {
    from {
        transform: translateX(15px);
    }

    to {
        transform: translateX(0);
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 999;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 650px;
}

.modal .title-holder {
    display: flex;
    padding: 5px 25px;
    height: 63px;
    align-items: center;
    background: #1C2747;
}

.modal h6 {
    font-size: 20px;
    line-height: 1;
    padding: 0;
    margin: 0;
    color: #fff;
}

.modal .content-holder {
    padding: 15px;
}

/* The Close Button */
.modal .close {
    color: white;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.modal .lorem {
    display: none;
}

.modal#getLocation {}

@media(max-width:1378px) {
    #banner .right .wrap {
        padding-top: 230px;
        width: 100%;
        max-width: 790px;
    }

    #banner .right .title {
        color: #1A2646;
        font-size: 70px;
    }

    #banner .right .subtitle {
        font-size: 50px;
    }
}