@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* font-family: 'Inter', sans-serif; */

:root {
    --white: #ffffff;
    --black: #0C0C0C;
    --light-black:rgba(0, 0, 0, 0.3);
    --gary: #C7C7C7; 
    --light-gary: rgba(199, 199, 199, 0.2); 
    --lightter-gary: rgba(199, 199, 199, 0.6); 
    --dark-green:#048C3D;
    --dark-greentp:#71a01d;
    --banner-green:#81bc00;
}
/* background-color: var(--blue); */

*{box-sizing:border-box;}

html, body {
    width: 100%;
    padding: 0;
    margin: 0;
}
body {
    color: var(--black);
    background: var(--white);
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height:22px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 1.5em;
    font-weight: bold;
}

img {
    max-width: 100%; vertical-align: top;
    height: auto;  width: auto;
    /* width: auto\9 */
}

a:hover {
    text-decoration: none;
}
.linkmore{color:var(--orange);}
.linkmore{ text-decoration: underline;}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img:not([src]):not([srcset]) {
    visibility: hidden
}

*:focus {
    outline: none;
}

.form-item, .form-actions {
    margin: 0px;
    padding: 0px;
}
.button, .image-button {
    margin-right: 0;
    margin-left: 0;
}
button, input, optgroup, select, textarea{
font-size: 13px;
font-family: 'Gotham Book';
font-weight: 400;
line-height: 20px;
}
button:focus {
    outline: none;
}
.float-right{ float: right;}
.slick-track {
    margin: 0;
}
.subheadtxt{ color:var(--black); font-family: 'gothammedium'; font-size: 20px; margin-bottom: 10px;}
.textcntr{text-align: center;}
.textright{text-align: right;}
.textleft{text-align: left;}
.reletivediv{position: relative;}
.pagewrp{width: 100%;}
.wrapper {
    width: 100%;
    margin: 0 auto;
}
.container{ width:100%; max-width:1180px; margin:0 auto; padding: 0 15px;}
.container-fluid{ width:100%; max-width:1920px; margin:0 auto;}
.insidewrp{ padding:0 15px;  width:100%; display: inline-block; vertical-align: top;}

.maintitle {
    font-family: 'thundersemi_bold_lc';
}

/* header css start */
.header{ background:var(--dark-greentp); display: inline-block; width:100%; vertical-align: top;}
.header .innerheadwrp {
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    justify-content: space-between; align-items: center;
}
.header .logo {
    display: inline-block;
    vertical-align: top; width:86px;
}
.header .navigetion li {
    display: inline-block;
    vertical-align: top; margin:0 16px;
    font-size: 14px;
    font-weight:500;
letter-spacing: 0.8px;
}
.header .navigetion li:last-child{ margin-right:0;}
.header .navigetion li a{ color: var(--white); text-decoration: none; text-transform: uppercase; }


/* header css end */

/* footer css start */

.footer{ background: var(--black); display: inline-block; vertical-align: top; width:100%; color: var(--white); padding:30px 0 25px 0; font-family: 'Inter', sans-serif; font-size:14px;}

.footer .copyrightWrp {
    display: flex;
    flex-wrap: wrap;
    font-style: normal;
    font-weight: 400; font-size:13px;
    /* line-height: normal; */
    border-top: solid 1px var(--light-gary);
    margin-top: 25px;
    padding-top: 25px;
    justify-content: space-between;
}
.copyrightWrp ul.ftlink {
    display: inline-block;
    vertical-align: top;
}
.copyrightWrp ul.ftlink li {
    display: inline-block;
    margin-left: 12px;
    padding-left: 12px; position: relative;
}


.copyrightWrp ul.ftlink li:before {
    content: "|";
    position: absolute;
    left: 0px;
}
.copyrightWrp ul.ftlink li:first-child{padding-left: 0px; margin-left: 0px;}
.copyrightWrp ul.ftlink li:first-child:before{display: none;}
.copyrightWrp ul.ftlink li a{ color: var(--white); text-decoration: none;}

