body {
	overflow-x: hidden;
	font-family: 'Sen', sans-serif !important;
	color: #393636 !important;
}

.wrapper {
	margin-left: 0;
	display: block;
	width: 100%;
	float: left;
	-webkit-transition: .8s ease;
	-o-transition: .8s ease;
	transition: .8s ease;
}

.rev_slider_wrapper {
	right: auto !important;
	left: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Spartan', sans-serif !important;
}

p {
	font-family: 'Sen', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #9da0b2;
	line-height: 1.3rem;
}

.hidden {
	display: none;
}

.bg-light {
	color: #f9f8fa;
}

.bg-blue {
	background-color: #161922;
	margin-top: 100px;
}

.bg-grey {
	color: #9da0b2;
}

.green {
	color: #ff573b;
}

.blue {
	color: #161922;
}

.orange {
	color: #ff573b;
}

.text-white {
	color: #fff;
}

.grey {}

.grey:hover {
	color: #ff573b;
}

.bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*========================
   General
=======================*/

section,
.section-padding {
	position: relative;
	padding: 7.5rem 0
}

.h-100 {
	height: 100vh
}

a,
a:active,
a:focus,
a:hover {
	text-decoration: none !important;
	outline: none;
}

.hr-line {
	width: 150px;
	height: 2px;
	background: #000;
	display: block;
}

a {
	color: #fff;
}

a:hover {
	color: #ff573b;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.heading-space {
	padding-bottom: 130px;
}

.text-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}


/*=============================
   Slider
=============================*/

.wexim .tp-bullet {
	position: relative;
	display: contents;
	background: transparent;
	cursor: pointer;
	box-sizing: content-box;
}

.wexim .tp-bullet .tp-bullet-inner {
	width: 13px;
	height: 13px;
	position: relative;
	border: 3px solid #ffffff;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	box-sizing: content-box;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.wexim .tp-bullet:not(:last-child) .tp-line {
	height: 20px;
	width: 3px;
	background: white;
	display: block;
	margin: 0 auto;
}

.wexim .tp-bullet {
	position: relative;
	display: contents;
	background: transparent;
	cursor: pointer;
	box-sizing: content-box;
}

.tp-bullet {
	width: 15px;
	height: 15px;
	position: absolute;
	background: rgba(255, 255, 255, .3);
	cursor: pointer;
}

.wexim .tp-bullet.selected .tp-bullet-inner {
	background: #ff573b;
}

.wexim .tp-bullet.selected .tp-bullet-inner {
	transform: scale(1.4);
	margin-top: 2px;
	background: #ff573b;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.wexim.tp-bullets {
	height: 110px !important;
	width: 19px !important;
	text-align: center;
	display: inline-block;
	position: relative;
}


/*==============================
   SVG
=============================*/

svg {
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	height: 100px;
	display: block;
	z-index: 100;
}

.contact-us .svg {
	transform: rotate(180deg);
	bottom: -1px !important;
	position: absolute;
	width: 100%;
}

.contact-us {
	position: unset;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-navigation svg {
	bottom: auto;
}


/* opacity */

.opacity-full {
	opacity: 1;
}

.opacity-3 {
	opacity: .3;
}

.opacity-4 {
	opacity: .4;
}

.opacity-5 {
	opacity: .5;
}

.opacity-6 {
	opacity: .6;
}

.opacity-7 {
	opacity: .7;
}

.opacity-8 {
	opacity: .8;
}

.opacity-9 {
	opacity: .9;
}

.opacity-0 {
	opacity: 0;
}

.dnone {
	opacity: 0;
	visibility: hidden;
	display: none;
}


/*font-weight*/

.font-weight-100 {
	font-weight: 100;
}

.font-weight-300 {
	font-weight: 300;
}

.font-weight-500 {
	font-weight: 500;
}

.font-weight-600 {
	font-weight: 600;
}


/* z index */

.z-index-1 {
	z-index: 1;
}

.z-index-2 {
	z-index: 2;
}

.z-index-2 {
	z-index: 3;
}

.z-index-2 {
	z-index: 4;
}

.z-index-2 {
	z-index: 5;
}


/* button */

.btn {
	display: inline-block;
	font-size: 17px;
	border: 1px solid transparent;
	letter-spacing: .5px;
	line-height: inherit;
	border-radius: 0;
	text-transform: capitalize;
	width: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition: all 0.3s !important;
	-o-transition: all 0.3s !important;
	transition: all 0.3s !important;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out
}


/* button size */

.btn.btn-small {
	font-size: 11px;
	padding: 4px 24px;
}

.btn.btn-medium {
	font-size: 12px;
	padding: 6px 25px 5px;
}

.btn.btn-large.rev-slider {
	font-size: 16px;
	padding: 12px 34px;
	line-height: 25px;
	width: 150px;
	letter-spacing: 0.5px;
}

.btn.btn-rounded {
	border-radius: 50px;
}

.btn.btn-large {
	font-size: 14px;
	padding: 9px 34px;
	line-height: 25px;
	letter-spacing: 0.5px;
}


/* button background */

.btn.btn-green {
	background: #ff573b;
	font-size: 18px !important;
	padding: 15px 25px;
	font-weight: 800;
	border-color: #ff573b;
	color: #ffffff !important;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	cursor: pointer;
}

.btn.btn-green:hover {
	background: #fff !important;
	border-color: #fff;
	color: #161922 !important;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	cursor: pointer;
}

.btn.btn-blue {
	background: #161922;
	border-color: #161922;
	color: #ffffff !important;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	cursor: pointer;
}

.btn.btn-blue:hover {
	background: #ff573b !important;
	border-color: #ff573b;
	color: #ffffff !important;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	cursor: pointer;
}

.btn.btn-green-orange {
	background: #ff573b;
	border-color: #ff573b;
	color: #ffffff !important;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	cursor: pointer;
}

.btn.btn-green-orange:hover {
	background: #161922;
	border-color: #161922;
	color: #ffffff !important;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	cursor: pointer;
}

.btn.btn-transparent {
	background: transparent !important;
	border: 1px solid #ff573b !important;
}

.btn.btn-transparent:hover {
	background: #ff573b !important;
	border-color: #ff573b!important;
	color: #fff !important;
}


/*icon bg bover */

.facebook-bg-hvr:hover {
	background: #4267B2 !important;
	color: #fff !important;
}

.twitter-bg-hvr:hover {
	background: #1DA1F2 !important;
	color: #fff !important;
}

.instagram-bg-hvr:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#aa2fb5), color-stop(93%, #f1762c))!important;
	background: -o-linear-gradient(top, #aa2fb5 0%, #f1762c 93%)!important;
	background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%)!important;
	color: #fff !important;
}

