body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #000;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    line-height: normal;
}

h1,
.h1 {
    font-size: 70px;
    line-height: 70px;
}

h2 {
    font-size: 55px;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

    h2 span {
        color: #d50b1a;
    }

    h3,
    h2.hard-top {
        font-size: 50px;
        line-height: 50px;
    }

h4 {
    font-size: 40px;
    line-height: 40px;
}

h5 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

h6 {
    font-size: 20px;
    line-height: 20px;
}

p {
    margin-bottom: 20px;
}

a {
    color: #001b47;
    text-decoration: none;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

    a:hover, .social-icon li a:hover {
        color: #d50b1a;
        text-decoration: none;
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
    }

.black {
    color: #000;
}

.white {
    color: #fff;
}

.black-background {
    background-color: #000;
}

.white-background {
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}


/* Top Section Start */
.top-part {
    background-color: #000b28;
}

.lang {
    padding: 5px;
    background-color: #000;
}

.social-icon, .lang {
    float: right;
}

.social-icon {
    margin-left: 15px;
    margin-top: 5px;
}

    .social-icon li, .lang li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 3px;
    }

        .social-icon li img {
            height: 15px;
            /* -webkit-filter: grayscale(100%); 
  filter: grayscale(100%); */
        }

        .social-icon li:hover img {
            -webkit-filter: none; /* Safari 6.0 - 9.0 */
            filter: none;
        }

        .social-icon li a img.noraml {
            display: block;
        }

        .social-icon li a img.hover {
            display: none;
        }

        .social-icon li a:hover img.noraml {
            display: none;
        }

        .social-icon li a:hover img.hover {
            display: block;
        }

        .social-icon li a {
            color: #9ba6c2;
        }

        .lang li a {
            color: #5a6990;
            text-transform: uppercase;
            border-left: 1px solid;
            padding-left: 15px;
        }

        .lang li:first-child a {
            border-left: 0;
        }

.donate-btn {
    float: right;
    background-color: #d50b1a;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
}

    .donate-btn:hover {
        color: #d50b1a;
        background-color: #e5e6e8;
    }
/* Top Section End */



/* Logo and Navigetion Section */


.second-top-part {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}

/* Navigetion Section */

.custom-navbar {
    padding: 0;
    margin-top: 20px;
    justify-content: flex-end;
}

    .custom-navbar ul li {
        font-weight: 500;
        font-size: 16px;
        margin-left: 34px;
    }

    .custom-navbar ul.navbar-nav li a.nav-link {
        color: #000b28;
        padding-right: 0;
        outline: none;
        border: none;
        padding-bottom: 23px;
        padding-left: 0;
        text-transform: uppercase;
        font-style: italic;
    }

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #d50b1a;
}

.custom-navbar .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    width: 230px;
    margin-top: -4px;
}

    .custom-navbar .dropdown-menu li {
        margin-left: 0;
    }

.custom-navbar .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #204396;
    color: #fff;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
}

.custom-navbar .dropdown-menu a.dropdown-item {
    white-space: normal;
}

.custom-navbar .dropdown-submenu {
    position: relative;
}

    .custom-navbar .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: 20px;
    }

    .custom-navbar .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 0;
        margin-right: 0;
        margin: 0;
    }

        .custom-navbar .dropdown-submenu .dropdown-menu .dropdown-item {
            background-color: #eb1c25;
        }

.custom-navbar .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu,
.custom-navbar .dropdown .dropdown-menu {
    display: none;
}

    .custom-navbar .dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-menu,
    .custom-navbar .dropdown:hover .dropdown-menu {
        display: block;
    }

.custom-navbar .dropdown:hover .dropdown-menu {
    border: none;
}

