/* CSS
Author: GILLAN E SOLUTIONS
Created:19-02-2019
*/
/*
-------------------------------------------------------------- 
BROWSER SPECIFICATION STYLES
-------------------------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: inherit;
}
a:hover {
	text-decoration: underline;
	transition: all 0.4s ease-in-out;
}
table {
	margin-bottom: 15px;
}
h1 {
	font-family: 'ProximaNova-Bold';
	font-size: 60px;
	color: #476eb6;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
h1 span {
	display: block;
	font-family: 'ProximaNova-Bold';
	font-size: 24px;
	color: #476eb6;
	line-height: 0px;
	text-transform: uppercase;
	padding-top: 22px;
}
h2 {
	font-family: 'ProximaNova-Bold';
	font-size: 40px;
	color: #476eb6;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 30px;
}
h3 {
	font-size: 34px;
	font-family: 'ProximaNova-Bold';
	color: #476eb6;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 15px;
}
h3 span {
	font-size: 16px;
	display: block;
	line-height: normal;
	font-family: 'ProximaNova-Regular';
}
h4 {
	font-size: 28px;
	font-family: 'NexaBold';
	color: #32373c;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 5px;
}
h5 {
	font-size: 24px;
	color: #32373c;
	font-family: 'OpenSans';
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 5px;
}
h6 {
	font-size: 22px;
	font-family: 'ArnoPro-Bold';
	color: #32373c;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.float-left {
	float: left;
	margin: 0 15px 15px 0;
}
.padding0 {
	padding: 0px !important;
}
/*
-------------------------------------------------------------- 
GLOBAL STYLES
-------------------------------------------------------------- 
*/
.border-btn {
	display: inline-block;
	font-size: 18px;
	background: #fff;
	color: #476eb6;
	text-transform: uppercase;
	border: 2px solid transparent;
	padding: 5px 45px 5px;
	cursor: pointer;
	font-family: 'ProximaNova-Regular';
}
.border-btn:hover, .border-btn:focus {
	background: #f0f0f0;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
p:empty {
	display: none;
}
img {
	height: auto;
}
/*
-------------------------------------------------------------- 
HEADER STYLE
-------------------------------------------------------------- 
*/
.header-area {
	/* background: #476eb6; */
    /* float: left; */
    /* width: 100%; */
	padding: 25px 0 25px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.header-area.inner.team {
	position: relative;
	float: left;
	width: 100%;
}
.inner-logo {
	display: inline-block;
	margin-right: 70px;
}
.header-area.inner .main-nav {
	display: inline-block;
}
.header-top {
	display: block;
}
.logo {
	display: block;
	text-align: center;
	padding-bottom: 0px;
}
.main-nav {
	padding-top: 0;
}
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-family: 'ProximaNova-Light';
	line-height: inherit;
	height: auto;
	padding: 0;
	margin: 0 20px;
	font-size: 16px;
}
.main-nav .navbar-nav>li>a:hover {
	color: #94b1e6;
}
.main-nav.sticky {
	position: fixed;
	right: 0;
	left: 0;
	background: #476eb6;
	top: 0;
	padding: 30px 0;
}
.main-menu-more {
	display: none !important;
}
.banner-area {
	float: left;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
}
.banner-area big {
	display: block;
	font-size: 18px;
	line-height: normal;
	text-transform: capitalize;
	font-family: 'ProximaNova-Light';
	color: #fff;
	margin-top: 20px;
}
.banner-area big span {
}
/*
-------------------------------------------------------------- 
inner-pages STYLE
-------------------------------------------------------------- 
*/
.content-div {
	float: left;
	width: 100%;
	min-height: 470px;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100vh;
}
.content-div ul {
	list-style: none;
	margin-bottom: 0;
}
.content-div.team-listing {
	height: auto;
	display: inherit;
	padding-bottom: 70px;
}
/*
-------------------------------------------------------------- 
team-area STYLE
-------------------------------------------------------------- 
*/
.team-area {
	float: left;
	width: 100%;
	padding: 100px 0;
	text-align: center;
	font-family: 'ProximaNova-Light';
}
body > div.content-div.team-listing > div:nth-child(2) > div > div.team-tab {
	float: right;
}
.team-tab {
	display: inline-block;
	text-align: center;
	width: 30%;
	margin: 0 5%;
}
.team-img {
	display: block;
}
.team-img img {
	width: 100%;
	height: auto;
}
.team-text {
	display: block;
	padding: 20px 0;
	text-align: center;
	background: #fff;
	color: #476eb6;
	height: 165px;
}
.team-text a {
	color: #476eb6;
	font-size: 18px;
}
.team-text h3 a {
	color: #476eb6;
	font-size: 34px !important;
}
.team-text ul {
	list-style: none;
	margin-bottom: 0;
	text-align: left;
	padding-left: 20px;
}
.team-text li a span {
	padding-right: 10px;
	vertical-align: middle;
}
.team-text:hover {
	cursor: pointer;
	background: #94b1e6;
}
.team-area p {
	/* margin-bottom: 0; */
}
.team-tab h3 {
	color: #476eb6;
}
.inner-team .team-tab {
	width: 35%;
	float: left;
	margin: 0;
}
.inner-team .inner-info-area {
	width: 65%;
	vertical-align: top;
	float: right;
	color: #fff;
	text-align: left;
	height: 379px;
	font-size: 16px;
	line-height: 26px;
	padding: 20px 30px;
	/* border-bottom: 1px solid #fff; */
	margin-bottom: 2px;
}
.inner-team .inner-info-area h3 {
	font-size: 28px;
	margin-bottom: 5px;
	color: #fff;
}
.inner-team .inner-info-area ul {
	list-style: none;
	margin-bottom: 0;
}
.inner-team .inner-info-area ul li {
	display: inline-block;
	margin-right: 15px;
}
.inner-team .inner-info-area ul li span {
	margin-right: 4px;
}
.inner-info-tab {
	padding-top: 20px;
}
.inner-team .team-img img {
	height: auto;
}
.inner-team.team-area {
	padding: 0 !important;
	margin-bottom: 30px;
}
body > div.content-div.team-listing > div:nth-child(2) > div > div.inner-info-area {
    padding-left: 0;
}

body > div.content-div.team-listing > div:nth-child(1) > div > div.inner-info-area {
    padding-right: 0;
}
.inner-team .inner-info-area ul li a {
    color: #fff;
}
.content-div center {
	padding: 0px 13%;
}
.content-div center p {
	margin-bottom: 0;
}
.contact-area {
	float: left;
	width: 100%;
	text-align: center;
}
.contact-area li {
	display: inline-block;
	text-align: center;
	vertical-align: text-top;
	width: 30%;
	color: #fff;
	height: 210px;
	margin: 0 16px;
	font-family: 'ProximaNova-light';
}
.contact-area li b {
	display: block;
}
.contact-area li a:hover {
	cursor: pointer;
	color:#8ab1de;
}
.contact-area li i {
    font-style: normal;
    font-family: 'ProximaNova-regular';
}
.contact-area li a {
	color: #fff;
	display: block;
	font-family: 'ProximaNova-Light';
}
.contact-area li span {
	display: block;
	font-size: 26px;
}
.home-form-tab {
	display: block;
	padding: 20px 18% 30px;
}
.home-form-div {
	float: left;
	width: 100%;
	text-align: center;
	background: #476eb6;
	padding: 90px 0;
	color: #fff;
	font-family: 'ProximaNova-Light';
}
.home-form-tab textarea.form-control {
	height: 87px;
}
.home-form-div h2 {
	color: #fff;
	margin-bottom: 0;
}
div.wpcf7-mail-sent-ok {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.copyright {
	/* float: left; */
	/* width: 100%; */
	font-family: 'ProximaNova-Light';
	text-align: center;
	padding: 0;
	position: absolute;
	bottom: 20px;
	font-size: 16px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.copyright p {
	margin-bottom: 0;
}
.inner-copyright.copyright.team {
	position: relative;
	float: left;
	width: 100%;
}
.socail-icon {
	display: block;
	padding-top: 15px;
}
.socail-icon ul {
	list-style: none;
	margin-bottom: 0;
}
.socail-icon li a {
	font-size: 25px;
	color: #fff;
}
.socail-icon li a:hover {
	opacity: 0.8;
}
.socail-icon ul li {
	display: inline-block;
	margin: 0 5px;
}
@media only screen and (max-width:1440px) {
}
@media only screen and (max-width:1280px) {
}
@media only screen and (max-width:1200px) {
}
@media (max-width: 1024px) {
.team-tab {
	width: 38%;
}
.team-img img {
	height: 375px;
	object-fit: cover;
}
.contact-area li {
	margin: 0 39px;
}
.content-div center {
	padding: 20px 10%;
}
.contact-area li {
	margin: 0 4px;
	width: 32%;
}
.inner-team.team-area {
	padding-top: 0 !important;
}
.inner-team .team-img img {
	height: 430px;
}
.inner-team .inner-info-area {
	height: auto;
}
}
@media (max-width: 991px) {
.container {
	max-width: inherit !important;
}
.main-nav ul {
	margin-top: 20px !important;
}
.navbar {
	display: block !important;
	text-align: right;
	width: 100%;
}
.navbar-collapse {
	width: 100%;
	text-align: left;
}
.navbar-nav .nav-link {
	margin: 0!important;
	border: 1px solid #fff;
	padding: 10px 12px;
}
li.menu-item {
	margin-bottom: 20px;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: #fff;
}
.main-nav .navbar-nav>li>a:hover {
	color: #476eb6 !important;
	background: #fff;
}
.home-form-tab {
	padding: 20px 12% 30px;
}
.content-div center {
	padding: 20px 7%;
}
}
@media (max-width:800px) {
.main-nav.sticky {
	padding: 30px 15px;
}
.home-form-tab {
	padding: 20px 10% 30px;
}
.inner-team .team-tab {
	float: initial;
}
body > div.content-div.team-listing > div:nth-child(2) > div > div.team-tab {
	float: initial;
}
.team-img {
	display: block;
	width: auto;
	margin: 0 auto;
	float: initial;
}
.team-img img {
	height: auto !important;
}
.inner-team .inner-info-area {
	width: 100%;
}
.contact-area li {
    margin: 0px 0 30px;
    width: 32%;
    height: auto;
    font-size: 18px;
}
.contact-area li a {
	font-size: 16px;
}
.contact-area > ul:nth-child(1) > li:nth-child(1) {
    width: 20%;
}
.contact-area > ul:nth-child(1) > li:nth-child(2) {
    width: 40%;
}
.content-div {
	min-height: auto;
}
.contact-area {
	margin-top: 100px;
}
}
@media (max-width: 767px ) {
.header-area {
    position: inherit;
    left: inherit;
    right: inherit;
	padding: 10px 0 10px;
    margin: 0 auto;
}
.logo {
	padding-top: 40px;
}
.logo img {
	padding: 0 40px;
}
.inner-logo {
	z-index:120;
}
.main-nav.sticky {
	padding: 10px 0;
}
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	border: 2px solid #fff;
	font-size: 16px;
	margin: 10px 0;
	padding: 6px 10px;
}
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, .main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
	background: #fff;
	color: #476eb6;
	text-decoration: none;
}
.header-area.inner .main-nav #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
	margin-top: 30px !important;
}
.main-nav ul {
	margin-top: 0 !important;
}
.inner-logo {
	display: block;
	width: auto;
	position: absolute;
	left: -20px;
	margin: 0;
}
.inner-logo img {
	width: 60%;
}
.header-area.inner .main-nav {
	display: block;
	padding-top: 45px;
}
.banner-area {
    position: inherit;
    transform: initial;
    top: inherit;
}
.team-area {
	padding: 45px 0 45px;
}
.team-tab {
	width: 46%;
	margin: 0 10px;
}
.inner-team .team-tab {
	width: auto;
	margin: 0 auto 30px;
}
.content-div center {
	padding: 0;
	margin-top: 50px;
}
.home-form-div {
	padding: 40px 0;
}
.home-form-tab .col-lg-6.col-md-6 {
	float: left;
	width: 50%;
}
.form-control {
	padding: 10px 14px 5px;
}
h1 {
	font-size: 52px;
}
body {
	font-size: 18px !important;
}
.header-area.inner {
	float: left;
	width: 100%;
	position: relative;
}
.content-div {
	display: inherit;
	justify-content: center;
	flex-direction: column;
	height: auto;
}
.contact-area {
    margin-top: 130px;
}
.copyright {
    position: inherit !important;
    float: left;
    width: 100%;
    bottom: inherit;
    left: inherit;
    right: inherit;
}
}
 @media (max-width: 675px) {
.header-area.inner .main-nav #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
	margin-top: 15px !important;
}
.banner-area big {
	font-size: 20px;
}
.team-area p br {
	display: none;
}
.team-tab {
	width: 70%;
	margin: 0 0px 30px;
}
.team-img img {
	height: 435px;
}
.inner-team .team-tab {
	width: auto;
	margin: 0px;
}
.content-div {
	padding: 40px 0;
}
.contact-area {
    margin-top: 60px;
}
.contact-area li {
	margin: 0px 0 30px;
	width: 60% !important;
}
.contact-area > ul:nth-child(1) > li:nth-child(1){
	width:auto;
}
.contact-area > ul:nth-child(1) > li:nth-child(2){
	width:auto;
}
.home-form-tab {
	padding: 20px 2% 30px;
}
.copyright {
	padding: 20px 0 20px;
}
}
@media (max-width:568px) {
.banner-area big {
	font-size: 18px;
}
h1 {
	font-size: 48px;
}
.main-nav.sticky {
	padding: 0;
	position: inherit;
}
.team-area {
	padding: 35px 0 35px;
}
body {
	font-size: 16px !important;
}
.content-div center {
	margin-top: 50px;
}
.home-form-tab {
	padding: 20px 0 30px;
}
}
@media (max-width:480px) {
.navbar-nav .nav-link {
	font-size: 18px !important;
}
.navbar-nav .nav-link {
	padding: 10px 12px 6px;
}
.banner-area big {
	font-size: 17px;
}
h2 {
	font-size: 34px;
}
.inner-team .team-tab {
	width: 100%;
}
.inner-team .inner-info-area{
padding:20px 0;
}
.inner-team .inner-info-area {
	height: auto;
}
.home-form-tab {
	padding: 20px 2% 30px;
}
.inner-team .inner-info-area{
	
}
body {
	font-size: 15px !important;
}
.contact-area li span {
	font-size: 20px;
}
.contact-area li {
	margin: 0px 0 30px;
	width: 80% !important;
}
}
@media (max-width:414px) {
.banner-area {
	padding-top: 0;
}
.banner-area big {
	font-size: 17px;
}
.home-form-tab .col-lg-6.col-md-6 {
	width: 100%;
}
body {
	line-height: 24px !important;
	font-size: 15px !important;
}
h1 span {
	font-size: 20px;
}
.contact-area li {
    margin: 0px 0 50px;
}
.home-form-tab {
	padding: 0 0 20px;
}
.form-group {
	margin-bottom: 0;
}
.copyright {
	font-size: 15px;
}
}
@media (max-width:375px) {
.logo {
	padding-top: 50px;
}
h2 {
	font-size: 30px;
}
.team-tab {
	width: 100%;
}
}
@media (max-width:320px) {
}
