@charset "utf-8";

/*	--------------------------------------------------
Font Setup
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Montserrat', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'League Spartan', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');


@font-face {
font-family: "gotham-medium";
src: url('../fonts/gotham/GothamMedium.ttf');
}

@font-face {
    font-family: "verdana";
    src: url('../fonts/verdana-font-family/verdana.ttf');
    }
    

@font-face {
    font-family: "verdana-bold";
    src: url('../fonts/verdana-font-family/verdana-bold.ttf');
    }
  
    

@font-face {
    font-family: "SQR721B";
    src: url('../fonts/main-font/8d9dc3202c5acb78a56c5571abc3e278.ttf');
    }


@font-face {
    font-family: "SQR721B-bold";
    src: url('../fonts/main-font/square_721_bold_extended_bt.ttf');
    }

/*	--------------------------------------------------
Generic CSS Setup
-------------------------------------------------- */
html {
width: 100%;
height: 100%;
background: #fcfcfc;
}
body {
width: 100%;
height: 100%;
background-attachment: fixed;
padding: 0 0 0 0px;
margin: 0 0 0 0px;
font-family: 'Segoe UI', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
box-sizing: border-box;
color: #726d7b;
background: none !important;
}
h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, fieldset{
font-family: 'Segoe UI', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
color: #726d7b;
margin: 0 0 0 0px;
padding: 0 0 0 0px;
border: none;
}

a{
text-decoration: none !important;
}


*{
outline: none;
}


body{
margin:0px;
padding: 0px;
box-sizing: border-box;
}

/* section cut padding */

.padd_101{
    padding: 100px 0px;
}
.padd_t_101{
    padding-top: 100px;
}
.padd_b_101{
    padding-bottom: 100px;
}




/* header --------------------------------------- */

.header-top{
    background: #484554;
    padding: 10px 0px;
    position: relative;
}
.header-top::before{
    content: '';
    position: absolute;
    clip-path: polygon(0 0, 93% 0%, 100% 100%, 0% 100%);
    width: 26%;
    height: 100%;
    left: 0;
    top: 0;
    background: #b01016;
}

.header-top .container{
    position: relative;
    z-index: 5;
}

.row-flex{
    display: flex;
    align-items: center;
}

.flex-right{
    width: 28%;
}


.flex-right p{
    color: #fff;
    font-family: 'League Spartan';
    font-weight: 600;
}

.flex-left{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 100px;
}

.flex-left ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: center;
}
.flex-left ul li{
    margin-right:35px;
}

.flex-left ul li a{
    display: flex;
    align-items: center;
    color: #fff;
}

.flex-left ul li a p{
    color: #fff;
    margin-left: 10px;
}

header{
    /* position: fixed; */
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    /* padding: 20px 0px; */
    transition: .3s ease;
    border-bottom: 1px solid #ffffff1f;
}
.header_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_flex{
    display: flex;
    align-items: center;
}

.logo img{
    width:207px;
    border-radius: 6px;
}

.main_nav_menu{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-left: 50px;
} 
.list_nav_menu{
    padding: 25px 0px;
    padding-left: 50px;
}
.list_nav_a{
    font-family: 'League Spartan';
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 0px;
    position: relative;
    font-weight: 600;
}

.list_nav_a:hover{
    color: #b01016;
}



.list_nav_a::before{
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: #fff;
    transition: .3s ease-in-out;
}
.list_nav_a:hover::before{
    width: 100%;
    right: unset;
    left: 0;
}
.chat_box{
    display: flex;
    align-items: center;
    background: #b01016;
    padding: 13px 23px;
    border-radius: 8px;
    font-family: 'Rubik';
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.chat_box label{
    margin: 0px;
    line-height: 0px;
}
.chat_box label svg{
    width: 34px;
    fill: #fff;
}

.chat_side{
    margin-left: 10px;
}

.chat_side span{
    font-family: 'Barlow-Regular';
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
}

.chat_side p{
    font-family: 'Barlow-Medium';
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}

/* home banner ---------------------------------- */

.banner-container{
    position: relative;
}

.bg-relative{
    position: relative;
    width: 100%;
    height: 90vh;
    background-position: center;
    background-size: cover;
}

.bg-relative::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .7;
    top: 0;
    left: 0;
    box-sizing: border-box;
    mix-blend-mode: multiply;
    background: #000000;
    z-index: 0;;
}

