



html,
body {
  width: 100%;
  overflow-x: hidden;
 
}
ul{
  list-style: none;
}

/* colours  */

:root {
  --primary: #102C47;
  --secondary: #7FA94B;
  --prim-font: #455D73;
  
}

/* Basic css */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
a{
  text-decoration: none!important;
}
p{
  color: var(--prim-font);
  line-height: 1.7rem;
  font-size: 0.9rem;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
h2{
  font-size: calc(2.5rem + 0.3vw);
}
h3{
  font-size: calc(2rem + 0.3vw);
}
h4{
  font-size: calc(1.5rem + 0.3vw);
}

.top-header-sec{
  width: 100%;
  min-height: 60px;
  background-color: #fff;
  padding: 10px 50px;
}
.search-form{
  margin-top: 5px;
}
.search-form input{
  width: 100%;
  min-height: 40px;
  border-radius: 20px;
  border: 1px solid #455D73;
  padding: 0px 12px;
} 
.search-form input::placeholder{
  color: #a9b0b6;
}
.flat-primary-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 500;
  cursor: pointer;
  font-size: 0.9rem;
}
.flat-primary-btn img{
  margin-right: 8%!important;
}
.flat-secondry-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 500;
  cursor: pointer;
  font-size: 0.9rem;
}
.cta-btn-sec{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 5px;
}
.grad-primary-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(16,44,71);
  background: linear-gradient(258deg, rgba(16,44,71,1) 0%, rgba(127,169,75,1) 100%);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 500;
  transition: all 0.4s ease-in-out!important;
  cursor: pointer;
}
.grad-primary-btn:hover{
  background: linear-gradient(258deg, rgba(127,169,75,1) 0%, rgba(127,169,75,1) 100%);
}
.top-header-sec .flat-primary-btn, .top-header-sec .flat-secondry-btn{
  min-width: 40%;
}
.tp-head-mnu{
  display:flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.tp-head-mnu li {
  margin: 0px 10px;
}
.tp-head-mnu li a{
  color: #102c47; /* var(--prim-font); */
  text-transform: uppercase;
  font-weight: 600;
}
.main-mnu-sec{
  width: 100%;
  min-height: 45px;
  background-color: var(--primary);
  color: #fff;
}

.cust-container{
  width: 100%;
  height: auto;
  padding: 0px 50px;
}

.main-mnu-sec .navbar {
  display: flex;
  align-items: center;
  justify-content: center!important;
}
.navbar-expand-lg .navbar-nav .nav-link{
  text-transform: uppercase;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}

.navbar .dropdown-menu div[class*="col"] {
  margin-bottom:0.5rem;
}

.navbar .dropdown-menu {
 border:none;
 background-color:#0060c8!important;
 border-radius: 0px;
}
.navbar .dropdown-menu .nav-item{
  padding: 0.3rem;
}
.navbar .dropdown-menu .nav-item .nav-link{
  padding: 0.3rem;
  color: #87bcee;
  text-transform: capitalize;
}

@media screen and (min-width: 992px) {
 
.navbar {
 padding-top:0px;
 padding-bottom:0px;
}

.navbar .nav-item {
 padding:.5rem .5rem;
 margin:0 .25rem;
}

/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
 width:100%;
 left:0;
 right:0;
 top:45px;
 
 display:block;
 visibility: hidden;
 opacity: 0;
 transition: visibility 0s, opacity 0.3s linear;
 
}
 
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
 display:block;
 visibility: visible;
 opacity: 1;
 transition: visibility 0s, opacity 0.3s linear;
}
 
 .navbar .dropdown-menu {
   border: 1px solid rgba(0,0,0,.15);
   background-color: #fff;
 }

}

