@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap');
.heading{
	font-family: 'Arvo', serif;
}

.sticky-icon{
	background-color: #3DD4F4;
    color: white;
    /*padding: 16px 16px;*/
    padding: 7px 16px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: absolute;
    /*bottom: 30%;*/
    bottom: 5%;
    /* right: 28px; */
    /*right: 0px;*/
    /* width: 130px; */
    text-align: center;
    font-weight: bold;
    /*writing-mode: vertical-rl;*/
    z-index: 999;
}
.sticky-icon:hover{
	color: white!important;
	background: #27447A;
}

.F-A{
	margin: 0 0 0 235px!important;
}
.C-A {
    margin: 0 0 0 275px!important;
}

.black_overlay,
.overlay {
	right: 0;
	bottom: 0;
	left: 0;
	top: 0
}

.gen_row,
.rm-padding,
body {
	padding: 0
}

body {
	margin: 0 auto;
	font-family: Lato, sans-serif;
	font-size: 16px;
	max-width: 100%;
	color: #454545
}

.gen_row,
.header_row,
.header_row .h_block {
	display: block;
	margin: 0
}

a {
	text-decoration: none!important;
	outline: 0!important
}

.rml-padding {
	padding-left: 0
}

.rmr-padding {
	padding-right: 0
}

.rmr-margin {
	margin-right: 0
}

.black_overlay {
	position: absolute;
	z-index: 9;
	background: rgba(0, 0, 0, .4)
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url(../fonts/RobotoCondensed.eot);
	src: url(../fonts/RobotoCondensed.eot) format('embedded-opentype'), url(../fonts/RobotoCondensed.woff2) format('woff2'), url(../fonts/RobotoCondensed.woff) format('woff'), url(../fonts/RobotoCondensed.ttf) format('truetype'), url(../fonts/RobotoCondensed.svg#RobotoCondensed) format('svg')
}

@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto.eot);
	src: url(../fonts/Roboto.eot) format('embedded-opentype'), url(../fonts/Roboto.woff2) format('woff2'), url(../fonts/Roboto.woff) format('woff'), url(../fonts/Roboto.ttf) format('truetype'), url(../fonts/Roboto.svg#Roboto) format('svg')
}

