
/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900');


@import url('font-awesome.css');



@import url('animate.css');

/* ===================================
1. General
==================================== */

html, body{
	min-height: 100%;
	position: relative;
}

body {
	font-family: 'Work Sans', sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:1.7em;
	color:#656565;
}

.btn:focus{
	box-shadow: none;
}
a:active {
	outline:0;
}

.clear {
	clear:both;
}

h1,h2, h3, h4, h5, h6 {
	font-family: 'Work Sans', sans-serif;
	font-weight:700;
	line-height:1.1em;
	color:#666;
	margin-bottom: 20px;
}

p{
	font-family: 'Work Sans', sans-serif;
}

.highlight {
	color: #fff !important;
	padding: 0 8px;
	-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
			border-radius: 2px;
}

.color-white {
	color: #fff;
}

/* ===================================
2. layout
==================================== */

.main_header {
	background:rgba(26,30,33,0.7);
	position: fixed;
	top:0px;
	width:100%;
	left:0px;
	z-index: 99;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#wrapper {
	width:100%;
	margin:0;	
	padding:0px 0px 0px;
}

#wrapper.boxed {
	width:1230px;
	overflow:hidden;
	margin:0 auto;	
	padding:0;
	background:#fff;
}



.row,.row-fluid {
	margin-bottom:30px;
}

.row .row,.row-fluid .row-fluid{
	margin-bottom:30px;
}

.row.nomargin,.row-fluid.nomargin {
	margin-bottom:0;
}



/* ===================================
3. Responsive media
==================================== */

.video-container,.map-container,.embed-container 		{ position:relative; margin:0 0 15px 0;	padding-bottom:51%; padding-top:30px; height:0; overflow:hidden; border:none; }
.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,  
.video-container embed 					{ position:absolute; top:0; left:0; width:100%; height:100%; }
iframe {
	border:none;
}

img.img-polaroid {
	margin:0 0 20px 0;
}
.img-box {
	max-width:100%;
}
/* ===================================
4. Header
==================================== */

/* === header === */






/* -- end top area */

header .navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
}

.navbar-brand {
    color: #222;
	text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
	letter-spacing: -1px;
    margin-top: 30px;
    padding: 0 0 0 15px;
}


header .navbar-collapse  ul.navbar-nav {
    float:left;
    margin-right: 0;
    width: auto;
    display: inline-block;
        height: 100%;
}

header .navbar-default{
    background: none;
    padding:0px;
	border:0px solid #ddd;
}


header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar {
    height: 122px;
    display: inherit;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



header  .navbar-nav > li > a {
    padding:0px 25px;
	font-weight: 700;
	letter-spacing: 1px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 117px;
    float:left;
}

header  .navbar-nav > li > a:hover, header  .navbar-nav > li > a:focus{
	text-decoration: none;
}

header .nav .caret {
    border-bottom-color: #f5f5f5;
    border-top-color: #f5f5f5;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color:  #fff;
}	
	

.dropdown-menu  {
    box-shadow: none;
    border-radius: 0;
	border: 1px solid #eee;
}

header .navbar-nav > li > ul > li {
	border-bottom: 1px solid #eee;
}

header .navbar-nav > li > ul > li.dropdown-submenu > ul > li {
	border-bottom: 1px solid #eee;
}


.dropdown-menu li:last-child  {
	padding-bottom: 0 !important;
	margin-bottom: 0;
}

header .nav li .dropdown-menu  {
   padding: 0;
}

header .nav li .dropdown-menu li a {
   line-height: 30px;
   padding: 3px 12px;
}

/* --- menu --- */

header .navigation {
	float:right;
}

header ul.nav li {
	border:none;
	margin:0;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	padding:0px 0px;
	height: 100%;
}

header ul.nav li a {	
	font-size:15px;
	border:none;
	font-weight:700;
	text-transform:uppercase;
	color:#a3a4a5;
	letter-spacing: 1px;
	border-bottom:5px solid transparent;
}

header ul.nav li a:hover{
	border-bottom:5px solid #228d85;
}



header ul.nav li ul li a {	
	font-size:13px;
	border:none;
	font-weight:400;
	text-transform:none;
}




.dropdown-menu li:hover,
.dropdown-menu li a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a, 
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
	background: #f5f5f5;
}
.navbar .nav a:hover {
	background:none;
}

.navbar .nav > .active > a,.navbar .nav > .active > a:hover {
	background:none;
	font-weight:700;
}

.navbar .nav > .active > a:active,.navbar .nav > .active > a:focus {
	background:none;
	outline:0;
	font-weight:700;
}

.navbar .nav li .dropdown-menu {
	z-index:2000;
}

header ul.nav li ul {
	margin-top:1px;
}
header ul.nav li ul li ul {
	margin:1px 0 0 1px;
}
.dropdown-menu .dropdown i {
	position:absolute;
	right:0;
	margin-top:3px;
	padding-left:20px;
}

.navbar .nav > li > .dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content:none;
}



ul.nav li.dropdown a {
	z-index:1000;
	display:block;
}

header .nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* sub menu */

header ul.nav li ul li.dropdown-submenu li a {	
	color: #444;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 1px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0;
    border-radius: 0 0 0 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: "\f105";
	font-family: 'FontAwesome';
    float: right;
    width: 0;
    height: 0;

    margin-top: 0;
    margin-right: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* ===================================
5. Section: Featured
==================================== */

#featured{
	width: 100%;
	background:#fcfcfc;
	position:relative;
	margin:0;
	padding:122px 0px 0px 0px;
}

#featured.bg {
	background: url(../img/banner_bg.jpg) no-repeat top center;
	z-index: 1;
	background-size: cover;
}

/* ===================================
6. Sliders
==================================== */

/* rev slider */
.tp-caption a.btn {
	color: #fff;
}

/* flexslider */
.main-slider.flexslider { 
	margin:20px 0 0px; background: transparent; 
	border: none;
	position: relative;
	top:50px;
	box-shadow: 0px 12px 45px rgba(0,0,0,0.5);
}

.main-slider.flexslider .slides img{
	  position: relative; 
}

.main-slider .flex-caption { top: 35px; 
	color: #fff; margin: 0; 
	padding: 25px 25px 25px 30px; 
	position: absolute; left: 0; 
	width: 100%;
	text-align: center;
}

.main-slider .flex-caption h3 { 
	font-size:115px; 
	color: #fff;  
	margin-bottom: 8px; 
	text-align:left;
	display: inline-block;	
	font-family: 'nexa_rust_script_s1';
	line-height:150px;
	opacity: 0.8;
	text-shadow: 13px 0px 32px rgba(0,0,0,0.8);
 }


 .main-slider .flex-caption h3 .small_text{
	position: relative;
	left:-20px;
}

