/*
Theme Name: Dsquared
Theme URI: http://www.dsquaredmedia.net/
Author:Dsquared Media
Author URI: http://www.dsquaredmedia.net/
Description: Bootstrap 3 theme made by Dsquared Media
Version: 1.1

font-family: 'Bodoni SvtyTwo ITC TT';
font-family: 'Sofia Pro';
font-family: 'Poppins', sans-serif;

-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
*/

@import url('css/jquery.bxslider.css');
@import url('css/jcarousel.responsive.css');
@import url('css/slicknav.css');
@import url('css/responsive.css');
@import url('css/slick.css');
@import url('css/isotope.css');
@import url('fonts/font-awesome/css/fontawesome.min.css');
@import url('fonts/font-awesome/css/fa-brands.min.css');
@import url('fonts/font-awesome/css/fa-regular.min.css');
@import url('fonts/font-awesome/css/fa-light.min.css');
@import url('fonts/font-awesome/css/fa-solid.min.css');
@import url('fonts/custom_fonts/stylesheet.css');

* {
	outline: none !important;
}

body {
	font-family: 'Sofia Pro';
}

.slicknav_menu {
    display: none;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.subpage_container {
	position: relative;
	background: #fff;
	padding: 70px 85px;
	border-radius: 2px;
	width: calc(100% + 170px);
	margin-left: -85px;
	margin-top: -100px;
}

.subpage_container::before {
	content: " ";
	width: 58px;
	height: 114px;
	display: block;
	position: absolute;
	top: 100px;
	left: -58px;
	background: url('images/top_shadow_left.png') no-repeat 0 0;
}

.subpage_container::after {
	content: " ";
	width: 58px;
	height: 114px;
	display: block;
	position: absolute;
	top: 100px;
	right: -58px;
	background: url('images/top_shadow_right.png') no-repeat 0 0;
}

.c-hamburger {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  /*width: 70px;*/
  height: 225px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  z-index: 100000;
  background: #306095 !important;
  right: 0;
  z-index: 200000;
  -webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
  /*-webkit-transition: background 0.3s;
          transition: background 0.3s;*/
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 34px;
  left: 20px;
  right: 22px;
  height: 2px;
  background: #fff;
  width: 30px;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  width: 30px;
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #b5985a;
}

.c-hamburger--htx span {
  /*-webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;*/
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #b5985a;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

.top_wrap {
	position: relative;
	height: 520px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.top_inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.top_title {
	color: #fff;
	font-size: 63px;
	font-weight: 400;
	margin: 20px 0 20px 0;
	padding: 0;
	font-family: 'Bodoni SvtyTwo ITC TT';
}

.top_text {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}

.top_text p {
	margin: 0;
	padding: 0;
}

#header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	padding-top: 25px;
}

.wide_container {
	padding: 0 40px;
}

.header_contact {
	padding-top: 5px;
	margin-right: 80px;
}

.header_contact a {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	display: inline-block;
}

.header_contact a:hover {
	color: #306095 !important;
}

.header_phone {
	position: relative;
	margin-left: 16px;
}

.header_phone::before {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: -10px;
	width: 1px;
	height: 12px;
	background: #fff;
}

.location_li {
	margin-bottom: 35px;
}

.location_li_image {
	width: 100%;
	height: 162px;
	margin-bottom: 35px;
}

.location_li_image iframe {
	width: 100% !important;
	height: 100% !important;
}

.location_li_bottom {
	border-top: 1px solid #dadde2;
	border-bottom: 1px solid #dadde2;
	border-right: 1px solid #dadde2;
	padding: 40px 15px;
	width: calc(100% + 30px);
	margin-left: -15px;
}

.location_li:last-child .location_li_bottom {
	border-right: none !important;
}

.location_li_title {
	color: #234a77;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 15px 0;
	padding: 0;
}

.location_li_text {
	font-size: 16px;
	line-height: 32px;
	color: #000;
	font-weight: 300;
}

.location_li_text a {
	color: #234a77 !important;
	text-decoration: none !important;
	display: block;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.location_li_text a:hover {
	color: #000 !important;
}

.location_li_text p {
	margin: 0;
	padding: 0;
}

.contact_text {
	color: #000;
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
	margin-bottom: 40px;
}

.contact_text p {
	margin: 0;
	padding: 0;
}

.contact_info {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.contact_info li {
	color: #000;
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
}

.contact_info li a {
	color: #000 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.contact_info li a:hover {
	color: #2e5c90 !important;
}

.contact_row label {
	display: block;
	font-size: 16px;
	font-weight: 300;
	color: #090909;
	margin-bottom: 10px;
}

.contact_row .wpcf7-text {
	width: 100%;
	border: 1px solid #a3aebc;
	color: #090909;
	font-weight: 300;
	font-size: 16px;
	padding: 12px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	margin-bottom: 20px;
}

.select_wrap {
	color: #818486;
	font-size: 16px;
	width: 100%;
	border: 1px solid #a3aebc;
	margin-bottom: 20px;
	height: 48px;
	overflow: hidden;
	background: url('images/menu_down.png') no-repeat right 15px center;
}

.select_wrap select {
	background: transparent;
	width: 120%;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 48px;
	-webkit-appearance: none;
	color: #090909;
	font-weight: 300;
	font-size: 16px;
	padding: 12px;
}

.contact_row .wpcf7-textarea {
	width: 100%;
	height: 210px;
	resize: none;
	border: 1px solid #a3aebc;
	color: #090909;
	font-weight: 300;
	font-size: 16px;
	padding: 12px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	margin-bottom: 20px;
}

.contact_row .wpcf7-text:focus, .contact_row .wpcf7-textarea:focus {
	border-color: #5e718a;
}

.contact_row .wpcf7-submit {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 60px;
	border-radius: 50px;
	background: #234a80;
	border: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.contact_row .wpcf7-submit:hover {
	background: #091e3b;
}

.contact_middle {
	margin-bottom: 50px;
}

#footer-bottom-wrap {
	background: #061730;
	padding: 25px 0;
}

.copyright {
	color: #306095;
	font-size: 16px;
	font-weight: 300;
}

.footer_social {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer_social li {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin-left: 20px;
	font-family: 'Poppins', sans-serif;
}

.footer_social li:first-child {
	margin-left: 0 !important;
}

.footer_social li i {
	margin-right: 10px;
}

.footer_social li a {
	color: #fff;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.footer_social li a:hover {
	color: #306095 !important;
}

#footer-wrap {
	padding: 60px 0 0 0;
	background: #091e3b;
}

.footer_col {
	margin-bottom: 40px;
}

.footer_logo {
	margin-bottom: 25px;
	max-width: 100%;
	height: auto;
}

.footer_contacts {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer_contacts li {
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	color: #fff;
}

.footer_contacts li a {
	color: #fff !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.footer_contacts li a:hover {
	color: #306095 !important;
}

.footer_fax {
	margin-top: 40px;
}

.footer_col_2, .footer_col_3, .footer_col_4 {
	padding-top: 55px;
}

.footer_title {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 15px 0;
	padding: 0;
}

.footermenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footermenu ul li {
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
}

.footermenu ul li a {
	color: #fff !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	padding-left: 10px;
	background: url('images/footer_menu_li.png') no-repeat 0 3px;
}

.footermenu ul li a:hover {
	color: #306095 !important;
}

.newsletter_wrap {
	position: relative;
}

.newsletter_wrap input[type=text], .newsletter_wrap input[type=email] {
	border: 1px solid #01060d;
	width: 100%;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	padding: 15px 20px;
	background: none;
}

.newsletter_wrap input[type=submit] {
	color: #fff;
	background: transparent;
	border: none;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	padding: 15px 20px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.newsletter_wrap input[type=submit]:hover {
	color: #306095 !important;
}

.newsletter_wrap {
	margin-bottom: 50px;
}

.footer_testim {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	font-style: italic;
}

.footer_testim p {
	margin: 0;
	padding: 0;
}

.footer_testim span {
	display: block;
	color: #1d406b;
	font-size: 13px;
	font-style: normal;
}

.technology_li {
	margin-bottom: 90px;
}

.technology_li_image {
	width: 100%;
	height: auto;
}

.technology_li_title {
	color: #306095;
	font-size: 25px;
	font-weight: 400;
	margin: 0 0 15px 0;
	padding: 0;
	font-family: 'Bodoni SvtyTwo ITC TT';
}

.text_1 {
	color: #091e3b;
}

.text_1 p {
	font-size: 16px;
	line-height: 32px;
	margin: 0 0 35px 0;
	padding: 0;
	font-weight: 300;
}

.text_1 strong {
	font-weight: 600;
}

.text_1 ul {
	margin: 0 0 35px 0;
	padding: 0;
	list-style-type: none;
}

.text_1 ul li {
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
	padding-left: 25px;
	background: url('images/li_bg.png') no-repeat 0 7px;
}

.text_1 ol {
	margin: 0 0 35px 0;
	padding: 0 0 0 25px;
}

.text_1 ol li {
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
}

.title_2 {
	color: #1f436e;
	font-style: italic;
	font-size: 37px;
	font-weight: 400;
	font-family: 'Bodoni SvtyTwo ITC TT';
	margin: 0 0 35px 0;
	padding: 0;
}

.staff_wrap {
	background: #f7f7f7;
	padding: 90px 0;
}

.staff_top {
	border-bottom: 1px solid #a6b2c1;
	margin-bottom: 60px;
	padding-bottom: 40px;
}

.team_title {
	color: #091e3b;
	font-size: 32px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-family: 'Bodoni SvtyTwo ITC TT';
}

#bx-pager ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#bx-pager ul li {
	display: inline-block;
	margin-left: 5px;
}

#bx-pager ul li img {
	border-radius: 50px;
	border: 1px solid transparent;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#bx-pager ul li img:hover, #bx-pager ul li a.active img {
	border-color: #306095;
}

.bxslider {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.staff_name {
	color: #234a77;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
}

.staff_title {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 35px 0;
	padding: 0 0 15px 0;
	position: relative;
}

.staff_title::after {
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 1px;
	background: #234a77;
}

.staff_image {
	max-width: 50%;
	height: auto;
	margin-left: 20px;
}

.testimonials_wrap {
	background: #182e49;
	padding: 100px 0 150px 0;
}

.title_5 {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	font-family: 'Bodoni SvtyTwo ITC TT';
	margin: 0 0 75px 0;
	padding: 0 0 30px 0;
	position: relative;
}

.testim_text {
	color: #fff;
}

.testim_text p {
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
	margin: 0 0 45px 0;
	padding: 0,;
}

.testim_name {
	color: #306095;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.testimonials .bx-pager-link {
	background: #17396c !important;
	border-radius: 50px !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	margin: 0 10px !important;
}

.testimonials .bx-pager-link.active {
	background: #134dab !important;
	width: 12px !important;
	height: 12px !important;
}

.testimonials .bx-pager {
	bottom: -70px !important;
}

.about_bottom_wrap {
	padding: 130px 0;
}

.title_6 {
	color: #091e3b;
	font-size: 35px;
	font-weight: 400;
	margin: 0 0 45px 0;
	padding: 0;
	font-family: 'Bodoni SvtyTwo ITC TT';
}

.claim_li {
	border-bottom: 1px solid #b2c4d7;
	padding: 80px 0 40px 0;
}

.claim_li:nth-child(2) {
	padding-top: 0 !important;
}

.claim_li:last-child {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

.claim_image {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.claim_left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.claim_left ul li {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 300;
	color: #091e3b;
}

.claim_left ul li a {
	color: #091e3b !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.claim_left ul li a:hover {
	color: #2f5e93 important;
}

.claim_left ul li i {
	margin-right: 10px;
	color: #2f5e93;
}

.title_1 {
	color: #306095;
	font-size: 25px;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Bodoni SvtyTwo ITC TT';
}

/*.text_1 h4 {
	color: #091e3b;
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}*/

.claims_nav {
	margin-bottom: 60px;
}

.claims_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.claims_nav ul li {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 15px;
}

.claims_nav ul li a {
	color: #d8d8d8;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.claims_nav ul li a:hover, .claims_nav ul li a.active, .claims_nav ul li a.selected {
	color: #1d3f68 !important;
}

.subpage_wrap, .about_bottom_wrap {
	background: #fff;
}

.client_top {
	border-bottom: 1px solid #959eaa;
	margin-bottom: 75px;
}

.option_li {
	margin-bottom: 55px;
}

.option_li:nth-child(2n+1) {
	clear: both;
}

.option_li_left {
	width: 90px;
	margin-right: 15px;
}

.option_li_image {
	max-width: 100%;
	height: auto;
}

.option_li_right {
	width: calc(100% - 105px);
}

.option_title {
	color: #091e3b;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 15px 0;
	padding: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.client_middle {
	border-bottom: 1px solid #959eaa;
	margin-bottom: 75px;
	padding-bottom: 75px;
}

.recommended_li {
	margin-bottom: 60px;
}

.recommended_li_left {
	width: 90px;
	margin-right: 25px;
}

.recommended_li_image {
	max-width: 100%;
	height: auto;
}

.recommended_li_right {
	width: calc(100% - 115px);
}

.recommended_li_link {
	color: #c5c5c5 !important;
	font-size: 12px;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	text-transform: uppercase;
	margin-top: -20px;
}

.recommended_li_link:hover {
	color: #306095 !important;
}

.recommended_li .text_1 p {
	margin-bottom: 10px !important;
}

.clients_top {
	border-bottom: 1px solid #2c5b8e;
	margin-bottom: 70px;
}

.clients_li {
	margin-bottom: 40px;
}

.clients_li .text_1 p {
	margin-bottom: 0 !important;
}

.clients_li_image {
	width: 100%;
	height: auto;
	margin-bottom: 35px;
	border-radius: 5px;
}

.clients_li_inner {
	position: relative;
}

.clients_li_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clients_li_inner:hover .option_title {
	color: #306095 !important;
}

.clients_middle {
	border-bottom: 1px solid #2c5b8e;
	margin-bottom: 70px;
	padding-bottom: 100px;
}

.blue {
	color: #306095 !important;
}

.text_4 {
	color: #306095;
}

.text_4 p {
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	margin: 0 0 50px 0;
	padding: 0;
}

.text_4 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.text_4 ul li {
	display: block;
	float: left;
	width: 33%;
	padding-right: 15px;
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
}

.inside_wrap {
	background: #f8f8f8;
	padding: 140px 0 80px 0;
}

.inside {
	padding-left: 150px;
}

.inside_left {
	width: 390px;
}

.inside_left_inner {
	padding-right: 35px;
}

.inside_right {
	width: calc(100% - 390px);
}

.inside_slide {
	position: relative;
}

.inside_slide_image {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	border-radius: 5px;
}

.inside_slide_title {
	color: #091e3b;
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.inside_slide_link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.inside_slide_padding {
	padding-right: 30px;
	max-width: 390px;
}

.inside_slide:hover .inside_slide_title {
	color: #306095;
}

.inside_left_arrow {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	background: url('images/client_left.png') no-repeat center center #306095;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	cursor: pointer;
}

.inside_right_arrow {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	background: url('images/client_right.png') no-repeat center center #091e3b;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	cursor: pointer;
}

.inside_left_arrow:hover {
	background-color: #091e3b;
}

.inside_right_arrow:hover {
	background-color: #306095;
}

.inside_right .slick-prev, .inside_right .slick-next {
	display: none !important;
}

.blog_li_inner {
	position: relative;
	padding: 0 15px;
}

.blog_li_inner_i {
	position: relative;
}

.blog_li {
	margin-bottom: 55px;
}

.blog_li:nth-child(4n+1) {
	clear: both;
}

.blog_li_image_wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
}

.blog_li_image {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.blog_li_inner_i:hover .blog_li_image {
	transform: scale(1.1);
}

.blog_li_title {
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	color: #1d3f68;
	margin: 0 0 35px 0;
	padding: 0;
	overflow: hidden;
	height: 67px;
}

.blog_li_bottom {
	border-bottom: 1px solid #e6e6e6;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.blog_li_inner:hover .blog_li_bottom {
	border-color: #2e5c90;
}

.blog_li_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.news_author {
	color: #b7b6b1;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 15px;
}

.news_date {
	color: #d6d7d9;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.news_author img {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	margin-right: 10px;
}

.news_share span {
	display: inline-block;
	font-size: 16px;
	color: #aeb0b5;
	font-family: 'Poppins', sans-serif;
	margin-right: 35px;
}

.share {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	border-radius: 50px;
	text-decoration: none !important;
	text-align: center;
	margin-right: 3px;
}

.share_tw {
	background-color: #2ba9e0;
}

.share_fb {
	background-color: #3d5b9a;
}

.share_in {
	background-color: #0077B5;
}

.share:hover {
	background-color: #306095;
}

.rec_li {
	position: relative;
	margin-bottom: 100px;
}

.rec_li_image {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.rec_overlay {
	position: absolute;
	top: 57px;
	left: 0;
	background: #fff;
	padding: 40px 30px;
	border-radius: 5px;
	width: 53%;
	-moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}

.rec_li_odd .rec_overlay {
	left: auto;
	right: 0;
}

.rec_top {
	margin-bottom: 70px;
}

.rec_li_title {
	margin-bottom: 20px !important;
}

.rec_li_title img {
	max-height: 36px;
}

.rec_li .text_1 ul li {
	background: none !important;
	padding-left: 0 !important;
}

.rec_li .text_1 ul li a {
	color: #306095 !important;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.rec_li .text_1 ul li a:hover {
	color: #000 !important;
}

.care_slide {
	position: relative;
	height: 570px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.care_slide_inner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.care_slide_inner_bottom {
	padding: 0 80px 50px 80px;
	color: #fff;
}

.care_slide_title {
	font-size: 25px;
	font-weight: 300;
	margin: 0 0 15px 0;
	padding: 0;
	font-family: 'Bodoni SvtyTwo ITC TT';
}

.white {
	color: #fff !important;
}

.cares_top {
	margin-bottom: 90px;
	padding-bottom: 70px;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
}

#bx-pager2 {
	margin-bottom: 40px;
}

#bx-pager2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#bx-pager2 ul li {
	display: inline-block;
	position: relative;
	margin: 0 8px;
}

#bx-pager2 ul li a {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #2d5a8d;
	text-transform: uppercase;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
}

#bx-pager2 ul li a::after {
	content: " ";
	display: block;
	position: absolute;
	bottom: -15px;
	width: 50px;
	height: 1px;
	left: 50%;
	margin-left: -25px;
	background: transparent;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#bx-pager2 ul li a.active::after, #bx-pager2 ul li a:hover::after {
	background: #323232;
}

.top_logo {
	margin-bottom: 25px;
	max-width: 100%;
	height: auto;
}

.cares_bottom {
	padding-bottom: 70px;
	border-bottom: 1px solid #e4e4e4;
}

.partners {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.partners li {
	display: inline-block;
	margin: 0 25px 25px 0;
	max-width: 32%;
}

.partners li:last-child {
	margin-right: 0 !important;
}

.partners li img {
	max-width: 100%;
	height: auto;
}

.cares_testimonials {
	background: #fff !important;
	padding-top: 30px !important;
}

.cares_testimonials .title_5 {
	color: #306095 !important;
}

.cares_testimonials .testim_text {
	color: #091e3b;
}

.cares_slider {
	position: relative;
}

.cares_slider .bx-prev {
	display: inline-block !important;
	position: absolute !important;
	width: 60px !important;
	height: 60px !important;
	background: url('images/client_left.png') no-repeat center center #306095 !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	cursor: pointer !important;
	position: absolute !important;
	top: 50% !important;
	margin-top: -30px !important;
	left: -35px !important;
}

.cares_slider .bx-next {
	display: inline-block !important;
	position: absolute !important;
	width: 60px !important;
	height: 60px !important;
	background: url('images/client_right.png') no-repeat center center #091e3b !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	cursor: pointer !important;
	position: absolute !important;
	top: 50% !important;
	margin-top: -30px !important;
	right: -35px !important;
}

.cares_slider .bx-prev:hover {
	background-color: #091e3b !important;
}

.cares_slider .bx-next:hover {
	background-color: #306095 !important;
}

.client_experience_image {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.experience_date {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.title_3 {
	color: #306095;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding: 0;
}

.services_top_left .text_1 ul {
	width: 530px;
	max-width: 100%;
}

.services_top_left .text_1 ul li {
	padding-left: 55px;
	font-size: 16px;
	line-height: 32px;
	color: #305f93;
	margin-bottom: 35px;
	background: url('images/check.png') no-repeat 0 0;
	background-size: auto 39px;
}

.services_top_right_inner {
	border-left: 1px solid #e2e2e2;
	padding-left: 14%;
}

.preferred_wrap {
	padding: 70px 0 100px 0;
	background: url('images/s_1.jpg') no-repeat center top;
	background-size: cover;
}

.preferred_row_1 {
	margin-bottom: 45px;
}

.preffered_li {
	margin-bottom: 15px;
}

.preffered_li:nth-child(2n+1) {
	clear: both;
}

.preffered_li_inner {
	background: #fff;
	position: relative;
	padding: 30px;
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.preffered_li_left {
	width: 56px;
	margin-right: 15px;
}

.preffered_li_left img {
	max-width: 100%;
	height: auto;
}

.preffered_li_right {
	width: calc(100% - 71px);
}

.preffered_li_title {
	color: #2e5e91;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.services_bottom_wrap {
	background: #fff;
	padding: 100px 0;
}

.black {
	color: #000 !important;
}

.cover_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cover_list ul li {
	float: left;
	width: 31%;
	margin-right: 2%;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	color: #305f93;
}

.cover_list ul li:nth-child(3n+1) {
	clear: both;
}

.services_slider {
	position: relative;
}

.services_slider img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.services_slider .bx-prev {
	display: inline-block !important;
	position: absolute !important;
	width: 60px !important;
	height: 60px !important;
	background: url('images/client_left.png') no-repeat center center #306095 !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	cursor: pointer !important;
	position: absolute !important;
	top: 50% !important;
	margin-top: -30px !important;
	right: 0 !important;
	left: auto !important;
}

.services_slider .bx-next {
	display: inline-block !important;
	position: absolute !important;
	width: 60px !important;
	height: 60px !important;
	background: url('images/client_right.png') no-repeat center center #091e3b !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	cursor: pointer !important;
	position: absolute !important;
	top: 50% !important;
	margin-top: -30px !important;
	right: -60px !important;
}

.services_slider .bx-prev:hover {
	background-color: #091e3b !important;
}

.services_slider .bx-next:hover {
	background-color: #306095 !important;
}

.cta_wrap {
	background: url('images/cta_bg.jpg') no-repeat center top;
	background-size: cover;
	padding: 75px 0;
}

.cta_title {
	margin-bottom: 15px;
}

.cta_text {
	color: #fff;
}

.cta_text p {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.cta_button {
	color: #fff !important;
	font-size: 28px;
	font-weight: 300;
	display: inline-block;
	padding: 12px 30px;
	text-decoration: none !important;
	border: 1px solid #055ab8;
	background: #1e487a;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	margin-top: 35px;
}

.cta_button:hover {
	background: #fff;
	color: #055ab8 !important;
	border-color: #fff;
}

.slide {
	position: relative;
	height: 800px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.slide_inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.slide_top_text {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}

.slide_title {
	color: #fff;
	font-size: 63px;
	font-weight: 300;
	font-family: 'Bodoni SvtyTwo ITC TT';
	margin: 0 0 30px 0;
	padding: 0;
}

.medium_container {
	width: 1620px;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 100%;
}

.logos_wrap {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}

.logos_wrap h4 {
	color: #ccc;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
}

.logos_wrap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.logos_wrap ul li {
	display: inline-block;
	margin-right: 40px;
}

.logos_wrap ul li img {
	max-width: 100%;
	height: auto;
}

.slider {
	position: relative;
}

.home_about_wrap {
	background: #fff;
	padding: 60px 0 120px 0;
	position: relative;
}

.home_about_image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 45%;
	height: calc(100% + 105px);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: 1px solid #134dab;
}

.home_about_image_text {
	color: #091e3b;
	font-size: 35px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 40px;
	background: rgba(255, 255, 255, 0.7);
	top: 30px;
	display: inline-block;
	position: relative;
}

.video_wrap {
	padding: 0 0 180px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	position: relative;
}

.video_logo {
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.video_title {
	font-size: 32px;
	color: #091e3b;
	font-weight: 300;
	font-family: 'Bodoni SvtyTwo ITC TT';
	margin: 0 0 50px 0;
	padding: 0;
}

.video_id {
	position: absolute;
	display: block;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background: url('images/play.png') no-repeat center center;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	opacity: 1;
}

.video_id:hover {
	opacity: 0.8;
}

/*.process_wrap {
	position: absolute;
	top: -120px;
	left: 0;
	width: 100%;
}*/

.process {
	top: -100px;
	position: relative;
	z-index: 10;
}

.process_inner {
	background: #305f94;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.process_row_1 h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	padding: 7px 0;
}

.process_row_2 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.process_row_2 > div {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.process_li_inner {
	background: #fff;
	padding: 45px 30px 25px 30px;
	border-bottom: 5px solid transparent;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.process_li_inner:hover {
	border-color: #306095;
}

.process_li_link {
	font-size: 12px;
	font-weight: 600;
	color: #c5c5c5 !important;
	text-transform: uppercase;
	text-decoration: none !important;
	display: inline-block;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.process_li_link:hover {
	color: #306095 !important;
}

.video .col-sm-6 {
	margin-top: -70px;
}

#mobile_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0a203f;
	background-size: cover;
	z-index: -1000;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}

.mobile_menu_wrap {
	
}

.mobile_menu_inner {
	padding: 100px 150px 0 150px;
}

#mobilemenu {
	position: relative;
}

#mobilemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mobilemenu ul li {
	display: block;
	margin-bottom: 15px;
}

#mobilemenu ul li a {
	color: #fff !important;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	border-left: 1px solid transparent;
}

#mobilemenu > div > ul > li > a:hover {
 	color: #306095 !important;
 	border-color: #306095;
 	padding-left: 10px;
}

#mobilemenu ul li a i {
	margin-left: 15px;
}

#mobilemenu ul li.current_page_item > a {
	color: #306095 !important;
}

.mobile_social {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mobile_social li {
	display: inline-block;
	color: #bfb3a0;
	margin: 0 10px;
}

.msoc {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	text-decoration: none !important;
	color: #bfb3a0 !important;
	font-size: 16px;
	display: inline-block;
}

.msoc:hover {
	color: #fff !important;
}

#mobile_logo {
	display: inline-block;
	margin-bottom: 50px;
	width: 255px;
}

#mobile_logo img {
	max-width: 100%;
	height: auto;
}

.mobile_menu_active #mobile_menu {
	opacity: 1;
	z-index: 15000;
}

#mobilemenu .sub-menu {
	position: absolute;
	top: 0;
	left: 33%;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	opacity: 0;
	z-index: 0;
}

#mobilemenu ul li ul li a:hover {
	color: #0a203f !important;
}

.sub-menu-active, #mobilemenu li:hover .sub-menu {
	opacity: 1 !important;
	z-index: 1 !important;
}

.mobile_submenu_bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 67%;
	height: 100%;
	background: #285383;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	opacity: 0;
}

.mobile_submenu_bg_active {
	opacity: 1;
}

#logo {
	display: inline-block;
	width: 255px;
}

#logo img {
	max-width: 100%;
	height: auto;
}

#mobilemenu_2 ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
}

