
/*-----------------------------------------------------------------------------------

    Template Name: Your template name
    Template URI: http://bootexperts.com
    Description: This is html5 template
    Author: BootExperts
    Author URI: http://bootexperts.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
/*google fonts*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,500,600|Rubik:400,500&display=swap');


html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px;}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	margin: 0 0 10px;
	text-transform: capitalize;;
	color: #222222;
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
	text-decoration: none;
}
a:active, a:hover {
	outline: 0 none;
}
ul{
	list-style: outside none none;
	margin: 0;
	/*padding: 0*/
}
.clear{clear:both}
body {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #484848;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

blockquote:before {
	content: "\f10d";
	font-family: 'FontAwesome', 'sans-serif';
	/*font: normal normal normal 14px FontAwesome;*/
	font-size: 180%;
	color: #95999E;
}

blockquote {
	border-left:2px solid #03AEEC;
}

/*header*/
.main_header {
	display: flex;
	height: 120px;
	align-items: center;
	padding: 0 60px 0 51px;
}


.logo {
	width: 226px;
	text-align: left;
}
.logo img {
	width: 100%;
}
.main_menu ul li {
	display: inline-block;
	text-align: center;
}
.main_menu ul li.active a {
	color: #03AFED;
}
.main_menu ul li>a {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	border-right: 2px solid #777777;
	padding: 0px 20px;
}
.primary > a {
	color: #777777;
}
.main_menu ul li:last-child a {
	border-right: none;
}
.main_menu ul li a:hover {
	color: #03AFED;
}
.main_menu {
	text-align: center;

}

.dropdown {
	position: relative;
	display: block;
}

nav > .dropdown-content {
	line-height: 1.8em;
}

nav > .dropdown-content li {
	line-height: 1.42857143;
}


.dropdown-content li ul {
	display: none;
	padding: 0;
}

.dropdown-content > li:hover .subMenu {
	position: absolute;
	display: block;
	float:left;
	background-color: #0097D6;
	color: white;
	font-size: 60%;
	border-radius: 3px;
	z-index: 1000;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.22);
	min-width: 120px;

}


.dropdown-content > li:hover .subMenu li{
	display:block;
	padding: 5px 0;
    min-height: 30px;
	position: relative;
	overflow: hidden;

}

.dropdown-content > li:hover .subMenu li a{
	border: none;
	padding: 4px 10px 4px 10px;
	position: relative;
	display:block;
	text-align: left;
}

.dropdown-content > li:hover .subMenu li:before {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0;
	height: 1px;
	width: 80%;
	border-bottom: 1px solid #0097ff;

}

.dropdown-content .subMenu > li:hover ul {
	position:absolute;
	left:100%;
	width: max-content;
	top: 0;
	display:block;
	background-color: #0097D6;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.22);
}

.subMenu li a{
	color: white;
    float:left;
	padding-left: 3px;
}

.subSubNav {
	width: 100%;
	/*position:absolute;*/
}
.subSubNav li {
	width: max-content;
}

.header_login a {
	width: 120px;
	height: 50px;
	background: #EC9211;
	color: #fff;
	/*font-size: 18px;*/
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
}
/*banner_area*/
.banner_area {
}
.banner_img {
	position: relative;
}
.banner_img::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0097D6;
	opacity: .75;
	z-index: 1;
}
.banner_image {
	position: relative;
}
.banner_img img {
	width: 100%;
	height: 900px;
}
.banner_content {
	text-align: center;
	position: absolute;
	bottom: 52%;
	left: 0;
	right: 0;
	transform: translateY(50%);
	z-index: 999;
	width: 968px;
}
.banner_content h4 {
	color: #FFBA34;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 32px;
}
.banner_content h2 {
	font-size: 70px;
	font-weight: 400;
	margin: 0;
	text-transform: capitalize;
	line-height: 85px;
	color: #FFFFFF;
}
.banner_content p {
	font-size: 24px;
	line-height: 36px;
	margin: 26px 0 46px;
	color: #FFF;
}
.banner_content.container a {
	background: #EC9211;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	width: 218px;
	height: 72px;
	line-height: 72px;
	border-radius: 5px;
	font-weight: 500;
	text-transform: uppercase;
}
.owl-dots {
	position: absolute;
	bottom: 50px;
	left: 55px;
	top: 50%;
	transform: translateY(-50%);
}
.owl-dot.active {
	background: #03AFED !important;
	height: 60px;
}
.owl-dot {
	width: 20px;
	height: 40px;
	display: block;
	margin: 30px 0px;
	border-radius: 15px;
	position: relative;
	background: #829EB4 !important;
}
/*saving_year_info*/
.saving_year {
	padding: 125px 0;
}
.saving_year_info {
	border: 5px solid #D6F2FC;
	border-radius: 5px;
	padding: 35px 45px 38px;
	background: #ECFAFF;
	text-align: center;
	position: relative;
}
.saving_year_info h2 {
	font-size: 40px;
	line-height: 55px;
	font-weight: 400;
	padding: 0 95px;
	text-transform: inherit;
}
.saving_year_info p {
	font-size: 24px;
	line-height: 45px;
	color: #888888;
	margin: 0;
	letter-spacing: -1px;
}
.saving_year_info img {
	position: absolute;
	top: -101px;
	right: -82px;
}
.water_manage {
	margin-top: 116px;
}
.water_manage h2 {
	font-size: 48px;
	text-align: center;
	line-height: 65px;
	letter-spacing: -0.5px;
	font-weight: 400;
	padding: 0 90px;
	text-transform: inherit;
	margin-bottom: 56px;
}
.water_manage_main {
	border: 1px solid #DDDDDD;
	border-radius: 6px;
	overflow: hidden;
}

