*{
    margin: 0;
    padding: 0;
}

body{
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li{
    display: inline-block;
}
div#preloder {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}


div#preloder img {
    transition: transform 1s;
    transform: scaleX(0) scaleY(0);
}
div#preloder img.loaded {
    transform: scaleX(1) scaleY(1);
}

/*header-area*/

.header-area{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 5px 0px;
    transition: .3s;
    /* background: #ffffff82; */
}
.ht-sticky{
    position: fixed;
    /* background-color: #fdfdfdcc; */
    z-index: 99999999;
    transition: .3s;
}
.navbar{
    padding: 0px;
}
.navbar-toggler i{
    color: #fff;
}
.header-area a img{
    width: 74%;
    height: 87px;
}
.header-area ul li{
    padding: 5px 15px;
    position: relative;
}

.header-area ul li:last-child{
    padding-right: 0px;
}
.header-area ul li a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 550;
    text-decoration: none;
    text-transform: uppercase;
}
.header-area ul li ul {
    position: absolute;
    width: 201px;
    background: #014664;
    top: 100%;
    left: 0;
    display: none;
    z-index: 999;
}
.header-area ul li:hover ul{
    display: block;
}
.header-area ul li .small-mega::before {
    height: 20px;
    width: 20px;
    background-color: #fff;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -5px;
}
.header-area ul li .small-mega ul{
    background-color: #20563f;
    width: 30%;
}
.header-area ul li .small-mega ul li{
    color: #fff;
    padding: 10px;
    cursor: pointer;
    display: block;
    position: static;
    font-weight: 300;
}
.header-area ul li .small-mega ul li .mega-conetnt {
    position: absolute;
    left: 30%;
    top: 0;
    background-color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: scale(0);
}
.header-area ul li .small-mega ul li .mega-conetnt p{
    color: #222;
    font-size: 15px;
    padding: 0px 10px;
}
.header-area ul li .small-mega ul li.active .mega-conetnt{
    transform: scale(1);
}
.header-area ul li .small-mega ul li:hover {
    background-color: #043521;
}
.header-area ul li .small-mega ul li:hover .mega-conetnt{
    transform: scale(1);
}

/*header-area*/

/*slider-area*/
.slider-section{
    background-color: #ccc;
    position: relative;
    z-index: 0;
}
.slider-section:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 9;
}
.single-slider {
    position: relative;
}
.single-slider img{
    width: 100%;
    height: 100vh !important;
}
.nivo-main-image {
    height: 100vh !important;
}
.slider-content{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-content h1 {
    color: #fff;
    font-size: 45px;
    margin: 0px;
    padding: 0px 50px;
    text-align: center;
}
.slider-section .owl-dots{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
}
.slider-section .owl-dot{
    height: 10px;
    width: 10px;
    background-color: #fff !important;
    border-radius: 50%;
    margin: 15px 0px;
    display: block;
}
.slider-section .owl-dot.active{
    background-color: #D11820 !important;
}

.theme-default .nivo-controlNav a{
    height: 10px !important;
    width: 10px !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    margin: 10px 8px !important;
}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
    position: absolute !important;
    right: 35px !important;
    top: 37% !important;
    height: 100% !important;
    z-index: 99 !important;

}
.theme-default .nivoSlider{
    margin-bottom: 0px !important;
}

.nivo-control {
    display: flex !important;
}
.theme-default .nivo-controlNav a.nivo-control.active{

    background-color: #D11820 !important;
}
/*slider-area*/


/*overview-section*/


.overview-left{
    background-color: #014461;
    height: 610px;
    padding: 60px;
}
.overview-left h2{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}
.overview-left img {
    position: absolute;
    /* width: 100%; */
    /* height: 458px; */
    left: -66%;
    top: 0;
}
.overview-left p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;

}
.overview-left a{
    color: #637381;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.overview-left a:before{
    background-color: #fff;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: skewX(-20deg);
    transition: .3s all ease;
}
.overview-left a:hover:before{

    transform: skewX(0deg);
}
.overview-right img{
    height: 610px;
}

/*overview-section*/


/*services-section*/

