/*=======Body Section=======*/
body {
    font-family: 'Raleway', sans-serif;
}

.bg-first {
    background-color: #a19254 !important;
}

.bg-second {
    background-color: #23375a !important;
}

.bg-third {
    background-color: #224b95 !important;
}

.bg-forth {
    background-color: #6c1313 !important;
}

.ml-100 {
    margin-left: 100px
}

hr.divider {
    background: #ffffff;
    height: 3px;
    opacity: 1;
    width: 10%;
    margin-top: -4px;
    /* text-align: center; */
}

hr.divider-alt {
    background: #000000;
    height: 3px;
    opacity: 1;
    width: 10%;
    margin-top: -4px;
    /* text-align: center; */
}

/*=======Body Section=======*/

/*=======Banner Section=======*/
.d-table-cell {
    background: linear-gradient(180deg, #f0d97661 0%, #d5b428d9 100%);
}

/*=======Banner Section=======*/
/*=======Feature Section=======*/
/* .feature-area.feature-area-four {
    margin-top: 0;
} */

.height-155 {
    height: 155px;
}

.height-330 {
    height: 330px;
}

.feature-area.feature-area-four .single-feature {
    background-color: #020202;
}

.single-feature .title i {
    left: 0;
}

.single-feature .title h3 {
    text-align: left;
}

.feature-area.feature-area-four .single-feature p {
    text-align: left;
}

/*=======Feature Section=======*/

/*=======About Section=======*/
.our-approach-area {
    padding-top: 70px;
    background-color: #2d1664;
}

.service-section {
    margin-left: 103px;
}

/*=======About Section=======*/

/*=======Contact Section=======*/
.get-in-touch-form .form-group .form-control {
    color: #111 !important;
    font-weight: 700;
}

/*=======Contact Section=======*/

/*=======Footer Section=======*/
.single-footer-widget p {
    color: #07090c;
    font-weight: 700;
    text-align: justify;
    font-size: 16px;
}

.single-footer-widget .address li {
    color: #07090c;
    font-weight: 700;
}

.single-footer-widget h4 {
    color: #07022c;
    font-weight: 700;
    font-size: 24px;
}

.single-footer-widget .address li a {
    color: #07090c;
    font-weight: 700;
}

.single-footer-widget .import-link li a {
    color: #07090c;
    font-weight: 700;
}

.single-footer-widget .address li a:hover {
    color: #1a0404;
}

.footer-area::before {
    background-image: linear-gradient(180deg, #c7c7c7 0%, #d5c37a 100%);
}

.single-footer-widget .social-icon li a i {
    background-color: rgb(255 255 255 / 30%);
}

/*=======Footer Section=======*/

.default-btn {
    font-weight: 700;
    font-size: 21px;
    color: #ff0707;
    background-color: #0f1634;
}

.get-in-touch-area {
    background-image: linear-gradient(140deg, #040916 0%, #c31010d4 50%, #a0bd00 75%);
}

.section-title {
    text-align: left;
}

.section-title span {
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
}

.mean-container .mean-nav ul li a {
    color: #ffffff;
    font-weight: 700;
}

.single-footer-widget .social-icon li a i {
    color: #003d60;
}

.single-footer-widget .social-icon li a:hover i {
    color: #fff;
}

.about-content {
    text-align: justify;
    margin-left: 0;
    color: #fff;
    font-weight: 600;
}

ul.offers li {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 21px;
    color: #fff;
}

ul.offers li i {
    color: #ffffff;
    margin-right: 5px;
}

.banner-area.banner-area-four {
    height: 80vh;
}

header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

h1.display-3 img {
    max-width: 35%;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #ffd210 0%, #8b7000 100%);
    opacity: 0.5;
    z-index: 1;
}

.lead {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1c224e;
}

.sub-lead {
    color: #2d1664;
    font-weight: 800;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
    header {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }

    header video {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        text-align: left !important;
    }

    .section-title span {
        text-align: left;
    }
}

/* ---------- Contact ------------ */
.form-control {
    height: 44px;
    background: #fff;
    color: #111;
    font-weight: 700;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.form-control:focus,
.form-control:active {
    border-color: #2553b8 !important;
    background: #fff;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:focus,
.form-control:active {
    border-color: #2553b8 !important;
}

textarea.form-control {
    height: inherit !important;
}

.contact-wrap {
    background: #e8edf0;
}

.dbox {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .dbox {
        margin-bottom: 0;
        padding: 0;
    }
}

.dbox p {
    margin-bottom: 0;
    color: #111;
    font-weight: 700;
}

.dbox p span {
    font-weight: 500;
    color: #000;
}

.dbox p a {
    color: #2553b8;
}

.dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2553b8;
    margin: 0 auto;
    margin-bottom: 20px;
}

.dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.dbox .text {
    width: 100%;
}

.btn {
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
}

.btn.btn-primary {
    background: #2553b8 !important;
    border-color: #2553b8 !important;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    border-color: #1c408e !important;
    background: #1c408e !important;
}

.contactForm .label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.contactForm .form-control {
    border: none;
}

#map {
    width: 100%;
}

@media (max-width: 767.98px) {
    #map {
        height: 300px;
    }
}

#contactForm .error {
    color: red;
    font-size: 12px;
}

#contactForm .form-control {
    font-size: 16px;
}

#message {
    resize: vertical;
}

#form-message-warning,
#form-message-success {
    display: none;
}

#form-message-warning {
    color: red;
}

#form-message-success {
    color: #28a745;
    font-size: 18px;
    font-weight: 500;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-size: 16px;
    font-weight: 500;
    color: #2553b8;
}

div#map iframe {
    width: 100%;
    height: 100%;
}

/*---------- Contact ------------*/