html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	color: #2a2a2a;
	margin: 0;
	font-weight: 400;
	line-height: 1.5
}

body {
	cursor: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover,
a:focus {
	outline: 0 none
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0 none repeat scroll 0 0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0 none
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0 none;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0 none;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

button,
input,
select,
optgroup,
textarea {
	color: #555;
	font-size: 16px;
	line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #2a2a2a;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
}

h2 {
	font-size: 30px;
	margin: 0;
}

h2 span {
	font-weight: 400
}

h3 {
	font-size: 26px;
	margin: 0;
}

p {
	margin-bottom: 1.5em
}

dfn,
cite,
em,
i {
	font-style: italic
}

blockquote {
	margin: 0 1.5em
}

address {
	margin: 0 0 1.5em
}

pre {
	background: #eee none repeat scroll 0 0;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: .9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: .9375rem
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help
}

mark,
ins {
	background: #fff9c0 none repeat scroll 0 0;
	text-decoration: none
}

big {
	font-size: 125%
}

html {
	box-sizing: border-box
}

* {
	box-sizing: border-box
}

body {
	background: #fff none repeat scroll 0 0
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: ""
}

blockquote,
q {
	quotes: "" ""
}

hr {
	background-color: #ccc;
	border: 0 none;
	height: 1px;
	margin-bottom: 1.5em
}

ul,
ol {
	margin: 0 0 1.5em
}

ul {
	list-style: outside none disc
}

li {
	padding: 0 0 5px
}

ol {
	list-style: outside none decimal
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em
}

dt {
	font-weight: 700
}

dd {
	margin: 0 1.5em 1.5em
}

img {
	height: auto;
	max-width: 100%
}

figure {
	margin: 1em 0
}

table {
	margin: 0 0 1.5em;
	width: 100%
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-weight: 400;
	font-size: 16px;
	background-color: #de1e07;
	border: none;
	border-radius: 5px;
	padding: 12px 25px;
	text-align: center;
	min-width: 100px;
	color: #fff;
	display: inline-block;
	transition: ease-in-out .5s all;
	text-transform: uppercase;
	-webkit-appearance: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #000;
	border-color: #000
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #6e6e6e;
	border-radius: 3px;
	color: #2a2a2a;
	font-size: 16px;
	padding: 13px 14px;
	font-weight: 400;
}

select {
	border: 1px solid #6e6e6e;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111
}

textarea {
	width: 100%
}

::-webkit-input-placeholder {
	/* Edge */
	color: #6e6e6e;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #6e6e6e;
}

::placeholder {
	color: #6e6e6e;
}

a {
	color: #F40700;
	text-decoration: none;
	transition: all .3s ease 0s
}

a:visited {
	transition: all .3s ease 0s
}

a:hover,
a:focus,
a:active {
	outline: medium none
}

a:focus {
	outline: medium none
}

a:hover,
a:active {
	outline: 0 none
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
	content: "";
	display: table;
	table-layout: fixed
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both
}

.widget {
	margin: 0 0 30px
}

.widget select {
	max-width: 100%
}

.sticky {
	display: block
}

.hentry {
	margin: 0 0 1.5em
}

.updated:not(.published) {
	display: none
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0
}

.inline-block {
	display: inline-block
}

embed,
iframe,
object {
	max-width: 100%
}

.clearnone {
	clear: none
}

.fl {
	float: left
}

@font-face {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont3e6e.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular) format("svg")
}

.container {
	margin: 0 auto;
	/*max-width:1200px;*/
	padding: 0 5%;
	position: relative
}

.boxspacer {
	display: block;
	height: 20px
}

.boxspacer10 {
	display: block;
	height: 10px
}

.text-right {
	text-align: right
}

.text-justify {
	text-align: justify
}

.textlink {
	color: #81B84D;
	font-size: 13px;
	text-decoration: none
}

.textlink:hover {
	color: #000
}

.visible-sm {
	display: none !important
}

#primary.content-area {
	float: left;
	margin: 0 5% 0 0;
	width: 70%
}

body.page-template-full-width #primary.content-area {
	float: left;
	margin: 0;
	width: 100%
}

aside#secondary {
	float: left;
	padding: 50px 0 0;
	width: 25%
}

.widget {
	background-color: #efeef0;
	border: 1px double #e2e2e2;
	margin: 0 0 30px;
	padding: 20px
}

h2.widget-title {
	color: #30458a;
	display: block;
	font-weight: 600;
	line-height: 26px;
	position: relative;
	margin-top: 0
}

.search-form .search-field {
	margin: 0 0 10px;
	width: 100%
}

.fixed-header {
	position: fixed !important;
	top: 0 !important;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 9999;
	animation: 1s .1s fadeInDown both;
}

.fixed-header .logoImg img {
	display: block;
	max-height: 50px
}

.fixed-header .logoImg {
	padding: 5px 0
}

body.fixed {
	padding-top: 100px
}

#masthead {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	z-index: 99;
	height: 112px;
}

#masthead.fixed-header {
	height: auto;
	box-shadow: 6px 3px 14px rgb(0 0 0 / 21%);
}




#masthead.innerheader {
	position: relative
}

.logoImg {
	float: left;
	padding: 15px 0 21px 0;
	max-width: 430px;
	animation: 1s .1s fadeInLeft both
}

.logoImg img {
	display: block;
	float: none;
	margin: auto
}

.topMenu {
	position: relative;
	clear: both;
	z-index: 9999;
	padding: 0;
	animation: 1s .6s fadeIn both;
}

.fixed-header .topMenu {
	margin-top: 0;
	padding: 0 0 10px;
}



.topSocial {
	float: right;
	margin: 30px 0 0;
	animation: 1s .5s fadeInRight both
}

.topSocial a {
	font-size: 22px;
	padding: 5px;
	margin: 0 0 0 5px;
	color: #3c3c3c;
	width: 44px;
	height: 44px;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	line-height: 32px;
}

.topSocial a:hover {
	color: #fff;
	background-color: #F40700;
	border-color: #F40700
}


.topPunchLine {
	float: right;
	font-size: 20px;
	margin: 34px 30px 0 0;
	animation:
		typing 3.5s steps(30, end),
		blink-caret .5s step-end infinite;
	overflow: hidden;
	/* Ensures the content is not revealed until the animation */
	border-right: 2px solid #222;
	/* The typwriter cursor */
	white-space: nowrap;
}

.fixed-header .topPunchLine {
	margin: 14px 30px 30px 0;
}

.fixed-header .topSocial {
	margin: 14px 0 0;
}


@keyframes typing {
	0% {
		width: 0
	}

	100% {
		width: 352px;
	}

}


@keyframes blink-caret {

	from,
	to {
		border-color: transparent
	}

	50% {
		border-color: transparent
	}
}

.homeSlider {
	position: relative
}

.homeSlider .caption-wrap {
	top: 42%;
	text-align: left;
	background-color: transparent !important;
	opacity: 1 !important;
	color: #fff;
	position: absolute;
	left: 45%;
	right: 0;
	max-width: 800px;
	margin: auto 15px;
	font-size: 20px;
}

.homeSlider .caption-wrap .line1 {
	font-size: 70px;
	line-height: 70px;
	color: #080808;
	font-weight: 300;
	margin: 0 0 20px 0;
}

.homeSlider .caption-wrap .line2 {
	font-size: 70px;
	line-height: 70px;
	color: #080808;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.homeSlider .caption-wrap .line3 {
	margin: 0;
}

.homeSlider .caption-wrap p {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	margin: 0 38% 0 0;
}

.homeSlider .owl-item.active .caption-wrap .line1 {
	animation: 1s .1s fadeInDown both
}

.homeSlider .owl-item.active .caption-wrap .line2 {
	animation: 1.2s .5s fadeInUp both
}

.homeSlider .owl-item.active .caption-wrap .line3 {
	animation: 1.6s .9s flipInX both
}

.homeSlider .owl-item.active .caption-wrap p {
	animation: 1s .9s fadeInUp both
}

.homeSlider .caption-wrap .btn-group {
	margin-top: 30px;
}

.homeSlider .owl-item .caption-wrap .btn-default {
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: 500;
	padding: 12px 35px;
	background-color: #de1e07;
	border-color: #de1e07;
	text-transform: uppercase
}

.homeSlider .owl-item.active .caption-wrap .btn-default {
	animation: 1s 1.2s zoomIn both;
}

/*
.homeSlider .owl-item .item{background-size:120% 120% ;transition: all 3s;}
.homeSlider .owl-item.active .item{background-size:100% 100%  ;}*/

.homeSlider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px
}

.homeSlider .owl-theme .owl-dots .owl-dot.active span {
	background-color: #fff
}

.homeSlider .owl-theme .owl-nav {
	margin: 0
}

.homeSlider .owl-carousel .owl-nav button.owl-next,
.homeSlider .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	margin: -25px 0 0;
	top: calc(55% - 20px);
	padding: 0;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff
}

.homeSlider .owl-carousel .owl-nav button.owl-next:hover,
.homeSlider .owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #000
}

.homeSlider .owl-carousel .owl-nav button.owl-next {
	right: 20px
}

.homeSlider .owl-carousel .owl-nav button.owl-prev {
	left: 20px
}

#pre-div {
	background-color: #f6f6f6;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999
}

#loader {
	background-image: url(../images/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 149px;
	left: 50%;
	margin: -75px 0 0 -109px;
	position: absolute;
	top: 50%;
	width: 218px
}

.text-justify {
	text-align: justify
}

.owlpics {
	display: block;
	text-align: center
}

.owlpics h3 {
	font-size: 18px;
	color: #212121;
	font-weight: 600;
	margin: 0;
	padding: 10px
}

.owlpics .imgbox,
.owlpics img {
	transition: all .3s ease 0s
}

.owlpics .imgbox span {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	color: #fff;
	font-weight: 700;
	z-index: 1;
	transition: all .3s ease 0s
}

.owlpics:hover .imgbox {
	background-color: #000
}

.owlpics:hover img {
	opacity: .4
}

.owlpics:hover .imgbox span {
	display: block
}

.owl-theme .owl-nav [class*="owl-"] {
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #acacac;
	color: #000;
	width: 50px;
	text-align: center;
	line-height: 40px
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: #000;
	color: #fff;
	border-color: #000
}

.owl-theme .owl-nav {
	margin-top: 30px
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	background-color: #f0f0f0;
	padding: 2px 7px !important;
	border-radius: 5px
}

