/*Bottom-To-Top-Section*/
#scrollToTop {
    position: fixed;
    right: 10px;
    bottom: 4%;
    transition: all 0.5s ease;
    z-index: 99999999;
    width: 45px;
    height: 45px;
    background: #125fcd;
    text-align: center;
}

#scrollToTop i {
    font-size: 25px;
    color: #fff;
    line-height: 50px;
}

#scrollToTop:hover {
	transform: scale(1.1, 1.1);
	transition: all 0.5s ease;
}

.scroll-hide {
	transform: scale(0, 0);
}

/*Bottom-To-Top-Section*/

/*Nav-Section*/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu {
	background: none;
	z-index: 999999;
	text-align: center;
}

#cssmenu > ul > li {
	display: inline-block;
}

#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: right;
}

#cssmenu.align-right > ul > li {
	display: inline-block;
}

#cssmenu > ul > li > a {
	padding: 36px 10px;
	font-size: 14px;
	color: #29313C;
	font-weight: 600;
	text-transform: uppercase;
}

#cssmenu > ul > li > a > span {
	font-size: 12px;
	margin-left: 8px;
	transition: .5s;
	color: #29313C;
}

#cssmenu > ul > li.active > a {
	color: #125fcd;
}

#cssmenu > ul > li:hover > a {
	color: #125fcd;
}

#cssmenu > ul > li.active > a > span {
	color: #125fcd;
}

#cssmenu > ul > li:hover > a > span {
	transform: rotate(90deg);
	transition: .5s;
	color: #125fcd;
}

#cssmenu > ul > li.has-sub > a {
}

#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
	display: none;
}

#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	display: none;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 10px 15px 5px rgb(0 0 0 / 5%);
	box-shadow: 0px 10px 15px 5px rgb(0 0 0 / 5%);
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu li:hover > ul {
	left: auto;
}

#cssmenu.align-right li:hover > ul {
	left: auto;
	right: 0;
}

#cssmenu li:hover > ul > li {
	height: 40px;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#cssmenu ul ul li a {
	padding: 13px 15px;
	width: 280px;
	font-size: 14px;
	text-align: left;
	color: #000;
	font-weight: 500;
	background-color: #fff;
	transition: .5s;
}
#cssmenu ul ul li a span {
    font-size: 12px;
    margin-left: 8px;
    float: right;
    transition: .5s;
    color: #201c2d;
}
#cssmenu ul ul li:hover a span {
    transform: rotate(90deg);
    transition: .5s;
    color: #fff;
}

#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: white;
	transition: .5s;
	background-color: #125fcd;
}

#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}

#cssmenu.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}

@media all and (max-width:768px), only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1024px), only screen and (min--moz-device-pixel-ratio:2) and (max-width:1024px), only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1024px), only screen and (min-device-pixel-ratio:2) and (max-width:1024px), only screen and (min-resolution:192dpi) and (max-width:1024px), only screen and (min-resolution:2dppx) and (max-width:1024px) {
	#cssmenu {
		width: 100%;
	}

	#cssmenu ul {
		width: 100%;
		display: none;
	}

	#cssmenu.align-center > ul {
		text-align: left;
	}

	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid rgba(120, 120, 120, 0.2);
	}

	#cssmenu ul ul li, #cssmenu li:hover > ul > li {
		height: auto;
	}

	#cssmenu ul li a, #cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0;
	}

	#cssmenu > ul > li {
		float: none;
	}

	#cssmenu ul ul li a {
		padding-left: 25px;
	}

	#cssmenu ul ul ul li a {
		padding-left: 35px;
	}

	#cssmenu ul ul li a {
		color: #dddddd;
		background: none;
	}

	#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
		color: #ffffff;
	}

	#cssmenu ul ul, #cssmenu ul ul ul, #cssmenu.align-right ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
	}

	#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
		display: none;
	}

	#cssmenu #menu-button {
		display: block;
		padding: 17px;
		color: #dddddd;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 700;
	}

	#cssmenu #menu-button:after {
		position: absolute;
		top: 22px;
		right: 17px;
		display: block;
		height: 4px;
		width: 20px;
		border-top: 2px solid #dddddd;
		border-bottom: 2px solid #dddddd;
		content: '';
	}

	#cssmenu #menu-button:before {
		position: absolute;
		top: 16px;
		right: 17px;
		display: block;
		height: 2px;
		width: 20px;
		background: #dddddd;
		content: '';
	}

	#cssmenu #menu-button.menu-opened:after {
		top: 23px;
		border: 0;
		height: 2px;
		width: 15px;
		background: #ffffff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#cssmenu #menu-button.menu-opened:before {
		top: 23px;
		background: #ffffff;
		width: 15px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.2);
		height: 46px;
		width: 46px;
		cursor: pointer;
	}

	#cssmenu .submenu-button.submenu-opened {
		background: #262626;
	}

	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}

	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #dddddd;
		content: '';
	}

	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	}

	#cssmenu .submenu-button.submenu-opened:after {
		background: #ffffff;
	}

	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #dddddd;
		content: '';
	}

	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}

	#cssmenu .submenu-button.submenu-opened:before {
		display: none;
	}

}

/*Nav-Section*/

/*Banner-Section*/
.banner-wrap {
	width: 100%;
	height: auto;
	position: relative;
}

.banner-wrap:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #080A14;
	opacity: 0.5;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}

