@import "https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap";
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;300;400;500;600;700;800;900&display=swap'); 
 body {
	font-size: 16px;
	line-height: 1.6;
	font-family: rubik, sans-serif;
	color: #212121;
	font-weight: 400;
}
body::-webkit-scrollbar {
	background-color: transparent;
	width: 8px;
}
body::-webkit-scrollbar-thumb {
	background-color: #09135a;
}
p {
	font-weight: 400
}
a {
	display: inline-block;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-decoration: none;
	color: #09135a;
}
a:hover,
a:focus {
	text-decoration: none
}
body li {
	list-style: none;
}
button {
	margin: 0;
	padding: 0;
	outline: 0
}
button:focus {
	outline: 0;
	border: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0e0129;
	font-weight: 800;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
}
h3 {
	font-size: 22px
}
.d-table {
	width: 100%;
	height: 100%
}
.d-table-cell {
	display: table-cell;
	vertical-align: middle
}
img {
	max-width: 100%
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}
.pt-100 {
	padding-top: 100px
}
.pt-80 {
	padding-top: 80px
}
.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px
}
.pt-70 {
	padding-top: 70px;
}
.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px
}
.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px
}
.pb-100 {
	padding-bottom: 100px
}
.pb-70 {
	padding-bottom: 70px
}
.pt-50 {
	padding-top: 50px
}
.pt-60 {
	padding-top: 60px
}
.pt-45 {
	padding-top: 45px
}
.pt-20 {
	padding-top: 20px
}
.pt-30 {
	padding-top: 30px
}
.pt-40 {
	padding-top: 40px
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-40 {
	padding-bottom: 40px;
}
.mt-30 {
	margin-top: 30px;
}
.ml-25 {
	margin-left: 15px
}
.ml-20 {
	margin-left: 20px
}
.mr-20 {
	margin-right: 20px
}
.margin-auto {
	margin: 0 auto
}
.border-radius-50 {
	border-radius: 50px
}
.border-radius-5 {
	border-radius: 5px
}
.section-title span {
	margin-bottom: 8px;
	font-weight: 600;
	display: block
}
.section-title h2 {
	font-size: 30px;
	font-weight: 700;
	margin-top: 0;
	line-height: 1.2;
	color: #252525;
	margin-bottom: 0;
	text-transform: capitalize;
}
.section-title p {
	padding-top: 10px;
	margin-bottom: 0;
}
.sp-color1 {
	color: #09135a;
}
.sp-color2 {
	color: #09135a;
}
.default-btn {
	display: inline-block;
	padding: 10px 25px;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 6px;
}
.default-btn i {
	font-size: 16px;
	position: relative;
	top: 1px;
	margin-left: 6px;
}
.default-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	height: 100%;
	left: -36%;
	top: 0;
	-webkit-transform: skew(50deg);
	transform: skew(50deg);
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	width: 0
}
.default-btn:hover {
	color: #fff!important
}
.default-btn:hover:before {
	height: 100%;
	width: 135%;
	background-color: #4c6aa6;
}
.join-btn {
    position: relative;
    top: 4px;
}
.navbar-area {
    padding:5px 0;
}
.btn-bg-one {
	background-color: #09135a;
}
.btn-bg-two {
	background-color: #09135a;
}
.top-header {
	padding: 8px 0 6px 0;
}
.top-header-bg {
	background-color: #272264;
	position: relative;
	z-index: 1;

}
header.top-header.top-header-bg::before {
    content: "";
    height: 100%;
    width: 35%;
    background: #01a9aa;
    position: absolute;
    top: 0;
    left: -20px;
    transform: skew(-25deg);
    z-index: -1;
}
.top-left-side .top-header-text {
	display: inline-block;
	position: relative;
	margin-left: 30px
}

