/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&family=Oswald:wght@400;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&family=Oswald:wght@400;600;700&display=swap');

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #404041;
}

a {
	color: #fd6f31;
}

a.active {
	color: #fd6f31;
}

/* h1,h2,h3,h4,h5{font-family: 'Oswald', sans-serif;font-weight:600;} */

.h1 {
	font-size: 5rem;
	font-weight: 100;
	line-height: 5.5rem;
}

.h2 {
	font-size: 3rem;
	font-weight: 100;
	line-height: 4rem;
}

.h3 {
	font-size: 2.2rem;
	font-weight: 100;
}

.h4 {
	font-size: 1.5rem;
	line-height: 2.25rem;
}

a {
	cursor: pointer;
}

hr {
	border-top: 1px solid rgb(85 85 85 / 16%);
	margin: 0
}

ul {
	padding-left: 0;
}

li {
	display: block;
}


.custom-select {
	background: #faf8f8 url(../img/outline_arrow_drop_down_black_24dp.png) no-repeat right .75rem center/24px 24px;
	background-repeat: no-repeat;
	right: .75rem;
	font-size: 1rem;
	height: 56px;
	border: 1px solid rgb(228 227 227 / 48%);
}

.show-btn {
	display: block !important;
}

.fab {
	font-size: 1.5rem;
}

.search {
	background-color: #faf8f8;
	border: 1px solid rgb(228 227 227 / 48%);
	font-size: 1rem;
	height: 56px;
}

.serch-icon {
	padding: 0 2.5rem;
}

.bg-grey {
	background-color: #f5f2f2;
}

.bg-orange {
	background-color: #fd6f31;
}

.desktop-hide {
	display: none;
}

.rotate {
	-ms-transform: rotate(180deg);
	/* IE 9 */
	transform: rotate(180deg);
}

.bg-button {
	background-color: #fd6f31;
	color: white;
	border: 1px solid #fd6f31;
	width: auto;
	min-width: 94px;
}

.btn-white {
	background-color: #ffffff;
	border: 0px;
	color: #404041;
	margin-top: 1rem;
}

/*bootstrap-Edit  button*/
.btn-primary:focus {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	box-shadow: 0 0 0 .2rem rgba(253, 111, 49, .5)
}

.btn-primary.disabled,

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(253, 111, 49, .5)
}


.bg-button:hover,
.bg-button:focus,
.bg-button:active,
.bg-button:not(:disabled):not(.disabled).active,
.bg-button:not(:disabled):not(.disabled):active,
.show>.bg-button.dropdown-toggle {
	background-color: #ff9000;
	border: 1px solid #fd6f31;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
	background-color: #ffffff;
	border: 0px;
	color: #404041;
}


.border-button {
	border: 1px solid #fd6f31;
	background-color: white;
	color: #404041;
	width: 96px;
}


.border-button:hover {
	color: white;
	background-color: #fd6f31 !important;
	border-color: #fd6f31;
}

.border-button:focus {
	color: white;
	background-color: #ff9000 !important;
	border-color: #fd6f31;
}


.navbar {
	padding: 0;

}

.top-header {
	width: 80%;
}

.navbar .bg-button,
.schedule-demo-btn {
	width: 160px;
	height: 50px;
	line-height: 2.4rem;
}

.nav-link {
	color: #404041 !important;
}

.nav-link:hover {
	color: #fd6f31 !important;
}


#campaign-top-banner {
	height: 414px;
	background-color: #fdfdfd;
	margin-top: 56px;
}

.h-60 {
	height: 60px;
}

#top-banner strong {
	color: #fd6f31;
}

.categories a:not([href]):hover {
	color: #0056b3;
	text-decoration: underline;
}

.categories a:not([href]) {
	color: #fd6f31;
}

#campaign-top-banner .overlay {
	background-image: url(../img/camp-top-img.jpg);
	width: 100%;
	height: 470px;
	position: absolute;
	background-size: contain;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 0;
}

#campaign-top-banner .schedule-demo-btn {
	width: 180px;
}

#top-banner .animated-text {
	position: relative;
	bottom: 0;
	right: 0;
	background: #fd6f31;
	z-index: 5;
	width: 100%;
	color: white;
}

#top-banner .animated-text marquee {
	padding: .8rem 0;
	font-size: 1.2rem;
}

