/* DETAILS
==================================================
	Theme Name: guelphextermination.ca	
	Author: Shib 
	Author URI: 
==================================================
*/
@charset "utf-8";
/* CSS Document */
/*******GOOGLE_FONT************/

/*font-family: 'Montserrat', sans-serif;
font-family: 'Oswald', sans-serif;*/

html {
  scroll-behavior: smooth;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  background-color: #fff;
  color: #000;
  /*font-family: 'Metropolis Regular';*/
    font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
html * {
  outline: none;
}
ol,
ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none !important;
  outline: none !important;
}
outline {
  border: 0;
}
.lft {
  float: left;
}
.rgt {
  float: right;
}
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}
a,
input,
textarea {
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

.common-space {
  padding-top: 80px;
  padding-bottom: 80px;
}
.cd-top.cd-fade-out {
  opacity: 1;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 45px;
  right: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 99999;
  background-size: 100% auto;
  /* -moz-box-shadow: 0px 0px 4px #7b7b7b;
  -webkit-box-shadow: 0px 0px 4px #7b7b7b;
  box-shadow: 0px 0px 4px #7b7b7b; */
  border-radius: 5px;
}

/*==== Main-css ====*/

.container {
    max-width: 80%;
}
/*@media (min-width: 1366px){
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1400px){
    .container {
        max-width: 1260px;
    }
}
@media (min-width: 1600px){
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1800px){
    .container {
        max-width: 1600px;
    }
}

@media (min-width: 1921px){
    .container {
        max-width: 1800px;
    }
}*/
.btn{
    border-radius: 0;
    outline: none;
    appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
}
*:focus {
    outline: 0 !important;
}
*:active {
    outline: 0 !important;
}
/*==== Header ====*/
.topContact {
  background: -moz-linear-gradient(left, #006169 0%, #28b16d 100%);
  background: -webkit-linear-gradient(left, #006169 0%, #28b16d 100%);
  background: linear-gradient(to right, #006169 0%, #28b16d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006169', endColorstr='#28b16d', GradientType=1);
}
ul.contactSec {
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.contactSec li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-right: 20px;
}
ul.contactSec li:nth-child(2) {
  text-align: center;
}
ul.contactSec li:last-child {
  text-align: right;
}
ul.contactSec li a {
  font-size: 16px;
  padding: 12px 0;
  display: block;
  font-weight: 500;
  color: #fff;
}
ul.contactSec li a span i {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  vertical-align: middle;
  padding: 6px;
  text-align: center;
  margin-right: 10px;
}
.header {
  padding: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0px 0 10px #dedede;
}
.headerSection{
    width: 100%; 
    position: relative;
    z-index: 99;
    background-color: #fff;
}
/*.headerSection .navbar-expand-md{
    justify-content: center;
}*/
.header-top{
    display: inline-block;
    width: 100%;
    background-color: #f7941d;
    padding: 3px 0;
}
.header-contact{
    width: 100%;
}
.header-contact ul{
    list-style: none;
    padding: 0;
}
.header-contact ul li{
    display: inline-block;
    margin-right: 15px;
    color: #fff;
}
.header-contact ul li a{
    color: #fff;
}
.header-social{
    float: right;
}
.header-social ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-social ul li{
    display: inline-block;
    margin-left: 5px;
    color: #fff;
}
.header-social ul li a{
    color: #fff;
}

.header2{
    width: 100%;
    padding: 10px 0;
}


.headerSection .headerMenu{ display: flex;}
.headerSection .headerMenu .headerSocial{
    float: right;
    width: 100%;
}
.headerSection .headerMenu .headericon {
  margin-left: 15px;
    float: right;
}
.headerSection .headerMenu .headericon ul{
    display: block;
    width: 130px;
    margin: 0;
}
.headerSection .headerMenu .headericon ul li{
    display: inline-block;
    margin-left: 6px;
}
.headerSection .headerMenu .headericon li a {
  padding: 0 4px;
    background-color: #00A3FA;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
}
.headerSection .navbar{
    background-color: #0a883e;
    padding: 0;
}
.headerSection .headerMenu .navbar-collapse{
    width: 100%;
    margin-left: auto;
}
.headerSection .headerMenu .navbar-collapse .navbar-nav{
    margin-left: auto;
    color: #fff;
}
.headerSection .headerMenu .navbar-nav li a{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding: 12px 20px;
}
.headerSection .headerMenu .navbar-nav li a:hover{
    background-color: #fed601;
}
.mobile-menu p{
    display: none;
}
.headerSection .headerMenu .headericon ul li span{
    display: none;
}
.header-right{
    float: right;
}
.header-right .callus{
    float: left;
    background-image: url(../images/contact-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 10px 10px 30px;
}
.header-right .callus p{
    font-size: 14px;
    color: #6f6f6f;
    font-weight: bold;
}
.header-right .callus h4{
    font-size: 18px;
    color: #1d1d1d;
    font-weight: bold;
}


.header-right .store-section{
    float: right;
    margin-left: 20px;
    text-align: center;
}
.header-right .store-section ul{list-style:none;}
.header-right .store-section ul li{display:inline-block; margin-left:15px;}
.header-right .store-section a{
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #0a883e;
    border-radius: 50%;
    text-align: center;
    padding:10px 8px;
}
.header-right .store-section p{
    color: #0a883e;
    font-size: 17px;
    font-weight: bold;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.search-section{
    width: 100%;
    padding: 15px 0;
}
.header2 .logo {
  padding: 10px 0 10px;
  margin-top: 0;
  color: #011a48;
  font-weight: 300;
}
/*.header2 .logo img{
    max-width: 87px;
}*/
.header2 .navbar {
  padding: 0;
  width: 100%;
    align-items: end;
    align-items: flex-end;
}
.header2 .navbar-nav li {
  position: relative;
  margin: 0 7.7px;
}
/* .header .navbar-nav li:nth-child(3)::after, .header .navbar-nav li:nth-child(4)::after {
	content: " ";
	background: url(../images/fast-forward.png) no-repeat 0 0;
	width: 12px;
	height: 9px;
	position: absolute;
	top: 11px;
	right: -12px;
} */
.header .navbar-nav li a {
	padding: 10px 16px 10px 16px !important;
	line-height: 18px;
	background: rgba(0, 0, 0, 0);
	color: #000;
	font-weight: 400;
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
}
.header .navbar-nav li.active a {
  color: #011a48;
  background: -webkit-linear-gradient(#006169, #28b06d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header .navbar-nav li a:hover {
  color: #011a48;
  background: -webkit-linear-gradient(#006169, #28b06d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.call-us a {
  color: #fff;
  font-size: 20px;
  padding: 15px 40px;
  font-weight: 400;
  border-radius: 50px;
  background: -moz-linear-gradient(left, #006169 0%, #28b16d 100%);
  background: -webkit-linear-gradient(left, #006169 0%, #28b16d 100%);
  background: linear-gradient(to right, #006169 0%, #28b16d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006169', endColorstr='#28b16d', GradientType=1);
}
.call-us a:hover {
  color: #fff;
  background: -moz-linear-gradient(right, #006169 0%, #28b16d 100%);
  background: -webkit-linear-gradient(right, #006169 0%, #28b16d 100%);
  background: linear-gradient(to left, #006169 0%, #28b16d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006169', endColorstr='#28b16d', GradientType=1);
}
.header .navbar-nav {
  margin: 10px auto 10px 0;
  display: -webkit-box;
}

.sub-menu {
    width: 150px;
    background: #00b7e8;
    padding: 10px;
    border-radius: 4px;
    position: absolute;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}

.header .navbar-nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}
.header .navbar-nav li > ul.sub-menu li a {
  line-height: 18px;
  background: rgba(0, 0, 0, 0);
  color: #222;
  font-weight: 500;
  font-size: 15px;
  padding: 0 0 0px 0 !important;
  display: block;
}

.header .navbar-nav li > ul li a:hover {
  color: #011a48;
}
.right-part ul li {
  display: inline-block;
  margin-left: 40px;
}
.right-part ul {
  margin: 0px 0 0 0;
  float: right;
}
.right-part ul li a {
  color: #222;
  font-size: 17px;
  vertical-align: middle;
}
.right-part {
  width: 100%;
}

.header .topContact {
  float: right;
  width: 100%;
  text-align: right;
  padding: 0 15px;
}
.header .topContact ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
}
.header .topContact .contactSec {
}
.header .topContact ul li {
  display: inline-block;
  color: #000;
  font-size: 16px;
  margin-left: 10px;
  font-weight: 400;
}
.header .topContact ul li a {
  color: #fff;
}
.header .topContact ul li span {
  margin-right: 8px;
}

.header .topContact ul li a {
  transition: all 0.3s ease-in-out;
}
.header .topContact ul li a:hover {
  color: #011a48;
}

.header .navbar-nav li:last-child {
  margin-right: 0;
}
.header .navbar-nav li a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: -moz-linear-gradient(left, #006169 0%, #28b16d 100%);
  background: -webkit-linear-gradient(left, #006169 0%, #28b16d 100%);
  background: linear-gradient(to right, #006169 0%, #28b16d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006169', endColorstr='#28b16d', GradientType=1);
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
}
.header .navbar-nav li a:hover::after, .header .navbar-nav li a:focus::after, .header .navbar-nav li.active a::after, .header .navbar-nav li.current-menu-item a::after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
/*.top-search-section .form-row{
    justify-content: space-between;
}*/
.top-search-section{
    width: 100%;
    background: #F1F1F1;
    padding: 10px 0;
    z-index: 99;
}
.top-search-section label{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}
.top-search-section .custom-select{
    min-width: 210px;
    background-image: url(../images/Polygon-1.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px 9px;
    height: 42px;
    font-family: 'Roboto', sans-serif;
}
.top-search-section .btn-primary{
    height: 42px;
    border-radius: 0px;
    padding: 6px 25px;
    background: #00A3FA;
    border: none;
    min-width: 180px;
}
.top-search-section .btn-primary img{
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.top-search-section .sticky-searchbtn{
    display: none;
}
.top-search-section .sticky-cart{
    display: none;
}
.top-search-section .sticky-logo{
    display: none;
}
.top-search-section.sticky .btn-primary{
    display: none;
}


.top-search-section.sticky .find-text{
    display: none;
}
.top-search-section.sticky .sticky-logo{
    padding-right: 10px;
    display: block;
}
.top-search-section.sticky .sticky-logo img{
    max-width: 150px;
}
.top-search-section.sticky .sticky-searchbtn{
    min-width: 70px;
    display: block;
    padding: 6px 20px;
}
.top-search-section.sticky .sticky-cart{
    display: block;
    margin-left: auto;
}
.top-search-section.sticky .sticky-cart ul{
    display: block;
}
.top-search-section.sticky .sticky-cart ul li{
    display: inline-block;
    margin-left: 5px;
}
.top-search-section.sticky .sticky-cart ul li a {
  padding: 0 4px;
    background-color: #00A3FA;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
}


.megamenu {
    position: static
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%
}
.megamenu .dropdown-menu h4{
    font-size: 20px;
    margin-top: 6px;
}
.megamenu .dropdown-menu h5{
    margin-bottom: 8px;
    font-size: 18px;
}
.headerSection .megamenu .dropdown-menu .list-unstyled li a, .headerSection .megamenu .dropdown-menu li a{
    font-size: 14px;
    padding: 0px 10px !important;
    line-height: 22px;
}
.headerSection .megamenu .dropdown-menu .nav-item .dropdown-menu{
    position: relative;
    margin-top: -2px;
    padding: 0;
}
.headerSection .megamenu .dropdown-menu .nav-item .dropdown-menu a{
    font-size: 14px;
    padding: 2px 10px !important;
    line-height: 22px;
}

/*==== banner ====*/

.banner {
  position: relative;
  width: 100%;
    z-index: 10;
    overflow: hidden;
}
.banner-slider2 {
  position: relative;
}

.banner .item {
  position: relative;
}

.banner .item {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.slider-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 3% 0 0;
    bottom: 0;
    height: 100%;
}
.slider-caption .container{
    height: 100%;
}


.bannerimg {
  width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 344px;
}
.banner-caption {
  width:100%;
    position: relative;
    height: 100%;
    padding-left: 20px;
}
.banner-caption .captitle{
    position: relative;
    margin-bottom: 30px;
    margin-top: 78px;
    display: inline-block;
    width: 100%;
}

.banner-caption h2 {
  color: #87D62D;
  font-weight: bold;
    font-size: 3.4vw;
    text-align: Left;
    font-family: 'Bebas Neue Pro';
    text-transform: uppercase;
}
.banner-caption h2 span{
    color: #87d62d;
}
.banner-caption h3 {
  color: #fff;
  font-size: 3.19vw;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 0;
    font-family: 'Bebas Neue Pro Book';
}
.banner-caption p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-shadow: none;
  padding: 8px 0px;
  margin-bottom: 25px;
    font-family: 'Roboto Condensed', sans-serif;
}
.banner-caption .formSection{
    display: inline-block;
    position: absolute;
    bottom: 40px;
    left: 20px;
}
.banner-caption .formSection .form-group{
    float: left;
}
.banner-caption .formSection .form-group .form-control{
    border-color: #fff;
    background-color: transparent;
    padding: 12px 20px;
    border-radius: 30px;
    color: #fff;
}


.formSection .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.formSection .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.formSection .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.formSection .form-group .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.banner-caption .formSection .getBtn{
    /*background-color: #E4C36E;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;*/
    background-image: url(../images/button-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 1px 30px 8px 8px;
    color: #fff;
    font-size: 3.1vw;
    line-height: 42px;
    font-weight: 400;
    border: none;
    font-family: 'Bebas Neue Pro';
    border-radius: 0;
    margin-left: 2px;
}
.banner-caption .playBtn{
    position: absolute;
    right: -250px;
    bottom: 0;
}

.learnMore {
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 20px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: 500;
    clear: both;
    display: inline-block;
    background: -moz-linear-gradient(left, #006169 0%, #28b16d 100%);
    background: -webkit-linear-gradient(left, #006169 0%, #28b16d 100%);
    background: linear-gradient(to right, #006169 0%, #28b16d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006169', endColorstr='#28b16d', GradientType=1);
}

.banner-slider2 .bannerBg {
  display: block;
  width: 100%;
  /*height: 550px;*/
  /*object-fit: cover;*/
}


.custom-btn{
    /*background-color: #E4C36E;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    border: none;*/
    background-color: #00C2CC;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: none;
}
.custom-btn:hover{
    background: #00A0A8;
    color: #fff;
}
/*=======================*/
.pageSection1{
    padding:40px 0 40px 0;
    display: inline-block;
    width: 100%;
    background-color: #f8f8f8;
    z-index: 8;
    position: relative;
    text-align: center;
}
/*.pageSection1 .col-lg-3{
    flex: 0 0 20%;
    max-width: 20%;
}*/
.pageSection1 p{
    font-size: 23px;
    color: #0e3a53;
    font-family: 'GTSectra';
    margin-bottom: 25px;
    line-height: 27px;
}
.list-col{
    margin: 0;
    display: inline-block;
    max-width: 1300px;
}
.list-col li{
    font-size: 23px;
    color: #0e3a53;
    font-family: 'GTSectra';
    margin-bottom: 0px;
    background-image: url(../images/list-style.png);
    background-repeat: no-repeat;
    background-position: left top 6px;
    padding-left: 25px;
    display: inline-block;
    line-height: 27px;
}
.product-quiz{
    margin-bottom: 0px;
}
.product-quiz h2{
    font-size: 40px;
    color: #00A3FA;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
}
.product-quiz p{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.94);
    margin-bottom: 15px;
        
}

.page-title{
    text-align: center;
    margin-bottom: 40px;
}
.page-title h2{
    color: #202020;
    font-size: 40px;
    font-family: 'Fugaz One', cursive;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
}
.page-title h4{
    font-size: 3.22vw;
    color: #0e3a53;
    font-family: 'Bebas Neue Pro Book';
    width: 80%;
    display: inline-block;
    text-transform: uppercase;
}

.category-box{
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
.category-thumb{
    border-radius: 50%;
    width: 240px;
    height: 240px;
    display: inline-block;
    margin-bottom: 20px;
}
.category-box h3{
    font-family: 'Fugaz One', cursive;
    font-size: 30px;
    color: #1a1a1a;
    text-transform: uppercase;
}


/*==========================*/
.pageSection2{
    display: inline-block;
    width: 100%;
    padding:30px 0px 80px;
    position: relative;
    z-index: 5;
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.pageSection2 .container{
    max-width: 84%;
}
.pageSection2 .page-title{
    margin-bottom: 37px;
}
.pageSection2 .col-md-6{
}
.pageSection2 .product-section{
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 100%;
}




#menu-container {
  width: 100%;
  min-height: 100%;
}

.folding-menu {
  /* remove inline-block extra spacing */
  font-size: 0;
  padding: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.folding-menu li {
  list-style-type: none;
    min-width: 33.33%;
    width: 33.33%;
}

.menu-item {
  text-align: center;
  display: inline-block;
  padding:0 12px;
  transition: background 0.3s;
  font-size: 15px;
  vertical-align: top;
    margin-bottom: 20px;
}

.menu-item:hover {
}

.menu-item:after {
  content: '';
  border-top: 0 solid #e6e6e6;
}

.unfolded-content {
  font-size: 15px;
  background:#e6ebee;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.unfolded-content h3{
    font-size: 22px;
    margin-bottom: 12px;
}
.unfolded-content p{
    color: #0e3a53;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'Georgia';
}

.active-item {
  
  position: relative;
}

.active-item:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: calc( 50% - 20px );
  bottom: -20px;
  border-top: 20px solid #e6ebee;
  border-right: 20px solid transparent;
  border-bottom: 00px solid transparent;
  border-left: 20px solid transparent;
  z-index: 10;
  transition: border-top-color 0.3s;
}

.active-item:hover:after {
  border-top: 20px solid #e6e6e6;
}

.close-unfolded-content {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  background: #fff;
  transition: color 0.3s, background 0.3s;
}

.close-unfolded-content:hover {
  color: #fff;
  background: #444;
}

.more-section{
    width: 100%;
    position: relative;
    text-align: center;
}
.more-section .industries-thumb{
    position: relative;
    width: 100%;
}
.more-section .industries-content{
    position: absolute;
    z-index: 9;
    left: 0;
    width: 100%;
    bottom: 0;
    padding:60px 15px 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f3a53+0,0f3a53+10,0f3a53+100,0f3a53+100&0+0,0+6,0.84+59,1+100 */
    background: -moz-linear-gradient(top,  rgba(15,58,83,0) 0%, rgba(15,58,83,0) 6%, rgba(15,58,83,0.06) 10%, rgba(15,58,83,0.84) 59%, rgba(15,58,83,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(15,58,83,0) 0%,rgba(15,58,83,0) 6%,rgba(15,58,83,0.06) 10%,rgba(15,58,83,0.84) 59%,rgba(15,58,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(15,58,83,0) 0%,rgba(15,58,83,0) 6%,rgba(15,58,83,0.06) 10%,rgba(15,58,83,0.84) 59%,rgba(15,58,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000f3a53', endColorstr='#0f3a53',GradientType=0 ); /* IE6-9 */
}
.more-section .industries-content p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Georgia';
}
.more-section .industries-content .btn{
    background-color: #87d62d;
    color: #0e3a53;
    padding: 7px 16px;
    border-radius: 0 0 30px 0;
}


.workSec{
    text-align: center; 
    position: relative; 
    margin-bottom: 25px; 
    display: inline-block; 
    width: 100%;
    padding: 0 15px;
}
.workSec .workIcon{margin-bottom: 25px;}
.workSec .workCol h3{
    font-size: 25px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
}
.workSec .workCol h3 span{
    position: absolute;
    right: -30px;
    top: 2px;
}
.workSec .workCol p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 5px;
}
.about-content{
    width: 100%;
    margin-top: 60px;
}
.about-content h2{
    color: #1f1f1f;
    font-size: 40px;
    font-family: 'Fugaz One', cursive;
    text-transform: uppercase;
    margin-bottom: 31px;
    position: relative;
    padding-bottom: 5px;
}
.about-content h2:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #0a883e;
    content: "";
}
.about-content h4{
    color: #0E3B53;
    font-size: 23px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 28px;
}
.about-content p{
    color: #2e2e2e;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}
.about-content .learn-btn{
    display: inline-block;
    background-color: #0a883e;
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
}

/*================================*/
.pageSection3{
    display: inline-block;
    width: 100%;
    padding: 180px 0;
    background-color: #e6ebee;
    position: relative;
    z-index: 4;
    background-image: url(../images/bg2.jpg);
    background-size: 100% 100%;
}
.pageSection3 .container{
    max-width: 86%;
}

.excited-content{
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.excited-content h2{
    color: #fff;
    font-size: 40px;
    font-family: 'Fugaz One', cursive;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.excited-content h3{
    color: #fff;
    font-size: 30px;
    font-family: 'Fugaz One', cursive;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.excitedlist{
    width: 100%;
}
.excitedlist ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.excitedlist ul li{
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
    background-image: url(../images/list-style.png);
    background-repeat: no-repeat;
    background-position: left top 3px;
    padding-right: 15px;
    padding-left: 35px;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    vertical-align: top;
}


/*==============================================================*/
.footer-contact{
    display: inline-block;
    width: 100%;
    background-color: #0a883e;
    padding: 50px 0;
    text-align: center;
}
.contact-details{
    text-align: center;
    padding: 6px 0;
    display: inline-block;
    color: #fff;
}
.contact-details span{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.contact-details a{
    color: #fff;
}

.footerSection{
    width: 100%;
    padding: 20px 0 ;
    background: #e9e9e9;
    position: relative;
    z-index: 2;
}
.footer-social{
    display: inline-block;
    width: 100%;
}
.footer-social ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social ul li{
    display: inline-block;
}
.footer-social ul li a{
    color: #858585;
    font-size: 20px;
    border: 1px solid #858585;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 35px;
}

.footerSection .title{
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}
.footerSection .title h2{
    color: #fff;
    font-size: 46px;
    font-family: 'Bebas Neue Pro';
    font-weight: bold;
    text-transform: uppercase;
}
.contact-details{
    width: 100%;
}
.contact-details p{
    font-size: 23px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Bebas Neue Pro';
    font-weight: bold;
    text-align: right;
    line-height: 25px;
}
.contact-details p a{
    color: #fff;
}
.social{
    list-style: none;
    padding: 0;
    margin: 30px 0 30px 0px;
    width: 100%;
}
.social li{
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}
.social li a{
    color: #fff;
}



/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
    width: 100%;
    z-index: 2;
}
.custom-select-wrapper .custom-select {
    padding: 0;
    border: none;
    height: auto;
    width: 100%;
    background-color: transparent;
    position: relative;
    display: inline-block;
}
  .custom-select-wrapper select {
    display: none;
  }
  
    .custom-select-trigger {
      position: relative;
      display: block;
      width: 100%;
      padding: 0 40px 0 10px;
      font-weight: 300;
      color: #58595B;
      line-height: 35px;
      background-color: transparent;
        
        border:1px solid #87d62d;
      border-radius: 0px;
      cursor: pointer;
        font-family: 'GTSectra';
        font-size: 21px;
        height: 35px;
        white-space: nowrap;
overflow: hidden;
    }
.custom-select-trigger:after{
    background-image: url(../images/select-bg.jpg);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 100% 100%;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 35px;
    width: 30px;
}
      /*.custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }*/
  .custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 0px 0;
    border: 0px solid rgba(0,0,0,0);
    border-radius: 0px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #0e3b53;
    transition: all .4s ease-in-out;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
      font-family: 'GTSectra';
        font-size: 19px;
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    /*.custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }
    .option-hover:before {
      background-color: transparent;
    }*/
    .custom-option {
      position: relative;
      display: block;
      padding: 0 12px;
      border: 1px solid rgba(0,0,0,0);
      font-size: 15px;
      font-weight: 600;
      color: #fff;
      line-height: 34px;
      cursor: pointer;
      transition: all .4s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background-color: transparent;
        border: 1px solid #87d62d;
    }
.custom-select-trigger.option-selected-user{
    color: #fff;
}

.footer-text{
    display: inline-block;
    width: 90.5%;
}
.footer-content p{
    font-family: 'GTSectra';
    font-size: 17px;
    color: #fff;
    line-height: 21px;
    margin-bottom: 48px;
    letter-spacing: 0.35px;
}
.copyRight{
    width: 100%;
    text-align: right;
    display: inline-block;
}
.copyRight p{
    font-size: 15px;
    margin: 0;
    color: #5d5d5d;
}
.copyRight2{
    width: 100%;
    text-align: left;
    display: inline-block;
}
.copyRight2 p{
    font-size: 15px;
    margin: 0;
    color: #5d5d5d;
}
.copyRight2 p a{
	color:#0a883e;
}
.backtop{
    float: right;
    margin-bottom: 5px;
    position: absolute;
    right: 10px;
    bottom: 0;
}
#scroll {
    position:relative;
    cursor:pointer;
    width:100px;
    height:40px;
    display:block;
    border-radius:00px;
    color: #87D62D;
    font-family: 'GTSectra';
    font-size: 18px;
    
}
#scroll span {
    top:0;
    left:0;
    margin-left:0px;
    margin-top:0x;
    width:100px;
    display: inline-block;
}






.full-width-sec{ padding-left: 0; padding-right: 0;}
.full-width-sec .product-section figcaption{
    bottom: 170px;
}
.pageSection2 .full-width-sec .product-section figure{
    height: 750px;
}
.full-width-sec .product-section figcaption h3{
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
.full-width-sec .product-section .shop-btn{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


/*===========================*/
.header-bottom-custom .nav{
    display: inline-block;
}
.header-bottom-custom .nav li{
    width: 100%;
}
.header-bottom-custom .nav li .form-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.header-bottom-custom .nav li .form-row .col-auto{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-right: 5px;
padding-left: 5px;
}



/*===========================6-10-2021============================*/
.contact-page{
    text-align: left;
}
.contact-page .contact-address{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.contact-page .contact-address h3{
    margin-bottom: 5px;
    font-size: 25px;
}
.contact-page .contact-address h4{
    margin-bottom: 10px;
    font-size: 22px;
}
.contact-page .contact-address p{
    font-size: 17px;
}
.contact-form{
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 6px;
}
.contact-form .form-group{
    display: flex;
}
.contact-form .form-group label{
    flex-basis: 36%;
    font-size: 14px;
    padding: 5px 10px 0 0;
}
.contact-form .btn-sec{
    width: 100%;
    display: inline-block;
}
.contact-form .btn-sec .submit-btn{
    float: right;
    background-color: #0a883e;
    color: #fff;
    border-right: 4px;
}


/*New css added on 6-9-2021*/

.megamenu {
    position: static
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%
}
.megamenu .dropdown-menu h4{
    font-size: 17px;
    margin-top: 6px;
}
.megamenu .dropdown-menu h5{
    margin-bottom: 8px;
    font-size: 18px;
}
.headerSection .megamenu .dropdown-menu .list-unstyled li a, .headerSection .megamenu .dropdown-menu li a{
    font-size: 14px;
    padding: 0px 10px !important;
    line-height: 22px;
}
.headerSection .headerMenu .navbar-nav .dropdown-menu .dropdown a{
    font-size: 14px;
}
.headerSection .headerMenu .navbar-nav .dropdown-menu .dropdown .dropdown-menu{
    padding-left: 16px;
}
.headerSection .headerMenu .navbar-nav .dropdown-menu .dropdown .dropdown-menu a{
    font-size: 13px;
    padding: 0px 10px 0 13px !important;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: left top 7px;
    background-size: 8px 9px;
}
.headerSection .headerMenu .navbar-nav .dropdown-menu .dropdown .dropdown-menu a:hover{
    background-color: #fff;
    color: #6f6f6f;
    padding-left: 18px !important;
}
.headerSection .megamenu .dropdown-menu .nav-item .dropdown-menu{
    position: relative;
    margin-top: -2px;
    padding: 0;
}
.headerSection .megamenu .dropdown-menu .nav-item .dropdown-menu a{
    font-size: 14px;
    padding: 2px 10px !important;
    line-height: 22px;
}

.header-top{ display:none;}

.headerSection .headerMenu .dropdown .dropdown-menu{top: 98%;}
   .headerSection .headerMenu .dropdown .dropdown-menu a{ color:#121212 ;  padding: 0px 10px !important;}

.email-sec{margin-top:15px;}
.email-sec,.phn-sec{ display:block; margin-bottom:10px;}
.email-sec a,.phn-sec a{ color:#fff;}
.email-sec a img,.phn-sec a img{max-height: 20px; margin-right:5px;}




/*---captcha css---*/
.captcha-wrap{display: flex;flex-wrap: nowrap;   width: 100%;column-gap: 5px;}
.captcha-wrap label{flex-basis: 25.3% !important;}
.captcha-wrap input{    border: 1px solid #ced4da !important;}
.captcha-img img{ margin-right:5px;}
.captcha-img button{height: 33px;   border: 1px solid #333;   box-shadow: none;}


/*===============================================*/

/*@media only screen and (min-width:2540px) and (max-width:3600px){
    .container {
        max-width: 2000px;
    }
    .bannerimg{
        max-width: 550px;
    }
    
    
}
@media only screen and (min-width:1921px) and (max-width:2600px){
    .pageSection2 .product-section figure{
        height: 850px;
    }
    .pageSection2 .full-width-sec .product-section figure{
        height: 1300px;
    }
    
    
}

@media only screen and (min-width:1600px) and (max-width:1920px){
    .pageSection2 .product-section figure{
        height: 780px;
    }
    .pageSection2 .full-width-sec .product-section figure{
        height: 1100px;
    }
    
    
}

@media only screen and (min-width:1400px) and (max-width:1599px){
    
    
    
    
}

@media only screen and (min-width:1300px) and (max-width:1399px){
    
    
    
    
    
}*/


/*============================Media=======================*/
@media only screen and (min-width:1024px) and (max-width:1200px){
    .container {
        max-width: 950px;
    }
    .header2 .logo{
    }
    .banner-caption{
        width: 100%;
    }
    .titleSection{
        padding: 0 6%;
    }
    .top-search-section .custom-select{
        min-width: 198px;
    }
    .top-search-section .btn-primary{
        min-width: 160px;
    }
    .top-search-section.sticky .custom-select{
        min-width: 180px;
    }
    .headerSection .headerMenu .navbar-nav li a{
        font-size: 25px;
    }
    .banner-slider2 .bannerBg{
        height: 420px;
    }
    .banner-caption .formSection{
        bottom: 38px;
    }
    .banner-caption h2{
        font-size: 50px;
    }
    .banner-caption h3{
        font-size: 50px;
    }
    .banner-caption .formSection .getBtn{
        font-size: 45px;
        line-height: 45px;
    }
    .bannerimg{
        max-width: 330px;
    }
    .page-title h2{
        font-size: 50px;
    }
    .page-title h4{
        font-size: 50px;
        width: 100%;
    }
    .pageSection1 p{
        font-size: 24px;
    }
    .list-col li{
        font-size: 24px;
        background-position: left top 8px;
    }
    .industries-box .industries-content .btn{
        font-size: 32px;
    }
    .detailContent p{
        font-size: 24px;
    }
    .detailContent .getBtn{
        font-size: 40px;
        line-height: 40px;
    }
    .about-content h2{
        font-size: 50px;
    }
    .about-content h4{
        font-size: 23px;
    }
    .about-content p{
        font-size: 23px;
    }
    .footerSection .title h2{
        font-size: 50px;
    }
    .request-form .form-control{
        font-size: 20px;
        height: 45px;
    }
    .custom-select-trigger{
        font-size: 20px;
        height: 45px;
        line-height: 45px;
    }
    .request-form textarea.form-control{
        height: 90px;
    }
    .custom-select-trigger::after{
        width: 45px;
        height: 45px;
    }
    .request-form .btn{
        font-size: 40px;
        line-height: 40px;
    }
    .footer-content p{
        font-size: 20px;
    }
    .copyRight p{
        font-size: 20px;
    }
    .pageSection2 .container {
        max-width: 96%;
    }
    .pageSection3 .container{
        max-width: 96%;
    }
    .footerSection .container{
        max-width: 96%;
    }
   /* .pageSection1 .col-lg-3{
    flex: 0 0 50%;
    max-width: 33%;
}*/
    
}
@media only screen and (min-width:768px) and (max-width:1023.9px){
    .container {
        max-width: 710px;
    }
    .header2 .logo{
        margin-right: 5px;
        font-size: 40px;
    }
    .banner-slider2 .bannerBg{
        height: 360px;
    }
    .slider-caption{
        top: 0%;
    }
    .banner-caption{
        width: 100%;
    }
    .banner-caption h2{
        font-size: 40px;
    }
    .banner-caption h3{
        font-size: 40px;
    }
    .banner-caption .formSection .form-group{width: 58%;}
    .banner-caption .formSection .getBtn{
        padding: 10px 40px 10px 20px;
        font-size: 35px;
        line-height: 34px;
    }
    .banner-caption .formSection{
        bottom: 30px;
    }
    .bannerimg{
        max-width: 260px;
    }
    .header2 .navbar-nav li{
        margin: 0;
    }
    .headerSection .headerMenu .navbar-nav li a{
        font-size: 22px;
    }
    .headerSection .headerMenu .headericon ul{
        width: 105px;
    }
    .top-search-section label{
        font-size: 14px;
    }
    .top-search-section .custom-select{
        min-width: 146px;
    }
    .top-search-section .btn-primary{
        min-width: 100px;
        padding: 6px 15px;
    }
    .top-search-section.sticky .sticky-logo img {
        max-width: 110px;
    }
    .top-search-section.sticky .custom-select{
        min-width: 100px;
        width: 126px;
        font-size: 12px;
        padding: 6px 22px 6px 6px;
        background-position: right 6px center;
    }
    .top-search-section.sticky .sticky-searchbtn {
        min-width: 50px;
        display: block;
        padding: 6px 10px;
    }
    .titleSection{
        padding: 0;
    }
    .titleSection h2{
        font-size: 40px;
    }
    .titleSection p{
        font-size: 18px;
    }
    .loveusSec .loveuscol1 {
        flex-basis: 80%;
        padding: 0 6px;
    }
    .loveusSec .loveusIcon {
        flex-basis: 20%;
        padding: 0 4px;
    }
    .contentSec h2{
        font-size: 32px;
    }
    .priceRow .priceSection{
        width: 40%;
    }
    .pageSection2 .product-section figure{
        height: 350px;
    }
    .pageSection2 .product-section figcaption h3{
        font-size: 30px;
    }
    .pageSection2 .product-section figure img{
        height: 100% !important;
    }
    .page-title h2{
        font-size: 42px;
    }
    .page-title h4{
        font-size: 40px;
        width: 100%;
    }
    .pageSection1 p{
        font-size: 18px;
    }
    .list-col li{
        font-size: 18px;
    }
    .industries-box .industries-content .btn{
        font-size: 26px;
        line-height: 28px;
    }
    .thumb-hover .industries-content2 .btn{
        font-size: 26px;
        width: 160px;
        margin-left: -80px;
        line-height: 32px;
    }
    .thumb-hover .industries-content2 p{
        font-size: 20px;
    }
    .detailContent p{
        font-size: 18px;
    }
    .detailContent .getBtn{
        font-size: 35px;
        line-height: 35px;
    }
    .about-content h2, .footerSection .title h2{
        font-size: 42px;
    }
    .about-content h4{
        font-size: 20px;
        line-height: 25px;
    }
    .about-content p{
        font-size: 20px;
        line-height: 25px;
    }
    .request-form .form-control{
        font-size: 18px;
    }
    .custom-select-trigger{
        font-size: 18px;
        line-height: 41px;
        height: 41px;
    }
    .custom-select-trigger::after{
        width: 41px;
        height: 41px;
    }
    .request-form .btn{
        font-size: 35px;
        line-height: 34px;
    }
    .footer-content p{
        font-size: 17px;
    }
    .copyRight p{
        font-size: 17px;
    }
    #scroll{
        font-size: 20px;
        width: 120px;
    }
    #scroll span{width: 120px;}
    .contact-details p{
        font-size: 25px;
    }
    .pageSection2 .container {
        max-width: 100%;
    }
    .pageSection3 .container {
        max-width: 100%;
    }
    .footerSection .container {
        max-width: 100%;
    }
    .request-form{
        width: 100%;
    }
    .pageSection1 .col-lg-3{
    flex: 0 0 50%;
    max-width: 50%;
}
    
    
    
}
@media only screen and (min-width:300px) and (max-width:767.9px){
    .container {
        max-width: 100%;
    }
    .banner-caption{
        padding-left: 0;
    }
    .header2 .navbar{
        display: block;
        position: relative;
    }
    .header2 .logo{
        width: 47% !important;
        margin-right: 6px;
        margin: 0;
        font-size: 30px;
        padding: 0;
    }
    .header2 .logo img{
        max-width: 100%;
    }
    .headerSection .headerMenu{
        float: right;
        width: 60px;
        max-width: 165px;
        margin-top: 10px;
    }
    .header2 .navbar .navbar-toggler{
        float: left;
        background-color: #87d62d;
        margin: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: #fff;
        margin-right: 0px;
        padding: 6px;
    }
    .headerSection .headerMenu .headericon ul{
        float: right;
        display: inline-block;
        width: auto;
    }
    .headerSection .headerMenu .navbar-nav li a{
        padding:10px 12px;
        font-size: 22px;
    }
    
    .headerSection .headerMenu .navbar-collapse{
        background-color:#87d62d;
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 999;
        padding: 10px 0;
    }
    .headerSection .headerMenu{
        position: static;
    }
    .top-search-section.sticky{
        position: relative;
    }
    .top-search-section .stickylogo-col{
        width: 100%;
        text-align: center;
    }
    .top-search-section.sticky .sticky-logo{
        margin-bottom: 6px;
        display: none;
    }
    .top-search-section.sticky .btn-primary{
        display: block;
    }
    .top-search-section.sticky .sticky-searchbtn{
        display: none;
    }
    .top-search-section.sticky .sticky-cart{
        display: none;
    }
    .top-search-section .sticky-search{
        width: 100%;
        margin-bottom: 6px;
    }
    .top-search-section .custom-select{
        width: 100%;
        margin-bottom: 0px;
        min-width: 100%;
    }
    .top-search-section .sticky-search-btn{
        width: 100%;
    }
    .top-search-section .btn-primary{
        min-width: 100%;
    }
    .headerSection{
        padding-top: 0px;
        border-radius: 0 0 40px 0;
    }
    
    .headerSection .header2{
        height: auto;
        position: relative;
        z-index: 999;
        top: 0;
        width: 100%;
    }
    .headerMenu .headericon{
        display: block;
        margin-top: 10px;
        width: 100%;
        margin-left: 0;
    }
    .headerMenu .headericon .mobile-menu{
        display: inline-block;
        text-align: center;
    }
    .headerMenu .headericon .mobile-menu p{
        display: block;
    }
    .headerSection .headerMenu .headericon ul li{
        margin-left: 6px;
        text-align: center;
    }
    .headerSection .headerMenu .headericon ul li span{
        display: block;
    }
    
    .headerSection .top-search-section{
        margin-top: 0px;
    }
    .headerSection .top-search-section.sticky{
        display: none;
    }
    .banner-caption .playBtn{
        display: none;
    }
    .workSec .workCol h3 span{display: none;}
    .slider-caption{
        top: 0px;
        padding-top: 50px;
        height: 100%;
    }
    .banner{
    }
    .banner-slider2 .bannerBg{
        /*height: 250px;*/
    }
    .banner-slider2 .order1{
        order: 1;
        padding-top: 60px;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .banner-slider2 .banner-thumb{
        max-width: 350px;
        display: inline-block;
    }
    .bannerimg{
        max-width: 130px;
    }
    .banner-slider2 .order2{
        order: 2;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner-caption .captitle{
        margin-top: 0;
    }
    .banner-caption{
        width: 100%;
    }
    .banner-caption h2{
        font-size: 30px;
    }
    .banner-caption h3{
        font-size: 30px;
    }
    .banner-caption .formSection {
        display: inline-block;
        text-align: center;
        bottom: 15px;
    }
    .banner-caption .formSection .form-group{width: 100%;}
    .banner-caption .formSection{
        left: 0;
    }
    .banner-caption .formSection .getBtn{
        padding: 8px 23px 8px 10px;
        font-size: 22px;
        line-height: 24px;
    }
    .titleSection{
        padding: 0;
    }
    .titleSection h2{
        font-size: 40px;
    }
    .pageSection5 .titleSection h2{
        font-size: 30px;
    }
    .titleSection p{
        font-size: 17px;
    }
    .loveusRow{padding: 30px 0;}
    .loveusSec{
        margin-bottom: 30px;
    }
    .loveusSec.lastChild{
        margin-bottom: 20px;
    }
    .loveusSec.text-right .loveuscol1{
        text-align: left !important;
    }
    .loveusSec .loveuscol1 {
        flex-basis: 80%;
        padding: 0 6px;
        order: 2;
    }
    .loveusSec .loveusIcon {
        flex-basis: 20%;
        padding: 0 4px;
        order: 1;
    }
    .product-quiz h2{
        font-size: 35px;
    }
    .contentSec h2{
        font-size: 32px;
    }
    .priceRow .priceSection{
        width: 40%;
    }
    .pageSection1{
        padding: 60px 0 40px;
        border-radius: 0 0 40px 0;
    }
    .page-title{
        margin-bottom: 25px;
    }
    .page-title h2{
        font-size: 40px;
        margin-bottom: 10px;
    }
    .page-title h4{
        width: 100%;
        font-size: 32px;
    }
    .pageSection1 p{
        font-size: 18px;
    }
    .pageSection3 .newRow1{margin-bottom: 50px;}
    .contentSec{
        margin-bottom: 30px;
    }
    .pageSection3 .newRow1 .order1{
        order: 2;
    }
    .pageSection3 .newRow1 .order2{
        order: 1;
    }
    .pageSection2 .container {
        max-width: 100%;
    }
    .detailContent h3{
        margin-bottom: 25px;
    }
    .list-col li{
        font-size: 18px;
        background-position: left top 4px;
    }
    .priceRow .priceSection{
        width: 90%;
        margin-bottom: 50px;
    }
    .pageSection2{
        padding: 10px 0px 50px;
    }
    .pageSection2 .page-title{
        margin-bottom: 26px;
    }
    .industries-box .industries-content .btn{
        font-size: 38px;
    }
    .detailContent p{
        font-size: 18px;
    }
    .detailContent .getBtn{
        font-size: 32px;
        line-height: 35px;
    }
    .thumb-hover .industries-content2 p{
        font-size: 25px;
    }
    .thumb-hover .industries-content2 .btn{
        font-size: 35px;
        line-height: 35px;
        width: 200px;
        margin-left: -100px;
    }
    .folding-menu li{
        width: 100%;
    }
    .unfolded-content{
        margin-bottom: 20px;
    }
    .pageSection3{
        padding: 30px 0 20px;
        background-color: #e6ebee;
    }
    .pageSection3 .container {
        max-width: 100%;
    }
    .about-content{
        margin-bottom: 25px;
        margin-top: 10px;
    }
    .about-content h2{
        font-size: 45px;
    }
    .footerSection{
        /*text-align: center;*/
    }
    .footerSection .container {
        max-width: 100%;
    }
    .request-form{
        width: 100%;
    }
    .footerSection .title h2{
        font-size: 40px;
    }
    .excitedlist ul li{
        width: 100%;
        padding-right: 0;
    }
    .copyRight{
        text-align: left;
        padding: 15px 0;
        margin-top: 0;
    }
    .copyRight p{
        font-size: 16px;
    }
    .footerSection .title{
        margin-bottom: 30px;
    }
    .about-content h4{
        font-size: 20px;
        line-height: 25px;
    }
    .about-content p{
        font-size: 18px;
        line-height: 25px;
    }
    .request-form .form-control{
        font-size: 20px;
    }
    .custom-select-trigger{
        font-size: 20px;
        line-height: 38px;
        height: 38px;
    }
    .custom-select-trigger::after{
        width: 32px;
        height: 38px;
    }
    .request-form .btn{
        font-size: 38px;
        line-height: 38px;
        min-width: 140px;
        text-align: center;
    }
    .contact-details p{
        text-align: left;
        font-size: 25px;
    }
    .footer-content p{
        font-size: 16px;
    }
    .backtop{
        margin: 10px 0;
        bottom: 70px;
    }
    #scroll{
        font-size:18px;
    }
    .contact-details{
        margin-bottom: 30px;
    }
    .footer-content p{
        margin-bottom: 15px;
    }
    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
        border: none;
        box-shadow: 0 0 0 rgba(0,0,0,0);
        outline: inherit;
    }
    .pageSection1 .col-lg-3{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /*==============================================*/
    .megamenu .dropdown-menu{
        text-align: left;
    }
    .headerSection .headerMenu .navbar-nav li a{
        text-align: left !important;
    }
    .headerSection .headerMenu .navbar-nav li .dropdown a{
        font-size: 16px;
    }
    
    
    
    
    
    
}







/*New css added on 6-9-2021*/
.menu-row{
    padding: 2px 0 12px;
}
.megamenu {
    position: static
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%
}
.megamenu .dropdown-menu h4{
    font-size: 16px;
    margin-top: 14px;
    color: #0a883e;
    position: relative;
    margin-bottom: 3px;
}
.megamenu .dropdown-menu h4 span{
    background-color: #fff;
    padding-right: 10px;
    position: relative;
    z-index: 2;
}
.megamenu .dropdown-menu h4:after{
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 10px;
    left: 0;
    width: 98%;
    height: 1px;
    background-color: #dadada;
    z-index: 0;
}
.megamenu .dropdown-menu h5{
    margin-bottom: 8px;
    font-size: 18px;
}
.headerSection .megamenu .dropdown-menu .list-unstyled li a, .headerSection .megamenu .dropdown-menu li a{
    font-size: 14px;
    padding: 0px 10px !important;
    line-height: 20px;
}
.headerSection .headerMenu .navbar-nav .dropdown-menu .dropdown a{
    font-size: 13.5px;
    font-weight: 400;
    margin-bottom: 1px;
}
.headerSection .headerMenu .navbar-nav .dropdown-menu .dropdown .dropdown-menu{
    padding-left: 22px;
    margin-bottom: 5px;
}
.headerSection .headerMenu .navbar-nav .dropdown-menu .dropdown .dropdown-menu a{
    font-size: 13px;
    padding: 0px 10px 0 11px !important;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: left top 6px;
    background-size: 6px 7px;
    color: #555;
    font-weight: 300;
    line-height: 1.42857143;
    margin-bottom: 0;
}
.headerSection .headerMenu .navbar-nav .dropdown-menu .dropdown .dropdown-menu a:hover{
    background-color: #fff;
    color: #6f6f6f;
    padding-left: 18px !important;
}
.headerSection .megamenu .dropdown-menu .nav-item .dropdown-menu{
    position: relative;
    margin-top: -2px;
    padding: 0;
}
.headerSection .megamenu .dropdown-menu .nav-item .dropdown-menu a{
    font-size: 14px;
    padding: 2px 10px !important;
    line-height: 20px;
}

.header-top{ display:none;}

.headerSection .headerMenu .dropdown .dropdown-menu{top: 98%;}
.headerSection .headerMenu .dropdown .dropdown-menu a{ 
   color:#4c4c4c ;  
   padding: 0px 13px !important; 
   line-height: 20px;
}

.email-sec{margin-top:15px;}
.email-sec,.phn-sec{ display:block; margin-bottom:10px;}
.email-sec a,.phn-sec a{ color:#fff;}
.email-sec a img,.phn-sec a img{max-height: 20px; margin-right:5px;}



@media (min-width:768px) {
    
   /*.headerMenu .dropdown a:hover + .dropdown-menu,.headerMenu .dropdown  .dropdown-menu:hover{ display:block;}*/
   .headerMenu .dropdown .dropdown-menu a{ text-align:left !important;}

    
    
    
}


.menu-modal-pop{ }
.menu-modal-pop .modal-header{padding: 0 !important; border: none;}
.menu-modal-pop .modal-content{ padding: 8px 8px 13px !important;}

.menu-modal-pop .close{ color: #f00; opacity: 1 !important;}

.menu-modal-pop .modal-content .modal-body{ padding: 0;}
.menu-modal-pop .modal-content h3{font-size: 15px!important; font-weight: 600!important; text-transform: uppercase!important; color: #333; margin: 0 0 10px;}
.menu-modal-pop .modal-content h4{font-size: 14px; color: #333;font-weight: normal;  display: block; margin: 0 0 18px;}
.menu-modal-pop .modal-content h5{font-size: 13px; color: #777; font-weight: normal;}


.menu-modal-pop .modal-content select{width: 100%;margin-bottom: 10px!important; box-sizing: border-box!important; color: #333!important; font-family: Arial,sans-serif!important;
    font-feature-settings: normal!important; font-kerning: auto!important; font-language-override: normal!important;font-size: 12px!important; font-size-adjust: none!important;
    font-stretch: normal!important;font-style: normal!important;font-synthesis: weight style!important;font-weight: 400!important; height: 23px!important;
    line-height: 15px!important;text-align: start!important;}

.search-wrap-top{ margin-bottom: 3px !important;max-width: 76%;}
.search-wrap-top input[type="text"]{    height: 26px;
    border: 1px solid #333;
    margin-right: 6px;
    font-size: 13px;
    opacity: 1 !important;
    padding-left: 5px;
    color: #333!important;
    font-family: Arial,sans-serif!important;
    font-feature-settings: normal!important;
    font-kerning: auto!important;}

.search-wrap-top .btn{color: #333;
    background-color: #fff;
    border-color: #ccc;
    height: 27px;
    padding: 5px 10px;
    line-height: 15px;}



.modal-backdrop{ display: none !important;}






}


