



.bixol-navigation .desktop-menu {
	padding: 0 40px;
}

.bixol-navigation .desktop-menu ul {
	text-align: right;
}

.bixol-navigation .desktop-menu ul li {
	display: inline-block;
	position: relative;
}

.bixol-navigation .desktop-menu ul li:nth-child(1),
.bixol-navigation .desktop-menu ul li:nth-child(2),
.bixol-navigation .desktop-menu ul li:nth-child(3) {
	float: left;
}

.bixol-navigation .desktop-menu ul li+li {
	margin-left: 25px;
}

.bixol-navigation .desktop-menu ul li a {
	padding: 18px 25px;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
}

.bixol-navigation .desktop-menu ul li a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 3px;
	background-color: #fecc0d;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-navigation .desktop-menu ul li a:hover::before {
	opacity: 1;
	left: -10px;
}

.bixol-navigation .desktop-menu ul li.has-submenu>a::after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 13px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-navigation .desktop-menu ul li.has-submenu ul {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	min-width: 220px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	text-align: left;
	border-radius: 0 0 10px 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: 20;
}

.bixol-navigation .desktop-menu ul li.has-submenu ul li {
	margin-left: 0;
	display: block;
	float: none;
}

.bixol-navigation .desktop-menu ul li.has-submenu ul li a {
	color: #3a4268;
	padding: 10px 25px;
	font-weight: 500;
	display: block;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-navigation .desktop-menu ul li.has-submenu ul li a::before {
	width: 10px;
	left: 15px;
}

.bixol-navigation .desktop-menu ul li.has-submenu ul li a:hover {
	padding-left: 30px;
}

.bixol-navigation .desktop-menu ul li.has-submenu:hover>a::after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.bixol-navigation .desktop-menu ul li.has-submenu:hover>ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}


/********************* Mobile Menu ********************/

.bixol-mobile-menu {
	position: fixed;
	width: 220px;
	height: 100vh;
	top: 0;
	left: -250px;
	background-color: #ffffff;
	padding-top: 30px;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	overflow-y: scroll;
}

.bixol-mobile-menu .mobile-menu-logo {
	width: 130px;
	display: block;
	margin: 0 auto;
}

.bixol-mobile-menu ul {
	margin-top: 20px;
}

.bixol-mobile-menu ul li {
	display: block;
}

.bixol-mobile-menu ul li a {
	display: block;
	padding: 8px 8px 8px 15px;
	border-bottom: 1px solid #eaeaea;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	color: #082680;
}

.bixol-mobile-menu ul li.has-submenu {
	position: relative;
}

.bixol-mobile-menu ul li.has-submenu>a {
	position: relative;
}

.bixol-mobile-menu ul li.has-submenu>a::after {
	content: '+';
	position: absolute;
	top: 6px;
	right: 10px;
	background-color: #eaeaea;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 2px;
	cursor: pointer;
}

.bixol-mobile-menu ul li.has-submenu ul {
	margin-top: 0;
	display: none;
}

.bixol-mobile-menu ul li.has-submenu ul li a {
	padding-left: 25px;
}

.bixol-mobile-menu ul li.has-submenu ul li.has-submenu ul li a {
	padding-left: 35px;
}

.mobile-menu-active {
	left: 0;
}


/******************* Header 2 Menu ******************/

@media (max-width: 991.98px) {
	.header-style-2 .desktop-menu-wrapper {
		display: none;
	}
}

.header-style-2 .desktop-menu {
	padding-left: 30px;
}

.header-style-2 .desktop-menu ul li {
	display: inline-block;
	position: relative;
}

.header-style-2 .desktop-menu ul li a {
	padding: 14px 25px;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	font-family: 'Quicksand';
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.header-style-2 .desktop-menu ul li a::before {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fecc0d;
	border: 3px solid #232d3d;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.header-style-2 .desktop-menu ul li a:hover::before {
	-webkit-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}

.header-style-2 .desktop-menu ul li.has-submenu>a::after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 13px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.header-style-2 .desktop-menu ul li.has-submenu ul {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	min-width: 310px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	text-align: left;
	border-radius: 0 0 10px 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: 20;
}

.header-style-2 .desktop-menu ul li.has-submenu ul li {
	margin-left: 0;
	display: block;
}

.header-style-2 .desktop-menu ul li.has-submenu ul li a {
	color: #3a4268;
	padding: 10px 25px;
	font-weight: 500;
	display: block;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.header-style-2 .desktop-menu ul li.has-submenu ul li a::before {
	top: 16px;
	left: 16px;
}

.header-style-2 .desktop-menu ul li.has-submenu ul li a:hover {
	padding-left: 30px;
}

.header-style-2 .desktop-menu ul li.has-submenu:hover>a::after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.header-style-2 .desktop-menu ul li.has-submenu:hover>ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.header-style-2 .desktop-menu ul li:hover a {
	color: #082680;
}

@media (max-width: 1199.98px) {
	.header-style-2 .desktop-menu {
		display: none;
	}
}


/**************** Header 3 Menu ******************/

.header-style-3 .desktop-menu ul li a {
	color: #232d3d;
}

.header-style-3 .desktop-menu ul li a::before {
	bottom: 0;
	left: 50%;
	border: 0;
	width: 0;
	height: 3px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 0;
	background-color: #232d3d;
}

.header-style-3 .desktop-menu ul li ul li a::before {
	width: 0px;
	top: 20px !important;
}

.header-style-3 .desktop-menu ul li ul li a:hover::before {
	width: 10px;
}

.header-style-3 .desktop-menu ul li:hover>a::before {
	width: 60px;
}


/******************** Header 4 Menu ************************/

.header-style-4 .desktop-menu {
	padding-left: 0;
}

.header-style-4 .desktop-menu ul li a {
	color: #232d3d;
}

.header-style-4 .desktop-menu ul li a::before {
	bottom: 0;
	left: 50%;
	border: 0;
	width: 0;
	height: 3px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 0;
	background-color: #8cd102;
}

.header-style-4 .desktop-menu ul li ul li a::before {
	width: 0px;
	top: 20px !important;
}

.header-style-4 .desktop-menu ul li ul li a:hover::before {
	width: 10px;
}

.header-style-4 .desktop-menu ul li.has-submenu>a::after {
	color: #8cd102;
}

.header-style-4 .desktop-menu ul li:hover>a::before {
	width: 60px;
}


/************************* Header Style 5 *********************/

.header-style-5 .header-navigation .desktop-menu ul li a {
	padding: 36px 25px;
}

.header-style-5 .header-navigation .desktop-menu ul li a::before {
	background-color: #232d3d;
}

.header-style-5 .header-navigation .desktop-menu ul li:hover>a {
	color: #232d3d;
}


/**************** Header Style 6 ****************/

.header-style-6 .desktop-menu ul li a {
	color: #ffffff;
	padding: 23px 25px;
}

.header-style-6 .desktop-menu ul li:hover a {
	color: #ffd532;
}

.header-style-6 .desktop-menu ul li:hover a::before {
	background-color: #ffd532;
}

.header-style-6 .desktop-menu ul li:hover a::after {
	color: #ffd532;
}

.header-style-6 .desktop-menu ul li.has-submenu a::after {
	color: #ffffff;
}

.header-style-6 .desktop-menu ul li.has-submenu:hover a::after {
	color: #ffd532;
}


/* Header Section */

.bixol-header {
	position: relative;
	z-index: 10;
}

.bixol-header .bixol-info-bar {
	padding: 6px 0;
	background-color: #02154e;
}

.bixol-header .bixol-info-bar .bixol-info-left p {
	font-size: 13px;
	color: #ffffff;
}

.bixol-header .bixol-info-bar .bixol-info-left p span {
	font-weight: 500;
}

.bixol-header .bixol-info-bar .bixol-info-social {
	text-align: right;
}

.bixol-header .bixol-info-bar .bixol-info-social a {
	color: #00abc8;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-header .bixol-info-bar .bixol-info-social a:hover {
	color: #ffffff;
}

.bixol-header .bixol-info-bar .bixol-info-social a+a {
	margin-left: 10px;
}

.bixol-header .bixol-header-top {
	padding: 15px 0;
}

.bixol-header .bixol-header-top .bixol-header-top-content {
	padding: 0 50px;
}

.bixol-header .bixol-header-top .bixol-header-top-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
}

.bixol-header .bixol-header-top .bixol-header-top-left .bixol-header-item:first-child::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -32px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 30px;
	border: 1px dashed #c7d1ef;
}

.bixol-header .bixol-header-top .bixol-header-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.bixol-header .bixol-header-top .bixol-header-item .bixol-icon-wrapper {
	display: inline-block;
}

.bixol-header .bixol-header-top .bixol-header-item .bixol-icon-wrapper span {
	display: inline-block;
	line-height: 0;
}

.bixol-header .bixol-header-top .bixol-header-item .bixol-icon-wrapper i {
	font-size: 40px;
	display: inline-block;
	color: #082680;
}

.bixol-header .bixol-header-top .bixol-header-item .bixol-item-content {
	margin-left: 10px;
}

.bixol-header .bixol-header-top .bixol-header-item .bixol-item-content label {
	color: #082680;
	display: block;
	font-size: 13px;
}

.bixol-header .bixol-header-top .bixol-header-item .bixol-item-content span {
	font-size: 19px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #082680;
	display: inline-block;
}

.bixol-header .bixol-header-top .bixol-header-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bixol-header .bixol-header-top .bixol-header-top-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.bixol-header .bixol-header-top .bixol-header-top-right .bixol-header-item:first-child::after {
	content: '';
	position: absolute;
	right: -32px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 30px;
	border: 1px dashed #c7d1ef;
}

.bixol-header .bixol-navigation .bixol-nav {
	background-color: #232d3d;
	position: relative;
	z-index: 12;
}

.bixol-header .bixol-navigation .bixol-nav::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 95%;
	height: 6px;
	background-color: #fecc0d;
	z-index: 10;
}

.bixol-header .bixol-navigation .bixol-nav .bixol-header-logo {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 130px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	z-index: 15;
}

.bixol-header .bixol-mobile-header {
	display: none;
	padding: 6px 0;
}

.bixol-header .bixol-mobile-header a {
	width: 130px;
	display: inline-block;
}

@media (max-width: 1199.98px) {
	.bixol-header .bixol-header-top {
		display: none;
	}
	.bixol-header .bixol-navigation .bixol-nav {
		display: none;
	}
	.bixol-header .bixol-mobile-header {
		display: block;
	}
}

@media (max-width: 575.98px) {
	.bixol-header .bixol-info-bar {
		display: none;
	}
}

.bixol-mobile-hamburger {
	float: right;
	width: 35px;
}



.bixol-mobile-hamburger span {
	width: 30px;
	height: 4px;
	background-color: #232d3d;
	display: block;
	-webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
	-o-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
	transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
	border-radius: 3px;
}

.bixol-mobile-hamburger span:nth-of-type(1) {
	width: 50%;
}

.bixol-mobile-hamburger span:nth-of-type(2) {
	width: 100%;
}

.bixol-mobile-hamburger span:nth-of-type(3) {
	width: 75%;
}

.bixol-mobile-hamburger span+span {
	margin-top: 4px;
}

.bixol-mobile-hamburger.active span:nth-of-type(1) {
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: rotatez(45deg) translate(3px, -2px);
	-ms-transform: rotate(45deg) translate(3px, -2px);
	transform: rotatez(45deg) translate(3px, -2px);
}

.bixol-mobile-hamburger.active span:nth-of-type(2) {
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: rotatez(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotatez(-45deg);
}

.bixol-mobile-hamburger.active span:nth-of-type(3) {
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	width: 50%;
	-webkit-transform: translate(15px, -5px) rotatez(45deg);
	-ms-transform: translate(15px, -5px) rotate(45deg);
	transform: translate(15px, -5px) rotatez(45deg);
}


/************************ Header Style 2 **********************/

.header-style-2 {
	position: relative;
	z-index: 10;
}

.header-style-2 .info-bar {
	background-color: #02154e;
	padding: 2px 0;
}

.header-style-2 .info-bar .info-left {
	padding-left: 145px;
}

@media (max-width: 1199.98px) {
	.header-style-2 .info-bar .info-left {
		padding-left: 0;
	}
}

.header-style-2 .info-bar .info-left span {
	color: #ffffff;
	font-size: 13px;
}

.header-style-2 .info-bar .info-left span i {
	color: #fecc0d;
	margin-right: 6px;
}

.header-style-2 .info-bar .info-left span+span {
	margin-left: 60px;
	position: relative;
}

.header-style-2 .info-bar .info-left span+span::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -30px;
	width: 0px;
	height: 20px;
	border: 1px dashed #313c5f;
}

.header-style-2 .info-bar .header-social {
	text-align: right;
}

.header-style-2 .info-bar .header-social a {
	color: #00abc8;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.header-style-2 .info-bar .header-social a:hover {
	color: #ffffff;
}

.header-style-2 .info-bar .header-social a+a {
	margin-left: 10px;
}

@media (max-width: 767.98px) {
	.header-style-2 .info-bar {
		display: none;
	}
}

.header-style-2 .header-bottom {
	background-color: #fecc0d;
}

.header-style-2 .header-bottom .logo-wrapper {
	position: relative;
	top: 2px;
}

.header-style-2 .header-bottom .logo-wrapper a.desktop-logo {
	position: absolute;
	top: -70px;
	left: 0;
	background-color: #ffffff;
	border-radius: 3px;
	width: 185px;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	display: inline-block;
}

@media (max-width: 1199.98px) {
	.header-style-2 .header-bottom .logo-wrapper a.desktop-logo {
		position: initial;
		width: 60px;
		vertical-align: middle;
	}
}

.header-style-2 .header-bottom .header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-style-2 .header-bottom .header-right .bixol-mobile-hamburger {
	margin-left: 15px;
	display: none;
}

.header-style-2 .header-bottom .header-right .bixol-mobile-hamburger span {
	background-color: #ffffff;
}

@media (max-width: 1199.98px) {
	.header-style-2 .header-bottom .header-right .bixol-mobile-hamburger {
		display: inline-block;
	}
}

.header-style-2 .header-bottom .header-search {
	text-align: right;
}

.header-style-2 .header-bottom .header-search form {
	max-width: 215px;
	position: relative;
	display: inline-block;
}

.header-style-2 .header-bottom .header-search form input[type='text'] {
	width: 100%;
	padding: 3px 20px;
	border: 1px solid #ffffff;
	border-radius: 30px;
	background-color: transparent;
	color: #ffffff;
}

.header-style-2 .header-bottom .header-search form input[type='text']::-webkit-input-placeholder {
	color: #ffffff;
	font-size: 14px;
}

.header-style-2 .header-bottom .header-search form input[type='text']:-ms-input-placeholder {
	color: #ffffff;
	font-size: 14px;
}

.header-style-2 .header-bottom .header-search form input[type='text']::-ms-input-placeholder {
	color: #ffffff;
	font-size: 14px;
}

.header-style-2 .header-bottom .header-search form input[type='text']::placeholder {
	color: #ffffff;
	font-size: 14px;
}

.header-style-2 .header-bottom .header-search form button {
	position: absolute;
	right: 12px;
	background-color: transparent;
	color: #ffffff;
	font-size: 14px;
	border: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 767.98px) {
	.header-style-2 .header-bottom {
		padding: 6px 0;
	}
}


/************************ Header Style 3 ********************/

.header-style-3 .info-bar {
	background-color: #232d3d;
}

.header-style-3 .info-bar .info-left {
	padding-left: 0;
}

.header-style-3 .header-bottom {
	background-color: #ffffff;
}

.header-style-3 .header-bottom .logo-wrapper a.desktop-logo {
	position: initial;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-style-3 .header-bottom .header-search form input[type="text"] {
	border-color: #232d3d;
	color: #232d3d;
}

.header-style-3 .header-bottom .header-search form input[type="text"]::-webkit-input-placeholder {
	color: #232d3d;
}

.header-style-3 .header-bottom .header-search form input[type="text"]:-ms-input-placeholder {
	color: #232d3d;
}

.header-style-3 .header-bottom .header-search form input[type="text"]::-ms-input-placeholder {
	color: #232d3d;
}

.header-style-3 .header-bottom .header-search form input[type="text"]::placeholder {
	color: #232d3d;
}

.header-style-3 .header-bottom .header-search form button {
	color: #232d3d;
}

@media (max-width: 1199.98px) {
	.header-style-3 .info-bar {
		display: none;
	}
	.header-style-3 .header-bottom {
		padding: 10px 0;
	}
	.header-style-3 .header-bottom .logo-wrapper a.desktop-logo {
		width: 120px;
	}
	.header-style-3 .header-bottom .header-right .bixol-mobile-hamburger span {
		background-color: #232d3d;
	}
}

@media (max-width: 460px) {
	.header-style-3 .header-bottom .header-right .header-search form {
		max-width: 150px;
	}
	.home5-primary-btn {
    padding: 8px!important;

}
}





/********************* Sticky Header *********************/

.header-sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
	-webkit-animation: 0.3s slideInDown linear;
	animation: 0.3s slideInDown linear;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
}

.header-sticky.bixol-header .bixol-info-bar {
	display: none;
}

.header-sticky.bixol-header .sticky-info {
	display: none;
}

.header-sticky.bixol-header .bixol-header-top {
	display: none;
}

.header-sticky.bixol-header .bixol-navigation .bixol-nav .bixol-header-logo {
	width: 100px;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	background-color: #ffffff;
	border-radius: 0 0 50% 50%;
}

.header-sticky.bg-sticky-white {
	background-color: #ffffff;
}




/* Footer Section */


/************** Footer 1 ok ***********************/

.bixol-footer {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 160px 0 0px 0;
}

.bixol-footer .bixol-footer-logo {
	position: absolute;
	width: 130px;
	top: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	border-radius: 50%;
	z-index: 2;
}

.bixol-footer .bixol-footer-widget {
	margin-bottom: 60px;
}

.bixol-footer .bixol-footer-widget h4 {
	color: #ffffff;
	text-transform: initial;
	margin-bottom: 30px;
}

.bixol-footer .bixol-footer-widget h4 span {
	color: #fecc0d;
}

.bixol-footer .bixol-footer-widget p {
	color: #c2d5e7;
	font-family: 'Nunito Sans', sans-serif;
}

.bixol-footer .bixol-footer-widget .footer-office-time {
	margin-top: 20px;
}

.bixol-footer .bixol-footer-widget .footer-office-time h6 {
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 10px;
}

.bixol-footer .bixol-footer-widget .footer-office-time span {
	display: block;
	color: #c2d5e7;
	font-size: 14px;
}

.bixol-footer .bixol-footer-widget .bixol-footer-form {
	margin-top: 20px;
}

.bixol-footer .bixol-footer-widget .bixol-footer-form form {
	width: 100%;
	position: relative;
}

.bixol-footer .bixol-footer-widget .bixol-footer-form form input[type='email'] {
	width: 100%;
	padding: 15px 30px;
	border: 0;
	background-color: #1c2d60;
	color: #ffffff;
	font-size: 14px;
}

.bixol-footer .bixol-footer-widget .bixol-footer-form form input[type='email']::-webkit-input-placeholder {
	color: #ffffff;
}

.bixol-footer .bixol-footer-widget .bixol-footer-form form input[type='email']:-ms-input-placeholder {
	color: #ffffff;
}

.bixol-footer .bixol-footer-widget .bixol-footer-form form input[type='email']::-ms-input-placeholder {
	color: #ffffff;
}

.bixol-footer .bixol-footer-widget .bixol-footer-form form input[type='email']::placeholder {
	color: #ffffff;
}

.bixol-footer .bixol-footer-widget .bixol-footer-form form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	border: 0;
	background-color: #fecc0d;
	color: #ffffff;
	font-size: 14px;
}

.bixol-footer .bixol-footer-widget .bixol-footer-form form button:hover i {
	-webkit-animation: 0.3s movingright;
	animation: 0.3s movingright;
}

.bixol-footer .bixol-footer-widget .bixol-footer-social {
	margin-top: 20px;
}

.bixol-footer .bixol-footer-widget .bixol-footer-social a {
	margin-right: 15px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	display: inline-block;
}