.owl-carousel .imgWrap {
	width: 100%;
	height: 200px;
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.owl-carousel .imgbox {
	display: table
}

.owl-carousel .imgbox img {
	max-width: 100%;
	width: auto;
	margin: auto;
	max-height: 210px
}

.fullrow {
	padding: 60px 0;
	position: relative;
	clear: both
}

.site-footer {
	padding: 60px 0 0;
	background-color: #232230;
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	bottom: 0;
	z-index: 5;
	background: url(../images/bg-footer.jpg) center bottom no-repeat;
	background-size: cover;
	border-radius: 100px 100px 0 0
}

.footerLogo {
	text-align: center;
}

.footerLogo hr {
	width: 60px;
	background-color: #fff;
	height: 2px;
	margin: 30px auto 0
}

.footerSocial {
	clear: both;
	text-align: left;
	margin: 30px 0 0;
	text-transform: uppercase
}

.footerSocial strong {
	color: #fff;
	font-weight: 600;
	display: block;
	margin: 0 0 10px
}

.footerSocial a {
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 10px 10px 0;
	text-align: center;
	color: #fff !important;
	background-color: #F40700
}

.footerSocial a:hover {
	background-color: #000;
	color: #fff;
}

.footerTitle {
	margin: 0 0 30px;
	font-size: 22px;
	font-weight: 900;
	color: #42673e;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-transform: uppercase
}

.footerTitle span {
	position: relative;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer li {
	margin: 0;
	padding: 0 0 10px;
}

.site-footer .menu li {
	padding: 0 0 9px 18px;
	position: relative
}

.site-footer .menu li:before {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 6px;
	color: #8d8f98
}

.text-orange {
	color: #fc771e
}

.site-footer .col-31 {
	width: 50%;
}

.site-footer .col-32 {
	width: 20%;
}

.site-footer .col-33 {
	width: 25%;
}

.site-footer .dFlex {
	display: flex;
}

.site-footer .dFlex.flogos {
	flex-wrap: wrap;
}

.site-footer .dFlex.flogos>div {
	max-width: 150px;
	text-align: center
}

.site-footer .dFlex>div {
	margin: 5px;
	font-size: 12px;
}

.site-footer .dflogo {
	flex: 0 0 30%;
	min-width: 200px;
	max-width: 200px;
	margin-right: 30px;
}

.site-footer .dfcontent {}

.site-footer .col-41 {
	width: 26%;
	text-align: justify
}

.site-footer .col-42 {
	width: 20%
}

.site-footer .col-43 {
	width: 23%
}

.site-footer .col-44 {
	width: 23%;
}

.site-footer a {
	color: #222
}

.site-footer .box {
	margin-bottom: 25px;
}

.site-footer .box .fa {
	color: #222
}

.site-footer .boxColumn a:hover,
.site-footer li a:hover {
	color: #F40700;
}

.site-footer .unittitle {
	color: #0187c5;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
}

.site-footer .copyRight .container {
	border-top: 1px solid rgba(0, 0, 0, 0.30);
}

.site-footer .copyRight {
	text-align: center;
	font-size: 14px;
	padding: 0;
	margin: 40px 0 0 0;
	color: #222222;
	clear: both
}

.site-footer .copyRight a {
	color: #222222;
	text-decoration: underline;
}

.site-footer .copyRight a:hover {
	color: #F40700
}

.site-footer .copyRight p {
	margin: 0
}

.site-footer .copyRight .left {
	float: left;
	position: relative;
	padding: 20px 20px 20px 0;
}

.site-footer .copyRight .right {
	float: right;
	text-align: right;
	padding: 20px 0
}

#back-to-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	background: #7E962E;
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 40px;
	text-decoration: none;
	transition: opacity .2s ease-out;
	opacity: 0;
	font-size: 24px;
}

#back-to-top.show {
	opacity: 1
}

#menubtn {
	height: 40px;
	border-radius: 5px;
	line-height: 38px;
	display: inline-block;
	margin-left: 12px;
	padding: 0 15px;
	cursor: pointer;
	margin-top: 23px;
	background-color: #F40700;
	color: #fff
}

.fixed-header #menubtn {
	margin-top: 15px;
}

#menubtn span {
	padding-left: 5px
}

.col21 {
	width: 48%;
	display: inline-block;
	margin: 0 2% 0 0;
	float: left
}

.col22 {
	width: 48%;
	display: inline-block;
	margin: 0 0 0 2%
}

.col-21 {
	width: 48%;
	display: inline-block;
	margin: 0 3% 0 0;
	float: left
}

.col-22 {
	width: 48%;
	display: inline-block;
	margin: 0;
	float: right;
}

.col-31 {
	width: 31.66%;
	display: inline-block;
	margin: 0 2.5% 0 0;
	float: left
}

.col-32 {
	width: 31.66%;
	display: inline-block;
	margin: 0 2.5% 0 0;
	float: left
}

.col-33 {
	width: 31.66%;
	display: inline-block;
	margin: 0;
	float: left
}

.col-41 {
	width: 23.12%;
	display: inline-block;
	margin: 0 2.5% 30px 0;
	float: left
}

.col-42 {
	width: 23.12%;
	display: inline-block;
	margin: 0 2.5% 30px 0;
	float: left
}

.col-43 {
	width: 23.12%;
	display: inline-block;
	margin: 0 2.5% 30px 0;
	float: left
}

.col-44 {
	width: 23.12%;
	display: inline-block;
	margin: 0;
	float: left
}

.box {
	margin-bottom: 30px
}

.box .fa {
	color: #acacac;
	float: left;
	font-size: 24px;
	padding: 2px 0 0
}

.box .fa-map-marker {
	margin-left: 5px;
}

.box .fa-phone {
	font-size: 21px;
	margin-left: 3px;
	margin-top: 3px
}

.box .fa-mobile {
	font-size: 30px;
	margin-left: 3px;
	margin-top: -3px;
}

.box .fa-envelope-o {
	font-size: 17px;
	margin-top: 1px
}

.boxColumn {
	margin: 0 0 0 30px
}

.boxColumn a {
	text-decoration: none
}

.boxColumn a:hover {
	color: #000
}

.entry-content a:hover {
	color: #000
}

.brdimg {
	border: 1px solid #083D5F
}

.col21 iframe,
.col22 iframe {
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important
}

.col21 iframe {
	border-right: 1px solid #ccc !important
}

.btn-default {
	font-weight: 400;
	font-size: 16px;
	background-color: #de1e07;
	border: 1px solid #de1e07;
	border-radius: 5px;
	padding: 10px 25px;
	text-align: center;
	min-width: 100px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase
}

.btn-default:hover {
	background-color: #000;
	border-color: #000
}

.btn-default.btn-o {
	background-color: transparent;
	border-color: #acacac;
	color: #3a3a3a
}

.btn-default.btn-o:hover {
	background-color: #000;
	border-color: #000;
	color: #fff
}

.btn-lg {
	font-size: 18px;
	padding: 8px 30px
}

.btn-black {
	border-color: #2a2a2a !important;
	background-color: #2a2a2a !important
}

.btn-white {
	border-color: #fff;
	background-color: #fff;
	color: #000;
}

.btn-white:hover {
	color: #fff
}

.btn-orange {
	background-color: #13277a;
	border-color: #13277a;
}

.btn-default i {
	display: inline-block;
	padding-left: 10px;
}

#masthead.innerpage.fixed-header {
	background-color: #fff;
}

.col-8 {
	width: 66.66666667%;
	float: left
}

.col-4 {
	width: 33.33333333%;
	float: left;
}

.smallLine {
	margin-top: 0;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: rgba(255, 255, 255, .85);
}

.breadcrumbs {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.4em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	margin: 20px 0 0;
	color: #ccc
}

.breadcrumbs a {
	color: #fff;
}

.fw900 {
	font-weight: 900;
}

.pageTitle {
	padding: 150px 0 0 0;
	color: #fff;
	background-color: #f6f6f6;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	background-image: url(../images/bg-pagetitle.jpg);
	position: relative;
	animation: marquee 60s infinite linear;
}

.pageTitle:after {
	content: '';
	background-color: rgba(238, 238, 238, 0.7);
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.pageTitle .container {
	position: relative;
	z-index: 1;
}

.pageTitle h1 {
	margin: 0;
	padding: 90px 0px;
	line-height: 48px;
	font-size: 48px;
	font-weight: 300;
	color: #111;
	text-align: center
}

.breadcrumb {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	padding: 8px 15px;
	list-style: none;
	background-color: #232331;
}

.breadcrumb:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 0 0 40px;
	border-color: transparent transparent transparent transparent;
	border-left-color: #232331;
	position: absolute;
	top: 0;
	right: -40px;
}

.breadcrumb::after {
	content: "";
	display: table;
	clear: both;
}

.breadcrumb>li {
	float: none;
	padding: 0;
	display: inline-block;
}

.breadcrumb>.active {
	color: #fff;
}

.breadcrumb a {
	color: #A6A6AC;
}

.breadcrumb a:hover {
	color: #fff;
}

.breadcrumb>li+li::before {
	padding-right: .5rem;
	padding-left: .5rem;
	color: #fff;
	font-family: 'FontAwesome';
	content: "\f101";
}

ol.customol {
	list-style: none;
	counter-reset: item;
	padding: 0;
}

.customol li {
	counter-increment: item;
	margin-bottom: 9px;
	position: relative;
	padding-left: 35px;
}

.customol li:before {
	margin-right: 10px;
	content: counter(item);
	background: #F40700;
	border-radius: 100%;
	color: #fff;
	width: 24px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
}

.contestcolumns {
	display: flex;
}

.contestcolumns .img {
	max-width: 400px;
	margin-right: 30px;
}

.contestcolumns .txt {
	flex: 1;
}

@media only screen and (max-width:767px) {
	.prizesFlex {
		flex-direction: column;
	}

	.contestcolumns {
		flex-direction: column;
	}

	.contestcolumns .img {
		max-width: 100%;
		margin-right: 0;
	}
}

.radiusleftimg {
	border-radius: 0 60px 0 60px;
	box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
}

.radiusrightimg {
	border-radius: 60px 0 60px 0;
	box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
}

.bg-f6f6f6 {
	background-color: #f6f6f6 !important
}

.bg-e4e4e4 {
	background-color: #e4e4e4
}

#breadcrumb {
	list-style: none;
	margin: 10px 0 0;
	padding: 0
}

#breadcrumb li {
	display: inline-block;
	font-size: 16px
}

#breadcrumb li:not(:last-child):after {
	content: "/";
	display: inline-block;
	margin: 0 10px
}

#breadcrumb a {
	color: #fff
}

.site-content {
	padding: 30px 0
}

.site-content p {
	line-height: 30px
}

.img-border {
	border: 1px solid #fff;
	border-radius: 20px;
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1)
}

.col31 {
	width: 33%;
	float: left
}

.col32 {
	width: 33%;
	float: left;
	padding-right: 40px
}

.col33 {
	width: 33%;
	float: left
}

#frm_contact label {
	font-size: 14px;
	margin-bottom: 6px;
	display: inline-block;
}

#frm_contact input {
	border: 1px solid #ccc;
	width: 90%;
	padding: 9px;
	font-size: 16px;
}

#frm_contact select {
	border: 1px solid #ccc;
	width: 90%;
	padding: 9px;
	font-size: 16px;
}

#frm_contact textarea {
	border: 1px solid #ccc;
	width: 90%;
	font-size: 16px;
	padding: 9px;
}

#frm_contact .form-group {
	margin: 0 0 10px
}

#period-addon {
	line-height: 40px;
}

.mapwrap .col21,
.mapwrap .col22 {
	width: 50%;
	margin: 0
}

.wrap404 {
	text-align: center;
	padding: 40px 0
}

.wrap404 i {
	font-size: 120px
}

.wrap404 h2 {
	font-size: 60px;
	font-weight: 500;
	margin: 0
}

.wrap404 h4 {
	font-size: 40px;
	font-weight: 300;
	margin: 0;
	color: #ccc
}

.wrap404 p {
	font-size: 20px
}

.well {
	transform: scale(0.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	padding: 20px;
	margin: 10px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
	display: none;
	max-width: 600px;
	min-width: 300px;
	min-height: 300px;
	color: #000;
	background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url(../images/bg-latestnews.jpg) 0 0 no-repeat;
	background-size: cover;
}

.popup_visible .well {
	transform: scale(1)
}

.well .closeicon {
	position: absolute;
	right: 1px;
	top: 1px;
	cursor: pointer;
	padding: 6px;
	color: #fff;
	background: #000
}

.well .form-group {
	margin-bottom: 15px
}

.well input.form-control {
	width: 100%;
	padding: 7px 12px;
	line-height: normal;
	border-radius: 0;
}

.well select {
	width: 100%;
	padding: 7px 10px
}

.well label {
	display: block;
	font-size: 12px;
	margin: 0 0 5px;
	font-weight: 700
}

.well .head2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 20px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px
}

.w980 {
	max-width: 980px !important;
	margin: 0 auto
}

.w900 {
	max-width: 900px !important;
	margin: 0 auto
}

.w800 {
	max-width: 800px !important;
	margin: 0 auto
}

.w660 {
	max-width: 660px !important;
	margin: 0 auto
}

