body {
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;

}


* {
    margin: 0;
    box-sizing: border-box;
}

.contact-link{
    background-color: red;padding: 0px 24px;border-radius: 50px; 
}

.contact-link:hover{
background-color: #00528c;
}
/*LOADER*/


.preload {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
background-color: #011738;
    transition: opacity 0.5 ease
}

.loader {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: ;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}

.preload img {
    width: 200px;
    margin: 0 auto;
}

.preload p{

    margin-top: 30px;
}

.contact-link:hover{
    background-color: #00528c;
}
@media (max-width:768px) {
    .preload img {
        width: 80%
    }
}

.preload-finish {

    opacity: 0;
    pointer-events: none
}
/* ============================================= */
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*================================================*/

section {
    padding: 6em 0;
    position: relative;
}

.intro{

    position: reletive;
}


.section-title-container{
    position:relative;
    color:#888
}
.section-header{
   
        font-size: 96px;
        font-weight: normal;
        display: inline-block;
        font-weight: 900 !important;
        font-size: 120px;
        color: #3f3f3f; fallback;
        position: absolute;
        top: -94px;
       left: 50%;
       transform: translate(-50%);
        background: -webkit-linear-gradient(-90deg, rgba(196, 196, 196, 0.324) 2%, rgba(196, 196, 196, 0))80%;
        background: linear-gradient(to bottom, rgb(rgba(174, 174, 174, 0.389)), rgba(241, 6, 6, 0));
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
    }


@media(max-width:768px) {
    section {
        padding: 3em 0
    }
}



.button {
    background-color: red;
    padding: 16px 24px;
    border-radius: 80px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    transition: transform .2s ease-in-out;
    position: relative;
}


a.button:hover button::after{
    right: 0px;
    bottom: px;

}

button a {

    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    color: inherit
}

.button-alt {
    background: transparent;
    border: 3px solid#fff;
    border-radius:50px;
     padding: 16px;
    color:#fff
   
    
}


button:hover {
    transform: skewx(-0deg);
}

.button-alt:hover {
   
    background-color: #9FB330 text-transform: uppercase
}

a.button:hover {
    color: #fff;
    text-decoration: none
}

@media(max-width:767.99px) {
    button {

        padding: 10px;
        color: #fff;
        margin-top: ;
        text-transform: capitalize;
        font-size: 14px;
        margin:0 auto;
        text-align: center;
    }
}


/*typography*/
.text-bold{
    font-weight: bold;
}
.link{
    font-weight: bold;
    color:#00528c !important;
}
.link:hover{
    font-weight: bold;
    color: red !important;
}

h1,
.h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 52px;
    font-weight: bold;

}

h2,
.h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #00528c;
    
}

h2::after {
    position: absolute;
    content: '';
    height: 10%;
    width: 10%;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 0, 0);
    background: linear-gradient(90deg,rgba(255,0,0, 1) 0%,rgba(255,0,0, 0) 80%);
}

h3,
h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #00528c;
    font-weight: bold;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #00528c;
}


p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px
}

a {
    font-family: 'Montserrat', sans-serif;
    color: inherit;
    transition: .5s
}

a:hover {
    color: #9FB330;
    text-decoration: none
}

.link {

    color: #03214D;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    font-weight: bold
}

.link::after {
    position: absolute;
    content: ' —';
    margin-left: 10px
}

@media(max-width:1024px) {

    h1,
    .h1 {
        font-size: 2.2rem;

    }


}
@media(max-width:767px) {

    h1,
    .h1 {
        font-size: 1.5rem;
text-align: center;
    }


}

span {
    color: red
}

li {
    font-family: 'Montserrat', sans-serif;
}

/*navigation*/

.contact-banner {

    background-color:#9FB330;
    padding: 20px 100px;
    overflow-x: hidden;
    color: #011738;
    font-weight: bold;
}

@media (max-width:900px){

    .contact-banner{
        display: none;
    }
}

.header {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    padding: 0px 40px;
    box-shadow: 4px 8px 31px -13px rgba(0, 0, 0, 0.75)
}

.header a {
    text-decoration: none;
}

.header-main {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0;

}

.header .logo {
    padding: 0;

}

.header .logo a {

    width: 100%;
    position: relative;
}