.bixol-footer .bixol-footer-widget .bixol-footer-social a.facebook {
	color: #3b5999;
}

.bixol-footer .bixol-footer-widget .bixol-footer-social a.twitter {
	color: #55acee;
}

.bixol-footer .bixol-footer-widget .bixol-footer-social a.dribbble {
	color: #ea4c89;
}

.bixol-footer .bixol-footer-widget .bixol-footer-social a.behance {
	color: #cfd7fa;
}

.bixol-footer .bixol-footer-widget .bixol-footer-social a:hover {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.bixol-footer .bixol-footer-widget .bixol-footer-address ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #c2d5e7;
	font-size: 14px;
}

.bixol-footer .bixol-footer-widget .bixol-footer-address ul li i {
	color: #232d3d;
}

.bixol-footer .bixol-footer-widget .bixol-footer-address ul li+li {
	margin-top: 10px;
}

.bixol-footer .bixol-footer-widget .bixol-insta-widget ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bixol-footer .bixol-footer-widget .bixol-insta-widget ul li {
	position: relative;
	padding-right: 10px;
	padding-bottom: 10px;
}

.bixol-footer .bixol-footer-widget .bixol-insta-widget ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-footer .bixol-footer-widget .bixol-insta-widget ul li:hover a {
	opacity: 1;
}

@media (max-width: 991.98px) {
	.bixol-footer .bixol-footer-widget .bixol-insta-widget {
		max-width: 270px;
	}
}

.bixol-footer .footer-copyright {
	padding: 18px 0;
	text-align: center;
	background-color: #1b232f;
}

.bixol-footer .footer-copyright p {
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	font-size: 14px;
}

.bixol-footer .footer-copyright p a {
	color: #fecc0d;
}



/************ Home6 Footer - ok ***************/

.h6-footer {
	background-color: #232d3d;
	padding-top: 60px;
}

.h6-footer .bixol-footer-widget .footer-logo {
	width: 130px;
	display: inline-block;
	margin-bottom: 15px;
}

.h6-footer .bixol-footer-widget h4 {
	margin-bottom: 40px;
	position: relative;
}

.h6-footer .bixol-footer-widget h4::after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #ffd532;
}

.h6-footer .bixol-footer-widget p {
	color: #ffffff;
}

.h6-footer .bixol-footer-widget .bixol-footer-address ul li {
	color: #f4f4f4;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.h6-footer .bixol-footer-widget .bixol-footer-address ul li i {
	color: #fbcb0e;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}

.h6-footer .bixol-footer-widget .latest-blog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.h6-footer .bixol-footer-widget .latest-blog+.latest-blog {
	margin-top: 20px;
}

.h6-footer .bixol-footer-widget .latest-blog .thumb-wrapper .thumb {
	overflow: hidden;
	border-radius: 4px;
}

.h6-footer .bixol-footer-widget .latest-blog .thumb-wrapper .thumb img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	width: 100px;
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.h6-footer .bixol-footer-widget .latest-blog .blog-content {
	margin-left: 15px;
}

.h6-footer .bixol-footer-widget .latest-blog .blog-content h6 {
	font-size: 16px;
	color: #ffffff;
}

.h6-footer .bixol-footer-widget .latest-blog .blog-content .blog-meta {
	margin-top: 10px;
}

.h6-footer .bixol-footer-widget .latest-blog .blog-content .blog-meta span {
	color: #ffffff;
	font-size: 10px;
}

.h6-footer .bixol-footer-widget .latest-blog .blog-content .blog-meta span i {
	margin-right: 6px;
}

.h6-footer .bixol-footer-widget .latest-blog .blog-content .blog-meta span+span {
	margin-left: 10px;
}

.h6-footer .bixol-footer-widget .latest-blog:hover .thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.h6-footer .bixol-footer-widget .bixol-footer-form form input[type="email"] {
	background-color: #26346a;
}

.h6-footer .bixol-footer-widget .bixol-footer-form form button {
	background-color: #ffd532;
	color: #001c8f;
}

.h6-footer .bixol-footer-widget .bixol-footer-social a {
	background-color: #26346a;
	color: #ffffff;
	font-size: 14px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	margin-right: 6px;
}


/* Breadcrumb Section */

.bixol-breadcrumb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 25px 0;
	position: relative;
	z-index: 1;
}

.bixol-breadcrumb::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(3, 0, 20, 0.3);
	z-index: -1;
}

.bixol-breadcrumb .breadcrumb-object {
	position: absolute;
	top: 30px;
	right: 160px;
	width: 100px;
}

.bixol-breadcrumb .breadcrumb-content {
	text-align: center;
}

.bixol-breadcrumb .breadcrumb-content h1 {
	color: #ffffff;
	font-size: 33px;
    text-shadow: 2px 2px 2px #000;
}

.bixol-breadcrumb .breadcrumb-content a {
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-breadcrumb .breadcrumb-content a:hover {
	color: #232d3d;
}

.bixol-breadcrumb .breadcrumb-content span {
	color: #ffffff;
}

.btn {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	padding: 0 20px;
	line-height: 48px;
	-webkit-transition: all 240ms linear 0ms;
	-khtml-transition: all 240ms linear 0ms;
	-moz-transition: all 240ms linear 0ms;
	-ms-transition: all 240ms linear 0ms;
	-o-transition: all 240ms linear 0ms;
	transition: all 240ms linear 0ms;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	overflow: hidden !important;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border: none;
	background-color: #232d3d;
	z-index: 1;
	-webkit-box-shadow: none !important;
	-khtml-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

.btn:hover {
	outline: medium none;
	text-decoration: none;
	color: #fff;
	background-color: #232d3d;
}

.btn:hover:after {
	-webkit-animation: btn_shine 1.2s ease;
	animation: btn_shine 1.2s ease;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.elementor a.btn {
	-webkit-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
	-khtml-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
	-moz-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
	-ms-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
	-o-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
	box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);
}

.btn .ct-align-icon-left i {
	margin-right: 6px;
	font-size: 20px;
}

.btn .ct-align-icon-right {
	float: right;
}

.btn .ct-align-icon-right i {
	margin-left: 12px;
}

.btn i.space-left {
	margin-left: 12px;
}

.btn i.space-right {
	margin-right: 12px;
}

.btn.icon-right .icon-abs {
	right: 8px;
}

.btn.icon-left .icon-abs {
	left: 8px;
}

.btn.btn-plus {
	padding-right: 58px;
}

.btn.btn-plus .icon-abs,
.btn.btn-plus .ct-align-icon-right,
.btn.btn-plus .ct-align-icon-left {
	-webkit-transition: all 240ms linear 0ms;
	-khtml-transition: all 240ms linear 0ms;
	-moz-transition: all 240ms linear 0ms;
	-ms-transition: all 240ms linear 0ms;
	-o-transition: all 240ms linear 0ms;
	transition: all 240ms linear 0ms;
	font-size: 20px;
	font-weight: 500;
	height: 32px;
	width: 32px;
	background-color: #232d3d;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 3px;
	line-height: 32px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	overflow: hidden;
}

.btn.btn-plus .icon-abs i,
.btn.btn-plus .ct-align-icon-right i,
.btn.btn-plus .ct-align-icon-left i {
	margin: 0;
}

.btn.btn-plus .icon-abs i.flaticon-plus,
.btn.btn-plus .ct-align-icon-right i.flaticon-plus,
.btn.btn-plus .ct-align-icon-left i.flaticon-plus {
	font-size: 16px;
}

.btn.btn-plus.icon-left,
.btn.btn-plus.ct-align-icon-left {
	padding-right: 20px;
	padding-left: 58px;
}

.btn.btn-plus:hover {
	background-color: #232d3d;
	color: #fff;
}

.btn.btn-plus:hover .icon-abs,
.btn.btn-plus:hover .ct-align-icon-right,
.btn.btn-plus:hover .ct-align-icon-left {
	background-color: #232d3d;
	color: #fff;
}

.btn.btn-plus:hover .icon-abs:before,
.btn.btn-plus:hover .ct-align-icon-right:before,
.btn.btn-plus:hover .ct-align-icon-left:before {
	-o-animation: toRightFromLeft 0.3s forwards;
	-ms-animation: toRightFromLeft 0.3s forwards;
	-webkit-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}

.btn.btn-plus-primary {
	background-color: #232d3d;
	color: #fff;
}

.btn.btn-plus-primary .icon-abs {
	background-color: #232d3d;
	color: #fff;
}

.btn.btn-plus-primary:hover,
.btn.btn-plus-primary:focus {
	background-color: #232d3d;
	color: #fff;
}

.btn.btn-plus-primary:hover .icon-abs,
.btn.btn-plus-primary:focus .icon-abs {
	background-color: #232d3d;
	color: #fff;
}

.btn.btn-plus-round {
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}

.btn.btn-plus-round .icon-abs,
.btn.btn-plus-round .ct-align-icon-right,
.btn.btn-plus-round .ct-align-icon-left {
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.btn.btn-secondary:hover {
	-webkit-transform: translateY(-3px);
	-khtml-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

.btn.btn-four {
	background-color: #2593d5;
}

.btn.btn-four:hover {
	-webkit-transform: translateY(-4px);
	-khtml-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}

.btn.btn-primary {
	background-color: #232d3d;
	color: #fff;
	line-height: 52px;
	-webkit-box-shadow: 0 8px 7px rgba(2, 21, 78, 0.17) !important;
	-khtml-box-shadow: 0 8px 7px rgba(2, 21, 78, 0.17) !important;
	-moz-box-shadow: 0 8px 7px rgba(2, 21, 78, 0.17) !important;
	-ms-box-shadow: 0 8px 7px rgba(2, 21, 78, 0.17) !important;
	-o-box-shadow: 0 8px 7px rgba(2, 21, 78, 0.17) !important;
	box-shadow: 0 8px 7px rgba(2, 21, 78, 0.17) !important;
}

.btn.btn-primary .space-left {
	margin-left: 8px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background-color: #fff;
	color: #082680;
}

.btn.btn-primary-normal {
	background-color: #232d3d;
}

.btn.btn-primary-normal:hover,
.btn.btn-primary-normal:focus {
	background-color: #232d3d;
}

.btn.btn-slider {
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	padding-left: 23px;
	padding-right: 63px;
	line-height: 56px;
	font-size: 16px;
	background-color: #8cd102;
}

.btn.btn-slider i {
	right: 13px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	width: 29px;
	height: 29px;
	line-height: 29px;
	background-color: #fff;
	color: #8cd102;
	font-size: 18px;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	margin: 0;
}

.btn.btn-slider:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: transform 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: -webkit-transform 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: transform 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: transform 0.3s cubic-bezier(0.24, 0.74, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	background-color: #232d3d;
	z-index: -1;
}

.btn.btn-slider:after {
	display: none;
}

.btn.btn-slider:hover i {
	color: #232d3d;
}

.btn.btn-slider:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn.btn-slider.btn-slider-dark {
	background-color: #232d3d;
}

.btn.btn-slider.btn-slider-dark i {
	color: #232d3d;
}

.btn.btn-slider.btn-slider-dark:before {
	background-color: #8cd102;
}

.btn.btn-slider.btn-slider-dark:hover i {
	color: #8cd102;
}

.btn.btn-animate1 {
	background-color: #232d3d;
	-webkit-transition: all 0.3s;
	-khtml-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn.btn-animate1:before,
.btn.btn-animate1:after {
	content: '';
	-webkit-transform: skewX(0deg);
	-ms-transform: skewX(0deg);
	transform: skewX(0deg);
	left: 0 !important;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: none;
	position: absolute;
	top: auto;
	bottom: 100%;
	-webkit-transition: transform 0.3s;
	-khtml-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	-o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	-webkit-border-radius: inherit;
	-khtml-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
	border-radius: inherit;
	z-index: -1;
}

.btn.btn-animate1:before {
	background-color: #285cfa;
}

.btn.btn-animate1:after {
	background-color: #232d3d;
}

.btn.btn-animate1:hover,
.btn.btn-animate1:focus {
	background-color: #232d3d;
}

.btn.btn-animate1:hover:before,
.btn.btn-animate1:focus:before,
.btn.btn-animate1:hover:after,
.btn.btn-animate1:focus:after {
	transform: skewX(0deg) translate3d(0, 100%, 0);
	-webkit-transform: skewX(0deg) translate3d(0, 100%, 0);
}

.btn.btn-animate1:hover:after,
.btn.btn-animate1:focus:after {
	-webkit-transition-delay: 0.175s;
	-o-transition-delay: 0.175s;
	transition-delay: 0.175s;
}

.ct-button-layout1 i,
.ct-button-layout1 svg {
	position: relative;
}

.ct-button-layout1 .btn {
	line-height: 51px;
}

.ct-button-layout1 .btn.btn-label {
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	border-radius: 76px;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	padding: 18px 28px 18px 24px;
}

.ct-button-layout1 .btn.btn-label label {
	display: block;
	line-height: 1;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #fff;
}

.ct-button-layout1 .btn.btn-label i {
	font-weight: normal;
	font-size: 28px;
	display: inline-block;
}

.ct-button-layout1 .btn.btn-label i.flaticonv2-phone-call {
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.ct-button-layout1 .btn.btn-label .ct-align-icon-left i {
	margin-right: 10px;
}

.ct-button-layout1 .btn.btn-plus .ct-align-icon-right,
.ct-button-layout1 .btn.btn-plus .ct-align-icon-left {
	height: 34px;
	width: 34px;
}

.ct-button-layout1 .btn.btn-plus .ct-align-icon-left {
	left: 8px;
}

.ct-button-layout1 .btn.btn-plus .ct-align-icon-right {
	right: 8px;
}

.ct-button-layout1 .btn.btn-plus.icon-ps-left {
	padding-left: 60px;
	padding-right: 22px;
}

.ct-button-layout1 .btn.btn-plus.icon-ps-right {
	padding-left: 22px;
	padding-right: 60px;
}

.ct-button-layout1 .btn.btn-plus:hover .ct-button-icon {
	background-color: #232d3d;
	color: #fff;
}

.ct-icon-slider i {
	margin-right: 8px;
}

.revslider-initialised {
	margin-bottom: 0 !important;
}

.revslider-initialised .rs-layer cite {
	font-style: normal;
	color: #4a74f0 !important;
}

.revslider-initialised .rs-layer b.h6-title-slider {
	font-weight: inherit;
	color: #8cd102;
}

.revslider-initialised .letter-10 {
	letter-spacing: -0.01em !important;
}

.revslider-initialised .letter-25 {
	letter-spacing: -0.025em !important;
}

.revslider-initialised .letter-20 {
	letter-spacing: -0.02em !important;
}

.revslider-initialised .ct-slider-line {
	display: inline-block;
	padding-left: 78px;
	position: relative;
}

.revslider-initialised .ct-slider-line:before {
	content: '';
	width: 64px;
	height: 3px;
	background-color: #232d3d;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media screen and (min-width: 992px) {
	.revslider-initialised .btn.btn-plus {
		line-height: 60px;
	}
	.revslider-initialised .btn.btn-plus.icon-right {
		padding-left: 24px;
		padding-right: 68px;
	}
	.revslider-initialised .btn.btn-plus.icon-right .icon-abs {
		width: 40px;
		height: 40px;
		font-size: 24px;
	}
}

.revslider-initialised .btn.btn-icon-slider1 {
	line-height: 54px;
	-webkit-border-radius: 54px;
	-khtml-border-radius: 54px;
	-moz-border-radius: 54px;
	-ms-border-radius: 54px;
	-o-border-radius: 54px;
	border-radius: 54px;
	padding-left: 28px;
	padding-right: 54px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

.revslider-initialised .btn.btn-icon-slider1 i {
	width: 34px;
	height: 34px;
	background-color: #fff;
	line-height: 34px;
	border-radius: 34px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #232d3d;
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	.revslider-initialised .btn.btn-slider {
		padding-right: 56px;
		padding-left: 20px;
	}
}

.revslider-initialised .rev-btn .space-left {
	margin-left: 8px;
}

.revslider-initialised .btn-slider-shadow {
	-webkit-box-shadow: 0 9px 21px rgba(0, 0, 0, 0.22);
	-khtml-box-shadow: 0 9px 21px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 9px 21px rgba(0, 0, 0, 0.22);
	-ms-box-shadow: 0 9px 21px rgba(0, 0, 0, 0.22);
	-o-box-shadow: 0 9px 21px rgba(0, 0, 0, 0.22);
	box-shadow: 0 9px 21px rgba(0, 0, 0, 0.22);
}

.revslider-initialised .shap-slider-bottom {
	-ms-transform: skew(-29deg) !important;
	transform: skew(-29deg) !important;
	-webkit-transform: skew(-29deg) !important;
	-ms-transform-origin: left bottom !important;
	transform-origin: left bottom !important;
	-webkit-transform-origin: left bottom !important;
}

.revslider-initialised .title-box-shadow {
	text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.29);
	-webkit-text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.29);
	-ms-text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.29);
	-o-text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.29);
}

.revslider-initialised .arrow-hidden {
	opacity: 0 !important;
	visibility: hidden !important;
}

.revslider-initialised .tp-leftarrow.custom,
.revslider-initialised .tp-rightarrow.custom {
	width: 54px !important;
	height: 54px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	background-color: #fff !important;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 1 !important;
}

.revslider-initialised .tp-leftarrow.custom:before,
.revslider-initialised .tp-rightarrow.custom:before {
	font-size: 19px !important;
	color: #082680 !important;
	font-family: "Flaticon" !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-khtml-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	-o-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	font-weight: 400 !important;
}

.revslider-initialised .tp-leftarrow.custom:hover,
.revslider-initialised .tp-rightarrow.custom:hover {
	background-color: #082680 !important;
}

.revslider-initialised .tp-leftarrow.custom:hover:before,
.revslider-initialised .tp-rightarrow.custom:hover:before {
	color: #fff !important;
}

@media screen and (max-width: 1400px) {
	.revslider-initialised .tp-leftarrow.custom,
	.revslider-initialised .tp-rightarrow.custom {
		width: 44px !important;
		height: 44px !important;
	}
	.revslider-initialised .tp-leftarrow.custom:before,
	.revslider-initialised .tp-rightarrow.custom:before {
		font-size: 16px !important;
	}
}

@media screen and (max-width: 767px) {
	.revslider-initialised .tp-leftarrow.custom,
	.revslider-initialised .tp-rightarrow.custom {
		display: none !important;
	}
}

.revslider-initialised .tp-leftarrow.custom:before {
	content: '\f118' !important;
	-webkit-transform: translate(-50%, -50%) scaleX(-1) !important;
	-khtml-transform: translate(-50%, -50%) scaleX(-1) !important;
	-moz-transform: translate(-50%, -50%) scaleX(-1) !important;
	-ms-transform: translate(-50%, -50%) scaleX(-1) !important;
	-o-transform: translate(-50%, -50%) scaleX(-1) !important;
	transform: translate(-50%, -50%) scaleX(-1) !important;
}

.revslider-initialised .tp-rightarrow.custom:before {
	content: '\f118' !important;
}

.revslider-initialised .bixol-bullet-number .tp-bullet {
	width: 34px;
	height: 34px;
	font-size: 16px;
	font-weight: 700;
	color: #082680;
	line-height: 34px;
	text-align: center;
	-webkit-border-radius: 34px;
	-khtml-border-radius: 34px;
	-moz-border-radius: 34px;
	-ms-border-radius: 34px;
	-o-border-radius: 34px;
	border-radius: 34px;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	background-color: rgba(255, 255, 255, 0.45) !important;
}

@media screen and (max-width: 1400px) {
	.revslider-initialised .bixol-bullet-number .tp-bullet {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}

.revslider-initialised .bixol-bullet-number .tp-bullet.selected {
	color: #fff;
	background-color: #232d3d !important;
}

.revslider-initialised .bixol-bullet-number .tp-bullet:nth-child(1):before {
	content: '01';
}

.revslider-initialised .bixol-bullet-number .tp-bullet:nth-child(2):before {
	content: '02';
}

.revslider-initialised .bixol-bullet-number .tp-bullet:nth-child(3):before {
	content: '03';
}

.revslider-initialised .bixol-bullet-number .tp-bullet:nth-child(4):before {
	content: '04';
}

.revslider-initialised .bixol-bullet-number .tp-bullet:nth-child(5):before {
	content: '05';
}

.revslider-initialised .bixol-bullet-number .tp-bullet:nth-child(6):before {
	content: '06';
}

.revslider-initialised .bixol-bullet-number .tp-bullet:nth-child(7):before {
	content: '07';
}

.revslider-initialised .bixol-bullet-number .tp-bullet:nth-child(8):before {
	content: '08';
}

.revslider-initialised .bixol-bullet-number .tp-bullet:nth-child(9):before {
	content: '09';
}

.revslider-initialised .bixol-bullet-number .tp-bullet:nth-child(10):before {
	content: '10';
}

@media screen and (max-width: 1400px) {
	.revslider-initialised .bixol-bullet-number.nav-pos-hor-leftnav-pos-ver-centernav-dir-vertical {
		left: -15px !important;
	}
}

.revslider-initialised .bixol-bullet-round-one .tp-bullet {
	width: 18px;
	height: 18px;
	background-color: #232d3d !important;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.revslider-initialised .bixol-bullet-round-one .tp-bullet:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: 0 0 0 6px #fff;
	-khtml-box-shadow: 0 0 0 6px #fff;
	-moz-box-shadow: 0 0 0 6px #fff;
	-ms-box-shadow: 0 0 0 6px #fff;
	-o-box-shadow: 0 0 0 6px #fff;
	box-shadow: 0 0 0 6px #fff;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.revslider-initialised .bixol-bullet-round-one .tp-bullet.selected:before {
	-webkit-box-shadow: 0 0 0 6px #fff;
	-khtml-box-shadow: 0 0 0 6px #fff;
	-moz-box-shadow: 0 0 0 6px #fff;
	-ms-box-shadow: 0 0 0 6px #fff;
	-o-box-shadow: 0 0 0 6px #fff;
	box-shadow: 0 0 0 6px #fff;
}

.revslider-initialised .bixol-bullet-round-one .tp-bullet:not(.selected) {
	-webkit-transform: scale(0.8);
	-khtml-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.revslider-initialised .bixol-bullet-round-one .tp-bullet:not(.selected):before {
	opacity: 0;
}

.revslider-initialised .bixol-bullet-round-two .tp-bullet {
	width: 9px;
	height: 9px;
	background-color: #232d3d !important;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.revslider-initialised .bixol-bullet-round-two .tp-bullet:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 19px;
	height: 19px;
	border: 3px solid #232d3d;
	-webkit-border-radius: 19px;
	-khtml-border-radius: 19px;
	-moz-border-radius: 19px;
	-ms-border-radius: 19px;
	-o-border-radius: 19px;
	border-radius: 19px;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	opacity: 0;
	-webkit-transform: translate(1.2);
	-khtml-transform: translate(1.2);
	-moz-transform: translate(1.2);
	-ms-transform: translate(1.2);
	-o-transform: translate(1.2);
	transform: translate(1.2);
}

.revslider-initialised .bixol-bullet-round-two .tp-bullet.selected {
	background-color: #8cd102 !important;
}

.revslider-initialised .bixol-bullet-round-two .tp-bullet.selected:before {
	opacity: 1;
	-webkit-transform: translate(1);
	-khtml-transform: translate(1);
	-moz-transform: translate(1);
	-ms-transform: translate(1);
	-o-transform: translate(1);
	transform: translate(1);
}

.revslider-initialised .bixol-bullet-round-three .tp-bullet {
	width: 29px;
	height: 3px;
	background-color: #bdbfc9 !important;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.revslider-initialised .bixol-bullet-round-three .tp-bullet.selected {
	background-color: #232d3d !important;
}

@media screen and (max-width: 1260px) {
	.revslider-initialised .bixol-bullet-number,
	.revslider-initialised .bixol-bullet-round-one,
	.revslider-initialised .bixol-bullet-round-two {
		display: none;
	}
}

.revslider-initialised .ct-video-shortcode .ct-video-item {
	border: none;
}

.revslider-initialised .ct-video-button {
	width: 80px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.18);
	font-size: 18px;
}

@media screen and (max-width: 991px) {
	.revslider-initialised .ct-video-button {
		width: 60px;
		height: 60px;
		font-size: 16px;
	}
}

.revslider-initialised .ct-video-button.video-primary {
	height: 57px;
	width: 57px;
	background-color: #232d3d;
	-webkit-border-radius: 57px;
	-khtml-border-radius: 57px;
	-moz-border-radius: 57px;
	-ms-border-radius: 57px;
	-o-border-radius: 57px;
	border-radius: 57px;
	text-align: center;
	line-height: 57px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

.revslider-initialised .ct-video-button.border-effect:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.63);
	border-radius: 50%;
	animation: pulse-border2 1500ms ease-out infinite;
	-webkit-animation: pulse-border2 1500ms ease-out infinite;
	z-index: -2;
}

.revslider-initialised .ct-video-button.border-effect:after {
	display: block;
	content: '';
	background-color: inherit;
	background-image: inherit;
	-webkit-border-radius: inherit;
	-khtml-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.revslider-initialised .ct-video-button.border-effect:hover:before,
.revslider-initialised .ct-video-button.border-effect:focus:before {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.revslider-initialised .ct-video-button.style2 {
	border: 3px solid #fff;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	-khtml-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	-ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: static;
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

.revslider-initialised .ct-video-button.style2:before {
	display: none;
}

.revslider-initialised .ct-video-button.style2:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 7, 36, 0.67);
	background-image: none;
}

.revslider-initialised .ct-video-button.style2 i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.revslider-initialised .ct-video-item.ct-style2 {
	width: 56px;
	height: 56px;
	z-index: 1;
}

.revslider-initialised .ct-video-item.ct-style2:before {
	content: '';
	height: 72px;
	width: 36px;
	-webkit-border-radius: 72px 0 0 72px;
	-khtml-border-radius: 72px 0 0 72px;
	-moz-border-radius: 72px 0 0 72px;
	-ms-border-radius: 72px 0 0 72px;
	-o-border-radius: 72px 0 0 72px;
	border-radius: 72px 0 0 72px;
	position: absolute;
	top: -8px;
	left: -8px;
	background-color: #232d3d;
	z-index: -1;
}

.revslider-initialised .nav-number {
	-webkit-transform: rotate(-450deg);
	-khtml-transform: rotate(-450deg);
	-moz-transform: rotate(-450deg);
	-ms-transform: rotate(-450deg);
	-o-transform: rotate(-450deg);
	transform: rotate(-450deg);
	display: inline-block;
	position: relative;
}

.revslider-initialised .nav-number:before {
	content: '';
	width: 132px;
	height: 1px;
	background-color: #e2e2e2;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 100%;
	margin-right: 20px;
}

.revslider-initialised .nav-number span {
	color: #232d3d;
}

.ct-video-button.img-active {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ct-video-button.style1 {
	height: 44px;
	width: 44px;
	background-color: rgba(5, 27, 93, 0.78);
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 44px;
	-webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.78);
	-khtml-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.78);
	-moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.78);
	-ms-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.78);
	-o-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.78);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.78);
	font-size: 15px;
}

