@font-face {
    font-family: 'corisandeboldregular';
    src: url('../fonts/corisandebold-webfont.woff2') format('woff2'),
         url('../fonts/corisandebold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'corisanderegularregular';
    src: url('../fonts/corisanderegular-webfont.woff2') format('woff2'),
         url('../fonts/corisanderegular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo700';
    src: url('../fonts/museo700-regular-webfont.woff2') format('woff2'),
         url('../fonts/museo700-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo500';
    src: url('../fonts/museo_500-webfont.woff2') format('woff2'),
         url('../fonts/museo_500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../fonts/proxima-nova-semibold-webfont.woff2') format('woff2'),
         url('../fonts/proxima-nova-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.admin_login_margin {
	margin-top: 32px !important;
}


h1{
	font-family: 'museo500';
	font-size:48px;
	/*color:#008093;*/
	color:#018ea5;
}
h2{
    font-family: 'corisandeboldregular';
	font-size:40px;
	color:#018ea5;
}
h3{
    font-family: 'corisandeboldregular';
	font-size:40px;
	color:#018ea5;
}
h4{
	color:#018ea5;
}

li {
	font-size: 18px;
}

p {
	line-height:1.6;
	font-family: 'corisanderegularregular';
	font-size: 20px;
	/*color:#919191;*/
}

body{
	background-color:#fff;
    font-family: 'corisanderegularregular';
	font-size:20px;
	line-height: 28px;
	font-weight:normal;
	color:#333333;
}

body.logged-in {
	margin-top: -32px;
}

@media (max-width:782px){
 	body.logged-in {
 		margin-top: -46px;
 	}
}
@media (max-width:500px){
 	body {
 		font-size:18px;
 		line-height: 26px;
 	}
 	h3 {
 		font-size: 32px;
 	}
}

@media (max-width:415px){
	h3 {
 		font-size: 28px;
 	}
}


.main-container {
  padding: 40px 15px;
}
.item {
    transition-duration: 0.9s;
    transition-delay: 0.9s;
}

.header_container{
	width:1180px;
	margin:0px auto;
}
.main_header{
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.5);
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:80px;
	background-color:#FFF;
	z-index:999;
}
.logo{
	float:left;
	margin-top:16px;
}

.mobile-logo {
	display:none;
}

/*general classes*/

/*blue title
h2 {
	font-family: 'museo700', cursive;
	font-size: 48px;
	text-transform: uppercase;
	color: #10a5bb;
    margin: 0 auto 70px;
}*/

/*black lowercase title
h2 {
    text-align: center;
    margin: 0px;
    padding-top: 85px;
    width: 80%;
    text-align: center;
    margin: 0px auto;
    color: #000;
}*/
/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  font-family: 'Cabin', sans-serif;
  font-size:13px;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}
.nav-collapse li a:hover{
	color:#38729B;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}






/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right:10px;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
/*  background: #fff;
*/  padding: 20px 12px;
  color: #000;
  width: 100%;
  float: left;
  text-transform:uppercase;
  font-weight:600;
  font-size:13px;
  font-family: 'Cabin', sans-serif;
}

.nav-collapse a:active,
.nav-collapse .active a {
  border-bottom:4px solid #6EA4CA;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    padding: 19px 15px;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #000; /* Edit this to change the icon color */
  font: normal 48px/58px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
  font-family: 'Open Sans', sans-serif;
}

.nav-toggle.active:before {
  font-size: 48px;
  content: "\78"; /* Close icon */
  font-family: 'Open Sans', sans-serif;
  margin-top:-5px;
}


/* ------------------------------------------
  RESPONSIVE NAV STYLES END
--------------------------------------------- */

.page-top-blurb {
	padding: 32px 0;
}

.page-template-home .page-top-blurb {
	margin-top: 80px;
}

.home_banner{
	background-image:url(../images/banner_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:700px;
	background-size:cover;
	padding-top:80px;
	text-align:center;
}
.home_banner h1 img{
	display:block;
	margin:80px auto 0px auto;
	width:200px;
}

.hero-video img {
	margin-top: 50px;
	width:80px;
}
.hero-video p {
	font-size: 18px;
	color:white;
	margin-top: 15px;
}
.hero-subtitle *{
	color:#fff;
}


.home_banner h2{
	text-align:center;
	margin:0px;
	padding-top:50px;
	text-align:center;
	color:white;
	font-size:40px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.home_banner_play{
	display:inline-block;
}
.home_banner_play img{
	margin-top:47px !important;
}

.close-modal {
	right:20px !important;
	top:17px!important;
}
.banner_bottom{
	background-image:url(../images/banner_bottom_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:664px;
	background-size:cover;
}
.banner_bottom h2{
	text-align:center;
	margin:0px;
	padding-top:85px;
	text-align:center;
	margin:0px auto;
	color:#000;
}
.company_sec{
	padding:70px 0px;
	text-align:center;
}
.company_sec h2{
	font-family: 'museo700', cursive;
	font-size: 48px;
	text-transform: uppercase;
	color: #10a5bb;
    margin: 0 auto 70px;
}

.company_sec_content h3{
	font-size:40px;
	text-align:left;
	margin-top:80px;
	padding-bottom:33px;
}
.company_sec_content p{
	text-align:left;
	color:#919191;
	/*font-size:25px;*/
}
.company_sec .bx-wrapper{
	box-shadow:none !important;
	border:none !important;
}
.company_sec .bx-pager{
	bottom:-77px !important;
}
.company_sec .bx-wrapper .bx-pager.bx-default-pager a{
	width:15px !important;
	height:15px !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color:#9fdbe4 !important;
}
.company_sec .bx-wrapper .bx-pager.bx-default-pager a.active{
	background-color:#0c8293 !important;
}
.company_sec .bx-controls-direction{
	display:none;
}

.send_button{
	padding:12px 80px !important;
	background-color:#fff !important;
	border:none;
	color:#057b94 !important;
	margin:0px auto;
	display:block;
	text-transform:uppercase;
    font-family: 'corisandeboldregular';
  font-size:20px;
  padding-top:2px;
  margin-top:40px;
}
.send_button:hover{
	background-color:#057b94 !important;
	color:#fff !important;
	 -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
}
.send_button_right{
	padding:12px 80px !important;
	background-color:#fff !important;
	border:none;
	color:#057b94 !important;
	display:block;
	text-transform:uppercase;
    font-family: 'corisandeboldregular';
  font-size:20px;
  padding-top:2px;
  margin-top:29px;
  float:right;
}
.send_button_right:hover{
	background-color:#057b94 !important;
	color:#fff !important;
	 -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
}
.main_footer{
	background-color:#3f3f3f;
	padding:40px 0px;
	color:#FFF;
}
.main_footer h3{
	font-size:30px;
	font-weight:normal;
    font-family: 'corisanderegularregular';
	margin:0px;
	border-bottom:1px solid #717171;
	display:inline-block;
	padding-bottom:7px;
}
.main_footer p{
	font-size:16px;
}
.main_footer img{
}
.footer_logo{
	margin-right: 32px;
}
.main_footer .footer-row {
	display: flex;
}
.main_footer .address-column {
	display: flex;
	flex-basis: 30%;
}
.main_footer .social-column {
	text-align: center;
	flex-basis: 40%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.main_footer .cta-column {
	flex-basis: 30%;
	display: flex;
	align-items: flex-end;
}
.main_footer .cta-column .cta-content {
}
.main_footer .cta-column .cta-content p:last-of-type{
	margin-bottom: 0;
}
.main_footer .cta-column .cta-button {
}
.copywrite{
	font-size: 14px;
	text-align: center;
	margin-top: 55px;
}

@media (max-width: 1199px) {
	.main_footer .address-column {
		flex-basis: 35%;
	}
	.main_footer .social-column {
		flex-basis: 30%;
	}
	.main_footer .cta-column {
		flex-basis: 35%;
	}
}
@media (max-width: 991px) {
	.main_footer .footer-row {
		display: block;
	}

	.footer_logo{
		margin-right: 0;
	}

	.main_footer .address-column {
		display: block;
		text-align: center;
		margin-bottom: 48px;
	}

	.main_footer .footer-logo-link {
		display: block;
		margin-bottom: 24px;
	}

	.main_footer .social-column {
		display: block;
		margin-bottom: 48px;
	}

	.main_footer .cta-column {
		display: block;
		text-align: center;
		margin-bottom: 48px;
	}

	.main_footer .cta-column .cta-content {
		margin-bottom: 24px;
		margin-left: auto;
		margin-right: auto;
	}

	.copywrite {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.main_nav{
	float:right;
	background-color:transparent;
	border:none;
	margin-bottom:0px;
    font-family: 'corisanderegularregular';
    text-transform: uppercase;
	margin-top: 30px;
}

.main_nav .navbar-nav>li>a{
	padding:0;
	color:#000;
	background:none;
	border-bottom: 2px solid white;
	margin: 0 10px;
}

.main_nav .navbar-nav>li>a:hover{
	border-bottom:2px solid #03b2cd;
	color:#000;
}
.main_nav .navbar-nav>.open>a:focus{
	background:#03b2cd;
	color:#fff;
}
.main_nav .navbar-nav>.active>a{
	background:none;
	color:#008093;
}
.main_nav .navbar-collapse{
	padding:0px;
}
.main_nav .navbar-nav>li>.dropdown-menu{
	border:none;
}
.main_nav .dropdown-menu{
	min-width:200px;
	left:auto;
	right:0px;
	border-radius:0px;
	background:#03b2cd;
}
.main_nav .dropdown-menu a{
	color:#FFF;
	padding:10px 20px;
	text-align:right;
}
.main_nav .dropdown-menu a:hover{
	background:#67d8e9;
	color:#FFF;
}

#menu-primary-menu li.contact-button {
	transform: translateY(calc(-25% - 2px));
}
#menu-primary-menu li.contact-button a,
a.cta-button {
	border-radius: 56px;
	background: #1891AB;
	display:inline-block;
	padding: 10px 22px;
	color: #fff;
	border: solid 2px #1891AB;
	white-space: nowrap;
	text-transform: uppercase;
}
#menu-primary-menu li.contact-button a:focus,
#menu-primary-menu li.contact-button a:hover,
a.cta-button:focus,
a.cta-button:hover {
	background: #ffffff;
	border-color: #137B94;
	color: #137B94;
	text-decoration: none;
}

.main_nav .navbar-nav .current-menu-item a, .main_nav .navbar-nav>li>a:hover{
	border-bottom:2px solid #03b2cd;
}
.blog_social_icons a{
	display: inline-block;
}


@media (max-width:767px){
	.main_nav {
		margin: 0;
	}
	.main_nav .navbar-nav>li>a {
		margin: 30px 0;
	}
	#menu-primary-menu li.contact-button {
		transform: translateY(0);
	}
	#menu-primary-menu li.contact-button a {
		border-radius: 56px;
		background: transparent;
		display:block;
		padding: 0;
		color: #fff;
		border: none;
	}
	#menu-primary-menu li.contact-button a:focus,
	#menu-primary-menu li.contact-button a:hover {
		background: transparent;
		color: #fff;
	}
	
}


/* Solutions */
.Solution_sec{
	padding: 100px 0px 70px 0px;
    text-align: center;
	text-transform:uppercase;
}
.Solution_sec h1{
	font-size:48px;
}
.solution_tabs{
	text-align:center;
	font-size:28px;
	margin-top:50px;
}
.solution_tabs .nav-tabs{
	border-bottom:none;
	margin-bottom:20px;
}
.solution_tabs li{
	display:inline-block;
	float:none;
}
.solution_tabs .nav-tabs>li.active>a{
	color:#008093;
	border:none;
}
.solution_tabs .nav-tabs>li>a{
	color:#616161;
}
.solution_tabs .nav-tabs>li>a:hover{
	color:#008093;
	background:none;
	border:1px solid #fff;
}
.solution_tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	/*border:1px solid #fff;*/
	border:none;
}
.sol_img{
	margin-top:40px;
	position:relative;
}
.sol_img img{
	position:relative;
}
.sol_img div{
	position:absolute;
	background-color:#000;
	bottom:0px;
	width:90%;
	background: rgba(0, 0, 0, 0.6);
	color:#fff;
	padding:15px 10px 2px 10px;
	text-align:left;
	text-transform:none;
	font-size:20px;
    font-family: 'proxima_novasemibold';
}
.sol_img div span{
	font-size:24px;
	color:#008a93;
	text-transform:uppercase;
	display:block;
	text-align:left;
	line-height:17px;
	font-size:20px;
}
.margin_top{
	margin-top:74px !important;
}
.sol_img02{
	margin-top:40px;
	position:relative;
}
.sol_img02 img{
	position:relative;
}
.sol_img02 div{
	position:absolute;
	background-color:#000;
	bottom:0px;
	width:90%;
	background: rgba(0, 0, 0, 0.6);
	color:#fff;
	padding:12px 10px 10px 10px;
	text-align:left;
	text-transform:none;
	font-size:20px;
    font-family: 'proxima_novasemibold';
}
.sol_img02 div span{
	font-size:24px;
	color:#008a93;
	text-transform:uppercase;
	display:block;
	text-align:left;
	line-height:17px;
}

/* Contact */

.contact-heading {
	width:50%;
	margin: 80px auto 30px;
}
.contact-heading h1{
	color:#008093;
	font-size:45px;
	font-weight:normal;
	text-align: center;
	text-transform: uppercase;
}
.contact-heading p{
	text-align: center;
	margin-top:20px;
	color:#008093;
    font-family: 'corisanderegularregular';
	font-size:20px;
}
.contact_top_sec {
	background: #F7F7F7;
	padding: 30px 0;
}

.team-members {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	max-width:950px;
	margin: 0 auto;
}

.team-member {
	width:calc(32% - 40px);
	max-width:264px;
	text-align: center;
	margin:20px;
}

.team-member h2 {
	color:#008093;
    font-family: 'corisanderegularregular';
	font-size:28px;
	text-transform: capitalize;
}
.team-member img {
	width:100%;
	height:auto;
}
.team-member p {
	text-transform: uppercase;
	font-size:18px;
}



.talent_sec{
	padding:70px 0px;
	text-align:center;
}
.talent_sec h2{
	margin:0px;
	padding:0px;
	display:inline-block;
	padding-bottom:15px;
	font-family: 'museo500';
	font-size:48px;
	color:#008093;
}
.talent_sec h2 hr{
	width:150px;
	border-bottom:1px solid #008093;
}
.talent_sec p{
	color:#008093;
    font-family: 'corisanderegularregular';
	font-size:20px;
	width:50%;
	margin:0px auto;
}
.talent_sec img{
	margin-top:20px;
}
.findus_sec{
	padding:50px 0px;
	text-align:center;
}
.findus_sec h2{
	margin:0px;
	padding:0px;
	display:inline-block;
	padding-bottom:15px;
	font-family: 'museo500';
	font-size:48px;
	color:#008093;
}
.findus_sec h2 hr{
	width:150px;
	border-bottom:1px solid #008093;
}
.findus_map{
}
.address_left{
	float:left;
	color:#10a5bb;
	font-size:22px;
	text-align:left;
	margin-top:50px;
}
.contact_right{
	float:right;
	color:#10a5bb;
	font-size:22px;
	text-align:right;
	margin-top:50px;
}
/* Blog */

.blog_banner{

	background-position:center top;
	background-repeat:no-repeat;
	height:500px;
	background-size:cover;
	padding-top:80px;
	text-align:center;

}
.blog_banner h1{
	text-align:center;
	margin:0px;
	padding-top:80px;
	text-align:center;
	color:#fff;
	font-size:40px;
    font-family: 'museo500';
	font-weight:normal;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.blog_banner h1 span{
	font-size:18px;
	display:block;
    font-family: 'corisanderegularregular';
	margin-bottom:5px;
}
.blog_banner h1 b{
	font-size:50px;
	display:block;
	margin-bottom:5px;

}
.blog_tabs_sec{
	padding-bottom:70px;
}
.blog_tabs{
	background-color:#e2e2e2;
}
.blog_tabs .nav-tabs{
	float:left;
}
.blog_tabs .nav>li>a{
	padding:20px 25px;
	border:none;
	border-radius:0px;
	margin-top:8px;
    font-family: 'corisanderegularregular';
	font-size:15px;
	text-transform:none;
	color:#4c4c4c;
}
.blog_tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    font-family: 'corisandeboldregular';
}
.blog_tabs .nav>li>a:hover{
	background-color:#fff;
}
.view_all_button{
	float:right;
	padding:3px 8px;
	border:2px solid #2bb2bc;
	color:#0e7d87;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top:18px;
}
.fuzzy-search-wrap {
	float: left;
	padding:20px 0 ;
}
.blog-search{
	font-size:15px;
	padding-left: 5px;
}

.blog_post01{
	border:2px solid #d7d7d7;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top:40px;
	padding:30px;
}
.blog_post01 h3{
	color:#008093;
    font-family: 'museo700';
	font-size:22px;
	margin-bottom:15px;
	margin-top:0px;
}
.blog_post01 h3 a{
	color:#008093;
}
.blog_post01 p{
	color:#000;
	font-size:16px;
	margin-top:10px;
}
.blog_post01 a{
	color:#767676;
}
.blog_post01_profile_name{
}
.blog_post01_profile_name img{
	float:left;
}
.blog_post01_profile_name b{
	display:block;
	color:#008093;
	font-weight:normal;
}
.blog_post01_profile_name span{
	padding-left:10px;
	float:left;
	color:#777777;
	margin-top:8px;
	font-size:15px;
}
.blog_post01_img{
	margin-top:15px;
}
.blog_post01_cat{
	padding:10px 0px;
	text-align:center;
}
.blog_post01_cat span{
	display:inline-block;
	background-color:#FFF;
	padding:3px 15px;
}
.blog_post01_cat hr{
	padding:0px;
	width:200px;
	margin:-16px auto 0px auto;
	border:1px solid #696969;
}
.more-posts-button{
    background-color: #057b94;
    color: #fff;
    transition: all .5s;
    padding: 12px 80px;
    border: none;
    display: block;
    text-transform: uppercase;
    font-family: 'corisandeboldregular';
    font-size: 20px;
    margin:0 auto;

}
.more-posts-button:hover{
    background-color: #fff;
    color: #057b94;
    border: 1px solid #057b94;
}
.button-container{
	margin:40px;
}
.loading{
	text-align: center;
	padding:40px 0;
}

.resources_sec{
	margin-top:40px;
	border-top:4px solid #55acee;
	padding:17px 20px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.23);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.23);

}
.resources_sec_top{
	color:#868686;
}
.resources_sec_top img{
	float:left;
	margin-right:7px;
}
.resources_sec_top b{
	display:block;
	font-weight:normal;
	font-size:16px;
	padding-top:5px;
}
.resources_sec_top a{
	display:block;
	font-size:13px;
	color:#868686;
}
.resources_sec_tweet01{
	font-size:13px;
	margin-top:15px;
}
.resources_sec_tweet01 a{
	color:#55acee;
	font-size:14px;
}
.resources_sec_tweet01 i{
	padding-left:10px;
	color:#868686;
	font-style:normal;
	font-size:12px;
}
.resources_sec_tweet01 hr{
	margin:10px 0px;
	width:40px;
	border-bottom:1px solid #55acee;
}
.resources_sec_tweet01 span{
	padding-right:15px;
	color:#868686;
	padding-left:5px;
}
.resources_sec02{
	margin-top:40px;
	padding:17px 20px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.23);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.23);
