﻿@import "https://use.fontawesome.com/releases/v6.2.0/css/all.css";
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800&display=swap');

:root {
    --primary: #272727;
    --sliver: #f4f4f4;
    --grey: #efefef;
    --border: #12121214;
    --theme: #373187;
    --action: #9da7cf;
    --white: #FFFFFF;
    --lightbg: #f7f9ff;
    --black: #000;
}
*{-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:'Figtree' ,sans-serif;font-size: 17px;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: 1300px; margin: 0 auto; }
iframe{border:none}
h1,h2,h3,h4,h5,h6{font-weight: 700;margin:0;line-height: 1.2;}
h4{font-size: 22px;}
h3{font-size: clamp(32px, 3.5vmax, 40px);}
a,a:focus,a:hover{outline:medium none;text-decoration:none;color: var(--black);}
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: #000;color:var(--white); }
::-moz-selection {background:#29175b;color:var(--white);}
.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; }
.swbox{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}
.white{color:var(--white)}
.bgsliver{background: var(--lightbg);}
.border-box{position:relative;border: 1px solid #00000030;border-radius: 10px;box-shadow: 0 3px 6px 0 #0106140f;}
.border-box.lightbg{background: #27b7b712;border: none;}


.fixmain {display: flex;}
.fixmain .fix-content{position:sticky;top:100px;}

.w100{width:100% !important}
@keyframes slide-down 
{
    0% {opacity: 0;transform: translateY(-100%);-ms-transform: translateY(-100%);-webkit-transform: translateY(-100%);}
    100% {opacity: 1;transform: translateY(0);}
}


.header-main{background: var(--white);transition:all .5s ease;padding:0}
.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}
.logo{float:left;margin-right:0;position:relative;z-index:1}
.logo img{width: 200px;}
.getquote{font-weight:600;font-size:16px;padding: 10px;text-transform:capitalize;border-radius: 5px;background: #3b368a;color:#fff;display:inline-block;margin-left:18px}
.getquote:hover{color:var(--white);background:#000}
.menugetquote{display:none!important}
@media (max-width: 992px) {
.menugetquote{display:inline-block!important}
.getquote{display:none}
.header-main .header-wrap{display:block}
}

body.fixed .header-main{position:fixed;background:var(--white);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 #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{background: var(--theme);color: var(--white);text-transform:lowercase;font-size: 18px;margin-left: 0;padding: 11px;display: inline-block;border: 1px solid var(--theme);width: 40px;height: 40px;border-radius: 5px;text-align: center;}
.tophead li i{}
@media (max-width: 992px) 
{
	.tophead ul{float:none;text-align:center}
	.tophead{position: absolute;right: 15px;top: 26px;}
}

.htitle{position:relative;display:block;font-size: 38px;color: var(--theme);margin: 0 0 15px 0;line-height: 1.3;}
.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%;}
}
 
.sub-tittle{display:flex;align-items:center;gap: 8px;font-size:18px;font-weight:700;text-transform:uppercase;color: var(--primary);opacity: 0.3;}
.sub-tittle::before{content:'';display:inline-block;width:36px;height:2.5px;background-color: var(--primary);flex-shrink:0}
.sub-tittle.white{color:#fff}
.sub-tittle.white::before{background:#fff}
/*------------*/
.section{position:relative;padding:60px 0;background: var(--white);}
.sectionblack{background: var(--theme);padding:60px 0;position: relative;}

.bgbox{background: #f6f3f8;padding: 20px;position: relative;}
.bgbox.nobg{background:none}

@media (max-width: 778px)
{
	.flexslider{padding-top: 52px !important;}
}

.page-head{text-align: center;position:relative;background: #f6f6f6;padding: 80px 0 80px 0;}
.page-head h1{margin:0;padding: 0;font-size: 34px;color: var(--theme);position: relative;text-transform: uppercase;}
.page-head p{position:relative;font-size: 20px;margin-bottom:15px}
.breadcrumb{padding: 0;margin-bottom: 0;margin:auto;list-style:none;display: inline;}
.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);}


.fun-box {}
.fun-box .stat-number{color:var(--theme);font-size:60px;font-weight:700}
.fun-box  h4{text-transform:uppercase;margin-bottom: 6px;}
@media (max-width: 768px) {
.fun-number{font-size:56px}
}


/*========= index page =========*/
.stat-box{color:var(--white)}
.stat-box h4{text-transform:uppercase;margin-bottom: 6px;}
.stat-box img{filter:brightness(0) invert(1);width:65px;opacity: 0.5;}
@media (max-width: 768px) {
.stat-box .stat-number{font-size:56px}
}

/*----------*/
.box6{padding: 15px;background: var(--white);border: 2px solid var(--sliver);border-radius: 5px;overflow: hidden;}
.box6 .box-img {position: relative;overflow: hidden;}
.box6 .box-img img{width:100%;-webkit-transition:1s;-o-transition:1s;transition:1s}
.box6:hover .box-img img{opacity: 1;-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.box6 .box-text{margin: 15px 0;position:relative;text-align: center;/* padding: 20px; */color: #493e4f;}
.box6 h4{text-align: center;/* text-transform: uppercase; */color: var(--theme);margin: 15px 0;}
.box6:hover {
        border-color: var(--theme);
    }
/*-----------*/
.home-product .owl-nav{margin:20px 0}
.home-product .owl-nav button{background: transparent;margin-right: 15px;font-size: 18px;color: #fff;cursor: pointer !important;position: relative;right: 0;border: none;width: 35px;height: 35px;background: var(--action);border-radius: 5px;}

.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}
}

.owl-controls {text-align: center;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: var(--action) !important;}
.cust-owlnav .owl-nav{margin:20px 0;}
.cust-owlnav .owl-nav button{background-color: var(--theme);margin-right: 15px;font-size: 18px;color: var(--white);cursor: pointer !important;position: relative;right: 0;width: 50px;height: 50px;border-radius: 100%;border: 1px solid #373187;/* background: transparent; */}


.highlight{background-color:var(--theme);padding: 50px;position:relative;z-index: 1;border-radius: 15px;overflow: hidden;color: var(--white);}
@media (max-width: 991px) {
.highlight{text-align:center;padding:50px}
}
.highlight .cta-content p{/* max-width:435px; */}
.highlight .cta-image{margin-bottom:-75px;position:relative;z-index:9}
.highlight .cta-shape-2{position:absolute;top:50%;transform:translate(-50%,-50%);left:70%;z-index:-1}
.highlight .cta-shape{position:absolute;top:0;bottom:0;right:0}
@media (max-width: 1199px) {
.highlight .cta-shape{display:none}
}
.highlight .cta-shape img{height:100%}
a.theme-btn.bg-header.wow.fadeInUp {
    /* padding: 10px; */
    /* border: 1px solid; */
}

.btnpenal a{background: var(--theme);border: 1px solid var(--border);line-height: 23px;margin: 7px;font-size: 15px;font-weight: 500;display: inline-block;padding: 8px 18px 10px 18px;color: var(--white) !important;text-transform: uppercase;cursor: pointer;}
.btnpenal a i{text-align: left;font-size: 24px;margin-right: 5px;position: relative;top: 3px;}
.btnpenal a:hover{background: var(--white);color: var(--theme) !important;border-color: var(--theme);}
@media (max-width: 768px) 
{.btnpenal a{margin:10px 0;display:block}
}




/*-----------------*/
.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: #ebebeb;font-weight:600;}
.text-desc table td,.text-desc table th{border: 1px solid #ebebeb !important;padding: 7px;/* color:#2d2d2d; */vertical-align:middle;}
.text-desc table td{/* color: #545454; */}
.text-desc tt{font-size: 25px;font-weight: 300;line-height: 35px;padding-bottom: 0;display: block;/* color: #fff; */}
.text-desc ul,.text-desc ul ul{margin-left:17px;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: 9px;top: 0px;font-family: "Font Awesome 5 Free";content: "\f061";font-weight: 900;color: var(--primary);left: -15px;line-height: 2.3;}
.text-desc h2{font-size: 34px;padding: 12px 0 6px;margin:0;position:relative;color: var(--primary);text-transform: capitalize;}
.text-desc h3, .text-desc h4, .text-desc h5{color: var(--theme);padding: 0px 0 10px 0px;display: block;position:relative;}
.text-desc h3{font-size: 28px;text-transform:uppercase;}
.text-desc h4{font-size: 24px;text-transform:capitalize;}
.text-desc h5{font-size: 20px;}
.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{}

/*========about us========*/

.mission-box{flex:1;padding:30px;background: var(--sliver);/* color:#fff; */border-radius:10px;text-align:left;transition:transform 0.3s ease-in-out;}
.mission-box .title-box{display:flex;align-items:center;margin-bottom: 20px;}
.mission-box .title-box i{display:flex;align-items:center;justify-content:center;border-radius:5px;margin-right:15px;color: var(--theme);font-size: 25px;}
.mission-box .title-box h4{font-size: 28px;color: var(--theme);}
.mission-box p{margin:0}


/*----------*/
.box18{height: 100%;border: 1px solid var(--border);position:relative;padding:40px 30px;background:#fff;overflow:hidden;transition:color .3s ease}
.box18::before{content:"";position:absolute;inset:0;background: var(--theme);transform:scaleY(0);transform-origin:bottom;transition:transform .4s ease;z-index:0}
.box18:hover::before{transform:scaleY(1)}
.box18 i,.box18 h4,.box18 p{position:relative;z-index:1}
.box18 i{font-size:40px;color: var(--theme);transition:all .3s ease;margin-bottom:10px;}
.box18 h4{text-transform: uppercase;transition:color .3s ease;margin: 15px 0 5px 0;}
.box18 p{color: var(--primary);margin:0px;transition:color .3s ease}
.box18:hover,.box18:hover i, .box18:hover h4,.box18:hover p{color:var(--white)}



/*========= contact page =========*/


/*--------------*/
.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:#147280}
.errorbox .sucmsg{color:#046310}

.custbtn{border-radius: 0;padding: 15px 30px;background: var(--theme);position:relative;display:inline-block;border-radius: 5px;font-size:16px;font-weight: 600;margin-top: 0;border: 1px solid #ffff;color:#fff;text-transform:uppercase;transition:400ms all;-webkit-transition:400ms all;}
.custbtn:hover,.custbtn:focus,.custbtn:active{text-decoration:none;background: #000000;color: #fff;}

.capcha{background:transparent !important}
.capcha + input{width:200px !important;margin-top:5px !important}



input,textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:15px}
input:focus,textarea:focus{border-color:#cf1018;outline:none}
.submit-btn{background:#cf1018;color:#fff;border:none;padding:12px 25px;border-radius:6px;font-weight:600;cursor:pointer;width:100%;font-size:16px}

.contact-card .icon-box{width:40px;height:40px;background:var(--theme);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;flex-shrink:0}
.contact-card p,.contact-card a{margin:0;color:var(--primary)}
@media (max-width: 576px) {
.contact-card{flex-direction:column;align-items:flex-start}
.contact-card .icon-box{margin-bottom:8px}
}


/*-------------*/
#download{position:fixed;top:50%;right:0;font-size: 26px;color: #ffffff;background-color: #d11a1e;padding: 10px 18px;border-radius:30px 3px 3px 30px;z-index: 1;}
#download:hover{cursor:pointer;-webkit-box-shadow:0 8px 6px -6px #999;-moz-box-shadow:0 8px 6px -6px #999;box-shadow:0 8px 6px -6px #999}
#download > a{color:#0E0E0E}



/*--------------*/
.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;}

/*-----------*/
.social li a i.white {color: var(--white) !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-radius:50%;border: 1px solid var(--theme);line-height:initial;font-size:20px;color:#000}
.social a i{line-height:40px;color: var(--theme);}
.social a:hover{background: var(--theme);color:var(--white)}
.social a:hover i{color:#fff}

/*-----------*/
.address{list-style:none;padding:0;margin:0}
.address li{margin: 5px 0;display:flex;align-items:flex-start}
.address li i{font-size:17px;margin-right:10px;margin-top:4px;/* color:var(--white); */}
.address p{margin:0;/* color:#e5e7eb; */line-height:1.6}
.address a{color:var(--primary);text-decoration:none}
.address li:last-child{margin-bottom:0}


.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-logo img{width:250px}
.footer  h4{color: var(--theme);margin-bottom: 20px;text-transform: uppercase;}
.footer-bottom a{color:var(--action);text-align:center}
.footer-columns-row{display:flex;justify-content:center;align-items:center}
.footer-columns-row::before,.footer-columns-row::after{content:"";position:absolute;bottom:0;width:20px;height:40px;box-shadow:0 20px 0 #f4f4f4}
.footer-columns-row::before{right:100%;border-bottom-right-radius: 30px;}
.footer-columns-row::after{left:100%;border-bottom-left-radius:20px}
.footer-column a{color:inherit;text-decoration:underline}
.copyrights{padding:21px 0;overflow:hidden;margin-top:45px;border-top: 1px solid #00000030;}
.copyrights p,.copyrights a{margin:0;}
@media (max-width: 768px) {
.vcenter > .row{display:initial}
}

@media (max-width: 992px) 
{
    .header-main{position:inherit;padding:0;height: auto;background: #fff;}
    .header-main .container{width:100%}
    .logo{margin-right:0;text-align: left;float:none!important;position: inherit;padding: 5px 0;}
    .logo img{margin: 0;filter: inherit;width: 250px;}
    .page-head h1, .page-head .breadcrumb  {float:none}
    .page-head h1{font-size:25px}
    .page-head {margin-top: 56px;padding: 15px 0;text-align:center;min-height: 35vh;}
    .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;}
}