.single_manage {
	width: 33.33333333%;
	float: left;
	text-align: center;
	border: 1px solid #DDDDDD;
	height: 345px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 3ms ease-in-out;
	-moz-transition: all 3ms ease-in-out;
	-ms-transition: all 3ms ease-in-out;
	-o-transition: all 3ms ease-in-out;
	transition: all 3ms ease-in-out;
}
.single_manage:hover {
	background: #F28B20;
	transition: .3s;
	border-color: #F28B20;
}

.inner_blog_content  ul {
	font-size: 17px;
	list-style-type: disc;
}

.single_manage:hover .manage_content p {
	display: block;
	transition: .3s;
}
.single_manage:hover .manage_content h3 {
	color: #FFF;
}
.single_manage:hover .manage_img_bg {
	width: 97px;
	height: 97px;
	padding: 18px;
	background-image:url(../img/manage-1-2.png);
	background-color: #FFF;
}
.single_manage:hover .manage_img_bg.certification {
	background-image: url(../img/manage-1-1.png);
}
.single_manage:hover .manage_img_bg.conference {
	background-image: url(../img/manage-3-3.png);
}
.single_manage:hover .manage_img_bg.backflow {
	background-image: url(../img/manage-4-4.png);
}
.single_manage:hover .manage_img_bg.events {
	background-image: url(../img/manage-5-5.png);
}
.single_manage:hover .manage_img_bg.tester {
	background-image: url(../img/manage-6-6.png);
}
.single_manage:hover .manage_img_bg.resources {
	background-image: url(../img/manage-7-7.png);
}
.single_manage:hover .manage_img_bg.innovation {
	background-image: url(../img/manage-8-8.png);
}
.single_manage:hover .manage_img_bg.committees {
	background-image: url(../img/manage-9-9.png);
}
.manage_img {
	text-align: -moz-center;
	text-align: -webkit-center;
	text-align: -ms-center;
	text-align: -o-center;
}
.manage_img_bg {
	background-image: url(../img/manage-1.png);
	background-color: #03AFED;
	width: 99px;
	height: 99px;
	padding: 20px;
	border-radius: 5px;
	transition: .3s;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 3ms ease-in-out;
	-moz-transition: all 3ms ease-in-out;
	-ms-transition: all 3ms ease-in-out;
	-o-transition: all 3ms ease-in-out;
	transition: all 3ms ease-in-out;

}
.manage_img_bg.certification {
	background-image: url(../img/manage-2.png);

}
.manage_img_bg.conference {
	background-image: url(../img/manage-3.png);

}
.manage_img_bg.backflow {
	background-image: url(../img/manage-4.png);

}
.manage_img_bg.events {
	background-image: url(../img/manage-5.png);

}
.manage_img_bg.tester {
	background-image: url(../img/manage-6.png);

}
.manage_img_bg.resources {
	background-image: url(../img/manage-7.png);

}
.manage_img_bg.innovation {
	background-image: url(../img/manage-8.png);

}
.manage_img_bg.committees {
	background-image: url(../img/manage-9.png);

}
.manage_content h3 {
	font-size: 35px;
	line-height: 45px;
	font-weight: 400;
	letter-spacing: -0.5px;
	margin-bottom: 0;
	margin-top: 18px;
	-webkit-transition: all 3ms ease-in-out;
	-moz-transition: all 3ms ease-in-out;
	-ms-transition: all 3ms ease-in-out;
	-o-transition: all 3ms ease-in-out;
	transition: all 3ms ease-in-out;
}
.manage_content p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
	margin-top: 14px;
	display: none;
	color: #FFF;
	-webkit-transition: all 3ms ease-in-out;
	-moz-transition: all 3ms ease-in-out;
	-ms-transition: all 3ms ease-in-out;
	-o-transition: all 3ms ease-in-out;
	transition: all 3ms ease-in-out;
	padding: 0 22px;
	letter-spacing: -0.5px;
}
.water_manage_main .single_manage {}

