/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Dexen                ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. imported styled
* 2. common styled
* 3. header styled
* 4. slider styled
* 5. footer styled
* 6. contact styled
* 7. project styled
* 8. inner-banner styled
* 9. cta styled
* 10. pricing styled
* 11. video styled
* 12. download styled
* 13. about styled
* 14. team styled
* 15. brand styled
* 16. testimonial styled
* 17. service styled
* 18. blog styled
* 19. faq styled
* 20. fun-fact styled
* 21. sidebar styled
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/*
* 1. imported styled
*/

@import url("bootstrap.min.css");
@import url("animate.css");
@import url("font-awesome.min.css");
@import url("magnific-popup.css");
@import url("hover.min.css");
@import url("bootstrap-select.min.css");
@import url("swiper.min.css");
@import url("../plugins/dexen-icon/style.css");

/*
* 2. common styled
*/

.current {
	/* background-color: #0C87F1; */
	color: #0C87F1 !important;
	font-weight: 500 !important;
}

html {
	overflow-x: hidden;
}

body {
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	line-height: 30px;
	color: #7E7F82;
	overflow: hidden;
}

a,
a:active,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	color: #000;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1320px;
	}
}

.thm-light-bg {
	background-color: #ffffff;
}

.thm-black-bg {
	background-color: #068181;
}

.thm-base-bg {
	background-color: #35c5af;
}

.thm-primary-bg {
	background-color: #ef425a;
}

/* .thm-gray-bg {
    background-color: #F3F3F3;
} */
.thm-service-bg {
	background-color: #F3F3F3;
}

.thm-light-color {
	color: #fff;
}

.thm-primary-color {
	color: #ef425a;
}

hr.style-one {
	margin: 0;
	border-top: 2px solid #F3F3F3;
}

/* .sec-pad {
    padding: 40px 0;
} */

.sec-pad-content-margin-30 {
	padding-bottom: 90px;
}

.sec-pad-content-margin-50 {
	padding-bottom: 70px;
}

.sec-pad-content-margin-60 {
	padding-bottom: 60px;
}

.sec-pad-content-margin-80 {
	padding-bottom: 40px;
}

.sec-pad-top {
	padding-top: 120px;
}

.content-margin-30 {
	margin-bottom: 30px;
}

.content-margin-50 {
	margin-bottom: 50px;
}

.content-margin-60 {
	margin-bottom: 60px;
}

.content-margin-80 {
	margin-bottom: 80px;
}

.google-map__contact {
	border: none;
	outline: none;
	display: block;
	width: 100%;
	height: 100%;
}

.block-title {
	margin-bottom: 60px;
}

.block-title__tag-line {
	color: #ef425a;
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
	margin-top: 8px;
}


.block-title__title {
	margin: 0;
	line-height: 1em;
	font-size: 38px;
	font-weight: bold;
	color: #0C87F1;
	font-family: "Titillium Web", sans-serif;
}

.block-title__primary-color {
	color: #ef425a;
}

.block-title__light-color {
	color: #fff;
}

.block-title__black-color {
	color: #17354f;
}

.thm-btn {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	outline: none;
	text-align: center;
	background-color: #17354f;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 19.5px 49px;
	transition: all .4s ease;
}

.thm-btn:hover {
	color: #fff;
	background-color: #35c5af;
}

.thm-btn__base-bg {
	background-color: #35c5af;
}

.thm-btn__base-bg:hover {
	color: #35c5af;
	background-color: #fff;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
	background-color: transparent;
	box-shadow: none !important;
	outline: none;
}

.bootstrap-select>.dropdown-toggle {
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid #eee;
}

.bootstrap-select .dropdown-menu>li:first-child>a {
	padding-top: 10px;
}

.bootstrap-select .dropdown-menu>li:last-child>a {
	padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: #35c5af;
	color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	padding: 9px 20px;
	color: #17354f;
	transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: #35c5af;
	color: #fff;
	cursor: pointer;
}

