/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #848484;
	line-height: 1.7em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
	padding: 0px 50px 0px;
}

a {
	text-decoration: none;
	cursor: pointer;
}

button,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	font-family: 'Poppins', sans-serif;
	color: #1d2534;
}

input,
button,
select,
textarea {
	font-family: 'Poppins', sans-serif;
}

textarea {
	overflow: hidden;
	resize: none;
}

p {
	position: relative;
	line-height: 1.8em;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.medium-container {
	max-width: 850px;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

img {
	display: inline-block;
	max-width: 100%;
}

.theme-btn {
	display: inline-block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.theme-btn .txt {
	position: relative;
	z-index: 1;
}

.centered {
	text-align: center;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	padding: 14px 30px;
	line-height: 24px;
	background: #ffffff;
	font-size: 16px;
	cursor: pointer;
	font-weight: 600;
	border-radius: 2px;
	text-transform: capitalize;
}

.btn-style-one:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #202020;
	border-radius: 2px;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.btn-style-one:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

/*Btn Style Two*/

.btn-style-two {
	position: relative;
	padding: 17px 34px;
	line-height: 24px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 2px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.btn-style-two:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #202020;
	border-radius: 2px;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.btn-style-two:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);
}

.btn-style-two:hover {
	color: #ffffff;
}

/*Btn Style Three*/

.btn-style-three {
	position: relative;
	padding: 17px 34px;
	line-height: 24px;
	background: #ffffff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 2px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.btn-style-three:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #202020;
	border-radius: 2px;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.btn-style-three:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);
}

.btn-style-three:hover {
	color: #ffffff;
}

/*Btn Style Four*/

.btn-style-four {
	position: relative;
	cursor: pointer;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	border-radius: 2px;
	padding: 17px 42px;
	text-transform: capitalize;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.btn-style-four:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #202020;
	border-radius: 2px;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.btn-style-four:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);
}

.btn-style-four:hover {
	color: #ffffff;
}

/*Social Icon One*/

.social-icon-one {
	position: relative;
}

.social-icon-one li {
	position: relative;
	margin-right: 5px;
	color: #222222;
	font-size: 18px;
	display: inline-block;
}

.social-icon-one li a {
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	border-radius: 50px;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: rgb(255, 255, 255);
	background: #193158;
}

.social-icon-one li a:hover {
	color: #ffffff;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg);
}

.preloader.style-two {
	background-image: url(../images/icons/preloader-2.svg);
}

.preloader.style-three {
	background-image: url(../images/icons/preloader-3.svg);
}