.w600 {
	max-width: 600px !important;
	margin: 0 auto
}

.w350 {
	max-width: 350px !important;
	margin: 0 auto
}

.w250 {
	max-width: 250px !important;
	margin: 0 auto
}

.w200 {
	max-width: 200px !important;
	margin: 0 auto
}

.w150 {
	max-width: 150px !important;
	margin: 0 auto
}

.w100 {
	max-width: 100px !important;
	margin: 0 auto
}

.minw100 {
	min-width: 100px
}

.minw240 {
	min-width: 240px
}

.field-row {
	margin-bottom: 30px
}

.formWrap {
	margin: 0 auto
}

.formWrap label {
	display: block;
	font-weight: 400
}

.formWrap input[type="text"],
.formWrap input[type="tel"],
.formWrap input[type="email"] {
	width: 100%;
	border-radius: 6px;
}

.formWrap select {
	width: 100%;
	border-color: #32323B;
	border-radius: 6px;
	color: #2a2a2a;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 10px
}

.formWrap .col21,
.formWrap .col22,
.formWrap .colfull {
	margin-bottom: 20px
}

.formWrap .col-31,
.formWrap .col-32,
.formWrap .col-33 {
	margin-bottom: 15px
}

.formWrap textarea {
	height: 120px;
	border-radius: 6px;
	color: #000
}

.formWrap input[type="submit"] {
	width: auto;
	-webkit-appearance: none;
}

table.pkg {
	background-color: #fff;
	font-size: 18px;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
}

table.pkg td {
	padding: 10px;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	color: #1a1a1a;
}

table.pkg td:first-child {
	background-color: #f1f1f1;
}

.anchorspan {
	position: absolute;
	top: -100px;
}

.showMobile {
	display: none
}

.showMobile a {
	display: inline-block;
	background-color: #F2F2F2;
	float: left;
	text-align: center;
	color: #000;
	padding: 2px 0;
	width: 16.66%;
	text-transform: uppercase;
}

.addBorder {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.yeardiv {
	width: 50px !important;
	float: left;
	text-align: center;
	margin-right: 10px;
}

.p15 {
	padding: 15px;
}

.mr20 {
	margin-right: 20px !important;
}

.mt28 {
	margin-top: 28px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.showMobile a:hover {
	background-color: #000;
	color: #fff
}

#menubtn {
	display: none
}

.text-left {
	text-align: left !important
}

.text-center {
	text-align: center !important
}

.font20 {
	font-size: 20px
}

.formWrap input[type="submit"].btn-tracking {
	width: 70%;
	padding: 4px 0;
	vertical-align: top;
	margin: 0
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 15px;
	color: #000
}

.table th {
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	border-right: 1px solid #ed5526;
	border-bottom: 1px solid #ccc;
	background-color: #ed5526
}

.table td {
	text-align: center;
	padding: 12px 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff
}

.font28 {
	font-size: 28px;
	line-height: 36px
}

.mulilight {
	font-weight: 300 !important
}

.mt0 {
	margin-top: 0 !important
}

.pt0 {
	padding-top: 0 !important
}

.pb0 {
	padding-bottom: 0 !important
}

.mb0 {
	margin-bottom: 0 !important
}

.mt20 {
	margin-top: 20px
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.m0 {
	margin: 0
}

.vtop {
	vertical-align: top;
}

.title-light {
	font-weight: 300;
	color: #272727;
	font-size: 24px
}

.pb20 {
	padding-bottom: 20px
}

.text-white {
	color: #fff
}

.eq-row {
	display: flex;
	position: relative
}

.eq-row .column {
	flex: 50%
}

.p40 {
	padding: 40px
}

.showOnlyDesktop {
	display: block
}

.showiPad {
	display: none
}

.topbar {
	background-color: #00092d;
	color: #fff;
	font-size: 12px;
	padding: 0
}

.topbar:after {
	content: "";
	display: block;
	clear: both;
}

.leftText {
	float: left;
	padding: 8px 0
}

.topsocial {
	float: right;
	font-size: 14px;
}

.topsocial a {
	color: #fff;
	margin: 0;
	display: inline-block;
	line-height: 37px;
	padding: 0 10px;
}

.topsocial a:hover {
	color: #fff;
	background-color: #000;
}

.iconLeft {
	float: left;
	width: 60px;
	margin: 7px 0 0 0;
}

.iconLeft .fa {
	font-size: 45px;
}

.servConRight {
	display: table;
	margin-left: -65px;
}

.introContent.nobg {
	background-image: none
}

.introContent {
	padding: 60px 0 50px;
	background: #fff;
	position: relative;
	clear: both
}

.introContent .container {
	z-index: 10;
	position: relative;
}

.border-img {
	box-shadow: 1px 0 54px rgba(0, 0, 0, 0.22);
}

.introContent .col-21 {
	width: 44%
}

.introContent .col-22 {
	width: 51%
}

.titletxt {
	font-size: 40px;
	color: #0B61B8;
	font-weight: 900;
	line-height: 42px;
}

.titletxt small {
	font-size: 22px;
	color: #3e4095;
	font-weight: 400;
	line-height: 24px;
	display: block;
	margin-bottom: 10px;
}

.titletxt span {
	font-weight: 300;
	display: block;
	font-size: 36px;
	color: #222222;
}

.img-box-behind {
	display: block;
	position: relative;
}

.img-box-behind img {
	position: relative;
	z-index: 5;
	padding: 40px 0 0 40px
}

.img-box-behind:after {
	content: "";
	display: block;
	width: 90%;
	height: 90%;
	background-color: #f1f0ef;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
}

.introContent p {
	text-align: justify;
	line-height: 29px;
	font-size: 16px;
}

.lh24 {
	line-height: 24px !important;
}

.wow {
	visibility: hidden;
}

.img-block {
	display: block
}

.desktop-p40 {
	padding: 40px;
}

.tb {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.tbs {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.gallerylist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallerylist:after {
	content: "";
	display: block;
	clear: both
}

.gallerylist li {
	margin: 0;
	padding: 0;
	width: 20%;
	float: left;
}

.gallerylist li a {
	margin: 1px;
	position: relative;
	display: block;
	overflow: hidden;
}

.gallerylist li a img {
	display: block;
}

.gallerylist li a img[alt] {
	font-size: 12px;
}

.gallerylist li .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(59, 89, 151, 0.8);
	text-align: center;
	visibility: hidden;
	height: 0;
	transition: all ease-in-out 0.2s;
	color: #fff;
	font-size: 22px;
}

.gallerylist li a:hover .caption {
	visibility: visible;
	height: 100%;
	left: 0;
	top: 0;
}

.homeApplications {
	clear: both;
	padding: 80px 0 100px;
	position: relative;
	z-index: 1;
	background-attachment: fixed;
	background-size: cover
}

.homeApplications .appFlex {
	display: flex;
}

.homeApplications .appFlex .applicationLeft {
	width: 22%;
	padding-right: 40px;
}

.homeApplications .appFlex .applicationRight {
	width: 78%;
}

.homeApplications h2 {
	font-size: 50px;
	line-height: 55px;
	font-weight: 300;
	margin-bottom: 30px;
}

.homeApplications .boxwrap {
	padding: 15px;
	text-align: center;
}

.homeApplications .boxwrap .pic {
	border: 1px solid #dadada;
	box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.33);
}

.homeApplications .boxwrap h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 15px 0;
}

#applicationSlider.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	background-color: #c4c8ce;
	color: #fff;
}

.carouselBox {
	text-align: center;
	position: relative;
}

.carouselBox .pic {
	display: block;
	overflow: hidden;
	border-radius: 50%;
	position: relative
}

.carouselBox .content {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 15px;
	z-index: 1;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.carouselBox .content .title {
	font-size: 20px;
	margin: 0;
	color: #fff;
	font-weight: 600;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.carouselBox:hover .content .title {
	color: #fff;
}

.carouselBox .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, rgba(255, 164, 100, 0.3) 80%);
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;
	visibility: hidden;
}

.carouselBox:hover .overlay {
	opacity: 1;
	visibility: visible;
}

.carouselBox .overlay img {
	width: 49px;
	height: 49px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: all ease-in-out 0.2s
}

.carouselBox:hover .overlay img {
	opacity: 1;
	visibility: visible;
	top: 50%;
	margin-top: -20px;
}

.missionVisionRow {
	clear: both;
	background-color: #dbdde5;
	text-align: center
}

.missionVisionRow:after {
	content: "";
	display: block;
	clear: both
}

.missionVisionRow .missionCol {
	width: 33.33%;
	float: left;
	padding: 50px;
}

.missionVisionRow .visionCol {
	width: 33.33%;
	float: left;
	padding: 50px;
	background-color: #eeeeee;
	min-height: 472px;
}

.missionVisionRow .goalCol {
	width: 33.33%;
	float: right;
	padding: 50px;
}

.missionVisionRow .icon {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #eeeeee;
	border-radius: 50%;
	margin-bottom: 20px;
}

.missionVisionRow .icon-mission {
	background-image: url(../images/icon-mission.png);
}

.missionVisionRow .icon-vision {
	background-image: url(../images/icon-vision.png);
	background-color: #fff;
}

.missionVisionRow .icon-goal {
	background-image: url(../images/icon-goal.html);
}

.missionVisionRow h2 {
	font-size: 28px;
	color: #2e3e9e;
	font-weight: 400;
	font-family: 'Titillium Web', sans-serif;
}

.missionVisionRow p {
	font-size: 16px;
	color: #000;
	line-height: 24px;
}

.homeClients {
	padding: 60px 0 0px;
	text-align: center;
	background-color: #fff
}

.homeAssociation {
	padding: 40px 0 50px;
	text-align: center;
	background-color: #fff
}

.clientlogobox {
	height: 110px;
	text-align: center;
	position: relative;
	width: 100%;
	float: left;
	display: table;
	border: 1px solid #e0e0e0;
}

.clientlogobox span {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

.clientlogobox img {
	vertical-align: middle;
	max-height: 73px;
	max-width: 100%;
	margin: auto;
	width: auto !important;
}

.bottomCTA {
	background-color: #0187c5;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	font-weight: 400;
	padding: 25px 0 0 0
}

.bottomCTA span {
	font-weight: 700;
	white-space: nowrap;
}

.bottomCTA .colLeft {
	width: 26%;
	float: left;
	background-color: #00092d;
	padding: 0 0 10px 20px;
}

.bottomCTA .colRight {
	width: 74%;
	float: right;
	padding: 0 0 10px 100px;
	position: relative
}

.bottomCTA .colRight:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 60px solid #00092d;
	border-right: 60px solid transparent;
}

.bottomCTA a {
	color: #fff;
}

.bottomCTA a:hover {
	padding-left: 2px;
	color: #000
}

.serviceBoxes {
	padding: 30px 0 0
}

.serviceBoxes:after {
	content: "";
	display: block;
	clear: both;
}

.serviceBoxes .carouselBox {
	width: 14.6%;
	float: left;
	margin: 0 1% 20px;
}

.serviceBoxes .carouselBox .pic {
	border-radius: 12px
}

.serviceBoxes .carouselBox .content .title {
	color: #000
}

.serviceBoxes .carouselBox .content {
	padding: 0;
}

.clientPage .clientlogobox {
	width: 23%;
	margin: 0 1% 2%;
	border: 1px solid #ccc;
}

/*New*/
.bg-about {
	background-attachment: fixed;
	background-size: cover
}

.homeGetinTouch {
	padding: 140px 0 180px;
	background: url(../images/bg-getintouch.html) center top no-repeat;
	text-align: center;
	color: #fff;
	background-size: cover;
	z-index: 9;
	position: relative
}

.homeGetinTouch h2 {
	font-size: 50px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 4px 2px 5px rgba(0, 0, 0, 0.25);
}

