* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Lato';
	font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('Lato-Bold.woff2') format('woff2'),
        url('Lato-Bold.woff') format('woff'),
        url('Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('Lato-Regular.woff2') format('woff2'),
        url('Lato-Regular.woff') format('woff'),
        url('Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('Lato-Light.woff2') format('woff2'),
        url('Lato-Light.woff') format('woff'),
        url('Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
a {
    outline:none;
    -webkit-transition: all .5s;
    transition: all .5s;
}
input, textarea {
	outline:none;
}
.stky-hdr {
        position: relative;
        left: 0;
	right:0;
        top: 0;
        width: 100%;
        z-index: 9;
	background:none;
        transition: background-color 200ms;
 }
.stky-hdr.sticky {
    position: fixed;
    background:#fff;
    transition: all 0.9s ease;
}
header .blu-bar {
	background:#1c4590;
}
header .blu-bar .rgtsde-link {
	float:right;
	padding: 3px 0;
}
header .blu-bar .ph-link {
	float:left;
    	color: #fff;
    	font-size: 16px;
    	font-weight: normal;
    	line-height: 24px;
    	padding: 0 0 0 20px;
    	margin: 0 30px 0 0;
    	text-decoration: none;
    	background: url(../images/tp-bar-ph.png) no-repeat 0 5px;
}
header .blu-bar .eml-link {
	float:left;
    	color: #fff;
    	font-size: 16px;
    	font-weight: normal;
    	line-height: 24px;
    	padding: 0 0 0 22px;
    	margin: 0;
    	text-decoration: none;
    	background: url(../images/tp-bar-em.png) no-repeat 0 5px;
}
header .logo {
	float:left;
	width:150px;
	margin:5px 0 10px;
}
header .logo img {
	float:left;
	width:100%;
	height:auto;
}
header .lftside-navbx {
	float:left;
	padding: 15px 0 0;
}
header .lftside-navbx ul {
	list-style:none;
	margin:0;
	padding:0;
}
header .lftside-navbx ul li {
	float:left;
	position: relative;
}
header .lftside-navbx ul li a {
	display: block;
    	color: #333333;
    	font-size: 14px;
    	font-weight: bold;
    	line-height: 26px;
    	padding: 24px 0 0;
    	margin: 0 14px;
    	text-decoration: none;
	text-transform: uppercase;
    	transition: 0.3s;
}
header .lftside-navbx ul li a:hover {
	color: #40c0ef;
	text-decoration: none;
	background: url(../images/mnu-hr-bg.png) no-repeat center top;
}
header .lftside-navbx li:hover > .sub-menu {
	text-align:left;
	opacity: 100;
	visibility: visible;
	top: 100%;
        -webkit-transition: all .3s ease-in-out; 
        transition: all .3s ease-in-out;
}
header .lftside-navbx li .sub-menu {
	position: absolute;
	min-width: 290px;
	background:#fff;
	padding:10px 10px 20px;
	z-index: 99;
	left: 0;
        top: 90px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: all .3s ease-in-out; 
        transition: all .3s ease-in-out;
	opacity: 0;
        visibility: hidden;
	box-shadow: 0 7px 15px rgba(30, 34, 40, .06);
}
header .lftside-navbx li.bx .sub-menu {
	min-width: 240px;
}
header .lftside-navbx li .sub-menu li {
	float: none;
}
header .lftside-navbx li .sub-menu li a {
    font-weight: normal;
	padding: 5px 10px;
	margin:0;
}
header .lftside-navbx li .sub-menu li a:hover {
	background:none;
}
header .rgt-getquote {
	float:right;
	margin:25px 0 0;
}
header .rgt-getquote a {
	display:block;
	color: #fff;
    	font-size: 15px;
    	font-weight: bold;
    	line-height: 24px;
    	padding: 8px 20px 8px 40px;
    	margin: 0;
    	text-decoration: none;
	text-transform: uppercase;
	border-radius:50px;
	background: url(../images/get-quote-icn.png) no-repeat 22px 11px #40c0ef;
}
header .rgt-getquote a:hover {
	color: #fff;
    	text-decoration: none;
	background: url(../images/get-quote-icn.png) no-repeat 22px 11px #1c4590;
}
header .mobile_menu_bar {
    display: none;
}
header .mobile_menu_bar #TopMenu {
	display: block;
	cursor: pointer;
}
header .mobile_menu_bar #TopMenu .bar1, .bar2, .bar3 {
	width: 40px;
	height: 3px;
	background: #1c4590;
	margin: 4px 0;
	transition: 0.4s;
}
header .mobile_menu_bar .open-menu .bar1 {
	-webkit-transform: rotate(-42deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
}
header .mobile_menu_bar .open-menu .bar2 {
	-webkit-transform: rotate(45deg) translate(0px, 0px);
	transform: rotate(45deg) translate(0px, 0px);
}
header .mobile_menu_bar .open-menu .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -11px);
	transform: rotate(45deg) translate(-4px, -5px);
}
header .mobile_menu_bar .open-menu .inner_mnubx {
	display: block;
	transition: 0.5s;
}
header .mobile_menu_bar .inner_mnubx {
	display: none;
	position: absolute;
	right:0;
	z-index:99;
	width: 220px;
	height:350px;
	background:#fff;
	border-radius: 8px;
        padding: 10px 20px;
	margin:10px 0 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	list-style:none;
	transition: width ease .6s;
	overflow-x: hidden;
	transition: 0.5s;
}
header .mobile_menu_bar .inner_mnubx ul {
	list-style:none;
	margin:0;
	padding:0;
}
header .mobile_menu_bar .inner_mnubx li {
	display: block;
	width:100%;
	position:relative;
}
header .mobile_menu_bar .inner_mnubx li a {
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	padding: 5px 0;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobile_menu_bar .inner_mnubx li a:hover {
	color: #444;
}
header .mobile_menu_bar .inner_mnubx li a:hover::before {
	content:'';
	width: 100%;
	height:0px;
	background:none;
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	margin:0;
}
.company-profiletxt-section {
	position: relative;
	padding:60px 0;
}
.company-profiletxt-section .lt-imgbx {
	position: relative;
	float:right;
	margin-right:20px;
}
.company-profiletxt-section .lt-imgbx img {
	width: 100%;
	height:auto;
}
.company-profiletxt-section .lt-imgbx .yearbx {
	position: absolute;
	left:-105px;
	bottom:50px;
	width: 205px;
	background:#40c0ef;
	padding:20px;
}
.company-profiletxt-section .lt-imgbx .yearbx h4 {
	display: block;
    	color: #fff;
    	font-size: 100px;
    	font-weight: bold;
    	line-height: 100px;
	text-align: right;
    	margin:0;
}
.company-profiletxt-section .lt-imgbx .yearbx h5 {
	display: block;
    	color: #fff;
    	font-size: 28px;
    	font-weight: normal;
    	line-height: 40px;
	text-transform: uppercase;
    	padding:0;
    	margin:0;
}
.company-profiletxt-section .heading {
	position: relative;
	padding:50px 0 0;
}
.company-profiletxt-section h1 {
	position: relative;
	display: block;
    	color: #333;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
	text-transform: uppercase;
    	padding:0 0 30px;
    	margin:0 0 30px;
}
.company-profiletxt-section h1::before {
	position: absolute;
	content:'';
	width: 130px;
	height:2px;
	background:#1c4590;
	left:0;
	bottom:0;
}
.company-profiletxt-section h1::after {
	position: absolute;
    	content: '';
    	width: 50px;
    	height: 6px;
    	background: #40c0ef;
    	left: 5px;
    	bottom: -2px;
}
.company-profiletxt-section p {
	width:90%;
    	color: #333;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 24px;
    	padding:10px 0;
    	margin:0;
}
.company-profiletxt-section ul {
        list-style:none;
    	padding:0;
    	margin:0;
}
.company-profiletxt-section ul li {
        position:relative;
    	display: block;
    	color: #333333;
    	font-size: 16px;
    	font-weight: normal;
    	line-height: 26px;
    	padding: 0 0 0 24px;
    	margin: 15px 0;
		background:url(../images/list-dot.png) no-repeat 0 0;
}
.company-profiletext-section .rgtside-content {
	position: relative;
}
.company-profiletext-section .rgtside-content .heading {
	position: relative;
}

.company-profiletext-section .rgtside-content h1 {
	position: relative;
	display: block;
    	color: #333;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
	text-transform: uppercase;
    	padding:0 0 30px;
    	margin:0 0 30px;
}
.company-profiletext-section .rgtside-content h1::before {
	position: absolute;
	content:'';
	width: 130px;
	height:2px;
	background:#1c4590;
	left:0;
	bottom:0;
}
.company-profiletext-section .rgtside-content h1::after {
	position: absolute;
    	content: '';
    	width: 50px;
    	height: 6px;
    	background: #40c0ef;
    	left: 5px;
    	bottom: -2px;
}
.company-profiletext-section .rgtside-content h2 {
	position: relative;
	display: block;
    	color: #333;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
	text-transform: uppercase;
    	padding:0 0 30px;
    	margin:0 0 10px;
}
.company-profiletext-section .rgtside-content h2::before {
	position: absolute;
	content:'';
	width: 130px;
	height:2px;
	background:#1c4590;
	left:0;
	bottom:0;
}
.company-profiletext-section .rgtside-content h2::after {
	position: absolute;
    	content: '';
    	width: 50px;
    	height: 6px;
    	background: #40c0ef;
    	left: 5px;
    	bottom: -2px;
}

.company-profiletext-section .rgtside-content .alignright {
        width:100%;
    	height: auto;
}
.company-profiletext-section .rgtside-content .alignleft {
        width:100%;
    	height: auto;
}
.company-profiletext-section .rgtside-content .aligncenter {
        width:100%;
    	height: auto;
		margin:20px 0 0;
}
.company-profiletext-section .rgtside-content p {
    	color: #333;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 24px;
		text-align:justify;
    	padding:10px 0;
    	margin:0;
}
.company-profiletext-section .rgtside-content ul {
        list-style:none;
    	padding:0;
    	margin:0;
}
.company-profiletext-section .rgtside-content ul li {
    position: relative;
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding: 0 0 0 23px;
    margin: 15px 0;
    background: url(../images/list-dot.png) no-repeat 0 0;
}
.service-txt-section {
	position: relative;
	padding:50px 0;
}
.service-txt-section h1 {
	position: relative;
	display: block;
    	color: #333;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
	text-transform: uppercase;
    	padding:0 0 30px;
    	margin:0 0 30px;
}
.service-txt-section h1::before {
	position: absolute;
	content:'';
	width: 130px;
	height:2px;
	background:#1c4590;
	left:0;
	bottom:0;
}
.service-txt-section h1::after {
	position: absolute;
    	content: '';
    	width: 50px;
    	height: 6px;
    	background: #40c0ef;
    	left: 5px;
    	bottom: -2px;
}
.service-txt-section h3 {
	position: relative;
	display: block;
    	color: #333;
    	font-size: 26px;
    	font-weight: bold;
    	line-height: 36px;
    	padding:20px 0;
    	margin:0;
}
.service-txt-section p {
    	color: #333;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 24px;
    	padding:10px 0;
    	margin:0;
}
.service-txt-section ul {
        list-style:none;
    	padding:0;
    	margin:0;
}
.service-txt-section ul li {
        position:relative;
    	display: block;
    	color: #333333;
    	font-size: 16px;
    	font-weight: normal;
    	line-height: 26px;
    	padding: 0 0 0 24px;
    	margin: 15px 0;
		background:url("../images/list-dot.png") no-repeat 0 9px;
}
.service-txt-section img {
        width:100%;
    	height: auto;
}
.our-products-section {
	position:relative;
	padding:50px 0;
	background:url(../images/product-bg.jpg) no-repeat;
	background-size:cover;
}
.our-products-section .heading {
	position: relative;
	text-align: center;
}
.our-products-section h2 {
	position: relative;
	display: block;
    	color: #333;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
	text-transform: uppercase;
    	padding:0 0 30px;
    	margin:0 0 30px;
}
.our-products-section h2::before {
	position: absolute;
	content:'';
	width: 130px;
	height:2px;
	background:#1c4590;
	left:0;
	bottom:0;
	right: 0;
    	margin: 0 auto;
}
.our-products-section h2::after {
	position: absolute;
    	content: '';
    	width: 50px;
    	height: 6px;
    	background: #40c0ef;
    	left: 5px;
    	bottom: -2px;
	right: 0;
    	margin: 0 auto;
}
.our-products-section .prod-bx {
    position: relative;
    float: left;
    margin: 7px 0 10px;
    text-align: center;
}
.our-products-section .prod-bx.mt {
	margin-top: 60px;
}
.our-products-section .imgbx {
	position: relative;
	overflow: hidden;
}
.our-products-section .imgbx img {
    width: 300px;
    object-fit: cover;
    height: 210px;
    transition: transform 4s;
}
.our-products-section .prod-bx.prdt-bt img {
    width: 400px;
}
.our-products-section .imgbx:hover img {
	-ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
.our-products-section .ptxt {
    	padding:10px;
	background:#1c4590;
}
.our-products-section .ptxt h3 {
	display: block;
    	color: #fff;
    	font-size: 20px;
    	font-weight: normal;
    	line-height: 30px;
    	padding:0;
    	margin: 0;
    	width:100%;
}
.our-products-section .ptxt p {
	display: block;
    	color: #fff;
    	font-size: 14px;
    	font-weight: normal;
    	line-height: 20px;
    	padding:10px 0;
    	margin: 0;
}
.our-products-section a {
    	color: #fff;
		text-decoration: none;
}
.our-products-section h3 a {
    	color: #fff;
		text-decoration: none;
}
.green-solutions-section {
	position:relative;
	padding:80px 0 100px;
	background:url(../images/solustion-gry-bg.jpg) no-repeat;
	background-size:cover;
}
.green-solutions-section .heading {
	position: relative;
	text-align: center;
}
.green-solutions-section h3 {
	position: relative;
	display: block;
    	color: #333;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
	text-transform: uppercase;
    	padding:0 0 30px;
    	margin:0 0 30px;
}
.green-solutions-section h3::before {
	position: absolute;
	content:'';
	width: 130px;
	height:2px;
	background:#1c4590;
	left:0;
	bottom:0;
	right: 0;
    	margin: 0 auto;
}
.green-solutions-section h3::after {
	position: absolute;
    	content: '';
    	width: 50px;
    	height: 6px;
    	background: #40c0ef;
    	left: 5px;
    	bottom: -2px;
	right: 0;
    	margin: 0 auto;
}
.green-solutions-section .solution-bx {
	position: relative;
}
.green-solutions-section .solution-bx img {
	width: auto;
	height: auto;
}
.green-solutions-section .solution-bx .ptxt-over {
    	position: absolute;
	z-index: 9;
	left:0;
	right:0;
	top:100px;
	background: url(../images/solutions-txt-bg.png) no-repeat 0 0;
	width:284px;
	height:279px;
	padding: 65px 40px 0;
	margin:0 auto;
	text-align: center;
}
.green-solutions-section .solution-bx .ptxt-over h4 {
	display: block;
    	color: #fff;
    	font-size: 26px;
    	font-weight: normal;
    	line-height: 34px;
    	padding:0;
    	margin: 0;
}
.green-solutions-section .solution-bx .ptxt-over h4 strong {
	display: block;
    	font-weight: normal;
}
.green-solutions-section .solution-bx .more-btn {
	position: relative;
	display: inline-block;
	margin: 20px 0 0;
}
.green-solutions-section .solution-bx .more-btn a {
	display: block;
    	color: #fff;
    	font-size: 15px;
    	font-weight: normal;
    	line-height: 28px;
	background: url(../images/arw-wht.png) no-repeat 10px 10px;
	text-decoration: none;
	cursor: pointer;
    	padding:5px 10px 5px 40px;
    	margin: 0;
	border:1px solid #fff;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.green-solutions-section .solution-bx .more-btn a:hover {
	color: #fff;
	text-decoration: none;
        background: url(../images/arw-wht.png) no-repeat 10px 10px #1c4590;
}
.what-we-offers-section {
	position:relative;
	padding:80px 0;
}
.what-we-offers-section .heading {
	position: relative;
	text-align: center;
}
.what-we-offers-section h3 {
	position: relative;
	display: block;
    	color: #333;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
	text-transform: uppercase;
    	padding:0 0 30px;
    	margin:0 0 30px;
}
.what-we-offers-section h3::before {
	position: absolute;
	content:'';
	width: 130px;
	height:2px;
	background:#1c4590;
	left:0;
	bottom:0;
	right: 0;
    	margin: 0 auto;
}
.what-we-offers-section h3::after {
	position: absolute;
    	content: '';
    	width: 50px;
    	height: 6px;
    	background: #40c0ef;
    	left: 5px;
    	bottom: -2px;
	right: 0;
    	margin: 0 auto;
}
.what-we-offers-section .weoffer-bx {
	position: relative;
	margin: 20px 0;
}
.what-we-offers-section .imgbx {
	position: relative;
	overflow: hidden;
}
.what-we-offers-section .imgbx img {
	width: 100%;
	height:auto;
	 transition: transform 4s;
}
.what-we-offers-section .imgbx:hover img {
	-ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
.what-we-offers-section h4 {
	display: block;
    	color: #1c4590;
    	font-size: 20px;
    	font-weight: normal;
    	line-height: 30px;
	text-transform: uppercase;
    	padding:10px 0 0;
    	margin: 0;
}
.what-we-offers-section .learn-btn {
	position: relative;
	display: inline-block;
}
.what-we-offers-section .learn-btn a {
	display: block;
    	color: #747474;
    	font-size: 14px;
    	font-weight: normal;
    	line-height: 28px;
	background: url(../images/arw-icn.jpg) no-repeat 100% 10px;
	text-decoration: none;
	text-transform: uppercase;
    	padding:5px 40px 5px 0;
    	margin: 0;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.what-we-offers-section .learn-btn a:hover {
	color: #000;
	text-decoration: none;
        background: url(../images/arw-icn.jpg) no-repeat 100% 10px;
}
.vision-mission-section {
	padding:80px 0;
	background: url(../images/mission-bg.jpg) no-repeat;
	background-size:cover;
}
.vision-mission-section .bx {
    	padding:0 25px;
}
.vision-mission-section h4 {
	display: block;
    	color: #fff;
    	font-size: 24px;
    	font-weight: bold;
    	line-height: 40px;
	text-transform: uppercase;
    	padding:0 0 15px;
    	margin:0;
}
.vision-mission-section p {
    	color: #fff;
    	font-size: 18px;
    	font-weight: 400;
    	line-height: 24px;
    	padding:10px 0;
    	margin:0;
}
.vision-mission-section .icn1 {
	float:left;
	width:auto;
	height:50px;
	margin:0 15px 0 0;
}
.vision-mission-section .icn2 {
	float:left;
	width:auto;
	height:50px;
	margin:0 15px 0 0;
}
.vision-mission-section .icn3 {
	float:left;
	width:auto;
	height:50px;
	margin:0 15px 0 0;
}
.aew-certifications-section {
	position: relative;
	padding:80px 0 100px;
	background: url(../images/certification-bg.jpg) no-repeat bottom center;
	background-size:100% 30%;
}
.aew-certifications-section .heading {
	position: relative;
	text-align: center;
}
.aew-certifications-section h3 {
	position: relative;
	display: block;
    	color: #333;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
	text-transform: uppercase;
    	padding:0 0 30px;
    	margin:0 0 30px;
}
.aew-certifications-section h3::before {
	position: absolute;
	content:'';
	width: 130px;
	height:2px;
	background:#1c4590;
	left:0;
	bottom:0;
	right: 0;
    	margin: 0 auto;
}
.aew-certifications-section h3::after {
	position: absolute;
    	content: '';
    	width: 50px;
    	height: 6px;
    	background: #40c0ef;
    	left: 5px;
    	bottom: -2px;
	right: 0;
    	margin: 0 auto;
}
.aew-certifications-section .imgbx {
	float:left;
	width:23%;
	position: relative;
	overflow: hidden;
	background: #fff;
    	margin: 1%;
    	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.aew-certifications-section .imgbx img {
	width: 100%;
	height:auto;
	 transition: transform 4s;
}
.aew-certifications-section .imgbx:hover img {
	-ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
.aew-certifications-section .imgbx1 {
	width:100%;
	position: relative;
	overflow: hidden;
	background: #fff;
    	margin: 15px 0;
    	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.aew-certifications-section .imgbx1 img {
	width: 100%;
	height:auto;
	 transition: transform 4s;
}
.aew-certifications-section .imgbx1:hover img {
	-ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
.aew-clientlgo-section {
	position: relative;
	padding:80px 0;
}
.aew-clientlgo-section .heading {
	position: relative;
	text-align: center;
}
.aew-clientlgo-section h3 {
	position: relative;
	display: block;
    	color: #333;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
	text-transform: uppercase;
    	padding:0 0 30px;
    	margin:0 0 30px;
}
.aew-clientlgo-section h3::before {
	position: absolute;
	content:'';
	width: 130px;
	height:2px;
	background:#1c4590;
	left:0;
	bottom:0;
	right: 0;
    	margin: 0 auto;
}
.aew-clientlgo-section h3::after {
	position: absolute;
    	content: '';
    	width: 50px;
    	height: 6px;
    	background: #40c0ef;
    	left: 5px;
    	bottom: -2px;
	right: 0;
    	margin: 0 auto;
}
.aew-clientlgo-section .clientlgo-slide {
	position: relative;
}
.aew-clientlgo-section .clientlgo {
	float:left;
	margin: 0 20px;
}
.aew-clientlgo-section .clientlgo img {
	margin: 0 auto;
}
.aew-clientlgo-section .slick-next {
    display: none!important;
}
.aew-clientlgo-section .slick-prev {
    display: none!important;
}
.stky-rgt-sidebx {
    	display: block;
    	position: fixed;
    	right: 0;
    	top: 250px;
    	z-index: 999;
    	width: 50px;
    	height: 100%;
}
.stky-rgt-sidebx .calimg {
    	display: block;
    	width: 58px;
	background:#133f8d;
	border-radius: 10px 0 0 0;
	padding: 10px 2px;	
}
.stky-rgt-sidebx .calimg img {
    	display: block;
    	width: 45px;
	height:auto;
}
.stky-rgt-sidebx .whtimg {
    	display: block;
    	width: 58px;
	background:#25d366;
	border-radius: 0 0 0 10px;
	padding: 10px 2px;	
}
.stky-rgt-sidebx .whtimg img {
    	display: block;
    	width: 50px;
	height:auto;
}
.stky-rgt-sidebx a {
    	display: block;
}
.aew-footer {
    	position: relative;
    	background:url(../images/ft-shape-bg.jpg) no-repeat;
	background-size:cover;
	padding:30px 0;
}
.aew-footer .ft-abtbx {
	float:left;
	width:100%;
	padding:20px 0;
}
.aew-footer .ft-abtbx .lgoimg {
	float:left;
	width:30%;
}
.aew-footer .ft-abtbx .lgoimg img {
    	width: auto;
	height:auto;
}
.aew-footer .ft-abtbx .ptxt {
	float:left;
	width:70%;
	color: #fff;
    	font-size: 15px;
    	font-weight: 400;
    	line-height: 24px;
    	margin: 0;
}
.aew-footer .ft-mnubx {
	float:left;
	width:100%;
	padding:40px 0;
}
.aew-footer .ft-qlink  {
	float:left;
	width:40%;
}
.aew-footer .ft-qlink h4 {
    	display: block;
    	color: #fff;
    	font-size: 20px;
    	font-weight: bold;
    	line-height: 30px;
	text-transform: uppercase;
    	padding: 0 0 10px;
    	margin: 0;
}
.aew-footer .ft-qlink ul {
    	list-style: none;
    	margin: 0;
    	padding: 0;
}
.aew-footer .ft-qlink ul li {
    	position: relative;
}
.aew-footer .ft-qlink ul li a {
    	display: block;
    	color: #fff;
    	font-size: 15px;
    	font-weight: 400;
    	line-height: 30px;
    	padding: 0;
    	margin: 5px 0;
    	text-decoration: none;
}
.aew-footer .ft-qlink ul li a:hover {
    	color: #fff;
    	text-decoration: none;
}
.aew-footer .ft-plink  {
	float:left;
	width:60%;
}
.aew-footer .ft-plink h4 {
    	display: block;
    	color: #fff;
    	font-size: 20px;
    	font-weight: bold;
    	line-height: 30px;
	text-transform: uppercase;
    	padding: 0 0 10px;
    	margin: 0;
}
.aew-footer .ft-plink ul {
    	list-style: none;
    	margin: 0;
    	padding: 0;
}
.aew-footer .ft-plink ul li {
    	position: relative;
}
.aew-footer .ft-plink ul li a {
    	display: block;
    	color: #fff;
    	font-size: 15px;
    	font-weight: 400;
    	line-height: 30px;
    	padding: 0;
    	margin: 5px 0;
    	text-decoration: none;
}
.aew-footer .ft-plink ul li a:hover {
    	color: #fff;
    	text-decoration: none;
}
.aew-footer .ft-adrsbx  {
	float:left;
	width:100%;
	padding: 20px 0;
}
.aew-footer .ft-adrsbx .adrs {
	float:left;
	width:60%;
	color: #fff;
    	font-size: 15px;
    	font-weight: 400;
    	line-height: 28px;
    	padding: 0 0 0 50px;
    	margin: 0;
    	text-decoration: none;
	background:url(../images/ft-adricn.png) no-repeat;
}
.aew-footer .ft-adrsbx .calls {
	float:left;
	width:40%;
	background:url(../images/ft-calicn.png) no-repeat;
}
.aew-footer .ft-adrsbx .calls a {
	display:block;
	color: #fff;
    	font-size: 15px;
    	font-weight: 400;
    	line-height: 56px;
    	padding: 0 0 0 50px;
    	margin: 0;
    	text-decoration: none;
}
.aew-footer .ft-iso {
	float:left;
	width:70%;
	padding: 10px 0;
}
.aew-footer .ft-iso img {
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    float: left;
}
.aew-footer .ft-flws {
	float:right;
	width:25%;
	padding: 10px 0;
}
.aew-footer .ft-flws img {
	display:inline-block;
	margin: 25px 10px;
}
.aew-footer .ft-flws a {
	display: inline-block;
    	text-decoration: none;
}
.aew-footer .cpytxt {
	float:left;
	width:100%;
	color: #b5b5b5;
    	font-size: 14px;
    	font-weight: 400;
    	line-height: 30px;
    	padding: 20px 0 0;
    	margin: 0;
}
.aew-footer .cpytxt a {
	color: #fff;
    	font-size: 15px;
    	text-decoration: none;
}
.aew-footer .ft-send-message {
	float: left;
    	width: 100%;
	padding:20px 0;
}
.aew-footer .ft-send-message .heading {
	position: relative;
	text-align: center;
	margin:0 1%;
}
.aew-footer .ft-send-message h4 {
	position: relative;
	display: block;
    	color: #fff;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
	text-transform: uppercase;
    	padding:0 0 30px;
    	margin:0 0 30px;
	border-bottom:1px solid #fff;
}
.aew-footer .ft-send-message h4::before {
	content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
	right:0;
    height: 0;
    width: 0;
	margin:0 auto;
    border: 10px solid transparent;
    border-top-color: #fff;
}
.aew-footer .ft-send-message .innme {
    	width: 48%;
	float:left;
	font-family: 'Lato';
    	font-size: 15px;
    	color: #444;
    	font-weight: normal;
    	line-height: 24px;
    	margin: 1%;
	padding:10px 30px;
	min-height: 50px;
    	border: none;
    	background: #fff;
	border-radius:50px;
}
.aew-footer .ft-send-message .innme::placeholder {
	color: #9d9d9d;
}
.aew-footer .ft-send-message .inphn {
    	width: 98%;
	float:left;
	font-family: 'Lato';
    	font-size: 15px;
    	color: #444;
    	font-weight: normal;
    	line-height: 24px;
    	margin: 1%;
	padding:10px 30px;
	min-height: 50px;
    	border: none;
    	background: #fff;
	border-radius:50px;
}
.aew-footer .ft-send-message .inphn::placeholder {
	color: #9d9d9d;
}
.aew-footer .ft-send-message textarea {
    	width: 98%;
	float:left;
	font-family: 'Lato';
    	font-size: 15px;
    	color: #444;
    	font-weight: normal;
    	line-height: 24px;
    	margin: 1%;
	padding:10px 30px;
	height: 115px;
    	border: none;
    	background: #fff;
	border-radius:25px;
}
.aew-footer .ft-send-message textarea::placeholder {
	color: #9d9d9d;
}
.aew-footer .ft-send-message .send-btn {
	width: 98%;
	float:left;
	font-family: 'Lato';
	font-size:16px;
	color: #fff;
	font-weight:bold;
	line-height:30px;
	padding: 10px 30px;
	margin:1%;
	background: #2a2828;
	text-transform: uppercase;
	border-radius:50px;
	border: none;
	outline: none;
}

/****** INNER PAGES CSS ******/

.inner-hero-section {
	width:100%;
	height:90px;
	position: relative;
	overflow:hidden;
}
.inner-hero-section img {
	width:100%;
	height:auto;
}
.inner-hero-section .bread-crumb {
		position: absolute;
    	left: 0;
    	right: 0;
		top:0;
    	bottom: 0;
    	width: 100%;
    	font-size: 27px;
    	color: #fff;
    	font-weight: bold;
    	line-height: 65px;
    	margin: 0 auto;
    	padding: 10px 5%;
		background: rgba(0, 0, 0, 0.5);
}
.inner-hero-section .bread-crumb a {
	color: #fff;
	text-decoration: none;
}
.inner-product-txt-section {
	padding: 60px 0 50px;
    border-bottom: 1px solid #cfcfcf;
}
.lft-prod-menu {
	position: relative;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	padding:0 30px 20px;  
	float: left;
	width:90%;
	margin-bottom: 60px;
}
.lft-prod-menu h3 {
    float: left;
	position: relative;
    display: block;
    color: #1c4590;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    margin: 30px 0 30px;
}
.lft-prod-menu h3::before {
	position: absolute;
	left:0;
	content:'';
	width: 4px;
	height:28px;
	background:#f0ad1c;
}
.lft-prod-menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.lft-prod-menu ul li {
	width:100%;
	float:left;
}
.lft-prod-menu .product-menu ul li a {
	display: block;
    	color: #333333;
    	font-size: 15px;
    	font-weight: bold;
    	line-height: 24px;
    	padding: 20px 0 20px 60px;
    	margin: 0;
    	text-decoration: none;
    	transition: 0.3s;
}
.lft-prod-menu ul li a {
    display: block;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    padding: 5px 8px 5px 8px;
    margin: 0;
    text-decoration: none;
    transition: 0.3s;
}
.lft-prod-menu ul li a:hover {
	color: #fff;
	text-decoration: none;	
}
.lft-prod-menu ul li a:hover {
    background-color: #f0ad1c;
}
.lft-prod-menu ul li a.mnu1 {
	background: url(../images/lft-prod-mnu1.png) no-repeat 10px 10px;
}
.lft-prod-menu ul li a:hover.mnu1 {
	background: url(../images/lft-prod-mnu1-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-prod-menu ul li a.mnu2 {
	background: url(../images/lft-prod-mnu2.png) no-repeat 10px 10px;
}
.lft-prod-menu ul li a:hover.mnu2 {
	background: url(../images/lft-prod-mnu2-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-prod-menu ul li a.mnu3 {
	background: url(../images/lft-prod-mnu3.png) no-repeat 10px 10px;
}
.lft-prod-menu ul li a:hover.mnu3 {
	background: url(../images/lft-prod-mnu3-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-prod-menu ul li a.mnu4 {
	background: url(../images/lft-prod-mnu4.png) no-repeat 10px 10px;
}
.lft-prod-menu ul li a:hover.mnu4 {
	background: url(../images/lft-prod-mnu4-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-prod-menu ul li a.mnu5 {
	background: url(../images/lft-prod-mnu5.png) no-repeat 10px 10px;
}
.lft-prod-menu ul li a:hover.mnu5 {
	background: url(../images/lft-prod-mnu5-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-prod-menu ul li a.mnu6 {
	background: url(../images/lft-prod-mnu6.png) no-repeat 10px 10px;
}
.lft-prod-menu ul li a:hover.mnu6 {
	background: url(../images/lft-prod-mnu6-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-prod-menu .solutions-menu ul li a {
	display: block;
    	color: #333333;
    	font-size: 15px;
    	font-weight: bold;
    	line-height: 24px;
    	padding: 20px 0 20px 60px;
    	margin: 0;
    	text-decoration: none;
    	transition: 0.3s;
}
.lft-prod-menu ul li a.mnu7 {
	background: url(../images/lft-sol-mnu3.png) no-repeat 10px 10px;
}
.lft-prod-menu ul li a:hover.mnu7 {
	background: url(../images/lft-sol-mnu3-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-prod-menu ul li a.mnu8 {
	background: url(../images/lft-sol-mnu1.png) no-repeat 10px 10px;
}
.lft-prod-menu ul li a:hover.mnu8 {
	background: url(../images/lft-sol-mnu1-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-prod-menu ul li a.mnu9 {
	background: url(../images/lft-sol-mnu2.png) no-repeat 10px 10px;
}
.lft-prod-menu ul li a:hover.mnu9 {
	background: url(../images/lft-sol-mnu2-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-ofrs-menu {
	position: relative;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	padding:0 30px 20px;  
	float: left;
	width:90%;
	margin-bottom: 60px;
}
.lft-ofrs-menu h3 {
    float: left;
	position: relative;
    display: block;
    color: #1c4590;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    margin: 30px 0 30px;
}
.lft-ofrs-menu h3::before {
	position: absolute;
	left:0;
	content:'';
	width: 4px;
	height:28px;
	background:#f0ad1c;
}
.lft-ofrs-menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.lft-ofrs-menu ul li {
	width:100%;
	float:left;
}
.lft-ofrs-menu .product-menu ul li a {
	display: block;
    	color: #333333;
    	font-size: 15px;
    	font-weight: bold;
    	line-height: 24px;
    	padding: 20px 0 20px 60px;
    	margin: 0;
    	text-decoration: none;
    	transition: 0.3s;
}
.lft-ofrs-menu ul li a {
    display: block;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    padding: 5px 8px 5px 8px;
    margin: 0;
    text-decoration: none;
    transition: 0.3s;
}
.lft-ofrs-menu ul li a:hover {
	color: #fff;
	text-decoration: none;	
}
.lft-ofrs-menu ul li a:hover {
    background-color: #f0ad1c;
}
.lft-ofrs-menu ul li a.mnu1 {
	background: url(../images/lft-ofr-mnu1.png) no-repeat 10px 10px;
}
.lft-ofrs-menu ul li a:hover.mnu1 {
	background: url(../images/lft-ofr-mnu1-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-ofrs-menu ul li a.mnu2 {
	background: url(../images/lft-ofr-mnu2.png) no-repeat 10px 10px;
}
.lft-ofrs-menu ul li a:hover.mnu2 {
	background: url(../images/lft-ofr-mnu2-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-ofrs-menu ul li a.mnu3 {
	background: url(../images/lft-ofr-mnu3.png) no-repeat 10px 10px;
}
.lft-ofrs-menu ul li a:hover.mnu3 {
	background: url(../images/lft-ofr-mnu3-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-ofrs-menu ul li a.mnu4 {
	background: url(../images/lft-ofr-mnu4.png) no-repeat 10px 10px;
}
.lft-ofrs-menu ul li a:hover.mnu4 {
	background: url(../images/lft-ofr-mnu4-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-ofrs-menu ul li a.mnu5 {
	background: url(../images/lft-ofr-mnu5.png) no-repeat 10px 10px;
}
.lft-ofrs-menu ul li a:hover.mnu5 {
	background: url(../images/lft-ofr-mnu5-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-ofrs-menu ul li a.mnu6 {
	background: url(../images/lft-ofr-mnu6.png) no-repeat 10px 10px;
}
.lft-ofrs-menu ul li a:hover.mnu6 {
	background: url(../images/lft-ofr-mnu6-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-ofrs-menu ul li a.mnu7 {
	background: url(../images/lft-ofr-mnu7.png) no-repeat 10px 10px;
}
.lft-ofrs-menu ul li a:hover.mnu7 {
	background: url(../images/lft-ofr-mnu7-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-ofrs-menu ul li a.mnu8 {
	background: url(../images/lft-ofr-mnu8.png) no-repeat 10px 10px;
}
.lft-ofrs-menu ul li a:hover.mnu8 {
	background: url(../images/lft-ofr-mnu8-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-ofrs-menu ul li a.mnu9 {
	background: url(https://webonlinecity.com/aewweb/wp-content/uploads/2024/08/lft-ofr-mnu8.png) no-repeat 10px 10px;
}
.lft-ofrs-menu ul li a:hover.mnu9 {
	background: url(https://webonlinecity.com/aewweb/wp-content/uploads/2024/08/lft-ofr-mnu8-h.png) no-repeat 10px 10px #f0ad1c;
}
.lft-ofrs-menu ul li a.mnu10 {
	background: url(https://webonlinecity.com/aewweb/wp-content/uploads/2024/08/lft-ofr-mnu9.png) no-repeat 10px 10px;
}
.lft-ofrs-menu ul li a:hover.mnu10 {
	background: url(https://webonlinecity.com/aewweb/wp-content/uploads/2024/08/lft-ofr-mnu9-h.png) no-repeat 10px 10px #f0ad1c;
}
.inner-product-txt-section .rgtside-content {
	position: relative;
}
.inner-product-txt-section .rgtside-content .heading {
	position: relative;
}
.inner-product-txt-section .rgtside-content h1 {
	position: relative;
	display: block;
    	color: #333;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
	text-transform: uppercase;
    	padding:0 0 30px;
    	margin:0 0 30px;
}
.inner-product-txt-section .rgtside-content h1::before {
	position: absolute;
	content:'';
	width: 130px;
	height:2px;
	background:#1c4590;
	left:0;
	bottom:0;
}
.inner-product-txt-section .rgtside-content h1::after {
	position: absolute;
    	content: '';
    	width: 50px;
    	height: 6px;
    	background: #40c0ef;
    	left: 5px;
    	bottom: -2px;
}
.inner-product-txt-section .rgtside-content p {
    	color: #333;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 24px;
    	padding:10px 0;
    	margin:0;
}
.inner-product-txt-section .rgtside-content .heading2 {
	position: relative;
}
.inner-product-txt-section .rgtside-content h2 {
	position: relative;
	display: block;
    	color: #333;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
	text-transform: uppercase;
    	padding:0 0 30px;
    	margin:0 0 10px;
}
.inner-product-txt-section .rgtside-content h2::before {
	position: absolute;
	content:'';
	width: 130px;
	height:2px;
	background:#1c4590;
	left:0;
	bottom:0;
}
.inner-product-txt-section .rgtside-content h2::after {
	position: absolute;
    	content: '';
    	width: 50px;
    	height: 6px;
    	background: #40c0ef;
    	left: 5px;
    	bottom: -2px;
}
.inner-product-txt-section .rgtside-content .cooling-prod-img {
    	width: 100%;
	padding:40px 0;
}
.inner-product-txt-section .rgtside-content .cooling-prod-img .imgbx {
    	width: 48%;
	display:inline-block;
	margin:0 1%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.inner-product-txt-section .rgtside-content .cooling-prod-img .imgbx img {
    	width: 100%;
	height:auto;
	transition: transform 4s;
}
.inner-product-txt-section .rgtside-content .cooling-prod-img .imgbx:hover img {
	-ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}
.inner-product-txt-section .rgtside-content .cooling-prod-img .imgbx h5 {
	position: relative;
    	z-index: 1;
    	color: #fff;
    	font-size: 14px;
    	font-weight: bold;
    	line-height: 24px;
		background:#f0ad1c;
		text-transform: uppercase;
    	padding:10px;
    	margin:1px 0 0;
}
.inner-product-txt-section .cooling-prod-list {
    	width: 100%;
	padding:20px 0;
}
.inner-product-txt-section .cooling-prod-list ul {
	list-style:none;
	margin:0;
	padding:0;
}
.inner-product-txt-section .cooling-prod-list ul li {
	display: block;
    	color: #333333;
    	font-size: 16px;
    	font-weight: normal;
    	line-height: 26px;
    	padding: 0 0 0 40px;
    	margin: 15px 0;
    	background: url(../images/chk-list-icn.jpg) no-repeat 0 0;
    	transition: 0.3s;
}
.inner-product-txt-section .cooling-prod-list .alignright {
    	width: 40%;
	float:right;
	margin: 0px 0 0 50px;
}

/******** INNER ABOUT CSS *********/

.inner-about-txt-section {
	padding: 25px 0 50px;
}
.inner-about-txt-section .lft-visn-mison {
	position: relative;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	padding:0 30px 20px;  
	float: left;
	width:90%;
}
.inner-about-txt-section .lft-visn-mison h3 {
	position: relative;
    display: block;
    color: #1c4590;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    margin: 0 0 30px;
}
.inner-about-txt-section .lft-visn-mison h3::before {
	position: absolute;
	left:0;
	content:'';
	width: 4px;
	height:28px;
	background:#f0ad1c;
}
.inner-about-txt-section .lft-visn-mison h4 {
	position: relative;
    display: block;
    color: #1c4590;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    margin: 30px 0 20px;
}
.inner-about-txt-section .lft-visn-mison h4::before {
	position: absolute;
	left:0;
	content:'';
	width: 4px;
	height:28px;
	background:#f0ad1c;
}
.inner-about-txt-section .lft-visn-mison p {
	display: block;
    	color: #333333;
    	font-size: 15px;
    	font-weight: normal;
    	line-height: 24px;
    	padding: 10px 0;
    	margin: 0;
}
.inner-about-txt-section .lft-visn-mison img {
    	width: 119%;
	float:left;
	margin: 80px -30px 1px -29px;
}
.inner-about-txt-section .rgtside-content {
	position: relative;
	text-align:justify;
}
.inner-about-txt-section .rgtside-content .heading {
	position: relative;
}
.inner-about-txt-section .rgtside-content h1 {
	position: relative;
	display: block;
    	color: #333;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
	text-transform: uppercase;
    	padding:0 0 30px;
    	margin:0 0 30px;
}
.inner-about-txt-section .rgtside-content h1::before {
	position: absolute;
	content:'';
	width: 130px;
	height:2px;
	background:#1c4590;
	left:0;
	bottom:0;
}
.inner-about-txt-section .rgtside-content h1::after {
	position: absolute;
    	content: '';
    	width: 50px;
    	height: 6px;
    	background: #40c0ef;
    	left: 5px;
    	bottom: -2px;
}
.inner-about-txt-section .rgtside-content p {
    	color: #333;
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 24px;
		text-align:justify;
    	padding:10px 0;
    	margin:0;
}
.inner-about-txt-section .rgtside-content h2 {
	position: relative;
	display: block;
    	color: #333;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
	text-transform: uppercase;
    	padding:0 0 30px;
    	margin:0 0 10px;
}
.inner-about-txt-section .rgtside-content h2::before {
	position: absolute;
	content:'';
	width: 130px;
	height:2px;
	background:#1c4590;
	left:0;
	bottom:0;
}
.inner-about-txt-section .rgtside-content h2::after {
	position: absolute;
    	content: '';
    	width: 50px;
    	height: 6px;
    	background: #40c0ef;
    	left: 5px;
    	bottom: -2px;
}
.inner-about-txt-section .rgtside-content .mi-txt p {
	text-align:left;
}
.inner-about-txt-section ul {
	list-style:none;
	margin:0;
	padding:0;
}
.inner-about-txt-section ul li {
	display: block;
    	color: #333333;
    	font-size: 16px;
    	font-weight: normal;
    	line-height: 26px;
    	padding: 0 0 0 0px;
    	margin: 0;
    	transition: 0.3s;
}
.inner-about-txt-section .alignright {
    	width: 55%;
	float:right;
	margin: -20px 0 0 30px;
}
.inner-about-txt-section .inn-video-frame {
    	width: 100%;
	margin: 30px 0 0;
}
.inner-about-txt-section .inn-video-frame img {
    	width: 100%;
	height:auto;
}

/******** INNER CONTACT CSS *********/

.inner-contact-txt-section {
	padding: 80px 0 30px;
    	border-bottom: 1px solid #cfcfcf;
}
.inner-contact-txt-section .lft-contact-detail {
	position: relative;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	padding:40px 30px 20px;  
	float: left;
	width:90%;
}
.inner-contact-txt-section .lft-contact-detail h3 {
	position: relative;
    display: block;
    color: #1c4590;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    margin: 0 0 30px;
}
.inner-contact-txt-section .lft-contact-detail h3::before {
	position: absolute;
	left:0;
	content:'';
	width: 4px;
	height:28px;
	background:#f0ad1c;
}
.inner-contact-txt-section .lft-contact-detail h4 {
	position: relative;
    display: block;
    color: #1c4590;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    margin: 30px 0 20px;
}
.inner-contact-txt-section .lft-contact-detail h4::before {
	position: absolute;
	left:0;
	content:'';
	width: 4px;
	height:28px;
	background:#f0ad1c;
}
.inner-contact-txt-section .lft-contact-detail .adr-bx {
	display: block;
    	color: #333333;
    	font-size: 15px;
    	font-weight: normal;
    	line-height: 24px;
    	padding: 0 0 0 30px;
    	margin: 0;
	background: url(../images/adr-icn1.jpg) no-repeat 0 0;
    	transition: 0.3s;
}
.inner-contact-txt-section .lft-contact-detail .phn-bx {
	display: block;
    	color: #333333;
    	font-size: 15px;
    	font-weight: normal;
    	line-height: 24px;
    	margin: 0;
	padding: 0 0 0 30px;
	background: url(../images/phn-icn1.jpg) no-repeat 0 0;
    	transition: 0.3s;
}
.inner-contact-txt-section .lft-contact-detail .phn-bx a {
    	color: #333333;
	text-decoration: none;
	padding: 10px 0;
}
.inner-contact-txt-section .lft-contact-detail .eml-bx {
	display: block;
    	color: #333333;
    	font-size: 15px;
    	font-weight: normal;
    	line-height: 24px;
    	margin: 0;
	padding: 0 0 0 30px;
	background: url(../images/eml-icn1.jpg) no-repeat 0 0;
    	transition: 0.3s;
}
.inner-contact-txt-section .lft-contact-detail .eml-bx a {
    	color: #333333;
	text-decoration: none;
	padding: 10px 0;
}
.inner-contact-txt-section .lft-contact-detail .mapiframe {
    	width: 119%;
	float:left;
	margin: 80px -30px 1px -29px;
}
.inner-contact-txt-section .rgtside-content {
	position: relative;
}
.inner-contact-txt-section .rgtside-content .heading {
	position: relative;
}
.inner-contact-txt-section .rgtside-content h1 {
	position: relative;
	display: block;
    	color: #333;
    	font-size: 36px;
    	font-weight: bold;
    	line-height: 40px;
	text-transform: uppercase;
    	padding:0 0 30px;
    	margin:0 0 30px;
}
.inner-contact-txt-section .rgtside-content h1::before {
	position: absolute;
	content:'';
	width: 130px;
	height:2px;
	background:#1c4590;
	left:0;
	bottom:0;
}
.inner-contact-txt-section .rgtside-content h1::after {
	position: absolute;
    	content: '';
    	width: 50px;
    	height: 6px;
    	background: #40c0ef;
    	left: 5px;
    	bottom: -2px;
}
.inner-contact-txt-section .innquick-contact-form {
	position: relative;
	background:#f8f8f8;
	padding:50px;
	border-radius:50px;
}
.inner-contact-txt-section .innquick-contact-form .innme {
    	width: 100%;
	font-family: 'Lato';
    	font-size: 15px;
    	color: #444;
    	font-weight: normal;
    	line-height: 24px;
    	margin: 8px 0;
	padding:10px 30px;
	min-height: 50px;
    	border: none;
    	background: #fff;
	border-radius:50px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.inner-contact-txt-section .innquick-contact-form .innme::placeholder {
	color: #9d9d9d;
}
.inner-contact-txt-section .innquick-contact-form .inphn {
    	width: 100%;
	font-family: 'Lato';
    	font-size: 15px;
    	color: #444;
    	font-weight: normal;
    	line-height: 24px;
    	margin: 8px 0;
	padding:10px 30px;
	min-height: 50px;
    	border: none;
    	background: #fff;
	border-radius:50px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.inner-contact-txt-section .innquick-contact-form .inphn::placeholder {
	color: #9d9d9d;
}
.inner-contact-txt-section .innquick-contact-form textarea {
    	width: 100%;
	float:left;
	font-family: 'Lato';
    	font-size: 15px;
    	color: #444;
    	font-weight: normal;
    	line-height: 24px;
    	margin: 8px 0;
	padding:10px 30px;
	height: 140px;
    	border: none;
    	background: #fff;
	border-radius:25px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.inner-contact-txt-section .innquick-contact-form textarea::placeholder {
	color: #9d9d9d;
}
.inner-contact-txt-section .innquick-contact-form .send-btn {
	width: 100%;
	font-family: 'Lato';
	font-size:16px;
	color: #fff;
	font-weight:bold;
	line-height:30px;
	padding: 10px 30px;
	margin:7px;
	background: #40c0ef;
	text-transform: uppercase;
	border-radius:50px;
	border: none;
	outline: none;
}