.bg-slider-01{
    background-image: url('../images/home/slider/main-slider-1-1.jpg');
}
.bg-slider-02{
    background-image: url('../images/home/slider/main-slider-1-1.jpg');
}

.banner-caption-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: flex;
    align-items: center;
}

.banner-c{
    max-width: 800px;
    margin-top: 20px;
}

.banner-c h3{
    /* font-family: 'League Spartan', sans-serif; */
    font-family: "SQR721B-bold";
    color: #fff;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 700;
    /* text-transform: uppercase;
    text-shadow: rgb(175 17 22) 4px 2px 0px; */
    margin-bottom: 20px;
}

.banner-c p{
    color: #fff;
    font-family: 'League Spartan';
    font-size: 17px;
    max-width: 500px;
}

.banner-c a{
    background: #b01016;
    color: #fff;
    padding: 15px 43px;
    display: block;
    max-width: fit-content;
    margin-top: 30px;
    font-family: 'SQR721B-bold';
    border-radius: 4px;
}

/* ----- ends ----- */


/* services slider -------------------------------- */

.servicde-slid-container{
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
    border: 1px solid #00000014;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.service-sld-img{
    background-color: #000;
    position: relative;
    transition: .3s ease;
}
.service-sld-img img{
    width: 100%;
    opacity: .4;
    transition: .3s ease;
}

.service-sld-img:hover>img{
    opacity: 1;
}

.slider-service-name{
    padding: 18px 27px;
    font-size: 15px;
    color: #fff;
    font-family: 'SQR721B-bold';
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    /* background: #b01016; */
    /* border-radius: 100px; */
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    /* max-width: fit-content; */
    /* border-bottom: 2px solid #b01016; */
    /* background: linear-gradient(266deg, rgb(179 28 35 / 13%) 22%, rgb(179 28 35) 100%); */
    /* padding-left: 45px; */
    transform: translate(-50%, -50%);
    width: 70%;
    border-top: 1px solid #ffffff8a;
    border-bottom: 1px solid #ffffff8a;
}
.services-header{
    margin-bottom: 60px;
    text-align: center;
}

.services-header span{
    text-align: center;
    color: #000000;
    font-size: 36px;
    /* font-family: 'League Spartan'; */
    font-family: 'SQR721B';
    font-weight: 300;
    /* font-size: 4rem; */
    /* text-transform: uppercase; */
    font-family: 'SQR721B-bold';
}

.services-header h3{
    text-align: center;
    font-size: 2.5rem;
    font-family: 'SQR721B-bold';
    /* text-transform: uppercase; */
    font-weight: 500;
    color: #000;
}

.under-line{
    width: 119px;
    height: 4px;
    background-color: #b01016;
    margin: auto;
    position: relative;
    border-radius: 100px;
}

.under-line::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #fff;
    top: 0;
    right: 30px;
}

/* ------ ends ------ */


/* about sectoin ----------------------------------- */

.abt-us-bg{
    /* background: #2d3190; */
    background: #484554;
}

.container-xl{
    width: 100%;
    margin: auto;
}

.row{
    width: 100%;
    margin: auto;
}

.padding_col_none{
    padding-left: 0px;
}
.about_us_img{
    height: 100%;
}
.about_us_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pd-abt{
    padding: 100px 50px;
}

/* .about_us_panel{
padding-left:50px;
} */

.about_us_panel span{
    font-family: 'SQR721B';
    color: #fdeff0;
    display: block;
    margin-bottom: 19px;
    font-size: 12px;
    }

.about_us_panel h2{
    font-family: 'SQR721B-bold';
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
}

/* .about_us_panel h3{
    font-family: roboto;
    margin-bottom: 25px;
    font-size: 17px;
    color: #ffffff;
    line-height: 29px;
    text-align: justify;
} */

.about_us_panel p{
    font-family: 'Rubik', sans-serif;
    margin-bottom: 25px;
    font-size: 17px;
    color: #ffffff;
    line-height: 29px;
    text-align: justify;
    line-height: 26px;
}

