@charset "utf-8";

/* CSS Document */

@font-face {

    font-family:'Myriad Pro';

    src: url('../fonts/MyriadPro-Regular.eot');

	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),

		url('../fonts/MyriadPro-Regular.woff2') format('woff2'),

		url('../fonts/MyriadPro-Regular.woff') format('woff'),

		url('../fonts/MyriadPro-Regular.ttf') format('truetype'),

		url('../fonts/MyriadPro-Regular.otf') format('opentype'),

		url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');

    font-weight: 400;

    font-style: normal;

    font-stretch: normal;

    unicode-range: U+0020-00FE;

}

@font-face {

    font-family:'Montserrat';

    src: url('../fonts/Montserrat-Regular.eot');

	src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),

		url('../fonts/Montserrat-Regular.woff2') format('woff2'),

		url('../fonts/Montserrat-Regular.woff') format('woff'),

		url('../fonts/Montserrat-Regular.ttf') format('truetype'),

		url('../fonts/Montserrat-Regular.otf') format('opentype'),

		url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');

    font-weight: 400;

    font-style: normal;

    font-stretch: normal;

    unicode-range: U+0020-00FE;

}

@font-face {

    font-family: 'BRADHITC';

    src: url('../fonts/BRADHITC.eot');

    src: url('../fonts/BRADHITC.eot') format('embedded-opentype'),

         url('../fonts/BRADHITC.woff2') format('woff2'),

         url('../fonts/BRADHITC.woff') format('woff'),

         url('../fonts/BRADHITC.ttf') format('truetype'),

         url('../fonts/BRADHITC.svg#BRADHITC') format('svg');

}





html {

	-webkit-text-size-adjust: 100%

}

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

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%

}

body {

	background: #fff;

	color: #2b2b2b;

	font-family:'Myriad Pro';

	font-weight: 400;

	font-size: 100%;

	line-height: 1.5;

	margin: 0;

	padding: 0;

	width: 100%;

	height: 100%;

	margin: 0;

	padding: 0;

	overflow-x: hidden;

	position: relative

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

	display: block

}

:focus {

	outline: none;

	text-decoration:none;

}

img {

	border: none;

	-ms-interpolation-mode: bicubic;

	outline: none;

	max-width: 100%;

	height: auto;

	display: block

}

blockquote, q {

	quotes: none

}

blockquote:before, blockquote:after, q:before, q:after {

	content: '';

	content: none

}

table {

	border-collapse: collapse;

	border-spacing: 0

}

caption, th, td {

	font-weight: 400;

	text-align: left

}

audio, canvas, video {

	display: inline-block

}

audio:not([controls]) {

	display: none

}

del {

	color: #333

}

ins {

	background: #fff9c0;

	text-decoration: none

}

hr {

    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);

    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);

    border: 0;

    height: 1px;

    margin: 22px 0;

}

hr.tall {

    margin: 20px 0;

}

sub, sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline

}

sup {

	top: -.5em

}

sub {

	bottom: -.25em

}

small {

	font-size: smaller

}

ul {

	margin: 0;

	list-style-type: none

}

h1 {

	font-family:'Montserrat';

	font-weight: 400;

	line-height: 1.3em;

	font-size: 1.4em;

	color: #000;

	margin: 0 0 11px

}

h2 {

	font-family:'Montserrat';

	color: #eca700;

	margin: 0 0 11px

}

h3 {

	font-family:'Montserrat';

	color: #000;

	margin: 0 0 11px

}

p {

	font-size: 14px;

	color: #2b2b2b;

	line-height: 22px;

	font-weight: 400

}

a {

	-webkit-transition: all .2s linear;

	-moz-transition: all .2s linear;

	-o-transition: all .2s linear;

	transition: all .2s linear;

	color:#0095da;

	outline: none;

	text-decoration: none;

}

a:hover {

	color: #000

}

:focus {

	outline:none;

	text-decoration:none;

	}

.clear:after {

	content: "";

	display: table;

	clear: both

}

button {

	-webkit-transition: all .2s linear;

	-moz-transition: all .2s linear;

	-o-transition: all .2s linear;

	transition: all .2s linear

}

button[disabled], input[disabled], submit[disabled] {

	cursor: default

}



input[type="text"], input[type="email"] {

	border: 1px solid #666;

	color: #000;

	padding: 0 5px;

	margin: 0 0 8px;

	font: 16px/22px Verdana, Geneva, sans-serif;

	background-color: #fff;

	height: 22px;

	outline: none

}

textarea {

	border: 1px solid #666;

	color: #000;

	padding: 5px;

	margin: 0 0 8px;

	font: 16px/22px Verdana, Geneva, sans-serif;

	background-color: #fff;

	height: 130px;

	outline: none

}

textarea:focus {

	border: 1px solid #000

}

input[type="text"]:focus, input[type="email"]:focus {

	border: 1px solid #000

}

button, html input[type="button"], input[type="reset"], input[type="submit"] {

	-webkit-appearance: button;

	cursor: pointer

}

input[type="checkbox"], input[type="radio"] {

	box-sizing: border-box;

	padding: 0

}

input[type="search"] {

	-webkit-appearance: textfield;

	-moz-box-sizing: content-box;

	-webkit-box-sizing: content-box;

	box-sizing: content-box;

}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {

	-webkit-appearance:none

}

button::-moz-focus-inner, input::-moz-focus-inner {

	border:0;

	padding:0

}

textarea {

	overflow: auto;

	vertical-align: top

}

select {

	-webkit-border-radius: 0;

	-webkit-appearance: none

}

.text-l {

	text-align: left !important;

}

.text-r {

	text-align: right

}

.body_section {

	padding: 70px 0

}



.bg_offwhite{

	background:#efefef;

}

.padding-top-30{

	padding-top:30px;

	}

.padding-bottom-30{

	padding-bottom:30px;

	}

.margin-top-30{

	margin-top:30px;

	}

.margin-bottom-30{

	margin-bottom:30px;

	}

	

	

.margin-bottom-15{

	margin-bottom:15px;

	}

.padding-top-15{

	padding-top:15px;

	}

.padding-bottom-15{

	padding-bottom:15px;

	}

.margin-top-15{

	margin-top:15px;

	}

	

.margin-bottom-60{

	margin-bottom:60px;

	}

.margin-top-60{

	margin-top:60px;

	}

.padding-top-60{

	padding-top:60px;

	}

.padding-bottom-60{

	padding-bottom:60px;

	}	



/*========================



		loader

		

=========================*/	

#pageloader{

	position: fixed;

	left: 0px;

	top: 0px;

	width: 100vw;

	height: 100vh;

	z-index: 9999999;

	background: url(../images/generatorphp-thumb.gif) center no-repeat #fff;

}

	

/********back to top*********/



#back-to-top {

    position: fixed;

    bottom: 100px;

    right: 40px;

    z-index: 9999;

    width: 32px;

    height: 32px;

    text-align: center;

    line-height: 30px;

    background: #ee842c;

    color: #fff;

    cursor: pointer;

    border: 0;

    border-radius: 2px;

    text-decoration: none;

    transition: opacity 0.2s ease-out;

    opacity: 0;

}

#back-to-top:hover {

    background: #047cc0;

}

#back-to-top.show {

    opacity: 1;

}

				 



/*=========================



		  INDEX

		

=========================*/	

.top_hrd {

	background-color:#1e283a;

	padding:8px 0;

	position:relative;

	}

.top_hrd::after {

	background-image:url(../images/sm_sun.png);

	background-position:right bottom;

	background-repeat:no-repeat;

	position:absolute;

	right:0;

	bottom:0;

	content:'';

	display:block;

	width:41px;

	height:37px;

	}	

.top_hrd .social_media ul li {

	display:inline-block;

	}

.top_hrd .social_media ul li a {

	color:#fefefe;

	font-size:15px;

	width:30px;

	height:30px;

	display:block;

	line-height:35px;

	text-align:center;

	-webkit-transition:0.2s linear;

	-moz-transition:0.2s linear;

	-ms-transition:0.2s linear;

	transition:0.2s linear;

}

.top_hrd .social_media ul li:hover a {

	background-color:#fff;

	color:#000;

	border-radius:6px 0 6px 0;

	}			

.top_hrd .contact_info {

	text-align:right;

	}

.top_hrd .contact_info ul li {

	display:inline-block;

	color:#fefefe;

	font-size:15px;

	margin-right:40px;

	padding-top: 8px;

	}

.top_hrd .contact_info ul li:last-child {

	margin-right:0;

	}	

.top_hrd .contact_info ul li a{

	display:block;

	color:#fefefe;

	font-size:15px;

	}

.top_hrd .contact_info ul li:hover a{

	text-decoration:none;

	}	

.top_hrd .contact_info span{

	color:#fefefe;

	font-size:15px;

	margin-right:8px;

	}

.logo_area {

	padding:10px 0;

	-webkit-transition:0.4s ease-in-out;

	-moz-transition:0.4s ease-in-out;

	-ms-transition:0.4s ease-in-out;

	transition:0.4s ease-in-out;

	float:left;

	}

.logo_area img {

	width:150px;

	}

.expe_logo_top{

    width: 86px;

    margin: 25px 14px 0;

    float: left;

	}

.bottom_hrd {

	box-shadow:1px 1px 15px rgba(0,0,0,0.2);

	}		

.navigation_area {

	text-align:right;

	}	

.navigation_area ul li {

	float:left;

	position:relative;

	}

.navigation_area ul li a {

	color:#000;

	font-size:15px;

	float:left;

	text-transform:uppercase;

	padding:32px 12px;

	display:block;

	}

.navigation_area ul li:hover > a {

	text-decoration:none;

	background-color:#0095da;

	color:#fff;

	}

.navigation_area ul li.active a {

	background-color:#0095da;

	color:#fff;

	}

.navigation_area ul ul {

	position:absolute;

	left:0;

	top:100%;

	background-color:#0095da;

	width:240px;

	text-align:left;

	-webkit-transform:scale(0);

	-moz-transform:scale(0);

	-ms-transform:scale(0);

	transform:scale(0);

	-webkit-transition:0.4s ease-in-out;

	-moz-transition:0.4s ease-in-out;

	-ms-transition:0.4s ease-in-out;

	transition:0.4s ease-in-out;

	z-index:99;

	}

.navigation_area ul ul li{

	float:none;

	position:relative;

	width:100%;

	display:block;

	}			

.navigation_area ul ul li a{

	padding:10px;

	color:#fff;

	display:block;

	width:100%;

	font-size:14px;

	}	

.navigation_area ul ul li:hover a{

	color:#0095da;

	background-color:#fff;

	}

.navigation_area ul li:hover ul{

	-webkit-transform:scale(1);

	-moz-transform:scale(1);

	-ms-transform:scale(1);

	transform:scale(1);



	}							

.login_section ul li {

	float:left;

	position:relative;

	}