background-image:url(../images/border_top.png);
background-position:top center;
background-repeat:no-repeat;
background-size:contain;
}
.resources_imgs{
	margin-top:10px;
		text-align:center;
}
.resources_imgs img{
		margin:5px 5px;
		width:60px;
		display:inline-block;
}
.resources_view_more{
	background-color:#008093;
	color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px 15px;
	border:none;
	margin:10px;
	margin:10px auto 0px auto;
	display:block;
}
.main_footer02{
	background-color:#3f3f3f;
	padding:55px 0px;
	color:#FFF;
}
.footer_address02{
	font-size:15px;
}
.footer_address02 img{
	float:left;
	margin-right:15px;
}
.footer_address02 p{
	margin-top:5px;
}
.join_newsletter_sec{
	padding-left:70px;
}
.join_newsletter_sec span{
	display:block;
	margin-bottom:10px;
}
.join_newsletter_sec input[type="text"]{
	float:left;
	height:30px;
	background-color:#0093a9;
	border:none;
	padding:0px 10px;
	width:75%;
}
.join_newsletter_button{
	padding:0px 13px !important;
	border:none;
	color:#fff !important;
	display:block;
	text-transform:uppercase;
    font-family: 'corisandeboldregular';
  font-size:13px;
  float:left;
  line-height:28px;
  background-color:#008093;
  border-bottom:2px solid #03606e;
}
.footer_social_icons{
	text-align:right;
}
.footer_social_icons img{
	display:inline-block
}