#mobile_logo_2 {
	width: 150px;
	height: auto;
	margin-bottom: 20px;
	display: inline-block;
	margin-left: 15px;
}

#mobile_logo_2 img {
	max-width: 100%;
	height: auto;
}

#mobilemenu_2 li {
	display: block;
	margin-bottom: 1px;
}

#mobilemenu_2 li i {
	display: none;
}

#mobilemenu_2 ul li a {
	color: #fff !important;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	border-left: 1px solid transparent;
}

#mobilemenu_2 > div > ul > li > a:hover {
 	color: #306095 !important;
}

#mobilemenu_2 ul li a i {
	margin-left: 15px;
	font-size: 20px;
	position: relative;
	top: 3px;
}

#mobilemenu_2 ul li ul.sub-menu {
	/*display: none;*/
	display: block;
	margin-top: 1px;
}

.menu_text {
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	position: absolute;
	top: 110px;
	right: 12px;
	z-index: 1000;
	transform: rotate(-90deg);
}

.more_text {
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	position: absolute;
	bottom: 60px;
	left: 45px;
	z-index: 1000;
	transform: rotate(90deg);
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.more_text:hover {
	color: #ccc;
}

/*.slider::after {
	content: " ";
	width: 1px;
	height: 110px;
	bottom: 0;
	left: 90px;
	background: #fff;
	position: absolute;
}*/

/*.home_about_wrap::before {
	content: " ";
	width: 1px;
	height: 250px;
	top: 0;
	left: 90px;
	background: #091e3b;
	position: absolute;
}*/

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

.about_video_image img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.about_video_image::after {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	background: url('images/play.png') no-repeat center center;
	background-size: 80px 80px;
}

.about_video_image:hover::after {
	opacity: 0.8;
}

.about_top .text_1 {
	width: calc(100% + 20px);
	margin-left: -10px;
}

.ser_li {
	position: relative;
}

.serv_li_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid-item, .grid-sizer {
	width: 25%;
}

.grid {
	margin-left: -15px;
	margin-right: -15px;
}

.claims_list .grid-item, .claims_list .grid-sizer {
	width: 100% !important;
}

.row-offset-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.row-offset-0 > * {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.tip_li_title {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	padding: 20px 15px;
	font-family: 'Bodoni SvtyTwo ITC TT';
	background: #306095;
}

.tip_do {
	background: #b6cbeb;
	color: #103595;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 15px;
}

.do_li, .dont_li {
	padding: 25px 15px;
}

.serv_popup {
	position: relative;
	padding: 60px 40px;
}

.close_serv_popup {
	display: block;
	width: 18px;
	height: 18px;
	background: url('images/close.png') no-repeat center center;
	top: 20px;
	right: 20px;
	position: absolute;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	cursor: pointer;
	opacity: 1;
}

.close_serv_popup:hover {
	opacity: 0.7;
}

.serv_popup_title {
	color: #306095;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px 0;
	padding: 0;
}

.center_it {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.prev_popup {
	position: absolute;
	top: 50%;
	left: 0;
	width: 70px;
	height: 80px;
	cursor: pointer;
	background: url('images/popup_left.png') no-repeat center center #fff;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.next_popup {
	position: absolute;
	top: 50%;
	right: 0;
	width: 70px;
	height: 80px;
	cursor: pointer;
	background: url('images/popup_right.png') no-repeat center center #fff;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.prev_popup:hover, .next_popup:hover {
	opacity: 0.7;
}

.hamburger_inner {
	width: 70px;
	height: 70px;
	position: relative;
}

.menu_text_2 {
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	position: absolute;
	top: 122px;
	right: -32px;
	z-index: 1000;
	transform: rotate(-90deg);
	text-indent: 0 !important;
	width: 136px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.menu_text_3 {
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	position: absolute;
	top: 122px;
	right: -32px;
	z-index: 1000;
	transform: rotate(-90deg);
	text-indent: 0 !important;
	width: 136px;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.c-hamburger.is-active .menu_text_3 {
	opacity: 1;
}

.c-hamburger.is-active .menu_text_2 {
	opacity: 0;
}

.scrolled_body .c-hamburger {
	height: 70px;
}

.mobile_menu_active  .c-hamburger {
	height: 225px;
}

.c-hamburger:hover {
	background: #3a6faa !important;
}

.home_about_image_slide {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#fancybox-overlay {
	background: rgba(48, 96, 149, 0.9) !important;
}

.slide_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 7s ease-out;
	-moz-transition: all 7s ease-out;
	-o-transition: all 7s ease-out;
	transition: all 7s ease-out;
}

.slide_active .slide_bg {
	transform: scale(1.2);
}

.slider {
	background: #fff;
}

.animate-text{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateY(-30px);
    opacity:0
}

.animate-text.loaded-text{
    transform:translateY(0);
    opacity:1
}

.animate-text.animate-second{
    transition-delay:0.5s
}

.animate-text.animate-third{
    transition-delay:0.8s
}

.animate-text.animate-fourth{
    transition-delay:1.1s
}

.no-anim-text .animate-text{
    transform:translateY(0);
    opacity:1
}

.img-bg-wrapper{
    display:block;
    position:relative;
    z-index:1;
    overflow:hidden;
    transform-origin:50% 50%;
    transform:translateX(-200px) skew(50deg);
    overflow:hidden;
    transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.img-bg-wrapper .img-bg-inner{
    height:100%;
    width:100%;
    display:block;
    transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity:0;
    transform:translateX(300px) translateZ(0) skew(-50deg);
    transform-origin:center center;
    position:absolute;
    top:0
}

.img-bg-wrapper.img-bg-loaded{
    transform:translateX(0)
}

.img-bg-wrapper.img-bg-loaded .img-bg-inner{
    transform:translateX(0);
    opacity:1
}

.img-wrapper{
    display:block;
    position:relative;
    z-index:1;
    overflow:hidden;
    transform-origin:50% 50%;
    transform:translateX(-200px) skew(50deg);
    overflow:hidden;
    transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.img-wrapper img:first-child{
    transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity:0;
    transform:translateX(300px) translateZ(0) skew(-50deg);
    transform-origin:center center
}

.img-wrapper.loaded-img{
    transform:translateX(0)
}

.img-wrapper.loaded-img img:first-child{
    transform:translateX(0);
    opacity:1
}

.mosaic-img {
    background-size:cover;
    background-position:center center;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}

.text_1 h2 {
	color: #091e3b;
	font-size: 35px;
	line-height: 48px;
	font-weight: 400;
	margin: 0 0 25px 0;
	padding: 0;
	font-family: 'Bodoni SvtyTwo ITC TT';
}

.text_1 h3 {
	color: #091e3b;
	font-size: 30px;
	line-height: 41px;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Bodoni SvtyTwo ITC TT';
}

.text_1 h4 {
	color: #091e3b;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 15px 0;
	padding: 0;
}

.text_1 h5 {
	color: #091e3b;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin: 0 0 10px 0;
	padding: 0;
}

.text_1 h6 {
	color: #091e3b;
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	margin: 0 0 5px 0;
	padding: 0;
}

.tabs_ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tab_li {
	width: 50%;
	float: left;
	padding: 15px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	cursor: pointer;
	text-align: center;
	border-bottom: 1px solid #000;
	color: #091e3b;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	font-family: 'Bodoni SvtyTwo ITC TT';
}

.tab_li_active, .tab_li:hover {
	background: #091e3b;
	color: #fff;
}

.tab {
	display: none;
	padding-top: 50px;
}

.tab_active {
	display: block;
}

.testim_li {
	margin-bottom: 40px;
}

.testim_li .testim_text {
	color: #091e3b;
}

.video_li {
	margin-bottom: 45px;
}

.video_li:nth-child(2n+1) {
	clear: both;
}

.video_li_video {
	margin-bottom: 15px;
}

.video_li_video iframe {
	width: 100% !important;
}

.single_exp .grid-sizer, .single_exp .grid-item {
	width: 50%;
}

.text_1 img {
	max-width: 100%;
	height: auto;
}

.gal_li {
	margin-bottom: 20px;
}

.gal_li_inner {
	padding: 0 10px;
}

.gal_li a {
	position: relative;
	display: block;
}

.gal_li a img {
	width: 100%;
	height: auto;
}

.modal {
	z-index: 10000000 !important;
}

.home_video_button {
	color: #fff !important;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 60px;
	border-radius: 50px;
	background: #234a80;
	border: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	text-decoration: none !important;
}

.home_video_button:hover {
	background: #091e3b;
}

.blog_single_featureds {
	margin-bottom: 40px;
}

.blog_single_featureds img {
	max-width: 100%;
	height: auto;
}

.care_slide_link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.services_top_right_inner .ser_li .rec_li_title img {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.services_top_right_inner .ser_li:hover .rec_li_title img {
	margin-right: 10px;
}

.claim_left ul li a.dl_pdf {
	text-decoration: underline !important;
	color: #306095 !important;
}

.claim_left ul li a.dl_pdf:hover {
	color: #091e3b !important;
	text-decoration: none !important;
}

.text_1 iframe {
	max-width: 100% !important;	
}

/*#footer_wrap {
	z-index: 0 !important;
	opacity: 0;
}*/

.about_pdf {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 300;
	color: #091e3b;
}

.about_pdf i {
	margin-right: 10px;
	color: #2f5e93;
}

#ready {
	margin-bottom: 280px;
}

.education_form {
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1px solid #dadde2;
}

.res_li {
	margin-bottom: 35px;
}

.res_li:nth-child(2n+1) {
	clear: both;
}

.res_li .text_1 p {
	margin-bottom: 10px;
}

.res_li_file {
	font-size: 16px;
	font-weight: 300;
	color: #2f5e93;
}

.res_li_file i {
	margin-right: 10px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.res_li_file:hover i {
	margin-right: 20px;
}

.res_li_file a {
	color: #2f5e93 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.global_bottom_image {
	width: 100%;
	height: auto;
}

.cares_middle {
	margin-bottom: 70px;
}

.care_slide::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #091e3b;
	opacity: 0.8;
}

.care_slide_link2 {
	color: #234a80 !important;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 60px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #fff;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	text-decoration: none !important;
}

.care_slide_link2:hover {
	background: transparent;
	color: #fff !important;
}

.popup_right_inner {
	padding: 50px 60px 40px 30px;
	position: relative;
}

.modal-lg {
    width: 1370px;
}

.close_popup {
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 25px;
	display: block;
	background: url('/wp-content/uploads/2020/03/close.png') no-repeat center center;
	width: 18px;
	height: 18px;
}

.popup_image img {
	width: 100%;
	height: auto;
	padding: 50px;
}

.modal-content {
	border-radius: 0 !important;
}

.popup_form .wpcf7-list-item {
	margin-left: 0 !important;
	font-size: 16px;
}

.popup_form .wpcf7-list-item input[type=checkbox] {
	margin-right: 10px !important;
}

.popup_form div.wpcf7-mail-sent-ok {
	display: none !important;
}

.client_tabs_wrap {
	background: #fcfcfc;
	padding: 70px 0 90px 0;
}

.ctab_titles {
	margin-bottom: 60px;
}

.ctab_title {
	display: inline-block;
	margin: 0 17px 15px 17px;
	font-size: 24px;
	color: #306095;
	font-family: 'Bodoni SvtyTwo ITC TT';
	font-weight: 400;
	border-bottom: 1px solid transparent;
	padding-bottom: 5px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	cursor: pointer;
}

.ctab_title:hover {
	color: #061730;
}

.ctab_title_active {
	border-color: #061730;
	color: #061730;
}

.ctab_image {
	width: 100%;
	height: auto;
}

.ctab {
	display: none;
}

.ctab_active {
	display: block;
}

.ctab_tab_title {
	display: block;
	margin: 0 0 45px 0;
	padding: 0;
	font-size: 24px;
	color: #306095;
	font-family: 'Bodoni SvtyTwo ITC TT';
	font-weight: 400;
}

.button_1 {
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	background: #234a80;
	padding: 12px 55px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.button_1:hover {
	background: #091e3b;
}

.client_logos_wrap {
	margin-top: 40px;
	border-top: 2px solid #eee;
	padding: 30px 40px 0 40px;
	position: relative;
}

.client_logos_slider img {
	margin: 0 10px;
	max-width: calc(100% - 20px);
	height: auto;
}

.logos_left {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('images/logo_left.png') no-repeat center center;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	display: block;
	margin-top: -10px;
	opacity: 0.6;
}

.logos_right {
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	background: url('images/logo_right.png') no-repeat center center;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	display: block;
	margin-top: -10px;
	opacity: 0.6;
}

.logos_right:hover, .logos_left:hover {
	opacity: 1;
}

.images_slider {
	margin-top: 40px;
}

.image_slide {
	position: relative;
}

.image_slide img {
	width: 100%;
	height: auto;
}

.image_slide_caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.61);
	color: #fff;
	font-size: 19px;
	font-family: 'Sofia Pro';
	padding: 30px 35px;
}

.image_slide_small {
	padding-bottom: 20px;
}

.rr_title {
	font-size: 20px;
	color: #306095;
	font-family: 'Sofia Pro';
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

.button_rr {
	text-decoration: none !important;
	color: #fff !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	display: inline-block;
	background: #f2a175;
	font-size: 14px;
	font-weight: 300;
	padding: 15px 35px;
	border-radius: 2px;
	text-transform: uppercase;
}

.button_rr:hover {
	background: #234a80;
}

.rr_top {
	margin-bottom: 70px;
}

.rr_title_2 {
	color: #091e3b;
	font-size: 18px;
	font-family: 'Sofia Pro';
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	padding: 0;
}

.rr_li {
	margin-bottom: 90px;
}

.rr_li:nth-child(3n+1) {
	clear: both;
}

.rr_li_image {
	display: block;
	border: 1px solid #d6d9de;
	margin-bottom: 15px;
	position: relative;
}

.rr_li_image img {
	width: 100%;
	height: auto;
}

.rr_li_date {
	background: url('images/calendar.png') no-repeat 0 0;
	border-bottom: 1px solid #2c5b8e;
	padding-left: 28px;
	font-size: 14px;
	color: #091e3b;
	font-family: 'Sofia Pro';
	text-transform: uppercase;
	margin-bottom: 15px;
}

.rr_li_title {
	color: #306095;
	font-size: 20px;
	line-height: 20px;
	font-family: 'Bodoni SvtyTwo ITC TT';
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
}

.rr_li_title a {
	color: #306095 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.rr_li_title a:hover {
	color: #091e3b !important;
}

.rr_middle {
	margin-bottom: 50px;
}

.rr_li_2_date {
	background: url('images/calendar.png') no-repeat 0 0;
	padding-left: 28px;
	font-size: 14px;
	color: #fff;
	font-family: 'Sofia Pro';
	position: absolute;
	bottom: 10px;
	right: 25px;
}

.rr_li_play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 54px;
	height: 55px;
	background: url('images/play_2.png') no-repeat center center;
	transform: translate(-50%, -50%);
}

.rr_li_2_image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.new_header_wrap {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	padding: 20px 0 0 0;
	z-index: 1500;
}

.new_header {
	display: inline-block;
	position: relative;
}

.new_header img {
	max-width: 100%;
	height: auto;
}

.new_header_container {
	padding: 0 60px;
}

#new_menu {
	position: relative;
	padding-right: 25px;
	margin-right: 25px;
	margin-top: 20px;
}

#new_menu::after {
	content: " ";
	display: block;
	width: 1px;
	height: 58px;
	position: absolute;
	right: 0;
	top: -20px;
	background: #dfdfdf;
}

#new_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#new_menu ul li {
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Sofia Pro';
	text-transform: uppercase;
	padding-bottom: 30px;
	position: relative;
	margin: 0 10px;
}

#new_menu ul li:first-child {
	margin-left: 0 !important;
}

#new_menu ul li:last-child {
	margin-right: 0 !important;
}