.main-slider .flex-caption h3 .large_text{
	display: block;
	font-size:240px; 
	font-family: 'NexaRustSans-Black';

}

.main-slider .flex-caption h3 .medium_text{
	display: block;
	font-size:137px; 
	font-family: 'NexaRustSans-Black';
	line-height:150px;
}

.main-slider .flex-caption h3 .medium_text span{
	background-image: url("../img/banner_underline.svg") ;
	background-size:100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding:0px 40px;
}

.main-slider .flex-caption .btn{
	border-radius:0px;
	font-size:16px;
	color:#212121;
	font-family: 'Work Sans', sans-serif;
	font-weight: 800;
	padding:10px 20px;
	position: absolute;
	bottom:50px;
	left:0px;
	right:0px;
	margin:auto;
	text-align:center;
	width:260px;
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.main-slider .flex-caption .btn:hover{
	transform: scale(1.2);
}




.flex-control-nav{
	display: none;
}



/* ===================================
7. Section: call action
==================================== */


/* ===================================
8. Section: Content
==================================== */




/* --- box --- */

.box {
	width: 100%;
}
.box-gray  {
	background: #f8f8f8;
	padding: 20px 20px 30px;
}
.box-gray  h4,.box-gray  i {
	margin-bottom: 20px;
}

.box h4 {
	font-weight: 300;
}

.box .icon {
	margin-bottom: 20px;
}



ul.general {
	list-style:none;
	margin-left:0;
}

ul.link-list{
	margin:0;
	padding:0;
	list-style:none;
	float: none;
}

.footer-logo{
	margin:20px 0px 30px 0px;
	display: block;
}

footer ul.link-list{
	float:left;
	width:50%;
}

ul.link-list li{
	float: none;
	margin:0 0px 10px 0px;
	padding:0px 0 5px 22px;
	list-style:none;
	position: relative;
}

ul.link-list li:before{
	position: absolute;
	font-family: "Material Icons";
	content:"keyboard_arrow_right";
	left:0px;
	top:1px;
	color:#24a99f;
	font-size:18px;
}

footer ul.link-list li a{
	color:#fff;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	white-space: nowrap;
}
footer ul.link-list li a:hover, footer ul.link-list li a:focus{
	font-weight:700;
	text-decoration: none;
}

footer .address{ 
	float:left; 
	width:33%; color:#fff; font-family: 'Work Sans', sans-serif; position: relative; 
	padding:5px 0px 0px 28px; 
	font-weight: 300;
}

footer .address a{
	color:#fff;
}

footer .address a:hover, footer .address a:focus{
	text-decoration: none;
}

footer .address i{
	color:#24a99f;
	font-size:20px;
	float:left;
	position: absolute;
	left:0px;
	top:3px;
	width:25px;
	text-align: center;
}

footer .address i.fa-mobile{
	font-size:24px;
}






footer{
	background:#0a3437;
	clear:both;
	position: relative;
	display: block;
}

#sub-footer{
	background:#072628;
}


footer{
	padding:50px 0 0 0;
}


footer:before{
	background: url("../img/s3.svg") no-repeat top center;
	height:80px;
	content:"";
	position:absolute;
	top:-25px;
	width:100%;
	background-size: 100% auto;
    left: 0px;
    right: 0px;
}



footer h4{
	color:#fff;
	font-size:20px;
	margin:0px 0px 25px 0px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Work Sans', sans-serif;
}


ul.social-network {
	list-style:none;
	margin:0;
	padding:0px;
}

ul.social-network li {
    display: inline-block;
    margin: 0 30px 0px 0px;
}

footer ul.social-network li a{
	color:#fff;
}

footer ul.social-network li a:hover, footer ul.social-network li a:focus{
	color:#24a99f;
}


footer ul.social-network li i {
	font-size: 36px;
	float: left;
}

footer ul.social-network li img{
	float:left;
}

#sub-footer{
	text-shadow:none;
	padding:10px 25px;
	margin:50px 0 0 0;
}

#sub-footer p{
	margin:0;
	padding:0;
	font-weight: 300;
	font-family: 'Work Sans', sans-serif;
	color:#fff;
	font-size:16px;
}



.copyright {
	text-align:right;
	font-size:12px;
	color:#fff;
}

#sub-footer ul.social-network {
	float:right;
}




/* Theme Styler :: End */

/*----- custme css -------*/





.logo{
	float:left;
	padding:10px 30px;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  	margin:18px 20px 0px 0px;
}
.darkHeader .logo {
    margin: 0px 20px 0px 0px !important;
}