.linkedin-bg-hvr:hover {
	background: #0077B5 !important;
	color: #fff !important;
}

.pinterest-bg-hvr:hover {
	background: #BD081C !important;
	color: #fff !important;
	border: 1px solid #BD081C !important;
}

.google-bg-hvr:hover {
	background: #DB4437 !important;
	color: #fff !important;
}

.mail-bg-hvr:hover {
	background: #c32aa3 !important;
	color: #fff !important;
	border: 1px solid #c32aa3 !important;
}


/*icon text bover */

.facebook-text-hvr:hover {
	color: #4267B2 !important;
}

.twitter-text-hvr:hover {
	color: #1DA1F2 !important;
}

.instagram-text-hvr:hover {
	color: #aa2fb5
}

.linkedin-text-hvr:hover {
	color: #0077B5 !important;
}

.pinterest-text-hvr:hover {
	color: #BD081C !important;
}

.google-text-hvr:hover {
	color: #DB4437 !important;
}

.mail-text-hvr:hover {
	color: #c32aa3 !important;
}


/* Headings Fonts Size*/

h2 {
	font-family:'Spartan', sans-serif !important;
	font-size: 48px;
	font-weight: 400;
	color: #393636;
}

h3 {
	font-family:'Spartan', sans-serif !important;
	font-size: 24px;
	font-weight: 400;
	color: #393636;
}

h4 {
	font-family:'Spartan', sans-serif !important;
	font-size: 20px;
	font-weight: 400;
	color: #393636;
}

h5 {
	font-family:'Spartan', sans-serif !important;
	font-size: 18px !important;
	font-weight: 500;
	color: #393636;
}

h6 {
	font-family:'Spartan', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	color: #393636;
}


