﻿@import url('https://use.fontawesome.com/releases/v6.2.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --primary: #161616;
    --sliver: #f4f4f4;
    --grey: #b2b2b2;
    --border: #12121214;
    --theme: #df2616;
    --white: #FFFFFF;
    --action: #df2616;
}

*{-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;outline:none;margin:0;padding:0;-webkit-transition:none;-o-transition:none;transition:none}
html{-webkit-text-size-adjust:100%}
body{font-family:'Poppins' ,sans-serif;font-size: 15px;font-weight: 400;line-height: 1.4;position:relative;margin:0;padding:0;color: var(--primary);overflow-x: hidden;background: #fff;/* letter-spacing: 0.3px; */}
.container{width: 100%;max-width: 1450px;margin: 0 auto;padding:0 15px;position: relative;}
.container-fluid{position: relative;}
@media screen and (min-width: 1200px) and (max-width: 2000px) {.container{max-width: 91%;}}
@media (min-width: 2001px) { .container{ max-width: 1800px;}}
iframe{border:none}
h1,h2,h3,h4,h5,h6{font-weight: 600;margin:0;line-height: 1.3}
h4{font-size: 20px;}
a,a:focus,a:hover{outline:medium none;text-decoration:none;color: var(--theme);}
ul,ol{padding:0;margin:0;list-style:none}
.cuani, a{-webkit-transition: .4s;-moz-transition: .4s;-o-transition: .4s;transition: .4s;}
b, strong{font-weight:600}
::selection {background: #e15b36;color:var(--white); }
::-moz-selection {background: #e15b36;color:var(--theme);}

.mb-n40 { margin-bottom: -40px;}



.vcenter > .row{align-items: center;display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap;    flex-wrap: wrap;}
.imgdrk{filter: gray;-webkit-filter: grayscale(1);filter: grayscale(1);}
.imgdrk:hover{filter: none; -webkit-filter: grayscale(0);filter: grayscale(0);}
.h100{height:100%;}
.w100{width:100%!important;}
.radius-10{border-radius:10px}
.box-shadow{background:var(--white);box-shadow: rgb(0 0 0 / 6%) 0px 16px 40px 0px;border-radius: 6px;padding: 20px;}
.automrg{margin: auto;/* text-align: center; */float: none;}
.bgwhite{background:#fff}
.bgsliver{background: var(--sliver);}
.border-box{position:relative;border: 1px solid var(--grey);border-radius: 10px;}
.border-box.lightbg{background: #27b7b712;border: none;}


#preloader {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #f4f4f4 !important;z-index: 9999;display: flex;justify-content: center;align-items: center;}
#loader {position: relative;display: flex;justify-content: center;align-items: center;}
#box {width: 127px;height: 98px;background: url(../images/loderlogo.png) no-repeat center center;background-size: contain;border-radius: 3px;animation: zoomInOut 2s ease-in-out infinite;}
@keyframes zoomInOut {0% {transform: scale(1);}50% {transform: scale(0.9);}100% {transform: scale(1);}}



.text-scroll-in, .text-animate-in {display: block;word-wrap: break-word;white-space: normal;}
.text-scroll-in .word, .text-animate-in .word {display: inline-block;}
.text-scroll-in .char, .text-animate-in .char{display: inline-block;opacity: 0.3;transform: translateY(0px);}
.text-scroll-fade .word {white-space: nowrap;display: inline-block;}
.text-scroll-fade .char {display: inline-block;opacity: 0.5;transform: translateY(0px);
}


.header-main{transition:all .5s ease;padding:0;background:var(--white)}
.header-main .header-wrap{display:flex;justify-content:space-between;max-width:100%;flex-wrap:wrap;float:none;margin:0 auto;list-style:none;display:flex;flex-direction:row;align-items: center;}
.header-main .logo{margin-right:0;position:relative;z-index:1}
.header-main .logo img{width:175px;padding: 0;}
@media (max-width: 992px) {
.header-main .header-wrap{display:block}
}

body.fixed .header-main{position:fixed;padding:0;top:0;left:0;right:0;z-index:9;-webkit-animation:slide-down .7s;-moz-animation:slide-down .7s;-o-animation:slide-down .7s;box-shadow:0 9px 9px #0000001a;height:auto}
body.fixed{padding-top:81px}
body.fixed .header-main{position:fixed;padding-bottom:0;top:0;left:0;right:0;z-index:9;-webkit-animation:slide-down .7s;-moz-animation:slide-down .7s;-o-animation:slide-down .7s;box-shadow:0 9px 9px #0000001a;height:auto}
body.fixed{padding-top:81px}
body.fixed .logo img{filter:none}
body.fixed #cssmenu > ul > li::after{top:16px}
body.fixed #header .main-header{background:transparent}

.tophead{list-style:none;margin:0;padding:0;float: right;position: relative;z-index: 2;}
.tophead li {display: inline-block;color: #fff;padding: 0px 5px;font-weight: 500;}
.tophead li a{color: #fff;text-transform:lowercase;font-size: 18px;margin-left: 0;padding: 11px;display: inline-block;background: var(--theme);width: 40px;height: 40px;border-radius: 5px;text-align: center;}
.tophead li i{color: #fff;}
@media (max-width: 992px) 
{
	.tophead ul{float:none;text-align:center}
	.tophead{position: absolute;right: 15px;top: 26px;}
}

@media (max-width: 992px)
{   

	.header-main .header-wrap{display: block;}
}


.htitle{position:relative;display:block;font-size: 32px;color: var(--theme);margin: 0 0 15px 0;}
.htitle b{color:var(--primary)}
.htitle.small{font-size: 28px;}
.htitle.white, .htitle.white + p{color:var(--white);}
.htitle.center{text-align:center}
.htitle + p{width: 60%;margin: 0;margin-bottom: 25px;/* font-size: 18px; */position: relative;}
.htitle.center + p{text-align:center;margin-left: auto;margin-right: auto;}
@media (max-width: 992px) 
{
    .htitle{font-size: 28px;}
    .htitle + p{width: 100%;}
}

/*----------*/
.page-head{text-align: left;position:relative;background: #f6f6f6 url(../images/bgbox.png) bottom right no-repeat;padding: 80px 0;}
.page-head h1{margin:0;padding: 0;font-size: 32px;color: var(--theme);position: relative;}
.page-head p, .page-head h1 + div{position:relative;font-size: 20px;margin-bottom:15px}
.breadcrumb{padding: 0;margin-bottom: 0;list-style:none;}
.breadcrumb > li{display:inline-block}
.breadcrumb > li + li:before{padding:0 5px;content:"/\00a0"}
.breadcrumb > li,
.breadcrumb > li > a,
.breadcrumb > li + li:before{color: var(--primary);}


/*------------*/
.section{position:relative;padding:80px 0;background: var(--white);}
.sectionbg{position: relative;padding:80px 0;background: #f9f6f3;}


@media (max-width: 778px)
{
	.flexslider{padding-top: 52px !important;}
}


.company-box{position:relative;display:block;-webkit-transition:transform .3s;transition:transform .3s;border-radius: 10px;overflow: hidden;}
.company-box .box-inner{background-color: var(--theme);color:var(--white);position:absolute;top: 0;right: 0;padding: 15px;border-bottom-left-radius: 8px;}
.company-box .box-inner h4{padding: 0;position:relative;font-size: 24px;}
.company-box .box-inner p{ margin: 0;font-size: 36px;} 


.box6{padding: 0;background: var(--sliver);border-radius: 5px;overflow: hidden;}
.box6 .img-box,.box6 .box-img {position: relative;overflow: hidden;}
.box6 .img-box img,.box6 .box-img img{width:100%;-webkit-transition:1s;-o-transition:1s;transition:1s}
.box6:hover .img-box img,.box6:hover .box-img img{ transform: scale(1.08);}
.box6 .box-text{position:relative;text-align: left;padding: 20px;color: #493e4f;}
.box6 .box-text h4{color: var(--theme);margin-bottom: 15px;}



.box40{position:relative;text-align:center;box-shadow:0 0 5px #0000001a;border-radius: 5px;overflow: hidden;}
.box40:hover{box-shadow:0 0 15px #0000001a;}
.box40 .img-box{position:relative;overflow:hidden;margin-bottom:0;}
.box40 .img-box img{width:100%;-webkit-transition:1s;-o-transition:1s;transition:1s}
.box40:hover .img-box img{ transform: scale(1.08);}
.box40 .inner-box{position:relative;padding: 0 20px 25px 20px;}
.box40 .inner-box h4{display:block;margin-bottom:15px;color:var(--theme);}
.box40 .inner-box p{margin:0;color:#000}


.gpmapsection{background: url(../images/exportbg.svg) bottom no-repeat;padding-bottom: 150px;}
.gpmapsection #chartdiv{width:85%;max-width:85%;height:95vh;margin:0 auto;}
@media only screen and (min-width: 768px) and (max-width:991px){
.gpmapsection #chartdiv{height:50vh;margin:0 auto;}
}



.company-timeline{display:flex;align-items:center;justify-content:center;gap:71px;margin-top: 0;}
.company-experiance{position:relative;display:inline-flex;align-items:center;justify-content:center;width:150px;flex:0 0 auto;aspect-ratio:1/1;border-radius:50%;background-color:#d6272d;font-weight:500}
.company-experiance img{position:absolute}
.company-experiance-content{width:100%;height:100%;font-size:300%}
.company-experiance textpath{fill:#fff}
.company-experiance text{transform-origin:center center;transform:rotate(75deg);animation:text_rotate 21s infinite linear}
@keyframes text_rotate {
0%{transform:rotate(0deg)}
100%{transform:rotate(-360deg)}
}
.company-timeline .timeline-text{font-size: 160px;line-height:1.25;font-weight:700;color:#C4C4C4}
@media (max-width: 991px) {
.company-timeline{gap:25px;margin-top:50px}
.company-timeline .timeline-text{font-size:105px}
.company-experiance{width:110px}
}
@media (max-width: 767px) {
.company-timeline{flex-direction:column;gap:15px}
.company-timeline .timeline-text{line-height:1;font-size:90px}
.company-timeline .timeline-text:first-child{order:1}
.company-timeline .timeline-text:last-child{order:-1}
}



  #chartdiv {
        width: 100%;
        height: 100vh; /* Full height of the viewport */
        max-height: 500px; /* Set a max height for larger screens */
    }

    /* Make it responsive for mobile */
    @media (max-width: 768px) {
        #chartdiv {
            height: 60vh; /* On mobile, take up 60% of the viewport height */
        }
    }

    /* If needed, adjust the container to be more flexible */
  































.home-about{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;margin-top:15px;}
.home-about .box-text .box-exp{max-width:300px;width:100%;padding-right:25px;margin-right:30px;border-right:1px solid #e0e0e0;}
.home-about .box-text .box-exp .exp-count{font-family:'Roboto Condensed' ,sans-serif;font-size: 160px;color:#000;}
.home-about .box-text .box-exp .exp-text{position:relative;font-size:18px;margin:15px 0;}

@media (max-width: 992px) 
{
    .home-about{gap:30px;}
    .home-about .box-text .box-exp .exp-count{font-size:110px;}
    .home-about .box-text .box-exp .exp-count .counter{font-size:110px;}
}
@media (max-width: 768px) 
{
    .home-about{gap: 0;margin-top: 0;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}
    .home-about .box-text .box-exp{max-width:210px;padding-right:15px;margin-right:15px;}
}
@media (max-width: 575px){
    .home-about .box-text .box-exp{max-width:100%;border-right:none;}
    .home-about .box-text{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}
    .home-about .box-text .box-exp .exp-count{font-size:90px;}
}




/*---------*/
.coremain{background: var(--theme);color:#fff}
.coremain .image-layer{position:absolute;right: 0;top:0;height:100%;width: 48%;margin-bottom:50px;background: #ef8013 url(../images/corebg.jpg) no-repeat;background-position:center;background-size:cover;}
.coremain .image-layer .img-box{display:none;margin-bottom:0;}
.coremain .image-layer .img-box img{display:block;width:100%;height:auto;}
.coremain .corebox{border: 1px solid #ffffff1a;padding: 25px;position: relative;display:flex;flex-direction:row;text-align: left;align-items: center;padding-bottom: 35px;border-radius: 5px;}
.coremain .corebox.light{background: #ffffff1a;}

.coremain .corebox img{width: 60px;filter: brightness(0) invert(1);margin-right: 25px;}
.coremain .corebox h4{display:block;font-size: 22px;margin-bottom:0;text-transform: uppercase;margin-bottom: 15px;color: #ffffff;}
.coremain .corebox p{margin:0}
@media only screen and (max-width: 992px){
.coremain .image-layer{position:relative;width:100%;margin: 0;}
.coremain .image-layer .img-box{width:100%;display:block;}
}
@media (max-width: 768px) 
{.coremain .corebox{display: inherit;}
.coremain .corebox img{width:50px;margin-bottom:5px}}


/*-----------*/
.home-product .owl-nav{margin:20px 0}
.home-product .owl-nav button{margin-right: 15px;font-size: 18px;color: var(--white);cursor: pointer !important;position: relative;right: 0;border: none;width: 35px;height: 35px;background: var(--theme);;border-radius: 5px;}
@media only screen and (max-width: 992px){.home-product .owl-nav{float:none !important}}
/*---------*/
.visionbox{background: var(--sliver);padding: 40px 30px;position: relative;}
.visionbox .box-title{display:flex;flex-direction:row;text-align:center;align-items: center;padding-bottom: 25px;}
.visionbox .box-title img{filter: invert(51%) sepia(10%) saturate(3207%) hue-rotate(314deg) brightness(75%) contrast(133%);width: 50px;}
.visionbox .box-title h4{display:block;font-size: 22px;margin-bottom:0;text-transform: uppercase;margin-left: 15px;color: var(--theme);}
.visionbox p{margin:0}







.highlight{width:100%;display:block;position:relative;background-size:cover!important;background: #000 url(../images/highlight.jpg) no-repeat fixed;}
/*.highlight:before{position:absolute;top:0;left:0;height:100%;width:100%;content:"";background: rgb(0 0 0 / 75%);}*/
.highlight .inner-text{position:relative}
.highlight .custbtn{margin-top:20px;background:transparent}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px){
.highlight .inner-text{padding: 0;}
}




.owl-stage {display: flex;flex-wrap: wrap;}
/*-----------------*/
.text-desc h1:first-child,.text-desc h2:first-child,.text-desc h3:first-child,.text-desc h4:first-child,.text-desc h5:first-child{margin:0 0 5px}
.text-desc h1,.text-desc h2,.text-desc h3,.text-desc h4,.text-desc h5{margin:14px 0 5px}
.text-desc table{border-collapse:collapse;margin:0 0 20px;width:100%;}
.text-desc table.center{text-align:center}
.text-desc table hr{border-color: #ebebeb;margin: 5px 0;}
.text-desc table thead,.text-desc table th{background: #f9f6f3;font-weight:700;font-size:15px}
.text-desc table td,.text-desc table th{border: 1px solid #e5e1e8 !important;padding: 7px;/* color:#2d2d2d; */vertical-align:middle;}
.text-desc table td{font-size:15px;/* color: #545454; */}
.text-desc tt{font-size: 25px;padding-bottom: 0;display: block;/* color: #fff; */}
.text-desc ul,.text-desc ul ul{margin-left: 15px;margin-bottom:22px}
.text-desc ul li{list-style-type: none;position: relative;margin-bottom: 5px;}
.text-desc ul.list2 li{width: 46%;display:inline-block;}
@media (max-width: 768px){.text-desc ul.list2 li{width: 100%;}}
.text-desc ul ul li{list-style-type:circle}
.text-desc ul li:before{position:absolute;font-size: 10px;top: 0px;font-family: "Font Awesome 5 Free";content: "\f061";font-weight: 900;color: var(--theme);left: -15px;line-height: 2.2;}
.text-desc h2{font-size: 28px;padding: 12px 0 6px;margin:0;position:relative;color: var(--theme);text-transform: capitalize;}
.text-desc h3{color: var(--theme);padding: 0;margin:0;position:relative;text-transform: capitalize;}
.text-desc h4{color: var(--theme);padding: 0;margin: 5px 0 15px 0;display: block;position:relative;}
.text-desc h5{color: var(--theme);padding: 0px 0 1px 25px;display: block;position:relative;text-transform:capitalize;}
.text-desc h5:before{position:absolute;top: 0px;left: -3px;font-family: "Font Awesome 5 Free";content: "\f0a4";}

.text-desc h2 + hr,.text-desc h4 + hr{border-color:#d0d0d0;width:55%;text-align:center;display:inline-block}
.text-desc img{display:inline-block!important}
.text-desc p{}

/*------*/
.readmore{color: #ef8013;text-transform:uppercase;font-weight:600;font-size: 15px;padding-top: 10px;display: inline-block;}
.readmore i{font-size:11px;padding-left:6px}
.readmore:hover{color: #ef8013;}
.readmore:hover i{padding-left:9px}
/*-----------------*/   
.owl-stage{display: flex;flex-wrap: wrap;}
@media screen and (max-width: 1060px){
    .owl-theme .owl-controls .owl-prev{left:0 !important;    }
    .owl-theme .owl-controls .owl-next{right:0 !important}
}

/*--------*/
.social{list-style-type:none;padding:10px 0 0;margin:0}
.social li{display:inline-block}
.social a{margin-right:5px;cursor:pointer;display:block;width: 40px;height: 40px;text-align:center;text-decoration:none;background: transparent;border: 1px solid var(--primary);line-height: initial;font-size: 20px;color: black;}
.social a i{line-height: 40px;color: var(--primary);}
.social a:hover{background: var(--theme);color: var(--white);border-color: var(--theme);}
.social a:hover i{color: #fff;}

/*--------------*/
.cenq{display:none}
.form label{font-weight:600}
.form button{margin-top:30px}
.form textarea.text-field{height:80px}
.form .select{margin:0!important;font-size:15px!important}
.form  input[disabled],.form .text-field{background: #f6f6f6;border: 0;color: #222d35;/* font-size: 16px; */margin: 0 0 18px;padding: 15px;width:100%;border-radius: 5px;border: 1px solid #e4e4e4;}
.form .text-field:focus,.form .text-field:hover{/* border-color: #c3002f; */box-shadow:none;/* border-width:1px; */background: #fff;}
.errorbox,.errorbox span,.errorbox li{color:red}
.errorbox .sucmsg{color:#046310}
.custbtn{border-radius: 0;padding: 15px 35px 15px 35px;background: var(--theme);position:relative;display:inline-block;font-weight: 600;border: 1px solid #ffff;color:#fff;border-radius: 5px;}
.custbtn:hover{text-decoration:none;background: var(--primary);color: #fff;}

.capcha{background:transparent !important}
.capcha + input{width:200px !important;margin-top:5px !important}



/*------*/
.contact-main{/* margin-top: -150px; */background: transparent;}
.contact-box{position:relative;margin-bottom: 0;padding: 40px 30px;background: var(--sliver);border-radius: 10px;overflow: hidden;}
.contact-box:hover{background: var(--theme);color:#fff}
.contact-box .contact-box-inner{position:relative;padding: 30px 35px 30px;background-color: #f3f6f9;-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);-ms-box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);}
.contact-box i{font-size:35px;color: var(--theme);}
.contact-box h5{font-size: 15px;margin: 15px 0;color: #525252;text-transform: uppercase;}
.contact-box .inner-text p, .contact-box .inner-text a{margin-bottom:0;font-size:16px;color:#333}
.contact-box:hover i,.contact-box:hover h5,.contact-box:hover .inner-text p, .contact-box:hover .inner-text a{color: #fff;}
.contact-box i.numb {font-size: 120px;position: absolute;bottom: -20px;right: -30px;color: #210f0f14;opacity: .2;}
.contact-box:hover i.numb {color: rgba(255,255,255, 0.7);}

.google-map {width: 100%;/* -webkit-filter: grayscale(100%); *//* filter: grayscale(100%); */height: calc(64% + 30px);overflow: hidden;}




/*--------------*/
.fix-penal{position: fixed;bottom: 10px;right: 10px;z-index:21}
.fix-penal .whatsapp,.fix-penal .callus{text-align: center;width: 50px;height: 50px;display: block;color: #FFFFFF;border-radius: 10px;background-color: #25D366;}
.fix-penal .callus{margin-bottom:10px;background:#f8b000;color: #000;}
.fix-penal i{font-size: 32px;margin-top: 9px;}


/*---------------*/
.footer{padding-top: 60px;color: var(--primary);position: relative;background: var(--sliver);background-repeat: no-repeat;/* border-top: 1px solid rgb(0, 118, 190); */}
.footer p, .footer a{color: var(--primary);}
.footer .ftcontact {border-top: 1px solid var(--border);padding-top: 45px;margin-top: 15px;}
.footer .ftcontact i{color: #ffffff;}
.footer  h4{color: var(--theme);margin-bottom: 20px;}
.footer .ftcontact h5{font-size: 15px;font-weight: 400;margin-bottom: 20px;color: #ffffff7d;}
.footer .ftcontact a{margin-top: 0;display: inline-block;}
.footer img{padding: 10px 0 15px 0;width: 300px;display: inline-block;}
.footer .logo1{width: 185px;}
.footer .logo2{width: 180px;padding-bottom: 0;margin-left: 45px;}
.copyrights{padding: 21px 0;overflow: hidden;margin-top: 45px;border-top: 1px solid var(--border);}
.copyrights p, .copyrights a{margin: 0;}
.footer .social{text-align:right}

.footer ul.list{margin-top:10px}
.footer ul.list li{list-style: none;padding: 2px 0 2px 15px;position:relative;}
.footer ul.list li:before{position:absolute;font-size: 13px;line-height: 24px;left: 0;font-family: "Font Awesome 5 Free";content: "\f0da";font-weight: 900;}
.footer ul.list li a{margin:0}


@media (max-width: 992px) 
{
    .header-main{position:inherit;padding:0;height: auto;background: #fff;}
    .header-main .container{width:100%}
    .logo{margin-right:0;float:none!important;position: inherit;padding: 5px 0;}
    .logo img{margin: 10px 0;filter: inherit;width: 340px;}
    .page-head h1, .page-head .breadcrumb  {float:none}
    .page-head h1{font-size:25px}
    .page-head {margin-top: 56px;padding: 80px 0;text-align:center;}
    .footer{text-align:left}
    .footer h3 {margin-bottom: 7px;margin-top: 20px;    padding-bottom: 4px;text-align: left;}
    .footer .address p{text-align:left !important}
    .footer .textright{text-align:left}
    .footer .social{text-align:left}
    #cssmenu > ul > li > a:before, #cssmenu > ul > li.active > a:before{bottom: 0 !important;}
}
@media (max-width: 768px) 
{
     .vcenter > .row{display: inherit;}
}