.header-submenu{
	float:right;
	margin:33px 0px;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-submenu .btn{
	background:#24a99f;
	color:#212121;
	font-size:15px;
	font-weight: 800;
	border-radius:0px;
	padding:10px 25px;
	margin:0px 0px 0px 15px;
	font-family: 'Work Sans', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 160px;
  position: relative;
  border:0px;
}

.header-submenu .btn span{
	z-index:2;
	position: relative;

}

.header-submenu .btn:before{
	width:0;
	content:"";
	background:#1a8e85;
	position: absolute;
	left:0px;
	top:0px;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index:1;
}

.header-submenu .btn:hover:before{
	width:100%;
}

.header-submenu .btn:hover, .header-submenu .btn:focus{
	background:#43beb5;
}

.top_search {
    float: right;
    margin: 36px 27px 0 17px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top_search:hover .searchs{
	opacity:1;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.logo .small_logo{
	width:0px;
	opacity:0;
}

.logo img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    background: #fff;
    width: 250px;
}


.darkHeader .logo .large_logo{
	width:0px;
	opacity:0;
}

.darkHeader .logo .small_logo{
	width:auto;
	opacity:1;
}



header.darkHeader{
	height:65px;
	background:#1a1e21;
}

header.darkHeader .navbar{	
	height:65px;
}


header.darkHeader .logo{
	padding: 16px 30px;
	height: 65px;
}

header.darkHeader .header-submenu .btn:before{
	display: none;
}


header.darkHeader ul.nav > li a{
	font-size:16px;
	line-height:60px;
}

header.darkHeader .header-submenu{ 
	margin:10px 20px;
}


header.darkHeader .header-submenu .btn{
	background:none;
	color:#24a99f;
	padding:10px 15px;
	font-size:16px;
	min-width: auto;
}

header.darkHeader .top_search{
    margin-top: 16px;
    line-height: normal;
    margin-bottom: 0px;
}

header.darkHeader .top_search svg{
	width:20px !important;
}

#featured .container{
	max-width:1340px;
}


.promotiona_section{
	padding:140px 0px 70px 0px;
	background:#fff;
}



.full-wrapper{
	position: relative;
    display: block;
    float: left;
    width: 100%;
}

.promotiona_section h4{
	font-size:30px;
	color:#0a3437;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Work Sans', sans-serif;
}

.promotiona_section p{
	font-size:16px;
	color:#666666;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Work Sans', sans-serif;
}

.promotiona_section .learn_link{
	margin: 30px 0px 20px;
}

.learn_link{
	display: block;
	clear: both;
}

.learn_link a{
	color:#24a99f;
	font-size:18px;
	font-weight: 700;
}

.learn_link a:hover, .learn_link a:focus{
	text-decoration: none;
	color:#1a8e85;
}

.uppercase{
	text-transform: uppercase !important;
}

.apply_link{
	display: block;
	clear: both;
}

.apply_link a{
	color:#0a3437;
	font-size:18px;
	font-weight: 700;
}

.apply_link a:hover, .apply_link a:focus{
	text-decoration: none;
	color:#1a8e85;
}



.apply_link a span{
	text-decoration: underline;
}

.apply_link a i{
	position: relative;
	top:5px;
	font-size:20px;
	transition: all .3s ease;
	left:0px;
}

 .apply_link a:hover i{
 	left:5px;
 	transition: all .3s ease;
 }

.promotiona_section .main-slider{
	margin:0px;
    position: relative;
    top: 0px;
    box-shadow: none;
    padding: 0px 0px 0px 60px;
}

.promotiona_section .main-slider img{
	position: relative;
	top:0px;
	box-shadow: none;
}

.promotiona_section .flex-direction-nav{
	float:right;
	margin:20px 0px 0px;
}

.promotiona_section .flex-direction-nav li{
	display: inline-block;
	background-color:#0a3437;
	position: relative;
	margin:0px 0px 0px 5px;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.promotiona_section .flex-direction-nav li:hover{
	background:#24a99f;
}

.promotiona_section .flex-direction-nav a{	
	position: relative;
	
	left:0px;
	right:0px;
	opacity:1;	
	width:40px;
	height: 36px;
}

.promotiona_section .flex-direction-nav a.flex-next{
	background:none;
}

.promotiona_section .flex-direction-nav a.flex-next:before{
	background-position: -14px 7px;
    background-image: url(../img/bg_direction_nav.png);
    content: "";
    position: absolute;
    width: 25px;
    height: 36px;
    left: 0px;
    top: 0px;
    background-size: 35px auto;
    background-repeat: no-repeat;
    left: 0px;
    right: 0px;
    margin: auto;
}

.promotiona_section .flex-direction-nav a.flex-prev{
	background:none;
}

.promotiona_section .flex-direction-nav a.flex-prev:before{
	background-position: 4px 7px;
    background-image: url(../img/bg_direction_nav.png);
    content: "";
    position: absolute;
    width: 25px;
    height: 36px;
    left: 0px;
    top: 0px;
    background-size: 35px auto;
    background-repeat: no-repeat;
    left: 0px;
    right: 0px;
    margin: auto;
}


section.callaction {
	background:#24a99f;
	padding:0px 0px;

}

section.callaction .container{
	background:#24a99f url("../img/purtastic.svg") no-repeat center center;
	padding:75px 0px;
	position: relative;
	z-index: 3;
}

section.callaction .top_draw_bar{
    position: absolute;
    left: 0px;
    top: -28px;
    width: 100%;
    z-index: 2;
}

section.callaction .top_draw_bar svg{
	width:100%;
}

section.callaction .bottom_draw_bar{
    position: absolute;
    left: 0px;
    bottom: -38px;
    width: 100%;
    z-index: 2;
}

section.callaction .bottom_draw_bar svg{
	width:100%;
}

/*section.callaction:before{
	background: url("../img/s1.svg") no-repeat top center;
	height:80px;
	content:"";
	position:absolute;
	top:-20px;
	width:100%;
	left: 0px;
    right: 0px;
    background-size: 100% auto;
}

section.callaction:after{
	background: url("../img/s2.svg") no-repeat top center;
	height:80px;
	content:"";
	position:absolute;
	bottom: -37px;
    width: 100%;
    left: 0px;
    left: 0px;
    right: 0px;
    background-size: 100% auto;
}*/

.callaction h2 {
	margin:0px 0px;
	text-align: center;
	font-size:46px;
	color:#0a3437;
	font-weight: 700;
	line-height:44px;
}

.callaction p {
	margin:3px 0px 0px;
	text-align: center;
	font-size:26px;
	font-weight: normal;
	color:#ffffff;
	font-family: 'NexaRustSans-Black';
}

.callaction p a{
	color:#ffffff;
	position: relative;
}

.callaction p a:hover, .callaction p a:focus{
	opacity:0.8;
	text-decoration: none;
}

.callaction p a:after{
	content: "";
    background: url(../img/arrow.svg) no-repeat;
    width: 16px;
    height: 20px;
    transform: rotate(-95deg);
    position: relative;
    display: inline-block;
    background-size: 100% auto;
    margin: 0px 0px 0px 10px;
    transition: all .3s ease;
    left:0px;
}

.callaction p a:hover:after{
 	left:5px;
 	transition: all .3s ease;
 }




.clients_logo{
	padding:70px 0px;
}

.clients_logo h3 {
	margin:0px 0px 20px 0px;
	text-align: left;
	font-size:30px;
	color:#1a1e21;
	font-family: 'NexaRustSans-Black';
	font-weight: 700;
}

#client_logo .owl-nav button{
	width: 30px;
    height: 40px;
    margin: 0;
    display: block;
    background-image: url(../img/client_arrow.png);
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0.5;
    -webkit-transition: all .3s ease;
    bottom:0px;
    margin:auto;
    opacity: 1;
        transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#client_logo .owl-nav button:hover{
	transform: scale(1.1);
}

#client_logo .owl-nav button.disabled{
	opacity:0.5;
}

#client_logo .owl-nav button.owl-prev{
	left: -45px;
}

#client_logo .owl-nav button.owl-next{
	right: -45px;
	background-position: 27px 0px;
}

#client_logo .owl-dots{
	display: none;
}

#client_logo .owl-carousel .owl-item {
	text-align: center;
}

#client_logo .owl-carousel .owl-item img{
    width: auto;
    max-width: 100%;
    display: inline-block;
        transform: scale(0.9);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: move;
}

#client_logo .owl-carousel .owl-item img:hover{
	transform: scale(1.1);
}


.clients_logo .view_link{
	display:block;
	margin:50px 0px 30px 0px;
	text-align: center;
	width: 100%;
}