.header .logo a .logo-img {

    max-width: 180px;

}

@media(max-width:767px) {

    .header {
        padding: 0
    }

    .header .logo a .logo-img {

        max-width: 250px;
    
    }

}

.header .nav-menu {
    padding: 0 15px;
}

.header .menu>.menu-item {
    display: inline-block;
    margin-left: 30px;
    position: relative;
}

.header .menu>.menu-item>a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #00528c;
    text-transform: capitalize;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase
}

.header .menu>.menu-item>a .plus {
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    margin-left: 5px;
    pointer-events: none;
}

.header .menu>.menu-item>a .plus:before,
.header .menu>.menu-item>a .plus:after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    background-color: #00528c;
    height: 2px;
    width: 100%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.header .menu>.menu-item:hover>a .plus:before,
.header .menu>.menu-item:hover>a .plus:after {
    background-color:red;
}

.header .menu>.menu-item>a .plus:after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu>.menu-item>.sub-menu>.menu-item>a:hover,
.header .menu>.menu-item:hover>a {
    color: red;
}

.header .menu>.menu-item>.sub-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 260px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 10px 0;
    border-top: 3px solid red;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) {
    .header .menu>.menu-item-has-children:hover>.sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .header .menu>.menu-item-has-children:hover>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

}

.header .menu>.menu-item>.sub-menu>.menu-item {
    display: block;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.header .open-nav-menu {
    height: 34px;
    width: 40px;
    margin-right: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .open-nav-menu span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}

.header .open-nav-menu span:before {
    top: -7px;
}

.header .open-nav-menu span:after {
    top: 7px;
}

.header .close-nav-menu {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    margin: 0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}

.header .close-nav-menu img {
    width: 16px;
}

.header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

ul.menu {
    margin-bottom: 0px;
}

.selected a {
    color: red !important;
    text-decoration: overline
}

/*home section*/
.home-section {
    width: 100%;
    display: block;
    min-height: 90vh;
    background-image: url('../img/home.jpg');
    background-position: center top;
    background-size: cover;
}


/* responsive */

@media(max-width: 991px) {
    .header .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .header .nav-menu {
        position: fixed;
        right: -280px;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top: 0;
        overflow-y: auto;
        background-color: #011738;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }

    .header .nav-menu.open {
        visibility: visible;
        right: 0px;
    }

    .header .menu>.menu-item {
        display: block;
        margin: 0;
    }

    .header .menu>.menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .menu>.menu-item>a {
        color: #ffffff;
        padding: 12px 15px;
        border-bottom: 1px solid #333333;
    }

    .header .menu>.menu-item:first-child>a {
        border-top: 1px solid #333333;
    }

    .header .menu>.menu-item>a .plus:before,
    .header .menu>.menu-item>a .plus:after {
        background-color: #ffffff;
    }

    .header .menu>.menu-item-has-children.active>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu>.menu-item>.sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
    }

    .header .menu>.menu-item>.sub-menu>.menu-item>a {
        padding: 12px 45px;
        color: #ffffff;
        border-bottom: 1px solid #333333;
    }

    .header .close-nav-menu,
    .header .open-nav-menu {
        display: flex;
    }
}


/*============== 1. headers =================*/


/*  homepage header*/

.hero {
    color: #ffffff;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: blue;
    background-image: url(../img/hero-bg.jpg);
    background-size: cover;
    background-position: center ;
   

}


ul.hero-list {
    list-style: ;
    padding-left: 20px;
    list-style-image: url(../img/checked.png);
}

.hero-list img {

    width: 24px;
    margin-right: 16px;

}

.hero-list li {

    margin: 24px auto;
}



video{
    position:relative;
    width: 100%;
    height: auto;
   
}


.video-container{
    position:relative;
    width: 100%;
    height: auto;
    border: 5px solid #A6BA32;

}

.box-outline{

    position: absolute;
    left: 0;
    width: 100%;
}
.box-outline img{

    position: absolute;
    left: 15px;
    width: 101%;
   
}

.img-bg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("../img/hero.jpg");
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 90vh;
}

@media(max-width:1024px) {

    .video{
     border: #A6BA32 solid 6px;
    
    }
   .box-outline{

    display: none;
   }
}