#top-banner .container {
	position: relative;
	z-index: 2;
}

#top-banner .h1 {
	margin-top: 0px;
}

#top-banner h5 {
	margin-top: 20px;
}

#top-banner .h4 {
	width: 90%;
	margin-top: 20px;
	line-height: 30px
}

.feature-img {
	position: relative;
}

.img-shadow {
	box-shadow: 0 11px 21px #00000021;
}

.feature-img .img-fluid {
	border-radius: 4px;
	z-index: 10;
	position: relative;
}

.feature-img .omni-mark-r {
	position: absolute;
	bottom: -9%;
	left: -3%;
	z-index: 1;
}

.feature-img .omni-mark-l {
	position: absolute;
	bottom: -9%;
	left: -3%;
	z-index: 1;
}

.bg-img {
	background-image: url(../img/bg-img.jpg);
	height: 273px;

	background-size: cover;
}

.poc {
	background-color: transparent;
	height: auto;
	overflow-x: clip;
	white-space: nowrap;
	position: relative;


}

.poc .marque {
	position: absolute;
	/* margin-left: -52px; */
	-moz-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-moz-animation: scroll-left 2s linear infinite;
	-webkit-animation: scroll-left 2s linear infinite;
	animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
	0% {
		-moz-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		-moz-transform: translateX(-35%);
		-webkit-transform: translateX(-35%);
		transform: translateX(-35%);
	}
}



.poc li {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: white;
	text-align: center;
	padding-top: 1.4rem;
	margin: 1rem .6rem;
	border-radius: 4px;
}

.offer-header-text {
	color: white;
	font-size: 6.4rem;
	font-weight: 500;
	margin-bottom: -7px;
	line-height: 6rem;
}


.offer-text {
	color: white;
	font-size: 2rem;
	font-weight: 100;
	line-height: 4rem;
}

.mob-schedule-btn {
	position: fixed;
	display: none;
}


.sign-left-pannel {
	height: 100vh;
	/*width:30%;*/
	/*background-image:url(../img/main-image.jpg);
background-repeat:no-repeat;*/
	background-color: #FDFDFD;
	/*background-position:bottom;
background-size: contain;*/
	padding-top: 4%;
}

.sign-image-bg {
	position: absolute;
	bottom: 0;
	left: 0;
}

.sign-right-pannel {
	/*background-image:url(../img/sign-logo-bg.png);
background-repeat:no-repeat;*/
	height: 100vh;
	/*width:70%*/
	background-color: #F5F2F2;
	overflow: hidden;
}

.logo-bg {
	position: absolute;
	right: -70px;
	top: -66px;
}

.sign-right-pannel .row {
	height: 100vh;
}

.sign-card {
	background-color: white;
	border: #707070;
	border: 1px solid rgb(112 112 112 / 18%);
	border-radius: 4px;
	padding: 2rem 2.3rem;

}

.sign-right-pannel .small {
	font-size: 0.875rem;
	line-height: 1rem;
}

.form-bg {
	border: 1px solid hsl(0deg 0% 44% / 18%);
	border-radius: 4px;
}



ul.custom-bullet {
	list-style-image: url(../img/logo-bullet.png);
	padding-left: 2rem;
	padding-right: .5rem;
}

ul.custom-bullet li {
	padding-bottom: 1rem;
	display: list-item;
	font-size: 1.5rem;
}

.text-orange {
	color: #fd6f31 !important;
}


.orange-text i {
	color: #FF9000;
}


.search-bar .input-prefix {
	position: absolute;
	top: 15px;
	left: 25px;
}

.search-bar .filter,
.search-bar .filter:focus {
	border: 0;
	background: none;
	position: absolute;
	right: 20px;
	top: 8px;
	border-radius: 23px;
	/* background: #f5f2f2; */
	padding-top: 8px;
	width: 40px;
	height: 40px;
}

.search-bar .filter:hover {
	background: #f5f2f2;
}

.quick-filter {
	background-color: transparent;
	height: auto;
	overflow-x: auto;
	white-space: nowrap;
}