.clients_logo .view_link a{
	font-size:26px;
	color:#0a3437;
	font-weight: 800;
	font-family: 'NexaRustSans-Black';
	    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom:4px solid transparent;
}

.clients_logo .view_link a:hover, .clients_logo .view_link a:focus{
	text-decoration: none;
	color:#0a3437;
	border-bottom:4px solid #24a99f;
}

.scrollup {
    position: fixed;
    width: 36px;
    height: 36px;
    bottom: 0px;
    right: 20px;
    background: #0a3437;
    border-radius:0px;
    text-align: center;
    bottom:500px;
    z-index: 7;
    display: none;
}

.scrollup:hover, .scrollup:focus{
	background: #24a99f;
}

a.scrollup i {
    margin-top: 10px;
    color: #fff;
}

body .row{
	margin-bottom:0px;
}

body a{
	    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.bottom_arrow{
	width:30px;
	height: 30px;
	position: absolute;
	bottom:-40px;
	left:0px;
	right:0px;
	margin:auto;
	z-index:99;
	cursor:pointer;
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	opacity: 0.7;
}

.bottom_arrow:hover{
	opacity: 0.8;
	transform: scale(1.4);
}



#featured .flex-direction-nav a{
	transition:inherit;
}


#featured .flex-direction-nav .flex-prev:hover{
	    background-position: 0px -39px;
}

#featured .flex-direction-nav .flex-next:hover{
	    background-position: -30px -39px;
}


