﻿@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body {
	font-size: 16px;
	font-family: "Rubik", sans-serif;
	color: #1b3c54
}
a {
	transition: all ease .5s;
	text-decoration: none;
	color: #1b3c54
}
a:hover {
	text-decoration: none;
	color: #195fad
}
a:focus {
	text-decoration: none
}
button {
	outline: 0 !important;
	box-shadow: none;
	border: none;
	padding: 0
}
button:focus {
	box-shadow: none
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #294845;
	font-weight: 700;
	font-family: "Barlow", sans-serif;
}
.d-table {
	width: 100%;
	height: 100%
}
.d-table-cell {
	vertical-align: middle
}
p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 29px
}
p:last-child {
	margin-bottom: 0
}
img {
	max-width: 100%;
	height: auto
}
.form-control {
	height: 55px;
	color: #294845;
	border: 1px solid #e5e5e5;
	background-color: rgba(241, 247, 248, .5);
	font-size: 16px;
	padding: 10px 20px;
	width: 100%;
	transition: all ease .5s;
	border-radius: 0
}
.form-control::placeholder {
	color: #757575
}
.form-control:focus {
	color: #000;
	background-color: #fff;
	box-shadow: unset;
	outline: 0;
	border: 1px solid #195fad
}
.form-control:hover:focus, .form-control:focus {
	box-shadow: unset
}
textarea.form-control {
	height: auto
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}
.pt-100 {
	padding-top: 100px
}
.pb-100 {
	padding-bottom: 100px
}
.pt-70 {
	padding-top: 70px
}
.pb-70 {
	padding-bottom: 70px
}
.pb-75 {
	padding-bottom: 75px
}
.pb-150 {
	padding-bottom: 150px
}
.pt-50 {
	padding-top: 50px
}
.mt-30 {
	margin-top: 30px
}
.mt-20 {
	margin-top: 20px
}
.mb-30 {
	margin-bottom: 30px
}
.ml-15 {
	margin-left: 15px
}
.mr-15 {
	margin-right: 15px
}
.bg-color-f1f5f7 {
	background-color: #f1f5f7
}
.bg-color-fbfbfb {
	background-color: #fbfbfb
}
.bg-color-022641 {
	background-color: #294845
}
.default-btn {
	font-size: 16px;
	color: #fff;
	transition: all ease .5s;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	padding: 12px 40px;
	background-color: #195fad;
	border-radius: 3px;
	border: 1px solid #195fad;
	font-weight: 600;
	border-radius: 50px;
	line-height: 29px;
	text-transform: uppercase;
}
.default-btn i {
	position: relative;
	top: 2px;
	margin-left: 10px
}
.default-btn.active {
	background-color: #294845;
	border-color: #294845;
	color: #fff
}
.default-btn.active:hover {
	background-color: #195fad;
	border-color: #195fad
}
.default-btn:hover {
	color: #fff;
	background-color: #294845;
	border-color: #294845
}
.read-more {
	font-size: 16px;
	color: #195fad;
	background-color: rgba(0, 0, 0, 0);
	transition: all ease .5s;
	font-weight: 600
}
.read-more i {
	position: relative;
	top: 4px
}
.read-more:hover {
	color: #195fad
}
.read-more.active {
	color: #195fad
}
.section-title {
	max-width: 700px;
	margin: -5px auto 50px;
	text-align: center;
	position: relative
}
.section-title .top-title {
	font-size: 16px;
	color: #195fad;
	display: block;
	margin-bottom: 15px;
	font-weight: 600
}
.section-title h2 {
	font-size: 36px;
	margin-bottom: 15px;
	line-height: 50px
}
.section-title h2 span {
	color: #195fad
}
.section-title h2:last-child {
	margin-bottom: 0
}
.section-title p {
	max-width: 600px;
	margin: auto
}
.section-title p span {
	color: #195fad
}
.section-title.white-title span {
	color: #195fad
}
.section-title.white-title h2 {
	color: #fff
}
.section-title.white-title p {
	color: #fff
}
.section-title.left-title {
	margin-left: 0;
	text-align: left;
	max-width: 645px
}
.section-title.left-title h2 {
	max-width: 700px
}
.section-title.left-title p {
	margin-left: 0
}
.section-title.left-title .default-btn {
	position: absolute;
	top: 0;
	right: 0
}
.navbar-area {
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding-top: 10px;
	padding-bottom: 10px
}
.navbar-area.is-sticky {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	position: sticky;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff !important
}
.navbar-area .container-fluid {
	max-width: 1675px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px
}
.navbar-area .navbar-brand {
	margin-right: 50px
}
.desktop-nav {
	position: relative;
	z-index: 2;
	padding-top: 0;
	padding-bottom: 0
}
.desktop-nav .navbar {
	transition: all ease .5s;
	z-index: 2;
	position: unset;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0
}
.desktop-nav .navbar ul {
	margin-bottom: 0;
	list-style-type: none
}
.desktop-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding-bottom: 35px;
	padding-top: 35px;
	padding-right: 0;
	padding-left: 0
}
.desktop-nav .navbar .navbar-nav .nav-item a {
	font-size: 14px;
	color: #294845;
	line-height: 1;
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 17px;
	margin-right: 17px;
}
.desktop-nav .navbar .navbar-nav .nav-item a.border-style::after {
	content: "";
	position: absolute;
	bottom: -8px;
	right: 0;
	width: 0;
	height: 2px;
	background-color: #195fad;
	border: none;
	margin-left: 0;
	transition: all ease .5s
}
.desktop-nav .navbar .navbar-nav .nav-item a.border-style:hover::after {
	right: auto;
	left: 0;
	width: 100%
}
.desktop-nav .navbar .navbar-nav .nav-item a.border-style.active::after {
	right: auto;
	left: 0;
	width: 100%
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
	padding-right: 20px
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
	content: "\F282";
	position: absolute;
	top: 0;
	right: 0;
	font-family: bootstrap-icons !important;
	line-height: 1;
	font-size: 14px
}
.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
	color: #195fad
}
.desktop-nav .navbar .navbar-nav .nav-item a i {
	font-size: 18px;
	line-height: 0;
	position: relative;
	top: 4px
}
.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0
}
.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0
}
.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
	color: #195fad
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	transition: all .3s ease-in-out;
	background: #fff;
	position: absolute;
	visibility: hidden;
	border-radius: 5px;
	display: block;
	width: 250px;
	border: none;
	z-index: 99;
	opacity: 0;
	top: 80px;
	left: 0;
	padding: 0
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 0
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	color: #294845;
	padding: 15px;
	border-bottom: 1px dashed #ededed;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	display: block;
	position: relative
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
	display: none
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
	content: "";
	position: absolute;
	top: 14px;
	right: 13px;
	font-family: remixicon !important;
	line-height: 1;
	font-size: 17px
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #195fad
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 250px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #294845;
	border-bottom: 1px dashed #ededed;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	position: relative
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
	display: none
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
	content: "";
	position: absolute;
	top: 14px;
	right: 13px;
	font-family: remixicon !important;
	line-height: 1;
	font-size: 17px
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #195fad
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 250px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #195fad
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #195fad
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #195fad
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #195fad
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #195fad
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #195fad
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #195fad
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -1px
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #195fad
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	top: -1px;
	visibility: visible
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #195fad
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	top: -15px;
	visibility: visible
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #195fad
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #195fad
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 0
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
	border-bottom: none
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	top: 100%;
	opacity: 1;
	margin-top: 0;
	visibility: visible
}
.desktop-nav .navbar .others-options {
	margin-left: 30px;
	position: relative;
	top: -1px
}
.desktop-nav .navbar .others-options ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.desktop-nav .navbar .others-options ul li {
	display: inline-block;
	margin-right: 30px
}
.desktop-nav .navbar .others-options ul li:last-child {
	margin-right: 0
}
.desktop-nav .navbar .others-options ul li.languages {
	position: relative
}
.desktop-nav .navbar .others-options ul li.languages .form-select {
	border: none;
	padding: 0 24px 0;
	background-position: right 0 center;
	
	cursor: pointer
}
.desktop-nav .navbar .others-options ul li.languages .form-select:focus {
	box-shadow: none;
	border: none
}
.desktop-nav .navbar .others-options ul li.languages img {
	position: absolute;
	top: 4px;
	left: 0
}
.desktop-nav .navbar .others-options ul li.srac-bar {
	position: relative;
	top: -2px
}
.desktop-nav .navbar .others-options ul li.srac-bar .option-item {
	color: #1b3c54;
	display: inline-block;
	line-height: 1;
	position: relative;
	top: 3px
}
.desktop-nav .navbar .others-options ul li.srac-bar .option-item span {
	position: relative;
	top: -7px;
	margin-left: 5px;
	font-weight: 600
}
.desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-overlay {
	display: none
}
.desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-overlay.search-popup {
	position: absolute;
	top: 100%;
	width: 300px;
	right: 0;
	background: #fff;
	z-index: 2;
	padding: 20px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin-top: 18px
}
.desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form {
	position: relative
}
.desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form .search-input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: initial;
	border: 1px solid #eee;
	color: #294845;
	outline: 0;
	transition: all ease .5s;
	font-size: 15px;
	padding-top: 4px;
	padding-left: 15px
}
.desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form .search-input:focus {
	border-color: #195fad
}
.desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form .search-button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	background: #195fad;
	border: none;
	width: 50px;
	outline: 0;
	color: #fff;
	transition: all ease .5s;
	padding: 0
}
.desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form .search-button:hover {
	background-color: #294845
}
.desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-btn {
	cursor: pointer;
	transition: all ease .5s;
	color: #294845;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #195fad;
	border-radius: 50px
}
.desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-btn:hover {
	color: #195fad
}
.desktop-nav .navbar .others-options ul li.srac-bar .option-item .close-btn {
	cursor: pointer;
	transition: all ease .5s;
	color: #294845;
	text-align: center;
	display: none;
	font-size: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #195fad;
	border-radius: 50px
}
.desktop-nav .navbar .others-options ul li.srac-bar .option-item .close-btn:hover {
	color: #195fad
}
.desktop-nav .navbar .others-options ul li.srac-bar .option-item .close-btn.active {
	display: block;
	color: #195fad
}
.desktop-nav .navbar .others-options ul li .default-btn {
	background-color: #294845;
	border-color: #294845;
	display: inline-flex;
	text-transform: uppercase;
}
.desktop-nav .navbar .others-options ul li .default-btn i {
	
}
.desktop-nav .navbar .others-options ul li .default-btn:hover {
	background-color: #195fad;
	border-color: #195fad
}
.mobile-responsive-nav {
	display: none
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		transform: translateZ(0)
	}
}
.others-option-for-responsive {
	display: none !important
}
.others-option-for-responsive .dot-menu {
	padding: 0 10px;
	height: 30px;
	cursor: pointer;
	z-index: 999;
	position: absolute;
	right: 55px;
	top: -43px
}
.others-option-for-responsive .dot-menu .inner {
	display: flex;
	align-items: center;
	height: 30px
}
.others-option-for-responsive .dot-menu .inner .circle {
	height: 5px;
	width: 5px;
	border-radius: 100%;
	margin: 0 2px;
	transition: all ease .5s;
	background-color: #195fad
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
	background-color: #195fad
}
.others-option-for-responsive .container {
	position: relative
}
.others-option-for-responsive .container .container {
	position: absolute;
	right: -2px;
	top: 15px;
	max-width: 255px;
	margin-left: auto;
	opacity: 0;
	visibility: hidden;
	transition: all ease .5s;
	transform: scaleY(0);
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px
}
.others-option-for-responsive .container .container.active {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1)
}
.others-option-for-responsive .others-options {
	background-color: #fff;
	padding: 15px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}