/* Blog Article */
.blog_article_sec{
	padding:30px 0px 70px 0px;
}
.blog_article_content{
}
.blog_article_content h2{
	font-size:30px;
	margin-bottom:20px;
	margin-top:0px;
	color: #10a5bb;
}
.blog_article_content h3{
	color: #10a5bb;
	font-size: 20px;
	margin-bottom:0;
}
.blog_article_content p{
	font-size:15px;
	margin-bottom:20px;
}
.blog_article_content blockquote, .blog_article_content blockquote p{
	display:block;	font-style:italic;
	font-weight:bold;
	font-size:25px;
	margin-bottom:20px;
	border:none !important;
	color: #10a5bb;
}

.blog_subscribe_box{
	background-color:#0193aa;
	padding:20px;
}
.blog_subscribe_box h3{
	color:#FFF;
	font-size:25px;
	margin:0px;
	width:75%;
	margin:0px auto;
	text-align:center;
	padding-bottom:30px;
}
.blog_subscribe_box input[type="text"]{
	float:left;
	height:30px;
	background-color:#fff;
	border:none;
	padding:0px 10px;
	width:75%;
}
.blog_subscribe_button{
	padding:0px 13px !important;
	border:none;
	color:#fff !important;
	display:block;
	text-transform:uppercase;
    font-family: 'corisandeboldregular';
  font-size:13px;
  float:left;
  line-height:30px;
  background-color:#008093;
  border-bottom:2px solid #03606e;
}
.blog_subscribe_box a{
	text-align:center;
	padding-top:20px;
	display:block;
	color:#cccccc;
	font-size:13px;
}
.about_auther{
}
.about_auther{
	padding:10px 0px;
	text-align:center;
}
.about_auther span{
	display:inline-block;
	background-color:#FFF;
	padding:3px 15px;
}
.about_auther hr{
	padding:0px;
	margin:-16px auto 0px auto;
	border:1px solid #c8c8c8;
}
.about_auther_detail{
	margin-top:20px;
	width:75%;
	margin:20px auto 0px auto;
}
.about_auther_detail img{
	float:left;
	margin-right:10px;
}
.about_auther_detail b{
	display:block;
}
.about_auther_detail p{
	padding-left:90px;
}