.homeGetinTouch p {
	font-size: 22px;
	font-weight: 400;
}

.homeForm {
	clear: both;
	background-color: #f8f8f8;
	padding: 0 0 100px;
}

.btn-fontaw {
	font-family: 'FontAwesome', sans-serif;
}

.formBox {
	max-width: 750px;
	margin: -80px auto 0;
	background-color: #fff;
	padding: 40px;
	box-shadow: 10px 0 30px rgba(0, 0, 0, 0.18);
	position: relative;
	z-index: 10;
}

.formBox .formBtn {
	text-align: center
}

.counter-name-wrap {
	width: 45%;
	padding-right: 5%;
	display: inline-block;
	margin-bottom: 40px;
}

.counter-name-wrap .counter {
	font-weight: 600;
	font-size: 50px;
	color: #333333;
	display: inline-block;
	line-height: 70px;
}

.counter-name-wrap .plus {
	font-weight: 600;
	font-size: 50px;
	color: #333333;
	display: inline-block;
	line-height: 50px;
}

.counter-name-wrap small {
	font-weight: 600;
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
}

.counter-name-wrap .counter-name {
	font-size: 18px;
	color: #fff;
	line-height: normal;
	clear: both;
	display: inline-block;
	padding: 5px 15px;
	background: rgba(229, 0, 125, 1);
	background: -moz-linear-gradient(-45deg, rgba(229, 0, 125, 1) 0%, rgba(229, 0, 125, 1) 44%, rgba(93, 0, 44, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(229, 0, 125, 1)), color-stop(44%, rgba(229, 0, 125, 1)), color-stop(100%, rgba(93, 0, 44, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(229, 0, 125, 1) 0%, rgba(229, 0, 125, 1) 44%, rgba(93, 0, 44, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(229, 0, 125, 1) 0%, rgba(229, 0, 125, 1) 44%, rgba(93, 0, 44, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(229, 0, 125, 1) 0%, rgba(229, 0, 125, 1) 44%, rgba(93, 0, 44, 1) 100%);
	background: linear-gradient(135deg, rgba(229, 0, 125, 1) 0%, rgba(229, 0, 125, 1) 44%, rgba(93, 0, 44, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5007d', endColorstr='#5d002c', GradientType=1);
}

.bigtext {
	font-size: 26px;
	font-weight: 400;
	color: #2a2a2a;
	margin: 0 0 0 49px;
}

.bigtext .fa {
	top: 7px;
}

.col4 {
	width: 40%;
	float: left;
	padding-left: 10%
}

.col8 {
	width: 60%;
	float: left
}

.vtop {
	vertical-align: top
}

.font26 {
	font-size: 26px;
}

.pl0 {
	padding-left: 0;
}

.flex {
	display: flex;
}

.flex .profilePic {
	width: 20%;
}

.profileText {
	width: 80%;
	padding: 0 0 0 30px
}

.mobile-reverse .profileText {
	padding: 0 30px 0 0
}

.error {
	color: red;
	font-size: 12px;
}

.text-red {
	color: red;
}

.about_left_img {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: auto;
}

.about_left_img::after {
	position: absolute;
	content: "";
	height: 300px;
	width: 300px;
	background: url(../images/dotted_bg.html) no-repeat;
	left: -15%;
	bottom: -16%;
	z-index: -1;
}

.homeLogos {
	padding: 60px 0;
	clear: both;
}

.homeLogos .homeLogoFlex {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.homeLogos .homeLogoFlex .boxwrap {}

.homeLogos .homeLogoFlex .boxTitle {
	text-align: center;
	margin-bottom: 10px;
	font-size: 22px;
}

.homeLogos .homeLogoFlex .boxLogos img {
	border: 1px solid #dadada;
	margin: 0 8px;
}

.aboutpageIntro .col-21 {
	width: 78%
}

.aboutpageIntro .col-22 {
	width: 18%;
	vertical-align: top
}

.fl {
	float: left;
}

.z5 {
	position: relative;
	z-index: 5
}

.z10 {
	position: relative;
	z-index: 10
}

.visionBox {
	border: 1px solid #dadada;
	border-radius: 15px;
	padding: 15px 15px 20px;
	border-left-width: 6px;
	display: flex;
}

.visionBox .ico {
	padding: 0 20px;
	min-width: 120px;
}

.visionBox h2 {
	font-weight: 500;
	margin: 0 0 5px;
}

.visionBox p {
	margin: 0;
}

.businessDetails {
	background: url(../images/bg-home-application.html) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.fw300 {
	font-weight: 300
}

.boxshadow {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.businessDetails img {
	border: 1px solid #ccc;
	border-radius: 20px;
}

.detailedBox {
	border: 1px solid #dadada;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 20px;
}

.detailedBox .bRow {
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-direction: row;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 10px 15px;
}

.detailedBox .bRow:nth-child(2n+1) {
	background-color: #f6f6f6
}

.detailedBox .bRow .col1 {
	min-width: 190px;
	text-align: left
}

.detailedBox.w50per .bRow .col1 {
	width: 50%
}

.detailedBox.w50per .bRow .col2 {
	width: 50%
}

.pageWrap {
	background-color: #fff;
	position: relative;
	z-index: 10;
}

.cardwrap {
	display: flex;
	flex-direction: row;
	margin: 20px 0
}

.singleCard {
	display: flex;
	border: 1px solid #dadada;
	border-radius: 20px;
	justify-content: space-between;
	margin: 0 15px;
	width: 50%;
	padding: 20px;
	align-items: center
}

.singleCard .cardimg {
	max-width: 300px
}

.singleCard .cardContent h3 {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 22px;
}

.productBox {
	display: flex;
	align-items: center;
	margin-bottom: 60px
}

.productBox .productContent {
	width: 40%;
	z-index: 5;
}

.productBox .productContent>div {
	padding: 40px;
	background-color: #f6f6f6;
	margin: 0 0 0 -80px;
	box-shadow: 8px 10px 20px rgba(0, 0, 0, 0.1);
}

.productBox .productContent h3 {
	margin: 0;
	font-size: 32px
}

.productBox .productImg {
	width: 60%;
}

.productBox.reverse {
	flex-direction: row-reverse;
}

.productBox.reverse .productContent>div {
	margin: 0 -80px 0 0;
}

.contactFlex {
	display: flex;
}

.contactLeft {
	width: 30%;
	padding-right: 20px;
}

.contactRight {
	width: 70%
}

.contactLeft .boxColumn a {
	color: #2a2a2a;
}

.contactLeft .boxColumn a:hover {
	color: #c10001;
}

.contact__page__info {
	background: #f7f7ff;
	padding: 50px 60px;
}

.contact__info__heading h2 {
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 45px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 13px;
}

.contact__info__heading p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.single__contact__location {
	position: relative;
	padding: 30px 0 0 100px;
}

.single__contact__location h6 {
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	font-weight: 500;
}

.single__contact__location__icon {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -25px;
}

.single__contact__location__icon__bg {
	position: relative;
	z-index: 2;
}

.single__contact__location__icon__bg:after {
	position: absolute;
	content: "";
	height: 70px;
	width: 35px;
	background: #BFDF70;
	border-radius: 50%;
	transform: rotate(-45deg);
	z-index: -1;
	left: 0;
	top: 0;
}

.bgForm {
	padding: 50px 60px;
}

.form_heading {
	margin-bottom: 30px;
}

.form_heading p {
	font-size: 16px;
	line-height: 26px;
	color: #2a2a2a;
	font-weight: 400;
}

.formWrap label {
	color: #fff
}

.display-block {
	display: block
}

.masonry {
	margin: 0;
	display: flex;
	width: 100%;
}

.masonry--h {
	flex-flow: row wrap;
}

.masonry--h {
	margin-left: -8px;
	/* Adjustment for the gutter */
	counter-reset: brick;
}

.masonry-brick {
	overflow: hidden;
	border-radius: 5px;
	margin: 0 0 8px 8px;
	/* Some Gutter */
	background-color: #333;
	color: white;
	position: relative;
}

.masonry-brick:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5000;
	transform: translate(-50%, -50%);
	counter-increment: brick;
	content: "\f00e";
	transition: font-size .25s, opacity .25s ease-in-out;
	font-weight: 700;
	opacity: 0;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.25em;
}

.masonry-brick:hover:after {
	font-size: 2.25em;
	opacity: 1;
}

.masonry-brick--h {
	flex: auto;
	height: 250px;
	min-width: 150px;
}

.logoImg img.dark {
	display: none;
}


@keyframes marquee {
	0% {
		background-position: 0;
	}

	100% {
		background-position: -1190px;
	}
}

@keyframes marqueeright {
	0% {
		background-position: -1190px;
	}

	100% {
		background-position: 0;
	}

}

.homeSlider {
	clear: both;
	z-index: 2;
	float: left;
	width: 100%;
}

.homeServices {
	clear: both;
	padding: 60px 0 60px;
	background-color: #e8edf5;
	z-index: 10;
	position: relative;
	background: url(../images/bg-products.jpg) center center repeat-x;
	background-size: cover;
	animation: marquee 60s infinite linear;
}

.homeServices .owl-item {
	padding: 15px;
}

.homeServices .owlpics {
	display: block;
	text-align: left;
	margin: 0;
	background: #fff;
	box-shadow: 0 4px 23px rgba(0, 0, 0, 0.27);
	border-radius: 0 40px 0 40px;
	overflow: hidden;
}

.homeServices .owlpics .imgWrap {
	padding: 0;
}

.homeServices .owlpics p {
	color: #2a2a2a;
	margin: 0;
	padding: 0 0 20px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.homeServices .owlpics .readmore {
	display: block;
	width: 140px;
	clear: both;
	color: #fff;
	padding: 8px 20px;
	background-color: #c10001;
	border-radius: 5px;
	margin: 15px 0 0;
	transition: all 0.3s ease 0s;
}

.homeServices .owlpics .readmore:before,
.homeServices .owlpics .readmore:after {
	content: "";
	display: block;
	clear: both
}

.homeServices .owlpics .readmore .fa {
	display: inline-block;
	margin-left: 5px
}

.homeServices .owlpics h3 {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 15px;
	color: #222;
	line-height: 22px;
	text-align: center;
	min-height: 75px;
}

.homeServices .owlpics .imgbox,
.homeServices .owlpics img {
	transition: all 0.3s ease 0s;
	max-height: inherit
}

.homeServices .owlpics .imgbox span {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
	color: #fff;
	font-weight: 700;
	z-index: 1;
	transition: all 0.3s ease 0s;
	font-size: 24px;
}

.homeServices .owlpics:hover h3 {
	color: #0B61B8
}

.homeServices .owlpics .imgbox {
	overflow: hidden
}

.homeServices .owlpics:hover .imgbox {
	background-color: transparent
}

.homeServices .owlpics:hover img {
	opacity: 1;
	transform: scale(1.05);
}

.homeServices .owlpics:hover .imgbox span {
	display: block;
}

.homeServices .owlpics:hover p span {
	color: #000
}

.homeServices .owlpics:hover .readmore {
	background-color: #000;
	color: #fff;
}

#owl-homeservices.owl-theme .owl-nav {
	margin-top: 40px;
}

.homeServices .absIcon {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999
}

.homeServices .absIcon .icon {
	width: 90px;
	height: 70px;
	display: block;
	background-size: 52px !important;
}

.homeServices .absIcon .icon1 {
	background: url(../images/icon1.html) center center no-repeat #fff;
}

.homeServices .absIcon .icon2 {
	background: url(../images/icon2.html) center center no-repeat #fff;
}

.homeServices .absIcon .icon3 {
	background: url(../images/icon3.html) center center no-repeat #fff;
}

.homeServices .absIcon .icon4 {
	background: url(../images/icon4.html) center center no-repeat #fff;
}

.homeServices .absIcon .icon:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 0 0 30px;
	border-color: transparent transparent transparent #FFFFFF;
	position: absolute;
	top: 0;
	right: -30px;
}

.homeServices .owlpics .imgbox {
	position: relative;
}


.homeLatestNews {
	clear: both;
	padding: 60px 0 60px;
	background-color: #e8edf5;
	z-index: 10;
	position: relative;
	background: url(../images/bg-latestnews.jpg) center center repeat-x;
	background-size: cover;
	animation: marqueeright 60s infinite linear;
}

.newsBox {
	position: relative;
}

.newsBox .imgBox {
	overflow: hidden;
	border-radius: 10px;
}

.newsBox .imgBox img {
	transition: all 0.3s ease 0s;
}

.newsBox h3 {
	font-size: 18px;
	color: #222;
	font-weight: 400;
	text-align: center;
	margin: 10px 0 0 0;
	min-height: 54px;
}

.newsBox:hover h3 {
	color: #222;
}

.newsBox:hover .imgBox img {
	transform: scale(1.05);
}

.newsBox .btn-grad {
	padding: 12px 30px;
	font-size: 16px;
	text-transform: inherit;
	margin-top: 15px;
}

#owl-homenews.owl-carousel .owl-nav button.owl-prev,
#owl-homenews.owl-carousel .owl-nav button.owl-next {
	background-color: #1963aa;
}



.introContent h1 {
	font-weight: 500;
	display: block;
	font-size: 36px;
	line-height: 48px;
	color: #232230;
	margin: 5px 0 0;
}

.introContent h1 span {
	font-weight: 300;
	display: block;
	font-size: 36px;
	color: #222222;
}



.list-item-icon i {
	font-size: 13px;
	color: #F40700;
	margin-right: 5px;
}


.homeClients h2 {
	color: #1b1b1b;
	font-size: 26px;
	margin-bottom: 12px;
}

.homeAssociation h2 {
	color: #1b1b1b;
	font-size: 26px;
	margin-bottom: 12px;
}

#owl-homeclients img {
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid #a3cee2;
	border-radius: 10px;
	max-width: 99.9%;
	box-shadow: 0 3px 0 rgba(92, 173, 198, 0.35);
}

.subtitle {
	color: #1b1b1b;
	font-size: 26px;
	margin-bottom: 12px;
}

.subtitle span {
	font-weight: 400;
}


.bg-f2f6fa {
	background: #f2f6fa
}

.bg-e8edf5 {
	background: #e8edf5
}




/*NEW*/
.btn-grad {
	background-image: linear-gradient(to right, #1963aa 0%, #49a4d5 51%, #1963aa 100%)
}

.btn-grad {
	padding: 12px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	box-shadow: 0 0 20px #eee;
	border-radius: 5px;
	display: inline-block;
	font-size: 18px;
}

.btn-grad:hover {
	background-position: right center;
	color: #fff;
	text-decoration: none;
}

.linkViewAll {
	text-align: right;
	top: -20px;
	margin: -23px 0 0 0;
	position: relative
}

.linkViewAll a {
	color: #222;
}

.linkViewAll a:hover {
	color: #0B61B8;
}

#owl-homeAssociate img {
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid #a3cee2;
	border-radius: 10px;
	max-width: 99.9%;
	box-shadow: 0 3px 0 rgb(92 173 198 / 35%);
}

.clientLogos {
	display: block;
	clear: both;
	text-align: center
}

.clientLogos:after {
	content: "";
	display: block;
	clear: both
}

.clientlogobox {
	width: calc(16.66% - 30px);
	height: 170px;
	text-align: center;
	position: relative;
	margin: 15px;
	float: left;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	display: table;
	transition: all ease-in-out 0.5s;
}

.clientlogobox:hover {
	box-shadow: 0 8px 16px rgba(25, 56, 138, 0.24);
}

.clientlogobox span {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

.clientlogobox img {
	vertical-align: middle;
	max-height: 130px;
	max-width: 100%;
	margin: auto;
	width: auto !important;
}


.index2 .topMenu #cssmenu {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2)
}

.index2 .fixed-header .topMenu #cssmenu {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
}


.saveWaterFormWrap {
	background-color: #f0f0f0;
	padding: 20px;
	border: 1px none;
	border-radius: 20px;
}

.saveWaterFormWrap h2 {
	margin-bottom: 20px;
}

.formFlex {
	display: flex;
	margin: 0 0 15px;
}

.formFlex .labelcol {
	flex: 0 0 50%;
}

.formFlex .input {
	flex: 0 0 50%;
}

.formFlex input[type="text"] {
	padding: 7px;
	width: 100%;
}

.formFlex select {
	padding: 8px;
	width: 100%;
	border-radius: 2px;
}

.results .save-text-s {
	font-size: 18px;
	color: black;
}

.results .save-text-l {
	font-size: 30px;
	color: black;
	font-weight: 800;
}

.accordion .accordion-item {
	border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded=true] {
	border-bottom: 1px solid #0B61B8;
}

.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 1em 0;
	color: #222;
	font-size: 20px;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
	border-radius: 0;
}

.accordion button:hover,
.accordion button:focus {
	cursor: pointer;
	color: #0B61B8;
}

.accordion button:hover::after,
.accordion button:focus::after {
	cursor: pointer;
	color: #0B61B8;
	border: 1px solid #0B61B8;
}

.accordion button .accordion-title {
	padding: 1em 1.5em 1em 0;
	text-transform: none;
}

.accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 23px;
	right: 0;
	width: 22px;
	height: 22px;
	border: 1px solid;
	border-radius: 22px;
}

.accordion button .icon::before {
	display: block;
	position: absolute;
	content: "";
	top: 9px;
	left: 5px;
	width: 10px;
	height: 2px;
	background: currentColor;
}

.accordion button .icon::after {
	display: block;
	position: absolute;
	content: "";
	top: 5px;
	left: 9px;
	width: 2px;
	height: 10px;
	background: currentColor;
}

.accordion button[aria-expanded=true] {
	color: #0B61B8;
}

.accordion button[aria-expanded=true] .icon::after {
	width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
	opacity: 1;
	max-height: 19em;
	transition: all 200ms linear;
	will-change: opacity, max-height;
}

.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}

.accordion .accordion-content p {


	margin: 2em 0;
}

.folderGrid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.folderGrid>li {
	width: calc(1/3*100% - (1 - 1/3)*30px - 10px);
	margin-right: 30px;
	border: 1px solid #cfcfcf;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.14);
	text-align: center;
	padding: 0;
	border-radius: 0 30px 0 30px;
	overflow: hidden
}

.folderGrid a {
	display: block;
	color: #454545
}

.folderGrid .imgbox {
	height: 270px;
	background-color: #f7f7f7;
	display: flex;
	justify-content: center;
	align-items: center;
}

.folderGrid .imgbox img {
	display: block;
	transition: all ease-in-out 0.5s
}

.folderGrid span {
	display: block;
	padding: 15px 10px
}

.folderGrid a:hover {
	color: #0B61B8;
}

.folderGrid a:hover .imgbox img {
	transform: scale(1.2);
}

.galleryAlbum {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.galleryAlbum li {
	flex: 0 0 25%;
}

.galleryAlbum .foogallery-pile {
	position: relative;
	z-index: 10;
	float: left;
	margin: 10px 15px 15px 10px !important;
}

.galleryAlbum .foogallery-pile:before,
.galleryAlbum .foogallery-pile:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border: 8px solid #fff;
	left: 0;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 1st element in stack (behind image) */
.galleryAlbum .foogallery-pile:before {
	top: -3px;
	z-index: -10;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	transform: rotate(2deg);
}

/* 2nd element in stack (behind image) */
.galleryAlbum .foogallery-pile:after {
	top: -2px;
	z-index: -20;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

.galleryAlbum .foogallery-pile .foogallery-pile-inner {
	border: 8px solid #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	overflow: hidden;
	line-height: 0;
}

.galleryAlbum .foogallery-pile .foogallery-pile-inner a {
	display: inline-block;
}

.galleryAlbum .foogallery-pile img {}

.galleryAlbum .foogallery-pile h3 {
	background: #FFF;
	position: absolute;
	display: block;
	bottom: 0px;
	padding: 5px 5px 0 5px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	opacity: 0.6;
	line-height: 1em;
	color: #000;
	font-weight: 500;
	font-size: 24px;
}

.galleryAlbum .foogallery-pile h3 span {
	display: block;
	font-size: 0.6em;
}

.galleryAlbum .foogallery-pile a {
	position: relative;
}


.gallerysingle {
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.gallerysingle a {
	position: relative;
	width: 180px;
	height: 140px;
	display: inline-block;
	background-color: #f6f6f6;
	border: 4px solid #fff;
	box-shadow: 0 0 0 1px #ddd;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: all ease-in-out 0.5s;
	margin: 5px 6px;
}

.gallerysingle a .img-overlay {
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 30px;
	top: 0;
	bottom: 0;
	line-height: 140px;
	transition: ease-in-out 0.5s;
	transition-property: visibility, opacity, background-color;
	visibility: hidden;
	opacity: 0;
}

.gallerysingle a:hover .img-overlay {
	visibility: visible;
	opacity: 1;
}


.homeAwards.owl-theme .owl-dots .owl-dot span,
.homeAwards.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #2c70ad;
}

.homeAwards.owl-theme .owl-dots .owl-dot.active span,
.homeAwards.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #6e8f26;
}

.homeAwards .owl-item img {
	max-height: 500px;
	max-width: 100%;
	width: auto;
	margin: auto;
}

.img-box {
	border-radius: 10px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	display: block
}

.icon-whatsapp {
	position: fixed;
	bottom: 40px;
	right: 17px;
	z-index: 9999;
	width: 60px;
	height: 60px;
	text-align: center;
	cursor: pointer;
	border: 0;
	background: url(../images/icon-whatsapp.png) center center no-repeat;
	animation: 2s 1s fadeInLeft both;
}



.awardGrid {
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
}

.awardGrid li {
	margin: 0 10px;
	text-align: center;
	width: 180px;
	display: inline-block;
	vertical-align: top;
}

.awardGrid li .awardImg,
.awardImg {
	position: relative;
	overflow: hidden;
	padding-top: 145%;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
}

.awardGrid li .awardImg img,
.awardImg img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 8px;
	margin: auto;
	bottom: 0;
}


.installlationGrid {
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.installlationGrid li {
	flex: 0 0 25%;
	margin: 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.installlationGrid li .awardImg {
	position: relative;
	overflow: hidden;
	padding-top: 70%;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	margin: 10px
}

.installlationGrid li a {
	color: #222
}

.installlationGrid li a:hover {
	color: #F40700
}

.installlationGrid li .awardImg img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 8px;
	margin: auto;
	bottom: 0;
}

.productGrid {
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.productGrid li {
	flex: 0 0 25%;
	margin: 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.pageRooftopRainWaterHarvesting.productGrid li {
	flex: 0 0 20%;
}

.productGrid li .awardImg {
	position: relative;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	margin: 10px;
	padding: 0;
}

.productGrid li a {
	color: #222
}

.productGrid li a:hover {
	color: #F40700
}

.productGrid li a:hover img {
	transform: scale(0.95);
}

.productGrid li .awardImg img {
	padding: 8px;
	margin: auto;
	position: relative;
	display: block;
	transition: all ease-in-out 0.5s;
}

.productGrid li .title {
	font-size: 20px;
}

.productGrid li .proPrice {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px
}

.productGrid li .btn-grad {
	color: #fff !important
}

.productGrid li .prodDesc a {
	color: #F40700
}

.clientlistwrap {
	margin: 20px 0 0 0;
	background-color: #f6f6f6;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 400px;
	overflow-x: hidden;
	overflow: scroll;
}

.showMoreClients {
	cursor: pointer
}

ul.style1 {
	margin: 0 0 20px;
	list-style: none;
	padding: 0;
}

ul.style1 li {
	position: relative;
	padding: 0 0 0 16px;
	margin: 0 0 9px;
	line-height: 26px;
	color: #656565;
	border: none;
	font-size: 18px;
}

ul.style1 li:before {
	content: "\f04d";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	position: absolute;
	left: 0;
	top: 13px;
	display: inline-block;
	vertical-align: top;
	font-size: 5px;
	color: #6c98e1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mapiframe {
	width: 100%;
	border: 1px solid #ccc;
}

.signUpForm {
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	padding: 20px;
	margin: 30px 0
}

.testimonialwrap {
	width: 100%;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}

.testiBox {
	width: 32%;
	margin: 1% 1% 2%;
	padding: 40px 20px 20px;
	background-color: #fff;
	box-shadow: 0px 25px 70px 10px rgba(0, 0, 0, 0.12);
	position: relative
}

.testiBox:nth-of-type(3n) {
	margin-right: 0;
}

.testiBox:nth-of-type(3n+1) {
	margin-left: 0;
}

.testiBox::before {
	position: absolute;
	top: -25px;
	left: 10%;
	background: #F40700;
	font-size: 30px;
	padding: 5px 11px;
	border-radius: 0px;
	content: "\f10e";
	color: #fff !important;
	font-family: FontAwesome;
	transition: all .3s ease;
	box-shadow: 0 5px 30px rgba(19, 47, 34, 0.15);
}

.testiBox .userImg {
	text-align: center;
}

.testiBox .userImg img {
	border-radius: 50%;
	display: block;
	margin: auto;
	max-height: 90px;
	border: 1px solid #ccc;
}

.testiBox .desc {
	text-align: center;
	font-size: 16px;
	font-style: italic;
	padding: 20px 0;
}

.testiBox .desc a {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 5px;
	background-color: #F40700;
	color: #fff;
	clear: both;
	margin-top: 10px;
}

.testiBox .author {
	padding: 20px 0 0;
	font-weight: bold;
	color: #000;
	font-size: 18px;
}

.buyBtn {
	background: #fff;
	padding: 10px 0 0 0;
	text-align: center;
}

.btn-small {
	font-size: 16px;
	padding: 8px 15px;
	text-transform: inherit;
	margin-bottom: 10px;
}

.dflex-col {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0
}

.home2col {
	display: inline-block;
	color: #0B61B8;
}

.home2col a:hover img {
	border-color: #000;
}

.home2col img {
	vertical-align: middle;
	border-radius: 2px;
	max-width: 40px;
	transition: all ease-in-out 0.5s;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 3px;
}


.counter-box {
	position: relative;
	text-align: center;
	flex: 0 0 calc(33.33% - 30px);
	margin: 15px;
}

.counter-box h3 {
	display: inline-block;
	font-size: 45px;
	font-weight: 900;
	color: #222;
}

.counter-box h3:after {
	content: '+';
}

.counter-box h3.noplus:after {
	content: '';
}

.counter-box p {
	font-size: 17px;
	font-weight: 600;
	color: #3089b6;
	line-height: 1.7;
	margin: 10px 0 0;
}

.counter-box p:before {
	content: '';
	display: block;
	background: #F40700;
	height: 3px;
	width: 70px;
	margin: 10px auto;
}


.chkboxinline {
	display: inline-block;
	margin: 0 15px 10px 0
}

input[type=radio].css-checkbox {
	display: none;
}

input[type=radio].css-checkbox+label.css-label {
	padding-left: 35px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #222;
	vertical-align: middle;
	cursor: pointer;
	font-size: 16px;
	text-transform: none;

}

input[type=radio].css-checkbox:checked+label.css-label {
	background-position: 0 -25px;
}

label.css-label {
	background-image: url(../images/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.vtop {
	vertical-align: top;
}

.margin-auto {
	margin: auto;
}

.buygradiantbtn {
	/*background: linear-gradient(243deg, #163576, #2f83a8);*/
	background: linear-gradient(243deg, #e71b0a, #1b2ced);
	background-size: 400% 400%;
	-webkit-animation: AnimationName 1s ease infinite;
	-moz-animation: AnimationName 1s ease infinite;
	-o-animation: AnimationName 1s ease infinite;
	animation: AnimationName 1s ease infinite;
	color: #fff;
	padding: 7px 21px !important;
	margin: 5px 0 !important;
	border-radius: 5px;
}


@keyframes AnimationName {
	0% {
		background-position: 0% 13%;
	}

	50% {
		background-position: 100% 88%;
	}

	100% {
		background-position: 0% 13%;
	}
}

@media only screen and (min-width: 1024px) {
	.masonry-brick--h:nth-child(4n+1) {
		width: 250px;
	}

	.masonry-brick--h:nth-child(4n+2) {
		width: 325px;
	}

	.masonry-brick--h:nth-child(4n+3) {
		width: 180px;
	}

	.masonry-brick--h:nth-child(4n+4) {
		width: 380px;
	}
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.masonry-brick--h:nth-child(4n+1) {
		width: 200px;
	}

	.masonry-brick--h:nth-child(4n+2) {
		width: 250px;
	}

	.masonry-brick--h:nth-child(4n+3) {
		width: 120px;
	}

	.masonry-brick--h:nth-child(4n+4) {
		width: 280px;
	}
}

.masonry-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	filter: brightness(100%);
	transition: ease-in-out all 0.5s;
}

.masonry-brick:hover .masonry-img {
	filter: brightness(30%);
}

.fancybox-button {
	min-width: inherit
}

.topMenu.hasBg {
	background-color: #F40700
}

.topMenu.hasBg #cssmenu ul li.active>a {
	color: #fff;
	background-color: #F40700;
	border-radius: 0
}

.topMenu.hasBg #cssmenu>ul>li>a {
	color: #fff;
}

.fixed-header .topMenu.hasBg {
	margin-top: 0;
	padding: 0;
}

.inprice {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 6px;
	border-radius: 5px;
	font-size: 11px;
	display: inline-block;
	margin-left: 5px;
}


@media only screen and (max-width: 1344px) {
	.topMenu.hasBg #cssmenu>ul>li {
		padding: 0;
	}
}

@media only screen and (min-width: 1025px) {
	.homeSlider {
		min-height: 600px
	}

	#owl-homeslider {
		height: calc(100vh - 0px);
		min-height: 600px
	}

	#owl-homeslider.owl-carousel .owl-item img {
		height: calc(100vh - 0px);
		min-height: 600px
	}

}

@media only screen and (max-width: 1680px) {
	.topMenu {}

	#cssmenu>ul>li>a {}

}

@media only screen and (max-width: 1600px) {
	.homeApplications .appFlex .applicationLeft {
		width: 42%;
	}

	.homeApplications .appFlex .applicationRight {
		width: 58%;
	}
}

@media only screen and (max-width: 1460px) {

	#cssmenu>ul>li {
		padding: 0 4px;
	}
}

