



.navbar-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0 0px 0;
	z-index: 99; border:0px !important;
}

.navbar-area .navbar {
	position: relative;
	padding: 0
}

.navbar-area .navbar .navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin: 5px 0;
	display: block;
	position: relative;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
	opacity: 0
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-area .navbar .navbar-collapse {
		position: absolute;
		top: 115%;
		left: 0;
		width: 100%;
		background-color: #f4f6f7;
		z-index: 8;
		padding: 10px 0;
		-webkit-box-shadow: 0 10px 25px 0 rgba(18, 18, 18, .05);
		-moz-box-shadow: 0 10px 25px 0 rgba(18, 18, 18, .05);
		box-shadow: 0 10px 25px 0 rgba(18, 18, 18, .05)
	}
}

@media(max-width:767px) {
	.navbar-area .navbar .navbar-collapse {
		position: absolute;
		top: 115%;
		left: 0;
		width: 100%;
		background-color: #f4f6f7;
		z-index: 8;
		padding: 10px 0;
		-webkit-box-shadow: 0 10px 25px 0 rgba(18, 18, 18, .05);
		-moz-box-shadow: 0 10px 25px 0 rgba(18, 18, 18, .05);
		box-shadow: 0 10px 25px 0 rgba(18, 18, 18, .05)
	}
}

.navbar-area .navbar .navbar-nav .nav-item {
	margin: 0 16px;
	position: relative
}

.navbar-area .navbar .navbar-nav .nav-item a {
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
	padding: 26px 0;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	opacity: .8;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-area .navbar .navbar-nav .nav-item a {
		padding: 10px 0;
		display: block;
		color: #121212
	}
}

@media(max-width:767px) {
	.navbar-area .navbar .navbar-nav .nav-item a {
		padding: 10px 0;
		display: block;
		color: #121212
	}
}

.navbar-area .navbar .navbar-nav .nav-item a::before {
	position: absolute;
	content: '';
	width: 32px;
	height: 1px;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, white 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, white 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, white 100%);
	left: 50%;
	margin: 0 2px;
	bottom: 14px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	-webkit-transform: translate(-50%) scaleX(0);
	-moz-transform: translate(-50%) scaleX(0);
	-ms-transform: translate(-50%) scaleX(0);
	-o-transform: translate(-50%) scaleX(0);
	transform: translate(-50%) scaleX(0)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-area .navbar .navbar-nav .nav-item a::before {
		display: none
	}
}

@media(max-width:767px) {
	.navbar-area .navbar .navbar-nav .nav-item a::before {
		display: none
	}
}