.baktop a{ color: var(--white); text-decoration: none;}
.baktop span {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
    background: var(--white);
    border-radius: 50%;
    margin-left: 10px;
    padding: 2px;
    margin-top: -2px;
}
.baktop a:hover span{box-shadow: 0 0 8px #fff;}
.footertppnl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footertppnl .colum {
    display: inline-block;
    vertical-align: top;
}
.footertppnl .colum:first-child{width:80%;}
.officelist li {
    color: var(--gary);
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 20px;
}
.officelist li:nth-child(2n){ padding-right:0;}
.officelist li p {
    margin-bottom: 12px;
}
.fttitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
.footertppnl .columcon {
    padding-top: 16px;
}
.soclist li {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    background: var(--white);
    border-radius: 50%;
    margin-right: 6px; position: relative;
}
.soclist li a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%; padding:8px;
}
.soclist li:hover{box-shadow: 0 0 8px #fff;}

/* footer css end */

/* banner css start */
.greenbgwrp{background: var(--banner-green);}
.banner-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner-item .side-content {
    width: 43%;
    padding-top: 12.8%;
    font-family: 'Inter', sans-serif;
    color:var(--black);
}

.banner-item .shrtdsc .shrtpara{
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.608px;
    line-height: 28PX;
    margin-bottom: 30px; position: relative;
}
.ltqte {
    width: 28px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: -45px; 
}
.ltqte i {
    width: 50%;
    float: left;
}
.rtqte {
    display: inline-block;
    position: absolute;
    right: 0px; width:28px;
    bottom: -30px;
}
.rtqte i {
    width: 50%; float: left;
}
.banner-item .shrtdsc .name{
font-size: 18px;
font-style: normal;
font-weight: 500;
letter-spacing: -0.531px;
}
.banner-item .side-img {
    width: 42%;
    margin-right: 10%;
}
/* banner css end */

/* section by section css start */
.padtpbt{padding-top:40px; padding-bottom:40px;}
@media only screen and (min-width: 991px) {
.customersection .container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}
}

.customersection .section-innerwrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.customersection .side-img {
    width: 49%;
}
.customersection .side-content {
    width: 49%;
    margin: auto;
    color:var(--white); order:2;
}
.customersection .side-content .mid-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
	letter-spacing: 2px;
}
.customersection .side-content .mid-title span {
    width: 36px;
    float: right;
    margin-right: -16%;
    top: 5px;
    position: relative;
}
.customersection .side-content .shrtdsc{
    /* font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24PX;  */
    width:76%; max-width:100%;
}
.customersection .side-content .top-title {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 32px; position: relative;
    padding-bottom: 20px; padding-left:32px;
}
.customersection .side-content .top-title .ltqte {
    top: 0;  width: 18px;
}
.customersection .side-content .top-title:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    opacity: 0.3;
    background: var(--white);
    display: inline-block;
    width: 100%;
    height: 2px;
}


.solutionsection .topwrap {
    padding-left: 8%;
}
.bluesidebg {
    position: absolute;
    left: 0px;
    top: -11%;
    width: 70px;
}
.orangsidebg{
    position: absolute;
    right: 0px;
    top: -7.5%;
    width: 86px;
}


.solutionsection .top-title {
    color: var(--black);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 32px; position: relative;
    padding-bottom: 20px; padding-left:32px;
}
.solutionsection .top-title .ltqte {
    top: 0;  width: 18px;
}
.solutionsection .top-title:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    opacity: 0.3;
    background: var(--gary);
    display: inline-block;
    width: 100%;
    height: 2px;
}
.solutionsection  .mid-title {
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.customr-soltonlist {
    display: inline-block;
    vertical-align: top;
    width: 100%; margin-bottom:50px; margin-top: 60px;
}
.customr-soltonlist .item {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding-right: 9px;  padding-left: 9px;
}
.customr-soltonlist .item .imgwrp {
    position: relative;
    width: 100%;
}
.customr-soltonlist .item .imgwrp img{width:100%;}
/* .customr-soltonlist .item:nth-child(3n){ padding-right:0;} */
.customr-soltonlist .item .imgwrp .title {
    position: absolute;
    color: var(--white);
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.684px;
    bottom: 0;
    padding: 20px;
    width: 100%;
}
/* section by section css end */

 /* mmmenu css start */

 .mm-wrapper_blocking .mm-wrapper__blocker {
    background:var(--light-black);
  }
  .sidemenubg { display: none;}
  /* .sidemenubg .mm-panel, .sidemenubg .mm-panels{background:#E5F2FE;} */
  .sidemenubg .mm-listitem {
    color: var(--black); text-transform: uppercase;  font-size: 17px; font-weight:500;
    /* font-family: 'hp_simplifiedbold'; */
    border-color:var(--lightter-gary);
  }
  .sidemenubg .mm-navbar {
    background: none;
  }
  .sidemenubg .mm-listitem:after {
    left: 0;
  }
  .sidemenubg .mm-btn:after, .sidemenubg .mm-btn:before{border-color:var(--black);}
  /* .sidemenubg .mm-btn.mm-btn_prev:after, .sidemenubg .mm-btn.mm-btn_prev:before{border-color: #0095D7;} */
  .sidemenubg .mm-listitem__btn:not(.mm-listitem__text) {
    border-left: none;
  }
  .sidemenubg .mm-navbar__title {
    color: var(--dark-greentp)!important;  font-size: 17px; font-weight:700;
  }
  
  /* .sidemenubg .mm-navbar{border-color: #fff;}
  .sidemenubg .mm-listitem_selected>.mm-listitem__text{ background: none; color: #0095D7!important;}
   */
    .customr-soltonlist .imgwrp{ overflow: hidden;}
    .customr-soltonlist .imgwrp img{transition: all 0.5s ease;}
    .customr-soltonlist .imgwrp img:hover{transform: scale(1.2, 1.2);}
    /* mmmenu css end */