.chip {
	display: inline-block;
	height: 32px;
	padding: 5px 10px;
	margin-right: .5rem;
	/* font-size: 14px; */
	font-size: .9rem;
	/* font-weight: 500; */
	cursor: pointer;
	background-color: #ffffff;
	border-radius: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.chip.active {
	background-color: #fd6f31;
	color: white;
}



.blog-card {
	background: white;
	/*margin-right: 20px;*/
	margin-bottom: 20px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px 1px #00000024;
	box-shadow: 1px 1px 2px 1px #00000024;
	border: 0;
}

.blog-card:hover {
	box-shadow: 1px 1px 10px 3px #00000024;
}

.blog-card .card-body {
	position: relative;
}

.blog-card .img-fluid {
	border-radius: 4px 4px 0 0;
}

.blog-card .card-body .card-icon {
	position: absolute;
	top: 19px;
	right: 5%;
}

.clip-text {
	width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.course-row {
	margin: 0;
	padding: 2rem 0 0;

}

.course-row .cagory-name {
	padding: 0 0rem 1.3rem;
	margin: 0;
}

.mycourse-card {
	background: white;
	/*padding: 16px;*/
	/*margin-right: 20px;*/
	margin-bottom: 20px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px 1px #00000024;
	box-shadow: 1px 1px 2px 1px #00000024;
}



.course-title {
	padding: 16px 16px 0 16px;
}

.course-title .title-width {
	width: 80%;
}

.course-status {
	padding: 0 16px;
}

.course-status .small {
	margin-bottom: .25rem;
}

.course-bottom {
	padding: .70rem 16px;
}

.course-bottom .btn.icon-btn {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 0;
	padding-top: 0.2rem;
	padding-right: 0;
}

.poc-benefit {
	background-color: #F5F2F2;
	padding: 1.5rem;
}

.poc-benefit ul {
	padding-left: 1rem;
	margin-bottom: 0;
}


@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		/* max-width: 1328px;*/
	}

	.feature-img {
		padding: 0
	}

	.feature-txt {
		padding: 0
	}

	.header-txt {
		padding: 0;
	}

	.navbar .container {
		padding: 0;
	}

}


@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: .5rem;
	}
}

@media only screen and (max-width: 600px) {

	.navbar {
		padding-left: 10px;
		padding-right: 10px;
	}



	#sign-in {
		background-color: #fd6f31;
		padding: .2rem 1rem;
		border-radius: 4px;
		color: white !important;
		display: block;
		margin-right: 0 !important;
	}

	.mobile .mob-schedule-btn {
		position: fixed;
		z-index: 10000;
		bottom: 0;
		width: 100%;
		display: none;
	}

	.mob-schedule-btn .bg-button {
		/*width:100%;*/
		border-radius: 0;
	}

	.overlay {
		background-image: url(../img/top-header-mob.jpg);

	}

	.h1 {
		font-size: 3.5rem;
		line-height: 3.5rem;
	}

	.h2 {
		font-size: 3.5rem;
	}

	.feature-txt {
		padding-top: 3rem;
	}

	.bg-img {
		height: 530px;
	}

	.offer-header-text {
		font-size: 5rem;
		line-height: 4.2rem;
		margin-bottom: 20px;
	}

	.offer-text {
		line-height: 3rem;
	}

	.mob-hide {
		display: none;
	}

	.desktop-hide {
		display: block;
	}


	.sign-left-pannel {
		height: auto;


	}

	.sign-right-pannel {
		height: auto;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.sign-right-pannel .row {
		height: auto;
	}

	.sign-image-bg {
		position: relative;
	}

	.schedule-demo-mob {
		display: block;
	}

	#campaign-top-banner {
		height: 595px;
	}

	#campaign-top-banner .overlay {
		background-position: right top;
		top: 58px;
	}

	#campaign-top-banner .header-txt {
		margin-top: 242px;
	}

	#campaign-top-banner .h2 {
		font-size: 2.5rem;
		line-height: 3rem;
	}




	.mob-filter {
		position: fixed;
		bottom: 25px;
		width: 100%;
		z-index: 100;
	}

	.mob-filter .btn {
		background-color: #fd6f31;
		border-radius: 2rem;
		color: white;
	}

}

.img-resizer {
	background-position: center !important;
	background-size: cover !important;
}

.blog-card .img-fluid {
	border-radius: 4px 4px 0 0;
	height: 12rem;
}

.image-icon {
	background: #F5F2F2;
	border-radius: 28px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 2rem;
	font-size: 1.8rem;
}

.small-icon {
	width: 30px;
	height: 30px;
	line-height: 1.5rem;
	margin-right: .25rem;
}