.login_section ul li:first-child::before {

	background-color: #959595;

    width: 1px;

    height: 25px;

    content: '';

    display: block;

    position: absolute;

    left: -10px;

    top: 52px;

	}	

.login_section ul li a {

	color:#000;

	font-size:15px;

	text-transform:uppercase;

	padding:54px 16px;

	display:block; 

	}

.login_section ul li:hover a{

	text-decoration:none;

	background-color:#0095da;

	color:#fff;

	}

/*.banner_home {

	overflow:hidden;

	position:relative;

	}*/

	

	

.home_slider .banner_caption{

	background-color: rgba(4,124,192,0.7);

	width: 500px;

	margin: 0 auto;

	position: absolute;

	left: calc(50% - 250px);

	/*top: 50%;

	-webkit-transform: translateY(-50px);

	-moz-transform: translateY(-50px);

	-ms-transform: translateY(-50px);

	transform: translateY(-50px);*/

	bottom:0;

	padding: 30px;

	text-align: center;

	}

		

.home_slider .banner_caption h1 {

	color:#fffefe;

	font-size:35px;

	text-transform:uppercase;

	}

.home_slider .banner_caption span {

	font-size:26px;

	color:#fff;

	text-transform:uppercase;

	}

	

.home_slider .banner_caption h2 {

	font-size: 17px;

	color: #fff;

	line-height: 26px;

	text-transform: uppercase;

	}

.home_slider .owl-nav{

	position: absolute;

	top: calc(50% - 21px);

	left: 0;

	right: 0;

	display: block !important;

		}

.home_slider .owl-nav .owl-prev , .home_slider .owl-nav .owl-next{

	width:50px;

	height:50px;

	border-radius: 50%

	}

.home_slider .owl-nav .owl-prev {

	position: absolute;

    left: 10px;

    background: url(../images/controls.png) no-repeat 0px -56px;

	transition:all 0.3s ease-in-out;

	-webkit-transition:all 0.3s ease-in-out;

	-moz-transition:all 0.3s ease-in-out;

	-ms-transition:all 0.3s ease-in-out;

}

.home_slider .owl-nav .owl-next {

	position: absolute;

    right: 10px;

    background:url(../images/controls.png) no-repeat -56px -56px;

	transition:all 0.3s ease-in-out;

	-webkit-transition:all 0.3s ease-in-out;

	-moz-transition:all 0.3s ease-in-out;

	-ms-transition:all 0.3s ease-in-out;

}

.home_slider .owl-nav .owl-prev:hover {

	background:url(../images/controls.png) no-repeat 0px 0px !important;

	}

.home_slider .owl-nav .owl-next:hover {

	background:url(../images/controls.png) no-repeat -56px 0px !important;

	}	

	

	

.home_slider  .bx-controls-auto {

    position: absolute;

    bottom: 10px;

    width: 100%;

}

.home_slider .bx-wrapper .bx-pager.bx-default-pager a:hover, 

.home_slider .bx-wrapper .bx-pager.bx-default-pager a.active, 

.home_slider .bx-wrapper .bx-pager.bx-default-pager a:focus {

    background: #fff;

    border: 1px solid #fff;

}	

.home_slider .owl-dots{

    position: absolute;

    bottom: -2px;

    left: 0;

    right: 0;

}

.home_slider .owl-dot.active span,.home_slider .owl-dot:hover span {

    background: #ee842c !important;

}		 			

/*.banner_home .item .banner_caption{

	background-color:rgba(4,124,192,0.7);

	max-width:733px;

	margin:0 auto;

	position:absolute;

	left:0;

	right:0;

	bottom:0;

	padding:40px;

	text-align:center;

	}

.banner_home .item .banner_caption h1 {

	color:#fffefe;

	font-size:60px;

	text-transform:uppercase;

	}

.banner_home .item .banner_caption span {

	font-size:26px;

	color:#fff;

	text-transform:uppercase;

	}		 	

.banner_home.owl-theme .owl-dots

 {

	position:absolute;

	left:0;

	right:0;

	bottom:12px;

	}	

.banner_home.owl-theme .owl-nav [class*=owl-]{

	background-color:#1e283a;

	padding:10px 20px;

	color:#fff;

	font-size:20px;

	}			

.banner_home .owl-prev {

	position:absolute;

	left:-100%;

	top:50%;

	-webkit-transform:translateY(-50px);

	-moz-transform:translateY(-50px);

	-ms-transform:translateY(-50px);

	transform:translateY(-50px);

	-webkit-transition:0.4s ease-in-out;

	-moz-transition:0.4s ease-in-out;

	-ms-transition:0.4s ease-in-out;

	transition:0.4s ease-in-out;

	}

.banner_home .owl-next {

	position:absolute;

	right:-100%;

	top:50%;

	-webkit-transform:translateY(-50px);

	-moz-transform:translateY(-50px);

	-ms-transform:translateY(-50px);

	transform:translateY(-50px);

	-webkit-transition:0.4s ease-in-out;

	-moz-transition:0.4s ease-in-out;

	-ms-transition:0.4s ease-in-out;

	transition:0.4s ease-in-out;

	}

.banner_home:hover .owl-prev {

	left:0;

	}

.banner_home:hover .owl-next {

	right:0;

	}

.banner_home.owl-theme .owl-dots .owl-dot span {

	    background: transparent;

		border:1px solid #000;

	}

.banner_home.owl-theme .owl-dots .owl-dot.active span, 

.banner_home.owl-theme .owl-dots .owl-dot:hover span {

	    background: #ffffff;

		border:1px solid #fff;

	}

.banner_home.owl-theme .owl-nav {

	margin:0;

	}	*/

.services {

	padding:70px 0;

	}

.service_box {

	position: relative;

	width: 100%;

	float: left;

	height: auto;

	margin-bottom: 30px;

	}

.service_box img {

	width:100%;

	height: auto;

	float: left;

	}	

.service_box .service_description {

	background-color:#1f273a;

	position:relative;

	top:0;

	left:0;

	padding:30px;

	text-align:center;

	min-height:198px;

	-webkit-transition:0.4s ease-in-out;

	-moz-transition:0.4s ease-in-out;

	-ms-transition:0.4s ease-in-out;

	transition:0.4s ease-in-out;

	}

.service_box:hover .service_description {

	background-color:#047cc0;

	} 	

.service_box .service_description h3 {

	color:#fff;

	font-size:21px;

	text-transform:uppercase;

	margin-bottom:17px;

	line-height:21px;

	 }	

.service_box .service_description p {

	color:#fff;

	margin-bottom:15px;

	 }	

.service_box .service_description .servicelink {

	color:#fff;

	border-radius:20px;

	border:1px solid #fff;

	padding:3px 20px;

	display:inline-block; 

}

.service_box:hover .service_description .servicelink{

	background-color:#fff;

	color:#047cc0;

	}	

	

.service_box:hover a{

	text-decoration:none;

}

.welcome_section {

	background-color:#efefef;

	box-shadow:1px 1px 10px rgb(0,0,0.2);

	}	

.section_caption h2{

	text-align:center;

	color:#000;

	font-size:33px;

	line-height:33px;

	text-transform:uppercase;

	 margin-bottom: 40px;

	}

.section_caption span {

	color:#000;

	font-size:17px;

	text-align:center;

	display:block;

	}

.welcon_box {

	margin-top:30px;

	}		

.image_catagory {

	background-image:url(../images/welcom01.png);

	background-position:center center;

	background-repeat:no-repeat;

	width:170px;

	height:170px;

	display:block;

	position:relative;

	text-align:center;

	margin:0 auto 26px;

	}

.image_catagory img {

	display: inline-block;

    position: absolute;

    left: 4px;

    right: 0;

    top: 16px;

    bottom: 0;

    margin: auto;

	}

.about_catagory {

	text-align:center;

	}	

.about_catagory h4{

	color:#000;

	font-size:17px;

	line-height:17px;

	margin-bottom:16px;

	text-transform:uppercase;

	}	

.about_catagory p{

	margin-bottom:16px;

	height:40px;

	overflow:hidden;

	}	

.about_catagory a{

	background-color:#047cc0;

	border-radius: 20px;

	display:inline-block;

	color:#fff;

	font-size:12px;

	text-transform:uppercase;

	position:relative;

	padding:13px 25px;

	height:40px;

	width:106px;

	overflow:hidden;

	text-align:left;

	}	

.about_catagory a span{

    background-color: #f58220;

    padding: 12px 14px;

    color: #fff;

    font-size: 14px;

    float: right;

    position: absolute;

    right:0;

    top: 0;

	}	

.about_catagory a span::before{

    content: '';

    display: block;

    position: absolute;

    left: -6px;

    top: -4px;

    width: 15px;

    height: 53px;

    background-color: #f58220;

    transform: rotate(-20deg);

	}

.about_catagory a span i {

	position:relative;

	left:-5px;

	}	

.welcon_box:hover .about_catagory a{

	background-color:#1f273a;

	color:#fff;

	text-decoration:none;

	}

.slide_btn {

	text-align:center;

	margin-top:40px;

	}

.slide_btn a {

	display:inline-block;

	border:1px solid #707070;

	padding:4px 14px;

	color:#2b2b2b;

	font-size:12px;

	text-transform:uppercase;

	margin-right:28px;

	}

.slide_btn a:last-child {

	margin-right:0;

	}

.slide_btn a:hover {

	background-color:#000;

	color:#fff;

	text-decoration:none;

	}	

														 											

.home_product.owl-carousel .owl-stage-outer {

	height:350px;

	}

.home_product.owl-carousel .item{

	margin-right: 20px;

    border: 1px solid #dedede;

    padding: 10px;

	overflow:hidden;

	}

.home_product.owl-carousel .item img {

	-webkit-transform:scale(1);

	-moz-transform:scale(1);

	-ms-transform:scale(1);

	transform:scale(1);

	-webkit-transition:0.4s linear;

	-moz-transition:0.4s linear;

	-ms-transition:0.4s linear;

	transition:0.4s linear;

	}

.home_product.owl-carousel .item:hover img {

		-webkit-transform:scale(1.1);

	-moz-transform:scale(1.1);

	-ms-transform:scale(1.1);

	transform:scale(1.1);

	}		

.home_product.owl-theme .owl-nav [class*=owl-] {

	background:#ebebeb;

	height:138px;

	line-height:138px;

	width:50px;

	color:#000;

	font-size:25px;

	}	

.home_product.owl-theme .owl-prev{

	position:absolute;

	left:-20px;

	top:50%;

	-webkit-transform:translateY(-50px);

	-moz-transform:translateY(-50px);

	-ms-transform:translateY(-50px);

	transform:translateY(-50px);

	}

.home_product.owl-theme .owl-prev:hover {

	text-decoration:none;

	background-color:#000;

	color:#fff;

	}	

.home_product.owl-theme .owl-next{

	position:absolute;

	right:-20px;

	top:50%;

	-webkit-transform:translateY(-50px);

	-moz-transform:translateY(-50px);

	-ms-transform:translateY(-50px);

	transform:translateY(-50px);

	}

