html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Gilroy';
    font-display: swap;
    font-weight: 400;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a {
    display: inline-block;
    transition: all ease .6s;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header {
    background: #000A40;
    padding: 25px 0 17px 0;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

header .navbar-brand img {
    width: 162px;
}

header button span i {
    color: rgb(255, 255, 255);
    font-size: 24px;
}

header .nav-item {
    align-self: center;
}

header .nav-link {
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    transition: all ease .6s;
    position: relative;
}

header .nav-link:hover {
    color: #F2AC57;
}

header .special {
    margin-left: 20px;
}

header .special a {
    color: #000A40;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 11px 50px;
    background: #F2AC57;
    border-radius: 2px;
    display: inline-block;
    transition: all ease .6s;
}


/* header end */


/* footer start */

footer {
    background: #000A40;
    padding: 110px 0;
    color: #fff;
}

footer .footer_log {
    margin-bottom: 20px;
}

footer .footer_log img {
    width: 162px;
}

footer .item_1 p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.015em;
    text-align: left;
    max-width: 220px;
    margin-bottom: 22px;
}

footer .item_1 .social a {
    margin-right: 22px;
}

footer .item_1 .social a:last-child {
    margin-right: 0;
}

footer .item_2 h4 {
    text-transform: uppercase;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.135em;
    color: #F2AC57;
}

footer .item_2 ul li {
    margin-bottom: 5px;
}

footer .item_2 ul li:last-child {
    margin-bottom: 0;
}

footer .item_2 ul li a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.015em;
    color: #fff;
}

.footer_right h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.135em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.footer_right input {
    height: calc(1.6em + .75rem + 2px) !important;
}

.footer_right .form-control {
    color: #393D4B !important;
    border-radius: 2px !important;
}

.footer_right button {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.065em;
    background: #F2AC57;
    border: none;
    width: 100%;
    text-transform: uppercase;
    color: #000A40;
    padding: 10px;
    border-radius: 2px;
}

footer .footer_copy {
    margin-top: 20px;
}

footer .footer_copy p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 165.5%;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    margin-bottom: 0;
}

footer .footer_copy .footer_link a {
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 165.5%;
    letter-spacing: -0.015em;
    text-decoration-line: underline;
    color: #FFFFFF;
    margin-right: 18px;
}

footer .footer_copy .footer_link a:last-child {
    margin-right: 0;
}


/* footer end */


/* banner start */

.banner {
    overflow: hidden;
    background-color: #040d42;
    position: relative;
    z-index: 99;
    padding: 200px 0;
}

.banner_img {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 80%;
}

.banner_img_right {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
}

.banner .banner_body {
    z-index: 2;
    position: relative;
}

.banner .banner_inner {
    max-width: 480px;
    margin-left: auto;
    color: #fff;
}

.banner .banner_inner h1 {
    font-size: 39px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 0.135em;
    margin-bottom: 15px;
}

.banner .banner_inner p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.025em;
    margin-bottom: 00px;
}

.banner .banner_link {
    margin-top: 20px;
}

.banner .banner_link a {
    padding: 13px 40px;
    background: #F2293A;
    border-radius: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.065em;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    width: 208px;
    margin-right: 20px;
}

.banner .banner_link a:last-child {
    background: #F2AC57;
    color: #000A40;
    margin-right: 0;
}


/* banner end */


/* services start */

.common_title {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.common_title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 225px;
    height: 0px;
    border: 3px solid #F2AC57;
}

.common_title h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 119.5%;
    letter-spacing: 0.135em;
    text-transform: uppercase;
    color: #000A40;
}

.common_title h2{
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 119.5%;
    letter-spacing: 0.135em;
    text-transform: uppercase;
    color: #000A40;
}

.common_title h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000A40;
    margin-bottom: 20px;
}

.services {
    padding: 100px 0;
}

.services .services_inner {
    padding-top: 15px;
}

.services .services_item img {
    margin-bottom: 20px;
}

.services .services_item h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.135em;
    text-transform: uppercase;
    color: #000A40;
    margin-bottom: 10px;
}