.main_search_area{
	position: fixed;
	background:rgba(255,255,255,0.95);
	padding:100px 0px;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

.main_search_area.show{
	display: block;
}

.main_search_area label{
	font-weight: 800;
	color:#1a334d;
	font-size: 18px;
	font-family: 'Work Sans', sans-serif;
	margin:0px 0px 15px 0px;
}

.main_search_area .input-form input{
	width:100%;	
	height: 100px;
	font-size: 110px;
	color:#24a99f;
	font-family: 'Work Sans', sans-serif;
	border:0px;
	background:none;
	border-left:2px solid #1a334d;
	text-transform: uppercase;
	margin:0px 0px 20px 0px;
	padding:0px 20px;
	font-weight: 300;
	line-height: 110px;
}

/* Placeholder text color -- selectors need to be separate to work. */
.main_search_area .input-form input::-webkit-input-placeholder {
	color: #ddd;

}

.main_search_area .input-form input:-moz-placeholder {
	color: #ddd;

}

.main_search_area .input-form input::-moz-placeholder {
	color: #ddd;

}

.main_search_area .input-form input:-ms-input-placeholder {
	color: #ddd;
}

.main_search_area .input-form input:focus{
	outline: none;
	border-left:2px solid #1a334d;
}

.main_search_area .search_btn{
	background:#24a99f;
	color:#212121;
	font-size: 14px;
	border-radius: 0px;
	padding:5px 25px;
	font-weight: 600;
}

.main_search_area .cancel_btn{
	background:none;
	color:#212121;
	font-size: 14px;
	border-radius: 0px;
	padding:5px 25px;
	font-weight: 600;
}

.main_search_area .close{
	position: absolute;
	right:25px;
	top:25px;
	width:40px;
	height: 40px;
	background:rgba(0,0,0,0.2);
	border-radius: 100%;
	color:#fff;
	text-align: center;
	cursor: pointer;
	
}

.main_search_area .close i{
	line-height: 40px;
}


.open-search{
	overflow: hidden !important; 
}
.open-menu{
	overflow: hidden !important; 
}

.close_menu{ display: none; }


.pt-page-banner{
	overflow: hidden;
}

.pt-page-banner img{
	width:100%;
}

.pt-why-area{
	padding:50px 0px;
}

.pt-why-area h2{
    font-size: 89px;
    color: #072628;
    margin:0px 0px 30px 0px;
    text-align: left;
    display: inline-block;
    /*font-family: 'NexaRustScriptL-0';*/
    font-family: 'nexa_rust_script_s1';
    line-height:80px;
}

.pt-why-area h2 span{
	display: block;
    font-size:83px;
    font-family: 'NexaRustSans-Black';
    color:#0a3437;
	position: relative;
	padding:0px 10px 12px;
}

.pt-why-area h2 span:before{
	position: absolute;
	bottom:0px;
    background-image: url(../img/about-us-sh.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    left:0px;
    width:100%;
    height: 18px;
    content:"";

}

.pt-why-area p{
	padding:0px 15px;
}

.text-1{
	font-size: 16px;
    color: #666666;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
}

.text-1 strong{
	font-weight: 700;
}

.pt-why-area h4{
	font-size: 18px;
    color: #24a99f;
    line-height: 24px;
    font-weight:700;
    font-family: 'Work Sans', sans-serif;
    padding:0px 15px;
    margin:20px 0px;
}

.pt-make-diff{
	padding:50px 0px 140px 0px;
}

/*.pt-make-diff h3{ 
	font-size:30px;
    color: #0a3437;
    line-height: normal;
    font-weight:700;
    font-family: 'Work Sans', sans-serif;
    margin:20px 0px;
}*/

.heading-3{
	font-size:30px;
    color: #0a3437;
    line-height: normal;
    font-weight:700;
    font-family: 'Work Sans', sans-serif;
    margin:20px 0px;
}

.pt-make-diff .row{
	margin-bottom:80px;
}

.pt-make-diff .content-area{
	padding:30px 15px;
}

.pt-make-diff .content-area h2{
	font-size: 42px;
    color: #24a99f;
    line-height: normal;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    padding: 0px 0px;
    margin: 20px 0px;
}

.btn-area{
	display: block;
	text-align: center;
	position: relative;
}

.btn-area .btn{
	display: inline-block;
	border: 1px solid #24a99f;
    background: #24a99f;
	border-radius: 0px;
    font-size: 16px;
    color: #212121;
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
    padding: 10px 40px;
    margin: auto;
    text-align: center;
    width: auto;
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-area .btn:hover {
    transform: scale(1.2);
}

.pt-make-diff .img-area img{
	width:100%;
	max-width:100%
}

.services_slider_area{
	padding:0px 0px 50px 0px;
}

.services_slider_area #services-slider{
	margin:0px;
	top:0px;
	box-shadow: none;
}

.services_slider_area #services-slider .slides img{
	box-shadow: none;
}

.services_slider_area .flex-direction-nav a{
	background-image: url(../img/client_arrow.png);
}

.pt_exp_area{
	padding:0px 0px 50px 0px;
}

.heading-2{
	font-size: 42px;
	color: #24a99f;
	line-height: normal;
	font-weight: 700;
	font-family: 'Work Sans', sans-serif;
	padding: 0px 0px;
	margin: 20px 0px;
	line-height: 42px;
}

.pt_exp_area .row{
	margin-bottom:50px;
}


.list-text{
	padding:0px;
	position: relative;
	list-style: none;
}

.list-text li{
	font-size: 16px;
    color: #666666;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    margin:0px 0px 3px 0px;
    padding:0px 0px 0px 40px;
    position: relative;
}

.list-text li:before{
	content: "";
	left:5px;
	top:8px;
	width:8px;
	height:8px;
	background: #666666;
	border-radius: 100%;
	position: absolute;
}

.pt-services-map .top-bar{
	background:#0a3437;
	text-align: center;
	padding: 25px 15px;
	display: block;
	position: relative;
}
.pt-services-map .top-bar span{
	color:#fff;
	display: inline-block;
	margin:0px 10px 0px 0px;
	font-weight: 800;
    font-family: 'Work Sans', sans-serif;
    font-size:16px;
    letter-spacing: 1px;
}

.pt-services-map .top-bar .service-arrrow{
	position: relative;
	top:1px;
}

.pt-form-area{
	padding:100px 0px;
}


.heading-border{
	display: inline-block;
    font-size: 45px;
    font-family: 'NexaRustSans-Black';
    color: #0a3437;
    position: relative;
    padding: 0px 10px 12px;
    position: relative;
}


.heading-border:before {
    position: absolute;
    bottom: 0px;
    background-image: url(../img/about-us-sh.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    left: 0px;
    width: 105%;
    height: 18px;
    content: "";
}

    .heading-border-FeedbackForm:before {
        bottom: 45px;
        width: 95%;
        height: 10px;
    }

.request-form{
	display: block;
	position: relative;
	margin:20px 0px 0px;
}

.request-form .input-form{
	margin:0px 0px 20px 0px;
}

.request-form .input-form .form-control {
    margin: 0px;
    border: 1px solid #e0e0e0;
    height: 48px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    border-radius: 0px;
    width: 100%;
    text-align: left;
}

.request-form .input-form select.form-control{
	height: 48px;
}
.request-form .input-form .form-control:focus{
	box-shadow: none;
	border:1px solid #24a99f;
}

.request-form .input-form textarea.form-control{
	height: 160px;
	resize: none;
}

.pt_exp_area .img-area img{
	max-width: 100%;
}

.pt-client-area{
	padding:0px 0px 60px 0px;
}

.pt-client-area ul{
	position: relative;
	display: block;
	list-style: none;
	margin:0px;
	padding: 0px;
	text-align: center;
}

.pt-client-area ul li{
	display: inline-block;
	margin:0px 5px 20px 5px;
	height: 170px;
}

.pt_shine_area{
	padding:60px 0px;
}

.pt_shine_area .row {
    margin-bottom: 50px;
}

.pt-text-logo{
	display: flex;
}

.pt-text-logo .logo-s{
	margin:0px 15px 20px 0px;
}

.img-area img{
	max-width: 100%;
}

.pt-meet-team{
	padding:100px 0px;
}

.heading-4 {
    font-size: 24px;
    color: #0a3437;
    line-height: normal;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    margin: 20px 0px;
    clear: both;
}

.team_area{
	display: block;
	position: relative;
	margin:20px 0px;
	float: left;
    width: 100%;
}

.team_area ul{
	list-style: none;
	margin:30px 0px 0px;
	padding: 0px;
	display: block;
	position: relative;
}

.team_area ul li{
	width:33.33%;
	float:left;
	text-align: center;
	margin:0px 0px 20px 0px;
}

.team_area ul li a:hover{
	text-decoration: none;
}

.team_area ul li .img_area{
	width:250px;
	height: 250px;
	display: inline-block;
	border-radius: 100%;
	background:#fafafa;
	border:5px solid #fafafa;
	margin:0px 0px 5px 0px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.team_area ul li .img_area:hover{
	border:5px solid #0a3437;
}

.team_area ul li .img_area img{
	max-width:100%;
	min-height: 100%;
	min-width: 100%;
	position: relative;
}

.team_area ul li h4{
	font-size: 24px;
    color: #24a99f;
    line-height: normal;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    margin:5px 0px;
}

.team_area ul li .team-link{
	color: #0a3437;
    line-height: normal;
    font-size:16px;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    border-bottom:1px solid #0a3437;
    display: inline;
    position: relative;
    cursor: pointer;
}

.team_area ul li .team-link:hover, .team_area ul li .team-link:focus{
	text-decoration: none;
	color: #24a99f;
	border-bottom:1px solid #24a99f;
}


.team_area ul li .team-link svg{
	width: 13px;
    height: 12px;
    transform: rotate(-90deg);
    position: absolute;
    margin:6px 0px 0px 8px;
    -webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.team_area ul li .team-link:hover svg{
	margin-left:12px;
}

.team_area ul li .team-link:hover svg .team-s{
	fill: #24a99f !important;
}

.bottom-msg-area{
	display: block;
	clear: both;
	margin: 50px 0px 0px;
	text-align: center;
	float: left;
    width: 100%;
}

.bottom-msg-area h2{
	font-size: 89px;
    color: #072628;
    margin: 0px 0px 20px 0px;
    text-align: left;
    display: inline-block;
    font-family: 'NexaRustScriptL-0';
    line-height: 80px;
    letter-spacing: -1px;
}

.profile_popup{
	position: fixed;
    background: rgba(255,255,255,0.95);
    padding: 100px 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: block;
    overflow: auto;
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity:0;
}

.open-profile-popup{
	overflow: hidden !important; 
}

.profile_popup.show{
	display: block;
	transform: scale(1) !important;
	opacity: 1;
}

.profile_popup .profile_popup_inner{
	width:100%;
	max-width:1000px;
	top:150px;
	margin:0px auto;
	position: absolute;
	left:0px;
	right:0px;
	background:#fff;
	box-shadow:0px 12px 40px rgba(0,0,0,0.3);
	padding:100px 0px 0px 0px;
	border-bottom:15px solid #24a99f;
}

.profile_popup .profile_popup_inner .close_profile{
	position: absolute;
	right:15px;
	top:10px;
	font-size: 18px;
    color: #24a99f;
    line-height: normal;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    cursor: pointer;
    z-index: 111;
}

.profile_popup .profile_popup_inner .close_profile:hover{
	text-decoration: underline;
}

.profile_popup #profile-slide{	
	margin: 0px;
	box-shadow: none;
	top:0px;
	margin-top:-200px;
}

.profile_popup .flexslider .slides{
	text-align:center;
}

.profile_popup .flexslider .slides .img_area{
	width: 340px;
    height: 340px;
    display: inline-block;
    border-radius: 100%;
    background: #fafafa;
    border: 7px solid #0a3437;
    margin: 0px 0px 15px 0px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
}

.profile_popup .flexslider .slides .img_area img {
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
}

.profile_popup .flexslider .slides li{
	text-align:center;
}

.profile_popup .flexslider .slides h3{
    font-size: 33px;
    color: #24a99f;
    line-height: normal;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    margin: 5px 0px;
}

.profile_popup .flexslider .slides h4{
    font-size: 23px;
    color: #666666;
    line-height: normal;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
    margin: 5px 0px 40px 0px;
}

.profile_popup .flexslider .slides .inner-content{
	padding:360px 50px 0px 50px;
    position: relative;
}

.profile_popup .flexslider .slides .inner-content label{
	display: block;
	font-weight: 700;
	font-family: 'Work Sans', sans-serif;
	margin:0px;
}

.profile_popup .flexslider .slides .inner-content ul{
	list-style: none;
    text-align: center;
    padding: 0px;
    margin:-10px 0px 20px 0px;
}

.profile_popup .flexslider .slides .inner-content ul li{
	list-style: none;
	display: block;
	position: relative;
	clear: both;
	
	font-size: 14px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    width: auto !important;
}

.profile_popup .flexslider .slides .inner-content ul li span{
	display: inline-block;
	position: relative;
	padding: 0px 0px 0px 20px;
}


.profile_popup .flexslider .slides .inner-content ul li span:before {
    content: "";
    left: 5px;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #24a99f;
    border-radius: 100%;
    position: absolute;
}

.profile_popup .flexslider .flex-direction-nav {
    float: right;
    margin: 20px 0px 0px;
    width: 100%;
    position: relative;
    bottom: -15px;
}

.profile_popup .flexslider .flex-direction-nav li {
    display: inline-block;
    background-color: #0a3437;
    position: relative;
    margin: 0px 0px 0px 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float:right;
}

.profile_popup .flexslider .flex-direction-nav li:hover, .profile_popup .flexslider .flex-direction-nav li:focus{
	background: #24a99f;
}


.profile_popup .flexslider .flex-direction-nav li:first-child{
	float: left;
    margin: 0px;
}

.profile_popup .flexslider .flex-direction-nav a {
    position: relative;
    left: 0px;
    right: 0px;
    opacity: 1;
    width: 40px;
    height: 36px;
}

.profile_popup .flex-direction-nav a.flex-prev {
    background: none;
}

.profile_popup .flex-direction-nav a.flex-prev:before {
    background-position: 4px 7px;
    background-image: url(../img/bg_direction_nav.png);
    content: "";
    position: absolute;
    width: 25px;
    height: 36px;
    left: 0px;
    top: 0px;
    background-size: 35px auto;
    background-repeat: no-repeat;
    left: 0px;
    right: 0px;
    margin: auto;
}

.profile_popup .flex-direction-nav a.flex-next {
    background: none;
}

.profile_popup .flex-direction-nav a {
    position: relative;
    left: 0px;
    right: 0px;
    opacity: 1;
    width: 40px;
    height: 36px;
}

.profile_popup .flex-direction-nav a.flex-next:before {
    background-position: -14px 7px;
    background-image: url(../img/bg_direction_nav.png);
    content: "";
    position: absolute;
    width: 25px;
    height: 36px;
    left: 0px;
    top: 0px;
    background-size: 35px auto;
    background-repeat: no-repeat;
    left: 0px;
    right: 0px;
    margin: auto;
}


.select-btn{
	display: inline-block;
    width: 100%;
    position: relative;
}

.select-btn p {
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
}


.select-btn input{
	position: absolute;
    left: 0px;
    opacity: 0;
    cursor: pointer;
    top:0px;
    width:100%;
    height: 100%;
}

.select-btn p label {
    padding:0px 0px;
    height: 46px ;
    line-height:46px;
    font-family: 'Work Sans', sans-serif;
    background: #d0d6d6;
    color: #212121 ;
    font-size: 16px;
    margin:0px 0px 0px;
    cursor: pointer;
    width:70px;
    text-align: center;
    font-weight: 700;
}

    .selected-btn p label {
        height: 32px;
        line-height: 32px;
    }


.select-btn [type="radio"]:checked + label {
    background: #23766f;
    color: #fff !important;
    cursor: pointer;
}

.pt-form-area h3 {
    font-size:24px;
    color: #0a3437;
    line-height: normal;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    margin: 20px 0px;
    text-transform: uppercase;
}
.pt-form-area-feedbackform{
    /*font-size: 20px;*/
    margin: 0px 0px 0px 5px;
    display: inline-block;
}

.pt-form-area .heading-border{
	margin-top:50px;
}

.no-padding-top{
	padding-top:0px !important; 
}


.no-margin-top{
	margin-top:0px !important; 
}






.login-page {
    background-color: #111e32;
   	background: url(../img/banner_bg.jpg) no-repeat top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login #login-page {
    max-width: 550px;
    margin: 0px auto;
}

.login .logo-area {
    margin: 60px 0px 20px 0px;
}

.login .card-panel {
    transition: box-shadow .25s;
    padding: 24px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 0px;
    background-color: #fff;
    clear: both;
}

.login #login-page h5 {
    margin: 0px 0px 30px 0px;
    font-size:24px;
    color: #0a3437;
    line-height: normal;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
}


.login #login-page label {
    width: 100%;
    margin-left: 0px;
    color: #555555;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.login #login-page .form-group{
	width:100%;
	margin: 0px 0px 20px 0px;
}

.login #login-page .form-control {
    margin: 0px;
    border: 1px solid #e0e0e0;
    height: 48px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    border-radius: 0px;
}

