@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
	font: 400 15px/20px 'Montserrat', sans-serif;
	color: #000;
	transition: all .5s ease-in-out;
	word-break: break-word;
	overflow-x: hidden;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
.no-padding {
	padding-left: 0;
	padding-right: 0
}
.no-margin {
	margin-left: 0;
	margin-right: 0
}
.flex-s {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-m {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.equal-height {
	align-items: initial!important;
}
.flex-re {
	flex-direction: row-reverse
}
.row.flex-re [class*="col-"] {
	margin-right: 2.5641%;
	margin-left: 0;
}
.row.flex-re [class*="col-"]:first-child {
	margin-right: 0;
}
a {
	text-decoration: none;
	color: #3344a3;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
h1 {
	font: 700 40px/45px 'Oswald', sans-serif;
	color: #000;
}
h2 {
	font: 700 30px/35px 'Oswald', sans-serif;
	color: #000;
}
h3 {
	font: 700 26px/31px 'Oswald', sans-serif;
	color: #000;
}
h4 {
	font: 300 24px/29px 'Oswald', sans-serif;
	color: #000;
}
h5 {
	font: 400 23px/28px 'Oswald', sans-serif;
	color: #000;
}
h6 {
	font: 400 15px/20px 'Oswald', sans-serif;
	color: #000;
}
p {
	font: 400 15px/20px 'Montserrat', sans-serif;
	color: #000;
	padding: 15px 0 0;
}
p.small {
	font-size: 15px;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
	background: #003675;
	font: 600 14px/49px 'Lato', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0px 34px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #003675;
	border-radius: 30px;
	letter-spacing: 2px;
}
.btn:hover {
}
.btn-white {
	background: #fff;
	color: #eb2027;
	border: 1px solid #fff;
}
.btn-white:hover {
}
.btn-blue {
	background: #60a1e0;
	color: #000;
	border: 1px solid #60a1e0;
}
.btn-black:hover {
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-25 {
	padding-left: 25px;
}
.pl-30 {
	padding-left: 30px;
}
.np {
	padding: 0 !important;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.bld-text {
	font-weight: 900;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
/*--header start--*/
header {
	background: #c6e5f3;
}
header.active {
	top: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 9999;
	border-top: 0px;
	-webkit-animation: stuckMoveDown .6s;
	animation: stuckMoveDown .6s;
}
.logo {
	float: left;
}
.logo img {
}
.after-logo {
	float: right;
}
.h_top {
	float: right;
}
.left_menu {
	float: left;
	margin: 27px 0 20px;
}
.left_menu ul {
	float: left;
}
.left_menu ul li {
	float: left;
	padding: 0 15px 0 25px;
}
.left_menu ul li.call {
	background: url(../images/hi-1.png) no-repeat left center;
}
.left_menu ul li.mail {
	background: url(../images/hi-2.png) no-repeat left center;
}
.left_menu ul li a {
	font: 400 14px/17px 'Oswald', sans-serif;
	color: #000;
	white-space: nowrap;
	display: block;
}
.right_menu {
	float: left;
	margin: 27px 0 20px;
}
.right_menu ul {
	float: left;
}
.right_menu ul li {
	float: left;
	padding: 0 0 0 25px;
}
/*---navigation---*/
/*---navigation---*/
#navigation {
	clear: both;
	float: right;
	margin: 17px 0;
}
#navbtn {
	display: none;
}
.nav-menu {
	display: table;
}
.nav-menu li {
	position: relative;
	float: left;
	padding: 0;
	margin: 0 0 0 56px
}
.nav-menu li:last-child {
	border: none;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 400 15px/45px 'Oswald', sans-serif;
	color: #000;
	white-space: nowrap;
	display: block;
	text-transform: uppercase;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
/*background: rgba(0,0,0,0.25);*/
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	/*text-shadow: 1px 1px 1px #000;*/
	color: #003675;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #004494;
	min-width: 220px;
	/*box-shadow: 0 0 5px #e1c31f;*/
	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 999;
}
.nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.nav-menu .sub-menu li {
	float: none;
	/*border-bottom: 1px solid #e3e3e3;*/
	padding: 0;
	margin: 0;
}
.nav-menu .sub-menu li:hover, .nav-menu .sub-menu li.active {
	background-color: rgba(0,0,0,0.5);
	border-radius: 0;
}
.nav-menu .sub-menu li:hover a, .nav-menu .sub-menu li.active a {
	color: #fff;/*text-shadow: 1px 1px 1px #000;*/
}
.nav-menu .sub-menu a {
	font: 400 15px/35px 'Oswald', sans-serif;
	color: #fff;
	text-transform: capitalize;
	padding: 0px 10px;
	white-space: normal;
	margin: 0;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #b0b0b0;
}
 @media only screen and (max-width: 990px) {
#navigation {
	width: auto;
	position: relative;
	float: right;
	background: #003675;
	border: 1px solid #003675;
	padding: 5px 0;
	margin: 0;
	clear: none;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 100% 50%;
	width: 40px;
	text-align: left;
	height: 27px;
	font-size: 0px;
	text-transform: uppercase;
	line-height: 27px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #003675;
	width: 100%;
	z-index: 999;
	width: 260px;
	box-shadow: 0 0 6px #000;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #000;
}
.nav-menu li > a {
	font: 400 15px/35px 'Oswald', sans-serif;
	color: #fff;
	padding: 0 10px;
	margin: 0;
	text-transform: capitalize;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 30px;
	height: 30px;
	z-index: 99;
	background: url(../images/nav-arrow.png) no-repeat 50% 50%;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}
.nav-menu li:hover > .menuarrow, .nav-menu li.active > .menuarrow, .nav-menu li.current_page_item > .menuarrow {
	background: url(../images/nav-arrow.png) no-repeat 50% 50% #fff;
}
.nav-menu .sub-menu {
	position: relative;
	margin: 0 3px;
}
.nav-menu .sub-menu .sub-menu {
	left: 0;
	margin: 0 5px;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu li:hover > .sub-menu {
	display: none;
}
}
@media only screen and (min-width: 1024px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (min-width: 1025px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (max-width: 450px) {
}
/*---navigation---*/
/*--header end--*/
/*--banner_wrap start--*/
.bannercontainer {
	position: relative;
}
.banner_wrap {
	position: relative;
}
.banner_wrap:before {
	content: "";
	z-index: 9;
	height: 25%;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 0%;
	transform: translate(-50%, 0%);
	background: url(../images/banner_bot.png) no-repeat bottom left;
	background-size: contain;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	z-index: 8;
}
.banner_wrap .txt .ban_txt {
	width: 40%;
}
.banner_wrap .txt .ban_txt h1 {
	font: 600 65px/65px 'Oswald', sans-serif;
	color: #003675;
}
.banner_wrap .txt .ban_txt h1 span {
	font-weight: 300;
	display: block;
}
.banner_wrap .txt .ban_txt p {
	font: 500 16px/20px 'Montserrat', sans-serif;
	color: #000;
	padding: 25px 0 0 0;
}
.banner_wrap .txt .ban_txt a {
	margin: 22px 0 0 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
}
.banner_wrap .txt .as_txt {
	width: 40%;
	text-align: left;
}
.banner_wrap .txt .as_txt h1 {
	font: 600 41px/45px 'Oswald', sans-serif;
	color: #003675;
	text-transform: uppercase;
}
.banner_wrap .txt .as_txt p {
	font: 500 12px/17px 'Montserrat', sans-serif;
	color: #000;
	padding: 15px 0 0 0;
	text-align: justify;
}
/*--banner_wrap end--*/
/*--main_wrap start--*/
.main_wrap {
}
.content_wrapper {
	overflow-x: hidden
}
.content_left {
	width: 50%;
	float: left;
}
.content_right {
	width: 50%;
	float: right;
}
.align-center.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 95%;
	padding: 0px 0 15px;
}
.align-left.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 00% 90%;
	padding: 0px 0 30px;
}
.img_full {
}
.img_full img {
	width: 100%;
	height: auto;
	float: left;
}
.shadow {
	padding: 1%;
	box-shadow: 0 0 9px #999;
}
.about_wrap {
	background: url(../images/about-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 128px 0 100px;
}
.about_txt {
}
.about_txt p {
	padding: 33px 0 0;
}
.gray_wrap {
	background: #ededed;
	padding: 66px 0 60px;
}
.tax_wrap {
	background: #003675;
}
.tax_txt {
	padding: 0 50px;
}
.tax_txt h5 {
	color: #fff;
	padding: 20px 0 0 0;
	font-weight: 600;
}
.tax_txt p {
	color: #fff;
}
.three_wrap {
	background: #003675;
	margin: 56px 0 34px;
	padding: 45px 0;
}
.three_box {
	padding: 25px 30px;
}
.three_box:hover, .three_box.active {
	background: url(../images/ts.png) no-repeat center;
	background-size: cover;
}
.three_box h5 {
	color: #fff;
	padding: 7px 0 0 0;
}
.three_box p {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.services_wrap {
	padding: 0;
}
.services_loop {
}
.services_loop > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 60px 60px;
	background: url(../images/bb.png) repeat-x left bottom;
}
/*.services_loop > div:last-child{
	background:none;
}*/
.services_loop > div p {
	padding: 0 0 20px 0;
}
.services_loop > div h3 {
	text-transform: uppercase;
}
.services_loop > div ul {
	width: 100%;
	margin-bottom: 15px;
}
.services_loop > div ul li {
	font-size: 15px;
	padding: 2.5px 0 2.5px 15px;
	background: url(../images/si.png) no-repeat left 7px;
}
.services_loop > div:nth-child(odd) {
}
.services_loop div .ser_image {
	float: left;
	width: 50%
}
.services_loop div .ser_image img {
	width: 100%;
	border-radius: 15px;
}
.services_loop div .ser_text {
	width: 50%;
	float: left
}
.services_loop > div:nth-child(even) {
	flex-direction: row-reverse;
}
.services_loop div:nth-child(odd) .ser_text {
	padding: 0 0 0 48px;
}
.services_loop div:nth-child(even) .ser_text {
	padding: 0 48px 0 0;
}
.member_wrap {
	padding: 71px 0 50px;
}
.mem_area {
	text-align: center;
}
.mem_area ul {
	display: table;
}
.mem_area ul li {
	display: inline-block;
	margin: 0 5px;
	position: relative;
	overflow: hidden;
}
#owl-one .item, #owl-two .item {
	margin: 15px 0;
	text-align: center;
}
#owl-one .item img {
	display: inline-block;
}
#owl-one .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 39px;
	height: 50px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-one .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
	background: url(../images/right.png) no-repeat !important;
}
#owl-one .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
	background: url(../images/left.png) no-repeat !important;
}
#owl-one .owl-nav [class*=owl-] {
	display: block;
}
#owl-one .owl-dots {
}
#owl-two .owl-nav [class*=owl-] {
	position: absolute;
	bottom: 5%;
	margin-top: -20px;
	outline: 0;
	width: 37px;
	height: 18px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-two .owl-nav {
	margin-top: 35px;
}
#owl-two .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: 20px;
	top: 100%;
	background: url(../images/ra.png) no-repeat !important;
}
#owl-two .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: 20px;
	top: 100%;
	background: url(../images/la.png) no-repeat !important;
}
#owl-two .owl-dots .owl-dot span {
	background: rgba(255,255,255,0.5);
}
#owl-two .owl-dots .owl-dot.active span, #owl-two .owl-dots .owl-dot:hover span {
	background: rgba(255,255,255,1);
}
.mail_form {
	text-align: center;
}
.mail_form h1 {
	padding: 0 0 45px 0;
	color: #fff;
	text-transform: uppercase;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form input[type="date"], .mail_form input[type="time"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	margin: 5px 0;
	padding: 0 5px;
	text-indent: 0px;
	font: 400 14px/40px 'Lato', sans-serif;
	color: #fff;
	background: transparent;
}
.mail_form select {
	background: transparent url(../images/select.png) no-repeat 98% center;
}
.mail_form textarea {
	height: 70px;
	line-height: 20px;
	padding: 5px;
}
.mail_form input[type="submit"] {
	background: #21aeee;
	font: 600 14px/50px 'Lato', sans-serif;
	color: #000;
	text-transform: capitalize;
	text-align: center;
	padding: 0px 85px;
	margin: 54px 0 0;
	display: inline-block;
	border: 1px solid #21aeee;
	border-radius: 30px;
	letter-spacing: 2px;
}
.mail_form input[type="submit"]:hover {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
	transition: all .3s ease-in-out;
	border-radius: 0px 15px 0 15px;
}
 .mail_form input[type="text"]::-webkit-input-placeholder, .mail_form input[type="email"]::-webkit-input-placeholder, .mail_form input[type="tel"]::-webkit-input-placeholder, .mail_form input[type="date"]::-webkit-input-placeholder, .mail_form input[type="time"]::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder {
 font: 400 14px/40px 'Lato', sans-serif;
 color: #fff !important;
 opacity:1;
}
.mail_form textarea::-webkit-input-placeholder {
 font: 400 14px/20px 'Lato', sans-serif;
 color: #fff !important;
 opacity:1;
}
/*--footer_wrap start--*/
footer {
	background: #000000;
}
footer .footer_content {
}
.footer_logo {
	margin: 0;
	text-align: left;
}
.footer_links {
}
.footer_links p {
	font: 400 13px/20px 'Oswald', sans-serif;
	color: #939394;
	display: inline-block;
	padding: 0;
}
.footer_links ul {
	float: left;
}
.footer_links ul li {
	float: left;
	margin: 0 45px 0 0;
}
.footer_links ul li a {
	font: 400 14px/42px 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.footer_links ul li a:hover {
	color: #c7382d;
}
.footer_links ul li:hover a, .footer_links ul li.active a {
	color: #c7382d;
	text-decoration: none;
}
.social_links {
}
.social_links ul {
	float: right;
}
.social_links ul li {
	float: left;
	padding: 0;
	margin: 0 0 0 15px;
}
.copyright_wrap {
	width: 100%;
}
.copyright_wrap p {
	font: 400 14px/28px 'Oswald', sans-serif;
	color: #939394;
	text-transform: uppercase;
	padding: 0;
}/*--footer_wrap end--*/
.align-center {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorred {
	color: #eb2027
}
.colorblack {
	color: #686868;
}
.colorviolet {
	color: #471a5a;
}
.colorgray {
	color: #878687;
}
.uppercase {
	text-transform: uppercase;
}
.bg-gray {
	background: #f5f5f5;
}
.bg-black {
	background: #000;
}
.bg-yellow {
	background: #d0a024;
}
.img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 5.5s;
	-moz-transition: all 5.5s;
	-o-transition: all 5.5s;
	transition: all 5.5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/
}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.bdr-top {
	border-top: 3px solid #e5e5e5;
}
.btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 30px;
}
.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #333;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 30px;
}
.btn:hover {
	border: 1px solid #333;
	color: #fff;
}
.btn:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
/* Shine */
.pro_img {
	position: relative;
	overflow: hidden;
}
.pro_img::before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.pro_img:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
 100% {
 left: 125%;
}
}
@keyframes shine {
 100% {
 left: 125%;
}
}
/* Rotate */
.pro_img img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.pro_img:hover img {
	-webkit-transform: rotate(5deg) scale(1.15);
	transform: rotate(5deg) scale(1.15);
	-webkit-filter: grayscale(10%); /* Safari 6.0 - 9.0 */
	filter: grayscale(10%);
}
/* Rotate */