/*service_area*/
.service_area {
	background-image: url(/assets/website/img/service-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* height: 1055px; */
	align-items: center;
	display: flex;
	position: relative;
	/*z-index: -1;*/
	padding: 130px 0;
}
.service_area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0097D6;
	opacity: .85;
	/*z-index: -1;*/
}

.single_service {
	background: #075cab;
	padding-left: 30px;
	height: 795px;
	position: relative;
}
.service_title h2 {
	font-size: 30px;
	color: #fff;
	line-height: 65px;
	margin: 0;
	padding-left: 30px;
}
.service_title {
	border-bottom: 1px solid #47446D;
	position: relative;
	padding: 19px 0 7px;
}
.service_title::before {
	position: absolute;
	content: "";
	background: #F28B20;
	width: 7px;
	height: 41px;
	top: 29px;
	left: 0;
}
.service_title::after {
	position: absolute;
	content: "";
	background: #03AFED;
	width: 7px;
	height: 32px;
	top: 46px;
	left: 7px;
}
.service_list {
	padding-top: 34px;
	overflow: hidden;
}
.service_list > ul {
	padding: 0;
}
.service_list ul li {
	/*float: left;*/
	margin-bottom: 32px;
}
/*.service_list ul li:last-child {*/
	/*margin-bottom: 0px;*/
/*}*/