.small-icon img {
	width: 15px;
}

.poc-details {
	white-space: nowrap;
}

.cursor-pointer {
	cursor: pointer;
}

.deactive {
	pointer-events: none;
	opacity: 0.6;
}

.active-link {
	color: #fd6f31 !important;
	pointer-events: none;
}

/*New Styles*/
.pager {
	margin: 30px 0;
	display: flex;
	justify-content: center;
}

.pager-prev,
.pager-next {
	margin: 0 3em;
}

.pager li>a,
.pager li>span {
	border: none;
	color: #000;
	text-decoration: none;
}

.post-icon {
	display: inline-block !important;
	background: #fd6f31 !important;
	color: #ffffff !important;
	font-size: 1.4em;
	width: 1.4em;
	text-align: center;
	line-height: 1.4em;
	background: #666;
	color: #fff;
	border-radius: 0.8em;
	/* or 50% width & line-height */
}

.post-icon:hover {
	background: #000 !important;
	color: #ffffff !important;
	font-size: 1em;
	width: 1.4em;
	text-align: center;
	line-height: 1.4em;
	background: #666;
	color: #fff;
	border-radius: 0.8em;
	/* or 50% width & line-height */
}

.heading-border {
	border-bottom: 2px solid #b7b7b7;
	padding-bottom: 10px
}

.pt-100 {
	padding-top: 100px
}

.author-img {
	margin-left: -30px;
	box-shadow: -3px 2px 5px 0px rgba(0, 0, 0, 0.32);
	-webkit-box-shadow: -3px 2px 5px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: -3px 2px 5px 0px rgba(0, 0, 0, 0.32);
}

.lt-border {
	border-left: 1px solid #b7b7b7
}

@media only screen and (max-width: 600px) {
	.author-img {
		margin-top: -40px;
		margin-left: 0;
		box-shadow: none;
		-webkit-box-shadow: 0;
		-moz-box-shadow: 0;
		text-align: center;
	}


}

/* Added by VK*/
.font-20 {
	font-size: 20px;
}

.card-ht {
	min-height: 180px;
}

.omni-adv {
	color: #fff;
}

.course-panel {
	background: #fff;
	padding: 0 0 10px 0px;
	border-radius: 20px;
	box-shadow: 0px 1px 10px #ddd;
}

.course-panel img {
	border-radius: 20px 20px 0 0;
	height: 12rem !important;
	width: -webkit-fill-available;
	width: -moz-available;
}

.course-panel ul {
	list-style-type: none;
	height: 9.5em;
	display: table-cell;
	vertical-align: middle;
}

/*.course-panel ul{list-style-type:none;padding-left:20px;}
.course-panel ul li{position:relative;padding-left:20px;margin-bottom:10px}
.course-panel ul li:before{position:absolute;left:0;font-family:'Font Awesome 5 free';
  Use the Name of the Font Awesome free font, e.g.:
- 'Font Awesome 5 Free' for Regular and Solid symbols;
- 'Font Awesome 5 Brand' for Brands symbols.
- 'Font Awesome 5 Pro' for Regular and Solid symbols (Professional License);
content: "\f00c"; /* Unicode value of the icon to use:
font-weight:600; /* This is important, change the value according to the font family name used above. See the link below
color:#333;}*/

#top-banner-individual {
	background: url(../img/img/top-header.png) #f9f9f9;
	width: 100%;
	padding-top: 100px;
	height: 600px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	z-index: 1;
}

.owl-carousel .owl-item {
	transition: all 0.3s ease-in-out
}

.owl-carousel .owl-item .card {
	padding: 30px;
	position: relative
}

.owl-carousel .owl-stage-outer {
	overflow-y: auto !important;
	padding-bottom: 40px
}

.owl-carousel .owl-item img {
	height: 200px;
	object-fit: cover;
	border-radius: 6px
}

.owl-carousel .owl-item .card .name {
	position: absolute;
	bottom: -20px;
	left: 33%;
	color: #101c81;
	font-size: 1.1rem;
	font-weight: 600;
	background-color: aquamarine;
	padding: 0.3rem 0.4rem;
	border-radius: 5px;
	box-shadow: 2px 3px 15px #3c405a
}

.owl-carousel .owl-item .card {
	opacity: 0.2;
	transform: scale3d(0.8, 0.8, 0.8);
	transition: all 0.3s ease-in-out
}

