@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
    scroll-behavior: initial;
}

*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/ArialMT.woff2') format('woff2'),
        url('ArialMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial-BoldMT.woff2') format('woff2'),
        url('../fonts/Arial-BoldMT.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Britannic BQ';
    src: url('../fonts/BritannicBQ-Regular.woff2') format('woff2'),
        url('../fonts/BritannicBQ-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

a:hover,
a:focus,
a:active{
    text-decoration: none;
}

ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Arial';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

a{
    transition: .4s linear;
    -webkit-transition: .4s linear;
    text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 1170px;}

/* **** Top bar **** */
.top-bar{
    width: 100%;
    display: block;
    background-color: #5b9929;
}
.top-bar ul{
    display: flex;
    align-items: center;
    padding:15px 30px;
    justify-content: flex-end;
}
.top-bar ul li{
    margin-right: 25px;
    display: inline-flex;
    align-items: center;
}
.top-bar ul li:last-child{
    margin-right: 0;
}
.top-bar ul li a{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    transition: all 0.4s ease;
}
.top-bar ul li a i{
    margin-right: 10px;
}
.top-bar ul li a:hover{
    color: #002051;
}
/* **** Top bar end **** */

/* **** Header **** */
header{
    position:relative;
    top: 0px;
    left: 0;
    right: 0;
    padding: 10px 30px;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    background-color: #fff;
} 

/*.top-bar .container,
header .container{
    width: 1700px;
    max-width: 1700px;
}*/
.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}
.navbar-brand{
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img{width: 400px;}
.navbar{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin:0;
    padding: 0;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.navbar .navbar-nav{
    margin-left: auto;
}
.navbar .navbar-nav>li{
    margin-right:40px;
}
.navbar .navbar-nav>li:last-child{
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link,
.navbar .navbar-nav>li>a{
    padding: 25px 0px;
    color: #002051;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:hover{
    color: #5b9929;
}
.navbar .navbar-nav>li a.nav-link.active {
    color: #5b9929;
}
.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover{
    color: #5b9929;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #5b9929;
}

.navbar-expand-md .navbar-nav .dropdown-menu{
    padding: 5px 10px;
    border-radius: 0;
    border: none;
    background-color: #002051;
	width:max-content;
}
.navbar-expand-md .navbar-nav .dropdown-menu li{
    margin: 0;
}
.navbar-expand-md .navbar-nav .dropdown-menu li a{
    padding: 10px 15px;
    font-size: 14px;
    display: block;
    color: #fff;
}
.navbar-expand-md .navbar-nav .dropdown-menu li a:hover{
    background-color: transparent;
    color: #fff;
    opacity: 0.70;
}

.navbar-toggler{
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
}
.navbar-toggler:focus{box-shadow: none;}

.navbar-light .navbar-toggler-icon{
    background-image:unset;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
    position: relative;
    padding: 0;
    height: 40px;
    width: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #002051;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #002051;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

header.nav-new{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
/* **** End Header **** */

/* **** Home Page **** */
.banner-cls{
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
}
.sliderbx{
    position: relative;
}
.banner-cls .container-fluid{
    padding: 0px;
}
.banner-bg img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.banner-details{
    position: relative;
    top: 85px;
    width: 45%;
    padding: 40px 80px;
    background-color: #fff;
}
.banner-details h1{
    font-size: 38px;
    font-weight: bold;
    line-height: 72px;
    font-family: 'Britannic';
    color: #292929;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 0px 0px 20px;
}
.banner-details .banner-btn{
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    width: 122px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #002051;
    border-radius: 50px;
    right: 30px;
    bottom: -20px;
    text-transform: uppercase;
}
.banner-details .banner-btn img{
    margin-left: 10px;
}
.banner-details .banner-btn:hover{
    background-color: #333;
}

.banner-center{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.banner-cls .slick-prev,
.banner-cls .slick-next{
    position: absolute;
    right:30px;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
    outline: none !important;
}
.banner-cls .slick-prev:before,
.banner-cls .slick-next:before {
    width: 50px;
    height: 50px;
    content: "";    
    background:url('../images/left-img.png') 0 0 no-repeat;
    color: #666666;
    font-weight:300;
    background-size: 100% 100%;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size:20px;
    transform: rotate(-180deg);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.banner-cls .slick-prev {
    left:30px;
    right:auto;
}
.banner-cls .slick-prev:before {
    transform: rotate(0deg);
}
.banner-cls .slick-prev:hover:before,
.banner-cls .slick-next:hover:before{
   opacity: 0.70;
}

.about-us{
    width: 100%;
    display: block;
    padding: 100px 0px;
    background-image: url('../images/back-bg-shape.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about-details{
    width: 100%;
    display: block;
}
.about-details h2{
    font-size: 36px;
    font-weight: bold;
    color: #505050;
    margin: 0px 0px 30px;
}
.about-details h4{
    font-size: 26px;
    font-weight: bold;
    color: #002051;
    margin: 0px 0px 50px;
}
.about-details h4 a{
    color: #002051;
    text-decoration: underline;
}
.about-details p{
    font-size: 18px;
    font-weight: normal;
    color: #2a2a2a;
    margin-bottom: 30px;
}
.about-blk{
    width: 100%;
    display: block;
    margin-top: 30px;
    background-color: #fff;
}
.about-img{
    width: 100%;
    display: block;
}
.about-img img{
    width: 100%;
    height: 315px;
    object-fit: cover;
}
.about-blk-info{
    padding: 40px;
}
.about-blk h4{
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto';
    color: #002051;
    margin: 0px 0px 40px;
}
.about-blk p{
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto';
    color: #002052;
    min-height: 90px;
    margin-bottom: 25px;
}
.read-more{
    display: table;
}
.read-more:hover{
    transform: translate(10px, 0);
}


.our-services{
    width: 100%;
    display: block;
    padding: 100px 0px;
    background-color: #5b9929;
}
.services-wrap{
    width: 100%;
    display: block;
}
.services-wrap h2{
    font-size:42px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 30px;
}
.services-wrap>p{
    font-size: 18px;
    font-weight: normal;
    width: 820px;
    color: #fff;
    text-align: center;
    margin: 0px auto 30px;
}
.services-blk{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.services-img{
    width: 100%;
    display: block;
}
.services-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.services-overlay{
    transition: all 0.4s ease;
    position: absolute;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    bottom: -100%;
    height: 100%;
    background-color: #002051;
}
.services-overlay h4{
    transition: all 0.4s ease;
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0px 0px 30px;
    padding: 20px 10px;
    text-transform: uppercase;
    background-color: #000;
    text-align: center;
}
.services-overlay p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding: 0px 40px;
    text-align: center;
    margin: 0px 0px 20px;
}
.services-overlay a{
    font-size: 18px;
    font-weight: bold;
    color: #ff5e15;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
.services-overlay a:hover{
    color: #fff;
}
.services-blk:hover .services-overlay{
    bottom: 0;
}
.services-blk:hover .services-overlay h4{
    top: 0;
}

.our-support{
    width: 100%;
    display: block;
    padding: 100px 0px;
}
.our-support h2{
    font-size: 42px;
    font-weight: bold;
    color: #002051;
    margin: 0 0 40px;
    text-align: center;
}
.support-item a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
}
.support-item a img{
    width: auto!important;
    max-width: 100%;
}
.our-support .slick-prev,
.our-support .slick-next{
    position: absolute;
    right:-25px;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
    outline: none !important;
}
.our-support .slick-prev:before,
.our-support .slick-next:before {
    width: 50px;
    height: 50px;
    content: "";    
    background:url('../images/left-img.png') 0 0 no-repeat;
    color: #666666;
    font-weight:300;
    background-size: 100% 100%;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size:20px;
    transform: rotate(-180deg);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.our-support .slick-prev {
    left:-25px;
    right:auto;
}
.our-support .slick-prev:before {
    transform: rotate(0deg);
}
.our-support .slick-prev:hover:before,
.our-support .slick-next:hover:before{
   opacity: 0.70;
}
.support-sldier.slick-initialized.slick-slider{
    padding: 30px;
    border: 1px solid #e9eaea;
    box-shadow: 6px 6px 7px rgba(215,218,218,0.75);
}

.our-support .social-media{
    border: 1px solid #e9eaea;
    box-shadow: 6px 21px 7px rgba(215,218,218,0.90);
}

footer{
    padding: 60px 0;
    width: 100%;
    background-color: #354826;
}
.quicklinks h4{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.quicklinks li a{
    padding: 5px 0;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}
.quicklinks li a:hover{
    opacity: 0.70;
}
.pro-links ul{
    display: flex;
    flex-wrap: wrap;
}
.pro-links ul li{
    width: 50%;
}
.foot-leftprt{
    border-right: 1px solid #fff;
}

.social-copyright{
    text-align: right;
}
.social-bx {margin: 0 0 15px;}
.social-bx i{
    font-size: 18px;
    color: #fff;
    margin: 0 10px 0 0;
}
.social-bx i:hover{
    color: #000;
}
.social-bx a:last-child i{margin: 0;}
.social-copyright p{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
}
/* **** End Home Page **** */

/* **** About Page **** */
.breadcrumbs-banner{
    padding: 35px 0;
    width: 100%;
    background-color: #334f83;
}
.breadcrumbs-banner .row{align-items: center;}
.breadcrumbs-banner h2{
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.breadbx ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.breadbx li{
    margin: 0 30px 0 0;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.breadbx li:after{
    position: absolute;
    content: "\f101";
    font-family:"Font Awesome 5 Pro";
    color: #fff;
    font-size: 15px;
    right: -22px;
    top: 0;
}
.breadbx li:last-child{
    margin: 0;
}
.breadbx li:last-child:after{display: none;}
.breadbx li a{color: #fff;}

.about-pg-wrp{
    padding: 60px 0;
    width: 100%;
}
.about-pg-wrp h3{
    font-size: 32px;
    font-weight: bold;
    color: #002051;
    text-transform: uppercase;
    margin: 0 0 35px;
    text-decoration: underline;
}
.about-pg-wrp p{
    font-size: 18px;
    font-weight: 300;
    color: #002051;
    line-height: 28px;
    margin: 0 0 30px;
}

.our-team-wrp {
    padding: 50px 0;
    width: 100%;
    background-color: #f8f8f8;
}
.our-team-wrp h2{
    font-size: 32px;
    font-weight: bold;
    color: #002051;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 0 0 35px;
}
.team-img{
    position: relative;
}
.team-img:before{
    position: absolute;
    content: '';
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.team-block img{
    width: 100%;
}
.team-block h3{
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #002051;
    text-align: center;
    line-height: 32px;
    border-bottom: 2px solid rgba(36,9,57,0.20);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.team-block h3 span{
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #4b4c4d;
}
.team-block:hover .team-img:before{
    opacity:0.37;
}
.team-block:hover h3{
    border-bottom: 2px solid rgba(36,9,57,1);
}
/* **** End About Page **** */

/* **** Contact Page **** */
.contact-wrp{
    padding: 60px 0;
}
.contact-infobx h3,
.contact-form h3{
    font-size: 32px;
    font-weight: bold;
    color: #001647;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.cnt-frm{
    padding: 35px;
    background-color: #ededed;
}
.cnt-frm .form-group{
    margin: 0 0 25px;
}
.cnt-frm .form-group .form-control{
    color: #9b9b9b;
    font-size: 16px;
    font-weight: normal;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
    height: auto;
    padding: 12px 20px;
    resize: none;
}
.cnt-frm button{
    padding: 12px 35px;
    background-color: #334f83;
    color: #fff;
    font-size: 16px;
    display: table;
    font-weight: bold;
    border: none;
    outline: none !important;
}
.cnt-frm button:hover{
    background-color: #000;
    color: #fff;
}
.contact-infobx{
    padding-left: 35px;
}
.contact-infobx li{
    display: flex;
    width: 100%;
    margin: 0 0 45px;
}
.contact-infobx li:last-child{
    margin: 0;
}
.contact-infobx li .cnt-ic{
    width: 40px;
}
.contact-infobx li h4{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #334f83;
    padding-left: 15px;
}
.contact-infobx li h4 span{
    display: block;
    font-weight: bold;
}

.mapbx{
    margin: 60px 0 0;
    height: 500px;
}
/* **** End Contact Page **** */

/* **** Our Clients Page **** */
.our-clint-pg-wrp{
    padding: 60px 0;
}
.client-block{
    margin: 0 0 30px;
    cursor: pointer;
}
.client-img{
    position: relative;
}
.client-img img{
    width: 100%;
}
.client-de{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(91,153,41,0.80);
    opacity: 0;
    visibility: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.client-de p{
    font-size: 18px;
    font-weight:bold;
    color: #fff;
    line-height: 28px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.client-block:hover .client-de{
    opacity: 1;
    visibility: visible;
}
.client-block h3{
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #00184c;
    line-height: 28px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.backstop{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}
.backstop a{display: none;}
.backstop a.show{display: block;}
.backstop i{
    width: 45px;
    height: 45px;
    background-color: #334f83;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.backstop i:hover{
    background-color: #000;
    color: #fff;
}
/* **** End Our Clients Page **** */

/* **** Products Page **** */
.product-wrp{
    padding: 60px 0;
    width: 100%;
    background-color: #e7e6e6;
}
.product-block{
    padding: 45px 25px 25px;
    border: 2px solid #334f83;
    margin: 0 0 50px;
    position: relative;
}
.product-block:last-child{margin: 0;}
.product-block label{
    display: table;
    position: relative;
    padding: 5px 15px;
    min-width: 300px;
    background-color: #334f83;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: -65px 25px 25px;
}
.product-block label:after{
    position: absolute;
    content: '';
    border-top:20px solid transparent;
    border-left: 30px solid #334f83;
    border-bottom:20px solid transparent;
    top: 0;
    right: -30px;
}
.product-row{
    padding: 45px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 20px 18px 21px rgba(188,189,189,0.75);
    margin: 0 0 35px;
}
.product-row:last-child{margin: 0;}
.product-row .row{
    align-items: center;
}
.product-img img{
    width: 100%;
}
.product-dtbx{padding-left: 35px;}
.product-dtbx h3{
    font-size: 20px;
    font-weight: bold;
    color: #334f83;
    margin: 0 0 25px;
}
.product-dtbx p{
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    line-height: 26px;
    margin: 0;
}

.product_subtitle {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto';
    color: #002051;
	line-height:26px;
}

.download_pdf {font-size:15px!important; color:#282828;}
.download_pdf:hover{color:#1f54a3;}

.buynow {font-size:15px!important; color:#1f54a3; margin-top:10px;}
.buynow:hover{color:#282828;}
/* **** End Products Page **** */