.navbar-area .navbar .navbar-nav .nav-item.active>a,
.navbar-area .navbar .navbar-nav .nav-item:hover>a {
	opacity: 1;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {

	.navbar-area .navbar .navbar-nav .nav-item.active>a,
	.navbar-area .navbar .navbar-nav .nav-item:hover>a {
		color: #121212
	}
}

@media(max-width:767px) {

	.navbar-area .navbar .navbar-nav .nav-item.active>a,
	.navbar-area .navbar .navbar-nav .nav-item:hover>a {
		color: #121212
	}
}

.navbar-area .navbar .navbar-nav .nav-item.active>a::before,
.navbar-area .navbar .navbar-nav .nav-item:hover>a::before {
	-webkit-transform: translate(-50%) scaleX(1);
	-moz-transform: translate(-50%) scaleX(1);
	-ms-transform: translate(-50%) scaleX(1);
	-o-transform: translate(-50%) scaleX(1);
	transform: translate(-50%) scaleX(1)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-area .navbar .navbar-btn {
		position: absolute;
		right: 70px;
		top: 7px
	}
}

@media(max-width:767px) {
	.navbar-area .navbar .navbar-btn {
		position: absolute;
		right: 60px;
		top: 7px
	}
}

.navbar-area .navbar .navbar-btn li {
	display: inline-block;
	margin-right: 5px
}

.navbar-area .navbar .navbar-btn li a {
	padding: 10px 16px;
	font-size: 12px;
	font-weight: 700;
	color: #333;
	border: 2px solid;
	border-radius: 4px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.navbar-area .navbar .navbar-btn li a.light {
	border-color: #fff
}

.navbar-area .navbar .navbar-btn li a.light:hover { 
	background-color: rgba(255, 255, 255, .4)
}

.navbar-area .navbar .navbar-btn li a.solid {
	background-color: #0296de;
	border-color: #0296de;
	color: #fff;
}

.navbar-area .navbar .navbar-btn li a.solid:hover {
	background-color: transparent;
	color: #fff;
	cursor:pointer;
}

.navbar-area.sticky {
	background-color: #fff;
	z-index: 999;
	position: fixed;
	-webkit-box-shadow: 0 10px 25px 0 rgba(18, 18, 18, .05);
	-moz-box-shadow: 0 10px 25px 0 rgba(18, 18, 18, .05);
	box-shadow: 0 10px 25px 0 rgba(18, 18, 18, .05)
}

.navbar-area.sticky .navbar .navbar-toggler .toggler-icon {
	background-color: #121212
}

.navbar-area.sticky .navbar .navbar-nav .nav-item a {
	color: #121212;
	opacity: .7
}

.navbar-area.sticky .navbar .navbar-nav .nav-item a::before {
	background: -webkit-linear-gradient(left, rgba(18, 18, 18, 0) 0%, #121212 100%);
	background: -o-linear-gradient(left, rgba(18, 18, 18, 0) 0%, #121212 100%);
	background: linear-gradient(to right, rgba(18, 18, 18, 0) 0%, #121212 100%)
}

.navbar-area.sticky .navbar .navbar-nav .nav-item.active,
.navbar-area.sticky .navbar .navbar-nav .nav-item:hover {
	color: #121212;
	opacity: 1
}

.navbar-area.sticky .navbar .navbar-btn li a.light {
	border-color: #0067f4;
	color: #0067f4
}

.navbar-area.sticky .navbar .navbar-btn li a.solid {
	border-color: #0296de;
	background-color: #0296de;
	color: #fff;
}

.carousel-item {
	/*background-color: #0067f4;*/
	position: relative
}

.carousel-item::before {
	position: absolute;
	content: '';
	width: 33%;
	height: 100%;
	background: -webkit-linear-gradient(rgba(3, 149, 161, 0.3) 0%, rgba(43, 219, 220, 0.3) 100%);
	background: -o-linear-gradient(rgba(3, 149, 161, 0.3) 0%, rgba(43, 219, 220, 0.3) 100%);
	background: linear-gradient(rgba(3, 149, 161, 0.3) 0%, rgba(43, 219, 220, 0.3) 100%);
	top: 0;
	right: 15%;
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	transform: skewX(20deg)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.carousel-item::before {
		width: 40%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.carousel-item::before {
		width: 60%
	}
}

@media(max-width:767px) {
	.carousel-item::before {
		width: 50%;
		right: 45%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.carousel-item::before {
		right: 25%
	}
}

.carousel-item .slider-image-box {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 9
}

.carousel-item .slider-image-box .slider-image {
	max-width: 680px;
	width: 100%
}

.slider-content { text-align:left;}

.slider-content p{ color:#fff; font-size:17px;}


.pricing-style {
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	padding: 24px 20px 38px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	background:#fff;
}

.pricing-style .pricing-icon img {
	width: 130px
}

.pricing-style .pricing-header .sub-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	color: #333;
	position: relative;
	margin-top: 24px
}

.pricing-style .pricing-header .month {
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	color: #fff;
	margin-top: 3px
}

.pricing-style .pricing-header .month .price {
	font-size: 36px;
	font-weight: 600;
	line-height: 45px;
	color: #fff;
	margin-top: 8px
}


@media(max-width:767px) {
	.slider-content {
		padding: 50px 0px; text-align:center;
	}
	
	#loginpopupbox{ padding:30px;} 
	#loginpopupbox .close{top:-10%; right:3%;}
}

.slider-content .title {
	font-size: 42px;
	color: #fff;
	font-weight: 700
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content .title {
		font-size: 58px;
		line-height: 80px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content .title {
		font-size: 72px;
		line-height: 90px
	}
}

@media(max-width:767px) {
	.slider-content .title {
		font-size: 34px;
		line-height: 45px
	}
}

.slider-content .text {
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	margin-top: 16px
}

.slider-content .slider-btn {
	padding-top: 16px
}

.slider-content .slider-btn li {
	display: inline-block;
	margin: 16px 8px 0
}

@media(max-width:767px) {
	.slider-content .slider-btn li {
		margin: 16px 3px 0
	}
}

.slider-content .slider-btn li a.rounded-one {
	background-color: #fff;
	border-color: #fff
}

.slider-content .slider-btn li a.rounded-one:hover {
	background-color: transparent;
	color: #fff
}

.slider-content .slider-btn li a.rounded-two {
	border-color: #fff
}

.slider-content .slider-btn li a.rounded-two:hover {
	background-color: #fff;
	color: #0067f4
}

.carousel-indicators {
	margin-bottom: 14px
}

.carousel-indicators li {
	display: block;
	width: 8px;
	height: 8px;
	background-color:#9f9f9f;
	border-radius: 50px;
	border: 0;
	margin: 0 2px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.carousel-indicators li {
		width: 13px;
		height: 13px
	}
}

@media(max-width:767px) {
	.carousel-indicators li {
		width: 13px;
		height: 13px
	}
}

.carousel-indicators li.active {
	background-color: #333;
	width: 16px;
	border-radius: 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.carousel-indicators li.active {
		width: 23px
	}
}

@media(max-width:767px) {
	.carousel-indicators li.active {
		width: 23px
	}
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
	top: 50%;
	font-size: 32px;
	color: #333;
	bottom: auto;
	left: 60px;
	right: auto;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 5px
}

@media only screen and (min-width:992px) and (max-width:1199px) {

	.carousel .carousel-control-prev,
	.carousel .carousel-control-next {
		left: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {

	.carousel .carousel-control-prev,
	.carousel .carousel-control-next {
		display: none
	}
}

@media(max-width:767px) {

	.carousel .carousel-control-prev,
	.carousel .carousel-control-next {
		display: none
	}
}

.carousel .carousel-control-next {
	right: 60px;
	left: auto
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.carousel .carousel-control-next {
		right: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.carousel .carousel-control-next {
		right: 30px
	}
}

@media(max-width:767px) {
	.carousel .carousel-control-next {
		right: 30px
	}
}

.features-area {
	background-color: #f4f6f7;
	padding-top: 60px;
	padding-bottom: 60px
}

.single-features {
	padding: 40px 20px 52px;
	background-color: #fff
}

.single-features .features-title-icon .features-title a {
	font-size: 36px;
	line-height: 45px;
	color: #121212;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-features .features-title-icon .features-title a {
		font-size: 24px;
		line-height: 35px
	}
}

@media(max-width:767px) {
	.single-features .features-title-icon .features-title a {
		font-size: 24px;
		line-height: 35px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-features .features-title-icon .features-title a {
		font-size: 36px;
		line-height: 45px
	}
}

.single-features .features-title-icon .features-title a:hover {
	color: #0067f4
}

.single-features .features-title-icon .features-icon {
	position: relative;
	display: inline-block
}

.single-features .features-title-icon .features-icon i {
	font-size: 88px;
	line-height: 70px;
	color: #0067f4;
	position: relative;
	z-index: 5
}

.single-features .features-title-icon .features-icon .shape {
	position: absolute;
	top: 0;
	left: 0
}

.single-features .features-content .text {
	font-size: 15px;
	line-height: 23px;
	color: #121212;
	margin-top: 16px
}

.single-features .features-content .features-btn {
	color: #0067f4;
	font-size: 16px;
	font-weight: 700;
	margin-top: 29px
}

.portfolio-area {
	padding-top: 120px;
	padding-bottom: 130px
}

.portfolio-menu ul li {
	font-size: 16px;
	font-weight: 700;
	color: #6c6c6c;
	line-height: 48px;
	padding: 0 30px;
	position: relative;
	z-index: 5;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	cursor: pointer;
	width: 100%;
	border-radius: 50px;
	overflow: hidden;
	margin-top: 4px;
	text-transform: uppercase
}

.portfolio-menu ul li:last-child {
	margin-right: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.portfolio-menu ul li {
		font-size: 14px;
		padding: 0 26px
	}
}

@media(max-width:767px) {
	.portfolio-menu ul li {
		font-size: 14px;
		padding: 0 22px;
		line-height: 42px
	}
}

.portfolio-menu ul li::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
	background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
	background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.portfolio-menu ul li:hover,
.portfolio-menu ul li.active {
	color: #fff
}

.portfolio-menu ul li:hover::before,
.portfolio-menu ul li.active::before {
	opacity: 1
}

.single-portfolio .portfolio-image {
	position: relative;
	overflow: hidden
}

.single-portfolio .portfolio-image img {
	width: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.single-portfolio .portfolio-image .portfolio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
	background-color: rgba(255, 255, 255, .8);
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	border-radius: 8px
}

.single-portfolio .portfolio-image .portfolio-overlay .portfolio-content {
	padding: 16px
}

.single-portfolio .portfolio-image .portfolio-overlay .portfolio-content .portfolio-icon {
	position: relative;
	display: inline-block;
	margin: 0 20px
}

.single-portfolio .portfolio-image .portfolio-overlay .portfolio-content .portfolio-icon a {
	font-size: 48px;
	color: #0067f4;
	position: relative;
	z-index: 5;
	line-height: 50px
}

.single-portfolio .portfolio-image .portfolio-overlay .portfolio-content .portfolio-icon .shape {
	position: absolute;
	top: 7px;
	left: 0
}

.single-portfolio:hover .portfolio-overlay {
	opacity: 1;
	visibility: visible
}


.about-area {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	background:url('../images/bg-icon.png');
}

.about-area .about-title .sub-title {
	font-size: 18px;
	font-weight: 400;
	color: #0067f4;
	text-transform: uppercase
}

@media(max-width:767px) {
	.about-area .about-title .sub-title {
		font-size: 16px
	}
}

.about-area .about-title .title {
	font-size: 30px;
	padding-top: 10px
	color:#ff5e14;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-area .about-title .title {
		font-size: 26px
	}
}

@media(max-width:767px) {
	.about-area .about-title .title {
		font-size: 22px
	}
}

.about-area .about-accordion .accordion .card {
	border: 0;
	background: 0 0
}

.about-area .about-accordion .accordion .card .card-header {
	padding: 0;
	border: 0;
	background: 0 0;
	margin-top: 10px
}

.about-area .about-accordion .accordion .card .card-header a {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	display: block;
	position: relative;
	padding-right: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-area .about-accordion .accordion .card .card-header a {
		font-size: 16px
	}
}

@media(max-width:767px) {
	.about-area .about-accordion .accordion .card .card-header a {
		font-size: 16px
	}
}

.about-area .about-accordion .accordion .card .card-header a::before {
	content: '\ea58';
	font-family: lineicons;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.about-area .about-accordion .accordion .card .card-header .collapsed::before {
	content: '\ea5c'
}

.about-area .about-accordion .accordion .card .card-body {
	padding: 20px 20px 0
}

.about-area .about-image img {
	width: 100%
}


.footer-area {
	background-color: #f4f6f7;
	padding-top: 90px;
	padding-bottom: 120px
}

.footer-area .social li {
	display: inline-block;
	margin: 0 5px
}

.footer-area .social li a {
	font-size: 24px;
	color: #6c6c6c;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.footer-area .social li a:hover {
	color: #0067f4
}

.footer-area .footer-support {
	padding-top: 21px
}

.footer-area .footer-support span {
	font-size: 16px;
	line-height: 24px;
	color: #121212;
	font-weight: 600;
	margin-top: 9px;
	display: block
}

@media(max-width:767px) {
	.footer-area .footer-support span {
		display: block
	}
}

.footer-area .footer-app-store {
	padding-top: 27px
}

.footer-area .footer-app-store ul li {
	display: inline-block;
	margin-right: 8px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.footer-area .footer-app-store ul li {
		margin-right: 6px
	}
}

.footer-area .footer-app-store ul li:last-child {
	margin-right: 0
}

@media(max-width:767px) {
	.footer-area .footer-app-store ul li {
		width: 120px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.footer-area .footer-app-store ul li {
		width: auto
	}
}

.footer-area .copyright .text {
	color: #121212
}

.footer-area.footer-dark {
	background: linear-gradient(-36deg, rgba(2, 150, 222, 0.5) 0%, rgba(42, 56, 143, 0.9) 100%), url(../images/people.jpg) no-repeat scroll center center/cover !important;
}

.footer-area.footer-dark .social li a {
	color: #fff
}

.footer-area.footer-dark .footer-support {
	padding-top: 21px
}

.footer-area.footer-dark .footer-support span {
	color: #fff
}

.footer-area.footer-dark .footer-app-store {
	padding-top: 27px
}

.footer-area.footer-dark .footer-app-store ul li {
	color: #fff
}

.footer-area.footer-dark .copyright .text {
	color: #fff
}

.social_links .social-icons a{ background:#fff !important; }
.social_links .social-icons a i{color:#4528dc !important;}

.back-to-top {
	font-size: 20px;
	color: #fff;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	background-color: #0067f4;
	text-align: center;
	z-index: 99;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	display: none
}

.back-to-top:hover {
	color: #fff;
	background-color: #0067f4
}
.sticky li{ border:0px; height:auto;} 

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  overflow: hidden;
}

.fullwidth-home-map.dark-overlay {
  height: 100vh !important;
  margin-bottom: 0;
}

.fullwidth-home-map.dark-overlay video {
  top: 50%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  position: absolute;
}

.dark-overlay:before {
  background: rgba(0, 0, 0, 0.2) !important;
}

.dark-overlay:before {
  content: "";
  position: absolute;
  top:0px;
  height: 100%;
  width: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0.99)), color-stop(70%, rgba(255, 255, 255, 0.7)), color-stop(95%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.99) 20%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 95%);
}

.dark-overlay h1 {
  font-size: 40px;
  color: #fff;
  text-transform: capitalize;
  text-align: left;
}

.dark-overlay p {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 300;
  text-align: left;
  line-height:30px;
}

.pricing-list p{ color:#333;}
.pricing-list marquee{ background:transparent;}
.siaztripbg .form1{-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75); border-radius: 6px; background: rgb(3, 149, 161, 0.5);}
.siaztripbg .form1 h2, .siaztripbg .form1 .heading1{ color:#fff !important;}
.siaztripbg #form-u .ml-auto a, .siaztripbg #form-u .form-check label{ color:#fff !important;}
.footer-area.footer-dark{background-image:none; margin:0px;}


.bottom{background:#000;}
.overflow-auto2 {
min-height: 230px;
max-height: 230px;
padding: 0px 10px;
overflow-y: auto;
direction: ltr;
scrollbar-color: #d4aa70 #e4e4e4;
scrollbar-width: thin;
}
.form-popup{z-index:1024;}
.sticky .topbar{ display:none;}

.about-image {
  border-radius: 0px 50px 1px;
  background: #fff;
  padding: 20px;
  width: 100%;
  height: 100%; border:solid 2px #4528dc;
}
  
  .btn-primary{
    background-color:#0067f4 !important;
    border-color:#0067f4 !important;
}


.line-bg {
	/*background-color: #0067f4;*/
	position: relative
}


/* start new design for tsc */
		
.homepage-1 .welcome-area {
  background: linear-gradient(-36deg, rgba(2, 150, 222, 0.5) 0%, rgba(42, 56, 143, 0.9) 100%), url(../images/people.jpg) no-repeat scroll center center/cover;
}
.homepage-1 .welcome-area1 {
	background: linear-gradient(-36deg, rgba(2, 150, 222, 0.5) 0%, rgba(42, 56, 143, 0.9) 100%), url(../images/nature.jpg) no-repeat scroll center center/cover;
}

.homepage-1 .welcome-area, .homepage-1 .welcome-area1 {
	padding: 180px 0 140px 0;
	position: relative;
	z-index: 2;
}

.welcome-area.bg-overlay::after, .welcome-area1.bg-overlay::after {
	opacity: 0.87;
	z-index: -1;
}

.carousel-inner img{min-height:auto !important;}
/* end new design for tsc*/