.event:nth-of-type(3) {
	background-color: black;
}
.event_title {
	color: white;

}
.link_title{
	display: block;
	text-overflow: ellipsis;
	word-wrap:break-word;
	overflow: hidden;
	max-height: 3.0em;
	line-height: 1.5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.event_title:focus{
	color: white;
}
.service_date {
	width: 80px;
	height: 81px;
	background: #0097D6;
	line-height: 81px;
	text-align: center;
	color: #FFF;
	float: left;
	padding-top: 15px;
	margin-top: 6px;
	border-radius: 5px;
}
.service_date span {
	display: block;
}
.service_date span.date {
	font-size: 26px;
	font-weight: 500;
	line-height: 25px;
	padding-bottom: 2px;
}
.service_date span.month {
	font-size: 16px;
	line-height: 26px;

}
.service_info {
	margin-left: 91px;
	padding-top: 10px;
}
.service_info h3 {
	font-size: 16px;
	line-height: 26px;
	color: #FFF;
	font-weight: 400;
	margin-bottom: 5px;
	letter-spacing: -0.5px;
}
.service_info span {
	font-size: 14px;
	color: #C3C3C3;
	display: block;
}
.service_btn {
	position: absolute;
	bottom: 0;
	right: 0;
}
.service_btn a {
	width: 148px;
	height: 45px;
	background: #03AFED;
	display: inline-block;
	color: #FFFFFF;
	line-height: 45px;
	text-align: center;
	border-radius: 10px 0 0 0;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.service_btn a:hover {
	background: #F28B20;
}
.service_date.news {
	padding-top: 0;
}
.service_date.news img {
	border-radius: 5px;
}
.service_info small {
	font-size: 14px;
	color: #04AFED;
	line-height: 22px;
	padding-top: 10px;
	display: block;
}

.event_items{
	float:left;
	margin-bottom: 32px;
}

.career_img {
	max-height: 80px;
	max-width: 80px;
}
.career_link{
	color:#04AFED;
}
.career_link:hover, .event_title:hover{
	text-decoration: underline;
	color: white;
}
.career_link:focus {
	color:#04AFED;
}

.career h3 {
	margin-bottom: 0;
}
.career_section {
	padding: 0;
}
.service_description{
	margin-bottom: 3px;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-box-orient: vertical;
	color: #c9c9c9;
}

/*testimonial_area*/
.testimonial_area {
	padding: 120px 0 196px;
}
.testimonial_img {
	width: 165px;
	border: 4px solid #E7E7E7;
	border-radius: 50%;
	float: left;
	margin-top: 10px;
	position: relative;
}
.testimonial_img::before {
	position: absolute;
	content: "\f10e ";
	font-family: fontawesome;
	bottom: 0;
	right: -11px;
	background: #F28B20;
	color: #FFF;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 46px;
	border: 4px solid #fff;
	border-radius: 50%;
	font-size: 17px;
	letter-spacing: 1px;
}
.testimonial_ingo {
	/*margin-left: 235px;*/
}
.testimonial_ingo p {
	font-size: 24px;
	line-height: 45px;
	color: #888888;
	font-style: italic;
	letter-spacing: -0.5px;
}
.testimonial_ingo h3 {
	font-size: 30px;
	font-weight: 400;
	display: inline-block;
}
.testimonial_ingo span {
	color: #04AFED;
	font-size: 18px;
}

.testimonial_active .owl-dots {
	position: absolute;
	bottom: -66px;
	left: 0;
	top: inherit;
	right: 0;
	text-align: center;
}
.testimonial_active .owl-dot {
	width: 40px;
	height: 15px;
	display: inline-block;
	/* margin: 30px 0px; */
	border-radius: 15px;
	position: relative;
	background: #829EB4 !important;
	margin: 0 10px;
}
.testimonial_active .owl-dot.active {
	background: #03AFED !important;
	width: 53px;
}











/*.breadcumb_area_start*/
.breadcumb_area {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 186px;
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	/*z-index: -2;*/
}
.breadcumb_area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0097D6;

	opacity: .85;
	z-index: -1;
}
.breadcumb_content{}
.breadcumb_content h2 {
	font-size: 40px;
	margin-bottom: 27px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
}
.breadcumb_content ul li {
	display: inline-block;
}
.breadcumb_content ul li a {
	color: #fff;
	font-size: 16px;
	padding: 0 7px;
	position: relative;
}
.breadcumb_content ul li:last-child a:before {
	display: none;
}
.breadcumb_content ul li a::before {
	position: absolute;
	content: "/";
	top: 0;
	right: -6px;
}
/*inner_blog*/
.inner_blog {
	padding: 70px 0 79px;
}
.inner_blog_img {
	margin-bottom: 30px;
}
.inner_blog_img img {
	width: 100%;
}
.blog_date_share {
	display: flex;
	align-content: space-between;
	/*height: 885px;*/
	flex-wrap: wrap;
	position: relative;
	width: 100px;
}

.blog_date_share::before {
	position: absolute;
	content: "";
	width: 1px;
	background: #EEEEEE;
	height: 100px;
	left: 50%;
	top: 82px;
}
.blog_date {
	width: 100%;
	background: #03AEEC;
  background: #075cab;

}
.blog_date span {
	display: block;
	text-align: center;
	width: 100%;
}
.blog_date span.blog_date_style {
	font-size: 36px;
	font-weight: 600;
	height: 60px;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	color: #fff;
	background-color: #0097D6;
}
.blog_date span.blog_month_style {
	font-size: 16px;
	background: #EEEEEE;
	height: 23px;
	color: #222222;
	font-weight: 600;
}
.blog_share_btn a {
	background: #3B5998;
	width: 35px;
	height: 35px;
	display: block;
	text-align: center;
	line-height: 35px;
	margin: 0px auto 15px;
	color: #fff;
	border-radius: 50%;
	font-size: 22px;
}
.blog_share_btn a.twitter {
	background: #55ACEE !important;
}
.blog_share_btn a.linkedin {
	background: #007AB9 !important;
}
.blog_share_btn a.instagram {
	background: #6A453B !important;
}
.blog_share {
	text-align: center;
	background: #EEEEEE;
	padding: 25px 0;
	width: 100%;
	display: block;
	color: #222;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
	margin-top: 100px;
}
.blog_share span {
	margin-bottom: 31px;
	display: block;
	padding: 0 20px;
}
.first_letter {
	font-size: 72px;
	color: #484848;
	line-height: 72px;
	float: left;
	margin-right: 17px;
}
/*.inner_blog_content{*/
	/*margin-left: 5%;*/
/*}*/
.inner_blog_content p {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 17px;
}
p.quta {
	padding-left: 30px;
	border-left: 2px solid #03AEEC;
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
	padding-top: 15px;
	padding-bottom: 14px;
}
.quta a {
	display: block;
	color: #95999E;
	font-size: 28px;
	margin-bottom: 8px;
}
.inner_blog_content h2 {
	font-size: 36px;
	margin-bottom: 25px;
	margin-top: -9px;
}
.inner_blog_meta {
	display: flex;
	justify-content: space-between;
	height: 41px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	align-items: center;
	margin-top: 30px;
}
.meta_tag ul li {
	display: inline-block;
}
.meta_tag ul li a {
	color: #979BA0;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.meta_comment ul li {
	display: inline-block;
}
.meta_comment ul li a {
	color: #979BA0;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding: 0 20px;
	border-left: 1px solid #EEEEEE;
}
.meta_comment ul li:first-child a {
	border-left: none;
}
.meta_tag ul li a i {
	color: #222;
	padding-right: 5px;
}
.meta_comment ul li a i {
	color: #222;
	padding-left: 5px;
}
/*duoble_line*/
.duoble_line {
	padding: 72px 0 95px;
	background: #F7F7F7;
}
h2.sec_title {
	font-size: 48px;
	font-weight: 400;
	border-bottom: 2px solid #222222;
	display: inline-block;
	margin-bottom: 59px;
}
.line_one {
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	position: relative;
}
.line_one.icon::before {
	position: absolute;
	content: "/";
	left: 50%;
	right: 0;
	text-align: center;
	top: -14px;
	border: 1px solid #EEEEEE;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #EEEEEE;
	transform: translateX(-50%);
	color: #03AEEC;
	line-height: 40px;
}
.line_one.dividar {
	position: relative;
}
.line_one.dividar::after {
	position: absolute;
	content: "/";
	right: -56px;
	top: -15px;
	width: 40px;
	height: 40px;
	background: #EEEEEE;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	color: #03AEEC;
}
.line_one span {
	padding: 5px 0 4px;
	display: block;
}
.mb-79 {
	margin-bottom: 79px;
}
.line_one.dividar {
	margin-right: 21px;
}
.line_one.dividar_2 {
	margin-left: 21px;
}
/*buttons_area*/
.button_area {
	padding: 72px 0 94px;
}
h3.sub_title {
	color: #95999E;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 44px;
	font-family: 'Rubik', sans-serif;
}
.ractangle_btn ul {
	display: flex;
	justify-content: space-around;
	margin-left: -7px;
	list-style: none;
	margin-bottom: 17px;
}
.button_area h2.sec_title {
	margin-bottom: 56px;
}
.ractangle_btn ul li a {
	background: #03AEEC;
	font-size: 16px;
	color: #fff;
	padding: 15px 30px 16px 30px;
}
.ractangle_btn.radius ul li a {
	border-radius: 5px;
	display:inline-block;
}

.ractangle_btn.rounded ul li a {
	border-radius: 36px;
	display:inline-block;
}
.ractangle_btn_m_b {
	margin-bottom: 60px
}
.ractangle_btn ul li a.secondary {
	background: #7987A1;
}
.ractangle_btn ul li a.success {
	background: #10B759;
}
.ractangle_btn ul li a.danger {
	background: #FF3366;
}
.ractangle_btn ul li a.warning {
	background: #FBBC06;
}
.ractangle_btn ul li a.info {
	background: #66D1D1;
}
.ractangle_btn ul li a.light {
	background: #EEEEEE;
	color: #222222;
}
.ractangle_btn ul li a.dark {
	background: #222222;
}
.ractangle_btn ul li a.link {
	background: #FFFFFF;
	color: #03AEEC;
}
/*typo_area*/
.typo_area {
	background: #F7F7F7;
	padding: 74px 0 63px;
}
.typo_area h3.sub_title {
	margin-bottom: 0;
}
h3.sub_title.mb_20 {
	margin-bottom: 20px;
}
h3.sub_title.mb_8 {
	margin-bottom: 8px;
}
h3.sub_title.mb_9 {
	margin-bottom: 9px;
}
h3.sub_title.mb_13 {
	margin-bottom: 13px;
}
h3.sub_title.mb_21 {
	margin-bottom: 21px;
}
.typo_name {
	/* text-align: center; */
	display: flex;
	justify-content: center;
	/* margin: 0 41px; */
}
.Roboto.Slab {
	position: relative;
	font-family: 'Roboto Slab', serif;
	margin-right: 89px;
}
.Roboto.Slab::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 75px;
	background: #03AEEC;
	top: 0;
	left: -14px;
}
.Roboto.Slab ul {
	margin-top: -2px;
}
.Roboto.Slab ul li:nth-child(1) {
	color: #03AEEC;
	font-size: 24px;
	line-height: 20px;
	font-weight: 500;
}
.Roboto.Slab ul li:nth-child(2) {
	color: #95999E;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	padding: 9px 0;
}
.Roboto.Slab ul li:nth-child(3) {
	color: #95999E;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.Rubik {
	position: relative;
	margin-left: 89px;
}
.Rubik::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 75px;
	background: #03AEEC;
	top: 0;
	left: -14px;
}
.Rubik ul li:nth-child(1) {
	color: #03AEEC;
	font-size: 24px;
	line-height: 20px;
	font-weight: 500;
}
.Rubik ul li:nth-child(2) {
	color: #95999E;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	padding: 9px 0;
}
.Rubikul li:nth-child(3) {
	color: #95999E;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.heading_1 h1 {
	font-size: 70px;
	line-height: 85px;
	margin: 0;
	font-weight: 400;
}
.heading_1 h2 {
	font-size: 48px;
	line-height: 60px;
	margin-right: -15px;
}
.heading_1.h3_title {
	margin-left: 22px;
}
.heading_1 h3.extra_item {
	font-size: 30px;
	line-height: 36px;
	margin-right: -15px;
}
.m_l {
	margin-left: 55px;
}
.heading_1 h4 {
	font-size: 30px;
	line-height: 36px;
}
.heading_1 h5 {
	font-size: 24px;
	line-height: 30px;
	margin-left: 55px;
	margin-bottom: 0;
}
.heading_1 h6 {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 0;
}
.mb_30 {
	margin-bottom: 30px;
}
/*tabs_area*/
.tabs_area {
	padding: 72px 0 84px;
}