.top-left-side .top-header-text::before {
	content: '';
	position: absolute;
	left: -20px;
	width: 1px;
	height: 22px;
	background-color: #fff;
	top: 1px
}
.top-left-side .top-header-text p {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0
}
.top-left-side .top-header-text p b {
	color: #09135a;
	font-weight: 500;
	margin-right: 5px
}
.top-head-left {
	float: left
}
.top-head-left .top-contact {
	position: relative;
	display: inline-block
}
.top-head-left .top-contact:hover i {
	background-color: #09135a;
	color: #fff;
}
.top-head-left .top-contact:hover h3 a {
	color: #09135a
}
.top-head-left .top-contact h3 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 500
}
.top-head-left .top-contact h3 a {
	color: #fff;
	margin-bottom: 0;
	text-decoration: none
}
.top-head-left .top-contact h3 a:hover {
	color: #09135a
}
.top-header-right {
	float: right
}
.top-header-right .top-header-social {
	display: inline-block
}
.top-header-right .top-header-social ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.top-header-right .top-header-social ul li {
	display: inline-block;
	top: 1px;
	position: relative
}
.top-header-right .top-header-social ul li a {
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-left: 8px;
}
.top-header-right .top-header-social ul li a:hover {
	color:#76e9aa;
}
.top-header-right .language-list {
	top: -6px;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	margin-left: -20px;
	z-index: 9999
}
.top-header-right .language-list .language-list-item {
	height: 0;
	padding: 0 15px;
	border: none;
	color: #fff;
	background-color: transparent;
	font-weight: 500;
	font-size: 14px;
	border-radius: 5px 0 0 5px;
	padding-left: 30px;
	padding-right: 30px
}
.top-header-right .language-list .language-list-item:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none
}
.top-header-right .language-list .nice-select {
	height: 0;
	width: 125px;
	line-height: 0;
	font-size: 15px;
	margin-bottom: 0;
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	border-radius: 5px 0 0 5px;
	z-index: 9999;
	text-align: right!important
}
.top-header-right .language-list .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	border-radius: 0;
	margin-top: 20px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0
}
.top-header-right .language-list .nice-select .list .option {
	-webkit-transition: .6s;
	transition: .6s;
	color: #252525;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
	width: 180px;
	border-bottom: 1px solid #e1e1e1
}
.top-header-right .language-list .nice-select .list .option:hover {
	background-color: transparent!important;
	color: #09135a
}
.top-header-right .language-list .nice-select .list .option .selected {
	background-color: transparent!important;
	font-weight: 500;
	color: #09135a !important
}
.top-header-right .language-list .nice-select::after {
	content: '\e98c';
	height: 8px;
	width: 8px;
	border: none;
	top: 0;
	margin-bottom: 0;
	right: 10px;
	background-color: transparent;
	font-family: boxicons!important;
	color: #fff;
	font-size: 18px;
	-webkit-transform-origin: none;
	transform-origin: none;
	-webkit-transform: none;
	transform: none;
	margin-top: 0
}
.main-nav {
	background-color: transparent;
	top: 0;
	position: inherit;
	left: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.main-nav .navbar {
	padding-left: 0;
	padding-right: 0
}
.navbar-area .navbar-brand img {
	height: 100px;
	/*position: absolute;*/
	top: 0;
}
.ml-auto {
	margin-left: auto !important;
}
.main-nav nav .navbar-nav {
	margin-right: 20px;
}
.main-nav nav .navbar-nav .nav-item:hover a i,
.main-nav nav .navbar-nav .nav-item .active i {
	color: #09135a;
}
.main-nav nav .navbar-nav .nav-item a {
	text-transform: uppercase;
	color: #0e0129;
	margin-left: 6px;
	margin-right: 6px;
	position: relative;
	font-weight: 500;
}
.main-nav nav .navbar-nav .nav-item a::before {
	content: '';
	position: absolute;
	top: -7px;
	width: 0;
	height: 2px;
	left: 0;
	right: 0;
	background-color: #09135a;
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s
}
.main-nav nav .navbar-nav .nav-item a i {
	line-height: 0;
	position: relative;
	top: 2px;
	font-size: 18px;
	color: #0e0129;
	margin-left: 10px;
}
.main-nav nav .navbar-nav .nav-item .active {
	color:#09135a;
}
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus {
	color: #09135a !important
}
.main-nav nav .navbar-nav .nav-item a:hover::before,
.main-nav nav .navbar-nav .nav-item a:focus::before {
	opacity: 1;
	width: 100%
}
.main-nav nav .navbar-nav .nav-item a:hover i,
.main-nav nav .navbar-nav .nav-item a:focus i {
	color: #09135a
}
.navbar-area .navbar-brand {
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.main-nav nav .navbar-nav .nav-item a.active::before{
	opacity: 1;
	width: 100%;
}
.main-nav nav .navbar-nav .nav-item a.active i {
	color: #0e0129;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	z-index: 5;
	border: none;
	padding: 0;
	border-radius: 0;
	background-color: #fff!important;
	-webkit-transform: scale(0);
	transform: scale(0);
	border-top: 2px solid #09135a;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	border-bottom: 1px solid #e1e1e1
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
	border-bottom: none
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	color: #0e0129 !important;
	position: relative;
	z-index: 1;
	-webkit-transition: .7s;
	transition: .7s;
	font-weight: 500;
	padding: 10px 10px;
	font-size: 13px
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
	float: right;
	top: 12px;
	position: relative
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #09135a;
	-webkit-transition: .9s;
	transition: .9s;
	z-index: -1
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	border-radius: 0;
	color: #fff!important;
	padding-left: 35px
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
	color: #fff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
	width: 100%
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
	color: #fff!important;
	border-radius: 0;
	padding-left: 20px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active i {
	color: #fff
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus::before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active::before {
	width: 100%
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
	color: #fff!important
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active::before {
	width: 100%
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active i {
	color: #fff
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 100%;
	margin-top: 18px!important;
	position: absolute;
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.main-nav .nav-side.nav-side {
	position: relative
}
.main-nav .nav-side .nav-side-item {
	margin-right: 20px;
	display: inline-block
}
.main-nav .nav-side .nav-side-item:last-child {
	margin-right: 0
}
.main-nav .nav-side .nav-side-item .search-box {
	position: relative;
	top: -12px;
}
.main-nav .nav-side .nav-side-item .search-box i {
	cursor: pointer;
	font-size: 16px;
	color: #0e0129;
	position: relative;
	display: inline-block;
	top: 0;
}
.main-nav .nav-side .nav-side-item .search-box:hover i {
	color: #09135a
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form {
	position: relative;
	top: -10px
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form .form-control {
	height: 45px;
	background-color: #f8f8f8;
	padding: 10px 20px;
	width: 100%;
	border-radius: 50px;
	border: none
}

.sticky-nav .main-nav .nav-side .nav-side-item .search-box i {
	color: #0e0129;
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button {
	position: absolute;
	top: 3px;
	right: 3px;
	height: 40px;
	width: 40px;
	background-color: #09135a;
	-webkit-transition: all .5s;
	transition: all .5s;
	border: none;
	outline: none;
	border-radius: 50px
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button i {
	color: #fff;
	position: relative;
	top: 1.9px
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button:hover {
	background-color: #09135a
}
.main-nav .nav-side .nav-side-item .get-btn {
	display: inline-block;
	position: relative;
	top: 5px
}
.main-nav .nav-side .nav-side-item .get-btn .default-btn {
	padding: 9px 25px
}
.nav-side-mt {
	margin-top: 6px
}
.side-nav-responsive {
	display: none
}
.side-nav-responsive .dot-menu {
	padding: 0 10px;
	height: 30px;
	cursor: pointer;
	z-index: 999;
	position: absolute;
	right: 60px;
	top: 20px
}
.side-nav-responsive .dot-menu .circle-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px
}
.side-nav-responsive .dot-menu .circle-inner .in-circle {
	height: 5px;
	width: 5px;
	border-radius: 100%;
	margin: 0 2px;
	-webkit-transition: .7s;
	transition: .7s;
	background-color: #09135a
}
.side-nav-responsive .dot-menu:hover .circle-inner .circle {
	background-color: #09135a
}
.side-nav-responsive .container-max {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.side-nav-responsive .container-max .container {
	position: absolute;
	top: 70px;
	right: 0;
	max-width: 220px;
	margin-left: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .7s;
	transition: .7s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px
}
.side-nav-responsive .container-max .container.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.side-nav-responsive .side-nav-inner {
	padding: 12px 10px 10px;
	-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .09);
	box-shadow: 0 15px 40px rgba(0, 0, 0, .09);
	background-color: #fff
}
.side-nav-responsive .side-nav-inner .side-nav {
	background-color: #09135a;
	padding: 10px
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box {
	position: relative;
	display: inline-block;
	top: -10px;
	margin-right: 5px
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box i {
	cursor: pointer;
	font-size: 24px;
	color: #fff;
	position: relative;
	display: inline-block;
	top: 5px
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box:hover i {
	color: #09135a
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .get-btn {
	display: inline-block;
	position: relative;
	top: 5px
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .get-btn .default-btn {
	padding: 7px 15px;
	background-color: #fff;
	color: #252525
}
.sticky-nav {
	top: 0;
	position: fixed;
	-webkit-transition: .7s;
	transition: .7s;
	width: 100%!important;
	z-index: 999;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky-nav .main-nav {
	top: 0;
	border: none;
	position: fixed;
	z-index: 999;
	background: #fff;
	-webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
	box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
}
.search-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: hidden
}
.search-overlay .search-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.search-overlay .search-layer:nth-child(1) {
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
.search-overlay .search-layer:nth-child(2) {
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	-webkit-transition: all .3s ease-in-out .3s;
	transition: all .3s ease-in-out .3s
}
.search-overlay .search-layer:nth-child(3) {
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	-webkit-transition: all .9s ease-in-out .6s;
	transition: all .9s ease-in-out .6s
}
.search-overlay .search-close {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 50px;
	z-index: 2;
	text-align: center;
	cursor: pointer;
	padding: 10px;
	-webkit-transition: all .9s ease-in-out 1.5s;
	transition: all .9s ease-in-out 1.5s;
	opacity: 0;
	visibility: hidden
}
.search-overlay .search-close .search-close-line {
	width: 100%;
	height: 3px;
	float: left;
	margin-bottom: 5px;
	background-color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}
.search-overlay .search-close .search-close-line:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.search-overlay .search-close .search-close-line:nth-child(2) {
	margin-top: -7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.search-overlay .search-close:hover .search-close-line {
	background: #09135a;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.search-overlay .search-form {
	-webkit-transition: all .9s ease-in-out 1.4s;
	transition: all .9s ease-in-out 1.4s;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 2;
	max-width: 500px;
	width: 500px;
	padding: 0 15px
}
.search-overlay .search-form form {
	position: relative
}
.search-overlay .search-form form .input-search {
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	border-radius: 30px;
	color: #252525;
	padding: 3px 0 0 25px
}
.search-overlay .search-form form .input-search::-webkit-input-placeholder {
	-webkit-transition: .7s;
	transition: .7s;
	letter-spacing: .5px;
	color: #252525
}
.search-overlay .search-form form .input-search:-ms-input-placeholder {
	-webkit-transition: .7s;
	transition: .7s;
	letter-spacing: .5px;
	color: #252525
}
.search-overlay .search-form form .input-search::-ms-input-placeholder {
	-webkit-transition: .7s;
	transition: .7s;
	letter-spacing: .5px;
	color: #252525
}
.search-overlay .search-form form .input-search::placeholder {
	-webkit-transition: .7s;
	transition: .7s;
	letter-spacing: .5px;
	color: #252525
}
.search-overlay .search-form form .input-search:focus {
	border: none;
	outline: none
}
.search-overlay .search-form form .input-search:focus::-webkit-input-placeholder {
	color: transparent
}
.search-overlay .search-form form .input-search:focus:-ms-input-placeholder {
	color: transparent
}
.search-overlay .search-form form .input-search:focus::-ms-input-placeholder {
	color: transparent
}
.search-overlay .search-form form .input-search:focus::placeholder {
	color: transparent
}
.search-overlay .search-form form button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 50px;
	color: #fff;
	height: 50px;
	border-radius: 50%;
	background-color: #09135a;
	-webkit-transition: .7s;
	transition: .7s;
	border: none;
	font-size: 20px;
	line-height: 50px
}
.search-overlay .search-form form button:hover {
	background-color: #09135a;
	color: #fff
}
.search-overlay .search-form form:hover {
	border: none;
	outline: none
}
.search-overlay.search-overlay-active.search-overlay {
	opacity: 1;
	visibility: visible
}
.search-overlay.search-overlay-active.search-overlay .search-layer {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.search-overlay.search-overlay-active.search-overlay .search-close {
	opacity: 1;
	visibility: visible
}
.search-overlay.search-overlay-active.search-overlay .search-form {
	opacity: 1;
	visibility: visible
}
.banner-slider-area {
	position: relative
}
.banner-slider-area .owl-dots {
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.banner-slider-area .owl-dots .owl-dot span {
	background-color: #fbfbfb3f!important;
    -webkit-transition: .7s;
    transition: .7s;
    margin: 7px;
    width: 18px!important;
    height: 18px!important;
    border: 2px solid #e8e4e4 !important;
}
.banner-slider-area .owl-dots .owl-dot.active span {
	background-color: #fff!important;
	width: 18px!important;
	height: 18px!important;
	border:4px solid #09135a !important;
}
.banner-slider-area .owl-dots .owl-dot:hover span {
	background-color: #09135a!important;
	width:18px!important;
	height:18px!important;
}
.banner-item {
	position: relative;
	z-index: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 535px;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}
.banner-slider-area .active .banner-item{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}
.banner-item::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .2;
}
.banner-item-content span {
	font-size: 13px;
	font-weight: 500;
	color: #09135a;
	padding: 10px 25px;
	background-color: #fff;
	border-radius: 50px;
	display: inline-block
}
.banner-slider-area .owl-item.active .banner-item-content {
	-webkit-animation: 2s .2s fadeInUp both;
	animation: 2s .2s fadeInUp both
}
.banner-item-content h1 {
	margin-top: 60px;
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}
.bg3-btn {
	background: #fff;
	color: #0e0129;
	margin-left: 5px;
}
.banner-slider-area .banner-item-content {
	text-align: center;
	margin-top: 50px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.banner-item-content p {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 35px
}
.banner-slider .owl-nav .owl-next i {
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: #0000006b;
	display: inline-block;
	font-size: 22px;
	border-radius: 50%;
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}
.banner-slider .owl-nav .owl-next i:hover {
	background: #09135a;
	border-color: #09135a;
}
.banner-slider .owl-nav .owl-prev i:hover {
	background: #09135a;
	border-color: #09135a;
}
.banner-slider .owl-nav .owl-prev i {
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: #0000006b;
	display: inline-block;
	font-size: 24px;
	border-radius: 50%;
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}
.banner-slider .owl-prev {
	position: absolute;
	top: 50%;
	left: 0
}
.banner-slider .owl-next {
	position: absolute;
	top: 50%;
	right: 0
}
.mission-text-box ul li:before {
	position: absolute;
	font-family: FontAwesome;
	color: #09135a;
	left: 0;
	top: 0;
	content: "\f111";
	font-size: 14px;
}
.mission-text-box ul li {
	position: relative;
	padding-left: 20px;
	margin: 10px 0;
	color: #fff;
}
.mission-text-box h2 {
	font-size: 20px;
	font-weight: 700;
}
.mission-text-box ul {
	margin-bottom: 0;
}
.border-hide {
	border-bottom: none !important;
	margin-bottom: 0 !important;
}
.main-title h2 {
        background-image: linear-gradient(180deg, #069aa2 50%, #272264 23%);
    font-size: 35px;
    line-height: 1.2;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:900;
    font-family: 'Roboto Slab', serif;
}

.about-content .about-content-card {
	margin-top: 30px
}
.about-content .about-content-card i {
	font-size: 60px;
	color: #09135a;
	line-height: 1
}
.about-content .about-content-card h3 {
	margin-top: 15px;
	margin-bottom: 12px
}
.about-content .about-content-card p {
	margin-bottom: 0
}
.about-content .about-list {
	list-style: none;
	margin: 20px 0 0;
	padding: 0
}
.about-content .about-list li {
	display: block;
	color: #252525;
	margin-bottom: 10px;
	font-weight: 500;
	-webkit-transition: .7s;
	transition: .7s;
	padding-left: 35px;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px
}
.about-content .about-content-text {
	margin-top: 20px;
	margin-bottom: 0
}
.about-img {
	position: relative
}
.about-img::before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 30%;
	height: 100%;
	background-color: #09135a;
	bottom: -10px;
	right: -15px;
	border-radius: 35px;
}
.about-img img {
	border-radius: 15px
}
.about-img .sub-content {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 15px;
	padding: 15px 10px 23px 100px;
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}
.about-img .sub-content img {
	position: absolute;
	top: 10px;
	left: 10px;
	max-width: 123px;
	border-radius: 15px 0 0 15px
}
.about-img .sub-content h3 {
	font-size: 45px;
	color: #09135a;
	font-weight: 700;
	margin-bottom: 0
}
.about-img .sub-content span {
	color: #252525;
	font-size: 18px;
	font-weight: 600
}
.brand-item img {
	width: unset!important;
	text-align: center;
	margin: 0 auto
}
.clients-area {
	position: relative;
	z-index: 1;
}
.clients-area::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background-image: url(../images/client-bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}
.clients-area .section-title h2 {
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
	color: #fff
}
.clients-area .owl-nav {
	margin-top: 0
}
.clients-area .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -7%;
	font-size: 25px!important;
	-webkit-transition: .7s;
	transition: .7s;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	background-color: transparent!important;
	color: #09135a !important;
	border: 1px solid #09135a !important
}
.clients-area .owl-nav .owl-prev:hover {
	color: #fff!important;
	background-color: #09135a !important
}
.clients-area .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -7%;
	color: #0e0129!important;
	font-size: 25px!important;
	-webkit-transition: .7s;
	transition: .7s;
	width: 45px;
	height: 45px;
	line-height: 47px!important;
	border-radius: 50px;
	background-color: transparent!important;
	color: #09135a !important;
	border: 1px solid #09135a !important
}
.clients-area .owl-nav .owl-next:hover {
	color: #fff!important;
	background-color: #09135a !important
}
.clients-area-two {
	background-color: #fff
}
.clients-area-two .section-title h2 {
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
	color: #252525
}
.clients-content {
	position: relative;
	z-index: 1;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .06);
	box-shadow: 0 0 15px rgba(0, 0, 0, .06);
	padding: 30px 40px 25px;
	border-radius: 10px;
	border: 2px solid #09135a;
}
.clients-content .content {
	padding-left: 110px;
	position: relative;
	margin-bottom: 30px
}
.clients-content .content img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	width: unset!important;
	width: 85px!important;
	height: 85px!important
}
.clients-content .content i {
	position: absolute;
	bottom: -10px;
	left: 60px;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #09135a;
	color: #fff;
	text-align: center
}
.clients-content .content h3 {
	padding-top: 20px;
	margin-bottom: 0
}
.clients-content .content span {
	margin-bottom: 0
}
.clients-content p {
	margin-bottom: 0
}
.blog-card {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	margin-bottom: 30px;
	border-radius: 5px;
	-webkit-transition: .9s;
	transition: .9s;
	border: 1px solid #f1f1f1
}
.blog-card:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}
.blog-card .blog-img {
	position: relative
}
.blog-card .blog-img a {
	display: block;
}
.blog-card .blog-img img {
	border-radius: 5px;
	height: 200px;
	width: 100%;
}
.blog-card .blog-img .blog-tag {
	background-color: #09135a;
	padding: 10px 25px;
	position: absolute;
	top: 30px;
	right: 15px;
	border-radius: 5px;
	text-align: center;
}
.blog-card .blog-img .blog-tag h3 {
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin-bottom: 0;
	font-weight: 500
}
.blog-card .blog-img .blog-tag span {
	font-size: 14px;
	font-weight: 300;
}
.blog-card .blog-img .blog-tag span {
	color: #fff;
	line-height: 1;
	font-weight: 500
}
.blog-card .content {
	padding: 20px 15px
}
.blog-card .content ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.blog-card .content ul li {
	display: block;
	font-size: 14px;
	margin-top: 6px;
}
.blog-card .content ul li a {
	color: #0e0129
}
.blog-card .content ul li {
	display: inline-block;
	font-size: 14px;
	margin-top: 6px;
	margin-right: 10px;
}
.blog-card .content ul li a:last-child {
	margin-right: 0
}
.blog-card .content ul li a:hover {
	color: #09135a
}
.blog-card .content ul li a:hover i {
	color: #09135a
}
.blog-card .content h3 {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 16px
}
.blog-card .content h3 a {
	color: #252525
}
.blog-card .content p {
	margin-bottom: 8px
}
.blog-card .content .read-btn {
	color: #09135a;
	font-size: 15px;
	font-weight: 600
}
.blog-card .content .read-btn i {
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-left: 10px;
}
.blog-card .content .read-btn:hover {
	color: #252525;
	letter-spacing: .25px
}
.blog-card:hover .content h3 a {
	color: #09135a
}
.map-area iframe {
	display: block;
	width: 100%;
	height: 400px
}
.footer-area {
	background-image: url(../images/footer-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	z-index: 1;
	position: relative;
	background-attachment: fixed;
	padding: 30px 0;
}
.footer-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #030303;
    opacity: .9;
    z-index: -1;
}
.footer-bg {
	background-color: #212121;
}
.footer-widget {
	margin-bottom: 30px;
}
.footer-widget .footer-logo {
	margin-bottom: 20px;
	position: relative;
	top: -5px
}
.footer-widget h3 {
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 30px;
	color: #fff;
	line-height: 1.2;
	position: relative;
	border-left: 4px solid #01abab;
	padding-left: 15px;
	font-weight: 700;
}
.footer-widget p {
	color: #fff;
	font-size: 13px;
	letter-spacing: .6px;
}
.footer-addres-content p {
	margin-bottom: 4px;
}
.footer-addres-content p strong {
	color: #fff;
	font-weight: 500;
	margin-right: 6px;
}
.footer-widget .footer-list {
	list-style: none;
	margin: 0;
	padding: 0
}
.footer-widget .footer-list li {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
}
.footer-widget .footer-list li:last-child {
	margin-bottom: 0
}
.footer-widget .footer-list li a {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .6px;
    position: relative;
    padding-left: 15px;
}
.footer-widget .footer-list li a i {
    font-size: 18px;
    position: absolute;
    top: 3px;
    left: 0;
}
.footer-widget .footer-list li a:hover {
	color: #d0d035;
}
.footer-widget .footer-blog {
	list-style: none;
	margin: 0;
	padding: 0
}
.footer-widget .footer-blog li {
	display: block;
	margin-bottom: 20px;
	padding-left: 90px;
	position: relative
}
.footer-widget .footer-blog li:hover h3 a {
	color: #09135a
}
.footer-widget .footer-blog li:last-child {
	margin-bottom: 0
}
.footer-widget .footer-blog li a {
	display: block
}
.footer-widget .footer-blog li a img {
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	width: 70px
}
.footer-social li {
	display: inline-block;
	margin-right: 8px;
	border: 1px solid #09135a;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	border-radius: 50%;
}
.footer-social {
	margin-top: 30px;
}
.footer-social li:hover {
	background: #09135a;
	border-color: #09135a;
}
.footer-social li:hover a {
	color: #fff;
}
.footer-social li a {
	display: block;
    color: #4c6aa6;
}
.footer-widget .footer-blog li h3 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
	max-width: 200px;
	border-left: 0;
	padding-left: 0;
	font-weight: 500;
	padding-right: 20px;
}
.footer-widget .footer-blog li h3 a {
	color: #fff;
	line-height: 1.4
}
.footer-widget .footer-blog li h3 a:hover {
	color: #09135a
}
.footer-widget .footer-blog li span {
	font-size: 13px;
	color: #09135a;
}
.footer-widget .newsletter-area .newsletter-form {
	position: relative;
	border-radius: 5px
}
.footer-widget .newsletter-area .newsletter-form .form-control {
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	margin: 0;
	border-radius: 5px;
	border: 0;
	padding: 0 45px 0 15px;
	max-width: 100%;
	color: #252525;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: .6px;
}
.footer-widget .newsletter-area .newsletter-form .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none
}
.footer-widget .newsletter-area .newsletter-form .subscribe-btn {
	position: absolute;
	top: 3px;
	right: 3px;
	background-color: #01abab;
	color: #fff;
	height: 45px;
	line-height: 50px;
	width: 45px;
	border: 0;
	border-radius: 5px;
	font-size: 20px;
	-webkit-transition: .5s;
	transition: .5s
}
.footer-widget .newsletter-area .newsletter-form .subscribe-btn:hover {
	background: #252525;
	color: #fff
}
.footer-widget .newsletter-area .newsletter-form .validation-danger {
	font-size: 18px;
	margin-top: 5px;
	color: red
}

.copy-right-area {
	background: #01abab;
	padding: 15px 0;
}
.copy-right-text p {
	color: #fff;
	margin-bottom: 0;
	font-size: 14px;
	font-style: italic;
}
.privacy-box {
	text-align: right;
}
.privacy-box ul {
	margin-bottom: 0;
	padding-left: 0;
}
.privacy-box ul li:after {
	content: '|';
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
}
.privacy-box ul li a {
	color: #fff;
	font-weight: 400;
	font-size: 13px;
}
.privacy-box ul li {
	display: inline-block;
}
.privacy-box ul li a:hover {
	color: #272264;
}
.privacy-box ul li:last-child:after {
	content: '';
	margin-left: 0;
	margin-right: 0;
}
.copy-right-text p a {
	color: #fff;
	border-bottom: 1px solid #fff
}
.copy-right-text p a:hover {
	color: #09135a;
	border-color: #09135a;
}
.go-top {
	position: fixed;
	top: 60%;
	right: 3%;
	opacity: 0;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background: #09135a;
	border-radius: 4px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	z-index: 100;
	-webkit-transition: .5s;
	transition: .5s;
}
.go-top i {
	-webkit-transition: .5s;
	transition: .5s
}
.go-top:hover {
	background-color: #09135a;
}
.go-top.active {
	top: 95%;
	-webkit-transform: translateY(-95%);
	transform: translateY(-95%);
	opacity: 1;
	visibility: visible
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #09135a
}
.spinner {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	margin: 100px auto;
	-webkit-animation: rotate-in 1.2s infinite ease-in-out;
	animation: rotate-in 1.2s infinite ease-in-out
}
@-webkit-keyframes rotate-in {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}
@keyframes rotate-in {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}
@-webkit-keyframes moveBounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}
@keyframes moveBounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}


/*==============contact area css===============*/
.contact-form {
	max-width: 800px;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
}
.contact-form h2 {
	color: #252525;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
}
.contact-form .form-group {
	margin-bottom: 20px;
	position: relative;
}
.contact-form .form-group label {
	color: #252525;
	font-size: 15px;
	margin-bottom: 15px;
	font-weight: 500;
}
.contact-form .form-group label span {
	color: #09135a;
}
.contact-form .form-group.checkbox-option {
	position: relative;
}
.contact-form .form-group.checkbox-option #chb2 {
	position: absolute;
	top: 6px;
	left: 0;
}
.contact-form .form-group.checkbox-option p {
	padding-left: 25px;
	font-size: 15px;
}
.contact-form .form-group.checkbox-option p a {
	color: #09135a;
}
.contact-form .form-group.checkbox-option p a:hover {
	color: #ffc221;
}
.contact-form .form-group .form-control {
	height: 42px;
	color: #252525;
	border: 1px solid #eee;
	background-color: #ffffff;
	font-size: 13px;
	padding: 10px 20px;
	width: 100%;
	border-radius: 0;
	font-weight: 500;
}
.contact-form .form-group .form-control:focus {
	outline: none;
	border-color: #09135a;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contact-form .form-group textarea.form-control {
	height: auto;
}
.contact-form .agree-label {
	margin-bottom: 15px;
	position: relative;
}
.contact-form .agree-label #chb1 {
	position: absolute;
	top: 5px;
	left: 0;
}
.contact-form .agree-label label {
	font-weight: 500;
	color: #252525;
	margin-left: 25px;
}
.contact-form .agree-label label a {
	color: #09135a;
}
.contact-form .agree-label label a:hover {
	color: #4c6aa6;
}
.contact-form .with-errors {
	float: left;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0;
	color: #f00;
	font-weight: 400;
	display: block;
}
.contact-form .text-danger {
	font-size: 18px;
	margin-top: 15px;
}
.contact-form .default-btn {
	border: 0;
	outline: none;
}
.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::-webkit-input-placeholder {
	color: #09135a;
}
.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::placeholder {
	color: #09135a;
}
.contact-card {
	text-align: center;
	margin-bottom: 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	padding: 30px 20px;
	border-radius: 15px;
}
.contact-card i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #ffffff;
	font-size: 24px;
	color: #09135a;
	border-radius: 50px;
	border: 1px solid #E2E2E2;
	margin-bottom: 10px;
}
.contact-card h3 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #252525;
}
.contact-card span {
	color: #4c6aa6;
	font-weight: 500;
	font-size: 17px;
	display: block;
}
.contact-card span a {
	color: #4c6aa6;
	display: block;
}
.contact-card span a:hover {
	color: #09135a;
}
.contact-info ul li:last-child {
	margin-bottom: 0;
}
.contact-info {
    background-color: #ffffff;
    padding: 52px 30px 30px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    box-shadow: 0px -1px 6px 1px #09135a;
}
/*.contact-info::before {
	content: '';
	position: absolute;
	opacity: 0.1;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/call-shap1.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}*/
.contact-info h3 {
	color: #09135a;
	display: block;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.contact-info h2 {
	color: #09135a;
	font-size: 26px;
	margin-bottom: 15px;
}
.contact-info p {
	color: #000;
	margin-bottom: 20px;
}
.contact-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-info ul li {
	display: block;
	margin-bottom: 30px;
	padding-left: 60px;
	position: relative;
}
.contact-info ul li .content i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: #ffffff;
	font-size: 20px;
	color: #09135a;
	border-radius: 50px;
	border: 1px solid #E2E2E2;
	margin-bottom: 10px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.contact-info ul li .content h3 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #09135a;
	display: block;
}
.contact-info ul li .content a {
	color: #000;
	display: block;
	font-weight: 400;
	font-size: 14px;
}
.contact-info ul li .content a:hover {
	color: #4c6aa6;
}
.contact-info ul li .content span {
	color: #ffffff;
	font-weight: 400;
	display: block;
	font-size: 14px;
}
.post-img {
	display: inline-block;
	float: left;
	padding: 0 5px;
	width: 35%;
}
.recent-single-post {
	display: block;
	overflow: hidden;
	padding: 15px 0px;
}
.pst-content {
	display: inline-block;
	float: left;
	width: 65%;
	padding-left: 10px;
}
.pst-content p a {
	color: #666;
	font-size: 15px;
}
.pst-content p {
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 0;
}
.pst-content p a:hover {
	color: #09135a;
}
.pst-content span {
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	color: #09135a;
}
.pst-content span i {
	margin-right: 8px;
}
.post-img img {
	border-radius: 10px;
}
/*=======================================*/

.top-left li {
	padding-left: 0;
	padding-right: 12px;
	display: inline-block;
}
.top-left ul li:after {
	content: '|';
	margin-left: 10px;
	color: #fff;
}
.top-left ul li:last-child:after {
	content: '';
	margin-left: 0;
}
.top-left ul {
	padding-left: 0;
	margin-bottom: 0;
}
.top-left ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}
.top-left ul li i {
	color: #fff;
	margin-right: 4px;
}
.drop-auto{
	height: auto !important;
}
.megamenu-drop {
	left: -220% !important;
	width: 800px !important;
	padding: 20px 10px !important;
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.megamenu-drop::-webkit-scrollbar {
	background-color: transparent;
	width: 4px;
}
.megamenu-drop::-webkit-scrollbar-thumb {
	background-color: #09135a;
}
.megamenu-title {
	text-transform: uppercase;
	background: #09135a;
	color: #fff !important;
	font-size: 11px;
	padding: 4px;
}
.mega-wrap-box ul li a {
	padding: 4px !important;
}
.mega-wrap-box ul li {
	border-bottom: none !important;
}
.banner-slider-area .owl-theme .owl-nav {
	margin-top: 0;
}

.services-card {
	padding: 30px 20px 25px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	margin-top: 30px;
	-webkit-box-shadow: 0 0 15px rgb(0 0 0 / 7%);
	box-shadow: 0 0 15px rgb(0 0 0 / 7%);
	text-align: center;
}
.services-card::before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 90px;
	height: 90px;
	background-color: #09135a;
	border-radius: 272px 0 0 0;
	opacity: .1;
	-webkit-transition: .7s;
	transition: .7s;
}
.services-card::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 75px;
	height: 75px;
	background-color: #09135a;
	border-radius: 170px 0 0 0;
	opacity: .1;
	-webkit-transition: .7s;
	transition: .7s;
}
.services-card i {
	color: #09135a;
	font-size: 40px;
	line-height: 1;
	-webkit-transition: .7s;
	transition: .7s;
	border: 2px dotted #09135a;
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 50%;
}
.services-card h3 {
    margin-top: 15px;
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
}
.services-card h3 a {
	display: block;
	color: #252525;
	-webkit-transition: .7s;
	transition: .7s;
}
.services-card p {
	margin-bottom: 12px;
	-webkit-transition: .7s;
	transition: .7s;
}
.services-card .learn-btn {
	color: #252525;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: .7s;
	transition: .7s;
}
.services-card.services-style-bg {
    min-height: 400px;
    padding: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.services-card.services-style-bg .default-btn {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    display: table;
    border: 4px solid #dbdbdb;
}
.services-card .learn-btn i {
	font-size: 20px;
	position: relative;
	top: 5px;
	color: #252525;
	-webkit-transition: .7s;
	transition: .7s;
}
.services-card .learn-btn:hover {
	color: #fff;
}
.services-card .learn-btn:hover i {
	color: #fff;
}
.services-card:hover::before {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	opacity: .6;
}
.services-card:hover i {
	color: #fff;
}
.services-card:hover h3 a {
	color: #fff;
}
.services-card:hover p {
	color: #fff;
}
.services-card:hover .learn-btn {
	color: #fff;
}
.services-card:hover .learn-btn i {
	color: #fff;
}
.services-card-color-bg {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .07);
	box-shadow: 0 0 15px rgba(0, 0, 0, .07);
	padding: 40px 30px 35px;
	border-radius: 15px;
}
.security-section:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color:#090909;
	opacity: .8;
}
.security-section {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
	padding-bottom:90px;
}
.top-titles1{
	text-align: center;
}
/*==========================
    .Title css
===========================*/

.top-titles h2 {
    font-size:44px;
    padding: 7px 10px;
    font-weight: 800;
    text-transform: uppercase;
}
.top-titles1 h2{
	font-size: 44px;
}
.top-titles {
	text-align: center;
}
.top-titles1{
	margin-bottom: 30px;
}
.top-titles p {
	margin-top: 10px;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.bg-color {
	background: #fbfbfb;
}

/*==========================
    .about Section css
===========================*/

.about-content .about-list {
	list-style: none;
	margin: 20px 0 0;
	padding: 0
}
.about-content .about-list li {
	display: block;
	color: #252525;
	margin-bottom: 10px;
	font-weight: 500;
	-webkit-transition: .7s;
	transition: .7s;
	padding-left: 35px;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 14px;
}
.about-content .about-list li:hover {
	color: #09135a;
}
.about-content .about-list li:hover i {
	color: #09135a;
}
.about-content .about-list li:last-child {
	margin-bottom: 0;
}
.about-content .about-list li i {
	font-size: 26px;
	color: #09135a;
	position: absolute;
	left: 0;
	top: -2px;
	margin-right: 5px;
	-webkit-transition: .5s;
	transition: .5s;
}
.about-content .about-content-text {
	margin-top: 20px;
	margin-bottom: 0;
}
.about-play {
	position: relative;
	border-radius: 30px;
}
.about-play img {
	border-radius: 30px;
}
.about-play .about-play-content {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	max-width: 470px;
	background-color: #25252538;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 70%;
	padding: 100px 40px 70px 25px
}
.about-play .about-play-content::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 30px;
    width: 91.7%;
    height: 90.1%;
    background-color: #09135a;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 70%;
    background: linear-gradient(162deg, rgb(76 106 166) 0%, rgb(52 110 185) 100%);
}
.about-play .about-play-content span {
	color: #fff
}
.about-play .about-play-content h2 {
	color: #fff;
	font-size: 24px;
	max-width: 300px;
	margin-bottom: 0
}
.about-play .about-play-content .play-on-area {
	position: absolute;
	z-index: 1;
	bottom: 175px;
	left: 200px
}

.about-play .about-play-content .play-on-area .play-on {
	width: 80px;
	height: 80px;
	color: #09135a;
	background-color: #fff;
	text-align: center;
	font-size: 40px;
	border-radius: 50px;
	display: block;
	line-height: 80px;
}
.about-play .about-play-content .play-on-area .play-on i {
	padding-left: 3px
}
.about-play .about-play-content .play-on-area .play-on:hover {
	color: #fff;
	background-color: #09135a;
}
.industries-section .blog-card {
	margin-bottom: 0;
}
.industries-section .blog-card .content {
	padding: 10px;
}
.contact-home .contact-form {
	webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
	box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
	background-color: #ffffff;
	padding: 25px;
}
.contact-home {
	background-image: url(../images/shaps.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #09135a05;
}
@media only screen and (max-width: 767px) {
	.fixed-header {
		position: static;
	}
	.features-area .container .col-lg-4.p-0 {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.features-area {
		margin-top: 0 !important;
		padding-top: 25px;
		padding-bottom: 50px !important;
	}
	.single-features {
		margin-top: 25px;
	}
	.banner-item {
		height:300px;
	}
	.banner-slider-area .owl-dots {
		display: none;
	}
	.megamenu-drop {
		left: 0 !important;
		margin: 0 auto !important;
		width: 100% !important;
		background: #09135a;
	}
	.mega-wrap-box ul {
		display: block !important;
	}
	.megamenu-title {
		text-transform: capitalize;
		font-size: 14px;
		padding: 4px;
	}
	.banner-slider-area .banner-item-content {
		border: none;
	}
	.top-titles h2 {
		font-size: 20px;
	}
}
/*==========================
    .Single Blog css
===========================*/
.home-blog .single-blog img {
    height: 300px;
    width: 100%;
}
.single-blog {
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-bottom: 30px
}
.single-blog::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0)), to(rgba(14, 1, 41, 0.99)));
	background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(14, 1, 41, 0.99))
}
.single-blog span {
	background-color: #fff;
	color: #212121;
	position: absolute;
	top: 20px;
	left: 0;
	padding: 8px 20px;
	font-weight: 600;
	-webkit-transition: all .5s;
	transition: all .5s
}
.single-blog .blog-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px
}
.single-blog .blog-content .date {
	color: #fff;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px
}
.single-blog .blog-content .date i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
}
.single-blog .blog-content h3 {
	margin-bottom: 12px;
	font-size: 18px;
}
.single-blog .blog-content h3 a {
	color: #fff
}
.single-blog .blog-content p {
	color: #fff
}
.single-blog .blog-content .mt-use {
	margin-top: 20px;
	color: #09135a;
}
.single-blog:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}
.single-blog:hover span {
	color: #09135a
}
.single-blog .blog-content h3 a:hover {
	color: #09135a;
}
.mt-25 {
	margin-top: 25px;
}