/* Rotate */
.pro_img img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
}
.pro_img:hover img {
	-webkit-transform: rotate(5deg) scale(1.15);
	transform: rotate(5deg) scale(1.15);
	-webkit-filter: grayscale(10%); /* Safari 6.0 - 9.0 */
	filter: grayscale(10%);
}
/* Rotate */
@-webkit-keyframes stuckMoveDown {
0% {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes stuckMoveDown {
0% {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
 @-webkit-keyframes stuckMoveUp {
0% {
-webkit-transform:translateY(100%);
transform:translateY(100%)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes stuckMoveUp {
0% {
-webkit-transform:translateY(100%);
transform:translateY(100%)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
.aboutus_wrap {
	background: url(../images/aboutus-bg.jpg) no-repeat center right;
	padding: 42px 0;
	background-size: contain;
}
.mobi_txt {
	display: none;
}
.ser_wrap {
	padding: 120px 0 80px;
}
.ser_img {
}
.ser_img img {
	width: 100%;
	border-radius: 12px;
}
.ser_txt {
}
.ser_txt ul {
	width: 100%;
}
.ser_txt ul li {
	width: 100%;
	padding: 5px 0 5px 15px;
	font: 500 15px/20px 'Montserrat', sans-serif;
	color: #000;
	background: url(../images/si.png) no-repeat left 9px;
}
.mems_wrap {
	padding: 0 0 81px;
}
/* Rotate */
.mem_area ul li img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: 1.3s ease-in-out;
	transition: 1.3s ease-in-out;
}
.mem_area ul li:hover img {
	-webkit-transform: rotate(0deg) scale(1.0);
	transform: rotate(0deg) scale(1.0);
	-webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(50%);
}
.find_wrap {
	background: url(../images/find-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 132px 0 115px;
}
.find_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0 2.5%;
}
.find_box .find_img {
	width: 50%;
}
.find_box .find_img img {
	width: 100%;
}
.find_box .find_txt {
	width: 50%;
	margin-left: -5%;
	background: #003675;
	padding: 75px 96px;
}
.find_box .find_txt ul {
	width: 100%;
}
.find_box .find_txt ul li {
	width: 100%;
	border-bottom: 1px dotted #405477;
	padding: 15px 0 15px 70px;
}
.find_box .find_txt ul li:last-child {
	border: none;
	padding: 10px 0 10px 70px;
}
.find_box .find_txt ul li.phone {
	background: url(../images/ci-1.png) no-repeat left center;
}
.find_box .find_txt ul li.email {
	background: url(../images/ci-2.png) no-repeat left center;
}
.find_box .find_txt ul li.location {
	background: url(../images/ci-3.png) no-repeat left center;
}
.find_box .find_txt ul li h6 {
	font: 700 18px/23px 'Oswald', sans-serif;
	color: #fff;
}
.find_box .find_txt ul li p {
	font: 400 17px/22px 'Lato', sans-serif;
	color: #fff;
	padding: 0;
}
.find_box .find_txt ul li p a {
	color: #fff;
}
.eq_wrap {
	background: url(../images/eq-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 72px 0 58px;
}
.blog_wrap {
	background: url(../images/blog-bg.jpg) no-repeat center bottom;
	padding: 132px 0 43px;
}
.blog_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.blog_box .blog_img {
	width: 45%;
	text-align: right;
	z-index: 9;
}
.blog_box .blog_img img {
	width: auto;
}
.blog_box .blog_txt {
	width: 60%;
	margin-left: -5%;
	background: #003675;
	padding: 33px 122px;
	z-index: 1;
}
.blog_box .blog_txt ul {
	width: 100%;
}
.blog_box .blog_txt ul li {
	width: 100%;
	background: #003675;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin: 8px 0 0;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 30px;
	letter-spacing: 2px;
}
.blog_box .blog_txt ul li a {
	font: 400 15px/54px 'Oswald', sans-serif;
	color: #fff;
	display: block;
}
.blog_box .blog_txt ul li:hover {
	background: #fff;
}
.blog_box .blog_txt ul li:hover a {
	color: #003675;
}