.preloader.style-four {
	background-image: url(../images/icons/preloader-4.svg);
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	right: 30px;
	bottom: 0;
	width: 50px;
	height: 60px;
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 58px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	display: none;
	border-radius: 50px 50px 0px 0px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top span {
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.scroll-to-top:hover {
	color: #ffffff;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
	position: relative;
}

.sec-title .title {
    position: relative;
    color: #848484;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 10px;
    background-color: #fceceb;
    display: inline-block;
    padding: 0px 20px;
    border-radius: 16px;
}

.sec-title h2 {
	position: relative;
	color: #1d2534;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 15px;
}

.light .sec-title h2 {
	color: #fff;
}

.sec-title h4 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.sec-title .text {
	position: relative;
	color: #848484;
	font-size: 17px;
	line-height: 1.8em;
}

.sec-title .title-icon {
	position: relative;
	width: 50px;
	margin-bottom: 20px;
}

.sec-title .title-icon .icon {
	position: relative;
	display: inline-block;
}

.sec-title.centered .title-icon {
	margin: 0 auto 20px;
}

.sec-title.centered {
	text-align: center;
}

.sec-title.light .title,
.sec-title.light h2,
.sec-title.light .text {
	color: #ffffff;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: fixed;
	z-index: 999;
	width: 100%;
}
.elementor-editor-active .main-header {
	z-index: 1;
}
.main-header .main-box {
	position: relative;
	padding: 0px 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	background: none;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .main-box .outer-container {
	position: relative;
	padding: 0px 40px;
}

.main-header .main-box .logo-box {
	position: relative;
	float: left;
	left: 0px;
	z-index: 10;
	padding: 30px 0px;
}

.main-header .main-box .logo-box .logo img {
	display: inline-block;
	max-width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .site-title {
    line-height: 36px;
}

.main-header .nav-toggler {
	position: absolute;
	top: 50%;
	margin-top: 0px;
	display: block;
}

.main-header .nav-toggler button {
	position: relative;
	display: block;
	color: #444444;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	font-weight: normal;
	background: none;
}

.main-header .header-upper {
	position: relative;
}

.main-header .header-upper .contact-number {
	position: relative;
	float: left;
	color: #262626;
	font-size: 18px;
	font-weight: 500;
	margin-top: 30px;
	padding: 12px 0px 12px 32px;
	border-left: 1px solid #dde4db;
}

.main-header .header-upper .contact-number .number-inner {
	position: relative;
	padding-left: 35px;
	line-height: 30px;
}

.main-header .header-upper .contact-number .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 28px;
	line-height: 1em;
}

.main-header .nav-outer {
	position: relative;
	float: right;
}

.main-header .header-upper .logo-box {
	position: relative;
	padding: 32px 0px 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .header-upper .logo-box .logo {
	position: relative;
}

.main-header .header-upper .option-box {
	position: relative;
	float: right;
	padding: 40px 0px 0px;
	margin-left: 30px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .header-upper .option-box .search-box-outer {
	position: relative;
	float: left;
}

.main-header .header-upper .option-box .nav-btn {
	position: relative;
	float: left;
	color: #ffffff;
	font-size: 22px;
	margin-left: 22px;
	cursor: pointer;
	top: -3px;
}

.main-header .header-upper .option-box.style-two {
	padding-top: 30px;
}

.main-header .header-upper .option-box .contact-us {
	font-size: 18px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}

.main-header .header-upper .option-box .contact-us a {
	color: #282828;
}

.main-header .header-upper .option-box .contact-us a span {
	margin-right: 8px;
	font-size: 24px;
}

.main-header .header-upper .search-box-btn {
	position: relative;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	background: none;
	line-height: 20px !important;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .header-upper .search-box-btn:after {
	display: none;
}

.main-header .header-upper .search-box-outer .dropdown-menu {
	top: 58px !important;
	right: 0px;
	padding: 0px;
	width: 280px;
	left: auto !important;
	border-radius: 0px;
	border: 0;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .header-upper .search-box-outer .dropdown-menu>li {
	padding: 0px;
	border: none;
	background: none;
}

.main-header .header-upper .search-panel .form-container {
	padding: 25px 20px;
}

.main-header .header-upper .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.main-header .header-upper .search-panel input[type="text"],
.main-header .header-upper .search-panel input[type="search"],
.main-header .header-upper .search-panel input[type="password"],
.main-header .header-upper .search-panel select {
	display: block;
	width: 100%;
	height: 50px;
	color: #000000;
	font-size: 15px;
	line-height: 24px;
	background: #f7f8f9;
	border: 1px solid #f7f8f9;
	padding: 7px 40px 7px 20px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-upper .search-panel button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 14px;
	background: none;
	cursor: pointer;
	color: #fff;
}

.fixed-header {
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background: -webkit-linear-gradient(left, #041044, #1c2e77);
    background: -ms-linear-gradient(left, #041044, #1c2e77);
    background: -o-linear-gradient(left, #041044, #1c2e77);
    background: -moz-linear-gradient(left, #041044, #1c2e77);
}

.fixed-header .header-upper .logo-box {
	padding-top: 20px;
}

.fixed-header .main-menu .navigation>li>a {
	margin: 25px 0px;
}

.fixed-header .header-upper .option-box {
	padding-top: 30px;
}

.main-menu {
	position: relative;
	float: left;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navbar-collapse {
	padding: 0px;
	float: left;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	margin-right: 30px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li:last-child {
	margin-right: 0px;
}

.main-header .header-upper .upper-right {
	padding-top: 32px;
}

.main-header .info-box {
	position: relative;
	float: left;
	margin-left: 35px;
	font-size: 14px;
	color: #98b2c4;
	text-align: left;
	text-transform: uppercase;
	padding: 0px 0px 0px 50px;
}

.main-header .info-box .icon-box {
	position: absolute;
	left: 0px;
	top: 5px;
	font-size: 36px;
	line-height: 1em;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .info-box li {
	position: relative;
	color: #7c7b7b;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: capitalize;
}

.main-header .info-box li strong {
	color: #262626;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	text-transform: capitalize;
	letter-spacing: 0px;
	opacity: 1;
	font-weight: 500;
	margin: 35px 0px;
	padding: 0;
	font-size: 16px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 15px;
}

.main-menu .navigation>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0;
    top: 2px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 24px;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
    border: 0;
}

.main-menu .navigation>li>ul:before {
	content: '';
	position: absolute;
	left: 0;
	top: -15px;
	width: 100%;
	height: 15px;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 120%;
	width: 250px;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	border: 0;
	padding: 25px 0px;
	background: #fff;
	border-radius: 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -30px;
	width: 100%;
	height: 30px;
	display: block;
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li:last-child {
	margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li>a.nav-link {
	position: relative;
	display: block;
	padding: 7px 30px;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	color: #222;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	white-space: normal;
}

.main-menu .navigation>li>ul>li>a.nav-link:hover {
	background: transparent;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 25px;
	top: 5px;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 24px;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 100%;
	width: 250px;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	padding: 25px 0px;
	background: #fff;
	border-radius: 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li>ul>li>a.nav-link {
	position: relative;
	display: block;
	padding: 7px 25px;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	color: #222;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a.nav-link:hover {
	background: transparent;
}

.main-menu .navigation>li.dropdown:hover>ul {
	top: 98%;
	visibility: visible;
	opacity: 1;
}




.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #222;
	line-height: 28px;
	border: 1px solid #eee;
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none;
	border-radius: 50%;
}

/* Header style two */

.main-header.header-style-two .main-menu .navigation>li>a {
	color: #222;
}

.main-header.header-style-two .main-menu .navigation>li>a:before {
	display: none;
}

.main-header.header-style-two {
	background: #fcfcfc;
}

.main-header.header-style-two .header-upper .search-box-btn {
	color: #222;
}

.main-header.header-style-two .header-upper .option-box .nav-btn {
	color: #222;
}

/*Appointment Box*/

.appointment-box {
	position: fixed;
	right: -400px;
	top: 0px;
	width: 400px;
	max-width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	background-color: #222 !important;
}

body.appointment-form-visible {
	overflow: hidden;
}

.appointment-form-visible .appointment-box {
	right: 0px;
	opacity: 1;
	visibility: visible;
}

.appointment-box .inner-box {
	position: relative;
	padding: 80px 40px 30px;
	background-color: #fff !important;
}

.appointment-box.style-two .inner-box {
	background: #252222;
}

.appointment-box .inner-box .cross-icon {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	color: #222;
	font-size: 20px;
}

.appointment-box .widget_about .text {
    color: #848484;
}


/*Appointment Form*/

.appointment-form {
	position: relative;
}

.appointment-form .form-group {
	position: relative;
	margin-bottom: 15px;
}

.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 20px;
	height: 50px;
	color: #848484;
	font-size: 15px;
	background: none;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	border: 1px solid #eee;
}

.appointment-form input::-webkit-input-placeholder, .appointment-form textarea::-webkit-input-placeholder {
	color: #848484;
}

.appointment-form input::-moz-placeholder, .appointment-form textarea::-moz-placeholder {
	color: #848484;
}

.appointment-form input:-ms-input-placeholder, .appointment-form textarea:-ms-input-placeholder {
	color: #848484;
}

.appointment-form input::-ms-input-placeholder, .appointment-form textarea::-ms-input-placeholder {
	color: #848484;
}

.appointment-form input::placeholder,
.appointment-form textarea::placeholder {
	color: #848484;
}

.appointment-form input[type="text"]:focus,
.appointment-form input[type="email"]:focus,
.appointment-form textarea:focus {
	border-color: #eee;
}

.appointment-form textarea {
	height: 135px;
	resize: none;
}

.appointment-form .form-group button {
	margin-top: 15px;
}

/* Contact Info Box */

.contact-info-box {
	position: relative;
	padding-top: 50px;
}

.contact-info-box .info-list {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.contact-info-box .info-list li {
	position: relative;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
}

.contact-info-box .info-list li a {
	color: #222;
}

.contact-info-box .info-list li a:hover {
	text-decoration: underline;
}

.contact-info-box .social-list {
	position: relative;
}

.contact-info-box .social-list li {
	position: relative;
	width: 50%;
	float: left;
	margin-bottom: 12px;
	display: inline-block;
}

.contact-info-box .social-list li a {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.contact-info-box .social-list li a:hover {
	text-decoration: underline;
	padding-left: 10px;
}

.form-back-drop {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, 0.70);
	visibility: hidden;
	z-index: 9990;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.appointment-form-visible .form-back-drop {
	opacity: 1;
	visibility: visible;
}


/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider {
	position: relative;
	background-image: -webkit-linear-gradient(left, #041044, #1c2e77);
	background-image: -o-linear-gradient(left, #041044, #1c2e77);
	background-image: -moz-linear-gradient(left, #041044, #1c2e77);
	background-image: linear-gradient(left, #041044, #1c2e77);
}

.main-slider:after {
	position: absolute;
	left: 0px;
	bottom: -15px;
	content: '';
	width: 100%;
	height: 92px;
	background: url(../images/background/9.png) center center no-repeat;
	background-size: 100% auto;
}

.shape-none .anim-icon {
	display: none;
}

.main-slider .anim-icon .icon-1{
	position: absolute;
	left: 48%;
	bottom: 40px;
	width: 131px;
	height: 132px;
	background-image: url(../images/icons/anim-icon-1.png);
	background-repeat: no-repeat;
	background-position: center;
}

.main-slider .anim-icon .icon-2{
	position: absolute;
	right: 200px;
	top: 170px;
	width: 152px;
	height: 154px;
	background-image: url(../images/icons/anim-icon-2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.main-slider .anim-icon .icon-3{
	position: absolute;
	left: 45%;
	top: 230px;
	width: 97px;
	height: 98px;
	background-image: url(../images/icons/anim-icon-3.png);
	background-repeat: no-repeat;
	background-position: center;
}

.main-slider .main-slider-carousel {
	position: relative;
}

.main-slider .slide {
	position: relative;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.main-slider .slide .content {
	position: relative;
	float: left;
	width: 55%;
	padding: 330px 0px 280px;
}

.main-slider .slide .image-box {
	position: relative;
	opacity: 0;
	float: right;
	width: 45%;
	padding-top: 260px;
	-webkit-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(200px);
	-ms-transform: translateX(200px);
	transform: translateX(200px);
}

.main-slider .active .image-box {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 500ms;
	     -o-transition-delay: 500ms;
	        transition-delay: 500ms;
}

.main-slider .slide .image-box .image img {
	width: 100%;
	display: block;
}

.main-slider h2 {
	position: relative;
	color: #ffffff;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 18px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
}

.main-slider h2.vertical-anim {
	-webkit-transform: translate(0px, -50px);
	-ms-transform: translate(0px, -50px);
	transform: translate(0px, -50px);
}

.main-slider .active h2 {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 1000ms;
	     -o-transition-delay: 1000ms;
	        transition-delay: 1000ms;
}

.main-slider h5 {
	position: relative;
	background: #fceceb;
    color: #ff4c4c;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 20px;
    border-radius: 16px;
	line-height: 1.3em;
	margin-bottom: 18px;
	display: inline-block;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
}

.main-slider .active h5 {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 2000ms;
	     -o-transition-delay: 2000ms;
	        transition-delay: 2000ms;
}

.main-slider .text {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	opacity: 0;
	line-height: 1.6em;
	font-weight: 300;
	margin-bottom: 30px;
	-webkit-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
}

.main-slider .text.vertical-anim {
	-webkit-transform: translate(0px, -50px);
	-ms-transform: translate(0px, -50px);
	transform: translate(0px, -50px);
}

.main-slider .active .text {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 1500ms;
	     -o-transition-delay: 1500ms;
	        transition-delay: 1500ms;
}

.main-slider .link-box {
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
}

.main-slider .link-box.vertical-anim {
	-webkit-transform: translate(0px, 50px);
	-ms-transform: translate(0px, 50px);
	transform: translate(0px, 50px);
}

.main-slider .link-box .theme-btn {
	margin-right: 15px;
	margin-bottom: 10px;
}

.main-slider .active .link-box {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 2000ms;
	     -o-transition-delay: 2000ms;
	        transition-delay: 2000ms;
}

.main-slider .slide .image.vertical-anim {
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .image.vertical-anim {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 2500ms;
	     -o-transition-delay: 2500ms;
	        transition-delay: 2500ms;
}

.main-slider .active .image-box {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 500ms;
	     -o-transition-delay: 500ms;
	        transition-delay: 500ms;
}

.main-slider .optimize-content {
	position: relative;
	text-align: center;
	padding: 190px 0px 60px;
}

.main-slider .optimize-content .image {
	position: relative;
	margin-bottom: 80px;
}

.main-slider .optimize-content .image img {
	position: relative;
	width: auto;
	margin: 0 auto;
}

.main-slider .optimize-content .opimized-form {
	position: relative;
	max-width: 940px;
	margin: 0 auto;
	margin-bottom: 30px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .opimized-form {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 2000ms;
	     -o-transition-delay: 2000ms;
	        transition-delay: 2000ms;
}

.main-slider .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 150px;
	max-width: 100px;
	margin-left: -50px;
	width: 100%;
	display: none;
	text-align: center;
}

.main-slider .owl-dots .owl-dot {
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0px 4px;
	overflow: hidden;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before {
	height: 100%;
}

.main-slider .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 1;
	width: 100%;
	height: 60px;
	margin-top: -30px;
}

.main-slider .owl-nav .owl-prev {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 30px;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	line-height: 56px;
	border: 2px solid rgba(255, 255, 255, 0.70);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-radius: 50%;
}

.main-slider .owl-nav .owl-next {
	position: absolute;
	right: 30px;
	width: 60px;
	height: 60px;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	line-height: 56px;
	border: 2px solid rgba(255, 255, 255, 0.70);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-radius: 50%;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
	color: #ffffff;
}

.main-slider .image-layer {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 250px;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
}

/* Style Two */

.main-slider.style-two {
	background: transparent;
}

.main-slider.style-two:after {
	display: none;
}

.main-slider.style-two .slide .content {
	padding: 250px 0px 310px;
}

.main-slider.style-two .slide .image-box {
	padding-top: 150px;
}

.main-slider.style-two .owl-nav .owl-next {
	top: 35px;
	left: 30px;
	right: auto;
}

.main-slider.style-two .owl-nav .owl-prev {
	top: -35px;
}

/* Style Three */

.main-slider.style-three {
	background: #fff;
}

.main-slider.style-three:after {
	display: none;
}

.main-slider.style-three .slide .content {
	padding: 280px 0px 180px;
}

.main-slider.style-three .slide .image-box {
	padding-top: 180px;
}

.main-slider.style-three h2 {
	color: #1d2534;
}

.main-slider.style-three .text {
	color: #222;
}

.main-slider.style-three .link-box .btn-style-three {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.main-slider.style-three .owl-nav .owl-next,
.main-slider.style-three .owl-nav .owl-prev {
	color: #888;
	border-color: #eee;
}

.main-slider.style-three .owl-nav .owl-next:hover,
.main-slider.style-three .owl-nav .owl-prev:hover {
	color: #fff;
}


/* Style Four */

.main-slider.style-four {
	background: #e8f1ff;
}

.main-slider.style-four:after {
	display: none;
}

.main-slider.style-four .slide {
	background-size: cover;
}

.main-slider.style-four .slide .content {
	padding: 330px 0px 230px;
}

.main-slider.style-four .slide .image-box {
	padding-top: 180px;
}

.main-slider.style-four h2 {
	font-size: 60px;
	font-weight: 700;
}

.main-slider.style-four .slide .content {
	width: 60%;
}

.main-slider.style-four .owl-nav {
	margin-top: 70px;
}

.main-slider .icons2 {
	position: absolute;
	right: 30%;
	top: 40%;
	z-index: 9;
	-webkit-animation: animationFramesTwo 17s infinite linear;
	        animation: animationFramesTwo 17s infinite linear;
}

@keyframes animationFramesTwo {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
		        transform: translate(0px, 0px) rotate(0deg) scale(1);
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
		        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(200deg) scale(1);
		        transform: translate(141px, 72px) rotate(200deg) scale(1);
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg) scale(1);
		        transform: translate(83px, 122px) rotate(108deg) scale(1);
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1);
		        transform: translate(-40px, 72px) rotate(144deg) scale(1);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
		        transform: translate(0px, 0px) rotate(0deg) scale(1);
	}
}

@-webkit-keyframes animationFramesTwo {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
		        transform: translate(0px, 0px) rotate(0deg) scale(1);
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
		        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(200deg) scale(1);
		        transform: translate(141px, 72px) rotate(200deg) scale(1);
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg) scale(1);
		        transform: translate(83px, 122px) rotate(108deg) scale(1);
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1);
		        transform: translate(-40px, 72px) rotate(144deg) scale(1);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
		        transform: translate(0px, 0px) rotate(0deg) scale(1);
	}
}

/* Banner Section */

.banner-section {
	position: relative;
	padding: 220px 0 200px;
	background-size: cover;
}

.banner-section h2 {
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 30px;
}

.banner-section .counter-column {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}

.banner-section .counter-column .inner {
	position: relative;
	padding: 70px 0 0;
	padding-left: 90px;
	min-height: 200px;
	display: inline-block;
}

.banner-section .counter-column .icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.banner-section .counter-column .counter-title {
	position: absolute;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	padding: 5px 20px;
	right: 0;
	top: 17px;
}

.banner-section .counter-column .counter-title:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
	background-image: -o-linear-gradient(315deg, #ffd900 0%, #ff8500 100%);
	background-image: linear-gradient(135deg, #ffd900 0%, #ff8500 100%);
}

.banner-section .counter-column:nth-child(2) .counter-title:before {
	background-image: -o-linear-gradient(315deg, #67f5e6 0%, #00baa8 100%);
	background-image: linear-gradient(135deg, #67f5e6 0%, #00baa8 100%);
}

.banner-section .counter-column:nth-child(3) .counter-title:before {
	background-image: -o-linear-gradient(315deg, #f98481 0%, #af1c16 100%);
	background-image: linear-gradient(135deg, #f98481 0%, #af1c16 100%);
}

.banner-section .counter-column .counter-title span {
	position: relative;
}

.banner-section .counter-column .count-text {
	position: relative;
	font-size: 48px;
	font-weight: 800;
	color: #fff;
	padding: 20px;
	line-height: 55px;
	letter-spacing: 5px;
	font-family: "Poppins", sans-serif;
}

.banner-section .counter-column .count-text-wrap {
	position: relative;
	padding: 15px 0;
	min-width: 350px;
}

.banner-section .counter-column .count-text-wrap:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: -o-linear-gradient(315deg, #4830cd 0%, #e26e6e 100%);
	background-image: linear-gradient(135deg, #4830cd 0%, #e26e6e 100%);
	border-radius: 10px;
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
}

/*** 

====================================================================
	Optimize Section
====================================================================

***/

.optimized-form {
	position: relative;
	padding: 10px 10px 0px;
	background-color: #222668;
}

.optimized-form .row {
	margin: 0px -6px;
}

.optimized-form .form-group {
	margin-bottom: 10px;
	padding: 0px 6px;
}

.optimized-form .form-group input[type="text"],
.optimized-form .form-group input[type="email"],
.optimized-form .form-group input[type="password"],
.optimized-form .form-group select,
.optimized-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	font-size: 15px;
	color: #848484;
	line-height: 32px;
	padding: 10px 18px;
	font-weight: 300;
	border-radius: 2px;
	background: #f7f7f7;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.optimized-form .form-group .report-btn {
	cursor: pointer;
	color: #ffffff;
	font-weight: 600;
	width: 100%;
	font-size: 16px;
	border-radius: 2px;
	padding: 16px 10px 13px;
	text-transform: uppercase;
}

/*** 

====================================================================
	Features Section Two
====================================================================

***/

.features-section-two {
	position: relative;
	padding: 100px 0 20px;
}

.features-section-two .outer-container {
	position: relative;
	min-height: 250px;
}

.features-section-two .image-column {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 50%;
}

.features-section-two .image-column .big-image {
	position: relative;
	float: right;
	right: -50px;
	top: -40px;
	text-align: right;
}

.features-section-two .image-column .big-image img {
	position: relative;
	width: 100%;
}

.features-section-two .image-column .image-box {
	position: relative;
	display: none;
}

.features-section-two .image-column .big-image .small-image {
	position: absolute;
	left: -60px;
	top: 50%;
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.10);
	        box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.10);
}

.features-section-two .image-column .big-image .small-image img {
	display: block;
	border-radius: 50%;
}

.features-section-two .content-column {
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 80px;
}

.features-section-two .content-column .inner-column {
	position: relative;
	width: 100%;
	float: right;
	max-width: 600px;
	padding: 0px 60px 0px 15px;
}

.features-section-two .content-column .sec-title {
	margin-bottom: 22px;
}

.features-section-two .content-column .text {
	position: relative;
	margin-bottom: 25px;
}

.features-section-two .content-column .text p {
	position: relative;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
}

.features-section-two .content-column .inner-column .list-style-one {
	margin-bottom: 50px;
}



/* List Style Two */

.list-style-two {
	position: relative;
}

.list-style-two li {
	position: relative;
	font-weight: 400;
	margin-bottom: 10px;
	padding-left: 25px;
}

.list-style-two li:before {
	position: absolute;
	content: "\f05d";
	left: 0px;
	top: 0px;
	font-family: 'FontAwesome';
}

/* Feature Block */

.feature-block {
	position: relative;
	margin-bottom: 40px;
}

.feature-block .inner-box {
	position: relative;
	padding-top: 55px;
}

.feature-block .inner-box .icon-box .step {
	position: relative;
	top: -30px;
	left: 10px;
	font-size: 14px;
	color: #222222;
	font-weight: 600;
	display: inline-block;
	padding: 23px 10px 30px 25px;
	text-transform: capitalize;
	background: url(../images/icons/12.png) left top no-repeat;
}

.feature-block .inner-box .icon-box {
	position: relative;
	margin-bottom: 25px;
}

.feature-block .inner-box .icon-box .icon {
	position: relative;
	width: 175px;
	margin: 0 auto;
	display: inline-block;
}

.feature-block .inner-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 16px;
}

.feature-block .inner-box h3 a {
	position: relative;
	font-size: 20px;
	color: #222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.feature-block .inner-box .text {
	position: relative;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	margin-bottom: 25px;
}

/* Video Boxed */

.video-boxed {
	position: relative;
}

.video-boxed .inner-box {
	position: relative;
	padding: 90px 30px;
	text-align: center;
}

.video-boxed .inner-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.3em;
	margin-bottom: 40px;
}

.video-boxed .inner-box .play-btn {
	position: relative;
	width: 100px;
	height: 100px;
	color: #ffffff;
	font-size: 28px;
	padding-left: 6px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 50px;
	display: inline-block;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: rgba(255, 255, 255, 0.30);
}

.video-boxed .inner-box .play-btn:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.video-boxed .inner-box .play-btn:before {
	position: absolute;
	content: '';
	left: -10px;
	top: -10px;
	bottom: -10px;
	right: -10px;
	border-radius: 50%;
	border: 10px solid rgba(255, 255, 255, 0.10);
}

.video-boxed .inner-box .play-btn .ripple,
.video-boxed .inner-box .play-btn .ripple:before,
.video-boxed .inner-box .play-btn .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.video-boxed .inner-box .play-btn .ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.video-boxed .inner-box .play-btn .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
		        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
		        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.video-boxed .inner-box h3 {
	position: relative;
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.2em;
}

/*** 

====================================================================
	Symptoms Section
====================================================================

***/

.symptoms-section {
	position: relative;
	padding: 90px 0px 0px;
	background-color: rgba(237, 237, 237, 0.15);
	background-image: url(../images/resource/shape-1.png);
}

.symptoms-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	display: block;
	background: url(../images/background/1.png) left top no-repeat;
}

.symptoms-section .image-column {
	position: relative;
}

.symptoms-section .image-column .inner-column {
	position: relative;
}

.symptoms-section .image-column .inner-column .image {
	position: relative;
	margin-left: -150px;
}

.symptoms-section .image-column .inner-column .image img {
	position: relative;
}

.symptoms-section .content-column {
	position: relative;
	margin-bottom: 40px;
}

.symptoms-section .content-column .inner-column {
	position: relative;
	padding-left: 0px;
}

.symptoms-section .content-column .sec-title {
	margin-bottom: 28px;
}

.symptoms-section .content-column .text {
	position: relative;
	margin-bottom: 45px;
}

.symptoms-section .content-column .text p {
	position: relative;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 300;
	color: #848484;
	margin-bottom: 20px;
}

.symptoms-section .content-column .text p:last-child {
	margin-bottom: 0px;
}

.symptoms-section .btn-style-three {
	-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}

/*** 

====================================================================
	Performing Section
====================================================================

***/

.performing-section {
	position: relative;
	padding-top: 90px;
	background-size: cover;
	background-repeat: no-repeat;
}

.performing-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(33, 71, 135, 0.98);
}

.performing-section:after {
	position: absolute;
	content: '';
	left: -20px;
	bottom: -60px;
	right: -20px;
	height: 100px;
	border-radius: 50%;
	background-color: #ffffff;
}

.performing-section .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 55px;
}

.performing-section .title-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 12px;
}

.performing-section .title-box .text {
	position: relative;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	max-width: 770px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.60);
}

.performing-section .report-form {
	max-width: 1050px;
	margin: 0 auto;
}

/*** 

====================================================================
	Optimize Section
====================================================================

***/

.report-form {
	position: relative;
}

.report-form .form-inner {
	position: relative;
	border-radius: 2px;
	z-index: 10;
	padding: 60px 60px 40px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.15);
}

.report-form .row {
	margin: 0px -6px;
}

.report-form .form-group {
	margin-bottom: 10px;
	padding: 0px 6px;
}

.report-form .form-group input[type="text"],
.report-form .form-group input[type="email"],
.report-form .form-group input[type="password"],
.report-form .form-group select,
.report-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	font-size: 15px;
	color: #848484;
	line-height: 32px;
	padding: 10px 22px;
	font-weight: 300;
	border-radius: 2px;
	background: #f7f7f7;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.report-form .form-group .report-btn {
	cursor: pointer;
	color: #ffffff;
	font-weight: 600;
	width: 100%;
	font-size: 16px;
	border-radius: 2px;
	padding: 16px 10px 13px;
	text-transform: uppercase;
}

/*** 

====================================================================
	Feature Section One
====================================================================

***/

.features-section-one {
	position: relative;
	padding: 40px 0px 70px;
}

.features-section-one.style-two {
	padding-top: 120px;
	padding-bottom: 90px;
}

.features-section-one .shape-one {
	position: absolute;
	width: 160px;
	height: 335px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0px;
	background-repeat: no-repeat;
}

/* Feature Block One */

.feature-block-one {
	position: relative;
	margin-bottom: 35px;
}

.feature-block-one .inner-box {
	position: relative;
	padding: 60px 30px;
	background-color: #ffffff;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.active .feature-block-one .inner-box,
.feature-block-one .inner-box:hover {
	background-color: #ffffff;
	border-bottom-color: #ffffff;
	border-radius: 20px;
	transform: translateY(5px);
	-webkit-box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 11px 15px rgba(0, 0, 0, 0.05);
}

.feature-block-one .inner-box .content {
	position: relative;
	/* padding-left: 90px; */
	text-align: center;
}

.feature-block-one .inner-box .content .icon-box {
	position: relative;
	margin-bottom: 30px;
}

.feature-block-one .inner-box .content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.feature-block-one .inner-box .content h3 a {
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3em;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.feature-block-one .inner-box .content .text {
	position: relative;
	font-size: 17px;
	line-height: 1.6em;
}

/*** 

====================================================================
	Feature Section Four
====================================================================

***/

.features-section-four {
	position: relative;
	padding: 100px 0px 90px;
	background-color: #cee5ef;
}

.features-section-four.style-two {
	background-color: #111940;
	background-size: cover;
}

.features-section-four.style-two:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #050817d1;
}

/* Feature Block Four */

.feature-block-four {
	position: relative;
	margin-bottom: 35px;
}

.feature-block-four .inner-box {
	position: relative;
	padding: 38px 30px 30px;
	background-color: #ffffff;
	border-top: 2px solid #f9fafb;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	border-radius: 6px;
}

.style-two .feature-block-four .inner-box {
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}


.feature-block-four .inner-box:hover {
	background-color: #ffffff;
	border-bottom-color: #ffffff;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.feature-block-four .inner-box .content {
	position: relative;
	padding-left: 90px;
}

.feature-block-four .inner-box .content .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
}

.feature-block-four .inner-box .content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.feature-block-four .inner-box .content h3 a {
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3em;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.feature-block-four .inner-box .content .text {
	position: relative;
	font-size: 17px;
	line-height: 1.6em;
	color: #777;
}

/*** 

====================================================================
	Visitors Section
====================================================================

***/

.visitors-section {
	position: relative;
	padding-top: 90px;
	overflow: hidden;
	background-color: #214787;
}

.visitors-section:after {
	position: absolute;
	content: '';
	left: -20px;
	bottom: -120px;
	right: -20px;
	height: 200px;
	border-radius: 50%;
	background-color: #ffffff;
}

.visitors-section .emailed-form {
	max-width: 620px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.emailed-form form {
	position: relative;
	margin-top: 10px;
}

.emailed-form .form-group {
	position: relative;
	display: block;
	z-index: 1;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-right: 205px;
}

.emailed-form .form-group input[type="text"],
.emailed-form .form-group input[type="tel"],
.emailed-form .form-group input[type="email"],
.emailed-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	font-size: 15px;
	color: #848484;
	line-height: 32px;
	padding: 10px 22px;
	font-weight: 300;
	border-radius: 2px;
	background: #f7f7f7;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.emailed-form .form-group input[type="submit"],
.emailed-form .form-group button {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	border-radius: 3px;
	padding: 14px 40px;
	text-transform: uppercase;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.emailed-form .form-group input[type="submit"]:hover,
.emailed-form .form-group button:hover {
	color: #ffffff;
}

.visitors-section .image-box {
	position: relative;
	margin-bottom: -30px;
}

.visitors-section .image-box .image {
	position: relative;
}

.visitors-section .image-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
}

.main-footer .logo {
	width: 165px;
}

.main-footer .widget {
	position: relative;
	margin-bottom: 30px;
}

.main-footer .widget h2 {
	color: #1d2534;
	margin-bottom: 33px;
}

.main-footer .widgets-section {
	position: relative;
	padding: 120px 0px 70px;
}

.footer-bottom .copyright {
	position: relative;
	font-size: 17px;
	font-weight: 400;
	color: #848484;
	border-top: 1px solid rgba(181, 207, 245, 0.2);
	padding: 35px 0;
	text-align: center;
}

.main-footer .widget_nav_menu ul li a {
    color: rgba(254, 254, 254, 0.8);
    font-size: 17px;
    font-weight: 400;
    padding-left: 0;
}

.main-footer .widget_nav_menu ul li a:before {
    display: none;
}

.main-footer .widget_nav_menu ul li a:hover {
    color: #fff;
}

/* Style Two */

.main-footer.style-two .widget_text select {
	background-color: #fff;
}

.main-footer.style-two {
	background-color: #fcf8f7;
}

.main-footer.style-two .widget_about .text {
	color: #848484;
}

.main-footer .widgets-section:before {
	position: absolute;
	content: '';
	left: -400px;
	top: -70px;
	right: -400px;
	height: 100%;
	max-height: 500px;
	background-color: #fcf8f7;
	border-radius: 40%;
}

.page-template-default .main-footer .widgets-section:before,
.single-post .main-footer .widgets-section:before,
.blog .main-footer .widgets-section:before,
.page-template-grid-blog .main-footer .widgets-section:before {
	display: none;
}

.main-footer.style-two .widget_links li a {
	color: #848484;
}

.main-footer.style-two .widget_contact .text {
	color: #848484;
}

.main-footer.style-two .widget_contact .list li {
	color: #848484;
}

.main-footer.style-two .widget_contact .list li a {
	color: #848484;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.main-footer.style-two .social-icon-one li a {
	background: #f8eeeb;
	color: #ff4f5b;
}

.main-footer.style-two .social-icon-one li a:hover {
	color: #fff;
}

.main-footer.style-two .footer-bottom .copyright {
	border-color: #dbe1ec;
	color: #848484;
}

.main-footer.style-two .widget_nav_menu ul li a {
    color: #848484;
    font-size: 17px;
    font-weight: 400;
    padding-left: 0;
}

.main-footer.style-two .widget_nav_menu ul li a:before {
    display: none;
}

.main-footer.style-two .widget_nav_menu ul li a:hover {
    color: #848484;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title {
	position: relative;
	padding: 240px 0px 140px;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	background-position: center center;
}

.page-title:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.8;
	background-color: #000431;
}

.page-title h1 {
	position: relative;
	color: #ffffff;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-transform: capitalize;
	word-break: break-word;
}

.page-title .page-breadcrumb {
	position: relative;
}

.page-title .page-breadcrumb li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	word-break: break-word;
}

.page-title .page-breadcrumb li:after {
	position: absolute;
	content: "\f105";
	right: -4px;
	top: -1px;
	color: #ffffff;
	font-family: 'FontAwesome';
}

.page-title .page-breadcrumb li:last-child::after {
	display: none;
}

.page-title .page-breadcrumb li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.page-title .page-breadcrumb li a {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
}

/* Discover Section */

.discover-section {
	position: relative;
	padding: 60px 0px 80px;
}

.discover-section .auto-container:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/background/1.png) right top no-repeat;
}

.discover-section .auto-container {
	position: relative;
}

.discover-section .content-column {
	position: relative;
	margin-bottom: 40px;
}

.discover-section .content-column .inner-column {
	position: relative;
}

.discover-section .content-column .inner-column .sec-title {
	position: relative;
	margin-bottom: 30px;
}

.discover-section .content-column .inner-column .text {
	position: relative;
	font-size: 16px;
	line-height: 1.6em;
	color: #848484;
	font-weight: 300;
	margin-bottom: 35px;
}

.discover-section .content-column .inner-column .btn-box {
	position: relative;
	margin-top: 50px;
}

.discover-section .content-column .inner-column .btn-box .theme-btn {
	text-transform: uppercase;
}

.discover-section .image-column {
	position: relative;
}

.discover-section .image-column .inner-column {
	position: relative;
	padding-top: 50px;
	text-align: center;
}

/*** 

====================================================================
	Features Section Five
====================================================================

***/

.features-section-five {
	position: relative;
	padding-bottom: 120px;
}

.features-section-five .title-box {
	position: relative;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 220px;
	background-size: cover;
	background-repeat: no-repeat;
}

.features-section-five .title-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(17, 40, 78, 0.93);
}

.features-section-five .title-box:after {
	position: absolute;
	content: '';
	left: -20px;
	bottom: -60px;
	right: -20px;
	height: 100px;
	border-radius: 50%;
}

.features-section-five .title-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.features-section-five .title-box .text {
	position: relative;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	max-width: 770px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.9);
}

.features-section-five .inner-container {
	position: relative;
	padding: 70px 30px;
	margin-top: -160px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
}

.features-section-five .inner-container .row {
	margin: 0px -30px;
}

.features-section-five .inner-container .expert-block {
	padding: 0px 30px;
}

.feature-block-five .inner-box {
	text-align: center;
}

.feature-block-five .icon-box {
	position: relative;
	width: 125px;
	height: 125px;
	overflow: hidden;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
	border-radius: 30px;
	margin-bottom: 30px;
}

.feature-block-five h3 {
	position: relative;
	font-size: 20px;
	color: #222222;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.feature-block-five h3 a {
	color: #222;
}

/* Feature Block Three */

.feature-block-three {
	position: relative;
	margin-bottom: 60px;
}

.feature-block-three .inner-box {
	position: relative;
}

.feature-block-three .inner-box:before {
	position: absolute;
	content: '';
	left: 30px;
	top: -45px;
	width: 95px;
	height: 125px;
	margin-left: -47px;
	border-radius: 20px;
	-webkit-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg);
	background-color: #f9f9f9;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.feature-block-three .inner-box:hover:before {
	-webkit-transform: rotate(150deg);
	    -ms-transform: rotate(150deg);
	        transform: rotate(150deg);
	-moz-transition: rotate(150deg);
	-webkit-transition: rotate(150deg);
	-ms-transition: rotate(150deg);
	-o-transition: rotate(150deg);
}

.feature-block-three .inner-box h3 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
	color: #222222;
	margin-bottom: 12px;
}

.feature-block-three .inner-box h3 span {
	position: relative;
}

.feature-block-three .inner-box .feature-text {
	position: relative;
	color: #848484;
	font-size: 16px;
	padding-right: 20px;
	line-height: 1.7em;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
	position: relative;
	padding: 120px 0px 90px;
}

.team-block {
	position: relative;
}

.team-block .inner-box {
	position: relative;
}

.team-block .inner-box .image {
	position: relative;
}

.team-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	border-radius: 6px;
}

.team-block .inner-box .lower-content {
	position: relative;
	padding: 28px 0px;
	text-align: center;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.team-block .inner-box .lower-content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 5px;
	color: #222222;
}

.team-block .inner-box .lower-content .designation {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3em;
	text-transform: capitalize;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.team-block .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.50);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}


.team-block ul {
	position: absolute;
	left:0;
	top:50%;
	width:100%;
	margin-top:-25px;
	padding:0px 10px;
	text-align:center;
	opacity:0;
	visibility:hidden;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}

.team-block .inner-box:hover ul{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms ease 100ms;
	-moz-transition: all 300ms ease 100ms;
	-ms-transition: all 300ms ease 100ms;
	-o-transition: all 300ms ease 100ms;
	transition: all 300ms ease 100ms;
}

.team-block ul li{
	position: relative;
	display: inline-block;
	margin: 0 2px;
}

.team-block ul li a{
	position: relative;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #1a224c;
	background-color: #ffffff;
	border-radius:50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block ul li a:hover{
	color: #ffffff;
}

/*** 

====================================================================
	Team Page Section
====================================================================

***/

.team-page-section {
	position: relative;
	padding: 120px 0px 90px;
}

.team-page-section .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.team-page-section .title-box .title-icon {
	position: relative;
	width: 30px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.team-page-section .title-box .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6em;
	color: #222222;
}

/* Contact Page Section */

.contact-page-section {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
}

.contact-page-section.style-two {
	padding-top: 100px;
}

.contact-page-section .form-column {
	position: relative;
	margin-bottom: 40px;
}

.contact-page-section .form-column h3 {
	position: relative;
	font-size: 20px;
	color: #222222;
	font-weight: 400;
	margin-bottom: 22px;
}

.contact-page-section .map-column {
	position: relative;
}

.contact-page-section .map-column .inner-column {
	position: relative;
	padding-left: 20px;
}

/* Info Blocks */

.info-blocks {
	position: relative;
	margin-bottom: 80px;
}

.contact-info-block {
	position: relative;
	margin-bottom: 30px;
}

.contact-info-block .inner-box {
	position: relative;
	text-align: center;
	padding: 40px 15px;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
	        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
	border-top: 2px solid;
}

.contact-info-block .inner-box h3 {
	position: relative;
	color: #222222;
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 12px;
	font-weight: 600;
}

.contact-info-block .inner-box .text {
	position: relative;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 400;
}

.contact-info-block .inner-box .text a {
	color: #222222;
}

.contact-info-block .inner-box .text a:hover {
	text-decoration: underline;
}

/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form {
	position: relative;
}

.contact-form .form-inner {
	position: relative;
}

.contact-form .form-group {
	margin-bottom: 18px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="password"],
.contact-form .form-group select,
.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	font-size: 15px;
	color: #000000;
	line-height: 32px;
	padding: 15px 20px;
	font-weight: 300;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #eee;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-form .form-group textarea {
	height: 115px;
	resize: none;
}

.contact-form .form-group .submit-btn {
	cursor: pointer;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	border-radius: 2px;
	padding: 16px 40px 13px;
	text-transform: uppercase;
}

.contact-form .form-group .submit-btn:hover {
	background: #222;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
}

.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	color: #121212;
}

.map-canvas {
	position: relative;
	height: 505px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff0000;
	font-weight: 500;
}

/* Accordion box */

.accordion-box {
	position: relative;
	margin-bottom: 30px;
}

.accordion-box .block {
	position: relative;
	padding-top: 0px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 5px 21.25px 3.75px rgba(217, 217, 217, 0.1);
	        box-shadow: 0px 5px 21.25px 3.75px rgba(217, 217, 217, 0.1);
}

.accordion-style-two .accordion-box .block {
	-webkit-box-shadow:: 0px 5px 21.25px 3.75px rgba(149, 144, 144, 0.1);
	box-shadow: 0px 5px 21.25px 3.75px rgba(149, 144, 144, 0.1);
}

.accordion-box .block:last-child {
	margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 18px;
	cursor: pointer;
	line-height: 1.2em;
	text-transform: capitalize;
	color: #222;
	font-weight: 600;
	padding: 30px 30px;
	padding-left: 58px;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	background-color: white;
	border-radius: 6px;
	font-family: "Poppins", sans-serif;
}

.accordion-box .block .acc-btn.active {
	background: #ffffff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.accordion-box .block .icon-outer {
	position: absolute;
	left: 32px;
	top: 55px;
	font-size: 25px;
	color: #222222;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	font-size: 18px;
	color: #222222;
	line-height: 1em;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.accordion-box .block .icon-outer .icon_plus {
	opacity: 1;
}

.accordion-box .block .icon-outer .icon_minus {
	opacity: 0;
	color: #222;
	font-weight: 700;
}

.accordion-box .block .acc-btn.active .icon-outer .icon_minus {
	opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon_plus {
	opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
	color: #0eaf96;
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
	padding: 0 30px 36px;
	padding-left: 58px;
	background: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	margin-bottom: 0;
}

.accordion-box .block .content .text {
	margin-bottom: 0;
	font-size: 17px;
}

/* Hand Wash Process*/

.hand-wash-process-section {
	padding: 120px 0 90px;
	background-color: #f7f8f9;
	counter-reset: count;
}

.hand-wash-process-section.style-two {
	background: #fff;
}

.process-block {
	position: relative;
	text-align: center;
}

.process-block .image {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 20px;
}

.process-block .process-step {
	position: absolute;
    top: 0;
    left: 50%;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 700;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    color: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
}

.process-block .inner-box {
	margin-bottom: 30px;
}

.process-block h4 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

/* CTA Section */

.cta-section {
	position: relative;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 120px;
	background-size: cover;
	background-repeat: no-repeat;
}

.cta-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 25, 67, 0.8);
}

.cta-section h2 {
	position: relative;
	color: #ffffff;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.cta-section .text {
	position: relative;
	font-size: 17px;
	line-height: 1.7em;
	max-width: 770px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 30px;
}

/* Faq Section */

.faq-section {
	position: relative;
	padding: 120px 0 90px;
	background-color: #f7faff;
}

.faq-section .image {
	position: relative;
	margin-bottom: 30px;
}

.faq-section .image img {
	border-radius: 6px;
	width: 100%;
}

/* Error Section */

.error-section {
	position: relative;
	padding: 150px 0px 150px;
	background: #fafafa;
}

.error-section .inner-section {
	position: relative;
	text-align: center;
}

.error-section .inner-section h2 {
	position: relative;
	color: #222;
	font-size: 150px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 15px;
}

.error-section .inner-section h3 {
	position: relative;
	font-size: 20px;
	color: #282828;
	font-weight: 600;
	text-transform: capitalize;
}

.error-section .inner-section .text {
	position: relative;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 40px;
}

/*Search Box Widget*/

.error-search-form .form-group {
	position: relative;
	max-width: 430px;
	margin: 0 auto;
	width: 100%;
	-webkit-box-shadow: 0 21px 36px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 21px 36px rgba(0, 0, 0, 0.05);
}

.error-search-form .form-group input[type="text"],
.error-search-form .form-group input[type="search"] {
	position: relative;
	line-height: 22px;
	background: none;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 50px;
	border: 1px solid #fff;
	background-color: #ffffff;
	padding: 10px 50px 10px 20px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.error-search-form .form-group input:focus {
	border-color: #222;
}

.error-search-form .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 50px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 100%;
	font-weight: normal;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

/* Emergency Contact Button */

.emergency-contact-box {
	position: fixed;
	bottom: 100px;
	left: 100px;
}

.emergency-contact-button {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 0;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

.emergency-contact-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	        animation: pulse-border 1500ms ease-out infinite;
}

.emergency-contact-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}

.emergency-contact-button:hover:after {
	background-color: darken(#fa183d, 10%);
}

.emergency-contact-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}

.emergency-contact-button span {
	position: relative;
	color: #fff;
	z-index: 9;
	font-size: 30px;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/***

==================================================================
	Our Testimonial
==================================================================

***/

.testimonial-section {
	position: relative;
	background-color: #f7f9f3;
	padding: 120px 0;
}

.owl-control-none .owl-nav,
.owl-control-none .owl-dots {
	display: none;
}

/*testimonial-block-one*/

.testimonial-block-one {
	position: relative;
}

.testimonial-block-one .inner-box {
	position: relative;
	text-align: center;
}

.testimonial-block-one .inner-box .image {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 45px;
}

.testimonial-block-one .inner-box .image:after {
	position: absolute;
	content: "\f103";
	font-family: Flaticon;
	font-size: 40px;
	font-style: normal;
	color: #879afd;
	top: 30px;
	right: -80px;
}

.testimonial-block-one .inner-box .image:before {
	position: absolute;
	content: "\f103";
	font-family: Flaticon;
	font-size: 40px;
	font-style: normal;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	top: 30px;
	left: -80px;
}

.testimonial-block-one .inner-box .image img {
	border-radius: 50%;
}

.testimonial-block-one .inner-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	color: #222;
	margin-bottom: 5px;
}

.testimonial-block-one .inner-box h3 span {
	font-size: 16px;
	margin-left: 10px;
	font-weight: 500;
}

.testimonial-block-one .inner-box .rating {
	position: relative;
	margin-bottom: 50px;
}

.testimonial-block-one .inner-box .rating .fa {
	position: relative;
	color: #34c3ed;
	font-size: 14px;
	display: inline-block;
}

.testimonial-block-one .inner-box .text {
	position: relative;
	color: #222;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.6em;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	font-style: italic;
	margin-bottom: 40px;
}

.testimonial-block-one .inner-box .text.light {
	color: #fff;
}

/* Features Section Six */

.features-section-six {
	position: relative;
	padding: 120px 0 90px;
}

.features-section-six .sec-title {
	margin-bottom: 40px;
}

.features-section-six .image img {
	border-radius: 6px;
}

/* Feature Image */

.feature-image {
	position: relative;
	height: 600px;
	background-size: cover;
}

/* Services Section One */

.services-section-one {
	position: relative;
	padding: 120px 0 90px;
}

.service-block-one {
	position: relative;
	margin-bottom: 35px;
}

.service-block-one .inner-box {
	position: relative;
	padding: 50px 30px 40px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-radius: 6px;
}

.active .service-block-one .inner-box,
.service-block-one:nth-child(even) .inner-box,
.service-block-one .inner-box:hover {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.05);
}

.service-block-one .inner-box .content {
	position: relative;
	text-align: center;
}

.service-block-one .inner-box .content .icon-box {
	position: relative;
	margin-bottom: 30px;
}

.service-block-one .inner-box .content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.service-block-one .inner-box .content h3 a {
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3em;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.service-block-one .inner-box .content .text {
	position: relative;
	font-size: 17px;
	line-height: 1.6em;
	color: #777;
}

/* Symptom Section Two */

.symptoms-section-two {
	position: relative;
	padding: 0px 0 90px;
}

.symptoms-section-two .image {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.symptoms-section-two .image img {
	position: relative;
}

.symptoms-section-two .image:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 570px;
	height: 570px;
	background: #f5f4fc;
	border-radius: 50%;
	-webkit-transform: scale(.5);
	    -ms-transform: scale(.5);
	        transform: scale(.5);
	-webkit-transition-delay: .5s;
	     -o-transition-delay: .5s;
	        transition-delay: .5s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.symptoms-section-two .image.animated:before {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.symptoms-section-two .pointer-left {
	position: absolute;
	left: -90px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.symptoms-section-two .pointer-right {
	position: absolute;
	right: -90px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.symptoms-section-two .list-style-two li {
	width: 180px;
	text-align: left;
	padding: 18px 0px;
	padding-left: 55px;
	background: #fff;
	-webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 30px 40px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	border-radius: 6px;
}

.symptoms-section-two .list-style-two li:before {
	left: 30px;
	top: 20px;
}

.symptoms-section-two .order-lg-2 .list-style-two {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
	margin-right: 0;
}

/* Situation Section */

.situation-section {
	background: #030f1b;
}

.situation-wrap {
	position: relative;
}

.situation-block {
	position: absolute;
	right: 24%;
	top: 43%;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fcfcfc;
	-webkit-box-shadow: -1px 0px 12.6px 5.4px rgba(233, 233, 233, 0.52);
	        box-shadow: -1px 0px 12.6px 5.4px rgba(233, 233, 233, 0.52);
	cursor: pointer;
}

.situation-block:nth-child(2) {
	left: 20%;
	top: 35%;
}

.situation-block:nth-child(3) {
	left: auto;
	left: 45%;
	top: 40%;
}

.situation-block:nth-child(4) {
	left: auto;
	left: 49%;
	top: 39%;
}

.situation-block:nth-child(5) {
	left: auto;
	right: 41%;
	top: 45%;
}

.situation-block:after {
	position: absolute;
	content: '';
	left: 3px;
	top: 3px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
}

.situation-block:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	-webkit-animation: ripple 1s infinite;
	animation: ripple 3s infinite;
}

.situation-block:nth-child(1):before,
.situation-block:nth-child(3):before {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 20px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

.situation-block .situation-content {
	opacity: 0;
	position: relative;
	min-width: 230px;
	bottom: 136px;
	left: -102px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	        transform: translateY(-30px);
	background: #fff;
	padding: 15px;
	border-radius: 6px;
}

.situation-block:hover .situation-content {
	opacity: 1;
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
}

.situation-block .text {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	color: #222;
}

.situation-block h4 {
	font-size: 20px;
	font-weight: 600;
	color: #282828;
}

.situation-block ul {
	position: relative;
}

.situation-block ul li {
	font-size: 16px;
}

/* News Block Three */

.news-block-three {
	position: relative;
	margin-bottom: 40px;
}

.news-block-three .inner-box {
	position: relative;
}

.news-block-three .inner-box .image {
	position: relative;
	overflow: hidden;
}

.news-block-three .inner-box .image img {
	width: 100%;
	border-radius: 6px;
}

.news-block-three .inner-box .image:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #282828;
	opacity: .5;
	border-radius: 6px;
}

.news-block-three .inner-box .lower-content {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.news-block-three .inner-box .lower-content .post-meta {
	position: relative;
	margin-bottom: 5px;
}

.news-block-three .inner-box .lower-content .post-meta li {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	margin-right: 15px;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	color: #fff;
}

.news-block-three .inner-box .lower-content .post-meta li:last-child {
	margin-right: 0px;
}

.news-block-three .inner-box .lower-content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
}

.news-block-three .inner-box .lower-content h3 a {
	position: relative;
	color: #fff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

/* News Block Four */

.news-block-four {
	position: relative;
}

.news-block-four .inner-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.news-block-four .inner-box .image {
	position: relative;
	overflow: hidden;
	width: 130px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.news-block-four .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	border-radius: 6px;
}

.news-block-four .inner-box .lower-content {
	position: relative;
}

.news-block-four .inner-box .lower-content .post-meta {
	position: relative;
	margin-bottom: 30px;
}

.news-block-four .inner-box .lower-content .post-meta li {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	margin-right: 15px;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
}

.news-block-four .inner-box .lower-content .post-meta li:last-child {
	margin-right: 0px;
}

.news-block-four .inner-box .lower-content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
}

.news-block-four .inner-box .lower-content h3 a {
	position: relative;
	color: #222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

/* Fact Counter */

.fact-counter-section {
	background-color: #1e1e1c;
	padding: 60px 0 30px;
}

.fact-counter-section {}

.fact-counter-section h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 30px;
}

.fact-counter-section .count-box {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}

.fact-counter-section .count-box .count-text {}

.fact-counter-section .counter-title {
	font-size: 22px;
	font-weight: 600;
}

.fact-counter-section .counter-column {
	margin-bottom: 30px;
}

/* Live Map Section */

.live-map-section {
	position: relative;
	border-top: 1px solid #eeee;
	padding-top: 100px;
}

.live-map-section iframe {
	position: relative;
	width: 100%;
	height: 500px;
	border-radius: 6px;
}

/* Live Report Section */

.live-report-section {
	position: relative;
	padding: 100px 0 0;
}

.live-report-section .wrapper-box {
	position: relative;
	border: 1px solid #eee;
	border-radius: 6px;
}

.image-column .big-image {
	margin-right: -100px;
}

.image-column .small-image {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.10);
	        box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.10);
	-webkit-animation-name: rotateme;
	        animation-name: rotateme;
	-webkit-animation-duration: 24s;
	        animation-duration: 24s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
}

.image-column .inner-column {
	position: relative;
	padding-bottom: 80px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px !important;
}



/* Wp Core */

.aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

img.aligncenter {
    display: block;
}

.alignleft {
    float: left;
    margin-right: 1.5em !important;
    margin-bottom: 1.5em !important;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.alignright {
    clear: both;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {
    opacity: 1;
}

.wp-caption-text {
    text-align: center;
    margin-top: 10px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.widget_popular_posts h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
}

.search-no-results .search-form input.search-field {
    border: 1px solid #eee;
    height: 55px;
    padding: 0 20px;
    width: 100%;
    border-radius: 6px;
}

.search-no-results .search-form .form-group {
    position: relative;
}

.search-no-results .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    width: 55px;
    text-align: center;
    background: #eaeff3;
    color: #fff;
    cursor: pointer;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.search-no-results .search-results-none h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
}

.search-no-results .search-results-none p {
    font-size: 16px;
    color: #848484;
}

.blog-single .post-share-options .tags a {
    padding-right: 4px;
    margin-right: 5px;
}
.blog-single .post-share-options .tags a:before {
    position: absolute;
    content: ',';
    right: 0;
    top: 0;
}
.blog-single .post-share-options .tags a:last-child:before {
    display: none;
}

.main-header .header-upper .logo-box .logo {
    margin-right: 30px;
    width: 165px;
}

.logged-in .appointment-box {
	top: 30px;
}

@media only screen and (max-width: 767px) {
	.logged-in .appointment-box {
		top: 46px;
	}
}

.symptoms-list h4 {
	font-size: 18px;
	font-weight: 500;
  	margin-bottom: 12px;
  	color: #1d2534;
}

.list-style-one li{
  position: relative;
  display: block;
  margin-bottom: 6px;
  padding-left: 20px;
}

.list-style-one li:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}

/* btn style four */

.btn-style-four{
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #fff !important;
  padding: 15px 35px;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(255, 79, 91, 0.15);
  transition: all 500ms ease;
}

.btn-style-four:before{
  position: absolute;
  content: '';
  background: #222;
  width: 0%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.btn-style-four:after{
  position: absolute;
  content: '';
  background: #222;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.btn-style-four:hover:before,
.btn-style-four:hover:after{
  width: 50%;
}

.btn-style-five {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 17px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border-radius: 30px;
  text-align: center;
  padding: 15px 40px;
  z-index: 1;
  border: 2px solid;
  transition: .5s;
}

.btn-style-five:hover{
  color: #fff;
}

.btn-style-five:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.btn-style-five:hover:before {
    width: 100%;
    left: 0px;
}


/** cta-section **/

.cta-section-two{
  position: relative;
}

.cta-section-two .inner-container{
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 56px 70px 52px 70px;
  z-index: 1;
  margin-bottom: 0px;
  box-shadow: 0 15px 40px 0px rgba(0,0,0,0.1);
}

.cta-section-two .btn-box a {
  margin-right: 20px;
}

.cta-section-two .btn-box a:last-child {
	margin-right: 0;
}

.cta-section-two .text h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin: 0px;
  color: #1d2534;
}

.anim-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.main-footer .anim-icon .icon-1{
	position: absolute;
	left: 90px;
	top: -140px;
	width: 131px;
	height: 132px;
	background-image: url(../images/icons/anim-icon-1.png);
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}

.main-footer .anim-icon .icon-2{
	position: absolute;
	right: 200px;
	top: 70px;
	width: 152px;
	height: 154px;
	background-image: url(../images/icons/anim-icon-2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.main-footer .anim-icon .icon-3{
	position: absolute;
	left: 240px;
	bottom: 230px;
	width: 97px;
	height: 98px;
	background-image: url(../images/icons/anim-icon-3.png);
	background-repeat: no-repeat;
	background-position: center;
}



.team-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 30px 30px 30px 30px;
  box-shadow: 0 10px 40px 10px #ebebef;
}

.team-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000000;
  border-radius: 5px;
}

.team-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box img{
  opacity: 0.7;
}

.team-block-two .inner-box .image-box .social-links{
  position: absolute;
  left: 50%;
  top: 55%;
  width: 100%;
  padding: 15px 15px;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box .social-links{
  opacity: 1;
  top: 50%;
}

.team-block-two .inner-box .image-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.team-block-two .inner-box .image-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #1d2534;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: .5s;
}

.team-block-two .inner-box .image-box .social-links li a:hover{
  color: #fff;
}

.team-block-two .inner-box .lower-content{
  position: relative;
  padding-top: 30px;
}

.team-block-two .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #1d2534;
}

.team-block-two .inner-box .lower-content .designation{
  position: relative;
  display: block;
  margin-bottom: 18px;
  font-size: 18px;
}

.team-block-two .inner-box .lower-content p{
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 25px;
  display: none;
}

.team-block-two .inner-box .lower-content p:before{
  position: absolute;
  content: '';
  background: #e0d6d5;
  width: 40px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.team-block-two .inner-box .lower-content .phone a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #1d2534;
  font-weight: 600;
  padding-left: 20px;
}

.team-block-two .inner-box .lower-content .phone a:before {
	font-family: 'FontAwesome';
	content: "\f095";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	line-height: 24px;
	font-size: 20px;
	font-weight: normal;
	z-index: 5;
}

.team-block-two .inner-box .lower-content .phone a i{
  font-size: 16px;
  margin-right: 8px;
}

.team-block-two .inner-box .lower-content .phone a:hover{

}



/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding: 120px 0px 70px;
}

.news-block{
	position:relative;
	margin-bottom:40px;
}

.news-block .inner-box{
	position:relative;
    box-shadow: 0 10px 40px 10px #ebebef;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.news-block .inner-box .image{
	position:relative;
	overflow:hidden;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius: 6px;
}

.news-block .inner-box .image:before{
    content: "";
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 79, 91, 0.35);
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:top;
	-ms-transform-origin:top;
	transform-origin:top;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	z-index:1;
	border-radius: 6px;
}

.news-block .inner-box:hover .image:before{
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	transform:scaleY(1);
}

.news-block .inner-box .lower-content{
	position:relative;
	padding-top:35px;
}

.news-block .inner-box .lower-content .post-meta{
	position:relative;
	margin-bottom:15px;
}

.news-block .inner-box .lower-content .post-meta li{
	position:relative;
	font-size:15px;
	font-weight:500;
	margin-right:15px;
	padding-right: 15px;
	display:inline-block;
	font-family: 'Poppins', sans-serif;
}

.news-block .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
	padding-right: 0;
}

.news-block .inner-box .lower-content .post-meta li:before {
    position: absolute;
    content: '';
    background: #e5e7ec;
    width: 1px;
    height: 18px;
    top: 5px;
    right: 0px;
}

.news-block .inner-box .lower-content .post-meta li:last-child:before {
	display: none;
}

.news-block .post-categories li {
	display: inline-block;
	margin-right: 15px;
}

.news-block .post-categories li a {
    background-color: #fceceb;
    display: inline-block;
    padding: 2px 20px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
    transition: .5s;
}

.news-block .inner-box .lower-content h3{
	position:relative;
	font-size:24px;
	font-weight:600;
	line-height:1.5em;
	margin-bottom:15px;
}

.news-block .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	font-size: 16px;
	line-height:1.6em;
	margin-bottom:25px;
}

.news-block .inner-box .lower-content .read-more{
	position:relative;
	color: #282828;
	font-size:14px;
	font-weight:600;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.news-block .inner-box .lower-content .read-more .arrow{
	position:relative;
	top:1px;
	margin-left:5px;
}

.news-block .inner-box .btn-style-five {
    padding: 9px 30px;
    border-color: #e5e7ec;
    color: #93959e;
}

.news-block .inner-box .btn-style-five:hover {
	color: #fff;
}

/* Style Two */
.news-block.style-two .inner-box .lower-content {
    padding: 35px 35px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.news-block.style-two .inner-box .image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.news-block.style-two .inner-box .lower-content .text {
    font-size: 17px;
}


/* Widget Style */

.widget {
	position: relative;
	margin-bottom: 45px;
}

.widget h2 {
	position:relative;
	font-size: 22px;
	font-weight:600;
	color:#282828;
	line-height:1.2em;
	margin-bottom: 20px;
	text-transform:capitalize;
}

.widget h2 a {
	color: #282828;
}

/* About Widget */

.widget_about .logo{
	position:relative;
	margin-bottom: 15px;
}

.widget_about .logo {
	width: 165px;
}

.widget_about .text {
	color: rgba(255, 255, 255, 0.8);
	font-size: 17px;
	line-height: 1.7em;
}

/* Link Widget */
.widget_links {
	position:relative;
}

.widget_links li{
	position:relative;
	margin-bottom: 12px;
}

.widget_links li a{
	position:relative;
	font-size: 17px;
	font-weight: 400;
	color: rgba(254, 254, 254, 0.8);
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.widget_links li a:hover{
	color:rgba(254,254,254,0.90);
}

/* Contact Widget */

.widget_contact .text{
	position:relative;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height:1.7em;
	color: rgba(254, 254, 254, 0.8);
}

.widget_contact .list{
	position:relative;
	margin-bottom: 22px;
}

.widget_contact .list li{
	position:relative;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 6px;
	line-height:1.6em;
	color: rgb(254, 254, 254);
}

.widget_contact .list li a{
	color: rgba(254, 254, 254, 0.8);
}

.widget_contact .list li a:hover{
	color:#ffffff;	
}


/*Search Box Widget*/

.widget_search{
	position: relative;
}

.widget_search .form-group{
	position:relative;
	margin:0px;	
}

.widget_search .form-group input[type="text"],
.widget_search .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:16px;
	color:#666666;
	line-height:28px;
	padding:10px 25px;
	padding-right: 60px;
	height:55px;
	width:100%;
	background-color: #eaeff3;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-radius: 6px;
}

.widget_search .form-group button{
	position:absolute;
	right:0;
	top:0px;
	width:50px;
	height:55px;
	line-height: 55px;
	text-align:center;
	display:block;
	font-size:16px;
	color:#fff;
	background:none;
	cursor:pointer;
	font-weight:normal;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

/*=== Categories ===*/

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

.widget_categories > ul {
	position: relative;
}

.widget_categories ul ul {
	margin-left: 10px;
}

.widget_categories li{
	position: relative;
}

.widget_categories li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #222;
	font-weight: 400;
	line-height: 28px;
	padding: 5px 0px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	text-transform: capitalize;
}


/*Post Widget*/

.widget_popular_posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:110px;
	min-height:90px;
	margin-bottom:25px;
}

.widget_popular_posts .post:last-child{
	margin-bottom:0px;
	border-bottom:none;
}

.widget_popular_posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:90px;
	 overflow:hidden;
}

.widget_popular_posts .post .post-thumb .overlay-box{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	opacity: 0;
	text-align: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-radius: 6px;
}

.widget_popular_posts .post .post-thumb .overlay-box .fa{
	top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}

.widget_popular_posts .post:hover .post-thumb .overlay-box{
	opacity:1;
}

.widget_popular_posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border-radius: 6px;
}