.home_product.owl-theme .owl-next:hover {

	text-decoration:none;

	background-color:#000;

	color:#fff;

	}

.below {

	position:relative;

	overflow:hidden;

	}

.below::before ,

.below::after {

	content:'';

	display:table;

	clear:both;

	}			

.left_colum {

	position:relative;

	float:left;

	width:100%;

	}

.left_colum_modi{

	width:100%;

	height:auto;

	float:left;

	position:relative;

	overflow: hidden;

	padding:60px 0;

	background:url(../images/video_bg.jpg);

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	background-attachment:fixed;

	}

.videothumb{

	width: 100%;

	max-width: 600px;

	height: auto;

	margin: auto;

	display: block;

	border-radius: 10px 10px 0 0;

	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.74);

	position:relative;

	}

video.videolayer_vid { 

    position: absolute;

    top: 50%;

    left: 50%;

    min-width:100%;

    min-height: 100%;

    width: auto;

    height: auto;

    z-index: -100;

    transform: translateX(-50%) translateY(-50%);

    -webkit-transform: translateX(-50%) translateY(-50%);

    -moz-transform: translateX(-50%) translateY(-50%);

    -ms-transform: translateX(-50%) translateY(-50%); 

    -o-transform: translateX(-50%) translateY(-50%);

	background: url('video/vid_poster.jpg') no-repeat;

	background-size: cover;

	-webkit-filter: blur(3px);

	-moz-filter: blur(3px); 

	-o-filter: blur(3px);

    filter: blur(3px);

}

.video_inner-cont{

	width:100%;

	height:auto;

	float:left;

	position:relative;

	}

.left_colum_modi iframe {

	width: calc(100% - 30px);

	height: 413px;

	float: left;

	}	

.left_colum iframe {

	width: 100%;

	height: 413px;

	float: left;

	}	

.left_colum img {

	height:100%;

	width:100%;

	}	

.right_colum {

	width:100%;

	float:left;

	padding:53px 0 64px 60px;

	background-color:#1e283a;

	height:100%;

	}

.right_colum h3{

	color:#fff;

	font-size: 31px;

	font-weight: 400;

	margin-bottom:30px;

	line-height:20px;

	}	

.right_inside {

	display:table;

	width:100%;

	float:none;

	}	

.right_inside ul li {

    display: inline-block;

	float: none;

	width:calc(15% - 30px);

	padding-right: 15px;

	padding-left: 15px;

	overflow: hidden;

	min-width: 230px;

	}

.right_inside ul li span {

	color:#acacac;

	font-size:26px;

	font-family:'Montserrat';

	display:block;

	line-height:26px;

	margin-bottom:0;

	}

.right_inside ul li h5 {

	color:#fff;

	font-size:16px;

	font-family:'Montserrat';

	display:block;

	line-height:16px;

	margin-bottom:10px;

	margin-top:10px;

	}	

.right_inside ul li img {

	margin-bottom: 15px;

    width:200px;

	display:block;

	}	

.right_inside ul li p {

	color:#fff;

	}

.right_inside ul li a {

	color:#fff;

	font-size:13px;

	color:#ee842c;

	}		

.more_secvice {

	display:table;

	float:none;

	width:100%;

	}

.more_secvice ul li {

	display:table-cell;

	float:none;

	position:relative;

	overflow:hidden;

	width:1%;

	}

.more_secvice ul li img {

	width:100%;

	}	

.more_secvice ul li .overlay {

	position:absolute;

	left:0;

	top:-100%;

	text-align:center;

	width:100%;

	height:100%;

	background-color:rgba(0, 0, 0, 0.74);

	padding:20px;

	-webkit-transition:0.4s ease-in-out;

	-moz-transition:0.4s ease-in-out;

	-ms-transition:0.4s ease-in-out;

	transition:0.4s ease-in-out;

	}

.more_secvice ul li .overlay .overlay_inside{

	position:absolute;

	top:50%;

	left:0;

	right:0;

	margin:auto;

	-webkit-transform:translateY(-50px);

	-moz-transform:translateY(-50px);

	-ms-transform:translateY(-50px);

	transform:translateY(-50px);

	margin-top:50px;

	}

.more_secvice ul li .overlay .overlay_inside h5{

	color:#fff;

	font-size:14px;

	text-transform:uppercase;

	line-height:14px;

	margin-bottom:10px;

	 }

.more_secvice ul li .overlay .overlay_inside a {

	display:inline-block;

	border:1px solid #fff;

	padding:4px 20px;

	text-transform:uppercase;

	color:#fff;

	font-size:11px;

	} 

.more_secvice ul li:hover .overlay{

	top:0;

	

	}

.more_secvice ul li:hover .overlay a {

	text-decoration:none;

	background-color:#047cc0;

	border:1px solid #047cc0;

	}

.partner_all {

/*	display:table;

	width:100%;

	float:none;

	text-align:center;

	padding:0;

	overflow:hidden;

	position:relative;*/

	}	

.partner_all ul {

	width:100%;

	}	

.partner_all ul li {

	display:inline-block;

	vertical-align:middle;

	float:none;

	}

.partner_all .owl-carousel .owl-item img {

	width:auto;

	}

.hv_show a {

	background-color:#0095da;

	padding:10px 20px;

	color:#fff;

	font-size:14px;

	}			

.partner_logo {

	overflow: hidden;

    display: block;

    width: 100%;

    padding: 0;

	background:#fff;

	}	

.partner_logo .owl-nav{

	display:none;

	}	

.hv_show {

    display: block;

    width: 100%;

    text-align: right;

    margin: 20px 0;

    position: absolute;

    right: 0;

    top: 0;

	}		

.footerlink {

	border-bottom:3px solid #808080;

	padding:20px 0;

	}	

.footer_address img {
	width:38%;
	min-width:130px;
	height:auto;
	display:block;
	margin-bottom:20px;

	}

.footer_address address {

	position:relative;

	font-size:13px;

	color:#666666;

	line-height:22px;

	margin-bottom:10px;

	padding-left:15px;

	}

.footer_address address i {

	position:absolute;

	left:0;

	top:2px;

	}	

	

.footer_address span {

	position:relative;

	font-size:13px;

	color:#666666;

	line-height:22px;

	padding-left:20px;

	margin-bottom:10px;

	display:block;

	}

.footer_address span i {

	position:absolute;

	left:0;

	top:0;

	}

.footer_address ul li {

	display:inline-block;

	padding-right:10px;

	color:#666666;

	}	

.footer_address ul li a {

	color:#666666;

	}

.comn_link h6 {
    font-size: 14px;
    color: #666666;
    line-height: 13px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
	}

.comn_link ul li {

	display:block;

	}

.comn_link ul li a {

	font-size:13px;

	color:#666666;
    line-height: 11px;
    margin-bottom: 10px;

	}

.comn_link ul li:hover a {

	color:#0095da;

	text-decoration:none;

	padding-left:1px;

	}

.copyright img {

	float:left;

	margin-right:15px;

	}

/***04-07-2017***/	

.copyright {

	padding:20px 0;

	}

.copyright p {

	color:#2b2b2b;

	font-size:11px;

	font-family:'Montserrat';

	padding:8px 0 0;

	}		

.copyright a{

	color:#2b2b2b;

	font-size:11px;

	font-family:'Montserrat';

	}	

.fixed {

	position:fixed;

	top:0;

	left:0;

	right:0;

	width:100%;

	-webkit-transition:0.4s ease-in-out;

	-moz-transition:0.4s ease-in-out;

	-ms-transition:0.4s ease-in-out;

	transition:0.4s ease-in-out;

	z-index:999;

	background-color:#fff;

	}

.fixed .logo_area {

	width:100px;

	padding:14px 0;

	}

.fixed .navigation_area ul li a {

    padding: 26px 12px;

}

.fixed .login_section ul li a {

	padding: 26px 16px;

	}

.fixed .login_section ul li:first-child::before {

    top: 22px;

}	

.fixed .navigation_area ul ul li a {

	padding: 10px;

	}	

.timeline_opt {

    width: 200px;

	height: 38px;

	background-color: #0095da;

	color: #fff;

	position: absolute;

	left: 0;

	top: -9px;

	font-weight: 700;

	/*-webkit-transform: rotate(-90deg);

	-moz-transform: rotate(-90deg);*/

	text-align: center;

	line-height: 36px;

	font-size: 16px;

	text-transform: uppercase;

	}	

	

.timeline_opt::after{

	content:'';

	position:absolute;

	left:100%;

	top:0px;

	width:0;

	height:0;

	border-top: 5px solid transparent;

	border-right: 5px solid transparent;

	border-bottom: 5px solid #000;

	border-left: 5px solid #000;

	}

.afterbefore ul {

	width:100%;

	text-align:center;

	float:none;

	}

.afterbefore {

	position:relative;

	}	

/*.afterbefore::before {

	content: '';

	display: block;

	position: absolute;

	left: calc(50% - 40%);

	top: 136px;

	background-color: #4e4e4e;

	height: 2px;

	width: 80%;

	}*/	

.afterbefore ul li {

	position:relative;

	width:200px;

	float:left;

	

	 }		 

.afterbefore ul li span {

    width: calc(100% - 5px);

    height: 21px;

    background-color: #f58220;

    color: #fff;

    font-size: 13px;

    font-weight: 700;

    border-radius: 100px;

    line-height: 22px;

    text-align: center;

    display: block;

    margin: 170px auto;

    z-index: 99;

    position: relative;

	}

.afterbefore ul li strong {

	color:#f58220;

	}

.afterbefore ul li .comn p {

	color:#fff;

	}		

.afterbefore ul li:nth-child(odd) span:after {

	border-top: 11px solid #f58220;

	height: 0px;

	width: 0px;

	content: '';

	display: block;

	position: absolute;

	left: 0;

	right: 0;

	margin: 0 auto;

	border-left: 7px solid transparent;

	border-right: 7px solid transparent;

	border-bottom: 3px solid transparent;

	top: 100%;

	}	

.afterbefore ul li:nth-child(even) span:after {

	border-bottom: 11px solid #f58220;

	height: 0px;

	width: 0px;

	content: '';

	display: block;

	position: absolute;

	left: 0;

	right: 0;

	margin: 0 auto;

	border-left: 7px solid transparent;

	border-right: 7px solid transparent;

	border-top: 3px solid transparent;

	bottom: 100%;

	}		



.afterbefore ul li:nth-child(odd) .comn {

	position:absolute;

	top:220px;

	left:0;

	right:0;

	}	

.afterbefore ul li:nth-child(even) .comn {

	position:absolute;

	bottom:220px;

	left:0;

	right:0;

	}	

.product_box {

	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);

	background: #fff;

	}	

.product_box .img_sec {

	overflow:hidden;

	position:relative;

	padding:20px;

	}

			 																																

