html,
body {
    overflow-x: hidden;
}

body {
    font-family: "Lato", sans-serif;
}

h3 {
    font-family: "Mulish", sans-serif;
}

h1 {
    font-family: "Oswald", sans-serif;
}

h4 {
    font-family: "Oswald", sans-serif;
}

/* header start  */

.top-bar {
    padding: 6px 0;
    background-color: #001844;
    text-align: center;
}

.top-bar li {
    color: #fff;
    font-size: 14px;
}

header {
    background-color: #181819;
    padding: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-link {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}

.nav-link.active {
    color: #3C6CB5 !important;
    font-weight: 700;
}

.nav-link:hover {
    color: #3C6CB5 !important;
}

.primary-btn {
    text-decoration: none;
    display: inline-block;
    background-color: #3C6CB5;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 16px 8px;
    transition: 0.3s;
}

.primary-btn:hover {
    background-color: #001844;
}

.navbar-toggler-icon {
    background-image: url(../images/hamburger-menu.png);
}

/* header end  */

/* banner start  */
.single-slide {
    padding: 200px 0 100px;
    min-height: 800px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slider-one {
    background-image: linear-gradient(to right, #030303c7, #030303c7),
        url(../images/banner/1.jpg);
}

.slider-two {
    background-image: linear-gradient(to right, #030303c7, #030303c7),
        url(../images/banner/2.jpg);
}

.slider-three {
    background-image: linear-gradient(to right, #030303c7, #030303c7),
        url(../images/banner/3.jpg);
}

.slider-four {
    background-image: linear-gradient(to right, #030303c7, #030303c7),
        url(../images/banner/4.jpg);
}

.slider-inner {
    padding: 50px;
    text-align: center;
    background-color: #0000008f;
    max-width: 750px;
}

.slider-inner h3 {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 4px;
}

.slider-inner h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slider-inner p {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.slick-dots {
    bottom: 30px;
}


.slick-dots li button:before {
    font-size: 20px !important;
}

.slick-dots li button:before {
    color: #fff;
    opacity: .75;
}

.slick-dots li.slick-active button:before {
    color: #3C6CB5;
    opacity: 1;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* banner end  */

/* short-service start  */

.short-service {
    padding: 50px 0;
    background-color: #181818;
}

.single-short-service {
    padding: 30px 20px;
    box-shadow: 0 0 20px #303030;
}

.single-short-service i {
    font-size: 36px;
    color: #3C6CB5;
}

.single-short-service h4 {
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.single-short-service p {
    font-weight: 500;
    font-size: 15px;
    color: #fff !important;
}

/* short-service end  */

/*About Start*/

.about {
    background-color: #111;
    padding: 100px 0;
}

.counter {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 60px;
    color: #001844;
}

.single-counter span {
    color: #3C6CB5;
    font-weight: 500;
    font-size: 15px;
}

.liq-first-img {
    margin-top: 60px;
}

.about h3 {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.about h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.about h1 span {
    color: #3C6CB5;
}

.about p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}

.about ul li {
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0;
    color: #fff;
}

.about ul li i {
    color: #3C6CB5;
}

.about-left-head {
    margin-top: 20px;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #3C6CB5;
}

/*About End*/

/* title-wrapper start  */

.title-wrapper {
    margin-bottom: 50px;
}

.title-wrapper h1 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
}

.title-wrapper h1 span {
    color: #3C6CB5;
}

.title-wrapper p {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}

/* title-wrapper end */

/* service start  */

.service {
    background-color: #181818;
    padding: 100px 0;
}

.single-service {
    margin: 10px 0;
    box-shadow: 0 0 20px #2b2a2a;
}

.service-desc {
    border-left: 3px solid #3C6CB5;
    padding: 30px 20px;
}

.service-desc h3 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.service-desc h4 {
    margin-top: 10px;
    font-weight: 700;
    color: #3C6CB5;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-desc p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

/* service end  */

/* cta start  */

.cta {
    padding: 50px 0;
    background-color: #111;
}

.cta-wrapper {
    padding: 40px;
    background-color: #001844;
}

.cta-wrapper h3 {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.cta-wrapper h1 {
    font-weight: 700;
    color: #fff;
    font-size: 26px;
}

.cta-wrapper p {
    font-weight: 500;
    color: #fff;
    font-size: 15px;
}

.cta-wrapper ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.cta-wrapper ul li i {
    color: #3C6CB5;
}

/* cta end  */

/* faq start  */

.faq {
    padding: 100px 0;
    background-color: #181818;
}

.accordion-button:not(.collapsed) {
    background-color: #3C6CB5;
    box-shadow: none;
    color: #fff;
    background-color: #3C6CB5;
}

.accordion-body {
    background-color: #111111;
    padding: 20px 20px 60px 20px;
    color: #fff;
}

.accordion-button {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: #111111;
    padding-left: 20px;
}

.accordion-button:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

/* faq end  */

/* google-review start  */

.google-review {
    background-color: #111;
    padding: 100px 0;
}

.es-header-container {
    background-color: #181818 !important;
}

.es-header-heading-text {
    color: #fff !important;
}

.es-rating-value {
    color: #fff !important;
}

.es-review-background-container {
    background-color: #181818 !important;
    color: #fff !important;
}

.es-review-author-name {
    color: #fff !important;
}

.es-review-content-text {
    color: #fff !important;
}

/* google-review end */

/* military-offer start  */
/* .military-offer {
    padding: 50px 0 100px 0;
    background-color: #111111;
}

.military-offer-wrapper{
    background-color: #181818;
    padding: 30px;
}

.military-offer-wrapper p{
    color: #ddd;
    font-size: 15px;
    font-weight: 500;
} */

/* military-offer end  */

/* contact start  */

.contact {
    background-color: #181818;
    padding: 100px 0;
}

.contact-wrapper {
    padding: 40px;
    background-color: #111;
}

.contact-wrapper h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

.contact-wrapper p {
    color: #fff;
}

.form-label {
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
}

.form-control {
    border-radius: 0;
    height: 50px;
    background-color: transparent;
    border-color: #222;
    color: #fff !important;
}

.form-control:focus {
    background-color: transparent;
}

.form-control::placeholder {
    color: #999999;
}

.form-select {
    border-radius: 0;
    height: 50px;
    background-color: transparent;
    color: #fff;
    border-color: #222;
}

option {
    background-color: #000;
}

.form-group {
    margin: 10px 0;
}

.contact-wrapper .primary-btn {
    border: 0;
}

/* contact end  */

/* footer start  */

footer {
    padding: 50px 0 20px 0;
    background-color: #121213;
}

footer p {
    margin-bottom: 10px;
    color: #fff;
}

footer h2 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

footer h2 span {
    font-weight: 700;
    font-size: 20px;
}

.social-media ul li {
    margin: 0 10px;
}

.social-media ul li a {
    text-decoration: none;
    color: #3C6CB5;
    font-size: 20px;
}

footer h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.contact-details li {
    margin: 8px 0;
    color: #ededed;
    font-weight: 500;
    font-size: 15px;
}

.contact-details li i {
    color: #3C6CB5;
}

.contact-details ul li {
    margin: 8px 0;
    color: #ededed;
    font-weight: 500;
    font-size: 15px;
}

footer ul li i {
    color: #3C6CB5;
    font-size: 13px;
}

.copyright {
    padding-top: 20px;
    border-top: 1px solid #fff;
    margin-bottom: 0;
}

footer ul li {
    color: #fff;
    font-size: 14px;
}


footer .military-offer-wrapper {
    margin-top: 0px;
}

footer .military-offer-wrapper p{
    font-weight: 500;
    font-size: 13px;
    color: #b3b3b3;
    line-height: 20px;
}

/* footer end  */

/* breadcrumb-cc start  */

.breadcrumb-cc {
    text-align: center;
    background-image: linear-gradient(to right, #01050fbb, #01050fbb, #01050fbb, #01050fbb),
        url(../images/banner/1.jpg);
    padding: 200px 0 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.breadcrumb-cc span {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
}

.breadcrumb-cc h1 {
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.breadcrumb-cc p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.breadcrumb-cc a {
    color: #fff;
    text-underline-offset: 3px;
}

/* breadcrumb-cc end  */

/* owner-info start  */

.owner-info {
    background-color: #181818;
    text-align: center;
    padding: 50px 0;
}

.owner-info h1 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.owner-info h1 span {
    color: #3C6CB5;
}

.owner-info h2 {
    font-weight: 500;
    font-size: 16px;
    color: #3C6CB5;
}

.owner-info p {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.owner-info p span {
    color: #3C6CB5;
    font-weight: 700;
}

/* owner-info end  */

/* service start  */

.service-cc {
    background-color: #111;
    padding: 0;
}

.service-wrapper {
    padding-left: 10px;
}

.service-wrapper h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #3C6CB5;
    font-size: 22px;
    letter-spacing: 1px;
}

.service-wrapper h3 {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}


.service-wrapper p {
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
}

.service-wrapper li {
    font-weight: 700;
    color: #555;
    margin: 10px 0;
}

.service-wrapper li i {
    color: #3C6CB5;
}

/* .service-image-bg {
    position: relative;
    z-index: 9999;
}

.service-image-bg::after {
    z-index: -1;
    content: '';
    position: absolute;
    background-color: #3C6CB5;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
} */

.single-service-each {
    margin: 100px 0;
}

/* service end  */

/* certification start  */

.certification {
    background-color: #181818;
    text-align: center;
    padding: 50px 0;
}

.certification img {
    width: 100px;
}

/* certification end  */

.quotation {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1.5px;
}

.author span {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 4px;
    font-family: "Ms Madi", cursive;
}

.modal-content .btn-close {
    padding: 0;
    color: #fff;
    background-image: none;
}

.short-disclaimer {
    font-weight: 500;
    font-size: 13px;
    color: #b3b3b3;
    line-height: 20px;
}