.tabs-contents{
    position: relative;
}
.tabs-contents img{
    width: 100%;
    height: 650px;
}
.tabs-contents p{
    background-color: #014461;
    padding: 50px;
    position: absolute;
    width: 50%;
    color: #fff;
    font-weight: 300;
    bottom: 0;
    margin: 0;
    right: 50px;
    z-index: 9999;
}
.services-section {
    position: relative;
}
.services-button {
    background: rgb(1 68 97 / 91%);
    position: absolute;
    height: 100%;
    width: 365px;
    z-index: 999;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    left: 20%;
}
.services-button ul li{
    width: 100% !important;
    border-radius: 0px !important;
    border: 0px solid !important;
}
.services-button ul li a{
    width: 100% !important;
    border-radius: 0px !important;
    border: 0px solid !important;
}
.services-button ul li a.active{
    background-color: transparent !important;
    border-radius: 0px !important;
    border-left: 2px solid #D11820 !important;
}
.services-button ul li a{
    color: #f9f9f9 !important;
}
.services-button h3{
    color: #D11820;
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 25px;
}
.services-button ul{
    border-bottom: 0px solid;
    border-left: 1px solid #ddd;
}

/*services-section*/


/*mission-vission-section*/

.mission-vission-section{
    background-color: #fff;
}
.section-padding{
    padding: 60px 0px;
}

.mission h2{
    color: #212b36;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.mission h2:before{
    position: absolute;
    content: "";
    background-color: #5eabdc;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
}
.mission h3{
    color: #D11820;
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0px;
}
.mission b{
    font-size: 20px;
    color: #0553a0;
    line-height: 9px;
}
.mission p{
    color: #637381;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
    font-weight: 400;
}
.conter-online span{
    color: #000;
    font-weight: 700;
    font-size: 38px;
}
.single-counter {
    margin: 15px 0px;
}
.single-counter p{
    margin-top: 5px;
    margin-bottom: 0px;
}
.mission .row .col-md-4 .single-counter{
    border-right: 1px solid #637381;
}
.mission .row .col-md-4:last-child .single-counter{
    border-right: 0px solid;
}
.message-item {
    height: 600px;
    padding: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.message-item h3{
    color: #037ac1;
    font-size: 24px;
    font-weight: 600;
    margin-top: 60px;
}
.message-item h2{
    color: #212b36;
    font-size: 42px;
    font-weight: 600;
}
.message-item p{
    color: #637381;
    font-size: 14px;
    line-height: 30px;
}
.message img{
    /* height: 600px; */
}

/*mission-vission-section*/

/*overfooter-section*/


.overfooter-section{
    background-color: #026b98;
}
.small-padding{
    padding: 30px 0px;
}
.single-overfooter{
    /* border-right: 1px solid #666565; */
}
.single-overfooter h3{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.single-overfooter p {
    color: #fff;
}
.single-overfooter ul li{
    display: block;
    padding: 10px 0px;
    color: #afafaf;
    font-size: 13px;
}
.single-overfooter ul li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    display: block;
    line-height: 6px;
}
.socialm li{
    display: inline-block!important;
    border: 1px solid #fff;
    padding: 10px 10px !important;
    width: 37px;
    border-radius: 36px;
}
.overfooter-section .row .col-md-4 .single-overfooter{
    border-right: 0px solid;
}

/*overfooter-section*/


/*footer-area*/

.footer-area{
    background-color: #023146;
    padding: 20px 0px;
}
.footer ul li a{
    text-decoration: none;
    padding: 4px;
}
.footer ul li a i{
    color: #fff;
}
.footer ul li a:hover i{
    color: #D11820;
}
.footer p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}
.footer p a{
    color: #D11820;
    text-decoration: none;
    font-weight: 600;
}

/*footer-area*/