/*Margin & Paddind*/

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mr-40 {
	margin-right: 40px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pl-25 {
	padding-left: 25px;
}

.loader {
	background: #fff;
	text-align: center;
	height: 100vh;
	z-index: 999;
	position: fixed;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.load {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.load span {
	position: absolute;
	width: 25px;
	height: 25px;
	background: #262626;
	-webkit-animation: animate 4s infinite forwards ease-in-out;
	animation: animate 4s infinite forwards ease-in-out;
}

.load span:nth-child(1) {
	background: #161922;
	left: -24px;
	top: -34px;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.load span:nth-child(2) {
	background: #ff573b;
	left: 5px;
	top: -34px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.load span:nth-child(4) {
	background: #ff573b;
	left: -24px;
	top: 3px;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.load span:nth-child(3) {
	background: #161922;
	left: 5px;
	top: 3px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@-webkit-keyframes animate {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	20% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
	40% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}
	60% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	80% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
	100% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
}

@keyframes animate {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	20% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
	40% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}
	60% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	80% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
	100% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
}


/* nav top default */

.navbar-top-default {
	position: absolute;
	top: 0;
	z-index: 99;
	overflow: hidden;
	height: 90px;
	width: 100%;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.navbar-top-default .navbar-nav .nav-link {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 500;
	padding: 0 0 0;
	margin-right: 1.1rem;
	margin-left: 1.1rem;
	text-transform: capitalize;
}

.navbar-top-default .navbar-nav .nav-link:hover {
	color: #161922;
}

.header-appear .navbar-top-default .navbar-nav .nav-link {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 500;
	text-transform: capitalize;
}

.header-appear .navbar-top-default .navbar-nav .nav-link:hover {
	color: #161922;
}


/* Nav Radius Hover Effect */

.nav-radius .navbar-nav .nav-link {
	padding: 0.6rem 0.8rem;
	border-radius: 36px;
}

.header-appear .nav-radius .navbar-nav .nav-link {
	padding: 0.6rem 0.8rem;
	border-radius: 36px;
}

.nav-radius .navbar-nav .nav-link.active {
	background: #ff573b;
	color: #ffffff !important;
}

.header-appear .nav-radius .navbar-nav .nav-link.active {
	background: #ff573b;
	color: #ffffff !important;
}

.nav-radius .navbar-nav .nav-link.active:hover {
	color: #ffffff;
}

.nav-radius .navbar-nav .nav-link {
	margin: 0 0.1rem;
}

.header-appear .navbar-top-default {
	height: 80px;
	position: fixed;
	z-index: 999;
	background: #fff;
	-webkit-animation-name: animationFade;
	animation-name: animationFade;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

@-webkit-keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.header-appear .navbar .logo-default,
.navbar .logo-scrolled {
	display: none;
}

.header-appear .navbar .logo-scrolled,
.navbar .logo-default {
	width: 180px;
	display: inline-block;
}

.header-appear .navbar .logo-scrolled {
	width: 170px;
}

.rev_slider_wrapper {
	left: auto!important;
}

.ml-250 {
	margin-left: 250px;
}


/* ===================================
    Side Menu
====================================== */

.side-menu {
	width: 25%;
	position: fixed;
	right: 0;
	top: 0;
	background: #2a4c61;
	z-index: 1032;
	height: 100%;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	overflow: hidden;
}

.side-menu.left {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
	width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
	visibility: visible;
	opacity: 1;
}

.side-menu .navbar-brand {
	margin: 0 0 2.5rem 0;
}


/*Side overlay*/

#close_side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	display: none;
	z-index: 1031;
	opacity: 0.4;
}


/*side clode btn*/

.side-menu .btn-close {
	height: 33px;
	width: 33px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 30px;
	right: 15px;
	cursor: pointer;
}

.side-menu.before-side .btn-close {
	display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
	position: absolute;
	left: 16px;
	content: ' ';
	height: 24px;
	width: 2px;
	background: #fff;
	top: 5px;
}

.side-menu .btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.side-menu .btn-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*side open btn*/

.sidemenu_btn {
	position: relative;
}

.sidemenu_btn.left {
	left: 15px;
	right: auto;
}

.sidemenu_btn span {
	height: 2px;
	width: 25px;
	background: #000;
	display: block;
}

.header-appear .sidemenu_btn span {
	height: 2px;
	width: 25px;
	background: #000;
	display: block;
}

.header-appear .navbar-simple .sidemenu_btn span {
	background: #666666;
}

.header-appear .navbar-gradient .sidemenu_btn span {
	background: #FFFFFF;
}

.sidemenu_btn span:nth-child(2) {
	margin: 4px 0;
}

.side-menu .inner-wrapper {
	padding: 3.5rem 5rem;
	height: 100%;
	position: relative;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
	padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
	display: block;
}

.side-nav .navbar-nav .nav-item {
	display: block;
	margin: 10px 0;
	padding: 0 !important;
	opacity: 0;
	-webkit-transition: all 0.8s ease 500ms;
	-o-transition: all 0.8s ease 500ms;
	transition: all 0.8s ease 500ms;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
	-webkit-transition-delay: .9s;
	-o-transition-delay: .9s;
	transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.side-nav .navbar-nav .nav-link {
	display: inline-table;
	color: #fff;
	padding: 2px 0 3px 0 !important;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	position: relative;
	border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after {
	content: "";
	position: absolute;
	background: #ff573b;
	display: inline-block;
	width: 0;
	height: 3px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
	width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
	background: transparent;
}

.side-menu p {
	font-size: 13px;
	margin-top: .5rem;
	margin-bottom: 0;
}

.social-icons-simple {
	margin-bottom: 0;
	margin-left: -10px;
}

.social-icons-simple li {
	display: inline-block;
}

.social-icons-simple li a {
	display: block;
	font-size: 16px;
	height: 36px;
	line-height: 38px;
	border: 1px solid transparent;
	text-align: center;
	width: 36px;
	color: #FFFFFF;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
}

.social-icons-simple.darkcolor li a {
	color: #fff;
}

.social-icons-simple.whitecolor li a {
	color: #fff;
}

.social-icons-simple li a:hover {
	background-color: #FFFFFF;
}

.social-icons-simple li.animated-wrap a:hover {
	background-color: transparent;
	color: #ffffff;
}


/*========================
   About Section
   =======================*/

.about-banner {
	padding-top: 5rem !important;
}

.about-max {
	max-width: 700px;
	margin: 0 auto;
}

.max-151 {
	max-width: 151px;
	margin: 0 auto;
}

.icon-hover-effect {
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}


/*
.icon-hover-effect:hover .laptop-icon, .icon-hover-effect:hover .chart-icon, .icon-hover-effect:hover .pencil-icon {
    transform: translateY(-20px);
    transition: 1s;
}*/

.about-padding {
	padding-top: 35px;
	padding-bottom: 35px;
	padding-right: 35px;
	padding-left: 35px;
	background-color: #ff573b;
	border-radius: 50%;
	max-width: 115px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	margin: 0 auto;
}

.about-padding:hover {
	background-color: #161922;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.about-padding2 {
	padding-top: 35px;
	padding-bottom: 35px;
	padding-right: 35px;
	padding-left: 35px;
	background-color: #161922;
	border-radius: 50%;
	max-width: 115px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	margin: 0 auto;
}

.about-padding2:hover {
	background-color: #ff573b;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.line-padding2::before {
	height: 1px;
	top: 115px;
	background: #000;
	width: 30%;
	z-index: -1;
	margin: 0;
	left: 10px;
}

.line-padding2::after {
	height: 1px;
	top: 115px;
	background: #000;
	width: 30%;
	z-index: -1;
	margin: 0;
	right: 10px;
}

.icon {
	font-size: 40px;
	color: #fff;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.index-1 {
	background: url("../img/parallax-1.jpg");
}

.m-25 {
	margin-bottom: -25px;
	margin-top: -25px;
}


/*================================================
Go Top CSS
=================================================*/

.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 15px;
	right: 15px;
	color: #ffffff;
	background-color: #ff573b;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	-o-transition: .9s;
	transition: .9s;
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
}

.go-top.active {
	-webkit-animation: bounceInDown 2s;
	animation: bounceInDown 2s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #161922;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.go-top:hover,
.go-top:focus {
	color: #ffffff;
}

.go-top:hover::before,
.go-top:focus::before {
	opacity: 1;
	visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}


/* newsletter element 2 */

.subscribe-two {
	background: #ffffff;
	border: 10px solid #ffffff;
	border-radius: 38px;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 13px 15px -10px rgba(0, 0, 0, 0.35);
}

.subscribe-two .form-control {
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	background: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: table-cell;
	font-size: 14px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
}

.subscribe-two .form-control:focus {
	border-color: #ffffff;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
}


/*====================================
    swiper vertical slider
=================================*/

.swiper-container {
	width: 100%;
	height: 100%;
	max-height: 325px;
}

.swiper-slide {
	text-align: center;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 50%;
	top: auto;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
	background: #ff573b;
	width: 2px;
	height: 22px;
	border-radius: 0;
}

.swiper-slide p {
	max-width: 292px;
	margin: 0 auto;
	padding-bottom: 20px;
}


/* custom */

.about {
	background: url(../img/home-form.jpg) no-repeat;
	background-size: cover;
	background-position: bottom;
	padding-bottom: 0;
	z-index: 99;
}

.bannerbot-info {
	background-image: linear-gradient(to right, #4664E0, #1063D5);
	padding: 2rem 0;
}

.bannerbot-info p {
	font-weight: 800;
	font-size: 1rem;
	color: #fff;
}

.bannerbot-info ul li {
	display: inline-flex;
	padding: 4px 35px;
}

.mail-ifo {
	background: url(../img/mail.png) no-repeat;
	background-position: left;
	padding-left: 15px;
	background-size: 25px;
}

.phone-ifo {
	background: url(../img/phone.png) no-repeat;
	background-position: left;
	padding-left: 15px;
	background-size: 25px;
}

.form-sec {
	background: #fff;
	padding: 50px;
	box-shadow: 0 1px 6px 0 rgb(32 33 36 / 11%);
}

.form-sec-home h2 {
	font-weight: 800;
	color: #393636;
}

.form-sec-home p {
	color: #393636;
}

.form-sec-home .form-sec input {
	height: 48px;
	border-radius: 25px;
}

.form-sec-home .form-sec .reg-btn {
	font-weight: bold;
	text-transform: uppercase !important;
	font-size: 1.1rem;
	padding: 15px 0;
}

.bott-form {
	padding-top: 80px;
}

.bott-form h2 {
	font-weight: 800;
	font-size: 2.1rem;
	color: #393636;
}

.bott-form p {
	padding-top: 15px;
	font-size: 1.1rem;
	color: #393636;
}


/* sec2 */

.sec2 .card-title {
	font-size: 1.2rem;
	color: #EC541C;
	font-weight: 700;
}

.sec2 .card-text {
	font-size: 0.9rem;
	color: #393636;
}

.sec2 .card {
	min-height: 405px;
	border: none !important;
	box-shadow: 0px 0.6px 20.6px rgb(0 0 0 / 8%), 0px 0px 2.9px rgb(0 0 0 / 0%);
}

.sec2 .card .card-body {
	padding: 2rem;
}


/* .featured-job  */

.featured-job .featured-job-card .featured-job-dis {
	padding: 50px;
}

.featured-job .featured-job-card {
	border: none;
	box-shadow: 0px 0.6px 20.6px rgb(0 0 0 / 8%), 0px 0px 2.9px rgb(0 0 0 / 0%);
}

.featured-job .home-featured-job {
	background: url(../img/featured-jobs.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.featured-job {
	background: url(../img/featured-job-bg.jpg) no-repeat;
	background-size: cover;
	background-position: top;
	padding-bottom: 0;
}

.featured-job h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #393636;
}

.featured-job h6 {
	font-size: 1rem;
	font-weight: 700;
	color: #393636;
}

.featured-job p {
	color: #393636;
}

.featured-job .featured-job-dis {
	padding: 0 35px;
}


/* featured-job testi */

.featured-job .pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.featured-job .panel-footer {
	padding: 35px 0px 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.featured-job .pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.featured-job .news-slider td,
.news-slider th {
	border-bottom: none;
}

.featured-job .news-item img {
	min-width: 120px !important;
}

.featured-job .pagination>li>a span {
	color: #ff573b;
}


/* l-reliable-service */

.l-reliable-service {
	/* background: url(../img/reliable-services-limg.png) no-repeat; */
	background-position: left top;
	/* background-size: 44%; */
}

.reliable-sector {
	margin-top: 3rem;
}

.reliable-sector .myaccordion {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.reliable-sector .myaccordion .card,
.reliable-sector .myaccordion .card:last-child .card-header {
	border: none;
}

.reliable-sector .myaccordion .card {
	margin-bottom: 15px;
}

.reliable-sector .myaccordion .card-header {
	padding: 0;
	border-bottom-color: #EDEFF0;
	background: transparent;
}

.reliable-sector .myaccordion .fa-stack {
	font-size: 11px;
}

.reliable-sector .myaccordion .btn {
	width: 100%;
	font-weight: bold;
	color: #393636;
	padding: 0;
	padding: .95rem 1.25rem;
}

.reliable-sector .myaccordion .btn-link:hover,
.reliable-sector .myaccordion .btn-link:focus {
	text-decoration: none;
}

.reliable-sector .myaccordion li+li {
	margin-top: 10px;
}

.reliable-sector .fa-circle {
	color: #ffffff;
	border: 1px solid #606060;
	border-radius: 5px;
}

.reliable-sector .myaccordion p {
	text-align: left;
}

.reliable-sector .fa-inverse {
	color: #606060;
}

.reliable-content {
	padding: 6rem 0;
}

.reliable-content h2,
.reliable-content p {
	text-align: center;
}

.reliable-content h2 {
	margin-bottom: 1rem;
}


/* section-info */

.section-info {
	padding: 1.8rem 0 1rem;
}

.section-info a:hover {
	color: #fff;
}


/* testi */

.testi h2 {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	color: #393636;
}

.testi p {
	font-size: 1rem;
	text-align: center;
	color: #393636;
}

.inner-width {
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
}

.border {
	width: 100px;
	height: 3px;
	background: #333;
	margin: 40px auto;
}

.testi .testimonial p {
	text-align: left;
}

.testi .testimonial {
	padding: 40px;
	margin: 15px;
	overflow: hidden;
	border-radius: 25px;
	cursor: pointer;
	box-shadow: 0px 0.6px 20.6px rgb(0 0 0 / 8%), 0px 0px 2.9px rgb(0 0 0 / 0%);
}

.testi .testimonial hr {
	border-color: #eaeaea !important;
}

.test-info {
	display: flex;
	height: 60px;
	align-items: center;
}

.testi .testimonial .quot {
	color: #EE5720;
	font-size: 24px;
}

.test-pic {
	width: 70px !important;
	border-radius: 50%;
	margin-right: 15px;
}

.test-name {
	font-size: 12px;
	color: #333;
}

.test-name span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #393636;
}

.testimonial p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	color: #393636;
}

footer.footer {
	padding: 3rem 0;
	background: #F4F4F4;
}

footer.footer h2 {
	color: #393636;
	font-size: 1.2rem;
	font-weight: 700;
}

footer.footer p {
	font-size: 1rem;
	padding: 15px 0;
	color: #393636;
}

footer.footer ul li a {
	color: #393636;
	padding: 0rem 1rem;
}

footer.footer ul li a:hover {
	color: #ff573b;
}

footer.footer .mail-fld .input-group-append {
	margin-left: -25px;
}

footer.footer ul li {
	font-size: 1rem;
}

footer.footer .mail-fld .mail-input {
	border-radius: 25px 0 0 25px;
	min-height: 42px;
}

footer.footer .footer-social {
	display: inline-flex;
}

footer.footer .footer-social li {
	padding: 5px;
}

footer.footer .footer-social li i {
	font-size: 24px;
}

footer.footer .mail-fld .input-group-append button {
	border-radius: 25px;
	min-height: 42px;
	padding: 0 23px;
	z-index: 999;
	border: none;
	background: #fa6630;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fa6630 0%, #eb531b 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fa6630 0%, #eb531b 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fa6630 0%, #eb531b 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa6630', endColorstr='#eb531b', GradientType=0);
	/* IE6-9 */
}

footer.footer .mail-fld .input-group-append button:hover {
	background: -moz-linear-gradient(top, #eb531b 0%, #fa6630 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eb531b 0%, #fa6630 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eb531b 0%, #fa6630 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb531b', endColorstr='#fa6630', GradientType=0);
	/* IE6-9 */
}

.foot-sec {
	padding: 1rem 0;
}

.foot-sec p {
	color: #8E8484;
}

.foot-sec p a {
	color: #8E8484;
}

.foot-sec p a:hover {
	color: #ff573b;
}

.foot-sec .m-fl-right {
	float: right;
	text-align: right;
}


/* main-about */
.main-about{
	background: url(../img/about/main-about.jpg) no-repeat;
	background-position: top;
	background-size: cover;
}
.main-about h2.aboutbnr-h2{
    font-size: 32px;
    font-weight: 700;
    color: #393636;
    margin-top: 7rem;
    margin-bottom: 2rem;
}
.main-about p{
    color: #393636;
}
.main-about p.aboutbnr-p{
	margin-bottom: 10rem;
}

.about-card{
	border: none !important;
    box-shadow: 0px 0.6px 20.6px rgb(0 0 0 / 8%), 0px 0px 2.9px rgb(0 0 0 / 0%);
}
.about-card .card-body{
	padding: 3rem 2.5rem;
	padding-bottom: 4rem;
}

.about-card .card-body .card-title{
	font-size: 1.3rem;
	font-weight: 700;
}

.custom-marg-aoutcard{
	margin-top: 10rem;
}

.aboutpage-disc{
	text-align: center;
	padding: 4rem 0 2rem;
}

.aboutpage-disc h2{
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
}
.about-services{	
	background: rgb(70,100,224);
background: linear-gradient(90deg, rgba(70,100,224,1) 0%, rgba(16,99,213,1) 100%);
}

.about-services .service-list{
	display: inline-flex;
}

.about-services h2{	
    font-size: 2rem;
    color: #ffff;
    font-weight: 700;
    margin-bottom: 30px;
}

.about-services .service-list li{
	background: url(../img/about/tick-ico.png) no-repeat;
	background-position: left;
	padding-left: 30px;
	color: #fff;
	margin: 0 15px;
	position: relative;
	top: 0;
	transition: top ease 0.5s;
}
.about-services .service-list li:hover{
	top: -3px;
}
.about-card{
	position: relative;
	top: 0;
	transition: top ease 0.5s;
}
.about-card:hover {
	top: -10px;
  }
.about-services .service-list li a{
	color: #fff;
}

.about-services .service-list li a:hover{
	color: #ff9068;
}

.hover-effect{
	position: relative;
}

.hover-effect::before {
    right: 0;
    opacity:0.7;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: 0.7;
    left: 0;
}


.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}

/* jobs page */
.jobs-banner{
	background: rgb(255,255,255);
    padding: 10rem 0 7rem;
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(235,83,27,1) 60%, rgba(235,83,27,1) 100%);
}

.jobs-banner img{
    width: auto;
    height: 430px;
	position: relative;
	top: 0;
	transition: top ease 0.5s;
}
.jobs-banner img:hover{
	top: -10px;
}
/* recruitment */
.carbon-example {
	padding: 30px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 6px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	position: relative;
	z-index: 5;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
	margin-top:20px;
	transition-duration: 0.5s;
	position: relative;
	top: 0;
	transition: top ease 0.5s;
  }
  
  .carbon-example:hover{
	top: -5px;
    box-shadow: 0 2px 20px 0 rgb(255 220 208);
  }

  .carbon-example img {
	margin-right: 9px;
	max-width: 200px;
	transition: transform .2s;
  }
  
.carbon-example:hover > div img {
	transform: scale(1.05);
}

  .carbon-example .inner-wrapper {
	text-align: left;
    padding: 0 20px;
  }
  .carbon-example .inner-wrapper h3{
	font-size: 1.3rem;
	font-weight: 700;
  }
  .carbon-example .inner-wrapper button{	  
	background: #ff573b;
	color: #fff;
	border: none;
	font-weight: 700;
	border-radius: 25px;
	padding: 8px 20px;
    transition-duration: 0.5s;
  }
  .carbon-example .inner-wrapper button:hover{
	  background: #69524e;
  }
  .carbon-example .inner-wrapper button i{
	  padding-left: 8px;
  }
  
  .carbon-example .inner-wrapper p {
	font-size: 1.1rem;
	line-height: 1.33;
	margin: 15px 0;
  }
  
  .carbon-example .inner-wrapper p.fine-print {
	font-size: 8px;
	color: #C5CDD0;
	line-height: 1.25;
	text-transform: uppercase;
	font-weight: 500;
  }
  
  .flex-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  }


.recruitment-sec h2{
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: #393636;
}
.recruitment-sec p{
	font-size: 1.1rem;
	color: #393636;
	margin-bottom: 30px;
}

/* jobsdetail */

.jobsdetail-banner{
	background: rgb(255,255,255);
    padding: 10rem 0 0rem;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(16,99,213,1) 50%, rgba(16,99,213,1) 100%);
}

.jobsdetail-banner img{
    width: auto;
    height: 430px;
	position: relative;
	top: 0;
	transition: top ease 0.5s;
}
.jobsdetail-banner img:hover{
	top: -10px;
}

.jobsdetail-banner img{
	height: auto !important;
}

.jobsdetail-banner h2{
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 800;
	margin: 2.5rem 0 2rem;
}
.jobsdetail-banner p{
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
	padding-bottom: 3rem;
    line-height: normal;
    width: 70%;
    margin: auto;
}

.jobdetail-sec{
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(16,99,213,1) 80%, rgba(16,99,213,1) 100%);
    padding: 0 0 7.5rem;
}

.jobdetail-sec .jobdetail-body{
	padding: 3rem;
    box-shadow: 0px 0.6px 20.6px rgb(0 0 0 / 8%), 0px 0px 2.9px rgb(0 0 0 / 0%);
}

.jobdetail-sec .no-border{
	border: 0;
}

.jobdetail-sec .card{
	padding: 1rem 0;
}

.jobdetail-sec .jobdetail-body .card-body h3{
	font-size: 1.3rem;
	font-weight: 700;
	color: #393636;
}

.jobdetail-sec .jobdetail-body .card-body p{
	font-size: 1rem;
	font-weight: 400;
	color: #393636;
	margin-bottom: 10px;
	font-family: Spartan, sans-serif;
}

.jobdetail-sec .apply-btn{
    background: #ff573b;
    color: #fff;
    border: none;
    font-weight: 700;
    border-radius: 25px;
    padding: 8px 30px;
    transition-duration: 0.5s;
}

.jobdetail-sec .apply-btn:hover{
    background: #69524e;
}

/* services */
.services-banner{
	background: url(../img/services/service-banner.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}

.services-banner h2{
	font-size: 2rem;
	font-weight: 700;
	color: #393636;
	margin: 8rem 0 1.5rem;
}

.services-banner p{
	color: #393636;
	margin-bottom: 12rem;
    font-size: 1rem;
}

.health{
	margin-top: -12rem;
}

.health .health-card-default{
    flex-direction: initial !important;
}

.health .health-card-reverse{
    flex-direction: row-reverse !important;
}

.health .health-card-reverse, .health .health-card-default{
	border: none;
	margin: 2rem 0;
	background: transparent;
}

.health .health-card-reverse:hover > .img-container img, .health .health-card-default:hover > .img-container img{

	transform: scale(1.1);
}

.health .health-card-reverse:hover > .img-container .border-box,  .health .health-card-default:hover > .img-container .border-box{
	height: 100%;
	width: 100%;
}

.health .health-card-default .img-container, .health .health-card-reverse .img-container{
	min-width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
}

.health .health-card-default .img-container img, .health .health-card-reverse .img-container img{
padding: 15px;
z-index: 99;
position: relative;
transition: transform 1s; /* Animation */
}

.health .health-card-reverse .card-body h5, .health .health-card-reverse .card-body p{
	text-align: right;
}

.health .health-card-reverse .border-box{
	height: 100px;
	width: 100px;
	background: #EE5720;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	transition: 0.5s;
}

.health .health-card-default .border-box{
	height: 100px;
	width: 100px;
	background: #1063D5;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transition: 0.5s;
}

.health .health-card-reverse .card-body h5, .health .health-card-default .card-body h5{
    font-size: 1.3rem !important;
    font-weight: 700;
    color: #393636;
    margin-bottom: 20px;
}
.health .health-card-reverse .card-body p, .health .health-card-default .card-body p{
	font-size: 1rem;
	color: #393636;
}
/* contact */


.contact-sec{
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgb(187 193 202) 50%, rgb(59 75 96) 100%);
    padding: 12rem 0 7rem;
}

.contact-sec .contact-body{
	padding: 3.5rem 3rem 3rem;
    box-shadow: 0px 0.6px 20.6px rgb(0 0 0 / 8%), 0px 0px 2.9px rgb(0 0 0 / 0%);
}

.contact-sec .no-border{
	border: 0;
}

.contact-sec h3{
	font-weight: 800;
	margin-bottom: 1rem;
	color: #fff;
	text-transform: uppercase;
}

.contact-sec p{
	text-align: center;
	color: #fff;
	font-size: 1rem;
}

.contact-sec .card{
	padding: 1rem 0;
}

.contact-info{
    background: #364c6d;
	padding: 2rem 5rem;
	box-shadow: 0px 0.6px 20.6px rgb(0 0 0 / 8%), 0px 0px 2.9px rgb(0 0 0 / 0%);
}

.contact-info ul li{
	color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.contact-info ul li a i{
	float: left;
}

.contact-info ul li a{
	display: flex;
	align-items: center;
}

.bg-contact{
	background: url(../img/contact/contact.jpg) no-repeat;
	background-size: cover;
	background-position: center right;
	box-shadow: 0px 0.6px 20.6px rgb(0 0 0 / 10%), 0px 0px 2.9px rgb(0 0 0 / 0%);
}

.contact-sec .form-control{
    border: 1px solid rgb(16 99 213 / 31%) !important;
}

.contact-sec .contact-body .card-body h3{
	font-size: 1.3rem;
	font-weight: 700;
	color: #393636;
}

.contact-sec .contact-body .card-body p{
	font-size: 1rem;
	font-weight: 400;
	color: #393636;
	margin-bottom: 10px;
	font-family: Spartan, sans-serif;
}

.contact-sec .apply-btn{
    background: #ff573b;
    color: #fff;
    border: none;
    font-weight: 700;
    border-radius: 25px;
    padding: 8px 30px;
    transition-duration: 0.5s;
}

.contact-sec .apply-btn:hover{
    background: #69524e;
}



  @media screen and (max-width: 991px) {
	.flex-wrapper.two-col {
	  display: block;
	  text-align: center;
	}
  }
  
  .flex-wrapper.two-col > * {
	width: 50%;
  }
  
  .flex-wrapper.two-col > *:first-of-type {
	padding-right: 130px;
  }
  @media screen and (max-width: 991px) {
  
	.flex-wrapper.two-col > * {
	  width: 100%;
	}
  
	.flex-wrapper.two-col > *:first-of-type {
	  padding-right: 0;
	}
  }
  
  .flex-wrapper.two-col.reversed > *:first-of-type {
	order: 2;
	padding-right: 0;
  }
  @media screen and (min-width: 992px) {
	.flex-wrapper.two-col.reversed > *:first-of-type {
	  padding-left: 130px;
	}
  }
  
  .flex-wrapper.three-col {
	text-align: left;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	margin-top: 40px;
  }
  @media screen and (max-width: 767px) {
	.flex-wrapper.three-col {
	  -webkit-flex-wrap: wrap;
	  -moz-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	}
  }
  .flex-wrapper.three-col > * {
	width: 33.3%;
  }
  @media screen and (max-width: 767px) {
	.flex-wrapper.three-col > * {
	  width: 100%;
	}
  }
  @media screen and (min-width: 768px) {
	.flex-wrapper.three-col li {
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.flex-wrapper.three-col li:first-child {
	  padding-left: 0;
	}
	.flex-wrapper.three-col li:last-child {
	  padding-right: 0;
	}
  }
  
  .flex-wrapper.three-col .flex-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	margin-top: 0;
  }
  @media screen and (max-width: 767px) {
	.flex-wrapper.three-col .flex-wrapper {
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  -webkit-justify-content: center;
	  -moz-justify-content: center;
	  justify-content: center;
	}
  
	.flex-wrapper.three-col .flex-wrapper:not(:first-of-type) {
	  margin-top: 40px;
	}
  }
  
  .flex-wrapper.three-col .flex-wrapper .icon {
	top: 0;
	transform: none;
  }


/* ===================================
    Media Queries
====================================== */

@media (max-width: 1199px) and (min-width: 992px) {
	.team-box {
		background: #2c3459;
		padding: 52px 9px;
	}
	.jobs-banner img{
		width: auto;
		height: 345px;
	}	
	.contact-info {
		padding: 2rem 3rem;
	}
}


@media (max-width: 991px) and (min-width: 768px) {
	section, .section-padding {
		padding: 3.5rem 0;
	}
	.health {
		margin-top: 0;
	}
	.services-banner h2 {
		font-size: 1.3rem;
		margin: 4rem 0 1.5rem;
	}
	.services-banner p {
		margin-bottom: 0rem;
	}
	.health .health-card-reverse .card-body h5, .health .health-card-default .card-body h5 {
		font-size: 1rem !important;
	}
	.health .health-card-reverse .card-body p, .health .health-card-default .card-body p {
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 991px) {
	.center-about {
		text-align: center;
	}
	.left-about {
		text-align: left;
	}
	.sm-pt-3 {
		padding-top: 1.5rem;
	}
	.widget_search {
		max-width: 330px;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.text-11 {
		text-align: center;
	}
	.single_post {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.side-menu {
		width: 50%;
	}
	
	.jobs-banner img{
		width: auto;
		height: 205px;
	}	
	.contact-info{
		padding: 2rem 2rem 1rem;
	}
	.contact-info ul li {
		margin-bottom: 15px;
		line-height: normal;
	}
	
	.contact-info ul li a {
		display: block !important;
		font-size: 0.8rem;
	}
}

@media (max-width: 767px) and (min-width: 450px) {
	.services-banner {
		background-position: 0;
	}
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 30px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px !important;
	}
	h3 {
		font-size: 22px !important;
	}
	body p {
		font-size: 1.1rem;
	}
	.btn.btn-large.rev-slider {
		font-size: 14px !important;
		padding: 12px 34px !important;
	}
	section,
	.section-padding,
	.testimonial-item {
		position: relative;
		padding: 4.5rem 0;
		overflow: hidden;
	}
	.price .month {
		padding-right: 5px;
		padding-top: 5px;
	}
	.tp-bullets {
		left: 0% !important;
	}
	.padding-50 {
		padding-bottom: 70px;
	}
	#team-carousel .owl-dots {
		top: 88%;
		-webkit-transform: translateX(2%);
		-ms-transform: translateX(2%);
		transform: translateX(2%);
	}
	.bottom-20 {
		padding-bottom: 20px
	}
	.side-menu .inner-wrapper {
		padding: 3.5rem 2rem;
	}
	.font-42 {
		font-size: 28px;
	}
	.about ul li {
		font-size: 14px;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.price .currency {
		font-size: 50px !important;
	}
	.blog-right {
		text-align: center;
		padding-top: 30px;
	}
	.blog-text {
		text-align: center;
		padding-top: 30px;
	}
	.address-box {
		text-align: center;
	}
	.address-text {
		padding: 4.5rem 0;
	}
	.blog-text h2 {
		font-size: 30px;
	}
	.blog-image,
	.blog-image2 {
		max-width: 540px;
	}
	.date,
	.date-2 {
		right: 30px;
	}
	.bg-blue {
		background-color: #2c3459;
		margin-top: 72px;
	}
	.navbar-top-default {
		height: 70px;
	}
	.blog-panel {
		padding: 25px 45px 40px 45px;
	}
	.blog-panel {
		text-align: center;
		margin-bottom: 20px;
	}
	.blog-panel .panel-img {
		width: 100%;
		height: 100%;
		max-width: 100%;
	}
	.comment-text {
		text-align: center;
	}
	.blog-img-p {
		margin: 0 auto;
		display: block;
		padding-bottom: 10px;
	}
	.comment-btn {
		margin-bottom: 30px;
	}
	.pagination {
		text-align: center;
		float: unset;
		margin-top: 50px;
	}
	.blog-0 {
		margin-top: 0;
	}
	.max-237 {
		max-width: 237px;
		margin: 0 auto;
	}
	.reser-blog {
		text-align: center;
	}
	.contact-social-icon {
		text-align: center !important;
		margin: 0 auto;
		display: table;
	}
	.margin-sm {
		margin-bottom: 40px;
	}
	.center-leave {
		text-align: center;
	}
	.about-banner {
		padding-top: 75px !important;
	}
	.price-item {
		max-width: none;
	}
	.comment-para {
		padding-bottom: 40px;
	}
	.price {
		margin-right: 14px;
	}
	.price-item {
		margin: 40px 0 0 0;
	}
	.counter {
		text-align: center;
	}
	.hr-line {
		margin-right: auto;
		margin-left: auto;
	}
	.jobs-banner img{
		width: auto;
		height: 180px;
		margin-top: 5rem;
	}
	.jobs-banner{
		padding: 1.5rem 0 2rem;
	}
	.jobsdetail-banner {
		background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 29%, rgba(16,99,213,1) 29%, rgba(16,99,213,1) 100%);
	}
	.jobsdetail-banner{		
		padding:6rem 0 2rem;
	}
	.jobsdetail-banner h2{		
		margin: 1.5rem 0 1rem;
		font-size: 1.1rem;	
	}
	.jobsdetail-banner p{		
		width: 100%;
		font-size: 0.9rem;
		padding-bottom: 0;
	}
	.jobdetail-sec {
		padding: 0 0 4rem;
		background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 92%, rgba(16,99,213,1) 80%, rgba(16,99,213,1) 92%);
	}
	.jobdetail-sec .jobdetail-body {
		padding: 1rem;
	}
	.jobdetail-sec .jobdetail-body .card-body h3 {
		font-size: 0.8rem !important;
	}
	.jobdetail-sec .jobdetail-body .card-body p {
		font-size: 0.8rem;
		margin-bottom: 0.3rem;
	}
	.jobdetail-sec .card .card-body{
		padding: 0.6rem;
	}
	.jobdetail-sec .apply-btn {
		font-size: 0.8rem;
		padding: 8px 12px;
	}
	.services-banner {
		background-position: 30%;
	}
	.services-banner h2 {
		font-size: 1.3rem;
	}
	.services-banner p{
		font-size: 1rem;
	}
	.health .health-card-default, .health .health-card-reverse {
		flex-direction: column !important;
		box-shadow: 0px 0.6px 20.6px rgb(0 0 0 / 8%), 0px 0px 2.9px rgb(0 0 0 / 0%);
	}
	.health .health-card-reverse .card-body h5, .health .health-card-reverse .card-body h5, .health .health-card-default .card-body h5, .health .health-card-reverse .card-body p, .health .health-card-default .card-body p, .health .health-card-reverse .card-body p {
		text-align: center;
	}
	.health .health-card-reverse .card-body h5, .health .health-card-default .card-body h5 {
		font-size: 1rem !important;
	}
	.health .health-card-reverse .card-body p, .health .health-card-default .card-body p {
		font-size: 0.8rem;
	}
	.contact-info ul li {
		text-align: center;
		float: left;
		margin: 10px;
	}
}

@media (max-width: 767px) {
	.navbar .logo-default,
	.navbar .logo-scrolled {
		width: 150px;
	}
	.tp-mainheading {
		line-height: 25px !important;
	}
	.btn.btn-green {
		font-size: 15px !important;
		font-weight: 600;
	}
	.cust-mpad {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	section,
	.section-padding,
	.testimonial-item {
		padding: 0.5rem 0;
	}
	.m-bott-pad {
		padding-bottom: 15px;
	}
	.bott-form {
		padding-top: 40px;
	}
	.sec2 .card {
		margin-bottom: 15px;
	}
	.bott-form h2,
	.featured-job h2,
	.testi h2 {
		font-size: 1.2rem;
	}
	.featured-job h6 {
		font-size: 0.8rem;
	}
	.l-reliable-service {
		background: none;
	}
	.reliable-content {
		padding: 3rem 0;
	}
	.reliable-sector {
		margin-top: 0rem;
	}
	.section-info {
		padding: 1.8rem 0 0.8rem;
	}
	.testi h2 {
		margin-top: 4rem;
	}
	footer.footer h2 {
		font-size: 0.9rem;
	}
	footer.footer {
		padding: 4rem 0;
	}
	section,
	.section-padding,
	.testimonial-item {
		padding: 0.5rem 0 1rem;
	}
	.footer-m-pad {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.m-fl-right {
		text-align: center !important;
		float: none !important;
	}
	.foot-sec {
		text-align: center;
	}
	/* about */
	.about-services .service-list {
		display: block;
		float: left;
		text-align: left;
	}
	.about-services .service-list li{
		margin: 15px 0;
	}
	.about-services{
		padding: 2.5rem 0 2rem !important;
	}
	.main-about {
		background-position: top left;
	}
	.main-about p.aboutbnr-p {
		margin-bottom: 4rem;
	}
	.custom-marg-aoutcard {
		margin-top: 2rem;
	}
	.main-about h2.aboutbnr-h2, .aboutpage-disc h2, .about-services h2 {
		font-size: 1.3rem;
	}
	.recruitment-sec h2 {
		font-size: 1.2rem;
	}
	.recruitment-sec p{
		font-size: 1rem;
	}
	.carbon-example .inner-wrapper h3{
		font-size: 1.1rem;
	}
	.carbon-example .inner-wrapper p {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 575px) {
	#team-carousel .owl-dots {
		top: 88%;
		-webkit-transform: translateX(1%);
		-ms-transform: translateX(1%);
		transform: translateX(1%);
	}
	.newsletter-content button {
		max-width: 145px;
		text-align: center;
		margin: 0 auto;
	}
	.featured-job .news-slider td,
	.news-slider th {
		float: left;
	}
	
	.jobs-banner img{
		width: auto;
		height: 110px;
		margin-top: 5rem;
	}
	.carbon-example img{
		margin-bottom: 20px;
	}
	.flex-wrapper{
		display: block;
		text-align: center;
	}
	.carbon-example .inner-wrapper {
		text-align: center;
	}
	.recruitment-sec{
		padding: 4rem 0;
	}
	.contact-sec{
		padding: 8rem 0 4.5rem;
	}
}

@media screen and (max-width: 400px) {
	.side-menu {
		width: 80%;
	}
	.margin-50 {
		margin-top: 50px
	}
	.serial-box span {
		font-size: 24px;
	}
	#team-carousel .owl-dots {
		top: 81%;
		-webkit-transform: translateX(2%);
		-ms-transform: translateX(2%);
		transform: translateX(2%);
	}
	.side-menu .inner-wrapper {
		padding: 3.5rem 2rem;
	}
}

@media screen and (max-width: 480px) {
	.tp-bullets {
		left: 50% !important;
	}
	.side-menu {
		width: 76%;
	}
	.max-237 {
		max-width: 237px;
		margin: 0 auto;
	}
}

@media screen and (max-width:320px) {
	h2 {
		font-size: 26px
	}
	h3 {
		font-size: 20px
	}
	h4 {
		font-size: 15px
	}
	.margin-50 {
		margin-top: 50px;
	}
	.padding-50 {
		padding-bottom: 50px;
	}
	.price {
		margin-right: 4px;
	}
	.bottom-20 {
		padding-bottom: 20px;
	}
	#team-carousel .owl-dots {
		top: 83%;
		-webkit-transform: translateX(2%);
		-ms-transform: translateX(2%);
		transform: translateX(2%);
	}
	.serial-box span {
		font-size: 24px;
	}
	.side-menu {
		width: 85%;
	}
	.side-menu .inner-wrapper {
		padding: 3.5rem 2rem;
	}
	.blog-text h2 {
		font-size: 26px !important;
	}
	.price .currency {
		font-size: 30px !important;
		line-height: 1;
	}
	.price .sign {
		font-size: 15px;
	}
	.price .month {
		font-size: 11px;
		font-weight: 300;
		display: block;
		text-align: right;
		padding-right: 11px;
		padding-top: 5px !important;
	}
	.footer-social a {
		margin: 10px -1px;
	}
	.price-item {
		margin: 40px 0 0 0;
	}
}