.history{
    background: #ffffff12;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;   
}

.history h3{
    width: 20%;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 21px;
}

.history p{
    width: 74%;
    margin: 0px;
}

.abt-a{
    max-width: fit-content;
    margin-top: 21px;
    background: #b01016;
    color: #fff;
    padding: 12px 35px;
    border-radius: 8px;
    font-family: 'League Spartan';
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding-top: 16px;
}

.abt-a svg{
    width: 33px;
    fill: #fff;
    margin-left: 9px;
    position: relative;
    top: -2px;
}

/* why us ------------------------------ */
.padd_100{
    padding-top: 100px;
    padding-bottom: 40px;
}

.why-i img{
 width: 100%;
}
.why-us-p {
    padding-left: 50px;
}
.why-us-p span{
    color: #b01016;
    font-family: 'SQR721B';
    display: block;
    margin-bottom: 19px;
    font-size: 12px;
    text-transform: uppercase;
}

.why-us-p h3{
    font-size: 2rem;
    border-bottom: 2px solid #ba1016;
    padding-bottom: 20px;
    margin-bottom: 30px;
    max-width: fit-content;
    font-family: 'SQR721B-bold';
    font-weight: 600;
    color: #000;
    line-height: 1.2;
}

.why-us-p p{
    font-family: 'Rubik';
    text-align: justify;
    margin-bottom: 10px;
}
/* call section --------------------------*/
.call_section{
    background-image: url('../images/home/about_us/float-banner.jpg');
    width: 100%;
    padding: 250px 0px;
    padding-bottom: 100px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

.call_section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: .7;
}

.row-center{
    justify-content: center;
}

.svg-wave{
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    z-index: 5;
    transform: rotate(180deg); 
}

.svg-wave svg{
    fill: #fff;
}

.row_relative{
    position: relative;
    z-index: 5;
}


.sub_title h3{
    color: #fff;
    font-family: 'SQR721B-bold';
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
}

.sub_title a{
    background: #b01016;
    color: #fff;
    font-size: 21px;
    padding: 15px 37px;
    display: block;
    max-width: fit-content;
    margin: auto;
    margin-top: 30px;
    border-radius: 5px;
}
.sub_title a i{
    margin-right: 10px;
}
/* services offer ------------------------------------*/
.services_icon{
    position: relative;
    max-width: fit-content;
    overflow: hidden;
}


/* .services_icon::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: -13px;
    background: #1920862e;
    border-radius: 68% 50% 30% 50%;
} */
.services_icon img{
    width: 100%;
    position: relative;
    z-index: 4;
    transition: .3s ease;
}

.top_box:hover .services_icon img{
    transform: scale(1.1);
}


.services_details h3{
    font-family: 'Barlow-Regular';
    font-size: 25px;
    color: #000;
    line-height: 1;
    margin-bottom: 20px;
}

.services_details p{
    font-family: 'Rubik';
    font-size: 16px;
    border-bottom: 1px solid #c96768;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #333;
}

.services_details h4{
    font-family: 'Rubik';
    font-weight: 600;
    color: #333;
}

.services_details ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 9px;
}
.services_details ul li{
    margin-bottom: 10px;
    font-family: 'Rubik';
    color: #333;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.services_details ul li::before{
    font-family: FontAwesome;
    content: '\f00c';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 3px;
    background: #b01016;
    color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
    padding-top: 2px;
}
.link_to_service{
    padding:20px;
    padding-top: 0px;
}
.link_to_service a{
    display: flex;
    align-items: center;
    color: #333;
    font-family: 'Rubik';
    font-weight: 500;
    transition: .3s ease;
}

.link_to_service a:hover{
    color: #b01016;
}

.link_to_service svg{
    width: 18px;
    fill: #726d7b;
    margin-left: 6px;
    position: relative;
    top: 1px;
    transition: .3s ease;
}

.link_to_service a:hover>svg{
    fill: #b01016;
}

.bg-ff{
    background: #f2f2f2;
}

.services_box{
    background: #ffffff;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services_header{
    margin-bottom: 40px;
}
.services_header span{
    font-family: 'Barlow-Regular';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: 2px solid #262d8e;
    color: #b4b4b4;
}