/*contact-us-css*/
.bannar-section{
    position: relative;
}
.bannar-section img{
    width: 100%;
    height: 100vh;
}
.bannar-content{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.bannar-content h1{
    color: #fff;
    font-weight: 700;
    font-size: 38px;
}
.bannar-content h3{
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
}
.contact-form-section{
    background-color: #fff;
}
.contact-form-section input[type="text"],
.contact-form-section input[type="email"]{
    height: 70px;
    border: 0px solid;
    background-color: #F6F7F9;
    color: #898F96;
    font-size: 15px;
    border-top: 1px solid #ddd;
    margin-bottom: 25px;
}
.contact-form-section textarea{
    height: 200px;
    border: 0px solid;
    background-color: #F6F7F9;
    color: #898F96;
    font-size: 15px;
    border-top: 1px solid #ddd;
    margin-bottom: 25px;
}

.contact-form-section button{
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    z-index: 1;
    border: 0px solid;
    background-color: transparent;
    cursor: pointer;
}
.contact-form-section button.fsubmit:before{
    background-color: #D11820;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: skewX(-20deg);
    transition: .3s all ease;
}
.contact-form-section button.fsubmit:hover:before{

    transform: skewX(0deg);
}
.career-img-section img{
    width: 100%;
    height: 580px;
}

/*contact-us-css*/


/*news-page-css*/

.news-section{
    background-color: #fff;
}
.single-news{
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    margin: 15px 0px;
    transition: .3s;
}
.single-news:hover{
    margin-top: -5px;
}
.single-news a{
    text-decoration: none;
}
.single-news a img{
    width: 100%;
    height: 205px;
}
.single-news a span {
    background-color: #D11820;
    color: #fff;
    display: inline-block;
    padding: 10px;
    font-size: 13px;
    position: absolute;
    right: 25px;
    top: 181px;
}
.single-news a h4{
    color: #637381;
    font-size: 14px;
    padding: 15px 10px;
    margin: 0px;
}
.single-news a h3{
    color: #212b36;
    font-size: 22px;
    font-weight: 600;
    padding: 5px 10px;
    margin: 0;
}
.single-news a p{
    color: #637381;
    font-size: 13px;
    margin-bottom: 0px;
    padding: 0px 10px;
    padding-bottom: 20px;
}

.news-details-area{
    background-color: #fff;
}

.news-details h2{
    color: #D1185D;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
}
.news-details p{
    color: #637381;
    font-size: 14px;
    line-height: 26px;
}

.news-details img{
    float: right;
    width: 550px;
}

/*news-page-css*/

/*csr-page-css*/
.csr-details-section{
    padding-bottom: 60px;
}
.csrimg img{
    width: 100%;
}
.csrcontent{
    padding: 50px;
}

.csr-bg-images img{
    height: 600px;
}
.csr-slide .owl-dots{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 20px;
}
.csr-slide .owl-dot{
    height: 10px;
    width: 10px;
    background-color: #7D6A4C !important;
    border-radius: 50%;
    margin: 3px;
}
.csr-slide .owl-dot.active{
    background-color: #D11820 !important;
}
.care-title{
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.care-title h2{
    color: #2E2E2E;
    font-weight: 600;
    font-size: 35px;
}
.care-content{
    background-color: #2E2E2E;
    padding: 30px;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.care-content p {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    margin: 0px;
}

/*csr-page-css*/

/*magement-page-css*/

.managementdetails{
    height: auto;
}

.bottom-bar{
    background-color: #1C1B1B;
}
.bottom-bar a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.bottom-bar a:hover{
    color: #D11820;
}
.historyimg img{
    width: 100%;
}
.historytitle h1{
    color: #D3D3D3;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 30px;
}
.history-box {
    background-color: #D11820;
    position: absolute;
    width: 540px;
    z-index: 99;
    padding: 70px 30px;
}
.history-box h3{
    color: #fff;
    font-weight: 600;
    font-size: 38px;
}

.history-box p{
    color: #fff;
    font-size: 17px;
    margin-bottom: 0px;
}
.history-box1{
    right: 0;
}

.bottom-bar h2{
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    margin: 0;
}
.aboutus h2{
    position: relative;
    padding-bottom: 15px;
}
.aboutus h2::before {
    position: absolute;
    content: "";
    background-color: #D11820;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
}

.promise-section{
    background-image: url(../../asset/images/AR3_1414.2e16d0ba.fill-1920x1280-c100.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 0px;
}
.promise-contents{
    background-color: #fff;
    padding: 80px 70px;
}
.promise-contents h2{
    color: #D11820;
    font-size: 28px;
    font-weight: 600;
}
.promise-contents p{
    color: #637381;
    font-size: 14px;
    margin: 0px;
    line-height: 26px;
}
.counter-title h2{
    color: #D11820;
    font-size: 38px;
    font-weight: 600;
    margin: 0;
}
.overview-section .row .col-md-3 .single-counter{
    border-right: 1px solid #ddd;
}


/*magement-page-css*/
.product-siter-area{
    padding: 60px 0;
}
.product-title h3{
    font-size: 32px;
    padding-bottom:20px;
}
.single-product{
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.stcategory{
    border: 1px solid #ddd;
}
.stcategory ul{
    margin: 0;
    padding: 0;
}
.stcategory ul li{
    display: block;
}
.stcategory ul li a{
    text-decoration: none;
    display: block;
    padding: 14px;
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    color: #fff;
    background: #148cc0;
}
.stcategory ul li:last-child a{
    border-bottom: 0px solid;
}
.ourclient{
    background: url("../../images/about/our-client.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 595px;
    width: 100%;
}


.logo-slider {
    background: #fff;
    padding: 40px 0;
    height: 220px;
    width: 100%;
    background: #00608d;
}
.logo-slider img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    /*filter: grayscale(100%);*/
    transition: all 0.3s ease;
}
.logo-slider img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}
.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