.others-option-for-responsive .others-options ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.others-option-for-responsive .others-options ul li {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 10px
}
.others-option-for-responsive .others-options ul li:last-child {
	margin-right: 0;
	margin-bottom: 0
}
.others-option-for-responsive .others-options ul li.languages {
	position: relative;
	margin-left: 20px
}
.others-option-for-responsive .others-options ul li.languages .form-select {
	border: none;
	padding: 0 24px 0;
	background-position: right 0 center;
	
	cursor: pointer
}
.others-option-for-responsive .others-options ul li.languages .form-select:focus {
	box-shadow: none;
	border: none
}
.others-option-for-responsive .others-options ul li.languages img {
	position: absolute;
	top: 4px;
	left: 0
}
.others-option-for-responsive .others-options ul li.srac-bar {
	position: relative;
	top: -2px
}
.others-option-for-responsive .others-options ul li.srac-bar .option-item {
	color: #1b3c54;
	display: inline-block;
	line-height: 1;
	position: relative;
	top: 3px
}
.others-option-for-responsive .others-options ul li.srac-bar .option-item span {
	position: relative;
	top: -7px;
	margin-left: 5px;
	font-weight: 600
}
.others-option-for-responsive .others-options ul li.srac-bar .option-item .search-overlay {
	display: none
}
.others-option-for-responsive .others-options ul li.srac-bar .option-item .search-overlay.search-popup {
	position: absolute;
	top: 100%;
	width: 300px;
	right: 0;
	background: #fff;
	z-index: 2;
	padding: 20px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin-top: 18px
}
.others-option-for-responsive .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form {
	position: relative
}
.others-option-for-responsive .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form .search-input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: initial;
	border: 1px solid #eee;
	color: #294845;
	outline: 0;
	transition: all ease .5s;
	font-size: 15px;
	padding-top: 4px;
	padding-left: 15px
}
.others-option-for-responsive .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form .search-input:focus {
	border-color: #195fad
}
.others-option-for-responsive .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form .search-button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	background: #195fad;
	border: none;
	width: 50px;
	outline: 0;
	color: #fff;
	transition: all ease .5s;
	padding: 0
}
.others-option-for-responsive .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form .search-button:hover {
	background-color: #294845
}
.others-option-for-responsive .others-options ul li.srac-bar .option-item .search-btn {
	cursor: pointer;
	transition: all ease .5s;
	color: #294845;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 29px;
	text-align: center;
	border: 1px solid #195fad;
	border-radius: 50px
}
.others-option-for-responsive .others-options ul li.srac-bar .option-item .search-btn:hover {
	color: #195fad
}
.others-option-for-responsive .others-options ul li.srac-bar .option-item .close-btn {
	cursor: pointer;
	transition: all ease .5s;
	color: #294845;
	text-align: center;
	display: none;
	font-size: 25px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	border: 1px solid #195fad;
	border-radius: 50px
}
.others-option-for-responsive .others-options ul li.srac-bar .option-item .close-btn:hover {
	color: #195fad
}
.others-option-for-responsive .others-options ul li.srac-bar .option-item .close-btn.active {
	display: block;
	color: #195fad
}
.others-option-for-responsive .others-options ul li .default-btn {
	background-color: #294845;
	border-color: #294845;
	display: inline-flex
}
.others-option-for-responsive .others-options ul li .default-btn i {
	display: none
}
.others-option-for-responsive .others-options ul li .default-btn:hover {
	background-color: #195fad;
	border-color: #195fad
}
.banner-area {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 1;
	padding-top: 245px;
	padding-bottom: 245px;
	background-size: cover;
}
.banner-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, #000 18.1%, rgba(41, 72, 69, 0.2) 58.56%, rgba(41, 72, 69, 0) 65.36%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	z-index: -1
}
.banner-area .container-fluid {
	max-width: 1675px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px
}
.banner-area.bg-1 {
	background-image: url(../../images/banner/banner-bg-1.jpg);
	animation: 1s fadeInUp both
}
.banner-content .top-title {
	color: #195fad;
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.banner-content h1 {
	font-size: 50px;
	margin-bottom: 35px;
	line-height: 50px;
	text-transform: uppercase;
}
.banner-content h1 small
{font-weight: 400; font-size: 30px}
.banner-content p {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	padding-left: 10px;
	max-width: 650px;
	font-size: 16px;
	line-height: 29px
}
.banner-content p::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #195fad
}
.banner-content .banner-btn p {
	padding-left: 0;
	margin-bottom: 0;
	margin-left: 30px;
	font-weight: 600;
	color: #294845
}
.banner-content .banner-btn p::before {
	display: none
}
.banner-content .banner-btn p a {
	color: #195fad;
	font-weight: 700
}
.tax-services {
	max-width: 380px;
	margin-left: auto
}
.single-tax-services {
	background-color: #fff;
	padding: 24px 30px;
	position: relative;
	z-index: 1;
	margin-bottom: 24px
}
.single-tax-services:last-child {
	margin-bottom: 0
}
.single-tax-services::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #195fad;
	transition: all ease .5s;
	z-index: -1
}
.single-tax-services h3 {
	font-size: 18px;
	margin-bottom: 15px;
	transition: all ease .5s
}
.single-tax-services p {
	transition: all ease .5s
}
.single-tax-services .read-more {
	color: #294845
}
.single-tax-services:hover::before {
	width: 100%
}
.single-tax-services:hover h3 {
	color: #fff
}
.single-tax-services:hover p {
	color: #fff
}
.single-tax-services:hover .read-more {
	color: #fff
}
.futures-area .container-fluid {
	max-width: 1675px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px
}
.single-futures {
	position: relative;
	padding-left: 135px;
	margin-bottom: 30px;
	transition: all ease .5s;
	margin-right: 20px
}
.single-futures .icon {
	background: #f1f7f8;
	border-radius: 50%;
	width: 112px;
	height: 112px;
	line-height: 112px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0
}
.single-futures .icon span {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #294845;
	border: 2px solid #fff;
	font-size: 16px;
	font-weight: 700
}
.single-futures .icon i {
	color: #195fad;
	font-size: 50px
}
.single-futures h3 {
	font-size: 20px;
	margin-bottom: 20px
}
.single-futures.style-two .icon {
	background-color: #fff
}
.single-futures:hover {
	transform: translateY(-5px)
}
.about-area .container-fluid {
	max-width: 1675px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px
}
.about-img {
	text-align: center;
	position: relative
}
.about-img .year-logo {
	position: absolute;
	top: 50%;
	left: -130px;
	right: 0;
	margin: auto;
	transform: translateY(-20%);
	display: inline-block;
	width: 175px;
	height: 175px;
	line-height: 175px;
	background-color: #fff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border-radius: 50%
}
.about-img .year-logo .your {
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	animation: rotation 50s infinite linear
}
@keyframes rotation {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(359deg)
	}
}
.about-content {
	margin-left: 90px
}
.about-content .top-title {
	font-size: 16px;
	font-weight: 600;
	color: #195fad;
	display: block;
	margin-bottom: 10px
}
.about-content h2 {
	font-size: 36px;
	margin-bottom: 15px;
	line-height: 50px
}
.about-content p {
	margin-bottom: 30px;
	position: relative;
	padding-left: 10px
}
.about-content p::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #195fad
}
.about-content ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}
.about-content ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 16px;
	color: #294845
}
.about-content ul li:last-child {
	margin-bottom: 0
}
.about-content ul li img {
	position: absolute;
	top: 3.5px;
	left: 0
}
.about-content ul li i {
	color: #195fad;
	position: absolute;
	top: 3px;
	left: 0
}
.about-content .call-us {
	background-color: #294845;
	padding: 42px 30px;
	position: relative;
	padding-left: 98px
}
.about-content .call-us img {
	color: #195fad;
	font-size: 40px;
	position: absolute;
	top: 47px;
	left: 30px
}
.about-content .call-us i {
	color: #195fad;
	font-size: 40px;
	position: absolute;
	top: 45px;
	left: 30px
}
.about-content .call-us span {
	display: block;
	color: #fff;
	font-weight: 600;
	font-family: "Source Serif Pro", serif;
	margin-bottom: 2px
}
.about-content .call-us a {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	font-family: "Source Serif Pro", serif
}
.about-content .call-us a:hover {
	color: #195fad
}
.about-content .default-btn {
	margin-top: 40px
}
.single-services {
	position: relative;
	overflow: hidden
}
.single-services::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.27%, rgba(0, 0, 0, 0) 47.4%, #000000 100%)
}
.single-services .services-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 50px
}
.single-services .services-content h3 {
	font-size: 20px;
	margin-bottom: 12px
}
.single-services .services-content h3 a {
	color: #fff
}
.single-services .services-content p {
	color: #fff;
	margin-bottom: -75px;
	opacity: 0;
	transition: all ease .5s
}
.single-services .services-content .read-more {
	color: #fff;
	font-weight: 600;
	font-size: 16px
}
.single-services .services-content .read-more:hover {
	color: #195fad
}
.single-services:hover .services-content p {
	opacity: 1;
	margin-bottom: 15px
}
.single-services:hover .read-more {
	color: #195fad
}
.ready-to-talk-area {
	background-image: url(../images/slider-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1
}
.ready-to-talk-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	 background: rgb(25,95,173);
background: linear-gradient(90deg, rgba(25,95,173,1) 0%, rgba(0,0,0,1) 100%); 
opacity: .5;
	z-index: -1
}
.ready-to-talk-content {
	max-width: 650px;
	margin: auto;
	text-align: center
}
.ready-to-talk-content h2 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 20px
}
.ready-to-talk-content h2 span {
	font-size: 20px;
	position: relative;
	top: -5px
}
.ready-to-talk-content .ready-to-talk .form-control {
	background-color: rgba(255, 255, 255, .2);
	border: 1px solid #fff;
	border-radius: 100px;
	color: #fff;
	background-image: url(../../images/icon/icon-4.svg);
	background-position: right 20px center;
	cursor: pointer
}
.ready-to-talk-content .ready-to-talk .form-control option {
	color: #294845
}
.ready-to-talk-content .default-btn {
	background-color: #294845;
	border-color: #294845;
	margin-top: 20px
}
.ready-to-talk-content .default-btn:hover {
	background-color: #195fad
}
.choose-us-content {
	margin-right: 100px
}
.choose-us-content .top-title {
	font-size: 16px;
	font-weight: 600;
	color: #195fad;
	margin-bottom: 10px;
	display: block
}
.choose-us-content h2 {
	font-size: 36px;
	margin-bottom: 12px
}

