html {
    overflow-x: hidden;
}

html, body {
    height: 100%;
}

body {
    font-family: 'MontserratRegular';
    font-size: 16px;
    line-height: 30px;
    color: #cdd0d3;
    background: #0a1536;
}

@font-face {
    font-family: 'MontserratLightItalic';
    src: url('fonts/MontserratLightItalic.eot');
    src: url('fonts/MontserratLightItalic.eot') format('embedded-opentype'), url('fonts/MontserratLightItalic.woff2') format('woff2'), url('fonts/MontserratLightItalic.woff') format('woff'), url('fonts/MontserratLightItalic.ttf') format('truetype'), url('fonts/MontserratLightItalic.svg#MontserratLightItalic') format('svg');
}

@font-face {
    font-family: 'MontserratRegular';
    src: url('fonts/MontserratRegular.eot');
    src: url('fonts/MontserratRegular.eot') format('embedded-opentype'), url('fonts/MontserratRegular.woff2') format('woff2'), url('fonts/MontserratRegular.woff') format('woff'), url('fonts/MontserratRegular.ttf') format('truetype'), url('fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}

@font-face {
    font-family: 'MontserratMedium';
    src: url('fonts/MontserratMedium.eot');
    src: url('fonts/MontserratMedium.eot') format('embedded-opentype'), url('fonts/MontserratMedium.woff2') format('woff2'), url('fonts/MontserratMedium.woff') format('woff'), url('fonts/MontserratMedium.ttf') format('truetype'), url('fonts/MontserratMedium.svg#MontserratMedium') format('svg');
}

@font-face {
    font-family: 'MontserratSemiBold';
    src: url('fonts/MontserratSemiBold.eot');
    src: url('fonts/MontserratSemiBold.eot') format('embedded-opentype'), url('fonts/MontserratSemiBold.woff2') format('woff2'), url('fonts/MontserratSemiBold.woff') format('woff'), url('fonts/MontserratSemiBold.ttf') format('truetype'), url('fonts/MontserratSemiBold.svg#MontserratSemiBold') format('svg');
}

@font-face {
    font-family: 'IndustryTestBold';
    src: url('fonts/IndustryTestBold.eot');
    src: url('fonts/IndustryTestBold.eot') format('embedded-opentype'), url('fonts/IndustryTestBold.woff2') format('woff2'), url('fonts/IndustryTestBold.woff') format('woff'), url('fonts/IndustryTestBold.ttf') format('truetype'), url('fonts/IndustryTestBold.svg#IndustryTestBold') format('svg');
}

@font-face {
    font-family: 'IndustryTestBlack';
    src: url('fonts/IndustryTestBlack.eot');
    src: url('fonts/IndustryTestBlack.eot') format('embedded-opentype'), url('fonts/IndustryTestBlack.woff2') format('woff2'), url('fonts/IndustryTestBlack.woff') format('woff'), url('fonts/IndustryTestBlack.ttf') format('truetype'), url('fonts/IndustryTestBlack.svg#IndustryTestBlack') format('svg');
}

@font-face {
    font-family: 'IndustryTestMedium';
    src: url('fonts/IndustryTestMedium.eot');
    src: url('fonts/IndustryTestMedium.eot') format('embedded-opentype'), url('fonts/IndustryTestMedium.woff2') format('woff2'), url('fonts/IndustryTestMedium.woff') format('woff'), url('fonts/IndustryTestMedium.ttf') format('truetype'), url('fonts/IndustryTestMedium.svg#IndustryTestMedium') format('svg');
}

a {
    color: #fae20c;
    text-decoration: none;
}

a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

p {
    line-height: 25px;
    margin: 0 0 15px;
}

p b {
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'IndustryTestBlack';
    margin: 0 0 10px;
}

h2 {
    color: #fff;
}

h3 {
    color: #fae20c;
}

h4 {
    color: #fff;
}

.pad-0 {
    padding: 0 !important;
}

.pad-t0 {
    padding-top: 0 !important;
}

.pad-t10 {
    padding-top: 10px !important;
}

.pad-t20 {
    padding-top: 20px !important;
}

.pad-t30 {
    padding-top: 30px !important;
}

.pad-t40 {
    padding-top: 40px !important;
}

.pad-t50 {
    padding-top: 50px !important;
}

.pad-t60 {
    padding-top: 60px !important;
}

.pad-b0 {
    padding-bottom: 0 !important;
}

.pad-b10 {
    padding-bottom: 10px !important;
}

.pad-b20 {
    padding-bottom: 20px !important;
}

.pad-b30 {
    padding-bottom: 30px !important;
}

.pad-b40 {
    padding-bottom: 40px !important;
}

.pad-b50 {
    padding-bottom: 50px !important;
}

.pad-b60 {
    padding-bottom: 60px !important;
}

.mrb-0 {
    margin-bottom: 0px !important;
}

.mrb-10 {
    margin-bottom: 10px !important;
}

.mrb-15 {
    margin-bottom: 15px !important;
}

.mrb-20 {
    margin-bottom: 20px !important;
}

.mrb-25 {
    margin-bottom: 25px !important;
}

.mrb-30 {
    margin-bottom: 30px !important;
}

.mrb-35 {
    margin-bottom: 35px !important;
}

.mrb-40 {
    margin-bottom: 40px !important;
}

.mrb-45 {
    margin-bottom: 45px !important;
}

.mrb-50 {
    margin-bottom: 50px !important;
}

.mrb-55 {
    margin-bottom: 55px !important;
}

.mrb-60 {
    margin-bottom: 60px !important;
}

.mrb-70 {
    margin-bottom: 70px !important;
}

.mrb-80 {
    margin-bottom: 80px !important;
}

.hidden {
    display: none !important;
}

@media (min-width: 320px) {
    /*.sticky.header nav{position: fixed; background: #1b1b1b; -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 5%); box-shadow: 0 3px 9px rgb(0 0 0 / 5%); top: 0; left: 0; width: 100%; z-index: 5; -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; -webkit-transition: all .5s; transition: all .5s; max-width: 100%; margin-top: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}  
  .sticky.header .navbar .logo img{max-width: 200px; filter: inherit;}*/
}

.container {
    position: relative;
    z-index: 3;
    padding: 0 15px;
}

.row {
    margin: 0 -15px;
}

.row > * {
    padding: 0 15px;
}

.header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 0;
}

.phone {
    position: relative;
    padding: 0 20px;
    align-items: center;
    display: flex;
}

.phone a {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 15px;
}

.phone a:hover {
    color: #fae20c;
}

.phone i {
    background: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px dashed #fff;
    color: #fff;
    line-height: 45px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.phone span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    top: -2px;
}

.phone span span {
    font-family: 'IndustryTestBold';
    color: #fff;
    font-size: 20px;
    top: 0;
    padding: 4px 0 0;
}

.phone a:hover span {
    color: #fae20c;
}

.phone a:hover span span {
    color: #fff;
}

.login-btn {
    position: relative;
    align-items: center;
    display: flex;
    padding: 0 20px 0 0;
}

.login-btn .btn i {
    margin: 0 10px 0 0;
}

.header nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'MontserratMedium';
}

.header nav .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    /* background: red; */
    position: relative;
    max-width: 100%;
    margin: 0 0 0;
    box-shadow: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

.header .navbar .logo {
    margin: 0;
}

.header .navbar .logo a {
    display: block;
    margin: 0;
    padding: 25px 0;
}

.header .navbar .logo img {
    max-width: 100px;
    position: relative;
    z-index: 100;
}

.header nav .navbar .nav-links {
    height: 100%;
    margin: 0 0 0 auto;
    display: flex;
    align-content: center;
}

.header nav .navbar .links {
    display: flex;
    padding: 0;
    margin: 0;
}

/*.header nav .navbar .links li:nth-child(4){margin-right: 200px;}*/
.header nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 0 20px;
}

.header nav .navbar .links > li > a {
    padding: 15px 0;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

.header nav .navbar .links > li > a:hover, .header nav .navbar .links > li.current-menu-item > a {
    color: #fae20c;
}

.header .links li:hover .htmlcss-arrow, .header .links li:hover .js-arrow {
    transform: rotate(180deg);
}

.header nav .navbar .links li .arrow {
    width: 16px;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
    margin: 2px 0 0 5px;
    font-size: 16px;
    font-weight: bold;
}

.header nav .navbar .links li:hover .arrow {
    color: #fae20c;
}

.header nav .navbar .links li .sub-menu {
    /*border: 1px solid #dddddd6b; box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); position: absolute; top: 100%; left: 0; background: #fff; box-shadow: none; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; display: none; z-index: 2; padding: 5px 15px;*/
    overflow: hidden;
    background: #1b1b1b;
}

.header nav .navbar .links li:hover .htmlCss-sub-menu, .header nav .navbar .links li:hover .js-sub-menu {
    display: block;
}

@media (min-width: 1100px) {
    .header nav .navbar .links li .sub-menu {
        background: #1b1b1b;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        width: 250px;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: inherit;
        z-index: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.07);
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.07);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border: 1px solid rgba(203, 157, 85, 0.09);
        padding: 10px 25px;
        background: rgba(250, 250, 250, 0.15);
        backdrop-filter: blur(7px);
    }

    .header nav .navbar .links li:hover .htmlCss-sub-menu, .header nav .navbar .links li:hover .js-sub-menu {
        opacity: 1;
        visibility: visible;
        z-index: 999;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    /*.header nav .navbar .links li .sub-menu{position: absolute; left: 0; top: 100%; z-index: 2; padding: 10px 25px; width: 250px; border: 0; box-shadow: 0 10px 40px rgba(0,0,0,.08); -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.08); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; opacity: 0; visibility: hidden; -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; -ms-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0;}
	
	.header nav .navbar .links li:hover .htmlCss-sub-menu, .header nav .navbar .links li:hover .js-sub-menu{opacity: 1; visibility: visible; -moz-transform: scaleY(1); -webkit-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1);}*/
}