.product_box .img_sec img {

	width:100%;

	}

.product_box .img_sec .overlay_img {

	width:100%;

	height:100%;

	background-color:rgba(85, 85, 85, 0.51);

	position:absolute;

	left:0;

	top:-100%;

	-webkit-transition:0.5s ease-in-out;

	-moz-transition:0.5s ease-in-out;

	-ms-transition:0.5s ease-in-out;

	transition:0.5s ease-in-out;

	}

.product_box .img_sec .overlay_img a {

	/*text-align:center;

	background-color:#fff;

	color:#0c4e92;

	font-size:13px;

	font-weight:700;

	text-transform:uppercase;

	padding:10px 20px;

	border:1px solid #fff;

	position:absolute;

	left:0;

	right:0;

	top:50%;

	-webkit-transform:translateY(-50px);

	-ms-transform:translateY(-50px);

	-moz-transform:translateY(-50px);

	transform:translateY(-50px);

	margin:auto;

	width:100px;

	margin-top:30px;*/



	

	color: #fff;

	font-size: 13px;

	font-weight: 700;

	text-transform: uppercase;

	padding: 14px 13px;

	position: absolute;

	left: 0;

	right: 0;

	top: 50%;

	-webkit-transform: translateY(-50px);

	-ms-transform: translateY(-50px);

	-moz-transform: translateY(-50px);

	transform: translateY(-50px);

	margin: auto;

	width: 100px;

	margin-top: 30px;

	border-radius: 29px;

	line-height: 3px;

	text-align: center;

	background: #f58220;

	background-color: #f58220 !important;

	overflow: hidden;

	border:1px solid  #f58220;

	 }



.product_box:hover  .img_sec .overlay_img {

	top:0;

	}	 	

.product_box .img_sec .overlay_img a:hover {

	text-decoration:none;

	color:#fff;

	background: transparent;

	background-color:transparent !important;

	border:1px solid  #f58220;

	}	 	

.product_box .description_product {

	padding:10px 20px;

	text-align:center;

	}

.product_box .description_product h3 {

	font-size:15px;

	}	

.more_btn {

	text-align:center;

	display:block;

	width:100%;

	overflow:hidden;

	padding:40px 0 20px;



	}

.more_btn a {

	background-color: #ee842c;

	color: #fff;

	font-size: 14px;

	padding: 10px 20px;

	border-radius: 23px;

	}

.more_btn a:hover {

	text-decoration: none;

	border: 1px solid #ee842c;

	color: #ee842c;

	background-color: transparent;

	}	

.milestone_sec {

	padding:70px 0;

	background-position:0 100% ;

	background-repeat:repeat-x !important;

	background-size:120% !important;

	position:relative;

	-webkit-animation:100s scroll infinite linear;

	-moz-animation:100s scroll infinite linear;

	-o-animation:100s scroll infinite linear;

	-ms-animation:100s scroll infinite linear;

	animation:100s scroll infinite linear;

	}

.milestone_sec::before {

	content:'';

	width:100%;

	height:100%;

	background-color:rgba(0,0,0,0.7);

	position:absolute;

	left:0;

	top:0;

	}					

.scrollbar {

    margin: 0 0 1em 0;

	height: 1px;

	background: #656464;

	line-height: 0;

}



.scrollbar .handle {

    width: 100px;

    height: 100%;

    background: #292a33;

    cursor: pointer;

}

.scrollbar .handle .mousearea {

    position: absolute;

    top: -9px;

    left: 0;

    width: 100%;

    height: 20px;

}

.timline_center{

	text-align:center;

	}

.timline_prevPage{

	/*position: absolute;

	top: calc(50% - 14px);

	left: -45px;*/

	background: none;

	border: 1px solid #eee;

	width: 50px;

	height: 50px;

	border-radius: 50%;

	color: #eee;

	margin:5px;

	}

.timline_nextPage{

	/*position: absolute;

	top: calc(50% - 14px);

	right: -45px;*/

	background: none;

	border: 1px solid #eee;

	width: 50px;

	height: 50px;

	border-radius: 50%;

	color: #eee;

	margin:5px;

	}

.timeline_outer{

	position:relative;

	display:block;

	width: 100%;

float: left;

	}

.timeline_outer::before{

	position: absolute;

	content: '';

	top: 0px;

	left: -110px;

	width: 130px;

	height: 130px;

	background: url(../images/timeline_top.png);

	background-size: 100% 100%;

	}

.timeline_outer::after{

	position: absolute;

	content: '';

	bottom: 100px;

	right: -130px;

	width: 130px;

	height: 130px;

	background: url(../images/timeline_bottom.png);

	background-size: 100% 100%;

	}

@-webkit-keyframes scroll{

  0%{

    background-position: 0 100% ;

  }

  100%{

    background-position:  -3000px 100%;

  }

}



@-moz-keyframes scroll{

  0%{

    background-position: 0 100% ;

  }

  100%{

    background-position:  -3000px 100%;

  }

}



@-o-keyframes scroll{

  0%{

    background-position: 0 100% ;

  }

  100%{

    background-position:  -3000px 100%;

  }

}



@-ms-keyframes scroll{

  0%{

    background-position: 0 100% ;

  }

  100%{

    background-position:  -3000px 100%;

  }

}



@keyframes scroll{

  0%{

    background-position: 0 100% ;

  }

  100%{

    background-position:  -3000px 100%;

  }

}





/*product carosal home page*/

.productcarosal	{

	width: 100%;

	float: left;

	height: auto;

}

.productcarosal	 .owl-nav{

	display:block !important;

}

.productcarosal	 .owl-prev{

	position: absolute;

    left: -7px;

	top:50%;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	transform: translateY(-50%);

	border-radius: 0px 5px 5px 0px !important;

    padding: 30px 15px !important;

    color: #000 !important;

}

.productcarosal	 .owl-next{

	position: absolute;

    right: -7px;

	top:50%;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	transform: translateY(-50%);

	border-radius: 5px 0px 0px 5px !important;

    padding: 30px 15px !important;

    color: #000 !important;

}

.productcarosal	 .owl-dots{

	display:none !important;

}

	

/*awards sectio*/

.awards_section{

	background-position:left top;

	background-repeat:no-repeat;

	background-size:cover;

	background-attachment:fixed;

	position:relative;
	padding-top: 30px;
padding-bottom: 15px;

	}

/*.awards_section h2{

	color:#fff;

}*/

.home_about p{

	width:80%;

	margin:auto;

	text-align:center;	

	}

.readbtn{

	display:block;

	margin: 15px auto;

	border:1px solid #0095da;

	background-color: #0095da;

	color: #fff;

	width:150px;

	height:30px;

	text-align:center;

	line-height: 29px;

	border-radius: 25px;

	text-decoration:none;

	}

.readbtn:hover,.readbtn:focus,.readbtn:active{	

	border:1px solid #0095da;

	background-color:transparent;

	color: #0095da;

	text-decoration:none;

	}

.home_services{

	margin-top:70px;

	}

	

/*case study and impact*/

.home_description_casestudy p {

    font-size: 16px;

    color: #828282;

    line-height: 22px;

    font-weight: 400;

    text-align: justify;

}

.home_outer_casestudy{

	/*background:url(../images/casestudy_bg.png);

	background-position:0 0% ;

	background-repeat:no-repeat;

	background-size:100%;*/

	}

.homelist_case{

	background:url(../images/sun_cloudbg.png);

	background-position:0 0% ;

	background-repeat:repeat-x !important;

	background-size:120% !important;

	position:relative;

	-webkit-animation:100s scrollup infinite linear;

	-moz-animation:100s scrollup infinite linear;

	-o-animation:100s scrollup infinite linear;

	-ms-animation:100s scrollup infinite linear;

	animation:100s scrollup infinite linear;

	}





@-webkit-keyframes scrollup{

  0%{

    background-position: 0 0% ;

  }

  100%{

    background-position:  -3000px 0%;

  }

}



@-moz-keyframes scrollup{

  0%{

    background-position: 0 0% ;

  }

  100%{

    background-position:  -3000px 0%;

  }

}



@-o-keyframes scrollup{

  0%{

    background-position: 0 0% ;

  }

  100%{

    background-position:  -3000px 0%;

  }

}



@-ms-keyframes scrollup{

  0%{

    background-position: 0 0% ;

  }

  100%{

    background-position:  -3000px 0%;

  }

}



@keyframes scrollup{

  0%{

    background-position: 0 0% ;

  }

  100%{

    background-position:  -3000px 0%;

  }

}



.diamonds {

    padding: 50px 0 0 57px;

    font-size: 0;

    margin: 40px auto;

    position: relative;

    text-align: center;

}

.diamonds > li {

    display: inline-block;

    font-size: 18px;

    margin-right: 135px;

}

.diamonds .diamond {

    overflow: hidden;

    transform: rotate(-45deg);

    background: #f4f4f4;

    display: block;

    height: 255px;

    overflow: hidden;

    position: relative;

    text-decoration: none;

    width: 255px;

	border-radius: 78px;

}

.diamonds .content {

    display: table-cell;

    height: 255px;

    padding: 0 10px;

    transform: rotate(45deg);

    text-align: center;

    vertical-align: middle;

    width: 255px;

    position: relative;

}

.diamonds .content img {

    margin-left: -25%;

    max-width: 375px;

}

.diamonds .content::after {

    -webkit-transition: all 0.2s ease;

    -moz-transition: all 0.2s ease;

    transition: all 0.2s ease;

    color: #fff;

    content: "\f002";

    font-family: fontAwesome;

    font-size: 28px;

    left: 27%;

    margin: -6px -12px;

    opacity: 0;

    position: absolute;

    top: 50%;

    z-index: 1000;

    transform: scale(2);

}

.diamonds .diamond::after {

    -webkit-transition: all 0.2s ease;

    -moz-transition: all 0.2s ease;

    transition: all 0.2s ease;

    content: " ";

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    background: #000;

    opacity: 0;

    transform: scale(0);

    z-index: 100;

}

.diamonds .diamond:hover .content::after {

    opacity: 0.8;

    transform: scale(1);

}

.diamonds .diamond:hover::after {

    opacity: 0.3;

    transform: scale(1);

}

.home_case_details img{

	margin-bottom: 20px;

}

.home_case_details h2{

	color: #000;

	font-size: 21px;

	text-transform: uppercase;

	margin-bottom: 17px;

	line-height: 21px;

}



.callus_home{

	width:100%;

	height:auto;

	float:left;

	background:url('../images/footer_cont.jpg');

	background-size:cover;

	background-attachment:fixed;

	padding:35px 0;

	}

.callus_home  p{

	text-align: center;

	width: 100%;

	margin-bottom: 20px;

	color: #fff;

	font-size:16px;

	font-family: 'Montserrat';	

		}

.callus_home  p a{

	color: #fff;

	font-size:16px;

	font-family: 'Montserrat';

	text-decoration:none;	

		}

