@font-face {
  font-family: 'Mulish-Regular';
  src: url(../fonts/Mulish-Regular.eot);
  src: url(../fonts/Mulish-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Mulish-Regular.otf) format('otf'),
    url(../fonts/Mulish-Regular.svg#Mulish-Regular) format('svg'),
    url(../fonts/Mulish-Regular.ttf) format('truetype'),
    url(../fonts/Mulish-Regular.woff) format('woff'),
    url(../fonts/Mulish-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Mulish-Black';
  src: url(../fonts/Mulish-Black.eot);
  src: url(../fonts/Mulish-Black.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Mulish-Black.otf) format('otf'),
    url(../fonts/Mulish-Black.svg#Mulish-Black) format('svg'),
    url(../fonts/Mulish-Black.ttf) format('truetype'),
    url(../fonts/Mulish-Black.woff) format('woff'),
    url(../fonts/Mulish-Black.woff2) format('woff2');
}

@font-face {
  font-family: 'Mulish-Bold';
  src: url(../fonts/Mulish-Bold.eot);
  src: url(../fonts/Mulish-Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Mulish-Bold.otf) format('otf'),
    url(../fonts/Mulish-Bold.svg#Mulish-Bold) format('svg'),
    url(../fonts/Mulish-Bold.ttf) format('truetype'),
    url(../fonts/Mulish-Bold.woff) format('woff'),
    url(../fonts/Mulish-Bold.woff2) format('woff2');
}

@font-face {
  font-family: 'Mulish-ExtraBold';
  src: url(../fonts/Mulish-ExtraBold.eot);
  src: url(../fonts/Mulish-ExtraBold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Mulish-ExtraBold.otf) format('otf'),
    url(../fonts/Mulish-ExtraBold.svg#Mulish-ExtraBold) format('svg'),
    url(../fonts/Mulish-ExtraBold.ttf) format('truetype'),
    url(../fonts/Mulish-ExtraBold.woff) format('woff'),
    url(../fonts/Mulish-ExtraBold.woff2) format('woff2');
}

@font-face {
  font-family: 'Mulish-Medium';
  src: url(../fonts/Mulish-Medium.eot);
  src: url(../fonts/Mulish-Medium.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Mulish-Medium.otf) format('otf'),
    url(../fonts/Mulish-Medium.svg#Mulish-Medium) format('svg'),
    url(../fonts/Mulish-Medium.ttf) format('truetype'),
    url(../fonts/Mulish-Medium.woff) format('woff'),
    url(../fonts/Mulish-Medium.woff2) format('woff2');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  font: 400 normal 1.03vw/31px 'Mulish-Regular', Arial, Helvetica, sans-serif;
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*---Universal Selector to add additional resets, such as text-size adjust and tap highlighting---*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  background: #fff;
}

span {
  color: #1A86CA;
}

ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

/*---Additional Form resets---*/
:required {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/*---Typographic Styling---*/
em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

/*---Interactive Element Settings---*/
a,
input[type="submit"],
input[type="button"],
button,
label[for] {
  cursor: pointer;
}

input[type="submit"] {
  -webkit-appearance: none;
}

input[type="submit"],
a.button {
  outline: none;
}

input[type="submit"].btn-primary:hover {
  border-color: #fff !important;
}

/*---Misc. Element Styling---*/
img {
  -ms-interpolation-mode: bicubic;
}

.linksiz {
  font-size: 19px;
  line-height: 30px;
}

/* Proper box model */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* General styles */
::selection {
  background: #eb8f00;
  color: #fff;
}

::-moz-selection {
  background: #eb8f00;
  color: #fff;
}

::-webkit-selection {
  background: #eb8f00;
  color: #fff;
}

a {
  text-decoration: underline;
  color: #327D9D;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

button {
  cursor: pointer;
}

caption,
th,
td {
  vertical-align: top;
}

h1 {
  font-size: 2.5vw !important;
  font-weight: normal !important;
  line-height: 57px !important;
  margin-bottom: 26px !important;
  font-family: 'Mulish-ExtraBold' !important;
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: inline-block;
  font-family: "Mulish-Bold";
  font-size: 2.5vw !important;
  font-weight: normal !important;
  line-height: 56px !important;
  margin-bottom: 22px !important;
  position: relative;
  text-transform: none;
}

h3 a {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #125184;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #fb9806;
}

img {
  height: auto;
  max-width: 100%;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

div.wpcf7-validation-errors,
.wpcf7-mail-sent-ok,
div.wpcf7-spam-blocked,
div.wpcf7-acceptance-missing,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  border: 1px #dc3232 solid;
  background: #fff;
  padding: 10px;
  font-size: 0.8vw;
  line-height: 0.8vw;
  z-index: 1;
}

input,
select,
textarea {
  font-size: 13px;
}

input[type="text"],
input[type="tel"],
input[type="phone"],
input[type="email"],
textarea {
  outline: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 4px 18px;
  width: 100%;
  font-size: 14px !important;
  font-weight: normal;
  color: #666;
}

input[type="text"],
input[type="tel"],
input[type="phone"],
input[type="email"] {
  height: 60px;
}

textarea {
  height: 133px;
  resize: none !important;
  vertical-align: top;
}

p {
  margin: 0 0 30px;
}

table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li:after,
ul:after,
div:after {
  display: block;
  content: "";
  clear: both;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #acacac;
}

:-moz-placeholder {
  opacity: 1;
  color: #acacac;
}

::-moz-placeholder {
  opacity: 1;
  color: #acacac;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #acacac;
}

*,
:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


a.phn {
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: inherit;
}

a.phn:hover {
  color: #ff9609;
}

.rcapcha {
  border-radius: 3px;
  height: 75px;
  margin: 0 auto 6px;
  overflow: hidden;
  width: 100%;
}

ul.sub-menu a {
  font-size: 18px !important;
}

.aniPos ul.sub-menu a {
  font-size: 12px !important;
}

.current_page_item a,
.current-menu-item a {
  color: #1E8D45 !important;
  font-family: 'Mulish-Bold';
}

.current_page_item a:hover,
.current_page_item li a:hover,
.current-menu-item a:hover {
  color: #1E8D45 !important;
}

footer .current_page_item a,
footer .current-menu-item a {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff !important;
}

.sitmpee .current_page_item a {
  color: inherit !important;
}

footer .current_page_item a:hover,
footer .current-menu-item a:hover {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #ff970a !important;
}

.current_page_item li a {
  color: #1E8D45 !important;
  background: none;
}

.container {
  width: 84.5% !important;
  max-width: 100% !important;
}

.logo {
  display: inline-block;
  margin: 32px 0;
  width: 299px;
}

.logoRgt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/*Menu*/
.navBox {}

.navBox a {
  display: block;
  padding: 14px 4px;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 0.96vw;
}

.navBox a:hover {
  color: #1E8D45 !important;
}



.navBox ul li:last-child a {
  padding: 14px 32px;
}

.navBox ul {
  max-width: 990px;
  margin: 0 auto;
  overflow: hidden;
}

.navBox ul li {
  float: left;
  list-style: none;
  margin: 0 24px;
}

.navBox ul li:last-child {
  margin-right: 0;
  margin-left: 21px;
}

.navBox ul li:last-child {
  margin-right: 0;
}

.navBox ul li .fa {
  padding-left: 4px;
}

.navBox .dropNav {
  display: none;
  width: 100%;
  padding: 5px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: inherit;
  background: #474747;
  z-index: 7;
  overflow: hidden;
}

.contactMenu a {
  background: #FDBF24 !important;
  border-radius: 30px;
}

.contactMenu a:hover {
  background: #1E8D45 !important;
  color: #fff !important;
}

.homeSec1 {
  margin-top: 144px;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 9;
}


/*Slider*/
.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.main {
  margin-top: 144px;
}

.banner .container-fluid {
  padding: 0;
}

.banner .container-fluid .row {
  margin: 0;
}

.banner .container-fluid .row .col-12 {
  padding: 0;
  background: #1E8D45 url(../images/banner-transparent.png) no-repeat 88% center;
}

.banner .slick-slide {
  margin: 0;
}

.bannLft {
  width: 45% !important;
  padding-left: 8.2% !important;
}

.bannRgt {
  width: 55% !important;
  position: relative;
}

.bannRgt:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 21%;
  background: rgb(30, 141, 69);
  background: linear-gradient(106deg, rgba(30, 141, 69, 1) 0%, rgba(30, 141, 69, 1) 50%, rgba(239, 249, 250, 0) 50%, rgba(32, 172, 181, 0) 100%);
}

.bannContCvr .h1 {
  font-family: Mulish-ExtraBold;
  font-size: 2.7vw;
  line-height: 68px;
  color: #fff;
}

.bannContCvr .h2 {
  font-size: 1.1vw !important;
  line-height: 30px !important;
  margin: 23px 0 50px;
  color: #fff;
}

.bannLft {
  display: flex;
  align-items: center;
}

.banner .btn-primary:hover {
  color: #FDBF24 !important;
  background-color: transparent !important;
  border-color: #FDBF24 !important;
}

.btn {
  padding: 13px 33px !important;
  font-size: 18px !important;
  border-radius: 30px !important;
}

.btn-primary {
  color: #000 !important;
  background-color: #FDBF24 !important;
  border-color: #FDBF24 !important;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #1E8D45 !important;
  border-color: #1E8D45 !important;
}

.btn-secondary {
  color: #fff !important;
  background-color: #1E8D45 !important;
  border-color: #1E8D45 !important;
}

.btn-secondary:hover {
  color: #1E8D45 !important;
  background-color: #fff !important;
  border-color: #1E8D45 !important;
}

.banner .slick-arrow {
  display: none !important;
}

.banner .slick-dots {
  position: absolute;
  bottom: 20px;
}

.banner .slick-active {
  opacity: 1;
}

.aboutHome {
  padding: 158px 0;
}

.excOffrs .imgCvrAbt {
  display: inline-block;
  overflow: hidden;
  border-radius: 24px;
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 29.9%;
}

span.tagSc {
  display: inline-block;
  padding: 3px 23px;
  font-size: 18px;
  border-radius: 30px;
  border: 1px #1E8D45 solid;
  margin-bottom: 18px;
  color: #2E2E2E;
}

.abtHmContents {
  margin-bottom: 48px;
  width: 83%;
}

.abtHmLft {
  display: flex;
  align-items: center;
}

.abthmRgtCvr {
  background: url(../images/transparent-logo.png) no-repeat 87% 50%;
  background-size: 57%;
}

.prodHm {
  text-align: center;
}

.prodTopScn h2 {
  width: 68%;
  margin: 0 auto;
  display: block;
}

.prodExcrpt {
  margin: 0 auto 41px;
  width: 83%;
}

.prodScn ul li {
  flex: 0 0 auto;
  width: 25%;
}

.prodScn ul {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

ul {
  padding-left: 0 !important;
}

.prodCvr {
  margin: 0 auto;
  width: 79%;
  display: block;
  text-decoration: none;
}

.prodThumb {
  border-radius: 26px;
  overflow: hidden;
  position: relative;
}

/*.prodCvr:hover .prodTitle {
  color: #FDBF24;
}
*/
.prodTitle {
  font-family: 'Mulish-ExtraBold';
  font-size: 1.31vw;
  line-height: 35px;
  margin: 20px 0;
  color: #1E8D45;
}

.excOffrs .container {
  padding: 0 12px;
  position: relative;
}

.prodHm {
  text-align: center;
  padding-bottom: 50px;
}

.excOffrs {
  padding: 63px 0;
}

.exoffCont {
  padding: 82px 7%;
  position: relative;
  overflow: hidden;
  background: #FDBF24 url(../images/yellow-bg.jpg) no-repeat 0 bottom;
  border-radius: 20px;
}

.excOffrs .abthmRgtCvr {
  background: transparent;
}

.exoffCont .abtHmContents {
  width: 87%;
}

section.blogHmScn {
  text-align: center;
  padding: 96px 0 0;
}


.blogList {
  padding: 0 0 0 !important;
  margin: 0 !important;
  text-align: left;
}

.blogColCvr {
  padding: 24px 21px 31px;
  box-shadow: 0px 7px 8px rgb(0 0 0 / 10%);
  border-radius: 20px;
  display: block;
  text-decoration: none;
}

.blogDate {
  font-size: 18px;
}

.blogThumb {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 26px;
  position: relative;
}

.promoImg {
  position: relative;
}

.blogThumb:before,
.prodThumb:before,
.promoImg:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.blogColCvr:hover .blogThumb:before,
.prodCvr:hover .prodThumb:before,
.promoCvr:hover .promoImg:before {
  -webkit-animation: .75s shine;
  animation: .75s shine;
}

@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}

.blogDscr p {
  font-size: 0.93vw;
  line-height: 24px;
}

.blogDscr {
  padding-top: 4px;
}

.blogDscr p:last-child {
  margin-bottom: 0;
}

.blogTitle {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 35px;
  font-family: 'Mulish-Bold';
  font-size: 1.16vw;
  line-height: 36px;
  margin: 0 0 4px;
  height: 72px;
  background: url(../images/arrow.png) no-repeat 99% 5px;
}

.blogColCvr:hover .blogTitle {
  background-image: url(../images/arrow-hover.png);
}

.moreBlog {
  text-align: center;
  padding: 48px 0 0;
}

.gtintch {
  padding: 159px 0 88px;
}

.gettchHdng {
  text-align: center !important;
  padding-bottom: 18px;
}

.gtintch .container {
  width: 64% !important;
  max-width: 100% !important;
}

.getLft {
  padding-right: 0 !important;
}

.getRgt {
  padding-left: 0 !important;
}

.gettchInnr {
  padding: 65px 6% 36px;
  text-align: center;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  background: #FDC435;
}

.gettchinnRgt {
  padding: 50px 9.2% 33px;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
  background: #1E8D45;
}

.getintouchForm label {
  display: block;
  color: #fff;
  margin-bottom: 7px;
}

.getintouchForm li p {
  margin: 0 !important;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.getintouchForm li {
  margin-bottom: 12px;
}

.getintouchForm li:last-child {
  text-align: center;
  padding-top: 27px;
  position: relative;
}

.getintouchForm li:last-child span.wpcf7-spinner {
  position: absolute;
  right: 0;
}

.gettchInnr .h2 {
  font-size: 1.87vw !important;
  display: block;
  line-height: 45px !important;
}

.gettchInnr small {
  display: block;
  font-size: 0.94vw;
  margin: 0 0 66px;
}

.addressDSc {
  display: inline-block;
  padding-left: 41px;
  font-size: 1.04vw;
  font-family: 'Mulish-Bold';
  margin-right: 7%;
  background: url(../images/location.png) no-repeat 9px 6px;
}

.call {
  display: block;
  margin: 22px 0 46px;
  font-size: 1.3vw;
  font-family: 'Mulish-Bold';
}

.locMap {
  border-radius: 20px;
  overflow: hidden;
}

.call a {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}

.call a:hover {
  color: #1E8D45 !important;
}

.bottmCaptn {
  text-align: center;
}

.bottmCaptn .container {
  max-width: 100% !important;
  width: 56% !important;
}

.bottmCaptn {
  text-align: center;
  padding: 71px 0 156px;
}

.bottmCaptn h2 {
  font-family: 'Mulish-ExtraBold';
  font-size: 2.94vw !important;
  line-height: 90px !important;
  margin: 0 !important;
  color: #FFB600;
}

.ftrlogo {
  display: inline-block;
  width: 53%;
}

.ftrTop {
  padding: 82px 0;
}

.ftrLogoRgt .contact ul,
.ftrLogoRgt .navgtn ul {
  float: left;
  width: 75%;
}

footer a {
  text-decoration: none;
}

.socialMda li {
  display: inline-block;
  margin: 0 16px;
}

.socialMda li a {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}

.fb {
  background-image: url(../images/facebook-icon.png);
}

.tw {
  background-image: url(../images/twitter-icon.png);
}

.insta {
  background-image: url(../images/instagram-icon.png);
}

.lnk {
  background-image: url(../images/linkedin-icon.png);
}

.ftrLogoRgt div small {
  float: left;
  width: 25%;
  font-size: 1.67vw;
  font-family: 'Mulish-Bold';
  color: #fff;
}

.navgtn {
  padding-top: 17px;
  padding-bottom: 38px;
}

.contact a,
.contact span {
  display: inline-block;
  padding: 0 0 0 33px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 0 4px;
}

.ftrLogoRgt div small {
  float: left;
  width: 25%;
}

.contact li {
  width: 32%;
  float: left;
}

.phonFtr a {
  background-image: url(../images/call-icon.png);
}

.phonEmail a {
  background-image: url(../images/email-icon.png);
}

.phonAddress span {
  background-image: url(../images/location-icon.png);
}

.socialMda li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.socialMda li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.socialMda {
  text-align: right;
  padding-top: 22px;
  padding-right: 11px;
}

.ftrTop {
  padding: 82px 0 10px;
}

.copy {
  text-align: center;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  border-top: 1px #AEAEAE solid;
}

.copy a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.copy span {
  display: inline-block;
  font-size: 37px;
  color: #fff;
}

.ftrLogoRgt .navgtn ul li:first-child {
  padding-left: 0;
}

.ftrLogoRgt .navgtn ul li a {
  color: #fff;
}

.ftrLogoRgt .navgtn ul li a:hover,
.contact a:hover,
.copy a:hover {
  color: #FDBF24;
}

.ftrLogoRgt .navgtn ul li {
  float: left;
  padding: 0 4%;
}

footer {
  position: relative;
  overflow: hidden;
}

footer:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 240px;
  height: 120px;
  background: url(../images/saffal-vector.png) no-repeat 0 top;
}

footer:after {
  content: "";
  position: absolute;
  left: -82px;
  bottom: 12px;
  width: 237px;
  height: 120px;
  background: url(../images/saffal-vector.png) no-repeat 0 top;
  transform: rotate(-94deg);
}

footer {
  background: #1E8D45;
}

.gettchInnr,
.gettchinnRgt {
  height: 100%;
}

.navBox.desktop {}

.navBox.mobileMnu {
  display: none;
}

.innerbanner {
  position: relative;
}

.innhdng {
  height: 280px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.innhdng h1 {
  color: #fff;
}

.contntScn {
  padding: 150px 0 137px;
}

.abtImgRgt {
  float: right;
  width: 49%;
}

.abtImgRgt {
  float: right;
  width: 49%;
  margin-left: 11%;
}

.innerCvr h2 {
  display: inline;
}

.innerCvr h2 {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px !important;
}

.abtImg2 {
  float: left;
  width: 51%;
}

.msnVsnScn {
  padding-top: 141px;
}

.spacr {
  display: inline-block;
  height: 40px;
  width: 30%;
}

.msnVsnScn h2 {
  color: #1E8D45;
}

.msnVsnScn strong {
  font-size: 1.288vw;
  line-height: 18px;
}

.ceomessage .container {
  width: 83.3% !important;
  border-radius: 22px;
  position: relative;
  padding: 80px 78px;
  background: linear-gradient(96deg, #1E8D45 0%, #003914 140.04%);
}

.ceoLft .h2 {
  margin-bottom: 27px !important;
  color: #FDC435;
}

.ceoCont {
  margin: 0 0 38px;
}

.designs small {
  display: block;
  font-size: 1.444vw;
  font-family: 'Mulish-Bold';
  text-transform: capitalize;
  line-height: 29px;
  color: #fff;
}

.designs span {
  display: block;
  color: #fff;
  padding: 10px 0 0;
}

.ceoCont p {
  color: #fff;
}

.ceoRgt img {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 29%;
}

.ceomessage {
  margin: 0 0 90px;
}

.commitments {
  text-align: center;
  padding: 69px 0 163px;
}

.contScn {
  margin-bottom: 44px;
}

.commImg:before,
.commImg:after {
  content: "";
  position: absolute;
}

.commImg {
  position: relative;
}

.commImg:before {
  left: -11%;
  height: 200px;
  width: 15%;
  top: 49%;
  background: url(../images/abt-lft.png) no-repeat 0 50%;
}

.commImg:after {
  right: -10.3%;
  top: 16%;
  height: 238px;
  width: 20%;
  background: url(../images/abt-right.png) no-repeat 0 50%;
}

.commImg img {
  position: relative;
  z-index: 1;
}

.promoCvr {
  width: 66%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.promoImg {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 12px;
}

.gallCol {
  padding-bottom: 74px;
}

.promoBtn .btn {
  width: 153px;
  padding-right: 54px !important;
  background-image: url(../images/view-white.png);
  background-repeat: no-repeat;
  background-position: 80% 50%;
}

.promoBtn .btn:hover {
  background-image: url(../images/view.png);
}

section.blogHmScn.blogMainScn {
  padding-bottom: 100px;
}

.innerpage.blog.blogInner .contntScn {
  padding-top: 86px;
  padding-bottom: 10px;
}

.blogFeatured {
  float: left;
  width: 47%;
  margin-right: 4%;
  margin-bottom: 61px;
}

.dateScInn,
.blogMainHdng {
  float: right;
  width: 49%;
}

.dateScInn {
  margin: 0 0 20px;
}

.backBtn a {
  display: inline-block;
  padding: 0 0 0 38px;
  color: #000;
  text-decoration: none;
  font-size: 1.27vw;
  background: url(../images/back-icon.png) no-repeat -5px 50%;
}

.backBtn a:hover {
  color: #FDBF24;
}

section.blogHmScn.blogMainScn .prodExcrpt,
section.blogHmScn.blogMainScn .prodExcrpt h2 {
  margin: 0;
  width: 100%;
  text-align: left;
  color: #1E8D45;
}

.backBtn {
  padding-bottom: 52px;
}

.blogMainHdng {
  color: #1E8D45;
}

.dateScInn span {
  float: left;
  padding: 11px 32px;
  border-radius: 30px;
  color: #000;
  background: #F0F0F0;
}

.gettchContact {
  height: 100%;
  background: #1E8D45;
  border-radius: 20px 0 0 20px;
}

.gettchContact .gettchInnr {
  position: relative;
  top: 83px;
  height: auto !important;
  border-radius: 20px;
  left: -168px;
  width: 114%;
}


.gtintch.contactGettch .gettchinnRgt {
  padding-left: 4.1%;
  padding-top: 79px;
  padding-right: 18.8%;
  padding-bottom: 58px;
}

.gtintch.contactGettch .gettchinnRgt h2 {
  color: #fff;
}

.gtintch.contactGettch .gettchinnRgt .getintouchForm {
  margin-top: 40px;
}

.gtintch.contactGettch .getintouchForm li:last-child {
  padding-top: 35px;
  text-align: left;
}

.gtintch.contactGettch .getintouchForm li:last-child input[type="submit"] {
  width: 30%;
}

.gtintch.contactGettch .getLft {
  width: 40%;
}

.gtintch.contactGettch .container {
  width: 85% !important;
  padding-left: 15%;
}

.gtintch.contactGettch {
  padding-top: 150px;
}

.thankyouPage {
  min-height: 500px;
  text-align: center;
}

.contactMenu.current_page_item a,
.contactMenu.current-menu-item a {
  color: #000 !important;
}

.imgCvrAbt {
  overflow: hidden;
  border-radius: 24px;
}

.locMap a {
  display: inline-block;
  border-radius: 24px;
  overflow: hidden;
}

.fadeup-ns {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.aniPos .logo {
  margin: 15px 0;
  width: 190px;
}

header,
header div,
header span,
header a,
header ul,
header li,
header img,
header p {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.blogHmScn.blogMainScn .prodExcrpt {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.backBtn {
  position: relative;
}

.shareSocial {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.sfsi_widget.sfsi_shortcode_container {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

@media only screen and (min-width: 992px) {

  #openPageslide {
    display: none;
  }

  #pageslide {
    display: block !important;
  }

  .pageslideBg {
    display: none !important;
  }

}

@media screen and (max-width: 1600px) {

  .contact a,
  .contact span {
    background-position: 0 0px;
  }

  .gtintch.contactGettch {
    padding-top: 127px;
  }

  .gtintch.contactGettch .gettchinnRgt {
    padding-top: 64px;
    padding-bottom: 42px;
  }


  .gtintch.contactGettch .gettchinnRgt .getintouchForm {
    margin-top: 26px;
  }

  .gettchContact .gettchInnr {
    position: relative;
    top: 69px;
    height: auto !important;
    border-radius: 20px;
    left: -134px;
    width: 114%;
    padding-bottom: 24px;
  }

  .gallCol {
    padding-bottom: 61px;
  }

  .abtImg2 {
    width: 43%;
    margin-right: 8%;
  }

  .contntScn {
    padding-top: 127px;
    padding-bottom: 116px;
  }

  .ceomessage .container {
    padding: 65px 63px;
  }

  .ceoLft .h2 {
    margin-bottom: 18px !important;
  }

  .ceoCont {
    margin: 0 0 26px;
  }

  .designs span {
    padding: 5px 0 0;
  }

  .ceomessage {
    margin: 0 0 65px;
  }

  .commitments {
    padding: 61px 0 117px;
  }

  .msnVsnScn {
    padding-top: 100px;
  }

  .innerCvr h2 {
    margin-bottom: 26px !important;
  }

  .spacr {
    height: 23px;
  }

  .innhdng {
    height: 218px;
  }

  .blogHmScn .prodExcrpt {
    margin-bottom: 26px;
  }

  .blogColCvr {
    padding: 24px 16px 31px;
  }

  .blogDate {
    font-size: 14px;
  }

  .blogTitle {
    font-size: 1.16vw;
    line-height: 25px;
    margin: 5px 0 4px;
    height: 54px;
  }

  .moreBlog {
    padding: 39px 0 0;
  }

  .gtintch {
    padding: 127px 0 88px;
  }

  .gettchHdng {
    padding-bottom: 12px;
  }

  .gettchInnr {
    padding: 48px 6% 41px;
  }

  .gettchInnr .h2 {
    font-size: 1.87vw !important;
    display: block;
    line-height: 45px !important;
    margin-bottom: 9px !important;
  }

  .getintouchForm label {
    margin-bottom: 6px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="phone"],
  input[type="email"] {
    height: 47px;
  }

  .getintouchForm li {
    margin-bottom: 10px;
  }

  textarea {
    height: 106px;
  }

  .getintouchForm li:last-child {
    padding-top: 21px;
  }

  .ftrTop {
    padding: 68px 0 10px;
  }

  .navgtn {
    padding-top: 17px;
    padding-bottom: 27px;
  }

  .contact {
    padding-right: 0 !important;
  }

  .socialMda {
    padding-top: 16px;
  }

  .socialMda li {
    display: inline-block;
    margin: 0px 9px;
  }

  .ftrTop {
    padding: 68px 0 3px;
  }

  .copy span {
    font-size: 30px;
  }

  .gtintch {
    padding: 127px 0 60px;
  }

  .bottmCaptn {
    padding: 60px 0 126px;
  }

  .bottmCaptn h2 {
    line-height: 73px !important;
  }

  .gettchinnRgt {
    padding: 39px 9.2% 27px;
  }

  .gettchInnr small {
    margin: 0 0 59px;
  }

  .call {
    margin: 15px 0 34px;
    font-size: 1.3vw;
  }

  .blogColCvr {
    padding: 24px 16px 26px;
  }

  .blogThumb {
    margin-bottom: 19px;
  }

  .blogDscr p {
    line-height: 18px;
  }

  section.blogHmScn {
    padding: 81px 0 0;
  }

  h2,
  h3,
  h4,
  h5,
  h6,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    line-height: 46px !important;
    margin-bottom: 19px !important;
  }

  .prodExcrpt {
    margin: 0 auto 31px;
  }

  .prodTitle {
    line-height: 35px;
    margin: 9px 0;
  }

  .excOffrs {
    padding: 45px 0;
  }

  .exoffCont {
    padding: 65px 7%;
  }

  .bannContCvr .h1 {
    font-size: 2.7vw;
    line-height: 56px;
  }

  .bannContCvr .h2 {
    line-height: 26px !important;
    margin-top: 2px;
  }

  .btn {
    padding: 10px 26px !important;
    font-size: 14px !important;
    border-radius: 30px !important;
  }

  .imgCvrAbt {
    width: 87%;
  }

  h1 {
    line-height: 46px !important;
    margin-bottom: 21px !important;
  }

  .navBox ul li:last-child {
    margin-right: 0;
    margin-top: 7px;
  }

  .main {
    margin-top: 113px;
  }

  .aboutHome {
    padding: 127px 0;
  }

  span.tagSc {
    display: inline-block;
    padding: 0px 19px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 22px;
    border: 2px #1E8D45 solid;
    margin-bottom: 13px;
    color: #2E2E2E;
  }

  .abtHmContents {
    margin-bottom: 37px;
    width: 83%;
  }

  .navBox ul li {
    margin: 0 17px;
  }

  .logo {
    width: 57%;
    margin: 27px 0;
  }

  .aniPos .logo {
    margin: 15px 0;
    width: 35%;
  }

  .navBox ul li:last-child a {
    padding: 6px 22px;
  }

  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    font-size: 1.03vw;
    line-height: 25px;
  }
}

@media screen and (max-width: 1490px) {
  .gtintch.contactGettch {
    padding-top: 119px;
  }

  .gettchInnr small {
    margin: 0 0 50px;
  }

  .gtintch.contactGettch .gettchinnRgt {
    padding-top: 60px;
    padding-bottom: 45px;
  }


  .getintouchForm li {
    margin-bottom: 13px;
  }

  .gtintch.contactGettch .gettchinnRgt .getintouchForm {
    margin-top: 35px;
  }

  .gtintch.contactGettch .getintouchForm li:last-child {
    padding-top: 24px;
  }

  .gettchContact .gettchInnr {
    left: -128px;
  }

  .innhdng {
    height: 202px;
  }

  .msnVsnScn {
    padding-top: 77px;
  }

  .contntScn {
    padding-top: 118px;
    padding-bottom: 92px;
  }

  .ceomessage .container {
    padding: 59px 60px;
  }

  .ceoCont {
    margin: 0 0 14px;
  }

  .contScn {
    margin-bottom: 31px;
  }

  .commitments {
    padding: 53px 0 124px;
  }

  span.tagSc {
    padding: 0px 16px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }

  .aboutHome {
    padding: 116px 0;
  }

  h1 {
    line-height: 43px !important;
    margin-bottom: 17px !important;
  }

  .abtHmContents {
    margin-bottom: 31px;
    width: 83%;
  }

  .btn {
    padding: 9px 22px !important;
    font-size: 14px !important;
    border-radius: 30px !important;
  }

  .prodHm {
    padding-bottom: 50px;
    padding-top: 5px;
  }

  h2,
  h3,
  h4,
  h5,
  h6,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    line-height: 46px !important;
    margin-bottom: 12px !important;
  }

  .excOffrs {
    padding: 36px 0;
  }

  .exoffCont {
    padding: 61px 7%;
  }

  section.blogHmScn {
    padding: 85px 0 0;
  }

  .blogHmScn .prodExcrpt {
    margin-bottom: 24px;
  }

  .blogTitle {
    font-size: 1.16vw;
    line-height: 25px;
    margin: 5px 0 4px;
    height: 47px;
  }

  .moreBlog {
    padding: 34px 0 0;
  }

  .gtintch {
    padding: 119px 0 60px;
  }

  .gettchHdng {
    padding-bottom: 17px;
  }

  .gettchInnr {
    padding: 48px 6% 28px;
  }

  .gettchinnRgt {
    padding: 39px 9.2% 42px;
  }

  .bottmCaptn h2 {
    line-height: 67px !important;
  }

  .bottmCaptn {
    padding: 60px 0 121px;
  }

  .ftrTop {
    padding: 62px 0 3px;
  }

  .navgtn {
    padding-top: 13px;
    padding-bottom: 26px px;
  }

  .socialMda {
    padding-top: 13px;
  }

  .copy {
    padding: 10px 0;

  }

  .socialMda li a {
    background-size: 100%;
    width: 24px;
    height: 26px;
  }

  .gettchInnr .h2 {
    line-height: 37px !important;
    margin-bottom: 11px !important;
  }

  .gettchInnr small {
    margin: 0 0 54px;
  }

  .addressDSc {
    background-size: 18px;
    background-position: 12px 4px;
  }

  .call {
    margin: 15px 0 29px;
  }

  textarea {
    height: 102px;
  }

  .getintouchForm label {
    margin-bottom: 10px px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1390px) {
  .gtintch.contactGettch {
    padding-top: 97px;
  }

  .gtintch.contactGettch .gettchinnRgt .getintouchForm {
    margin-top: 27px;
  }

  .getintouchForm li {
    margin-bottom: 9px;
  }

  .gtintch.contactGettch .gettchinnRgt {
    padding-bottom: 37px;
  }

  .gettchContact .gettchInnr {
    left: -120px;
    top: 62px;
    padding-bottom: 20px;
  }

  .call {
    margin: 7px 0 32px;
  }

  .msnVsnScn {
    padding-top: 87px;
  }

  .contntScn {
    padding-top: 96px;
    padding-bottom: 100px;
  }

  .commitments {
    padding: 44px 0 116px;
  }

  .msnVsnScn {
    padding-top: 30px;
  }

  .contntScn {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .bannContCvr .h1 {
    font-size: 2.7vw;
    line-height: 49px;
  }

  .bannContCvr .h2 {
    line-height: 24px !important;
    margin-top: 7px;
    margin-bottom: 30px !important;
  }

  .aboutHome {
    padding: 104px 0;
  }

  h1 {
    line-height: 40px !important;
    margin-bottom: 17px !important;
  }

  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    font-size: 1.03vw;
    line-height: 23px;
  }

  h2,
  h3,
  h4,
  h5,
  h6,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    line-height: 41px !important;
    margin-bottom: 16px !important;
  }

  .prodTitle {
    line-height: 35px;
    margin: 5px 0;
  }

  .exoffCont {
    padding: 58px 7%;
  }

  section.blogHmScn {
    padding: 77px 0 0;
  }

  .blogColCvr {
    padding: 20px 16px 17px;
  }

  .blogTitle {
    line-height: 22px;
    height: 45px;
  }

  .logo {
    width: 57%;
    margin: 24px 0;
  }

  .gettchinnRgt {
    padding: 39px 9.2% 26px;
  }

  .bottmCaptn {
    padding: 47px 0 118px;
  }

  .bottmCaptn h2 {
    line-height: 59px !important;
  }
}

@media screen and (max-width: 1090px) {
  section.blogHmScn.blogMainScn .prodExcrpt {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .gettchContact .gettchInnr {
    width: 124%;
  }

  .innerCvr h2 {
    margin-bottom: 15px !important;
    line-height: 31px !important;
  }

  .abtImg2 {
    width: 43%;
    margin-right: 8%;
    margin-bottom: 99px;
  }

  .bannContCvr .h1 {
    font-size: 2.7vw;
    line-height: 33px;
  }

  .bannContCvr .h2 {
    line-height: 20px !important;
    font-size: 1.3vw !important;
    margin-top: 7px;
    margin-bottom: 20px !important;
  }

  .navBox a {
    font-size: 1.4vw;
  }

  .navBox ul li {
    margin: 0 12px;
  }

  .main {
    margin-top: 90px;
  }

  h1 {
    line-height: 31px !important;
    margin-bottom: 15px !important;
  }

  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    font-size: 1.4vw;
    line-height: 22px;
  }

  .blogDscr p {
    line-height: 16px;
    font-size: 1.1vw;
  }

  .blogDate {
    font-size: 10px;
  }

  .gettchInnr small {
    margin: 0 0 54px;
    font-size: 12px;
    line-height: 16px !important;
  }

  .addressDSc {
    padding-left: 41px;
    font-size: 1.07vw;
    margin-right: 7%;
  }

  input[type="text"],
  input[type="tel"],
  input[type="phone"],
  input[type="email"] {
    height: 36px;
  }

  textarea {
    height: 80px;
  }

  .gtintch {
    padding: 60px 0 30px;
  }

  .bottmCaptn {
    padding: 40px 0 60px;
  }

  .ftrLogo {
    width: 100%;
    text-align: center;
  }

  .ftrLogoRgt {
    width: 100%;
    text-align: center;
  }

  .ftrLogoRgt div small,
  .ftrLogoRgt .contact ul,
  .ftrLogoRgt .navgtn ul {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .ftrLogoRgt div small {
    margin-bottom: 15px;
  }

  .contact li,
  .ftrLogoRgt .navgtn ul li {
    float: none;
    display: inline-block;
    padding: 0 14px;
  }

  .contact li {
    width: auto;
  }

  .socialMda {
    text-align: center;
  }

  .ftrLogoRgt .contact ul,
  .ftrLogoRgt .navgtn ul {
    width: 68%;
  }
}

@media screen and (max-width: 991px) {
  .aniPos .logo {
    margin: 15px 0;
    width: 60%;
  }

  .aniPos .pageslideBg {
    top: 10px;
  }

  .aniPos #openPageslide span {
    top: 13px;
  }

  .gettchContact .gettchInnr {
    width: 149%;
  }

  .addressDSc {
    font-size: 11px;
    line-height: 22px;
  }

  .gtintch.contactGettch .getintouchForm li:last-child input[type="submit"] {
    width: 100px;
  }

  .call {
    font-size: 14px;
  }

  .promoBtn .btn {
    width: 105px;
    padding-right: 42px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-size: 20px;
  }

  .ftrLogoRgt,
  .ftrLogo {
    width: 100% !important;
  }

  .ftrLogo {
    padding-bottom: 20px;
  }

  .contact {
    padding-left: 0 !important;
  }

  .contact a,
  .contact span {
    background-position: 0px 0px;
  }

  .ftrLogoRgt div small {
    font-size: 20px;
  }

  .promoCvr {
    width: 94%;
    margin: 0 auto;
  }

  .navBox ul li:last-child a {
    padding: 10px 19px;
    width: 135px !important;
    margin: 20px auto 20px;
  }

  h2,
  h3,
  h4,
  h5,
  h6,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .msnVsnScn strong {
    font-size: 13px;
    line-height: 26px;
  }

  .ceomessage {
    margin: 0 0 27px;
  }

  .commitments {
    padding: 8px 0 76px;
  }

  .designs small {
    font-size: 16px;
    line-height: 29px;
  }

  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    font-size: 14px;
    line-height: 24px;
  }


  .current_page_item a,
  .current-menu-item a {
    color: #afff5a !important;
  }

  .navBox a {
    display: block;
    padding: 15px 28px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    text-align: left;
  }

  .navBox ul li:last-child {
    margin-right: 0;
    margin-left: 0;
  }

  .navBox ul {
    padding: 0;
  }

  .navBox ul li {
    margin: 0 0;
  }

  .navBox {
    background: #1E8D45;
  }

  .navBox ul li {
    float: none;
  }

  .navBox>ul>li {
    border-bottom: 1px solid #50ab70;
  }


  .navBox .dropNav {
    position: static;
    background: #0F80B8;
  }

  #openPageslide {
    display: block;
    padding: 14px 10px;
    width: 28px;
    border-radius: 6px;
  }

  #openPageslide span {
    height: 33px;
    display: block;
    width: 33px;
    position: absolute;
    right: 14px;
    top: 20px;
    background: url(../images/menu.png) no-repeat center center;
  }

  #pageslide {
    display: none;
    width: 200px;
    position: fixed;
    top: 0;
    left: -200px;
    height: 100%;
    z-index: 999999999999999999999999;
    overflow-y: auto;
    padding-top: 70px;
  }

  .pageslideBg {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 15px;
    right: 9px;
    background: #505050 url(../images/menu-close.png) no-repeat center center;
    z-index: 9998;
    left: inherit !important;
    border-radius: 50%;
  }

  .logo {
    display: inline-block;
    margin: 14px 0;
    width: 175px;
  }

  .main {
    margin-top: 75px;
  }

}

@media screen and (max-width: 767px) {

  .ftrLogoRgt .contact ul,
  .ftrLogoRgt .navgtn ul {
    width: 100%;
  }

  span.wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 15px;
  }

  .dateScInn,
  .blogMainHdng {
    float: right;
    width: 100%;
  }

  .blogFeatured {
    display: none;
  }

  .backBtn a {
    font-size: 16px;
    line-height: 26px;
  }

  .backBtn {
    padding-bottom: 25px;
  }

  .innerpage.blog.blogInner .contntScn {
    padding-top: 30px;
  }

  .dateScInn span {
    float: left;
    padding: 1px 19px;
    border-radius: 15px;
    color: #000;
    background: #F0F0F0;
    font-size: 12px;
  }

  .dateScInn {
    margin: 0 0 4px;
  }

  .main {
    margin-top: 74px;
  }

  .aboutHome {
    text-align: center;
  }

  .excOffrs {
    text-align: center;
  }

  .prodTopScn h2 {
    width: 100%;
    display: block;
  }

  .prodExcrpt {
    width: 100%;
  }

  .prodScn ul li {
    flex: 0 0 auto;
    width: 50%;
    text-align: center;
  }

  .prodTitle {
    font-size: 15px;
  }

  .prodScn ul li {
    margin-bottom: 25px;
  }

  .prodHm {
    padding-bottom: 1px;
    padding-top: 1px;
  }

  .exoffCont {
    padding-bottom: 200px;
  }

  .excOffrs .imgCvrAbt {
    width: 166px;
    right: 50%;
    margin-right: -88px;
  }

  .exoffCont .abtHmContents {
    width: 100%;
  }

  section.blogHmScn {
    padding: 36px 0 0;
  }

  .blogTitle {
    font-size: 16px;
    line-height: 26px;
  }

  .blogDscr p {
    line-height: 16px;
    font-size: 13px;
  }

  .bottmCaptn h2 {
    line-height: 39px !important;
    font-size: 29px !important;
  }

  .bottmCaptn .container {
    max-width: 100% !important;
    width: 100% !important;
  }

  .contact li,
  .ftrLogoRgt .navgtn ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .bannRgt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .regular .row {
    position: relative;
  }

  section.banner {
    position: relative;
    text-align: center;
  }

  .slick-slide .bannRgt img {
    height: 340px;
    object-fit: cover;
    width: 100%;
  }

  .bannRgt:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999;
    width: 100%;
    background: transparent;
  }

  .ftrLogoRgt .navgtn ul li:first-child {
    padding-left: 14px;
  }

  .gtintch .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .gettchInnr .h2 {
    line-height: 37px !important;
    margin-bottom: 11px !important;
    font-size: 24px !important;
  }

  .gettchInnr small {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 16px !important;
  }

  .call {
    margin: 7px 0 15px px;
  }

  .getLft {
    padding-right: 12px !important;
  }

  .getRgt {
    padding-left: 12px !important;
  }

  .gettchinnRgt {
    border-radius: 0 0 20px 19px;
  }

  .gettchInnr {
    padding: 48px 6% 28px;
    border-radius: 20px 20px 0 0;
  }

  .gtintch.contactGettch .getLft {
    width: 100%;
  }

  .gtintch.contactGettch .getRgt {
    width: 100% !important;
  }

  .gtintch.contactGettch .container {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gettchContact .gettchInnr {
    width: 100%;
    background: #FDC435;
    position: static;
    border-radius: 20px 20px 0 0;
  }

  .gtintch.contactGettch .gettchinnRgt {
    padding-bottom: 37px;
    padding-right: 12px;
    padding-top: 32px;
  }

  .gtintch.contactGettch .gettchinnRgt .getintouchForm {
    margin-top: 0;
  }

  .gtintch.contactGettch .gettchinnRgt h2 {
    text-align: center;
    width: 100%;
    margin: 0 0 6px !important;
  }

  .gtintch.contactGettch .getintouchForm li:last-child {
    text-align: center;
  }

  .gtintch.contactGettch .gettchinnRgt {
    padding-bottom: 10px;
  }

  .gtintch.contactGettch {
    padding-top: 30px;
  }

  .bottmCaptn {
    padding: 15px 0 30px;
  }

  .addressDSc {
    font-size: 12px;
    line-height: 22px;
  }

  section.blogHmScn.blogMainScn {
    padding-bottom: 100px;
    padding-top: 30px;
  }

  .gtintch.contactGettch .gettchContact {
    background: transparent;
  }

  .abtImgRgt {
    display: none;
  }

  .contntScn {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .ceomessage .container {
    padding: 25px 30px 0;
    width: 93% !important;
  }


  .ceoLft {
    padding-bottom: 25px;
  }

  .commImg {
    position: relative;
    width: 87%;
    margin: 0 auto;
  }

  .commImg:before,
  .commImg:after {
    background-size: 100% !important;
  }

  .ftrLogoRgt div small {
    font-size: 20px;
  }

  .contact {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .innhdng {
    height: 130px;
  }

  .ftrLogo {
    padding-bottom: 20px;
  }

  .commImg:before {
    top: 13%;
  }

  .commImg:after {
    top: 16%;
    height: 60px;
  }

  .ceoRgt img {
    position: static;
    text-align: center;
    width: 100%;
  }

  .abtImg2 {
    margin: 0 auto 40px !important;
    width: 90%;
    float: none;
  }

  .innerCvr h2 {
    width: 100%;
  }

  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    font-size: 16px;
    line-height: 26px;
  }

  h1 {
    font-size: 26px !important;
    font-weight: normal !important;
    line-height: 36px !important;
    margin-bottom: 20px !important;
    font-family: 'Mulish-ExtraBold' !important;
  }

  span.tagSc {
    display: inline-block;
    padding: 3px 9px;
    font-size: 12px;
    border-radius: 30px;
    border-width: 1px;
    margin-bottom: 10px;
    line-height: 18px;
  }

  .aboutHome {
    padding: 25px 0;
  }



  .btn {
    padding: 8px 20px !important;
    font-size: 15px !important;
    border-radius: 27px !important;
  }

  .bannLft {
    width: 100% !important;
    padding-left: 20px !important;
    padding-bottom: 24px !important;
    padding-right: 20px !important;
  }

  .bannRgt {
    width: 100% !important;
    position: relative;
    z-index: 0;
  }

  .bannLft {
    /* position: absolute;*/
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent !important;
    background: #1E8D45 !important;
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }

  .bannContCvr .h1 {
    font-family: Mulish-ExtraBold;
    font-size: 23px;
    line-height: 28px;
    color: #fff;
  }

  .bannContCvr .h2 {
    font-size: 12px !important;
    line-height: 19px !important;
    margin: 11px 0 20px;
    color: #fff;
  }

  .imgCvrAbt {
    width: 100%;
  }

  .logo {
    display: inline-block;
    margin: 14px 0;
    width: 175px;
  }

  .abtHmContents {
    margin-bottom: 20px;
    width: 100%;
  }

  .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .abtHmLft {
    padding-top: 20px;
  }

  .copy span {
    font-size: 18px;
  }
}

@media screen and (max-width: 431px) {
  .contact .phonAddress span {
    font-size: 15px;
  }
}

@media screen and (max-width: 359px) {
  .contact .phonAddress span {
    padding-left: 29px;
    font-size: 13px;
  }

}