#new_menu ul li a {
	color: #091e3b !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
}

#new_menu ul li a:hover {
	color: #f2a175 !important;
}

#new_menu ul li.current_page_item > a {
	border-color: #091e3b;
}

#new_menu ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	background: #fff;
	margin: 0;
	padding: 20px 15px 5px 15px;
}

#new_menu ul li:hover ul.sub-menu {
	display: block;
}

#new_menu ul li ul.sub-menu li {
	display: block;
	font-size: 15px;
	color: #091e3b;
	font-weight: 300;
	text-transform: none;
	margin: 0 0 15px 0 !important;
	padding: 0;
}

#new_menu ul li ul.sub-menu li a {
	color: #091e3b !important;
	display: block;
	width: 200px;
	padding: 0;
}

#new_menu ul li ul.sub-menu li a:hover {
	color: #f2a175  !important;
}

.new_header_phone {
	font-size: 18px;
	font-weight: 300;
	color: #091e3b !important;
	margin-right: 38px;
	display: inline-block;
	margin-top: 20px;
	text-decoration: none !important;
	font-family: 'Sofia Pro';
}

.new_header_phone:hover {
	color: #f2a175 !important;
}

.new_header_button {
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	padding: 15px 25px;
	background: #f2a175;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Sofia Pro';
}