@media only screen and (max-width: 1344px) {
	#cssmenu>ul>li {
		padding: 16px 0;
	}

	#cssmenu>ul>li>a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1299px) {
	#cssmenu>ul>li>a {}

	.logoImg img {
		max-height: 70px;
	}

	.topMenu {}

	#owl-homeslider {
		height: 100vh;
		min-height: 700px
	}

	#owl-homeslider.owl-carousel .owl-item img {
		height: 100vh;
		min-height: 700px
	}

	.homeSlider .caption-wrap .line1 {
		font-size: 5vw;
		line-height: 5vw
	}

	.homeSlider .caption-wrap .line2 {
		font-size: 5vw;
		line-height: 5vw
	}

	.homeSlider .caption-wrap .line3 {
		font-size: 2.2vw;
		line-height: 2.2vw
	}





}

@media only screen and (max-width: 1279px) {



	header .container {
		padding: 0 15px
	}


	.col4 {
		padding-left: 0
	}

	.counter-name-wrap .counter {
		font-size: 40px;
	}

	.counter-name-wrap .plus {
		font-size: 40px;
	}

}

@media only screen and (max-width:1080px) {
	#cssmenu>ul>li>a {
		padding: 10px 13px;
	}
}

@media only screen and (max-width: 1024px) {


	.topPunchLine {
		margin: 38px 16px 0 0;
		font-size: 16px;
		display: inline-block;
	}

	@keyframes typing {
		0% {
			width: 0
		}

		100% {
			width: 275px;
		}

	}

	.clientlogobox {
		width: calc(25% - 30px);
	}

	#masthead {
		height: inherit;
	}

	.singleCard {
		flex-direction: column-reverse;
	}

	.singleCard .cardimg {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.singleCard {
		justify-content: flex-end;
	}



	.titletxt {
		font-size: 38px;
		line-height: 42px;
	}




	.showOnlyDesktop {
		display: none
	}

	.showiPad {
		display: block
	}

	.site-footer .container {
		padding: 0 15px;
	}

	.site-footer .copyRight .container {
		padding: 25px 15px 0;
	}

	.serviceBoxes .carouselBox {
		width: 23%;
		float: left;
		margin: 0 1% 20px;
	}
}