.login #login-page .form-control:focus {
    box-shadow: none;
    border: 1px solid #24a99f;
}


.checked{
	display: block;
	position: relative;
	padding:0px 0px 0px 25px;
}
.checked input[type="checkbox"] {
   position: absolute;
    left: -0px;
    opacity: 0;
    cursor: pointer;

}

.checked label{
	font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    cursor: pointer;
}


.checked input[type="checkbox"] + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
    cursor: pointer;
}


.checked input[type="checkbox"]:checked + label:before {
    top: 5px;
    left: -1px;
    width: 8px;
    height: 12px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 11;
    cursor: pointer;
}


.checked input[type="checkbox"] + label:after {
    height: 18px;
    width: 18px;
    border: 2px solid #7f7f7f;
    border-radius: 0px;
    background-color: #fff;
    top: 3px;
    z-index: 0;
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    cursor: pointer;
}


.checked input[type="checkbox"]:checked + label:after {
    height: 18px;
    width: 18px;
    border-radius: 0px;
    top: 3px;
    border: 1px solid #24a99f !important;
    background-color: #24a99f !important;
    z-index: 0;
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
    cursor: pointer;
}

.forget-link{
	color: #0a3437;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    text-decoration: underline;
}

.forget-link:hover, .forget-link:focus{
	text-decoration: none;
    color: #1a8e85;
}