.new_header_button:hover {
	background: #061730;
}

.hp_wrap {
	position: absolute;
	top: -1000px;
	right: 60px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 465px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	opacity: 1;
}

.hp_active .hp_wrap {
	opacity: 1;
	top: 100%;
}

.header_popup_inner {
	padding: 30px;
	background: #fff;
}

.hp_title {
	font-size: 30px;
	font-weight: normal;
	color: #306095;
	font-family: 'Bodoni SvtyTwo ITC TT';
	margin: 0 0 10px 0;
	padding: 0;
}

.header_popup_inner label {
	color: #090909;
	font-size: 15px;
	font-weight: 300;
	font-family: 'Sofia Pro';
	margin-bottom: 10px;
}

.header_popup_inner .wpcf7-text {
	margin-bottom: 15px;
	display: block;
	width: 100%;
	border: 1px solid #a3aebc;
	padding: 10px 15px;
}

.header_popup_inner .wpcf7-submit {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	background: #061730;
	font-family: 'Poppins', sans-serif;
	padding: 10px 15px;
	width: 100%;
	border: none;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	text-transform: uppercase;
}

.header_popup_inner .wpcf7-submit:hover {
	background: #234a80;
}

.header_popup_inner .select_wrap, .header_popup_inner .select_wrap select {
	height: 42px;
	font-size: 15px;
}