.services .services_item p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 165.5%;
    text-align: center;
    letter-spacing: -0.015em;
    color: #000326;
    max-width: 310px;
    margin: auto;
    margin-bottom: 10px;
}

.services .services_item a {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 13px;
    letter-spacing: 0.025em;
    text-align: center;
    color: #000326;
}

.services .services_footer {
    padding-top: 60px;
}

.services .services_footer h4 {
    max-width: 860px;
    margin: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.025em;
    color: #000A40;
    margin-bottom: 0;
}

.common_button {
    margin-top: 50px;
}

.common_button a {
    text-align: center;
    background: #F2AC57;
    border-radius: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 132.52%;
    letter-spacing: 0.065em;
    width: 262px;
    padding: 13px;
    color: #000A40;
}


/* services end */


/* us start */

.us {
    padding: 130px 0;
    background-color: #F2AC57;
    background-image: url(../img/transparency.png);
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.us .common_title::after {
    border: 3px solid #040b3f;
}

.us .us_left img {
    max-width: 95%;
}

.us .us_right .media {
    margin-bottom: 30px;
}

.us .us_right .media:last-child {
    margin-bottom: 0;
}

.us .us_right .media img {
    margin-right: 25px;
}

.us .us_right .media-body {
    max-width: 500px;
}

.us .us_right .media-body h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000A40;
}

.us .us_right .media-body p {
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 165.5%;
    letter-spacing: -0.015em;
    color: #000A40;
}


/* us end */


/* count start */

.count {
    padding: 60px 0;
    background: #F2293A;
}

.count .count_item {
    position: relative;
    padding-bottom: 25px;
}

.count .count_item::after {
    position: absolute;
    width: 156px;
    height: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    margin: auto;
    border: 3px solid #FFFFFF;
}

.count .count_item h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 78px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.count .count_item p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
}


/* count end */


/* slider_1 start */

.slider_1 {
    padding: 100px 0 100px 0;
    background: #F4F5F7;
}

.slider_1 .slider_item img {
    margin: auto;
    margin-bottom: 20px;
}

.slider_1 .slider_item p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 165.5%;
    letter-spacing: -0.015em;
    color: #000326;
    max-width: 872px;
    margin: auto;
}

.slider_1 .slider_item .slider_bottom {
    padding-top: 40px;
}

.slider_1 .slider_item .slider_bottom h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.025em;
    color: #000326;
    margin-bottom: 0;
}

.slider_1 .slider_item .slider_bottom small {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.205em;
    text-transform: uppercase;
    color: #000326;
}

.slick-dots {
    bottom: -55px;
}

.slick-dots li button:before {
    font-size: 8px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: black;
}

.slick-dots li button:before {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(57, 61, 75, 0.5);
    border-radius: 50%;
    content: '';
    opacity: 1;
}


/* slider_1 end */

.slick-slide {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.slick-slide img {
    display: flex;
    flex: 0 0 100%;
    align-self: center;
}

.brand {
    padding: 60px 0;
}

.brand .brand_item img {
    margin: auto;
}


/* common_banner start */

.common_banner {
    background: #F2AC57;
    position: relative;
    padding: 130px 0 90px 0;
    overflow: hidden;
    z-index: 99;
}

.common_banner .common_img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9;
}

.common_banner .common_inner h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000A40;
    padding-right: 18px;
    margin-bottom: 30px;
}

.common_banner .common_inner h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 119.5%;
    letter-spacing: 0.135em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.common_banner .common_inner p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 161.02%;
    letter-spacing: 0.025em;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #000A40;
}

.common_banner .common_inner a {
    font-style: normal;
    margin-top: 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 132.52%;
    letter-spacing: 0.065em;
    text-transform: uppercase;
    color: #000A40;
    width: 208px;
    padding: 12px;
    text-align: center;
    border: 1px solid #000A40;
    border-radius: 2px;
}

.common_banner_2 {
    background: #000A40;
    color: #fff;
}

.common_banner_2 .common_inner a {
    background: #F2AC57;
    border-color: #F2AC57;
}