.services_header h3{
    font-size: 36px;
    line-height: 60px;
    font-weight: 500;
    font-family: 'SQR721B-bold';
    color: #000;
    text-align: center;
}

.services_details{
    padding: 20px;
}

.top_box{
    position: relative;
}

.srv-name{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
}

.srv-name h3{
    color: #fff;
    background: #b01016;
    border-radius: 100px;
    padding: 3px 21px;
    font-family: 'Rubik';
}

/* footer ------------------------------------------------ */
footer{
    background-color: #04000B;
    /* background-image: url('../images/footer-bg-1-1.png'); */
}
.footer_container{
    background-color: #04000B;
    /* background-image: url('../images/footer-bg-1-1.png'); */
    padding-top: 100px;
}
.footer_header h3{
    color: #fff;
    font-family: 'Rubik';
    /* text-transform: uppercase; */
    font-size: 18px;
    margin-bottom: 20px;
}

.footer_contianer_top{
    padding: 30px 0px;
}

.footer-Logo{
    display: flex;
    align-items: center;
}

.footer-Logo img{
    width: 190px;
}

.footer-Logo h3{
    font-family: 'Barlow-Medium';
    font-size: 26px;
    margin-left: 50px;
    color: #fff;
    text-transform: uppercase;
}

.social_lists{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.social_lists a{
    color: #fff;
    font-size: 17px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100px;
}

.social_lists a:nth-child(1){background-color: #5c7ec5;}
.social_lists a:nth-child(2){background-color: #00acee;}
.social_lists a:nth-child(3){  background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.social_lists a:nth-child(4){background-color: #0e76a8;}

.footer_cotent ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer_cotent p{
    font-family: 'Rubik';
    color: #dfdfdf;
    font-size: 14px;
}

.footer_cotent ul li a{
    padding: 8px 0px;
    display: block;
    font-family: 'Rubik';
    color: #dfdfdf;
    font-size: 14px;
    transition: .3s ease;
}

.footer_cotent ul li a:hover{
    color: #fff;
}

.location_panel{
    background: #04000b;
    padding: 19px;
    border-radius: 16px;
    border: 1px solid #5c5b5b;
}

.location_panel h5{
    font-family: 'Rubik';
    color: #dfdfdf;
    font-size: 14px;
}

.lo_map{
    width: 100%;
    height: 150px;

}
.lo_map iframe{
    width: 100%;
    height: 100%;
}

.pd_30{
    padding-left: 30px;
}

.flex-cntr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgb(255 255 255 / 18%);
    margin-top: 70px;
    padding: 30px 20px;
}
.webgbl-logo{
    width: 80px;
}

.list-trmp-icon ul{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0px;
}
.footer-header h3{
    color: #9791a2;
}
.list-trmp-icon ul li a{
    padding: 0px 8px;
    display: block;
    color: #9791a2;
  font-family: 'Rubik';
    transition: .3s ease;   
}


.contact_details{
    border-top: 1px solid #ffffff59;
    margin-top: 20px;
    padding-top: 20px;
}

.contact_num-index{
    display: flex;
    margin-top: 15px;
}

.contact_num-index label{
    color: #fff;
    display: block;
    margin-right: 17px;
    margin-bottom: 0px;
}

.contact_num-index div{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.contact_num-index div span{
    padding: 0px 10px;
}
.contact_num-index div a{
    font-family: 'Rubik';
    color: #dfdfdf;
    font-size: 14px;
}
.email_index{
    display: flex;
    margin-top: 15px;
}
.email_index label{
    color: #fff;
    display: block;
    margin-right: 17px;
    margin-bottom: 0px;
}

.email_index a{
    font-family: 'Rubik';
    color: #dfdfdf;
    font-size: 14px;
}

.contact_num{
    display: flex;
    background: #b01016;
    padding: 10px;
    border-radius: 10px;
}

.contact_num label{
    color: #fff;
    display: block;
    margin-right: 17px;
    margin-bottom: 0px;
}

.contact_num div{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.contact_num div span{
    padding: 0px 10px;
}
.contact_num div a{
    font-family: 'Rubik';
    color: #9791a2;
}

.email_n{
    display: flex;
    margin-top: 15px;
    align-items: center;
}

.email_n label{
    color: #fff;
    display: block;
    margin: 0px;
    line-height: 0px;
    margin-right: 17px;
}

.email_n a{
    font-family: 'Rubik';
    color: #9791a2;
    
    font-size: 20px;

}



/* about us inner page ====================================== */
.bg_abt{
    background-image: url('../images/home/slider/main-slider-1-1.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
}

.col-bg{
    background-color: #fff;
}
.padd_bt{
 padding-bottom: 50px;
}
.padd_tp{
padding-top: 50px;
}


/* services inner page -----------------------*/
.height_b .container{
    position: relative;
}

.inner_page_banner {

    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    position: relative;
}

.aboutus{
    background-image: url(../images/home/about_us/inner-banner.jpg);
}

.inner_page_banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .7;
    top: 0;
    left: 0;
}

.inner_banner_title span{
    background: #ffffff29;
    color: #fff;
    padding: 5px 20px;
    border-radius: 100px;
}

.container-rl{
    position: relative;
    padding-bottom: 100px;
    background-color: #fff;
}

.ps-rel{
    position: relative;
    z-index: 9;
}

.hstry{
    background-image: url('../images/home/about_us/history.png');
    background-position: center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-top: -150px;
    position: relative;
}

.hstry::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(30,35,159);
    background: linear-gradient(238deg, rgba(30,35,159,1) 0%, rgba(176,16,22,1) 100%);
    opacity: .9;
}

.hstry .container{
    position: relative;
    z-index: 9;
}

.history-box{
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.history-box h3{
    font-size: 3rem;
    color: #fff;
    font-family: 'League Spartan';
}

.history-box h4{
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

.history-box p{
    color: #fff;
    font-family: 'Rubik';
}


.inner_banner_title span a{
    color: #ffffff;
    font-family: 'Rubik';
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
}
.inner_banner_title h1{
    font-size: 4rem;
    color: #fff;
    font-family: 'Rubik';
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: rgb(175 17 22) 4px 2px 0px;
}

.other_services_section{
    padding: 50px 30px;
    background: #22288b1a;
    border-radius: 10px;
}

.other_services_section ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.other_services_section ul li a{
    color: #726d7b;
    display: block;
    padding: 14px 0px;
  font-family: 'Rubik';
    font-size: 19px;
}

.service_banner {
    margin-bottom: 30px;
}
.service_banner img{
    width: 100%;
    border-radius: 10px;
    mix-blend-mode: luminosity;
}

.service_details h3{
    font-family: 'Barlow-Medium';
    font-size: 38px;
    color: #000;
    margin-bottom: 20px;
}

.service_details p{
    font-family: 'Rubik';
    margin-bottom: 20px;
    font-size: 20px;
}

/* services inner -------------------------------------------- */

.col-srv{
    padding: 10px;
}

.box-wrp{
    /* background: #b01016; */
}

.slider-service-name-inner {
    padding: 12px 27px;
    font-size: 15px;
    color: #ffffff;
    font-family: roboto;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
    /* background: #b01016; */
    /* border-radius: 100px; */
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    /* max-width: fit-content; */
    /* border-bottom: 2px solid #b01016; */
    background: rgb(217,225,235);
    background: linear-gradient(266deg, rgb(179 28 35) 22%, rgba(217,225,235,0) 100%);
}


/* ends */

/* infrastructure --------------------------------------------- */

.inf-img{
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    /* border-radius: 10px; */
    border-left: 10px solid #af1116;
    border-bottom: 10px solid #af1116;
}
.inf-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inf-ab{
    padding-left: 50px;
}

    .inf-ab h3{
        font-size: 26px;
        font-family: 'Rubik';
        color: #333;
        font-weight: 500;
        border-bottom: 1px solid #af1116;
        max-width: fit-content;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .inf-ab h4{
        font-family: 'Rubik';
    font-size: 20px;
    font-weight: 500;
    color: #333;
    }

    .inf-ab p{
        font-family: 'Rubik';
        margin-bottom: 20px;
        color: #333;
    }

    .inf-ab ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        margin-top: 9px;
    }

    .inf-ab ul li{
        margin-bottom: 10px;
        font-family: 'Rubik';
        color: #333;
        font-size: 15px;
        position: relative;
        padding-left: 25px;
    }

    .inf-ab ul li::before {
        font-family: FontAwesome;
        content: '\f00c';
        position: absolute;
        width: 15px;
        height: 15px;
        left: 0;
        top: 3px;
        background: #b01016;
        color: #fff;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 7px;
        padding-top: 2px;
    }
/* ends--------------- */

/* contact us page -------------------------------------------- */
.contact_box{
    background: #f2f3f8;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}
.icon_contact{
    text-align: center;
}
.icon_contact{
    width: 100px;
    background-color: #181f85;
    width: 100px;
    height: 100px;
    border-radius: 200px;
    padding: 25px;
    margin: auto;
}
.icon_contact img{
width: 100%;
}
.contact_dd_container{
    text-align: center;
    margin-top: 20px;
}
.contact_dd_container span{
    display: block;
    text-align: center;
    font-family: 'Barlow-Regular';
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 12px;
}

.contact_dd_container a{
  font-family: 'Rubik';
    color: #000;
    display: block;
    font-size: 18px;
}

.contact_dd_container p{
  font-family: 'Rubik';
    color: #000;
    display: block;
    font-size: 18px;
}
.map{
    width: 100%;
    height: 500px;
}

.map iframe{
    width: 100%;
    height: 100%;
}

.drp-down{
    position: relative;

}

.drp_nav{
    position: absolute;
    width: 240px;
    background-color: #fff;
    /* margin-left: 50px; */
    /* padding: 20px; */
    /* border-radius: 0px 0px 10px 10px; */
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: .6s ease;
    box-shadow: 0px 0px 65px 0px rgb(0 0 0 / 10%);
    z-index: 20;
}

.drp-down:hover>.drp_nav{
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.drp_nav ul{
    list-style: none;
    padding:0px;
    margin: 0px;
}

.drp_nav ul li a{
    display: block;
    padding: 11px 18px;
    font-family: 'Rubik';
    font-size: 14px;
    color: #000;
    /* letter-spacing: 1px; */
    transition: .3s ease;
    text-transform: uppercase;
    position: relative;
}

.drp_nav ul li a::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    top: 17px;
    right: 24px;
}

.drp_nav ul li a:hover{
    background-color: #181f85;
    color: #ffff;
}

/* ham */
.ham{
    display: none;
}

/* mobile navigaoin */
.mobile_nav{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
 pointer-events: none;
}

.nav-mb-wrp{
    width: 300px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 20px;
    transform: translateX(-2000px);
    opacity: 0;

}


.mb_nav_container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.bg_overlay{
    position: absolute;
    width: 0px;
    height: 100%;
    background: #0000006b;
    z-index: -1;
}

.close_call{
    position: absolute;
    right: 0px;
    top: 18px;
    width: 40px;
    height: 40px;
    /* background: #fff; */
    border-radius: 50px;
    background: #353739;
    padding: 11px;
}
.close_call svg{
    fill: #ffffff;
}
.social_links_container a{
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
}

.mobi_logo{
    border-bottom: 1px solid #0000001a;
}

.mobi_logo img{
    width: 221px;
}

.main-mb-links{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.main-mb-links li a{
    color: #fff;
    color: #000;
    font-family: 'Rubik';
    text-transform: uppercase;
    font-size: 18px;
    padding: 17px 0px;
    display: block;
    font-weight: 500;
    position: relative;
}

.main-mb-links li a::before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    top: 25px;
    right: 15px;
}

.inner-mb-links{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.left_close_arrow{
    width: 40px;
}

.left_close_arrow svg{
    width: 100%;
    fill: rgb(192, 192, 192);
}
.inner-mb-links li a{
    position: relative;
    color: #000;
    font-family: 'Rubik';
    text-transform: uppercase;
    font-size: 18px;
    padding: 17px 0px;
    display: block;
    font-weight: 500;
}


.header-bg-overlay{
    background: #070c69;
    transition: .3s ease;
}

.mobile_navigation{
    display: flex;
    align-items: center;
    width: 1000px;
}
/* media query =================================================== */

@media (max-width: 1200px){
    .pd-abt {
        padding: 100px 20px;
    }
}

@media (max-width: 991px){
    .header-top::before{
        width: 20%;
    }
    .flex-left{
        padding-left: 10px;
    }
    .bg_abt{
        background: #fff;
    }
    .contact_col{
        margin-bottom: 25px;
    }
    header{
        padding: 20px 0px;
    }
    .icon_contact{
        width: 150px;
        height: 150px;
        padding: 33px;
    }
.navigation_lists{
 display: none;
}
.chat_flex_box{
    display: flex;
    align-items: center;
}
.chat_box{
    border-right: 1px solid #fff;
    padding-right: 30px;
}
.ham{
    width: 55px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    padding: 4px 11px;
    background: #b01016;
    border-radius: 8px;
}

.hame_line{
    display: block;
    width: 100%;
}

.hame_line span{
    width: 100%;
    height: 3px;
    background-color: #fff;
    display: block;
}

.hame_line span:nth-child(2){
    margin: 8px 0px;
}
.col-service-box-01{
    padding: 20px;
}
.footer-Logo h3{
    font-size: 19px;
}
.social_lists a{
    font-size: 16px;
}
.pd_30{
    padding-left: 0px;
}
.col-tp{
    margin-top: 30px;
}

.row_reverse{
    flex-direction: column-reverse;
}
}


@media (max-width: 830px){
    .flex-right{
        display: none;
    }
    .header-top::before{
        display: none;
    }
    .social_lists a {
        font-size: 12px;
        width: 25px;
        height: 25px;
    }
    .flex-left ul li a{
        font-size: 13px; 
    }
    .flex-left ul li a p {
        color: #fff;
        margin-left: 7px;
        font-size: 13px;
    }
}


@media (max-width: 816px){
    .flex-cntr{
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-header h3{
        text-align: center;
    }
    .list-trmp-icon ul{
        padding: 0px;
        margin-top: 10px;
    }
    .list-trmp-icon ul li a{
        font-size: 12px;
        opacity: .8;
    }
}

@media (max-width: 767px){
    .home_banner_title h1{
        font-size: 3rem;
    }
    .sub_title h3{
        font-size: 2.3rem;
        line-height: 1.1;
        text-align: center;
    }

    .footer-Logo{
        flex-direction: column;
    }
    .footer-Logo h3{
        margin-left: 0px;
        font-size: 28px;
    }
    .social_lists{
        justify-content: center;
    }
    .footer_container {
        padding-top: 50px;
    }
    .padding_col_none{
        padding-right: 0px;
    }
    .why-us-p{
        padding-left: 0px;
    }
    .mtop30{
        margin-top: 20px;
    }
    .inf-ab{
        margin-top: 20px;
        padding-left: 0px;
    }
    .col-srv{
        width: 50%;
        padding: 10px;
    }
    .slider-service-name-inner{
        padding: 9px 27px;
        font-size: 12px;
    }
}

@media (max-width: 575px){
    .header-top{
        display: none;
    }

    .call_section{
        padding: 150px 0px;
    }
    .sub_title h3 {
        font-size: 31px;
    }

  .wd50{
        width: 50%;
    }

    .why-us-p h3{
        font-size: 11vw;
    }

    .history h3{
        width: 100%;
        border: none;
    }

    .history p{
        width: 100%;
    }
    .banner-c h3{
        font-size: 13vw;
    }
    .services-header h3{
        font-size: 9vw;
    }
    .chat_box{
        display: none;
    }
    .inner_banner_title h1{
        font-size: 10vw;
    }
    .about_us_panel{
        padding: 20px 20px;
        margin: 0px;
    }
    .icon_contact{
        width: 100px;
        height: 100px;
        padding: 20px;
    }
}

@media (max-width: 480px){
    .chat_box{
        display: none;
    }
    .home_banner_title h1 {
        font-size: 10vw;
        text-align: center;
        font-family: 'Barlow-Medium';

    }
    .home_banner_title a{
        margin: auto;
        margin-top: 33px;
    }
    .services_details h3 br{
        display: none;
    }
}



.active-tab{
    color: #b01016 !important;  
}

@media screen and (max-width:1200px) {
    .container{
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width:1090px) {
    .list_nav_menu{
        padding-left: 34px;
    }
}