@media only screen and (max-width: 1023px) {
	#menubtn {
		display: inline-block;
		float: right;
		margin-right: 15px;
		margin-bottom: 10px;
		margin-top: 11px;
	}

	#menubtn i {
		display: none
	}

	.topMenu #cssmenu {
		padding: 0
	}

	.site-header .container {
		padding: 0 15px
	}

	.topMenu {
		margin: 0;
	}

	.fixed-header .topMenu {
		margin-top: 0;
	}

	.topSocial {
		margin: 10px 0 0;
	}

	.topPunchLine {
		font-size: 16px;
		margin: 14px 10px 0 0;
	}




	.homeSlider .owl-theme .owl-nav {
		display: none
	}


	#cssmenu>ul>li {
		padding: 16px 4px;
	}

	.topMenu {
		display: none
	}



	.col4 {
		width: 100%;
		padding-left: 0
	}

	.col8 {
		width: 100%;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 980px) {
	#owl-homeslider {
		height: 60vw;
		min-height: inherit
	}

	#owl-homeslider.owl-carousel .owl-item img {
		height: 60vw;
		width: 100%;
		min-height: inherit
	}

	.homeSlider .caption-wrap {
		font-size: 2vw
	}

	.homeSlider .caption-wrap .btn {
		width: auto;
		padding: 1.5vw 2vw;
		font-size: 2vw;
		height: auto;
		line-height: normal
	}

	.bottomCTA {
		padding: 0;
		font-size: 20px;
		text-align: center;
	}

	.bottomCTA .colLeft {
		width: 100%;
	}

	.bottomCTA .colRight {
		width: 100%;
		padding: 20px;
	}

	.bottomCTA .colRight::before {
		display: none;
	}

	.serviceBoxes .carouselBox {
		width: 31.33%;
		float: left;
		margin: 0 1% 20px;
	}

	.homeApplications h2 {
		font-size: 32px;
		line-height: 35px;
	}

}