.dropdown-toggle,
.dropdown-submenu .dropdown-toggle {
    position: relative;
}

    .dropdown-toggle:after,
    .dropdown-toggle:before,
    .dropdown-submenu .dropdown-toggle:after,
    .dropdown-submenu .dropdown-toggle:before {
        border-right: 2px solid;
        content: "";
        display: block;
        height: 6px;
        margin-top: -6px;
        position: absolute;
        -moz-transform: rotate(230deg);
        -o-transform: rotate(230deg);
        -webkit-transform: rotate(230deg);
        transform: rotate(230deg);
        right: -11px;
        top: 41%;
        width: 0;
    }

    .dropdown-toggle:after {
        margin-top: -8px;
        -moz-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
        border-top: 0;
    }

    .dropdown-submenu .dropdown-toggle:after,
    .dropdown-submenu .dropdown-toggle:before {
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 15px;
        top: 52%;
    }

    .dropdown-submenu .dropdown-toggle:after {
        margin-top: -1px;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg) !important;
        right: 14px !important;
    }

/* Sticky Navigetion */

.second-top-part.sticky {
    width: 100%;
    z-index: 9999;
    /*background: #000b28;*/
    top: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

/* Logo and Navigetion Section */

.custom-slider {
    width: 100%;
    position: relative;
}

.banner-big-image img {
    width: 100%;
}

/* Home suport */
.suport-jrod {
    background-color: #d50b1a;
    font-size: 26px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .suport-jrod span {
        float: left;
        color: #fff;
        line-height: 64px;
    }

    .suport-jrod ul li {
        width: 99px;
        height: 64px;
        background-color: #012154;
        text-align: center;
        line-height: 64px;
    }

        .suport-jrod ul li:last-child, .suport-jrod ul li:last-child:hover {
            font-size: 16px;
        }

        .suport-jrod ul li:hover {
            background-color: #d50b1a;
        }

        .suport-jrod ul li a {
            color: #fff;
        }

    .suport-jrod ul {
        float: right;
    }

        .suport-jrod ul li {
            display: inline-block;
        }

/*
@media (max-width: 600px) {


    .suport-jrod ul li {
        width: 50px;
        height: 32px;
        background-color: #012154;
        text-align: center;
        line-height: 64px;
    }

    .suport-jrod {
        background-color: #002e7a;
        font-size: 14px;
        font-weight: 500;
        padding-top: 15px;
        padding-bottom: 7px;
    }
}
*/
/* Home About Section */

.about-section {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    color: #000b28;
}


.about-image-section {
    height: 660px;
}

    .about-image-section img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.about-section .container {
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
}

.about-section a {
    text-decoration: underline;
    color: #d50b1a;
    font-style: italic;
}



/*Right Curve section */
.right-curve .about-image-section,
.left-curve .about-image-section {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
}

.right-curve.about-section .container,
.left-curve.about-section .container {
    position: relative;
    z-index: 1;
    color: #000b28;
    padding-top: 60px;
    padding-bottom: 60px;
    top: 0;
}

.inner-wrap {
    padding-left: 30px;
}
/*Right Curve section */

/*box-area section */
.box-area {
    background-color: #002e7a;
    padding: 10px;
    color: #fff;
    text-align: center;
    transition: all ease 0.5s;
    margin: 15px 0;
}

    .box-area:hover {
        background-color: #001344;
        transition: all ease 0.5s;
    }

    .box-area p {
        font-weight: normal;
    }

.box-area-txt {
    padding-top: 20px;
    padding-bottom: 10px;
}

    .box-area-txt a.larn {
        text-transform: uppercase;
        text-decoration: underline;
        color: #fff;
        transition: all ease 0.5s;
    }

.box-area:hover .box-area-txt a.larn {
    position: relative;
    top: 0px;
    transition: all ease 0.5s;
}

.box-area:hover .box-area-txt a {
    top: -5px;
    transition: all ease 0.5s;
}

.issue-area {
    padding: 70px 0;
}

    .issue-area h2 {
        margin-bottom: 40px;
    }

/*testimonials section */
.testimonials-area {
    background: url(../images/testi-img.jpg) 0 0 no-repeat;
    background-size: cover;
}

.testimonials {
    font-size: 28px;
    color: #fff;
    font-weight: 300;
    line-height: 40px;
    padding-top: 90px;
    padding-bottom: 90px;
}

    .testimonials p {
        font-weight: 300;
        margin-top: 35px;
    }

    .testimonials span {
        font-weight: 500;
        font-style: italic;
    }
/*testimonials section */

/*action section */
.banner-in {
    background-color: #002e7a;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

.inner-text-area {
    text-align: center;
    padding-top: 65px;
    padding-bottom: 65px;
}

.action-area .box-area h6 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.action-area .box-area {
    min-height: 380px;
}

.action-area {
    margin-bottom: 60px;
}

    .action-area .box-area a {
        color: #fff;
    }

    .action-area .row .row {
        justify-content: center;
    }
/*action section */

/* story-containe-wraper */
.containe-wraper {
    background-color: #003da2;
    padding-top: 65px;
    padding-bottom: 65px;
    color: #fff;
    margin-top: 5px;
    box-shadow: inset 0 -5px 10px #000000;
    -moz-box-shadow: inset 0 -5px 10px #000000;
    -webkit-box-shadow: inset 0 -5px 10px #000000;
}

.title-area {
    width: 535px;
    min-height: 208px;
    background-color: #fff;
    text-align: center;
    padding: 15px 30px;
    border-radius: 20px;
    color: #000000;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: -170px auto 140px auto;
    position: relative;
    z-index: 9;
}

    .title-area:after {
        position: absolute;
        content: "";
        width: 4px;
        height: 125px;
        background: url(../images/title-line.png) 0 0 no-repeat;
        bottom: -140px;
    }

.big-img {
    margin: 30px 0 40px 0;
}

.containe-wrap h5 {
    margin-bottom: 25px;
    font-weight: normal;
}
/* story-containe-wraper */

/* Team area */
.form-area {
    text-align: left;
    padding: 50px 80px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #bdb4b4;
}

    .form-area .form-control, .cart-form .form-control, .box-debit {
        height: 42px;
        border: 1px solid #b0b9c5;
        box-shadow: none;
        border-radius: 0;
    }

    .form-area .btn, .cart-form .btn {
        width: 100%;
        height: 45px;
        line-height: 45px;
        border-radius: 50px;
        padding: 0;
        background-color: #d50b1a;
        border: none;
        box-shadow: none;
        font-size: 20px;
    }

        .form-area .btn:hover, .cart-form .btn:hover {
            background-color: #ad0714;
        }

.member-box {
    background-color: #eeeeee;
    padding: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.member-box-img {
    width: 165px;
    height: 165px;
    margin: 0 auto;
    border-radius: 200px;
    margin-bottom: 20px;
}

    .member-box-img img {
        width: 100%;
        height: 100%;
        border-radius: 200px;
        border: 3px solid #fff;
    }

.member-box-txt h5 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.member-box-wrap {
    margin-top: 100px;
}

/* Sitemap */

.top-btn a {
    width: 167px;
    height: 79px;
    background-color: #d50b1a;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    line-height: 79px;
}

    .top-btn a:hover {
        background-color: #7a060e;
    }

.sitemap ul li {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 5px;
}

.sitemap ul {
    margin-top: 70px;
    border-top: 3px solid #00122f;
}

    .sitemap ul li {
        height: 170px;
        position: relative;
        width: 12%;
    }

        .sitemap ul li:nth-child(2n) {
            height: 97px;
            top: -73px;
        }

        .sitemap ul li a {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

.top-btn {
    position: relative;
}

    .sitemap ul li:after,
    .top-btn:after {
        width: 3px;
        height: 75%;
        position: absolute;
        background-color: #00122f;
        content: "";
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .top-btn:after {
        bottom: -71px;
    }

/*Team section */
.cart-area {
    background-color: #002e7a;
    padding: 10px 0;
    color: #fff;
}

    .cart-area a {
        color: #fff;
    }

.cat-btn {
    font-size: 22px;
    text-transform: uppercase;
    background: url(../images/cat-bttn.png) 0 5px no-repeat;
    padding-left: 40px;
    margin-top: 16px;
    display: inline-block;
}

.searching {
    background: url(../images/search.png) 100% 50% no-repeat #fff;
    height: 48px;
    width: 100%;
    padding: 0 15px;
}

    .searching input {
        width: 100%;
        height: 48px;
        border: none;
        background: none;
        outline: none
    }

.cart-sec span {
    display: block;
    font-size: 15px;
}

.cart-sec {
    float: right;
    font-size: 18px;
    background: url(../images/cart.png) 100% 5px no-repeat;
    padding-right: 60px;
    display: inline-block;
}

    .cart-sec label, .cart-txt .price label, .price-pro {
        color: #ff3645;
    }

.cart-txt {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    text-align: left;
    margin-bottom: 30px;
}

    .cart-txt .price {
        display: block;
    }

.cart-section {
    text-align: center;
}

    .cart-section h4 {
        padding: 40px 0;
    }

.price-total {
    text-align: right;
    border-top: 1px solid #a8a8a8;
    padding-top: 15px;
    color: #a8a8a8;
    margin-top: 50px;
}

    .price-total span {
        color: #001b47;
        font-weight: 600;
    }

.pricing-area p {
    color: #a8a8a8;
}

    .pricing-area p strong {
        color: #000;
    }

.pricing-area h6 {
    margin-bottom: 20px;
}

.pricing-area {
    padding: 30px;
}

/*Team section */

/*cart section */
.cart-form {
    text-align: left;
}

    .cart-form h5 {
        padding-bottom: 20px;
    }

.paypel-part {
    padding-top: 30px;
    padding-bottom: 30px;
}

.date-area {
    display: flex;
}

    .date-area select {
        margin-right: 5px;
    }

.paypel-part p {
    margin-top: 20px;
}

.box-debit {
    padding: 5px 10px;
    margin-bottom: 15px;
}

    .box-debit img {
        float: right;
    }

.credit {
    margin: 40px 0;
    overflow: hidden;
}
/*cart section */

/*Footer section */
.top-footer {
    background-color: #d50b1a;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .top-footer a {
        width: 406px;
        height: 88px;
        background-color: #fff;
        display: inline-block;
        line-height: 88px;
        border-radius: 100px;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 500;
    }

.below-footer {
    font-size: 18px;
    color: #000b28;
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #e5e6e8;
}

    .below-footer .logo {
        margin-bottom: 25px;
    }

/*Footer section */




@media (max-width: 575px) {
    .banner-in {
        min-height: 123px;
    }

    .suport-jrod {
        display: none;
    }

    #bluemargin {
        min-height: 40px;
        background-color: #002e7a;
    }
}

.suport-jrod ul li {
    width: 159px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid white;
    margin-bottom: 20px;
    margin-right: 10px;
}

@media (min-width: 575px) {
    .box-area-txt {
        min-height: 190px;
    }
}

.suport-jrod span.show1 {
    font-size: 22px;
    line-height: 120px;
}

@media (max-width: 1193px) {
    .suport-jrod span.show1 {
        line-height: 60px;
    }
}

@media (max-width: 800px) {
    .suport-jrod span.show1 {
        line-height: 40px;
    }
}




@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1240px) and (max-width: 1300px) {

    .custom-navbar ul li {
        font-weight: 500;
        font-size: 14px;
        margin-left: 32px;
    }

    .about-image-section {
        height: 700px;
    }

    .serviceslide .col-sm-4:nth-child(3) .hover-area h4 {
        margin-top: 0;
    }

    .video-title h5 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1240px) {
    .custom-navbar ul.navbar-nav li a.nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .custom-navbar ul li {
        font-weight: 500;
        font-size: 14px;
        margin-left: 12px;
    }

    .about-image-section {
        height: 820px;
    }

    .product-section .about-image-section {
        height: 630px;
    }

    .serviceslide .col-sm-4:nth-child(3) .hover-area h4 {
        margin-top: 0;
    }

    .video-title h5 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 1199px) {
    .tab-top-right {
        display: none;
    }

    .sticky-nav-tab {
        display: none;
    }

    .search-section.active {
        display: none;
    }

    .search-area.active .search-icon {
        margin-top: 14px;
        position: relative;
        z-index: 9999;
        /* background-color: #204396; */
        padding: 2px 5px;
    }

    .search-area .search-icon svg {
        fill: #fff;
    }

    .search-area.active .search-icon svg {
        fill: #204396;
    }

    .search-area form {
        display: flex;
        width: 0px;
        background: #fff;
        position: absolute;
        right: 11px;
        outline: none;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
    }

        .search-area form p {
            margin-bottom: 0;
        }

            .search-area form p label {
                display: none;
            }

            .search-area form p input {
                width: 0px;
                height: 55px;
                border: none;
                outline: none;
                padding-left: 0px;
                padding-right: 0px;
                transition: all ease 0.3s;
                -webkit-transition: all ease 0.3s;
                -moz-transition: all ease 0.3s;
            }

            .search-area form p:nth-child(2) {
                display: none;
            }

    .search-area.active form {
        width: 300px;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
    }

        .search-area.active form p input {
            width: 300px;
            padding-left: 15px;
            padding-right: 50px;
            transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
        }

    .search-section form {
        display: none;
    }

    .product-listing h5 {
        height: 55px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 800px) {
    .custom-navbar {
        display: none;
    }
}


@media only screen and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 50px;
        line-height: 50px;
    }

    h2 {
        font-size: 40px;
        line-height: 40px;
        text-transform: uppercase;
    }

        h3,
        h2.hard-top {
            font-size: 30px;
            line-height: 30px;
        }

    h4 {
        font-size: 20px;
        line-height: 20px;
    }

    h5 {
        font-size: 20px;
        line-height: 30px;
    }

    h6 {
        font-size: 20px;
        line-height: 20px;
    }

    .service-section .hover-area,
    .serviceslide .image-area:hover .hover-area {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 28px;
    }

    .about-section .container {
        position: relative;
        top: 0;
    }

    .about-image-section {
        height: auto;
    }

    .about-section .col-sm-7,
    .about-section .col-sm-5,
    .about-section .col-sm-6,
    .top-footer .col-sm-4:nth-child(1),
    .top-footer .col-sm-8 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .about-section:after {
        content: normal;
    }

    .about-section .col-sm-5,
    .product-section .col-sm-6:nth-child(1),
    .service-section .col-sm-4,
    .service-section .col-sm-8 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .product-section .col-sm-6:nth-child(2) {
        padding-top: 0;
        padding-bottom: 0;
    }

    .testimonialsslider button.slick-prev {
        left: -34px;
        z-index: 99;
    }

    .testimonialsslider button.slick-next {
        right: -24px;
    }

    .top-footer .col-sm-4:nth-child(1) {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .top-footer .col-sm-4 .logo,
    .top-footer .col-sm-4 .second-logo {
        width: auto;
    }

        .top-footer .col-sm-4 .second-logo:before {
            height: 45px;
            top: 8px;
        }

    .top-footer,
    .service-section,
    .second-section,
    .third-section,
    .forth-section,
    .quoted-area,
    .five-section,
    .seventh-section {
        padding-top: 38px;
        padding-bottom: 38px;
    }

        .top-footer .col-sm-8 {
            border-left: none;
        }

        .top-footer .container .col-sm-3 {
            display: none;
        }

        .top-footer .container .col-sm-4,
        .top-footer .container .col-sm-5,
        .product-list .col-sm-4 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        .top-footer .col-sm-8 .container {
            padding-top: 30px;
        }

    .right-curve .about-image-section,
    .left-curve .about-image-section {
        height: 400px;
        width: 100%;
        position: relative;
    }

    .right-curve.about-section .container,
    .left-curve.about-section .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    footer {
        padding-bottom: 82px;
    }

        footer.page-footer {
            padding-bottom: 0;
        }

    .sticky-nav-tab {
        background-color: #002e7a;
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 9;
    }

        .sticky-nav-tab button {
            border: none;
            border-left: 1px solid #fff;
            background-color: transparent;
            color: #fff;
            text-align: center;
            padding-top: 14px;
            padding-bottom: 12px;
            padding-left: 20px;
            padding-right: 20px;
            text-transform: uppercase;
        }

            .sticky-nav-tab button a {
                position: relative;
                top: 2px;
            }

            .sticky-nav-tab button span {
                display: block;
                margin-top: 8px;
            }

        .sticky-nav-tab .primary,
        .sticky-nav-tab .secondary {
            height: 82px;
            line-height: 82px;
            letter-spacing: 2px;
            font-size: 20px;
        }

    .tab-top-right .search-icon {
        margin-top: 0;
        background-color: #204396;
        padding: 0 15px;
        height: 45px;
        line-height: 45px;
        margin-left: 20px;
    }



    .second-logo {
        width: 38%;
        padding-top: 17px;
        padding-bottom: 15px;
    }

        .second-logo:before {
            height: 27px;
        }

    .custom-navbar ul li {
        font-size: 13px;
    }

    .second-top-part {
        padding-top: 14px;
        padding-bottom: 10px;
    }

        .second-top-part.sticky {
            padding-top: 14px;
        }



    .primary,
    .secondary,
    .secondary:hover {
        height: 50px;
        line-height: 50px;
        letter-spacing: 2px;
        font-size: 18px;
    }

    .service-section .hover-area {
        height: 97px;
        min-height: 97px;
    }

        .service-section .hover-area:after {
            top: 6px;
        }

        .service-section .hover-area h4 {
            font-size: 25px;
            line-height: 28px;
            margin-bottom: 0;
        }

    .image-area {
        min-height: 420px;
    }

    .service-section .hover-area p,
    .service-section .hover-area a {
        display: none !important;
    }

    .service-section .image-area a {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #000;
        display: flex;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        font-family: "Teko", sans-serif;
        align-items: center;
        justify-content: center;
        padding-bottom: 5px;
        padding-top: 8px;
    }

        .service-section .image-area a img {
            display: inline-block;
            vertical-align: middle;
            margin-top: -4px;
            margin-left: 7px;
        }

    .product-details-area .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-details-area:after {
        width: 100%;
        height: 52%;
    }

    .product-details-area .product-image {
        margin-top: 2%;
    }

    .search-section {
        position: absolute;
        width: 100%;
        top: -76px;
        z-index: 9;
    }

        .search-section.active {
            top: 76px;
        }

    .serviceslide .image-area {
        margin-bottom: 0;
    }

    .service-section .serviceslide .col-sm-4 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .service-section .hover-area:after {
        top: 12px;
    }

    .service-section .serviceslide {
        margin-bottom: 35px;
    }

    .about-section .col-sm-5,
    .product-section .col-sm-6:nth-child(1) {
        padding-left: 35px;
        padding-right: 35px;
    }

    .below-footer {
        border-bottom: 1px solid #c9c9c9;
    }

    .second-top-part.sticky {
        position: relative;
    }

    .serviceslide .col-sm-4:nth-child(1) .hover-area h4 {
        margin-top: 17px;
    }

    .service-section p {
        padding-left: 0;
        padding-right: 0;
    }

    .video-slide button.slick-next {
        right: 44%;
    }

    .video-slide button.slick-prev {
        left: 44%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .black-background .background-image img {
        height: 100%;
    }

    .product-listing h5 {
        font-size: 27px;
        height: 55px;
        overflow: hidden;
    }

    .right-button a {
        height: auto;
        line-height: 23px;
        padding-top: 10px !important;
        padding-bottom: 7px !important;
    }

    .tab-top-right .search-icon {
        height: 50px;
    }

    .back-to-top {
        bottom: 98px;
    }
}

@media only screen and (min-width: 992px) {
    .custom-navbar.navbar-expand-lg .navbar-nav {
        position: absolute;
        right: 125px;
        top: 0;
    }

        .custom-navbar.navbar-expand-lg .navbar-nav .dropdown-menu {
            z-index: 2;
        }
}

@media only screen and (max-width: 1024px) {
    .second-logo {
        width: 45%;
    }

    .custom-navbar ul li {
        font-size: 13px;
    }

    .testimonials-area {
        min-height: 280px;
    }

        .testimonials-area p {
            margin-bottom: 0;
        }
}

@media only screen and (max-width: 1023px) {
    .image-area {
        min-height: 350px;
    }

    .product-details-area:after {
        height: 48%;
    }

    .quoted-area h4 span {
        font-size: 40px;
    }

    .single-product .product-details {
        padding-top: 170px;
    }

    .star ul li {
        font-size: 26px;
    }

    .below-footer .logo {
        width: auto;
    }

    .inner-wrap {
        padding-left: 0;
        padding-top: 35px;
    }

    .top-footer a {
        width: 300px;
        height: 68px;
        line-height: 68px;
        font-size: 22px;
    }

    .action-area .box-area {
        min-height: 516px;
    }

    .sitemap ul li a {
        bottom: -32px;
    }

    .sitemap ul {
        margin-top: 70px;
        border-left: 3px solid #00122f;
        border-top: 0;
    }

    .sitemap {
        width: 80%;
        margin-left: 20px;
        margin: 0 auto;
    }

    .top-btn {
        text-align: left;
    }

        .top-btn:after {
            bottom: 0;
            width: 3px;
            height: 100px;
            top: 110px;
            left: 0;
            right: auto;
        }

    .sitemap ul li a {
        bottom: 44px;
        left: auto;
    }

    .sitemap ul li:after {
        width: 58%;
        height: 3px;
        position: absolute;
        background-color: #00122f;
        content: "";
        left: 0;
        right: auto;
        margin: 0 auto;
        top: 39px;
    }

    .top-btn a {
        text-align: center;
    }

    .sitemap ul li {
        height: 97px;
        position: relative;
        width: 100%;
        display: block;
    }

        .sitemap ul li:nth-child(2n) {
            height: 97px;
            top: 0;
            width: 80%;
        }

    .cart-txt {
        font-size: 12px;
    }
}

@media only screen and (min-width: 767px) {
    .banner-mobile-title,
    .mobile-button-top,
    .mobile-product-list,
    .mobile-featured-product {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {



    .second-logo {
        width: 44%;
    }

    .second-top-part .col-lg-4 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .second-logo:before {
        height: 34px;
    }

    .second-top-part.sticky {
        position: relative;
    }

    .banner-title p {
        font-size: 16px;
    }

    .second-top-part {
        background-color: #f2f3f4;
        padding-top: 22px;
        padding-bottom: 22px;
    }

        .second-top-part.sticky {
            background-color: #f2f3f4;
        }

    .mobile-button-top .primary,
    .mobile-button-top .secondary {
        font-size: 20px;
        width: 50%;
        float: left;
    }

    .mobile-button-top .secondary {
        border-color: #204396;
        color: #204396;
    }

    .mobile-button-top {
        overflow: hidden;
    }

    .banner-mobile-title {
        background-color: #000;
        padding-top: 45px;
        padding-bottom: 45px;
        display: none;
    }

        .banner-mobile-title .banner-title {
            display: block;
        }

    .image-area {
        min-height: 510px;
    }

    .testimonialsslider button {
        top: 90%;
    }

        .testimonialsslider button.slick-next {
            right: 110px;
        }

        .testimonialsslider button.slick-prev {
            left: 110px;
        }

    .social-link ul {
        justify-content: center;
    }

    .sticky-nav-tab .primary,
    .sticky-nav-tab .secondary {
        height: auto;
        line-height: 40px;
        margin-top: 18px !important;
        margin-left: 9%;
    }

    footer h5 {
        font-size: 30px;
    }

    .row-reverse .row img {
        margin-bottom: 30px;
    }

    .listing {
        margin-left: 15px;
        margin-right: 15px;
    }

        .listing li {
            text-align: left;
        }

    .primary.inline,
    .secondary.inline {
        margin-bottom: 7px;
        margin-top: 20px;
    }

    .product-contain a {
        float: none !important;
        position: absolute;
        bottom: 0px;
        left: 16px;
    }

    .product-contain {
        padding-bottom: 45px;
    }

    .product-texts {
        text-align: left;
    }

        .product-texts .inline {
            display: block;
        }

    .video-slide button.slick-next,
    .mobile-featured-product button.slick-next {
        right: 37%;
    }

    .video-slide button.slick-prev,
    .mobile-featured-product button.slick-prev {
        left: 37%;
    }

    .seventh-section {
        text-align: center;
    }

    .right-button {
        justify-content: center;
    }

    .mobile-button-top .primary.inline,
    .mobile-button-top .secondary.inline {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    /* .product-list{
        display: none;
    } */
    .mobile-product-list {
        margin-bottom: 20px;
    }

        .mobile-product-list button {
            top: 100%;
            color: #000;
        }

    .product-details-area .product-image {
        padding-right: 0;
        padding-left: 0;
    }

    .product-details-area:after {
        height: 28%;
    }

    .product-image .slider-nav button.slick-next {
        right: 32%;
    }

    .product-image .slider-nav button.slick-prev {
        left: 32%;
    }

    .product-image .slider-nav button {
        top: auto;
        bottom: -30px;
    }

    .secondary-title {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .testimonials-area {
        min-height: 300px;
    }

    .search-section {
        display: none;
    }

    .about-section .col-sm-5,
    .product-section .col-sm-6:nth-child(1) {
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .product-section .col-sm-6:nth-child(2) {
        padding-top: 0;
        padding-bottom: 0;
    }

    .service-section .hover-area h4 {
        font-size: 38px;
        line-height: 36px;
        letter-spacing: 1px;
        padding-top: 5px;
    }

    .service-section .image-area a {
        font-size: 30px;
        letter-spacing: 1px;
        padding-bottom: 10px;
        padding-top: 16px;
    }

    .service-section a.primary.inline {
        padding: 0 38px;
        height: 60px;
        line-height: 60px;
    }

    .service-section.testimonials a.primary.inline {
        line-height: 48px;
        height: 50px;
        padding: 0 25px;
    }

    .top-footer {
        padding-top: 65px;
    }

    .social-link ul li {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

        .social-link ul li img {
            width: 12px;
        }

    .breadcumb {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .banner-title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-details {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog .col-lg-3,
    .single .page-content .col-lg-3,
    .archive .page-content .col-lg-3 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .error404 .page-content form input {
        width: 100%;
    }

    .error404 .page-content form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .back-to-top {
        position: relative;
        bottom: -27px;
        right: 0;
        text-align: center;
    }

    .service-section .hover-area,
    .second-section .hover-area {
        justify-content: center;
        padding-top: 0;
    }

    .service-section .serviceslide {
        margin-bottom: 18px;
    }

    .right-curve .about-image-section,
    .left-curve .about-image-section {
        height: auto;
    }



    .single-product .product-details {
        padding-left: 0;
        padding-right: 0;
    }

    .action-area .box-area {
        min-height: inherit;
    }

    .title-area {
        width: 300px;
        margin: -93px auto 140px auto;
    }

    .sitemap ul li:after {
        width: 50%;
    }

    .sitemap ul li:nth-child(2n):after {
        width: 30%;
    }

    .cart-txt {
        font-size: 16px;
        text-align: center;
    }

    .cart-img {
        text-align: center;
    }

    .cat-btn {
        font-size: 14px;
    }

    .cart-sec {
        float: none;
        font-size: 14px;
        display: block;
        width: 134px;
        margin: 15px auto 0 auto;
        background-size: 38px;
    }

    .pricing-area {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 575px) {

    .banner-title p {
        display: block;
    }

    .sticky-nav-tab .primary,
    .sticky-nav-tab .secondary {
        margin-left: 4%;
    }

    .sticky-nav-tab button {
        padding-left: 15px;
        padding-right: 15px;
    }

    .right-curve a.primary {
        width: 100%;
        letter-spacing: 1px;
    }

    .banner-in {
        font-size: 25px;
    }

    .banner-big-image img {
        height: 50%;
    }

    .social-icon {
        margin-bottom: 10px;
    }
}

.montserrat-c1 {
    font-family: "Gotham Book","Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
}

.custom-navbar ul li {
    font-size: 170%;
}

.custom-navbar ul.navbar-nav li a.nav-link {
    color: #FFF;
}

.second-top-part {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #1B2744;
}

.donate-btn {
    font-family: "Gotham Book","Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    font-size: 130%;
    border-radius: 0px;
}

@media only screen and (min-width: 992px) {
    .custom-navbar.navbar-expand-lg .navbar-nav {
        right: 170px;
    }
}

.containe-wraper {
    margin-top: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gotham Book","Montserrat", sans-serif;
}



.top-part {
    font-family: "Gotham Book","Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    
}