.callus_home  p a:hover{

	color: #fff;

	font-size:16px;

	font-family: 'Montserrat';

	text-decoration:none;	

		}

.callus_home  span{

	width: 90px;

    height: 90px;

	border-radius: 50%;

	border: 1px solid #fff;

	font-size: 25px;	

	color: #fff;

	margin: 0 auto 20px;

	display: block;

	text-align:center;	

		}

.callus_home  span i{	

	line-height: 95px;

		}

.callus_home  span img{	

	margin: 14px auto;

    display: block;

		}

.callus_home  h5{	

	    margin: 3px auto;

    display: block;

    text-align: center;

    color: #ee842c;

    text-transform: uppercase;

    letter-spacing: 2px;

		}

		

/*about us page*/

.innerpage-banner-cont{

	position:relative;

	}

.innerpage-banner-cont img{

	min-height:200px;

	}

.inner-bnr-ovrlay{

	position:absolute;

	top: 50%;

	left:0;

	right:0;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	text-align:center;

	}

.inner-bnr-ovrlay h1{

	text-align:center;

	width:100%;

	margin-bottom: 20px;

	color: #fff;

	font-family: 'Montserrat';	

}

.breadcrumb {

    background: none;

	padding: 10px 16px;

	list-style: none;

	font-size: 17px;

	margin-top: 15px;

	margin-bottom: 15px;

	font-family: 'Myriad Pro';

}

.breadcrumb span {

    display: inline;

    font-family: snansreg;

    font-size: 16px;

    color: #fff;

	font-family: 'Myriad Pro';

}

.breadcrumb span a {

    color: #fff;

    text-decoration: none;

	font-family: 'Myriad Pro';

}

.breadcrumb span + span::before {

    padding: 8px;

    color: #fff;

    content: "\f105";

    font-family: fontAwesome;

}

.sitelink_outer {

	width: 100%;

	height: auto;

	float: left;

	border-radius: 5px;

	box-shadow: 0px 0px 12px #cbcbcb;

	overflow: hidden;

	background: #fbfbfb;

	padding: 15px;

	text-align: center;

	transition:all 0.3s ease-in-out;	

	-webkit-transition:all 0.3s ease-in-out;	

	-moz-transition:all 0.3s ease-in-out;	

	-ms-transition:all 0.3s ease-in-out;

	border: 1px solid #fff;

	}

.sitelink_outer h3{

	margin-bottom:0;

	}

.sitelink_outer a:hover{

	text-decoration:none;

	}

.sitelink_outer:hover{

	box-shadow: none;

	border: 1px solid #eee;

	}

.sitelink_outer img{

	width:100px;

	height:auto;

	float:left;

	}

.sitelink_outer .right_section{

	width:calc(100% - 100px);

	height:auto;

	float:left;

	padding: 23px 15px  15px;

	}

.sitelink_outer .right_section a{

	color: #0095DA;

	font-size: 16px;

	margin-left:15px;

}





/*about us milestone*/

.about-milestone{

	margin:0;

	padding:0;

	width:100%;

	float:left;

	height:auto;

	background: url(../images/timeline_back.png);

	background-attachment: fixed;

	}

.about-milestone li{

	display:block;

	list-style:none;

	width:50%;

	padding: 35px 90px 35px 15px;

	float: left;

	border-right: 1px dashed #b0b0b0;

	clear:both;

	position:relative;

	}

.about-milestone li:nth-child(even){

	float: right;

	padding: 25px 15px 25px 90px;

	border-left: 1px dashed #b0b0b0;

	border-right:none;

	width: calc(50% + 1px);

	}

.about-milestone li span{

		position: absolute;

		top: calc(50% - 30px);

		width: 60px;

		height: 60px;

		/*border: 2px solid #f58220;*/

		border-radius: 50%;

		text-align: center;

		line-height: 59px;

		right: calc(0% - 30px);

		background:#fff;

		color:#333;

		box-shadow: 0px 0px 6px 3px #ffca72;

	}

.about-milestone li:nth-child(even) span{

		left: calc(0% - 30px);

	}	

.about-milestone li span::before{

	content:'';

	position:absolute;

	right:100%;

	top:50%;

	width:30px;

	height:1px;

	background:#0095da;

	z-index: -1;	

	}

.about-milestone li:nth-child(even) span::before{

	content:'';

	position:absolute;

	left:100%;

	top:50%;

	width:30px;

	height:1px;

	background:#0095da;

	z-index: -1;	

	}

	

.description{

	padding: 15px;

	border: 1px solid #e6e6e6;

	border-radius: 15px 15px 15px 15px;

	box-shadow: 0px 0px 10px 2px #eee;

	position: relative;

	color:#fff;

	background: #ee842c;

}

.description h3{

	color:#fff;

}

.description p{

	color:#fff;

}

.values_section img{

	margin-bottom:30px;

	}

.counter_section{

	background:url(../images/counter_bg.jpg);

	background-repeat:no-repeat;

	background-size:100% 100%;

	background-attachment:fixed;

	}

.counter_section ul {

	margin: 0;

	padding: 20px 0;

	width: 100%;

	float: left;

	text-align: center;

		}

.counter_section ul li {

	display: inline-block;

    color: #fff;

    text-align: left;

    padding: 75px 45px 16px 45px;

    position: relative;

	text-align: center;
	float:none;
	vertical-align:top;

}

.counter_section ul li::before{

    content: '';

    position: absolute;

    top: 17px;

    left: calc(50% - 20px);

    width: 40px;

    height: 40px;

}

.counter_modified ul li:nth-child(1)::before{

	/*content:'\f079';

	font-family:fontAwesome;

	color:#fff;

	font-size:25px;*/

	background: url(../images/unity.png);

	background-repeat: no-repeat;

	background-size: 100% 100%;

}

.counter_modified ul li:nth-child(2)::before{

	/*content:'\f015';

	font-family:fontAwesome;

	color:#fff;

	font-size:25px;*/

	background: url(../images/renew-energy.png);

	background-repeat: no-repeat;

	background-size: 100% 100%;

}

.counter_modified ul li:nth-child(3)::before{

	/*content:'\f085';

	font-family:fontAwesome;

	color:#fff;

	font-size:25px;*/

	background: url(../images/training.png);

	background-repeat: no-repeat;

	background-size: 100% 100%;

}

.counter_modified ul li:nth-child(4)::before{

	/*content:'\f06d';

	font-family:fontAwesome;

	color:#fff;

	font-size:27px;*/

	background: url(../images/co2.png);

	background-repeat: no-repeat;

	background-size: 100% 100%;

}

.counter_modified ul li:nth-child(5)::before{

	/*content:'\f0c0';

	font-family:fontAwesome;

	color:#fff;

	font-size:23px;*/

	

	background: url(../images/life-impact.png);

	background-repeat: no-repeat;

	background-size: 100% 100%;

}





.counter_modified_about ul li:nth-child(1)::before{

	background: url(../images/roof_icon.png);

	background-repeat: no-repeat;

	background-size: 100% 100%;

}

.counter_modified_about ul li:nth-child(2)::before{

	background: url(../images/inst_ico.png);

	background-repeat: no-repeat;

	background-size: 100% 100%;

}

.counter_modified_about ul li:nth-child(3)::before{

	background: url(../images/solgrid_ico.png);

	background-repeat: no-repeat;

	background-size: 100% 100%;

}

.counter_modified_about ul li:nth-child(4)::before{

	background: url(../images/stlight_ico.png);

	background-repeat: no-repeat;

	background-size: 100% 100%;

}

.counter_modified_about ul li:nth-child(5)::before{

	background: url(../images/pump_ico.png);

	background-repeat: no-repeat;

	background-size: 100% 100%;

}





.counter_section ul li p {

	color:#fff;

	font-family: 'Montserrat';

	font-size: 18px;

	}

.counter_section ul li p span{

	font-size: 30px;

	}

.team_mem_outer{

	position:relative;

	margin-bottom:30px;

}
.team_mem_outer img {
	width:100%;
	}
.team_member_des{

	padding:15px;

	position:absolute;

	bottom:0;

	left:0;

	right:0;

	background:rgba(0,0,0,0.7);

	}

.team_member_des h3{

	color:#fff;

	}

.team_member_des p{

	color:#fff;

	}

.leftbox_img img{

	box-shadow:0px 0px 12px #bababa;

	margin-bottom:30px;

	}

.awardswin_outer ul {

	margin:0;

	padding:0;

	}

.awardswin_outer ul li{

	display:inline;

	width:150px;

	height:150px;

	position:relative;

	float:left;

	margin: 0 25px 25px 0;

	}

.awardswin_outer ul li img{

	max-width:150px;

	max-height:150px;

	position:absolute;

	top:50%;

	left:50%;

	transform:translate(-50% , -50%);

	}

.teaminfo_details{

	width:95%;

	max-width:400px;

	padding:0px !important;

	border-radius:10px 10px 10px 10px !important;

	position:relative;

}

.teaminfo_details img{

	min-width:100%;

	width:100%;

	float:none;

	margin:0 0 15px 0;

	}

.overlay_detail{

	position:absolute;

	top:200px;

	left:15px;

	color:#fff;

	}

.overlay_detail h5,.overlay_detail p{

	color:#fff;	

		}

.overlay_detail ul {

	margin:0;

	padding:0;

	}

.overlay_detail ul li{

	list-style:none;

	display:inline-block;

	margin:10px 10px 10px 0;  

	}

.overlay_detail ul li a{

	color:#fff;

	}

.overlay_detail_description{

	padding: 15px;

	max-height: 299px;

	overflow-y: auto;

	margin-bottom: 15px;

	}

.teaminfo_details h5{

	font-weight: bold;

    font-size: 16px;

    margin-bottom:5px;

	}

.teaminfo_details p{

    margin-bottom: 5px;

	}

.coreteamcarosal,.advisoryteamcarosal ,.advisoryteamcarosalrowtwo {

    width: 100%;

    float: left;

    height: auto;

}

.coreteamcarosal .owl-nav,.advisoryteamcarosal .owl-nav{

    display:none;

}

.coreteamcarosal .owl-dots,.advisoryteamcarosal  .owl-dots{

	margin-top:30px;

	}

	

.coreteamcarosal .owl-dots .owl-dot span,.advisoryteamcarosal  .owl-dots .owl-dot span{

	width: 20px;

	height: 4px;

	transform:scale(0.7);

	-o-transform:scale(0.7);

	-webkit-transform:scale(0.7);

	-moz-transform:scale(0.7);

	-ms-transform:scale(0.7);

	transition:all 0.3s ease-in-out;

	-o-transition:all 0.3s ease-in-out;

	-moz-transition:all 0.3s ease-in-out;

	-webkit-transition:all 0.3s ease-in-out;

	}