.ct-video-button.style1:hover {
	background-color: rgba(0, 124, 251, 0.78);
}

.ct-video-button.style2 {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #fff;
	font-size: 18px;
	color: #082680;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	z-index: 1;
}

.ct-video-button.style2:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.63);
	border-radius: 50%;
	animation: pulse-border2 1500ms ease-out infinite;
	-webkit-animation: pulse-border2 1500ms ease-out infinite;
	z-index: -2;
}

.ct-video-button.style2:hover:before,
.ct-video-button.style2:focus:before {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.ct-video-button.style3 {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #001c8f;
	font-size: 17px;
	color: #fff;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	z-index: 1;
}

.ct-video-button.style3:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 28, 143, 0.6);
	border-radius: 50%;
	animation: pulse-border2 1500ms ease-out infinite;
	-webkit-animation: pulse-border2 1500ms ease-out infinite;
	z-index: -2;
}

.ct-video-button.style3:hover:before,
.ct-video-button.style3:focus:before {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.ct-video-button.slider-style1 {
	height: 50px;
	width: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	background-color: #fff;
	display: inline-block;
	color: #082680;
	text-align: center;
	font-size: 15px;
	position: relative;
	-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.24);
	-khtml-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.24);
	-moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.24);
	-ms-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.24);
	-o-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.24);
	box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.24);
}

.ct-video-button.slider-style1 * {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ct-video-button.slider-style1:hover {
	background-color: #232d3d;
	color: #fff;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.ct-video-player .ct-video-box {
	position: relative;
}

.ct-video-player .ct-video-holder {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.ct-video-player .ct-video-holder:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(8, 38, 128, 0.1);
	position: absolute;
}

.ct-video-player.meta-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 575px) {
	.ct-video-player.meta-active {
		display: block;
	}
}

.ct-video-player.meta-active .ct-video-box {
	width: 150px;
	min-width: 150px;
	margin-right: 24px;
}

@media screen and (max-width: 575px) {
	.ct-video-player.meta-active .ct-video-box {
		margin-right: 0;
		width: 100%;
		margin-bottom: 24px;
	}
}

.ct-video-player .ct-video-meta h4 {
	margin-top: 13px;
	margin-bottom: 7px;
	font-size: 16px;
}

@media screen and (max-width: 1199px) {
	.ct-video-player .ct-video-meta h4 {
		margin-top: 0;
	}
}

.ct-video-player .ct-video-meta p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 24px;
}

@media screen and (max-width: 1199px) {
	.ct-video-player .ct-video-meta p {
		font-size: 14px;
	}
}

.ct-video-player .ct-video-meta .btn {
	margin-top: 11px;
	line-height: 46px;
	padding: 0 24px;
}

.ct-video-player.btn-video-style3 .ct-video-button {
	left: 7px;
	bottom: 20%;
	top: auto;
	-webkit-transform: translate(0, 0);
	-khtml-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.ct-video-player.btn-video-style3 .ct-video-holder:before {
	display: none;
}

.ct-video-player.btn-video-style3 .ct-video-holder img {
	border-radius: 530px;
}

.ct-history-carousel1 .item--title {
	font-size: 30px;
	line-height: 1.3333;
	margin-bottom: 19px;
	font-weight: 600;
	padding: 0 10%;
}

.ct-video-shortcode .ct-video-item {
	border: 10px solid #fff;
	position: relative;
}

.ct-video-shortcode .ct-video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 56px;
	height: 56px;
	background-color: #232d3d;
	-webkit-border-radius: 56px;
	-khtml-border-radius: 56px;
	-moz-border-radius: 56px;
	-ms-border-radius: 56px;
	-o-border-radius: 56px;
	border-radius: 56px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

#ct-loadding {
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999999;
	top: 0;
	left: 0;
	-webkit-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	background-color: #fff;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.loading-infinity {
	width: 204px;
	height: 53px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.loading-infinity div {
	top: 0;
	left: 50%;
	width: 70px;
	height: 70px;
	-webkit-animation: ctLoadingrotate 6.9s linear infinite;
	animation: ctLoadingrotate 6.9s linear infinite;
	position: absolute;
}

.loading-infinity div span {
	left: -10px;
	top: 50%;
	margin: -10px 0 0;
	width: 20px;
	height: 20px;
	display: block;
	background: #232d3d;
	-webkit-box-shadow: 2px 2px 8px #232d3d;
	box-shadow: 2px 2px 8px #232d3d;
	border-radius: 50%;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation: ctLoadingmove 6.9s linear infinite;
	animation: ctLoadingmove 6.9s linear infinite;
	position: absolute;
}

.loading-infinity div span:before {
	-webkit-animation: ctLoadingdrop1 .8s linear infinite;
	animation: ctLoadingdrop1 .8s linear infinite;
}

.loading-infinity div span:after {
	-webkit-animation: ctLoadingdrop2 .8s linear infinite .4s;
	animation: ctLoadingdrop2 .8s linear infinite .4s;
}

.loading-infinity div span:before,
.loading-infinity div span:after {
	content: '';
	position: absolute;
	display: block;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background: inherit;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

.loading-infinity div:nth-child(2) {
	-webkit-animation-delay: -2.3s;
	animation-delay: -2.3s;
}

.loading-infinity div:nth-child(2) span {
	-webkit-animation-delay: -2.3s;
	animation-delay: -2.3s;
}

.loading-infinity div:nth-child(3) {
	-webkit-animation-delay: -4.6s;
	animation-delay: -4.6s;
}

.loading-infinity div:nth-child(3) span {
	-webkit-animation-delay: -4.6s;
	animation-delay: -4.6s;
}


/* Theme Default */


/****************************************** Padding ********************
**********************************************************************/

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-100 {
	padding-top: 40px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-250 {
	padding-top: 250px;
}

.pt-300 {
	padding-top: 200px;
}

.pt-350 {
	padding-top: 350px;
}

@media (max-width: 767.98px) {
	.pt-sm-100 {
		padding-top: 100px;
	}
}

@media (max-width: 991.98px) {
	.pt-md-100 {
		padding-top: 100px;
	}
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-100 {
	padding-bottom: 40px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-250 {
	padding-bottom: 250px;
}


/****************************************** Margin ********************
**********************************************************************/

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-350 {
	margin-top: 350px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-100 {
	margin-bottom: 100px;
}


/************ Container ***************/

.container {
	max-width: 1200px;
}


/***************** Common Button Style ******************/

.scrolltop-btn {
	position: fixed;
	bottom: 60px;
	right: -50px;
	z-index: 10;
	width: 40px;
	height: 40px;
	background-color: #232d3d;
	color: #ffffff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.scrolltop-btn:hover {
	color: #ffffff;
}

.scrolltop-btn.visible {
	right: 0;
}

.bixol-primary-btn {
	padding: 0 8px 0 16px;
	background-color: #232d3d;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 14px;
	border: 0;
	border-radius: 3px;
	height: 55px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: 1;
}

.bixol-primary-btn span {
	padding: 6px 10px;
	background-color: #fecc0d;
	display: inline-block;
	border: none;
	color: #ffffff;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	overflow: hidden;
}

.bixol-primary-btn::before {
	content: '';
	position: absolute;
	width: 60px;
	height: 100%;
	left: -70px;
	top: 0;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
	z-index: -1;
}

.bixol-primary-btn:hover {
	color: #ffffff;
	background-color: #073ad3e1;
}

.bixol-primary-btn:hover span i {
	-webkit-animation: 0.5s movingright;
	animation: 0.5s movingright;
}

.bixol-primary-btn:hover::before {
	-webkit-animation: 800ms shine;
	animation: 800ms shine;
}

.bixol-readmore-btn {
	padding: 10px 15px;
	background-color: #082680;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 1;
	overflow: hidden;
	vertical-align: middle;
}

.bixol-readmore-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-readmore-btn:hover {
	background-color: #232d3d;
	color: #ffffff;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.bixol-readmore-btn:hover::before {
	left: 100%;
}


/*********** Common Title Area *****************/

.bixol-title-area span.bixol-subtitle {
	font-weight: 500;
	font-size: 15px;
	position: relative;
	margin-left: 35px;
}

.bixol-title-area span.bixol-subtitle::before {
	content: '';
	width: 25px;
	height: 25px;
	background-image: url(../images/home1/star-object.png);
	position: absolute;
	left: -35px;
	background-size: 25px;
	background-repeat: no-repeat;
}

.bixol-title-area h3 {
	margin-top: 10px;
}

.bixol-title-area h3 span {
	font-weight: 400;
	display: block;
}

.bixol-title-area p {
	margin-top: 20px;
}

@media (max-width: 767.98px) {
	.bixol-title-area h3 {
		display: inline-block;
	}
	.bixol-title-area h3 span {
		display: inline;
	}
}

.title-style-2 span.bixol-subtitle {
	font-weight: 500;
	font-size: 18px;
	position: relative;
	color: #232d3d;
}

.title-style-2 h3 {
	margin-top: 10px;
	color: #232d3d;
	text-transform: initial;
}

.title-style-2 p {
	margin-top: 20px;
	color: #666666;
}

.title-style-3 span.bixol-subtitle {
	font-weight: bold;
	font-size: 33px;
	position: relative;
	display: inline-block;
	color: #232d3d;
}

.title-style-3 span.bixol-subtitle::after {
	content: '';
	position: absolute;
	bottom: 10px;
	right: -38px;
	width: 30px;
	height: 2px;
	background-color: #232d3d;
}

.title-style-3 span.bixol-subtitle.before-line::before {
	content: '';
	position: absolute;
	bottom: 10px;
	left: -38px;
	width: 30px;
	height: 2px;
	background-color: #232d3d;
}

.title-style-3 h3 {
	color: #232d3d;
	text-transform: initial;
	margin-top: 10px;
}

.title-style-4 span.bixol-subtitle {
	font-weight: 500;
	font-size: 18px;
	position: relative;
	display: inline-block;
	color: #628dfb;
	text-transform: uppercase;
}

.title-style-4 span.bixol-subtitle::after {
	content: '';
	position: absolute;
	bottom: 10px;
	right: -38px;
	width: 30px;
	height: 0px;
	border-bottom: 2px dashed #628dfb;
}

.title-style-4 span.bixol-subtitle.before-line::before {
	content: '';
	position: absolute;
	bottom: 10px;
	left: -38px;
	width: 30px;
	height: 0px;
	border-bottom: 2px dashed #628dfb;
}

.title-style-4 h2 {
	color: #001c8f;
	margin-top: 10px;
}

.title-style-4 p {
	margin-top: 25px;
	color: #5a6079;
}

.title-style-5 span.sub-title {
	    font-size: 33px;
    font-weight: 700;
    text-transform: capitalize;
    color: #232d3d;
}

.title-style-5 h3 {
	margin-top: 10px;
	text-transform: initial;
	color: #232d3d;
}

.title-style-5 p {
	margin-top: 25px;
	color: #666666;
}

.home5-primary-btn {
	padding: 12px 30px;
	background-color: #232d3d;
	color: #ffffff;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	vertical-align: middle;
}

.home5-primary-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -38px;
	width: 30px;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}

.home5-primary-btn span {
	display: inline-block;
	margin-left: 5px;
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
}

.home5-primary-btn:hover {
	color: #ffffff;
	background-color: #494949;
}

.home5-primary-btn:hover::before {
	-webkit-animation: 800ms shine;
	animation: 800ms shine;
}

.home6-primary-btn a {
	width: 150px;
	height: 50px;
	background-color: #628dfb;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	border-radius: 3px;
	text-transform: capitalize;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.home6-primary-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -60px;
	width: 50px;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.342)), to(rgba(255, 255, 255, 0.301)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.342), rgba(255, 255, 255, 0.301));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.342), rgba(255, 255, 255, 0.301));
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.342), rgba(255, 255, 255, 0.301));
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}

.home6-primary-btn a:hover {
	color: #ffffff;
	background-color: #4b7cf9;
}

.home6-primary-btn a:hover::before {
	-webkit-animation: 800ms shine;
	animation: 800ms shine;
}


/* Author CSS */

body {
	margin: 0;
	color: #3a4268;
	font-family: 'Quicksand';
	font-weight: 500;
	font-size: 15px;
}

h1 {
	color: #082680;
	font-size: 19px;
}

h2 {
	color: #082680;
	font-size: 19px;
}

h3 {
	color: #232d3d;
	font-size: 19px;
}

h4 {
	color: #082680;
	font-size: 19px;
}

h5 {
	color: #232d3d;
	font-size: 17px;
}

h6 {
	color: #082680;
	font-size: 12px;
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Quicksand';
	
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.2;
	margin-bottom: 7px;
}

p {
	color: #3a4268;
	margin-bottom: 0;
}

.h4-headline h1,
.h4-headline h2,
.h4-headline h3,
.h4-headline h4,
.h4-headline h5,
.h4-headline h6 {
	color: #232d3d;
	text-transform: initial;
}

.h6-headline h1,
.h6-headline h2,
.h6-headline h3,
.h6-headline h4,
.h6-headline h5,
.h6-headline h6 {
	color: #001c8f;
}