.choose-us-content p {
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
	padding-left: 15px
}
.choose-us-content p::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #195fad
}
.choose-us-content .col-lg-6:nth-child(2) .single-counter {
	border-right: none
}
.choose-us-content .col-lg-6:nth-child(3) .single-counter {
	border-bottom: none
}
.choose-us-content .col-lg-6:nth-child(4) .single-counter {
	border-right: none;
	border-bottom: none
}
.single-counter {
	background-color: #f1f7f8;
	padding: 30px;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}
.single-counter h2 {
	color: #195fad;
	font-size: 40px
}
.single-counter h2 .target {
	margin-left: -8px;
	font-size: 36px;
	position: relative;
	top: 2px
}
.single-counter .title {
	font-size: 16px
}
.choose-us-img {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	margin-left: 30px
}
.choose-us-img::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -30px;
	bottom: -30px;
	width: 300px;
	height: 300px;
	background-color: #195fad;
	z-index: -1
}
.case-studies-area .container-fluid {
	max-width: 1675px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px
}
.case-studies-wrap {
	background-image: url(../images/bg1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto;
	padding-top: 70px;
	padding-bottom: 40px
}
.case-studies-wrap.p-y {
	padding-bottom: 70px;
	padding-top: 100px
}
.single-case-studies {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}
.single-case-studies::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40.63%, #000000 100%)
}
.single-case-studies .case-studies-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px
}
.single-case-studies .case-studies-content h3 {
	font-size: 20px
}
.single-case-studies .case-studies-content h3 a {
	color: #fff
}
.single-case-studies .case-studies-content .read-more {
	color: #fff
}
.single-case-studies .case-studies-content .read-more:hover {
	color: #195fad
}
.single-case-studies .case-studies-content p {
	color: #fff;
	margin-bottom: -75px;
	opacity: 0;
	transition: all ease .5s
}
.single-case-studies:hover .case-studies-content .read-more {
	color: #195fad
}
.single-case-studies:hover .case-studies-content p {
	opacity: 1;
	margin-top: 20px;
	margin-bottom: 20px
}
.case-studies-slide.owl-theme .owl-nav {
	margin-top: 0 !important;
	line-height: 1;
	position: absolute;
	top: -86px;
	right: -5px
}
.case-studies-slide.owl-theme .owl-nav .owl-prev, .case-studies-slide.owl-theme .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f1f7f8;
	border-radius: 50%;
	transition: all ease .5s;
	color: #294845
}
.case-studies-slide.owl-theme .owl-nav .owl-prev i, .case-studies-slide.owl-theme .owl-nav .owl-next i {
	transition: all ease .5s;
	font-size: 20px
}
.case-studies-slide.owl-theme .owl-nav .owl-prev:hover, .case-studies-slide.owl-theme .owl-nav .owl-next:hover {
	background-color: #195fad
}
.case-studies-slide.owl-theme .owl-nav .owl-prev:hover i, .case-studies-slide.owl-theme .owl-nav .owl-next:hover i {
	color: #fff
}
.customer-area {
	position: relative;
	z-index: 1;
	background-image: url(../../images/customer/customer-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.customer-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #294845;
	opacity: .9;
	z-index: -1
}
.customer-area .container-fluid {
	max-width: 1675px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px
}
.customer-content .top-title {
	font-size: 16px;
	font-weight: 600;
	color: #195fad;
	margin-bottom: 10px;
	display: block
}
.customer-content h2 {
	font-size: 36px;
	margin-bottom: 40px;
	color: #fff
}
.customer-content ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	margin-left: 30px
}
.customer-content ul li {
	display: inline-block;
	margin-left: -30px
}
.customer-content ul li:hover img {
	transform: scale(1.1)
}
.customer-content ul li img {
	border-radius: 50%;
	transition: all ease .5s;
	cursor: pointer
}
.customer-content ul li p {
	margin-left: 10px;
	position: relative;
	top: 6px;
	color: #fff;
	font-weight: 600
}
.customer-content ul li p span {
	color: #195fad;
	font-weight: 700
}
.single-customer {
	background-color: #fff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 50px;
	position: relative
}
.single-customer .quait {
	position: absolute;
	top: 50px;
	right: 50px;
	opacity: .2
}
.single-customer i {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 50px;
	color: rgba(17, 166, 61, .2)
}
.single-customer .avataer {
	position: relative;
	padding-left: 90px;
	margin-bottom: 30px
}
.single-customer .avataer h3 {
	font-size: 20px
}
.single-customer .avataer img {
	position: absolute;
	top: -10px;
	left: 0;
	border-radius: 50%
}
.customer-slide.owl-carousel .owl-item img {
	width: auto
}
.customer-slide.owl-theme .owl-nav {
	margin-top: 0 !important;
	line-height: 1
}
.customer-slide.owl-theme .owl-nav .owl-prev, .customer-slide.owl-theme .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	transition: all ease .5s;
	position: absolute;
	top: 50%;
	left: -75px;
	transform: translateY(-50%);
	font-size: 20px
}
.customer-slide.owl-theme .owl-nav .owl-prev i, .customer-slide.owl-theme .owl-nav .owl-next i {
	transition: all ease .5s
}
.customer-slide.owl-theme .owl-nav .owl-prev:hover, .customer-slide.owl-theme .owl-nav .owl-next:hover {
	background-color: #195fad
}
.customer-slide.owl-theme .owl-nav .owl-prev:hover i, .customer-slide.owl-theme .owl-nav .owl-next:hover i {
	color: #fff
}
.customer-slide.owl-theme .owl-nav .owl-next {
	left: auto;
	right: -75px
}
.customer-wrap {
	margin-left: 100px
}
.single-team {
	margin-bottom: 30px;
	transition: all ease .5s
}
.single-team .team-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px
}
.single-team .team-img ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	position: absolute;
	right: 10px;
	bottom: -60px;
	margin: auto;
	text-align: center;
	transition: all ease .5s
}
.single-team .team-img ul li {
	display: inline-block
}
.single-team .team-img ul li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	color: #fff;
	display: inline-block;
	border-radius: 0;
	font-size: 15px
}
.single-team .team-img ul li a i {
	font-size: 20px;
	background-color: #2867b2;
	padding: 5px;
	border-radius: 50px
}
.single-team .team-img ul li a:hover {
	background-color: #fff
}
.single-team .team-content h3 {
	font-size: 20px
}
.single-team .team-content span {
	color: #294845
}
.single-team:hover {
	transform: translateY(-5px)
}
.single-team:hover .team-img ul {
	bottom: 10px
}
.partner-slide.owl-carousel .owl-item img {
	width: auto;
	margin: auto
}
.single-blog {
	transition: all ease .5s;
	margin-bottom: 30px
}
.single-blog .blog-img {
	display: block;
	margin-bottom: 25px
}
.single-blog .blog-content .tag {
	display: inline-block;
	padding: 0px 10px;
	background-color: #195fad;
	color: #fff;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 29px
}
.single-blog .blog-content .tag:hover {
	background-color: #294845
}
.single-blog .blog-content h3 {
	font-size: 30px;
	margin-bottom: 20px
}
.single-blog .blog-content h3 a {
	color: #294845
}
.single-blog .blog-content h4 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 36px
}
.single-blog .blog-content h4 a {
	color: #294845
}
.single-blog .blog-content ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}
.single-blog .blog-content ul li {
	display: inline-block;
	margin-right: 60px;
	position: relative;
	font-size: 14px
}
.single-blog .blog-content ul li::before {
	content: "";
	position: absolute;
	top: 10px;
	right: -35px;
	width: 6px;
	height: 6px;
	background-color: #195fad;
	border-radius: 50%
}
.single-blog .blog-content ul li:last-child::before {
	display: none
}
.single-blog .blog-content ul li a {
	color: #1b3c54
}
.single-blog .blog-content ul li a:hover {
	color: #195fad
}
.single-blog:hover {
	transform: translateY(-5px)
}
.single-blog:hover .blog-content h3 a {
	color: #195fad
}
.single-blog:hover .blog-content h4 a {
	color: #195fad
}
.single-footer-widget {
	margin-bottom: 30px
}
.single-footer-widget .white-logo {
	margin-bottom: 20px;
	display: inline-block
}
.single-footer-widget h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px
}
.single-footer-widget .newsletter-form .form-control {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 50px;
	color: #fff;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .08)
}
.single-footer-widget .newsletter-form .form-control:focus {
	border-color: #195fad
}
.single-footer-widget .newsletter-form .form-control::placeholder {
	color: #fff
}
.single-footer-widget .newsletter-form .default-btn {
	width: 100%;
	margin-top: 15px
}
.single-footer-widget .newsletter-form .default-btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #195fad
}
.single-footer-widget .newsletter-form #validator-newsletter {
	color: red;
	margin-top: 5px;
	text-align: center;
	font-size: 14px
}
.single-footer-widget h3 {
	font-size: 24px;
	margin-bottom: 25px;
	color: #fff
}
.single-footer-widget ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}
.single-footer-widget .import-link li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px
}
.single-footer-widget .import-link li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #195fad;
	border-radius: 50%
}
.single-footer-widget .import-link li:last-child {
	margin-bottom: 0
}
.single-footer-widget .import-link li a {
	color: #fff
}
.single-footer-widget .import-link li a:hover {
	color: #195fad
}
.single-footer-widget .contact-info li {
	position: relative;
	color: #fff;
	margin-bottom: 15px;
	padding-left: 90px
}
.single-footer-widget .contact-info li:last-child {
	margin-bottom: 0
}
.single-footer-widget .contact-info li span {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	font-size: 16px;
}
.single-footer-widget .contact-info li a {
	color: #fff
}
.single-footer-widget .contact-info li a:hover {
	color: #195fad
}
.copy-right-area {
	padding-bottom: 30px
}
.copy-right-area .copy-right-wrap {
	border-top: 1px solid rgba(229, 229, 229, .2);
	padding-top: 30px
}
.copy-right-content p {
	color: #fff
}
.copy-right-content p a {
	color: #195fad
}
.copy-right-social-icon ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: right
}
.copy-right-social-icon ul li {
	display: inline-block;
	margin-right: 5px
}
.copy-right-social-icon ul li:last-child {
	margin-right: 0
}
.copy-right-social-icon ul li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 50%;
	display: inline-block;
	font-size: 20px;
	color: #294845
}
.copy-right-social-icon ul li a:hover {
	background-color: #fff;
	color: #294845
}
.page-banner-area {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	background-image: url(../images/slider-3.jpg)
}
.page-banner-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, #FFFFFF 18.1%, rgba(241, 247, 248, 0.2) 58.56%, rgba(241, 247, 248, 0) 65.36%);
	z-index: -1;
	transform: matrix(-1, 0, 0, 1, 0, 0)
}
.page-banner-area.bg-1 {
	background-image: url(../images/slider-3.jpg)
}
.page-banner-content h2 {
	font-size: 80px;
	margin-bottom: 20px
}
.page-banner-content ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	line-height: 1
}
.page-banner-content ul li {
	display: inline-block;
	position: relative;
	margin-right: 30px
}
.page-banner-content ul li::before {
	content: "";
	position: absolute;
	top: 1px;
	right: -19px;
	width: 1px;
	height: 100%;
	background-color: #294845;
	transform: rotate(25deg)
}
.page-banner-content ul li:last-child {
	margin-right: 0
}
.page-banner-content ul li:last-child::before {
	display: none
}
.appointment-img {
	position: relative;
	z-index: 1;
	margin: 30px;
	margin-right: 50px
}
.appointment-img::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	width: 400px;
	height: 400px;
	background-color: #195fad;
	z-index: -1
}
.appointment-img::after {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 400px;
	height: 400px;
	background-color: rgba(27, 60, 84, .2);
	z-index: -1
}
.appointment-form {
	margin-left: 50px
}
.appointment-form .form-group {
	margin-bottom: 30px
}
.appointment-form .form-group label {
	font-size: 15px;
	margin-bottom: 8px
}
.appointment-form .form-group .form-control {
	background-color: #fff
}
.single-pricing {
	background-color: #f1f7f8;
	padding: 30px;
	margin-bottom: 30px;
	transition: all ease .5s
}
.single-pricing h3 {
	font-size: 20px;
	margin-bottom: 15px
}
.single-pricing h2 {
	font-size: 36px;
	color: #195fad;
	margin-bottom: 15px
}
.single-pricing h2 span {
	font-size: 20px;
	color: #294845;
	position: relative;
	top: -6px
}
.single-pricing h2 sub {
	color: #1b3c54;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400
}
.single-pricing ul {
	padding-left: 0;
	margin-bottom: 30px;
	list-style-type: none
}
.single-pricing ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px
}
.single-pricing ul li:last-child {
	margin-bottom: 0
}
.single-pricing ul li i {
	position: absolute;
	top: 0;
	left: 0;
	color: #195fad
}
.single-pricing ul li .ri-close-line {
	color: #df0000
}
.single-pricing:hover {
	transform: translateY(-5px)
}
.single-pricing.active {
	background-color: #294845
}
.single-pricing.active h3 {
	color: #fff
}
.single-pricing.active h2 span {
	color: #fff
}
.single-pricing.active h2 sub {
	color: #fff
}
.single-pricing.active ul li {
	color: #fff
}
.single-pricing.active .default-btn:hover {
	background-color: #fff;
	color: #294845
}
.accordion-item {
	border: none;
	max-width: 860px;
	margin: auto;
	margin-bottom: 45px
}
.accordion-item:last-child {
	margin-bottom: 0
}
.accordion-item .accordion-header .accordion-button {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	font-weight: 700;
	
	color: #294845;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0
}
.accordion-item .accordion-header .accordion-button::after {
	filter: brightness(0.5)
}
.accordion-item .accordion-header .accordion-button:focus {
	box-shadow: none
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) {
	background-color: #fff;
	color: #294845;
	box-shadow: none;
	border-color: #ebf0f3;
	border-bottom: 1px solid #e5e5e5
}
.accordion-item .accordion-body {
	border: none;
	border-top: none;
	background-color: #fff;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0
}
.accordion-item:first-of-type .accordion-button {
	border-radius: 0
}
.accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 0
}
.contact-area .section-title h2 {
	font-size: 30px
}
.contact-info-content {
	max-width: 475px;
	margin-left: auto
}
.contact-info-content h2 {
	font-size: 30px;
	margin-bottom: 40px
}
.contact-info-content ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}
.contact-info-content ul li {
	position: relative;
	margin-bottom: 30px
}
.contact-info-content ul li:last-child {
	margin-bottom: 0
}
.contact-info-content ul li h3 {
	font-size: 20px
}
.contact-info-content ul li i {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	font-size: 20px;
	color: #294845;
	transition: all ease .5s
}
.contact-info-content ul li .icon {
	position: absolute;
	top: -5px;
	left: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	transition: all ease .5s
}
.contact-info-content ul li:hover .icon {
	background-color: #195fad
}
.contact-info-content ul li:hover .icon img {
	filter: brightness(10)
}
.contact-info-content ul li:hover i {
	background-color: #195fad;
	color: #fff
}
.maps-wrap iframe {
	display: block;
	width: 100%;
	height: 510px
}
.contact-form {
	max-width: 860px;
	margin: auto;
	position: relative
}
.contact-form .form-group {
	margin-bottom: 30px
}
.contact-form .form-group label {
	margin-bottom: 8px;
	font-size: 15px
}
.contact-form .form-check {
	padding-left: 12px
}
.contact-form .form-check label {
	margin-bottom: 0
}
.contact-form .form-check a {
	color: #195fad
}
.list-unstyled {
	color: #dc3545;
	margin-top: 10px;
	font-size: 14px
}
.hidden {
	display: none
}
#msgSubmit {
	margin-top: 30px;
	font-size: 20px
}
.widget-sidebar .sidebar-widget {
	margin-bottom: 30px;
	background-color: #f1f5f7;
	padding: 50px
}
.widget-sidebar .sidebar-widget:last-child {
	margin-bottom: 0
}
.widget-sidebar .sidebar-widget h3 {
	font-size: 20px;
	margin-bottom: 25px
}
.widget-sidebar .sidebar-widget ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.widget-sidebar .sidebar-widget ul li {
	position: relative;
	font-size: 16px;
	margin-bottom: 20px
}
.widget-sidebar .sidebar-widget ul li:last-child {
	margin-bottom: 0
}
.widget-sidebar .sidebar-widget ul li a {
	display: block;
	font-weight: 600;
	color: #294845;
	font-size: 15px
}
.widget-sidebar .sidebar-widget ul li a:hover {
	color: #195fad
}
.widget-sidebar .sidebar-widget ul li a i {
	float: right
}
.widget-sidebar .sidebar-widget .src-form {
	position: relative
}
.widget-sidebar .sidebar-widget .src-form .form-control {
	background: #fff;
	border: 1px solid #e5e5e5
}
.widget-sidebar .sidebar-widget .src-form .form-control:focus {
	border-color: #195fad
}
.widget-sidebar .sidebar-widget .src-form .form-control::placeholder {
	color: rgba(27, 60, 84, .3)
}
.widget-sidebar .sidebar-widget .src-form .src-btn {
	position: absolute;
	top: 12px;
	right: 18px;
	background-color: rgba(0, 0, 0, 0);
	font-size: 20px;
	transition: all ease .5s
}
.widget-sidebar .sidebar-widget .src-form .src-btn:hover {
	color: #195fad
}
.widget-sidebar .sidebar-widget.recent-post .item {
	position: relative;
	margin-bottom: 20px;
	padding-left: 115px
}
.widget-sidebar .sidebar-widget.recent-post .item:last-child {
	margin-bottom: 0
}
.widget-sidebar .sidebar-widget.recent-post .item .thumb {
	top: 0;
	left: 0;
	width: 100px;
	float: unset;
	height: 100%;
	display: block;
	position: absolute
}
.widget-sidebar .sidebar-widget.recent-post .item .thumb .fullimage {
	width: 100px;
	height: 100%;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center center !important
}
.widget-sidebar .sidebar-widget.recent-post .item .thumb .fullimage.bg-1 {
	background-image: url(../../images/blog/blog-1.jpg)
}
.widget-sidebar .sidebar-widget.recent-post .item .thumb .fullimage.bg-2 {
	background-image: url(../../images/blog/blog-2.jpg)
}
.widget-sidebar .sidebar-widget.recent-post .item .thumb .fullimage.bg-3 {
	background-image: url(../../images/blog/blog-3.jpg)
}
.widget-sidebar .sidebar-widget.recent-post .item .thumb .fullimage.bg-4 {
	background-image: url(../../images/blog/blog-4.jpg)
}
.widget-sidebar .sidebar-widget.recent-post .item .info .title {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0
}
.widget-sidebar .sidebar-widget.recent-post .item .info .date {
	padding-left: 0;
	position: relative;
	margin-bottom: 7px;
	display: block
}
.widget-sidebar .sidebar-widget.recent-post .item .info .date i {
	position: relative;
	top: 2px;
	color: #195fad
}
.widget-sidebar .sidebar-widget.tags ul {
	margin-bottom: -6px
}
.widget-sidebar .sidebar-widget.tags ul li {
	display: inline-block;
	margin-bottom: 6px;
	padding-left: 0;
	margin-right: 6px
}
.widget-sidebar .sidebar-widget.tags ul li:last-child {
	margin-bottom: 0;
	margin-right: 0
}
.widget-sidebar .sidebar-widget.tags ul li::before {
	display: none
}
.widget-sidebar .sidebar-widget.tags ul li a {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 0px 13px;
	display: inline-block;
	font-size: 14px;
	line-height: 50px;
	font-weight: 400
}
.widget-sidebar .sidebar-widget.tags ul li a:hover {
	background-color: #195fad;
	color: #fff;
	border-color: #195fad
}
.widget-sidebar .sidebar-widget.help-us .form-group {
	margin-bottom: 20px
}
.widget-sidebar .sidebar-widget.help-us .form-group .form-control {
	background-color: #fff;
	border: 1px solid #e5e5e5
}
.widget-sidebar .sidebar-widget.help-us .form-group .form-control:focus {
	border-color: #195fad
}
.widget-sidebar .sidebar-widget.help-us .form-group label {
	margin-bottom: 10px
}
.widget-sidebar .sidebar-widget.project-info li {
	margin-bottom: 20px
}
.widget-sidebar .sidebar-widget.project-info li:last-child {
	margin-bottom: 0
}
.widget-sidebar .sidebar-widget.project-info li h4 {
	font-size: 18px;
	margin-bottom: 11px
}
.widget-sidebar .sidebar-widget.project-info li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	background-color: rgba(27, 60, 84, .3);
	color: #fff;
	margin-right: 5px;
	font-weight: normal
}
.widget-sidebar .sidebar-widget.project-info li a:last-child {
	margin-right: 0
}
.widget-sidebar .sidebar-widget.project-info li a i {
	float: unset
}
.widget-sidebar .sidebar-widget.project-info li a:hover {
	background-color: #195fad;
	color: #fff
}
.project-info-sticky {
	position: sticky;
	top: 130px
}
.login-register-content {
	background-color: #fff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 50px;
	border-radius: 5px;
	max-width: 600px;
	margin: auto
}
.login-register-content h2 {
	font-size: 30px;
	margin-bottom: 30px
}
.login-register-content .form-group {
	margin-bottom: 20px
}
.login-register-content .form-group label {
	margin-bottom: 8px
}
.login-register-content .form-group .form-control::placeholder {
	color: #afb5c4
}
.login-register-content .form-group .form-control:focus {
	border-color: #195fad
}
.login-register-content .form-group .default-btn {
	width: 100%
}
.login-register-content .form-group a {
	text-align: right;
	display: block
}
.login-register-content p a {
	color: #195fad
}
.error-content {
	text-align: center;
	position: relative
}
.error-content .default-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 200px
}
.coming-soon-area {
	height: 100vh
}
.coming-soon-content {
	max-width: 700px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	padding: 60px;
	background-color: #fff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin: auto
}
.coming-soon-content h2 {
	font-size: 40px;
	margin-top: -10px;
	margin-bottom: 0
}
.coming-soon-content #timer {
	margin-top: 40px
}
.coming-soon-content #timer div {
	border: 4px solid #195fad;
	color: #195fad;
	width: 100px;
	height: 105px;
	border-radius: 5px;
	font-size: 40px;
	font-weight: 800;
	margin-left: 10px;
	margin-right: 10px
}
.coming-soon-content #timer div span {
	display: block;
	margin-top: -2px;
	font-size: 17px;
	font-weight: 600
}
.coming-soon-content form {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px
}
.coming-soon-content form .form-group {
	margin-bottom: 25px;
	width: 100%;
	position: relative
}
.coming-soon-content form .form-group .label-title {
	margin-bottom: 0;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	color: #294845
}
.coming-soon-content form .form-group .label-title i {
	position: absolute;
	left: 0;
	transition: all ease .5s;
	top: 9px;
	font-size: 22px
}
.coming-soon-content form .form-group .label-title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	transition: all ease .5s;
	background: #195fad
}
.coming-soon-content form .form-group .input-newsletter {
	border-radius: 0;
	border: 1px solid #eee;
	padding: 10px 20px;
	color: #294845;
	height: 50px;
	display: block;
	width: 100%;
	transition: all ease .5s;
	font-size: 16px;
	font-weight: 400;
	background-color: #fff
}
.coming-soon-content form .form-group .input-newsletter::placeholder {
	color: #1b3c54;
	transition: all ease .5s
}
.coming-soon-content form .form-group .input-newsletter:focus {
	border-color: #195fad;
	outline: 0 !important
}
.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
	color: rgba(0, 0, 0, 0)
}
.coming-soon-content form .validation-danger {
	margin-top: 15px;
	color: red
}
.coming-soon-content form .validation-success {
	margin-top: 15px
}
.coming-soon-content form p {
	margin-bottom: 0;
	margin-top: 20px
}
.coming-soon-content .newsletter-form .default-btn {
	margin-top: 0;
	height: 49px
}
.main-content-text h1, .main-content-text h2, .main-content-text h3, .main-content-text h4, .main-content-text h5, .main-content-text h6 {
	margin-bottom: 15px
}
.main-content-text h1 {
	font-size: 30px
}
.main-content-text h2 {
	font-size: 26px
}
.main-content-text h3 {
	font-size: 22px
}
.main-content-text h4 {
	font-size: 22px
}
.main-content-text h5 {
	font-size: 20px
}
.main-content-text h6 {
	font-size: 18px
}
.main-content-text .gap-20 {
	margin-bottom: 30px
}
.main-content-text ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 0
}
.main-content-text ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 35px
}
.main-content-text ul li:last-child {
	margin-bottom: 0
}
.main-content-text ul li i {
	position: absolute;
	top: -6px;
	left: 0;
	color: #195fad;
	font-size: 25px
}
.main-content-text ol {
	padding-left: 18px
}
.main-content-text ol li {
	margin-bottom: 10px
}
.main-content-text ol li::marker {
	color: #195fad
}
.main-content-text ol li:last-child {
	margin-bottom: 0
}
.main-content-text a {
	color: #195fad
}
.main-content-text a:hover {
	text-decoration: underline
}
.main-content-text .content-gap-mb-20 {
	margin-bottom: 20px
}
.main-content-text .content-gap-mb-30 {
	margin-bottom: 30px
}
.blog-details-content .blog-img img {
	margin-bottom: 30px
}
.blog-details-content .blog-img .tag {
	display: inline-block;
	background-color: #195fad;
	padding: 5px 20px;
	color: #fff;
	margin-bottom: 15px;
	font-size: 14px;
	padding: 0px 10px;
	line-height: 29px
}
.blog-details-content .blog-img h2 {
	font-size: 30px;
	margin-bottom: 15px
}
.blog-details-content .blog-img ul {
	padding-left: 0;
	margin-bottom: 30px;
	list-style-type: none
}
.blog-details-content .blog-img ul li {
	display: inline-block;
	margin-right: 60px;
	position: relative
}
.blog-details-content .blog-img ul li::before {
	content: "";
	position: absolute;
	top: 9px;
	right: -35px;
	width: 6px;
	height: 6px;
	background-color: #195fad;
	border-radius: 50%
}
.blog-details-content .blog-img ul li:last-child {
	margin-right: 0
}
.blog-details-content .blog-img ul li:last-child::before {
	display: none
}
.blog-details-content blockquote {
	position: relative;
	padding-left: 80px
}
.blog-details-content blockquote i {
	color: #195fad;
	font-size: 50px;
	position: absolute;
	top: 10px;
	left: 0
}
.blog-details-content blockquote p {
	font-weight: 700;
	font-size: 18px
}
.blog-details-content .tag-social {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee
}
.blog-details-content .tag-social ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}
.blog-details-content .tag-social ul li {
	display: inline-block;
	margin-right: 5px
}
.blog-details-content .tag-social ul li:last-child {
	margin-right: 0
}
.blog-details-content .tag-social ul li span {
	font-weight: 600
}
.blog-details-content .tag-social .social-link li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	background-color: #3b5998;
	border-radius: 50%;
	color: #fff
}
.blog-details-content .tag-social .social-link li:nth-child(2) a {
	background-color: #1da1f2
}
.blog-details-content .tag-social .social-link li:nth-child(3) a {
	background-color: #007bb5
}
.blog-details-content .prev-next {
	margin-bottom: 50px
}
.blog-details-content .prev-next a {
	font-weight: 600
}
.blog-details-content .prev-next a i {
	position: relative;
	top: 2px
}
.blog-details-content .comments {
	margin-bottom: 50px
}
.blog-details-content .comments h3 {
	font-size: 25px;
	margin-bottom: 30px
}
.blog-details-content .comments ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}
.blog-details-content .comments ul li {
	position: relative;
	margin-bottom: 30px
}
.blog-details-content .comments ul li:last-child {
	margin-bottom: 0
}
.blog-details-content .comments ul li span {
	display: block;
	margin-bottom: 10px
}
.blog-details-content .comments ul li h4 {
	font-size: 16px;
	font-family: "Open Sans", sans-serif
}
.blog-details-content .comments ul li p {
	margin-bottom: 0
}
.blog-details-content .comments ul li .reply {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 700;
	font-size: 14px
}
.blog-details-content .comments ul li .reply i {
	position: relative;
	top: 4px
}
.blog-details-content .leave-form h3 {
	font-size: 25px
}
.blog-details-content .leave-form p {
	margin-bottom: 30px
}
.blog-details-content .leave-form .form-group {
	margin-bottom: 30px
}
.blog-details-content .leave-form .form-group .form-control {
	background: rgba(241, 247, 248, .5);
	border: 1px solid #e5e5e5
}
.blog-details-content .leave-form .form-group label {
	margin-bottom: 8px
}
.services-details img {
	margin-bottom: 30px
}
.services-details h3 {
	font-size: 36px
}
.services-details h4 {
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 10px
}
.services-details h2 {
	margin-bottom: 40px
}
.services-details ul {
	padding-left: 30px;
	margin-bottom: 30px;
	list-style-type: none
}
.services-details ul li {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px
}
.services-details ul li:last-child {
	margin-bottom: 0
}
.services-details ul li i {
	position: absolute;
	top: 0;
	left: 0;
	color: #195fad
}
.case-study-details-area .container {
	max-width: 1095px;
	margin: auto
}
.case-study-details-area .widget-sidebar .sidebar-widget.project-info li h4 {
	font-size: 20px
}
.case-overview {
	margin-bottom: 50px
}
.case-overview h2 {
	font-size: 36px
}
.case-overview p {
	margin-bottom: 30px
}
.case-study-details h4 {
	font-size: 22px;
	margin-top: 35px;
	margin-bottom: 10px
}
.case-study-details ul {
	padding-left: 0;
	margin-bottom: 30px;
	list-style-type: none
}
.case-study-details ul li {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px
}
.case-study-details ul li:last-child {
	margin-bottom: 0
}
.case-study-details ul li i {
	position: absolute;
	top: 0;
	left: 0;
	color: #195fad
}
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 99999
}
.preloader .lds-ripple {
	position: absolute;
	width: 80px;
	height: 80px;
	animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
	left: 50%;
	top: 50%;
	transform: translate(-40px, -50px)
}
.preloader .preloader-container {
	width: 80px;
	height: 80px
}
.preloader .petal {
	position: absolute;
	width: 30%;
	height: 50%;
	bottom: 50%;
	left: 50%;
	transform-origin: bottom center;
	border-radius: 50%;
	z-index: 2
}
.preloader .petal::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0%;
	left: 0%;
	transform-origin: bottom center;
	border-radius: 50%;
	background-color: #195fad;
	z-index: 2;
	animation: opacity-nine .8s infinite linear;
	opacity: 1;
	border-left: 1px solid #fff
}
.preloader .petal:nth-of-type(6) {
	transform: translate(-50%, 0%) rotate(225deg)
}
.preloader .petal:nth-of-type(6)::before {
	background-color: rgba(0, 0, 0, 0);
	animation-delay: .5s
}
.preloader .petal:nth-of-type(7) {
	transform: translate(-50%, 0%) rotate(270deg)
}
.preloader .petal:nth-of-type(7)::before {
	background-color: rgba(0, 0, 0, 0);
	animation-delay: .6s
}
.preloader .petal:nth-of-type(8) {
	transform: translate(-50%, 0%) rotate(315deg)
}
.preloader .petal:nth-of-type(8)::before {
	background-color: rgba(0, 0, 0, 0);
	animation-delay: .7s
}
.preloader .petal:nth-of-type(1) {
	transform: translate(-50%, 0%)
}
.preloader .petal:nth-of-type(1)::before {
	animation-delay: 0s
}
.preloader .petal:nth-of-type(2) {
	transform: translate(-50%, 0%) rotate(45deg)
}
.preloader .petal:nth-of-type(2)::before {
	animation-delay: .1s
}
.preloader .petal:nth-of-type(3) {
	transform: translate(-50%, 0%) rotate(90deg)
}
.preloader .petal:nth-of-type(3)::before {
	animation-delay: .2s
}
.preloader .petal:nth-of-type(4) {
	transform: translate(-50%, 0%) rotate(135deg)
}
.preloader .petal:nth-of-type(4)::before {
	animation-delay: .3s
}
.preloader .petal:nth-of-type(5) {
	transform: translate(-50%, 0%) rotate(180deg)
}
.preloader .petal:nth-of-type(5)::before {
	animation-delay: .4s
}
.preloader .petal-1 {
	position: absolute;
	width: 30%;
	height: 50%;
	bottom: 50%;
	left: 50%;
	transform-origin: bottom center;
	border-radius: 50%;
	z-index: -1
}
.preloader .petal-1::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0%;
	left: 0%;
	transform-origin: bottom center;
	border-radius: 50%;
	background-color: #195fad;
	z-index: 2;
	animation: opacity-nine .8s infinite linear;
	opacity: 1
}
.preloader .petal-1:nth-of-type(9) {
	transform: translate(-50%, 0%) rotate(225deg)
}
.preloader .petal-1:nth-of-type(9)::before {
	animation-delay: .5s
}
.preloader .petal-1:nth-of-type(10) {
	transform: translate(-50%, 0%) rotate(270deg)
}
.preloader .petal-1:nth-of-type(10)::before {
	animation-delay: .6s
}
.preloader .petal-1:nth-of-type(11) {
	transform: translate(-50%, 0%) rotate(315deg)
}
.preloader .petal-1:nth-of-type(11)::before {
	animation-delay: .7s
}
.preloader .ball {
	position: absolute;
	width: 28%;
	height: 28%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: #195fad;
	z-index: 3
}
.preloader.preloader-deactivate {
	visibility: hidden
}
@keyframes opacity-nine {
	0% {
		opacity: 1
	}
	95% {
		opacity: .2
	}
	100% {
		opacity: .2
	}
}
.go-top {
	position: fixed;
	cursor: pointer;
	right: 3%;
	top: 87%;
	background-color: #195fad;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	transform: scale(0);
	visibility: hidden;
	transition: .9s
}
.go-top i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	transition: .5s;
	font-size: 20px
}
.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%
}
.go-top::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #195fad;
	opacity: 0;
	visibility: hidden;
	transition: .5s
}
.go-top:hover {
	color: #fff;
	background-color: #195fad
}
.go-top:hover::before {
	opacity: 1;
	visibility: visible
}
.go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}
.go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}
.go-top:focus {
	color: #fff
}
.go-top:focus::before {
	opacity: 1;
	visibility: visible
}
.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}
.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}
.go-top.active {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	right: 3%;
	top: 87%;
	transform: scale(1)
}
.video-btn {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 0;
	color: #195fad;
	position: relative;
	top: 3px;
	z-index: 1;
	background-color: rgba(98, 189, 94, .8);
	border-radius: 50%;
	transition: all ease .5s
}
.video-btn i {
	font-size: 42px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 3px;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100%;
	height: 100%
}
.video-btn::after, .video-btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 0;
	border-radius: 50%;
	transition: all ease .5s;
	animation: ripple 1.6s ease-out infinite;
	background-color: rgba(98, 189, 94, .8)
}
.video-btn:hover {
	background-color: rgba(27, 27, 27, .8)
}
.video-btn:hover::before, .video-btn:hover::after {
	background-color: rgba(27, 27, 27, .8)
}
@keyframes ripple {
	0%, 35% {
		transform: scale(0);
		opacity: 1
	}
	50% {
		transform: scale(1.5);
		opacity: .8
	}
	100% {
		opacity: 0;
		transform: scale(2)
	}
}
.video-btn-2 span {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	content: "";
	display: block;
	border-radius: 50%;
	width: 90px;
	height: 90px
}
.video-btn-2 span::after {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: .1px solid #195fad;
	animation: videoTwo 8s linear infinite
}
.video-btn-2 span::before {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: .1px solid #195fad;
	animation: videoTwo 8s linear infinite
}
.video-btn-2 span:nth-child(1)::after {
	animation-delay: 1s
}
.video-btn-2 span:nth-child(1)::before {
	animation-delay: 5s
}
.video-btn-2 span:nth-child(2)::after {
	animation-delay: 2s
}
.video-btn-2 span:nth-child(2)::before {
	animation-delay: 6s
}
.video-btn-2 span:nth-child(3)::after {
	animation-delay: 3s
}
.video-btn-2 span:nth-child(3)::before {
	animation-delay: 7s
}
.video-btn-2 span:nth-child(4)::after {
	animation-delay: 4s
}
.video-btn-2 i {
	width: 90px;
	height: 90px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background: #fff;
	color: #195fad;
	border: 5px solid #195fad;
	font-size: 60px
}
.video-btn-2.video-btn-3 i {
	color: #294845;
	border-color: #294845
}
.video-btn-2.video-btn-3 span::before {
	border: .1px solid #294845
}
.video-btn-2.video-btn-3 span::after {
	border: .1px solid #294845
}
@keyframes videoTwo {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1
	}
	100% {
		transform: translate(-50%, -50%) scale(5);
		opacity: 0
	}
}
.go-top {
	position: fixed;
	cursor: pointer;
	right: 3%;
	top: 87%;
	background-color: #195fad;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	transform: scale(0);
	visibility: hidden;
	transition: .9s
}
.go-top i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	transition: .5s;
	font-size: 20px
}
.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%
}
.go-top::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #195fad;
	opacity: 0;
	visibility: hidden;
	transition: .5s
}
.go-top:hover {
	color: #fff;
	background-color: #195fad
}
.go-top:hover::before {
	opacity: 1;
	visibility: visible
}
.go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}
.go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}
.go-top:focus {
	color: #fff
}
.go-top:focus::before {
	opacity: 1;
	visibility: visible
}
.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}
.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}
.go-top.active {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	right: 3%;
	top: 74%;
	transform: scale(1)
}
.video-btn {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 0;
	color: #195fad;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 50%;
	transition: all ease .5s
}
.video-btn i {
	font-size: 42px;
	color: #195fad;
	position: absolute;
	top: 0;
	left: 0px;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100%;
	height: 100%
}
.video-btn::after, .video-btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 0;
	border-radius: 50%;
	transition: all ease .5s;
	animation: ripple 1.6s ease-out infinite;
	background-color: #fff
}
.video-btn span {
	position: absolute;
	top: 0;
	right: -105px;
	width: 100px;
	font-size: 15px
}
.video-btn:hover {
	background-color: #195fad
}
.video-btn:hover i {
	color: #fff
}
.video-btn:hover::before, .video-btn:hover::after {
	background-color: #195fad
}
@keyframes ripple {
	0%, 35% {
		transform: scale(0);
		opacity: 1
	}
	50% {
		transform: scale(1.5);
		opacity: .8
	}
	100% {
		opacity: 0;
		transform: scale(2)
	}
}
.pagination-area {
	margin-top: 10px
}
.pagination-area .page-numbers {
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #294845;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 16px;
	background-color: #f1f7f8;
	border-radius: 50px;
	font-weight: 700;
	font-size: 20px
}
.pagination-area .page-numbers:hover {
	color: #fff;
	background-color: #195fad
}
.pagination-area .page-numbers i {
	font-size: 20px;
	font-weight: normal;
	font-weight: 700
}
.pagination-area .page-numbers.next {
	top: 2px
}
.pagination-area .page-numbers.current {
	color: #fff;
	border-color: #195fad;
	background-color: #195fad
}
.delay-0-2s {
	animation-delay: .2s
}
.delay-0-4s {
	animation-delay: .4s
}
.delay-0-6s {
	animation-delay: .6s
}
.delay-0-8s {
	animation-delay: .8s
}
.delay-0-1s {
	animation-delay: 1s
}
.case-banner-slide.owl-theme .owl-nav {
    margin-top: 0 !important;
    line-height: 1;
    position: absolute;
    bottom: 146px;
    left: 50px;
}