.widget_popular_posts .post .text{
	position:relative;
	top:0px;
	font-size:16px;
	margin:0px 0px 6px;
	font-weight:500;
	color:#222222;
	line-height:1.6em;
	padding-right:20px;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.widget_popular_posts .post .text a{
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.widget_popular_posts .post-info{
	position:relative;
	font-size:15px;
	color:#848484;
	font-weight:300;
}

/*Instagram Widget*/

.widget_instagram .images-outer{
	position:relative;
	margin:0px -4px;
}

.widget_instagram .image-box{
	position:relative;
	float:left;
	width:33.3333%;
	padding:0px 6px;
	margin-bottom:12px;
	border-radius: 6px;
}

.widget_instagram .image-box:nth-child(3),
.widget_instagram .image-box:nth-child(6){
	margin-right:0px;
}

.widget_instagram .image-box .overlay-box{
	position:absolute;
	content:'';
	left:14px;
	top:8px;
	bottom:8px;
	right:14px;
	display:block;
	z-index:1;
	opacity:0;
	text-align:center;
	padding:8px;
	color:#ffffff;
	font-size:28px;
	line-height:44px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border-radius: 6px;
}

.widget_instagram .image-box .overlay-box:before{
	position:absolute;
	top:50%;
	margin-left:-14px;
	margin-top:-22px;
	display:inline-block;
}

.widget_instagram .image-box:hover .overlay-box{
	opacity:1;
}

.widget_instagram .image-box img{
	position:relative;
	display:block;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border-radius: 6px;
}

/*Popular Tags*/

.widget_tag_cloud a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:6px 18px 6px;
	margin:0px 6px 10px 0px;
	color:#848484;
	text-align:center;
	font-size:16px;
	text-transform:capitalize;
	background:none;
	font-weight:400;
	border-radius:1px;
	border:1px solid #dddddd;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	border-radius: 6px;
}

.widget_tag_cloud a:hover{
	color:#ffffff;
}



/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	background-color: #ffffff;
	padding:130px 0px 80px;
}