/* .skew {

    background: linear-gradient(to bottom, rgba(10, 73, 89, 1)80%, rgba(8, 47, 56, 1) 100%);
    height: 100%;
    width: 660px;
    margin-left: 0px;
    transform: skewX(-10deg);
    position: absolute;
    left: -517px;


} */

@media(max-width:1024px) {
    .skew {


        height: 40%;
        width: 100vw;
        margin-left: 0px;
        transform: skewY(-8deg);
        position: absolute;
        left: 0;
        top: -77px;
        border-right: none;
        border-bottom: 4px solid#9FB330;
        background: linear-gradient(to bottom, rgba(10, 73, 89, 1)5%, rgba(10, 73, 89, 0.199));
    }
}

.lead {

    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0;
    z-index: 2;
    background: rgb(35, 59, 18);
    left: 0px;
}

.lead H1 {}

.lead::before {

    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: -100;
    /* background: linear-gradient(90deg, rgba(35,59,18,1) 0%, rgba(35,59,18,.9) 44%, rgba(35,59,18,0.4430147058823529) 100%); */
}


@media(max-width:767.99px) {
    .lead {

        height: 50vh;
        margin: 0;
        padding: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(10, 73, 89, 1)80%, rgba(10, 73, 89, 1) 100%);
    }

    .lead2 {

        height: 60vh;
        margin: 0;
        padding: 0;
        left: 0
    }
}

.hero-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 100px;
    padding: 0;
    width: 100%;
}

.hero-text2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 100px;
    padding: 0;
    width: 100%;
}

@media(max-width:500px) {
    .hero-text {
        left: 50%;
        top: 70%;
        width: 80%;
        margin: 0;

    }

    .hero-text2 {
        left: 50%;
        top: 20%;
        width: 80%;
        margin: 0;

    }

}

.lead p {
    font-size: 18px;
    width: 90%;
    color: #fff
}

.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    background: rgba(1, 1, 68, 0.524);
    z-index: 0;
    top: 0;
}

.overlay-2 {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    background: rgba(0, 0, 0, 0.616);
    z-index: 0;
    top: 0;
}

@media(max-width:500px) {
    .lead h1 {
        font-size: 24px
    }

    .lead p {
        font-size: 14px
    }
}

.hero-text span {
    color: #9FB330
}


/*2 pages-header*/

.page-header {
    min-height: 30vh;
    padding: 0;
    overflow: hidden;
    color: #fff;
  background-color: #03214D;
    background-size: cover;
}

.page-title {
    min-height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
   
}

.page-title::after {
    /* content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(10, 73, 89, 1)80%, rgba(8, 47, 56, 1) 100%);
    transform: skewX(-10deg);
    right: 0px;
    z-index: 4 */
}

.page-title h1 {
    z-index: 5;
    text-transform: uppercase;
    margin-top: 50px
}

.feature-img {
    position: relative;
}

/* .feature-img::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(35, 59, 18, 1) 0%, rgba(35, 59, 18, 0.4598214285714286) 79%);
    right: 0px;
    z-index: 4
} */


@media(max-width:768px) {

    .page-header {
        overflow-x: hidden;
        position: relative;
        min-height: 40vh;
        padding: 0;
    }


    .page-title {
        min-height: 40vh;
        
        z-index: 5
    }

    .page-title::after {
        display: none
    }

    .feature-img {

        min-height: 100%;
        margin-left: -100%
    }


}

/*2 pages-header*/

.article-header {
    min-height: 0vh;
    padding: 0;
    overflow: hidden;
    color: #fff;
    overflow-x: hidden
}

.article-title {
    min-height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: cener;
    position: relative;
   
}

/* .article-title::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(10, 73, 89, 1)80%, rgba(8, 47, 56, 1) 100%);
    transform: skewX(-10deg);
    left: 112px;
    z-index: 1
} */

.article-lead {

    z-index: 5;
    margin-top: 100px
}

.article-lead h1 {

    text-transform: uppercase;
    padding-bottom: 20px
}

.article-info {
    border-top: 1px solid #999;
    box-shadow: 0 30px 90px rgb(0 0 0 / 8%);

}


.article-info p {

    font-size: 14px
}