.case-banner-slide.owl-theme .owl-nav .owl-prev,
.case-banner-slide.owl-theme .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f1f7f8;
    border-radius: 50%;
    transition: /* $transition */; /* Replace with actual value */
    color: /* $heading-color */; /* Replace with actual value */
}

.case-banner-slide.owl-theme .owl-nav .owl-prev i,
.case-banner-slide.owl-theme .owl-nav .owl-next i {
    transition: /* $transition */; /* Replace with actual value */
    font-size: 20px;
}

.case-banner-slide.owl-theme .owl-nav .owl-prev:hover,
.case-banner-slide.owl-theme .owl-nav .owl-next:hover {
    background-color: #294845
}

.case-banner-slide.owl-theme .owl-nav .owl-prev:hover i,
.case-banner-slide.owl-theme .owl-nav .owl-next:hover i {
    color: #fff
}
/* About us container */
.site-about {
  margin: 0;
  padding:90px 0 200px 0;
  display: block;
  clear: both;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .site-about {
    padding-top: 30px;
  }
}

.site-about .left-colom {
	float:left;
	width:90%;
}

.site-about .left-colom h3{
	text-align:right;
	font-size:27px;
	line-height:1.5;
	color:#828282;
	font-weight:700;
	margin:0;
	padding:0 0 25px 0;
}

