
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800,900');

/*
font-family: 'Heebo', sans-serif;
*/

@import url('font-awesome.css');
@import url('themify-icons.css');
@import url('linear-icons.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Heebo', sans-serif;
	font-size:18px;
	color:#6f8ba4;
	line-height:1.6em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#1f8ceb;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Heebo', sans-serif;
	font-weight:400;
	margin:0px;
	background:none;
	line-height:1.4em;
}

input,button,select,textarea{
	font-family: 'Heebo', sans-serif;
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.6em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.btn-style-one{
	position:relative;
	padding:12px 45px;
	line-height:26px;
	background:#006B96;
	font-size:16px;
	font-weight:400;
	color:#ffffff;
	text-transform:capitalize;
	text-align:center;
	font-family: 'Heebo', sans-serif;
	border-radius:4px;
}

.btn-style-one:hover{
	color:#ffffff;
	background:#3b566e;
}

.btn-style-two{
	position:relative;
	padding:11px 32px 9px;
	line-height:28px;
	background:#006B96;
	font-size:14px;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Heebo', sans-serif;
	border-radius:4px;
}

.btn-style-two .icon{
	position:relative;
	font-size:14px;
	vertical-align:middle;
	padding-right:10px;	
}

.btn-style-two:visited{
	color:#ffffff;
}

.btn-style-two:focus{
	color:#ffffff;
}

.btn-style-two:hover{
	color:#ffffff;
	background:#1f8ceb;
}

.btn-style-two:active{
	color:#ffffff;
}

.theme_color{
	color:#1f8ceb;	
}

.no-bg{
	background:none !important;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

img{
	display:inline-block;
	max-width:100%;	
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:rgba(255, 255, 255, 0.6);
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/runoob-brise.svg);}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:20px;
	text-transform:uppercase;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#222222;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#006B96;
	background:#1f8ceb;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	left:0px;
	top:0px;
	z-index:99;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .auto-container{
	position:relative;
}

.main-header.alternate .auto-container,
.main-header.header-style-two .auto-container{
	max-width:1200px;	
}

.main-header .main-box{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 95px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box:after{
	content:'';
	position:absolute;
	left:0px;
	top:100%;
	height:0px;
	width:100%;
	opacity:0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
		
}

.main-header.fixed-header .main-box:after{
	opacity:1;
}

.main-header.fixed-header .main-box{
	position:fixed;
	top:0px;
	z-index:999;
	opacity:1;
	visibility:visible;
	background-color:#006B96;
}

.main-header .main-box .outer-container{
	position:relative;
}

.main-header .main-box .logo-box{
	position:relative;
	max-width:150px;
	float:left;
	left:0px;
	padding:15px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.footerlogo img{
	position:relative;
	display:inline-block;
	max-width:100px;
}


.main-header .nav-outer{
	position:relative;
	float:right;
}

.main-header .nav-outer .other-links{
	position:relative;
	float:left;
	padding-top:20px;
	margin-left:50px;
}


.main-menu{
	position:relative;
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	font-family: 'Heebo', sans-serif;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin:0px 0px 0px 40px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#ffffff;
	line-height:30px;
	text-transform:capitalize;
	letter-spacing:0.01em;
	opacity:1;
	padding:25px 0px;
	font-size:18px;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > a:before{
	content:'';
	position:absolute;
	display:block;
	left:0px;
	bottom:20px;
	width:0px;
	border-bottom:2px solid #F6B034;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#F6B034;
	opacity:1;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li.current-menu-item > a:before{
	width:22px;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:2px solid #1f8ceb;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:100%;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.15);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:22px;
	font-weight:400;
	font-size:15px;
	text-transform:capitalize;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	background:#3b566e;
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:12px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:2px solid #1f8ceb;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:100%;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.15);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:22px;
	font-weight:400;
	font-size:15px;
	text-transform:capitalize;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);	
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}


/*** 

====================================================================
	Main Banner style
====================================================================

***/

.main-banner{
	position:relative;
	z-index:1;
}
.main-banner .auto-container h2{
	color:#ffffff;
	top:50px;
}

/*Banner One*/
.banner-one{
	position:relative;
	padding:250px 0px 300px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;	
}

.banner-one .text-column,
.banner-one .image-column{
	margin-bottom:30px;	
}

.banner-one .text-column .inner{
	position:relative;
	padding-top:100px;	
}

.banner-one .text-column h4{
	font-size:18px;
	color:#1f8ceb;
	text-transform:capitalize;
	margin-bottom:30px;	
}

.banner-one .text-column h2{
	font-size:36px;
	font-weight:300;
	color:#3b566e;
	margin-bottom:15px;	
}

.banner-one .text-column p{
	font-size:18px;
	margin-bottom:50px;	
}

/*** 

====================================================================
	Heading Styles
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:60px;	
}

.sec-title.centered{
	margin-bottom:70px;	
}

.sec-title .icon{
	position:relative;
	line-height:1em;
	font-size:60px;
	margin-bottom:30px;	
}

.sec-title h2{
	position:relative;
	font-size:30px;
	color:#F6B034;
	font-weight:700;
	line-height:1.4em;
}

.sec-title h3{
	position:relative;
	font-size:30px;
	color:#F6B034;
	font-weight:300;
	line-height:1.4em;
}

.sec-title .desc-text{
	position:relative;
	font-size:18px;
	line-height:1.6em;
	font-weight:400;
	padding-top:15px;
	color:#006B96;	
}

.sec-title.centered .desc-text{
	max-width:720px;
	margin:0 auto;	
}


/*** 

====================================================================
	About Us
====================================================================

***/

.about-section{
	position:relative;
	padding:60px 60px;
}

.about-section .about-outer{
	position:relative;
	border:0px solid #deeefc;
	border-radius:3px;	
}

.about-style-one{
	position:relative;
	padding:0px;
	margin:0px;
}

.about-style-one .inner-box{
	position:relative;
	display:block;
	padding:45px 32px 0px;
	border-right:0px solid #deeefc;
	/* background:url(../images/background/bg-shape-one.png) left top no-repeat; */
}

.about-outer .about-style-one:last-child .inner-box{
	border-right:none;	
}

.about-style-one .inner-box .icon{
	position:relative;
	margin-bottom:30px;
}

.about-style-one .inner-box h3{
	color:#F6B034;
	font-size:18px;
	font-weight:500;
	margin-bottom:15px;
}

.about-style-one .inner-box h3 a{
	color:#3b566e;
}

.about-style-one .inner-box h3 a:hover{
	color:#1f8ceb;
	text-decoration:underline;
}

.about-style-one .inner-box .text{
	font-size:18px;
	font-weight:400;
	margin-bottom:10px;
	color:#006B96;
}

.about-style-one .inner-box .link-box{
	position:relative;
	text-align:left;
}

.about-style-one .inner-box .link-box a{
	color:#6f8ba4;
	font-size:14px;
	text-transform:uppercase;
}

.about-style-one .inner-box .link-box a .icon{
	position:relative;
	vertical-align:left;
	padding-left:10px;
}

.about-style-one .inner-box .link-box a:hover{
	color:#1f8ceb;
}

/***

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	background:#ffffff;
	padding:130px 0px 100px;
}

.contact-section .sec-title.centered{
	position: relative;
	margin-bottom: 15px;
}

.contact-section .sec-title{
	margin-bottom: 40px;	
}


.contact-section .image-column{
	position:relative;	
}

/*** 

====================================================================
	Footer
====================================================================

***/

.footer-style-one{
	position:relative;
	background:#006B96;
	font-size:16px;
}

.footer-style-one.dark-version{
	background:#202631;
	color:#6f8ba4;	
}

.footer-style-one .footer-upper{
	position:relative;
	padding:100px 0px 70px;
}

.footer-style-one .footer-upper .footer-column{
	position:relative;
	margin-bottom:30px;	
}

.footer-style-one .footer-upper .footer-widget{
	position:relative;
}

.footer-style-one .footer-upper h3{
	position:relative;
	font-size:20px;
	font-weight:400;
	text-transform:capitalize;
	color:#ffffff;
	margin-bottom:20px;
}

.footer-style-one.dark-version .footer-upper h3{
	color:#ffffff;	
}

.footer-style-one .footer-upper .copyright{
	position:relative;
	font-size:16px;
	font-weight:300;
}

.footer-style-one .social-links li a:hover{
	color:#1f8ceb;	
}

.footer-style-one.dark-version .social-links li a:hover{
	color:#ffffff;	
}

.footer-style-one .links{
	position:relative;	
}

.footer-style-one .links li{
	position:relative;
	margin-bottom:5px;
}

.footer-style-one .links li:last-child{
	margin-bottom:0px;	
}

.footer-style-one .links li a{
	position:relative;
	display:inline-block;
	line-height:24px;
	color:#6f8ba4;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.footer-style-one .links li a:hover{
	color:#ffffff;	
}

.footer-style-one.dark-version .links li a:hover{
	color:#ffffff;	
}

.footer-style-one .info-widget .text{
	position:relative;
	color:#777777;
	line-height:24px;
}

.footer-style-one.dark-version .info-widget .text{
	color:#6f8ba4;	
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	padding:210px 0px 120px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	overflow:hidden;
	border-bottom:2px solid #f5fafe;
}

.page-title .auto-container{
	position:relative;
	z-index:1;
}	

.page-title h1{
	position:relative;
	font-size:36px;
	font-weight:400;
	color:#F6B034;
	text-transform:capitalize;
	line-height:1.4em;
	word-spacing:5px;
	margin-bottom:15px;
}

.page-title .page-breadcrumb{
	position:relative;
	padding:8px 25px;
	display:inline-block;
}

.page-title .page-breadcrumb li{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:300;
	padding-right:6px;
	margin-right:14px;
	display:inline-block;
}

.page-title .page-breadcrumb li:after{
	position:absolute;
	content:'/';
	right:-10px;
	top:7px;
	font-size:16px;
	line-height:1em;
}

.page-title .page-breadcrumb li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.page-title .page-breadcrumb li:last-child::after{
	display:none;
}

.page-title .page-breadcrumb li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:300;
	display:inline-block;
}

.page-title .page-breadcrumb li a:hover{
	color:#1f8ceb;	
}


/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section{
	position:relative;
	padding:30px 30px 80px;
}

.contact-page-section .sec-title h2{
	position:relative;
	color:#F6B034;
	font-size:25px;
	/*font-weight:700;*/
	padding-bottom:12px;
	margin-bottom:35px;
}

iframe{
	width:80%;
	height: 80%;
}
/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;	
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form textarea{
	display:block;
	width:100%;
	line-height:28px;
	height:50px;
	font-size:16px;
	padding:10px 25px;	
	background:none;
	color:#6f8ba4;
	border-radius:4px;
	box-shadow:0px 0px 15px #f2f3f4;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.contact-form .form-group input::-webkit-input-placeholder{
	color:#6f8ba4;
}

.contact-form .form-group textarea{
	height:160px;
	resize:none;	
}

.contact-form button{
	width:100%;
	font-size:18px;
	color:#ffffff;
	font-weight:500;
	text-align:center;
	border-radius:5px;
	padding:12px 10px 10px;
	background-color:#1f8ceb;
}

.contact-form select option{
	text-indent:25px;	
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	border-color:#1f8ceb;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:none;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

.contact-page-section .lower-section{
	position:relative;
	padding:80px 0px 20px;
}

/*Contact Info List*/

.contact-info-list{
	position:relative;
	padding-left:55px;
	min-height:87px;
}

.contact-info-list .icon{
	position:absolute;
	left:0px;
	top:4px;
	color:#1f8ceb;
	font-size:32px;
	line-height:1em;
}

.contact-info-list li{
	position:relative;
	color:#6f8ba4;
	font-size:18px;
	font-weight:300;
	line-height:1.5em;
}

.contact-info-list li strong{
	color:#3b566e;
	font-size:20px;
	font-weight:500;
	margin-bottom:6px;
	display:block;
}

/*** 

====================================================================
	Career Page Section
====================================================================

***/
.career-page-section{
	position:relative;
	padding:0px 0px 100px;
}

/*Career Info List*/
.career-info-list{
	position:relative;
	min-height:87px;
}

.career-info-list .button{
	position:absolute;
	right:0px;
	color:#1f8ceb;
	font-size:32px;
	line-height:1em;
}

.career-info-list .inner-column{
	position:relative;
    padding-top:150px;
	padding-bottom:150px;
    margin-left:10%;
    margin-right:10%;
    border-bottom: 1px solid #000000;
}

.career-info-list .last-column{
	position:relative;
    padding-top:150px;
	padding-bottom:150px;
    margin-left:10%;
    margin-right:10%;
}

.career-info-list li text{
	position:relative;
	color:#6f8ba4;
	font-size:30px;
	font-weight:300;
	line-height:0em;
}

.career-info-list li strong{
	color:#3b566e;
	font-size:20px;
	font-weight:500;
	margin-bottom:6px;
	display:block;
}

/*** 

====================================================================
	News Page Section
====================================================================

***/
.news-page-section{
	position:relative;
	padding:80px 0px 100px;
}

/*Career Info List*/
.news-info-list{
	position:relative;
	min-height:87px;
}

.news-page-section ul {
 list-style: circle;
}

.news-page-section ul li {
 list-style: circle;
 line-height: 1.5625;
 margin-left: 1em;
}

.news-info-list .button{
	position:absolute;
	right:0px;
	color:#1f8ceb;
	font-size:32px;
	line-height:1em;
}

.news-info-list .inner-column{
	position:relative;
    padding-top:150px;
	padding-bottom:150px;
    margin-left:10%;
    margin-right:10%;
    border-bottom: 1px solid #000000;
}

.news-info-list h2{
	color:#6f8ba4;
	font-size: 20px;
	line-height:2em;
}

.news-info-list li text{
	position:relative;
	color:#6f8ba4;
	font-size:30px;
	font-weight:300;
	line-height:0em;
}

.news-info-list li strong{
	color:#3b566e;
	font-size:20px;
	font-weight:500;
	margin-bottom:6px;
	display:block;
}



/*** 

=============================================
    Team Section
=============================================

***/

.team-section{
	position:relative;
	padding:120px 0px 90px;
	border-bottom:2px solid #f4f9fe;
}

.team-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 10;
}

.team-style1-area.gray-bg {
    background: #f5f6f7;
}


.Brise-team {
    position: relative;
    display: block;
    margin-bottom: 34px;
}

.Brise-team div{
	font-size: 15px;
    font-weight:350;}


.Brise-team .img-holder {
    position: relative;
    display: block;
}

.Brise-team .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-image: var(--thm-gradient);
    z-index: 1;
}

.Brise-team .img-holder .inner img {
    width: 100%;
    transition: all 500ms linear;
    transition-delay: 0.2s;
}

.Brise-team:hover .img-holder .inner img {
    transform: scale(1.1) rotate(0deg);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.Brise-team .title-holder {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 24px;
    z-index: 1;
}

.Brise-team .title-holder .name {
    position: relative;
    display: block;
}

.Brise-team .title-holder .name h3 {
    font-size: 23px;
    line-height: 34px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 0px;
}

.Brise-team .title-holder .name h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.Brise-team .title-holder .name h3 a span {
    font-weight: 700;
}

.Brise-team .title-holder .name h3 a:hover {
    color: var(--thm-base);
}


.Brise-team .title-holder .name .bottom {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.Brise-team .title-holder .name .bottom .icon {
    position: relative;
    display: block;
    line-height: 0;
}

.Brise-team .title-holder .name .bottom .icon span:before {
    position: relative;
    display: inline-block;
    left: 1px;
    font-size: 16px;
    line-height: 16px;
    background: #81b754;
    background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
    background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
    background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.Brise-team .title-holder .name .bottom p {
    position: relative;
    display: block;
    color: var(--thm-base);
    margin: 0;
    padding-left: 10px;
    text-transform: uppercase;
}

.Brise-team .social-link-box {
    position: relative;
    display: block;
}

/*** 

=============================================
    Pipeline Section
=============================================

***/

.pipeline-section{
	position:relative;
	padding: 30px 30px;
}

.pipeline-section .sec-title.centered{
	position: relative;
	margin-bottom: 15px;
}

.pipeline-section .auto-container{
	padding: 0px 0px;
}

@media(max-width: 600px){
	.pipeline-section .auto-container img{
		content:url(../images/pipeline_small.png);
	}
}
