@font-face {
	font-family: 'Conv_Museo Sans 300';
	src: url('../fonts/Museo Sans 300.eot');
	src: local('☺'), url('../fonts/Museo Sans 300.woff') format('woff'), url('../fonts/Museo Sans 300.ttf') format('truetype'), url('../fonts/Museo Sans 300.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_museosans_500-webfont';
	src: url('../../fonts/museosans_500-webfont.eot');
	src: local('☺'), url('../fonts/museosans_500-webfont.woff') format('woff'), url('../fonts/museosans_500-webfont.ttf') format('truetype'), url('../fonts/museosans_500-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_MuseoSans-700';
	src: url('../fonts/MuseoSans-700.eot');
	src: local('☺'), url('../fonts/MuseoSans-700.woff') format('woff'), url('../fonts/MuseoSans-700.ttf') format('truetype'), url('../fonts/MuseoSans-700.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'Conv_MuseoSans-900';
  src: url('../fonts/MuseoSans-900.eot');
  src: local('☺'), url('../fonts/MuseoSans-900.woff') format('woff'), url('../fonts/MuseoSans-900.ttf') format('truetype'), url('../fonts/MuseoSans-900.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Conv_CircularStd-Bold';
	src: url('../fonts/CircularStd-Bold.eot');
	src: local('☺'), url('../fonts/CircularStd-Bold.woff') format('woff'), url('../fonts/CircularStd-Bold.ttf') format('truetype'), url('../fonts/CircularStd-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html{
  overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Conv_MuseoSans-700';
    overflow: hidden;
}
ul, li{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a, a:hover, a:focus{
  color: inherit;
  text-decoration: none;
}
img{
  max-width: 100%;
}

/**********************************
****** animation-css-start *************
****************************************/

[class*=".effect-"] {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000
}
.effect-fade {
  opacity: 0
}
.effect-fade.in {
  opacity: 1
}
.effect-slide-bottom {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0
}
.effect-slide-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.effect-slide-left {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    opacity: 0;
}
.effect-slide-left.in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.effect-slide-right {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    opacity: 0;
}
.effect-slide-right.in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.effect-slide-top {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
}
.effect-slide-top.in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.effect-pop {
    opacity: 0;
}
.effect-pop.in {
    -webkit-animation: pop 0.6s ease-out 0.5s both;
    -moz-animation: pop 0.6s ease-out 0.5s both;
    -o-animation: pop 0.6s ease-out 0.5s both;
    animation: pop 0.6s ease-out 0.5s both;
    opacity: 1 \9;
}
@-webkit-keyframes pop {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
 opacity: 1;
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
@-moz-keyframes pop {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
 opacity: 1;
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
@-o-keyframes pop {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
 opacity: 1;
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
@keyframes pop {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
 opacity: 1;
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
.effect-fall {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.effect-fall.in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.effect-helix {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.effect-helix.in {
    opacity: 1;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
}

/**********************************
****** animation-css-end *************
****************************************/

/************* Main-page start ***************/
.btnStyle {
    height: 60px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Conv_CircularStd-Bold';
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    line-height: 60px;
}
.btnStyle.btn-dark {
    background-color: #091d26;
    min-width: 248px;
}
.btnStyle.btn-dark:hover {
    background-color: #023d02;
}
.btnStyle.btn-dark > i {
    margin-left: 15px;
    color: #82b540;
    font-size: 20px;
}
.headerSection {
  /*  position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;*/
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    text-align: center;
}
/*.headerSection.fixed-header {
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}*/
.navCol {
    background-color: #091d25;
    padding: 30px 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
/*.fixed-header .navSection {
    padding: 15px 0;
}*/
.logoSection {
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
/*.fixed-header .logoSection {
    padding: 10px 0;
}*/
.logo > a > img {
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
/*.fixed-header .logo > a > img {
    max-width: 350px;
}*/
.navLinks {
    text-align: center;
}
.navLinks > ul > li {
    display: inline-block;
}
.navLinks > ul > li + li {
    padding-left: 40px;
}
.navLinks > ul > li > a {
    color: #ffffff;
    font-size: 20px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.navLinks > ul > li > a:hover{
  color:#82b540;
}
.navTgl {
    display: block;
    width: 30px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.tglLine {
  width: 100%;
  height: 3px;
  display: block;
  background-color: #666;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition:all 0.2s;
}
.tglLine2 {
  margin: 4px 0;
}
.actNav .tglLine1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 15% 10%;
  -ms-transform-origin: 15% 10%;
  transform-origin: 15% 10%;
}
.actNav .tglLine2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.actNav .tglLine3 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 15% 90%;
  -ms-transform-origin: 15% 90%;
  transform-origin: 15% 90%;
}
.bannerSection {
    background-image: url(../images/main_page_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 105px 0 140px;
    /*margin-top: 233px;*/
}
.bannerImg {
    position: relative;
}
.bannerImg::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #2e2e2e;
    box-shadow: 0 30px 90px rgba(46,46,46,0.8);
    width: 250px;
    height: 200px;
    border-radius: 50%;
    transform: translate(-40%, -60%) rotate(-45deg);
    display: none;
}
.bannerImg > img {
    position: relative;
}
.bannerText > h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 45px;
    line-height: 55px;
}
.bannerText > p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 40px;
    text-align: justify;
}
.breakpoint{
	display: block;
}
.headingLgCol > h2 {
    text-align: center;
    font-size: 40px;
    color: #0b0c0e;
    font-family: 'Conv_museosans_500-webfont';
    line-height: 50px;
}
.spaceCol {
    padding: 100px 0;
}
.cardIcon {
    background-color: #82b540;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.cardSectiom > .row > div[class^="col"]:nth-child(1) .cardCol {
    transition-delay: 300ms!important;
}
.cardSectiom > .row > div[class^="col"]:nth-child(2) .cardCol {
    transition-delay: 600ms!important;
}
.cardSectiom > .row > div[class^="col"]:nth-child(3) .cardCol {
    transition-delay: 900ms!important;
}
.cardSectiom > .row > div[class^="col"]:nth-child(4) .cardCol {
    transition-delay: 1200ms!important;
}
.cardSectiom > .row > div[class^="col"]:nth-child(5) .cardCol {
    transition-delay: 1500ms!important;
}
.cardSectiom > .row > div[class^="col"]:nth-child(6) .cardCol {
    transition-delay: 1800ms!important;
}
.cardSectiom > .row > div[class^="col"]:nth-child(7) .cardCol {
    transition-delay: 2100ms!important;
}

.cardCol > h4 {
    color: #0b0c0e;
    font-size: 22px;
    text-align: center;
    padding: 30px 0 0;
    min-height: 90px;
}
.cardCol > p {
    color: #0e0e0e;
    font-size: 15px;
    font-family: 'Conv_Museo Sans 300';
    min-height: 158px;
}
.cardCol > a {
    color: #11a3fe;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.cardCol > a:hover {
    color: #82b540;
}
.cardSectiom {
    margin-top: 60px;
}
.footerSection {
    background-color: #091d25;
    color: #fff;
    padding-top: 80px;
}
.footerInner {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footerInfo > h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footerLinks > ul > li + li {
    margin-top: 8px;
}
.footerLinks > ul > li > a {
    font-size: 17px;
    font-family: 'Conv_Museo Sans 300';
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.footerLinks > ul > li > a:hover {
    color: #82b540;
}
.footerInfo > p {
    font-size: 17px;
    font-family: 'Conv_Museo Sans 300';
    line-height: 28px;
}
.footeradd > ul > li {
  font-size: 17px;
    font-family: 'Conv_Museo Sans 300';
    line-height: 28px;
}
.btnStyle.btngreen {
    background-color: #82b540;
    color: #ffff;
    min-width: 218px;
}
.btnStyle.btngreen:hover{
  background-color: #3e763e;
}
.footerCol {
    text-align: center;
    padding: 30px 0;
}
.footerCol > p, .footerCol > p > a{
  font-size: 17px;
  font-family: 'Conv_Museo Sans 300';
  margin: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.footerCol > p > a:hover{
  color: #82b540;
}
/************* Main-page end ***************/


/************* about-us-page start ***************/

.custombanner {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about_bg{
  background-image: url(../images/about_bg.jpg);
}
.customInfo {
    max-width: 1075px;
    margin: 0 auto;
}
.headingmdCol > h2 {
    color: #091f2b;
    font-size: 35px;
    padding-bottom: 20px;
}
.headingmdCol > p {
    color: #091f2b;
    font-size: 14px;
    font-family: 'Conv_museosans_500-webfont';
    text-align: justify;
}
.cardInfotext + .cardInfotext {
    margin-top: 50px;
}
/************* about-us-page end ***************/

.pro2_bg{
  background-image: url(../images/product_bg2.jpg);
}
.headingLgCol.textbold > h2{
  font-family: 'Conv_MuseoSans-700';
}
.detailCard {
    padding: 80px 0;
}
.proImg > img {
    width: 100%;
}
.proText {
    padding-left: 30px;
}
.proText > p {
    font-size: 18px;
    color: #091f2b;
    font-family: 'Conv_museosans_500-webfont';
    padding-bottom: 10px;
    text-align: justify;
}
.proText > ul {
    padding-bottom: 20px;
}
.proText > ul > li {
    font-size: 18px;
    color: #091f2b;
    font-family: 'Conv_museosans_500-webfont';
    padding-left: 20px;
    position: relative;
    text-align: justify;
    line-height: 24px;
}
.proText > ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #091f2b;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.proText > ul > li + li {
    margin-top: 5px;
}
.proText .btnCol {
    margin-top: 20px;
}
.proText > span {
    font-family: 'Conv_MuseoSans-900';
    font-size: 18px;
    color: #091f2b;
    margin-bottom: 15px;
    display: block;
}
.borderCol {
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 80px 0 0;
    margin-bottom: 80px;
}

.slider2 .slick-slide > img {
    max-width: inherit;
    width: 100%;
    padding: 0 100px 50px;
}
.slider-nav2 .slick-slide img {
    max-width: 125px;
}
.landing-sliderSec .slick-dots {
  display: none!important;
}
.slider-nav2 .slick-prev, .slider-nav2 .slick-next {
    background: #b6c88e;
    bottom: 0;
    height: auto;
    top: 0;
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    width: 50px;
    z-index: 9;
}
.slider-nav2 .slick-prev, .slider2 .slick-prev {
  left: 0;
}
.slider-nav2 .slick-next, .slider2 .slick-next {
  right:0;
}
.slider2 .slick-prev:before, .slider2 .slick-next:before {
    color: #ffffff;
    font-family: fontawesome;
    font-size: 30px;
    width: 40px;
    height: 40px;
    background-color: #0b2736;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-nav2 .slick-prev::before, .slider-nav2 .slick-next:before {
    color: #0b2736;
    font-family: fontawesome;
    font-size: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-nav2 .slick-prev::before, .slider2 .slick-prev::before{
  content:"\f104";
}
.slider-nav2 .slick-next:before, .slider2 .slick-next:before{
  content:"\f105";
}
.leftInfo > span  {
    font-family: 'Conv_museosans_500-webfont';
}
.leftInfo > span, .rightInfo > span  {
    color: #071922;
    font-size: 18px;
    margin-top: 5px;
    display: block;
}
.leftInfo {
    width: 500px;
}
.headingXS > h3 {
    color: #071922;
    font-size: 25px;
    padding-bottom: 20px;
}
.proContent .borderCol {
    padding-bottom: 80px;
}
.pdfCol {
    text-align: center;
    max-width: 350px;
    padding-top: 20px;
}
.pdfCol > a > img {
    margin: 0 auto 20px;
}
.pdfCol > img, .pdfCol > a, .pdfCol > span {
    display: block;
}
.pdfCol > a{
  text-decoration: underline;
}
.pdfCol > a, .pdfCol > span {
    font-size: 18px;
    color: #071922;
    font-family: 'Conv_museosans_500-webfont';
}
.mapSection iframe {
    width: 100%;
    height: 300px;
}
.mapCol {
    background-color: #9aca4f;
    padding: 40px 50px;
    margin-top: -8px;
}
.mapInfo > p, .mapInfo > a {
    color: #0b2736;
    font-size: 13px;
    margin: 0;
    font-family: 'Conv_museosans_500-webfont';
    position: relative;
    padding-left: 30px;
}
.mapIcon > i {
    color: #0b2736;
}
span.mapIcon {
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 18px;
}
.mapInfo.mbIcon {
    margin-top: 15px;
}
.mbIcon .mapIcon > i {
    font-size: 26px;
}
.mbIcon .mapIcon {
    left: 4px;
    top: -4px;
}
.mapInfo.mbIcon > p {
    font-weight: 700;
}
.inputStyle .form-control {
    height: 50px;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    padding: 16px 20px;
    font-family: 'Conv_museosans_500-webfont';
}
.inputStyle textarea.form-control {
    height: 120px;
    resize: none;
}
.form-group.inputStyle {
    margin-bottom: 30px;
}
.contactCol {
    margin-top: 60px;
}
.spaceSmCol .productInfo.borderCol {
    padding: 50px 0;
}
.proImg.smImgCol {
    text-align: center;
}
.proImg.smImgCol > img {
    margin: 0 auto;
    width: auto;
}
/*********************************
*******media-quary *************
****************************************/


@media(min-width:1400px){
  .container{
    max-width: 1260px;
  }
}
@media (max-width: 1400px){
  .logoSection {
      padding: 10px 0;
  }
  .logo > a > img {
    max-width: 350px;
  }
  .navCol {
    padding: 20px 0;
  }
  .navLinks > ul > li > a {
    font-size: 16px;
  }
  .bannerSection {
    padding: 60px 0 80px;
  }
  .bannerText > h3 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 44px;
  }
  .bannerText > p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .btnStyle.btn-dark {
      min-width: 200px;
  }
  .btnStyle.btn-dark > i {
      margin-left: 10px;
      color: #82b540;
      font-size: 18px;
  }
  .btnStyle {
      height: 50px;
      padding: 0 12px;
      font-size: 14px;
      line-height: 50px;
  }
  .spaceCol {
    padding: 80px 0;
  }
  .headingLgCol > h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .cardIcon {
    width: 88px;
    height: 88px;
  }
  .cardCol > h4 {
    font-size: 18px;
    padding: 20px 0 0;
    min-height: 70px;
  }
  .cardCol > p {
    font-size: 14px;
    min-height: 150px;
  }
  .footerSection {
    padding-top: 50px;
  }
  .footerInfo > h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footerLinks > ul > li > a {
    font-size: 14px;
  }
  .footerLinks > ul > li + li {
    margin-top: 4px;
  }
  .footerInfo > p, .footeradd > ul > li {
      font-size: 14px;
      line-height: 24px;
  }
  .btnStyle.btngreen {
    min-width: 175px;
  }
  .footerCol {
    padding: 20px 0;
  }
  .footerCol > p, .footerCol > p > a {
    font-size: 14px;
  }
    .bannerImg::before {
    width: 200px;
    height: 180px;
    transform: translate(-40%, -60%) rotate(-38deg);
  }
 .headingmdCol > h2 {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .customInfo {
      max-width: 930px;
  }
  .proText {
      padding-left: 0;
  }
  .proText > p {
    font-size: 16px;
    padding-bottom: 0;
  }
  .proText > ul > li {
    font-size: 16px;
    padding-left: 15px;
  }
  .proText > ul > li::before {
    width: 6px;
    height: 6px;
  }
  .proText .btnCol {
    margin-top: 10px;
  }
  .detailCard {
      padding: 40px 0;
  }
}
@media (max-width: 1199px){
  .logo > a > img {
      max-width: 280px;
  }
  .navCol {
    padding: 15px 0;
  }
  .navLinks > ul > li {
      padding-left: 20px;
  }
  .navLinks > ul > li > a {
      font-size: 14px;
  }
  .bannerSection {
      padding: 40px 0 60px;
  }
  .bannerText > h3 {
      font-size: 25px;
      line-height: 34px;
  }
  .bannerText > p {
      font-size: 14px;
      line-height: 24px;
  }
  .btnStyle {
    height: 45px;
    font-size: 14px;
    line-height: 45px;
  }
  .btnStyle.btn-dark {
    min-width: 180px;
  }
  .btnStyle.btn-dark > i {
      margin-left: 15px;
      font-size: 16px;
  }
  .spaceCol {
    padding: 40px 0;
  }
  .headingLgCol > h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .cardSectiom {
    margin-top: 40px;
  }
  .cardIcon {
    width: 75px;
    height: 75px;
  }
  .cardIcon > img {
    height: 30px;
    object-position: center;
    object-fit: contain;
  }
  .cardCol > h4 {
      font-size: 16px;
      min-height: 55px;
  }
  .cardCol > p {
    font-size: 13px;
    min-height: 130px;
  }
  .cardCol > a {
      font-size: 13px;
  }
  .footerSection {
    padding-top: 40px;
  }
  .btnStyle.btngreen {
    min-width: 155px;
  }
  .bannerImg::before {
      width: 160px;
      height: 150px;
  }

  .detailCard {
    padding: 40px 0;
  }
  .borderCol {
      padding: 40px 0 0;
      margin-bottom: 40px;
  }
  .slider-nav2 .slick-slide img {
    max-width: 85px;
  }
  .slider2 .slick-prev:before, .slider2 .slick-next:before {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991px){
  .logo {
      text-align: left;
  }
  .logo > a > img {
      max-width: 220px;
  }
  .navCol {
      position: fixed;
      left: 0;
      top: 60px;
      right: 0;
      bottom: 0;
      background-color: #0a1d26;
      text-align: center;
      overflow-y: auto;
      -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
      -webkit-transition: all 300ms ease-in-out 0s;
      -o-transition: all 300ms ease-in-out 0s;
      transition: all 300ms ease-in-out 0s;
      z-index: 9;
  }
	.navLinks {
	  display: -ms-flexbox ;
	  display: flex ;
	  -ms-flex-align: center ;
	  align-items: center ;
	  -ms-flex-pack: center ;
	  justify-content: center ;
	  min-height: 100%;
	}
	.navLinks > ul {
	  padding: 20px;
	}
	.navLinks > ul > li {
		padding: 8px 0;
		display: block;
	}
	.actNav .navCol {
	  -webkit-transform: translate(0, 0);
	  -ms-transform: translate(0, 0);
	  transform: translate(0, 0);
	}
	body.actNav {
	  overflow: hidden;
	}
  .bannerText > h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .bannerText > p {
      font-size: 13px;
      line-height: 20px;
      padding-bottom: 0;
  }
  .bannerImg::before {
      height: 100px;
  }
  .headingLgCol > h2 {
      font-size: 25px;
      line-height: 28px;
  }
  .cardSectiom {
      margin-top: 20px;
  }
  .cardCol {
      text-align: center;
      margin-top: 30px;
  }
  .cardCol > h4 {
      font-size: 14px;
      min-height: auto;
  }
  .cardIcon {
      width: 70px;
      height: 70px;
  }
  .cardCol > p {
      font-size: 13px;
      text-align: center;
      min-height: auto;
  }
  .footerLinks > ul > li > a {
      font-size: 13px;
  }
  .footerLinks > ul > li + li {
      margin-top: 2px;
  }
  .footerInfo > p, .footeradd > ul > li {
      font-size: 13px;
      line-height: 22px;
  }
  .btnStyle {
      height: 40px;
      font-size: 13px;
      line-height: 40px;
  }
  .btnStyle.btngreen {
      min-width: 140px;
  }
  .btnStyle.btn-dark {
      min-width: 160px;
  }
  .footerCol > p, .footerCol > p > a {
      font-size: 13px;
  }
  .proImg > img {
    padding-bottom: 30px;
  }
  .productInfo {
    max-width: 500px;
    margin: 0 auto;
  }
  .productInfo.borderCol {
    margin-bottom: 40px;
  }
  .proText .btnCol {
    margin-top: 0;
  }
  .proContent .borderCol {
    padding-bottom: 40px;
  }
  .pdfCol {
      max-width: 100%;
      padding-top: 0;
  }
  .custombanner {
    padding: 50px 0;
  }
  .mapCol {
    padding: 20px;
  } 
  .mapSection iframe {
    height: 200px;
  }
  .contactCol .detailCard {
    padding-top: 15px;
}
.contactCol {
    margin-top: 40px;
}
.form-group.inputStyle {
    margin-bottom: 15px;
}
}
@media (max-width: 767px){
  .bannerImg {
      text-align: center;
      margin-bottom: 20px;
  }
  .bannerImg > img {
      max-width: 300px;
  }
  .bannerText {
      text-align: center;
  }
  .cardCol {
      margin-top: 15px;
      border: 1px solid #ddd;
      padding: 20px;
  }
  .footerInfo {
      margin-bottom: 20px;
  }
  .footerInfo > h2 {
      margin-bottom: 10px;
  }
  .btnFooter {
      padding-top: 20px;
  }
  .footerInner {
      padding-bottom: 0;
  }
  .custombanner {
      padding: 30px 0;
  }
  .headingmdCol > h2 {
      font-size: 20px;
  }
  .cardInfotext + .cardInfotext {
      margin-top: 30px;
  }
  .proText > p, .proText > ul > li  {
      font-size: 14px;
  }
  .proText > ul > li + li {
      margin-top: 0px;
  }
  .proText > span {
      font-size: 16px;
      margin-bottom: 5px;
  }
  .detailCard {
      padding: 20px 0;
  }
  .productInfo.borderCol {
      margin-bottom: 20px;
  }
  .mapSection iframe {
    height: 150px;
  }
  .mapCol {
    padding: 10px 15px 15px;
}
.mapInfo {
    padding-top: 5px;
}
.mapInfo.mbIcon {
    margin-top: 10px;
}
.inputStyle .form-control {
    height: 40px;
    font-size: 13px;
    padding: 10px 15px;
}
.inputStyle textarea.form-control {
    height: 90px;
}
}
@media (max-width: 585px){
  .logo > a > img {
    max-width: 180px;
}
.navTgl {
    width: 25px;
}
.tglLine {
    height: 2px;
}
.bannerImg > img {
    max-width: 250px;
}
.bannerSection {
    padding: 30px 0;
}
.bannerText > h3 {
    font-size: 18px;
    line-height: 24px;
}
.spaceCol {
    padding: 30px 0;
}
.headingLgCol > h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}
.cardSectiom {
    margin-top: 0;
}
.cardCol {
    margin-top: 10px;
    padding: 15px;
}
.footerCol > p, .footerCol > p > a {
    font-size: 12px;
}
.btnStyle {
    height: 35px;
    line-height: 35px;
}
.headingmdCol > h2 {
    font-size: 18px;
    margin: 0;
}
.headingmdCol > p {
    font-size: 13px;
    margin-bottom: 10px;
}
.cardInfotext + .cardInfotext {
    margin-top: 20px;
}
.slider-nav2 .slick-slide img {
    max-width: 65px;
    margin: 0 auto;
}
.slider2 .slick-slide > img {
    padding: 0 70px 20px;
}
.slider-nav2 .slick-prev, .slider-nav2 .slick-next {
    width: 28px;
}
prev::before, .slider-nav2 .slick-next:before {
    font-size: 25px;
    width: 30px;
    height: 30px;
}
.slider-nav2 .slick-prev::before, .slider-nav2 .slick-next:before {
    font-size: 25px;
    width: 30px;
    height: 30px;
}
.leftInfo {
    width: 100%;
}
.leftInfo > span, .rightInfo > span {
    font-size: 16px;
}
.headingXS > h3 {
    font-size: 18px;
    padding-bottom: 0;
}
}