@media screen and (max-width: 767px) {
	.site-about .left-colom {
		width:100%;
	}
	
  .site-about .left-colom h3{
	text-align:center;
	font-size:22px;
 }
}

.site-about .left-colom figure {
	text-align:right;
}

.site-about .left-colom:after{
  /* about section image */
  content: "";
  position: absolute;
  max-width:900px;
  height:450px;
  display: block;
  margin: 0 auto;
  left: -370px;
  right: 0;
  top: 100%;
  background:url(../images/about-us-bg.png) no-repeat;
}

@media screen and (max-width: 767px) {
	.site-about .left-colom:after{
  /* about section image */
  display:none;
  }
}


.site-about .right-colom {
	float:left;
	width:100%;
	text-align:left;
}

.site-about p {
  /* Paragraph */
  color: #828282;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  margin:0;
  padding:0;
}

@media screen and (max-width: 767px) {
  .site-about p {
	text-align:center;
	}
	
	.site-about .right-colom {
	text-align:center;
	}
}

.site-about h1 {
  /* H1 heading */
  /*margin-bottom: 50px;*/
}

.site-about h2 {
  /* H2 heading */
  /*margin-bottom: 10px;*/
}

.site-about .more-text {
	text-align:left;
}

@media screen and (max-width: 767px) {
  .site-about .more-text {
	text-align:center;
}
}
.about-area {
  overflow: hidden;
}
.about__image {
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .about__image {
    margin: 20px;
  }
}
.about__shape1 {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: -1;
}
.about__shape2 {
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: -1;
}
.about__right-item {
  max-width: 580px;
  float: right;
}
@media (max-width: 1199px) {
  .about__right-item {
    float: left;
    max-width: 100%;
  }
}
.about__counter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.about__counter h3 {
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 575px) {
  .about__counter h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
.about__counter h3 span {
  color: var(--heading-color);
}
.about-two__text {
  font-size: 32px !important;
  line-height: 46px;
  color: rgba(2, 13, 10, 0.6980392157);
  font-weight: 500;
}
@media (max-width: 575px) {
  .about-two__text {
    font-size: 20px !important;
    line-height: 32px;
    font-weight: 400;
  }
}
.about-two__item h3 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
}
.about-two__item .explore-btn span::after, .about-two__item .explore-btn-light span::after {
  display: none;
}
.about__author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.about__author .line {
  width: 1px;
  background-color: var(--border);
  min-height: 75px;
}
@media (max-width: 575px) {
  .about__author .line {
    display: none;
  }
}
ul.check-lists
{padding: 0px}
ul.check-lists li {
  position: relative;
  padding-left: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding-left: 30px;
  margin-bottom: 12px;
}
ul.check-lists li:before {
 top: 14px;
  position: absolute;
  left: 0;
  content: "\F285";
  font-family: bootstrap-icons !important;
  color: #195fad;
  font-weight: 700;
  font-size: 9px;
  border: 1px solid;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 17px;
  border-radius: 30px;
  left: 2%;
}
ul.check-lists.check-modify1 li {
  font-weight: 400;
}

@media only screen and (max-width: 1200px) {
  .px-5
  {padding: 10px 15px!important}
}
.padding-l {
padding-left: 10px;
}