.login-page .btn-area{
	margin:0px 0px 40px 0px;
}
.show-mobile{
	display: none;
}

.pt-page-banner .text-area{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 120px;
    margin: auto;
}

.pt-page-banner .text-area .logo-img{
	margin:0px 0px;
	float: left;
}

.pt-page-banner .text-area h3{
	color: #fff;
    font-size: 30px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    margin:45px 0px 0px;
    display: block;
    text-align: right;
}

.apply-banner{
	height:200px;
	overflow: hidden;
}

.apply-banner-feedback {
    height: 122px;
    overflow: hidden;
}

.apply-sh-h:before{
	background-image: url(../img/apply-sh.svg) !important;
}

.meet-sh-h:before{
	background-image: url(../img/meet-border-sh.svg) !important;
}


.erroe_msg {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    color: #f42121;
}

.validerror {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    color: #f42121;
}

.login-page .row {
    margin-bottom: 0px !important;
}

.request-form .input-form .btn-group{
    width:100%;
}

.request-form .input-form .btn-group .multiselect {
    margin: 0px;
    border: 1px solid #e0e0e0;
    height: 48px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    border-radius: 0px;
    width: 100%;
    text-align: left;
    background:#fff;
}

.open > .dropdown-menu {
    display: block;
}

.request-form .btn-group .dropdown-menu {
    width: 100% !important;
    box-shadow:0px 5px 10px rgba(0,0,0,0.1);
}

.request-form .btn-group .dropdown-menu li a {
    width: 100%;
    padding: 5px 10px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    color: #212121;
    font-size: 14px;
    display: block;
}

.request-form .btn-group .dropdown-menu li a .checkbox {
    position: relative;
    padding: 4px 0px 5px 18px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    color: #212121;
    font-size:14px;
}

.request-form .btn-group .dropdown-menu li a .checkbox input {
    position: absolute;
    left: 0px;
    top: 9px;
}



.top-error span {
    display: grid;
    padding: 0px;
    border: 0px;
    line-height: 30px;
    color: #f74e4e;
}

#featured .main-slider .flex-caption .text-img{
	text-align:center;
}


#featured .main-slider .flex-caption .text-img img{
	width:auto;
	max-width:100%;
	display: inline-block;
}

.display-table{
	display: table;
}

.display-table-cell{
	display: table-cell;
	flex: inherit;	
    vertical-align: middle;
	width:50%;
	height: 100%;
	min-height:100%;
}

.display-table-cell .content-area{
	height:100%;
	display: table;
	vertical-align: middle;
	min-height: 300px;
}

.display-table-cell .content-area .new_inner{
	height:100%;
	display: table-cell;
	vertical-align: middle;
}

body .main-popup-team{
	position: fixed;
    background: rgba(255,255,255,0.95) !important;
    overflow: auto !important;
}


.main-popup-team .awsm-popup-items-main{
	width: 100%;
    max-width: 1000px;
    top: 0px;
    margin: 0px auto;
    position: absolute;
    left: 0px;
    right: 0px;
    background: #fff;
    box-shadow: 0px 12px 40px rgba(0,0,0,0.3);
    border-bottom: 15px solid #24a99f;
	margin-bottom: 30px;
	margin-top: 150px;
}

.awsm-popup-on body{
	overflow: hidden;
}

.main-popup-team .inner-content {
    padding: 242px 50px 0px 50px;
    position: relative;
    text-align: center;
    width:100%;
}

.main-popup-team .inner-content p{
	line-height: 20px;
}

.main-popup-team .inner-content label{
	font-weight: 700;
	display: block;
	margin: 0px;
}

.main-popup-team .img_area {
    width: 340px;
    height: 340px;
    display: inline-block;
    border-radius: 100%;
    background: #fafafa;
    border: 7px solid #0a3437;
    margin: 0px 0px 15px 0px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: -120px;
    margin: auto;
}

.main-popup-team .inner-content .img_area img {
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    position: relative;
}

.main-popup-team .inner-content h3 {
    font-size: 33px;
    color: #24a99f;
    line-height: normal;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    margin: 5px 0px;
}

.main-popup-team .inner-content h4 {
    font-size: 23px;
    color: #666666;
    line-height: normal;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
    margin: 5px 0px 30px 0px;
}

.main-popup-team .inner-content ul {
    list-style: none;
    text-align: center;
    padding: 0px;
    margin: -10px 0px 20px 0px;
}

.main-popup-team .inner-content ul li {
    list-style: none;
    display: block;
    position: relative;
    clear: both;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    width: auto !important;
}

.main-popup-team .inner-content ul li span {
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 20px;
}

.main-popup-team .inner-content ul li span:before {
    content: "";
    left: 5px;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #24a99f;
    border-radius: 100%;
    position: absolute;
}


.main-popup-team .close_profile {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 18px;
    color: #24a99f;
    line-height: normal;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    cursor: pointer;
    z-index: 111;
}

.main-popup-team .awsm-nav-left{
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    bottom: -15px;
    background-size: 35px auto;
    background-repeat: no-repeat;
    left: 0px;
    margin: auto;
    background-color: #0a3437;
    text-align:center;
    z-index:11;
    transform: rotate(90deg);
}

.main-popup-team .awsm-nav-left:hover{
	background: #24a99f;
}

.main-popup-team .awsm-nav-left svg{
    margin: 0;
    position: relative;
    left: 0;
    right: 0px;
    top: 9px;
    width: 18px;
}

.main-popup-team .awsm-nav-right {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    bottom: -15px;
    background-size: 35px auto;
    background-repeat: no-repeat;
    right: 0px;
    margin: auto;
    background-color: #0a3437;
    text-align:center;
    z-index:11;
    transform: rotate(-90deg);
}

.main-popup-team .awsm-nav-right:hover{
	background: #24a99f;
}

.main-popup-team .awsm-nav-right svg{
    margin: 0;
    position: relative;
    left: 0;
    right: 0px;
    top: 9px;
    width: 18px;
}