.article-info span {

    font-size: 12px
}

.content-wraper {
    display: flex;
    justify-content: center;
}

.article-img{

    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    
}

.article-main {
    width: 80%
}
@media(max-width:1024px) {
    .article-title::after {
        display: none
    }

    .article-title {
        min-height: 60vh;
        z-index: 5
    }

}
@media(max-width:767.99px) {
    .article-main {
        width: 100%;
    }

    .article-img{

        min-height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    
        
    }
    .article-title
    {
        min-height: 35vh;
    }


}

.article-content {
    /*    box-shadow: 0 30px 90px rgb(0 0 0 / 8%);*/

}


.recent-posts {
    border-top: .5px solid #888;
    padding-top: 12px
}

.post-archive{

    list-style: none;
}

.Categories {
    border-top: .5px solid #888;

    border-bottom: .5px solid #888;
    padding-top: 12px
}

.side-bar-sticky {

    position: sticky;
    -webkit-position: sticky;
    top: 200px;
    width: 20%
}

.stiky {}

.side-bar h5 {
 
}

.side-bar ul {
    padding-left: 8px
}

.side-bar ul li {
    list-style: none;
    ;
    line-height: 46px
}

.side-bar ul li a {
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

@media(max-width:768px) {

    .page-header {
        overflow-x: hidden;
        position: relative;
        min-height: 30vh;
        padding: 0;
    }


    .page-title {
        min-height: 30vh;
        z-index: 5
    }

    .page-title::after {
        display: none
    }

    .feature-img {

        min-height: 100%;
        margin-left: -100%
    }


}

/* ----- clients --- */
.clients-section{

    padding: 2em 0 !important;
    padding-bottom: 0 !important;
    position: relative;
}
.client-img{

    width: 50%;
}

/*----(c) footer---*/

footer {

background-image:url(../img/bg-overlay.png) ;
    background-color:#03214D ;
    background-size: cover;
    padding-top: 6em;
    padding-bottom: ;
    color: #fff;
    position: relative;
    bottom: 0px;
    font-family: 'montserrat';
}

footer .logo img {
    width: 80%;

}

footer h4 {
    color: #fb3535;

    font-weight: bold;
}

footer a {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
}

footer p {
    color: #fff;
    font-family: Montserrat;
    font: size 14px;
}

.footer-contact ul {

 
}
.footer-contact ul li{
    list-style: none;
   margin: 20px 0;
}
.footer-contact img{

    width: 20px;
    margin-right: 10px;
}

.credits {
    margin-top: 0px;
    border-top: #63701C solid 1px;
  

}


.credits {

    bottom: 0px;
    width: 100%;
    color: #fff
}

.credits p {
    font-size: 12px;
}

.social img {
    margin: 20px;
    width: 36px;
}

footer ul li {
    line-height: 32px;
    list-style: circle;

}

footer ul li a {

    opacity: .7
}

footer ul li a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none
}

footer ul li span {
    color: #fff;
    text-transform: uppercase
}

.links a {
    font-family: 'Montserrat';
}

@media(max-width:1024px) {
   
   footer .social {
        display: none;
    }
}
@media(max-width:768px) {
    footer {
      
        padding-top: 3em;
    }

    .links {
        display: none;
    }

    footer .logo img {
width: 30%;

    }

    footer h4 {
        margin: 20px 0;
        text-align: center;
        display: none;
    }



    footer ul li {
        line-height: 32px;
        list-style: none;
        text-align: center
    }

    footer .social {
        margin: 0 auto;
        display: flex;
        justify-content: space-around
    }
}


/*==============end headers & footers========*/


/*==============  (3) page-contents  ========*/



/*(a) content wrapper  */
#content {
    position: relative;

}


@media(max-width:1024px) {
    #content {
        padding-top: 0;
        padding-bottom: 0;
        overflow-x: hidden;
    }


}

#content h3 {

    font-weight: 600;
    color: #d6d6d6;
    
}


/* (b) skewed section  */