.tab_menu ul li {
	float: left;
	background: #E1E1E1;
	transition: .3s;
}
.tab_menu ul li:nth-child(1) {
	border-radius: 5px 0 0 5px;
}
.tab_menu ul li.active a {
	background: #03AEEC !important;
	border-top-color: #03AEEC;
	border-bottom-color: #03AEEC;
	color: #FFFFFF;

}
.tab_menu ul li:nth-child(6) {
	border-radius: 0px 5px 5px 0px;
}
.tab_menu ul li a {
	color: #222;
	padding: 14px 30px 15px;
	display: block;
	font-size: 16px;
	line-height: 20px;
	border-right: 1px solid #fff;
	text-decoration: none;
}
.tab_menu ul li a:hover {
	color: #fff;
	background: #03AEEC;
}
.single_tab {
	margin-top: 9px;
	padding: 19px;
	border: 1px solid #F5F5F5;
	border-radius: 5px;
	display: inline-block;
}

.tabimg {
	width: 213px;
	float: left;
	margin-right: 20px;
}
.tabimg img {
	width: 100%;
}
.tab_info {
	padding-top: 30px;
}
.tab_info h2 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 19px;
}
.tab_info p {
	font-size: 17px;
	line-height: 26px;
	margin: 0;
}
.tab-content > .active {
	display: inline-block;
}
.tab_menu.two ul li {
	background: transparent;
	margin-right: 10px;
}
.tab_menu.two ul li a {
	text-decoration: none;
	border-bottom: 1px solid #222;
}
.tab_menu.two ul li.active a {
	border-top-color: #03AEEC;
	border-bottom-color: #03AEEC;

}
.mb_50 {
	margin-bottom: 46px;
}
/*table_area*/
.table_area {
	padding: 72px 0 80px;
	border-top: 2px solid #E1E1E1;
	border-bottom: 2px solid #E1E1E1;
}
.table_area h2.sec_title {
	margin-bottom: 64px;
}
.table_area h3.sub_title {
	margin-bottom: 20px;
}
.table {
	margin-bottom: 0;
}
.table_one table tr td {
	border-left: 1px solid #ddd;
}
.table_one table tr td:first-child {
	border-left: none;
}
.table_one table tr th {
	border-left: 1px solid #FFF;
	border-bottom: none;
}
.table_one table tr th:first-child {
	border-left: none;
}
.table_one table thead {
	background: #E1E1E1;
}
.table_one table tbody {
	background: #F5F5F5;
}
.table_one table thead tr th {
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	padding: 17px 23px;
	color: #222222;
	font-family: 'Roboto Slab', serif;
}
.table_one table tbody tr td {
	font-size: 16px;
	color: #95999E;
	padding: 19px 23px 17px;
}
.table_one table thead.sty_2 {
	background: #03AEEC;
}
.table_one table thead.sty_2 tr th {
	color: #FFF;
}
.table_one {
	border: 1px solid transparent;
	border-radius: 6px;
	overflow: hidden;
}
.table_one table thead.sty_2 tr {

}
.table_one.table_two {
	border: 1px solid #03AEEC;
	border-radius: 5px;
	margin-bottom: 17px;
}
.table_one.table_two table tbody {
	background: transparent;
}
.table_one.table_two table tbody tr.table_two_tr {
	background: #F5F5F5;
}
/*!*team_area*!*/
/*.team_area {*/
	/*padding: 72px 0 101px;*/