.row-5-col {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.col-5-col {
	-webkit-box-flex: 1;
	flex: 1 0 20%;
	display: -webkit-box;
	display: flex;
}

.row-3-col {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.col-3-col {
	-webkit-box-flex: 1;
	flex: 1 0 33.333333333%;
	display: -webkit-box;
	display: flex;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	background-image: url(../images/resources/preloader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.scroll-to-top {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: #35c5af;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	text-align: center;
	transition: all .4s ease;
	display: none;
	border-radius: 50%;
}

.scroll-to-top:after,
.scroll-to-top:before {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #35c5af;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	transition: all .4s ease;
}

.scroll-to-top:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.scroll-to-top i {
	font-size: 18px;
	line-height: 45px;
	color: #fff;
	position: relative;
	z-index: 10;
}

.scroll-to-top:hover {
	background: #17354f;
}

.scroll-to-top:hover:before,
.scroll-to-top:hover:after {
	background-color: #17354f;
}

.scroll-to-top:hover i {
	color: #fff;
}

/*
* 3. header styled
*/
.header-navigation {
	background-color: transparent;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	padding: 0;
	position: relative;
	background-color: transparent;
	height: 80px;
}

.header-navigation .container {
	background: transparent;
	position: relative;
	display: block;
}

.header-navigation .container .logo-box {
	float: left;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
	height: auto;
	margin: 0;
}

.header-navigation .container .menu-toggler {
	display: none;
}

.header-navigation .container .right-side-box {
	position: absolute;
	top: 0%;
	right: 0px;
}

.header-navigation .main-navigation {
	float: right;
	text-align: center;
}

@media (min-width: 1200px) {
	.header-navigation .main-navigation {
		display: block !important;
	}
}

.header-navigation ul.navigation-box {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
	display: none;
}

.header-navigation ul.navigation-box>li {
	position: relative;
	padding: 0px 0;
	display: inline-block;
	vertical-align: middle;
	/* Second Level Menu */
	/* Thrid Level Menu */
	transition: all .4s;

}


.header-navigation ul.navigation-box>li:first-child {
	padding-left: 0;
}

.header-navigation ul.navigation-box>li:last-child {
	padding-right: 0;
}

.header-navigation ul.navigation-box>li>a {
	font-weight: 300;
	font-size: 16px;
	letter-spacing: .2em;
	color: #17354f;
	padding: 0;
	transition: all .4s ease;
	position: relative;
	padding: 20px;
}

.header-navigation ul.navigation-box>li>a:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 14px;
	margin-left: 7px;
}

.header-navigation ul.navigation-box>li>a:only-child:after {
	content: '';
	display: none;
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
	color: #0C87F1;
	font-weight: 500;
}

.header-navigation ul.navigation-box>li>.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 220px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-color: #17354f;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	transition: opacity .4s ease, visibility .4s ease;
	box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
	.header-navigation ul.navigation-box>li>.sub-menu {
		display: block !important;
	}
}

.header-navigation ul.navigation-box>li>.sub-menu.right-align {
	left: auto;
	right: 0;
}

.header-navigation ul.navigation-box>li>.sub-menu.center-align {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>.sub-menu>li {
	display: block;
	position: relative;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>.sub-menu>li>a {
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	padding: 12px 30px;
	display: block;
	line-height: 26px;
	white-space: nowrap;
	position: relative;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li:hover>a {
	color: #fff;
	background: #0C87F1;
}

.header-navigation ul.navigation-box>li:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

.header-navigation ul.navigation-box>li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li {
	/* no more nested showen */
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu {
	position: absolute;
	top: 0%;
	left: 100%;
	z-index: 1000;
	float: left;
	min-width: 220px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-color: #17354f;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	transition: opacity .4s ease, visibility .4s ease;
	box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
	.header-navigation ul.navigation-box>li>ul>li>.sub-menu {
		display: block !important;
	}
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.right-align {
	left: auto;
	right: 100%;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.center-align {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li {
	display: block;
	position: relative;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li>a {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	padding: 12px 30px;
	display: block;
	line-height: 26px;
	white-space: nowrap;
	position: relative;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li:hover>a {
	color: #fff;
	background: #35c5af;
}

.header-navigation ul.navigation-box>li>ul>li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li ul {
	display: none;
}

.header-navigation.stricky-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: white;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	border-bottom: 0;
}

.site-header.header-one {
	background-color: white;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.site-header.header-one .top-bar {
	background: #EB6E0B;
	height: 35px;
}

.site-header.header-one .top-bar .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
}

.site-header.header-one .top-bar .logo-block {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.site-header.header-one .top-bar .social-block {
	margin-top: 6px;
	margin-left: 42px;
}

.site-header.header-one .top-bar .social-block a {
	color: #FFFFFF;
	padding: 10px;
}

/* .site-header.header-one .top-bar .social-block a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ef425a;
    border-radius: 50%;
    text-align: center;
    transition: all .4s ease;
}

.site-header.header-one .top-bar .social-block a i {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
} */

/* .site-header.header-one .top-bar .social-block a:hover {
    background-color: #35c5af;
} */

.site-header.header-one .top-bar .social-block a+a {}

.site-header.header-one .top-bar .right-block a {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.site-header.header-one .top-bar .right-block a+a {
	/* margin-left: 16px; */
}

.site-header.header-one .top-bar .right-block a i {
	color: #35c5af;
	font-size: 14px;
	margin-right: 10px;
}

.site-header.header-one .header-navigation ul.navigation-box>li {
	padding: 28px 0;
}

.site-header.header-one .header-navigation ul.navigation-box>li>a {
	color: #7D7E81;
	font-weight: 300;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 0;
}

.site-header.header-one .header-navigation ul.navigation-box>li>a:before {
	background-color: #35c5af;
}

.site-header.header-one .header-navigation ul.navigation-box>li.current>a,
.site-header.header-one .header-navigation ul.navigation-box>li:hover>a {
	color: #0C87F1;
	/* font-weight: 500; */
}

.site-header .right-side-box {
	display: none;
}

@media (max-width: 1199px) {
	.site-header .right-side-box {
		display: block;
	}
}

.header__social-block a {
	display: inline-block;
	width: 43px;
	height: 43px;
	background-color: #ef425a;
	border-radius: 50%;
	text-align: center;
	transition: all .4s ease;
}

.header__social-block a i {
	font-size: 14px;
	color: #fff;
	line-height: 43px;
}

.header__social-block a:hover {
	background-color: #35c5af;
}

.header__social-block a+a {
	margin-left: 6px;
}

/*
* 4. slider styled
*/
.main-banner-wrapper {
	position: relative;
	padding: 15px 0;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.main-banner-wrapper {
		overflow: hidden;
	}
}

.main-banner-wrapper .carousel-btn-block {
	position: absolute;
	bottom: 85px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 99;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px;
	text-align: right;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	transition: all .4s ease;
	font-size: 14px;
	color: #fff;
	width: 63px;
	height: 63px;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	border-color: white;
	opacity: .2;
	z-index: 9;
	border-radius: 50%;
	transition: all .4s ease;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn i {
	line-height: 59px;
	display: block;
	vertical-align: middle;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn:hover {
	opacity: 1;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
	margin-right: 10px;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main-banner-wrapper .owl-dots {
	margin: 0;
	position: absolute;
	bottom: 85px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 999;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px;
	text-align: left;
}

.main-banner-wrapper .owl-dots .owl-dot {
	position: relative;
	z-index: 991;
}

.main-banner-wrapper .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	border: 2px solid #fff;
	background-color: transparent;
	opacity: .2;
	margin: 0;
	transition: all .4s ease;
}

.main-banner-wrapper .owl-dots .owl-dot+.owl-dot {
	margin-left: 7px;
}

.main-banner-wrapper .owl-dots .owl-dot.active span {
	opacity: 1;
	background-color: transparent;
}

.banner-style-one .slide {
	padding: 165px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 520px;
}

.banner-style-one .owl-nav {
	display: none;
}

.banner-style-one .owl-dots {
	display: none;
}

.banner-style-one h3,
.banner-style-one p {
	margin: 0;
}

.banner-style-one .tag-line {
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	display: block;
	width: 100%;
	margin-bottom: 25px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.banner-style-one .banner-title {
	color: #FFFFFF;
	font-size: 100px;
	line-height: 90px;
	font-weight: 900;
	font-family: "Titillium Web", sans-serif;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.banner-style-one p {
	font-size: 36px;
	line-height: 1.25em;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
	margin-top: 50px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.banner-style-one .banner-btn {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #35c5af;
	padding: 19.5px 50px;
	transition: all .4s ease;
	margin-top: 40px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.banner-style-one .banner-btn:hover {
	background-color: #ef425a;
	color: #17354f;
}

.banner-style-one .active .tag-line {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.banner-style-one .active .banner-title {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.banner-style-one .active p {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.banner-style-one .active .banner-btn {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.banner-style-one.no-dots .owl-dots {
	display: none !important;
}

.banner-style-two .slide {
	padding: 189px 0;
	position: relative;
}

.banner-style-two .owl-nav {
	display: none;
}

.banner-style-two .owl-dots {
	display: none;
}

.banner-style-two h3,
.banner-style-two p {
	margin: 0;
}

.banner-style-two .slider-moc {
	position: absolute;
	top: -40px;
	right: 0;
	width: auto !important;
}

@media (max-width: 1440px) {
	.banner-style-two .slider-moc {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
		-webkit-transform-origin: center right;
		transform-origin: center right;
	}
}

.banner-style-two .slide-two {
	padding: 234px 0;
}

.banner-style-two .slide-two .slider-moc {
	right: auto;
	left: 0px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

@media (max-width: 1440px) {
	.banner-style-two .slide-two .slider-moc {
		-webkit-transform: scale(0.65);
		transform: scale(0.65);
		-webkit-transform-origin: center left;
		transform-origin: center left;
	}
}

.banner-style-two .tag-line {
	font-size: 24px;
	color: #ef425a;
	font-weight: 600;
	display: block;
	width: 100%;
	margin-bottom: 25px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.banner-style-two .banner-title {
	color: #FFFFFF;
	font-size: 90px;
	line-height: 90px;
	font-weight: 900;
	font-family: "Titillium Web", sans-serif;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.banner-style-two .banner-title span {
	color: #17354f;
}

.banner-style-two p {
	font-size: 36px;
	line-height: 1.25em;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
	margin-top: 50px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.banner-style-two .banner-btn {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #ef425a;
	padding: 19.5px 50px;
	transition: all .4s ease;
	margin-top: 40px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.banner-style-two .banner-btn:hover {
	background-color: #fff;
	color: #17354f;
}

.banner-style-two .active .tag-line {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.banner-style-two .active .banner-title {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.banner-style-two .active p {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.banner-style-two .active .banner-btn {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.banner-style-two.no-dots .owl-dots {
	display: none !important;
}

/*
* 5. footer styled
*/
.site-footer {
	background-color: #000;
	position: relative;
}

.site-footer .container {
	position: relative;
}

/* .site-footer:before {
    content: '';
    width: 545px;
    height: 498px;
    background-color: #0C87F1;
    background-image: url(../images/resources/footer-round-circle.png);
    position: absolute;
    bottom: -20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-blend-mode: luminosity;
    opacity: .04;
    -webkit-animation: roundMover 20s linear infinite;
    animation: roundMover 20s linear infinite;
} */
.site-footer::before {
	content: '';
	width: 310px;
	height: 310px;
	background-color: #0C87F1;
	background-image: url(../images/resources/footer-round-circle.png);
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-blend-mode: multiply;
	opacity: 0.1;
	-webkit-animation: roundMover 20s linear infinite;
	animation: roundMover 20s linear infinite;
}

@-webkit-keyframes roundMover {
	form {
		-webkit-transform: translateX(-50%) scale(1) rotate(0deg);
		transform: translateX(-50%) scale(1) rotate(0deg);
		opacity: .04;
	}

	to {
		-webkit-transform: translateX(-50%) scale(0.9) rotate(180deg);
		transform: translateX(-50%) scale(0.9) rotate(180deg);
		opacity: .06;
	}
}

@keyframes roundMover {
	form {
		-webkit-transform: translateX(-50%) scale(1) rotate(0deg);
		transform: translateX(-50%) scale(1) rotate(0deg);
		opacity: .04;
	}

	to {
		-webkit-transform: translateX(-50%) scale(0.9) rotate(180deg);
		transform: translateX(-50%) scale(0.9) rotate(180deg);
		opacity: .06;
	}
}

.site-footer .upper-footer {
	padding-top: 100px;
	padding-bottom: 100px;
}

.site-footer .upper-footer .row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.site-footer .upper-footer .content-block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.site-footer .upper-footer .content-block .menu-link {
	margin-left: 20px;
}

.site-footer .upper-footer .content-block .menu-link a,
.site-footer .upper-footer .content-block .menu-link span {
	color: #CFC1E5;
	font-size: 16px;
	font-weight: 600;
	transition: all .4s ease;
}

.site-footer .upper-footer .content-block .menu-link a:hover,
.site-footer .upper-footer .content-block .menu-link span:hover {
	color: #fff;
}

.site-footer .upper-footer .content-block .menu-link span.sep {
	margin-left: 10px;
	margin-right: 10px;
}

.site-footer .upper-footer .subscribe-form {
	display: -webkit-box;
	display: flex;
}

.site-footer .upper-footer .subscribe-form input {
	border: none;
	outline: none;
	width: 100%;
	max-width: 381px;
	height: 69px;
	background-color: #FFFFFF;
	color: #7E7F82;
	font-size: 16px;
	font-weight: 600;
	padding-left: 30px;
}

.site-footer .upper-footer .subscribe-form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #7E7F82;
}

.site-footer .upper-footer .subscribe-form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #7E7F82;
}

.site-footer .upper-footer .subscribe-form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #7E7F82;
}

.site-footer .upper-footer .subscribe-form input:-moz-placeholder {
	/* Firefox 18- */
	color: #7E7F82;
}

.site-footer .upper-footer .subscribe-form button[type=submit] {
	border: none;
	outline: none;
	background-color: #35c5af;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	margin-left: 10px;
	padding: 0 50px;
	cursor: pointer;
	transition: all .4s ease;
}

.site-footer .upper-footer .subscribe-form button[type=submit]:hover {
	background-color: #fff;
	color: #17354f;
}

.site-footer .main-footer .inner-container {
	padding-top: 40px;
	padding-bottom: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .footer-widget .widget-title {
	margin-bottom: 16px;
	width: 220px;
	height: 60px;
}

.site-footer .footer-widget .widget-title img {
	width: 100%;
	height: 100%;
}

.site-footer .footer-widget .widget-title h3 {
	margin: 0;
	color: #FFFFFF;
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	font-size: 24px;
}

.site-footer .footer-widget p {
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}

.site-footer .footer-widget ul.link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .footer-widget ul.link-list li a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	transition: all .4s ease;
}

.site-footer .footer-widget ul.link-list li a:before {
	content: '\f101';
	font-family: 'FontAwesome';
	color: #35c5af;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-15px);
	transform: translateY(-50%) translateX(-15px);
	opacity: 0;
	transition: all .4s ease;
}

.site-footer .footer-widget ul.link-list li a:hover {
	color: #EB6E0B;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.site-footer .footer-widget ul.link-list li a:hover:before {
	opacity: 1;
}

.site-footer .footer-widget ul.link-list li+li {
	margin-top: 6px;
}

.site-footer .footer-widget .social-block {
	margin-top: 30px;
}

.site-footer .footer-widget .social-block a {
	display: inline-block;
	width: 43px;
	height: 43px;
	background-color: #EB6E0B;
	border-radius: 50%;
	text-align: center;
	transition: all .4s ease;
}

.site-footer .footer-widget .social-block a i {
	font-size: 14px;
	color: #fff;
	line-height: 43px;
}

.site-footer .footer-widget .social-block a:hover {
	background-color: #0048AE;
}

.site-footer .footer-widget .social-block a+a {
	margin-left: 6px;
}

.site-footer .footer-widget.contact-widget p {
	line-height: 24px;
}

.site-footer .footer-widget.contact-widget p+p {
	margin-top: 25px;
}

.site-footer .bottom-footer .inner-container {
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .bottom-footer .inner-container p {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.site-footer .bottom-footer .inner-container p a {
	color: #ef425a;
	transition: all .4s ease;
}

.site-footer .bottom-footer .inner-container p a:hover {
	color: #35c5af;
}

.footer-widget .insta-photo-list {
	margin-left: -10px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}

.footer-widget .insta-photo-list li {
	margin-left: 10px;
	margin-bottom: 10px;
}


/*
* 6. contact styled
*/
#home-google-map {
	width: 100%;
	height: 580px;
}



.contact-block-one__form input,
.contact-block-one__form textarea {
	border: none;
	outline: none;
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	height: 55px;
	margin-bottom: 20px;
	padding: 20px;
}

.contact-block-one__form textarea {
	padding-top: 15px;
	height: 208px;
}

.contact-block-one__form button[type=submit] {
	border: none;
	border-radius: 8px;
	outline: none;
	background-color: #000080;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	/*max-width: 219px;*/
	height: 69px;
	/* line-height: 69px; */
	text-align: center;
	cursor: pointer;
	transition: all .4s ease;
}

.contact-block-one__form button[type=submit]:hover {
	background-color: #0C87F1;
	color: #000080;
}

.contact-block-one__info {
	position: relative;
	padding: 70px 60px;
	overflow: hidden;
	height: 88%;
	border-radius: 8px;
}

.contact-block-one__info:before {
	content: '';
	width: 395px;
	height: 360px;
	background-color: #17354f;
	background-image: url(../images/resources/footer-round-circle.png);
	background-size: 100% 100%;
	position: absolute;
	bottom: -20%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-blend-mode: luminosity;
	opacity: .04;
	-webkit-animation: roundMover 20s linear infinite;
	animation: roundMover 20s linear infinite;
}

.contact-block-one__info-item {
	margin: 0;
	position: relative;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 400;
	/* line-height: 24px; */
	width: 300px;
}

.contact-block-main {
	margin: 40px 0;
}

.contact-block-main i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #ef425a;
	color: #FFFFFF;
	border-radius: 3px;
	text-align: center;
	transition: all .4s ease;
	margin-right: 20px;
	margin-top: 16px;
}

.contact-block-one__info-item span {}

.contact-block-one__info-item+.contact-block-one__info-item {
	margin-top: 50px;
}

.contact-block-one__info .social-block {
	position: relative;
	margin-top: 60px;
}

.contact-block-one__info .social-block a {
	display: inline-block;
	width: 43px;
	height: 43px;
	background-color: #ef425a;
	border-radius: 50%;
	text-align: center;
	transition: all .4s ease;
}

.contact-block-one__info .social-block a i {
	font-size: 14px;
	color: #fff;
	line-height: 43px;
}

.contact-block-one__info .social-block a:hover {
	background-color: #35c5af;
}

.contact-block-one__info .social-block a+a {
	margin-left: 6px;
}

.contact-two .my-auto {
	width: 100%;
}

.contact-two__form {
	padding-right: 120px;
}

.contact-two__form input,
.contact-two__form textarea {
	border: none;
	outline: none;
	display: block;
	width: 100%;
	background-color: #fff;
	color: #7E7F82;
	height: 69px;
	margin-bottom: 20px;
	padding-left: 30px;
}

.contact-two__form input::-webkit-input-placeholder,
.contact-two__form textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #7E7F82;
}

.contact-two__form input::-moz-placeholder,
.contact-two__form textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #7E7F82;
}

.contact-two__form input:-ms-input-placeholder,
.contact-two__form textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #7E7F82;
}

.contact-two__form input:-moz-placeholder,
.contact-two__form textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #7E7F82;
}

.contact-two__form textarea {
	padding-top: 15px;
	height: 208px;
}

.contact-two__form button[type=submit] {
	border: none;
	outline: none;
	background-color: #35c5af;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	transition: all .4s ease;
}

.contact-two__form button[type=submit]:hover {
	background-color: #ef425a;
	color: #17354f;
}

/*
* 7. project styled
*/
.project-style-one__image-block {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 220px;
	border-radius: 8px;
}

.project-style-one__image-block a img {
	width: 100%;
	height: 220px;
}

.project-style-one__image-block a>img {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.4s ease;
	height: 220px;
}


/* .project-style-one__image-block:before {
    content: '';
    position: absolute;
    background-color: #17354f;
    opacity: .8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
} */

.project-style-one__text-block {
	position: relative;
	padding: 25px 0;
	border-radius: 0 0 20px 20px;
}

.project-style-one__title {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	height: 50px;
}

.project-style-one__text-block span {
	font-size: 12px;
}

.project-style-one__title a {
	color: #000;
	transition: all .4s ease;
	font-size: 16px;
}

.project-style-one__category {
	color: #35c5af;
	font-size: 16px;
	font-weight: 600;
	display: block;
	line-height: 1em;
	margin-bottom: 5px;
	transition: all .4s ease;
}

.project-style-one__more-link {
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
	text-align: center;
	background-color: #ef425a;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%) translateY(50%);
	transform: translateX(-50%) translateY(50%);
	transition: all .4s ease;
}

.project-style-one__more-link i {
	color: #fff;
	font-size: 11px;
	line-height: 42px;
}

.project-style-one__single:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	/* Adjust the shadow properties as needed */
}

.project-style-one__single:hover .project-style-one__image-block:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.project-style-one__single:hover .project-style-one__title a {
	color: #0048AE;
}

.project-style-one__single:hover .project-style-one__category {
	color: #ef425a;
}

.project-style-one__single:hover .project-style-one__image-block a>img {
	-webkit-transform: scale(0.15);
	transform: scale(1.05);
}

.project-style-one__single:hover .project-style-one__more-link {
	background-color: #17354f;
}

.project-details .row-3-col {
	margin-left: -15px;
	margin-right: -15px;
}

.project-details .col-3-col {
	padding-left: 15px;
	padding-right: 15px;
}

.project-details .col-3-col>img {
	width: 100%;
}

.project-details__feature,
.project-details__content {
	margin-top: 30px;
}

.project-details__feature {
	padding: 60px;
}

.project-details__feature-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
}

.project-details__feature-item+.project-details__feature-item {
	margin-top: 20px;
}

.project-details__feature-name {
	color: #17354f;
}

.project-details__title {
	margin: 0;
	color: #17354f;
	font-size: 40px;
	font-weight: 900;
	font-family: "Titillium Web", sans-serif;
	margin-bottom: 25px;
	margin-top: -10px;
}

.project-details__text {
	margin: 0;
	color: #7D7E81;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}

.project-details__sub-title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	color: #17354f;
	font-family: "Titillium Web", sans-serif;
	margin-bottom: 25px;
	margin-top: 20px;
}

/*
* 8. inner-banner styled
*/
.inner-banner {
	padding-top: 20px;
}

.inner-banner__title {
	margin: 0;
	font-family: "Titillium Web", sans-serif;
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 900;
	margin-bottom: 40px;
}

.thm-breadcrumb {
	margin: 0;
	padding: 4px 38.5px;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	background-color: #e9e9e9;
}

.thm-breadcrumb__item {
	display: inline-block;
	vertical-align: middle;
}

.thm-breadcrumb__item:not(:last-child):after {
	content: '.';
	color: #000;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 7px;
}

.thm-breadcrumb__item a,
.thm-breadcrumb__item span {
	/* color: #000; */
	font-size: 16px;
	font-weight: 600;
}

/*
* 9. cta styled
*/

.cta-one__image-block>img {
	width: 100%;
}

.cta-one__image-block__content {
	background-color: #35c5af;
	padding: 59px 0;
}

.cta-one__image-block__content h3 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	font-family: "Titillium Web", sans-serif;
	margin: 0;
}

.cta-one__text {
	color: #CFC1E5;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	margin: 0;
	margin-top: -15px;
}

.cta-one__content-block {
	padding-left: 80px;
}

@media(max-width: 991px) {
	.cta-one__content-block {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.cta-one__btn {
	margin-top: 50px;
}

.cta-two {
	background-color: #ef425a;
	position: relative;
}

.cta-two__content {
	position: relative;
	z-index: 100;
}

.cta-two__image {
	position: absolute;
	top: -50px;
	right: 0;
	z-index: 99;
}

.cta-two__features {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: -10px;
}

.cta-two__features-item {
	color: #17354f;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	color: #fff;
	padding-left: 30px;
}

.cta-two__features-item i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.cta-two__features-item+.cta-two__features-item {
	margin-top: 15px;
}

.cta-two__btn {
	margin-top: 50px;
	color: #fff;
	background-color: #35c5af;
	transition: all .4s ease;
}

.cta-two__btn:hover {
	color: #fff;
	background-color: #17354f;
}

.cta-three {
	overflow: hidden;
	position: relative;
}

.cta-three:before {
	content: '';
	width: 545px;
	height: 498px;
	background-color: #ef425a;
	background-image: url(../images/resources/footer-round-circle.png);
	position: absolute;
	bottom: -20%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-blend-mode: luminosity;
	opacity: .04;
	-webkit-animation: roundMover 20s linear infinite;
	animation: roundMover 20s linear infinite;
}

.cta-three .block-title {
	margin-bottom: 45px;
}

.cta-three__image {
	position: absolute;
	bottom: -80px;
	right: 0;
}

@media (max-width: 1440px) {
	.cta-three__image {
		-webkit-transform-origin: center right;
		transform-origin: center right;
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%) scale(0.75);
		transform: translateY(-50%) scale(0.75);
	}
}

.cta-three__text {
	margin: 0;
	color: #CFC1E5;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 45px;
}

.cta-three__btn {
	background-color: #35c5af;
	color: #fff;
	transition: all .4s ease;
}

.cta-three__btn:hover {
	background-color: #ef425a;
}

.cta-three__features {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 50px;
}

.cta-three__features-item {
	position: relative;
	color: #fff;
	font-size: 16px;
	padding-left: 25px;
}

.cta-three__features-item i {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cta-three__features-item+.cta-three__features-item {
	margin-top: 10px;
}

.cta-four .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.cta-four__title {
	color: #fff;
	font-size: 50px;
	font-weight: 900;
	font-family: "Titillium Web", sans-serif;
}

.cta-four__btn {
	background-color: #17354f;
	color: #fff;
}

.cta-four__btn:hover {
	background-color: #fff;
	color: #17354f;
}

/*
* 10. pricing styled
*/
.price-one__top {
	padding: 69.5px 0;
	background-color: white;
	transition: all .4s ease;
}

.price-one__bottom {
	padding: 53px 0;
	background-color: #f8f8f8;
	margin-top: 10px;
	transition: all .4s ease;
}

.price-one__title {
	font-size: 24px;
	color: #17354f;
	font-weight: 400;
	margin: 0;
	line-height: 1em;
}

.price-one__price {
	margin: 0;
	font-family: "Titillium Web", sans-serif;
	font-weight: 900;
	color: #ef425a;
	font-size: 60px;
	line-height: 1em;
}

.price-one__feature {
	margin: 0;
	padding: 0;
	list-style: none;
}

.price-one__feature-item {
	color: #7E7F82;
	font-weight: 600;
	font-size: 16px;
}

.price-one__feature-item+.price-one__feature-item {
	margin-top: 12px;
}

.price-one .thm-btn {
	margin-top: 50px;
}

.price-one__single:hover .price-one__top {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.price-one__single:hover .price-one__bottom {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.price-two .container__low {
	max-width: 790px;
}

.price-two .row__low-gutters {
	margin-left: -10px;
	margin-right: -10px;
}

.price-two .row__low-gutters [class*=col-] {
	padding-left: 10px;
	padding-right: 10px;
}

.price-two .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

.price-two .bootstrap-select>.dropdown-toggle {
	border-radius: 0;
	background-color: #FFFFFF !important;
	color: #7E7F82;
	padding: 0px 30px;
	height: 69px;
	line-height: 69px;
}

.price-two .dropdown-toggle::after {
	border: none;
	content: '\f107';
	font-family: FontAwesome;
}

.price-two .row-5-col {
	margin-left: -8.5px;
	margin-right: -8.5px;
}

.price-two .col-5-col {
	padding-left: 8.5px;
	padding-right: 8.5px;
}

.price-two__single {
	background-color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	padding: 49px 43px;
}

.price-two__single:before {
	background-color: #35c5af;
}

.price-two__price {
	font-family: "Titillium Web", sans-serif;
	font-size: 40px;
	font-weight: 900;
	color: #ef425a;
	margin: 0;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 20px;
	transition: all .4s ease;
}

.price-two__count {
	color: #17354f;
	font-size: 16px;
	line-height: 1.25em;
	font-weight: 600;
	margin: 0;
	transition: all .4s ease;
}

.price-two__average {
	font-size: 16px;
	color: #7E7F82;
	font-weight: 600;
	line-height: 1em;
	margin: 0;
	display: block;
	transition: all .4s ease;
}

.price-two__single:hover .price-two__count,
.price-two__single:hover .price-two__price,
.price-two__single:hover .price-two__average {
	color: #ffff;
}

.price-two__link-text {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.price-two__link-text a {
	color: #35c5af;
	transition: all .4s ease;
}

.price-two__link-text a:hover {
	color: #ef425a;
}

/*
* 11. video styled
*/
.video-one {
	position: relative;
	padding-right: 30px;
}

.video-one>img {
	width: 100%;
}

.video-one__btn-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(calc(-50% - 30px), -50%);
	transform: translate(calc(-50% - 30px), -50%);
}

.video-one__btn {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	background-color: #ef425a;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.video-one__btn i {
	line-height: 100px;
	color: #fff;
	font-size: 20px;
}

/*
* 12. download styled
*/
.download-one {
	padding-left: 30px;
}

.download-one__title {
	margin: 0;
	color: #17354f;
	font-size: 40px;
	font-weight: bold;
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	margin-top: -10px;
	margin-bottom: 40px;
}

.download-one__text {
	margin: 0;
	color: #7E7F82;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}

.download-one__option {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 45px;
}

.download-one__feature {
	margin: 0;
	padding: 0;
	list-style: none;
}

.download-one__feature-item {
	font-size: 16px;
	color: #757575;
	font-weight: 600;
}

.download-one__feature-item span {
	color: #17354f;
}

.download-one__feature-item+.download-one__feature-item {
	margin-top: 10px;
}

.download-one__links-row {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.download-one__links {
	width: 250px;
	margin-top: -10px;
}

.download-one__link {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	background-color: #35c5af;
	width: 120px;
	text-align: center;
	margin-top: 10px;
	transition: all .4s ease;
}

.download-one__link i {
	margin-left: 5px;
}

.download-one__link:hover {
	color: #fff;
	background-color: #17354f;
}

.download-one__illu {
	background-color: #ef425a;
}

.download-one__ind {
	background-color: #17354f;
}

.download-one__ind:hover {
	background-color: #35c5af;
}

.download-one__jpg {
	background-color: #7E7F82;
}

.download-two__title {
	color: #17354f;
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	font-family: "Titillium Web", sans-serif;
	margin-bottom: 40px;
}

.download-two__text {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #7E7F82;
	margin-bottom: 45px;
}

.download-two__content {
	width: 100%;
	padding-right: 120px;
}

.download-two .download-one__feature {
	max-width: 310px;
	width: 100%;
	margin-bottom: 50px;
}

.download-two .download-one__feature-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.download-two .download-one__feature-option {
	color: #7E7F82;
}

/*
* 13. about styled
*/
.about-one__single {
	border-style: solid;
	border-width: 1px;
	border-color: #ededed;
	background-color: white;
	padding: 60px 0;
	padding-left: 60px;
	padding-right: 60px;
	transition: all .4s ease;
}

.about-one__single:hover {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.about-one__title {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	font-family: "Titillium Web", sans-serif;
	margin-bottom: 20px;
}

.about-one__title a {
	color: #17354f;
	transition: all .4s ease;
}

.about-one__title a:hover {
	color: #35c5af;
}

.about-one__text {
	margin: 0;
	color: #7E7F82;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
}

.about-two {
	background-color: #fff;
	position: relative;
	z-index: 99;
	padding-bottom: 90px;
}

.about-two .block-title {
	margin-bottom: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 20px;
}

.about-two .block-title [class*=block-title__] {
	-webkit-box-flex: 1;
	flex: 1 0 50%;
	display: -webkit-box;
	display: flex;
}

.about-two .block-title .block-title__text {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}

.about-three__image {
	position: relative;
}

.about-three__image-two {
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: translateX(calc(50% - 30px));
	transform: translateX(calc(50% - 30px));
}

.about-three__image-two>img {
	position: relative;
}

.about-three__image-two:before {
	content: '';
	width: 100%;
	height: calc(100% + 30px);
	position: absolute;
	top: -30px;
	left: -30px;
	background-color: #F3F3F3;
}

.about-three__year {
	position: absolute;
	top: 30px;
	left: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 190px;
	height: 174px;
	background-color: #ef425a;
	display: -webkit-box;
	display: flex;
	text-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.about-three__year .inner-block {
	width: 100%;
}

.about-three__year__title {
	font-size: 54px;
	line-height: 1em;
	font-weight: 900;
	color: #fff;
	font-family: "Titillium Web", sans-serif;
	font-weight: 900;
}

.about-three__year__text {
	margin: 0;
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
	line-height: 1.15em;
	width: 50%;
	margin-top: 5px;
}

.about-three__text {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #7E7F82;
	margin-top: 50px;
}

.about-three__content {
	padding-left: 30px;
}

.about-three__discount {
	background-color: #fff;
	display: -webkit-box;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 55px;
}

.about-three__discount__icon {
	width: 190px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-color: #35c5af;
	padding: 57px 0;
	padding-left: 40px;
	text-align: left;
}

.about-three__discount__icon i {
	font-size: 60px;
	color: #fff;
}

.about-three__discount__content {
	position: relative;
	padding: 41.5px 0;
}

.about-three__discount__content:before {
	content: '';
	width: 121%;
	height: 100%;
	background-color: #fff;
	-webkit-transform: skew(-45deg);
	transform: skew(-35deg);
	position: absolute;
	top: 0;
	right: 0;
}

.about-three__discount__title {
	margin: 0;
	font-size: 60px;
	color: #ef425a;
	line-height: 1em;
	position: relative;
	font-family: "Titillium Web", sans-serif;
	font-weight: 900;
}

.about-three__discount__text {
	margin: 0;
	color: #17354f;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25em;
	position: relative;
	margin-top: 5px;
}

/*
* 14. team styled
*/
.team-one .inner-container {
	position: relative;
	overflow: hidden;
}

.team-one__image {
	width: 100%;
	height: 450px;
}

.team-one__image>img {
	width: 100%;
	height: 100%;
}

.team-one__content {
	background-color: #F3F3F3;
	padding-top: 40px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 40px;
	height: 450px;
}

.team-one__content .block-title {
	margin-bottom: 50px;
}

.team-one__content .block-title__title {
	font-size: 40px;
}

.team-one__text {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}

.team-one__text+.team-one__text {
	margin-top: 30px;
}

.team-one__carousel {
	width: 100%;
}

.team-one__thumb-carousel {
	width: 100%;
	/* max-width: 410px; */
	/* position: absolute; */
	bottom: 0;
	left: 0;
	/* overflow: hidden; */
	margin-top: 25px;
}

.team-one__thumb-carousel .swiper-slide {
	cursor: pointer;
}

.team-one .team-carousel-btn {
	position: absolute;
	width: 100%;
	max-width: 685px;
	right: 0;
	bottom: 100px;
	padding-left: 100px;
	z-index: 99;
}

.team-one .team-carousel-btn .carousel-btn {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	outline: none;
	font-size: 14px;
	color: #fff;
	width: 63px;
	height: 63px;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	border-color: #17354f;
	opacity: .2;
	z-index: 9;
	border-radius: 50%;
	transition: all .4s ease;
}

.team-one .team-carousel-btn .carousel-btn i {
	line-height: 59px;
	display: block;
	vertical-align: middle;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #17354f;
	transition: all .4s ease;
}

.team-one .team-carousel-btn .carousel-btn:hover {
	opacity: 1;
	border-color: #35c5af;
}

.team-one .team-carousel-btn .carousel-btn:hover i {
	-webkit-text-stroke-color: #35c5af;
}

.team-one .team-carousel-btn .carousel-btn.left-btn {
	margin-right: 10px;
}

.team-one .team-carousel-btn .carousel-btn.left-btn i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*
* 15. brand styled
*/
.brand-one {
	background-color: #35c5af;
	padding: 92px 0;
}

.brand-one__carousel img {
	opacity: .6;
	transition: all .4s ease;
}

.brand-one__carousel img:hover {
	opacity: 1;
}

/*
* 16. testimonial styled
*/
.testimonial-one {
	background: #17354f url(../images/background/background-1-1.jpg) center center no-repeat fixed;
	background-size: cover;
	padding-bottom: 110px;
	position: relative;
}

.testimonial-one:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .9;
	background-color: #17354f;
}

.testimonial-one .container {
	max-width: 830px;
	margin-top: -90px;
	position: relative;
	z-index: 99;
}

.testimonial-one__single {
	text-align: center;
}

.testimonial-one__text {
	font-size: 36px;
	font-weight: 900;
	font-family: "Titillium Web", sans-serif;
	color: #fff;
	line-height: 50px;
	margin: 0;
	margin-top: 55px;
}

.testimonial-one__name {
	color: #ef425a;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	margin-top: 40px;
}

.testimonial-one__image>img {
	max-width: none;
	width: auto !important;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}

.testimonial-one__carousel .owl-nav {
	display: none;
}

.testimonial-one__carousel .owl-dots {
	margin-top: 50px;
}

.testimonial-one__carousel .owl-dots .owl-dot span {
	margin: 0;
	padding: 0;
	width: 13px;
	height: 13px;
	background-color: transparent !important;
	border-radius: 50%;
	border: 2px solid #fff;
	opacity: .2;
	transition: all .4s ease;
}

.testimonial-one__carousel .owl-dots .owl-dot span:hover {
	opacity: 1;
}

.testimonial-one__carousel .owl-dots .owl-dot.active span {
	opacity: 1;
}

.testimonial-one__carousel .owl-dots .owl-dot+.owl-dot span {
	margin-left: 10px;
}

/*
* 17. service styled
*/
.service-one {
	background-color: #fff;
	position: relative;
	z-index: 99;
	padding-bottom: 230px;
}

.service-one.service-page {
	padding-bottom: 70px;
}

.service-one.service-page__one .service-one__text-block {
	padding-top: 50px;
	padding-bottom: 50px;
}

.service-one__image {
	position: relative;
	overflow: hidden;
}

.service-one__image>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all .4s ease;
}

.service-one__image:before {
	content: '';
	position: absolute;
	background-color: #17354f;
	opacity: .8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: .5s;
	transition-timing-function: ease-out;
}

.service-one__text-block {
	background-color: #F3F3F3;
	text-align: center;
	position: relative;
	z-index: 100;
	padding: 0 57px;
	padding-top: 60px;
	padding-bottom: 70px;
}

.service-one__title {
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	font-family: "Titillium Web", sans-serif;
}

.service-one__title a {
	color: #17354f;
	transition: all .4s ease;
}

.service-one__title a:hover {
	color: #ef425a;
}

.service-one__text {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	color: #7E7F82;
	margin-top: 30px;
}

.service-one__link {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(50%);
	transform: translateX(-50%) translateY(50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	background-color: #35c5af;
	transition: all .4s ease;
}

.service-one__link i {
	color: #fff;
	font-size: 20px;
	line-height: 42px;
	transition: all .4s ease;
}

.service-one__link:hover {
	background-color: #ef425a;
}

.service-one__single:hover .service-one__image:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.service-two.sec-pad {
	padding: 30px 0;
}

.service-two .row-5-col {
	margin-left: -8.5px;
	margin-right: -8.5px;
	margin-top: 40px;
}

.service-two .col-5-col {
	padding-left: 8.5px;
	padding-right: 8.5px;
}

.service-two__title-text {
	margin: 0;
	color: #7E7F82;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}

.service-two__single {
	width: 100px;
	height: 100px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	/* padding: 20px 20px; */
	border-radius: 28px;
	margin: 16px auto;
}

.service-two__single img {
	width: 100% !important;
	height: 100%;
}

.service-two__title {
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	text-align: center;
	margin-top: 8px;
}

.service-two__title a {
	color: #000080;
	transition: all .4s ease;
}

.service-two__title a:hover {
	color: #0C87F1;
}

.service-three {
	padding-bottom: 230px;
	background-color: #fff;
	position: relative;
	z-index: 99;
}

.service-three.service-page {
	padding-bottom: 40px;
}

.service-three__image {
	position: relative;
	overflow: hidden;
}

.service-three__image>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all .4s ease;
}

.service-three__image:before {
	content: '';
	position: absolute;
	background-color: #17354f;
	opacity: .8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: .5s;
	transition-timing-function: ease-out;
}

.service-three__text-block {
	position: relative;
	background-color: #F3F3F3;
	text-align: center;
	position: relative;
	z-index: 100;
	padding: 0 57px;
	padding-top: 80px;
	padding-bottom: 70px;
}

.service-three__title {
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	font-family: "Titillium Web", sans-serif;
}

.service-three__title a {
	color: #17354f;
	transition: all .4s ease;
}

.service-three__title a:hover {
	color: #ef425a;
}

.service-three__text {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	color: #7E7F82;
	margin-top: 30px;
}

.service-three__link {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(50%);
	transform: translateX(-50%) translateY(50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	background-color: #35c5af;
	transition: all .4s ease;
}

.service-three__link i {
	color: #fff;
	font-size: 20px;
	line-height: 42px;
	transition: all .4s ease;
}

.service-three__link:hover {
	background-color: #ef425a;
}

.service-three__price-block {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	background-color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.service-three__price-text {
	color: #7E7F82;
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
}

.service-three__price-amount {
	margin: 0;
	margin-top: 6px;
	font-size: 20px;
	color: #ef425a;
	font-weight: 700;
	line-height: 1em;
}

.service-three__single:hover .service-three__image:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.service-four__icon {
	border-style: solid;
	border-width: 1px;
	border-color: #ededed;
	background-color: white;
	width: 140px;
	height: 146px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	transition: all .4s ease;
	margin: 0 auto;
}

.service-four__title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
	margin-top: 40px;
	margin-bottom: 30px;
}

.service-four__title a {
	color: #000080;
	transition: all .4s ease;
}

.service-four__title a:hover {
	color: #0C87F1;
}

.service-four__text {
	margin: 0;
	color: #7E7F82;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 25px;
}

.service-four__link {
	display: inline-block;
	vertical-align: middle;
	color: #35c5af;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	transition: all .4s ease;
}

.service-four__link:before {
	content: '\f101';
	font-family: 'FontAwesome';
	color: #35c5af;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-15px);
	transform: translateY(-50%) translateX(-15px);
	opacity: 0;
	transition: all .4s ease;
}

.service-four__link:hover {
	color: #ef425a;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.service-four__link:hover:before {
	opacity: 1;
}

.service-four__single:hover .service-four__icon {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

/*
* 18. blog styled
*/
.blog-one__image-block {
	position: relative;
	overflow: hidden;
}

.blog-one__image-block>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all .4s ease;
}

.blog-one__image-block:before {
	content: '';
	position: absolute;
	background-color: #17354f;
	opacity: .8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: .5s;
	transition-timing-function: ease-out;
}

.blog-one__text-block {
	position: relative;
	padding: 0 65px;
	padding-top: 75px;
	padding-bottom: 90px;
}

.blog-one__title {
	margin: 0;
	font-size: 30px;
	line-height: 1.1em;
	font-weight: bold;
	font-family: "Titillium Web", sans-serif;
	margin-top: 14px;
	margin-bottom: 30px;
}

.blog-one__title a {
	color: #17354f;
	transition: all .4s ease;
}

.blog-one__title a:hover {
	color: #35c5af;
}

.blog-one__text {
	margin: 0;
	color: #7E7F82;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
}

.blog-one__meta-item {
	color: #7E7F82;
	font-size: 14px;
	font-weight: 600;
	line-height: 1em;
	transition: all .4s ease;
}

.blog-one__meta-item i {
	color: #35c5af;
	line-height: 1em;
	margin-right: 9px;
	transition: all .4s ease;
}

.blog-one__meta-item:hover {
	color: #ef425a;
}

.blog-one__meta-item:hover i {
	color: #17354f;
}

.blog-one__meta-item+.blog-one__meta-item {
	margin-left: 16px;
}

.blog-one__link {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	text-align: center;
	background-color: #ef425a;
	transition: all .4s ease;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(50%);
	transform: translateX(-50%) translateY(50%);
}

.blog-one__link i {
	font-size: 20px;
	color: #fff;
	line-height: 42px;
	transition: all .4s ease;
}

.blog-one__link:hover {
	background-color: #35c5af;
}

.blog-one__single:hover .blog-one__image-block:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.blog-post-pagination {
	margin-top: -20px;
}

.blog-post-pagination a {
	display: inline-block;
	vertical-align: middle;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #EBF3FF;
	line-height: 52px;
	text-align: center;
	font-size: 18px;
	color: #17354f;
	transition: all .4s ease;
	font-weight: 600;
}

.blog-post-pagination a.prev,
.blog-post-pagination a.next {
	background: #17354f;
	color: #fff;
	font-size: 14px;
}

.blog-post-pagination a.active {
	cursor: auto;
}

.blog-post-pagination a.active,
.blog-post-pagination a:hover {
	background: #ef425a;
	color: #17354f;
}

.blog-post-pagination a+a {
	margin-left: 10px;
}

.blog-details__image>img {
	width: 100%;
}

.blog-details__content {
	padding: 80px 100px;
}

.blog-details .blog-one__title {
	font-size: 40px;
}

.blog-details .blog-one__text+.blog-one__text {
	margin-top: 50px;
}

.blog-details__tags-share {
	padding: 50px 0;
	margin-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.blog-details__tags-title {
	font-size: 22px;
	font-weight: bold;
	color: #17354f;
	font-family: "Titillium Web", sans-serif;
}

.blog-details__tags-link {
	color: #7E7F82;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	transition: all .4s ease;
	margin-left: 6px;
	padding: 4px 19px;
}

.blog-details__tags-link:hover {
	background-color: #35c5af;
	color: #fff;
}

.blog-details__social-link {
	display: inline-block;
	vertical-align: middle;
	width: 43px;
	height: 43px;
	background-color: #ef425a;
	font-size: 14px;
	line-height: 43px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	transition: all .4s ease;
}

.blog-details__social-link i {
	line-height: 43px;
}

.blog-details__social-link:hover {
	background-color: #17354f;
	color: #fff;
}

.blog-details__author {
	margin-top: 10px;
	padding: 60px;
	margin-bottom: 60px;
}

.blog-details__author-image,
.blog-details__author-content {
	display: table-cell;
	vertical-align: top;
}

.blog-details__author-image {
	width: 170px;
}

.blog-details__author-image>img {
	width: 100%;
}

.blog-details__author-content {
	padding-left: 40px;
}

.blog-details__author-title {
	color: #17354f;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
}

.blog-details__author-text {
	color: #7E7F82;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
	margin-top: 35px;
}

.blog-details .block-title__tag-line {
	font-size: 20px;
}

.blog-details .block-title__title {
	font-size: 40px;
}

.comment-one__single {
	border-bottom: 1px solid #F3F3F3;
	padding-bottom: 50px;
	margin-bottom: 60px;
}

.comment-one__image,
.comment-one__content {
	display: table-cell;
	vertical-align: top;
}

.comment-one__image .inner-block {
	width: 113px;
	overflow: hidden;
	border-radius: 50%;
}

.comment-one__image .inner-block>img {
	overflow: hidden;
	width: 100%;
}

.comment-one__content {
	padding-left: 30px;
	padding-right: 70px;
	position: relative;
}

.comment-one__title {
	margin: 0;
	color: #17354f;
	font-size: 22px;
	font-weight: bold;
	font-family: "Titillium Web", sans-serif;
}

.comment-one__date {
	display: block;
	color: #35c5af;
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	margin-top: 10px;
}

.comment-one__date .sep {
	margin-left: 15px;
	margin-right: 15px;
}

.comment-one__text {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	margin-top: 40px;
}

.comment-one__btn {
	padding: 4px 27px;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
}

/*
* 19. faq styled
*/
.accrodion-grp .accrodion+.accrodion {
	margin-top: 10px;
}

.accrodion-grp .accrodion .accrodion-title {
	cursor: pointer;
	background-color: #F3F3F3;
}

.accrodion-grp .accrodion .accrodion-title h4 {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #17354f;
	padding: 28px 30px;
	position: relative;
	transition: all .4s ease;
}

.accrodion-grp .accrodion .accrodion-title h4:before {
	font-family: 'FontAwesome';
	content: '\f067';
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	color: #17354f;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .4s ease;
}

.accrodion-grp .accrodion .accrodion-content .inner {
	padding: 0 25px;
	padding-top: 30px;
	padding-bottom: 25px;
}

.accrodion-grp .accrodion .accrodion-content .inner p {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}

.accrodion-grp .accrodion .accrodion-content .inner p span {
	color: #35c5af;
}

.accrodion-grp .accrodion .accrodion-content .inner p+p {
	margin-top: 30px;
}

.accrodion-grp .accrodion.active .accrodion-title {
	background-color: #35c5af;
}

.accrodion-grp .accrodion.active .accrodion-title h4 {
	color: #fff;
}

.accrodion-grp .accrodion.active .accrodion-title h4:before {
	content: '\f068';
	color: #fff;
}

.faq-one__accordion-wrap {
	padding-left: 30px;
}

.faq-one__content {
	padding: 100px;
	padding-top: 80px;
	margin-right: 30px;
}

.faq-one__title {
	margin: 0;
	font-family: "Titillium Web", sans-serif;
	color: #17354f;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
}

.faq-one__text {
	margin: 0;
	color: #7E7F82;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 35px;
}

.faq-one__image>img {
	width: 100%;
}

/*
* 20. fun-fact styled
*/
.fun-fact-one__title {
	margin: 0;
	color: #fff;
	font-family: "Titillium Web", sans-serif;
	font-weight: 900;
	line-height: 1em;
	font-size: 60px;
}

.fun-fact-one__text {
	font-size: 16px;
	font-weight: 600;
	color: #CFC1E5;
	line-height: 1em;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 30px;
}

.fun-fact-one__link {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	background-color: #ef425a;
	text-align: center;
	transition: all .4s ease;
}

.fun-fact-one__link i {
	font-size: 20px;
	color: #fff;
	line-height: 42px;
}

.fun-fact-one__link:hover {
	background-color: #35c5af;
}

/*
* 21. sidebar styled
*/
.sidebar__single:not(.sidebar__search) {
	background-color: #F3F3F3;
	padding: 50px 40px;
}

.sidebar__single+.sidebar__single {
	margin-top: 30px;
}

.sidebar__search {
	background-color: #ef425a;
}

.sidebar__search-form {
	width: 100%;
	height: 94px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}

.sidebar__search-form input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background-color: transparent;
	color: #17354f;
}

.sidebar__search-form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #17354f;
}

.sidebar__search-form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #17354f;
}

.sidebar__search-form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #17354f;
}

.sidebar__search-form input:-moz-placeholder {
	/* Firefox 18- */
	color: #17354f;
}

.sidebar__search_btn {
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
	color: #17354f;
	position: absolute;
	top: 50%;
	right: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sidebar__title {
	margin: 0;
	color: #17354f;
	font-family: "Titillium Web", sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 35px;
}

.sidebar__categories-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar__categories-list-item {
	line-height: 1em;
}

.sidebar__categories-list-item a {
	color: #7E7F82;
	font-size: 16px;
	font-weight: 600;
	transition: all .4s ease;
	position: relative;
	display: inline-block;
}

.sidebar__categories-list-item a:before {
	content: '\f101';
	font-family: 'FontAwesome';
	color: #35c5af;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-15px);
	transform: translateY(-50%) translateX(-15px);
	opacity: 0;
	transition: all .4s ease;
}

.sidebar__categories-list-item a:hover {
	color: #FEBD22;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.sidebar__categories-list-item a:hover:before {
	opacity: 1;
}

.sidebar__categories-list-item a:hover {
	color: #ef425a;
}

.sidebar__categories-list-item+.sidebar__categories-list-item {
	margin-top: 20px;
}

.sidebar__featured-post__title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	font-family: "Titillium Web", sans-serif;
	margin-top: 25px;
	margin-bottom: 20px;
}

.sidebar__featured-post__title a {
	color: #17354f;
	transition: all .4s ease;
}

.sidebar__featured-post__title a:hover {
	color: #35c5af;
}

.sidebar__featured-post__text {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #7E7F82;
	font-weight: 600;
}

.sidebar__tags-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -10px;
}

.sidebar__tags-list-item {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}

.sidebar__tags-list-item a {
	background-color: #fff;
	color: #7E7F82;
	font-size: 16px;
	font-weight: 600;
	transition: all .4s ease;
	padding: 4.5px 20px;
	display: block;
}

.sidebar__tags-list-item a:hover {
	color: #fff;
	background-color: #35c5af;
}

.sidebar__recent-post__single+.sidebar__recent-post__single {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px solid #fff;
}

.sidebar__recent-post__image,
.sidebar__recent-post__content {
	display: table-cell;
	vertical-align: bottom;
}

.sidebar__recent-post__image {
	width: 66px;
}

.sidebar__recent-post__image>img {
	width: 100%;
}

.sidebar__recent-post__content {
	padding-left: 20px;
}

.sidebar__recent-post__date {
	font-size: 14px;
	color: #35c5af;
	font-weight: 600;
	margin: 0;
	display: block;
	line-height: 1em;
}

.sidebar__recent-post__title {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25em;
	font-family: "Titillium Web", sans-serif;
	margin: 0;
	margin-top: 5px;
}

.sidebar__recent-post__title a {
	color: #7E7F82;
	transition: all .4s ease;
}

.sidebar__recent-post__title a:hover {
	color: #17354f;
}

/* Custome CSS Start from here */

.font-title-color-1 {
	Color: #0048AE !important;
}

.font-title-color-2 {
	/* Primary Font  */
	Color: #414042 !important;
}

.title-35 {
	margin: 15px;
}

.project-style-one__single {
	transition: all .6s;
}

.project-style-one__image-block .hover-text .call-btn {
	position: absolute;
	top: 30px;
	right: -50px;
	z-index: 999;
	background: transparent;
	transition: all .6s ease;
}

.project-style-one__image-block .hover-text .call-btn a {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #fff;
	color: #0C87F1;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin: 10px;
	transition: all .6s ease;
	display: block;
	line-height: 35px;
}

.project-style-one__image-block .hover-text .order-call {
	height: 40px;
	background-color: #0c86f17e;
	position: absolute;
	bottom: -40px;
	left: 0px;
	z-index: 999;
	transition: all .6s ease;
	text-align: center;
	width: 100%;
	padding: 6px;
}

.project-style-one__image-block .hover-text .order-call a {
	color: #fff;
	font-size: 16px;
	transition: all .4s ease;
}

/* .project-style-one__single:hover .project-style-one__image-block .hover-text{
    background-color: rgba(23, 53, 79, .8);
    height: 100%;
} */
.project-style-one__single:hover .project-style-one__image-block .hover-text .call-btn {
	right: 10px;
}

.project-style-one__single:hover .project-style-one__image-block .hover-text .order-call {
	bottom: 0px;
}

.project-style-one__image-block .hover-text .call-btn a:hover {
	background: #0C87F1;
	border: 1px solid #0C87F1;
	color: #ffffff;
}

.project-style-one__image-block .hover-text .order-call:hover {
	background-color: #0c86f1c1;
}

.block-title a {
	display: block;
	width: 140px;
	height: 50px;
	text-align: center;
	border-radius: 30px;
	font-size: 18px;
	background-color: #0C87F1;
	transition: all .4s;
	line-height: 50px;
	color: #ffffff;
}

.block-title a i+span {
	margin-left: 10px;
}

.block-title a i {
	border-radius: 50%;
	text-align: center;
	transition: all .4s;
}

/* .block-title a:hover i{
    width: 140px;
    border-radius: 28px;
    background-color: #ff4141;
} */

.ads_slider {
	width: 100%;
	height: 100%;
}

.ads_slider .slide-one img {
	width: 100%;
	height: 100%;
}

.filter-top {
	margin: 20px 10px;
	padding: 15px;
	background-color: #fff;
	border-radius: 6px;
	text-align: center;
	font-weight: 600;
}

.filter-list {
	margin: 20px 10px;
	background-color: #fff;
	padding: 15px;
	border-radius: 6px;
}

.filter-list-header h5 {
	font-weight: 600;
	padding-bottom: 12px;
	border-bottom: 2px solid #0C87F1;
	font-size: 15px;
}

#limited-list {
	padding: 0;
	/* Remove default padding for the list */
	list-style-type: none;
	/* Remove default list styles (bullets) */
}

#limited-list li {
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 1.45;
}

#limited-list li:hover a {
	color: #0248A9;
}

.category_counter {
	font-size: 12px;
	top: 2px;
	right: -20px;
	opacity: .7;
}

.row.product-header {
	margin: 20px 0;
	padding-top: 10px;
	background-color: #fff;
	border-radius: 6px;
}

.filter_button {
	width: 175px;
}

.product-body {
	background: #fff;
	border-radius: 10px;
	text-align: left;
}

.thumbnail-products {
	height: 370px;
	width: 100%;
}

.thumbnail-products .item {
	display: block;
	height: 90px !important;
	width: 100px !important;
	margin: 0px auto;
	float: none;
	cursor: pointer;
}

.thumbnail-products img {
	height: 100%;
	width: 100%;
}

.main-item a {
	width: 100%;
	height: 370px;
	display: inline-block;
}

.main-item a img {
	width: 100%;
	height: 100%;
}

.item-specific {
	padding: 30px !important;
	border-radius: 8px;
}

.media-btn .order-now {
	line-height: 10px;
	font-size: 18px;
	font-weight: 600;
	margin-right: 18px;
	display: inline-block;
}

.media-btn a.phone-order {
	line-height: 55px;
	font-size: 16px;
}

.media-btn a.whatsapp-order {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background: #25d366;
	border: 1px solid #25d366;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin: 10px;
	transition: all .4s ease;
	display: inline-block;
	line-height: 35px;
}

.inner-container .footer-widget {
	margin-bottom: 25px;
}

.service-four__single {
	text-align: center;
	padding: 25px;
	border-radius: 8px;
}

.service-call a {
	width: 150px;
	height: 60px;
	background-color: #000080;
	text-align: center;
	line-height: 60px;
	font-size: 26px;
	letter-spacing: 3px;
	font-weight: 600;
	color: #ffff;
	border-radius: 8px;
}

.contact-block a {
	margin-right: 12px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.category-items {
	margin: 20px 6px;
}

.category-all {
	margin: 30px 6px;
}

.sub-menu-5 {
	margin: 0 6px !important;
}

.ps-lg-3 .title {
	margin-top: 20px;
}

/* image zoom */
/* 
.tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tile {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
}

.txt {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 10%;
    left: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    cursor: default;
}
.x {
    font-size: 32px;
    line-height: 32px;
} */

/* gallery image */

#gallery {
	text-align: center;
	width: 90%;
	margin: auto;
	padding: 0px;
}

#gallery .box {
	box-sizing: padding-box;
	width: 22%;
	border: 1px solid #afafaf;
	margin: 10px;
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5), 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
	display: inline-block;
	border-radius: 8px;
	transition: transform 0.4s ease-in-out;

}

#gallery .box:hover {
	opacity: 1;
	z-index: 999999;
	transform: scale(1.05);
}

#gallery .box img {
	width: 100%;
	margin: 0;
	padding: 0;
	object-fit: cover;
	height: 240px;
	border-radius: 8px 8px 0 0;
}

#gallery .caption {
	padding: 10px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #000080;
	border-radius: 0 0 8px 8px;
}

#gallery .caption p {
	margin: 0;
}

#lbt-headertop #lbt-chat_lightbox {
	display: none !important;
}

#lbt-headertop #lbt-profile_lightbox {
	display: none !important;
}

#lbt-headertop #lbt-name_lightbox {
	display: none !important;
}

#lbt-headertop #lbt-date_lightbox {
	display: none !important;
}

#lbt-headertop #lbt-star_lightbox {
	display: none !important;
}

#lbt-headertop #lbt-smile_lightbox {
	display: none !important;
}

#lbt-headertop #lbt-forward_lightbox {
	display: none !important;
}

#lbt-headertop #lbt-download_lightbox {
	display: none !important;
}

#lbt-headertop #lbt-dot_lightbox {
	display: none !important;
}

#lbt_previous {

	left: 45px;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

#lbt_next {
	right: 45px;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

/* Modal login css */

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 2.5rem;
}

.modal .btn-close {
	position: absolute;
	top: 0.7rem;
	right: 0.7rem;
}

.modal-sm {
	max-width: 450px;
}

.lead {
	line-height: 1.65;
}

.form-control {
	display: block;
	width: 100%;
	/*  padding: 0.6rem 1rem;*/
	/* font-size: .rem; */
	/* font-weight: 500; */
	line-height: 1.7;
	color: #60697b;
	background-color: #fefefe;
	background-clip: padding-box;
	/* border: 1px solid rgba(8, 60, 130, 0.07); */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.4rem;
	box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-floating {
	position: relative;
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0.6rem 1rem;
	overflow: hidden;
	text-align: start;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
	padding: 0.6rem 1rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
	height: calc(3rem + 2px);
	line-height: 1.25;
}

.password-toggle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.75rem;
	cursor: pointer;
	font-size: 0.9rem;
	color: #959ca9;
}

.right-block a.hover {
	position: relative;
}

.right-block a.hover::before {
	background: #ffffff;
	content: "";
	height: 1px;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: scaleX(0);
	transform-origin: 100% 50%;
	transition: transform .3s cubic-bezier(.7, 0, .2, 1);
	width: 100%;
}

.right-block a.hover:hover::before {
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
	transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

.right-block {
	color: #ffffff;
	font-weight: 500;
	text-align: right;
}



.main-image {
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease;
}



.base-color {
	/* base color */
	color: #00FF7F;
	/* Primary  */
	Color: #0C87F1;
	/* Border  */
	Color: #e0e4e8;
	font-family: 'Roboto', sans-serif;
}

.text-dark-blue {
	Color: #0C87F1 !important;
}

.text-blue {
	Color: #000080 !important;
}

.text-grey-dark {
	Color: #414042 !important;
}

.bg-grey {
	background-color: #e9e9e9 !important;
}

.panel-header h5 {
	border-bottom: 2px solid #717070;
	width: 100%;
}

.user-dashboard {
	padding: 30px;
}

.panel-body {
	margin-bottom: 40px;
	margin-top: 20px;
}

.panel-body .account-a {
	border: 1px solid #e9e9e9;
	padding: 10px;
	width: 100px;
	height: 100px;
	background-color: #e9e9e9;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
	border-radius: 8px;
	transition: all .6s ease-in;
	transition: all .4s ease-out;
}

.panel-body .account-a i {
	display: block;
	margin-bottom: 5px;
	margin-top: 15px;
	font-size: 26px;
}

.panel-body .account-a:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}

.carousel {
	width: 100%;
}

.slide-box {
	display: flex;
	justify-content: space-between;
}

.slide-box img {
	height: 520px;
	padding-left: 5px;
	border-radius: 8px;
}

.small_banner {
	margin: 30px 0px 30px 0px;
	padding: 15px 0px 15px 0px;
}

.banner_text .h1 {
	font-size: 46px;
	color: #0048AE;
	margin-right: 15px;
	border-top: 10px solid #EB6E0B;
	border-radius: 10px;
}

.banner_text .h2 {
	font-size: 46px;
	color: #0048AE;
	margin-left: 15px;
	border-bottom: 10px solid #EB6E0B;
	border-radius: 10px;
}

.banner_text .h6 {
	font-size: 16px;
	color: #EB6E0B;
	font-weight: bold;
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.slide-box img {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.slide-box img {
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
}

@media (min-width: 992px) {
	.slide-box img {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.carousel-caption {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
	border-radius: .5rem;
}

/*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
*/
@media (min-width: 768px) and (max-width: 991px) {

	/* Show 4th slide on md if col-md-4*/
	.carousel-inner .active.col-md-4.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: absolute;
		top: 0;
		right: -33.3333%;
		/*change this with javascript in the future*/
		z-index: -1;
		display: block;
		visibility: visible;
	}
}

@media (min-width: 576px) and (max-width: 768px) {

	/* Show 3rd slide on sm if col-sm-6*/
	.carousel-inner .active.col-sm-6.carousel-item+.carousel-item+.carousel-item {
		position: absolute;
		top: 0;
		right: -50%;
		/*change this with javascript in the future*/
		z-index: -1;
		display: block;
		visibility: visible;
	}
}

@media (min-width: 576px) {
	.carousel-item {
		margin-right: 0;
	}

	/* show 2 items */
	.carousel-inner .active+.carousel-item {
		display: block;
	}

	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
		transition: none;
	}

	.carousel-inner .carousel-item-next {
		position: relative;
		transform: translate3d(0, 0, 0);
	}

	/* left or forward direction */
	.active.carousel-item-left+.carousel-item-next.carousel-item-left,
	.carousel-item-next.carousel-item-left+.carousel-item,
	.carousel-item-next.carousel-item-left+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	/* farthest right hidden item must be also positioned for animations */
	.carousel-inner .carousel-item-prev.carousel-item-right {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	/* right or prev direction */
	.active.carousel-item-right+.carousel-item-prev.carousel-item-right,
	.carousel-item-prev.carousel-item-right+.carousel-item,
	.carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}

/* MD */
@media (min-width: 768px) {

	/* show 3rd of 3 item slide */
	.carousel-inner .active+.carousel-item+.carousel-item {
		display: block;
	}

	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
		transition: none;
	}

	.carousel-inner .carousel-item-next {
		position: relative;
		transform: translate3d(0, 0, 0);
	}

	/* left or forward direction */
	.carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	/* right or prev direction */
	.carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}

/* LG */
@media (min-width: 991px) {

	/* show 4th item */
	.carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
		display: block;
	}

	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
		transition: none;
	}

	/* Show 5th slide on lg if col-lg-3 */
	.carousel-inner .active.col-lg-3.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: absolute;
		top: 0;
		right: -25%;
		/*change this with javascript in the future*/
		z-index: -1;
		display: block;
		visibility: visible;
	}

	/* left or forward direction */
	.carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	/* right or prev direction //t - previous slide direction last item animation fix */
	.carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}

}

.carousel-control-prev {
	background: #EB6E0B;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	top: 50%;
	left: 0;
}

.carousel-control-next {
	background: #EB6E0B;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	top: 50%;
	right: 0;
}

.category_card {
	position: relative;
	overflow: hidden;
	padding: 11px 11px 11px 11px;
	width: 100%;
	height: 100px;
	background: #EEEEEE;
}

.overlay {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	/* Adjust the opacity as needed */
	color: #fff;
	padding: 5px;
	text-align: center;
	border-radius: 8px 8px 0px 0px;
}

.card-img-top {
	width: 70px;
	height: 70px;
}

.count_c {
	color: #EB6E0B;
}

.input-group-prepend {
	color: #007bff;
	background-color: #fff;
}