.common_banner_2 .common_inner p {
    color: #fff;
}

.common_banner_2 .common_inner h2 {
    color: #fff;
}

.common_banner_2 .common_inner h4 {
    color: #fff;
}


/* common_banner end */


/* control start */

.control {
    padding: 150px 0;
}

.control .control_item {
    padding-bottom: 150px;
}

.control .control_item:last-child {
    padding-bottom: 0;
}

.control .control_right {
    max-width: 460px;
}

.control .control_right h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.135em;
    text-transform: uppercase;
    color: #000A40;
    margin-bottom: 15px;
}

.control .control_right p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 165.5%;
    letter-spacing: -0.015em;
    margin-bottom: 25px;
    color: #000326;
}

.control .control_right ul {
    margin-bottom: 40px;
}

.control .control_right ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 165.5%;
    margin-bottom: 10px;
    /* or 26px */
    letter-spacing: 0.025em;
    color: #000326;
}

.control .control_right ul li:last-child {
    margin-bottom: 0;
}

.control .control_right a {
    color: #000A40;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 43px;
    background: #F2AC57;
    border-radius: 2px;
    display: inline-block;
    transition: all ease .6s;
}


/* control end */


/* who start */

.who {
    padding: 120px 0 100px 0;
}

.who .who_inner p {
    margin: auto;
    margin-bottom: 20px;
    max-width: 825px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 165.5%;
    letter-spacing: -0.015em;
    color: #000326;
}

.who .who_inner p:last-child {
    margin-bottom: 0;
}


/* who end */

.we_are {
    background: #F4F5F7;
    padding: 120px 0 190px 0;
}

.we_are .common_title::after {
    left: 0;
    right: auto;
}

.we_are .common_title {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.we_are .common_button a {
    width: 208px;
}

.we_are p {
    width: 453px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 165.5%;
    letter-spacing: -0.015em;
    color: #000326;
    margin-bottom: 0;
}

.we_are_2 {
    color: #fff;
    background: #F2293A;
}

.we_are_2 .common_title h4,
.we_are_2 .common_title h2,
.we_are_2 p {
    color: #fff;
}

.we_are_2 p {
    width: 570px !important;
    margin-left: auto;
}

.we_are_2 .common_title::after {
    left: auto;
    right: 0;
    border-color: #fff;
}

.we_are_2 .common_button a {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}


/* contact_us start */

.contact_us {
    padding: 90px 0 110px 0;
}

.contact_us .common_title {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.contact_us .common_title::after {
    left: 0;
    right: auto;
}

.contact_us p {
    width: 410px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 165.5%;
    letter-spacing: -0.015em;
    color: #000326;
}

.contact_us ul {
    padding-top: 60px;
}

.contact_us ul li {
    margin-bottom: 2px;
}

.contact_us ul li:last-child {
    margin-bottom: 0px;
}

.contact_us ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 165.5%;
    letter-spacing: -0.015em;
    color: #000326;
}


/* contact_us end */


/* CONTACT Button dependant on mobile or desktop */

.call-lg {
    display: none;
}

@media (max-width: 500px) {
    .call-sm {
        display: none;
        background: #F2293A;
    }
    .call-lg {
        display: inline-block;
    }
}


/* desktop and mobile contact buttons start */

.special .contact-mobile {
    display: none;
}

.contact-mobile {
    display: none;
}

@media (max-width: 500px) {
    .contact-desktop {
        display: none;
    }
    .contact-mobile {
        display: inline-block;
    }
    .special .contact-desktop {
        display: none;
    }
    .special .contact-mobile {
        display: inline-block;
    }
}


/* desktop and mobile contact buttons end */

#map {
    width: 100%;
    height: 567px;
}

h4 span {
    position: absolute;
    top: -150px;
}

#contactForm .alert {
    display: none;
}

.contactForm .alert {
    display: none;
}


/* Terms list start */

.terms-page {
    padding: 50px 0;
}

ul.list-terms {
    list-style: circle;
    list-style-type: circle;
}


/* Terms list end */

.grecaptcha-badge {
    visibility: hidden;
}