.h6-pera-txt p {
	color: #5a6079;
}

.h4-pera-txt p {
	color: #666666;
}

.h5-pera-txt p {
	color: #555555;
}

.h7-headline h1,
.h7-headline h2,
.h7-headline h3,
.h7-headline h4,
.h7-headline h5,
.h7-headline h6 {
	color: #232d3d;
	text-transform: initial;
}

.h7-pera-txt p {
	color: #666666;
}

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

a {
	text-decoration: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
.slick-slide {
	outline: none;
}

button {
	cursor: pointer;
}

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

section {
	overflow: hidden;
}

i {
	display: inline-block;
}


/********************* Custom Animations *********************/

@-webkit-keyframes ct_fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes ct_fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes ct_fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes ct_fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes movingright {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	40% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	50% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		opacity: 0;
	}
	60% {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes movingright {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	40% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	50% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		opacity: 0;
	}
	60% {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes movingleft {
	0% {
		-webkit-transform: tranlateX(-30px);
		transform: tranlateX(-30px);
	}
	100% {
		-webkit-transform: tranlateX(0);
		transform: tranlateX(0);
	}
}

@keyframes movingleft {
	0% {
		-webkit-transform: tranlateX(-30px);
		transform: tranlateX(-30px);
	}
	100% {
		-webkit-transform: tranlateX(0);
		transform: tranlateX(0);
	}
}

@-webkit-keyframes shine {
	from {
		left: -100px;
	}
	to {
		left: 120%;
	}
}

@keyframes shine {
	from {
		left: -100px;
	}
	to {
		left: 120%;
	}
}

@-webkit-keyframes ripple_animation {
	0% {
		-webkit-box-shadow: 0 0 0 0 #001c8f;
		box-shadow: 0 0 0 0 #001c8f;
	}
	50% {
		-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
	}
}

@keyframes ripple_animation {
	0% {
		-webkit-box-shadow: 0 0 0 0 #001c8f;
		box-shadow: 0 0 0 0 #001c8f;
	}
	50% {
		-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
	}
}

@-webkit-keyframes ctLoadingdrop1 {
	100% {
		-webkit-transform: translate(32px, 10px) scale(0);
		transform: translate(32px, 10px) scale(0);
	}
}

@keyframes ctLoadingdrop1 {
	100% {
		-webkit-transform: translate(32px, 10px) scale(0);
		transform: translate(32px, 10px) scale(0);
	}
}

@-webkit-keyframes loading-run {
	0% {
		-webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%,
	95% {
		-webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%,
	59% {
		-webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}
	20% {
		-webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}
	38% {
		-webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}
	100% {
		-webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}

@keyframes loading-run {
	0% {
		-webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%,
	95% {
		-webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%,
	59% {
		-webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}
	20% {
		-webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}
	38% {
		-webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}
	100% {
		-webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}

@-webkit-keyframes loading-round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading-round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading-round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes ctLoadingrotate {
	50% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		margin-left: 0;
	}
	50.0001%,
	100% {
		margin-left: -70px;
	}
}

@keyframes ctLoadingrotate {
	50% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		margin-left: 0;
	}
	50.0001%,
	100% {
		margin-left: -70px;
	}
}

@-webkit-keyframes ctLoadingmove {
	0%,
	50% {
		left: -10px;
	}
	25% {
		background: #142680;
	}
	75% {
		background: #85cc02;
	}
	50.0001%,
	100% {
		left: auto;
		right: -10px;
	}
}

@keyframes ctLoadingmove {
	0%,
	50% {
		left: -10px;
	}
	25% {
		background: #232d3d;
	}
	75% {
		background: #85cc02;
	}
	50.0001%,
	100% {
		left: auto;
		right: -10px;
	}
}

@keyframes ctLoadingdrop1 {
	100% {
		-webkit-transform: translate(32px, 10px) scale(0);
		transform: translate(32px, 10px) scale(0);
	}
}


/*********** Hero Slider **************/

.hero-slider-1 {
	margin-top: -30px;
}

@media (max-width: 1199.98px) {
	.hero-slider-1 {
		margin-top: 0;
	}
}


/************ Services Section ***************/

.bixol-services .bixol-service-wrapper .bixol-single-item {
	position: relative;
	padding: 25px;
	padding-left: 35px;
}

.bixol-services .bixol-service-wrapper .bixol-single-item.sr-item {
	margin-bottom: 100px;
}

@media (max-width: 767.98px) {
	.bixol-services .bixol-service-wrapper .bixol-single-item.sr-item {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

.bixol-services .bixol-service-wrapper .bixol-single-item .bixol-icon-wrapper {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
}

.bixol-services .bixol-service-wrapper .bixol-single-item .bixol-sr-content {
	margin-top: 25px;
}

.bixol-services .bixol-service-wrapper .bixol-single-item .bixol-sr-content h6 {
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	display: inline-block;
}

.bixol-services .bixol-service-wrapper .bixol-single-item .bixol-sr-content h6::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #fecc0d;
}

.bixol-services .bixol-service-wrapper .bixol-single-item .bixol-sr-content p {
	margin-top: 20px;
}

.bixol-services .bixol-service-wrapper .bixol-single-item .bixol-sr-content a {
	margin-top: 20px;
}

.bixol-services .bixol-service-wrapper .bixol-single-item .bixol-sr-hover {
	position: absolute;
	top: -110px;
	left: 0;
	width: 100%;
	background-color: #dee5eb;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-services .bixol-service-wrapper .bixol-single-item .bixol-sr-hover .img-wrapper {
	position: relative;
	overflow: hidden;
}

.bixol-services .bixol-service-wrapper .bixol-single-item .bixol-sr-hover .img-wrapper img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-services .bixol-service-wrapper .bixol-single-item .bixol-sr-hover .img-wrapper .img-shadow {
	position: absolute;
	width: 130%;
	height: 120%;
	background-image: url(../images/services/shadow.png);
	bottom: -60px;
	left: -80px;
	z-index: 1;
	background-size: cover;
}

.bixol-services .bixol-service-wrapper .bixol-single-item .bixol-sr-hover .img-wrapper::after {
	content: '';
	position: absolute;
	bottom: 6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 110%;
	height: 80px;
	-webkit-clip-path: polygon(50% 0%, 0 100%, 100% 100%);
	clip-path: polygon(50% 0%, 0 100%, 100% 100%);
	background-color: #ffffff;
	z-index: 1;
}

.bixol-services .bixol-service-wrapper .bixol-single-item .bixol-sr-hover .img-wrapper::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 110%;
	height: 80px;
	-webkit-clip-path: polygon(50% 0%, 0 100%, 100% 100%);
	clip-path: polygon(50% 0%, 0 100%, 100% 100%);
	background-color: #dee5eb;
	z-index: 2;
}

.bixol-services .bixol-service-wrapper .bixol-single-item .bixol-sr-hover .icon-wrapper {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -120px;
	position: relative;
	z-index: 15;
}

.bixol-services .bixol-service-wrapper .bixol-single-item .bixol-sr-hover .icon-wrapper .bixol-img {
	border-radius: 50%;
	background-color: #ffffff;
	padding: 20px;
	position: relative;
	z-index: 2;
}

.bixol-services .bixol-service-wrapper .bixol-single-item .bixol-sr-hover .icon-wrapper .bixol-icon-shadow {
	position: absolute;
	display: inline-block;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #232d3d;
	z-index: -1;
}

.bixol-services .bixol-service-wrapper .bixol-single-item .bixol-sr-hover .bixol-sr-content {
	padding: 25px;
}

.bixol-services .bixol-service-wrapper .bixol-single-item:hover::after {
	opacity: 0;
}

.bixol-services .bixol-service-wrapper .bixol-single-item:hover .bixol-sr-hover {
	opacity: 1;
	visibility: visible;
}

.bixol-services .bixol-service-wrapper .bixol-single-item:hover .bixol-sr-hover .icon-wrapper {
	-webkit-animation: 0.5s ct_fadeInDown forwards;
	animation: 0.5s ct_fadeInDown forwards;
}

.bixol-services .bixol-service-wrapper .bixol-single-item:hover .bixol-sr-hover .bixol-sr-content h6 {
	-webkit-animation: 0.3s ct_fadeInUp forwards;
	animation: 0.3s ct_fadeInUp forwards;
}

.bixol-services .bixol-service-wrapper .bixol-single-item:hover .bixol-sr-hover .bixol-sr-content p {
	-webkit-animation: 0.6s ct_fadeInUp forwards;
	animation: 0.6s ct_fadeInUp forwards;
}

.bixol-services .bixol-service-wrapper .bixol-single-item:hover .bixol-sr-hover .bixol-sr-content a.bixol-readmore-btn {
	-webkit-animation: 1s ct_fadeInUp forwards;
	animation: 1s ct_fadeInUp forwards;
}

.bixol-services .bixol-service-wrapper .bixol-single-item.slick-active::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 50%;
	border: 1px dashed #eaeaea;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-services .bixol-service-wrapper .slick-list {
	padding: 100px 0px 80px 0;
}

.bixol-services .bixol-service-wrapper .slick-arrow {
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	background-color: #eaeaea;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #082680;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	opacity: 0;
}

.bixol-services .bixol-service-wrapper .slick-arrow:hover {
	background-color: #082680;
	color: #ffffff;
}

.bixol-services .bixol-service-wrapper .slick-arrow.next-arrow {
	left: auto;
	right: 0px;
}

.bixol-services:hover .slick-arrow {
	opacity: 1;
}

.bixol-services:hover .slick-arrow.prev-arrow {
	left: -80px;
}

@media (max-width: 767.98px) {
	.bixol-services:hover .slick-arrow.prev-arrow {
		left: -40px;
	}
}

.bixol-services:hover .slick-arrow.next-arrow {
	right: -40px;
}

@media (max-width: 767.98px) {
	.bixol-services .bixol-service-slider {
		max-width: 400px;
		display: block;
		margin: 0 auto;
	}
	.bixol-services .bixol-service-slider .bixol-single-item {
		text-align: center;
	}
	.bixol-services .bixol-service-slider .bixol-single-item .bixol-sr-content h6::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}


/********** About Section ****************/

.bixol-about-section {
	position: relative;
}

.bixol-about-section .bixol-about-bg {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
	z-index: -1;
}

.bixol-about-section .bixol-about-left {
	text-align: right;
}

.bixol-about-section .bixol-about-left .bixol-slider-wrapper {
	display: inline-block;
	position: relative;
}

.bixol-about-section .bixol-about-left .bixol-slider-wrapper::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #232d3d;
	width: calc(100% + 30px);
	height: calc(100% + 20px);
	border-radius: 50%;
	z-index: 1;
}

.bixol-about-section .bixol-about-left .bixol-slider-wrapper::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(100% + 5px);
	height: calc(100% + 0px);
	background-color: #ffffff;
	border-radius: 50%;
	z-index: 1;
}

.bixol-about-section .bixol-about-left .bixol-slider-wrapper .bixol-slider-content {
	position: absolute;
	background-color: #232d3d;
	color: #ffffff;
	top: -85px;
	right: 0;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 15;
}

.bixol-about-section .bixol-about-left .bixol-slider-wrapper .bixol-slider-content::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 15px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #232d3d;
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
}

.bixol-about-section .bixol-about-left .bixol-slider-wrapper .bixol-slider-content .icon-wrapper i {
	color: #fecc0d;
	font-size: 30px;
	line-height: 0;
	display: inline-block;
}

.bixol-about-section .bixol-about-left .bixol-slider-wrapper .bixol-slider-content .content-bottom {
	text-align: center;
}

.bixol-about-section .bixol-about-left .bixol-slider-wrapper .bixol-slider-content .content-bottom span {
	font-size: 12px;
}

.bixol-about-section .bixol-about-left .bixol-slider-wrapper .bixol-slider-content .content-bottom h6 {
	color: #ffffff;
}

.bixol-about-section .bixol-about-left .bixol-compare-slider {
	width: 285px;
	height: 285px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	position: relative;
	z-index: 10;
}

.bixol-about-section .bixol-about-right {
	padding-left: 5px;
}

.bixol-about-section .bixol-about-right .devider {
	display: block;
	margin: 30px 0;
}

.bixol-about-section .bixol-about-right .devider hr {
	border-top: 2px solid #eaeaea;
	opacity: 0.50;
	margin: 0;
}

.bixol-about-section .bixol-about-right .bixol-about-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bixol-about-section .bixol-about-right .bixol-about-content .video-wrapper .video-thumb {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.bixol-about-section .bixol-about-right .bixol-about-content .video-wrapper .video-thumb a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background-color: rgba(4, 49, 184, 0.7);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	text-decoration: none;
	border: 2px solid #ffffff;
}

.bixol-about-section .bixol-about-right .bixol-about-content .video-content .title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #082680;
	margin-bottom: 6px;
	display: block;
}

.bixol-about-section .bixol-about-right .bixol-about-content .video-content p {
	font-size: 15px;
}

@media (max-width: 575.98px) {
	.bixol-about-section .bixol-about-right .bixol-about-content {
		display: block;
		text-align: center;
	}
	.bixol-about-section .bixol-about-right .bixol-about-content .video-wrapper .video-thumb img {
		max-width: 100%;
		width: auto;
		display: inline-block;
	}
	.bixol-about-section .bixol-about-right .bixol-about-content .video-content {
		margin-top: 20px;
		text-align: center;
	}
}

@media (max-width: 991.98px) {
	.bixol-about-section {
		padding-top: 100px;
	}
	.bixol-about-section .bixol-about-bg {
		display: none;
	}
	.bixol-about-section .bixol-about-left {
		text-align: center;
	}
	.bixol-about-section .bixol-about-right {
		padding-left: 0;
		margin-top: 60px;
		max-width: 600px;
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.bixol-about-section .bixol-about-right .bixol-about-content .video-content {
		text-align: left;
	}
}

@media (max-width: 575.98px) {
	.bixol-about-section .bixol-about-right .bixol-about-content {
		display: block;
		text-align: center;
	}
	.bixol-about-section .bixol-about-right .bixol-about-content .video-wrapper .video-thumb img {
		max-width: 100%;
		width: auto;
		display: inline-block;
	}
	.bixol-about-section .bixol-about-right .bixol-about-content .video-content {
		margin-top: 20px;
		text-align: center;
	}
}


/************* Service Section **********************/

.bixol-service-section .bixol-services .bixol-service-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
}

.bixol-service-section .bixol-services .bixol-service-item .bixol-icon-wrapper span {
	width: 80px;
	height: 80px;
	color: #ffffff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	font-size: 30px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-service-section .bixol-services .bixol-service-item .bixol-icon-wrapper span::before {
	content: '';
	position: absolute;
	left: -5px;
	bottom: -5px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fecc0d;
	z-index: 2;
}

.bixol-service-section .bixol-services .bixol-service-item .bixol-icon-wrapper span i {
	background-color: #082680;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-service-section .bixol-services .bixol-service-item .bixol-service-content {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	padding: 10px 24px 10px 50px;
	margin-left: -50px;
	position: relative;
	z-index: 1;
}

.bixol-service-section .bixol-services .bixol-service-item .bixol-service-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/home1/sr-item-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-service-section .bixol-services .bixol-service-item .bixol-service-content h5 {
	margin-bottom: 6px;
}

.bixol-service-section .bixol-services .bixol-service-item:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.bixol-service-section .bixol-services .bixol-service-item:hover .bixol-icon-wrapper span i {
	background-color: #ffffff;
	color: #082680;
}

.bixol-service-section .bixol-services .bixol-service-item:hover .bixol-service-content::before {
	opacity: 1;
}

.bixol-service-section .bixol-services .bixol-service-item:hover .bixol-service-content h5 {
	color: #ffffff;
}

.bixol-service-section .bixol-services .bixol-service-item:hover .bixol-service-content p {
	color: #ffffff;
}

.bixol-service-section .bixol-service-middle .img-wrapper {
	position: relative;
}

.bixol-service-section .bixol-service-middle .img-wrapper .banner-content {
	width: 120px;
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 10px;
	position: absolute;
	top: -30px;
	left: 50px;
	text-align: center;
}

.bixol-service-section .bixol-service-middle .img-wrapper .banner-content h3 {
	color: #ffffff;
	margin-bottom: 5px;
	position: relative;
	z-index: 10;
}

.bixol-service-section .bixol-service-middle .img-wrapper .banner-content p {
	color: #ffffff;
	font-size: 13px;
	line-height: 1;
	position: relative;
	z-index: 10;
}

.bixol-service-section .bixol-service-middle .img-wrapper .banner-content .banner-svg-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #232d3d;
	-webkit-clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
	clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
	z-index: 2;
	border-radius: 15px 25px 25px 15px;
}

.bixol-service-section .bixol-service-middle .img-wrapper .banner-content .banner-svg-2 {
	position: absolute;
	top: 8px;
	left: -8px;
	width: 100%;
	height: 100%;
	background-color: #fecc0d;
	-webkit-clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
	clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
	z-index: 1;
	border-radius: 15px 25px 25px 15px;
}

@media (max-width: 991.98px) {
	.bixol-service-section .bixol-services .bixol-service-item {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.bixol-service-section .bixol-service-middle {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.bixol-service-section .bixol-service-middle .img-wrapper {
		width: auto;
		max-width: 100%;
		display: inline-block;
	}
}


/******************** Counterup Section ***********************/

.bixol-ct-section .bixol-counter-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	position: relative;
	margin-bottom: 30px;
}

.bixol-ct-section .bixol-counter-column .bixol-icon-wrapper span {
	font-size: 48px;
	display: inline-block;
}

.bixol-ct-section .bixol-counter-column .bixol-ct-content h3 sup {
	color: #fecc0d;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}

.bixol-ct-section .bixol-counter-column .bixol-ct-content .subtitle {
	font-weight: 500;
}

.bixol-ct-section .bixol-counter-column.bx-col-line::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 90%;
	border: 1px dashed #eaeaea;
}

@media (max-width: 991.98px) {
	.bixol-ct-section .bixol-counter-column.bx-col-line::after {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.bixol-ct-section .bixol-counter-column {
		display: block;
		text-align: center;
	}
}


/****************************** Team Section ***********************/

.bixol-team-area {
	background-color: #e3e8ed;
}

.bixol-team-area .bixol-title-area {
	padding-left: 60px;
}

.bixol-team-area .bixol-team-container .bixol-team-single {
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	overflow: hidden;
	margin-bottom: 50px;
}

.bixol-team-area .bixol-team-container .bixol-team-single .bixol-img-wrapper {
	position: relative;
}



.bixol-team-area .bixol-team-container .bixol-team-single .bixol-team-content {
	padding: 20px;
	position: relative;
}

.bixol-team-area .bixol-team-container .bixol-team-single .bixol-team-content .team-social-link {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background-color: #232d3d;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	border-radius: 0 0 25px 25px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-team-area .bixol-team-container .bixol-team-single .bixol-team-content .bixol-team-social-items {
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 90px;
	border-radius: 25px 25px 0 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-team-area .bixol-team-container .bixol-team-single .bixol-team-content .bixol-team-social-items a {
	color: #ffffff;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #232d3d;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-team-area .bixol-team-container .bixol-team-single .bixol-team-content .bixol-team-social-items a:hover {
	padding-left: 10px;
}

.bixol-team-area .bixol-team-container .bixol-team-single:hover {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 20px 0px rgba(12, 12, 12, 0.16);
}

.bixol-team-area .bixol-team-container .bixol-team-single:hover .bixol-team-content .team-social-link {
	background-color: #ffffff;
	color: #fecc0d;
}

.bixol-team-area .bixol-team-container .bixol-team-single:hover .bixol-team-content .bixol-team-social-items {
	bottom: 70px;
	opacity: 1;
	visibility: visible;
}

.bixol-team-area .bixol-team-container .slick-list {
	padding: 60px 0;
	margin: 0 -15px;
}

.bixol-team-area .bixol-team-container .slick-list .slick-slide {
	margin: 0 15px;
}

.bixol-team-area .bixol-team-container .slick-dots {
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bixol-team-area .bixol-team-container .slick-dots li {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid transparent;
	padding: 3px;
	text-align: center;
	line-height: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-team-area .bixol-team-container .slick-dots li button {
	font-size: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	border-radius: 50%;
	background-color: #8b90a7;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-team-area .bixol-team-container .slick-dots li.slick-active {
	border: 2px solid #232d3d;
}

.bixol-team-area .bixol-team-container .slick-dots li.slick-active button {
	background-color: #232d3d;
}

@media (max-width: 575.98px) {
	.bixol-team-area .bixol-title-area {
		text-align: center;
		padding-left: 0;
	}
	.bixol-team-area .bixol-team-container {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}


/****************************** Case Study ***************************/

.bixol-case-study .bixol-ct-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-repeat: no-repeat;
	padding: 10px 0 40px 0;
}

.bixol-case-study .bixol-ct-left .ct-title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 150px;
}

.bixol-case-study .bixol-ct-left .ct-title sup {
	color: #232d3d;
}

.bixol-case-study .bixol-ct-left .ct-subtitle {
	color: #082680;
	font-size: 22px;
	display: inline-block;
	margin-top: -35px;
	font-weight: bold;
}

.bixol-case-study .bixol-ct-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 80px;
}

.bixol-case-study .bixol-ct-right .bixol-pt-item {
	padding: 30px;
}

.bixol-case-study .bixol-ct-right .bixol-pt-item img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-case-study .bixol-ct-right .bixol-pt-item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.bixol-case-study .bixol-ct-right .grid-item {
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.bixol-case-study .bixol-ct-right .grid-item:nth-child(3) {
	border-right: 0;
}

.bixol-case-study .bixol-ct-right .grid-item:nth-child(4),
.bixol-case-study .bixol-ct-right .grid-item:nth-child(5),
.bixol-case-study .bixol-ct-right .grid-item:nth-child(6) {
	border-bottom: 0;
}

.bixol-case-study .bixol-ct-right .grid-item:nth-child(6) {
	border-right: 0;
}

@media (max-width: 991.98px) {
	.bixol-case-study .bixol-ct-right .bixol-pt-item {
		text-align: center;
	}
	.bixol-case-study .bixol-ct-right .bixol-pt-item img {
		max-width: 100%;
		width: auto;
		display: inline-block;
	}
	.bixol-case-study .bixol-ct-right .grid-item:nth-child(3) {
		border-right: 1px solid #eaeaea;
	}
	.bixol-case-study .bixol-ct-right .grid-item:nth-child(4) {
		border-bottom: 1px solid #eaeaea;
	}
}

@media (max-width: 575.98px) {
	.bixol-case-study .bixol-ct-right .grid-item {
		border-bottom: 0 !important;
		border-right: 0 !important;
	}
	.bixol-case-study .bixol-ct-right .grid-item+.grid-item {
		border-top: 1px solid #eaeaea;
	}
}




/******************** Feedback Section ************************/

.bixol-feedback {
	padding: 100px 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.bixol-feedback .bixol-feedback-top {
	padding: 0 60px 0 100px;
}

@media (max-width: 991.98px) {
	.bixol-feedback .bixol-feedback-top {
		padding: 0;
		text-align: center;
	}
}

@media (max-width: 991.98px) {
	.bixol-feedback .bixol-feedback-top .bf-desc {
		width: 80%;
		margin: auto;
		margin-top: 20px;
	}
}

@media (max-width: 767.98px) {
	.bixol-feedback .bixol-feedback-top .bf-desc {
		width: 100%;
	}
}

.bixol-feedback .bixol-feedback-slider {
	margin-top: 60px;
}

.bixol-feedback .bixol-feedback-slider .feedback-column {
	position: relative;
	background-color: #ffffff;
	padding: 40px 20px 50px 20px;
}

.bixol-feedback .bixol-feedback-slider .feedback-column::after {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	width: 60px;
	height: 60px;
	background-color: #dfe6e7;
	z-index: 2;
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.bixol-feedback .bixol-feedback-slider .feedback-column .quote-icon {
	position: absolute;
	top: -65px;
	left: 20px;
	display: inline-block;
	font-family: 'Playfair Display', serif;
	font-size: 160px;
	font-weight: bold;
	line-height: 0;
	letter-spacing: -13px;
	color: #adb0b4;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-feedback .bixol-feedback-slider .feedback-column .feedback-rating {
	text-align: right;
}

.bixol-feedback .bixol-feedback-slider .feedback-column .feedback-rating span {
	color: #ffc601;
}

.bixol-feedback .bixol-feedback-slider .feedback-column .feedback-client-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 20px;
	position: absolute;
	bottom: -60px;
	left: 40px;
}

.bixol-feedback .bixol-feedback-slider .feedback-column .feedback-client-info .client-thumb {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	position: relative;
}

.bixol-feedback .bixol-feedback-slider .feedback-column .feedback-client-info .client-thumb img {
	border-radius: 50%;
	background-color: #ffffff;
	padding: 4px;
	position: relative;
	z-index: 2;
}

.bixol-feedback .bixol-feedback-slider .feedback-column .feedback-client-info .client-thumb .svg-1 {
	fill: #dfe6e7;
	position: absolute;
	top: -10px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-feedback .bixol-feedback-slider .feedback-column .feedback-client-info .client-thumb .svg-2 {
	fill: #adb0b4;
	position: absolute;
	bottom: -10px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-feedback .bixol-feedback-slider .feedback-column .feedback-client-info .clients-name {
	padding-bottom: 5px;
}

.bixol-feedback .bixol-feedback-slider .feedback-column .feedback-client-info .clients-name h6 {
	color: #3a4268;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}

.bixol-feedback .bixol-feedback-slider .feedback-column .feedback-client-info .clients-name span {
	color: #3a4268;
	font-size: 14px;
}

.bixol-feedback .bixol-feedback-slider .feedback-column:hover .quote-icon {
	color: #232d3d;
}

.bixol-feedback .bixol-feedback-slider .feedback-column:hover .feedback-client-info .client-thumb .svg-1 {
	fill: #fecc0d;
}

.bixol-feedback .bixol-feedback-slider .feedback-column:hover .feedback-client-info .client-thumb .svg-2 {
	fill: #232d3d;
}

.bixol-feedback .bixol-feedback-slider .slick-list {
	padding: 30px 0 100px 0;
	margin: 0 -15px;
}

.bixol-feedback .bixol-feedback-slider .slick-list .slick-slide {
	margin: 0 15px;
}

.bixol-feedback .bixol-feedback-slider .slick-dots {
	position: absolute;
	bottom: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bixol-feedback .bixol-feedback-slider .slick-dots li {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid transparent;
	padding: 3px;
	text-align: center;
	line-height: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-feedback .bixol-feedback-slider .slick-dots li button {
	font-size: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	border-radius: 50%;
	background-color: #8b90a7;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-feedback .bixol-feedback-slider .slick-dots li.slick-active {
	border: 2px solid #232d3d;
}

.bixol-feedback .bixol-feedback-slider .slick-dots li.slick-active button {
	background-color: #232d3d;
}

@media (max-width: 767.98px) {
	.bixol-feedback .bixol-feedback-slider {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}


/************************ Blog Area ******************************/

.bixol-blog-area .bixol-blog-top {
	padding: 0 60px;
	margin-bottom: 60px;
}

@media (max-width: 991.98px) {
	.bixol-blog-area .bixol-blog-top {
		padding: 0;
	}
	.bixol-blog-area .bixol-blog-top .bixol-title-area {
		text-align: center;
	}
}

@media (max-width: 991.98px) {
	.bixol-blog-area .bixol-blog-top .bf-desc {
		width: 80%;
		margin: auto;
		margin-top: 20px;
		text-align: center;
	}
}

@media (max-width: 767.98px) {
	.bixol-blog-area .bixol-blog-top .bf-desc {
		width: 100%;
	}
}

.bixol-blog-area .bixol-blog-slider .bixol-single-blog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 20px 0px rgba(12, 12, 12, 0.16);
	overflow: hidden;
}

.bixol-blog-area .bixol-blog-slider .bixol-single-blog .bixol-img-wrapper {
	position: relative;
}

.bixol-blog-area .bixol-blog-slider .bixol-single-blog .bixol-img-wrapper img {
	width: 270px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-blog-area .bixol-blog-slider .bixol-single-blog .bixol-img-wrapper img:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.bixol-blog-area .bixol-blog-slider .bixol-single-blog .bixol-img-wrapper .bixol-blog-date {
	width: 65px;
	height: 65px;
	border-radius: 3px;
	background-color: #232d3d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 10px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
}

.bixol-blog-area .bixol-blog-slider .bixol-single-blog .bixol-img-wrapper .bixol-blog-date span {
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 20px;
}

.bixol-blog-area .bixol-blog-slider .bixol-single-blog .bixol-blog-content {
	padding-right: 20px;
}

.bixol-blog-area .bixol-blog-slider .bixol-single-blog .bixol-blog-content .bixol-category {
	display: inline-block;
	padding: 3px 6px;
	background-color: #ced4e6;
	font-weight: 500;
	text-transform: uppercase;
	color: #082680;
}

.bixol-blog-area .bixol-blog-slider .bixol-single-blog .bixol-blog-content .bixol-blog-headline {
	margin-top: 20px;
}

.bixol-blog-area .bixol-blog-slider .bixol-single-blog .bixol-blog-content .bixol-blog-headline h5 {
	text-transform: initial;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-blog-area .bixol-blog-slider .bixol-single-blog .bixol-blog-content .bixol-blog-headline h5:hover {
	color: #fecc0d;
}

.bixol-blog-area .bixol-blog-slider .bixol-single-blog .bixol-blog-content .bixol-blog-pera {
	margin-top: 20px;
}

.bixol-blog-area .bixol-blog-slider .bixol-single-blog .bixol-blog-content .bixol-blog-btn a {
	margin-top: 30px;
}

.bixol-blog-area .bixol-blog-slider .slick-list {
	padding: 30px 0;
	margin: 0 -15px;
}

.bixol-blog-area .bixol-blog-slider .slick-list .slick-slide {
	margin: 0 15px;
}

.bixol-blog-area .bixol-blog-slider .slick-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -50px;
}

.bixol-blog-area .bixol-blog-slider .slick-dots li {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid transparent;
	padding: 3px;
	text-align: center;
	line-height: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-blog-area .bixol-blog-slider .slick-dots li button {
	font-size: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	border-radius: 50%;
	background-color: #8b90a7;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-blog-area .bixol-blog-slider .slick-dots li.slick-active {
	border: 2px solid #232d3d;
}

.bixol-blog-area .bixol-blog-slider .slick-dots li.slick-active button {
	background-color: #232d3d;
}

@media (max-width: 1199.98px) {
	.bixol-blog-area .bixol-blog-slider {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767.98px) {
	.bixol-blog-area .bixol-blog-slider {
		max-width: 500px;
	}
	.bixol-blog-area .bixol-blog-slider .bixol-single-blog {
		display: block;
		text-align: center;
		padding: 30px 30px;
	}
	.bixol-blog-area .bixol-blog-slider .bixol-single-blog .bixol-img-wrapper {
		margin-bottom: 20px;
	}
	.bixol-blog-area .bixol-blog-slider .bixol-single-blog .bixol-img-wrapper img {
		max-width: 100%;
		width: auto;
		display: inline-block;
	}
}

.bixol-blog-area .bixol-blog-btn {
	display: inline-block;
}


/************************ Bixol Contact Info ***********************/

.bixol-contact-info .bixol-title-area {
	text-align: center;
}

.bixol-contact-info .bixol-contact-content {
	margin-top: 60px;
}

.bixol-contact-info .bixol-contact-content .bixol-contact-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #eaeaea;
	padding: 30px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
}

.bixol-contact-info .bixol-contact-content .bixol-contact-column .bixol-icon-wrapper i {
	font-size: 40px;
	color: #fecc0d;
}

.bixol-contact-info .bixol-contact-content .bixol-contact-column .column-content {
	margin-left: 20px;
}

.bixol-contact-info .bixol-contact-content .bixol-contact-column .column-content h5 {
	margin-bottom: 5px;
}

.bixol-contact-info .bixol-contact-content .bixol-contact-column:hover {
	-webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
}

@media (max-width: 767.98px) {
	.bixol-contact-info .bixol-contact-content .bixol-contact-column {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
}


/******************* Google Map ****************/

.bixol-footer-top iframe {
	width: 100%;
	height: 275px;
}


/************ About Page - ok *************/

.bixol-about-section .bixol-ab-left {
	text-align: center;
}

.bixol-about-section .bixol-ab-left .img-wrapper {
	position: relative;
	display: inline-block;
}

.bixol-about-section .bixol-ab-left .img-wrapper img {
	max-width: 100%;
	width: auto;
	display: inline-block;
}

.bixol-about-section .bixol-ab-left .img-wrapper .banner-content {
	width: 120px;
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 10px;
	position: absolute;
	top: -30px;
	right: -50px;
	text-align: center;
}

.bixol-about-section .bixol-ab-left .img-wrapper .banner-content h3 {
	color: #ffffff;
	margin-bottom: 5px;
	position: relative;
	z-index: 10;
}

.bixol-about-section .bixol-ab-left .img-wrapper .banner-content p {
	color: #ffffff;
	font-size: 13px;
	line-height: 1;
	position: relative;
	z-index: 10;
}

.bixol-about-section .bixol-ab-left .img-wrapper .banner-content .banner-svg-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #232d3d;
	-webkit-clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
	clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
	z-index: 2;
	border-radius: 15px 25px 25px 15px;
}

.bixol-about-section .bixol-ab-left .img-wrapper .banner-content .banner-svg-2 {
	position: absolute;
	top: 8px;
	left: -8px;
	width: 100%;
	height: 100%;
	background-color: #fecc0d;
	-webkit-clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
	clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
	z-index: 1;
	border-radius: 15px 25px 25px 15px;
}

@media (max-width: 575.98px) {
	.bixol-about-section .bixol-ab-left .img-wrapper .banner-content {
		right: 0;
	}
}

.ab-service-section {
	padding: 100px 0 120px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.ab-service-section .ab-service-top {
	padding: 0 60px;
}

@media (max-width: 991.98px) {
	.ab-service-section .ab-service-top .bf-desc {
		margin-top: 20px;
	}
}

@media (max-width: 767.98px) {
	.ab-service-section .ab-service-top {
		padding: 0;
		text-align: center;
	}
}

.ab-service-section .ab-service-slider .bixol-service-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
}

.ab-service-section .ab-service-slider .bixol-service-item .bixol-icon-wrapper span {
	width: 80px;
	height: 80px;
	color: #ffffff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	font-size: 30px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.ab-service-section .ab-service-slider .bixol-service-item .bixol-icon-wrapper span::before {
	content: '';
	position: absolute;
	left: -5px;
	bottom: -5px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fecc0d;
	z-index: 2;
}

.ab-service-section .ab-service-slider .bixol-service-item .bixol-icon-wrapper span i {
	background-color: #082680;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.ab-service-section .ab-service-slider .bixol-service-item .bixol-service-content {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 20px 0px rgba(12, 12, 12, 0.16);
	padding: 35px 35px 35px 50px;
	margin-left: -50px;
	position: relative;
	z-index: 1;
}

.ab-service-section .ab-service-slider .bixol-service-item .bixol-service-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/home1/sr-item-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.ab-service-section .ab-service-slider .bixol-service-item .bixol-service-content h5 {
	margin-bottom: 6px;
}

.ab-service-section .ab-service-slider .bixol-service-item:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.ab-service-section .ab-service-slider .bixol-service-item:hover .bixol-icon-wrapper span i {
	background-color: #ffffff;
	color: #082680;
}

.ab-service-section .ab-service-slider .bixol-service-item:hover .bixol-service-content::before {
	opacity: 1;
}

.ab-service-section .ab-service-slider .bixol-service-item:hover .bixol-service-content h5 {
	color: #ffffff;
}

.ab-service-section .ab-service-slider .bixol-service-item:hover .bixol-service-content p {
	color: #ffffff;
}

.ab-service-section .ab-service-slider .slick-list {
	padding: 30px 0;
	margin: 0 -15px;
}

.ab-service-section .ab-service-slider .slick-list .slick-slide {
	margin: 0 15px;
}

.ab-service-section .ab-service-slider .slick-dots {
	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ab-service-section .ab-service-slider .slick-dots li {
	display: inline-block;
	margin-right: 6px;
}

.ab-service-section .ab-service-slider .slick-dots li button {
	width: 15px;
	height: 15px;
	font-size: 0;
	padding: 0;
	border-radius: 50%;
	background-color: #8b90a7;
	border: 1px solid transparent;
	padding: 5px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.ab-service-section .ab-service-slider .slick-dots li.slick-active button {
	width: 18px;
	height: 18px;
	background-color: #fecc0d;
	border: 1px solid #232d3d;
}

@media (max-width: 991.98px) {
	.ab-service-section .ab-service-slider {
		margin-top: 20px;
	}
}

@media (max-width: 767.98px) {
	.ab-service-section .ab-service-slider {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}




/********** Services Page - ok ************/

.srv2-service-section .srv2-item {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	padding: 40px;
	text-align: center;
	border-radius: 6px;
	position: relative;
	margin-bottom: 50px;
}

.srv2-service-section .srv2-item .img-wrapper {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: inline-block;
	border: 2px dashed #232d3d;
	overflow: hidden;
	padding: 15px;
}

.srv2-service-section .srv2-item .srv2-service-content h5 {
	margin-top: 20px;
	position: relative;
}

.srv2-service-section .srv2-item .srv2-service-content h5::after {
	content: '';
	width: 50px;
	height: 3px;
	background-color: #fecc0d;
	position: absolute;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.srv2-service-section .srv2-item .srv2-service-content p {
	margin-top: 30px;
}

.srv2-service-section .srv2-item .srv2-hover-item {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) scale(0.9);
	-ms-transform: translateY(-50%) scale(0.9);
	transform: translateY(-50%) scale(0.9);
	padding: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	border-radius: 6px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.srv2-service-section .srv2-item .srv2-hover-item::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(6, 31, 104, 0.89);
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 6px;
}

.srv2-service-section .srv2-item .srv2-hover-item .img-wrapper {
	background-color: #fecc0d;
	border: 2px solid #fecc0d;
}

.srv2-service-section .srv2-item .srv2-hover-item .srv2-service-content h5 {
	color: #ffffff;
}

.srv2-service-section .srv2-item .srv2-hover-item .srv2-service-content p {
	color: #ffffff;
}

.srv2-service-section .srv2-item .srv2-hover-item .srv2-service-content a.srv2-readmore-btn {
	margin-top: 20px;
	display: inline-block;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.srv2-service-section .srv2-item .srv2-hover-item .srv2-service-content a.srv2-readmore-btn i {
	color: #fecc0d;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.srv2-service-section .srv2-item .srv2-hover-item .srv2-service-content a.srv2-readmore-btn:hover {
	color: #232d3d;
	-webkit-transform: translateX(-2px);
	-ms-transform: translateX(-2px);
	transform: translateX(-2px);
}

.srv2-service-section .srv2-item .srv2-hover-item .srv2-service-content a.srv2-readmore-btn:hover i {
	color: #232d3d;
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
}

.srv2-service-section .srv2-item:hover .srv2-hover-item {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.srv2-service-section .srv2-item:hover .srv2-hover-item .img-wrapper {
	-webkit-animation: .3s ct_fadeInDown linear;
	animation: .3s ct_fadeInDown linear;
}

.srv2-service-section .srv2-item:hover .srv2-hover-item .srv2-service-content h5 {
	-webkit-animation: 0.5s ct_fadeInUp linear;
	animation: 0.5s ct_fadeInUp linear;
}

.srv2-service-section .srv2-item:hover .srv2-hover-item .srv2-service-content p {
	-webkit-animation: 0.7s ct_fadeInUp linear;
	animation: 0.7s ct_fadeInUp linear;
}

.srv2-service-section .srv2-item:hover .srv2-hover-item .srv2-service-content a {
	-webkit-animation: 1s ct_fadeInUp linear;
	animation: 1s ct_fadeInUp linear;
}

.srv2-feedback-area {
	background-size: cover;
	background-repeat: no-repeat;
}

.srv2-feedback-area .srv2-feedback-top {
	padding: 0 100px;
}

@media (max-width: 991.98px) {
	.srv2-feedback-area .srv2-feedback-top {
		padding: 0 30px;
		text-align: center;
	}
	.srv2-feedback-area .srv2-feedback-top .bf-desc {
		margin-top: 20px;
	}
}

@media (max-width: 575.98px) {
	.srv2-feedback-area .srv2-feedback-top {
		padding: 0;
	}
}

.srv2-feedback-area .srv2-feedback-wrapper {
	margin-top: 40px;
}

.srv2-feedback-area .srv2-feedback-wrapper .feedback-single {
	background-color: #ffffff;
	padding: 40px;
	padding-top: 45px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 20px 0px rgba(12, 12, 12, 0.16);
	border-radius: 10px;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	overflow: hidden;
	margin-bottom: 50px;
}

.srv2-feedback-area .srv2-feedback-wrapper .feedback-single::before {
	content: '';
	width: 0;
	height: 5px;
	background-color: #232d3d;
	border-radius: 25px 25px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.srv2-feedback-area .srv2-feedback-wrapper .feedback-single .srv2-clients-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}

.srv2-feedback-area .srv2-feedback-wrapper .feedback-single .srv2-clients-info .clients-thumb span {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fecc0d), to(#ffffff));
	background-image: -webkit-linear-gradient(bottom, #fecc0d 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #fecc0d 0%, #ffffff 100%);
	background-image: linear-gradient(0deg, #fecc0d 0%, #ffffff 100%);
	padding: 3px;
	border-radius: 50%;
}

.srv2-feedback-area .srv2-feedback-wrapper .feedback-single .srv2-clients-info .clients-thumb span img {
	border-radius: 50%;
	padding: 6px;
	background-color: #ffffff;
}

.srv2-feedback-area .srv2-feedback-wrapper .feedback-single .srv2-clients-info .clients-info span {
	color: #3a4268;
	font-weight: 500;
	margin-top: 3px;
	display: inline-block;
}

.srv2-feedback-area .srv2-feedback-wrapper .feedback-single:hover {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.srv2-feedback-area .srv2-feedback-wrapper .feedback-single:hover::before {
	width: 100%;
	left: 0;
	right: auto;
}

.srv2-feedback-area .srv2-feedback-wrapper .slick-list {
	padding: 30px 0;
	margin: 0 -15px;
}

.srv2-feedback-area .srv2-feedback-wrapper .slick-list .slick-slide {
	margin: 0 15px;
}

.srv2-feedback-area .srv2-feedback-wrapper .slick-dots {
	position: absolute;
	bottom: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.srv2-feedback-area .srv2-feedback-wrapper .slick-dots li {
	display: inline-block;
}

.srv2-feedback-area .srv2-feedback-wrapper .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid transparent;
	padding: 0;
	font-size: 0;
	margin-right: 5px;
	background-color: #8b90a7;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.srv2-feedback-area .srv2-feedback-wrapper .slick-dots li.slick-active button {
	background-color: #fecc0d;
	border: 2px solid #232d3d;
	width: 15px;
	height: 15px;
}

@media (max-width: 767.98px) {
	.srv2-feedback-area .srv2-feedback-wrapper.srv2-feedback-slider {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

.srv2-feedback-area .load-more-btn {
	text-align: center;
}

.srv2-feedback-area .load-more-btn a {
	padding: 10px 35px;
	display: inline-block;
	text-align: center;
	background-color: #232d3d;
	color: #ffffff;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	border-radius: 30px;
	font-size: 15px;
}










/********************* Blog Aea - ok *****************/

.h4-blog-area .h4-blogs {
	margin-top: 60px;
}

.h4-blog-area .h4-blogs .h4-blog-column {
	-webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
}

.h4-blog-area .h4-blogs .h4-blog-column .thumb-wrapper {
	position: relative;
	overflow: hidden;
}

.h4-blog-area .h4-blogs .h4-blog-column .thumb-wrapper img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.h4-blog-area .h4-blogs .h4-blog-column .thumb-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: 2;
}

.h4-blog-area .h4-blogs .h4-blog-column .thumb-wrapper::after {
	content: '';
	position: absolute;
	left: -130px;
	top: 0;
	width: 100px;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}

.h4-blog-area .h4-blogs .h4-blog-column .blog-content {
	padding: 25px;
}

.h4-blog-area .h4-blogs .h4-blog-column .blog-content .blog-date {
	width: 80px;
	height: 80px;
	background-color: #232d3d;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: -80px;
	position: relative;
	z-index: 2;
}

.h4-blog-area .h4-blogs .h4-blog-column .blog-content .blog-date .title {
	font-size: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}

.h4-blog-area .h4-blogs .h4-blog-column .blog-content .blog-date .subtitle {
	margin-top: -6px;
}

.h4-blog-area .h4-blogs .h4-blog-column .blog-content .blog-meta {
	height: 20px;
	margin-top: 20px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.h4-blog-area .h4-blogs .h4-blog-column .blog-content .blog-meta span {
	text-transform: uppercase;
	color: #232d3d;
	font-size: 13px;
}

.h4-blog-area .h4-blogs .h4-blog-column .blog-content .blog-meta span+span {
	margin-left: 30px;
	position: relative;
}

.h4-blog-area .h4-blogs .h4-blog-column .blog-content .blog-meta span+span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	width: 1px;
	height: 20px;
	background-color: #232d3d;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.h4-blog-area .h4-blogs .h4-blog-column .blog-content .h4-headline {
	margin-top: 10px;
}

.h4-blog-area .h4-blogs .h4-blog-column .blog-content .h4-headline h4 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.h4-blog-area .h4-blogs .h4-blog-column .blog-content .h4-headline h4:hover {
	color: #232d3d;
}

.h4-blog-area .h4-blogs .h4-blog-column .blog-content .seperator {
	display: block;
	width: 100%;
	height: 2px;
	background-color: rgba(25, 25, 25, 0.09);
	margin-top: 12px;
	margin-bottom: 15px;
	position: relative;
}

.h4-blog-area .h4-blogs .h4-blog-column .blog-content .seperator::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 45px;
	height: 4px;
	background-color: #8cd102;
}

.h4-blog-area .h4-blogs .h4-blog-column .blog-content .readmore-btn {
	height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.h4-blog-area .h4-blogs .h4-blog-column .blog-content .readmore-btn a {
	margin-top: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: underline;
	color: #232d3d;
}

.h4-blog-area .h4-blogs .h4-blog-column .blog-content .readmore-btn a span {
	margin-left: 3px;
}

.h4-blog-area .h4-blogs .h4-blog-column:hover {
	-webkit-box-shadow: 0px 23px 29px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 23px 29px 0px rgba(0, 0, 0, 0.18);
}

.h4-blog-area .h4-blogs .h4-blog-column:hover .thumb-wrapper::before {
	opacity: 0;
	visibility: hidden;
}

.h4-blog-area .h4-blogs .h4-blog-column:hover .thumb-wrapper::after {
	-webkit-animation: 800ms shine;
	animation: 800ms shine;
}

.h4-blog-area .h4-blogs .h4-blog-column:hover .thumb-wrapper img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.h4-blog-area .h4-blogs .h4-blog-column:hover .blog-content .blog-meta {
	height: 0;
	margin-top: 3px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.h4-blog-area .h4-blogs .h4-blog-column:hover .blog-content .readmore-btn {
	height: 36px;
}

@media (max-width: 767.98px) {
	.h4-blog-area .h4-blogs .h4-blog-column {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

.h4-blog-area .h4-blogs .view-all-btn {
	text-align: center;
	margin-top: 20px;
}

.h4-blog-area .h4-blogs .view-all-btn a {
	padding: 15px 15px 15px 30px;
	background-color: #232d3d;
	display: inline-block;
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.h4-blog-area .h4-blogs .view-all-btn a span {
	margin-left: 15px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background-color: #ffffff;
	color: #232d3d;
	display: inline-block;
}

.h4-blog-area .h4-blogs .view-all-btn a:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	top: 0;
	left: -60px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: -1;
}

.h4-blog-area .h4-blogs .view-all-btn a:hover {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.h4-blog-area .h4-blogs .view-all-btn a:hover:before {
	-webkit-animation: 800ms shine;
	animation: 800ms shine;
}

.h5-service-area .h4-service-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border-radius: 3px;
	border: 1px solid #eaeaea;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
}

.h5-service-area .h4-service-column::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 3px;
	background-color: #232d3d;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.h5-service-area .h4-service-column .icon-wrapper span {
	width: 90px;
	height: 90px;
	background-color: #f0f1f3;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 40px;
	border-radius: 50%;
}

.h5-service-area .h4-service-column .icon-wrapper span img {
	width: auto;
}

.h5-service-area .h4-service-column .service-content h5 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.h5-service-area .h4-service-column .service-content p {
	font-size: 15px;
	margin-top: 6px;
}

.h5-service-area .h4-service-column:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
}

.h5-service-area .h4-service-column:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}

.h5-service-area .h4-service-column:hover .service-content h5 {
	color: #232d3d;
}





/****************** Home5 Portfolio Area - ok ***********************/

.home5-portfolio-area {
	background-color: #f5f3f3;
	height: 400px;
	overflow: visible;
}

.home5-portfolio-area .title-style-3 .bixol-subtitle {
	color: #232d3d;
	font-weight: bold;
	font-size: 33px;
}

.home5-portfolio-area .title-style-3 h3 {
	color: #232d3d;
}

.home5-portfolio-area .bf-desc {
	padding-left: 20px;
}

.home5-portfolio-area .bf-desc p {
	color: #232d3d;
}

.home5-portfolio-area .home5-portfolio-slider {
	position: relative;
	z-index: 10;
}

.home5-portfolio-area .home5-portfolio-slider .portfolio-single {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	background-color: #ffffff;
}

.home5-portfolio-area .home5-portfolio-slider .portfolio-single .img-wrapper {
	position: relative;
	
	overflow: hidden;
}

.home5-portfolio-area .home5-portfolio-slider .portfolio-single .img-wrapper .overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.home5-portfolio-area .home5-portfolio-slider .portfolio-single .img-wrapper .overlay a {
	width: 60px;
	height: 60px;
	background-color: #232d3d;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.home5-portfolio-area .home5-portfolio-slider .portfolio-single .img-wrapper .overlay a:hover {
	-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.32);
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.32);
}

.home5-portfolio-area .home5-portfolio-slider .portfolio-single .portfolio-bottom {
	padding: 20px;
	border: 1px solid #eaeaea;
	border-top: 0;
}

.home5-portfolio-area .home5-portfolio-slider .portfolio-single .portfolio-bottom h5 {
	text-transform: capitalize;
}

.home5-portfolio-area .home5-portfolio-slider .portfolio-single .portfolio-bottom .subtitle {
	margin-top: 6px;
	height: 22px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.home5-portfolio-area .home5-portfolio-slider .portfolio-single .portfolio-bottom .subtitle span {
	color: #555555;
}

.home5-portfolio-area .home5-portfolio-slider .portfolio-single .portfolio-bottom .readmore-btn {
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.home5-portfolio-area .home5-portfolio-slider .portfolio-single .portfolio-bottom .readmore-btn a {
	color: #232d3d;
	display: inline-block;
	margin-top: 6px;
	font-weight: 700;
}

.home5-portfolio-area .home5-portfolio-slider .portfolio-single .portfolio-bottom .readmore-btn a span {
	width: 25px;
	height: 25px;
	background-color: #232d3d;
	display: inline-block;
	border-radius: 50%;
	color: #ffffff;
	font-size: 12px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 6px;
}

.home5-portfolio-area .home5-portfolio-slider .portfolio-single:hover {
	-webkit-box-shadow: 0px 15px 15px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 15px 15px 0px rgba(12, 12, 12, 0.16);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.home5-portfolio-area .home5-portfolio-slider .portfolio-single:hover .img-wrapper .overlay {
	opacity: 1;
	visibility: visible;
}

.home5-portfolio-area .home5-portfolio-slider .portfolio-single:hover .img-wrapper .overlay a {
	-webkit-animation: 0.5s fadeInDown;
	animation: 0.5s fadeInDown;
}

.home5-portfolio-area .home5-portfolio-slider .portfolio-single:hover .portfolio-bottom .subtitle {
	height: 0;
}

.home5-portfolio-area .home5-portfolio-slider .portfolio-single:hover .portfolio-bottom .readmore-btn {
	height: 40px;
}

.home5-portfolio-area .home5-portfolio-slider .slick-list {
	margin: 0 -15px;
	padding: 40px 0;
}

.home5-portfolio-area .home5-portfolio-slider .slick-list .slick-slide {
	margin: 0 15px;
}

.home5-portfolio-area .home5-portfolio-slider .slick-arrow {
	position: absolute;
	top: -80px;
	right: 0;
	width: 60px;
	height: 60px;
	padding: 0;
	border-radius: 50%;
	border: 0;
	background-color: #232d3d;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.home5-portfolio-area .home5-portfolio-slider .slick-arrow:hover {
	background-color: #494949;
}

.home5-portfolio-area .home5-portfolio-slider .slick-arrow.prev-btn {
	right: 80px;
}

@media (max-width: 991.98px) {
	.home5-portfolio-area {
		height: auto;
		padding-bottom: 60px;
	}
	.home5-portfolio-area .title-style-3 {
		text-align: center;
	}
	.home5-portfolio-area .bf-desc {
		padding-left: 0;
		text-align: center;
		margin-top: 20px;
	}
	.home5-portfolio-area .home5-portfolio-slider {
		margin-top: 100px;
	}
	.home5-portfolio-area .home5-portfolio-slider .slick-arrow {
		top: -60px;
		right: auto;
		left: calc(50%);
		-webkit-transform: translateX(-86%);
		-ms-transform: translateX(-86%);
		transform: translateX(-86%);
		z-index: 10;
	}
	.home5-portfolio-area .home5-portfolio-slider .slick-arrow.next-btn {
		left: calc(50% + 75px);
	}
}

@media (max-width: 767.98px) {
	.home5-portfolio-area .home5-portfolio-slider {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}




/************* About Section - ok *******************/

.home6-about-section {
	position: relative;
}

.home6-about-section .drop-shape {
	position: absolute;
	left: 0;
	top: -50%;
	display: inline-block;
}

.home6-about-section .about-right .about-list {
	margin-top: 30px;
}

.home6-about-section .about-right .about-list .item {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	color: #001c8f;
	font-size: 14px;
	margin-bottom: 10px;
	display: inline-block;
}

.home6-about-section .about-right .about-list .item i {
	margin-right: 10px;
	font-size: 18px;
	color: #628dfb;
}

.home6-about-section .about-right .home6-primary-btn {
	margin-top: 30px;
}

@media (max-width: 991.98px) {
	.home6-about-section .about-left img {
		max-width: 100%;
		width: auto;
	}
	.home6-about-section .about-right {
		margin-top: 60px;
	}
}


/********************* Servies Details ******************************/

.service-details .sr-sidebar .sidebar-widget+.sidebar-widget {
	margin-top: 60px;
}

.service-details .sr-sidebar .sr-list-widget {
	position: relative;
	padding: 0;
}

.service-details .sr-sidebar .sr-list-widget::after {
	content: '';
	position: absolute;
	left: 00px;
	top: 0;
	width: 100%;
	height: 6px;
	background-color: #22d3ee;
}

.service-details .sr-sidebar .sr-list-widget .widget-title {
	padding: 30px 0;
}

.service-details .sr-sidebar .sr-list-widget .list-nav ul li+li a {
	border-top: 1px solid #eaeaea;
	margin-top: 1px;
}

.service-details .sr-sidebar .sr-list-widget .list-nav ul li a {
	color: #0431b8;
	display: block;
	padding: 14px 16px;
	font-weight: 600;
	font-size: 15px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
}

.service-details .sr-sidebar .sr-list-widget .list-nav ul li a::after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 0px;
	top: 15px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.service-details .sr-sidebar .sr-list-widget .list-nav ul li a.active {
	background-color: #0431b8;
	color: #ffffff;
}

.service-details .sr-sidebar .sr-list-widget .list-nav ul li a.active::after {
	right: 10px;
	opacity: 1;
}

.service-details .sr-sidebar .sr-list-widget .list-nav ul li a:hover {
	background-color: #0431b8;
	color: #ffffff;
}

.service-details .sr-sidebar .sr-list-widget .list-nav ul li a:hover::after {
	right: 10px;
	opacity: 1;
}

.service-details .sr-sidebar .sr-list-widget .list-nav ul li:first-child a {
	border-radius: 5px 5px 0 0;
}

.service-details .sr-sidebar .sr-list-widget .list-nav ul li:last-child a {
	border-radius: 0 0 5px 5px;
}

.service-details .sr-sidebar .sr-btn-widget {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 20px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.service-details .sr-sidebar .sr-btn-widget::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 21, 85, 0.6);
	z-index: -1;
}

.service-details .sr-sidebar .sr-btn-widget span {
	color: #22d3ee;
}

.service-details .sr-sidebar .sr-btn-widget h5 {
	color: #ffffff;
}

.service-details .sr-sidebar .sr-btn-widget .download-btns {
	margin-top: 20px;
}

.service-details .sr-sidebar .sr-btn-widget .download-btns a {
	width: 100%;
	display: block;
	background-color: #22d3ee;
	color: #ffffff;
	font-size: 15px;
	padding: 12px 20px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.service-details .sr-sidebar .sr-btn-widget .download-btns a span {
	color: #0431b8;
	float: right;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.service-details .sr-sidebar .sr-btn-widget .download-btns a.btn-2 {
	margin-top: 20px;
	background-color: #ffffff;
	color: #082680;
}

.service-details .sr-sidebar .sr-btn-widget .download-btns a:hover {
	background-color: #0431b8;
	color: #ffffff;
}

.service-details .sr-sidebar .sr-btn-widget .download-btns a:hover span {
	color: #ffffff;
}

@media (max-width: 991.98px) {
	.service-details .sr-sidebar {
		max-width: 300px;
	}
}

@media (max-width: 575.98px) {
	.service-details .sr-sidebar {
		margin-left: auto;
		margin-right: auto;
	}
}

.service-details .sr-details-content {
	padding-left: 30px;
}

.service-details .sr-details-content .title-txt.has-devider h3 {
	position: relative;
	display: inline-block;
}

.service-details .sr-details-content .title-txt.has-devider h3::after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -115px;
	width: 100px;
	height: 3px;
	background-color: #22d3ee;
}

.service-details .sr-details-content .sr-details-bottom .srd-list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.service-details .sr-details-content .sr-details-bottom .srd-list ul li i {
	margin-top: 3px;
	color: #0431b8;
}

.service-details .sr-details-content .sr-details-bottom .srd-list ul li+li {
	margin-top: 20px;
}

.service-details .sr-details-content .sr-details-bottom .srd-right-img {
	text-align: right;
}

.service-details .sr-details-content .sr-details-bottom .srd-right-img img {
	max-width: 100%;
	width: auto;
	display: inline-block;
}

.service-details .sr-details-content .sr-details-slider {
	margin-top: 30px;
}

.service-details .sr-details-content .sr-details-slider .bixol-service-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
}

.service-details .sr-details-content .sr-details-slider .bixol-service-item .bixol-icon-wrapper span {
	width: 80px;
	height: 80px;
	color: #ffffff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	font-size: 30px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.service-details .sr-details-content .sr-details-slider .bixol-service-item .bixol-icon-wrapper span::before {
	content: '';
	position: absolute;
	left: -5px;
	bottom: -5px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #22d3ee;
	z-index: 2;
}

.service-details .sr-details-content .sr-details-slider .bixol-service-item .bixol-icon-wrapper span i {
	background-color: #082680;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.service-details .sr-details-content .sr-details-slider .bixol-service-item .bixol-service-content {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 20px 0px rgba(12, 12, 12, 0.16);
	padding: 35px 35px 35px 50px;
	margin-left: -50px;
	position: relative;
	z-index: 1;
}

.service-details .sr-details-content .sr-details-slider .bixol-service-item .bixol-service-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/home1/sr-item-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.service-details .sr-details-content .sr-details-slider .bixol-service-item .bixol-service-content h5 {
	margin-bottom: 6px;
}

.service-details .sr-details-content .sr-details-slider .bixol-service-item:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.service-details .sr-details-content .sr-details-slider .bixol-service-item:hover .bixol-icon-wrapper span i {
	background-color: #ffffff;
	color: #082680;
}

.service-details .sr-details-content .sr-details-slider .bixol-service-item:hover .bixol-service-content::before {
	opacity: 1;
}

.service-details .sr-details-content .sr-details-slider .bixol-service-item:hover .bixol-service-content h5 {
	color: #ffffff;
}

.service-details .sr-details-content .sr-details-slider .bixol-service-item:hover .bixol-service-content p {
	color: #ffffff;
}

.service-details .sr-details-content .sr-details-slider .slick-list {
	padding: 30px 0;
	margin: 0 -15px;
}

.service-details .sr-details-content .sr-details-slider .slick-list .slick-slide {
	margin: 0 15px;
}

.service-details .sr-details-content .sr-details-slider .slick-arrow {
	position: absolute;
	top: 50%;
	left: -40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 0;
	background-color: #cddae6;
	font-size: 14px;
	color: #082680;
	text-align: center;
	line-height: 30px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.service-details .sr-details-content .sr-details-slider .slick-arrow.next-btn {
	right: -40px;
	left: auto;
}

.service-details .sr-details-content .sr-details-slider .slick-arrow:hover {
	color: #ffffff;
	background-color: #0431b8;
}

@media (max-width: 991.98px) {
	.service-details .sr-details-content {
		padding-left: 0;
		margin-top: 60px;
	}
	.service-details .sr-details-content .sr-details-slider {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.service-details .sr-details-content .srd-right-img {
		margin-top: 30px;
	}
}

@media (max-width: 767.98px) {
	.service-details .sr-details-content .sr-details-slider {
		max-width: 500px;
	}
}

.portfolio-area .pf-top {
	padding: 0 80px;
}

@media (max-width: 991.98px) {
	.portfolio-area .pf-top {
		text-align: center;
	}
	.portfolio-area .pf-top .bf-desc {
		margin-top: 20px;
	}
}

.portfolio-area .portfolio-filter {
	margin-top: 60px;
}

.portfolio-area .portfolio-filter .controls {
	text-align: right;
}

.portfolio-area .portfolio-filter .controls ul li {
	display: inline-block;
	color: #8b90a7;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in;
}

.portfolio-area .portfolio-filter .controls ul li.active {
	color: #082680;
}

.portfolio-area .portfolio-filter .controls ul li.active::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 8px;
	height: 8px;
	background-color: #0431b8;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.portfolio-area .portfolio-filter .controls ul li+li {
	margin-left: 15px;
}

@media (max-width: 991.98px) {
	.portfolio-area .portfolio-filter .controls {
		text-align: center;
	}
	.portfolio-area .portfolio-filter .controls ul li {
		margin-bottom: 30px;
	}
}

.portfolio-area .portfolio-filter .filter-items {
	margin-top: 50px;
}

.portfolio-area .portfolio-filter .filter-items .filter-item {
	position: relative;
	margin-bottom: 30px;
}

.portfolio-area .portfolio-filter .filter-items .filter-item .pf-item-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 30, 121, 0.7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.portfolio-area .portfolio-filter .filter-items .filter-item .pf-item-content a.plus-icon {
	width: 40px;
	height: 40px;
	background-color: #22d3ee;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.portfolio-area .portfolio-filter .filter-items .filter-item .pf-item-content a.plus-icon:hover {
	-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}

.portfolio-area .portfolio-filter .filter-items .filter-item .pf-item-content h6 {
	color: #ffffff;
	margin-top: 20px;
}

.portfolio-area .portfolio-filter .filter-items .filter-item .pf-item-content .devider {
	width: 80px;
	height: 3px;
	background-color: #22d3ee;
	display: inline-block;
	margin-top: 20px;
}

.portfolio-area .portfolio-filter .filter-items .filter-item:hover .pf-item-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.portfolio-area .portfolio-filter .filter-items .filter-item:hover .pf-item-content a {
	-webkit-animation: 0.5s ct_fadeInDown linear;
	animation: 0.5s ct_fadeInDown linear;
}

.portfolio-area .portfolio-filter .filter-items .filter-item:hover .pf-item-content h6 {
	-webkit-animation: 0.7s ct_fadeInUp linear;
	animation: 0.7s ct_fadeInUp linear;
}

.portfolio-area .portfolio-filter .filter-items .filter-item:hover .pf-item-content .devider {
	-webkit-animation: 0.9s ct_fadeInUp linear;
	animation: 0.9s ct_fadeInUp linear;
}

@media (max-width: 991.98px) {
	.portfolio-area .portfolio-filter .filter-items {
		margin-top: 20px;
	}
}

.portfolio-area .portfolio-filter .bixol-pagination {
	text-align: center;
	margin-top: 30px;
}

.portfolio-area .portfolio-filter .bixol-pagination ul {
	display: inline-block;
}

.portfolio-area .portfolio-filter .bixol-pagination ul li {
	display: inline-block;
}

.portfolio-area .portfolio-filter .bixol-pagination ul li a {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: #e8eaf3;
	display: inline-block;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.portfolio-area .portfolio-filter .bixol-pagination ul li a.active {
	background-color: #0431b8;
	color: #ffffff;
}

.portfolio-area .portfolio-filter .bixol-pagination ul li a:hover {
	background-color: #0431b8;
	color: #ffffff;
}

.portfolio-area .portfolio-filter .bixol-pagination ul li+li {
	margin-left: 4px;
}

/************* Blog Page ****************/

.blog-content-section {
	background-color: #eceef4;
	position: relative;
	z-index: 1;
}

.blog-content-section .star-object {
	position: absolute;
	top: 200px;
	left: 100px;
	z-index: -1;
}

.blog-content-section .blog-posts {
	padding-right: 20px;
}

.blog-content-section .blog-posts .blog-single-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
}

.blog-content-section .blog-posts .blog-single-post+.blog-single-post {
	margin-top: 60px;
}

.blog-content-section .blog-posts .blog-single-post .bixol-img-wrapper {
	position: relative;
}

.blog-content-section .blog-posts .blog-single-post .bixol-img-wrapper img {
	max-width: 270px;
	width: auto;
}

.blog-content-section .blog-posts .blog-single-post .bixol-img-wrapper .bixol-blog-date {
	width: 65px;
	height: 65px;
	border-radius: 3px;
	background-color: #0431b8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 10px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
}

.blog-content-section .blog-posts .blog-single-post .bixol-img-wrapper .bixol-blog-date span {
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 20px;
}

.blog-content-section .blog-posts .blog-single-post .bixol-blog-content {
	padding-right: 20px;
}

.blog-content-section .blog-posts .blog-single-post .bixol-blog-content .bixol-category {
	display: inline-block;
	padding: 3px 6px;
	background-color: #ced4e6;
	font-weight: 500;
	text-transform: uppercase;
	color: #082680;
}

.blog-content-section .blog-posts .blog-single-post .bixol-blog-content .bixol-blog-headline {
	margin-top: 20px;
}

.blog-content-section .blog-posts .blog-single-post .bixol-blog-content .bixol-blog-headline h5 {
	text-transform: initial;
	position: relative;
	display: inline-block;
}

.blog-content-section .blog-posts .blog-single-post .bixol-blog-content .bixol-blog-headline h5::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #082680;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.blog-content-section .blog-posts .blog-single-post .bixol-blog-content .bixol-blog-pera {
	margin-top: 20px;
}

.blog-content-section .blog-posts .blog-single-post .bixol-blog-content .bixol-blog-btn a {
	margin-top: 30px;
}

.blog-content-section .blog-posts .blog-single-post:hover .bixol-blog-content .bixol-blog-headline h5::after {
	width: 100%;
}

.blog-content-section .bixol-pagination {
	margin-top: 30px;
}

.blog-content-section .bixol-pagination ul li {
	display: inline-block;
}

.blog-content-section .bixol-pagination ul li a {
	width: 35px;
	height: 35px;
	background-color: #ffffff;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 2px;
	color: #0431b8;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-right: 5px;
}

.blog-content-section .bixol-pagination ul li a:hover {
	background-color: #0431b8;
	color: #ffffff;
}

.blog-content-section .bixol-pagination ul li a.active {
	background-color: #0431b8;
	color: #ffffff;
}

.blog-content-section .blog-sidebar .sidebar-widget {
	position: relative;
}

.blog-content-section .blog-sidebar .sidebar-widget::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 6px;
	background-color: #22d3ee;
}

.blog-content-section .blog-sidebar .sidebar-widget .widget-title {
	padding: 15px 0;
}

.blog-content-section .blog-sidebar .sidebar-widget .widget-title h5 {
	position: relative;
	display: inline-block;
}

.blog-content-section .blog-sidebar .sidebar-widget .widget-title h5::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 3px;
	background-color: #22d3ee;
}

.blog-content-section .blog-sidebar .sidebar-widget.no-border::after {
	display: none;
}

.blog-content-section .blog-sidebar .sidebar-widget+.sidebar-widget {
	margin-top: 20px;
}

.blog-content-section .blog-sidebar .author-widget {
	position: relative;
	border-radius: 3px;
	z-index: 1;
	text-align: center;
	padding: 40px 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.blog-content-section .blog-sidebar .author-widget::before {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background-color: rgba(0, 21, 85, 0.6);
	z-index: -1;
	border-radius: 3px;
}

.blog-content-section .blog-sidebar .author-widget .dot-1 {
	position: absolute;
	left: -10px;
	top: 10px;
}

.blog-content-section .blog-sidebar .author-widget .dot-2 {
	position: absolute;
	bottom: 10px;
	right: -10px;
	display: inline-block;
}

.blog-content-section .blog-sidebar .author-widget .dot-2 span {
	width: 20px;
	height: 20px;
	display: block;
	background-color: #0431b8;
}

.blog-content-section .blog-sidebar .author-widget .dot-2 span+span {
	margin-top: 4px;
}

.blog-content-section .blog-sidebar .author-widget .dot-2 span:nth-child(1) {
	background-color: #22d3ee;
}

.blog-content-section .blog-sidebar .author-widget .dot-2 span:nth-child(2) {
	background-color: #4a74f0;
}

.blog-content-section .blog-sidebar .author-widget .author-thumb {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
}

.blog-content-section .blog-sidebar .author-widget .author-thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	background-color: #ffffff;
	padding: 4px;
	border-radius: 50%;
}

.blog-content-section .blog-sidebar .author-widget .author-info h5 {
	margin-top: 15px;
	color: #ffffff;
}

.blog-content-section .blog-sidebar .author-widget .author-info span {
	color: #d7e0f5;
	font-size: 14px;
}

.blog-content-section .blog-sidebar .author-widget .social-info {
	margin-top: 20px;
}

.blog-content-section .blog-sidebar .author-widget .social-info a {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	color: #0431b8;
	display: inline-block;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.blog-content-section .blog-sidebar .author-widget .social-info a.fb {
	color: #3b5999;
}

.blog-content-section .blog-sidebar .author-widget .social-info a.tw {
	color: #55acee;
}

.blog-content-section .blog-sidebar .author-widget .social-info a.db {
	color: #ea4c89;
}

.blog-content-section .blog-sidebar .author-widget .social-info a+a {
	margin-left: 4px;
}

.blog-content-section .blog-sidebar .author-widget .social-info a:hover {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.blog-content-section .blog-sidebar .search-sidebar form {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.blog-content-section .blog-sidebar .search-sidebar form input[type="text"] {
	width: 100%;
	padding: 12px 60px 12px 20px;
	border: 0;
	background-color: #ffffff;
	border-radius: 3px;
	color: #082680;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.blog-content-section .blog-sidebar .search-sidebar form input[type="text"]::-webkit-input-placeholder {
	color: #082680;
}

.blog-content-section .blog-sidebar .search-sidebar form input[type="text"]:-ms-input-placeholder {
	color: #082680;
}

.blog-content-section .blog-sidebar .search-sidebar form input[type="text"]::-ms-input-placeholder {
	color: #082680;
}

.blog-content-section .blog-sidebar .search-sidebar form input[type="text"]::placeholder {
	color: #082680;
}

.blog-content-section .blog-sidebar .search-sidebar form button {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	width: 50px;
	height: 46px;
	background-color: #0431b8;
	color: #ffffff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0 3px 3px 0;
}

.blog-content-section .blog-sidebar .category-widget .list-nav {
	background-color: #ffffff;
}

.blog-content-section .blog-sidebar .category-widget .list-nav ul li+li a {
	border-top: 1px solid #eaeaea;
	margin-top: 1px;
}

.blog-content-section .blog-sidebar .category-widget .list-nav ul li a {
	color: #0431b8;
	display: block;
	padding: 14px 16px;
	font-weight: 600;
	font-size: 15px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
}

.blog-content-section .blog-sidebar .category-widget .list-nav ul li a::after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 0px;
	top: 15px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.blog-content-section .blog-sidebar .category-widget .list-nav ul li a.active {
	background-color: #0431b8;
	color: #ffffff;
}

.blog-content-section .blog-sidebar .category-widget .list-nav ul li a.active::after {
	right: 10px;
	opacity: 1;
}

.blog-content-section .blog-sidebar .category-widget .list-nav ul li a:hover {
	background-color: #0431b8;
	color: #ffffff;
}

.blog-content-section .blog-sidebar .category-widget .list-nav ul li a:hover::after {
	right: 10px;
	opacity: 1;
}

.blog-content-section .blog-sidebar .category-widget .list-nav ul li:first-child a {
	border-radius: 5px 5px 0 0;
}

.blog-content-section .blog-sidebar .category-widget .list-nav ul li:last-child a {
	border-radius: 0 0 5px 5px;
}

.blog-content-section .blog-sidebar .recent-post-widget .recent-post-single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.blog-content-section .blog-sidebar .recent-post-widget .recent-post-single+.recent-post-single {
	margin-top: 50px;
	position: relative;
}

.blog-content-section .blog-sidebar .recent-post-widget .recent-post-single+.recent-post-single::before {
	content: '';
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #d5dde5;
}

.blog-content-section .blog-sidebar .recent-post-widget .recent-post-single .post-thumbnail img {
	width: 60px;
	border-radius: 50%;
}

.blog-content-section .blog-sidebar .recent-post-widget .recent-post-single .recent-post-content {
	margin-left: 20px;
}

.blog-content-section .blog-sidebar .recent-post-widget .recent-post-single .recent-post-content .title h6 {
	text-transform: initial;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	font-size: 15px;
}

.blog-content-section .blog-sidebar .recent-post-widget .recent-post-single .recent-post-content .blog-meta {
	margin-top: 6px;
}

.blog-content-section .blog-sidebar .recent-post-widget .recent-post-single .recent-post-content .blog-meta span {
	color: #3a4268;
}

.blog-content-section .blog-sidebar .recent-post-widget .recent-post-single:hover .recent-post-content .title h6 {
	color: #0431b8;
}

.blog-content-section .blog-sidebar .tags-widget .tags-list a {
	min-width: 83px;
	height: 40px;
	padding: 0 10px;
	display: inline-block;
	background-color: #ffffff;
	color: #082680;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	font-size: 13px;
	margin-right: 6px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.blog-content-section .blog-sidebar .tags-widget .tags-list a:hover {
	background-color: #0431b8;
	color: #ffffff;
}

.blog-content-section .blog-sidebar .instagram-widget ul li {
	position: relative;
	padding-right: 10px;
	padding-bottom: 10px;
	display: inline-block;
}

.blog-content-section .blog-sidebar .instagram-widget ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.blog-content-section .blog-sidebar .instagram-widget ul li:hover a {
	opacity: 1;
}

@media (max-width: 991.98px) {
	.blog-content-section .blog-sidebar .instagram-widget {
		max-width: 250px;
	}
}


/*************** Blog Details *************/

.blog-content-section.blog-details {
	background-color: #ffffff;
}

.blog-content-section .blog-posts .blog-details-post .details-blog-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.blog-content-section .blog-posts .blog-details-post .details-blog-meta span {
	text-transform: uppercase;
	font-family: 500;
	font-size: 14px;
}

.blog-content-section .blog-posts .blog-details-post .details-blog-meta span i {
	margin-right: 8px;
	color: #0431b8;
}

.blog-content-section .blog-posts .blog-details-post .blog-quote {
	background-color: #f6f6f6;
	padding: 40px;
	position: relative;
	margin-left: 40px;
}

.blog-content-section .blog-posts .blog-details-post .blog-quote span.quote-txt {
	font-size: 18px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	display: block;
}

.blog-content-section .blog-posts .blog-details-post .blog-quote span.quote-author {
	font-weight: 700;
	color: #555555;
	font-size: 15px;
	display: block;
	margin-top: 20px;
	position: relative;
	margin-left: 40px;
}

.blog-content-section .blog-posts .blog-details-post .blog-quote span.quote-author::before {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #267ff9;
	position: absolute;
	top: 50%;
	left: -40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-content-section .blog-posts .blog-details-post .blog-quote span.quote-icon {
	position: absolute;
	font-family: 'Playfair Display', serif;
	top: -30px;
	left: -40px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #267ff9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 100px;
	color: #ffffff;
}

.blog-content-section .blog-posts .blog-details-post .blog-quote span.quote-icon i {
	-webkit-transform: translateY(-73px);
	-ms-transform: translateY(-73px);
	transform: translateY(-73px);
}

.blog-content-section .single-blog-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}

.blog-content-section .single-blog-pagination a {
	width: 170px;
	height: 40px;
	display: inline-block;
	background-color: #f6f6f6;
	line-height: 40px;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #082680;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.blog-content-section .single-blog-pagination a:hover {
	background-color: #267ff9;
	color: #ffffff;
	text-decoration: underline;
}

.blog-content-section .single-blog-pagination a.prev-post i {
	margin-right: 6px;
}

.blog-content-section .single-blog-pagination a.next-post i {
	margin-left: 6px;
}

.blog-content-section .seperator hr {
	margin: 0;
	border-top: 2px solid #eaeaea;
}

.blog-content-section .blog-content-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.blog-content-section .blog-content-bottom .tags-area .tags-title {
	font-weight: 700;
	margin-right: 6px;
}

.blog-content-section .blog-content-bottom .tags-area a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	padding: 6px 10px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 2px;
}

.blog-content-section .blog-content-bottom .tags-area a:hover {
	background-color: #267ff9;
	color: #ffffff;
}

.blog-content-section .blog-content-bottom .social-share a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	background-color: #0431b8;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.blog-content-section .blog-content-bottom .social-share a+a {
	margin-left: 6px;
}

.blog-content-section .blog-content-bottom .social-share a.fb {
	background-color: #3b5999;
}

.blog-content-section .blog-content-bottom .social-share a.tw {
	background-color: #55acee;
}

.blog-content-section .blog-content-bottom .social-share a.gl {
	background-color: #dd4b39;
}

.blog-content-section .blog-content-bottom .social-share a.db {
	background-color: #ea4c89;
}

.blog-content-section .blog-content-bottom .social-share a:hover {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.blog-content-section .comments-area .title h5 {
	display: inline-block;
	position: relative;
}

.blog-content-section .comments-area .title h5::after {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #267ff9;
	position: absolute;
	top: 50%;
	right: -40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-content-section .comments-area .comment-lists .single-comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.blog-content-section .comments-area .comment-lists .single-comment+.single-comment {
	margin-top: 40px;
}

.blog-content-section .comments-area .comment-lists .single-comment .thumb-wrapper img {
	width: 100px;
	border-radius: 50%;
	padding: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
}

.blog-content-section .comments-area .comment-lists .single-comment .comment-content {
	background-color: #f6f6f6;
	padding: 30px;
	border-radius: 2px;
}

.blog-content-section .comments-area .comment-lists .single-comment .comment-content .reply-btn {
	float: right;
	margin-top: -30px;
}

.blog-content-section .comments-area .comment-lists .single-comment .comment-content .reply-btn a {
	padding: 8px 16px;
	display: inline-block;
	background-color: #232d3d;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	border-radius: 3px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.blog-content-section .comments-area .comment-lists .single-comment .comment-content .reply-btn a i {
	margin-left: 3px;
}

.blog-content-section .comments-area .comment-lists .single-comment .comment-content .reply-btn a:hover {
	background-color: #267ff9;
}

.blog-content-section .comments-area .comment-lists .single-comment .comment-content .comment-date span {
	color: #737373;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	margin-top: 6px;
	display: block;
}

.blog-content-section .comments-area .comment-lists .single-comment .comment-content .comment-txt {
	margin-top: 15px;
}

.blog-content-section .comment-form .title h5 {
	position: relative;
	display: inline-block;
}

.blog-content-section .comment-form .title h5::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 3px;
	background-color: #267ff9;
}

.blog-content-section .comment-form .comment-form-area {
	margin-top: 50px;
}

.blog-content-section .comment-form .comment-form-area p,
.blog-content-section .comment-form .comment-form-area span {
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}

.blog-content-section .comment-form .comment-form-area form {
	margin-top: 10px;
}

.blog-content-section .comment-form .comment-form-area form .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.blog-content-section .comment-form .comment-form-area form .info input {
	width: 32%;
	padding: 10px 20px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
}

.blog-content-section .comment-form .comment-form-area form .info input::-webkit-input-placeholder {
	color: #555555;
}

.blog-content-section .comment-form .comment-form-area form .info input:-ms-input-placeholder {
	color: #555555;
}

.blog-content-section .comment-form .comment-form-area form .info input::-ms-input-placeholder {
	color: #555555;
}

.blog-content-section .comment-form .comment-form-area form .info input::placeholder {
	color: #555555;
}

.blog-content-section .comment-form .comment-form-area form .checkbox {
	margin-top: 15px;
}

.blog-content-section .comment-form .comment-form-area form .checkbox label {
	margin-left: 8px;
}

.blog-content-section .comment-form .comment-form-area form .comment-message {
	margin-top: 20px;
}

.blog-content-section .comment-form .comment-form-area form .comment-message textarea {
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
}

.blog-content-section .comment-form .comment-form-area form .comment-message textarea::-webkit-input-placeholder {
	color: #555555;
}

.blog-content-section .comment-form .comment-form-area form .comment-message textarea:-ms-input-placeholder {
	color: #555555;
}

.blog-content-section .comment-form .comment-form-area form .comment-message textarea::-ms-input-placeholder {
	color: #555555;
}

.blog-content-section .comment-form .comment-form-area form .comment-message textarea::placeholder {
	color: #555555;
}

.blog-content-section .comment-form .comment-form-area form .submit-btn {
	margin-top: 20px;
}

.blog-content-section .comment-form .comment-form-area form .submit-btn button {
	padding: 12px 22px;
	background-color: #267ff9;
	border: 0;
	border-radius: 3px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.blog-content-section .comment-form .comment-form-area form .submit-btn button:hover {
	background-color: #232d3d;
}

.blog-content-section .blog-details-sidebar .sidebar-widget {
	padding: 20px;
	border: 1px solid #eaeaea;
}

.blog-content-section .blog-details-sidebar .sidebar-widget .widget-title {
	padding-top: 0;
}

.blog-content-section .blog-details-sidebar .search-sidebar form input[type="text"] {
	background-color: #f6f6f6;
}

.blog-content-section .blog-details-sidebar .recent-post-widget .recent-post-single:hover .recent-post-content .title h6 {
	color: #267ff9;
}

.blog-content-section .blog-details-sidebar .category-widget .list-nav ul li a {
	color: #082680;
}

.blog-content-section .blog-details-sidebar .category-widget .list-nav ul li a::after {
	right: 0px;
	opacity: 1;
}

.blog-content-section .blog-details-sidebar .category-widget .list-nav ul li a:hover {
	background-color: #ffffff;
	color: #267ff9;
}

.blog-content-section .blog-details-sidebar .category-widget .list-nav ul li a:hover::after {
	right: 0;
}

.blog-content-section .blog-details-sidebar .tags-widget .tags-list a {
	border: 1px solid #eaeaea;
	height: 30px;
	line-height: 30px;
	min-width: 65px;
}

.blog-content-section .blog-details-sidebar .contact-widget {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 110px 40px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.blog-content-section .blog-details-sidebar .contact-widget::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(1, 1, 1, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.blog-content-section .blog-details-sidebar .contact-widget .widget-content {
	position: relative;
}

.blog-content-section .blog-details-sidebar .contact-widget .widget-content .subtitle {
	font-size: 14px;
	text-transform: uppercase;
	color: #267ff9;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}

.blog-content-section .blog-details-sidebar .contact-widget .widget-content .title {
	font-size: 28px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	margin-top: 6px;
	display: block;
}

.blog-content-section .blog-details-sidebar .contact-widget .widget-content p {
	margin-top: 15px;
	color: #ffffff;
}

.blog-content-section .blog-details-sidebar .contact-widget .widget-content a {
	margin-top: 40px;
	display: inline-block;
	padding: 14px 22px;
	background-color: #267ff9;
	color: #ffffff;
	font-weight: 700;
	border-radius: 2px;
	text-transform: uppercase;
}

.blog-content-section .blog-details-sidebar .contact-widget .widget-content a i {
	margin-left: 3px;
}

.blog-content-section .blog-details-sidebar .contact-widget .widget-content::after {
	content: '';
	position: absolute;
	bottom: -60px;
	right: 0px;
	width: 70px;
	height: 40px;
	background-image: url(../images/blog/email-icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

/*************** Home7 Team Area **************/

.home7-team-area .home7-team-bottom {
	margin-top: 60px;
}

.home7-team-area .home7-team-bottom .team-column {
	text-align: center;
	border: 2px solid #eaeaea;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	margin-bottom: 50px;
}

.home7-team-area .home7-team-bottom .team-column .img-wrapper {
	position: relative;
}

.home7-team-area .home7-team-bottom .team-column .img-wrapper .hover-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	padding: 0 20px;
}

.home7-team-area .home7-team-bottom .team-column .img-wrapper .hover-content p {
	color: #ffffff;
	font-size: 15px;
}

.home7-team-area .home7-team-bottom .team-column .img-wrapper .hover-content a {
	margin-top: 20px;
	padding: 8px 18px;
	background-color: #ffce00;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 700;
	color: #0a0a0a;
}

.home7-team-area .home7-team-bottom .team-column .team-content {
	padding: 20px 0 40px 0;
}

.home7-team-area .home7-team-bottom .team-column .team-content span {
	font-size: 15px;
}

.home7-team-area .home7-team-bottom .team-column .team-social {
	position: absolute;
	left: 50%;
	bottom: -15px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	background-color: #ffffff;
}

.home7-team-area .home7-team-bottom .team-column .team-social a {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border: 1px solid #eaeaea;
	background-color: #ffffff;
	color: #b7b7b7;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.home7-team-area .home7-team-bottom .team-column .team-social a+a {
	margin-left: -3px;
	border-left: 0;
}

.home7-team-area .home7-team-bottom .team-column .team-social a:hover {
	color: #ffffff;
	background-color: #0022a0;
}

.home7-team-area .home7-team-bottom .team-column:hover {
	border: 2px solid #0022a0;
}

.home7-team-area .home7-team-bottom .team-column:hover .img-wrapper .hover-content {
	opacity: 1;
	visibility: visible;
}

.home7-team-area .home7-team-bottom .team-column:hover .img-wrapper .hover-content p {
	-webkit-animation: 800ms ct_fadeInUp;
	animation: 800ms ct_fadeInUp;
}

.home7-team-area .home7-team-bottom .team-column:hover .img-wrapper .hover-content a {
	-webkit-animation: 1.3s ct_fadeInUp;
	animation: 1.3s ct_fadeInUp;
}

@media (max-width: 575.98px) {
	.home7-team-area .home7-team-bottom .team-column {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}


.contact-v2 {
	background-color: #f4f8fd;
}

.contact-v2 .contact-v2-left .contact-v2-list {
	margin-top: 30px;
}

.contact-v2 .contact-v2-left .contact-v2-list .contact-v2-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #eaeaea;
	padding: 30px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
}

.contact-v2 .contact-v2-left .contact-v2-list .contact-v2-item .bixol-icon-wrapper i {
	font-size: 36px;
	color: #22d3ee;
}

.contact-v2 .contact-v2-left .contact-v2-list .contact-v2-item .column-content h5 {
	margin-bottom: 5px;
}

.contact-v2 .contact-v2-left .contact-v2-list .contact-v2-item:hover {
	-webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
}

@media (max-width: 991.98px) {
	.contact-v2 .contact-v2-left .bixol-title-area {
		text-align: center;
		padding: 0 30px;
	}
	.contact-v2 .contact-v2-left .contact-left-img {
		text-align: center;
	}
	.contact-v2 .contact-v2-left .contact-left-img img {
		width: auto;
		max-width: 100%;
		display: inline-block;
	}
}

@media (max-width: 767.98px) {
	.contact-v2 .contact-v2-left .contact-v2-list .contact-v2-item {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

.contact-v2 .contact-v2-right p {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #232d3d;
}

.contact-v2 .contact-v2-right form {
	width: 100%;
	margin-top: 20px;
}

.contact-v2 .contact-v2-right form input,
.contact-v2 .contact-v2-right form select,
.contact-v2 .contact-v2-right form textarea {
	width: 100%;
	border: 0;
	padding: 12px 20px;
	background-color: #ffffff;
	margin-bottom: 30px;
	border-radius: 3px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}

.contact-v2 .contact-v2-right form input::-webkit-input-placeholder,
.contact-v2 .contact-v2-right form select::-webkit-input-placeholder,
.contact-v2 .contact-v2-right form textarea::-webkit-input-placeholder {
	color: #656565;
}

.contact-v2 .contact-v2-right form input:-ms-input-placeholder,
.contact-v2 .contact-v2-right form select:-ms-input-placeholder,
.contact-v2 .contact-v2-right form textarea:-ms-input-placeholder {
	color: #656565;
}

.contact-v2 .contact-v2-right form input::-ms-input-placeholder,
.contact-v2 .contact-v2-right form select::-ms-input-placeholder,
.contact-v2 .contact-v2-right form textarea::-ms-input-placeholder {
	color: #656565;
}

.contact-v2 .contact-v2-right form input::placeholder,
.contact-v2 .contact-v2-right form select::placeholder,
.contact-v2 .contact-v2-right form textarea::placeholder {
	color: #656565;
}

.contact-v2 .contact-v2-right form label {
	font-family: "Poppins", sans-serif;
	color: #232d3d;
	margin-bottom: 8px;
	font-size: 15px;
}

.contact-v2 .contact-v2-right form .submit-btn {
	margin-top: 30px;
}

.contact-v2 .contact-v2-right form .submit-btn button {
	width: 212px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #22d3ee;
	border: 0;
	border-radius: 3px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.contact-v2 .contact-v2-right form .submit-btn button i {
	margin-right: 10px;
}

.contact-v2 .contact-v2-right form .submit-btn button:hover {
	background-color: #0431b8;
}

.contact-v3 .contact-v2-left .contact-left-img {
	margin-top: 60px;
}

.contact-v3 .contact-v2-right {
	padding-bottom: 30px;
}

.contact-v3 .contact-v2-right form input,
.contact-v3 .contact-v2-right form select,
.contact-v3 .contact-v2-right form textarea {
	margin-bottom: 20px;
}

.contact-v3 .contact-v2-right form .submit-btn {
	margin-top: 0;
}

.contact-v3 .contact-v2-right form .submit-btn button {
	width: 100%;
}

.contact-v3-info-content {
	background-color: #f4f8fd;
}

.contact-v3-info-content .info-content {
	padding: 0 100px;
}

.contact-v3-info-content .info-content .info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	margin-bottom: 30px;
}

.contact-v3-info-content .info-content .info-item .icon-wrapper i {
	color: #22d3ee;
	font-size: 40px;
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}

.contact-v3-info-content .info-content .info-item .item-content h4 {
	margin-bottom: 6px;
	font-size: 24px;
	text-transform: initial;
}

.contact-v3-info-content .info-content .info-item .item-content p {
	font-size: 14px;
}

@media (max-width: 991.98px) {
	.contact-v3-info-content .info-content {
		padding: 0;
	}
	.contact-v3-info-content .info-content .info-item {
		display: block;
		text-align: center;
	}
	.contact-v3-info-content .info-content .info-item .icon-wrapper {
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.contact-v3-info-content .info-content .info-item {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}

/************************ Portfolio Details ************************/

.pf-details {
	background-color: #e9ecf5;
	position: relative;
	z-index: 1;
}

.pf-details .pf-star-object {
	position: absolute;
	left: 100px;
	top: 200px;
	width: 130px;
	z-index: -1;
}

.pf-details .sr-sidebar .pd-widget {
	padding: 0;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
}

.pf-details .sr-sidebar .pd-widget .title-txt {
	background-color: #0431b8;
	padding: 15px 0px;
	color: #ffffff;
	text-align: center;
	border-radius: 3px 3px 0 0;
}

.pf-details .sr-sidebar .pd-widget .title-txt h5 {
	color: #ffffff;
}

.pf-details .sr-sidebar .pd-widget .pd-widget-list {
	background-color: #ffffff;
}

.pf-details .sr-sidebar .pd-widget .pd-widget-list ul {
	padding: 20px;
}

.pf-details .sr-sidebar .pd-widget .pd-widget-list ul li {
	color: #082680;
}

.pf-details .sr-sidebar .pd-widget .pd-widget-list ul li strong {
	margin-right: 10px;
}

.pf-details .sr-sidebar .pd-widget .pd-widget-list ul li+li {
	margin-top: 12px;
}

.pf-details .sr-sidebar .pd-widget .pd-widget-list .pd-widget-bottom {
	padding: 0 0 20px 20px;
}

.pf-details .sr-sidebar .pd-widget .pd-widget-list .pd-widget-bottom .value {
	color: #0431b8;
}

.pf-details .sr-sidebar .pd-widget .pd-widget-list .pd-widget-bottom .value strong {
	margin-right: 10px;
}

.pf-details .sr-sidebar .pd-widget .pd-widget-list .pd-widget-bottom .rating {
	margin-top: 3px;
}

.pf-details .sr-sidebar .pd-widget .pd-widget-list .pd-widget-bottom .rating span {
	color: #ffc601;
}

.pf-details .sr-sidebar .author-widget {
	position: relative;
	border-radius: 3px;
	z-index: 1;
	text-align: center;
	padding: 40px 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.pf-details .sr-sidebar .author-widget::before {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background-color: rgba(0, 21, 85, 0.6);
	z-index: -1;
	border-radius: 3px;
}

.pf-details .sr-sidebar .author-widget .dot-1 {
	position: absolute;
	left: -10px;
	top: 10px;
}

.pf-details .sr-sidebar .author-widget .dot-2 {
	position: absolute;
	bottom: 10px;
	right: -10px;
	display: inline-block;
}

.pf-details .sr-sidebar .author-widget .dot-2 span {
	width: 20px;
	height: 20px;
	display: block;
	background-color: #0431b8;
}

.pf-details .sr-sidebar .author-widget .dot-2 span+span {
	margin-top: 4px;
}

.pf-details .sr-sidebar .author-widget .dot-2 span:nth-child(1) {
	background-color: #22d3ee;
}

.pf-details .sr-sidebar .author-widget .dot-2 span:nth-child(2) {
	background-color: #4a74f0;
}

.pf-details .sr-sidebar .author-widget .author-thumb {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
}

.pf-details .sr-sidebar .author-widget .author-thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	background-color: #ffffff;
	padding: 4px;
	border-radius: 50%;
}

.pf-details .sr-sidebar .author-widget .author-info h5 {
	margin-top: 15px;
	color: #ffffff;
}

.pf-details .sr-sidebar .author-widget .author-info span {
	color: #d7e0f5;
	font-size: 14px;
}

.pf-details .sr-sidebar .author-widget .social-info {
	margin-top: 20px;
}

.pf-details .sr-sidebar .author-widget .social-info a {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	color: #0431b8;
	display: inline-block;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pf-details .sr-sidebar .author-widget .social-info a.fb {
	color: #3b5999;
}

.pf-details .sr-sidebar .author-widget .social-info a.tw {
	color: #55acee;
}

.pf-details .sr-sidebar .author-widget .social-info a.db {
	color: #ea4c89;
}

.pf-details .sr-sidebar .author-widget .social-info a+a {
	margin-left: 4px;
}

.pf-details .sr-sidebar .author-widget .social-info a:hover {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.pf-details .sr-sidebar .sr-list-widget .list-nav {
	background-color: #ffffff;
}

@media (max-width: 991.98px) {
	.pf-details .sr-sidebar {
		max-width: 300px;
		margin-bottom: 60px;
	}
}

@media (max-width: 575.98px) {
	.pf-details .sr-sidebar {
		margin-left: auto;
		margin-right: auto;
	}
}


/****************************** Team Section ***********************/

.bixol-team-area {
	background-color: #e3e8ed;
}

.bixol-team-area .bixol-title-area {
	padding-left: 60px;
}

.bixol-team-area .bixol-team-container .bixol-team-single {
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	overflow: hidden;
	margin-bottom: 50px;
}

.bixol-team-area .bixol-team-container .bixol-team-single .bixol-img-wrapper {
	position: relative;
}

.bixol-team-area .bixol-team-container .bixol-team-single .bixol-img-wrapper::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% + 20px);
	height: 40px;
	-webkit-clip-path: polygon(0 0, 100% 70%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 70%, 100% 100%, 0% 100%);
	background-color: #22d3ee;
}

.bixol-team-area .bixol-team-container .bixol-team-single .bixol-img-wrapper::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: calc(100% + 20px);
	height: 40px;
	-webkit-clip-path: polygon(0 0, 100% 70%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 70%, 100% 100%, 0% 100%);
	background-color: #ffffff;
}

.bixol-team-area .bixol-team-container .bixol-team-single .bixol-team-content {
	padding: 20px;
	position: relative;
}

.bixol-team-area .bixol-team-container .bixol-team-single .bixol-team-content .team-social-link {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background-color: #0431b8;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	border-radius: 0 0 25px 25px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-team-area .bixol-team-container .bixol-team-single .bixol-team-content .bixol-team-social-items {
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 90px;
	border-radius: 25px 25px 0 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-team-area .bixol-team-container .bixol-team-single .bixol-team-content .bixol-team-social-items a {
	color: #ffffff;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #0431b8;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-team-area .bixol-team-container .bixol-team-single .bixol-team-content .bixol-team-social-items a:hover {
	padding-left: 10px;
}

.bixol-team-area .bixol-team-container .bixol-team-single:hover {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(12, 12, 12, 0.16);
	box-shadow: 0px 0px 20px 0px rgba(12, 12, 12, 0.16);
}

.bixol-team-area .bixol-team-container .bixol-team-single:hover .bixol-team-content .team-social-link {
	background-color: #ffffff;
	color: #22d3ee;
}

.bixol-team-area .bixol-team-container .bixol-team-single:hover .bixol-team-content .bixol-team-social-items {
	bottom: 70px;
	opacity: 1;
	visibility: visible;
}

.bixol-team-area .bixol-team-container .slick-list {
	padding: 60px 0;
	margin: 0 -15px;
}

.bixol-team-area .bixol-team-container .slick-list .slick-slide {
	margin: 0 15px;
}

.bixol-team-area .bixol-team-container .slick-dots {
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bixol-team-area .bixol-team-container .slick-dots li {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid transparent;
	padding: 3px;
	text-align: center;
	line-height: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-team-area .bixol-team-container .slick-dots li button {
	font-size: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	border-radius: 50%;
	background-color: #8b90a7;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.bixol-team-area .bixol-team-container .slick-dots li.slick-active {
	border: 2px solid #0431b8;
}

.bixol-team-area .bixol-team-container .slick-dots li.slick-active button {
	background-color: #0431b8;
}

@media (max-width: 575.98px) {
	.bixol-team-area .bixol-title-area {
		text-align: center;
		padding-left: 0;
	}
	.bixol-team-area .bixol-team-container {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}