/*}*/
.team_area h2.sec_title {
	margin-bottom: 50px;
}
.single_team {
	border: 1px solid #EEEEEE;
	padding: 20px 20px 19px;
	border-radius: 5px;
}
.single_team:hover {
	background: #03AEEC;
	border-color: #03AEEC;
	transition: .3s;
}
.single_team:hover .team_info h3 {
	color: #FFFFFF;
}
.single_team:hover .team_info span {
	color: #FFFFFF;
}
.single_team:hover .team_info a {
	color: #FFFFFF;
}
.single_team:hover .team_link:before {
	background: #FFFFFF;
	width: 150px;
}
.single_team img {
	width: 100%;
	border-radius: 5px;
}
.team_info h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 13px;
	transition: .3s;
}
.team_info span {
	font-size: 16px;
	margin-bottom: 18px;
	display: block;
	transition: .3s;
}
.team_link a {
	color: #95999E;
	margin-right: 15px;
	font-size: 16px;
}
.team_info {
	padding-top: 17px;
}
.team_link {
	position: relative;
	padding-top: 23px;
}
.team_link:before {
	position: absolute;
	content: "";
	background: #03AEEC;
	width: 100px;
	height: 1px;
	top: 0;
	left: 0;
	transition: .3s;
}
/*accordion_area*/
.accordion_area {
	background: #F7F7F7;
	padding: 72px 0 80px;
}
.accordion_area h3.sub_title {
	margin-bottom: 30px;
}
.panel-heading {
	padding: 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.panel-title a {
	padding: 21px 19px 22px;
	display: block;
	background: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Roboto Slab', serif;
	text-decoration: none;
	border-left: 3px solid #03AEEC;
	border-radius: 5px 5px 0px 0px;
	position: relative;
	overflow: hidden;
}
.panel-title a.collapsed {
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
}
.panel-title a.collapsed::before, .panel-title a::before {
	content: "\002B";
	font-family: fontawesome;
	background: #03AEEC;
	color: #FFF;
	width: 60px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	padding-top: 7px;
	font-size: 38px;
}
.panel-title a:before {
	content: '\02212'
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid transparent;
	padding: 18px 15px;
	background: #fff;
	font-size: 17px;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-left: 3px solid #03AEEC;
	border-radius: 0px 0 5px 5px;
}
.panel-group .panel {
	margin-bottom: 25px;
	border-radius: 5px;
}
.panel-collapse.collapse.in {

}
.panel-title.accordion_2 a {
	background: #03AEEC;
	color: #FFF;
}
.panel-title.accordion_2 a.collapsed::before, .panel-title.accordion_2 a::before {
	background: #01A0DA;
}
/*author_area*/
.author_area {
	padding: 73px 0 80px;
}
.author_area h2.sec_title {
	margin-bottom: 50px;
}
.coment_img {
	width: 210px;
	float: left;
	margin-right: 23px;
}
.author_details {
	border: 1px solid #F5F5F5;
	padding: 20px;
	display: flex;
	border-radius: 5px;

}
.author_link {
	position: absolute;
	right: 11px;
	top: 30px;
}
.author_link a {
	color: #95999E;
	margin-right: 15px;
	font-size: 16px;
}
.author_link a:last-child {
	margin-right: 0;
}
.comment_info h4 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 19px;
}
.body_p {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 0;
}
.comment_info span {
	color: #03AEEC;
}
.comment_info {
	padding-top: 29px;
	position: relative;
}
.related_area {
	padding-bottom: 80px;
	padding-top: 13px;
}
.related_area h2.sec_title {
	margin-bottom: 50px;
}
.single_post {
	padding: 20px;

}
.single_post img {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 15px;
}
.single_post_date {
	width: 50px;
	background: #03AEEC;
	height: 60px;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	float: left;
	margin-top: 5px;
}
.single_post_date span {
	display: block;

}
.single_post_date span.blog_date_style {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	padding: 8px 0;
}
.single_post_date span.blog_month_style {
	font-size: 16px;
	line-height: 20px;
	padding: 2px 0;
	background: #EEEEEE;
}
.post_content h3 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 8px;
}
.post_content {
	/*margin-left: 65px;*/
	padding-bottom: 6px;
}
.single_post_meta {
	display: flex;
	justify-content: space-between;
	height: 50px;
	align-items: center;
	border-top: 1px solid #F5F5F5;
	padding: 0 20px;
	border-radius: 0 0 5px 5px;
}
.meta_comment.post_info ul li:first-child a {
	padding-left: 0;
}
.post_more a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #95999E;
	font-family: 'Roboto Slab', serif;
}
.post_more a i {
	padding-left: 5px;
}
.border_area {
	border: 1px solid #F5F5F5;
	border-radius: 5px;
	transition: .3s;
}
.border_area:hover {
	border-color: #03AEEC;
}
.border_area:hover .post_more a {
	color: #03AEEC;
}
.comment_area {
	padding-bottom: 100px;
}
.comment_area h2.sec_title {
	margin-bottom: 33px;
}
.coment_img.comment_img {
	width: 75px;
	margin-top: 7px;
}
.coment_img.comment_img img {
	width: 100%;
}
.comment_info.comment {
	padding-top: 0;
	position: relative;
	margin-left: 96px;
}
.comment_info.comment h4 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 5px;
}
.comment_info.comment span {
	font-size: 14px;
	line-height: 26px;
	color: #95999E;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	padding-left: 5px;
}
.author_link.comment {
	top: -5px;
	right: -15px;
}
.author_link.comment a {
	color: #03AEEC;
	margin-right: 15px;
	font-size: 24px;
}
.author_details.comment_details {
	padding: 0px;
	border: none;
}
.author_details.comment_details.ml {
	margin-left: 97px;
}
.author_details.comment_details {
	margin-bottom: 15px;
}
.author_details.comment_details:last-child {
	margin-bottom: 0px;
}
.comment_form {
	margin-top: 30px;
}
.form_filed form input {
	width: 100%;
	border: 1px solid #EEEEEE;
	height: 50px;
	border-radius: 5px;
	padding: 0 29px;
	margin-bottom: 30px;
}
.form_filed form textarea {
	width: 100%;
	border: 1px solid #EEEEEE;
	height: 50px;
	padding: 29px;
	height: 140px;
	border-radius: 5px;
}
.comment_form h3 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 42px;
}
.comment_form button {
	width: 169px;
	height: 50px;
	background: #03AEEC;
	color: #FFF;
	border: none;
	font-size: 16px;
	margin-top: 30px;
	line-height: 26px;
	border-radius: 5px;
}
/*footer*/
footer {
	padding: 113px 0 0px;
	background: #075cab;
}
.foolter_widget_title h3 {
	font-size: 30px;
	color: #FFF;
	line-height: 58px;
	margin-bottom: -3px;
}
.foolter_widget_menu ul li a {
	font-size: 17px;
	line-height: 45px;
	color: #fff;
}
.foolter_widget_menu > ul {
	padding: 0;
}
.foolter_widget_link {
	margin-top: 16px;

}
.foolter_widget_link a {
	color: #131328;
	font-size: 17px;
	width: 45px;
	height: 45px;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	line-height: 45px;
	text-align: center;
	margin-right: 5px;
}
.foolter_widget_link a:last-child {
	margin-right: 0;
}
.foolter_widget_link a:hover {
	background: #03AFED;
	color: #FFF;
}
.footer_bottom_info {
	height: 117px;
	border-top: 1px solid #317AB1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_copywright p {
	font-size: 16px;
	color: #fff;
	line-height: 45px;
}
.footer_top {
	padding-bottom: 53px;
}