@media only screen and (max-width: 979px) {

	.site-footer .copyRight .col21,
	.site-footer .copyRight .col22 {
		text-align: center;
		width: 100%;
		margin: 0;
		padding: 0
	}

	.site-footer .col-31 {
		width: 100%;
		margin-bottom: 20px;
	}

	.site-footer .col-32 {
		width: 48%;
	}

	.site-footer .col-33 {
		width: 48%;
	}

	.site-footer .col-41 {
		width: 48%;
	}

	.site-footer .col-42 {
		width: 48%;
		margin-right: 0;
		float: right
	}

	.site-footer .col-43 {
		width: 48%;
		clear: left
	}

	.site-footer .col-44 {
		width: 48%;
		float: right
	}



	.hide-tablet {
		display: none
	}

	.inquiryform {
		margin: 25px 0
	}

	.contactFlex {
		flex-direction: column-reverse;
		align-items: inherit;
	}

	.contactLeft {
		width: 100%;
		padding-right: 0px;
		margin-top: 30px;
	}

	.contactRight {
		width: 100%;
	}


	.contact__page__info {
		padding: 20px 20px 30px;
	}

	.bgForm {
		padding: 20px 20px 30px;
	}

	.form_heading h2 {
		font-size: 28px;
	}

	.contact__info__heading p {
		margin-bottom: 0
	}

	.fullrow {
		padding: 40px 0;
	}

	.homeServices {
		padding: 40px 0;
	}





	.topMenu {
		padding-top: 0;
		padding-bottom: 0;
	}


	.logoImg img {
		max-height: inherit;
	}

	#masthead {
		position: relative
	}

	#masthead .container {
		padding: 0
	}

	.leftText {
		padding: 0 15px
	}

	.topsocial {
		display: none
	}

	.topMenu {
		float: left;
		width: 100%
	}

	.logoImg {
		max-width: 230px;
		padding: 10px 0 10px 15px;
		min-width: 230px;
	}

	#cssmenu #menu-button {
		display: none
	}

	#cssmenu>ul {
		clear: both
	}

	.topEnquiryBtn {
		display: none
	}

	#cssmenu>ul>li {
		padding: 0;
		margin: 0
	}

	#cssmenu>ul>li:first-child {
		padding: 0
	}

	.fixed-header .logoImg {
		padding: 10px 0 10px 15px
	}


	.pageTitle {
		margin-top: 0;
		padding: 0;
	}

	.container {
		padding: 0 15px;
	}

}

@media only screen and (max-width:800px) {

	.productGrid li {
		flex: 0 0 50%;
		margin-bottom: 10px
	}

	.productGrid li .awardImg {
		margin: 10px;
	}

	.pageRooftopRainWaterHarvesting.productGrid li {
		flex: 0 0 50%;
	}

	.installlationGrid li {
		flex: 0 0 50%;
	}

	.installlationGrid li .awardImg {
		margin: 10px;
	}

	.testiBox {
		width: 48%;
		margin: 1% 1% 4%;
	}

	.testiBox:nth-of-type(3n) {
		margin-right: 1%;
	}

	.testiBox:nth-of-type(3n+1) {
		margin-left: 1%;
	}

	.galleryAlbum li {
		flex: 0 0 50%;
	}

	.showMobile {
		display: block;
	}

	.topSocial {
		display: none
	}

	.topPunchLine {
		margin: 17px 30px 0 4px;
		font-size: 17px;
	}

	.fixed-header .topPunchLine {
		margin: 12px 30px 0 0;
	}

	#menubtn {
		margin-top: 9px;
	}

	.fixed-header #menubtn {
		margin-top: 9px;
	}



	aside#secondary {
		padding: 40px 0 0;
		width: 30%
	}

	#primary.content-area {
		width: 65%
	}

	.product_box.last-child {
		padding: 0
	}

	.product_box {
		padding: 0 0 20px;
		margin-bottom: 20px
	}

	.col21.footerLeft {
		width: 100%
	}

	.col22.footerRight {
		width: 100%;
		margin-left: 0
	}

	.footerMenu {
		float: none;
		text-align: center;
	}

	.footerSocial {
		float: none;
		text-align: left;
		margin: 20px 0 0
	}

	.site-footer .copyRight .right {
		text-align: center;
		padding: 15px 0;
		float: none
	}

	.site-footer .copyRight .left::after {
		display: none
	}

	.site-footer .copyRight .left::before {
		display: none;
	}

	.site-footer .copyRight .left {
		float: none;
		padding: 0
	}

	.site-footer .copyRight {
		margin-top: 30px
	}

	.sideLinks {
		display: none;
	}

	.site-footer {
		background-size: inherit;
		background-color: #BAE5F8;
	}

	.gallerylist li {
		width: 25%;
	}

	.introContent {
		padding: 20px 0 10px;
	}

	.missionVisionRow .missionCol {
		padding: 30px;
	}

	.missionVisionRow .visionCol {
		padding: 30px;
	}

	.missionVisionRow .goalCol {
		padding: 30px;
	}

	.productBox {
		flex-direction: column
	}

	.productBox.reverse {
		flex-direction: column;
	}

	.productBox .productImg {
		width: 100%;
	}

	.productBox .productContent {
		width: 100%;
	}

	.productBox .productContent {
		width: 95%;
	}

	.productBox .productContent>div,
	.productBox.reverse .productContent>div {
		margin: -50px 0 0 0;
		padding: 30px;
	}

	.productBox .productContent h3 {
		font-size: 22px;
	}


}

@media only screen and (max-width: 767px) {

	.custom-heading h2 {
		margin-bottom: 10px;
	}




	.eq-row {
		display: block
	}

	.eq-row .column {
		flex: inherit;
		width: 100%
	}

	.bgImgcol {
		height: 350px;
		width: 100%
	}

	.p40 {
		padding: 30px !important
	}

	.contentLeft {
		width: 100%
	}

	.sidebarRight {
		width: 100%;
		margin: 30px 0 0
	}

	.colLeft {
		display: none;
	}

	.serviceBoxes .carouselBox {
		width: 48%;
		float: left;
		margin: 0 1% 20px;
	}

	.serviceBoxes .carouselBox:nth-child(2n+1) {
		clear: both;
	}

	.site-footer {
		position: static;
	}

	.pageWrap {
		margin-bottom: 0
	}
}

@media only screen and (max-width: 640px) {
	.counter-box {
		flex: 0 0 100%;
		margin: 15px 0;
	}

	.dflex-col {
		margin: 10px 0 0;
	}
}

@media only screen and (max-width: 600px) {
	.folderGrid>li {
		width: calc(1/2*100% - (1 - 1/2)*20px - 10px);
		margin-right: 20px;
	}

	.folderGrid .imgbox {
		height: 190px;
	}

	.folderGrid .imgbox img {
		max-width: 80px;
	}

	.topPunchLine {
		float: none;

		display: block;
		width: 100%;
		clear: both;
		text-align: center;
		padding: 0 0 10px;
	}

	#primary.content-area {
		width: 100%;
		margin: 0
	}

	aside#secondary {
		padding: 40px 0 0;
		width: 100%
	}

	.alignright,
	.alignleft {
		max-width: 220px
	}

	.titleWithborder,
	.titleWithoutborder {
		font-size: 22px;
		margin-bottom: 20px
	}

	.col21,
	.col-21 {
		width: 100%;
		display: block;
		margin: 0 0 30px;
		float: none
	}

	.col22,
	.col-22 {
		width: 100%;
		display: block;
		margin: 0
	}

	.col31,
	.col-31 {
		width: 100%;
		float: left;
		margin: 0 0 30px
	}

	.col32,
	.col-32 {
		width: 100%;
		float: left;
		margin: 0 0 30px
	}

	.col33,
	.col-33 {
		width: 100%;
		float: left
	}

	.col-41,
	.col-42,
	.col-43,
	.col-44 {
		width: 100%;
		margin: 0 0 10px;
	}

	.aboutpageIntro .col-21,
	.aboutpageIntro .col-22 {
		width: 100%;
		margin: 0
	}

	input#address {
		width: 100%
	}

	.mapwrap .col21,
	.mapwrap .col22 {
		width: 100%
	}

	.introContent .col-22 {
		width: 100% !important;
	}

	.introContent .col-21 {
		width: 100% !important;
		clear: both;
		margin-bottom: 10px;
	}

	.img-box-behind img {
		padding: 20px 0 0 20px;
	}

	.missionVisionRow .missionCol {
		width: 100%;
		padding: 30px 15px 15px;
	}

	.missionVisionRow .visionCol {
		width: 100%;
		padding: 30px 15px 15px;
		min-height: inherit
	}

	.missionVisionRow .goalCol {
		width: 100%;
		padding: 30px 15px 15px;
	}

	.cardwrap {
		flex-direction: column;
		margin: 20px 0 0
	}

	.singleCard {
		width: auto;
		margin: 0 0 15px;
	}
}

@media only screen and (max-width: 599px) {
	.clientlogobox {
		width: calc(50% - 30px);
	}

	.gallerysingle a {
		width: 130px;
		height: 130px;
	}

	.linkViewAll {
		margin: -11px 0 15px 0;
		top: inherit
	}

	.site-footer {
		border-radius: 50px 50px 0 0;
	}



	#owl-homeclients img {
		margin-bottom: 20px;
	}

	.desktop-p40 {
		padding: 20px 15px;
	}

	.col-8 {
		width: 100%;
	}

	.col-4 {
		width: 100%;
	}

	.breadcrumbs {
		text-align: left
	}

	.pageTitle {
		padding: 0;
		background-position: 0 0;
	}



	.homeApplications .appFlex {
		flex-direction: column;
	}

	.homeApplications .appFlex .applicationLeft {
		width: 100%;
		padding: 0;
	}

	.homeApplications .appFlex .applicationRight {
		width: 100%;
		padding: 0;
	}

	.homeApplications {
		padding: 30px 0 40px;
	}

	.homeApplications .owl-theme .owl-nav {
		margin-top: 0;
	}

	.homeLogos .homeLogoFlex .boxTitle {
		font-size: 14px;
	}

	.homeLogos .homeLogoFlex .boxLogos img {
		max-width: 140px;
	}

	.homeLogos {
		padding: 20px 0;
	}

}