.coreteamcarosal .owl-dots .owl-dot.active span,.advisoryteamcarosal  .owl-dots .owl-dot.active span{

	transform:scale(1);

	-o-transform:scale(1);

	-webkit-transform:scale(1);

	-moz-transform:scale(1);

	-ms-transform:scale(1);

	background:#0095da !important;

	}

/***04-06-2017***/

.comn_link iframe {

	width:100%;

	}

.comn_link address {

	position:relative;

	font-size:13px;

	color:#666666;

	line-height:22px;

	margin-bottom:10px;

	padding-left:15px;

	}

.comn_link address i {

	position:absolute;

	left:0;

	top:2px;

	}	

	

.comn_link span {

	position:relative;

	font-size:13px;

	color:#666666;

	line-height:22px;

	padding-left:20px;

	margin-bottom:10px;

	display:block;

	}

.comn_link span i {

	position:absolute;

	left:0;

	top:0;

	}

.footer_social ul li {

	display:inline-block;

	padding-right:10px;

	color:#666666;

	}	

.footer_social ul li a {

    color: #666666;

    font-size: 17px;

	}

.comn_link form  {

	margin-bottom:20px;

	}	

.frm_group {

	position:relative;

	}	

.comn_link form input[type="email"] {

	width:100%;

	height:30px;

	font-size:13px;

	padding:0 15px;

	}

.comn_link form input[type="submit"] {

    position: absolute;

    right: 0;

    top: 0;

    background-color: #0095da;

    color: #fff;

    padding: 2px 14px;

    border: 1px solid #0095da;

	}

/*========================



		about us



=========================*/	

.timeline__content {

	background-color:#fff;

	padding:20px;

	}	

.timeline {

  display: flex;

  margin: 0 auto;

  flex-wrap: wrap;

  flex-direction: column;

  max-width: 700px;

  position: relative;

}

.timeline__content-title {

	font-weight: normal;

    font-size: 66px;

    margin: 0 0 0 0 !important;

    transition: .4s;

    padding: 0 10px;

    box-sizing: border-box;

    color: #fff;

}

.timeline__content-desc {

  margin: 0;

  font-size: 15px;

  box-sizing: border-box;

  color: #101010;

  font-family: Cardo;

  font-weight: normal;

  line-height: 25px;

  text-align:justify;

}

.timeline:before {

  position: absolute;

  left: 50%;

  width: 2px;

  height: 100%;

  margin-left: -1px;

  content: "";

  background: rgba(255, 255, 255, 0.07);

}

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

  .timeline:before {

    left: 40px;

  }

}

.timeline-item {

  padding: 70px 0 40px;

  opacity: .3;

  filter: blur(2px);

  transition: .5s;

  box-sizing: border-box;

  width: calc(50% - 40px);

  display: flex;

  position: relative;

  transform: translateY(-80px);

}

.timeline-item:before {

  content: attr(data-text);

  letter-spacing: 3px;

  width: 100%;

  position: absolute;

  color: rgba(255, 255, 255, 0.5);

  font-size: 13px;

  border-left: 2px solid rgba(255, 255, 255, 0.5);

  top: 70%;

  margin-top: -5px;

  padding-left: 15px;

  opacity: 0;

  right: calc(-100% - 56px );

}

.timeline-item:nth-child(even) {

  align-self: flex-end;

}

.timeline-item:nth-child(even):before {

  right: auto;

  text-align: right;

  left: calc(-100% - 56px );

  padding-left: 0;

  border-left: none;

  border-right: 2px solid rgba(255, 255, 255, 0.5);

  padding-right: 15px;

}

.timeline-item--active {

  opacity: 1;

  transform: translateY(0);

  filter: blur(0px);

}

.timeline-item--active:before {

  top: 50%;

  transition: .3s all .2s;

  opacity: 1;

}

.timeline-item--active .timeline__content-title {

    margin: -50px 0 20px 0 !important;

    color: #fff;

    text-align: left;

}

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

  .timeline-item {

    align-self: baseline !important;

    width: 100%;

    padding:0 30px 150px 30px;

  }

  .timeline-item:before {

    left: 10px !important;

    padding: 0 !important;

    top: 50px;

    text-align: center !important;

    width: 60px;

    border: none !important;

  }

  .timeline-item:last-child {

    padding-bottom: 40px;

  }

}

.timeline__img {

  max-width: 100%;

  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);

  margin-bottom:10px;

}

.timeline-container {

  width: 100%;

  position: relative;

  padding: 80px 0;

  background-attachment: fixed;

  background-size: cover;

  background-image:url(../images/banner-rooftop.jpg) !important;

  background-repeat:no-repeat;
  background-position:top right;

}

.timeline-container:before {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgba(99, 99, 99, 0.8);

  content: "";

}

.timeline-header {

  width: 100%;

  text-align: center;

  margin-bottom: 80px;

  position: relative;

}

.timeline-header__title {

  color: #fff;

  font-size: 46px;

  font-family: Cardo;

  font-weight: normal;

  margin: 0;

}

.timeline-header__subtitle {

  color: rgba(255, 255, 255, 0.5);

  font-size: 16px;

  letter-spacing: 5px;

  margin: 10px 0 0 0;

  font-weight: normal;

}

.partner_section {

	padding:25px 0 40px;

	}
.values_main {

	text-align:left;

	}

.values_main h2 {

	text-align:left;

	margin-bottom:29px;

	}

.values_main p {

	font-size:16px;

	color:#201f1f;

	font-family:'Myriad Pro';

	width:70%;

	margin-bottom:20px;

	}

.values_main ul li {

	display:block;

	position:relative;

	padding-left:82px;

	margin:20px 0 20px;

	width:70%;

	font-family:'Myriad Pro';

	line-height:20px;

	}

.values_main ul li i {

	position:absolute;

	left:0;

	top:-6px;

	width:52px;

	height:52px;

	line-height:52px;

	text-align:center;

	border-radius:100px;

	border:1px solid #0095da;

	display:block;

	color:#797979;

	font-size:21px;

	}

.values_main ul li span {

	display:inline;

	color:#f58220;

	text-align:left;

	font-family:'Myriad Pro';

	}

.vision_section {

	width:100%;

	float:left;

	text-align:left;

	margin-bottom: 30px;

	}

.vision_section:last-child {

	margin-top:42px;

	margin-bottom:0;

	}	

.vision_section h3 {

	color:#000;

	font-size:33px;

	margin-bottom: 41px;

	font-family: 'Montserrat';

	text-transform:uppercase;

	}

.vision_section i {

	width:56px;

	height:56px;

	border:1px solid #0095da;

	text-align:center;

	line-height:56px;

	color:#797979;

	font-size:21px;

	margin-right:35px;

	position:absolute;

	left:0;

	top:0;
    border-radius: 50%;
	}

.vision_section span {

	display:inline;

	color:#f58220;

	font-size:17px;

	}

.vision_section p {

    position: relative;

    padding-left: 88px;

    width: 80%;

    padding-top: 9px;
    font-size: 17px;

	}				

.mission_section {

	width:100%;

	float:left;

	text-align:left;

	}	

.vision_section img {

	margin:40px 0 0;

	box-shadow:1px 1px 10px rgba(0,0,0,0.5);

	}

.partner_inner .owl-nav ,.advisory_inner .owl-nav {

	display:none;

	}

.mid_sec {

	max-width:800px;

	margin:0 auto;

	}	

.advisors_box figcaption{

	text-align:center;

	font-size:14px;

	text-transform:uppercase;

	margin:30px 0;

	font-family:'Myriad Pro';

	}	

.advisors_box img {

	width:100%;

	}

.advisors_section {

	padding:25px 0;

}

.inner_caption h2 {

	text-align: center;

    color: #000;

    font-size: 26px;

    line-height: 26px;

    text-transform: uppercase;

    margin-bottom: 40px;

	}

.innerpage-banner-cont img {

	width:100%;

	}

/*========================



		media&events

	

=========================*/

.inner_body_section {

	padding:20px 0;

	}

.slider_section {

	padding:50px 0;

	}

.slider_section .carousel-inner .item .carousel-caption h2 {

	float:left;

	font-family: 'Montserrat';

	font-size:14px;

	color:#fff;

	text-transform:uppercase;

	margin-bottom:0;

	padding-top:7px;

	}

.slider_section .carousel-inner .item .carousel-caption a {

	float: right;

    background-color: #0095da;

    color: #fff;

    text-transform: uppercase;

    font-size: 11px;

    padding: 8px 10px;

    display: inline-block;

    line-height: 11px;

	}	

.slider_section .carousel-inner .item .carousel-caption a:hover {

	background-color:#f56d01;

	text-decoration:none;

	}			

.slider_section .list-group .list-group-item {

	padding:11.5px;

	background-color:#f9f7f7;
	 width: 100%;
    float: left;
    display: block;

	}	

.slider_section .list-group .list-group-item img {

	float:left;

	width:130px;

	min-height: 75px;

	}	

.slider_section .right_text {

	float:right;

	width:60%;

	padding-left:10px;

	}

.slider_section .right_text a {

	color:#0095da;

	font-size:14px;

	text-transform:uppercase;

	font-family: 'Montserrat';

	}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {

	border:none !important;

	}				

.news_box {

	-webkit-transition:0.4s ease-in-out;

	-ms-transition:0.4s ease-in-out;

	-moz-transition:0.4s ease-in-out;

	transition:0.4s ease-in-out;

	margin-bottom:30px;

/*	min-height:431px;*/

	}

.news_box:hover {

	box-shadow:1px 1px 20px rgba(0,0,0,0.2);

	}	

.news_box figcaption {

	background-color:#f7f5f5;

	padding:32px 0 32px 0;

	text-align:center;

	position:relative;

	height: 178px;

	}

.news_box figcaption h3 {

	font-family: 'Montserrat';

	font-size:12px;

	}

.news_box figcaption p {

    margin-bottom: 22px;

    min-height: 64px;

}

.news_box figcaption p {

	margin-bottom:22px;

	height:42px;

	}	

.news_box figcaption a {

	color:#000;

	position:absolute;

	left:0;

	right:0;

	bottom:20px;

	}			

.blue_btn a {

	background-color:#0095da;

	color:#fff;

	text-transform:uppercase;

	font-size:14px;

	font-family: 'Montserrat';

	padding:10px 60px;

	display:inline-block;

    margin: 40px 0;
    border-radius: 28px;

	}

.blue_btn a:hover {

	background-color:#ee842c;

	text-decoration:none;

	}		

.galler_section .owl-nav {

    position: absolute;

    width: 100%;

    top: 50%;

    left: 0;

    right: 0;

	margin-top:-50px;

	}

.galler_section .owl-nav .owl-prev {

	left:0;

	position:absolute;

	}

.galler_section .owl-nav .owl-next {

	right:0;

	position:absolute;

	}

.galler_section .owl-dots {

	margin-top:20px;

	}

.galler_section .owl-theme .owl-nav [class*=owl-] {

    color: #000;

    margin: 0;

    padding: 24px 14px;

    background: #D6D6D6;

    display: inline-block;

    cursor: pointer;

    border-radius: 0;

}
.media_modification_area h2{margin-bottom:5px !important;}