.products {

    height: inherit;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex width: 100%;
    position: relative;
    background: linear-gradient(to top, rgba(1, 25, 61, 0)80%, rgba(1, 25, 61, .9) 100%), url("../img/BG.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}


.products h1 {
    font-size: 24px;
    line-height: 1.9;
    color: #fff;
    font-weight: 300;

}

.products img {
    width: 80%
}

.values p {
    font-size: 12px
}

.prd {
    z-index: 3;

    margin: 0;
    margin-top: ;
    display: flex;
    justify-content: center;
    align-items: center
}





@media(max-width:1024px) {


    .img-bg2 {

        background: linear-gradient(to top, rgba(10, 73, 89, 0.8)80%, rgba(10, 73, 89, 0.8) 100%);
        z-index: 3
    }
}

@media(max-width:768px) {
    /*

    .skew2 {
        background: linear-gradient(to top, rgba(10, 73, 89, .8)80%, rgba(8, 47, 56, 1) 100%);
        width: 100%;
        margin-left: 0px;
        transform: skewX(0deg);
        position: absolute;
        right: 0;

        top: 0
    }
*/

}

.prd ul li {
    list-style: none;
    line-height: 40px;
    width: 100%
}



/* (c) brands / clients  */

/* 
.clients {
    padding: 6em 0
}

.clients span {
    color: #E17836
}

.clients img {
    width: 110%;
    margin: 10px
} */
.cta{

    background-color: rgb(188, 60, 60);
}

.cta h1 {
    color: #ffffff;
    margin-bottom: 40px;

}

.cta2 h1 {
    color: #fff;

}

@media(max-width:768px) {
    .clients {
        padding: 3em 0
    }

    .clients .row {
        margin: 0 auto
    }

    .clients h3 {
        font-size: 24px
    }

    .clients img {
        width: 100%
    }
}

/* article */

.news-snipet {
   

}

.snippet-img {

    min-height: 250px;
}

.snipet-box{
    border: 1px solid #A6BA32;
    padding: 16px;
}

.snippet-title{
min-height: 60px;
}
.archive-header {
    display: flex;

    align-items: flex-end;
    background-color: #63701C;
    min-height: 30vh;
    color: #fff;
    position: relative;
    background-image: url(../img/hero.jpg);
    background-size:cover ;
    background-position: center;
}


.archive-header .container {
    z-index: 99
}




/*=====about page=====*/

.about{

    background-image: url(../img/plumbing\ tools3.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 60vh;
    display: flex;
    align-items:center;
    justify-content: center;
}
.services{

    background-image: url(../img/hero-light.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 40vh;
    display: flex;
    align-items:center;
    justify-content: start;
    padding-left:40px;
    color:#00528c;

}
.services h5{
    font-weight: normal;
}

.attributes {
   
}

.attributes h4{
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}

.icon{
    min-height: 60px;
}
.icon img{

    
}
.attributes-img{
    min-height: 255px;
    background-color: gray;
    z-index: 1;
}

.attribute-caption{
    box-shadow: 4px 8px 31px -13px rgba(0, 0, 0, 0.75);
    border-radius:20px;
    width: 80%;
    margin: 0 auto;
    margin-top:-30px ;
padding: 20px;
    background-color: #fff;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.attribute-caption h4{
    margin-bottom: 0;
}

.attribute-caption:hover{

    background-color: #00528c;
    color: #fff !important;
}

.attribute-caption:hover h4{
    color: #fff;
}



.overlap{
margin-bottom: -50px;
z-index: 100;


}
.attributes h3{

    min-height: 80px;
}
.attributes p{

    padding-bottom: 0;
}

.attributes img {
    width: 100%
}

@media (max-width:1024px) {
    .attributes {
       
        min-height: 300px;
    
       
    }
}

.footprint .section-title{
    color:#fff
}
/*=====CONTACT=========*/

.contact ul li {
    margin: 20px 0;
    list-style: none
}

.form {
    display: flex;
    flex-direction: column;
}

.form input {
    margin: 10px 4px;
    width: 100%;
    height: 36px;
    padding: 8px;
    border: none;
    border: 1px solid #565656;
}

.form textarea {
    min-height: 100px;
    width: 101%;
    margin: 10px 4px;
    padding: 8px;
}

.form button {
    margin: 10;
    width: 100%;
    border: none;
  
}
.form button:hover {
    margin: 10;
    width: 100%;
    border: none;
    background-color: #00528c;
}