.carousel-item img {
	object-fit: cover;
	width: 100%;
	height: auto;
}

.carousel-caption {
	top: 35%;
	width: 80%;
	margin: auto;
	left: 0;
	right: 0;
	padding: 0;
}

.carousel-caption h1 {
	font-size: 70px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 90px;
	text-shadow: none;
	text-transform: uppercase;
}

.carousel-caption h1 span {
	color: #fe5631;
}

.carousel-caption p {
	font-size: 20px;
	padding: 0 200px;
	line-height: 30px;
	text-shadow: none;
	margin-bottom: 40px;
	font-style: italic;
}

.carousel-caption a {
	font-size: 16px;
	padding: 15px 30px;
	color: #fff;
	text-transform: uppercase;
	background: #26ccca;
	text-shadow: none;
	border: 2px solid #26ccca;
	transition: .5s;
}

.carousel-caption a:hover {
	background: none;
	border: 2px solid #26ccca;
	transition: .5s;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	line-height: 1;
	width: 100%;
	height: 1000px !important;
}

.carousel-control {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	font-size: 14px;
	color: #fe5631;
	background: #fff;
	margin: 0 20px;
	border-radius: 50px;
	text-align: center;
	text-shadow: none;
	filter: alpha(opacity=50);
	opacity: 1;
}

.carousel-control span {
	line-height: 40px;
}

.carousel-control:focus {
	color: #fff;
	background: #fe5631;
	opacity: 1;
}

.carousel-control:hover {
	color: #fff;
	background: #fe5631;
	opacity: 1;
}

.carousel-control.left {
	width: 40px;
	height: 40px;
}

.carousel-control.right {
	right: 0;
	left: auto;
	height: 40px;
	width: 40px;
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
	display: none;
}

.rw-words-1 span {
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #f65a3a;
	font-weight: 400 !important;
	-webkit-animation: rotateWord 18s linear infinite 0s;
	-ms-animation: rotateWord 18s linear infinite 0s;
	animation: rotateWord 18s linear infinite 0s;
}

.rw-words-1 span:nth-child(2) {
	-webkit-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
	color: #0d9b56;
}

.rw-words-1 span:nth-child(3) {
	-webkit-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
	color: #f65a3a;
}

.rw-words-1 span:nth-child(4) {
	-webkit-animation-delay: 9s;
	-ms-animation-delay: 9s;
	animation-delay: 9s;
	color: #0d9b56;
}

@-webkit-keyframes rotateWord {
	0% {
		opacity: 0;
	}

	2% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
	}

	5% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}

	17% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}

	20% {
		opacity: 0;
		-webkit-transform: translateY(30px);
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}

}

@-ms-keyframes rotateWord {
	0% {
		opacity: 0;
	}

	2% {
		opacity: 0;
		-ms-transform: translateY(-30px);
	}

	5% {
		opacity: 1;
		-ms-transform: translateY(0px);
	}

	17% {
		opacity: 1;
		-ms-transform: translateY(0px);
	}

	20% {
		opacity: 0;
		-ms-transform: translateY(30px);
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}

}

@keyframes rotateWord {
	0% {
		opacity: 0;
	}

	2% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	5% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	17% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	20% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}

}

.rw-words {
	display: inline;
	text-indent: 10px;
}

.agileits-banner-info span {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-align: left !important;
}

.agileits_w3layouts_more a {
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: #0d9b56;
	padding: .7em 2em;
	display: inline-block;
	margin-top: 40px;
	border-radius: 2px;
}

.agileits_w3layouts_more a:focus {
	outline: none;
}

.agileits_w3layouts_more a:hover {
	background: #f65a3a;
}

.agileits_w3layouts_more.menu__item {
	text-align: center;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

}

/*Banner-Section*/

/*Heading-Section*/

.hedding-in {
	width: 100%;
	height: auto;/*	border-right: 1px solid #eee;*/
}

.hedding-in.bdr-0 {
	border: none !important;
}

.hedding-in h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: #0067ed;
	margin-bottom: 15px;
	font-weight: 500;
}

.hedding-in h2 {
	color: #1d2143;
	font-size: 40px;
	font-weight: 300;
	line-height: 50px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
	margin-bottom: 25px;
}

.hedding-in h2 b {
	font-weight: 700;
}

.hedding-in h2:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 5px;
	background: #125FCD;
	left: 0;
	top: 0;
}

.hedding-in p {

	/*padding: 35px 0px;*/
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #1d2143;
}

.hedding-in a {
	display: inline-block;
	padding: 12px 25px;
	color: #353839;
	font-weight: 400;
	font-size: 15px;
	border: 1px solid #0067ed;
	transition: .5s;
	text-transform: uppercase;
	transition: .5s;
	margin-top: 10px;
}

.hedding-in a i {
	padding-left: 8px;
}

.hedding-in a:hover {
	transition: .5s;
	background: #0067ed;
	color: #fff;
}

/*Heading-Section*/

/*More-Button*/



.more-btn {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 20px;
}

.more-btn a {
	display: inline-block;
	padding: 10px 25px;
	border-radius: 50px;
	color: #353839;
	font-weight: 500;
	font-size: 14px;
	border: 1px solid #ccc;
	background-color: #eee;
	transition: .5s;
}

.more-btn a:hover {
	background-color: #353839;
	color: white;
	transition: .5s;
}

/*More-Button*/
.owl-item {
	padding: 0px 10px;
}