/* --------------- */
/* -----JOB BOARD----- */
/* --------------- */

.description {
	max-height: 150px;
	overflow: hidden;
	position: relative;
}
.description:BEFORE {
	content:"";
	width: 100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:linear-gradient(transparent 100px, white);
}

.job_content{
    padding: 2%;
	width: 90%;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
}

.company_info {
	position: relative;
}
.company_info > ul {
	padding: 0;
}


.job_pdf {
	float:right;
	position: absolute;
	top: 5px;
	right: 15px;
	max-width: 200px;
	max-height: 200px;
	text-align: center;
	background-color:#0097D6;
	color:white;
	padding: 10px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
}

.job_title {
	max-height: 100px;
	overflow: hidden;
}

.job_location {

}

/* events-list header */
.active > a > .i18n-error {
	font-weight: bold;
}

.tab-pane > h3 > .i18n-error {
	display: none;
}

.toc {
	position: relative;
	text-align: center;
}
.toc p {
	display: block;
	color: black;
}

.toc_noHover {
	width: 50%;
	float: left;
	/*text-align: center;*/
	border: 1px solid #DDDDDD;
	height: 345px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 30px;

}
.toc_img {
	background-color: #03AFED;
	width: 150px;
	height: 150px;
	padding: 20px;
	border-radius: 5px;
	transition: .3s;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 10px solid #03AFED;

}