.owl-carousel .owl-item.active.center .card {
	opacity: 1;
	transform: scale3d(1, 1, 1)
}

.owl-carousel .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center
}

.owl-theme .owl-dots .owl-dot span {
	height: 20px;
	background: #2a6ba3 !important;
	border-radius: 2px !important;
	opacity: 0.8
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	height: 13px;
	width: 13px;
	opacity: 1;
	transform: translateY(2px);
	background: #83b8e7 !important
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
	.owl-carousel .owl-item .card .name {
		left: 24%
	}
}

@media(max-width: 360px) {
	.owl-carousel .owl-item .card .name {
		left: 30%
	}
}


.cap-project {
	background: rgb(240, 240, 255);
	background: linear-gradient(180deg, rgba(240, 240, 255, 1) 0%, rgba(84, 226, 255, 1) 100%);
	color: #000 !important;
	position: relative;
	top: 0;
	transition: top ease 0.5s;
}

.cap-project:hover {
	top: -10px;
}

.stats {
	border-radius: 20px;
	box-shadow: 0px 1px 10px #ddd;
	padding: 20px;
}

.color1 {
	background: #ffeeb6;
}

.color2 {
	background: #d9d8ff;
}

.color3 {
	background: #c7ecff;
}

.color4 {
	background: #cffae0;
}

.course-usp {
	background: #ed7d31;
	text-align: center;
	color: #fff;
	min-height: 100px;
	font-size: 25px;
	padding: 10px;
	border: 2px solid #fff;
}

.course_detail {
	font-size: 1.2em;
}

.course_detail ul {
	list-style-type: none;
	padding-left: 0px;
}

.course_detail ul li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px
}

.course_detail ul li:before {
	position: absolute;
	left: 0;
	font-family: 'Font Awesome 5 free';
	content: "\f00c";
	font-weight: 600;
	color: #ccc;
}

@media(max-width:990px) {
	#top-banner-course h1 {
		font-size: 50px !important;
	}

	#top-banner-course h4 {
		font-size: 25px !important;
	}

	.course-usp {
		font-size: 20px !important;
	}

	.txt45 {
		font-size: 25px !important;
		line-height: 35px !important
	}
}

#top-banner-course {
	min-height: 600px;
	background: #f2f2f2;
	margin-top: 60px;
}

#top-banner-course h1 {
	font-size: 70px;
	margin-top: 40px;
	border-bottom: 5px solid #ff0000;
	padding-bottom: 20px;
}

#top-banner-course h4 {
	font-size: 30px;
	margin: 20px 0 40px 0;
}

.banner-margin {
	margin-top: 60px !important
}

.bg-black {
	background: #000
}

.img-circle {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
}

.txt-white {
	color: #fff !important
}

.txt-green {
	color: #fd6f31 !important
}

.txt45 {
	font-size: 45px;
	line-height: 45px;
}

.txt55 {
	font-size: 45px;
	line-height: 45px;
}

.video-section {
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.mask {
	width: 100%;
	height: 100%;
	align-items: center;
	background-color: rgba(0, 0, 0, .6);
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.video-box-ajust {
	width: 100%;
	height: 100%;
}

.video-box-ajust .icon-play {
	width: 100%;
	max-width: 120px;
	cursor: pointer;
	display: block;
	margin: 40px auto 10px;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width:360px) {
	.video-section video {
		width: 190% !important;
	}

	.banner-margin {
		margin-top: 0 !important
	}

	.h2 {
		font-size: 2rem !important;
		font-weight: 100 !important;
		line-height: 2.5rem !important;
	}
}

@media screen and (max-width:428px) {
	.video-section video {
		width: 140%;
	}

	.banner-margin {
		margin-top: 0 !important
	}

	.h2 {
		font-size: 2rem !important;
		font-weight: 100 !important;
		line-height: 2.5rem !important;
	}
}

.f-24 {
	font-size: 24px;
	line-height: 28px;
}

.f-22 {
	font-size: 20px;
	line-height: 26px;
}

.whitetxt {
	color: #fff;
}

.orangetxt {
	color: #fd6f31;
	font-weight: 700;
	font-size: 22px;
}

#top-banner {
	height: 100vh;
	background-color: #f9f9f9;
	margin-top: 56px;
}

#top-banner .overlay {
	background-image: url(../img/top-header1.jpg);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 20px;
	left: 0px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 1;
}