.header .navbar .links li .sub-menu li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}

.header .navbar .links li .sub-menu li:last-child {
    border-bottom: 0;
}

.header .navbar .links li .sub-menu a {
    color: #fff;
    padding: 8px 0;
    display: block;
    width: 100%;
}

.header .navbar .links li .sub-menu a:hover {
    color: #fae20c;
}

.header .navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.header .navbar .links li .htmlCss-more-sub-menu {
    /* line-height: 40px; */
}

.header .navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 1;
    display: none;
}

.header .links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.header .navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px;
}

.header .navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header .navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #3E8DA8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.header .navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #3E8DA8;
}

.header .search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #3E8DA8;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.header .search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}

.header .navbar .nav-links .sidebar-logo {
    display: none;
}

.header .navbar .bx-menu {
    display: none;
}

@media (max-width: 1100px) {
    .phone {
        padding: 20px 0 0 15px;
    }

    .header nav .navbar {
        max-width: 100%;
        padding: 0;
        flex-direction: row-reverse;
    }

    .header nav .navbar:before, .header nav .navbar:after {
        display: none
    }

    .header nav .navbar .logo a {
        font-size: 27px;
        margin: 0;
    }

    .header .navbar .logo img {
        max-width: 110px;
    }

    .header nav .navbar .links > li:first-child {
        border-top: 1px solid rgba(255,255,255, 0.1);
    }

    .header nav .navbar .links > li {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255, 0.1);
        white-space: nowrap;
    }

    .header nav .navbar .links > li > a:before {
        display: none;
    }

    .header nav .navbar .links > li a:hover, .header nav .navbar .links > li.active > a {
        color: #fae20c;
    }

    .navbar .links li .sub-menu a {
        padding: 10px;
    }

    .header .navbar .links li .sub-menu a:hover, .header nav .navbar .sub-menu > li.active > a {
        color: #fae20c;
        background: none;
    }

    .header nav {
        /* position: relative; */
    }

    .header .navbar .bx-menu {
        display: block;
    }

    .header nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 100%;
        width: 100%;
        background: #0a1536;
        line-height: normal;
        padding: 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
        overflow-x: scroll;
        align-content: start; height: 100vh;
    }

    .header .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 25px 15px 0;
    }

    .header .sidebar-logo .logo-name {
    }

    .header .sidebar-logo .logo-name img {
        max-width: 110px;
    }

    .header .navbar .logo {
    }

    .header .sidebar-logo i {
        font-size: 25px;
        color: #fae20c;
        cursor: pointer;
    }

    .header .navbar .bx-menu {
        font-size: 25px;
        color: #fff;
        cursor: pointer;
        margin: 0;
    }

    .header.header-position .sidebar-logo i {
        color: #fff;
    }

    .header.header-position .navbar .bx-menu {
        color: #000;
    }

    .header.header-position nav .navbar .links > li > a {
        color: #fff;
    }

    .header.header-position nav .navbar .links li .arrow {
        color: #fff;
    }

    .header.header-position nav .navbar .links > li a:hover, .header.header-position nav .navbar .links > li.active > a {
        color: #fae20c;
    }

    .header nav .navbar .links {
        display: block;
        margin-top: 20px;
        padding: 0;
    }

    .header nav .navbar .links li .arrow {
        line-height: 40px;
        position: absolute;
        border-left: 1px solid rgba(255,255,255, 0.1);
        width: 52px;
        top: 7px;
        bottom: 7px;
        right: 0;
        cursor: pointer;
        color: #fff;
    }

    .header nav .navbar .links li {
        display: block;
        margin: 0;
    }

    .header nav .navbar .links li:nth-child(3) {
        margin-right: 0;
    }

    .header nav .navbar .links li a {
        padding: 15px;
        color: #fff;
    }

    .header .navbar .links li .sub-menu a {
        padding: 10px 0;
        white-space: break-spaces;
    }

    .header nav .navbar .links li .sub-menu {
        border: 0;
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0 65px 0 30px;
    }

    .header nav .navbar .links li .sub-menu li {
    }

    .header .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .header .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header .links li:hover .htmlcss-arrow, .header .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .header .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .header .navbar .links li .sub-menu .more span {
        /* background: red; */
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .header .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    .header nav .navbar .links li:hover .htmlCss-sub-menu, .header nav .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .header .navbar .nav-links.show1 .links .htmlCss-sub-menu, .header .navbar .nav-links.show3 .links .js-sub-menu, .header .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .header .navbar .nav-links.show1 .links .htmlcss-arrow, .header .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg);
    }

    .header .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width: 370px) {
    .header nav .navbar .nav-links {
        max-width: 100%;
    }
}