.toc_paragraph {
	clear:both;
	position: absolute;
	margin: auto;
	text-align: center;
	width: 150%;
	overflow: hidden;
	left: -25%;

}
.toc_link {
	height: 100%;
	width: 100%;
}

.toc_img > i {
	font-size: 600%;
	text-align: center;
	vertical-align: center;
	color: white;
}


.inner_blog_content h3 {
	margin-top: 15px;
}

.inner_blog_content td {
	font-size: 17px;
}
.company_info ul {
	list-style-type: none;
}

.breadcumb_content > ul {
	padding: 0;
}

/*---------- */
/* News page */
/*---------- */

.news_container {
	margin-left: -20px;
}

.news_container ul{
	list-style-type: none;
	overflow: hidden;
}

/* Categories */
.categories {
	padding: 0;
	border-radius: 2px;

}
.categories_header {
	background-color: #ec9211;


	color: white;
	padding: 5px;
	text-align: center;
	margin-bottom: 0;
	border:1px solid #ec9211;
}

.categories_subheader {
	color: black;
}
.categories_content {
	padding: 8px;
	background-color: #f2f2f2;;
	color: black;
	font-weight: 400;
	border: none;
}
/* News listing */
.single_section {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	padding: 20px;
	margin-bottom: 20px;

}

.news_article h3 {
	margin-top: 0;
}

/* News index */
.share_container{
	margin-top: 20px;
}

/*News mobile */
.mobile_share{
	font-size: 140%;
}

.opportunity {
	overflow: hidden;
}

.viewDir {
	float:right;
}

.table>thead {
	border-bottom: 2px solid #ddd;
}

#comTitle {
	font-size: 300%;
}

.comMem{
	font-size: 150%;
	padding-bottom: 15px;
}