.twitter_share{
	background-image:url(../images/blog_twit_icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	font-size:13px;
	color:#fff;
	display:block;
	float:left;
	padding:5px 10px 5px 35px;
	margin-bottom:10px;
	clear:both;
}
.twitter_share:hover{
	background-image:url(../images/blog_twit_icon_hover.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	font-size:13px;
	color:#55acee;
	display:block;
	background-color:#ebebeb;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.linked_share{
	background-image:url(../images/blog_linkedin_icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	font-size:13px;
	color:#fff;
	display:block;
	float:left;
	padding:5px 10px 5px 35px;
	margin-bottom:10px;
	clear:both;
}
.linked_share:hover{
	background-image:url(../images/blog_linkedin_icon_hover.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	font-size:13px;
	color:#55acee;
	display:block;
	background-color:#ebebeb;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.fb_share{
	background-image:url(../images/blog_fb_icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	font-size:13px;
	color:#fff;
	display:block;
	float:left;
	padding:5px 10px 5px 35px;
	margin-bottom:10px;
	clear:both;
}
.fb_share:hover{
	background-image:url(../images/blog_fb_icon_hover.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	font-size:13px;
	color:#55acee;
	display:block;
	background-color:#ebebeb;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mail_share{
	background-image:url(../images/blog_mail_icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	font-size:13px;
	color:#fff;
	display:block;
	float:left;
	padding:5px 10px 5px 35px;
	margin-bottom:10px;
	clear:both;
}
.mail_share:hover{
	background-image:url(../images/blog_mail_icon_hover.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	font-size:13px;
	color:#55acee;
	display:block;
	background-color:#ebebeb;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.blog_social_icons a{
	float: left;
    clear: none;
    text-indent: -9999999px;
    padding: 0;
    margin: 0;
    width: 45px;
}
.blog_social_icons a:hover{
	background-color: transparent;
}
/* Services */

.services-banner{
	background-image:url(../images/services_banner_bg.png);
	margin-top: 80px;
	padding: 75px 0;
	background-position:center top;
	display:flex;
	align-items: center;
}

.services-banner h1{
	font-size:48px;
	margin-top: 0;
	color:white;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);

}
.services-banner p{
	text-align:center;
	color:#FFF;
	font-size:28px;
	width:80%;
	margin:0px auto;
	padding:20px;
	text-transform: initial;
	line-height: 1.5;
	font-family: 'corisanderegularregular';
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);

	/*margin-top:220px;*/
}
.services-content-sec{
	padding:70px 0px;
}
.services-content-sec h1 {
	font-size:40px;
    font-family: 'museo500';
	color:#008F97;
	text-transform: uppercase;
	margin: 0;
}
.services-content-sec h2{
	font-size:25px;
    font-family: 'corisanderegularregular';
	color:#008F97;
	margin: 20px 0;
}

.services-container {
	display:flex;
	justify-content: space-between;
	max-width:1300px;
	margin:0 auto;
}


.services-content {
	width:60%;
	margin-left: 5%;
}

.on-demand-section .services-container, .placement-section .services-container{
	align-items: center;
}

/*line*/
.servicesHR {
	margin: 0;
	width:100%;
	background: #008F97;
	height:1px;
}

/*main image*/
.services-image img {
	width:100%;
	max-width:420px;
	margin:0 auto;
	display:block;
}

/*ul*/
.services {
	display:flex;
	flex-wrap:wrap;
	padding-left: 0;
	margin: 30px 0 0;
}

/*li*/
.service {
	display:flex;
	width:50%;
	list-style: none;
	align-items: center;
	margin: 10px 0;
	text-transform: capitalize;
	font-size: 20px;
}

.service p {
	color:#008F97;
}

/*img*/
.service img {
	margin-right: 10px;
	min-width: 70px;
}


.placement-section .services-container div:first-child, .on-demand-section .services-container div:first-child {
	margin-right: 30px;
}

/* MEDIA QUERIES */
@media (max-width:1350px){
	.services-container {
		margin: 0 5%;
	}
}

@media (max-width:992px){
	.services-container {
		flex-direction:column;
	}
	.services-content {
		width:100%;
		margin-left: 0;
	}
	.services-image {
		margin-bottom: 30px;
	}
	.services-image img {
		display:block;
		margin:initial;
	}
	.placement-section .services-container div:first-child{
		order:1;
		margin-top: 30px;
		margin-right: 0;
	}
    .on-demand-section .services-container div:first-child{
		margin-bottom: 30px;
		margin-right: 0;
	}
}

@media (max-width:875px){
	.services-text h1 {
		font-size: 38px;
	}
	.services-banner p {
		font-size: 24px;
		width:100%;
		padding: 20px 0;
	}
	.services-container div > img {
		width:100%;
	}
	.services-banner .services-container {
    	margin-top: 0px;
	}
}

@media (max-width:500px){
	.service {
		width:100%;
	}
	.services-content-sec {
		padding: 30px 0;
	}
	.services-banner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.services-banner h1 {
		font-size: 28px;
	}
	.services-banner p {
		font-size: 18px;
		padding:0;
	}
}

/*......*/
.center_text{
	text-align:center;
	margin-top:30px;
}
.tech_sec{
	padding:70px 0px;
	text-align:center;
}
.tech_sec h3{
	margin:0px;
	padding:0px;
	padding-bottom:15px;
	font-family: 'museo500';
	font-size:48px;
	color:#008093;
}
.tech_sec h4{
	margin:0px;
	padding:0px;
	display:inline-block;
	padding-bottom:15px;
	font-family: 'museo500';
	font-size:25px;
	color:#008093;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	background-image:url(../images/scroll_top_icon.png);
	width:30px;
	height:30px;
	background-color:none;
	border:none;
}

@media (max-width:992px){
	.get_in_touch_sec_tabs ul li{
		width:100%;
	}
	.talent_sec p{
		width:80% !important;
	}
}

@media (max-width: 767px) {
	.navbar-toggle{
	    margin-top: 22px;
	    margin-right: 10px;
	}
	.main_nav{
		width:100%;
	}
	.mobile-logo {
		display:block;
	}
	.display-logo {
		display:none;
	}
	.main_nav .navbar-nav{
		background-color:#018093;
		color:#FFF;
		margin:0px;
	}
	.main_nav .navbar-collapse{
		border:none;
		padding-top:18px !important
	}
	.main_nav .navbar-nav>li>a{
		color:#FFF !important;
		padding:0px 37px !important;
	}
	.main_nav .navbar-nav>.active>a{
		color:#FFF !important;
		font-weight:bold;
	}
	.main_nav .navbar-nav>.active>a span{
		/*border-bottom:1px solid #fff;*/
	}
	.navbar-inverse .navbar-toggle{
		border:none;
		border-radius:0px;
	}
	.navbar-inverse .navbar-toggle .icon-bar{
		background-color:#018093;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
		background-color:#fff;
		color:#FFF;
	}
	.main_nav .navbar-nav .open .dropdown-menu>li>a{
		text-align:left;
		color:#FFF;
		padding:10px 37px;
	}
}

@media (max-width:768px){
	
	.company_sec{
		padding:30px 0px;
	}
	.company_sec h1{
		margin-bottom:30px;
	}
	.company_sec_content h3{
		margin-top:30px;
		text-align:center;
		margin-bottom:30px;
		padding-bottom:0px;
	}
	.company_sec_content p{
		text-align:center;
	}
	.company_sec .bx-pager {
	    bottom: -47px !important;
	}
	.get_in_touch_sec h3{
		text-align:center;
		font-size:35px;
	}
	.send_button_right{
		width:100%;
	}
	.send_button{
		width:100%;
	}
	.main_footer{
		text-align:center;
	}
	.main_footer h3{
		margin-top:15px;
	}
	.main_footer p{
		text-align:center;
		width:100%;
	}
	.footer_logo{
		text-align:center;
		display:block;
		margin:0px auto;
		float:none !important;
	}
	.Solution_sec h1{
		font-size:35px;
	}
	.sol_img02 div{
		font-size:18px;
	}
	/*contact*/
	.team-members {
		justify-content: center;
	}
	.team-member {
		margin: 20px;
		width: calc(50% - 40px);
		min-width: 200px;
	}
	.team-member h2 {
		font-size: 20px;
	}
}
/* Section Inner */

.section_inner_banner{
	background-image:url(../images/solution_inner_banner.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:701px;
	background-size:cover;
	padding-top:80px;
	text-align:center;
	position:relative;
}
.section_inner_banner h1{
    margin: 0px;
    padding: 0px;
    display: inline-block;
    font-family: 'proxima_novasemibold';
    font-size: 48px;
    color: #fff;
	margin-top:220px;
}
.section_inner_banner h1 hr {
    width: 80px;
    border-bottom: 1px solid #fff;
}
.section_inner_banner p{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
    font-family: 'proxima_novasemibold';
	color:#FFF;
	font-size:20px;
	margin-bottom:50px;
	left:0px;
}
.proposal_sec{
	padding:70px 0px 0px 0px;
	text-align:center;
}
.proposal_sec img{
	margin-top:20px;
	width:100%;
}
.proposal_sec h2{
	margin:0px;
	padding:0px;
	display:inline-block;
	padding-bottom:15px;
	margin-bottom:15px;
	color:#2d2d2d;
	text-transform:uppercase;
	width: 100%;
	margin-top: 100px;
}

.solution-detail img
{
	padding:6px;
}


.proposal_sec h2:first-child{
	margin-top: 0px;

}



.proposal_sec h2 hr {
    width: 80px;
    border-bottom: 1px solid #2d2d2d;
}
.proposal_sec p{
	text-align:left;
	color:#2d2d2d;
	font-size:18px;
	width:100%;
	margin-top:20px;
}
.proposal_sec h5{
	color:#2d2d2d;
	font-size:18px;
	width:50%;
	text-align:center;
	margin:0px auto;
	line-height:20px;
	margin-bottom:30px;
}
.mobile_sec{
	background-color:#f3f3f3;
	padding:40px 0px;
}
.mobile_sec img{
	width:80%;
	margin:0px auto;
	display:block;
}

.proposal_sec ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	width:85%;
	margin:0px auto;
}
.proposal_sec ul li{
	width:33%;
	display:inline-block;
	border-right:1px solid #CCC;
	padding:20px 0px;
}
.proposal_sec ul li:last-child{
	border:none;
}
.proposal_sec ul li b{
	font-size:50px;
	display:block;
	color:#008a93;
}
.proposal_sec ul li span{
	display:block;
	text-align:center;
	font-size:18px;
	margin-top:-10px;
}
.download_buttons_sec{
	padding:40px 0px;
}
.download_buttons_center{
	width:75%;
	margin:0px auto;
}
.download_button{
	border:2px solid  #378e94;
	background-color:#fff;
	text-transform:uppercase;
	color:#008a93;
	padding:20px 0px;
	width:100%;
	font-size:20px;
	margin-top:20px;
}
.sol_inner_social{
	padding:10px 0px 40px 0px;
	text-align:center;
	color:#008a93;
	text-transform:uppercase;
	font-size:20px;
}
.sol_inner_social img{
	display:inline-block;
	width:30px;
	height:auto;
}
.services_sec02{
	padding:50px 0px;
	padding-bottom:0px;
}
.services_sec02 ul{
	list-style-type:none;
	/*margin:0px;*/
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:0px;
	/*width:55%;*/
	margin:0px auto;
}
.services_sec02 ul li{
	width:49%;
	/*display:inline-block;*/
	margin-bottom:25px;
	display:flex;
}
.services_sec02 img{
	margin-right: 20px;
}

.map-canvas {
    margin-top: 35px;
    height: 680px;
}

.space_divider
{
    width: 80%;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    border: 1px solid #098da4;
}

.services_text
{
	width: 70%;
    margin: auto;
/*    background-color: #008093;
    opacity: .7;*/
}

.sol_img-7 img
{
	min-height: 536px !important;
	max-height: 536px !important;
	max-width: 100% !important;
	min-width: 100% !important;

}
.sol_img-2 img
{
	max-height: 231px !important;
	min-height: 231px !important;
	max-width: 100% !important;
	min-width: 100% !important;

}

.solution_tabs a
{
	color: #f4f4f4;

}


.sol_img-mid img
{
	max-height: 350px !important;
	min-height: 350px !important;
	max-width: 100% !important;
	min-width: 100% !important;
}

/* FEATURED WORK - POSTS PAGE */

.featured-work-container {
	padding: 130px 0px 70px 0px;
}

.featured-work-container h1{
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.featured-works {
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	width:98%;
	margin:0 auto;
	max-width:1300px;
}
.featured-works a {
	height:350px;
	width: 350px;
	margin: 1%;
	transition:0.3s;
	text-decoration: none;
}
.featured-work {
	/*width:calc(33% - 30px);*/
	height:100%;
	width:100%;
}
.overlay {
	top:0;
	height:100%;
	width:100%;
	bottom:0;
	left:0;
	right:0;
	background: rgba(16,165,187, 0.7);
	z-index:1;
	padding:10%;
	opacity:0;
	text-align: center;
	transition:0.3s;
}
.overlay p {
	text-transform: uppercase;
	font-size: 24px;
	color:white;
	margin-top: 20px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.overlay hr {
	height:2px;
	width:140px;
	background:white;
	border:none;
	margin: 0 auto;
}
.overlay h2 {
	font-size: 36px;
	color:white;
	margin-top: 60px;
}
.featured-work:hover .overlay {
	opacity:1;
}

/* FEATURED WORK - SINGLE POST PAGE */

/* HERO */
.featured-work-hero {
	margin-top: 81px;
	text-align: center;
	height:600px;
	padding:10%;
	display:flex;
	flex-direction: column;
	justify-content: center;
}

.featured-work-hero p {
	margin-bottom: 0;
}


.featured-work-hero h1 {
	font-family: 'corisandeboldregular';
	color:#fff;
	margin: 0;
	text-transform: uppercase;
}

.featured-work-hero h2 {
	color:#fff;
	padding-top: 50px;
	text-transform: capitalize;
	font-size: 28px;
	margin: 0;
}

.featured-work-hero hr {
	width:80px;
	margin:25px auto 80px;
	border-top: 2px solid #eee;
}

/* SECTIONS */
.featured-work-section {
	padding: 50px 0;
}
.section-container {
	max-width:1300px;
	margin:0 auto;
}
.featured-work-section p{
	margin: 20px auto 0;
}

.featured-work-section:first-child {
	padding: 100px 0 50px;
}
.featured-work-section:last-child {
	padding: 50px 0 100px;
}

/* text content */
.text-content {
	width:60%;
	margin:0 auto 30px;
}

.text-content h3{
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	color: #0095ac;
	font-family: 'museo500';
}
.text-content hr {
	border-top: 2px solid #0095ac;
	width:80px;
	margin-bottom: 30px;
}
.text-content blockquote {
	margin: 20px auto;
}

.text-content blockquote p{
	margin: 0 auto;
}

/* MEDIA CONTENT */

/* full width image + video */
.full-width-image img, .video iframe{
	margin:0 auto;
	width:100%;
	display: block;
}

/* video */
.video-content {
	display:flex;
	justify-content: center;
}

/* multiple images */
.multiple-images {
	width:100%;
	margin:0 auto;
	display:table;
	white-space: nowrap;
}
.multiple-images > div {
	display:table-cell;
	text-align: center;
}
.image {
	margin-right: 20px;
}
.image:first-child {
	margin-right: 20px;
}
.image:last-child {
	margin-left: 20px;
}

.image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: baseline;
}

/* COMIC PAGE */

.comic-title {
	margin: 132px auto 30px;
	position:relative;
}
.comic-title .container {
	position:relative;
}
.comic-title h1, .comic-title p{
	text-align: center;
	color: #0095ac;
	text-transform: uppercase;
}
.comic-title h1 {
	margin-top: 10px;
}

.comic-panel {
	width:45%;
	margin:10px;
	max-width:300px;
}

.comic-panel img {
	width:100%;
}

.comic {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	margin-bottom: 100px;
	width:50%;
	margin:0 auto 100px;
}

.comic-text {
	color:#616161;
	/*width:100%;*/
	margin: 50px auto;
	text-align: center;
}

.back-to-work {
	text-transform: uppercase;
	font-size: 20px;
	color:#0095ac;
}
.back-to-work a:hover {
	text-decoration: none;
}
.back-to-work span:last-child {
	border-bottom: 2px solid #0095ac;
	margin-left: 10px;
}
.back-to-work-link {
	position: absolute;
	bottom:25px;
	left:0;
}
.back-to-work-link:hover {
	text-decoration: none;
}

.logged-in .main_header{
	margin-top: 30px;
}

.frm_style_formidable-style.with_frm_style .frm_required{
	display:none;
}
#get_in_touch{
	cursor: pointer;
}

/* CONTACT PAGE */

.page-template-template-contact-form {
	background-color: #10a5bb;
	color: #fff;
}

.page-template-template-contact-form .entry-header {
	max-width: 800px;
	padding-top: 80px;
	margin: 0 auto;
}
.page-template-template-contact-form .entry-content {
	max-width: 800px;
	margin: 0 auto;
}

.page-template-template-contact-form .entry-header h1,
.page-template-template-contact-form .entry-header h2,
.page-template-template-contact-form .entry-header h3 {
	margin: 25px 0;
	color: #fff;
}

.frm_style_formidable-style.with_frm_style .contact-page-form {
	margin-bottom: 30px;
}

.frm_style_formidable-style.with_frm_style .contact-page-form .frm_error_style {
	font-size: 17px;
	border: none;
}
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_error_style p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.with_frm_style .contact-page-form .frm_message p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.frm_style_formidable-style.with_frm_style .contact-page-form .form-field {
	margin-bottom: 25px;
}

.frm_style_formidable-style.with_frm_style .contact-page-form input {
	color: #ffffff;
}
.frm_style_formidable-style.with_frm_style .contact-page-form input[type="text"],
.frm_style_formidable-style.with_frm_style .contact-page-form input[type="password"],
.frm_style_formidable-style.with_frm_style .contact-page-form input[type="email"],
.frm_style_formidable-style.with_frm_style .contact-page-form input[type="number"],
.frm_style_formidable-style.with_frm_style .contact-page-form input[type="url"],
.frm_style_formidable-style.with_frm_style .contact-page-form input[type="tel"],
.frm_style_formidable-style.with_frm_style .contact-page-form input[type="phone"],
.frm_style_formidable-style.with_frm_style .contact-page-form input[type="search"],
.frm_style_formidable-style.with_frm_style .contact-page-form select,
.frm_style_formidable-style.with_frm_style .contact-page-form textarea,
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_scroll_box .frm_opt_container,
.frm_style_formidable-style.with_frm_style .contact-page-form .chosen-container-multi .chosen-choices,
.frm_style_formidable-style.with_frm_style .contact-page-form .chosen-container-single .chosen-single {
	color: #ffffff;
	border: solid 2px rgb(5, 123, 148);
	font-size:17px;
	font-weight:normal;
	padding:7px 10px;
	height: auto;
}
.frm_style_formidable-style.with_frm_style .contact-page-form .form-field input:not([type="file"]):focus,
.frm_style_formidable-style.with_frm_style .contact-page-form select:focus,
.frm_style_formidable-style.with_frm_style .contact-page-form textarea:focus,
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_focus_field input[type="text"],
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_focus_field input[type="password"],
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_focus_field input[type="email"],
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_focus_field input[type="number"],
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_focus_field input[type="url"],
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_focus_field input[type="tel"],
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_focus_field input[type="search"],
.frm_style_formidable-style.with_frm_style .contact-page-form .chosen-container-active .chosen-choices {
	border: solid 2px #ffffff;
	background-color: rgb(5, 123, 148);
	color: #ffffff;
}

.frm_style_formidable-style.with_frm_style .contact-page-form .frm_blank_field input[type="text"],
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_blank_field input[type="password"],
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_blank_field input[type="url"],
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_blank_field input[type="tel"],
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_blank_field input[type="number"],
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_blank_field input[type="email"],
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_blank_field textarea,
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_blank_field .mce-edit-area iframe,
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_blank_field select,
.contact-page-form .frm_form_fields_error_style,
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_blank_field .frm-g-recaptcha iframe,
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_blank_field .g-recaptcha iframe,
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_blank_field .chosen-container-multi .chosen-choices,
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_form_field :invalid {
	background-color:rgb(242, 222, 222);;
	border-color: #B94A48;
	color: #B94A48; 
}

.frm_style_formidable-style.with_frm_style .contact-page-form .frm_blank_field label {
	color: #fff;
}
.frm_style_formidable-style.with_frm_style .contact-page-form .frm_error {
	color: rgb(185, 44, 42);
	font-size: 14px;
}

.frm_style_formidable-style.with_frm_style .contact-page-form .custom-select {
	position:relative;
}

.frm_style_formidable-style.with_frm_style .contact-page-form .custom-select select{
	background-color:#057b94;
	height:auto;
	color:white;
	-webkit-appearance: none; /* for webkit browsers */
	-moz-appearance: none; /* for firefox */
	appearance: none; /* for modern browsers */
}

.frm_style_formidable-style.with_frm_style .custom-select .form-field:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 47px;
    border-width: 10px 8px 0 8px;
    border-style: solid;
    border-color: white transparent;
}

/* FEATURED WORK TEMPLATE */

.page-template-template-featured-work .entry-header {
	margin-top: 80px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 75px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.page-template-template-featured-work .entry-header h1 {
	color: #fff;
}

.page-template-template-featured-work .client-logo-display {
	margin-top: 0;
}


/* RESPONSIVE */

@media (max-width:1400px){
	.section-container {
		margin:0 5%;
	}
}
@media (max-width:1315px){
	.comic {
		width:75%;
	}
}

@media (max-width:1200px){
	.company_sec_content h3 {
		margin-top: 0;
	}
}

@media (max-width:1042px){
	.text-content {
		width:90%;
	}
	.back-to-work-link {
		position:initial;
		text-align: center;
	}
}

@media (max-width:992px){
	.services_content_sec {
		text-align:center;
	}
	.services_content_sec img{
		display:block;
		margin:0px auto;
		width:50%;
	}
	.services-image img, .services-container img {
		max-width:300px;
	}
	.placement-section .services-container, .on-demand-section .services-container {
		align-items:baseline;
	}
	.services_sec02 ul{
		width:100%;
	}
	.proposal_sec p{
		text-align:center;
	}
	.proposal_sec img{
		display:block;
		margin:0px auto;
		width:100%;
		margin-top:20px;
	}
	.proposal_sec ul li{
		width:31%;
	}
	.banner_bottom h2 {
		padding-top: 30px;
	}
	/*homepage slider*/
	.company_sec .bx-pager {
		top:-60px;
		bottom:100%;
	}
	.bx-wrapper .bx-pager {
		text-align: left!important;
	}
	.company_sec {
	    padding: 20px 0 0;
	}
	.company_sec h1 {
		text-align: left;
		display: block;
		margin-bottom: 0px;
		margin-top: 20px;
	}
	.company_sec h2 {
		text-align: left;
		margin: 30px 0;
	}
	.company_sec_content {
		margin-top: 20px;
	}
	.company_sec_content p {
		margin-bottom: 20px;
		text-align: left;
	}
	.company_sec_content h3, .company_sec_content h2 {
		text-align: left;
	}
	/*contact*/
	.contact-heading {
		width:100%;
	}
}

@media (max-width:875px){
	.comic {
		width:90%;
	}
}

@media (max-width:768px) {
	.comic-title h1 {
		font-size: 32px;
	}
	.comic {
		margin-bottom: 30px;
	}
	.overlay h2 {
		font-size: 28px;
	}
	.featured-works a{
		height:300px;
		width:300px;
	}
}

@media (max-width:767px) {
	.main_nav .navbar-nav .current-menu-item a, .main_nav .navbar-nav>li>a, .main_nav .navbar-nav>li>a:hover {
		border-bottom:none;
	}
}


@media (max-width:660px){
	.services_sec02 ul li{
		width:49%;
		text-align:center;
	}
	.services_sec02 ul li img{
		display:block;
		margin:0px auto;
	}
	.proposal_sec ul li{
		width:100%;
		border:none;
	}
	.multiple-images > div{
		display: block;
	}
}

@media (max-width: 600px){
	.logged-in .main_header{
		margin-top: 0;
	}
}

@media (max-width:500px){
	.hero-video{
		display:none;
	}
	.home_banner {
		height:600px;
	}
	.home_banner h2 {
		font-size: 32px;
		padding-top: 10px;

	}
	.home_banner h1 img {
		width:170px;
	}
	.featured-work-hero {
		height:400px;
		padding:5%;
		background-position: initial!important;
	}
	.featured-work-hero h1, .featured-work-container h1  {
		font-size: 32px;
	}
	.featured-work-hero h2 {
	    font-size: 22px;
	    padding-top: 0;
	}
	.featured-work-section:first-child {
		padding-top: 50px;
	}
	.featured-works a{
		margin: 10px 0;
	}
	.banner_bottom h3 {
		width:100%;
		padding-top: 40px;
	}
	.get_in_touch_sec {
		padding:20px 0;
	}
	.get_in_touch_sec_tabs {
		display:none;
	}
	.get_in_touch_sec h3 {
		text-align: center;
		width:100%;
	}
	.get_in_touch_sec span {
		margin-right: 30px;
		display:inline;
	}
	/*contact*/
	.solution_tabs{
		font-size:18px;
		margin-top:25px;
	}
	.solution_tabs .nav-tabs>li>a{
		padding:10px 10px;
	}
	.solution_tabs .nav-tabs{
		margin-bottom:0px;
	}
	.contact_top_sec h1{
		font-size:35px;
		width:100%;
	}.contact_top_sec p{
	width:100% ;
	}
	.talent_sec h2{
		font-size:35px;
	}
	.talent_sec{
		padding:30px 0px;
	}
	.findus_sec h2{
		font-size:35px;
	}
	.findus_sec{
		padding:30px 0px;
	}
	.address_left{
		float:none;
		text-align:center;
	}
	.contact_right{
		float:none;
		text-align:center;
		margin-top:5px;
	}
	.contact_top_sec{
		margin-top:40px;
	}
	.blog_tabs_sec li{
		width:100%;
	}
	.blog_tabs .nav>li>a{
		padding:10px 10px;
	}
	.view_all_button{
		float:none;
		width:100%;
	}
	.blog_tabs{
		padding-bottom:10px;
	}

	.resources_imgs{
		text-align:center;
	}
	.resources_imgs img{
		display:inline-block;
	}
	.footer_address02 img{
		float:none;
		display:block;
		margin:0px auto;
	}
	.main_footer02{
		text-align:center;
	}
	.main_footer02 p{
		margin:20px 0px;
	}
	.footer_social_icons{
		float:left;
		width:100%;
		margin-top:20px;
		text-align:center;
	}
	.blog_subscribe_box h3{
		width:100%;
	}
	.join_newsletter_sec{
		padding-left:0px;
	}
	.about_auther_detail{
		width:100%;
	}
	.blog_social_icons a{
		float:left;
		clear:none;
		width:50%;
		margin-top:15px;
		display:none;
	}
}

@media (max-width:480px){
	.services_banner p{
		width:90%;
		margin-top:100px;
	}
	.services_sec02 ul li{
		width:100%;
	}
	.fuzzy-search-wrap {
		width: 100%;
	}
}


@media (max-width:415px){
	/*home page*/
	.home_banner h2 {
		font-size: 28px;
	}
	/*comic post page*/
	.comic-title h1{
		font-size: 24px;
	}
	.comic-title p{
		font-size: 18px;
	}
	.back-to-work-link span{
		font-size: 18px;
	}
	.comic-text {
		text-align: left;
		font-size: 18px;
	}
	.comic-panel {
		width:100%;
		margin: 10px 0px;
	}
}

@media (min-width: 768px){
	#get_in_touch span{
		display:none;
	}
	#get_in_touch{
		cursor: auto;
	}
}