.rw-wrapper {
	width: 100%;
	position: relative;
	margin: 10px auto 10px auto;
	padding: 0 10px 20px 0;
}

.rw-sentence {
	margin: 0;
	text-align: center;
}

.rw-sentence span {
	color: #000;
}

h2.rw-sentence {
	font-size: 45px;
}

.anim-sentence {
	margin-top: 100px;
}

.rw-words {
	display: inline;
	text-align: center;
	font-size: 40px;
}

.rw-words-1 span {
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #fd6f31;
	-webkit-animation: rotateWord 12s linear infinite 0s;
	-ms-animation: rotateWord 12s linear infinite 0s;
	animation: rotateWord 12s linear infinite 0s;
	left: 0;
	text-transform: none;
	width: 100%;
}

.rw-words-1 span:nth-child(2) {
	-webkit-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}

.rw-words-1 span:nth-child(3) {
	-webkit-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}

.rw-words-1 span:nth-child(4) {
	-webkit-animation-delay: 9s;
	-ms-animation-delay: 9s;
	animation-delay: 9s;
}

/*.rw-words-1 span:nth-child(4){-webkit-animation-delay:9s;-ms-animation-delay:9s;animation-delay:9s;}
.rw-words-1 span:nth-child(5){-webkit-animation-delay:12s;-ms-animation-delay:12s;animation-delay:12s;}
.rw-words-1 span:nth-child(6){-webkit-animation-delay:15s;-ms-animation-delay:15s;animation-delay:15s;}
.rw-words-1 span:nth-child(7){-webkit-animation-delay:18s;-ms-animation-delay:18s;animation-delay:18s;}
.rw-words-1 span:nth-child(8){-webkit-animation-delay:21s;-ms-animation-delay:21s;animation-delay:21s;}*/

@-webkit-keyframes rotateWord {
	0% {
		opacity: 0;
	}

	2% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	8% {
		opacity: 1;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	17% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	30% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	40% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	50% {
		opacity: 0;
	}

	60% {
		opacity: 0;
	}

	70% {
		opacity: 0;
	}
}

@-ms-keyframes rotateWord {
	0% {
		opacity: 0;
	}

	2% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	8% {
		opacity: 1;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	17% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	30% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	40% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	50% {
		opacity: 0;
	}

	60% {
		opacity: 0;
	}

	70% {
		opacity: 0;
	}
}

@keyframes rotateWord {
	0% {
		opacity: 0;
	}

	2% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	8% {
		opacity: 1;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	17% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	30% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	40% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	50% {
		opacity: 0;
	}

	60% {
		opacity: 0;
	}

	70% {
		opacity: 0;
	}
}

.marque-text strong {
	color: #fd6f31;
}

.marque-text .animated-text {
	position: relative;
	bottom: 0;
	right: 0;
	background: #fd6f31;
	z-index: 5;
	width: 100%;
	color: white;
}

.marque-text .animated-text marquee {
	padding: .8rem 0;
	font-size: 1.2rem;
}

.marque-text .container {
	position: relative;
	z-index: 2;
}

.marque-text .h1 {
	margin-top: 0px;
}

.marque-text h5 {
	margin-top: 20px;
}

.marque-text .h4 {
	width: 90%;
	margin-top: 20px;
	line-height: 30px
}

.marque-text {
	background-color: #f9f9f9;
	margin-top: 56px;
}

.toggle-container{
	z-index: 99;
	background-color: white;
    border: 1px solid rgb(226, 230, 234);
    border-radius: 40px;
    display: flex;
    transform: translateY(-50%);
    padding: 8px;
    width: auto;
    margin: 0px auto;
}

.toggle-div{
	border-radius: 24px;
    cursor: pointer;
    padding: 8px 12px;
    text-align: center;
    width: 130px;
}

.toggle-span{
	color: rgb(42, 59, 79);
    font-size: 16px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 24px;
    white-space: nowrap;
}

.toggle-div.active-btn{
	background-color: #fd6f31;
}

.toggle-div.active-btn .toggle-span{
	color: #fff !important;
}

.toggle-btn:hover{
	text-decoration: none !important;
}

.border .img-fluid{
	height: 12rem;
	width: 100%;
}

.h-27em{
	height: 27em;
}