@font-face {
	font-family: futuraheavybt;
	src: url(../fonts/futuraheavybt.eot);
	src: url(../fonts/futuraheavybt.eot) format('embedded-opentype'), url(../fonts/futuraheavybt.woff2) format('woff2'), url(../fonts/futuraheavybt.woff) format('woff'), url(../fonts/futuraheavybt.ttf) format('truetype'), url(../fonts/futuraheavybt.svg#futuraheavybt) format('svg')
}

@font-face {
	font-family: 'Josefin Sans';
	src: url(../fonts/Josefin.eot);
	src: url(../fonts/Josefin.eot) format('embedded-opentype'), url(../fonts/Josefin.woff2) format('woff2'), url(../fonts/Josefin.woff) format('woff'), url(../fonts/Josefin.ttf) format('truetype'), url(../fonts/Josefin.svg#Josefin) format('svg')
}

@font-face {
	font-family: Lato;
	src: url(../fonts/Lato.eot);
	src: url(../fonts/Lato.eot) format('embedded-opentype'), url(../fonts/Lato.woff2) format('woff2'), url(../fonts/Lato.woff) format('woff'), url(../fonts/Lato.ttf) format('truetype'), url(../fonts/Lato.svg#Lato) format('svg')
}

.gen_row {
	position: relative;
	width: 100%
}

.overlay {
	position: absolute;
	z-index: 1;
	background: rgba(255, 255, 255, .65)
}

.header_row {
	position: relative;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	overflow: hidden;

	background: #363473;
}

.header_row .h_block {
	list-style-type: none;
	/*padding: 0;*/
	padding: 8px 5px 8px 10px;
	border-collapse: collapse
}

.header_row .h_block span {
	display: inline-block;
	padding: 8px 10px;
	/*color: #222;*/
	color: #fff;
	font-size: 12px;
	letter-spacing: .6px
}

.header_row .h_block i {
	margin-right: 5px;
	color: #3DD4F4;
}

.header_row .social {
	display: block;
	text-align: right;
	padding-right: 0
}

.header_row .social a {
	display: inline-block;
	padding: 8px 5px 8px 10px;
	font-size: 12px;
	/*color: #333;*/
	color: #fff;
	text-align: center;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	/*border-left: 1px solid #e3e3e3;*/
	width: 35px
}

.header_row .social a:last-child {
	/*border-right: 1px solid #e3e3e3;*/
	width: 40px;
	padding-left: 7px
}

.header_row .social a i{
	padding: 9px 10px 9px 10px;
    background: #3dd4f4;
    border-radius: 30px;
}
.header_row .social a i:hover{
	background: #fff!important;
}
.header_row .social a:hover {	
	color: #3DD4F4;
}
.navbar{
	    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%);
}

.navbar-inverse {
	background-color: #fff;
	border: none;
	position: relative;
	width: 100%;
	margin: 0;
	border-radius: 0;
	border-bottom: 1px solid #e3e3e3;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out
}

.navbar-brand {
	display: block;
	margin: 0;
	padding: 5px;
	height: auto
}

.navbar-brand img {
	width: 190px
}

.navbar-nav {
	float: none;
	margin: 0 auto;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out
}

.navbar-inverse .navbar-nav>li {
	/*margin: 0 3px*/
	/*margin: 0 0 0 245px;*/
	    margin: 0 0 0 230px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #333;
	text-transform: capitalize;
	letter-spacing: 1px;
	position: relative;
	font-size: 14px;
	font-family: 'Roboto Condensed';
	padding: 25px 10px
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #3DD4F4;
	background-color: transparent
}

.iso_logo {
	width: 100%;
	margin: 5px 3px 0
}

.dropdown-menu {
	padding: 0;
	border: 1px solid #ccc;
	background: #fff;
	border-top: none;
	margin-top: 0!important;
	border-radius: 0
}

.dropdown .mega-menu li.mega-menu-column ul li a,
.dropdown-menu>li>a {
	letter-spacing: 0;
	position: relative;
	font-size: 12px;
	display: block;
	border-bottom: 1px solid #e3e3e3
}

.dropdown .dropdown-menu {
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
	max-height: 0;
	display: block;
	overflow: hidden;
	opacity: 0
}

.dropdown:hover .dropdown-menu {
	max-height: 450px;
	opacity: 1
}

.dropdown-menu>li>a {
	color: #222;
	text-transform: capitalize;
	padding: 5px 20px
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #333
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	color: #3DD4F4;
	background-color: transparent
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #3DD4F4
}

.dropdown .mega-menu {
	padding: 0 10px!important;
	width: 650px;
	border-radius: 0;
	margin: 0;
	left: 0;
	z-index: 999;
	max-height: 0
}

.dropdown .servicemenu {
	left: -226px
}

.dropdown .servicemenu h3 {
	display: block;
	padding: 9px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	margin: 5px 0;
	background: #15b25e;
	background: -moz-linear-gradient(top, rgba(21, 178, 94, 1) 0, rgba(0, 137, 57, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(21, 178, 94, 1) 0, rgba(0, 137, 57, 1) 100%);
	background: linear-gradient(to bottom, rgba(21, 178, 94, 1) 0, rgba(0, 137, 57, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15b25e', endColorstr='#008939', GradientType=0)
}

.dropdown .mega-menu li {
	display: block;
	padding: 0
}

.dropdown .mega-menu li.mega-menu-column {
	padding: 0 5px
}

.dropdown .mega-menu li:last-child.mega-menu-column {
	margin-right: 0
}

.dropdown .mega-menu li.mega-menu-column ul {
	padding-left: 0
}

.dropdown .mega-menu li.mega-menu-column ul li a {
	color: #222;
	text-transform: capitalize;
	padding: 7px
}

.dropdown .mega-menu li.mega-menu-column ul li:last-child a {
	border-bottom: none
}

.dropdown .mega-menu li.mega-menu-column ul li a:focus,
.mega-menu li.mega-menu-column ul li a:hover {
	color: #fff;
	background-color: #3DD4F4
}

/*.dropdown:hover .mega-menu {
	max-height: 635px;
	opacity: 1
}
*/
.fixed-header {
	position: fixed;
	top: 0;
	z-index: 999;
	border-bottom: 1px solid #ccc;
	background-color: rgba(255, 255, 255, .9)
}

.fixed-header .navbar-nav {
	margin: 0 auto
}

.main_heading {
	display: inline-block;
	position: relative;
	font-size: 1.8em;
	color: #38568E;
	font-weight: 600;
	margin: 10px 0 50px;
	padding: 0 10px;
	font-family: Ubuntu, sans-serif;
	text-transform: capitalize;
	line-height: 1;
	overflow-wrap: break-word;
	word-wrap: break-word;
	letter-spacing: 1px
}

.main_heading::after,
.main_heading::before {
	content: '';
	position: absolute;
	height: 1px;
	width: 40%;
	top: 48%;
	background: #BABABA;
	z-index: -1
}

.ha_row p,
.mainsub_heading {
	font-size: 16px;
	letter-spacing: 1px
}

.address_block,
.cd-top,
.footer_row,
.info_block,
.prod_detail,
.social-link a {
	overflow: hidden
}

.mainsub_heading {
	display: inline-block;
	margin-bottom: 0;
	color: #ccc;
	font-weight: 400;
	font-family: 'Roboto Condensed';
	text-transform: capitalize
}

.main_heading span {
	color: #3DD4F4
}

.main_heading::before {
	left: -40%
}

.main_heading::after {
	right: -40%
}

.ha_row {
	padding: 70px 0
}

.ha_row p {
	font-style: italic;
	color: #686868
}

.readmore_link {
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 12px;
	font-weight: 600;
	color: #FFCA28;
	font-family: ubuntu;
	display: inline-block;
	margin: 20px 0 0;
	padding: 5px 10px 4px
}

.footer_head,
.testimonial-title {
	letter-spacing: 1px;
	font-family: ubuntu
}

.readmore_link i {
	margin-left: 5px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	vertical-align: middle;
	font-weight: 500;
	color: #3DD4F4
}

.readmore_link:hover {
	color: #3DD4F4
}

.readmore_link:hover i {
	-webkit-animation-name: icon-wobble-horizontal;
	animation-name: icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

@keyframes icon-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px)
	}
	33.3% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px)
	}
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px)
	}
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes icon-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px)
	}
	33.3% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px)
	}
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px)
	}
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.product_row {
	padding: 70px 0;
	z-index: 1;
	background: url(../images/productBG.png) bottom center no-repeat fixed;
	background-size: cover
}

.product_row .main_heading::before {
	z-index: -1
}

.product_row .main_heading {
	z-index: 11
}

.product_row .main_heading::after,
.product_row .main_heading::before {
	background: #222
}

.product_row .mainsub_heading {
	z-index: 11;
	position: relative;
	color: #222
}

.description {
	color: #686868;
	font-size: 16px;
	line-height: 1.7;
	padding: 0 13%;
	letter-spacing: 1px;
	position: relative
}

.description::after,
.description::before {
	font-family: FontAwesome;
	position: absolute;
	top: -15%;
	color: #ccc;
	font-size: 30px;
	display: inline-block
}

.description::before {
	content: "\f10d";
	left: 5%
}

.description::after {
	content: "\f10e";
	right: 5%
}

.testimonial-title {
	font-size: 16px;
	color: #FFCA28;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	padding-left: 11%
}

.pic {
	width: 120px;
	height: 120px;
	margin: 0 auto
}

.pic img {
	width: 100%;
	height: auto;
	border-radius: 50%
}

.info_block .l_align:after,
.info_block h2:after {
	content: '';
	bottom: -5px;
	width: 50%;
	background: #3DD4F4
}

.info_block {
	display: block;
	padding: 20px;
	margin: 0
}

.info_block h2 {
	font-family: ubuntu;
	font-size: 2em;
	display: inline-block;
	margin: 0 0 10px;
	color: #333;
	font-weight: 600;
	position: relative
}

.info_block h2:after {
	right: 4px;
	height: 1px;
	position: absolute
}

.info_block .l_align:after {
	left: 4px!important;
	height: 1px;
	position: absolute
}

.info_block p {
	font-size: 14px;
	display: block;
	text-transform: capitalize;
	font-style: normal
}