.media_section p {

	margin:0 auto;

	width:80%;

	text-align:center;

	color:#0d0d0d;

	font-size:14px;

	line-height:17px;

	}

.media_logo {

	margin-top:70px;

	float:left;

	width:100%;

	margin-bottom:30px;

	}						

.media_logo ul li {

	display:inline-block;

	width:16%;

	}

.media_logo ul li:hover {

	box-shadow:1px 1px 10px rgba(0,0,0,0.3);

	}	

#myCarousel .carousel-caption {

    left:0;

	right:0;

	bottom:0;

	text-align:left;

	padding:10px;

	background:rgba(0,0,0,0.6);

	text-shadow:none;

}



#myCarousel .list-group {

	position:absolute;

	top:0;

	right:0;

}

#myCarousel .list-group-item {

	border-radius:0px;

	cursor:pointer;

}

#myCarousel .list-group .active {

	background-color:#eee;	

}



@media (min-width: 992px) { 

	#myCarousel {padding-right:33.3333%;}

	#myCarousel .carousel-controls {display:none;} 	

}

@media (max-width: 991px) { 

	.carousel-caption p,

	#myCarousel .list-group {display:none;} 

}

.home_about {

	padding:50px 0;

	}	

.counter_modified {

	position:relative;

	}

.impact_icon {

	background-color:#0088cc;

	padding:2px 20px;

	color:#fff;

	position:absolute;

    left: 73px;

    top:-24px;

	font-family: 'BRADHITC';

	font-size:24px;

	font-weight: 700;

	}

.impact_icon::before {

    content: '';

    position: absolute;

    left: -14px;

    top: 0px;

    border-top: 24px solid transparent;

    border-bottom: 0px solid transparent;

    border-right: 14px solid #005580;

	}

.service_box .service_description {

    min-height: 171px;

}

.marn_bottom30 {

	margin-bottom:30px;

	}

.overlay_detail_description ul {

	margin:15px 0;

	}		

.overlay_detail_description ul li {

	display:block;

	margin-bottom:5px;

	font-size:13px;

	position:relative;

	padding-left:15px;

	}

.overlay_detail_description ul li:before {

    content: "\f111";

    font-family: FontAwesome;

    left:-5px;

    position:absolute;

    top:2px;

	font-size:10px;

	color:#dedede;

 }

/*  .service_box img {

    min-height: 400px;

} */	

/*.home_case_details h2 {

    word-break: break-all;

    word-wrap: break-word;

    overflow: hidden;

    width: 73%;

}	*/	

.product_section p {

	width:80%;

	margin:0 auto 30px;

	line-height:18px;

	text-align:center;

	}

.product_main {

	margin:0 0 30px;

	position:relative;

	}	

.product_main a{text-decoration: none;}
.product_main img{
    border-radius: 6px 6px 0 0;
}
.product_details {

	background-color:rgba(0,149,218,0.8);

	padding: 25px 20px;

	/*position:absolute;*/
	position:relative;
	left:0;

	top:0;

	height:100%;

	/*min-width:382px;*/
	width:100%;
    min-height: 250px;
    border-radius: 0px 0 6px 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	}	


.product_details:hover {
		    box-shadow: 0px 0px 12px rgba(52, 52, 52, 0.48);

	}

.product_details h3 {

	color:#fff;

	font-size:18px;

	text-transform:uppercase;

	font-family: 'Montserrat';

	/*margin-bottom:40px;*/
    margin-bottom: 15px;
	}

.product_details ul li {

	display:block;

	position:relative;

	padding-left:24px;

	margin-bottom:15px;

	color:#fff;

	font-size:16px;

	-webkit-transition:0.4s linear;

	-moz-transition:0.4s linear;

	-ms-transition:0.4s linear;

	transition:0.4s linear;

	}

.product_details ul li::before {

	content: "\f0da";

    font-family: FontAwesome;

    left:0;

    position:absolute;

    top:0px;

	color:#fff;

	} 	

.product_details ul li:hover {

	text-decoration:none;

	padding-left:35px;

	}

.product_listing {
	width:100%;
	margin-bottom:30px;
	float:left;
	height:auto;
	margin-top:30px;

	}

.product_listing img {

	min-width: 100%;
   /* min-height: 194px;*/

	width:100%;

	}

.product_listing h3 {

	color:#0d0d0d;

	font-size:20px;

	font-weight:400;

	line-height:20px;

	margin-bottom:18px;

	font-family: 'Montserrat';

	text-transform:uppercase;

	}

.product_listing p {

	width:90%;

	margin:0 0 40px 0;

	text-align:left;

	line-height:20px;

	}

.product_listing a {

	color:#fff;

	font-size:16px;

	text-transform:uppercase;

	background-color:#0282bd;
    padding: 11px 28px;
    font-family: 'Montserrat';
    border-radius: 30px;

	}	

.product_listing a:hover {

	text-decoration:none;

	background-color:#f58220;

	}

.product_slider {

	float:left;

	width:100%;

	}
.product_slider #bx-pager ,
.product_slider .blue_buttons {
	margin-top:30px;
	}	

.product_slider .bx-wrapper {

	/*margin-bottom:30px;*/

	-moz-box-shadow: none;

    -webkit-box-shadow:none;

    box-shadow: none;

    border: none;

    background: #fff;
    margin-bottom: 0;

	}		

.product_slider .bxslider ul li img{

	width:100%;

	}	

.product_slider #bx-pager a{

    max-width: 200px;

    max-height: 150px;

    display: inline-block;

	margin-right:12px;

	}

.product_slider #bx-pager a:last-child{

	margin-right:0;

	}	

.product_slider .bx-wrapper .bx-prev {

	background-image:url(../images/product/arrow.png);

	background-position:left top;

	background-repeat:no-repeat;

	width:50px;

	height:100px;

	}

.product_slider .bx-wrapper .bx-next {

	background-image:url(../images/product/arrow.png);

	background-position:right top;

	background-repeat:no-repeat;

	width:50px;

	height:100px;

	}

.product_slider .bx-wrapper .bx-next:hover {

	background-position:right top;

	}	

.blue_buttons a:nth-child(1) {

	background-color: #0282bd;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    min-width: 343px;
    display: inline-block;
    line-height: 60px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 3px;
	border-radius: 50px;
    border-bottom: 3px solid #043146;
	padding-top: 7px;
}

.blue_buttons a:nth-child(2) {
	background-color: #f26624;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    min-width: 343px;
    display: inline-block;
    line-height: 60px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 3px;
	border-radius: 50px;
    border-bottom: 3px solid #ce4e13;
	padding-top: 7px;
	}	

.blue_buttons a span {

	display:inline-block;

	width:auto;

	margin-right:18px;

	color:#fff;

	}


.blue_buttons a:hover{

	text-decoration:none;

	background-color:#000  ;
	color:#fff;

	}
.product_slider {

	margin-bottom:60px;

	}

.product_details_section .common_section {

    margin: 25px 0;

    text-align: center;

    width: 100%;

	float:left;

	

	}

.product_details_section .common_section h4 {

	color:#0d0d0d;

	position:relative;

	font-size:20px;

	text-transform:uppercase;

	font-family: 'Montserrat';

	margin-bottom:30px;

	text-align:left;

	}

.product_details_section .common_section h4 i {

	color:#0095da;

	font-size:17px;

	margin-right:25px;

	position:relative;

	}

.product_details_section .common_section h4 i::after {

    content: '';

    width: 3px;

    height: 21px;

    background-color: #0095da;

    position: absolute;

    right: -14px;

    top: 0;

	}

.product_details_section .common_section p {

	margin-bottom:15px;

	text-align:left;

	}

.product_details_section .common_section ul  {

	text-align:left;

	}	

.product_details_section .common_section ul li {

    display: inline-block;

    width: 15%;

    text-align: center;

	margin-bottom:10px;

	vertical-align:top;
	}

.product_details_section .common_section ul li figure {

	min-height:128px;

	}	

.product_details_section .common_section ul li img {

	display:inline-block;

	margin-bottom:36px;

	}

.product_details_section .common_section ul li h5 {

	-webkit-display: flex;

    display: flex;

	-webkit-justify-content:center;

    justify-content: center;

	-webkit-align-items:center;

    align-items: center;

	}

.product_details_section .common_section img {

	display:inline-block;

	}

.diamonds > li {

    margin-right: 80px;

}

.diamonds .content img {

    margin-left: -13%;

    max-width: 304px;

    margin-top: 10px;

}

.diamonds .content::after {

	    left: 36%;

	}											 																		

			

.award_section 	{

	padding:25px 0 40px;

	}											 																		


.about_description p{

    margin-bottom:10px;

    text-align: justify;

}

.advisoryteamcarosalrowtwo .owl-nav{display: none;}

.advantagesection{ 

	background:#eee;

	background-size:cover;

}

.advantagesection_inner{

	min-height:280px;

	}

.advantagesection_inner img{

	margin:0 auto 30px;	

	}

.advantagesection_inner p{

	font-size:14px;	

	}

/***10/07/2017***/

	

.pegination_section {

	display:block;

	width:100%;

	text-align:center;

	float:left;

	}

.pegination_section ul li {

	display:inline-block;

	margin-right:5px;

	}

.pegination_section ul li a {

	padding:7px 10px;

	background-color:#dedede;

	color:#000;

	}

.pegination_section ul li:hover a {

	text-decoration:none;

	background-color:#0095da;

	color:#fff;

	}	

.pegination_section ul li span {

    background-color: #0095da;

    padding: 2px 10px;

    color: #fff;

	}

.calculator_section {

	background-color:#f5f2f7;

	padding:73px 0;

	}	

.calculator_section h2 {

	text-transform:uppercase;

	color:#0d0d0d;

	font-size:29px;

	font-family: 'Montserrat';

	letter-spacing:2.2px;

	}

.calculator_section p {

	color:#000;

	font-size:16px;

	text-transform:uppercase;

	}

.input_section {

	background-color:#0095da;

	padding:25px 46px;

	margin-top:50px;

	display: block;

    width: 100%;

    overflow: hidden;

	}

.output_section {

	background-color:#f58220;

	padding:25px 46px;

	margin-top:50px;

	display: block;

    width: 100%;

    overflow: hidden;

	}	

.padding_left0 {

	padding-left:0;

	}

.padding_right0 {

	padding-right:0;

	}

.header_cal {

	width:100%;

	margin-bottom:43px;

	float:left;

	}

.header_cal h3 {

	float:left;

	color:#fff;

	font-size:29px;

	text-transform:uppercase;

	font-family: 'Montserrat';

	position:relative;

	padding-left: 75px;

	padding-top: 15px;

	}

