/* CSS Document */
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	font: 400 14px/22px 'proxima_nova_rgregular', sans-serif;
	color: #888;
}
h1 {
	font: 600 40px/30px 'Open Sans Condensed', sans-serif;
	display: block;
	color: #333;
}
h2 {
	font: 600 30px/30px 'Open Sans Condensed', sans-serif;
	display: block;
	color: #333;
}
h3 {
	font: 400 20px/20px 'Open Sans Condensed', sans-serif;
	display: block;
	color: #000;
}
h4 {
	font: 500 14px/20px 'Open Sans Condensed', sans-serif;
	display: block;
	color: #16191a;
}
p {
	font: 400 14px/24px 'proxima_nova_rgregular', sans-serif;
	color: #888;
}
a {
	text-decoration: none;
	color: #111;
}
a:hover, a:focus {
	color: #111;
	text-decoration: underline;
}
.trans_eff {
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
/* &&&&&&&&&&&&&&&&&&&&& HOME PAGE CLASSES &&&&&&&&&&&&&&&&&&&&&&& *//*comman clasess*/
.title1 {
	font-size: 40px;
	line-height: 35px;
	position: relative;
	display: inline-block;
}
.title1:after {
	content: '';
	background: #0082c8;
	width: 60px;
	height: 4px;
	display: block;
	margin: 15px auto 0 auto;
}
.short-discrip {
	font-size: 18px;
	line-height: 24px;
	font-family: 'proxima_nova_ltlight', sans-serif;
}
/*comman clasess ends*/




/*top clasess*/
.top {
	border-bottom: 1px solid #eee;
	position: relative;
	min-height: 40px;
}
.top:before {
	content: '';
	width: 60px;
	border-bottom: 1px solid #eee;
	position: absolute;
	height: 60px;
	left: -30px;
	transform: rotate(45deg);
	top: -32px;
}
.top:after {
	content: '';
	position: absolute;
	right: -40px;
	top: 0px;
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 40px solid #07cb79;
}
.top .left {
	float: left;
	padding-top: 9px;
	margin: 0 0 0 10px;
}
.top .left a {
	color: #999;
	font-size: 14px;
	font-family: 'proxima_nova_ltlight', sans-serif;
	text-decoration: none;
	padding: 0 5px;
	line-height: 16px;
}
.top .left a:first-child {
	padding-left: 0;
	border-left: 0;
}
.top .right {
	float: right;
}
.blink_txt {
	float: left;
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
	-webkit-animation: blink_txt 1s infinite; /* Safari 4.0 - 8.0 */
	animation: blink_txt 1s infinite;
	font-family: 'Josefin Sans', sans-serif;
}
 @-webkit-keyframes blink_txt {
 0% {
color:#0082c8
}
 25% {
color:#f5a63f
}
 50% {
color:#0082c8
}
 100% {
color:#f5a63f
}
}
.ticker-wrapper.has-js {
	padding: 0px 0;
	height: 40px;
	float: left;
	background-color: #07cb79;
}
.ticker {
	width: 370px;
	height: 23px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #07cb79;
	margin-top: 8px;
}
.ticker-title {
	padding-top: 9px;
	color: #fff;
	font-weight: bold;
	background-color: #07cb79;
	text-transform: uppercase;
}
.ticker-content {
	margin: 0px;
	padding-top: 0;
	position: absolute;
	color: #fff;
	background-color: #07cb79;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
}
.ticker-content a {
	text-decoration: none;
	color: #fff;
}
.ticker-content a:hover {
	text-decoration: underline;
	color: #fff;
}
.ticker-swipe {
	padding-top: 15px;
	position: absolute;
	top: 0px;
	background-color: #07cb79;
	display: block;
	width: 500px;
	height: 23px;
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #07cb79;
	border-bottom: 1px solid #fff;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
	display: none !important;
}
.ticker-controls li {
	padding: 0px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.js-hidden {
	display: none;
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
	float: left;
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
	float: left;
}
/*top clasess ends*/






/*header clasess*/
header {
	width: 100%;
	background: #fff;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
header .menu_con {
	background: #0082c8;
	min-height: 50px;
	position: relative;
	z-index: 2;
	margin-top: 7px;
}
header .navbar-brand {
	padding: 0 !important;
	max-width: 245px;
	display: block;
	margin: 12px 0 16px 0
}
.tp-right-contact {
	float: right;
	margin-top: 27px;
}
.tp-right-contact p {
	float: left;
	border-right: 1px solid #eee;
	padding: 0 10px;
}
.tp-right-contact p span {
	margin-left: 3px;
}
.tp-right-contact p span a {
	font-size: 16px;
	color: #777;
	line-height: 14px;
	text-decoration: none;
}
.tp-right-contact p .fa {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	background: #0082c8;
	padding: 6px;
}
.tp-right-contact p .phone {
	font-size: 17px;
	padding: 7px 0;
}
.tp-right-contact p .email {
	font-size: 14px;
	padding: 8px 0;
}
.tp-right-contact p:nth-child(2) {
	border-right: 0;
	padding-right: 0;
}
header .navbar-collapse {
	padding: 0;
	float: right;
	position: relative;
    left: 30px;
}
header .navbar-default {
	background: none;
	border: 0
}
.navbar-nav {
	margin: 0 0 0 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .5s;
	-ms-transition: all linear .3s;
}
header .right_nav {
	float: right;
}
header .navbar-nav>li>a {
	font: 400 15px/50px 'Roboto', sans-serif;
	color: #fff;
	padding: 0 21px;
	height: 50px;
	transition: all linear .2s;
	-webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-ms-transition: all linear .2s;
	background: none !important;
	border-right: 1px solid #0072b0;
	border-left: 1px solid #008fdc;
}
header .navbar-nav>li:first-child a {
	border-left: 0;
}
header .navbar-nav>li:last-child a {
	border-right: 0;
}
header .navbar-nav>li.active>a, header .navbar-nav>li.active>a:hover, header .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background: #007bbd !important;
}
header .navbar-nav>li>a:focus {
	color: #fff;
	background: #007bbd !important;
}
header .navbar-nav>li:hover a {
	color: #fff;
	background: #007bbd !important;
}
#home .home, #our-company .our-company, #manufacturing-facilities .manufacturing-facilities, #whats-new .whats-new, #contact-us .contact-us, #career .career, #corporate-governance .corporate-governance, #division .division, #exhibition .exhibition {
	color: #fff;
	background: #007bbd !important;
}
header .navbar-nav>li>.sub_con {
	display: none;
	width: 260px;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 3;
	border-bottom: 2px solid #0082c8;
}
header .navbar-nav>li:hover .sub_con {
	display: block;
}
header .navbar-nav>li>.sub_con>.sublink {
	background: #fff !important;
	box-shadow: 0 3px 3px 2px rgba(0,0,0,0.1);
}
header .navbar-nav>li>.sub_con>.sublink>li {
	position: relative;
	list-style: none;
}
header .navbar-nav>li>.sub_con>.sublink>li>a {
	font: 400 14px/18px 'Roboto', sans-serif;
	color: #666;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	background: #fff !important;
	padding: 12px 20px 12px 20px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	position: relative;
}
header .navbar-nav>li>.sub_con>.sublink>li>a .fa, header .navbar-nav>li>.sub_con>.sublink>li>.sublink_x>li>a .fa {
	font-size: 10px;
	margin-right: 2px;
}
header .navbar-nav>li>.sub_con>.sublink>li:last-child a, header .navbar-nav>li>.sub_con>.sublink>li>.sublink_x>li:last-child a, header .navbar-nav>li>.sub_con>.sublink>li>.sublink_x>li:hover .sublink_xx>li:last-child a {
	border-bottom: 0px;
}
header .navbar-nav>li>.sub_con>.sublink>li:hover a {
	color: #fff;
	background: #0082c8 !important;
}
header .navbar-nav>li>.sub_con>.sublink>li a.title {
	background: #0082c8 !important;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
}
header .navbar-nav>li>.sub_con>.sublink>li a.title .fa {
	font-size: 18px;
}
a.mob_link_dd {
	display: none !important;
}
a.mob_link_dd b {
	width: 16px;
	height: 16px;
	float: right;
	display: block;
	background-image: url(../images/fq-r.png);
	background-repeat: no-repeat;
	margin: 14px 5px 0 0
}
a.mob_link_dd_act b {
	width: 16px;
	height: 16px;
	float: right;
	display: block;
	background-image: url(../images/fq-b.png);
	background-repeat: no-repeat;
	margin: 14px 5px 0 0
}
a.mob_link_dd_act {
	border-bottom: 0 !important;
}
.request-quote {
	background: #07cb79;
	font: 400 18px/50px 'proxima_nova_ltsemibold', sans-serif;
	color: #fff;
	padding: 0 25px;
	height: 50px;
	display: inline-block;
	float: right;
	text-decoration: none;
}
.request-quote:hover, .request-quote:focus {
	color: #fff;
	text-decoration: none;
	background: #d0002c;
}/*header clasess ends*/
/*slider clasess*/
.slider_con {
	max-height: 570px;
	overflow: hidden;
}
.slider_con .carousel-caption {
	left: 150px;
	top: 0 !important;
	text-align: left !important;
}
.slider_con .carousel-caption figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
.slider_con .carousel-caption figcaption h3 {
	font-size: 60px;
	font-weight: 400;
	color: #f5a63f;
	font-family: 'Alfa Slab One', cursive;
	line-height: 50px;
	display: inline-block;
	text-shadow: none;
	text-shadow: 1px 1px 0 rgba(51,51,51,0.8),     /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */  -1px -1px 0 rgba(51,51,51,0.8), 1px -1px 0 rgba(51,51,51,0.8), -1px 1px 0 rgba(51,51,51,0.8), 1px 1px 0 rgba(51,51,51,0.8);
}
.slider_con .carousel-caption figcaption p {
	font-size: 24px;
	line-height: 30px;
	color: #666;
	text-shadow: none;
	font-weight: 400;
	font-family: 'proxima_nova_ltlight', sans serif;
	margin-top: 10px;
	margin-left: 10px;
}
.slider_con .carousel-caption figcaption p span {
	font-weight: 700;
	color: #333;
	font-family: 'proxima_nova_ltsemibold', sans serif;
}
.slider_con .carousel-caption figcaption .btn-info {
	height: 50px;
	background: #0082c8;
	padding: 0 30px;
	border: 0;
	height: 50px;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	border: 0 !important;
	border-radius: 3px;
	font-size: 20px;
	line-height: 50px;
	box-shadow: 3px 3px 0 0 #006ba5;
	margin-top: 35px;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.carousel-indicators {
	bottom: 5px !important;
	z-index: 2;
}
.carousel-caption {
	text-align: left !important;
}
.slider_con .carousel-indicators li {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 0;
	border: 2px solid #fff;
	margin: 0 1px;
	background-color: none;
}
.slider_con .carousel-indicators .active {
	width: 18px;
	height: 18px;
	margin: 0 1px;
	background-color: #f5a63f;
	border: 2px solid #fff;
}
.slider_con .carousel-caption .btn-warning:hover, .slider_con .carousel-caption .btn-warning:focus {
	background: none !important;
	color: #f99e3e !important;
	border: 1px solid #f99e3e !important;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.slider_con:hover .carousel-control {
	display: block;
}
.slider_con .carousel-control.left {
	left: 2%;
}
.slider_con .carousel-control.right {
	right: 2%;
}
.slider_con .carousel-control.left, .slider_con .carousel-control.right {
	background: none !important;
}/*slider clasess ends*/
/*Divisions clasess*/
ul.divisions li {
	width: 20%;
	float: left;
	list-style: none;
	margin: 15px 0;
	padding-bottom: 30px;
	overflow: hidden;
}
ul.divisions li .inner {
	width: 100%;
	position: relative !important;
	min-height: 200px;
	margin: auto;
	padding: 30px;
	background: #0082c8;
	position: relative;
	text-align: center;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
ul.divisions li .inner:after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -30px;
	width: 0;
	height: 0;
	border-top: 0 solid transparent;
	border-bottom: 30px solid transparent;
	border-right: 285px solid #0082c8;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
ul.divisions li:nth-child(even) .inner:after {
	border-right: 285px solid #058cd4;
}
ul.divisions li:nth-child(even) .inner {
	background: #058cd4;
}
ul.divisions li:hover .inner {
	background: #07cb79;
	padding-bottom: 45px !important;
}
ul.divisions li:hover .inner:after {
	border-right: 285px solid #07cb79;
}
ul.divisions li:hover:nth-child(even) .inner {
	background: #f5a63f;
}
ul.divisions li:hover:nth-child(even) .inner:after {
	border-right: 285px solid #f5a63f;
}
ul.divisions li .inner figure {
	width: 105px;
	height: 105px;
	background: #fff;
	border-radius: 100%;
	display: inline-block;
	padding: 2px;
}
ul.divisions li .inner figure .fa {
	width: 100%;
	height: 100%;
	border: 2px solid #0082c8;
	border-radius: 100%;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
ul.divisions li:hover .inner {
	background: #07cb79;
}
ul.divisions li:hover .inner figure .fa {
	border: 2px solid #07cb79;
}
ul.divisions li:hover:nth-child(even) .inner figure .fa {
	border: 2px solid #f5a63f;
}
ul.divisions li .inner figure .fa img {
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
ul.divisions li:hover .inner figure .fa img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
ul.divisions li .inner figcaption {
	padding: 20px 0;
}
ul.divisions li .inner figcaption .title {
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	font-weight: 700;
}
ul.divisions li .inner figcaption .btn-default {
	font-size: 16px;
	line-height: 30px;
	height: 32px;
	color: #fff;
	padding: 0 20px;
	background: none;
	font-weight: 400;
	border: 2px solid #fff;
	text-decoration: none;
	border-radius: 3px;
	font-family: 'proxima_nova_rgregular';
	display: none;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 0)
}
ul.divisions li:hover .inner figcaption .btn-default {
	display: inline-block;
}
/*Divisions clasess ends*/



	
	/*welcome clasess*/
.welcome_con {
	background: #111 url(../images/welcome_bg1.jpg) no-repeat center;
	margin: 90px 0 0 0;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}
.welcome_con .right .rows {
	width: 100%;
	background: #f5a63f;
	min-height: 250px;
	padding: 37px 30px;
}
.welcome_con .right .rows:last-child {
	background: #07cb79;
}
.welcome_con .right .rows h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 32px;
}
.welcome_con .right .rows p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	font-family: 'Open Sans Condensed';
	color: #fff;
	margin-top: 15px;
}
.welcome_con .right .rows .btn-link {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	font-family: 'Open Sans Condensed';
	color: #fff;
}
.welcome_con .about_con {
	text-align: center;
	padding: 75px 0 0 0;
	position: relative;
}
.welcome_con h1 {
	font-size: 40px;
	color: #fff;
	line-height: 40px;
	font-weight: 700;
	position: relative;
}
.welcome_con h1 span {
	text-transform: uppercase;
}
.about_con h1 small {
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
	display: block;
	color: #fff;
}
.welcome_con h1:after {
	content: '';
	position: static;
	background: #f5a63f;
	width: 100px;
	height: 4px;
	margin: 20px auto 0 auto;
	display: block
}
.welcome_con .about_con p {
	font-size: 21px;
	font-family: 'proxima_nova_ltlight', sans-serif;
	line-height: 33px;
	font-weight: 300;
	margin: 15px 0 0 0;
	color: #fff;
	padding: 0 10%;
}
.welcome_con .about_con .btn-cercle {
	font: 200 30px/130px 'proxima_novathin', sans-serif;
	color: #fff;
	height: 160px;
	width: 160px;
	background: rgba(255,255,255,.3);
	border-radius: 100%;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	margin-bottom: -195px;
}
.welcome_con .about_con .btn-cercle:hover, .welcome_con .about_con .btn-cercle:focus {
	background: rgba(255,255,255,.9);
	color: #333;
}/*about clasess ends*/
/*board director clasess*/
.directors_con .inner {
	border: 1px solid #eee;
	padding: 15px 25px 35px;
	border-left: 6px solid #ddd;
	text-align: left;
	box-shadow: 2px 2px 3px 0 rgba(204,204,204,0.2)
}
.directors_con .inner .media {
}
.directors_con .inner .media .media-heading {
	color: #333;
	font-size: 25px;
	font-weight: 700;
}
.directors_con .inner .media .media-left {
	margin-right: 20px;
}
.directors_con .inner .media .media-left figure {
	border: 1px solid #eee;
	border-radius: 100%;
	overflow: hidden;
	width: 60px;
	height: 60px;
}
.directors_con .inner .media .media-left figure img {
	width: 100%;
	height: auto;
}
.directors_con .inner .media .media-body {
	padding: 12px 0;
}
.directors_con .inner .media .media-body p {
	font-size: 16px;
	line-height: 20px;
	color: #f5a63f;
}
.directors_con .inner hr {
	margin: 15px 0;
}
.directors_con .inner p {
	font-size: 15px;
	line-height: 24px;
}
/*board director clasess ends*/

 

/*three text clasess*/
.three_txt_bg {
	background: #333 url(../images/haridwar-img.jpg) no-repeat center top;
	padding: 50px 0 80px;
	margin: 60px 0 0 0;
	background-attachment: fixed;
}
.three_txt_bg .img-con figure {
	width: 100%;
	height: auto;
	border: 5px solid #fff;
}
.three_txt_bg .img-con figure img {
	width: 100%;
	height: auto;
	display: block;
}
.three_txt_bg ul {
	padding: 0 10%;
	margin-top: 40px;
}
.three_txt_bg ul li {
	list-style: none;
	width: 50%;
	float: left;
	position: relative;
	border-right: 1px solid #fff;
	min-height: 220px;
}
.three_txt_bg ul li:first-child {
	border-left: 1px solid #fff;
}
.three_txt_bg ul li .inner {
	width: 95%;
	margin: auto;
	padding: 30px 15px;
}
.three_txt_bg ul li:after {
	content: '';
	width: 3px;
	height: 50px;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	left: -2px;
	top: 0;
}
.three_txt_bg ul li:nth-child(2):before {
	content: '';
	width: 3px;
	height: 50px;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	right: -2px;
	top: 0;
}
.three_txt_bg ul li .inner .text {
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	font-family: 'proxima_nova_ltlight';
	text-shadow: 0 0 10px rgba(0,0,0,0.9)
}
.three_txt_bg ul li .inner .text mark {
	padding: 0 5px;
	font-family: 'proxima_nova_ltsemibold';
	line-height: 30px !important;
	background-color: #fff;
	color: #07cb79;
	text-shadow: none !important;
}
.three_txt_bg ul li .inner .text .mark2 {
	color: #f5a63f;
}
/*three text clasess ends*/

   
/*client clasess*/
.client_con {
	background: #efefef url(../images/clients-bg.jpg) no-repeat center top;
	background-attachment: fixed;
	padding: 60px 0;
}
.client_con2 {
	background: #efefef url(../images/clients-bg2.jpg) no-repeat center top;
	background-attachment: fixed;
	padding: 60px 0;
	margin: 60px 0 -60px 0;
}
/*client clasess ends*/
   
   
   
/*footer classes*/
footer {
	background: #0082c8;
	padding: 20px 0 0 0;
	margin: 60px 0 0 0;
	position: relative;
}
footer .left-col {
	width: 47%;
	float: left;
	margin: 0 0 0 0;
}
footer .left-col .cols {
	width: 40%;
	min-height: 280px;
	float: left;
	padding-right: 1%;
	margin-right: 8%;
	border-right: 1px solid #1e94d3;
}
footer .right-col {
	width: 25%;
	float: left;
	padding-right: 3%;
}
.map {
	float: right;
	width: 25%;
}
.f_form .form-control {
	border: 0;
	box-shadow: none;
}
.f_contact_con p {
	padding: 5px 0;
	color: #fff;
}
.f_contact_con p:first-child {
	padding-top: 0;
}
.f_contact_con p, .f_contact_con p a {
	font: 400 14px/24px 'proxima_nova_rgregular', sans-serif;
	color: #fff;
}
.f_contact_con p .fa {
	height: 25px;
	width: 25px;
	border-radius: 100%;
	background: #fff;
	color: #07cb79;
	text-align: center;
	font-size: 15px;
	padding: 5px 0;
	margin: 0 5px 0 0;
}
footer .flink-title {
	font: 600 22px 'proxima_nova_ltsemibold', sans-serif;
	color: #fff;
	margin-bottom: 10px;
	display: block;
	position: relative;
	padding: 7px 15px;
	border-radius: 2px;
}
footer .flink-title {
	background: #07cb79 url(../images/close.png) right no-repeat;
}
footer .open-links {
	background: #07cb79 url(../images/open.png) right no-repeat;
}
footer h3 {
	font: 600 20px 'proxima_nova_ltsemibold', sans-serif;
	color: #fff;
	margin-bottom: 15px;
}
.f_link {
	margin: 0 0 0 1px;
}
.f_link a {
	font: 400 14px/16px 'proxima_nova_rgregular', sans-serif;
	color: #fff;
	padding: 5px 0 5px 0;
	display: block;
	text-decoration: none;
	transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.f_link a:hover {
	color: #fff;
	text-decoration: underline;
}
.f_link .btn-link {
	color: #fff;
	text-decoration: underline;
}
.f_link .btn-link:before {
	display: none;
}
footer .row2 {
	border-top: 2px solid #0a8dd4;
	padding: 20px 0 30px;
	text-align: right;
/*	margin-top: -22px;*/
}
footer .row2 p, footer .row2 p a {
	font-weight: 400;
	color: #fff;
	line-height: 20px;
	font-size: 13px;
}
footer .row2 p {
	float: right;
	margin: 10px 0 0 0;
}
footer .row2 p span, footer .row2 p span a {
	color: #fff;
}
.f_social_midea_con {
	float: left;
	margin-top: 5px;
}
.f_social_midea_con a {
	padding: 9px 0;
	font-size: 18px;
	height: 35px;
	width: 35px;
	border-radius: 100%;
	display: inline-block;
	background: #f5a63f;
	color: #fff;
	transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	text-align: center;
}
.f_social_midea_con a:first-child {
	padding-left: 0;
}
.f_social_midea_con a:hover {
	opacity: .5;
}/*footer classes ends*/
/*===========================inside pages clasess=============================*/


/*title clasess*/
.title_bg {
	padding: 80px 0 80px 0 !important;
	width: 100%;
	text-align: center;
}
.bg1 {
	background: #efefef url(../images/title_bg1.jpg) no-repeat center top;
	background-attachment: fixed;
}
.bg2 {
	background: #efefef url(../images/title_bg2.jpg) no-repeat center top;
	background-attachment: fixed;
}
.bg3 {
	background: #efefef url(../images/title_bg3.jpg) no-repeat center top;
	background-attachment: fixed;
}
.bg4 {
	background: #efefef url(../images/title_bg4.jpg) no-repeat center top;
	background-attachment: fixed;
}
.bg5 {
	background: #efefef url(../images/title_bg5.jpg) no-repeat center top;
	background-attachment: fixed;
}
.title_bg h1 abbr {
	background: rgba(17,17,17,0.7);
	font-size: 40px;
	display: inline-block;
	color: #fff;
	padding: 5px 15px 8px 15px;
	line-height: 45px;
	font-weight: 300;
	border-radius: 3px;
}
/*title clasess ends*/



/*breadcrumb clasess*/
.breadcrumb_con {
	border-bottom: 1px solid #efefef;
	background: #fff;
	box-shadow: 0 5px 50px 0px rgba(204,204,204,.2)
}
.breadcrumb {
	background: none;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
	color: #333;
	padding: 7px 0;
	font-family: 'Open Sans Condensed', sans-serif;
}
.breadcrumb li a {
	font-weight: 400;
	text-decoration: none;
	color: #999;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
.breadcrumb>li+li:before {
	color: #666;
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "\f105";
	font-family: 'Fontawesome';
}
/*breadcrumb clasess ends*/

/*cms area*/
.box1 {
	border: 1px solid #eee;
	padding: 20px 25px;
}
.box2 {
	background: #284f3c;
	border-radius: 2px;
	padding: 20px;
	border: 1px dashed #fff;
}
.box2 h3 {
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #3c6852;
	padding-bottom: 0;
	font-size: 25px;
	position: relative;
}
.box2 p {
	color: #fff;
	padding: 0 20%;
	text-align: center;
	line-height: 20px;
}
.box2 blockquote {
	background: #fff;
	padding: 15px 20px;
	border-radius: 3px;
	border-left: 3px solid #c81415;
	margin-bottom: 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.box2 blockquote:hover {
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	border-left-color: #1a2b97;
}
.cms_area h1 {
	background: #284f3c;
	color: #fff;
	display: inline-block;
	padding: 7px 15px 7px 15px;
	border-left: 4px solid #dc002e;
}
.cms_area p strong {
	color: #333;
}
.cms_area p {
	color: #666;
	font-size: 15px;
	line-height: 24px;
}
.cms_area hr {
	margin: 25px 0;
}
.cms_area abbr {
	color: #c81415;
	font-size: 25px;
	line-height: 34px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	border-bottom: 2px dotted #ccc;
}
.cms_area h2 {
	font: 600 25px/24px 'Open Sans Condensed', sans-serif;
	color: #333;
	display: inline-block;
	background: #f5f5f5;
	padding: 10px 20px;
	border-left: 3px solid #0082c8;
}
.cms_area h3 {
	font: 600 18px/24px 'Open Sans Condensed', sans-serif;
	color: #0082c8;
	display: inline-block;
}
.cms_area h4 {
	font: 500 18px/24px 'Open Sans Condensed', sans-serif;
	color: #c81415;
}
.cms_area h5 {
	font: 500 16px/22px 'Open Sans Condensed', sans-serif;
	color: #111;
}
.cms_area ul {
	margin: 20px 0 0 25px;
}
.cms_area ul li {
	font: 400 15px/22px 'proxima_nova_rgregular', sans-serif;
	color: #666;
	margin: 7px 0;
	padding: 0 0 0 20px;
	list-style: none;
	position: relative;
}
.cms_area ul li:before {
	content: '\f00c';
	font-family: 'Fontawesome';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	color: #f5a63f;
}
.cms_area ol {
	font: 400 15px/22px 'proxima_nova_rgregular', sans-serif;
	color: #666;
	margin: 25px 0 0 0;
}
.cms_area ol li {
	margin: 7px 0;
}
.cms_area .no_mt {
	margin-top: 0;
}
.cms_area .no_ml {
	margin-left: 0;
}
.cms_area .img1 {
	float: right;
	border: 1px solid #eee;
	margin: 10px 0 15px 25px;
}
.table {
	font-size: 15px;
	color: #666;
}
.table1 tr td {
	padding: 10px 20px !important;
}
.table tr:nth-child(odd) {
	background: #f5f5f5;
}
.table {
	margin-bottom: 0;
}
.table th {
	background: #07cb79;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	border: 0 !important;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #f8e9d6;
}
.table-bordered>tbody>tr>th {
	border: 1px solid #fff;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 10px 15px;
}
.table-responsive {
	border: 0 !important;
}
.table1 {
	font-size: 14px;
	color: #666;
}
.download_con {
	background: #efefef;
	padding: 20px;
}
.table1 tr:nth-child(odd) {
	background: #fff;
}
.table1 tr:nth-child(even) {
	background: #f9f9f9;
}
.table1 tr td strong {
	color: #c81415;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
}
.cms_area .btn-link {
	color: #dc002e;
}
.cms_area .btn-link:hover {
	color: #284f3c;
}
.ul_style2 li {
	padding: 8px 15px 8px 28px !important;
	margin: 0 !important;
	font-size: 14px !important;
	line-height: 18px !important;
}
.ul_style2 li:nth-child(odd) {
	background: #f5f5f5;
}
.ul_style2 li:before {
	position: absolute;
	left: 10px !important;
	top: 7px !important;
	font-size: 12px;
	color: #dc002e;
}/*cms area ends*/
/*right panel clasess*/

.right_nav h3 {
	background: #0082c8;
	color: #fff;
	padding: 12px 20px;
	text-transform: uppercase;
}
.right_nav .nav_list a {
	background: #0082c8;
	display: block;
	color: #fff;
	padding: 10px 20px;
	border-top: 1px solid #0791db;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.right_nav .nav_list a:hover {
	background: #007bbd;
}
#act1 .act1, #act2 .act2, #act3 .act3, #act4 .act4, #act5 .act5, #act6 .act6, #act7 .act7, #act8 .act8, #act9 .act9, #act10 .act10, #act11 .act11, #act12 .act12, #act13 .act13, #act14 .act14, #act15 .act15, #act16 .act16, #act17 .act17, #act18 .act18, #act19 .act19, #act20 .act20 {
	background: #f5f5f5;
	color: #0082c8
}
.right_form_con h3 {
	background: #07cb79;
}
.right_form_con .inner {
	background: #f5f5f5;
	padding: 20px;
}
/*right panel clasess ends*/



/*pdf thumnail clsess*/
 
.pdf-thumnail-con .inner figure {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	padding: 5px;
	border: 1px solid #eee;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	position: relative;
}
.pdf-thumnail-con .inner figure img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.pdf-thumnail-con .inner:hover figure {
	box-shadow: 0 0 10px 5px rgba(204,204,204,0.5);
	border: 1px dashed #f5a63f;
}
.pdf-thumnail-con .inner:hover figure a img {
	opacity: 0.5;
}
.pdf-thumnail-con .inner figcaption {
	background: #f5f5f5;
	padding: 8px 15px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.pdf-thumnail-con .inner figcaption h4 {
	font-size: 16px;
	font-family: 'proxima_nova_rgregular', sans serif;
}
.pdf-thumnail-con .inner figure .view {
	position: absolute;
	background: #f5a63f;
	color: #fff;
	padding: 8px 15px;
	font-size: 16px;
	text-decoration: none;
	left: 50%;
	top: -50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.pdf-thumnail-con .inner:hover figure .view {
	top: 50%;
}
/*pdf thumnail clsess ends*/











/*fqs clasess*/

.faq_con {
	padding: 60px 0;
	background: url(../images/faq_bg.jpg) no-repeat right top;
	background-attachment: fixed;
	margin-bottom: -60px;
}
.faq_con h2 {
	color: #333;
	font-size: 40px;
	text-transform: uppercase;
}
.faq-content {
	margin: 30px 0 0 0;
	padding: 30px;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
	border: 1px solid #eee;
}
.faq-content .panel-default > .panel-heading {
	background-color: #fff;
	border-color: none !important;
	border: none !important;
	box-shadow: 0 !important;
}
.faq-content .panel-default {
	border: 0;
	border-color: #f1f1f1;
	border-bottom: 0;
}
.faq-content .panel-group .panel {
	border-radius: 0px;
	margin-bottom: 20px;
}
.faq-content .panel {
	margin-bottom: 10px;
	border: 1px solid #eee;
	border-left: 3px solid #f5a63f;
}
.faq-content .panel-body {
	padding: 20px 35px !important;
	border: 0 !important;
	border-top: 1px solid #eee !important;
}
.faq-content .panel-heading {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0px;
	border-radius: 0px;
}
.faq-content .panel-group {
	width: 65%;
	float: left;
}
a.accordion-toggle {
	text-decoration: none;
	display: block;
	font-size: 18px;
	line-height: 22px;
	padding: 10px 15px;
	font-weight: 500;
	color: #111 !important;
}
a.accordion-toggle i {
	font-size: 18px;
}
.faq-content .panel-default:hover {
	border-bottom: 0;
}
.heading-5 {
	font-size: 20px;
	color: #44b4cc !important;
	padding-bottom: 10px;
}
.heading-6 {
	font-size: 20px;
	padding: 0 0 20px 0
}
.current-opening {
	font-size: 20px;
	padding: 0 0 20px 0;
	color: #02495f;
}
.faq-content ul {
	margin-bottom: 13px;
	margin-left: 35px;
	margin-top: 20px;
}
.faq-content p {
	font-size: 16px;
	line-height: 24px;
}
.faq-content ul li {
	background: url(../images/list_bullet.html) no-repeat left 8px;
	padding: 3px 0 3px 17px;
	list-style: none;
}/*fqs clasess ends*/
/*career clasess*/
 
ul.c-gallery {
	padding: 20px;
	border: 1px solid #eee;
}
ul.c-gallery li {
	width: 33.333333%;
	float: left;
	list-style: none;
	margin: 15px 0;
}
ul.c-gallery li figure {
	width: 90%;
	margin: auto;
	height: auto;
	display: block;
	overflow: hidden;
	position: relative;
	background: #fff;
}
ul.c-gallery li figure img {
	width: 100%;
	height: auto;
	display: block;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
ul.c-gallery li figure:hover img {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
ul.c-gallery li figure a .fa {
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	font-size: 22px;
	padding: 12px 0;
	opacity: 0;
}
ul.c-gallery li figure:hover a .fa {
	opacity: 1;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
/*career clasess ends*/
  
 
 /*marketing clasess*/
.marketing_con .box1, .marketing_con .box2 {
	background: #fff;
	border: 0;
	border-radius: 3px;
	text-align: center;
	padding: 0;
	overflow: hidden;
}
.marketing_con .box1 figure {
	padding: 20px;
	background: #f5f5f5;
}
.marketing_con .box1 h3, .marketing_con .box2 h3 {
	background: #0082c8;
	padding: 12px 15px;
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	border: 0;
}
.marketing_con .box2 figure {
	padding: 0;
	background: none;
	position: relative;
}
.marketing_con .box2 figure img {
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	width: 100%;
	height: auto;
}
.marketing_con .box2:hover figure img {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.marketing_con .box2 figure .download {
	width: 80px;
	height: 80px;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 35px;
	padding: 20px 0;
	z-index: 9;
}
.marketing_con .box2:hover figure .download {
	background: #fff;
	color: #333;
}
.marketing_con .section2_con {
	background: #333 url(../images/domestic_bg1.jpg) no-repeat center top;
	background-attachment: fixed;
	width: 100%;
	margin-top:60px;
	padding: 60px 0 80px;
}
.marketing_con .section2_con h2 {
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
}
.marketing_con .section2_con p {
	font-family: 'proxima_novathin';
}
.marketing_con .section2_con .box {
	border-radius: 3px;
	padding: 10px;
	background: rgba(255,255,255,0.3);
}
.marketing_con .section2_con .box .inner {
	background: #0082c8;
	padding: 30px;
}
.marketing_con .section2_con blockquote {
	font-family: 'proxima_nova_ltsemibold';
	border-color: #fff;
	color: #f5a63f;
}
.marketing_con .section3_con h2 {
	color: #333;
	font-size: 40px;
	text-transform: uppercase;
}
.marketing_con .section3_con p {
	text-align: center;
	padding: 0 10%;
}
.marketing_con .section3_con ul li {
	list-style: none;
	font-size: 20px;
	font-family: 'Open Sans Condensed';
	color: #333;
	padding: 7px 0;
	border-bottom: 1px dashed #ddd;
	line-height: 24px;
	border-radius: 10px;
	position: relative;
}
.marketing_con .section3_con ul li .dott {
	border: 1px solid #333;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	float: right;
	margin: 6px 5px 0 0;
}
.marketing_con .section3_con ul li .dott .inner {
	width: 11px;
	height: 11px;
	border-radius: 100%;
	border: 2px solid #fff;
	display: block;
}
.marketing_con .section3_con .box img {
	float: right;
}
/*marketing clasess ends*/
 
 
 
 
 
 
 

/*sitemap clasess*/
.stmp {
	background: #efefef;
	padding: 15px;
}
.stmp a {
	font: 400 15px/18px 'proxima_nova_rgregular', sans-serif;
	color: #666;
	width: 32.3%;
	display: block;
	padding: 8px 10px 8px 15px;
	text-decoration: none;
	background: #fff;
	text-transform: capitalize;
	margin: 3px .5%;
	float: left;
	border: 1px solid #eee;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	border-radius: 2px;
}
.stmp a:hover {
	color: #fff;
	background: #07cb79;
	border: 1px solid #07cb79;
}
/*sitemap clasess ends*/






/*operation unit clasess*/

.operation_unit .nav-tabs {
	text-align: center;
	border: 0;
}
.operation_unit .nav-tabs>li {
	display: inline-block;
	float: none;
	margin-bottom: 0;
}
.operation_unit .nav-tabs>li>a {
	margin: 2px;
	font-size: 18px;
	padding: 10px 23px;
	border: 0;
	border-radius: 3px;
	background: #efefef;
	color: #333;
	position: relative;
}
.operation_unit .nav-tabs>li.active>a, .operation_unit .nav-tabs>li.active>a:focus, .operation_unit .nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #f5a63f;
	border: 0;
	border-bottom-color: transparent;
}
.operation_unit .nav-tabs>li.active:after {
	content: "";
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 8px solid #f5a63f;
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translate(-50%, 0);
}
/*operation unit clasess ends*/













.map-and-form {
	background: #f5f5f5;
	padding: 60px;
	margin: 60px 0 -60px 0;
}


/* ================= Media Query ================= */

@media only screen and (max-width:1279px) {
.container {
	width: 100%;
}
.top:after, .top:before {
	display: none !important;
}
}
 @media only screen and (max-width:1151px) {
/*header clasess*/
header .navbar-nav>li>a {
	padding: 0 10px;
}
/*header clasess ends*/

 
/*slider clasess*/
.slider_con .carousel-caption {
	right: 0 auto;
	top: 0 !important;
	text-align: left !important;
	left: 50px;
}
/*slider clasess ends*/


 
 
 
 
 
 
 /*Divisions clasess*/
  
ul.divisions li .inner figcaption .title {
	font-size: 18px;
	line-height: 22px;
}
/*Divisions clasess ends*/

 
 
 
 
 
 
 
 
 
 
	
/*welcome clasess*/
  
 
.welcome_con .about_con .btn-cercle {
	font: 200 30px/150px 'proxima_novathin', sans-serif;
}
/*about clasess ends*/






/*three text clasess*/
.three_txt_bg ul {
	padding: 0;
}
/*three text clasess ends*/




/*footer classes*/
footer .left-col {
	width: 45%;
}
footer .right-col {
	width: 27%;
}
/*footer classes ends*/



}
@media only screen and (max-width:991px) {
/*top clasess*/
.ticker-wrapper {
	display: none !important;
}
/*top clasess ends*/	
	
	
	
	
	
	
	
	
	
	/*header clasess*/
header .menu_con {
	min-height: auto;
}
.request-quote {
	font: 400 16px/50px 'Open Sans Condensed', sans-serif;
	padding: 0 20px;
	height: 50px;
	border-radius: 20px 0 0 0;
}
.navbar {
	border-bottom: 0;
	margin: 5px 0 0 0;
	padding: 0;
}
.navbar-nav {
	float: none;
	width: 100%;
	margin-top: 0;
}
header .navbar-header {
	margin: 0;
	float: left;
}
.navbar-nav>li {
	display: block;
	float: none;
	padding-bottom: 0 !important;
}
header .navbar-nav>li {
	position: relative !important;
}
header .navbar-nav > li:last-child a {
	padding-right: 10px;
}
header .navbar-nav>li>a {
	padding: 0 10px;
	color: #fff !important;
	display: block;
	line-height: 45px;
	border: 0;
	height: auto;
	border-top: 1px solid #138ed0 !important;
	border-radius: 0;
	text-align: center;
	margin: 0 0 0 0;
}
.navbar-toggle {
	background: none;
	border-radius: 0px;
	float: right;
	padding: 0;
	margin-bottom: 15px;
	margin-right: 0;
	margin-top: 15px;
	position: relative;
	display: block;
	border: 0;
	color: #fff !important;
}
.navbar-toggle .icon-bar {
	background-color: #fff !important;
	height: 4px;
	width: 35px;
}
.navbar-header {
	float: none;
}
header .navbar-collapse {
	background: none;
	width: auto !important;
	margin: 0 -15px !important;
	position: static;
	padding: 0;
	float: none;
}
.navbar-collapse.collapse {
	display: none !important;
}
.navbar-collapse.collapse.in {
	display: block !important;
}
header .navbar-brand img {
	width: 100%;
}
header .navbar-nav>li>.sub_con, header .navbar-nav>li:hover .sub_con {
	display: none;
	width: 100%;
	position: static;
	left: 0;
	top: 0px;
	padding-top: 0;
	z-index: 9999;
	border: 0;
}
header .navbar-nav>li>.sub_con>.sublink {
	border: 0;
	box-shadow: none;
	border-radius: 0;
}
header .navbar-nav>li>.sub_con>.sublink>li>a {
	padding: 8px 10px;
	text-align: center;
}
header .navbar-nav>li>.sub_con>.sublink>li>.sublink_x, header .navbar-nav>li>.sub_con>.sublink>li:hover .sublink_x {
	display: none;
	position: static;
	top: 0;
	width: 100%;
	text-align: center;
}
header .navbar-nav>li>.sub_con>.sublink>li>.sublink_x>li>.sublink_xx, header .navbar-nav>li>.sub_con>.sublink>li>.sublink_x>li:hover .sublink_xx {
	display: none;
	position: static;
	top: 0;
	width: 100%;
	text-align: center;
}
header .navbar-nav>li>.sub_con>.sublink>li>.sublink_x>li>a {
	color: #fff;
	border-bottom: 1px solid #2334a3;
	background: #1a2b97;
	padding: 8px 10px;
	display: block;
}
header .navbar-nav>li>.sub_con>.sublink>li>.sublink_x>li>.sublink_xx>li>a {
	color: #777 !important;
	font-size: 13px;
	border-bottom: 1px solid #eee !important;
	background: #fff !important;
	padding: 8px 10px;
	display: block;
	text-decoration: none;
}
a.mob_link_ddx {
	display: none !important;
}
a.mob_link_dd {
	display: block !important;
}/*header clasess ends*/
/*slider clasess*/
.slider_con .carousel-caption figcaption h3 {
	font-size: 40px;
	line-height: 40px;
}
.slider_con .carousel-caption figcaption p {
	font-size: 20px;
	line-height: 26px;
	margin-top: 12px;
	margin-left: 0;
}
/*slider clasess ends*/












 /*Divisions clasess*/

:after {
	display: none;
}
ul.divisions {
	margin-top: 40px;
}
ul.divisions li {
	width: 50%;
	margin: 0;
	padding-bottom: 0;
	overflow: hidden;
}
ul.divisions li:nth-child(2) .inner, ul.divisions li:nth-child(3) .inner {
	background: #058cd4;
}
ul.divisions li:nth-child(4) .inner {
	background: #0082c8;
}
ul.divisions li:hover .inner {
	padding-bottom: 30px !important;
}
ul.divisions li .inner figcaption .btn-default {
	display: inline-block;
	position: static;
	bottom: 15px;
	left: 0;
	transform: translate(0, 0);
	margin-top: 15px;
}
/*Divisions clasess ends*/

	
/*welcome clasess*/
.welcome_con {
	padding: 60px 5%;
}
.welcome_con .right {
	display: table;
}
.welcome_con .right .rows {
	width: 50%;
	min-height: auto;
	padding: 37px 30px;
	display: table-cell;
}
.welcome_con .about_con {
	text-align: center;
	padding: 0 0 35px 0;
	position: relative;
}
.welcome_con h1 {
	font-size: 30px;
	line-height: 35px;
}
.welcome_con .about_con p {
	padding: 0 0;
}
.welcome_con .about_con .btn-cercle {
	font: 200 30px/160px 'proxima_novathin', sans-serif;
	position: static;
	bottom: 0;
	transform: translate(0%, 0);
	margin-bottom: 0;
	margin-top: 25px;
}
/*about clasess ends*/









/*footer classes*/
footer .left-col {
	width: 60%;
}
footer .left-col .cols {
	width: 40%;
}
footer .right-col {
	width: 40%;
}
footer .row1 .nav {
	float: none;
	margin-top: 5px;
	text-align: center;
}
footer .row1 .nav a {
	border: 1px solid #2d2d2d !important;
	padding: 5px 10px !important;
	display: inline-block;
	border-radius: 3px;
	margin: 2px;
}
footer .row1 .f_logo {
	display: none;
}
footer .row2 p {
	float: none;
	text-align: center;
}
.f_social_midea_con {
	float: none;
	text-align: center;
}/*footer classes ends*//*cms area*/
.cms_area p {
	text-align: left !important;
}/*cms area ends*//*right category clasess*/
.category_con {
	margin: 35px 0 0 0;
}/*right category clasess ends*//*category clasess*/
.categories_con a {
	width: 48.5%;
}/*category clasess ends*//*sitemap clasess*/
.stmp a {
	width: 48.5%;
}/*sitemap clasess ends*/
}
@media only screen and (max-width:767px) {
.title2 {
	text-align: center;
}
.title2::after {
	margin: 15px auto 0 auto;
}/*top clasess*/
.top {
	text-align: center;
}
.top .left {
	margin-left: 0;
}/*top clasess ends*/
/*header clasess*/
header .navbar-header {
	float: none;
}
header .navbar-brand {
	float: none;
	margin: 10px auto;
}
.tp-right-contact {
	float: none;
	width: 460px;
	margin: 20px auto 15px auto;
}
.tp-right-contact p {
	float: left;
	padding: 0 10px;
}
.tp-right-contact p:nth-child(2) {
	padding-right: 10px;
}/*header clasess ends*/
/*slider clasess*/

.slider_con .carousel-caption {
	left: 20px;
}
.slider_con .carousel-caption figcaption h3 {
	font-size: 30px;
	line-height: 30px;
}
.slider_con .carousel-caption figcaption p {
	font-size: 16px;
	line-height: 20px;
	margin-top: 0;
	margin-left: 0;
}
/*slider clasess ends*/


 



/*Divisions clasess*/
 
ul.divisions {
	margin-top: 40px;
}
ul.divisions li {
	width: 100%;
	margin: 0;
}
ul.divisions li:nth-child(2) .inner, ul.divisions li:nth-child(4) .inner {
	background: #058cd4;
}
ul.divisions li:nth-child(3) .inner {
	background: #0082c8;
}
ul.divisions li:hover .inner {
	padding-bottom: 30px !important;
}
ul.divisions li .inner figcaption .btn-default {
	display: inline-block;
	position: static;
	bottom: 15px;
	left: 0;
	transform: translate(0, 0);
	margin-top: 15px;
}
/*Divisions clasess ends*/


   



/*three text clasess*/
.three_txt_bg {
	padding: 50px 0;
}
.three_txt_bg ul {
	padding: 0;
}
.three_txt_bg ul li {
	width: 100%;
	border-right: 0;
	min-height: auto;
	margin: 10px 0;
}
.three_txt_bg ul li:first-child {
	border-left: 0;
}
.three_txt_bg ul li .inner {
	width: 100%;
	margin: auto;
	padding: 30px 25px;
	border: 1px solid #fff;
	border-radius: 15px;
}
.three_txt_bg ul li:after, .three_txt_bg ul li:nth-child(2):before {
	display: none;
}
/*three text clasess ends*/










/*footer classes*/
footer {
	padding-top: 40px;
}
footer .left-col {
	width: 100%;
}
.f_link {
	margin: 0 0 0 0;
	padding-bottom: 25px;
	display: none;
}
footer .left-col .cols {
	width: 100%;
	min-height: auto;
	border: 0 !important;
	padding: 0;
}
footer .right-col {
	width: 100%;
	/*text-align: center;*/
	margin-top: 15px;
	padding: 0;
}
footer .right-col h3 {
	padding-bottom: 0px;
}
footer .right-col h3::after {
	position: static;
	display: block;
	margin: 15px auto -2px auto;
}
footer .row2 {
	margin: 30px 0 0 0;
}
/*footer classes ends*/


/*title clasess*/
.inside_banner_bg {
	padding: 50px 0 50px 0 !important;
}
.inside_banner_bg .banner_text {
	font-size: 30px;
	padding: 5px 15px 7px 15px;
	line-height: 30px;
}
/*title clasess ends*/




/*inside clients clasess*/
ul.inside_client_logos li {
	width: 33.333333%;
}/*inside clients clasess ends*//*sitemap clasess*/
.stmp a {
	margin: 3px 0;
	width: 100%;
}/*sitemap clasess ends*/
/*marketing clasess*/
.marketing_con .section3_con p {
	text-align: center;
	padding: 0 5%;
}
.marketing_con .section3_con .box img {
	float: none;
	width: 100%;
}
/*marketing clasess ends*/






}
 @media only screen and (max-width:479px) {/*top clasess*/
.top:before {
	display: none;
}
.top .left {
	float: none;
	margin: 0 -15px;
	padding-bottom: 7px;
	background: #f5f5f5;
}
.top .left a {
}
.top .left a:first-child {
	padding-left: 13px;
}
.top .right {
	margin-top: 5px;
	float: none;
}
.blink_txt {
	float: none;
	font-size: 16px;
	margin: 0;
	padding: 4px 0 8px;
}
.tp-right-contact {
	display: none;
	/*width: 100% !important;
	text-align: center;*/
}
.tp-right-contact p {
	display: inline-block;
	float: none;
	padding: 0 5px;
}
.tp-right-contact p span {
	display: none !important;
}
.tp-right-contact p .fa {
	width: 40px;
    height: 40px;
    vertical-align: middle;
    font-size: 28px;
    padding: 6px;
}
.tp-right-contact p .phone {
	font-size: 22px;
	padding: 7px 0;
}
.tp-right-contact p .email {
	font-size: 22px;
	padding: 7px 0;
}
/*top clasess ends*/



 

/*slider clasess*/

 
.slider_con .carousel-caption figcaption h3 {
	font-size: 20px;
	line-height: 20px;
}
.slider_con .carousel-caption figcaption p {
	font-size: 14px;
	line-height: 16px;
	margin-top: 0;
	margin-left: 0;
}
.slider_con .carousel-indicators {
	bottom: -10px !important
}
/*slider clasess ends*/








/*inside clients clasess*/
ul.inside_client_logos li {
	width: 50%;
}/*inside clients clasess ends*/
/*welcome clasess*/
.welcome_con {
	padding: 60px 0;
}
.welcome_con .right {
	display: block;
}
.welcome_con .right .rows {
	width: 100%;
	min-height: auto;
	padding: 37px 30px;
	display: block;
}
.about_con h1 small {
	font-size: 25px;
	line-height: 30px;
}
.welcome_con .about_con {
	text-align: center;
	padding: 0 0 35px 0;
	position: relative;
}
.welcome_con h1 {
	font-size: 25px;
	line-height: 30px;
}
/*about clasess ends*/




/*board director clasess*/
.directors_con .inner .media .media-heading {
	font-size: 22px;
	font-weight: 700;
}
/*board director clasess ends*/



}