.awsm-popup-items.main-popup-team{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    opacity: 0;
    background: rgba(0,0,0,0.8);
    visibility: hidden;
    transition: opacity 0.5s 0.4s, visibility 0.5s 0.4s;
    -webkit-transition: opacity 0.5s 0.4s, visibility 0.5s 0.4s;
    -moz-transition: opacity 0.5s 0.4s, visibility 0.5s 0.4s;
    padding:0px;
        transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.awsm-popup-items.main-popup-team.awsm-popup-on{
	display: block;
    transform: scale(1) !important;
    opacity: 1;
}

.awsm-popup-items-main{
    max-width: 1000px;
    margin: 0 auto;
}


.awsm-popup-on.awsm-popup-items.main-popup-team{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s, visibility 0.5s;
    -webkit-transition: opacity 0.4s, visibility 0.5s;
    -moz-transition: opacity 0.4s, visibility 0.5s;
}



.main-popup-team .awsm-popup-item{
    height: 100%;
    width:100%;
    position: relative;
    top: 0;
    z-index: 1;
    padding: 30px 0;
    font-size: 0;
 	opacity: 0;
 	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    transition-duration: 0.6s;
    transform: translate3d(9000px, 0px, 0px);
    display: none;
}

.main-popup-team .awsm-popup-open.awsm-popup-item{
    z-index: 2;
    position: relative;
    opacity: 1;
    visibility: visible;
    transition-duration: 0.6s;
    transform: translate3d(0px, 0px, 0px);
    display: block;
}




.main-popup-team .awsm-popup-item::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
}
.main-popup-team .awsm-popup-content{
    position: relative;
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
    background: #fff;
    padding: 50px;
    display: inline-block;
    width: calc(100% - 1px);
    max-height: 100%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transition: -webkit-transform 0.6s, opacity 0.3s;
    -moz-transition: -moz-transform 0.6s, opacity 0.3s;
    transition: transform 0.6s, opacity 0.3s;
}
.main-popup-team .awsm-popup-open .awsm-popup-content{
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transition: -webkit-transform 0.6s 0.3s, opacity 0.3s 0.3s;
    -moz-transition: -moz-transform 0.6s 0.3s, opacity 0.3s 0.3s;
    transition: transform 0.6s 0.3s, opacity 0.3s 0.3s;
}
.awsm-popup-content .mCSB_draggerContainer{
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
}
.awsm-popup-content:hover .mCSB_draggerContainer{
    opacity: 1;
}

.main-popup-team .awsm-popup-content-main{
    height: 100%;
    font-size: 14px;
}
.main-popup-team .awsm-image-main{
    float: left;
    max-width: 300px;
    margin-right: 40px;
}
.main-popup-team .awsm-image-main img{
    max-width: 100%;
    height: auto;
 }
.main-popup-team .awsm-popup-details{
    overflow: hidden;
    color: #111;
}
.main-popup-team .awsm-popup-details a{
    color: #111;
}
.main-popup-team .awsm-popup-details h3{
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}
.main-popup-team .awsm-popup-details h2{
    font-weight: 300;
    font-size: 36px;
    margin: 0 0 20px;
}
.main-popup-team .awsm-popup-details .awsm-contact-details{
    margin: 0;
    padding: 20px 0;
}
.main-popup-team .awsm-popup-details .awsm-social-icons li {
    padding: 0;
    border: 1px solid;
    margin: 0 5px;
    text-align: center;
}
.main-popup-team .awsm-popup-details .awsm-social-icons a{
    padding: 10px 0;
    width: 40px;
}




.main-popup-team .awsm-modal-content-inner{
    padding-right: 25px;
}


.main-popup-team .main-popup-inner{
	width:100%;
	display: block;
	position: relative;
	min-height: 300px;
}

.melissa-t .img_area img{
	top:-50px;
}

.melissa-m .img_area img{
	top:-50px;
}

.allison-t .img_area img{
	top:-50px;
}

.allison-m .img_area img{
	top:-50px;
}

.eva-t .img_area img{
	top:-70px;
}

.eva-m .img_area img{
	top:-100px;
}

.jacob-t .img_area img{
	top:-70px;
}

.jacob-m .img_area img{
	top:-130px;
}

.sandra-t .img_area img{
	top:-80px;
}

.sandra-m .img_area img{
	top:-120px;
}
/*-----------------*/
.error{
    color:red;
}
.thank-message {
    display: none;
    margin: 20px 0px;
}

    .thank-message .check_ic {
        background: #f2f2f2;
        width: 80px;
        height: 80px;
        display: inline-block;
        margin: 0px auto 20px auto;
        text-align: center;
        border-radius: 100%;
    }

        .thank-message .check_ic i {
            color: #47cd4a;
            font-size: 50px;
            line-height: 80px;
        }

    .thank-message h3 {
        font-weight: 500;
        font-size: 30px;
        color: #0a3437;
    }


    .thank-message p {
        font-weight: 400;
        font-size: 16px;
        color: #4c4c4c;
    }

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #24a99f;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    float: right;
    animation: spin 2s linear infinite;
    display: none;
}

.small_loader {
    border: 3px solid #d3d3d3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0px auto;
    display: inline-block;
}
.input-field .file-upload .file-select {
    height:46px;
}
.file-upload {
    display: block;
    text-align: center;
    /*font-family: 'Conv_GT-Walsheim-Pro-Regular';*/
    font-size: 13px;
}

    .file-upload .file-select {
        display: block;
        border: 0px solid #dce4ec;
        color: #555;
        cursor: pointer;
        height: 25px;
        line-height: 25px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
        margin: 0px 0px 0px;
    }

        .file-upload .file-select .file-select-button {
            background: #efefef;
            padding: 0 10px;
            display: inline-block;
            height: 25px;
            line-height: 25px;
            border: 1px solid #d0d0d0;
            /*font-family: 'Conv_GT-Walsheim-Pro-Regular';*/
            font-size: 13px;
            text-transform: capitalize;
            color: #555555;
        }

        .file-upload .file-select .file-select-name {
            line-height: 25px;
            display: inline-block;
            padding: 0 10px;
            color: #555555;
            position: absolute;
        }

        .file-upload .file-select input[type=file] {
            z-index: 100;
            cursor: pointer;
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            opacity: 0;
            filter: alpha(opacity=0);
            margin: 0px;
            line-height: 36px;
        }
    .file-upload .close {
        font-size: 16px;
        color: #989898;
        opacity: 0;
        display: inline-block;
        position: absolute;
        top: 22px;
        z-index: 999;
        cursor: pointer;
        right: 10px;
    }

    .file-upload:hover .close {
        opacity: 1;
        cursor: pointer;
    }
.input-field .file-upload .file-select .validerror {
    left: 0px;
    bottom: -3px;
    position: absolute;
}
/*.apply-form .file-upload {
    margin: 0px 0px 20px 0px;
}

    .apply-form .file-upload .file-select {
        background: none;
    }*/
/*.top-error {
    width: 100%;
    text-align: center;
}
    .top-error span.field-validation-error {
        padding: 10px 10px;
        line-height: 16px;
    }*/
    /* Safari */
    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }