

/**************************************

 Generale Style

 *************************************/



 body {

 	background: #ffffff;

 	color: #6e6f75;

 	font-family: 'Poppins', sans-serif;

 	font-size: 16px;

 	font-weight: normal;

 	line-height: 1.4;

 	overflow-x: hidden;

 	margin: 0 auto;

 	padding: 0;

 	letter-spacing: 0.5px;

 	-moz-box-sizing: border-box;

 	-ms-box-sizing: border-box;

 	-o-box-sizing: border-box;

 	-webkit-box-sizing: border-box;

 	box-sizing: border-box;

 }

 h1,

 h2,

 h3,

 h4,

 h5,

 h6 {

 	margin: 0;

 	font-family: 'Poppins', sans-serif;

 	font-weight: normal;

 	color: #35a0eb;

 	line-height: 1.2;

 }

 a {

 	color: #35a0eb;

 	text-decoration: none !important;

 	-moz-transition: all 0.5s ease-in-out 0s;

 	-ms-transition: all 0.5s ease-in-out 0s;

 	-o-transition: all 0.5s ease-in-out 0s;

 	-webkit-transition: all 0.5s ease-in-out 0s;

 	transition: all 0.5s ease-in-out 0s;

 }

 img {

 	max-width: 100%;

 }

 a:hover {

 	color: #35a0eb;

 	-moz-transition: all 0.4s ease-in-out 0s;

 	-ms-transition: all 0.4s ease-in-out 0s;

 	-o-transition: all 0.4s ease-in-out 0s;

 	-webkit-transition: all 0.4s ease-in-out 0s;

 	transition: all 0.4s ease-in-out 0s;

 }

 a:hover,

 a:focus {

 	color: #35a0eb;

 	text-decoration: none;

 }

 p {

 	padding: 0;

 	margin: 0;

 	font-size: 14px;

 	color: #6e6f75;

 	font-weight: 400;

 	line-height: 1.4;

 	letter-spacing: 0.5px;

 	font-family: 'Poppins', sans-serif;

 }

 .z-index {

 	z-index: 9;

 }

 .position-relative {

 	position: relative!important;

 }

 .form-control:focus {

 	box-shadow: none;

 	outline: 0 none;

 	border-bottom: 1px solid #35a0eb;

 }

 .btn:focus {

 	outline: none !important;

 	box-shadow: none;

 }

 button:focus {

 	outline: 0 none;

 	box-shadow: none;

 }

 .button:focus {

 	outline: none;

 	box-shadow: none;

 }

 .button {

 	position: relative;

 	z-index: 2;

 	display: inline-block;

 	padding: 8px 20px;

 	text-align: center;

 	font-size: 17px;

 	text-transform: capitalize;

 	letter-spacing: 0.7px;

 	font-weight: 600;

 	border: 2px solid #35a0eb;

 	border-radius: 30px;

 	color: #fff;

 	background: none;

 	cursor: pointer;

 	margin-top: 25px;

 	overflow: hidden;

 	transition: all .3s ease;

 	-moz-transition: all .3s ease;

 	-webkit-transition: all .3s ease;

 	-ms-transition: all .3s ease;

 	-o-transition: all .3s ease;

 }

 .button:hover {

 	color: #fff;

 	border-color:#d1a570;

 }
.navbar-slogan {font-size: 24px!important;}
.scroll span {font-size: 12px!important; font-weight:normal!important;}
 .button:before {

 	content: '';

 	position: absolute;

 	top: 0;

 	left: 0;

 	width: 100%;

 	height: 100%;

 	z-index: -1;

 	opacity: .5;

 	background-color: #d1a570;

 	-webkit-transition: all 0.3s;

 	-o-transition: all 0.3s;

 	transition: all 0.3s;

 	-webkit-transform: scaleY(0);

 	-ms-transform: scaleY(0);

 	transform: scaleY(0);

 	-webkit-transform-origin: left top;

 	-ms-transform-origin: left top;

 	transform-origin: left top;

 }

 .button:after {

 	content: '';

 	position: absolute;

 	top: 0;

 	left: 0;

 	width: 100%;

 	height: 100%;

 	z-index: -1;

 	background-color: #d1a570;

 	-webkit-transition: all 0.3s;

 	-o-transition: all 0.3s;

 	transition: all 0.3s;

 	-webkit-transform: scaleY(0);

 	-ms-transform: scaleY(0);

 	transform: scaleY(0);

 	-webkit-transform-origin: left top;

 	-ms-transform-origin: left top;

 	transform-origin: left top;

 }

 .button:hover:before {

 	-webkit-transform: scaleY(1);

 	-ms-transform: scaleY(1);

 	transform: scaleY(1);

 }

 .button:hover:after {

 	-webkit-transition-delay: 0.2s;

 	-o-transition-delay: 0.2s;

 	transition-delay: 0.2s;

 	-webkit-transform: scaleY(1);

 	-ms-transform: scaleY(1);

 	transform: scaleY(1);

 }

 .bg-gray {

 	background-color: #f8f8f9;

 }

 .bg-none {

 	background: none !important;

 }

 .color-text {

 	color: #30347d;

 }

 dl,

 ol,

 ul {

 	padding: 0;

 	margin: 0;

 	list-style: none;

 }

 .mr-15 {

 	margin-right: 15px;

 }

 .d-table {

 	width: 100%;

 	height: 100%;

 }



 .d-table-cell {

 	vertical-align: middle;

 }

 .bg-fixed {

 	background-attachment: fixed;

 }

 .bg-img {

 	background-size: cover;

 	background-repeat: no-repeat;

 }

 .section-padding {

 	padding: 30px 0;

 }
.owl-theme .owl-nav [class*="owl-"] {border-radius: 0!important;}
 .section-title {

 	text-align: center;

 	margin-bottom: 75px;

 }

 .section-title h5 {

 	color: #35a0eb;

 	font-size: 12px;

 	font-weight: 800;

 	margin-bottom: 10px;

 	text-transform: uppercase;

 	letter-spacing: 0.7px;

 }

 .section-title h2 {

 	font-weight: 600;

 	text-transform: capitalize;

 	font-size: 47px;

 	line-height: 1.3;

 	color: #35a0eb;

 }
.section-title span span, .section-title p {color:#c99450!important;}
 .display-table {

 	width: 100%;

 	height: 100%;

 	display: table;

 }

 .table-cell {

 	display: table-cell;

 	vertical-align: middle;

 }

 .mr-0 {

 	margin: 0;

 }

 .mr-top-50 {

 	margin-top: 50px;

 }

 .back-to-top {

 	position: fixed;

 	cursor: pointer;

 	top: 0;

 	right: 15px;

 	color: #ffffff;

 	background: #35a0eb;

 	z-index: 4;

 	width: 40px;

 	text-align: center;

 	height: 42px;

 	line-height: 42px;

 	opacity: 0;

 	visibility: hidden;

 	-webkit-transition: .9s;

 	transition: .9s;

 }

 .back-to-top:before {

 	content: '';

 	position: absolute;

 	top: 0;

 	left: 0;

 	width: 100%;

 	height: 100%;

 	z-index: -1;

 	background: #c99450;

 	opacity: 0;

 	visibility: hidden;

 	-webkit-transition: 0.5s;

 	transition: 0.5s;

 }

 .back-to-top:hover:before,

 .back-to-top:focus:before {

 	opacity: 1;

 	visibility: visible;

 }

 .back-to-top:hover,

 .back-to-top:focus {

 	color: #ffffff;

 }

 .back-to-top.active {

 	top: 97%;

 	-webkit-transform: translateY(-98%);

 	transform: translateY(-98%);

 	opacity: 1;

 	visibility: visible;

 }

 .back-to-top i:last-child {

 	opacity: 0;

 	visibility: hidden;

 	top: 60%;

 }

 .back-to-top:hover i:first-child,

 .back-to-top:focus i:first-child {

 	opacity: 0;

 	top: 0;

 	visibility: hidden;

 }

 .back-to-top:hover i:last-child,

 .back-to-top:focus i:last-child {

 	opacity: 1;

 	visibility: visible;

 	top: 50%;

 }

 .back-to-top i {

 	position: absolute;

 	top: 50%;

 	-webkit-transform: translateY(-50%);

 	transform: translateY(-50%);

 	left: 0;

 	right: 0;

 	margin: 0 auto;

 	-webkit-transition: 0.5s;

 	transition: 0.5s;

 	font-size: 20px;

 }

 .v-middle {

 	position: absolute;

 	width: 100%;

 	top: 50%;

 	left: 0;

 	-webkit-transform: translate(0%, -50%);

 	transform: translate(0%, -50%);

 }

 .valign {

 	display: -webkit-box;

 	display: -ms-flexbox;

 	display: flex;

 	-webkit-box-align: center;

 	-ms-flex-align: center;

 	align-items: center;

 }

 /* [ Start Overlay ] */



 [data-overlay-dark],

 [data-overlay-light] {

 	position: relative;

 }

 [data-overlay-dark] .container,

 [data-overlay-light] .container {

 	position: relative;

 	z-index: 2;

 }

 [data-overlay-dark]:before,

 [data-overlay-light]:before {

 	content: '';

 	position: absolute;

 	width: 100%;

 	height: 100%;

 	top: 0;

 	left: 0;

 	z-index: 1;

 }

 [data-overlay-dark]:before {

 	background: #02050b;

 }

 [data-overlay-light]:before {

 	background: #fff;

 }

 [data-overlay-dark] h1,

 [data-overlay-dark] h2,

 [data-overlay-dark] h3,

 [data-overlay-dark] h4,

 [data-overlay-dark] h5,

 [data-overlay-dark] h6,

 [data-overlay-dark] span,

 .bg-dark h1,

 .bg-dark h2,

 .bg-dark h3,

 .bg-dark h4,

 .bg-dark h5,

 .bg-dark h6,

 .bg-dark span,

 .bg-color h1,

 .bg-color h2,

 .bg-color h3,

 .bg-color h4,

 .bg-color h5,

 .bg-color h6,

 .bg-color span {

 	color: #fff;

 }

 [data-overlay-dark] p,

 .bg-dark p,

 .bg-color p {

 	color: #dad6d6;

 }

 [data-overlay-dark="0"]:before,

 [data-overlay-light="0"]:before {

 	opacity: 0;

 }

 [data-overlay-dark="1"]:before,

 [data-overlay-light="1"]:before {

 	opacity: .1;

 }

 [data-overlay-dark="2"]:before,

 [data-overlay-light="2"]:before {

 	opacity: .2;

 }

 [data-overlay-dark="3"]:before,

 [data-overlay-light="3"]:before {

 	opacity: .3;

 }

 [data-overlay-dark="4"]:before,

 [data-overlay-light="4"]:before {

 	opacity: .4;

 }

 [data-overlay-dark="5"]:before,

 [data-overlay-light="5"]:before {

 	opacity: .5;

 }

 [data-overlay-dark="6"]:before,

 [data-overlay-light="6"]:before {

 	opacity: .6;

 }

 [data-overlay-dark="7"]:before,

 [data-overlay-light="7"]:before {

 	opacity: .7;

 }

 [data-overlay-dark="8"]:before,

 [data-overlay-light="8"]:before {

 	opacity: .8;

 }

 [data-overlay-dark="9"]:before,

 [data-overlay-light="9"]:before,

 [data-overlay-color="9"]:before {

 	opacity: .9;

 }

 [data-overlay-dark="10"]:before,

 [data-overlay-light="10"]:before {

 	opacity: 1;

 }

 /* [ End Overlay ] */



 /* owl theme */



 .owl-theme .owl-nav.disabled+.owl-dots {

 	margin-top: 20px;

 }

 .owl-theme .owl-dots .owl-dot span {

 	width: 7px;

 	height: 7px;

 	margin: 5px 5px;

 	background-color: rgba(0, 0, 0, 0.1);

 	display: block;

 	-webkit-backface-visibility: visible;

 	transition: opacity .2s ease;

 	border-radius: 5px;

 	transition: .3s;

 	border: 2px solid transparent;

 }

 .owl-theme .owl-dots .owl-dot.active span {

 	background-color: #35a0eb !important;

 	width: 7px;

 	height: 7px;

 	transition: .3s;

 	-webkit-box-shadow: 0 1px 5px #35a0eb;

 	box-shadow: 0 1px 5px #35a0eb;

 }

 .owl-theme .owl-dots .owl-dot:hover span {

 	background-color: transparent;

 	border: 2px solid #35a0eb;

 	transition: .3s;

 }

/**************************************

Preloader Style

*************************************/



.preloader {

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	background-color: #ffffff;

	z-index: 999999;

}

.preloader .preloader-inner {

	width: 100px;

	height: 100px;

	display: inline-block;

	padding: 0px;

	text-align: left;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	position: absolute;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

}

.preloader .preloader-inner span {

	position: absolute;

	display: inline-block;

	width: 100px;

	height: 100px;

	border-radius: 100%;

	background-color: #2f5bea !important;

	-webkit-animation: preloader 1.3s linear infinite;

	animation: preloader 1.3s linear infinite;

}

.preloader .preloader-inner span:last-child {

	-webkit-animation-delay: -0.8s;

	animation-delay: -0.8s;

}

@keyframes preloader {

	0% {

		-webkit-transform: scale(0, 0);

		transform: scale(0, 0);

		opacity: 0.5;

	}

	100% {

		-webkit-transform: scale(1, 1);

		transform: scale(1, 1);

		opacity: 0;

	}

}

@-webkit-keyframes preloader {

	0% {

		-webkit-transform: scale(0, 0);

		opacity: 0.5;

	}

	100% {

		-webkit-transform: scale(1, 1);

		opacity: 0;

	}

}



/**************************************

	Border Style

	*************************************/

	.border-left-primary {

		border-left:.25rem solid #4e73df!important

	}

	.border-bottom-primary {

		border-bottom:.25rem solid #4e73df!important

	}

	.border-left-secondary {

		border-left:.25rem solid #858796!important

	}

	.border-bottom-secondary {

		border-bottom:.25rem solid #858796!important

	}

	.border-left-success {

		border-left:.25rem solid #1cc88a!important

	}

	.border-bottom-success {

		border-bottom:.25rem solid #1cc88a!important

	}

	.border-left-info {

		border-left:.25rem solid #35a0eb!important

	}

	.border-bottom-info {

		border-bottom:.25rem solid #35a0eb!important

	}

	.border-left-warning {

		border-left:.25rem solid #d1a570!important

	}

	.border-bottom-warning {

		border-bottom:.25rem solid #d1a570!important

	}

	.border-left-danger {

		border-left:.25rem solid #e74a3b!important

	}

	.border-bottom-danger {

		border-bottom:.25rem solid #e74a3b!important

	}

	.border-left-light {

		border-left:.25rem solid #f8f9fc!important

	}

	.border-bottom-light {

		border-bottom:.25rem solid #f8f9fc!important

	}

	.border-left-dark {

		border-left:.25rem solid #5a5c69!important

	}

	.border-bottom-dark {

		border-bottom:.25rem solid #5a5c69!important

	}



	.text-gray-300 {

		color: #dddfeb !important;

	}



/*.text-xs {

 font-size:.7rem

}

.text-lg {

 font-size:1.2rem

 }*/



/**************************************

Navber Area Style

*************************************/

.top-nav li.nav-item > a::before {

	content: '';

	display: block;

	position: absolute;

	bottom: 0;

	left: 0;

	z-index: 1;

	opacity: 1;

	height: 3px;

	width: calc(100% - .5rem);

	background-color: #35a0eb;

	transform-origin: right top;

	transform: scale(0, 1);

	transition: color 0.1s,transform 0.2s ease-out;

}



.top-nav  li.nav-item > a:hover::before {

	transform-origin: left top;

	transform: scale(1, 1);

}





.navbar-b {

	transition: all .5s ease-in-out;

	background-color: transparent;

	/*padding-top: 1.563rem;

	padding-bottom: 1.563rem;*/

}

.navbar-b.navbar-reduce {

	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);

}

.navbar-b.navbar-trans .nav-item,

.navbar-b.navbar-reduce .nav-item {

	position: relative;

	padding-right: 10px;

	padding-left: 0;

}

.nav-link {
	padding: .8rem 1rem;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
}

.navbar-b.navbar-trans .nav-link:hover,

.navbar-b.navbar-reduce .nav-link:hover {

	color: #35a0eb;

}

.navbar-b.navbar-trans .nav-link:hover {

	color: #35a0eb;

}

.navbar-b.navbar-trans .show > .nav-link,

.navbar-b.navbar-trans .active > .nav-link,

.navbar-b.navbar-trans .nav-link.show,

.navbar-b.navbar-trans .nav-link.active {

	color: #fff;

}

.navbar-b.navbar-reduce {

	transition: all .5s ease-in-out;

	background-color: #fff;

	padding-top: 0px;

	padding-bottom: 0px;

	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;

	animation: 500ms ease-in-out 0s normal fadeInDown;

	-webkit-transition: 0.6s;

	transition: 0.6s;

}

.navbar-b.navbar-reduce .nav-link {

	color: #fff;

}
@media (max-width: 992px){
	.navbar-b.navbar-reduce .nav-link {

	color: #757575;

}
}
.navbar-b.navbar-reduce .nav-link:hover {

	color: #35a0eb;

}

.navbar-b.navbar-reduce .show > .nav-link,

.navbar-b.navbar-reduce .active > .nav-link,

.navbar-b.navbar-reduce .nav-link.show,

.navbar-b.navbar-reduce .nav-link.active {

	color: #35a0eb;

}

.navbar-b.navbar-reduce .navbar-brand {

	color: #333;

}

.navbar-b.navbar-reduce .navbar-toggler span {

	background-color: #1B1B1B;

}

.navbar-b .navbar-brand {

	color: #fff;

	font-size: 1.6rem;

	font-weight: 700;

}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,

.navbar-b .dropdown.show .dropdown-menu,

.navbar-b .dropdown-btn.show .dropdown-menu {

	-webkit-transform: translate3d(0px, 0px, 0px);

	transform: translate3d(0px, 0px, 0px);

	visibility: visible !important;

}

.navbar-b .dropdown-menu {

	margin: 1.12rem 0 0;

	border-radius: 0;

}

.navbar-b .dropdown-menu .dropdown-item {

	padding: .7rem 1.7rem;

	transition: all 500ms ease;

}

.navbar-b .dropdown-menu .dropdown-item:hover {

	background-color: #35a0eb;

	color: #fff;

	transition: all 500ms ease;

}

.navbar-b .dropdown-menu .dropdown-item.active {

	background-color: #35a0eb;

}

.navbar-toggler {

	position: relative;

}

.navbar-toggler:focus,

.navbar-toggler:active {

	outline: 0;

}

.navbar-toggler span {

	display: block;

	background-color: #30347d ;

	height: 3px;

	width: 25px;

	margin-top: 4px;

	margin-bottom: 4px;

	-webkit-transform: rotate(0deg);

	transform: rotate(0deg);

	left: 0;

	opacity: 1;

}

.navbar-toggler span:nth-child(1),

.navbar-toggler span:nth-child(3) {

	transition: -webkit-transform .35s ease-in-out;

	transition: transform .35s ease-in-out;

	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;

}

.navbar-toggler:not(.collapsed) span:nth-child(1) {

	position: absolute;

	left: 12px;

	top: 10px;

	-webkit-transform: rotate(135deg);

	transform: rotate(135deg);

	opacity: 0.9;

}

.navbar-toggler:not(.collapsed) span:nth-child(2) {

	height: 12px;

	visibility: hidden;

	background-color: transparent;

}

.navbar-toggler:not(.collapsed) span:nth-child(3) {

	position: absolute;

	left: 12px;

	top: 10px;

	-webkit-transform: rotate(-135deg);

	transform: rotate(-135deg);

	opacity: 0.9;

}

.navbar-b .black-logo {

	display: none;

}

.navbar-b.navbar-reduce .navbar-brand .white-logo {

	display: none;

}

.navbar-b.navbar-reduce .navbar-brand .black-logo {

	display: block;

}

/**************************************

Home Section Style

*************************************/



.home-area {

	height: 100vh;

	position: relative;

	color: #fff;

	text-align: center;

	background: url(../img/home-bg.jpg);

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center;

	z-index: 1;

	padding-top: 150px;

	padding-bottom: 40px;

}

.home-area::after {

	position: absolute;

	content: "";

	top: 0;

	left: 0;

	padding: 0;

	height: 100%;

	width: 100%;

	opacity: .7;

	z-index: -1;

	background: #03030c !important;

}



.hero-equal-height {

	position: relative;

	min-height: 660px;

	-js-display: flex;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	height: 100%;

	width: 100%;

}

@media(min-width:992px){

	.hero-equal-height{

		height: 100vh;

	}

}

.home-area .home-content {

	margin-bottom: 50px;

}

.home-area .home-content h1,

.slider-home .home-content h1{

	font-size: 50px;

	color: #ffffff;

	margin-bottom: 10px;

	font-weight: 500;

	line-height: 1;

}

.home-area .home-content h1 span,

.slider-home .home-content h1 span{

	font-size: 19px;

	color: #c99450;

	text-transform: uppercase;

	font-weight: 400;

	display: block;

}

.home-area .home-content p {

	font-size: 16px;

	color: #ffffff;

}

.button.home-btn-1 {
	background: #35a0eb;
	margin-right: 15px;
	border: 2px solid #35a0eb;
	color: #fff;
	font-size: 14px !important;
    border-radius: 0 !important;
    font-weight: normal !important;
}

.button.home-btn-1:hover{

	border-color:#d1a570;

}

.home-app-button-box .img-app-btn-1 {

	margin-right: 15px;

}



/**************************************

Slider Home Style

*************************************/



.slider {

	position: relative;

}

.slider.fixed-slider {

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

}

.slider .swiper-slide-active {

	z-index: 3;

}

.slider .parallax-slider {

	position: relative;

}

.slider .parallax-slider .swiper-slide {

	position: relative;

	overflow: hidden;

	width: 100%;

	min-height: 100vh;

	padding-bottom: 50px;

}

.slider .parallax-slider .swiper-slide .bg-img {

	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	background-size: cover;

	background-position: center;

}

.slider .parallax-slider .swiper-slide-active .caption h1 {

	opacity: 1;

	animation: fadeInLeft .8s;

	-webkit-animation-delay: 1s;

	animation-delay: .3s;

}

.slider .parallax-slider .caption {

	text-align: center;

}

.slider .parallax-slider .caption h1 {

	font-size: 50px;

	font-weight: 900;

	color: #fff;

	opacity: 1;

	visibility: visible;

}

.slider .parallax-slider .caption p {

	color: #fff;

	font-weight: 500;

	margin-top: 10px;

	opacity: 1;

}

.slider .parallax-slider .swiper-slide-active .caption p {

	color: #fff;

	font-weight: 500;

	margin-top: 10px;

	opacity: 1;

	animation: fadeInRight .8s;

}

.slider .parallax-slider .swiper-slide-active .caption .home-slider-btn {

	font-size: 16px;

	font-weight: 300;

	text-transform: capitalize;

	letter-spacing: 1px;

	position: relative;

	opacity: 1;

	animation: fadeInUp 1s;

	-webkit-transition: all .4s;

	-o-transition: all .4s;

	transition: all .4s;

}

.slider .control-text {

	position: absolute;

	top: 50%;

	z-index: 8;

	width: 100%;

	height: auto;

	align-items: center;

	display: flex;

	justify-content: space-between;

}

.slider .control-text .swiper-nav-ctrl {

	color: #eee;

	font-size: 14px;

	font-weight: 600;

	text-transform: uppercase;

	letter-spacing: 3px;

	margin-left: 50px;

	margin-right: 50px;

	position: static;

	width: auto;

	height: auto;

	display: inline-block;

	background: transparent;

	padding: 6px 10px;

	border-radius: 3px;

}

.slider .control-text .swiper-nav-ctrl .arrow {

	position: relative;

}

.slider .control-text .swiper-nav-ctrl .arrow:after {

	content: '';

	position: absolute;

	top: 9px;

	right: -30px;

	height: 6px;

	width: 17px;

	background: #fff;

	background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));

	background: -webkit-linear-gradient(left, transparent, #fff);

	background: -o-linear-gradient(left, transparent, #fff);

	background: linear-gradient(to right, transparent, #fff);

	line-height: 1;

}

.slider .control-text .swiper-nav-ctrl .arrow:before {

	content: '';

	position: absolute;

	right: -45px;

	top: 4px;

	background: transparent;

	height: 1px;

	width: 8px;

	border: 8px solid transparent;

	border-top-color: transparent;

	border-left-color: #fff;

	border-right-color: transparent;

	border-bottom-color: transparent;

	border-top-left-radius: 3px;

	border-bottom-left-radius: 3px;

	line-height: 1;

}

.slider .control-text .swiper-nav-ctrl .arrow.prv:after {

	top: 9px;

	left: -30px;

	right: auto;

	background: #fff;

	background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));

	background: -webkit-linear-gradient(right, transparent, #fff);

	background: -o-linear-gradient(right, transparent, #fff);

	background: linear-gradient(to left, transparent, #fff);

}

.slider .control-text .swiper-nav-ctrl .arrow.prv:before {

	left: -45px;

	right: auto;

	top: 4px;

	background: transparent;

	border: 8px solid transparent;

	border-top-color: transparent;

	border-left-color: transparent;

	border-right-color: #fff;

	border-bottom-color: transparent;

	border-top-right-radius: 3px;

	border-bottom-right-radius: 3px;

}

.slider .control-text .swiper-nav-ctrl:after {

	display: none;

}

.slider .swiper-pagination-bullets {

	bottom: 20px;

}

.slider .swiper-pagination-bullet {

	background: #fff;

	opacity: .4;

}

.slider .swiper-pagination-bullet-active {

	background: #fff;

	opacity: 1;

}

/**************************************

Animated Headline Home Style

*************************************/



.animated-area {

	height: 100vh;

	position: relative;

	color: #fff;

	text-align: center;

	background: url(../img/home-bg.jpg);

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center;

	z-index: 1;

	padding-top: 150px;

	padding-bottom: 40px;

}

.animated-area::after {

	position: absolute;

	top: 0;

	content: "";

	left: 0px;

	padding: 0;

	height: 100%;

	width: 100%;

	opacity: .8;

	z-index: -1;

	background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62)), -webkit-gradient(linear, right top, left top, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62));

	background: linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%), linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%);

}

.animated-area .home-content h1 {

	font-size: 60px;

	color: #ffffff;

	margin-bottom: 15px;

	font-weight: 900;

	line-height: 1.5;

}

.cd-words-wrapper {

	display: inline-block;

	position: relative;

	text-align: left;

}

.cd-words-wrapper b {

	display: inline-block;

	position: absolute;

	white-space: nowrap;

	left: 0;

	top: 0;

}

.cd-words-wrapper b.is-visible {

	position: relative;

}

.cd-headline.clip span {

	display: inline-block;

}

.cd-headline.clip .cd-words-wrapper {

	overflow: hidden;

	vertical-align: top;

	color: #ffffff;

	font-weight: 900;

	letter-spacing: 0px;

}

.cd-headline.clip .cd-words-wrapper::after {

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 2px;

	height: 100%;

	background-color: #fff;

}

.cd-headline.clip b {

	opacity: 0;

}

.cd-headline.clip b.is-visible {

	opacity: 1;

}

/**************************************

Particle Home Style

*************************************/



#particles-js {

	position: absolute;

	width: 100%;

	height: 100vh;

	top: 0;

	left: 0;

	z-index: 5;

}

/**************************************

Gradient Home Style

*************************************/



.gradient-after::after {

	position: absolute;

	content: "";

	top: 0;

	left: 0;

	padding: 0;

	height: 100%;

	width: 100%;

	opacity: .7;

	z-index: -1;

	background: #641ff1;

	/* fallback for old browsers */

	background: -webkit-linear-gradient(to right, #641ff1, #a43bff) !important;

	/* Chrome 10-25, Safari 5.1-6 */

	background: linear-gradient(to right, #641ff1, #a43bff) !important;

	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.svg-shape-bottom .bottom-shape {

	position: absolute;

	left: 0;

	right: 0;

	bottom: -5px;

	z-index: 1;

	width: 100%;

	height: 100px;

	margin: 0 auto;

}

/**************************************

Video Home Style

*************************************/



.video-home .video-wrapper {

	position: absolute;

	top: 0;

	left: 0;

	z-index: -1;

	min-width: 100%;

	min-height: 100%;

}

/**************************************

Mini Features Section Style

*************************************/



.mini-feature-area .section-title {

	margin-bottom: 10px;

}

.single-mini-feature {

	padding: 30px 30px;

	text-align: center;

	border-radius: 5px;

	position: relative;

	/*margin-top: 30px;

	background-color: #fff;*/

	color: #000;

	text-decoration: none;

	/*-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);

	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);*/

	transition: all 0.4s ease 0s;

	/*height: 100%;*/

}

/*.single-mini-feature:hover {

	background: #30347d;

	color: #fff;

	-webkit-transform: scale(1.030);

	-ms-transform: scale(1.030);

	transform: scale(1.030);

	}*/

	.mini-feature-icon {

		text-align: center;

		margin-bottom: 20px;

	}

	.mini-feature-icon i {

		font-size: 40px;

		color: #35a0eb;

	}

/*.single-mini-feature:hover .mini-feature-icon img {

	-webkit-transform: rotate(360deg);

	-ms-transform: rotate(360deg);

	transform: rotate(360deg);

	color: #fff;

	}*/



	.single-mini-feature:hover .mini-feature-icon img {

		-webkit-animation: bounce 3s infinite ease-in-out;

		-o-animation: bounce 3s infinite ease-in-out;

		-ms-animation: bounce 3s infinite ease-in-out;

		-moz-animation: bounce 3s infinite ease-in-out;

		animation: bounce 3s infinite ease-in-out;

	}

	.mini-feature-info h6 {

		color: #424683;

		font-size:18px;

		font-weight: 600;

		margin-bottom: 12px;

		text-transform: capitalize;

		-webkit-transition: all .4s;

		transition: all .4s;

	}

	.mini-feature-info p {

	/*color: #444;

	font-size: 13px;*/

	-webkit-transition: all .4s;

	transition: all .4s;

}


.mini-feature-info__text h6,
.mini-feature-info__text p,
.single-mini-feature:hover h6,

.single-mini-feature:hover p{

	color: #fff;

}
.mini-feature-info__text {
	left: 0;
	right: 0;
	top: 100%;
	padding: 20px;
	background: rgba(0, 0, 0, 0.4);
	transition: all .5s;
	transform: translateY(-90px);
}
.single-mini-feature:hover .mini-feature-info__text {
	top: 50%;
	transform: translateY(-50%);
	/* bottom: 0; */
}

/**************************************

About Section Style

*************************************/



.about-area {

	position: relative;

	z-index: 1;

}

.about-area .bg-shape {

	/*background-image: url(../img/bg-shape-1.html);

	background-repeat: no-repeat;

	background-position: right center;

	position: absolute;*/

	width: 700px;

	height: 705px;

	background-size: 80%;

	top: 15px;

	right: 0;

	z-index: -1;

}

.about-content h5, .cms-area h5 {

	color: #35a0eb;

	font-size: 16px;

	font-weight: 600;

	margin-bottom: 10px;

	text-transform: uppercase;

	letter-spacing: 0.7px;

}

.about-content h2, .cms-area h2 {

	font-size: 47px;

	font-weight: 600;

	margin-bottom: 15px;

}

.about-content h3, .cms-area h3 {

	color: #555;

	font-size: 18px;

	font-weight: 600;

	margin-bottom: 10px;

}

.about-content-text p, .cms-area p {

	margin-bottom: 15px;

}

.about-content-text ul, .cms-area ul{

	margin-bottom: 20px



}

.about-content-text li, .cms-area li {

	position: relative;

	padding-left: 20px;

}

.about-content-text li::before, .cms-area li:before {

	content: "\f04e";

	color: #d1a570;

	width: 15px;

	height: 15px;

	position: absolute;

	left: 0;

	font: normal normal normal 14px/1 FontAwesome;

	top: 7px;

}

.about-content-text .button {

	margin-top: 10px;

}

.about-image-wrapper {

	position: relative;

	text-align: center;

}

.about-image-wrapper img {

	border-radius: 3px;

}

.about-banner-1 img {

	position: absolute;

	left: 0px;

	top: -70px;

	width: 200px;

	z-index: -1;

	opacity: .7;

}

.about-main-banner {

	position: relative;

}

.about-main-banner img {

	border-radius: 3px;

	z-index: 2;

	/*	max-width: 480px;*/
	width: 100%;

	margin: 0 auto;

}

.about-banner-2 img {

	right: 0px;

	left: auto;

	position: absolute;

	top: 85%;

	width: 240px;

	z-index: -1;

	opacity: .7;

}

.about-main-banner .video-btn {

	height: 70px;

	width: 70px;

	line-height: 70px;

	border-radius: 50%;

	display: block;

	color: #fff;

	background: transparent;

	margin: auto;

	position: absolute;

	left: 50%;

	top: 50%;

	z-index: 1;

	-webkit-transform: translateY(-50%) translateX(-50%);

	transform: translateY(-50%) translateX(-50%);

}

.iq-video.video-btn i {

	position: absolute;

	left: 50%;

	top: 50%;

	z-index: 1;

	-webkit-transform: translateY(-50%) translateX(-50%);

	transform: translateY(-50%) translateX(-50%);

	font-size: 83px;

	background: linear-gradient(-48deg, #ffffff -30%, #35a0eb 60%);

	-webkit-background-clip: text;

	-moz-background-clip: text;

	-webkit-text-fill-color: transparent;

}

.about-main-banner .video-btn {

	border-radius: 50%;

	display: block;

	-webkit-animation: ripple-white 1s linear infinite;

	animation: ripple-white 1s linear infinite;

	-webkit-transition: .5s;

}

@-webkit-keyframes ripple-white {

	0% {

		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);

		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);

	}

	100% {

		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);

		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);

	}

}

@keyframes ripple-white {

	0% {

		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);

		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);

	}

	100% {

		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);

		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);

	}

}

.animation-bounce {

	-webkit-animation: bounce 3s infinite ease-in-out;

	-o-animation: bounce 3s infinite ease-in-out;

	-ms-animation: bounce 3s infinite ease-in-out;

	-moz-animation: bounce 3s infinite ease-in-out;

	animation: bounce 3s infinite ease-in-out;

}

@-webkit-keyframes bounce {

	0% {

		transform: translateY(-5px);

	}

	50% {

		transform: translateY(15px);

	}

	100% {

		transform: translateY(-5px);

	}

}

@keyframes bounce {

	0% {

		transform: translateY(-5px);

	}

	50% {

		transform: translateY(15px);

	}

	100% {

		transform: translateY(-5px);

	}

}

/**************************************

Counter Section Style

*************************************/



.counter-area {

	text-align: center;

	background-color: #f9f9fa;

	position: relative;

	color: #fff;

	text-align: center;

	background: url(../img/banner-bg.jpg);

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center;

	background-attachment: fixed;

	z-index: 1;

}

.counter-area::after {

	position: absolute;

	content: "";

	top: 0;

	left: 0;

	padding: 0;

	height: 100%;

	width: 100%;

	opacity: .8;

	z-index: -1;

	background: #03030c;

}

.single-counter {

	border: 2px solid #d1a570;

	border-radius: 10px;

	padding: 20px;

	background: rgba(0,0,0,0.2);

}

.counter-area .section-title h5 {

	color: #ffffff;

}

.counter-area .section-title h2 {

	color: #fff;

}

.counter-contents h2 {

	color: #d1a570;

	font-size: 40px;

	font-weight: 600;

	margin-bottom: 5px;

	word-spacing: -10px;

}

.counter-contents h3 {

	color: #fff;

	font-size: 20px;

	font-weight: 600;

}

/**************************************

Overview Section Style

*************************************/



.overview-area .tabs-section {

	margin-top: 70px;

}

.overview-area .tabs-section .tabs {

	border-bottom: 2px solid #eee;

	position: relative;

}

.overview-area .tabs-section .tabs .nav-item {

	width: 33.3333%;

	text-align: center;

}

.overview-area .tabs-section .tabs .nav-item .nav-link {

	position: relative;

	padding: 0 0 15px;

	color: #555;

	font-weight: 700;

	font-size: 14px;

	text-transform: capitalize;

	display: block;

}

.overview-area .tabs-section .underline li {

	display: inline-block;

	text-align: center;

	width: 33.33333%;

}

.overview-area .tabs-section .tabs .nav-item .active {

	background: transparent;

	color: #35a0eb;

}

.overview-area .tabs-section .one.active ~ .hr {

	left: 0;

}

.overview-area .tabs-section .two.active ~ .hr {

	left: 33.33333%;

}

.overview-area .tabs-section .three.active ~ .hr {

	left: 66.66666%;

}

.overview-area .tabs-section .underline .hr {

	position: absolute;

	bottom: -2px;

	right: 0;

	height: 2px;

	width: 33.33333%;

	margin: 0;

	background: #35a0eb;

	border: none;

	-webkit-transition: .3s ease-in-out;

	transition: .3s ease-in-out;

}

.overview-area .tabs-section .tab-content {

	padding-top: 10px;

}

.tab-content>.active {

	display: block;

}

.overview-area .skills {

	margin-top: 30px;

}

.overview-area .skills .skill-item {

	margin-bottom: 25px;

}

.overview-area .skills .skill-item h6 {

	font-size: 12px;

	letter-spacing: 0.7px;

	text-transform: uppercase;

	position: relative;

	z-index: 4;

	margin-bottom: 10px;

}

.overview-area .skills .skill-item h6 em {

	float: right;

	font-size: 12px;

	font-style: normal;

}

.overview-area .skills .skill-item .skill-progress {

	position: relative;

	height: 5px;

	border-radius: 5px;

	background: #f1f1fa;

}

.overview-area .skills .skill-item .skill-progress .progres {

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 10%;

	background-color: #35a0eb;

	-webkit-transition: all 1.5s;

	transition: all 1.5s;

}

.overview-area .tabs-section .list {

	overflow: hidden;

}

.overview-area .tabs-section .list li {

	padding: 12px 15px 12px 40px;

	background: #f7f8f9;

	float: left;

	width: 48%;

	margin-right: 2%;

	margin-top: 15px;

	position: relative;

	border-radius: 5px;

	overflow: hidden;

	-webkit-transition: all .4s;

	transition: all .4s;

}

.overview-area .tabs-section .list li i {

	margin-right: 5px;

	color: #35a0eb;

	position: absolute;

	left: -10px;

	top: 50%;

	-webkit-transform: translateY(-50%) rotate(-20deg);

	transform: translateY(-50%) rotate(-20deg);

	font-size: 30px;

	opacity: .2;

	-webkit-transition: all .4s;

	transition: all .4s;

}

.overview-area .tabs-section .list li h6 {

	display: inline-block;

	text-transform: uppercase;

	letter-spacing: 1px;

	font-size: 14px;

	-webkit-transition: all .4s;

	transition: all .4s;

}

ul.list-style {

	list-style: disc;

	padding-left: 18px;

}

.mt-15 {

	margin-top: 15px !important;

}

.mt-30 {

	margin-top: 30px !important;

}

.mb-15 {

	margin-bottom: 15px !important;

}

.overview-img {

	padding-left: 50px;

}

/**************************************

Service Section Style

*************************************/



.single-services-item {

	padding: 45px 30px;

	text-align: center;

	border-radius: 5px;

	margin-top: 30px;

	background-color: #fff;

	color: #000;

	border-top: 3px solid #35a0eb;

	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);

	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);

	transition: all 0.4s ease 0s;

}

.services-icon {

	text-align: center;

	margin-bottom: 20px;

}

.services-icon i {

	font-size: 40px;

	color: #35a0eb;

	transition: all 0.6s;

}

.single-services-item:hover .services-icon i {

	-webkit-transform: rotateY(180deg);

	-ms-transform: rotateY(180deg);

	transform: rotateY(380deg);

}

.services-info h6 {

	color: #333;

	font-size: 18px;

	font-weight: 700;

	margin-bottom: 12px;

	text-transform: capitalize;

	-webkit-transition: all .4s;

	transition: all .4s;

}

.services-info p {

	color: #444;

	-webkit-transition: all .4s;

	transition: all .4s;

}

/**************************************

Works Section Style

*************************************/



.project-area {

	position: relative;

}



.project-area .project-list {

	text-align: center;

}



.project-area .project-list .nav {

	display: inline-block;

	margin: 0;

	position: relative;

}



.project-area .project-list .nav li {

	display: inline-block;

	font-size: 14px;

	font-weight: 700;

	text-transform: capitalize;

	margin: 0 5px;

	padding: 8px 25px;

	background-color: #fff;

	cursor: pointer;

	border-radius: 3px;

	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);

	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);

	transition: all 0.4s ease 0s;

	-moz-transition: all 0.5s ease-in-out 0s;

	-ms-transition: all 0.5s ease-in-out 0s;

	-o-transition: all 0.5s ease-in-out 0s;

	-webkit-transition: all 0.5s ease-in-out 0s;

	transition: all 0.5s ease-in-out 0s;

}



.project-area .project-list .nav li:hover, .project-area .project-list .nav li.filter-active {

	color: #fff;

	background-color: #35a0eb;

	-moz-transition: all 0.5s ease-in-out 0s;

	-ms-transition: all 0.5s ease-in-out 0s;

	-o-transition: all 0.5s ease-in-out 0s;

	-webkit-transition: all 0.5s ease-in-out 0s;

	transition: all 0.5s ease-in-out 0s;

}



.project-area .project-container {

	display: inline-block;

	width: 100%;

}



.project-area .project-grid-item {

	overflow: hidden;

}



.project-grid-item img {

	width: 100%;

}



.project-item {

	position: relative;

	display: block;

	overflow: hidden;

	border-radius: 3px;

	margin-top: 30px;

}



.project-item .project-img-overlay {

	position: absolute;

	top: 10px;

	left: 10px;

	right: 10px;

	bottom: 10px;

	z-index: 2;

	-webkit-transition: all .4s;

	transition: all .4s;

	background-color: transparent;

}





.project-item .project-img-overlay:after {

	content: '';

	position: absolute;

	width: 100%;

	height: 0;

	z-index: -1;

	border-radius: 3px;

	background: rgba(255, 255, 255, 0.95);

	-webkit-transition: all .4s;

	transition: all .4s;

}



.project-item:hover .project-img-overlay:after {

	height: 100%;

}



.project-item .project-img-overlay .project-content .info {

	position: absolute;

	left: 5%;

	bottom: 5%;

	overflow: hidden;

}

.project-item .project-img-overlay .project-content .info p {

	color: #35a0eb;

	font-weight: 500;

	font-size: 13px;

	opacity: 0;

	visibility: hidden;

	-webkit-transform: translateY(50px);

	transform: translateY(50px);

	-webkit-transition: all .4s;

	transition: all .4s;

}

.project-item .project-img-overlay .project-content .info h6 {

	margin-top: 5px;

	font-weight: 700;

	font-size: 16px;

	opacity: 0;

	visibility: hidden;

	-webkit-transform: translateY(50px);

	transform: translateY(50px);

	-webkit-transition: all .4s;

	transition: all .4s;

}

.project-item .project-img-overlay .project-content .icon {

	position: absolute;

	top: 5%;

	right: 5%;

	width: 40px;

	height: 40px;

	line-height: 40px;

	border-radius: 50%;

	border: 1px solid #35a0eb;

	text-align: center;

	font-size: 18px;

	color: #35a0eb;

	-webkit-transition: all .5s;

	transition: all .5s;

	-webkit-transform: translateY(-50px);

	transform: translateY(-50px);

	opacity: 0;

	visibility: hidden;

}

.project-item:hover .project-img-overlay .project-content .icon {

	-webkit-transform: translateX(0px);

	transform: translateX(0px);

	opacity: 1;

	visibility: visible;

	-webkit-transition-delay: .3s;

	transition-delay: .3s;

}

.project-item:hover .project-img-overlay .project-content .info p,

.project-item:hover .project-img-overlay .project-content .info h6 {

	opacity: 1;

	visibility: visible;

	-webkit-transform: translateY(0px);

	transform: translateY(0px);

	-webkit-transition-delay: .3s;

	transition-delay: .3s;

}

.project-more-btn {

	margin-top: 30px;

}



/**************************************

Pricing Section Style

*************************************/



.price-area {

	background: #f9f9fa;

	text-align: center;

}

.tab-content .fade {

	transition: opacity 0.5s linear !important;

}

.pricing-nav {

	background: #fff;

	margin: 0px 0 45px;

	border: 1px solid #35a0eb;

	border-radius: 23px;

}

.pricing-nav.pricing-nav-2 {

	border: 1px solid #FE2A5C;

}

.pricing-nav.pricing-nav-2 .nav-item .nav-link {

	color: #FE2A5C;

}

.pricing-nav.pricing-nav-2 .nav-item .nav-link:after {

	background: #FE2A5C;

}

.pricing-nav.pricing-nav-2 .nav-item .nav-link.nav-link-2:before {

	border: 1px solid #FE2A5C;

}

.pricing-nav .nav-item .nav-link {

	font-weight: 700;

	font-size: 18px;

	line-height: 20px;

	color: #35a0eb;

	background: transparent;

	padding: 13px 41px 12px 26px;

	transition: all 0.3s ease-in;

	position: relative;

	z-index: 11;

}

.pricing-nav .nav-item .nav-link:after {

	content: "";

	position: absolute;

	background: #35a0eb;

	height: 100%;

	width: 100%;

	top: 0;

	left: 120px;

	opacity: 0;

	visibility: hidden;

	transition: all 0.3s ease-in;

	z-index: -1;

	border-radius: 23px;

	border-radius: 23px 0 0 23px;

}

.pricing-nav .nav-item .nav-link.nav-link-2 {

	padding: 13px 26px 12px 41px;

}

.pricing-nav .nav-item .nav-link.nav-link-2:before {

	content: "";

	position: absolute;

	background: #fff;

	height: 45px;

	width: 45px;

	border: 1px solid #35a0eb;

	border-radius: 50%;

	top: 0;

	right: 50%;

	z-index: 91;

	margin-right: 36px;

}

.pricing-nav .nav-item .nav-link.nav-link-2:after {

	left: -120px;

	border-radius: 0 23px 23px 0;

}

.pricing-nav .nav-item .nav-link.nav-link-2.active:after {

	left: 0;

}

.pricing-nav .nav-item .nav-link.active {

	color: #fff;

}

.pricing-nav .nav-item .nav-link.active:after {

	opacity: 1;

	left: 0;

	visibility: visible;

}

/***single-price-wrap***/



.single-price-wrap.middle-price {

	-webkit-transform: scale(1.1);

	-ms-transform: scale(1.1);

	transform: scale(1.1);

}

.single-price-wrap {

	background: #ffffff;

	border-radius: 5px;

	border-top: 3px solid #35a0eb;

	padding: 35px 30px 45px;

	transition: all 0.3s ease-in;

	margin-top: 30px;

	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);

	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);

}

.single-price-wrap .pricing-title {

	font-size: 28px;

	font-weight: 700;

	margin-bottom: 20px;

}

.single-price-wrap .pricing-cost {

	font-size: 30px;

	font-weight: 600;

	color: #35a0eb;

	margin-bottom: 20px;

}

.single-price-wrap .pricing-cost span {

	font-size: 14px;

	color: #9699A8;

}

.single-price-wrap .pricing-list {

	list-style: none;

	padding: 0;

	margin: 0;

}

.single-price-wrap .pricing-list li {

	font-size: 14px;

	font-weight: 400;

	color: #6E7898;

	line-height: 20px;

	margin-bottom: 16px;

}

.single-price-wrap .pricing-list li:last-child {

	margin-bottom: 0px;

}

/**************************************

 * Alumini Section Style

 *************************************/

 .highlights-image {

 	position: absolute;

 	top: 0;

 	right: 0;

 	height: 100%;

 	width: 100%

 }

 .fit-image {

 	width: 100%;

 	height: 100%;

 	object-fit: cover;

 	object-position: center;

 }



 .alumini-item{

 	background: #30347d;

 	border-radius: 10px;

 	box-shadow: 0 3px 8px rgba(0,0,0,0.3);

 	position:relative;

 }

 .alumini-item:before{

 	background: url(../img/colon.png) no-repeat 0 0;

 	content: "";

 	height: 80px;

 	width: 80px;	

 	position: absolute;

 	left: 20px;

 	top:-14px;

 	z-index: 1

	/*content:"\201C";

	color: #d1a570;

	font-size: 325px;

	font-family: 'Poppins', sans-serif;*/

}

.alumini-content{

	padding: 50px;

	color:#fff;

}



.alumini-description p{

	color:#cecfe5;

	font:italic 22px "georgia";

}

.alumini-item .section-title h2 {

	color: #fff;

	text-align: left;

}



.alumini-name {

	color: #e09d48;

	font-weight: 600;

	position: relative;

}

.alumini-name::before {

	background: #e09d48;

	content: '';

	width: 42px;

	height: 5px;

	position: absolute;

	left: -50px;

	top: 11px;

}
.alumini-item figure {
	max-height: 400px;
	overflow: hidden;
}

/**************************************

Team Section Style

*************************************/



.team-area {

}



.team-area .section-title {

	margin-bottom: 35px;

}

.single-team-box {

	margin-top: 30px;

	border-radius: 3px;

	overflow: hidden;

	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);

	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);

	-webkit-transition: 0.5s;

	transition: 0.5s;

	position: relative;

}

.team-image {

	position: relative;

	z-index: 1;

}

.single-team-box .team-image img {

	width: 100%;

	height: auto;

	filter: grayscale(100%);

}

.single-team-box:hover .team-image img {

	filter: grayscale(0%);

}

/*.team-info {

	padding: 20px 15px 25px;

	text-align: center;

	-webkit-transition: 0.5s;

	transition: 0.5s;

	}*/

	.team-info {

		position: absolute;

		height: 100px;

		bottom: -100px;

		left: 0;

		right: 0;

		content: '';

		background: rgba(0, 0, 0, 0.7);

		z-index: 99;

		-webkit-transition: all linear .5s;

		-o-transition: all linear .5s;

		transition: all linear .5s;

		padding: 20px;

		text-align: center;



	}

	.single-team-box:hover .team-info {

		height: 100%;

		bottom:0;

	}



	.single-team-box .overlay-text {

		position: relative;

		-webkit-transition: all linear .7s;

		-o-transition: all linear .7s;

		transition: all linear .7s;

	}

	.single-team-box:hover .overlay-text {

		top: 50%;

		-webkit-transform: translateY(-50%);

		-ms-transform: translateY(-50%);

		transform: translateY(-50%);

	}



	.team-info h3 {

		font-size: 20px;

		font-weight: 600;

		margin-bottom: 0;

		color: #fff;

	}

	.team-info span {

		color: #fff;

		font-size: 14px;

		font-weight: 400;

		display: block;

	}

	.team-social-icon {

		display: block;

		margin-top: 10px;

	}

	.single-team-box .team-social-icon a {

		display: inline-block;

		color: inherit;

		font-size: 14px;

		margin: 0 5px;

		vertical-align: middle;

		background: #fff;

		width: 33px;

		height: 33px;

		line-height: 33px;

		text-align: center;

		border-radius: 30px;

		position: relative;

		z-index: 1;

	}

	.single-team-box .team-social-icon a:after {

		top: 0px;

		left: 0px;

		z-index: -1;

		position: absolute;

		width: 100%;

		height: 100%;

		content: '';

		-webkit-transform: scale(1.4);

		-ms-transform: scale(1.4);

		-o-transform: scale(1.4);

		transform: scale(1.4);

		opacity: 0;

		-webkit-transition: all 0.5s;

		-o-transition: all 0.5s;

		-moz-transition: all 0.5s;

		-ms-transition: all 0.5s;

		transition: all 0.5s;

		background: inherit;

		border-radius: inherit;

	}

	.single-team-box .team-social-icon a:hover:after {

		-webkit-transform: scale(1);

		-ms-transform: scale(1);

		-o-transform: scale(1);

		transform: scale(1);

		opacity: 1;

	}

	.single-team-box .team-social-icon a:hover i:before {

		color: #fff;

		-webkit-transition: all 0.5s;

		-o-transition: all 0.5s;

		-moz-transition: all 0.5s;

		-ms-transition: all 0.5s;

		transition: all 0.5s;

	}

	.social-color-1:hover:after {

		background-color: #3b5998 !important;

	}

	.social-color-2:hover:after {

		background-color: #00acee !important;

	}

	.social-color-3:hover:after {

		background-color: #0e76a8 !important;

	}

	.social-color-1,

	.social-color-2,

	.social-color-3{

		background-color: #fff;

	}

	.social-color-1 {

		color: #3b5998 !important;	

		border: 1px dashed #3b5998;

	}

	.social-color-2 {

		color: #00acee !important;

		border: 1px dashed #00acee;

	}

	.social-color-3 {

		color: #0e76a8 !important;

		border: 1px dashed #0e76a8;

	}

	.mt-70 {

		margin-top: 70px !important;

	}

/**************************************

Testimonial Section Style

*************************************/



.testimonial-area {

	background-color: #f9f9fa;

	text-align: center;

}

.testimonial-gradient-area {

	text-align: center;

	background-color: #f9f9fa;

	position: relative;

	color: #fff;

	text-align: center;

	background: url(../img/banner-bg.jpg);

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center;

	z-index: 1;

}

.testimonial-gradient-area::after {

	position: absolute;

	top: 0;

	content: "";

	left: 0px;

	padding: 0;

	height: 100%;

	width: 100%;

	opacity: .9;

	z-index: -1;

	background: #641ff1;

	background: -webkit-linear-gradient(to right, #641ff1, #a43bff);

	background: linear-gradient(to right, #641ff1, #a43bff);

}

.testimonial-gradient-area .section-title h2 {

	font-weight: 700;

	color: #fff;

}

.single-testimonial {

	position: relative;

	background-color: #ffffff;

	padding: 40px 15px;

	border-radius: 5px;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(148, 146, 245, 0.15) !important;

	box-shadow: 0px 2px 5px 0px rgba(148, 146, 245, 0.15) !important;

	margin: 10px;

}

.rating-box ul li {

	display: inline-block;

}

.rating-box ul li i {

	color: #ffce39;

	font-size: 18px;

}

.testimonial-content {

	margin-top: 10px;

	margin-bottom: 20px;

}

.testimonial-content p {

	font-size: 14px;

}

.single-testimonial .testimonial-bio {} .single-testimonial .testimonial-bio .avatar img {

	border-radius: 50%;

	border: 3px solid #fff0a9;

	width: 75px;

	margin: 0 auto;

	padding: 3px;

}

.single-testimonial .testimonial-bio .bio-info {

	text-align: center;

	margin-top: 10px;

}

.single-testimonial .testimonial-bio .bio-info .name {

	font-size: 18px;

	font-weight: 600;

	margin-top: 0;

	margin-bottom: -2px;

}

.single-testimonial .testimonial-bio .bio-info span {

	font-size: 14px;

	color: #555;

}

.testimonial-area .owl-theme .owl-nav.disabled+.owl-dots {

	position: unset;

	right: 0;

	top: 50%;

	transform: none;

	margin-top: 20px;

}

.testimonial-area .owl-theme .owl-dots .owl-dot span {

	background-color: #ddd;

}

.slider-bg-grey .owl-theme .owl-dots .owl-dot span {

	background-color: #cacaca;

}

/**************************************

Faq Section Style

*************************************/



.faq-area {

	background: #fff;

}

.faq-area .faq-item .accordion .accordion-item {

	margin-bottom: 20px;

}

.faq-area .faq-item .accordion .accordion-item:last-child {

	margin-bottom: 0px;

}

.faq-area .faq-item .accordion .title {

	padding: 15px 12px;

	background-color: #f5f5fa;

	border-radius: 5px;

	cursor: pointer;

	border-left: 3px solid #35a0eb;

	position: relative;

	-webkit-transition: all .4s;

	transition: all .4s;

	border-bottom: 1px solid #dadada;

}

.faq-area .faq-item .accordion .title:after {

	content: '\f067';

	font-family: 'FontAwesome';

	font-weight: 400;

	font-size: 12px;

	position: absolute;

	right: 10px;

	color: #333;

	top: 50%;

	z-index: 1;

	-webkit-transform: translateY(-50%) translateX(-50%);

	transform: translateY(-50%) translateX(-50%);

}

.faq-area .faq-item .accordion .title h6 {

	font-size: 14px;

	font-weight: 700;

	padding-right: 20px;

}

.faq-area .faq-item .accordion .title h6 span {

	color: #333;

}

.faq-area .faq-item .accordion .active .title h6 span {

	color: #fff;

}

.faq-area .faq-item .accordion .accordion-info {

	display: none;

	padding: 20px 15px;

	margin-top: 10px;

	margin-left: 0;

	background: transparent;

	border-radius: 0;

}

.faq-area .faq-item .accordion .accordion-info p {

	font-size: 14px;

}

.faq-area .faq-item .accordion .active {

	display: block;

}

.faq-area .faq-item .accordion .active .title {

	color: #fff;

	background: #35a0eb;

}

.faq-area .faq-item .accordion .active .title:after {

	content: '\f068';

	color: #fff;

}

.faq-area .faq-item .accordion .active .title h6 {

	color: #fff;

}

/**************************************

Hire Section Style

*************************************/



.hire-area {

	position: relative;

	z-index: 1;

	text-align: center;

	background-image: url(../img/banner-bg.jpg);

	background-position: center center;

	background-size: cover;

	background-repeat: no-repeat;

}

.hire-area::after {

	position: absolute;

	content: "";

	top: 0;

	left: 0;

	padding: 0;

	height: 100%;

	width: 100%;

	opacity: .7;

	z-index: -1;

	background: #03030c;

}

.hire-container {

	position: absolute;

	z-index: 3;

	width: 100%;

	height: 100%;

}

.hire-content h5 {

	color: #fff;

	font-size: 30px;

	font-weight: 900;

	text-transform: uppercase;

}

.hire-content h2 {

	color: #35a0eb;

	font-size: 60px;

	font-weight: 900;

	text-transform: uppercase;

}

/**************************************

 Video Section Style

 *************************************/



 .video-area {

 	position: relative;

 	z-index: 1;

 	text-align: center;

 	min-height: 460px;

 	-js-display: flex;

 	display: -webkit-box;

 	display: -ms-flexbox;

 	display: flex;

 	-webkit-box-orient: vertical;

 	-webkit-box-direction: normal;

 	-ms-flex-direction: column;

 	flex-direction: column;

 	-webkit-box-pack: center;

 	-ms-flex-pack: center;

 	justify-content: center;

 	height: 100%;

 	width: 100%;

 	overflow: hidden;

 }

 .video-area::after {

 	position: absolute;

 	content: "";

 	top: 0;

 	left: 0;

 	padding: 0;

 	height: 100%;

 	width: 100%;

 	opacity: .8;

 	z-index: -1;

 	background: #03030c;

 }

 .video-container {

 	position: absolute;

 	z-index: 3;

 	width: 100%;

 	height: 100%;

 }

 .video-content h5 {

 	color: #fff;

 	font-size: 30px;

 	font-weight: 900;

 	text-transform: uppercase;

 }

 .video-content h2 {

 	color: #35a0eb;

 	font-size: 60px;

 	font-weight: 900;

 	text-transform: uppercase;

 }

 .video-wrapper {

 	position: absolute;

 	z-index: -1;

 	width: 100%;

 	height: auto;

 }

 #bg-video {

 	background-size: cover;

 	width: 100%;

 	height: auto;

 }

/**************************************

Awards Logo Section Style

*************************************/

.awards-single-item {

	background: #ffffff;

	padding: 25px 30px;

	border-radius: 5px;

	-webkit-box-shadow: 0 0.3em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);

	box-shadow: 0 0.3em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);

	margin: 25px 15px;

}

.awards-single-item img {

	width: 60% !important;

	margin: 0 auto;

}

/**************************************

 news Section Style

 *************************************/



 .news-area {

 	background: #f9f9fa;

 }

 .news-area .section-title {

 	text-align: center;

 	margin-bottom: 35px;

 }

 .news-area .single-news {

 	position: relative;

 	background: #ffffff;

 	border-radius: 5px;

 	margin-top: 30px;

 	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);

 	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);

 	overflow: hidden;

 }

 .news-area .post-img {

 	position: relative;

 	overflow: hidden;

 }

 .news-area .single-news img {

 	-webkit-transition: all .5s;

 	transition: all .5s;

 }

 .news-area .single-news:hover img {

 	-webkit-filter: none;

 	filter: none;

 	-webkit-transform: rotate(3deg) scale(1.1, 1.1);

 	-ms-transform: rotate(3deg) scale(1.1, 1.1);

 	transform: rotate(3deg) scale(1.1, 1.1);

 }

 .single-news .news-tag {

 	position: absolute;

 	top: 15px;

 	right: 15px;

 	background: #35a0eb;

 	color: #fff;

 	font-size: 12px;

 	font-weight: 500;

 	text-align: center;

 	z-index: 2;

 	text-transform: uppercase;

 }

 .single-news .news-tag a {

 	color: #fff;

 	font-size: 12px;

 	padding: 5px 10px;

 	font-weight: 700;

 	display: block;

 }

 .news-area .single-news .news-content {

 	padding: 30px 25px;

 }

 .news-category {

 	margin-bottom: 15px;

 }

 .news-area .single-news .news-type {

 	font-weight: 700;

 	color: #35a0eb;

 	font-size: 14px;

 	display: inline-block;

 }

 .news-area .single-news .news-type:hover {

 	color: #35a0eb;

 	text-decoration: underline !important;

 }

 .news-area .single-news .news-content h5 a {

 	font-size: 18px;

 	font-weight: 700;

 	color: #333;

 	margin-bottom: 5px;

 	display: block;

 }

 .news-area .single-news .news-content h5 a:hover {

 	color: #35a0eb;

 	text-decoration: underline !important;

 }

 .news-bottom-text-link {

 	display: flex;

 	justify-content: space-between;

 	margin-top: 20px;

 }

 .news-bottom-text-link span {

 	font-size: 14px;

 	color: #5a5a5a;

 	font-weight: 500;

 }

 .single-news .news-content .news-bottom-text-link a {

 	font-size: 14px;

 	font-weight: 500;

 	color: #35a0eb;

 	margin-bottom: 5px;

 	display: block;

 }

 .single-news .news-content .news-bottom-text-link a:hover {

 	color: #d1a570;

 	text-decoration: underline !important;

 }

/**************************************

Contact Section Style

*************************************/



.contact-info {

	padding-left: 15px;

	margin-top: 20px;

}

.contact-info ul {

	padding-left: 0;

	margin-bottom: 0;

	list-style-type: none;

}

.contact-info ul li {

	color: #4b5669;

	margin-bottom: 15px;

}

.contact-info ul li h6 {

	display: block;

	margin-bottom: 3px;

	color: #333333;

	font-size: 18px;

	font-weight: 700;

}

.contact-info ul li p {

	color: #4b5669;

	font-weight: 400;

}

.contact-info ul li a {

	color: #4b5669;

	display: block;

	text-decoration: underline !important;

}

.contact-area .form input,

.contact-area .form textarea {

	width: 100%;

	padding: 12px 20px;

	border: 0;

	background-color: #f5f5fa;

	font-weight: 500;

	border-radius: 5px;

	/*border-left: 3px solid #35a0eb;*/

}

.contact-area .form textarea {

	max-height: 120px;

	max-width: 100%;

}

#contact-form .button {

	margin: 0;

}

.form-group {

	margin-bottom: 25px;

}

button,

input,

textarea {

	color: #505050;

}

button,

input,

/*textarea:focus {

	border: none;

	outline: none;

}*/

.contact-area .form-message.success {

	background: #03b103;

	color: #fff;

	padding: 10px 15px;

	border-radius: 3px;

}

.contact-area .form-message.error {

	background: #ff4d15;

	color: #fff;

	padding: 10px 15px;

	border-radius: 3px;

}

/**************************************

Google Map Section Style

*************************************/



.map-content #contact-map {

	position: relative;

	width: 100%;

	height: 450px;

	border: 0;

	margin-bottom: -2px;

}

/**************************************

Footer Section Style

*************************************/



.footer-top-wrapper {

	background-color: #30347d

}

.footer-bottom-wrapper {

	padding: 20px 0;

	background-color: #252976;

}

.footer-about .footer-logo {

	color: #fff;

	font-size: 30px;

	font-weight: 700;

	margin-bottom: 30px;

	display: block;

}

.footer-about p {

	color: #fff;

	font-size:14px;
	text-align: justify;

}

.pl-50 {

	padding-left: 50px;

}

.pr-50 {

	padding-right: 50px;

}

.footer-list h5 {

	font-size: 20px;

	font-weight: 400;

	color: #fff;

	margin-bottom: 18px;

}
.footer-bottom-wrapper3 .footer-list ul li{
	padding-bottom: 15px;
	float:left;
	width: 50%;
}
.footer-list ul li{
	padding-bottom: 15px;
}
.footer-list ul li a {

	display: inline-block;

	color: #dadada;

	/*padding: 5px 0;*/

	font-weight: 500;

	font-size:14px;

}

.footer-list ul li a:hover {

	color: #35a0eb;

}

.footer-social-icon {

	margin-top: 20px;

}

.footer-social-icon li {

	display: inline-block;

	margin-right: 2px;

}

.footer-list .footer-social-icon li a i {

	font-size: 20px;

}

.footer-social-icon li a {

	color: #fff;

	background: #171a2d;

	border-radius: 4px;

	width: 40px;

	font-size: 16px;

	height: 40px;

	line-height: 40px;

	text-align: center;

	display: block;

	transition: all 0.5s;

	-webkit-transition: all 0.5s;

}

.footer-social-icon li a:hover {

	color: #35a0eb;

	background: #fff;

}
.campaign-share{
	text-align: center;
}
.campaign-share li a {
	width: inherit;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.4);
	border: 1px solid transparent;
}
.campaign-share li a:hover{
	border: 1px solid #d9d4d4;
	box-shadow: none;
}
.campaign-share .facebook-share{
	background: #1548dc;
}
.campaign-share li a:hover.facebook-share{
	color: #1548dc;

}
.campaign-share .twitter-share{
	background: #108ddc;
}

.footer-list .input-box {

	padding-top: 10px;

}

.footer-list .input-box input {

	width: 100%;

	line-height: 50px;

	background: #151725;

	border-radius: 30px;

	color: #ffffff;

	font-size: 14px;

	font-weight: 600;

	border: 0;

	padding-left: 25px;

}

.footer-list .input-box input::-webkit-input-placeholder {

	/* Edge */

	color: #dadada;

}

.footer-list .input-box input:-ms-input-placeholder {

	/* Internet Explorer */

	color: #dadada;

}

.footer-list .input-box input::placeholder {

	color: #dadada;

}

.footer-list .input-box button {

	width: 100%;

	border: 0;

	margin-top: 20px;

	background: #35a0eb;

	color: #ffffff;

	font-size: 15px;

	font-weight: 600;

	letter-spacing: 1px;

	line-height: 48px;

	border-radius: 30px;

}

.footer-list .input-box button i {

	font-size: 14px;

	padding-left: 5px;

}

.footer-copyright-text p {

	color: #fff;

}



/**********************************************

 Other Page Banner Title Area CSS

 **********************************************/



 .page-title-area {

 	position: relative;

 	z-index: 1;

 	background-image: url(../img/home-bg-2.jpg);

 	background-position: center center;

 	background-size: cover;

 	background-repeat: no-repeat;

 	height: 200px;

 }

 .user-dashboard .page-title-area{

 	height: 200px;

 }



 .page-title-area::before {

 	content: "";

 	position: absolute;

 	height: 100%;

 	width: 100%;

 	background-color: #030821;

 	left: 0;

 	top: 0;

 	opacity: 0.5;

 	z-index: -1;

 }



 .page-title-content {

 	text-align: center;

 	margin-top: 45px;

 }



 .page-title-content h1 {

 	margin-bottom: 0;

 	color: #ffffff;

 	font-size: 42px;

 	font-weight: 700;

 }



 .page-title-content ul {

 	padding-left: 0;

 	list-style-type: none;

 	margin-top: 12px;

 	margin-bottom: 0;

 }



 .page-title-content ul li {

 	color: #ffffff;

 	display: inline-block;

 	position: relative;

 	font-weight: 400;

 	font-size: 17px;

 	margin-left: 10px;

 	margin-right: 10px;

 }



 .page-title-content ul li a {

 	display: inline-block;

 	color: #ffffff;

 	-webkit-transition: 0.4s;

 	transition: 0.4s;

 }



 .page-title-content ul li a:hover {

 	color: #35a0eb;

 }



 .page-title-content ul li::before {

 	content: '';

 	position: absolute;

 	right: -15px;

 	top: 11px;

 	width: 6px;

 	height: 6px;

 	border-radius: 50%;

 	background-color: #35a0eb;

 }



 .page-title-content ul li:last-child::before {

 	display: none;

 }





/**************************************

news Page Page Area CSS

**************************************/

.news-page-area {

	

}

.news-page-area .single-news {

	margin-top: 0px !important;

	margin-bottom: 30px !important;

}

/**************************************

	news Details Page Area CSS

	**************************************/

	.news-details-desc .article-content {

		margin-top: 20px;

	}

	.news-details-desc .article-heading h1{

		font-weight: 700;

		text-transform: capitalize;

		font-size: 42px;

		line-height: 1.3;

		color: #30347d;

	}

	.news-details-desc .article-content p {

		margin-bottom: 15px;

	}



	.news-details-desc .article-content .entry-meta {

		margin-bottom: 18px;

		border-bottom: 1px solid #eeeeee;

		padding: 10px 0;

		border-top: 1px solid #eeeeee;

	}



	.news-details-desc .article-content .entry-meta ul {

		padding-left: 0;

		margin-bottom: 0;

		list-style-type: none;

	}



	.news-details-desc .article-content .entry-meta ul li {

		/* position: relative; */

		display: inline-block;

		color: #0b0b31;

		margin-right: 21px;

	}



	.news-details-desc .article-content .entry-meta ul li span {

		display: inline-block;

		color: #0b0b31;

		font-weight: 500;

	}



	.news-details-desc .article-content .entry-meta ul li a {

		display: inline-block;

		color: #5a5c5f;

	}



	.news-details-desc .article-content .entry-meta ul li a:hover {

		color: #35a0eb;

	}



	.news-details-desc .article-content .entry-meta ul li i {

		color: #35a0eb;

		margin-right: 2px;

	}



	.news-details-desc .article-content .entry-meta ul li::before {

		content: '';

		position: absolute;

		top: 12px;

		right: -15px;

		width: 6px;

		height: 1px;

		background: #35a0eb;

	}



	.news-details-desc .article-content .entry-meta ul li:last-child {

		margin-right: 0;

	}



	.news-details-desc .article-content .entry-meta ul li:last-child::before {

		display: none;

	}



	.news-details-desc .article-content h3 {

		margin-bottom: 15px;

		margin-top: 25px;

		font-size: 24px;

		font-weight: 700;

	}



	.news-details-desc .article-content .wp-block-gallery.columns-3 {

		padding-left: 0;

		list-style-type: none;

		display: -ms-flexbox;

		display: -webkit-box;

		display: flex;

		-ms-flex-wrap: wrap;

		flex-wrap: wrap;

		margin-right: -10px;

		margin-left: -10px;

		margin-bottom: 30px;

		margin-top: 30px;

	}



	.news-details-desc .article-content .wp-block-gallery.columns-3 li {

		-ms-flex: 0 0 33.3333%;

		-webkit-box-flex: 0;

		flex: 0 0 33.3333%;

		max-width: 33.3333%;

		padding-right: 10px;

		padding-left: 10px;

	}



	.news-details-desc .article-content .wp-block-gallery.columns-3 li figure {

		margin-bottom: 0;

	}



	.news-details-desc .article-footer {

		display: -ms-flexbox;

		display: -webkit-box;

		display: flex;

		-ms-flex-wrap: wrap;

		flex-wrap: wrap;

		margin-top: 30px;

	}



	.news-details-desc .article-footer .article-tags {

		-ms-flex: 0 0 50%;

		-webkit-box-flex: 0;

		flex: 0 0 50%;

		max-width: 50%;

		color: #5a5c5f;

	}



	.news-details-desc .article-footer .article-tags span {

		display: inline-block;

		color: #333;

		font-size: 15px;

		font-weight: 700;

		margin-right: 5px;

	}



	.news-details-desc .article-footer .article-tags a {

		display: inline-block;

		color: #5a5c5f;

	}



	.news-details-desc .article-footer .article-tags a:hover {

		color: #35a0eb;

	}



	.news-details-desc .article-footer .article-share {

		-ms-flex: 0 0 50%;

		-webkit-box-flex: 0;

		flex: 0 0 50%;

		max-width: 50%;

	}



	.news-details-desc .article-footer .article-share .social {

		padding-left: 0;

		list-style-type: none;

		text-align: right;

		margin-bottom: 0;

	}



	.news-details-desc .article-footer .article-share .social li {

		display: inline-block;

	}



	.news-details-desc .article-footer .article-share .social li span {

		display: inline-block;

		margin-right: 5px;

		color: #333;

		font-size: 15px;

		font-weight: 700;

	}



	.news-details-desc .article-footer .article-share .social li a {

		display: block;

		color: #35a0eb;

		width: 30px;

		height: 30px;

		line-height: 32px;

		border-radius: 50%;

		background-color: #eeeef0;

		text-align: center;

		font-size: 12px;

	}



	.news-details-desc .article-footer .article-share .social li a:hover {

		color: #ffffff;

		background-color: #35a0eb;

		-webkit-transform: translateY(-2px);

		transform: translateY(-2px);

	}



	.news-details-desc .post-navigation {

		margin-top: 30px;

	}



	blockquote, .blockquote {

		overflow: hidden;

		background-color: #fafafa;

		padding: 50px !important;

		position: relative;

		text-align: center;

		z-index: 1;

		margin-bottom: 20px;

		margin-top: 20px;

	}



	blockquote p, .blockquote p {

		color: #0b0b31;

		line-height: 1.6;

		margin-bottom: 0;

		font-style: italic;

		font-weight: 500;

		font-size: 24px !important;

	}



	blockquote cite, .blockquote cite {

		display: none;

	}



	blockquote::before, .blockquote::before {

		color: #efefef;

		content: "\f10e";

		position: absolute;

		left: 50px;

		top: -50px;

		z-index: -1;

		font-family: "Font Awesome 5 Free";

		font-size: 140px;

		font-weight: 900;

	}



	blockquote::after, .blockquote::after {

		content: '';

		position: absolute;

		left: 0;

		top: 0;

		bottom: 0;

		width: 3px;

		background-color: #35a0eb;

		margin-top: 20px;

		margin-bottom: 20px;

	}



	.post-navigation {

		border-top: 1px solid #eeeeee;

		border-bottom: 1px solid #eeeeee;

		padding-top: 20px;

		padding-bottom: 20px;

	}



	.post-navigation .navigation-links {

		display: -ms-flexbox;

		display: -webkit-box;

		display: flex;

		-ms-flex-wrap: wrap;

		flex-wrap: wrap;

	}



	.post-navigation .navigation-links .nav-previous {

		-ms-flex: 0 0 50%;

		-webkit-box-flex: 0;

		flex: 0 0 50%;

		max-width: 50%;

	}



	.post-navigation .navigation-links .nav-previous a i {

		margin-right: 2px;

		-webkit-transition: 0.4s;

		transition: 0.4s;

	}



	.post-navigation .navigation-links .nav-previous a:hover i {

		margin-right: 0;

	}



	.post-navigation .navigation-links .nav-next {

		-ms-flex: 0 0 50%;

		-webkit-box-flex: 0;

		flex: 0 0 50%;

		max-width: 50%;

		text-align: right;

	}



	.post-navigation .navigation-links .nav-next a i {

		margin-left: 2px;

		-webkit-transition: 0.4s;

		transition: 0.4s;

	}



	.post-navigation .navigation-links .nav-next a:hover i {

		margin-left: 0;

	}



	.post-navigation .navigation-links div a {

		display: inline-block;

		font-weight: 600;

	}



	.comments-area {

		padding: 25px;

		margin-top: 30px;

		-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);

		box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);

		background-color: #ffffff;

	}



	.comments-area .comments-title {

		position: relative;

		margin-bottom: 30px;

		line-height: initial;

		font-size: 24px;

		font-weight: 600;

	}



	.comments-area ol, .comments-area ul {

		padding: 0;

		margin: 0;

		list-style-type: none;

	}



	.comments-area .comment-list {

		padding: 0;

		margin: 0;

		list-style-type: none;

	}



	.comments-area .comment-body {

		border-bottom: 1px solid #eeeeee;

		padding-left: 65px;

		color: #0b0b31;

		font-size: 14px;

		margin-bottom: 20px;

		padding-bottom: 20px;

	}



	.comments-area .comment-body .reply {

		margin-top: 15px;

	}



	.comments-area .comment-body .reply a {

		border: 1px solid #ded9d9;

		color: #0b0b31;

		display: inline-block;

		padding: 2px 20px;

		border-radius: 30px;

		text-transform: capitalize;

		position: relative;

		z-index: 1;

		font-size: 12px;

		font-weight: 600;

	}



	.comments-area .comment-body .reply a:hover {

		color: #ffffff;

		background-color: #35a0eb;

		border-color: #35a0eb;

	}



	.comments-area .comment-author {

		font-size: 17px;

		margin-bottom: 0.1em;

		position: relative;

		z-index: 2;

	}



	.comments-area .comment-author .avatar {

		height: 50px;

		left: -65px;

		position: absolute;

		width: 50px;

	}



	.comments-area .comment-author .fn {

		font-weight: 600;

	}



	.comments-area .comment-author .says {

		display: none;

	}



	.comments-area .comment-metadata {

		margin-bottom: .8em;

		color: #5a5c5f;

		letter-spacing: 0.01em;

		text-transform: uppercase;

		font-size: 13px;

		font-weight: 400;

	}



	.comments-area .comment-metadata a {

		color: #5a5c5f;

	}



	.comments-area .comment-metadata a:hover {

		color: #35a0eb;

	}



	.comments-area .comment-respond {

		margin-top: 30px;

	}



	.comments-area .comment-respond .comment-reply-title {

		margin-bottom: 0;

		position: relative;

		font-size: 24px;

		font-weight: 600;

	}



	.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {

		display: inline-block;

	}



	.comments-area .comment-respond .comment-form {

		overflow: hidden;

	}



	.comments-area .comment-respond .comment-notes {

		margin-bottom: 0;

		margin-top: 10px;

	}



	.comments-area .comment-respond .comment-form-comment {

		margin-top: 15px;

		float: left;

		width: 100%;

		margin-bottom: 15px;

	}



	.comments-area .comment-respond label {

		display: block;

		font-weight: 600;

		color: #0b0b31;

		margin-bottom: 5px;

	}



	.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {

		display: block;

		width: 100%;

		background-color: #ffffff;

		border: 1px solid #eeeeee;

		padding: 0.625em 0.7375em;

		outline: 0;

		-webkit-transition: 0.4s;

		transition: 0.4s;

	}



	.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {

		border-color: #35a0eb;

	}



	.comments-area .comment-respond .comment-form-author {

		float: left;

		width: 50%;

		padding-right: 10px;

		margin-bottom: 20px;

	}



	.comments-area .comment-respond .comment-form-email {

		float: left;

		width: 50%;

		padding-left: 12px;

		margin-bottom: 20px;

	}



	.comments-area .comment-respond .comment-form-url {

		float: left;

		width: 100%;

		margin-bottom: 20px;

	}



	.comments-area .comment-respond .comment-form-cookies-consent {

		width: 100%;

		float: left;

		position: relative;

		padding-left: 20px;

		margin-bottom: 20px;

	}



	.comments-area .comment-respond .comment-form-cookies-consent input {

		position: absolute;

		left: 0;

		top: 4px;

	}



	.comments-area .comment-respond .comment-form-cookies-consent label {

		display: inline-block;

		margin: 0;

		color: #5a5c5f;

		font-weight: normal;

		position: relative;

		top: -2px;

	}



	.comments-area .comment-respond .form-submit {

		float: left;

		width: 100%;

	}



	.comments-area .comment-respond .form-submit input {

		background: #35a0eb;

		border: none;

		color: #ffffff;

		padding: 10px 30px;

		display: inline-block;

		cursor: pointer;

		outline: 0;

		border-radius: 0;

		text-transform: uppercase;

		-webkit-transition: 0.4s;

		transition: 0.4s;

		font-weight: 600;

		font-size: 14px;

	}



	.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {

		color: #ffffff;

		background-color: #0b0b31;

	}



/************************************************

news Page Sidebar Widget Area CSS

************************************************/

.widget-area .widget {

	margin-top: 35px;

}



.widget-area .widget:first-child {

	margin-top: 0;

}



.widget-area .widget .widget-title {

	border-bottom: 1px solid #eeeeee;

	padding-bottom: 10px;

	margin-bottom: 25px;

	text-transform: capitalize;

	position: relative;

	font-size: 22px;

	font-weight: 700;

}



.widget-area .widget .widget-title::before {

	content: '';

	position: absolute;

	background: #35a0eb;

	bottom: -1px;

	left: 0;

	width: 50px;

	height: 1px;

}



.widget-area .widget_search {

	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);

	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);

	background-color: #ffffff;

	padding: 15px;

}



.widget-area .widget_search form {

	position: relative;

}



.widget-area .widget_search form label {

	display: block;

	margin-bottom: 0;

}



.widget-area .widget_search form .screen-reader-text {

	display: none;

}



.widget-area .widget_search form .search-field {

	background-color: transparent;

	height: 50px;

	padding: 6px 15px;

	border: 1px solid #eeeeee;

	width: 100%;

	display: block;

	outline: 0;

	-webkit-transition: 0.4s;

	transition: 0.4s;

}



.widget-area .widget_search form .search-field:focus {

	border-color: #35a0eb;

}



.widget-area .widget_search form button {

	position: absolute;

	right: 0;

	outline: 0;

	bottom: 0;

	height: 50px;

	width: 50px;

	z-index: 1;

	border: none;

	color: #ffffff;

	background-color: #35a0eb;

	-webkit-transition: 0.4s;

	transition: 0.4s;

}



.widget-area .widget_search form button:hover {

	background-color: #0b0b31;

	color: #ffffff;

}



.widget-area .widget_posts_thumb {

	position: relative;

	overflow: hidden;

}



.widget-area .widget_posts_thumb .item {

	overflow: hidden;

	margin-bottom: 15px;

}



.widget-area .widget_posts_thumb .item:last-child {

	margin-bottom: 0;

}



.widget-area .widget_posts_thumb .item .thumb {

	float: left;

	height: 80px;

	overflow: hidden;

	position: relative;

	width: 80px;

	margin-right: 15px;

}



.widget-area .widget_posts_thumb .item .thumb .fullimage {

	width: 80px;

	height: 80px;

	display: inline-block;

	background-size: cover !important;

	background-repeat: no-repeat;

	background-position: center center !important;

}



.widget-area .widget_posts_thumb .item .thumb .fullimage.bg1 {

	background-image: url(../img/news-details/1.jpg);

}



.widget-area .widget_posts_thumb .item .thumb .fullimage.bg2 {

	background-image: url(../img/news-details/2.jpg);

}



.widget-area .widget_posts_thumb .item .thumb .fullimage.bg3 {

	background-image: url(../img/news-details/3.jpg);

}



.widget-area .widget_posts_thumb .item .info {

	overflow: hidden;

	margin-top: 5px;

}



.widget-area .widget_posts_thumb .item .info span {

	display: block;

	color: #5a5c5f;

	text-transform: capitalize;

	margin-top: -2px;

	margin-bottom: 3px;

	font-size: 14px;

}



.widget-area .widget_posts_thumb .item .info .title {

	margin-bottom: 0;

	line-height: 1.4;

	font-size: 16px;

}



.widget-area .widget_posts_thumb .item .info .title a {

	display: inline-block;

	color: #333;

	font-weight: 600;

}



.widget-area .widget_recent_entries ul {

	padding-left: 0;

	margin-bottom: 0;

	list-style-type: none;

}



.widget-area .widget_recent_entries ul li {

	position: relative;

	margin-bottom: 12px;

	color: #0b0b31;

	padding-left: 14px;

	line-height: 1.5;

	font-weight: 400;

	font-size: 15.5px;

}



.widget-area .widget_recent_entries ul li:last-child {

	margin-bottom: 0;

}



.widget-area .widget_recent_entries ul li::before {

	background: #35a0eb;

	height: 8px;

	width: 8px;

	content: '';

	left: 0;

	top: 7px;

	position: absolute;

	border-radius: 50px;

	border-right-style: inset;

}



.widget-area .widget_recent_entries ul li a {

	display: inline-block;

	color: #0b0b31;

}



.widget-area .widget_recent_entries ul li a:hover {

	color: #35a0eb;

}



.widget-area .widget_recent_entries ul li .post-date {

	display: block;

	font-size: 13px;

	color: #5a5c5f;

	margin-top: 4px;

}



.widget-area .widget_categories ul {

	padding-left: 0;

	margin-bottom: 0;

	list-style-type: none;

}



.widget-area .widget_categories ul li {

	position: relative;

	margin-bottom: 12px;

	color: #5a5c5f;

	padding-left: 14px;

	font-size: 15.5px;

	font-weight: 400;

}



.widget-area .widget_categories ul li:last-child {

	margin-bottom: 0;

}



.widget-area .widget_categories ul li::before {

	background: #35a0eb;

	height: 8px;

	width: 8px;

	content: '';

	left: 0;

	top: 7px;

	position: absolute;

	border-radius: 50px;

	border-right-style: inset;

}



.widget-area .widget_categories ul li a {

	color: #0b0b31;

	display: block;

	font-weight: 600;

}



.widget-area .widget_categories ul li a:hover {

	color: #35a0eb;

}



.widget-area .widget_categories ul li .post-count {

	float: right;

}



.widget-area .widget_meta ul {

	padding-left: 0;

	margin-bottom: 0;

	list-style-type: none;

}



.widget-area .widget_meta ul li {

	position: relative;

	margin-bottom: 12px;

	color: #0b0b31;

	padding-left: 14px;

	font-size: 15.5px;

	font-weight: 400;

}



.widget-area .widget_meta ul li:last-child {

	margin-bottom: 0;

}



.widget-area .widget_meta ul li::before {

	background: #35a0eb;

	height: 8px;

	width: 8px;

	content: '';

	left: 0;

	top: 7px;

	position: absolute;

	border-radius: 50px;

	border-right-style: inset;

}



.widget-area .widget_meta ul li a {

	display: inline-block;

	color: #0b0b31;

}



.widget-area .widget_meta ul li a:hover {

	color: #35a0eb;

}



.widget-area .widget_tag_cloud .widget-title {

	margin-bottom: 12px;

}



.widget-area .tagcloud a {

	display: inline-block;

	color: #0b0b31;

	font-weight: 400;

	font-size: 14.5px !important;

	padding: 6px 13px;

	border: 1px dashed #eeeeee;

	margin-top: 8px;

	margin-right: 4px;

}



.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {

	color: #ffffff;

	background-color: #35a0eb;

	border-color: #35a0eb;

}



.widget-area .widget_event_details ul {

	padding-left: 0;

	margin-bottom: 0;

	list-style-type: none;

}



.widget-area .widget_event_details ul li {

	border-bottom: 1px solid #eeeeee;

	color: #888f96;

	padding-bottom: 10px;

	padding-top: 10px;

}



.widget-area .widget_event_details ul li:first-child {

	padding-top: 0;

}



.widget-area .widget_event_details ul li:last-child {

	border-bottom: none;

	padding-bottom: 0;

}



.widget-area .widget_event_details ul li span {

	display: inline-block;

	color: #0b0b31;

	font-weight: 400;

}



.widget-area .widget_event_details ul li a {

	display: inline-block;

	color: #888f96;

}



.widget-area .widget_event_details ul li a:hover {

	color: #35a0eb;

}



/************************************************

news Page Number Pagination Area CSS

************************************************/

.pagination-area {

	margin-top: 30px;

	text-align: center;

}



.pagination-area .page-numbers {

	width: 45px;

	height: 45px;

	margin: 0 3px;

	display: inline-block;

	background-color: #ffffff;

	line-height: 48px;

	color: #0b0b31;

	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;

	box-shadow: 0 2px 10px 0 #d8dde6;

	font-size: 18px;

	font-weight: 700;

}



.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {

	background: #35a0eb;

	color: #ffffff;

	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;

	box-shadow: 0 2px 10px 0 #d8dde6;

}





.pos-aright {

	position: absolute;

	right: 15px;

	top: 36px;

}

.pagination li::before {
	display: none;
}
.pagination li {
	padding-left: 0;
}

/************************************************

	Login and Registration Page  Area CSS

	************************************************/

	.form-wrap {

		width: 100%;

		max-width: 600px;

		margin: 50px auto 0;

		position: relative;

		box-shadow: 0 5px 8px rgba(0,0,0,0.1);

		border-radius: 6px;

		border: 1px solid #e8e8e8;

		padding: 20px;

		border-top-width: 5px;

		border-top-color: #c99450;

	}

	.form-wrap .main-heading {

		font-size: 38px;

		font-weight: 600;

		color: #343434;

		text-align: center;

		margin: 0 0 40px;

		line-height: 1.2;

	}

	.form-wrap .form-group {

		position: relative;

		margin-bottom: 30px !important;

	}



	.form-wrap .show-pass {

		position: absolute;

		right: 6px;

		top: 5px;

	}

	.form-wrap .checkbox,

	.form-wrap a.lostpassword {

		font-size: 15px;

		font-weight: 700;

		color: #393939;

	}

	.form-wrap .checkbox input[type="checkbox"] {

		margin-right: 10px

	}

	.form-wrap a.lostpassword {

		display: block;

		text-align: right;

	}

	.form-wrap .register-btn {

		width: 100%;

		background: #30347e;

		font-size: 15px;

		font-weight: 600;

		color: #fff;

		text-transform: uppercase;

		text-align: center;

		border: 0;

		border-radius: 5px;

		padding: 13px 0;

		margin: 30px 0 0;

		transition: all ease-in-out .5s;

	}

	.form-wrap .signup-link a {

		width: 100%;

		border: #c99450 2px solid;

		border-radius: 5px;

		padding: 11px 0;

		margin: 15px 0 20px;

		font-size: 15px;

		font-weight: 600;

		color: #000;

		text-transform: uppercase;

		text-align: center;

		display: block;

	}



/************************************************

	Dashboard Page  Area CSS

	************************************************/



	.main-sidebar {

	/*position: absolute;

	top: 0;

	left: 0;

	padding-top: 50px;

	min-height: 100%;*/

	width: 230px;

	z-index: 810;

	-webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;

	-moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;

	-o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;

	transition: transform .3s ease-in-out,width .3s ease-in-out;

	background: #35a0eb

}

/*.sidebar {

 width:6.5rem;

 min-height:100vh

 }*/

 #sidebarToggleTop {

 	/* border: 3px solid; */

 	border-radius: 0 0 5px !important;

 	background: #35a0eb;

 	color: #fff;

 }

 .sidebar .nav-item {

 	position:relative;

 	padding-left: 0;

 	border-bottom: 1px solid #dfdfdf;

 }

 .sidebar .nav-item:last-child {

 	margin-bottom:1rem

 }

 .sidebar .nav-item:before{

 	display: none

 }

 .sidebar .nav-item .nav-link {

 	text-align:center;

 	padding:.75rem 1rem;

 	width:6.5rem

 }

 .sidebar .nav-item .nav-link span {

 	/*font-size:.65rem;*/

 	font-size: 12px;

 	display:block

 }

 .sidebar .nav-item.active .nav-link {

 	font-weight:700

 }

 .sidebar .nav-item .collapse {

 	position:absolute;

 	left:calc(6.5rem + 1.5rem / 2);

 	z-index:1;

 	top:2px

 }

 .sidebar .nav-item .collapse .collapse-inner {

 	border-radius:.35rem;

 	box-shadow:0 .15rem 1.75rem 0 rgba(58,59,69,.15)

 }

 .sidebar .nav-item .collapsing {

 	display:none;

 	transition:none

 }

 .sidebar .nav-item .collapse .collapse-inner,

 .sidebar .nav-item .collapsing .collapse-inner {

 	padding:.5rem 0;

 	min-width:10rem;

 	font-size:.85rem;

 	margin:0 0 1rem 0

 }

 .sidebar .nav-item .collapse .collapse-inner .collapse-header,

 .sidebar .nav-item .collapsing .collapse-inner .collapse-header {

 	margin:0;

 	white-space:nowrap;

 	padding:.5rem 1.5rem;

 	text-transform:uppercase;

 	font-weight:800;

 	font-size:.65rem;

 	color:#b7b9cc

 }

 .sidebar .nav-item .collapse .collapse-inner .collapse-item,

 .sidebar .nav-item .collapsing .collapse-inner .collapse-item {

 	padding:.5rem 1rem;

 	margin:0 .5rem;

 	display:block;

 	color:#3a3b45;

 	text-decoration:none;

 	border-radius:.35rem;

 	white-space:nowrap

 }

 .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,

 .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {

 	background-color:#eaecf4

 }

 .sidebar .nav-item .collapse .collapse-inner .collapse-item:active,

 .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {

 	background-color:#dddfeb

 }

 .sidebar .nav-item .collapse .collapse-inner .collapse-item.active,

 .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {

 	color:#4e73df;

 	font-weight:700

 }

 .sidebar #sidebarToggle {

 	width:2.5rem;

 	height:2.5rem;

 	text-align:center;

 	margin-bottom:1rem;

 	cursor:pointer

 }

 .sidebar #sidebarToggle::after {

 	font-weight:900;

 	content:"\f060";

 	font-family:'FontAwesome';

 	margin-right:.1rem

 }

 .sidebar #sidebarToggle:hover {

 	text-decoration:none

 }

 .sidebar #sidebarToggle:focus {

 	outline:0

 }

 .sidebar.toggled {

 	width:0!important;

 	overflow:hidden

 }

 .sidebar.toggled #sidebarToggle::after {

 	content:"\f061";

 	font-family:'FontAwesome';

 	margin-left:.25rem

 }

 .sidebar.toggled .sidebar-card {

 	display:none

 }

 .sidebar .sidebar-brand {

 	height:4.375rem;

 	text-decoration:none;

 	font-size:1rem;

 	font-weight:800;

 	padding:1.5rem 1rem;

 	text-align:center;

 	text-transform:uppercase;

 	letter-spacing:.05rem;

 	z-index:1

 }

 .sidebar .sidebar-brand .sidebar-brand-icon i {

 	font-size:2rem

 }

 .sidebar .sidebar-brand .sidebar-brand-text {

 	display:none

 }

 .sidebar hr.sidebar-divider {

 	margin:0 1rem 1rem

 }

 .sidebar .sidebar-heading {

 	text-align:center;

 	padding:0 1rem;

 	font-weight:800;

 	font-size:.65rem

 }

 .sidebar .sidebar-card {

 	display:flex;

 	flex-direction:column;

 	align-items:center;

 	font-size:.875rem;

 	border-radius:.35rem;

 	color:rgba(255,255,255,.8);

 	margin-left:1rem;

 	margin-right:1rem;

 	margin-bottom:1rem;

 	padding:1rem;

 	background-color:rgba(0,0,0,.1)

 }

 .sidebar .sidebar-card .sidebar-card-illustration {

 	height:3rem;

 	display:block

 }

 .sidebar .sidebar-card .sidebar-card-title {

 	font-weight:700

 }

 .sidebar .sidebar-card p {

 	font-size:.75rem;

 	color:rgba(255,255,255,.5)

 }

 @media (min-width:768px) {

 	.sidebar {

 		width:19rem!important;

 	}
 	.sidebar .nav-item .collapse {

 		position:relative;

 		left:0;

 		z-index:1;

 		top:0;

 		-webkit-animation:none;

 		animation:none

 	}

 	.sidebar .nav-item .collapse .collapse-inner {

 		border-radius:0!important;

 		box-shadow:none

 	}

 	.sidebar .nav-item .collapsing {

 		display:block;

 		transition:height .15s ease

 	}

 	.sidebar .nav-item .collapse,

 	.sidebar .nav-item .collapsing {

 		/*margin:0 1rem*/

 	}

 	.sidebar .nav-item .nav-link {

 		display:block;

 		width:100%;

 		text-align:left;

 		padding:1rem;

 		width:14rem;



 	}

 	.sidebar .nav-item .nav-link i {

 		font-size:.85rem;

 		margin-right:.25rem

 	}

 	.sidebar .nav-item .nav-link span {

 		/*font-size:.85rem;*/

 		font-size: 16px;

 		display:inline

 	}

 	.sidebar .nav-item .nav-link[data-toggle=collapse]::after {

 		width:1rem;

 		text-align:center;

 		float:right;

 		vertical-align:0;

 		border:0;

 		font-weight:900;

 		content:"\f107";

 		font-family: FontAwesome;



 	}

 	.sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {

 		content:"\f105";

 	}

 	.sidebar .sidebar-brand .sidebar-brand-icon i {

 		font-size:2rem

 	}

 	.sidebar .sidebar-brand .sidebar-brand-text {

 		display:inline

 	}

 	.sidebar .sidebar-heading {

 		text-align:left

 	}

 	.sidebar.toggled {

 		overflow:visible;

 		width:6.5rem!important

 	}

 	.sidebar.toggled .nav-item .collapse {

 		position:absolute;

 		left:calc(6.5rem + 1.5rem / 2);

 		z-index:1;

 		top:2px;

 		-webkit-animation-name:growIn;

 		animation-name:growIn;

 		-webkit-animation-duration:.2s;

 		animation-duration:.2s;

 		-webkit-animation-timing-function:transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);

 		animation-timing-function:transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)

 	}

 	.sidebar.toggled .nav-item .collapse .collapse-inner {

 		box-shadow:0 .15rem 1.75rem 0 rgba(58,59,69,.15);

 		border-radius:.35rem

 	}

 	.sidebar.toggled .nav-item .collapsing {

 		display:none;

 		transition:none

 	}

 	.sidebar.toggled .nav-item .collapse,

 	.sidebar.toggled .nav-item .collapsing {

 		margin:0

 	}

 	.sidebar.toggled .nav-item:last-child {

 		margin-bottom:1rem

 	}

 	.sidebar.toggled .nav-item .nav-link {

 		text-align:center;

 		padding:.75rem 1rem;

 		width:6.5rem

 	}

 	.sidebar.toggled .nav-item .nav-link span {

 		font-size:.65rem;

 		display:block

 	}

 	.sidebar.toggled .nav-item .nav-link i {

 		margin-right:0

 	}

 	.sidebar.toggled .nav-item .nav-link[data-toggle=collapse]::after {

 		display:none

 	}

 	.sidebar.toggled .sidebar-brand .sidebar-brand-icon i {

 		font-size:2rem

 	}

 	.sidebar.toggled .sidebar-brand .sidebar-brand-text {

 		display:none

 	}

 	.sidebar.toggled .sidebar-heading {

 		text-align:center

 	}

 }

 .sidebar-light .sidebar-brand {

 	color:#6e707e

 }

 .sidebar-light hr.sidebar-divider {

 	border-top:1px solid #eaecf4

 }

 .sidebar-light .sidebar-heading {

 	color:#b7b9cc

 }

 .sidebar-light .nav-item .nav-link {

 	color:#858796

 }

 .sidebar-light .nav-item .nav-link i {

 	color:#d1d3e2

 }

 .sidebar-light .nav-item .nav-link:active,

 .sidebar-light .nav-item .nav-link:focus,

 .sidebar-light .nav-item .nav-link:hover {

 	color:#6e707e

 }

 .sidebar-light .nav-item .nav-link:active i,

 .sidebar-light .nav-item .nav-link:focus i,

 .sidebar-light .nav-item .nav-link:hover i {

 	color:#6e707e

 }

 .sidebar-light .nav-item .nav-link[data-toggle=collapse]::after {

 	color:#b7b9cc

 }

 .sidebar-light .nav-item.active .nav-link {

 	color:#6e707e

 }

 .sidebar-light .nav-item.active .nav-link i {

 	color:#6e707e

 }

 .sidebar-light #sidebarToggle {

 	background-color:#eaecf4

 }

 .sidebar-light #sidebarToggle::after {

 	color:#b7b9cc

 }

 .sidebar-light #sidebarToggle:hover {

 	background-color:#dddfeb

 }

 .sidebar-dark .sidebar-brand {

 	color:#fff

 }

 .sidebar-dark hr.sidebar-divider {

 	border-top:1px solid rgba(255,255,255,.15)

 }

 .sidebar-dark .sidebar-heading {

 	color:rgba(255,255,255,.4)

 }

 .sidebar-dark .nav-item .nav-link {

 	color:rgba(255,255,255,.8)

 }

 .sidebar-dark .nav-item .nav-link i {

 	color:rgba(255,255,255,.3)

 }

 .sidebar-dark .nav-item .nav-link:active,

 .sidebar-dark .nav-item .nav-link:focus,

 .sidebar-dark .nav-item .nav-link:hover {

 	color:#fff

 }

 .sidebar-dark .nav-item .nav-link:active i,

 .sidebar-dark .nav-item .nav-link:focus i,

 .sidebar-dark .nav-item .nav-link:hover i {

 	color:#fff

 }

 .sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after {

 	color:rgba(255,255,255,.5)

 }

 .sidebar-dark .nav-item.active .nav-link {

 	color:#30347d;

 }

 .sidebar-dark .nav-item.active .nav-link i {

 	color:#30347d;

 }

 .sidebar-dark #sidebarToggle {

 	background-color:rgba(255,255,255,.2)

 }

 .sidebar-dark #sidebarToggle::after {

 	color:rgba(255,255,255,.5)

 }

 .sidebar-dark #sidebarToggle:hover {

 	background-color:rgba(255,255,255,.25)

 }

 .sidebar-dark.toggled #sidebarToggle::after {

 	color:rgba(255,255,255,.5)}



 	.content-wrapper,

 	#content-wrapper {

 		background-color:#f8f9fc;

 		width:100%;

 		overflow-x:hidden

 	}

 	.content-wrapper .main-dashboard,

 	#content-wrapper #content {

 		flex:1 0 auto

 	}







/************************************************

	Team Members Area CSS

	************************************************/

	.team-tab .nav.nav-tabs {

		border: 1px solid transparent;

	}

	.team-tab .nav.nav-tabs li{

		padding-left: 0;

		position: relative;

	}

	.team-tab .nav.nav-tabs li a,

	.team-tab .nav.nav-tabs li a.active {

		background: transparent;

		padding: 10px 20px;

		border: 2px solid transparent;

		margin-right: 5px

	}

	.team-tab .nav.nav-tabs li a.active {

		border-color: #35a0eb;

		border-bottom-color: transparent;

		color: #8a8a8a;

	}



	.team-tab .nav.nav-tabs li a.active::before {

		content: '';

		position: absolute;

		background: #f8f9fc;

		width: calc(100% - 9px);

		height: 8px;

		bottom: -13px;

		z-index: 1;

		left: 2px;

	}

	.team-tab{

		position: relative;

	}

	.team-tab ul::after {

		background: #35a0eb;

		content: '';

		position: absolute;

		width: 100%;

		height: 2px;

		top: 35px;

	}

	.team-tab li:before,

	.team-map-area li:before,

	.team-map-area li{

		padding: 0;

		background: none;

		content: '';

	}



/* .team-map-area li:before{

 	display: none

 	}*/

 /*.team-map-area ul{

 	display: flex;

 }



.team-map-area li{

	display: flex;

	flex-direction: row;

	}*/

	.team-map-area {

		overflow-x: scroll;

		overflow-y: hidden;

		background: #fff;

		border: 1px solid rgba(0,0,0,.125);

	}

	.team-map-group {

		background: #fff;

		border-bottom: 1px solid rgba(0,0,0,.125);

		min-width: 1400px;

	}

	.team-map-group__name{

		width: 40%;

		min-width: 200px;

		position: relative;

	}

	.team-map-group__detail{

		width: 60%;

	}



	.team-map-group__detail__list {

		width: calc(20% - 0px);

		min-width: 150px;

		border-left: 1px solid #ddd5d5;

		padding: 0 10px;

		font-size: 12px;

		line-height: 1;

	}



	.team-map-area ul{

		margin:0;

	}

	.team-map-area li li .team-map-group__name{

		margin-left: 30px !important;

		width: calc(40% - 30px);

	} 

	.team-map-area li li li .team-map-group__name{

		margin-left: 60px !important;

		width: calc(40% - 60px);

	}

	.team-map-area li li li li .team-map-group__name{

		margin-left: 90px !important;

		width: calc(40% - 90px);

	}

	.team-map-area li li li li li .team-map-group__name{

		margin-left: 110px !important;

		width: calc(40% - 110px);

	}

/*.team-map-area li li .team-map-group__name h3{

	position: relative;

}

.team-map-area li li .team-map-group__name h3::before {

	background: #008fc5;

	border-radius: 50%;

	content: '-';

	width: 20px;

	height: 20px;

	position: absolute;

	left: -28px;

	top: 0;

	text-align: center;

	color: #fff;

	font-weight: bold;

	line-height: 1.3;

	z-index: 2;

}

.team-map-area li li .team-map-group.team-map-group__sub:after,

.team-map-area li li .team-map-group__name::after,

.team-map-area li li li .team-map-group__name::after {

	background: #008fc5;

	content: '';

	width: 2px;

	height: 100%;

	position: absolute;	

	top: 0;

	z-index: 1;

}

.team-map-area li li .team-map-group.team-map-group__sub::after {

	left: 19px;

	top: 10px;

	height: calc(100% - 10px);

}

.team-map-area li li .team-map-group__name::after{

	left: 10px;

}

.team-map-area li li li .team-map-group__name::after{

	left: 41px;

}





.team-map-area li li li .team-map-group__name::before {

	background: #008fc5;

	content: '';

	width: 26px;

	height: 2px;

	position: absolute;

	top: 9px;

	z-index: 1;

}



.team-map-area li li li .team-map-group__name::before{

	left: 10px;

	}*/







	.level-1 {

		background: #008fc5;

	}



	.team-map-area ol li {

		position: relative;

	}

/* .level-2-wrapper ol::before {

	top: 20px;

	left: 48px;

	}*/






	.cms-area .has-sub::before, 
.cms-area .has-sub.last-sub::before/*,
.level-2-wrapper .has-sub::before, 
.level-2-wrapper .has-sub.last-sub::before, 
.level-3-wrapper .has-sub::before, 
.level-3-wrapper .has-sub.last-sub::before, 
.level-4-wrapper .has-sub::before, 
.level-4-wrapper .has-sub.last-sub::before, 
.level-5-wrapper .has-sub::before, 
.level-5-wrapper .has-sub.last-sub::before*/ {
	content: "";
	position: absolute;
	top: 20px;
	left: 18px;
	width: 2px;
	height: calc(100% - 82px);
	background: #008fc5;
	z-index: 1;
	min-height: 63px;
}
.cms-area .last-sub::before {
	height: 86px;
}


.cms-area .level-3-wrapper .has-sub::before{
	left: 48px !important;

}

.cms-area .level-4-wrapper .has-sub::before{

	left: 76px !important

}

.cms-area .level-5-wrapper .has-sub::before{

	left: 104px !important

}

.cms-area .has-sub.sub-1::before{
	max-height: 85px;

}







.level-3::after,

.level-3.has-sub::after,

.level-4::after,

.level-4.has-sub::after,

.level-5::after,

.level-5.has-sub::after {

	content: "";

	position: absolute;

	top: 20px;

	left: 20px;

	width: 30px;

	height: 2px;

	background: #008fc5;

}

.level-3::after,

.level-3.has-sub::after{

	left: 18px;

}



.level-4::after,

.level-4.has-sub::after{

	left: 48px;

}



.level-5::after,

.level-5.has-sub::after{

	left: 76px;

}

.btn-team {

	position: absolute;

	left: -33px;

	z-index: 1;

}

.btn-team:after,

.btn-team.collapsed::after {

	font-weight:900;

	content:"\f067";

	font-family:'FontAwesome';

	margin-right:.1rem;

	width: 28px;

	height: 28px;

	background: #35a0eb;

	color: #fff;

	border-radius: 50%;

	display: inline-block;

	text-align: center;

	padding: 1px 0;

}

.btn-team.collapsed:hover {

	text-decoration:none

}

.btn-team.collapsed:focus {

	outline:0

}



.btn-team:not(.collapsed)::after {

	content:"\f068";

	font-family:'FontAwesome';

}

.btn-team.btn-team-nochild::after{

	content:'';

	background: #ccc;

}







.newdesign .card-header {

	background: #fff;

}

.newdesign .card-header h4.card-title {

	color: #252976;

	margin: 0;

	font-weight: 600;

	font-size:20px;

}

.newdesign .card-header h4.card-title small{

	font-size: 67%;

	font-weight: 400;

	color: #757474;

}

.newdesign .form-group {

	margin: 0;

	padding:6px 5px;

	/*border-bottom: 1px solid #e8e8e8;*/

}

.newdesign .form-group label strong {

	color: #000;

}

.newdesign .form-group label {

	margin: 0;

}





.newdesign1 .card-header {

	background: #fff;

	color: #fff;

}

.newdesign1 .card-header h4.card-title {

	color: #000;

	margin: 0;

	font-weight: 600;

}

.newdesign1 .form-group {

	margin: 0;

	padding:10px 5px;

}

.newdesign1 .form-group label strong {

	color: #000;

}

.newdesign1 .form-group label {

	margin: 0;

}







.loan_no {

	display: block;

	font-weight: 700;

	color: #35a0eb;

}

.newtable thead th {

	color: #000;

	font-size: 15px;

}
.newtable td {
	font-size: 14px;
}

.newtable a {

	background: #35a0eb;

	padding: 2px;

	border-radius: 5px;

	color: #fff;

	font-size: 9px;

	border: 1px solid #35a0eb;

}
.newtable a .fa{
	margin-bottom: 10px;
}

.single-news .news-content .news-bottom-text-link a.applyLoan {

	color: #fff;

}



.single-news .news-content .news-bottom-text-link a:hover.applyLoan{color:#FFF; text-decoration:none !important;}



.news-area .post-img {

	height: 211px;

}

.news-body-text {

	min-height: 57px;

}









.howtext {

	text-align: center;

}

.howtext h2 span {

	color: #30347d;

}

.howtext p {

	width: 65%;

	margin: 0 auto 15px;

}



.graysec {

	background: #f8f8f8;

	padding: 37px 25px;

}

.whitesec {

	background: #fff;

	padding: 37px 0;

}

.graysec h2 span , .whitesec h2 span{

	color: #30347d;

}



.blueregister {

	background: #35a0eb;

	padding: 35px;

	text-align: center;

	color: #fff;

}



a.registernowbut {

	background: #30347d !important;

	display: inline-block;

	padding: 20px 48px;

	text-transform: uppercase;

	font-weight: bold;

	font-size: 22px;

	color: #fff;

	margin: 20px 0 15px !important;

	border-radius: 31px;

}



.boticon ul {

	list-style-type: none;

	padding: 0;

	margin: 0;

}

.boticon ul li {

	background: none;

	display: inline-block;

	width: 226px;

	padding: 25px;

	line-height: 19px;

	vertical-align:top;

}

.boticon ul li::before {

	display: none;

}

.boticon ul li div {

	padding: 0 0 12px;

}



.aboutban .about-main-banner {

	float: left;

	margin: 0 25px 25px 0;

}

.aboutban {

	background: #f8f8f8;

	padding: 30px;

}





.sidebar {

	width:6.5rem;

	background: #eee !important;

}



.sidebar-dark .nav-item .nav-link, .sidebar-dark .nav-item .nav-link i, .sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after{color:#000;}

.sidebar .nav-item .nav-link{width:100%;}

.sidebar-dark .nav-item.active .nav-link{color:#30347d;}



.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {

	color: #959595;

}

.sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i {

	color: #000;

}

.sidebar .nav-item .collapse .collapse-inner{margin:0; padding: 0 !important;}



.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {

	padding: .5rem 3rem; margin:0; border-radius:0; background:#fff; border-bottom: 1px solid #eaeaea;

}

.sidebar-dark #sidebarToggle {

	background-color: #35a0eb;

}

.sidebar-dark #sidebarToggle::after {

	color: #fff;

}

.sidebar-dark #sidebarToggle:hover {

	background-color: #196ca7;

}

.sidebar.toggled .nav-item .nav-link span {

	font-size: 13px;

	display: block;

	line-height: 18px;

}





a.downloaDoc {

	position: absolute;

	top: 8px;

	right: 9px;

	font-size: 18px;

	width: 34px;

	height: 34px;

	background: #35a0eb;

	text-align: center;

	line-height: 34px;

	border-radius: 5px;

	color: #fff;

}





a.shorticon {

	background: #d1a570;

	margin: 0 5px;

	padding: 3px 8px;

	font-size: 14px;

	color: #fff;

	border-radius: 5px;

}



.video iframe {

	width: 100%;

}

p.heading {

	font-size: 21px;

	padding: 0;

	margin: 0 0 15px !important;

	font-weight: 600;

	color: #000;

}



.shortbox .mb-4 h3 {

	font-size: 18px;

	color: #000;

	font-weight: bold;

}



.donate .w-100 p {

	font-size: 14px;

	line-height: 18px;

	font-weight: 600;

	color: #fff;

	text-transform: uppercase;

}

.donate .w-100 {

	text-align: center;

	padding: 15px;

	background: #35a0eb;

	margin: 0 5px 20px;

	border-radius: 8px;

	border: 5px solid #fff;

	box-shadow: 0 0 5px #ccc;

}

.fixedheight {

	height: 165px;

	overflow: hidden;

	

}

.picinner{padding:6px; background:#e6e6e6;}



.donate .w-100 h3 {

	font-weight: 600;

	color: #fff;

}

.video {

	padding: 13px 13px 6px;

	background: #e6e6e6;

}

.campaign-heading h3 {

	font-weight: 600;

}

.campaign-image-container img {

	background: #f5f5f5;

	padding: 4px;

}

.cont {

	padding: 0 16%;

	margin: 8px 0 15px;

	line-height: 24px;

}



.caption.item-body.listing h3 a {

	color: #000;

	text-transform: uppercase;

}

.caption.item-body.listing h3 a:hover{color: #35a0eb;}

.caption.item-body.listing {

	padding: 20px !important;

}

.planheading {

	position: relative;

	padding: 12px 35px !important;

	border-radius: 4px !important;

	top: -21px;

	text-transform:uppercase;

}

.newpricing {

	background: #f1f1f1;

	box-shadow: 0px 5px 0px #35a0eb;

	border: 1px solid #e7e7e7;

}

.innerplan button {

	float: right;

	margin: 0 0 5px;

	font-size: 12px;

	text-transform: uppercase;

	background: #cd9c5a;

	border: 1px solid #cd9c5a;

}

.innerplan h3 {

	float: left;

}

.innerplan h3 span.price {

	color: #35a0eb;

	font-weight: 600;

}

.innerplan h3 span.h6 {

	font-size: 14px;

	font-weight: 600;

}

.bottomtext button {

	background: #35a0eb;

	border: none;

	color: #fff;

	padding: 10px 35px;

	font-size: 16px;

	text-transform: uppercase;

	font-weight: 600;

}

.bottomtext .membership-short-desc {

	font-size: 14px;

	line-height: 18px;

	padding: 0 0 20px;

	color: #000;

}





.team-info1 h3 {

	font-size: 20px;

}

.team-info1 {

	padding: 20px;

	border-bottom: 4px solid #35a0eb;

}



.overlay-text1 p {

	font-size: 14px;

	color: #666;

	line-height: 22px;

}

.totalnumer {

	padding: 7px 0 10px;

	font-size: 15px;

	color: #000;

	border-top: 1px solid #e1e1e1;

	border-bottom: 1px solid #e1e1e1;

	margin-bottom: 10px;

}

.totalnumer strong {

	font-size: 17px;

	color: #cd9c5a;

}

.overlay-text1 a.button {

	background: #30347d;

	border: none;

	font-size: 12px;

	letter-spacing: 0;

	font-weight: 600;

	margin: 0;

	padding: 4px 26px;

	text-transform: uppercase;

	border-radius: 5px;

}



.current span {

	font-size: 14px;

	padding: 0 0 10px;

	display: inline-block;

	color: #d3a161;

	font-weight: 600;

}



.committee .team-image {

	height: 350px;
	width: 100%;
	overflow: hidden;
	background-size: cover;
}



.totalbutton {

	min-height: 87px;

}


.news-slide .owl-nav.disabled,
#services-slide .owl-nav.disabled,
#events-slide .owl-nav.disabled{

	display: block;

}
.news-slide .owl-nav button.owl-next,
.news-slide .owl-nav button.owl-prev,
#services-slide .owl-nav button.owl-next,
#services-slide .owl-nav button.owl-prev,
#events-slide .owl-nav button.owl-next,
#events-slide .owl-nav button.owl-prev {

	position: absolute;

	z-index: 9;

	width: 38px;

	height: 38px;

	font-size: 25px;

	top: 50%;

	transform: translateY(-50%);

	background: #35a0eb;

	color: #fff;

	border: none;

}


.news-slide .owl-nav button.owl-next,
#services-slide .owl-nav button.owl-next,
#events-slide .owl-nav button.owl-next{

	right:-25px;

}
.news-slide .owl-nav button.owl-prev,
#services-slide .owl-nav button.owl-prev,
#events-slide .owl-nav button.owl-prev{

	left: -25px;

}
.news-slide.owl-carousel .owl-stage,
#services-slide.owl-carousel .owl-stage,
#events-slide.owl-carousel .owl-stage{

	display: flex;

	padding: 20px 0

}
.news-slide.owl-carousel .owl-item,
#services-slide.owl-carousel .owl-item,
#events-slide.owl-carousel .owl-item{

	transition: all 0.4s ease 0s;

	background-color: #fff;

	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);

}


.news-slide.owl-carousel .owl-item:hover,
#services-slide.owl-carousel .owl-item:hover,
#events-slide.owl-carousel .owl-item:hover {

	background: #30347d;

	color: #fff;

	-webkit-transform: scale(1.030);

	-ms-transform: scale(1.030);

	transform: scale(1.030);

}

#gallery-slide .gallery-single-item {
	height: 300px;
	overflow: hidden;
}
#gallery-slide.owl-carousel .owl-item img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}
.single-items__text {
	position: absolute;
	background: rgba(0,0,0,0.5);
	bottom: 0;
	left: 0;
	padding: 10px;
	right: 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	min-height: 60px;
}

/************************************************
	Our Gallery Page CSS

	************************************************/
	.thumbnail.card{
		margin-bottom: 15px;
		height: 100%;
	}

	.thumbnail .img-container {
		height: 130px;
		overflow: hidden;
	}

/**************************************

job Style

*************************************/
.profile_img{padding-top:30px;}



.qualification_list ul li{margin-top:10px;}

.qualification_list{margin-top:20px;}

.qualification_list small{margin-left:20px;}




.info{display:flex;}

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



.sessions{
	margin-top: 2rem;
	border-radius: 12px;
	position: relative;
}
.sessions li{
	padding-bottom: 1.5rem;
	border-left: 1px solid #abaaed;
	position: relative;
	padding-left: 20px;
	margin-left: 10px;}

	.sessions li:before{
		content: '';
		width: 15px;
		height: 15px;
		background: white;
		border: 1px solid #4e5ed3;
		box-shadow: 3px 3px 0px #bab5f8;
		box-shadow: 3px 3px 0px #bab5f8;
		border-radius: 50%;
		position: absolute;
		left: -10px;
		top: 19px;
	}


	.time{
		color: #2a2839;
		font-family: 'Poppins', sans-serif;
		font-weight: 500;
		@include mobile-and-up{
			font-size: .9rem;
		}
		@include mobile-only{
			margin-bottom: .3rem;
			font-size: 0.85rem;
		}


		.sessions p{
			color: #4f4f4f;
			font-family: sans-serif;
			line-height: 1.5;
			margin-top:0.4rem;

			font-size: .9rem;
		}
	}

	.skill li::before{content:""; width:5px; height:5px; background:#666; border-radius:50%; position:absolute; left:-19px; top:10px;}

	.skill li{position:relative; margin-left:10px; margin-top:10px;}


/**************************************
	job Listing Style
	*************************************/
	.job-list{
		border: 1px solid rgba(0,0,0,.125);
		margin-bottom: 30px;
		transition: all .2s ease;
	}

	.job-list:hover{
		border-color: #35a0eb;
	}





	.uploadlogo .form-control {
		padding: 3px;
	}
	.fieldbut button {
		margin-top: 33px;
		width: 80%;
		margin-right: 40%;
	}

	.outercard {
		background: none;
		border: none;
	}
	.sectionseperater {
		background: #fff;
		padding: 25px;
		margin-bottom: 40px;
		box-shadow: 0 0 19px #ccc;
		border-radius: 4px;
		border-bottom: .25rem solid #4e73df!important;
	}


/**************************************
	Message Style
	*************************************/

	.messages-wrapper {
		background: #eaeaea;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		height: 400px;
		overflow: hidden;
		position: relative;
		padding-top: 60px;
		border-radius: 10px;
		box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	}

	.messages-wrapper .contact-profile {
		width: 100%;
		height: 60px;
		line-height: 60px;
		background: #f5f5f5;
	}
	.messages-wrapper .contact-profile img {
		width: 40px;
		border-radius: 50%;
		float: left;
		margin: 9px 12px 0 9px;
	}
	.messages-wrapper .contact-profile p {
		float: left;
	}
	.messages-wrapper .contact-profile .social-media {
		float: right;
	}
	.messages-wrapper .contact-profile .social-media i {
		margin-left: 14px;
		cursor: pointer;
	}
	.messages-wrapper .contact-profile .social-media i:nth-last-child(1) {
		margin-right: 20px;
	}
	.messages-wrapper .contact-profile .social-media i:hover {
		color: #435f7a;
	}
	.messages-wrapper .messages {
		height: auto;
  /*min-height: calc(100% - 93px);
  max-height: calc(100% - 93px);*/
  max-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
	.messages-wrapper .messages {
		max-height: calc(100% - 105px);
	}
}
.messages-wrapper .messages::-webkit-scrollbar {
	width: 8px;
	background: transparent;
}
.messages-wrapper .messages::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
}
.messages-wrapper .messages ul li {
	display: inline-block;
	clear: both;
	float: left;
	margin: 15px 15px 5px 15px;
	width: calc(100% - 25px);
	font-size: 0.9em;
}
.messages-wrapper .messages ul li:before{
	display: none;
}
.messages-wrapper .messages ul li:nth-last-child(1) {
	margin-bottom: 20px;
}
.messages-wrapper .messages ul li.sent img {
	margin: 6px 8px 0 0;
}
.messages-wrapper .messages ul li.sent p {
	background: #35a0eb;
	color: #fff;
}
.messages-wrapper .messages ul li.replies img {
	float: right;
	margin: 6px 0 0 8px;
}
.messages-wrapper .messages ul li.replies p {
	background: #fff;
	float: right;
}
.messages-wrapper .messages ul li img {
	width: 40px;
	border-radius: 50%;
	float: left;
}
.messages-wrapper .messages ul li p {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 20px;
	max-width: 205px;
	line-height: 130%;
}
@media screen and (min-width: 735px) {
	.messages-wrapper .messages ul li p {
		max-width: 300px;
	}
}
.messages-wrapper .message-input {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
}
.messages-wrapper .message-input .wrap {
	position: relative;
}
.messages-wrapper .message-input .wrap input {
	font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
	float: left;
	border: none;
	width: calc(100% - 90px);
	padding: 11px 32px 10px 8px;
	font-size: 0.8em;
	color: #32465a;
}
@media screen and (max-width: 735px) {
	.messages-wrapper .message-input .wrap input {
		padding: 15px 32px 16px 8px;
	}
}
.messages-wrapper .message-input .wrap input:focus {
	outline: none;
}
.messages-wrapper .message-input .wrap .attachment {
	position: absolute;
	right: 60px;
	z-index: 4;
	margin-top: 10px;
	font-size: 1.1em;
	color: #435f7a;
	opacity: .5;
	cursor: pointer;
}
@media screen and (max-width: 735px) {
	.messages-wrapper .message-input .wrap .attachment {
		margin-top: 17px;
		right: 65px;
	}
}
.messages-wrapper .message-input .wrap .attachment:hover {
	opacity: 1;
}
.messages-wrapper .message-input .wrap button {
	float: right;
	border: none;
	width: 50px;
	padding: 12px 0;
	cursor: pointer;
	background: #35a0eb;
	color: #fff;
}
@media screen and (max-width: 735px) {
	.messages-wrapper .message-input .wrap button {
		padding: 16px 0;
	}
}
.messages-wrapper .message-input .wrap button:hover {
	background: #196ca7;
}
.messages-wrapper .message-input .wrap button:focus {
	outline: none;
}


/*date 24-06-2021*/

.messages-wrapper .message-input .wrap textarea {
	font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
	float: left;
	border: none;
	width: calc(100% - 90px);
	padding: 11px 32px 10px 8px;
	font-size: 0.8em;
	color: #32465a;
	resize:none;
	height: 60px;
	line-height: 18px;
}
.messages-wrapper .message-input .wrap button{padding:17px 0;}

.sent span {
	position: absolute;
	left: 22px;
	font-size: 11px;
	bottom: -10px;
}

.replies span {
	position: absolute;
	right: 8px;
	font-size: 11px;
	bottom: -10px;
}

/**************************************
	News Ticker Style
	*************************************/

.news-ticker{
	background: #f2f2f2;
	padding: 5px 0;
}

.floating__socialmedia {
	left: -48px;
	position: fixed;
	bottom: auto;
	background: var(--white);
	padding: 5px 0px;
	text-align: center;
	top: 188px;
	z-index: 91;
	height: auto;
	display: block;
	margin-left: 0px;
	box-shadow: 0 8px 17px 2px rgb(185 176 176 / 14%), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	border-radius: 0px 8px 8px 0px;
	font-size: 32px;
	text-align: center;
	padding-top: 25px;
}
.floating__socialmedia.active{
	left: 0px;
}
.toggle__floating__socialmedia{
	padding: 0;
    height: 20px;
    font-size: 15px;
    position: absolute;
    top: 0;
    width: 70px;
    background: var(--white);
    box-shadow: 0 8px 17px 2px rgb(185 176 176 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
    border-radius: 0px 8px 8px 0px;
    color: #35a0eb;
    cursor: pointer;
}
.floating__socialmedia.active .toggle__floating__socialmedia{
	width: 55px;
}
.toggle__floating__socialmedia .fa{
	font-size: 15px;
	margin-left: 45px;
    transform: rotateY(180deg);
}
.floating__socialmedia.active .toggle__floating__socialmedia .fa{
	margin-left: 0px;
	transform: rotateY(0deg);
}

.floating__socialmedia li {
	padding: 5px 10px;
	border-bottom: 1px solid #dbdbdb;
	transition: all 0.5s;
}
.floating__socialmedia li:first-child{
	padding-top: 0;
}
.floating__socialmedia li:last-child {
	border: none;
	padding-bottom: 0;
}
.floating__socialmedia li:hover{
	box-shadow: 0 4px 17px rgba(0, 0, 0,0.4);
}
.floating__socialmedia li a:hover{
	color: #30347d ;
	
}


.avatar {
  vertical-align: middle;
  max-width: 50px;
  border-radius: 50%;
}
.profile-detail{
	width: calc(100% - 60px);
}
.footer-bottom-wrapper a{
	color: #ffffff;
}
.footer-bottom-wrapper0{
	padding: 20px 0px;
    background: #1b3155;
    color: #333;
}
.footer-bottom-wrapper1{
	padding: 40px 0px 30px 0px;
    background: #1b3155;
    color: #fff;
}
.footer-bottom-wrapper1 li{
	display: inline-block;
	margin-right: 10px
}
.footer-bottom-wrapper1 li .fa{
	font-size: 30px;
}
.footer-bottom-wrapper2{
	background: #1b3155;
	padding: 40px 0px 30px 0px;
	color: #ffffff;
	border-top: 1px solid rgb(70, 169, 239);
}
.footer-bottom-wrapper2 .steps-flow{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.footer-bottom-wrapper2 .steps-flow div{
    text-align: center;
} 

.footer-bottom-wrapper3{
	padding: 40px 0px 10px 0px;
    border-top: 1px solid #ccc;
    background: #1b3155;
    color: #fff;
}
.footer-bottom-wrapper3 p,.footer-bottom-wrapper3 a{
	color: #fff
} 
.footer-bottom-wrapper3 .journal_img {
    width: 90px;
    display: inline-block;
    vertical-align: top;
}
.footer-bottom-wrapper3 .journal_info {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
}
.footer-bottom-wrapper3 .journal_info > p:first-child {
    /*font-family: 'Open Sans', sans-serif;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    max-height: 60px;
}
.footer-bottom-wrapper3 .journal > ul > li {
    padding: 10px 0px;
}
.footer-bottom-wrapper3 .journal ul, .footer-bottom-wrapper3 .video-thumb ul{
	border: 1px solid #ccc;
    padding: 10px 10px 0px 10px;
}
.footer-bottom-wrapper3 .video-thumb li{
	width: 30%;
    position: relative;
    margin: 0px 1% 4% 1%;
    padding-bottom: 0px;
}
.footer-bottom-wrapper3 .video-thumb ul{
	display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}
.footer-bottom-wrapper3 .video-thumb ul > li > img{
	width: 100%;
}
.footer-bottom-wrapper3 .video-thumb ul > li > a{
	display: inline-block;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
}
.footer-bottom-wrapper3 .video-thumb ul > li > a > img{
	width: 16px;
}
.footer-list.white-bg h5 {
    color: #fff;
}
.left-fixed-inquery {
    transform: rotate(-90deg);
    position: fixed;
    left: -56px;
    top: calc(50% + 50px);
    z-index: 199;
}
.left-fixed-inquery div {
    width: 130px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    display: inline-block;
    box-shadow: 0px 0px 10px 2px #6b757b;
    margin: 0px 10px;
    font-size: 16px;
    cursor: pointer;
    padding: 12px 8px;
}
.left-fixed-inquery > .fa {
    margin-right: 5px;
    transform: rotate(90deg);
    color: #35a0eb;
}
.left-fixed-inquery-form{
	position: fixed;
    background: #fff;
    z-index: 99999;
    overflow: hidden;
    top: 50%;
    left: -100%;
    transform: translateY(-50%);
    transition: all 0.2s;
    box-shadow: -2px 0px 16px 0px rgb(0 0 0 / 32%);
    width: 300px;
}
.left-fixed-inquery-form .header-bar{
    background: #35a0eb;
    color: #fff;
}
.left-fixed-inquery-form .header-bar h5 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 10px;
}
.inquery-form{
	padding: 10px;
}
#site-cookie-bottom{
	position: fixed;
    bottom: 0px;
    z-index: 9999;
    background: gray;
    color: #fff;
    padding: 20px;
    width: 100%;
}
#site-cookie-bottom > div{
	justify-content: space-between;
    display: flex;
    align-items: end;
}
#site-cookie-bottom p{
	color: #ffffff;
}
#site-cookie-bottom .accept-cookie-area{
	width: 200px;
}
#site-cookie-bottom button{
	height: 30px;
	white-space: nowrap;
	font-size: 14px;
    padding: 5px 20px;
}

/*Menu*/


    nav .third .lists{
    display: inline-block;
	text-align:right;
	vertical-align: middle;
}

.large-image{
    height: 82vh !important;
}

nav .third .lists > ul > li{
	width: max-content;
    display: inline-block;
	color:#fff;
	padding: 15px 7.1px;
	position: relative;
}

nav .third .lists > ul > li > .list_wrapper, nav .second .menu_list > ul > li > .list_wrapper{

	 position: absolute;
    z-index: 9999;
	border: 1px solid #004475;
    top: 50px;
    width: 630px;
    text-align: left;
    left: -1px;
    background: #f7f7f7;
    transform: translateY(40px);
    transition: transform 0.25s;
	visibility: hidden;
    opacity: 0;
	box-shadow: 0px 29px 21px 0px #00000057;
}

nav .second .menu_list > ul > li > .list_wrapper{
	width:400px;
	top:22px;
}

nav .third .lists > ul > li > .list_wrapper.list_wrapper_right{
	right:-1px !important;
	left: auto;
}

nav .third .lists > ul > li > .list_wrapper.list_wrapper_right > span.width{
	position: absolute;
    height: 1px;
    right: 0px !important;
	left:auto;
    top: -1px;
    background: #f7f7f7;
}

nav .third .lists > ul > li > .list_wrapper > span.width{
	position: absolute;
    height: 1px;
    left: 0px;

    top: -1px;

    background: #f7f7f7;

}

nav .third .lists > ul > li:hover > .list_wrapper,  nav .second .menu_list > ul > li:hover > .list_wrapper{

	transform: translateY(0px);

	visibility: visible;

    opacity: 1;

}

nav .third .lists > ul > li > .list_wrapper > .about_img, nav .second .menu_list > ul > li > .list_wrapper > .wrapper_list{

	width: 49%;

    display: inline-block;

    vertical-align: top;

    padding: 10px;

}

nav .second .menu_list > ul > li > .list_wrapper > .about_img, nav .third .lists > ul > li > .list_wrapper > .wrapper_list{

	width: 49%;

    display: inline-block;

    vertical-align: top;

    padding: 10px;

}

nav .third .lists > ul > li > .list_wrapper > .wrapper_list > ul, nav .second .menu_list > ul > li > .list_wrapper > .wrapper_list > ul{

	padding-left:0px;

}

nav .third .lists > ul > li > .list_wrapper > .wrapper_list > ul > li, nav .second .menu_list > ul > li > .list_wrapper > .wrapper_list > ul > li{

	padding: 10px 10px 10px 5px;

	border-bottom:1px solid #ccc;

}

nav .third .lists > ul > li > .list_wrapper > .wrapper_list > ul > li:hover, nav .second .menu_list > ul > li > .list_wrapper > .wrapper_list > ul > li:hover{

	background: #35a0eb;

}

nav .third .lists > ul > li > .list_wrapper > .wrapper_list > ul > li:last-child, nav .second .menu_list > ul > li > .list_wrapper > .wrapper_list > ul > li:last-child{

	border-bottom:none;

}

nav .third .lists > ul > li > .list_wrapper > .wrapper_list > ul > li >a, nav .second .menu_list  > ul > li > .list_wrapper > .wrapper_list > ul > li >a{

	display: inline-block;

    width: 100%;

	transition:all 0.2s;

	cursor: pointer;
    font-size: 14px;

}

nav .third .lists > ul > li > .list_wrapper > .wrapper_list > ul > li:hover > a, nav .second .menu_list > ul > li > .list_wrapper > .wrapper_list > ul > li:hover > a{

	color:#ffffff;

}

nav .third .lists > ul > li > .list_wrapper > .wrapper_list > ul > li:hover > a > span, nav .second .menu_list > ul > li > .list_wrapper > .wrapper_list > ul > li:hover > a > span{

	color:#ffffff;

}

nav .third .lists > ul > li > .list_wrapper > .wrapper_list > ul > li >a > span, nav .second .menu_list > ul > li > .list_wrapper > .wrapper_list > ul > li >a > span{

	float: right;

    color: #004475;

    transition: all 0.2s;

}

nav .third .lists > ul > li > .list_wrapper > .about_img > img, nav .second .menu_list > ul > li > .list_wrapper > .about_img > img{

	width:100%;

}



nav .third .lists > ul > li > a{

	/*color: #100f0f;*/
	color: #fff;

    cursor: pointer;

    transition: 0.2s;

    text-transform: capitalize;

    font-size: 13px;


	font-weight:500;

	transition:all 0s;

}

nav .third .lists > ul > li:hover{

	background: #f7f7f7;

    border-left: 1px solid #004475;

    border-right: 1px solid #004475;

	box-shadow: 0px 16px 6px 0px #0000007a;

}

nav .third .lists > ul > li:hover > a{

	color: #000;

	font-weight: 600;

}

nav .third .lists > ul{

	margin-bottom:0px;
	position: relative;

}

.o-wrapper{display: none;}






.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #35a0eb;
  transition: transform 0.3s;
}

.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-menu__close {
  color: #fff;
  background-color: #ca9651;
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.c-menu__close:focus {
  outline: none;
}

body.has-active-menu {
  overflow: hidden;
}

.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.c-menu--slide-left {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.c-menu--slide-left .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1;
}
.c-menu--slide-left .c-menu__item:first-child {
  border-top: none;
}
.c-menu--slide-left .c-menu__item:last-child {
  border-bottom: none;
}
.c-menu--slide-left .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff;
}
.c-menu--slide-left .c-menu__close {
    display: block;
    padding: 6px 14px;
    font-size: 21px;
}

.c-menu--slide-right {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.c-menu--slide-right .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1;
}
.c-menu--slide-right .c-menu__item:first-child {
  border-top: none;
}
.c-menu--slide-right .c-menu__item:last-child {
  border-bottom: none;
}
.c-menu--slide-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff;
}
.c-menu--slide-right .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%;
}

.c-menu--push-left {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.c-menu--push-left .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1;
}
.c-menu--push-left .c-menu__item:first-child {
  border-top: none;
}
.c-menu--push-left .c-menu__item:last-child {
  border-bottom: none;
}
.c-menu--push-left .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff;
}
.c-menu--push-left .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%;
}

.c-menu--push-right {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.c-menu--push-right .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1;
}
.c-menu--push-right .c-menu__item:first-child {
  border-top: none;
}
.c-menu--push-right .c-menu__item:last-child {
  border-bottom: none;
}
.c-menu--push-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff;
}
.c-menu--push-right .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%;
}

.c-menu--slide-left.is-active {
  transform: translateX(0);
}

.c-menu--push-left.is-active {
  transform: translateX(0);
}

.o-wrapper.has-push-left {
  transform: translateX(100%);
}

.o-wrapper.has-push-right {
  transform: translateX(-100%);
}

@media all and (min-width: 320px) {
  .c-menu--slide-left {
    width: 300px;
    transform: translateX(-300px);
  }

  .c-menu--slide-right {
    width: 300px;
  }

  .c-menu--push-left {
    width: 300px;
    transform: translateX(-300px);
  }

  .c-menu--push-right {
    width: 300px;
  }

  .o-wrapper.has-push-left {
    transform: translateX(300px);
  }

  .o-wrapper.has-push-right {
    transform: translateX(-300px);
  }
}

button#c-button--slide-left {
    padding: 7px 13px;
    background: #35a0eb;
    font-size: 20px;
    color: #fff;
}
.submenu {
    display: none;
    background: #176ead;
    font-size: 14px;
    padding:8px 15px;
}
#accordion .link {
    color: #fff;
    background: #5bb8fa;
    border-bottom: 1px solid #8bc8f3;
    padding: 10px 40px 10px 15px;
    position: relative;
}
#accordion .link > a{
    color: inherit;
    display: block;
}
#accordion .link .fa {
    position: absolute;
    right: 12px;
    top: 16px;
}
.submenu li a {
    display: block;
    color: #fff;
    padding: 7px 10px;
}

@media all and (max-width: 1500px) {
nav .third .lists > ul > li > .list_wrapper, nav .second .menu_list > ul > li > .list_wrapper{width: 570px;}
}
@media all and (max-width: 1200px) {
nav .third .lists > ul > li > .list_wrapper, nav .second .menu_list > ul > li > .list_wrapper{width: 490px;}
}
@media all and (max-width: 1023px) {
    .third{display: none;}
.o-wrapper{display: block;}
}


/*Menu*/















.footer-bottom-wrapper2 .steps-flow div{
    text-align: center;
} 
.steps-flow div:nth-child(1) {
    padding: 10px 15px;
    background: #46a9ef;
    font-weight: bold;
    border-bottom: 3px solid #268ad1;
}
.steps-flow div:nth-child(3) {
    padding: 10px 15px;
    background: #46a9ef;
    font-weight: bold;
    border-bottom: 3px solid #268ad1;
}
.steps-flow div:nth-child(5) {
    padding: 10px 15px;
    background: #46a9ef;
    font-weight: bold;
    border-bottom: 3px solid #268ad1;
}
.steps-flow div:nth-child(2), .steps-flow div:nth-child(4) {
    padding: 0 20px;
	font-size: 22px;color: #fdc880;
}
.footerlogoleft {
    font-weight: bold;
    background: #1b3155;
    padding: 5px 8px;
}
.footer-slogan {
    padding-left: 8px;
}
.footer-list.white-bg h5 {
    font-weight: bold;
    padding: 0 0 10px;
    margin: 0;
}
.steps-flow p {background:#1b3155!important; border: none!important;}
.footer-bottom-wrapper1 p span {color:#fff!important;}
.footer-slogan div {color:#35a0eb!important;}
.mini-feature-area {display: none!important;}
#home-events-block.mini-feature-area {display: block!important;}
@media all and (max-width: 767px) {
	.footer-bottom-wrapper2 .steps-flow{display: block;}
	.steps-flow div:nth-child(2), .steps-flow div:nth-child(4){padding: 15px 15px; transform: rotate(90deg);
	}

}