.banner {
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner::before {
    content: "";
    background: linear-gradient(to bottom, rgba(10,21,54,0) 0%,rgba(10,21,54,0.85) 100%);
    width: 100%;
    height: 15%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 5;
}

.banner .container {
    position: relative;
    z-index: 4;
}

.banner .banner-col {
    position: relative;
    z-index: 1;
}

.banner .slide button {
    top: 47%;
    opacity: 0;
    width: 55px;
    height: 55px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 34px;
    cursor: pointer;
    overflow: hidden;
    line-height: 55px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 20px;
}

.banner .slide:hover button {
    opacity: 1;
}

.banner .slide button.left {
}

.banner .slide button.right {
    left: inherit;
    right: 20px;
}

.banner .slide button.left {
    right: 80px;
}

.banner .slide button.left:hover, .banner .slide button.right:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.banner .slide button .fa {
    margin: 0;
    background: none;
}

.banner .slide button.left>span:nth-child(1) {
    left: 45%;
}

.banner .slide button.right>span:nth-child(1) {
    right: 45%;
}

.banner figure {
    position: relative;
    margin: 0;
}

.banner figure:after {
    content: "";
    background: linear-gradient(to right, rgb(10, 21, 54) 0%,rgba(0,0,0,0) 100%);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.banner figure:before {
    content: "";
    background: #0a1536;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0.5
}

.banner figure img {
    width: 100%;
    height: 768px;
    object-fit: cover;
    object-position: center center;
}

.slide-info {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    max-width: inherit;
    margin: 0;
    padding: 110px 0 0;
}

.slide-text {
    position: relative;
    padding: 0;
    max-width: 60%; margin: 0 auto; text-align: center;
}

.slide-text h1 {
    padding: 0;
    color: #fff;
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 35px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    text-transform: capitalize;
}

.slide-text h1 span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #fff;
    color: #fff;
}

.slide-text p {
    padding: 0;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 35px;
}

.slide-text .btn {
  margin: 0 10px 10px 0;
}

.banner .form-banner {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 100px;
}

.banner .form-banner .row {
    position: relative;
    z-index: 2;
    margin: 0;
    background-color: rgba(255,255,255,0.1);
    padding: 15px 15px 0px 15px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    padding: 30px 20px 5px;
    color: #fff;
    position: relative;
    z-index: 6;
}

.banner .form-banner form {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.banner .form-banner form > * {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.banner .form-banner form select {
    background-image: url(images/arrow-bottom.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 96% center;
    background-size: 18px;
}

.banner .form-banner form .form-control {
    background: inherit;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    color: #fff;
    margin: 0 !important;
    height: 50px;
}

.banner .form-banner form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.banner .form-banner form .form-control::-moz-placeholder {
    color: #fff;
}

.banner .form-banner form .form-control:-ms-input-placeholder {
    color: #fff;
}

.banner .form-banner form .form-control:-moz-placeholder {
    color: #fff;
}

.banner .form-banner form textarea {
    height: 220px !important;
    padding-top: 15px;
}

.banner .form-banner form .form-group {
    margin-bottom: 25px;
}

.banner .form-banner form .input-group {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.banner .form-banner form .input-group-addon {
    background-color: inherit;
    border: 0 !important;
    color: #14133b !important;
    position: relative;
    min-width: 40px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border-radius: 0 !important;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.banner .form-banner form .input-group-addon::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 1px;
    width: 1px;
    height: 30px;
    background-color: rgba(255,255,255,0.7);
}

.banner .form-banner form .input-group > div {
    padding: 17px 0 0;
    color: #fff !important;
}

.banner .form-banner form .input-group:hover .fa {
    color: #fff;
}

.banner .form-banner form .btn {
    width: 100%;
}

.banner .form-banner form .btn:hover {
    color: #fff;
}

.banner .form-banner form .btn span {
    background-color: #1b1b1b;
}

.btn {
    background: #fae20c;
    border: 0;
    text-decoration: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    font-family: 'MontserratSemiBold';
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 13px 25px;
    overflow: hidden;
    text-shadow: none;
    text-transform: capitalize;
    letter-spacing: 0;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.btn:hover {
    color: #000;
    background: #fae20c;
}

.btn:hover i {
    transition: 0.3s;
}

.btn:hover img {
    background: #fae20c;
    /*filter: brightness(0) invert(1);*/
}

.btn:before {
    content: '';
    background-image: url(images/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: scroll;
    background-size: 38px 8px;
    width: 19px;
    height: 8px;
    display: inline-block;
    margin-right: 15px;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0%);
    position: relative;
    top: -2px;
}

.btn:hover:before, .btn:focus:before {
    /*filter: brightness(100%);*/
    filter: brightness(0%);
    width: 38px;
}

.btn img {
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 5px;
    transform: rotate(-45deg);
    margin: 0 0 0 10px;
    position: absolute;
    right: 12px;
    top: 12px;
}

.btn i {
    position: relative;
    margin: 0 0 0 10px;
    top: 1px;
    z-index: 10;
    color: inherit;
}

.btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #fff;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.3s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

.btn:hover span {
    transform: translateY(0) scale(2);
}

.btn span.s1 {
    --n: 1;
}

.btn span.s2 {
    --n: 2;
}

.btn span.s3 {
    --n: 3;
}

.btn span.s4 {
    --n: 4;
}

.row-flex {
    flex-direction: row-reverse;
}

.image-circle {
    animation: spin 12s infinite linear;
    -webkit-animation: spin 12s infinite linear;
    -moz-animation: spin 12s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.sub-title {
    position: relative;
}

.sub-title span {
    position: relative;
    text-transform: capitalize;
    color: #fff;
    font-family: 'MontserratSemiBold';
    padding: 10px 20px;
    background: rgba(250, 250, 250, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.title-flex {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 0 35px;
}

.title-flex .text-pad {
    padding: 0 0 0 30px;
}

.title-flex .title-pad {
    width: 65%;
}

.title-flex .text-pad {
    width: 35%;
}

.about-tag {
    position: relative;
    z-index: 3;
}

.about-tag .tag-col {
    margin: -80px 0 30px;
}

.about-tag .info {
    display: flex;
    gap: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 30px 30px 15px;
    position: relative;
    background: linear-gradient(to bottom, #122049 0%,#0a1536 100%);
}

.about-tag .info figure {
    min-width: 70px;
    width: 70px;
}

.about-tag .info figure img {
    filter: brightness(0) invert(1);
}

.about-tag .info h3 {
    font-size: 30px;
    color: #fff;
    margin: 0 0 15px;
}

.about-wrap {
    padding: 90px 0 60px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.about-wrap.about-page {
    padding: 0;
}

.about-wrap.about-page .about-right figure, .about-wrap.about-page .about-right figure > img {
    height: 100%;
}

.about-wrap.about-page .about-info {
    margin: 0 0 30px;
}

.about-wrap.about-page .about-info:nth-child(4) .item, .about-wrap.about-page .about-info:nth-child(5) .item {
    background: rgba(250, 250, 250, 0.2);
    color: #fff;
}

.about-wrap.about-page .about-info:nth-child(4) .item h4, .about-wrap.about-page .about-info:nth-child(5) .item h4 {
    color: #fff;
}

.about-wrap.about-page .item {
    box-sizing: inherit;
    margin: 0;
    background: #fae20c;
    color: #000;
    padding: 55px 55px 40px;
    height: 100%;
}

.about-wrap.about-page .item h4 {
    color: #0a1536;
    margin: 0 0 20px;
}

.about-wrap.about-page p {
    text-align: justify;
}

.about-wrap h2 {
    font-size: 60px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.about-wrap .about-left {
    padding: 0 30px 0 15px;
}

.about-wrap .about-right {
    padding: 0 15px;
}

.about-wrap h5 {
    color: #D0D0D0;
    line-height: 26px;
    font-style: italic;
    font-size: 16px;
    margin: 0 0 25px;
}

.about-wrap .title-flex .title-pad p{text-align: justify;}

.about-wrap p {
    margin: 0 0 20px;
}

.about-wrap .about-box {
    position: relative;
}

.about-wrap .about-box figure {
    margin: 0;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.about-wrap .about-box figure img {
    height: 312px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.about-wrap .about-text {
    position: absolute;
    background: #fae20c;
    padding: 25px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    bottom: 30px;
    right: 30px;
}

.about-wrap .about-text span {
    font-size: 48px;
    font-family: 'IndustryTestBlack';
    color: #fff;
    position: relative;
    line-height: 30px;
    float: left;
}

.about-wrap .about-text span small {
    display: block;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0 0;
}

.about-wrap .about-text img {
    width: auto;
    height: auto;
}

.about-wrap .owl-stage {
    display: flex !important;
}

.about-wrap .owl-item {
    display: flex !important;
    align-items: stretch !important;
}

.about-wrap .item {
    box-sizing: content-box;
    padding: 55px 55px 90px;
    margin: 0 0 0 15px;
    position: relative;
    border-radius: 10px;
    background: rgba(250, 250, 250, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.about-wrap .item .number {
    font-size: 42px;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #fff;
    color: #fff;
    background: #065b89;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: -40px;
    top: -40px;
}

.about-wrap .item h4 {
    color: #fff;
    font-size: 30px;
    padding: 0;
}

.about-wrap .owl-dots {
    display: none;
    text-align: right;
    position: absolute;
    right: 15px;
    top: -73px;
    margin: 0;
}

.about-wrap .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid #f08757;
    background: none;
}

.about-wrap .owl-theme .owl-dots .owl-dot.active span, .about-wrap .owl-theme .owl-dots .owl-dot:hover span {
    background: #f08757;
}

.about-wrap .owl-theme .owl-nav .owl-page span {
    background: #f08757;
    opacity: 1;
}

.about-wrap .owl-theme .owl-nav .owl-page.active span, .owl-theme .owl-nav.clickable .owl-page:hover span {
    background: #fe5321;
}

.about-wrap .owl-theme .owl-nav button {
    display: block;
    background: #fff !important;
    transform: rotate(-45deg);
    border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    color: #000;
    position: absolute;
    right: 90px;
    bottom: 30px;
    margin: 0;
    height: 55px;
    width: 55px;
    opacity: 1;
    text-indent: -99999px;
    border: 0;
}

.about-wrap .owl-theme .owl-nav button:hover {
    background: #fae20c !important;
}

.about-wrap .owl-theme .owl-nav button.owl-next {
    right: 30px;
}

.about-wrap .owl-theme .owl-nav button.owl-prev:before {
    background-image: url(images/arrow-icon-left.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: 20px 20px;
    color: #000;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.about-wrap .owl-theme .owl-nav button.owl-prev:hover:before {
    background-image: url(images/arrow-icon-left-white.png);
}

.about-wrap .owl-theme .owl-nav button.owl-next:before {
    background-image: url(images/arrow-icon-right.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: 20px 20px;
    color: #000;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.about-wrap .owl-theme .owl-nav button.owl-next:hover:before {
    background-image: url(images/arrow-icon-right-white.png);
}

.animation-float1 {
    animation: float1 4000ms linear 800ms infinite alternate both;
}

@keyframes float1 {
    0% {
        transform: translateY(30px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(10px);
    }
}

.animation-float2 {
    animation: float2 4000ms linear 800ms infinite alternate both;
}

@keyframes float2 {
    0% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(30px);
    }
}

.service-sec {
    padding: 90px 0 70px;
    position: relative;
    z-index: 2;
}

.service-sec h2 {
    font-size: 60px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.service-sec .title-pad {
    width: 50%;
}

.service-sec .title-pad h2 {
    width: auto;
}

.service-sec .title-flex p {
    margin: 0;
}

.service-sec .text-pad {
    width: 50%;
}

.service-sec .service-col {
    margin: 0 0 30px;
}

.service-sec .home_work_lst {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
    padding: 0;
    margin: 0;
}

.service-sec .home_work_bx {
    display: flex;
    flex-direction: column;
    flex: .6;
    min-width: 11%;
    overflow: hidden;
    position: relative;
    transition: all .6s ease-in-out;
    margin: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 1
}

.service-sec .home_work_bx.active {
    flex: 2;
}

.service-sec .home_work_bx.active > h3, .service-sec .home_work_bx:hover > h3 {
    display: none;
}

.service-sec .home_work_bx::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 25%;
    background: linear-gradient(0deg,rgba(0,15,33,0) 0%,rgba(0,14,30,.8) 50.5%,#000d1c 100%);
    right: 0;
    left: 0;
    top: 0;
    z-index: 1
}

.service-sec .home_work_bx::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg,rgba(0,15,33,0) 0%,rgba(0,14,30,.8) 50.5%,#000d1c 100%);
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 25%;
    opacity: 0;
}

.service-sec .home_work_bx::after {
    opacity: 1;
}

.service-sec .home_work_bx > h3 {
    top: 30px;
    left: 30px;
    color: #fff;
    position: absolute;
    font-size: 18px;
    z-index: 1;
    margin: 0;
    text-transform: capitalize;
}

.service-sec .home_work_bx figure {
    height: 550px;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.service-sec .home_work_bx figure img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    object-fit: cover;
    object-position: center
}

.service-sec .home_work_cntnt {
    position: absolute;
    color: #fff;
    margin: 0 auto;
    z-index: 4;
    inset: 0;
    padding: 30px 30px 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    transform: translateX(-10px);
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.service-sec .home_work_bx.active .home_work_cntnt {
    transition-delay: .2s;
    transform: translateX(0px);
    opacity: 1
}

.service-sec .home_work_cntnt h3 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    padding: 0 25px 0 0;
}

.service-sec .home_work_cntnt p {
}

.service-sec .home_work_bx.active a {
    opacity: 1
}

.service-sec .home_work_bx a {
    background: transparent;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 4;
    opacity: 0;
    color: #fff;
    text-align: center;
    padding: 9px 0 0;
    font-size: 14px;
    transform: rotate(-36deg);
}

.service-sec .home_work_bx a:hover {
    color: #fae20c;
    border-color: #fae20c;
}

.core-values {
    position: relative;
    padding: 120px 0 120px;
}

.core-values h2 {
    font-size: 60px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.core-values .left-grid {
    text-align: center;
}

.core-values .right-grid {
    padding: 0 15px 0 50px;
}

.core-values .right-grid .row {
    margin: 0 -5px;
}

.core-values .core-values-col {
    padding: 0 5px;
}

.core-values .core-values-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    background: rgba(250, 250, 250, 0.05);
    height: 100%;
}

.core-values .core-values-info:hover {
    background: #fae20c;
}

.core-values .core-values-info:hover .text p {
    opacity: 1;
    visibility: visible;
}

.core-values .core-values-info:hover h5, .core-values .core-values-info:hover p {
    color: #fff;
}

.core-values .core-values-info * {
    -webkit-transition: all .5s cubic-bezier(.5, 1, .89, 1);
    transition: all .5s cubic-bezier(.5, 1, .89, 1);
    will-change: transform;
}

.core-values .core-values-info .inner {
    will-change: transform;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    padding: 15px 20px;
    -webkit-transition: all .5s cubic-bezier(.5, 1, .89, 1);
    transition: all .5s cubic-bezier(.5, 1, .89, 1);
}

.core-values .core-values-info:hover .inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.core-values .core-values-info .inner .icon {
    margin: 0 0 20px;
}

.core-values .core-values-info .inner .icon img {
    max-width: 50px;
}

.core-values .core-values-info .text h5 {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.core-values .core-values-info .text p {
    color: #fff;
    margin-bottom: 0;
    padding: 0 0;
    opacity: 0;
    visibility: hidden;
}

.form-wrap {
    position: relative;
}

.form-wrap::before, .form-wrap::after {
    content: "";
    background: linear-gradient(to bottom, rgba(10,21,54,0) 0%,rgba(10,21,54,0.85) 100%);
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 5;
    transform: rotate(180deg);
}

.form-wrap .row {
    background-image: url(https://www.goldenkeyexpressllc.com/wp-content/uploads/2025/10/new-img-09.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 90px 15% 60px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.form-wrap .row::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #010614;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.form-wrap h2 {
    font-size: 60px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.form-wrap .form-info {
    position: relative;
    z-index: 6;
}

.form-wrap form {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.form-wrap form > * {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.form-wrap form select {
    background-image: url(images/arrow-bottom.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 96% center;
    background-size: 18px;
}

.form-wrap form .form-control {
    background: inherit;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    color: #fff;
    margin: 0 !important;
    height: 50px;
}

.form-wrap form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-wrap form .form-control::-moz-placeholder {
    color: #fff;
}

.form-wrap form .form-control:-ms-input-placeholder {
    color: #fff;
}

.form-wrap form .form-control:-moz-placeholder {
    color: #fff;
}

.form-wrap form textarea {
    height: 133px !important;
    padding-top: 15px;
}

.form-wrap form .form-group {
    margin-bottom: 30px;
}

.form-wrap form .input-group {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.5);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.form-wrap form .input-group-addon {
    background-color: inherit;
    border: 0 !important;
    color: #14133b !important;
    position: relative;
    min-width: 40px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border-radius: 0 !important;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.form-wrap form .input-group-addon::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 1px;
    width: 1px;
    height: 30px;
    background-color: rgba(255,255,255,0.7);
}

.form-wrap form .input-group > div {
    padding: 17px 0 0;
    color: #fff !important;
}

.form-wrap form .input-group:hover .fa {
    color: #fff;
}

.form-wrap form .btn {
    width: 100%;
}

.form-wrap form .btn:hover {
    color: #000;
}

.form-wrap form .btn span {
    background-color: #fff;
}

.why-choose-us {
    position: relative;
    text-align: center;
    padding: 100px 0 70px;
    z-index: 1;
}

.why-choose-us .row {
    position: relative;
}

.why-choose-us .row > * {
    position: relative;
    z-index: 3;
}

.why-choose-us .row:after {
    content: '';
    background-image: url(images/line-shape.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.why-choose-us h2 {
    font-size: 60px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.why-choose-us h4 {
    font-size: 24px;
    color: #fff;
}

.why-choose-us .process-block {
    position: relative;
    z-index: 3;
    margin: 0 0 30px;
}

.why-choose-us .process-block:nth-child(3), .why-choose-us .process-block:nth-child(5) {
    padding-top: 80px;
}

.why-choose-us .process-block .inner-box {
    position: relative;
    text-align: center;
}

.why-choose-us .process-block .inner-box:hover .count {
    -webkit-transform: scale(-1) rotate(-180deg);
    transform: scale(-1) rotate(-180deg);
}

.why-choose-us .process-block .inner-box:hover .icon-box .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.why-choose-us .process-block .inner-box:hover .icon-box .icon:after {
    opacity: 0;
}

.why-choose-us .process-block .icon-box {
    position: relative;
    height: 154px;
    width: 154px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #d4d9e6;
    background: #fff;
}

.why-choose-us .process-block .icon-box .icon {
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 130px;
    width: 130px;
    font-size: 62px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #000;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.why-choose-us .process-block .icon-box .icon:before {
    position: relative;
    z-index: 2;
}

.why-choose-us .process-block .icon-box .icon::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #e5eaf6, transparent, transparent);
    content: "";
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.why-choose-us .process-block .icon-box .icon img {
    position: relative;
    z-index: 3;
    padding: 30px;
}

.why-choose-us .process-block .icon-box .count {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    height: 48px;
    width: 48px;
    background: #fae20c;
    font-size: 14px;
    color: #0a1536;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 2;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.why-choose-us .process-block .info-box {
    position: relative;
}

.why-choose-us .process-block .info-box .inner {
    position: relative;
}

.why-choose-us .process-block .info-box .title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.why-choose-us .process-block .info-box .text {
    position: relative;
    z-index: 2;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.back-to-top {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    right: 15px;
    bottom: -15px;
    z-index: 20;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.back-to-top.scroll {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}

.back-to-top a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding-top: 12px;
    border: 0;
    color: #fff !important;
    font-size: 18px;
    background: #fae20c;
    display: block;
    height: 44px;
    width: 44px;
    margin: 0 auto;
    text-align: center;
}

.back-to-top a:hover i {
    animation: wobble_bell 1s forwards ease-in-out 0s;
}

.back-to-top a::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
}

@-webkit-keyframes border-transform {
    0%,100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: rgba(250, 250, 250, 0.1);
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #fae20c;
    /* --- Pijl kleur --- */
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    color: #fae20c;
}

.progress-wrap::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: black;
    /* --- Pijl hover kleur --- */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #fae20c;
    /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.wobble_bell {
    animation: wobble_bell 1s forwards ease-in-out 0s;
}

@-webkit-keyframes wobble_bell {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(-10deg);
    }

    30% {
        transform: rotate(10deg);
    }

    45% {
        transform: rotate(-5deg);
    }

    60% {
        transform: rotate(5deg);
    }

    75% {
        transform: rotate(-2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes wobble_bell {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(-10deg);
    }

    30% {
        transform: rotate(10deg);
    }

    45% {
        transform: rotate(-5deg);
    }

    60% {
        transform: rotate(5deg);
    }

    75% {
        transform: rotate(-2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.footer {
    background: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    color: #404040; font-size: 15px;
}

.footer .container {
    position: relative;
    z-index: 1;
}

.footer a {
    color: #404040;
}

.footer a:hover {
    color: #fae20c;
}

.footer .container > * {
    position: relative;
    z-index: 2;
}

.footer .footer-left {
    padding: 90px 50px 50px 15px;
    width: 27%; text-align: center;
}

.footer .footer-right {
    padding: 90px 15px 50px 50px;
    border-left: 1px solid rgba(0,0,0, 0.1);
    width: 73%;
}

.footer .footer-right .row > div {
    width: 20%;
}

.footer .footer-right .row > div:nth-child(2) {
    width: 40%;
}

.footer .footer-right .row > div:last-child {
    width: 40%;
}

.footer .left-p {
    font-size: 14px;
    line-height: 18px;
}

.footer h4 {
    color: #0a1536;
    margin: 0 0 25px;
    font-size: 26px;
    position: relative;
    text-transform: capitalize;
}

.footer h5 {
    color: #0a1536;
    margin: 0 0 10px;
    font-size: 20px;
    position: relative;
    text-transform: capitalize;
}

.wg-1 {
    margin: 0;
}

.wg-1 ul {
    margin: 0;
    padding: 0;
}

.wg-1 ul li {
    list-style: none;
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 10px 20px;
}

.wg-1 ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 14px;
    color: #fae20c;
}

.ft-logo {
    margin: 0px 0 0;
}

.ft-logo img {
    max-width: 150px;
}

.ft-logo span {
    display: block;
    text-decoration: underline;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 18px;
    margin: 30px 0 0;
}

.wg-1 address {
    margin: 0 0 20px;
}

.wg-1 address p {
    margin: 0 0 5px;
}

.wg-1 address p b {
    color: #0a1536;
}

.icon-ft {
    margin: 0;
}

.icon-ft i {
    font-size: 20px;
    border: 1px dashed #fae20c;
    background: #0a1536;
    color: #fae20c;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    margin: 0 5px 7px 0;
}

.icon-ft i:hover {
    color: #0a1536;
    border: 1px dashed #0a1536;
    background: #fae20c;
    transition: 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.newsletter form {
    /*--bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin: 0 -10px;*/
}

.newsletter form > * {
    flex-shrink: 0;
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.newsletter form .form-control {
    background: #ecf1ff;
    box-shadow: none;
    border: 0;
    -webkit-border-radius: 10px 30px 30px 10px;
    -moz-border-radius: 10px 30px 30px 10px;
    border-radius: 10px 30px 30px 10px;
    color: #999;
    height: 64px;
}

.newsletter form .form-control::-webkit-input-placeholder {
    opacity: #999;
}

.newsletter form .form-control::-moz-placeholder {
    color: #999;
}

.newsletter form .form-control:-ms-input-placeholder {
    color: #999;
}

.newsletter form .form-control:-moz-placeholder {
    color: #999;
}

.newsletter form .form-group {
    margin: 0 0 20px;
    position: relative;
}

.newsletter form .btn {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 18px 18px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.newsletter form .btn i {
    margin: 0;
}

.newsletter form .btn:hover {
    color: #fff;
}

.newsletter form .btn:before {
    display: none;
}

.newsletter form .btn span {
    background-color: #1b1b1b;
}

.newsletter form:hover .btn i {
    animation: wobble_bell 1s forwards ease-in-out 0s;
}

.notify {
    position: relative;
}

.notify i {
    background: #e60404;
    color: #fff;
    width: 40px;
    min-width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    display: block;
}

.notify p {
    display: flex;
    align-items: center;
    gap: 20px;
}

.notify:hover i {
    animation: wobble_bell 1s forwards ease-in-out 0s;
}

.footer-policy {
    position: relative;
}

.footer-policy a {
    margin: 10px 15px;
    position: relative;
}

.footer-policy a + a::before {
    position: absolute;
    content: "";
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #fff;
}

.ft-bottom {
    font-size: 16px;
    color: #fff;
    background: #0a1536;
    margin: 0;
    position: relative;
    z-index: 2;
    padding: 25px 0 10px;
}

.ft-bottom p b {
    color: #fae20c;
}

.ft-bottom .row {
    align-items: center;
}

.ft-bottom .copyright {
    margin: 0 0 10px;
}

.banner-inner {
    position: relative;
    padding: 0;
    text-align: center;
}

.banner-inner::before {
    content: "";
    background: linear-gradient(to bottom, rgba(10,21,54,0) 0%,rgba(10,21,54,0.85) 100%);
    width: 100%;
    height: 15%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 5;
}

.banner-inner .textblock {
    background-image: url(https://www.goldenkeyexpressllc.com/wp-content/uploads/2025/10/new-img-09.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    height: 450px;
    position: relative;
}

.banner-inner .textblock:after {
    content: "";
    background: linear-gradient(to right, rgb(10, 21, 54) 0%,rgba(0,0,0,0) 100%);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.banner-inner .textblock:before {
    content: "";
    background: #0a1536;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0.5
}

.banner-inner .block {
    bottom: 75px;
    left: 0;
    position: absolute;
    width: 100%;
}

.banner-inner .block:after {
    left: 0;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0,0,0,0.3);
    border-width: 79px 55px 0 0;
    display: none;
}

.banner-inner .page-title .holder {
    overflow: hidden;
    position: relative;
    padding: 0;
}

.banner-inner h1 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 60px;
    text-transform: capitalize;
}

.banner-inner .shape-02 {
    position: absolute;
    left: inherit;
    top: 38.5%;
    right: 30px;
}

.banner-inner .shape-03 {
    position: absolute;
    top: 50%;
    max-width: 106px;
    left: 30px;
}

.breadcrumb {
    position: relative;
    justify-content: center;
}

.breadcrumb > li {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.breadcrumb > li + li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    top: 1px;
}

.breadcrumb > li .fa-home {
    margin: 0 9px;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li a:hover {
    color: #fae20c;
}

.align-left {
    float: left;
    width: 50%;
    margin: 7px 20px 10px 0;
}

.align-right {
    float: right;
    width: 50%;
    margin: 7px 0 10px 20px;
}

.img-hover {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.img-hover:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.img-hover:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.img-hover .img-thumbnail {
    border-radius: 0;
    padding: 10px;
}

.mid-inner {
    padding: 90px 0 60px;
}

.mid-inner .mid-left {
    padding: 0 50px 0 15px;
}

.mid-inner ul {
    margin: 0;
    padding: 0 0 5px;
}

.mid-inner ul li {
    list-style: none;
    margin: 0 0 15px;
    padding: 0 0 0 30px;
    position: relative;
}

.mid-inner ul li::before {
    content: "\f192";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
}

.mid-inner ol {
    margin: 0;
    padding: 0 0 5px;
    counter-reset: section;
}

.mid-inner ol li {
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
}

.mid-inner ol li::before {
    content: counters(section, ".") " - ";
    counter-increment: section;
}

.mid-inner .widget {
    margin: 0 0 30px;
}

.sidebar-form {
    background-image: url(images/bg-01.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    padding: 25px 25px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sidebar-form::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.5
}

.sidebar-form h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sidebar-form h3 span {
    font-family: 'MontserratRegular';
    font-weight: 400;
    margin-bottom: 0;
    color: #fae20c;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
}

.sidebar-form form {
    overflow: hidden;
    background-color: rgba(255,255,255,0.3);
    padding: 25px 25px 10px 25px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sidebar-form form .form-control {
    background: #fff;
    box-shadow: none;
    border-radius: 0 5px 5px 0;
    border: 0;
    color: #000;
    margin: 0;
    height: 50px;
}

.sidebar-form form .form-control::-webkit-input-placeholder {
    color: #000;
}

.sidebar-form form .form-control::-moz-placeholder {
    color: #000;
}

.sidebar-form form .form-control:-ms-input-placeholder {
    color: #000;
}

.sidebar-form form .form-control:-moz-placeholder {
    color: #000;
}

.sidebar-form form textarea {
    height: 120px !important;
    padding-top: 15px;
}

.sidebar-form form .form-group {
    margin-bottom: 25px;
}

.sidebar-form form .input-group-addon {
    background-color: #fff;
    border: 0 !important;
    color: #14133b !important;
    position: relative;
    min-width: 40px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border-radius: 5px 0 0 5px !important;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.sidebar-form form .input-group-addon::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 1px;
    width: 1px;
    height: 30px;
    background-color: #ccc;
}

.sidebar-form form .input-group > div {
    padding: 17px 0 0;
    color: #c7963c !important;
}

.sidebar-form form .input-group:hover .fa {
    color: #ea8f16;
}

.sidebar-form .form-group p {
    margin: 0;
}

.sidebar-form .wpcf7-spinner {
    position: absolute;
}

.sidebar-grid ul {
    position: relative;
    border: 1px solid #4c4c4c;
    list-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1b1b1b;
    padding: 30px 30px 15px;
}

.sidebar-grid ul li {
    position: relative;
    border: 1px solid #4c4c4c;
    margin-bottom: 15px;
    padding: 0;
    z-index: 1;
    list-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar-grid ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding: 10px 25px;
    display: block;
    padding-left: 38px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-grid ul li a:after {
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 102%;
    content: "";
    background: #bd945a;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.sidebar-grid ul li.current-menu-item a:after, .sidebar-grid ul li a:hover:after {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*.sidebar-grid ul li::after{position: absolute; top: 0; left: 0; height: 100%; width: 4px; background: #30313d; content: ""; opacity: 0; visibility: hidden;}*/
.sidebar-grid ul li.current-menu-item::after, .sidebar-grid ul li:hover::after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-grid ul li::before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    top: 10px;
    margin: 0;
}

.sidebar-grid ul li.current-menu-item a, .sidebar-grid ul li:hover a {
    color: #fff;
}

.sidebar-grid ul li.current-menu-item:before, .sidebar-grid ul li:hover:before {
    color: #fff;
}

.sidebar-grid ul li.current-menu-item:before, .sidebar-grid ul li:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-grid .img-thumbnail {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 50%;
    margin: 0 20px 10px 0;
}

.sidebar-grid .inner-info {
    position: sticky;
    top: 100px;
    min-height: 500px;
}

.sidebar-grid .help {
    background: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding: 25px;
    text-align: center;
    margin: 0;
}

.sidebar-grid .help .info {
    background: rgba(0, 0, 0, 0.5);
    padding: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sidebar-grid .help:before {
    content: '';
    background-image: url(images/slider-01.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0%;
    top: 0;
    right: 0;
    opacity: 0.4;
}

.sidebar-grid .help > * {
    position: relative;
    z-index: 3;
}

.sidebar-grid .help h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #fff;
}

.sidebar-grid .help h3::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 6px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

.sidebar-grid .help a {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 2px;
}

.sidebar-grid .help a.btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
}

.sidebar-grid .help a.btn span {
    background: #000;
}

.service-single {
    padding: 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.service-single h2 {
    font-size: 60px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.service-single h3 {
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
}

.service-single .single-info {
    margin: 0 0 30px;
}

.single p {
    text-align: justify;
}

.service-single figure {
    margin: 0;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 100%;
}

.service-single figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.service-single .single-info {
    margin: 0 0 30px;
}

.service-single .single-info .item-light {
    background: rgba(250, 250, 250, 0.2);
    color: #fff;
}

.service-single .item {
    height: 100%;
    padding: 55px 55px 40px;
    margin: 0;
    position: relative;
    border-radius: 10px;
    background: #fae20c;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #0a1536;
}

.service-single .item h4 {
    color: #0a1536;
    margin: 0 0 20px;
}

.service-single .item p {
    font-family: 'MontserratMedium';
    font-size: 18px;
}

.service-single .item i {
    background: #fff;
    width: 70px;
    height: 70px;
    margin: 0 0 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    color: #0a1536;
    line-height: 70px;
    font-size: 34px;
}

.service-single .deliver-tag {
    position: relative;
}

.service-single .deliver-tag::before, .service-single .deliver-tag::after {
    content: "";
    background: linear-gradient(to bottom, rgba(10,21,54,0) 0%,rgba(10,21,54,0.85) 100%);
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 5;
    transform: rotate(180deg);
}

.service-single .deliver-tag .inner {
    background-image: url(images/bg-01.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 90px 5%;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
}

.service-single .deliver-tag .inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #010614;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.service-single .deliver-tag .inner * {
    position: relative;
    z-index: 9;
}

.service-single .deliver-tag .inner ul {
    max-width: 45%;
    text-align: left;
    margin: 0 auto;
    background: rgba(250, 250, 250, 0.1);
    padding: 30px 30px 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.contact-page {
    padding: 0 0 30px;
    position: relative;
    text-align: center;
}

.contact-page h3 {
    font-size: 24px;
    margin: 0 0 20px;
    color: #fae20c;
    text-transform: uppercase;
}

.contact-page .contact-row {
    background: #fff;
    margin: 0 0 70px;
    padding: 0;
    position: relative;
    text-align: left;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.contact-page .contact-col {
    background: #fae20c;
    color: #0a1536;
    padding: 60px 50px 20px;
    position: relative;
}

.contact-page .contact-col::after {
    content: "\f2b7";
    font-family: FontAwesome;
    position: absolute;
    right: 30px;
    bottom: -15px;
    position: absolute;
    font-size: 220px;
    opacity: 0.1;
}

.contact-page .contact-col h4, .contact-page .contact-col h2{
    color: #0a1536;
    font-size: 50px;
    position: relative;
    text-transform: capitalize;
    margin: 0 0 55px;
}

.contact-page .contact-col .contact-box:last-child {
    /*margin-bottom:0;*/
}

.contact-page .contact-box {
    margin: 0 0 50px;
    position: relative;
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: center;
}

.contact-page .contact-box .icon {
    font-size: 20px;
    display: inline-block;
    margin: 0 20px 0 0;
    background: #0a1536;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    min-width: 50px;
}

.contact-page .contact-box .icon i {
    color: #fff;
    line-height: 50px;
}

.contact-page .contact-box .content {
    max-width: inherit;
    margin: 0;
}

.contact-page .contact-box .content p {
    margin: 0;
}

.contact-page .contact-col a {
    color: #0a1536;
    font-family: 'MontserratMedium';
}

.contact-page .contact-col a:hover {
    text-decoration: underline;
}

.contact-page .contact-form {
    padding: 61px 50px 30px;
}

.contact-page .contact-form h3, .contact-page .contact-form h2{
    color: #0a1536;
    font-size: 50px;
    position: relative;
    text-transform: capitalize;
    margin: 0 0 40px; padding: 0 50px 0 0;
}

.contact-page .contact-form h3::before, .contact-page .contact-form h2::before {
    content: "\f2b7";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 18px;
    color: #fae20c;
    font-size: 30px;
}

.contact-page form {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
}

.contact-page form > * {
    padding: 0 15px;
}

.contact-page form .form-control {
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    color: #000;
    margin: 0;
    height: 50px;
}

.contact-page form .form-control::-webkit-input-placeholder {
    opacity: #000;
}

.contact-page form .form-control::-moz-placeholder {
    color: #000;
}

.contact-page form .form-control:-ms-input-placeholder {
    color: #000;
}

.contact-page form .form-control:-moz-placeholder {
    color: #000;
}

.contact-page form textarea {
    height: 120px !important;
    padding-top: 15px;
}

.contact-page form .input-group input[type="file"] {
    padding: 13px 0 0 30px;
}

.contact-page form .form-group {
    margin-bottom: 30px;
}

.contact-page form .input-group {
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.contact-page form .input-group-addon {
    border: 0 !important;
    color: #14133b !important;
    position: relative;
    min-width: 40px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border-radius: 0 !important;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.contact-page form .input-group-addon::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 1px;
    width: 1px;
    height: 30px;
    background-color: #ccc;
}

.contact-page form .input-group > div {
    padding: 16px 0 0;
    color: #fae20c !important;
}

.contact-page form .input-group:hover .fa {
    color: #000 !important;
}

.contact-page .btn:hover {
    color: #fff;
}

.contact-page .btn:hover:before {
    filter: inherit;
}

.contact-page .btn span {
    background-color: #0a1536;
}

.contact-page .form-group p {
    margin: 0;
}

.contact-page .wpcf7-spinner {
    position: absolute;
}

.contact-page .map-padd {
    border: 10px solid #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.contact-page .map-padd iframe {
    width: 100%;
}


.contact-page.career-page .contact-row {
  background: none;
  padding: 0;
  margin: 0 -15px !important;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: inherit;	
}

.contact-page.career-page .contact-col {
  background: none;
  padding: 0 50px 0 15px;
  color: #fff;
}

.contact-page.career-page .contact-col .info {
  margin: 0 0 30px;
}

.contact-page.career-page .contact-col h2 {
  color: #fff;
  font-size: 40px;
}

.contact-page.career-page .contact-form h2 {
  font-size: 40px;
}


.contact-page.career-page .info .btn:hover {
    color: #000; text-decoration: none;
}

.contact-page.career-page .info .btn:hover:before {
    filter: brightness(0%);
}

.contact-page.career-page .info .btn span{
    background-color: #fff;
}

.contact-page.career-page .contact-form {
  padding: 0 15px;
}

.contact-page.career-page .contact-form .inner{
  padding: 35px 35px 20px;
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: sticky;
  top: 40px;
  color: #000;
  min-height: 650px;
}

.contact-page.career-page p {
  margin: 0 0 15px;
}

.contact-page.career-page .image {
    margin: 40px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.contact-page.career-page .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.driver-resources{position: relative;}
  .driver-resources h2{font-size: 60px; color: #fff; position: relative; margin-bottom: 15px; text-transform: capitalize;}
  .driver-resources .inner{position: relative; height: 100%; overflow: hidden;}
  .driver-resources .inner figure{margin: 0; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; overflow: hidden;}
  .driver-resources .inner figure img{width: 100%; height: 350px; object-fit: cover; object-position: center center; opacity: 0.8;}
  .driver-resources .inner .text{position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 3; text-align: center;}
  .driver-resources .inner .text a{display: flex; height: 100%; width: 100%; align-items: center; justify-content: center; padding: 30px; font-family: 'IndustryTestBlack'; margin: 0 0 10px; color: #fff; line-height: 60px; font-size: 60px; text-shadow: 0 0 10px #000;}

.customers-page{position: relative;}
  .customers-page .contact-page{background: #fff; border: 1px solid #dcdcdc; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; padding: 40px 30px 15px !important;}
  .customers-page .top-grid .grid-left h4 img{background: #fae20c !important; padding: 10px !important; color: #fff !important; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; width: 40px !important; height: 40px !important; object-fit: contain; object-position: center center; display: inline-block !important; vertical-align: middle !important; margin-right: 10px !important;}
  .customers-page .contact-page form .form-group{width: 100% !important;}
  .customers-page .top-grid h2, .customers-page .team-grid h2{font-size: 60px; color: #fff; position: relative; margin-bottom: 15px; text-transform: capitalize;}
  .customers-page .top-grid figure, .customers-page .team-grid figure{height: 100%; margin: 0; overflow: hidden; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;}
  .customers-page .top-grid figure > img, .customers-page .team-grid figure > img{height: 100%; width: 100%; object-fit: cover; object-position: center center;}
  .customers-page .team-grid ul{margin: 0 -15px; padding: 0; --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap;}
  .customers-page .team-grid ul li{padding: 0 15px 15px; width: 50%; text-align: center;}
  .customers-page .team-grid ul li::before{display: none;}
  .customers-page .team-grid ul li h4{font-size: 30px; text-transform: capitalize;}
  .customers-page .team-grid p{font-size: 20px; text-transform: capitalize;}
  .customers-page .customer-form{ position: relative;} 
  .customers-page .customer-form::before, .customers-page .customer-form::after{content: ""; background: linear-gradient(to bottom, rgba(10,21,54,0) 0%,rgba(10,21,54,0.85) 100%); width: 100%; height: 150px; bottom: 0; left: 0; right: 0; position: absolute; z-index: 5; /*transform: rotate(180deg);*/} 
  .customers-page .customer-form .form-padd{background-image: url(https://www.goldenkeyexpressllc.com/wp-content/uploads/2025/10/new-img-011.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; margin: 0; padding: 75px 15% 60px; position: relative; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; overflow: hidden;} 
  .customers-page .customer-form .form-padd::before{content: ""; position: absolute; width: 100%; height: 100%; background: #010614; top: 0; left: 0; opacity: 0.8;} 
  .customers-page .customer-form h3{font-size: 40px; color: #fff; position: relative; margin-bottom: 15px; text-transform: capitalize;} 
  .customers-page .customer-form form h3{margin-bottom: 0;} 
  .customers-page .customer-form .form-info{position: relative; z-index: 6;} 
  .customers-page .customer-form form{--bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin: 0 -15px; position: relative; z-index: 9;} 
  .customers-page .customer-form form > *{flex-shrink: 0; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y);} 
  .customers-page .customer-form form select{background-image: url(images/arrow-bottom.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 96% center; background-size: 18px;} 
  .customers-page .customer-form form .form-control{box-shadow: none; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.5); -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; color: #fff; margin: 0 !important; height: 50px;} 
  .customers-page .customer-form form .form-control::-webkit-input-placeholder{color: #fff;} 
  .customers-page .customer-form form .form-control::-moz-placeholder{color: #fff;} 
  .customers-page .customer-form form .form-control:-ms-input-placeholder{color: #fff;} 
  .customers-page .customer-form form .form-control:-moz-placeholder{color: #fff;} 
  .customers-page .customer-form form textarea{height: 133px !important; padding-top: 15px;} 
  .customers-page .customer-form form .form-group{margin-bottom: 30px;} 
  .customers-page .customer-form form .input-group{background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.5); -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;} 
  .customers-page .customer-form form .input-group-addon{background-color: inherit; border: 0 !important; color: #14133b !important; position: relative; min-width: 40px; padding: 6px 12px; font-size: 16px; font-weight: 400; line-height: 1; text-align: center; border-radius: 0 !important; width: 1%; white-space: nowrap; vertical-align: middle; display: table-cell;} 
  .customers-page .customer-form form .input-group-addon::after{content: ''; position: absolute; top: 10px; right: 1px; width: 1px; height: 30px; background-color: rgba(255,255,255,0.7);} 
  .customers-page .customer-form form .input-group > div{padding: 17px 0 0; color: #fff !important;} .customers-page .customer-form form .input-group:hover .fa{color: #fff;} .customers-page .customer-form form .btn{width: 100%;} 
  .customers-page .customer-form form .btn:hover{color: #000;} .form-wrap form .btn span{background-color: #fff;}
  .customers-page .customer-form form .btn span{background-color: #fff;}

.gallery-sec{padding: 0; overflow: hidden; position:relative; z-index:1;}
  .gallery-sec h2{font-size: 60px; color: #fff; position: relative; margin-bottom: 15px; text-transform: capitalize;}
  .gallery-sec video{width: 100%; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; height: 275px; object-fit: cover;}
  .portfolio-menu{text-align:center;}
  .portfolio-menu ul{padding:0; margin:0 0 40px;}
  .portfolio-menu ul li{display:inline-block; margin:0; list-style:none; padding:10px 15px; cursor:pointer; -webkit-transition:all 05s ease; -moz-transition:all 05s ease; -ms-transition:all 05s ease; -o-transition:all 05s ease; transition:all .5s ease; font-size:16px; box-shadow: none !important; position: relative; padding: 3px 15px;}
  .portfolio-menu ul li:last-child:after{display:none;}
  .portfolio-menu ul li::before{display: none;}
  .portfolio-menu ul li::after{position: absolute;right: 0;top: 3px;width: 1px;height: 20px;content: '';background: #e0e0e0;-webkit-transform: rotate(18deg);transform: rotate(18deg);margin: auto;}
  .portfolio-menu ul li.active{color: #d52911;}
  .portfolio-menu ul li.active::after{background: #d52911;}
  .portfolio-item{/*width:100%;*/}
  .portfolio-item .item{margin-bottom:30px;}
  .portfolio-item .item a{display:block; position:relative; overflow:hidden; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;}
  .portfolio-item .item img, .portfolio-item .item .video{width: 100%; height: 300px; -webkit-transform: scale(1); transform: scale(1); transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -o-object-fit: cover; object-fit: cover; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
  .portfolio-item .item:hover img{-webkit-transform: scale(1.2); transform: scale(1.2);}
  .portfolio-item .recet-work-footer{position: absolute;left: 0;bottom: 0;width: 100%;color: #FFFFFF;background: rgba(0, 132, 53, 0.9);}
  .portfolio-item .recet-work-footer h3{color: #FFFFFF;margin: 0;font-size: 14px;padding: 12px 5px 12px 50px;font-family: 'PoppinsSemiBold_0';}
  .recet-work-footer i{position: absolute; left: 0; bottom: 0; min-width: 50px; height: 52px; font-size: 20px; color: #ebf4ef; background: #004b1e; display: block; text-align: center; line-height: 52px; z-index: 1;}
	  
.wpcf7-not-valid-tip{position: absolute !important; font-size: 12px; width: auto !important;}

.fixed-btn{top: 50%; transform: rotate(-90deg); right: -130px; text-align: center; z-index: 9999; padding: 5px 0px; position: fixed;}

/** Smartphones **/
@media (min-width: 320px) and (max-width: 767px) {
	
	.fixed-btn{right: -110px;}
	.fixed-btn .btn{font-size: 13px;}
	.login-btn{padding: 15px;}
	.banner figure{padding: 0 0 100px;}
    .banner figure img{height: 100vh;} 
	.slide-text .btn{margin: 0 10px 10px;}
	.slide-text{max-width: 100%;} 
	.slide-text h1{font-size: 40px; line-height: 50px;} 
	.banner .slide button{background: #fae20c; opacity: 1; top: inherit; bottom: 30px; width: 45px; height: 45px; line-height: 45px;} 
	.banner .slide button.right{left: 80px; right: inherit;} 
	.banner .slide button > span{background-size: 65%;} 
	
	.about-wrap h2, .service-sec h2, .core-values h2, .form-wrap h2, .why-choose-us h2, .service-single h2, .driver-resources h2, .customers-page .top-grid h2, .customers-page .team-grid h2, .contact-page .contact-col h4, .contact-page .contact-col h2, .contact-page .contact-form h3, .contact-page .contact-form h2{font-size: 36px;} 
	.title-flex{flex-direction: column;} 
	.title-flex .title-pad, .title-flex .text-pad{width: 100% !important;} 
	.title-flex .text-pad{text-align: left !important; padding: 0;} 
	
	.about-tag .tag-col{margin: 0 0 30px;} 
	.about-tag .info figure{min-width: 50px; width: 50px;} 
	.about-tag .info h3{font-size: 22px;} 
	.about-wrap .about-left{padding: 0 15px;} 
	.about-wrap .about-box{margin: 0 0 30px;} 
	.about-wrap .about-text{background: rgba(250, 226, 12, 0.8); bottom: 30px; right: 30px; left: 30px;} 
	.about-wrap .item{margin: 0;} 
	.service-sec .home_work_bx::after{height: 45%;} 
	.service-sec .home_work_lst{gap: 30px; flex-direction: column;} 
	.service-sec .home_work_bx > h3{display: none !important;} 
	.service-sec .home_work_bx figure{height: 450px;} 
	.service-sec .home_work_cntnt{opacity: 1 !important; transform: inherit !important;} 
	.service-sec .home_work_bx a{opacity: 1 !important;}
	.core-values .right-grid{padding: 0 15px;} 
	.form-wrap .row{padding: 90px 30px 60px;} 
	.form-wrap .row > *{padding: 0;} 
	.why-choose-us .row::after{display: none;} 
	.why-choose-us .process-block:nth-child(3), .why-choose-us .process-block:nth-child(5){padding-top: 0;} 
	.footer .footer-left{padding: 90px 15px 50px 15px; width: 100%;} 
	.footer .footer-right{padding: 50px 15px 50px 15px; border-left: 0; border-top: 1px solid rgba(0,0,0, 0.1); width: 100%;} 
	.footer .footer-right .row > div{width: 100% !important;} 
	.ft-bottom .row{padding: 0 60px 0 0;} .ft-bottom div, .ft-bottom p{text-align: left !important;}
	.banner-inner h1{font-size: 50px;}
	.mid-inner{padding: 30px 0 60px;}
	.about-wrap.about-page .item{padding: 35px 35px 10px;}
	.about-wrap.about-page .about-info:nth-child(5) .item{background: #fae20c;}
	.about-wrap.about-page .about-info:nth-child(6) .item{background: rgba(250, 250, 250, 0.2);}
	.service-single h3, .customers-page .customer-form h3{font-size: 30px;}
	.service-single .deliver-tag .inner ul{max-width: 100%;}
	.driver-resources .inner .text a{line-height: 40px; font-size: 40px;}
	.customers-page .customer-form .form-padd{padding: 75px 10% 60px;}
	.customers-page .customer-form form .form-group{width: 100%;}
	.customers-page .team-grid ul li h4{font-size: 24px;}
	.customers-page .team-grid p{font-size: 16px;}
	.contact-page.career-page .contact-form h2{font-size: 30px;}
	.contact-page.career-page .btn{margin: 0 20px 20px 0;}
	.contact-page .contact-col{padding: 60px 30px 20px;}
	.contact-page .contact-box .content p{word-wrap: anywhere;}
	.contact-page .contact-form{padding: 61px 35px 30px;}
	.contact-page form .form-group{width: 100%;}
	
}

/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {
	
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{width: 100%;}
	
}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {
	
	.container{width: auto; max-width: 850px !important; padding: 0 30px;}
	.login-btn{padding: 15px;}
	.banner figure{padding: 0 0 40px;} 
	.slide-text{max-width: 100%;} 
	.slide-text h1{font-size: 66px; line-height: 70px;} 
	.banner .slide button{background: #fae20c; opacity: 1; top: inherit; bottom: 30px; width: 45px; height: 45px; line-height: 45px;} 
	.banner .slide button.right{left: 80px; right: inherit;} 
	.banner .slide button > span{background-size: 65%;} 
	
	.about-wrap h2, .service-sec h2, .core-values h2, .form-wrap h2, .why-choose-us h2, .service-single h2, .driver-resources h2, .customers-page .top-grid h2, .customers-page .team-grid h2, .contact-page .contact-col h4, .contact-page .contact-col h2, .contact-page .contact-form h3, .contact-page .contact-form h2, .contact-page.career-page .contact-col h2{font-size: 46px;} 
	.title-flex{flex-direction: column;} 
	.title-flex .title-pad, .title-flex .text-pad{width: 100% !important;} 
	.title-flex .text-pad{text-align: left !important; padding: 0;} 
	
	.about-tag .tag-col{margin: 0 0 30px;} 
	.about-tag .info{flex-direction: column;}
	.about-tag .info figure{min-width: 50px; width: 50px;} 
	.about-tag .info h3{font-size: 22px;} 
	.about-wrap .about-left{padding: 0 15px;} 
	.about-wrap .about-box{margin: 0 0 30px; height: 100%;}
	.about-wrap .about-box figure{height: 100%;}	
	.about-wrap .about-box figure img{height: 100%;}	
	.about-wrap .about-text{background: rgba(250, 226, 12, 0.8); bottom: 30px; right: 30px; left: 30px;} 
	.about-wrap .item{margin: 0;} 
	.service-sec .home_work_bx::after{height: 45%;} 
	.service-sec .home_work_lst{gap: 30px; flex-direction: column;} 
	.service-sec .home_work_bx > h3{display: none !important;} 
	.service-sec .home_work_bx figure{height: 450px;} 
	.service-sec .home_work_cntnt{opacity: 1 !important; transform: inherit !important;} 
	.service-sec .home_work_bx a{opacity: 1 !important;}
	.core-values .right-grid{padding: 0 15px;} 
	.form-wrap .row{padding: 90px 30px 60px;} 
	.form-wrap .row > *{padding: 0;} 
	.why-choose-us .row::after{display: none;} 
	.why-choose-us .process-block{width: 50%;}
	.why-choose-us .process-block:nth-child(3), .why-choose-us .process-block:nth-child(5){padding-top: 0;} 
	.footer .footer-left{padding: 90px 15px 50px 15px; width: 100%; text-align: center;} 
	.footer .footer-right{padding: 50px 15px 50px 15px; border-left: 0; border-top: 1px solid rgba(0,0,0, 0.1); width: 100%;} 
	.footer .footer-right .row > div{width: 50% !important;} 
	.footer .footer-right .row > div:last-child{width: 100% !important;}
	.ft-bottom .row{padding: 0 60px 0 0;}
	.ft-bottom div, .ft-bottom p{text-align: center !important; width: 100%;}
	.banner-inner h1{font-size: 50px;}
	.mid-inner{padding: 30px 0 60px;}
	.about-wrap.about-page .item{padding: 35px 35px 10px;}
	.about-wrap.about-page .about-info:nth-child(5) .item{background: #fae20c;}
	.about-wrap.about-page .about-info:nth-child(6) .item{background: rgba(250, 250, 250, 0.2);}
	.service-single h3, .customers-page .customer-form h3{font-size: 30px;}
	.service-single .deliver-tag .inner ul{max-width: 100%;}
	.driver-resources .inner .text a{line-height: 40px; font-size: 40px;}
	.customers-page .customer-form .form-padd{padding: 75px 10% 60px;}
	.customers-page .customer-form form .form-group{width: 100%;}
	.customers-page .top-grid .grid-left, .customers-page .top-grid .grid-right, .customers-page .team-grid .grid-left, .customers-page .team-grid .grid-right{width: 100%;}
	.contact-page.career-page .contact-form h2{font-size: 30px;}
	.contact-page.career-page .btn{margin: 0 20px 20px 0;}
	.contact-page .contact-col{padding: 60px 30px 20px;}
	.contact-page .contact-box .content p{word-wrap: anywhere;}
	.contact-page .contact-form{padding: 61px 35px 30px;}
	.contact-page form .form-group{width: 100%;}
	.portfolio-item .item{width: 33.3333%;}
	
}

/* Desktop */
@media (min-width: 960px) and (max-width: 1090px) {
    
	.container{width:auto; max-width: 1030px!important; padding: 0 30px;}
	.login-btn{padding: 15px;}
	.banner figure{padding: 0 0 40px;} 
	.slide-text{max-width: 100%;} 
	.slide-text h1{font-size: 66px; line-height: 70px;} 
	.banner .slide button{background: #fae20c; opacity: 1; top: inherit; bottom: 30px; width: 45px; height: 45px; line-height: 45px;} 
	.banner .slide button.right{left: 80px; right: inherit;} 
	.banner .slide button > span{background-size: 65%;} 
	
	.about-wrap h2, .service-sec h2, .core-values h2, .form-wrap h2, .why-choose-us h2, .service-single h2, .driver-resources h2, .customers-page .top-grid h2, .customers-page .team-grid h2, .contact-page .contact-col h4, .contact-page .contact-col h2, .contact-page .contact-form h3, .contact-page .contact-form h2, .contact-page.career-page .contact-col h2{font-size: 46px;} 
	.title-flex{flex-direction: column;} 
	.title-flex .title-pad, .title-flex .text-pad{width: 100% !important;} 
	.title-flex .text-pad{text-align: left !important; padding: 0;} 
	
	.about-tag .tag-col{margin: 0 0 30px;} 
	.about-tag .info{flex-direction: column;}
	.about-tag .info figure{min-width: 50px; width: 50px;} 
	.about-tag .info h3{font-size: 22px;} 
	.about-wrap .about-left{padding: 0 15px;} 
	.about-wrap .about-box{margin: 0 0 30px; height: 100%;}
	.about-wrap .about-box figure{height: 100%;}	
	.about-wrap .about-box figure img{height: 100%;}	
	.about-wrap .about-text{background: rgba(250, 226, 12, 0.8); bottom: 30px; right: 30px; left: 30px;} 
	.about-wrap .item{margin: 0;} 
	.service-sec .home_work_bx::after{height: 45%;} 
	.core-values .right-grid{padding: 0 15px;} 
	.form-wrap .row{padding: 90px 30px 60px;} 
	.form-wrap .row > *{padding: 0;} 
	.why-choose-us .row::after{display: none;} 
	.why-choose-us .process-block:nth-child(3), .why-choose-us .process-block:nth-child(5){padding-top: 0;} 
	.footer .footer-left{padding: 90px 15px 50px 15px; width: 100%; text-align: center;} 
	.footer .footer-right{padding: 50px 15px 50px 15px; border-left: 0; border-top: 1px solid rgba(0,0,0, 0.1); width: 100%;} 
	.footer .footer-right .row > div{width: 25% !important;} 
	.footer .footer-right .row > div:nth-child(2){width: 40% !important;}
	.footer .footer-right .row > div:last-child{width: 35% !important;}
	.ft-bottom .row{padding: 0 60px 0 0;}
	.ft-bottom div, .ft-bottom p{text-align: center !important; width: 100%;}
	.banner-inner h1{font-size: 60px;}
	.mid-inner{padding: 30px 0 60px;}
	.about-wrap.about-page .item{padding: 35px 35px 10px;}
	.service-single h3, .customers-page .customer-form h3{font-size: 30px;}
	.service-single .deliver-tag .inner ul{max-width: 100%;}
	.driver-resources .inner .text a{line-height: 40px; font-size: 40px;}
	.customers-page .customer-form .form-padd{padding: 75px 10% 60px;}
	.customers-page .customer-form form .form-group{width: 100%;}
	.contact-page.career-page .contact-form h2{font-size: 30px;}
	.contact-page.career-page .btn{margin: 0 20px 20px 0;}
	.contact-page .contact-col{padding: 60px 30px 20px;}
	.contact-page .contact-box .content p{word-wrap: anywhere;}
	.contact-page .contact-form{padding: 61px 35px 30px;}
	.contact-page form .form-group{width: 100%;}
	
}

/* Large Display */
@media (min-width: 1200px) and (max-width: 1400px) {
    .container {
        max-width: 94%;
    }

    .menu-head .navbar-nav > li {
        margin: 0 0 0 30px;
        padding: 25px 0;
    }

    .faq-wrap::before {
        width: 950px;
    }
}

@media (min-width: 1367px) {
    .container {
        max-width: 1350px;
    }
}