.header_cal h3::before {

	content:'';

	background-image:url(../images/sun01.png);

	background-position:left top;

	background-repeat:no-repeat;

	width:62px;

	height:60px;

	position:absolute;

	left:0;

	top:0;

	}

.header_cal input[type="submit"] {

	float:right;

	background-color:#fff;

	border-radius:4px;

	text-transform:uppercase;

	color:#004463;

	font-size:16px;

	font-family: 'Montserrat';

	padding:8px 49px;

	background-image:url(../images/arrow01.png);

	background-position:171px center;

	background-repeat:no-repeat;

	margin-top: 14px;

	}

.input_section .frm_group ,

.output_section .frm_group{

	width:100%;

	float:left;

	margin-bottom:30px;

	}

.input_section .cal_feild ,

.output_section .cal_feild {

	position:relative;

	}

.input_section .frm_group label ,

.output_section .frm_group label{

	color:#fff;

	font-size:19px;

	font-weight:400;

	margin-bottom: 10px;

	}		

.input_section .frm_group input[type="number"],

.output_section .frm_group input[type="number"] {

	width:100%;

	height:49px;

	border:1px solid #fff;

	border-radius:6px;

	padding:0 20px;

	color:#fff;

	font-size:20px;

	background-color:transparent;

	}

	

input[type=number]::-webkit-inner-spin-button, 

input[type=number]::-webkit-outer-spin-button { 

  -webkit-appearance: none; 

  margin: 0; 

}

	

.input_section .frm_group i{

    position: absolute;

    left: -10px;

    top: 10px;

    font-size: 26px;

    color: #fff;

	background-color:#0095da;

	}

.output_section .frm_group i{

    position: absolute;

    left: -10px;

    top: 10px;

    font-size: 26px;

    color: #fff;

	background-color:#f58220;

	}

.gallery_slider .item {

	position:relative;

	overflow:hidden;

	min-height: 250px;

	}

.gallery_slider .item .gal_overlay {

    background-color: #000;

    position:relative;

    left: 0;

    width: 100%;

    bottom:-53px;

    height: 50px;

    color: #fff;

    font-size: 14px;

    padding: 10px;

	-webkit-transition:0.4s ease-in-out;

	-moz-transition:0.4s ease-in-out;

	-ms-transition:0.4s ease-in-out;

	transition:0.4s ease-in-out;

	}

.gallery_slider .item {

	-webkit-transition:0.4s ease-in-out;

	-moz-transition:0.4s ease-in-out;

	-ms-transition:0.4s ease-in-out;

	transition:0.4s ease-in-out;

	}	

.gallery_slider .item  img {

	-webkit-transition:0.4s ease-in-out;

	-moz-transition:0.4s ease-in-out;

	-ms-transition:0.4s ease-in-out;

	transition:0.4s ease-in-out;

	}	

.gallery_slider .item:hover .gal_overlay {

	bottom:24px;

	}

.gallery_slider .item:hover img {

	margin-top:-20px;

	} 

.gallery_slider .item:hover .gal_overlay  span {

    color: #fff;

    font-size: 15px;

    position: absolute;

    right: 0px;

    top: 0px;

    background-color: #f58220;

    padding: 14px 15px;

	}

.gal_box {

	position:relative;

	overflow:hidden;

	height: 220px;

	-webkit-transition:0.4s ease-in-out;

	-moz-transition:0.4s ease-in-out;

	-ms-transition:0.4s ease-in-out;

	transition:0.4s ease-in-out;

	}



.gal_box .gal_overlay {

    background-color: #000;

    position:relative;

    left: 0;

    width: 100%;

    bottom:-53px;

    height: 50px;

    color: #fff;

    font-size: 14px;

    padding: 10px;

	-webkit-transition:0.4s ease-in-out;

	-moz-transition:0.4s ease-in-out;

	-ms-transition:0.4s ease-in-out;

	transition:0.4s ease-in-out;

	}

.gal_box  img {

	-webkit-transition:0.4s ease-in-out;

	-moz-transition:0.4s ease-in-out;

	-ms-transition:0.4s ease-in-out;

	transition:0.4s ease-in-out;

	width:100%;

	}	

.gal_box:hover .gal_overlay {

	bottom:24px;

	}

.gal_box:hover img {

	margin-top:-20px;

	} 

.gal_box:hover .gal_overlay  span {

    color: #fff;

    font-size: 15px;

    position: absolute;

    right: 0px;

    top: 0px;

    background-color: #f58220;

    padding: 14px 15px;

	}

.some_text {

	background-color:#f3f3f3;

	padding:20px;

	border:1px dashed #999;

	margin-bottom:30px;

	}

.some_text p {

	margin-bottom:25px;

	font-size:16px;

	}	

.some_text p:last-child {

	margin-bottom:0;

	}

.carrer_box ul li {

	margin-bottom:10px;

	position:relative;

	padding-left:25px;

	}

.carrer_box ul li::before {

 	content: "\f05d";

    font-family: FontAwesome;

    left:0;

    position:absolute;

    top:0;

	}

	

/*******************************

* Does not work properly if "in" is added after "collapse".

* Get free snippets on bootpen.com

*******************************/

    .panel-group .panel {

        border-radius: 0;

        box-shadow: none;

        border-color: #EEEEEE;

    }



    .panel-default > .panel-heading {

        padding: 0;

        border-radius: 0;

        color: #212121;

        background-color: #FAFAFA;

        border-color: #EEEEEE;

    }



    .panel-title {

        font-size: 14px;

    }



    .panel-title > a {

        display: block;

        padding: 15px;

        text-decoration: none;

    }



    .more-less {

        float: right;

        color: #212121;

    }



    .panel-default > .panel-heading + .panel-collapse > .panel-body {

        border-top-color: #EEEEEE;

    }

.map_section iframe {

    width: 100%;

    height: 380px;

	}

.contact_section  ul li {

	display:block;

	width:70%;

	text-align:left;

	margin-bottom:20px;

	border:1px dashed #dedede;

	padding:10px;

	}

.contact_section  ul li h3 {

	position:relative;

	padding-left:30px;

	text-transform:uppercase;

	}

.contact_section  ul li address {

	position:relative;

	padding-left:30px;

	font-size:14px;

	}			

.contact_section  ul li span {

	text-align:left !important;

	position:relative;

	padding-left:30px;

	font-size:14px;

	}

.contact_section  ul li  i {

	position:absolute;

	left:0;

	top:0;

	}
footer {
	float:left;
	width:100%;
	}
.gallery_main {
	width:100%;
	float:left;
	}														 																		
.product_slider .bx-wrapper .bx-controls-direction a {
	top:47% !important;
}
.product_listing h4 i{

	margin-right:10px;
	font-weight: bold;	
}
.product_listing h4{
	font-weight: bold;	
	margin-bottom: 15px;
}
.redmore_home_area {width:100%;float:left;height:auto;text-align:center;}
.redmore_home_area a.readbtn{display:inline-block !important;margin:5px;}

/***01.09.2017***/
.partner_logo_new {
	width:100%
	height:auto;
	float:left
	}
.partner_logo_new .owl-nav {
	display:none;
	}
/***blog(19.01.2018)***/
.blog_area header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: none;
}
.entry-meta span.cat-links {
    display: none;
}
.blog_area h1 {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 4px;
    text-transform: uppercase;
}
.blog_area h1 a {
    color: #333;
}
.blog_area .blog_tham_img {
    margin: 10px 0;
}
blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px;
}
.entry-meta span.tag-links {
    display: none;
}
.blog_area .primary-sidebar {
    border-left: 1px solid #ccc;
    padding: 0 0 0 10px;
}
.blog_area .search-form {
    border: none !important;
    background: #fff;
    width: 100%;
}
.search-form {
    border: 1px solid #d9d9d9;
    background: #fff;
    width: 77%;
    height: 30px;
    margin: 18px auto 0;
}
.blog_area .search-form label {
    float: left;
}
/*.search-form span.screen-reader-text {
    display: none;
}*/
.blog_area .search-form input[type="search"] {
    width: 100%;
    border: 1px solid #d9d9d9;
}

.blog_area .search-field {
    border: 1px solid #CCC;
    height: 32px;
    width: 100%;
    padding: 2px 5px;
    font-size: 13px;
    font-weight: normal;
}
.search-form input {
    padding: 4px;
    width: calc(100% - 38px);
    float: left;
}	
.blog_area .search-form input.search-submit[type="submit"] {
    background-color: #d71e79;
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid #d71e79;
    font-weight: 700;
    font-family: 'Arimo', sans-serif;
    width: 68px;
    height: 32px;
}
.blog_area .primary-sidebar h2 {
	text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    border-bottom: 1px dashed #ccc;
    background: #0896db;
    padding: 5px;
    font-weight: 300;
}
.blog_area .primary-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog_area .primary-sidebar ul li {
    margin-bottom: 0px;
    line-height: normal;
    padding: 0 0 10px 20px;
    font-size: 13px;
    position: relative;
}
.blog_area .primary-sidebar ul li::before {
    content: "\f061";
    font-family: "FontAwesome";
    color:#f26424;
    font-weight: lighter;
    font-size: 12px;
    margin: 3px 10px 0px 0px;
    position: absolute;
    left: 0px;
}
.blog_area .primary-sidebar ul li a {
    color: #333;
    font-size: 14px;
}
.left-panel {
    padding: 20px 0;
    float: left;
    width: 100%;
	}
.left-panel img {
	margin:30px auto;
	}
.left-panel p {
	font-size:15px;
	line-height:30px;
	text-align:justify;
	}
.left-panel .byline {
	display:none;
	}
.left-panel .posted-on .screen-reader-text {
	display:none;
	}
.left-panel .comments-link {
	display:none;
	}
.left-panel article {
	margin-bottom:50px;
	float:left;
	width:100%;
	}	
.right-panel .search-form span.screen-reader-text {
	display:none;
	}
.right-panel .search-form  {
	margin-bottom:20px;
	position:relative;
	
	}
.search-form label {
		width:100%;

	}	
.right-panel .search-form input[type="text"]{
	width:80%;
	height:40px;
	padding:0 15px;
	}
.right-panel .search-form button {
    background-color: #f26524;
    position: absolute;
    right:-13px;
    top: 0;
    border: 0;
    color: #fff;
    line-height: 36px;
}
.left-panel form {
	width:100%;
	max-width:500px;
	}
.left-panel form label {
	display:block;
	width:100%
	}
.left-panel form textarea {
	width:100%;
	height:90px;
	resize:none;
	border:1px solid #dedede;
	padding:15px;
	}
.left-panel form input[type="text"],
.left-panel form input[type="email"],
.left-panel form input[type="url"] {
	width:100%;
	height:40px;
	resize:none;
	border:1px solid #dedede;
	padding:0 15px;
	}
.left-panel form input[type="submit"] {
	background-color: #ee832c;
    color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
	}
.left-panel .post-navigation h2 {
	display:none;
	
	}
.left-panel .nav-links .post-title {
	display:none;
	}														
	
	