.sidebar-page-container.sp-two {
	padding-bottom: 50px;
}

.sidebar-page-container .sidebar-side.left-sidebar .sidebar{
	padding-right:20px;
}

.sidebar-page-container .sidebar-side.right-sidebar .sidebar{
	padding-left:20px;
}


.news-block-two{
	position:relative;
	margin-bottom:65px;
}

.news-block-two .inner-box{
	position:relative;
}

.news-block-two .inner-box .image{
	position:relative;
}

.news-block-two .inner-box .image img{
	position:relative;
	max-width:100%;
	display:block;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.news-block-two .inner-box .lower-content{
	position:relative;
	padding-top:32px;
	padding-bottom:40px;
	border: 1px solid #eaeaea;
	padding: 40px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.news-block-two.sticky .inner-box .lower-content {
	background: #f7f8f9;
	border-color: #f7f8f9;
}

.news-block-two .post-category{
	position:relative;
}

.news-block-two .post-category li {
	display: inline-block;
	margin-right: 15px;
}

.news-block-two .post-category li a {
    background-color: #fceceb;
    display: inline-block;
    padding: 2px 20px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
    transition: .5s;
}

.news-block-two .inner-box .lower-content h2{
	position:relative;
	font-size:30px;
	color:#222222;
	line-height:1.3em;
	font-weight:600;
	word-break: break-all;
	margin-top: 10px;
}

.news-block-two .inner-box .lower-content h2 a{
	position:relative;
	color:#222222;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}


.news-block-two .inner-box .lower-content .text{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.7em;
	font-weight:300;
	margin-top:20px;
}

.news-block-two .inner-box .date{
	position:absolute;
	left:35px;
	top: 35px;
	width:74px;
	height:74px;
	font-size:30px;
	font-weight: 600;
	z-index:1;
	line-height:1em;
	color:#ffffff;
	padding-top:15px;
	text-align:center;
	border-radius: 6px;
}

.news-block-two .inner-box .date .month{
	position:relative;
	display:block;
	font-size:15px;
	line-height:1.2em;
}

.news-block-two .post-meta{
	position:relative;
	padding-top: 15px;
}

.news-block-two .post-meta ul{
	position:relative;
	display:table;
	width:100%;
	vertical-align:middle;	
}

.news-block-two .post-meta ul li{
	position:relative;
	color:#222;
	font-size:16px;
	margin-right:20px;
	float: left;
	padding-right: 20px;
}

.news-block-two .post-meta ul li:before{
	position:absolute;
	content:'';
	right:0px;
	top:50%;
	margin-top:-8px;
	width:1px;
	height:16px;
	border-right:2px solid #dddddd;
}

.news-block-two .post-meta ul li:last-child:before{
	display:none;	
}

.news-block-two .post-meta ul li .icon{
	padding-right:5px;	
	font-size: 15px;
}

.news-block-two .post-meta ul li a{
	color:#222;
	transition: .5s;
	font-size: 16px;
}

.news-block-two .post-meta ul li:last-child{
	position:relative;
	padding-right:0;
}

/* Blog Single */

.blog-single{
	position:relative;
	border-radius: 6px;
}

.blog-single .inner-box{
	position:relative;
	margin-bottom:0px;
}

.blog-single .inner-box .image{
	position:relative;
	margin-bottom: 30px;
}

.blog-single .inner-box .image img{
	position:relative;
	max-width:100%;
	display:block;
	border-radius: 6px;
}

.blog-single .inner-box .lower-content{
	position:relative;
	padding-top:0px;
}

.blog-single .post-category {
	padding-left: 0;
}

.blog-single .post-category li {
	list-style: none;
	margin-right: 15px;
	display: inline-block;
	line-height: 28px;
}

.blog-single .post-category li a {
    background-color: #fceceb;
    display: inline-block;
    padding: 3px 20px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
    transition: .5s;
}

.blog-single .inner-box .lower-content .post-meta{
	position:relative;
}

.blog-single .inner-box .lower-content .post-meta li{
	position:relative;
	color:#848484;
	font-weight:500;
	margin-right:5px;
	display:inline-block;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.blog-single .inner-box .lower-content .post-meta li a {
	color: #848484;
}

.blog-single .inner-box .lower-content h2{
	position:relative;
	font-size:32px;
	color:#222222;
	line-height:1.3em;
	font-weight:700;
	margin-top:10px;
	margin-bottom:22px;
	word-break: break-word;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
	margin-bottom:24px;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	font-size:16px;
	color:#848484;
	line-height:1.7em;
	margin-bottom:22px;
	font-weight:300;
}

.blog-single .inner-box .lower-content .text p:last-child{
	margin-bottom:0px;
}

.blog-single .inner-box .lower-content .text h3{
	position:relative;
	font-size:24px;
	color:#222222;
	line-height:1.3em;
	font-weight:600;
	margin-bottom:18px;
}

.blog-single .inner-box .lower-content .text .two-column{
	position:relative;
	margin-top:45px;
	margin-bottom:35px;
}

/*post share options*/

.blog-single .post-share-options{
	position:relative;
	margin-bottom: 20px;
	clear: both;
}

.blog-single .post-share-options .info-links{
	position:relative;
}

.blog-single .post-share-options .info-links li{
	position:relative;
	color:#666666;
	font-size:13px;
	font-weight: 700;
	display:inline-block;
	text-transform: uppercase;
}

.blog-single .post-share-options .info-links li a{
	position:relative;
	color:#ee2d50;
	font-size:14px;
	text-align:center;
	display:inline-block;
	margin-right:10px;
}

.blog-single .post-share-options .tags span{
	font-size:18px;
	color:#222222;
	font-weight:600;
	margin-right:8px;
	text-transform: capitalize;
}

.blog-single .post-share-options .tags a{
	position:relative;
	color:#848484;
	font-size:14px;
	font-weight:500;
	line-height: 1em;
	margin-right: 5px;
	display: inline-block;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-single .post-share-options .tags a:last-child{
	border-right:none;
	margin-right: 0px;
	padding-right: 0px;
}

.blog-single .post-share-options .tags{
	position:relative;
	color:#ff4800;
	font-size:16px;
	font-weight:400;
	margin-top:3px;
}

.blog-single .post-share-options .tags a:hover{
	color:#020e28;
}

/*Author Box*/

.author-box{
	position:relative;
}

.author-box .author-comment{
	position:relative;
	padding: 32px 30px 8px;
	border: 1px solid #eaeaea;
	border-radius: 6px;
}

.author-box .author-comment .inner{
	position:relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.author-box .author-comment .inner .image{
	position: relative;
	width:60px;
	border-radius:50%;
	overflow:hidden;
	margin-bottom:20px;
	margin-right: 20px;
}

.author-box .author-comment .inner .content {
	margin-bottom: 25px;
	max-width: 625px;
}

.author-box .author-comment .inner h3{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:700;
	line-height:1.3em;
	margin-bottom: 5px;
}

.author-box .author-comment .inner .author{
	position:relative;
	color: #222;
	font-size: 16px;
	font-weight: 500;
}

.author-box .author-comment .inner .text{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	line-height:1.6em;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top: 40px;
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom: 1px solid #eaeaea;
	clear: both;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:0px;
}

.sidebar-page-container .group-title h2{
	position:relative;
	font-size:24px;
	color:#222222;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom: 0;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:35px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	padding:0px 0px 0px 80px;
	list-style: none;
	margin-top: 30px;
}

.sidebar-page-container .comments-area .children {
	padding-left: 60px;
}

.sidebar-page-container .comments-area li.comment {
	padding-left: 0;
}

.sidebar-page-container .comments-area .comment.depth-1 {
	padding-left: 0;
}

.sidebar-page-container .comments-area .comment.depth-1 + .comment.depth-1 {
	margin-top: 30px;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
}

.sidebar-page-container .comments-area .comment .comment-reply-link{
	position:relative;
	font-size: 16px;
	font-weight:500;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	display: block;
}

.sidebar-page-container .comments-area .comment .comment-reply-link .arrow{
	position:relative;
	top:1px;
	color:#848484;
	font-size:12px;
	margin-left:4px;
	font-weight:600;
}

.sidebar-page-container .comments-area .comment .comment-reply-link:hover{
	color:#242424;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	border-radius:50%;
	overflow:hidden;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	position:relative;
	color:#3e5773;
	line-height:24px;
	font-size:13px;	
}

.sidebar-page-container .comments-area .comment-box strong{
	position:relative;
	font-size:18px;
	font-weight:500;
	color:#222222;
	line-height: 1.1em;
	margin-right:15px;
	display:inline-block;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box strong a {
	color: #222;
}

.sidebar-page-container .comments-area .comment-box .text{
	position:relative;
	color:#848484;
	font-size: 17px;
	line-height: 1.6em;
	font-weight:300;
	margin-top:.0px;
	margin-bottom:12px;
	margin-bottom: 0;
}

.sidebar-page-container .comments-area .comment-box .text p {
	margin-bottom: 0;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	position:relative;
	color:#848484;
	font-size: 16px;
	line-height: 1.7em;
	display:inline-block;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	padding:5px 30px;
	font-size:12px;
	border:1px  solid #fbca00;
	text-transform:uppercase;
	letter-spacing:1px;
}




/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group{
	position:relative;
	margin-bottom:25px;	
}

.comment-form .form-group.form-check {
	margin-left: 15px;
}

.comment-form .form-group:last-child{
	margin-bottom:0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	font-size: 15px;
	color: #000000;
	line-height: 32px;
	padding: 10px 22px;
	font-weight: 300;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #eee;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.comment-form .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 120px;
	font-size: 15px;
	color: #000000;
	line-height: 32px;
	padding: 15px 22px;
	font-weight: 300;
	resize:none;
	border-radius: 2px;
	background: #fff;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.comment-form .post-btn{
	position: relative;
	cursor: pointer;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	border-radius: 2px;
	padding: 16px 40px 13px;
	text-transform: uppercase;
}


/*** 

====================================================================
	Blog Page Section
====================================================================

***/

.blog-page-section{
	position:relative;
	padding:100px 0px 100px;
}

.blog-page-section .news-block{
	margin-bottom:55px;
}

/*Styled Pagination*/

.styled-pagination{
	position:relative;
	margin-top:30px;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 6px 6px 0px;
}

.styled-pagination li span,
.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:40px;
	height:40px;
	width:45px;
	font-size:16px;
	min-width:40px;
	color:#848484;
	font-weight:500;
	text-align:center;
	background:#ffffff;
	border:1px solid #eeeeee;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	border-radius: 6px;
}

.styled-pagination li.prev a{
	color:#848484;
	width:75px;
	font-weight:500;
	border-color:#eeeeee;
}

.styled-pagination li.next a{
	border-color:#eeeeee;
	color:#848484;
	width:75px;
}

.styled-pagination li a:hover,
.styled-pagination li .current{
	color:#ffffff;
}



/* Dark Wiget Area */

.dark-widget-area .widget_archive ul li {
    color: #fff;
}

.dark-widget-area .widget_archive ul li a {
    color: #fff;
}

.dark-widget-area .widget_archive label {
    color: #fff;
}

.dark-widget-area .widget_categories li {
    color: #fff;
}

.dark-widget-area .widget_categories li a {
    color: #fff;
}

.dark-widget-area .widget_categories label {
    color: #fff;
}

.dark-widget-area .widget_pages ul li a {
    color: #fff;
}

.dark-widget-area .widget_meta ul li a {
    color: #fff;
}

.dark-widget-area .widget_recent_comments ul li a {
    color: #fff;
}

.dark-widget-area .widget_recent_comments ul li {
    color: #fff;
}

.dark-widget-area .widget_recent_entries ul li a {
    color: #fff;
}

.dark-widget-area .widget h2 a {
    color: #fff;
}

.dark-widget-area .widget_rss li .rsswidget {
    color: #fff;
}

.dark-widget-area .widget_rss li .rss-date {
    color: #fff;
}

.dark-widget-area .rssSummary {
    color: #fff;
}

.dark-widget-area .widget_rss li cite {
    color: #fff;
}

.dark-widget-area {
    color: #fff;
}

.dark-widget-area .widget_text p strong {
    color: #fff;
}

.dark-widget-area .widget_tag_cloud a {
    color: #ffff;
}

.dark-widget-area .widget_nav_menu ul li a {
    color: #fff;
}
