.banner-sec{
  width: 100%;
  height: 80vh;
  overflow: hidden;
  border-bottom-right-radius: 60px;
  background-color: #F2F2F2;
}
.solution{
  width: 100%;
  height: auto;
  background-color: #F2F2F2;
  padding: 60px 0px;
}
.main-tit{
  text-transform: uppercase;
  font-weight: 600;
  background: linear-gradient(90deg, #7FA94B 0%, #102C47 50%, #7FA94B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}
.solu-bx{
  width: 100%;
  height: auto;
  margin-bottom: 45px;
}
.sol-imgbx{
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 15px;
}
.sol-imgbx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.what-bx{
  margin-bottom: 45px;
}
.what-imgbx{
 
  overflow: hidden;
  border-radius: 15px;
}
.what-imgbx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sol-tit-sec{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px;
}
.sol-tit-sec1{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
  text-align: center;
}
.sol-tit-sec1 .sol-tit-txt{
  font-size: 1.2rem;
}
.sol-tit-txt{
  color: #393838;
}
.sol-tit-txt{
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.sol-tit-go{
  text-align: right;
}
.sol-tit-go img{
  width: 68%;
}
.abt-sec{
  width: 100%;
  height: auto;
  padding: 50px 0px;
}
.abt-bx{
  width: 100%;
  height: auto;
  padding: 2rem;
  border-radius: 20px;
  overflow: hidden;
  /* background-image: url('../img/abt-bg.png'); */
  /* background-position: center;
  background-size: cover; */
  
  box-shadow: 0px 0px 20px -5px #00000054;
  
}
.abt-bx h3{
  color: #000000;
}
.abt-bx p{
  color: #000000;
  text-align: justify;
}
.yt-vd-hm{
  border-radius: 20px;
  overflow: hidden;
}
.abt-sec .row {
  display: flex;
  align-items: stretch; 
}

.abt-bx, .yt-vd-hm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.yt-vd-hm iframe {
  flex-grow: 1; 
}
.why-ch-fab{
  width: 100%;
  height: auto;
  background-color: #F2F2F2;
  padding: 40px;
}
.why-ch-fab .main-tit{
  text-align: center;
}
.why-chbx{
  width: 100%;
  min-height: 390px;
  background-color: var(--primary);
  padding: 0px 1rem 1rem 1rem;
  border-radius: 20px;
  text-align: center;
  margin: 20px 0;
}

/* .why-ch-imgbx img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
} */
/* .why-ch-imgbx img{
  width: 100%;
} */
.why-ch-tit h4{
  color: #fff;
  font-size: 1.3rem;
}
.why-chbx p{
  color: #DFDFDF;
}
/* .why-ch-tit {
    margin-top: 10px;
    padding: 26px 10px;
} */
.why-ch-tit a {
  background-color: var(--secondary);
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.9rem;
}

/* .why-ch-imgbx img {

  border-radius: 20px;
  width: 100%;

} */

.ft-sec{
  width: 93%;
  height: auto;
  margin: 20px auto 0px auto;
  background-color: #E9E5E5;
  padding: 2rem;
  border-radius: 20px;
}
.ft-logo-sec{
   padding-top: 40px;
}
.ft-logo-sec img{
  width: 80%;
}
.ft-sm-sec, .ft-logo-sec{
  text-align: center;
}
.ft-sm-sec img{
  width: 10%;
}
.ft-sm-sec{
  margin-top: 15px;
}
.ft-sm-sec a{
   margin:0px 5px;
}
.b-list li{
  position: relative;
  padding-left: 5%;
  padding-top: 3px;
  padding-bottom: 3px;
}
.b-list li::before{
  content: url('../icons/Polygon.svg');
  position: absolute;
  top: 0;
  left: 0;
}
.b-list li a{
  color: var(--prim-font);
  font-weight: 500;
}
.ft-sec h4{
  font-size: 1.4rem;
}
.sing-line{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.sing-line span{
  color: var(--prim-font);
  font-weight: 500;
}
.sing-line img{
  margin-right: 3%;
}
.st-list li{
  margin: 8px 0px;
}
.st-list li a{
 color: var(--prim-font);
}
.cprght{
  width: 100%;
  height: auto;
  padding: 10px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cprght a{
  color: var(--primary);
}
.head-sec{
  position: relative; /* Default state */
  width: 100%;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
/* .fixed{
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
} */
/* .fixed.show {
  opacity: 1; 
  transform: translateY(0); 
} */
.inner-banner-sec{
  width: 100%;
  min-height: 240px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.inner-banner-sec h5{
  color: #fff;
}
.bc{
  display: inline-flex;
  white-space: nowrap;
}
.bc li {
  margin-right: 9%;
  position: relative;
}
.bc li:before{
  content: url(../icons/Polygon.svg);
  position: absolute;
  left: -10px;
  top: 0;
}
.bc li:first-child:before{
  content: unset;
}
.bc li a {
  color: #7fa94b;
  font-weight: 600;
}
.inner-bas-sp{
  padding: 60px;
}
.left-list-bx ul li{
  padding: 15px 0px;
}
.left-list-bx ul li a.active{
  font-weight: 600!important;
  color: #0060c8!important;
}
.left-list-bx{
  /* width: 23%; */
  min-height: 60.5vh;
  background-color: #E9E5E5;
  padding: 2.5rem 2rem;
  border-radius: 20px;
}
.rght-prd-det-sec{
  /* width: 75%; */
  height: auto;
  margin-top: 30px;
}
.prod-cont{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  
}
.prod-cont .left-list-bx ul li {
  border-bottom: 1px solid #dddddd;
}
.prod-cont .left-list-bx ul li a{
  color: var(--primary);
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
}
.prod-desc-img{
  width: 100%;
  /* min-height: 300px; */
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.prod-desc-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.thead-bl{
  background-color: var(--primary);
  color: #fff;
}
.table-responsive td{
  color: var(--prim-font);
}
.solu-imgbx{
  width: 100%;
  height: auto;
  /* min-height: 200px; */
  border-radius: 20px;
  overflow: hidden;
}
.solu-imgbx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.inner-hm-abt-wr{
  width: 100%;
  min-height: 400px;
  background-image:url('../img/abt-innerbg.jpg');
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.innerhm-contbx{
  width: 60%;
  min-height: 400px;
  padding:2rem 1rem;
}
.innerhm-contbx h4{
  color: #fff;
}
.innerhm-contbx p{
  color: #abc3da;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  grid-gap: 10px;
  height: auto;
  padding: 20px;
}
.box {
  border-radius: 20px;
  background-color: var(--primary);
  padding: 20px;
  color: white;
  text-align: center;
  font-size: 1.5em;
}
.box-1 {
  grid-row: span 2; 
}
.box-2, .box-3 {
  height: 100%;
}
.grid-container p{
  text-align: justify;
  color: #abc3da;
}
.sec-list{
  font-size: 0.9rem;
  text-align: justify;
  padding-left: 3%;
}
.sec-list li{
  color: #abc3da;
  margin: 10px 0px;
  position: relative;
  font-weight: 500;
}
.sec-list li::before{
  content: url('../icons/Polygon.svg');
  position: absolute;
  top: 0px;
  left: -13px;
}
.cont-wr-bx{
   width: 100%;
   min-height: 260px;
   background-color: var(--primary);
   padding: 1.5rem;
   border-radius: 20px;
   text-align: center;
}
.cont-wr-bx img{
  margin-bottom: 10px;
}
.cont-wr-bx h5{
  color: #fff;
}
.cont-wr-bx p{
  color: #abc3da;
}
.cont-wr-bx a{
  color: #abc3da;
}
.cont-enq{
  margin-top: 50px;
}
.cont-enq .flat-primary-btn{
  border: 0;
}
.cont-enq h4{
  margin-bottom: 30px;
}
.cont-enq input::placeholder{
  font-size: 0.9rem;
}
.cont-enq textarea::placeholder{
  font-size: 0.9rem;
  color: var(--prim-font)!important;
}
.prod-bx-img{
  width: 100%;
  height: 250px;
  border-radius: 15px;
  border: 1px solid #c5d3e0;
  overflow: hidden;
}
.prod-bx-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.other-prod{
  margin-top: 50px;
}
.prod-bx-tit{
  margin: 8px 0px;
  color: var(--primary);
}
.prod-bx{
  width: 100%;
  min-height: 380px;
  margin-bottom: 40px;
}
.light-theme .current{
  background: var(--primary)!important;
}

.sub-tit{
  color: var(--primary);
}
.prod-desc-tab{
  margin-top: 40px;
}
.prod-desc-tab .tab-content{
  padding: 3rem 1rem;
}
.other-feat{
  margin-top: 30px;
}
.prod-desc-tab .nav-tabs .nav-link{
  color: var(--prim-font);
  font-family: "Roboto Condensed", sans-serif;
}
.prod-desc-tab .nav-tabs .nav-link.active{
  color: var(--primary);
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}
.form-group input::placeholder, .form-group textarea::placeholder{
  font-size: 1rem;
}
.form-group .form-control{
  font-size: 1rem;
} 
.enq-sec h4{
  margin-bottom: 10px;
}
.free-download-bx{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.free-download-bx img{
  width: 5%;
  margin-right: 1%;
}
.free-download-bx span{
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.3rem;
  color: var(--primary);
}
.what-we-do-sec{
  padding: 40px 0px;
}

.sup-sec .nav-tabs .nav-link{
  color: var(--prim-font);
  font-family: "Roboto Condensed", sans-serif;
}
.sup-sec .nav-tabs .nav-link.active{
  color: var(--primary);
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}

.sup-sec .tab-content{
  padding: 3rem 1rem;
}

.left-list-bx ul li a {
  color: #102c47;
  font-weight: 600 !important;
}

.table td {
  word-break: break-all;
}

a.viewmore {
  background: #7fa94b;
  padding: 8px;
  color: white;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}


.text-center {

  text-align: center;

}

.table td, .table th {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .table td, .table th {
    font-size: 14px;
    padding: 8px;
  }
}


/* ----nav---- */

nav {
    display: block;
    background: #102C47;
    text-align: center;
}

.menu {
    display: block;
    margin: 0;
}

.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    font-weight: 600;
    text-decoration: none;
    padding: 10px 15px; /* 20px 15px; */
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    text-transform: uppercase;
}

.menu li a:hover,.menu li:hover>a {
    color: #fff;
    background: #102C47;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
}

.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    font-size: 12px;
    font-weight: 500;
    display: block;
    color: #102C47;
    background: #fff;
}

.menu ul li a:hover,.menu ul li:hover>a {
    background: #102c47d4;
    color: #fff;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: 200px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #102C47;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #102C47;
    color: #fff;
    text-decoration: none;
}

a.homer {
    background: #9ca3da;
}

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        font-size: 12px;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    .menu {
        display: none;
    }

    .responsive-menu {
        display: block;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        background: #fff;
        color: #797979;
    }

    .menu li a:hover,.menu li:hover>a {
        background: #102c47d4;
        color: #fff;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li>ul ul:hover {
        transform: initial;
    }
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}

input.qty {
  width: 80px;
  padding: 0 10px;
} 

ul.genfe li {
  list-style-type: disc;
  margin-left: 17px;
}

.why-ch-tit {
  margin-top: 10px;
}

.cont-enq .flat-primary-btn {
  border: 0;
  border-radius: 5px;
  background: #102C47;
}

.flat-secondry-btn a {

  color: white;

}

.sup-box {
  min-height: 167px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.sup-box p a {
  font-weight: bolder;
}

/* ____________________ */

  /*Trigger Button*/
.modal-trigger {
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to bottom right, #B05574, #F87E7B);
  padding: 15px 30px;
  border-radius: 30px;
  position: relative; 
  top: 50%;
}

/*Modal*/
.modal.show .modal-dialog {
  
  -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);

}

.modal-body h4 {
  font-weight: bold;
  color: #102C47;
}
.close {
  color: #000000;
  transform: scale(1.4)
}
.modal-content {
  font-weight: bold;
  /* background: linear-gradient(to bottom right,#F87E7B,#B05574); */
  border: 8px solid #102C47;
}
.form-control1 {
  margin: 1em 0;
  color: white !important;
}
.form-control2:focus{

  background: #2b2e2e !important;

}
.form-control1:hover, .form-control1:focus {
  box-shadow: none !important;  
  border-color: #fff !important;
  background-color: transparent !important;
}
.mod-inn {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 2px solid #eee;
  padding-left: 0;
  font-weight: normal;
  background: transparent;  
  margin: 1rem 0;
}
.form-control1::-webkit-input-placeholder {
  color: #eee !important;  
}
.form-control1:focus::-webkit-input-placeholder {
  font-weight: bold !important;
  color: #fff !important;
  background-color: transparent !important;
}

.flat-primary-btn-mod {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 5px;
  background: #102C47;
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: 500;
  cursor: pointer;
  font-size: 0.9rem;
}

a.grad-primary-btn:hover{

  color: white;

}

.d-img-center {

  display: grid;
  align-items: center;

}

.color-black {
  color: black !important;
}