@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
#Div_body .container-fluid { margin: 0; padding: 0;}
#HomepagecontentControl { min-height: auto !important;}
body { font-family: 'Poppins', sans-serif;}
a { text-decoration: none;}
p { font-size: 15px; color: #525252; letter-spacing: .3px;}

.heading h2 span { padding: 3px 9px; position: relative; z-index: 9; background: transparent;}
.heading h2 span:before { content: ""; position: absolute; left: 0; height: 3px; width: 70%; background: #262626; bottom: -7px; right: 0; margin: 0 auto;}
.heading h2 span:after { content: ""; position: absolute; left: 0; height: 8px; width: 20%; background: #f9c809; bottom: -12px; right: 0; margin: 0 auto;}

.top-nav { background: #333;}
.top-nav .container { background: #f9c809; position: relative;}
.top-nav .container::before { content: ""; position: absolute; right: -15px; height: 100%; width: 30px; background: #f9c809; top: 0; transform: skew(-34deg); z-index: 1;}
.top-nav .container::after { content: ""; position: absolute; left: -15px; height: 100%; width: 30px; background: #f9c809; top: 0; transform: skew(34deg); z-index: 1;}
.top-nav .text, .top-nav .social-icon { position: relative; z-index: 2;}
.top-nav .text a img { width: 20px; height: 20px; margin: 0 10px 0 0;}
.top-nav .text a { color: #333; font-size: 15px; margin: 0 30px 0 0; padding: 8px 0; display: inline-block; font-weight: 500;}
.top-nav .social-icon a img { margin: 0 3px; transition: all .4s ease-in-out;}
.top-nav .social-icon a img:hover { transform: rotate(360deg);}

.header p img { float: left; padding-right: 16px;}

.header p {font-size: 18px;margin-top: 14px;font-weight: 500;line-height: 1.4;}
.header p span { font-size: 16px; font-weight: 400;}

.slider img { width: 100%; height: 450px;}

.banner-bx { position: relative; z-index: 2;}
.td-banner { width: 100%; height: 310px; position: relative; padding-top: 15px; float: left; overflow: hidden; margin-top: -180px; background: url(image/banner-bx.png) no-repeat; background-size: 100% 100%;}
.img-bn img{ background: #f9c809; border-radius: 50%; padding: 10px 10px; border: 3px solid #8e7100; box-shadow:3px 3px 5px #111; transition: 0.5s;}
.td-banner:hover .img-bn img { transform:rotate(360deg) scale(1.1); transition:0.5s;}
.td-banner h2{ font-size: 24px; font-weight: 400; text-align: center; color: #fff; margin-top: 10px; margin-top: 0; padding: 3px 0px 5px;}
.td-banner p{ font-size: 14px; color: #fff; padding: 0 10px; text-align: center; margin-top: 75px; transition:0.5s;}
.td-banner a{ color: #fff; text-decoration: none; margin-right: 0; font-size: 13px; background: #f9c809; padding: 4px 10px; border-radius: 5px;color: #000; box-shadow: 4px 5px 4px #000;}	
.td-banner:hover p{margin-top:0px; transition:0.5s;}
.td-banner:hover p.img-bn{margin-top:20px; transition:0.5s;}

.about-section {padding: 4% 0;}

.team-section{ background: url(image/team-bg.jpg) no-repeat; background-attachment: fixed; padding: 40px 0px; border-top: 6px solid #262626; border-bottom: 6px solid #262626; box-shadow: 0px 7px 5px #ccc;}
.team-section .heading h2 { color: #fff;}
.team-section .heading h2 span strong { color: #f9c809;}
.team-section .heading h2 span:before { background: rgba(255, 255, 255, .6);}
.team-section p { color:#fff; text-align:center;}
.team-section p.rd-mr{ margin-top: 30px;}

.team-section p.rd-mr a{  border-radius: 6px;
    background: #f9c809;
    color: #000;
    padding: 7px 18px 7px 43px;
    border-color: #8e7204;
    box-shadow: 4px 3px 5px #222; position: relative;}
	
.team-section p.rd-mr a:before{position: absolute;
    left: 0;
    padding-right: 15px;
    width: 100%;
    content: attr(data-hover);
    opacity: 0;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;}

.iconn {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    padding: 9px;
    border-radius: 6px;
    text-align: center;
    color: #ffdd00;
    background-color: #222;
    transition: all 0.5s ease;
}

.iconn img {
    filter: brightness(0) invert(1);
    vertical-align: top;
    margin-top: 3px;
}    

.serv-bx:hover:after, .serv-bx:hover:before{ left: 35px; opacity: 1;}
p.rd-mr a:hover:before{opacity: 1;}
p.rd-mr a:hover .text-btn { opacity: 0;}
    
    p.rd-mr a:hover .iconn {
        left: calc(100% - 24px);
        left: -webkit-calc(100% - 24px);
        left: -moz-calc(100% - 24px);
    }

.services-section {padding: 5% 0;}
.serv-bx {  border: 1px solid #ddd; padding: 15px 15px; margin-bottom: 18px; position: relative; height: 180px;}
.ser-img { float: left; width: 25%;}
.ser-img img { height: 60px;}
.ser-cnt{ float: left; width: 75%;}
.ser-cnt h3{ margin: 0; color: #0e1320; margin-bottom: 10px; font-size: 18px;}
.ser-cnt p{ font-size: 14px; letter-spacing: 0;}
.serv-bx, .serv-bx:hover, .rd-mr img, .ser-img img{transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s;}
.serv-bx:hover{box-shadow: 2px 3px 4px #ccc; border-color:#0e1320;}
.serv-bx:hover .rd-mr img{ margin-left: 15px;}
.serv-bx:hover img{transform:rotate(15deg);}
.serv-bx:before{ content: "";
    background-color: #0e1320;
    display: block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; top:0;}
        
.serv-bx:after{content: "";
    background-color: #0e1320;
    display: block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; bottom: 0;}
    
.serv-bx:hover:after, .serv-bx:hover:before{ left: 35px; opacity: 1;}
.services-section .ser-left-img { position: relative;}
.services-section .ser-left-img img{height: 380px; width: 100%; border: 5px solid #f9c809; box-shadow: 7px 5px 5px #ccc; }
.services-section .ser-left-img .text { position: absolute; width: 100%; top: 50%; transform: translate(0, -50%); text-align: center;}
.services-section .ser-left-img .text h2 { color: #fff; font-size: 32px;}
.services-section .ser-left-img .text h2 b { color: #f9c809;}
    
    

footer{ margin-top: 0px; background: url(image/ft-bg.jpg) no-repeat; background-attachment: fixed; color: #fff; background-size: cover; padding-top: 50px; padding-bottom: 10px;}
footer h4{ font-weight: 500; font-size: 20px; position: relative; color: #fff; margin-bottom: 13px; text-transform: capitalize; border-bottom: 1px dashed #333; padding-bottom: 5px;}
footer a{ color: #fff;}
footer ul li a, footer p { color: #a5a5a5; font-size: 14px;line-height:26px;}
footer ul li a:hover { color: #f9c809;}
.ft-cont i {
    width: 35px;
    /* height: 35px; */
    text-align: center;
    border: 1px solid #8e8e8e;
    font-size: 19px;
    /* line-height: 44px; */
    margin-right: 11px;
    margin-top: 4px;
    vertical-align: initial;
    float: left;
    transition: 0.5s;
    padding: 7px 0;
}

.copyrht{ margin-top: 10px;
    color: #fff;
    font-size: 13px;
    padding: 6px 0;     height: 26px;     position: relative;     border-top: 1px solid #111;
}
	
.copyrht p{
    margin-bottom: 0;
    color: #8e8e8e;
    font-size: 13px;
    }


.cprht-lft{float:left;}

.cprht-rht{float:right;}

.cprht-rht a{color:#fff;}

p.cprht-rht img {
    height: 25px; transition:0.5s;
}

p.cprht-rht img:hover{/* transform:rotate(360deg); *//* transition:0.5s; */}

.ft-cont i { width: 35px;
    /* height: 35px; */
    text-align: center;
    border: 1px solid #8e8e8e;
    font-size: 19px;
    /* line-height: 44px; */
    margin-right: 11px;
    margin-top: 4px;
    vertical-align: initial;
    float: left;
    transition: 0.5s;
    padding: 7px 0;
}

.ft-cont p:hover i{background:#f9c809; transition:0.5s;}

.top{ position: absolute;
    top: -28px;
    left: 60px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    /* z-index: 1; */
    width: 55px;
    background: #000;
    color: #8e8e8e;
    padding: 15px 0px 10px;
    border: 2px solid #222;
    border-bottom: 0; cursor:pointer; transition:0.5s;}
	
.top img{ display: block; text-align: center; margin: 0 auto;}

@media (min-width: 320px) and (max-width: 768px) {
    .top-nav .container::before { display: none}
    .top-nav .text a img { width: 15px; height: 15px; margin: 0 5px 0 0;}
    .top-nav .text a { font-size: 13px; margin: 0 5px;}
    .top-nav .social-icon a img { padding: 0 0 5px 0;}

    #HeaderControl { height: 52px !important;}
    .header p { margin-top: 0;}
    .header p img { width: 24px; padding-right: 0; }
    .header p, .header p span { font-size: 12px;}

    #widgetsControl { height: 1100px !important;}
    #widgetsControl_C { height: auto !important;}
    .slider img { height: 200px;}
    .td-banner { margin-top: 0;}

    footer { padding-bottom: 35px;}
   .cprht-rht { float: left;}
   .top { top: 0; left: auto;}

}

@media (min-width: 769px) and (max-width: 990px) {
    .top-nav { background: #f9c809; }
    .top-nav .text a { margin: 0 15px 0 0;}

.services-section .ser-left-img img { height: 300px; object-fit: cover; margin: 0 0 25px 0;}
}

@media(max-width:767px)
{
    .mission-bxss2{height:auto!important;}
    /* .navbar-expand-md .navbar-nav{flex-direction: column!important;
        padding: 0px!important;} */
       
    .navbar-expand-md .navbar-nav{ width: 100%!important;
    margin: 0 auto!important;
    padding: 0!important;
    list-style: none!important;
}
.navbar-expand-md .navbar-nav .nav-link{padding-left:20px;}
}

/*innr-pg-bnnr*/
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
.innr-pg-bnnr{padding: 85px 0 0; width: 100%; background-size: cover; min-height:240px; text-align: center; position:relative;margin-bottom: 40px;}
.innr-pg-bnnr:after{content:''; position:absolute; left:-1px; right:-1px; top:-1px; width:100%; height:100%;}
.main-table.innr-pg{padding-bottom:50px;}
.innr-pg-bnnr h1{color:#fff; text-align:center; text-transform:uppercase; font-size:40px; font-weight:bold; position:relative; z-index:1;}
.innr-pg-bnnr h1:after{content:''; position:absolute; bottom: -10px; margin:0 auto; left:0; right:0; width:100px; height:4px; border-radius:2px; background:#fff;}

/*innr-pg-bnnr*/


/* contact us page */
.cont-page{padding-bottom:50px;}
.feature-box-content{ font-size: 14px;
    letter-spacing: 1px;line-height:24px;}
.cont-page h4{font-weight:600;padding:20px;font-size:26px;}
.cont-page h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
    text-transform: uppercase;
    }
    .cont-page .st-feature-box {
      background: #111!important;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
    }
    .st-feature-box {
    padding-left: 70px;
    position: relative;
    }
    .st-feature-box .st-feature-box-icon {
    color: #fff;
    display: block;
    position: absolute;
    width: 61px !important;
    height: 52px;
    line-height: 0px;
    top: 27 !important;
    left: 0;
    text-align: center;
    font-size: 30px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    }
    .st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 20px;
    font-weight: normal;
    }
    .cont-page .feature-box-image {
    margin-top: 10px;
    }
    .cont-page .feature-box-image .fa {
    font-size: 30px;
    color: #fff;
    }

.tm_img{border:2px solid #F9C809}
.teamsub-head{font-weight: 600;
    font-size: 18px;
    text-align: left;}
    .main-table h6{font-weight: 600;
        font-size: 16px;
        text-align: left;}

    .main-table p {text-align: justify;line-height: 26px;color:#525252;}
.main-table {padding-bottom:50px; padding-top: 16px;}
.main-table ul li
{
    text-align: left;
    list-style: disc;
    font-size: 15px;
    line-height: 24px;
    padding-bottom:8px;
}
.abt-head{text-transform: uppercase;
    padding: 30px 0px 40px 0px;
    text-align: center;
    font-size: 30px;
    color:#333;
    font-weight: 600;}
    
    .main-table h3{text-transform: uppercase;
        padding: 30px 0px;
        text-align: center;
        font-size: 30px;
        color:#333;
        font-weight: 600;}
 
    .mission-bxss2 p {
        font-size: 15px!Important;
        text-transform: initial ! Important;
    }
    
    
    .mission-bxss2 {
        height:680px;
        padding: 20px;
        box-shadow: 0px 15px 40px -10px rgba(0, 0, 0, 0.25);
        border: 1px solid #ececec;
        border-radius: 10px;
        border-top: 3px solid #fff;
        transition: all .2s ease-in-out;
        background: #fff;
        margin: 12px 0;
    }
    
    .mission-bxss2:hover {
        border-radius: 15px;
        border-top: 3px solid #F9C809;
    }
    
    .mission-bxss2 span
    {
        color:#F9C809;
    }
    
    .mission-bxss2 h3
    {
        letter-spacing: 1px;
        font-size:22px;
        text-align: center;
        padding-bottom: 10px;
        padding-top:14px;
        font-weight: 600;
    }

        .industries-section .industries-bx {
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            padding: 20px 10px;
            margin: 12px 0;
            text-align: center;
            min-height: 180px;
        }
        .industries-section .industries-bx img {
            width: 90px;
            transition: all .3s ease-in-out;
        }
        .industries-section .industries-bx h4 {
            text-align: center;
            font-size: 17px;
            margin: 20px 0 0 0;
            font-weight: 700;
            color: black;
        }

    .serv-box {padding: 24px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .main-table h5{font-weight: 600;
        font-size: 20px;
        text-align: left;}
    /* .navbar-expand-md .navbar-nav {
        flex-direction: row;
        padding: 0px 85px!important;
    } */
    .navbar-expand-md .navbar-nav .nav-link{font-size:14px!important;}
    .navbar-expand-md .navbar-nav{ width: 1140px!important;
        margin: 0 auto!important;
        padding: 0!important;
        list-style: none!important;
    }

.tp-fx-head{position: fixed;z-index: 9 !important;top: 40%;color: #fff;font-weight: bold;right: -130px;}
.tp-fx-head a{margin:0; font-size: 16px; line-height: 2; transform: rotate(90deg); color: #fff; padding:10px 20px; background: #262626; display: block; margin-top: 65px; font-weight: 400; letter-spacing: .5px}