.footer_row {
	padding: 50px 0;
	min-height: 300px;
	background: #27447a;
	background: -moz-linear-gradient(top, rgba(39, 68, 122, 1) 0, rgba(56, 86, 142, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(39, 68, 122, 1) 0, rgba(56, 86, 142, 1) 100%);
	background: linear-gradient(to bottom, rgba(39, 68, 122, 1) 0, rgba(56, 86, 142, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27447a', endColorstr='#38568e', GradientType=0)
}

.footer_fximg {
	position: absolute;
	bottom: -40%;
	right: -12%;
	opacity: .1;
	transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg)
}

.footer_head,
.footer_row ul,
.footer_row ul li p {
	position: relative;
	z-index: 11
}

.footer_head {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-shadow: 1px 3px 5px rgba(0, 0, 0, .3)
}

.footer_row ul {
	margin: 20px 0 0;
	padding: 0
}

.footer_row ul li {
	list-style: none;
	font-size: 15px;
	padding: 3px 0;
	display: block
}

.footer_row ul li a,
.footer_row ul li p {
	font-size: 14px;
	font-family: 'Roboto Condensed', serif;
	letter-spacing: 1px
}

.footer_row ul li .ln2,
.footer_row ul li a {
	display: inline-block;
	transition: all ease-in-out .5s
}

.footer_row ul li .ln2 {
	width: 0;
	height: 1px;
	margin-bottom: 4px;
	background: #3DD4F4;
	-webkit-transition: all ease-in-out .5s
}

.footer_row ul li a {
	line-height: 1;
	padding-left: 0;
	margin-left: 0;
	color: rgba(255, 255, 255, .6);
	-webkit-transition: all ease-in-out .5s
}

.footer_row ul li a:hover {
	color: #fff;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s
}

.footer_row ul li:hover .ln2 {
	width: 6px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s
}

.footer_row ul li p {
	padding: 0 15px 0 30px;
	margin-bottom: 0;
	display: block;
	color: rgba(255, 255, 255, .6);
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s
}

.cd-top,
.social-link,
.social-link a {
	display: inline-block
}

.footer_row ul li p i {
	position: absolute;
	top: 4px;
	left: 2px;
	color: #3DD4F4
}

.social-link {
	position: relative;
	margin: 30px 0 0
}

.social-link a {
	position: relative;
	margin-right: 7px;
	padding: 6px 5px;
	width: 30px;
	height: 30px;
	color: #3DD4F4;
	font-size: 13px;
	background: 0 0;
	border: 1px solid rgba(255, 255, 255, .3);
	text-align: center;
	transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s
}

.social-link a i {
	color: rgba(255, 255, 255, .6);
	z-index: 99;
	position: relative;
	transition: all .5s ease-in-out
}

.social-link a:hover i {
	color: #fff
}

.social-link a::before {
	content: "";
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.fb::before {
	background: #3B5998
}

.tw::before {
	background: #00BBF4
}

.gp::before {
	background: #D11718
}

.ln::before {
	background: #0083BE
}

.cd-top,
.cpy_row {
	background: #27447A
}

.social-link a:hover::before {
	-webkit-transform: scale(2);
	transform: scale(2)
}

.cpy_row {
	padding: 10px 0
}

.cpy_row p {
	font-size: 13px;
	margin: 0;
	line-height: 1;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, .5);
	font-family: 'Roboto Condensed'
}

.cpy_row p span {
	font-weight: 400;
	color: #fff;
	margin: 0 5px
}

.cpy_row p a {
	color: rgba(255, 255, 255, .5)
}

.cpy_row p a:hover {
	color: rgba(255, 255, 255, 1)
}

.cd-top {
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 5.5%;
	right: 2%;
	visibility: hidden;
	opacity: 0;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 999;
	padding: 10px;
	text-align: center;
	transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s
}

.cd-top i {
	font-size: 20px;
	color: #fff;
	transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
	transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s
}

.cd-top:hover {
	background: #3DD4F4;
	transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s
}

.cd-top:hover i {
	color: #fff;
	transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s
}

.tophead_row .bradcume,
.tophead_row h1 {
	text-align: center;
	color: #38568E;
	padding: 0;
	z-index: 99;
	text-transform: capitalize;
	position: relative;
	display: block
}

.tophead_row {
	/*background: #F9F9F9;*/
	/*border-bottom: 1px solid #e3e3e3;*/
	/*height: 180px;*/
	height: 230px;
    background: url(../images/common-banner.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.abt_bg {
	background: url(../images/mainSlider/aboutBG.jpg) no-repeat;
	background-size: cover
}

.tophead_row h1 {
	/*margin: 60px 0 0;*/
	margin: 85px 0 0;
	font-size: 32px;
	font-family: Ubuntu;
	letter-spacing: 1.5px;
	font-weight: 500;
	color: #fff;
}

.contact_block h3,
.form-control,
.gallery_title,
.link,
.sub_title {
	letter-spacing: 1px
}

.tophead_row .bradcume {
	margin: 10px 0 0;
	font-size: 13px;
	font-family: 'Roboto Condensed', serif;
	letter-spacing: 1px;
	color: #fff;
}

.tophead_row .bradcume a {
	/*color: #333*/
	color: #fff
}

.tophead_row .bradcume a:hover {
	color: #FFCA28;
	text-decoration: underline!important
}

.tophead_row .bradcume i {
	margin: 0 5px;
	/*color: #3DD4F4;*/
	color: #fff;
}

.allpro_row {
	padding: 70px 0
}

.sub_title {
	position: relative;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 500;
	color: #3DD4F4;
	font-family: ubuntu;
	display: block;
	margin: 10px 0 15px
}

.vm_img {
	width: 100px;
	margin: 10px 0
}

.accre_certificate {
	margin: 10px 0 20px
}

.filter>a>h2 {
	margin: 0 0 20px;
	font-size: 20px;
	font-family: Ubuntu, sans-serif
}

.filter>a>h2>span {
	display: block;
	font-size: 14px;
	margin-top: 7px;
	color: #333;
	font-family: 'Roboto Condensed'
}

.filter>a:hover>h2,
.link {
	color: #3DD4F4
}

.quality_img {
	width: 100%;
	margin: 15px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.link {
	margin-left: 7px;
	font-style: italic
}

.link:hover {
	text-decoration: underline
}

.contact-info {
	position: relative;
	padding-left: 0;
	margin-top: 0
}

.contact-info li {
	position: relative;
	display: block;
	line-height: 1.5;
	margin-bottom: 5px;
	padding: 0
}

.contact-info li .fa,
.contact-info li p {
	display: table-cell;
	vertical-align: middle
}

.form-control,
.submit_btn {
	line-height: 1;
	font-size: 14px
}

.contact-info li .fa {
	font-size: 14px;
	width: 30px;
	color: #222
}

.contact-info li p {
	font-size: 14px;
	font-family: 'Roboto Condensed', serif
}

.contact-info li strong {
	font-weight: 500;
	font-size: 14px
}

.contact_block .social-link {
	margin-top: 0
}

.contact_block h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	font-family: ubuntu;
	color: #3DD4F4;
	display: block;
	margin: 30px 0
}

.contact_block .social-link a {
	background: #222
}

.contact_block .social-link a i {
	color: #fff
}

.form-control {
	height: 36px;
	border-color: #ccc;
	margin-bottom: 20px;
	box-shadow: none;
	color: #111;
	border-radius: 0
}

.form-control:focus {
	border-color: #38568E;
	box-shadow: none
}

.lbl_title {
	display: block;
	margin: 0 0 7px;
	font-size: 14px;
	color: #333;
	font-family: 'Roboto Condensed', serif
}

.submit_btn {
	margin-top: 10px;
	display: inline-block;
	padding: 11px 15px 8px;
	background: #3DD4F4;
	color: #fff;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed';
	border: 1px solid #3DD4F4
}

.address_block h3,
.address_block h4 {
	text-transform: capitalize;
	position: relative;
	display: block
}

.submit_btn i {
	margin-left: 8px
}

.submit_btn:hover {
	background: #FFCA28;
	border: 1px solid #FFCA28;
	color: #fff
}

#map {
	height: 380px;
	width: 100%;
	border-top: 2px solid #374580;
	border-bottom: 2px solid #374580
}

.address_block {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	padding: 15px;
	border-bottom: 1px solid #efefef;
	cursor: pointer
}

.address_block h3 {
	font-size: 1.2em;
	color: #38568E;
	font-weight: 600;
	font-family: Ubuntu, sans-serif;
	margin-top: 10px
}

.address_block h4 {
	font-size: 1em;
	font-family: ubuntu;
	color: #3DD4F4
}

.address_block p {
	font-size: 14px
}

.addBlock_p {
	position: relative;
	padding-left: 25px
}

.addBlock_p i {
	position: absolute;
	color: #3DD4F4;
	top: 2px;
	left: 0;
	font-size: 16px
}

.address_block:hover {
	background: #f9f9f9
}

.gallery_bg {
	background: url(../images/mainSlider/galleryBG.jpg) bottom center no-repeat;
	background-size: cover
}

.gallery_product {
	margin: 15px 0;
	display: block;
	position: relative;
	overflow: hidden
}

.gallery_title {
	display: block;
	color: #783D3D;
	margin: 0 0 10px;
	padding: 0;
	font-family: 'Roboto Condensed';
	font-size: 18px;
	font-weight: 300
}

.prod_detail th,
.str_lbl {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center
}

.gallery_product .content {
	left: 50%;
	margin-top: 30px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	z-index: 9
}

.gallery_product .content i {
	color: #FFF;
	display: inline-block;
	font-size: 24px
}

.gallery_product::after,
.gallery_product::before {
	display: none;
	position: absolute;
	content: ''
}

.gallery_product:hover .content {
	opacity: 1;
	margin-top: 0;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.gallery_product::before {
	width: 80%;
	height: 85%;
	border: 1px solid rgba(255, 255, 255, .5);
	z-index: 9;
	top: 8%;
	left: 10%
}

.gallery_product::after {
	width: 90%;
	z-index: 1;
	background: rgba(3, 169, 244, .6);
	top: 0;
	left: 5%;
	right: 0;
	bottom: 0
}

.gallery_product:hover::after,
.gallery_product:hover::before {
	display: block
}

.gallery_product img {
	width: 293px;
	height: 196px
}

.product_structure {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	/*border-top: 5px solid #80c9ea;
    border-left: 5px solid #80c9ea;
    border-right: 5px solid #363473;
    border-bottom: 5px solid #363473;*/
}

.prod_detail {
	display: table;
	margin-bottom: 15px
}

.prod_detail th {
	padding: 7px;
	background: #27447A;
	color: #fff;
	font-size: 13px
}

.prod_detail tr:nth-child(odd) {
	background: #F9F9F9
}

.prod_detail tr td {
	padding: 7px 15px;
	font-size: 13px;
	border-collapse: collapse
}

.prod_detail tr td:first-child {
	width: 150px;
	font-family: ubuntu;
	color: #3DD4F4;
	font-size: 14px;
	font-weight: bold;
}

.str_lbl {
	display: block;
	width: 100%;
	padding: 10px;
	background: #27447A;
	color: #fff;
	font-size: 13px;
	margin-top: 0
}

.requirefieldLbl {
	padding: 0 9px;
	position: absolute;
	bottom: 0;
	left: 7px;
	color: #fff!important;
	display: block;
	z-index: 100;
	background-color: red;
	border-radius: 3px;
	font-size: 1.2rem;
	letter-spacing: 0;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .2);
	animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
	-webkit-animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
	-moz-animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
	transform-origin: left top;
	font-family: Kanit, sans-serif
}

@keyframes shoReq {
	from {
		transform: scale(0) rotate(-45deg);
		opacity: 0
	}
	to {
		transform: scale(1) rotate(0);
		opacity: 1
	}
}

.requirefieldLbl::after {
	position: absolute;
	content: '';
	top: -6px;
	left: 5px;
	height: 0;
	width: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid red;
	z-index: 95
}

.career_mailid {
	background: #efefef;
	padding: 5px 10px;
	border-radius: 5px;
	text-align: center
}

.carrrer_line {
	display: inline-block;
	position: relative;
	margin: 0 0 30px;
	font-size: 3rem;
	font-style: italic;
	letter-spacing: 1px;
	color: #58e0fa;
	background: #37568d;
	padding: 10px 50px;
	border-radius: 30px
}

.carrrer_line::after,
.carrrer_line::before {
	content: '';
	position: absolute;
	height: 15px;
	width: 15px;
	border-radius: 20px;
	background: #fff;
	top: 50%
}

.carrrer_line::before {
	left: 5%;
	transform: translate(0, -50%)
}

.carrrer_line::after {
	right: 2%;
	transform: translate(-50%, -50%)
}