.header_popup_inner .text_1 p {
	margin-bottom: 20px;
}

.hp_bottom_text {
	color: #2d2d2d;
	font-size: 13px;
	font-family: 'Sofia Pro';
	text-align: center;
}

.hp_text p {
	font-size: 14px;
	line-height: 28px;
}

.home_ig_wrap {
	padding: 50px 0 60px 0;
	background: #fff;
}

.home_ig ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.home_ig_wrap ul li {
	float: left;
	width: 20%;
}

.home_ig_wrap ul li img {
	width: 100%;
	height: auto;
	border: 1px solid #fff;
	border-radius: 5px;
}

.home_rr_wrap {
	background: #f8f8f8;
	overflow: hidden;
	padding: 0 0 60px 0;
}

.home_rr_slider {
	width: 1500px;
}

.home_rr .slick-prev, .home_rr .slick-next {
	display: none !important;
}

.hrr_li_inner {
	width: 410px;
	padding: 0 16px;
}

.hrr_li_inner img {
	border-radius: 5px;
}

.hrr_li_inner .rr_li_title {
	color: #091e3b;
	font-size: 16px;
	line-height: 32px;
	font-family: 'Sofia Pro';
	font-weight: 600;
}

.home_rr_link {
	color: #306095 !important;
	font-family: 'Sofia Pro';
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.home_rr_link i {
	margin-right: 5px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.home_rr_link:hover i {
	margin-right: 10px;
}

.home_thing_wrap {
	background: #f8f8f8;
}

.yt_li_image {
	display: block;
	position: relative;
	border: 1px solid #2f4776;
	opacity: 1;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.yt_li_image img {
	width: 100%;
	height: auto;
}

.yt_li_image:hover {
	opacity: 0.6;
}

.col-5 {
	width: 20%;
	padding: 0 15px;
	float: left;
}

.header_popup_inner span.newsletter {
	display: block;
	margin-bottom: 15px;
}

.header_popup_inner span.newsletter .wpcf7-list-item {
	margin-left: 0;
}

.image_slide_small img {
	cursor: pointer;
}

.ig_li_image {
	display: block;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: calc(100% - 2px);
    position: relative;
	margin: 0 1px;
}

.ig_li_image::before {
	content: "";
    display: block;
    padding-top: 100%;
}

.page_wrap {
	position: relative;
	z-index: 1;
}