.white-title p {
	color: #fff;
}
.white-title h2 {
	color: #fff;
}
.single-security h3 a {
	color: #fff;
}
.single-security h3 a:hover {
	color: #09135a;
}
.single-security p {
	color: #fff;
}
.single-security:hover {
	background: #fff;
}
.single-security:hover p {
	color: #0e0129;
}
.single-security:hover h3 a {
	color: #0e0129;
}

/*** 

====================================================================
	Team One
====================================================================

***/



.img-cap-effect:hover .img-box .img-caption {
  top: 0;
}
.img-cap-effect:hover .img-box .img-caption:before {
  bottom: 10px;
  opacity: 1;
}
.img-cap-effect:hover .img-box .img-caption .box-holder ul {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.img-cap-effect .img-box {
  position: relative;
  overflow: hidden;
  background: #edf0f4;
}
.img-cap-effect .img-box .img-caption {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2662a1;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.7;
}
.img-cap-effect .img-box .img-caption:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 100%;
  opacity: 0;
  border: 5px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  -webkit-transition: all .5s ease .5s;
          transition: all .5s ease .5s;
}
.img-cap-effect .img-box .img-caption .box-holder {
  width: 100%;
  height: 100%;
  display: table;
}
.img-cap-effect .img-box .img-caption .box-holder ul {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all .5s ease 1s;
          transition: all .5s ease 1s;
}
.img-cap-effect .img-box .img-caption .box-holder ul li {
  display: inline-block;
}
.img-cap-effect .img-box .img-caption .box-holder ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background:#09135a;
  font-size: 13px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
}
.img-box img {
    width: 170px !important;
    height: 170px;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    box-shadow: 5px 5px 8px #09135a;
    margin-bottom: 20px;
    display: table;
}
}
.team-section{
    background: #fafafa;
}
a.mail-boxs {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #d8460e;
    border-radius: 100px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    z-index: 100000;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px 0px !important;
}
.team-page {
  padding-top: 0;
  padding-bottom: 30px;
}
.single-team-member {
    margin-bottom: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    min-height: 385px;
}
.single-team-member .content {
  background: #fff;
  padding: 30px;
  padding-top: 25px;
  padding-right: 0;
  text-align: center;
}
.single-team-member .content .name-box {
  margin-bottom: 12px;
}
.single-team-member .content .name-box:after {
  content: '';
  width: 35px;
  height: 3px;
  background:#2662a1;
  display: block;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  display: table;
}
.single-team-member .content .name-box h3 {
  font-family: 'Open Sans', sans-serif;
  color: #313131;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.single-team-member .content .name-box span {
  color: #898989;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: italic;
}
.single-team-member .content p {
  color: #969595;
}
.single-team-member a.readmore {
  background:#2662a1;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 5px 5px 55px;
  position: relative;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.single-team-member a.readmore:hover {
  background: #2662a1;
  color: #010101;
}
.single-team-member a.readmore:hover:after {
  background:#2662a1;
}
.single-team-member a.readmore i {
  font-size: 13px;
  margin-left: 25px;
}
.single-team-member a.readmore:after {
  content: '';
  position: absolute;
  top: 0;
  right: -17px;
  width: 36px;
  height: 100%;
  background:#2662a1;
  z-index: 0;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.team-slider .owl-nav .owl-next i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #0000006b;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}
.team-slider .owl-nav .owl-next i:hover {
	background: #09135a;
	border-color: #09135a;
}
.team-slider .owl-nav .owl-prev i:hover {
	background: #09135a;
	border-color: #09135a;
}
.team-slider .owl-nav .owl-prev i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #0000006b;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}
.team-slider .owl-prev {
	position: absolute;
	top: 40%;
	left: 0
}
.team-slider .owl-next {
	position: absolute;
	top: 40%;
	right: 0
}
.team-section {
    padding-top: 50px;
    padding-bottom:30px;
    background-image: url(../images/testbg.jpg);
}
.ser-slider .owl-nav .owl-next i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #0000006b;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}
.ser-slider .owl-nav .owl-next i:hover {
	background: #09135a;
	border-color: #09135a;
}
.ser-slider .owl-nav .owl-prev i:hover {
	background: #09135a;
	border-color: #09135a;
}
.ser-slider .owl-nav .owl-prev i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #0000006b;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}
.ser-slider .owl-prev {
	position: absolute;
	top: 40%;
	left: 0
}
.ser-slider .owl-next {
	position: absolute;
	top: 40%;
	right: 0
}
/*========================================*/



.flip-box {
    background-color: transparent;
    height: 200px;
    border-radius: 10px;
}
.flip-box-front.services-card h2 {
    margin-top: 15px;
    font-weight: 500;
    font-size:26px;
    font-family: 'Roboto Slab', serif;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
    background-color: #fff;
    color: black;
    border-radius: 10px;
    background-image: url(../images/call-shap1.png);
    background-size: cover;
}

.flip-box-front img
{
  height: 50px;
  width: 50px;
}

.flip-box-back {
  background-color: #ffffff;
  color: #000;
  transform: rotateY(180deg);
  border-radius: 10px;
  padding: 16px;
}


.envirmont-content-box {
    padding: 100px;
}
.prb-0{
	padding-right: 0;
}
.plb-0{
	padding-left: 0;
}
.envirmont-content-box h2{
	font-size: 48px;
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	margin-bottom: 20px;
}
.envirmont-content-box h5{
	letter-spacing: 3px;
	font-size: 14px;
	margin-bottom: 20px;
}
.envirmont-image-box {
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: .6s linear;
    height: 100%;
    width: 100%;
}
.envirmont-image-holder{
	overflow: hidden;
	padding: 0;
}
.envirmont-image-box:hover{
	 transform: scale(1.1);
}
.envirmont-wrapper {
    overflow: hidden;
}
.bg-img-2{
	background-size: cover;
	background-position: center;
	transform: scale(1);
    transition: .6s linear;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.bg-img-2:hover{
	transform: scale(1.1);
}
.bg-img-holder{
	overflow: hidden;
	padding: 0;
}
.layout-content-wrapr{
	padding: 10%;
	text-align: center;
}
.icon2-box i{
	border-color: rgba(255,255,255,0);
    border-width: 0px;
    background-color: #265ca5;
    box-sizing: content-box;
    height: 90px;
    width: 90px;
    line-height: 90px;
    border-radius: 50%;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 45px;
}
.layout-content-wrapr h3{
	font-size: 28px;
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
}
.icon2-box{
	margin-bottom: 20px;
}
.layout-box-wrapper{
	overflow: hidden;
}




/*
Counter Area Style
======================================================*/
/*section.counter-area::before {
    content: "";
    background: #09135a;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: .6;
}*/

section.counter-area {
    background-image: url(../images/bgg1.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 35px;
}


.single-counter {
  padding: 10px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.single-counter i {
    font-size:42px;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}

.single-counter h2 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 5px;
    line-height: 1;
    font-weight: 600;
}

.single-counter h2 .target {
  position: relative;
  top: 2px;
}

.single-counter h3 {
  color: #ffffff;
  font-weight: normal;
  font-size:18px;
  font-weight: 600;
}

/*=======================================================================
Blog
========================================================================*/
.section-title p {
    margin-bottom: 0;
    padding: 0 55px;
    margin-top: 15px;
}
li{
	list-style: none;
}
.blog-post-item {
    background: #fff;
    box-shadow: 0px 1px 12.09px 0.91px rgba(153, 153, 153, 0.3);
}
.blog-post-thumb img {
    max-width: 100%;
    border-radius: 4px;
    transform: scale(1);
    transition: .6s linear;
}
.blog-post-content {
    padding: 25px 30px;
    position: relative;
}
.blog-post-meta ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 0;
}
.blog-post-meta ul li + li::before {
    content: "/";
    padding: 0 10px;
    font-size: 11px;
}
.blog-post-meta ul li a {
    display: inline-block;
    color: #666161;
    font-weight: 500;
}
.blog-post-meta ul li a i{
	margin-right:5px;
}
.blog-post-content .title {
    font-size: 17px;
    margin-bottom: 0;
    color: #232323;
}
.blog-post-content .title a {
    position: relative;
    display: inline;
    background-image: linear-gradient(#232323, #232323), linear-gradient(#232323, #232323);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
    color: #0e0129;
}
.blog-post-content .title a:hover {
    color: inherit;
    background-size: 0 1px, 100% 1px;
}
.blog-post-bottom ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #e1e4e0;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
}
.blog-post-bottom ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 40px;
    height: 3px;
}

.blog-post-bottom ul li.read-more a:hover {
    color: #09135a;
}
.blog-post-bottom ul li.read-more a i {
    margin-left: 7px;
    color: var(--color-secondary);
}
.blog-post-bottom ul li.share-btn {
    margin-left: auto;
}
.blog-post-bottom ul li.share-btn a {
    font-size: 14px;
    display: block;
}
.blog-post-meta ul li a:hover {
    color: #09135a;
}
.blog-post-date > span {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.blog-post-item:hover .blog-post-date {
    background: #252525;
}
.blog-post-thumb > a {
    display: block;
    overflow: hidden;
    border-radius: 4px;
}
.blog-post-item:hover .blog-post-thumb > a img {
    transform: scale(1.1);
}
.blog-area-section{
	padding-bottom: 60px;
	padding-top: 50px;
}
body{
	overflow-x: hidden;
}

/*======================
.inner page banner css
========================*/

.page-title-section {
	background-size: cover;
	background-position: center;
	position: relative;
}
.page-title-content {
	display: flex;
	align-items: center;
	position: relative;
	height: 250px;
}
.page-title-content nav {
	position: absolute;
	left: 0;
	bottom: 0;
}
.page-title-content nav ul {
	padding: 6px 10px;
}
.page-title-content nav ul {
    margin: 0;
    border-radius: 0;
    background: rgb(6 154 162);
}
.page-title-content .breadcrumb-item+.breadcrumb-item::before {
	content: "|";
	color: #fff;
}
.page-title-content nav ul li a:hover {
	color: #3fc3f0;
}
.page-title-content nav ul li a {
	color: #fff;
}
.breadcrumb-item.active {
    color: #061b35;
}
.page-title-content h2 {
	font-size: 46px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
}
.page-title-section:before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .30;
	position: absolute;
}
.blog-section-main {
	padding-top: 50px;
	padding-bottom: 20px;
}

.approach-content ul li {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding:20px;
	position: relative;
	padding-left: 90px;
	margin-bottom: 30px;
	-webkit-transition: all .5s;
	transition: all .5s
}
.approach-content ul li:last-child {
	margin-bottom: 0
}
.approach-content ul li i {
	position: absolute;
	top: 20px;
	left:20px;
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #efefef;
	text-align: center;
	border-radius: 50%;
	color: #09135a;
	-webkit-transition: all .5s;
	transition: all .5s
}
.approach-content ul li h3 {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px;
}
.approach-content ul li:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}
.approach-content ul li:hover i {
	background-color: #09135a;
	color: #fff
}
.approach-area{
	background-color: #eff3f8;
	padding-top: 60px;
}
.approach-img img {
    height: 620px;
}
.approach-content ul li p {
    margin-bottom: 6px;
}
.certificate-image {
    margin-top: 30px;
    box-shadow: rgb(52 110 185 / 76%) 0px 5px 15px;
}
.certification-section{
	padding-top: 30px;
	padding-bottom: 60px;
}
/*=================blog detail css==================*/
.side-bar-area {
	margin-left: 15px;
}
.side-bar-widget {
	background-color: #ffffff;
}
.side-bar-widget .title {
	font-size: 20px;
	padding-left: 40px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	background-color: transparent;
	width: 100%;
}
.side-bar-widget .title:before {
	position: absolute;
	content: "";
	height: 4px;
	width: 4px;
	left: 21px;
	top: 12px;
	background: #09135a;
}
.side-bar-widget .title:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 18px;
	left: 0;
	top: 12px;
	background: #09135a;
}
.side-bar-widget .side-bar-categories {
	margin-bottom: 15px;
}
.side-bar-widget .side-bar-categories ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.side-bar-widget .side-bar-categories ul li {
	position: relative;
	font-size: 15px;
	font-weight: 500;
}
.side-bar-widget .side-bar-categories ul li .line-circle {
	position: absolute;
	top: 10px;
	left: 0;
	width: 13px;
	height: 13px;
	background-color: transparent;
	border: 1px solid #36a76c;
	border-radius: 50px;
}
.side-bar-widget .side-bar-categories ul li .line-circle::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	margin: 0 auto;
	width: 9px;
	height: 9px;
	background-color: #36a76c;
	border-radius: 50px;
}
.side-bar-widget .side-bar-categories ul li:last-child {
	border-bottom: none;
}
.side-bar-widget .side-bar-categories ul li a {
	display: inline-block;
	color: #0e0129;
	font-weight: normal;
	padding: 5px 0 5px 25px;
	font-weight: 500;
	position: relative;
	width: 100%;
	font-size: 14px;
}
.side-bar-widget .side-bar-categories ul li a span {
	right: 30px;
	position: absolute;
	top: 10px;
	color: #0e01290e0129;
}
.side-bar-widget .side-bar-categories ul li a:hover {
	color: #09135a;
}
.side-bar-widget .side-bar-categories ul li a:hover span {
	color: #09135a;
}
.side-bar-widget .widget-popular-post {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}
.side-bar-widget .widget-popular-post .item {
	overflow: hidden;
	margin-bottom: 13px;
	padding-bottom: 8px;
	border-bottom: 1px solid #E2E2E2;
}
.side-bar-widget .widget-popular-post .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.side-bar-widget .side-bar-widget-tag li a {
	color: #ffffff;
	padding: 7px 15px;
	background-color: #36a76c;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}
.side-bar-widget .side-bar-widget-tag li a:hover {
	background-color: #09135a;
}
.side-bar-widget .side-bar-widget-tag li {
	display: inline-block;
	margin: 5px;
	color: #ffffff;
}
ul {
	padding-left: 0;
}
.side-bar-widget {
	margin-bottom: 40px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
}
.side-bar-widget .title {
	margin-bottom: 20px;
}
.search-widget .search-form {
	position: relative;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
}
.search-widget .search-form .form-control {
	height: 50px;
	border: none;
	background-color: #ffffff;
	padding: 10px 20px;
	width: 100%;
	color: #252525;
	border-radius: 5px;
}
.search-widget .search-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
.search-widget .search-form button {
	position: absolute;
	top: 3px;
	right: 3px;
	height: 45px;
	width: 45px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border: none;
	outline: none;
	background-color: #09135a;
	line-height: 50px;
	border-radius: 5px;
}
.search-widget .search-form button i {
	color: #ffffff;
	font-size: 18px;
}
.search-widget .search-form button:hover {
	background-color: #36a76c;
}
.blog-article .blog-article-img {
	margin-bottom: 30px;
	position: relative;
}
.blog-article .blog-article-img .blog-article-tag {
	background-color: #09135a;
	padding: 15px 12px;
	position: absolute;
	bottom: -20px;
	right: 30px;
	border-radius: 3px;
	text-align: center;
}
.blog-article .blog-article-img .blog-article-tag h3 {
	font-size: 17px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 0;
	font-weight: 500;
}
.blog-article .blog-article-img .blog-article-tag span {
	font-size: 17px;
	color: #ffffff;
	line-height: 1;
	font-weight: 500;
}
.blog-article .blog-article-title {
	margin-bottom: 20px;
}
.blog-article .blog-article-title ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-article .blog-article-title ul li {
	display: inline-block;
	font-size: 15px;
	color: #252525;
	margin-right: 30px;
	position: relative;
	font-weight: 500;
}
.blog-article .blog-article-title ul li:last-child {
	margin-right: 0;
}
.blog-article .blog-article-title ul li i {
	font-size: 18px;
	margin-right: 10px;
	position: relative;
	top: 3px;
	color: #09135a;
}
.blog-article .blog-article-title h2 {
	margin-top: 15px;
	font-size: 24px;
	margin-bottom: 0;
	color: #252525;
	font-weight: 700;
}
.blog-article .article-content {
	padding-bottom: 10px;
}
.blog-article .article-content p {
	margin-bottom: 20px;
}
.blog-article .article-content .blockquote {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	margin-top: 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	padding: 20px 30px 20px 50px;
	margin-left: 35px;
}
.blog-article .article-content .blockquote p {
	font-size: 15px;
	color: #0e01290e0129;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.blog-article .article-content .blockquote span {
	font-size: 15px;
	color: #252525;
	font-weight: 600;
}
.blog-article .article-content .blockquote i {
	font-size: 35px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #ffffff;
	background-image: -webkit-gradient(linear, left top, right top, from(#070f60), to(#09135a));
	background-image: linear-gradient(to right, #070f60, #09135a);
	text-align: center;
	border-radius: 50px;
	position: absolute;
	top: 24%;
	left: -35px;
}
.blog-article .blog-article-share {
	padding: 10px 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
}
.blog-article .blog-article-share .blog-tag ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-article .blog-article-share .blog-tag ul li {
	display: inline-block;
	padding: 5px 3px;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	color: #252525;
	font-weight: 400;
	margin-right: 5px;
}
.blog-article .blog-article-share .blog-tag ul li:last-child {
	margin-right: 0;
}
.blog-article .blog-article-share .blog-tag ul li i {
	color: #09135a;
	font-size: 18px;
	position: relative;
	top: 3px;
}
.blog-article .blog-article-share .blog-tag ul li a {
	color: #ffffff;
	background-color: #09135a;
	padding: 5px 12px;
	border-radius: 10px;
	font-size: 14px;
}
.blog-article .blog-article-share .blog-tag ul li:hover a {
	background-color: #36a76c;
}
.blog-article .blog-article-share .social-icon {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.blog-article .blog-article-share .social-icon li {
	display: inline-block;
	margin-right: 5px;
}
.blog-article .blog-article-share .social-icon li a {
	border-radius: 0;
	width: 35px;
	height: 35px;
	line-height: 37px;
	text-align: center;
	color: #09135a;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.blog-article .blog-article-share .social-icon li a:hover {
	background-color: #09135a;
	color: #ffffff;
}
.blog-article .comments-wrap {
	margin-bottom: 30px;
}
.blog-article .comments-wrap .comment-title .title {
	font-size: 24px;
	margin-bottom: 0;
	color: #252525;
	font-weight: 700;
}
.blog-article .comments-wrap .comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-article .comments-wrap .comment-list li {
	position: relative;
	padding: 30px;
	padding-left: 75px;
	border-bottom: 1px solid #e1e1e1;
}
.blog-article .comments-wrap .comment-list li:last-child {
	margin-bottom: 0;
}
.blog-article .comments-wrap .comment-list li img {
	position: absolute;
	top: 30px;
	left: 0;
	border-radius: 50%;
}
.blog-article .comments-wrap .comment-list li h3 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
	color: #252525;
}
.blog-article .comments-wrap .comment-list li span {
	font-size: 15px;
	color: #252525;
}
.blog-article .comments-wrap .comment-list li p {
	margin-top: 10px;
	margin-bottom: 0;
}
.blog-article .comments-wrap .comment-list li a {
	color: #09135a;
	font-weight: 600;
	position: absolute;
	top: 30px;
	right: 0;
}
.blog-article .comments-wrap .comment-list li a:hover {
	color: #36a76c;
}
.blog-article .comments-form {
	margin-top: 30px;
}
.blog-article .comments-form .title {
	font-size: 24px;
	margin-bottom: 20px;
	color: #252525;
	font-weight: 700;
}
.blog-article .comments-form .contact-form {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	background-color: #ffffff;
}
.blog-article .comments-form .default-btn {
	width: unset;
}
.blog-article-img img {
	width: 100%;
}
.about-three_content-inner .about-three_image::before {
    content: "";
    position: absolute;
    background: linear-gradient(162deg, rgb(76 106 166) 0%, rgb(52 110 185) 100%);
    height: 100%;
    width: 100%;
    z-index: -1;
    top: -20px;
    border-radius: 10px;
    left: -20px;
}
.about-three_image{
	position: relative;
	z-index: 99;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.about-three_image img{
	border-radius:20px;
	    transform: scale(1);
    transition: .6s linear;
}
.about-three_image:hover img{
	transform: scale(1.1);
}
.fleet_listing{
	padding-top:70px;
	padding-bottom: 60px;
}
.about-three_image-inner h2 {
    font-size: 40px;
    font-family: 'Roboto Slab', serif;
}

.fleet_listing2{
	background-color: #eff3f8;
	padding-top:70px;
	padding-bottom: 60px;
}
section.fleet_listing .about-three_image-column {
    padding-left: 50px;
}
.fleet_listing2 .about-three_image-column {
    padding-right: 50px;
}
.fleet_listing2 .about-three_content-inner .about-three_image::before{
	left: auto;
	right:-20px;
}
.fleet-descrption{
	text-align: center;
	padding-top: 50px;
}
.certificate-title {
    background: linear-gradient(162deg, rgb(76 106 166) 0%, rgb(52 110 185) 100%);
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.ul-listing-box ul li {
    position: relative;
    padding-left: 25px;
    margin-top: 6px;
}
.ul-listing-box ul li::before {
    content: "\f111";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    font-size: 14px;
    top: 2px;
    color: #358997;
}

/*===========choose css start from here==========*/
.effect-item {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 20px;
}

.effect-item .content-overlay {
    overflow: hidden;
    position: relative;
}

.effect-item .content-overlay:before,
.effect-item .content-overlay:after {
    content: "";
    width: 0;
    height: 0;
    background-color:rgb(3 3 3 / 61%);
    position: absolute;
    top: 0%;
    left: 0%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.effect-item .content-overlay:after {
    top: auto;
    left: auto;
    bottom: 0%;
    right: 0%;
}

.effect-item:hover .content-overlay:before,
.effect-item:hover .content-overlay:after {
    width: 100%;
    height: 100%;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    padding: 0 45px;
    z-index: 11;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.effect-item:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}
.content-details h3 {
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 30px;
    font-size: 18px;
}

.content-details p {
    color: #ffffff;
}

.content-details ul {
    padding-bottom: 35px;
}

.content-details li {
    display: inline-block;
}

.content-details li a {
    color: #fff;
    font-size: 20px;
    margin: 0 4px;
}

.fadeIn-top {
    top: 20%;
}

.services-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 20px;
    background-color: #09135a;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: linear-gradient(88deg, rgb(76 106 166) 0%, rgb(52 110 185) 100%);
}
.services-text h3 img {
    height: 50px;
    margin-right: 10px;
    width: 50px !important;
    display: inline-block !important;
}
.services-text h3{
	color: #fff;
	margin-bottom: 0;
	font-family: 'Roboto Slab', serif;
}
.why-choose-section {
    padding: 50px 0;
}
.effect-item .content-overlay img{
	width: 100%;
}

/*===========social css start from here============*/
 :root {
    --wh-color: rgb(9, 255, 9);
    --gt-color: rgb(255, 255, 255);
    --ld-color: rgb(9, 91, 255);
    --cd-color: rgb(145, 146, 150);
    --tw-color: rgb(33, 198, 253);
    --sn-color: rgb(255, 255, 0);
    --yt-color: rgb(255, 0, 0);
    --sp-color: rgb(52, 176, 71);
    --l-y: #fe7575;
    --o-e: #fa7e1e;
    --p-k: #d62976;
    --p-e: #962fbf;
    --b-e: #4f5bd5;
    --grad-col: linear-gradient(to bottom right, var(--b-e), var(--p-e), var(--p-k), var(--o-e), var(--l-y));
}

.social-share button {
    cursor: pointer;
    padding: 40px;
    width: 100%;
    height: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
}
.social-share .item{
	margin: 10px 0;
}
.whatsapp {
   background: linear-gradient(162deg, rgb(76 106 166) 0%, rgb(52 110 185) 100%);
    color:#fff; 
}

.whatsapp:hover {
    box-shadow: 0 0 1em 0.1em var(--wh-color);
    background: var(--wh-color);
    color: white;
    border-radius: 10px;
}

.github {
 	background: linear-gradient(162deg, rgb(76 106 166) 0%, rgb(52 110 185) 100%);
    color:#fff; 
}

.github:hover {
    box-shadow: 0 0 1em 0.1em var(--gt-color);
    background: var(--gt-color);
    color: rgb(0, 0, 0);
    border-radius: 10px;
}

.linkedin {
    background: linear-gradient(162deg, rgb(76 106 166) 0%, rgb(52 110 185) 100%);
    color:#fff; 
}

.linkedin:hover {
    box-shadow: 0 0 1em 0.1em var(--ld-color);
    background: var(--ld-color);
    color: white;
    border-radius: 10px;
}

.CodePen {
    background: linear-gradient(162deg, rgb(76 106 166) 0%, rgb(52 110 185) 100%);
    color:#fff; 
}

.CodePen:hover {
    box-shadow: 0 0 1em 0.1em var(--cd-color);
    background: var(--cd-color);
    color: white;
    border-radius: 10px;
}

.instagram {
    background: linear-gradient(162deg, rgb(76 106 166) 0%, rgb(52 110 185) 100%);
    color:#fff; 
}

.instagram:hover {
    box-shadow: 0 0 1em 0.1em var(--p-e);
    background: var(--grad-col);
    color: white;
    border-radius: 10px;
}

.twitter {
   background: linear-gradient(162deg, rgb(76 106 166) 0%, rgb(52 110 185) 100%);
    color:#fff; 
}

.twitter:hover {
    box-shadow: 0 0 1em 0.1em var(--tw-color);
    background: var(--tw-color);
    color: white;
    border-radius: 10px;
}

.snapchat {
    background: linear-gradient(162deg, rgb(76 106 166) 0%, rgb(52 110 185) 100%);
    color:#fff; 
}

.snapchat:hover {
    box-shadow: 0 0 1em 0.1em var(--sn-color);
    background: var(--sn-color);
    color: black;
    border-radius: 10px;
}

.youtube {
    background: linear-gradient(162deg, rgb(76 106 166) 0%, rgb(52 110 185) 100%);
    color:#fff; 
}

.youtube:hover {
    box-shadow: 0 0 1em 0.1em var(--yt-color);
    background: var(--yt-color);
    color: white;
    border-radius: 10px;
}

.spotify {
   background: linear-gradient(162deg, rgb(76 106 166) 0%, rgb(52 110 185) 100%);
    color:#fff;
    -webkit-box-shadow: inset 0px 0px 0.5em 0px var(--sp-color), 0px 0px 0.5em 0px var(--sp-color);
    -moz-box-shadow: inset 0px 0px 0.5em 0px var(--sp-color), 0px 0px 0.5em 0px var(--sp-color);
    box-shadow: inset 0px 0px 0.5em 0px var(--sp-color), 0px 0px 0.5em 0px var(--sp-color);
}

.spotify:hover {
    box-shadow: 0 0 1em 0.1em var(--sp-color);
    background: var(--sp-color);
    color: white;
    border-radius: 10px;
}
.social-share{
	padding: 50px 0;
}

.agent-wrapppers {
    border: 1px solid #eee;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.agent-detail {
    padding: 10px 20px;
}
.agent-detail h2 {
    background-image: linear-gradient(180deg, #09135a 50%,#4c6aa6 23%);
    font-size: 32px;
    line-height: 1.2;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-family: 'Roboto Slab', serif;
}

/*============acordian css start from here==============*/
.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}
.faq-accordion .accordion .accordion-item {
    display: block;
    border: none;
    margin-bottom: 10px;
    background-color: transparent;
}
.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}
.faq-accordion .accordion .accordion-item.active {
    margin-bottom: 0
}
.faq-accordion .accordion .accordion-title {
    padding:15px 38px 15px 15px;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    border-radius: 6px;
    color: #000;
}
.faq-accordion .accordion .accordion-title.active {
    color: #fff;
    background: #09135a;
}

.faq-accordion .accordion .accordion-title.active i::before {
    content:"\f068";
}
.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding: 20px;
    background-color:#fff;
    border-radius: 6px;
}
.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #000;
}
.faq-accordion .accordion .accordion-title.active i{
  color: #fff;
}
.faq-accordion .accordion .accordion-content.show {
    display: block;
}
.faq-accordion .accordion .accordion-item {
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.bg-color{
	background-color: #eff3f8;
	padding: 50px 0;
}
.table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05) !important;
}
.table td:nth-child(odd) {
    background-color: #93ebff26!important;
}
.table{
	border: none;
}
.table th, td{
	border: none;
	text-align: center;
}
.table td{
	font-size: 14px;
}
.table tr th {
    background: linear-gradient(162deg, rgb(76 106 166) 0%, rgb(52 110 185) 100%);
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.table th:nth-child(1){
	text-align: left;
}
.table td:nth-child(1){
	text-align: left;
}
.hid-box {
    overflow: hidden;
}
.download-section{
	padding: 20px 0;
}
.download-section .bdrr {
    border: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom:10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.download-section .bdrr p{
	margin-bottom: 0;
}
.products-details-tab ul li a {
    background:#09135a;
    color: #fff;
    padding: 8px 15px;
}
.products-details-tab ul li {
    display: inline-block;
}
.products-details-tab ul li.current a {
    background: #36a76c;
}
.thumnail-desc .tab_content {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ededed;
    overflow: hidden;
    padding: 30px 20px;
}
.app-left-box ul li:before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 4px;
    color: #4c6aa6;
}

.app-left-box ul li {
    position: relative;
    padding-left: 20px;
    margin: 5px 0;
}
.app-left-box ul li a {
    color:#212121;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
}
.app-left-box ul li a:hover{
	 color: #34a762;
}
.applicatnt-section h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    margin-bottom: 20px;
}
.notice-box {
    margin-top: 12%;
}
.applicatnt-section{
    background-image: url(../images/pattern-14.png);
    background-size: cover;
    background-position: center;
}
/*============contact box css start from here============*/
.contact-details-wrapper {
		background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    box-shadow: 0px 10px 51px 3px rgba(0,0,0,0.15);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    padding: 30px;
    text-align: center;;
}
.cell{
	margin:20px 0;
}
.contact-details {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
.contact-details-wrapper h6 {
    font-weight: 500;
    font-size: 30px;
    font-family: 'Roboto Slab', serif;
    color: #4c6aa6;
    margin-bottom: 20px;
}
.contact-details-wrapper img {
    width: 60px;
    margin: auto;
    margin-bottom: 12px;
}
.contact-details-wrapper i {
    font-size: 24px;
    color: #38a773;
    margin-right: 16px;
    position: relative;
    top: 4px;
}
.contact-person-wrapper .contact-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
}
.contact-person-wrapper .contact-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #77cbea;
}
.contact-person-wrapper .contact-info {
    margin-left: 20px;
}
.contact-info1 p{
	margin: 0;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
}
p.contact-name {
    font-size: 20px;
}
.contact-person-wrapper {
    padding:10px 20px;
    background: linear-gradient(162deg, rgb(76 106 166) 0%, rgb(52 110 185) 100%);
}

.about-play img{
	transform: scale(1);
	transition: .6s linear;
}
.about-play:hover img{
	transform: scale(1.1);
}
.about-play{
	overflow: hidden;
}

.agent-avatars img {
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: auto;
    margin-left: auto;
    display: table;
    height: 250px;
    width: 250px;
    object-fit: cover;
    padding: 4px;
}
.agent-avatars {
    background: #eee;
    padding: 10px;
	background: linear-gradient(180deg, #9ec97b, #09135a, #6fce6f, #49a5ea, #9b6de3);
  	background-size: auto;
	background-size: 1000% 1000%;
	-webkit-animation: wsgdrcolors 10s ease infinite;
	-moz-animation: wsgdrcolors 10s ease infinite;
	animation: wsgdrcolors 10s ease infinite;
	position: relative;
	z-index: 1;
}
.agent-social ul li a {
  border: 1px solid #ddd;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  color: #09135a;
  line-height: 30px;
  font-size: 14px;
}
.agent-social.ms-auto {
  width: 20%;
  text-align: right;
}
.agent-avatars:before{
	content: '';
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/call-shap1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.agent-wrapppers{
	margin: 20px 0;
}
@-webkit-keyframes wsgdrcolors {
  0% {
    background-position: 0% 90%
  }

  50% {
    background-position: 100% 11%
  }

  100% {
    background-position: 0% 90%
  }
}

@-moz-keyframes wsgdrcolors {
  0% {
    background-position: 0% 90%
  }

  50% {
    background-position: 100% 11%
  }

  100% {
    background-position: 0% 90%
  }
}

@keyframes wsgdrcolors {
  0% {
    background-position: 0% 90%
  }

  50% {
    background-position: 100% 11%
  }

  100% {
    background-position: 0% 90%
  }
}

.common-heading{
	background-image: linear-gradient(180deg, #09135a 50%,#4c6aa6 23%);
	font-size: 32px;
	line-height: 1.2;
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	font-family: 'Roboto Slab', serif;
}

.envirmont-content-box p strong, .section-title1 p strong{
	color: #01a8a9;
	font-weight: 700;
}

.facebook {
    background: linear-gradient(162deg, rgb(76 106 166) 0%, rgb(52 110 185) 100%);
    color: #fff; 
}

.facebook:hover {
    box-shadow: 0 0 1em 0.1em rgb(110 158 193);
    background: rgb(110 158 193);
    color: white;
    border-radius: 10px;
}
.jobheader h2 {
      background-color: #09135a;
    font-size: 44px;
    text-align: center;
    line-height: 1.2;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
}
.job-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  margin-top: 25px;
  background: #fff;
}
.job-box h3 {
  background: linear-gradient(162deg, rgb(76 106 166) 0%, rgb(52 110 185) 100%);
  color: #fff;
  padding: 10px;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 5px;
}
.job-box ul li {
  display: inline-block;
  width: 49%;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  margin: 8px 0;
}
.job-box ul li::before {
  content: "\f0a9";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #09135a;
}
.job-box ul{
	margin-bottom: 0;
}
.aceept-box {
  text-align: center;
  margin-top: 20px;
  background: #00acf3;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 35px;
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
}
.aceept-box a {
  color: #fff;
}
.wdtt ul li{
	display: block;
	width: 100%;
}

@media only screen and (max-width:400px){
.job-box ul li{
	display: block;
	width: 100%;

}
.job-box h3{
	font-size: 18px;
	font-weight: 600 !important;
}
.aceept-box {
  display: block;
  width: 100%;
}
}


/*===================02-07-2023=================*/
.found-image img {
    height: 220px;
}
.found-image h3 {
    margin: 30px 0 0;
    position: relative;
    color: #ff0000;
}
.found-image p {
    margin: 20px 0 20px;
    font-size: 19px;
}
.bgg{
	background: #f5f8ff;
}
.not-for-found{
	padding:50px 0;
}

.thankyou {
    padding:70px 0;
}
.thnkyou-left h1 {
    font-weight: 800;
}
.thnkyou-left h5 {
    color: #465575;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 30px;
}
.caption-banner {
    background: rgb(238 238 238 / 55%);
    width: 25%;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    right: 0;
}
.caption-banner h2{
	font-size:24px;
	margin-bottom: 0;

}
@media only screen and (max-width: 767px){
    .thankyou .row {
      flex-direction: column-reverse;
    }
    .thankyou {
	  padding-top: 120px !important;
	}
	.thnkyou-left {
	  margin-top: 30px;
	}
	.found-image img {
	  height: auto !important;
	}
	.not-for-found{
		padding-top: 120px !important;
	}
.caption-banner {
  width:100%;
  text-align: center;
  bottom: auto;
  right: auto;
  top: 23%;
}
.caption-banner h2{
	font-size: 18px;
}
}	.email-btn{		padding: 10px;		color: #fff;		text-align: center;		z-index: 1;		text-transform: uppercase;		font-size: 14px;		border-radius: 6px;		background: #09135a;		font-weight: 600;	}

.cta-btn a{
background: #272264;
    color: #fff;
    padding: 9px;
}

.cta-btn a:hover {
    background: #f59f47;
    color: #fff;
    padding: 9px;
}


.jobheader h2 {
    background-image: linear-gradient(180deg, #f78c1f 50%, #4c6aa6 23%);
    font-size: 24px;
    line-height: 1.2;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
	text-align: left;
}



.custom-header-text {
    flex-basis: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.navbar-logo,
.menu-wrapper {
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .custom-header-text {
        display: none;
    }
}
    
}