@media only screen and (max-width: 479px) {
	.testiBox {
		width: 100%;
		margin: 2% 0 30px;
	}

	.testiBox:nth-of-type(3n) {
		margin-right: 0;
	}

	.testiBox:nth-of-type(3n+1) {
		margin-left: 0;
	}

	.formFlex {
		flex-wrap: wrap;
	}

	.formFlex .labelcol {
		flex: 0 0 100%;
	}

	.formFlex .input {
		flex: 0 0 100%;
	}

	.homeServices .owl-item {
		padding: 0;
	}

	.homeServices .owlpics .imgbox,
	.homeServices .owlpics img {
		width: 100%
	}

	.site-footer {
		font-size: 14px;
	}

	.bigtext {
		font-size: 20px;
		margin: 0 0 0 32px;
	}

	.counter-name-wrap .counter-name {
		font-size: 14px;
	}

	.counter-name-wrap {
		width: 50%;
		padding-right: 15px;
		margin-bottom: 20px;
		float: left;
	}

	.counter-name-wrap .counter {
		font-size: 30px;
		line-height: 40px;
	}

	.counter-name-wrap .plus {
		font-size: 30px;
		line-height: 40px;
	}

	.pageTitle h1 {
		font-size: 40px;
		line-height: 44px;
	}

	.hide-mobile {
		display: none
	}


	.homeGetinTouch {
		padding: 80px 0 82px;
		background-size: 100%;
		background-color: #7779B6
	}

	.formBox {
		padding: 15px;
	}

	.formWrap .col21,
	.formWrap .col22,
	.formWrap .colfull {
		margin-bottom: 15px;
	}

	.homeForm {
		padding: 0 0 40px;
	}

	#owl-homeclients .owl-stage-outer {
		padding-bottom: 20px;
	}

	.footerTitle {
		margin: 0 0 15px;
	}

	.gallerylist li {
		width: 50%;
	}

	.alignright,
	.alignleft {
		max-width: inherit;
		width: 100%;
		float: none;
		margin: 0
	}

	.page-content,
	.entry-summary {
		margin: 0
	}

	aside#secondary {
		padding: 0
	}

	.owl-carousel .imgbox img {
		max-height: inherit
	}

	.introContent {
		padding: 25px 0 10px
	}

	.topbar {
		font-size: 11px;
		padding: 3px;
	}

	.introContent {
		padding: 20px 0 20px;
	}

	.introContent h1 {
		font-size: 21px;
	}

	.homeSlider .caption-wrap {
		top: 39%;
		left: 40%;
	}

	.homeSlider .caption-wrap .line1 {
		font-size: 5vw;
		line-height: 5vw;
		margin: 0 0 10px;
	}

	.homeSlider .caption-wrap .line2 {
		font-size: 4vw;
		line-height: 5vw;
		margin: 0 0 10px;
	}

	.homeSlider .caption-wrap .line3 {
		font-size: 4vw;
		line-height: 4vw;
	}

	.homeSlider .caption-wrap p {
		font-size: 5vw;
		line-height: 6vw;
	}

	.homeSlider .caption-wrap .btn-default {
		padding: 2vw 5vw !important;
		font-size: 3.5vw;
	}

	.titletxt {
		font-size: 26px;
		line-height: 36px;
	}

	.introContent h1 span {
		font-size: 26px;
	}

	.titletxt small {
		font-size: 18px;
		line-height: 18px;
	}

	.homeApplications h2 {
		font-size: 30px;
		line-height: 30px;
	}



	.site-footer .copyRight {
		font-size: 12px;
		padding-bottom: 15px;
	}


	.site-footer .container {
		margin: 0;
	}

	.site-footer .copyRight .container {
		padding: 0 10px;
	}

	.site-footer .footerSocial {
		margin: 0;
		padding: 0;
	}

	.site-footer .col-41 {
		width: 100%;
		margin: 0;
		padding: 0px;
	}

	.site-footer .col-41 .footerLogo {
		margin: 0;
		display: none;
	}

	.site-footer .col-42 {
		width: 100%;
		padding-left: 0;
		margin: 20px 0 0;
		display: none
	}

	.site-footer .col-43 {
		width: 100%;
		margin: 20px 0 0 0;
		display: none;
	}

	.site-footer .col-44 {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.site-footer .copyRight {
		margin: 0
	}

	#back-to-top {
		bottom: 18px
	}

	.icon-whatsapp {
		bottom: 30px;
	}

	.fullrow {
		padding: 30px 0 20px;
	}

	.hide-sm {
		display: none;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}

	.font26 {
		font-size: 20px;
	}

	.fixed-header .topbar {
		display: none
	}

	.homeSlider .owl-dots {
		bottom: 10px;
	}

	.homeClients {
		padding: 20px 0;
	}

	.homeAssociation {
		padding: 20px 0;
	}

	.homeClients h2 {
		margin-bottom: 13px;
	}

	.homeAssociation h2 {
		margin-bottom: 13px;
	}

	#owl-homeclients.owl-theme .owl-nav {
		margin-top: 0;
	}

	.bottomCTA .sm-block {
		display: block;
	}

	.homeGetinTouch h2 {
		line-height: normal;
		font-size: 36px;
	}

	.clientPage .clientlogobox {
		width: 48%;
	}

	.flex {
		flex-direction: column;
	}

	.mobile-reverse.flex {
		flex-direction: column-reverse;
	}

	.mobile-reverse .profileText {
		padding: 0;
	}

	.profileText {
		width: 100%;
		padding: 20px 0 0 0;
	}

	.flex .profilePic {
		width: 100%;
	}

}

@media only screen and (max-width:420px) {
	.productGrid li {
		flex: 0 0 100%;
		margin-bottom: 15px
	}

	.pageRooftopRainWaterHarvesting.productGrid li {
		flex: 0 0 100%;
	}

	.productGrid li .awardImg {
		margin: 10px 0;
	}

	.site-footer .dFlex {
		flex-direction: column;
	}

	.site-footer .dFlex.flogos {
		flex-direction: inherit;
	}

	.site-footer .col-32 {
		width: 100%;
	}

	.site-footer .col-33 {
		width: 100%;
	}

	.footerSocial a {
		margin: 0 6px 6px 0;
	}

	.pageTitle h1 {
		font-size: 34px;
		line-height: 34px;
		padding: 60px 0px 40px 0px;
	}

	.breadcrumb {
		font-size: 12px;
		padding: 3px 9px
	}

	.custom-heading.three-slashes h2 {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:419px) {
	.awardGrid li {
		width: 155px;
	}

	.site-footer .dFlex.flogos {
		flex-wrap: wrap;
	}

	.site-footer .dFlex.flogos div {
		margin: 10px 10px 0 0;
		flex: 0 0 46%;
	}

	.site-footer .copyRight .left {
		padding-top: 10px;
	}

	.site-footer .copyRight .left span {
		display: block
	}



	.custom-heading::after {
		display: none;
	}

	.custom-heading::before {
		display: none
	}
}

@media only screen and (max-width:396px) {
	.folderGrid>li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.galleryAlbum li {
		flex: 0 0 100%;
	}

	.awardGrid li {
		width: 125px;
	}

	.topPunchLine {
		font-size: 12px;
	}
}

@media only screen and (max-width:359px) {
	.installlationGrid li {
		flex: 0 0 100%;
	}

	.installlationGrid li .awardImg {
		margin: 10px 0;
	}

	.contact__info__heading h2 {
		font-size: 26px;
	}

	.form_heading h2 {
		font-size: 24px;
	}

	.single__contact__location h6 {
		font-size: 14px;
		line-height: normal;
	}

	.single__contact__location {
		padding: 30px 0 0 85px;
	}

	#menubtn {
		padding: 0 10px;
	}

	#menubtn span {
		display: none
	}

	#menubtn i {
		display: inline-block
	}

	.homeLogos .homeLogoFlex .boxLogos img {
		max-width: 125px;
	}

	.productBox .productContent>div,
	.productBox.reverse .productContent>div {
		padding: 15px;
	}
}

/*Landing page*/
.waslandingpage h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

.waslandingpage h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.waslandingpage .fa-ul {
	margin-left: 25px;
}

.waslandingpage .keyFeatures {
	background-color: #d8edff;
}

.waslandingpage .iconboxes {
	background-color: #718d20;
	padding: 60px 0;
	color: #fff;
	text-align: center;
}

.waslandingpage .iconboxes .icon {
	width: 85px;
	height: 75px;
	background-color: #ffdc1d;
	color: #000;
	line-height: 75px;
	display: inline-block;
	position: relative;
}

.waslandingpage .iconboxes .icon:after {
	content: "";
	display: block;
	border-top: 10px solid #ffdc1d;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	margin-left: -10px;
	left: 50%;
	bottom: -10px;
}

.waslandingpage .iconboxes .icon .fa {
	font-size: 36px;
	line-height: 75px;
}

.waslandingpage .iconboxes h2 {
	color: #fff;
	font-size: 20px;
	margin: 0 0 20px
}

.waslandingpage .full-white {
	padding: 60px 0
}

.waslandingpage .clearnone {
	clear: none;
}

.waslandingpage .max450 {
	max-width: 450px;
}

.waslandingpage .heroContent {
	position: relative;
	clear: both;
	min-height: 600px;
	background: #f6f6f6 url(../images/rainwater-harvesting.jpg) center top no-repeat;
}

.waslandingpage .heroContent p {
	max-width: 600px;
	margin: 10px 0 30px
}

.waslandingpage .width75 {
	width: 75%;
	float: left;
	padding-right: 20px;
}

.waslandingpage .width25 {
	width: 25%;
	float: left;
}

.waslandingpage .font22 {
	font-size: 22px;
}

.waslandingpage .font30 {
	font-size: 30px;
}

.waslandingpage .font40 {
	font-size: 40px;
}

.waslandingpage .font-light {
	font-weight: 300
}

.waslandingpage .font-bold {
	font-weight: 400
}

.waslandingpage .font-black {
	font-weight: 900
}

.waslandingpage .text-white {
	color: #fff
}

.waslandingpage .text-yellow {
	color: #FFA903
}

.waslandingpage .formbox {
	margin: 60px 0 0 0
}

.waslandingpage .callbtnbig {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	padding: 5px 20px 5px 15px;
	background-color: #ffdc1d;
	max-width: 600px;
	text-align: right;
	position: relative
}

.waslandingpage .callbtnbig:after {
	content: "";
	display: block;
	border-left: 28px solid #ffdc1d;
	border-top: 28px solid transparent;
	border-bottom: 28px solid transparent;
	position: absolute;
	right: -28px;
	top: 0
}

.waslandingpage .formbox {
	background-color: #fff;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
}

.waslandingpage .formbox h2 {
	margin: 0;
}

.waslandingpage .formbox h2 {
	margin: 0;
}

.waslandingpage #frm_contact {
	margin-top: 15px;
}

.waslandingpage .heroSlider.owl-carousel .owl-item img {
	border-radius: 10px;
	display: block
}

.waslandingpage .heroSlider {
	margin: 60px 0 0 0;
	border-radius: 10px;
}

/*Media Query*/

@media only screen and (max-width: 979px) {
	.waslandingpage .rightLinks {
		margin: 8px 0 0 0;
	}

	.waslandingpage .formbox {
		margin: 70px 0 0 0;
	}

	.waslandingpage .heroBoxWrap {
		margin: 70px 0 0 0;
	}

	.waslandingpage .width75 {
		width: 70%;
		float: left;
		padding-right: 20px;
	}

	.waslandingpage .width25 {
		width: 30%;
		float: left;
	}

	.waslandingpage .callbtnbig {
		font-size: 29px;
		height: 56px;
	}

	.waslandingpage .font40 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.waslandingpage .width75 {
		width: 100%;
		float: left;
		padding-right: 0px;
	}

	.waslandingpage .width25 {
		width: 100%;
		float: left;
	}

	.waslandingpage .formbox {
		margin: 40px 0 20px;
	}

	.waslandingpage .callbtnbig {
		height: inherit;
	}

	.waslandingpage .callbtnbig:after {
		display: none
	}
}


@media only screen and (max-width: 599px) {
	.waslandingpage .rightLinks {
		display: none
	}

	.waslandingpage .max450 {
		max-width: 100%;
	}
}

@media only screen and (max-width: 479px) {
	.waslandingpage .sm-block {
		display: block
	}

	.home2col span {
		display: block;
	}
}

.contactRight,
.formWrap,
iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

iframe {
  min-height: 450px; /* Minimum height for the map on smaller screens */
}

@media (min-width: 768px) {
  iframe {
    height: calc(100vh - [desiredOffsetHeight]px); /* Adjusts the height to be full screen, subtract the height of any fixed elements */
  }
}

.scroll-text {
    white-space: nowrap;
    overflow: hidden;
    animation: scroll 20s linear infinite;
    width: fit-content;
    background-color: yellow; /* Highlight background color */
    color: black; /* Text color */
    padding: 10px; /* Padding for better visibility */
    font-weight: bold; /* Bold text */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Shadow effect */
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}


/* .client-section {
    padding: 20px;
    background-color: #f9f9f9;
}

.text-center {
    text-align: center;
}

.client-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.category {
    flex: 1 1 30%;
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.category h3 {
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.style1 {
    list-style-type: none;
    padding: 0;
}

.style1 li {
    margin: 5px 0;
}

 */

 .client-section {
    padding: 20px;
    background-color: #f9f9f9;
}

.text-center {
    text-align: center;
}

.client-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px; /* add gap between items */
}

.category {
    flex: 1 1 calc(33.333% - 20px); /* Ensures three categories per row with margin */
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    box-sizing: border-box;
}

.category h3 {
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.style1 {
    list-style-type: none;
    padding: 0;
}

.style1 li {
    margin: 5px 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .category {
        flex: 1 1 calc(50% - 20px); /* Two categories per row */
    }
}

@media (max-width: 480px) {
    .category {
        flex: 1 1 calc(100% - 20px); /* One category per row */
        margin: 5px 0; /* Adjust margin for smaller screens */
    }
}
.heading-with-icon {
	display: flex;
	align-items: center; /* Aligns image and text vertically */
}

.heading-with-icon img {
	margin-right: 10px; /* Spacing between image and text */
	width: 40px; /* Adjust width as needed */
	height: 40px; /* Adjust height as needed */
}
