@import url("bootstrap.min.css");
@import url("animate.min.css");
@import url("owl.carousel.min.css");
@import url("fontawesome.min.css");
@import url("spacing.css");
@font-face {
	font-family: "Poppins-Light";
	src: url("../fonts/Poppins-Light.ttf") format("truetype");
}
@font-face {
	font-family: "Poppins-Regular";
	src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Poppins-Medium";
	src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
	font-family: "Poppins-SemiBold";
	src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
	font-family: "Poppins-Bold";
	src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
	font-family: "Poppins-ExtraBold";
	src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
}
@font-face {
	font-family: "Poppins-Black";
	src: url("../fonts/Poppins-Black.ttf") format("truetype");
}
* {
	text-decoration: none;
}
u {
    text-decoration: underline;
}
body {
	padding: 90px 0 0;
	margin: 0;
	font-size: 16px;
	font-family: "Poppins-Regular";
	overflow-x: hidden;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto
}
button {
	outline: 0!important
}

select {
    border: 1px solid #C2C2C2 !important;
    height: 50px;
    color: #B5B5B5 !important;
    border-radius: 10px !important;
    background: #FBFBFB url(../images/caret-down.png) no-repeat;
    background-position: 97% center;
    background-size: 10px;
}
select option{
	color:#000000;	
}
/*select:after {
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
	font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	border: 0;
    margin-right: -2px;
    font-size: 0.6rem;
}*/

.bg-gray {
	background: #FAF9F7;
}
.border-bottom {
	border-bottom: 1px solid #D5D5D5;
}
.tb-site-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: #ffffff;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.02);
}
.tb-site-header .tb-main-header {
	height: 105px
}
.tb-main-header-in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: relative;
	padding: 15px 0px;
}
@media screen and (min-width:991px) {
	.tb-main-header-left, .tb-main-header-right {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.tb-main-header-center {
		position: absolute;
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}
	.tb-main-header-center .tb-site-branding {
		margin: 0 35px
	}
}
.tb-custom-logo-link {
	display: inline-block
}
.tb-custom-logo {
	/*max-height: 98px;*/
	max-height: 75px;
	width: auto;
}
.tb-site-title {
	line-height: 30px;
	display: inline-block
}
.tb-site-title a {
	color: #222;
	font-weight: 500;
	font-size: 30px;
	display: inherit
}
.tb-site-title a:hover {
	opacity: .85
}
.tb-site-branding-mobile, .tb-logo-sticky {
	display: none
}
.tb-site-header.small-height .tb-logo-sticky {
	display: inline-block
}
.tb-primary-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%
}
.tb-primary-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-bottom: 0
}
.tb-primary-nav .tb-primary-nav-list {
	height: 100%
}
.tb-primary-nav .tb-primary-nav-list > li a {
	font-size: 16px;
	font-family: "Poppins-Medium";
	color: #02173D;
}
.tb-primary-nav .menu-item {
	position: relative;
	height: 100%
}
.tb-primary-nav .tb-primary-nav-list > .menu-item {
	margin-right: 35px
}
.tb-primary-nav .tb-primary-nav-list > .menu-item:last-child {
	margin-right: 0
}
.tb-primary-nav .menu-item > a {
	font-size: 14px;
	overflow: hidden;
	text-decoration: none;
	color: #02173D;
}
.tb-site-header .tb-primary-nav .menu-item > a {
	height: 100%
}
.tb-primary-nav .menu-item-has-children > ul {
	width: 240px;
	padding-left: 0;
	background: #fff;
	position: absolute;
	display: block;
	z-index: 10;
	-webkit-transition: all .27s cubic-bezier(0, .000, .58, 1.000);
	-o-transition: all .27s cubic-bezier(0, .000, .58, 1.000);
	transition: all .27s cubic-bezier(0, .000, .58, 1.000);
	opacity: 0;
	visibility: hidden;
	border: 1px solid #eaeaea;
	padding: 10px 0;
	border-bottom-width: 2px;
	border-radius: 0;
}
.tb-primary-nav .menu-item-has-children > ul.tb-mega-menu-list {
	border: none;
	width: 100%;
	padding: 0
}
.tb-primary-nav .tb-primary-nav-list > .menu-item-has-children > ul {
	top: 100%;
	margin-top: 10px
}
.tb-primary-nav .tb-primary-nav-list > .menu-item-has-children > ul ul {
	top: -11px
}
.tb-primary-nav .menu-item:hover > ul {
	opacity: 1;
	visibility: visible
}
.tb-primary-nav .menu-item-has-children > ul > li {
	padding: 0;
	margin: 0;
	position: relative;
	line-height: 16px
}
.tb-primary-nav .menu-item-has-children > ul > li a {
	height: initial;
	display: block;
	padding: 10px 20px;
	background: 0 0;
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1.6em
}
.tb-primary-nav .menu-item-has-children > ul > li a:hover, .tb-primary-nav .menu-item-has-children > ul > li:hover > a {
	background-color: #f3f3f3;
	color: inherit
}
.tb-primary-nav .menu-item-has-children > ul > li ul {
	position: absolute;
	left: 100%;
	right: 100%;
	display: none
}
.tb-main-header-right .tb-header-btn {
	margin-left: 22px;
	display: flex;
	align-items: center;
	position: relative;
}
.tb-m-menu-btn {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 27px;
	cursor: pointer;
	display: none
}
.tb-m-menu-btn span {
	margin: 0 auto;
	position: relative;
	top: 12px;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}
.tb-m-menu-btn span:before, .tb-m-menu-btn span:after {
	position: absolute;
	content: ''
}
.tb-m-menu-btn span, .tb-m-menu-btn span:before, .tb-m-menu-btn span:after {
	width: 25px;
	height: 2px;
	background-color: #222;
	display: block
}
.tb-m-menu-btn span:before {
	margin-top: -8px;
	transition-property: margin, -webkit-transform;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	-o-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.tb-m-menu-btn span:after {
	margin-top: 8px;
	transition-property: margin, -webkit-transform;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	-o-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.tb-m-menu-btn-ext span {
	background-color: rgba(0, 0, 0, .0) !important;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}
.tb-m-menu-btn-ext span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0s, .2s;
	-o-transition-delay: 0s, .2s;
	transition-delay: 0s, .2s
}
.tb-m-menu-btn-ext span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: 0s, .2s;
	-o-transition-delay: 0s, .2s;
	transition-delay: 0s, .2s
}
.tb-dropdown {
	display: none
}
.tb-site-header .tb-primary-nav .tb-primary-nav-list ul {
	display: block !important
}
.tb-site-header .tb-primary-nav {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}
@media screen and (max-width:991px) {
	.tb-site-header .container {
		max-width: 100%;
		padding: 0
	}
	.tb-m-menu-btn {
		display: block
	}
	.tb-m-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.tb-main-nav {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		display: none;
		overflow-y: auto;
		overflow-x: hidden;
		border: 1px solid #eaeaea;
		background: #fff
	}
	.tb-primary-nav-list {
		padding-left: 0;
		margin: 0
	}
	.tb-m-menu ul {
		list-style: none
	}
	.tb-m-menu .tb-primary-nav-list {
		padding: 10px 0
	}
	.tb-m-menu ul .menu-item a {
		display: block;
		padding: 6px 20px;
		font-size: 14px;
		color: #666
	}
	.tb-m-menu ul .menu-item ul li a {
		font-size: 13px
	}
	.tb-dropdown {
		display: block;
		position: absolute;
		top: 8px;
		right: 16px;
		height: 20px;
		width: 20px;
		z-index: 11;
		cursor: pointer
	}
	.tb-dropdown:before, .tb-dropdown:after {
		content: '';
		position: absolute;
		height: 2px;
		width: 8px;
		background: #666;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease
	}
	.tb-dropdown:before {
		-webkit-transform: translate(-50%, -50%) rotate(90deg);
		-ms-transform: translate(-50%, -50%) rotate(90deg);
		transform: translate(-50%, -50%) rotate(90deg)
	}
	.tb-dropdown.tb-minus:before {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		-ms-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg)
	}
	.tb-m-menu ul .menu-item ul {
		display: none;
		padding-left: 10px;
		position: initial;
		width: 100%;
		height: auto;
	}
	.tb-m-menu ul > .menu-item {
		position: relative
	}
	.menu-item.menu-item-has-children > a:after {
		display: none
	}
	.tb-m-menu-btn {
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.tb-toggle-areea.tb-profile-toggle .tb-toggle-btn i {
		display: none
	}
	.tb-toggle-areea.tb-profile-toggle .tb-profile-pic {
		margin-right: 0
	}
	.tb-toggle-areea.tb-profile-toggle .tb-toggle-btn {
		padding-right: 0
	}
	.tb-offset-menu-active .tb-vertical-frame .tb-vertical-nav-wrap {
		right: 0
	}
	.tb-vertical-mobile-toggle {
		display: inline-block
	}
	.tb-site-header .tb-user-btn {
		margin-right: 65px
	}
}
@media screen and (max-width:767px) {
	.tb-site-header .tb-top-bar > div {
		max-width: 100%
	}
}
.header-action-btns {
	display: flex;
	align-items: center;
}
.header-action-btns button {
	border-radius: 40px;
    border: 2px solid #AAAAAA;
    text-align: center;
    font-size: 16px;
    color: #AAAAAA;
    text-decoration: none;
    text-transform: capitalize;
    padding: 8px 25px;
    margin-left: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}
.desklogin-action-btns {
	padding-left: 0;
	background: #fff;
	position: absolute;
	display: block;
	z-index: 10;
	border: 1px solid #eaeaea;
	padding: 10px 0;
	border-bottom-width: 2px;
	border-radius: 4px;
	top: 100%;
	margin-top: 10px;
}
.desklogin-action-btns ul {
	width: 100%;
	display: inline-block;
	padding: 0px;
	list-style: none;
	margin: 0px;
}
.desklogin-action-btns ul li {
	padding: 0;
	margin: 0;
	position: relative;
	line-height: 16px;
}
.desklogin-action-btns ul li a {
	display: block;
	padding: 10px 20px;
	background: 0 0;
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1.6em;
	text-decoration: none;
	font-family: "Poppins-Medium";
	color: #02173D;
}
.desklogin-action-btns ul li a:hover {
	background-color: #f3f3f3;
}
.header-action-btns a{
	border-radius: 40px;
    border: 2px solid #AAAAAA;
    text-align: center;
    font-size: 16px;
    color: #AAAAAA;
    text-decoration: none;
    text-transform: capitalize;
    padding: 8px 25px;
    margin-left: 20px;
    -webkit-transition: .5s;
    transition: .5s;
	background-color: rgb(239, 239, 239);
}
.header-action-btns a.register-btn {
    background: #EB761C;
    border-color: #EB761C;
    color: #ffffff;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 5%);
}
.mobile-user-res {
	display: inline-block;
	margin-left: 20px;
}
/*.user-action-btns {
	display: none;
}*/
.user-action-btns a.user-btn {
	border-radius: 40px;
	border: 2px solid #AAAAAA;
	text-align: center;
	font-size: 18px;
	color: #AAAAAA;
	text-decoration: none;
	text-transform: capitalize;
	padding: 15px 35px;
	margin-left: 20px;
}
.user-action-btns a.user-btn:hover, .user-action-btns a.user-btn.register-btn {
	background: #EB761C;
	border-color: #EB761C;
	color: #ffffff;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
}
/*=====================
	SLIDER SECTION
======================*/
.banner-section {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: linear-gradient(to right, #f6f6f6, #e3e3e3, #d0d0d0, #bdbdbd, #ababab);
}
.dcbanner{
	padding-top:70px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
.slider-behind-text {
	font-size: 190px;
	position: absolute;
	top: 0;
	left: 50%;
	color: #FFFFFF;
	font-family: "Poppins-ExtraBold";
	opacity: 0.5;
	width: 100%;
	transform: translateX(-50%);
	text-align: center;
}
.banner-content h1 {
	font-size: 36px;
	color: #02173D;
	font-family: "Poppins-ExtraBold";
	width: 100%;
}
.banner-content h2 {
	font-size: 36px;
	color: #FF8319;
	font-family: "Poppins-ExtraBold";
	width: 100%;
	margin-top: 10px;
}
.content-text-bg h1 {
    font-size: 50px;
    background: #BBE3F2;
    color: #02173D;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    border-radius: 10px;
	margin-top:10px;
	margin-bottom:10px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
	position:relative;
}
.content-text-bg h3 {
    font-size: 50px;
    color: #ffffff;
    font-family: "Poppins-SemiBold";
    width: 100%;
    margin-top: 10px;
    background: #02173D;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    border-radius: 10px;
    margin-left: 120px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
	position:relative;
}
.content-text-bg h4 {
    font-size: 50px;
    color: #ffffff;
    font-family: "Poppins-SemiBold";
    width: 100%;
    margin-top: 10px;
    background: #FF8319;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    border-radius: 10px;
    margin-left: 0;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
	position:relative;
}
.content-text-bg h1:after, .content-text-bg h3:after, .content-text-bg h4:after {
    content: '';
    height: 1px;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 22px;
    bottom: 13px;
    background: #ffffff;
    max-width: calc(100% - 44px);
}
.content-text-bg h1:after {
    background: #02173D;
}
.banner-content h5 {
	font-size: 22px;
	color: #02173D;
	font-family: "Poppins-Bold";
	width: 100%;
	margin-top: 10px;
}
.banner-content p {
	font-size: 22px;
	color: #02173D;
	font-family: "Poppins-Bold";
	width: 100%;
	margin-top: 30px;
}
.slider-button {
	background: #1A73E8;
	border-radius: 4px;
	box-shadow: 0px 10px 10px rgb(0 0 0 / 5%);
	display: inline-block;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	font-family: "Poppins-SemiBold";
	padding: 12px 30px;
	margin-top: 25px;
	-webkit-transition: .5s;
	transition: .5s;
}
.slider-button:hover {
	background: #EB761C;
	color: #ffffff;
}
.banner-content, .dcbanner-image {
	position: relative;
	z-index: 1;
	width: 50%;
}
.banner-section .owl-nav {
	margin: 0px;
}
.banner-section .owl-nav button {
	position: absolute;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
	height: 50px !important;
	width: 50px !important;
	padding: 0px !important;
	line-height: 50px !important;
	text-align: center !important;
	border: 1px solid #ABABAB !important;
	background: #EFEFEF !important;
	border-radius: 50% !important;
}
.banner-section .owl-nav button.owl-prev {
	left: 120px;
}
.banner-section .owl-nav button.owl-next {
	right: 120px;
}
.banner-section .owl-nav button i {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-size: 25px;
	color: #ABABAB;
}
.banner-section .owl-nav button i:before {
	content: '\f060';
}
.banner-section .owl-nav button.owl-next i:before {
	content: '\f061';
}
.dcbanner-image {
	text-align:center;
}
.dcbanner .dcbanner-image img {
	max-height: 480px;
	width: auto;
	margin: 0 auto;
}
.banner-inner-box{
	width:100%;
}
.banner-inner-box .banner-content-box{
	/*width:100%;
	max-width:459px;
	margin-top:20px;*/
}
.banner-inner-box .banner-content-box:first-child{
	margin-top:0px;
}
.banner-content-box a{
	width:100%;
	display:inline-block;
	background:#ffffff;
	border:1px solid #DCDCDC;
	box-shadow:0px 10px 10px rgba(0,0,0,0.04);
	border-radius:8px;
	padding:10px 20px;
}
.banner-content-box a h4{
	font-size: 20px;
	color: #02173D;
	font-family: "Poppins-ExtraBold";
	width: 100%;
	text-transform:uppercase;
}
.banner-content-box a p{
	color:#EB761C;
	font-size: 14px;
	font-family: "Poppins-Medium";
	width: 100%;
	margin-top: 0px;
	margin-bottom:0px;
}


/*=========================================
	HOW ANIMATED SLIDESHOW SECTION
==========================================*/

.open-door-img {
    animation: wave 95s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    background-position: 0% 100%;
    background-size: 150vw 100%;
    background-repeat: repeat-x;
    transform: translate3d(0, 0, 0);
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.upeya-chain-wrapper {
	/*display:flex;
	align-items: flex-end;
	padding-bottom: 50px;*/
}
.upeya-chain{
	width: 100%;
	margin-left:0px;
	padding-left:15px;
	padding-right:15px;
	position:relative;
}
/*.upeya-chain:before {
    content: '';
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 48px;
    width: 48px;
    box-shadow: 0px 10px 6px rgb(0 0 0 / 16%);
    position: absolute;
    left: 50%;
    bottom: -70px;
    transform: translateX(-50%);
}
.upeya-chain:after{
	content:'';
	background:#EE7132;
	border-radius:50%;
	display:inline-block;
	height:24px;
	width:24px;
	box-shadow:0px 10px 6px rgba(0,0,0,0.16);
	position:absolute;
	left:50%;
	bottom:-59px;
    transform: translateX(-50%);
}*/
/*.upeya-chain-wrapper .upeya-chain:first-child{
	margin-left:0px;
}*/

/*.upeya-chain1 {
	animation: pulse 0.75s ease-in-out 2s both;
	-webkit-animation: pulse 0.75s ease-in-out 2s both;
}
.upeya-chain2 {
	animation: pulse 0.75s ease-in-out 2.7s both;
	-webkit-animation: pulse 0.75s ease-in-out 2.7s both;
}
.upeya-chain3 {
	animation: pulse 0.75s ease-in-out 3.4s both;
	-webkit-animation: pulse 0.75s ease-in-out 3.4s both;
}
.upeya-chain4 {
	animation: pulse 0.75s ease-in-out 4.1s both;
	-webkit-animation: pulse 0.75s ease-in-out 4.1s both;
}
.upeya-chain5 {
	animation: pulse 0.75s ease-in-out 4.8s both;
	-webkit-animation: pulse 0.75s ease-in-out 4.8s both;
}
.upeya-chain6 {
	animation: pulse 0.75s ease-in-out 5.5s both;
	-webkit-animation: pulse 0.75s ease-in-out 5.5s both;
}
.upeya-chain7 {
	animation: pulse 0.75s ease-in-out 6.2s both;
	-webkit-animation: pulse 0.75s ease-in-out 6.2s both;
}

@keyframes pulse {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes pulse {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}*/

.upeya-chain-content {
    padding: 20px 20px;
    border: 1px solid #E3E3E3;
    background: #FFFFFF;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 10px 50px rgb(0 0 0 / 8%);
	-webkit-transition: .5s;
    transition: .5s;
	margin-top:20px;
}
.upeya-chain-wrapper .upeya-chain-content {
	opacity:0;
    /*position: absolute;
    bottom: -200px;
	z-index:-999;
	
	transform: translateY(-100px);
	margin-top:0px;*/
}
/*.upeya-chain4 .upeya-chain-content{
	bottom: -248px;
}
.upeya-chain5 .upeya-chain-content{
	bottom: -275px;
}
.upeya-chain6 .upeya-chain-content{
	bottom: -298px;
}*/
.upeya-chain-wrapper .upeya-chain{
	text-align:center;
}
.upeya-chain-wrapper .upeya-chain img {
    width: auto;
    max-width: 100%;
    max-height: 320px;
	display: inline-block;
}
.upeya-chain-content p{
	margin-bottom:0px;
}
.upeya-chain-wrapper .owl-item.center .upeya-chain-content{
	opacity:1;
}
/*.upeya-chain:hover .upeya-chain-content {
	z-index:99;
	opacity:1;
	-webkit-transition: .5s;
    transition: .5s;
	transform: translateY(0px);
}*/
.upeya-chain-wrapper .owl-carousel {
    display:flex;
	align-items: flex-end;
    padding: 0px;
	padding-bottom: 50px;
    margin: 0px;
}

/*@media(min-width:1200px){
	.border-timer{
		height:0px;
	  width:1px;
	  border-bottom:4px solid #EE7132;
		  -webkit-animation: increase 2s;
	  -moz-animation:    increase 2s; 
	  -o-animation:      increase 2s; 
	  animation:         increase 2s; 
	  animation-fill-mode: forwards;
	}
@keyframes increase {
    100% {
        width: 100%;
    }
}
}*/
@media(max-width:1170px){
	.upeya-chain-wrapper{
		/*flex-wrap: wrap;
		padding-bottom: 0;*/
	}
	.upeya-chain-wrapper .owl-dots{
		width: 100%;
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		bottom: 0;
	}
	.upeya-chain-wrapper .owl-dots button{
		margin:0px 5px;
	}
	.upeya-chain-wrapper .owl-dots button span{
		display: inline-block;
		height: 10px;
		width: 10px;
		border: 1px solid #999;
	}
	.upeya-chain-wrapper .owl-dots button.active span{
		background: #EB761C;
		border-color: #EB761C;
	}
	.upeya-chain img {
		max-height: 250px;
		width: auto !important;
		margin: 0 auto 20px;
	}
	.upeya-chain-wrapper .upeya-chain-content{
		z-index: 1;
		opacity: 1;
		position: initial;
		transform: translateY(0);
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.upeya-chain:before,
	.upeya-chain:after{
		display:none;
	}
	/*.upeya-chain{
		padding-left: 130px;
	}*/
	/*.upeya-chain:before{
		left: 30px;
		bottom: auto;
		transform: translate(0px, -50%);
		top: 50%;
	}
	.upeya-chain:after{
		left: 41px;
		bottom: auto;
		transform: translate(0px, -50%);
		top: 50%;
	}
	.border-timer {
		height: 1px;
		width: 0px;
		border-left: 4px solid #EE7132;
		-webkit-animation: increase 2s;
		-moz-animation: increase 2s;
		-o-animation: increase 2s;
		animation: increase 2s;
		animation-fill-mode: forwards;
		position: absolute;
		left: 62px;
		top: 100px;
	}
	@keyframes increase {
		100% {
			height: 90%;
		}
	}*/
	
}
@media(max-width:768px){
	.upeya-chain img{
		max-height: 200px;
	}
}
/*@media(max-width:580px){
	.upeya-chain:before{
		height: 40px;
		width: 40px;
		left: 10px;
	}
	.upeya-chain:after{
		left: 20px;
		height: 20px;
		width: 20px;
	}
	.border-timer {
		left: 40px;
	}
	.upeya-chain {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 80px;
	}
}*/


/*=====================
	ABOUT SECTION
======================*/
.about-section {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #FAF9F7;
	overflow: hidden;
}
.dcaccordion-element {
	width: 100%;
}
.dcaccordion-element .accordion-item {
	background: #ffffff;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.02);
	margin-top: 30px;
	border-radius: 8px;
}
.dcaccordion-element .accordion-item:first-child {
	margin-top: 0px;
}
.dcaccordion-element .accordion-header .accordion-button {
	background: none;
	border: 1px solid rgba(0, 0, 0, 0);
	color: #02173D;
	font-size: 28px;
	font-family: "Poppins-SemiBold";
	padding-left: 30px;
	padding-right: 30px;
	box-shadow: unset;
}
.dcaccordion-element .accordion-header .accordion-button:after {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-size: 25px;
	color: #1A73E8;
	content: '\f107';
	background: none;
}
.dcaccordion-element .accordion-header .accordion-button span {
    background: #EB761C;
    border-radius: 14px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 41px;
    margin-right: 20px;
    font-size: 24px;
}
.dcaccordion-element .accordion-collapse {
	background: none;
	border: none;
}
.dcaccordion-element .accordion-body {
	padding: 0px 30px 30px 90px;
}
.dcaccordion-element .accordion-body p {
	margin: 0px;
	display: -webkit-box;
	max-height: 112px;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 4;
	font-family: "Poppins-Light";
	font-size: 19px;
}
.accordion-btn {
	color: #1A73E8;
	font-size: 20px;
	font-family: "Poppins-SemiBold";
	text-decoration: none;
	margin-top: 10px;
	display: block;
}
/*=====================
	REDEFINING SECTION
======================*/
.redefining-section {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	overflow: hidden;
}
.redefining-section h3.behind-title {
	text-align: center;
}
.section-content-element {
	position: relative;
	z-index: 1;
}
.redefining-section .section-content {
	text-align: center;
}
.section-content-title {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
.section-content-title h2 {
	color: #02173D;
	font-size: 35px;
	font-family: "Poppins-SemiBold";
	position: relative;
}
.section-content-title h4 {
	color: #02173D;
	font-size: 22px;
	font-family: "Poppins-Regular";
	position: relative;
	margin-top: 5px;
}
.section-content-title:before {
	content: '';
	background: #FF8319;
	height: 6px;
	display: inline-block;
	width: 100%;
	max-width: 121px;
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translateX(-50%);
}
.dcredefining-boxes {
	margin-top: 40px;
	width: 100%;
	background: url(../images/box-bg-patern.png) no-repeat top center;
	background-size: contain;
}
.dcredefining-box {
	text-align: center;
}
.dcredefining-icon-box {
    width: 110px;
    height: 145px;
    margin: 0 auto;
    position: relative;
    padding-top: 9px;
}
.dcredefining-icon-box:before {
    content: '';
    background: url(../images/circle-behind-img.png) no-repeat top center;
    background-size: contain;
    width: 110px;
    height: 145px;
    display: inline-block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.dcredefining-icon-box .dcredefining-icon {
    position: relative;
    z-index: 1;
    border: 1px solid #E3E3E3;
    background: #FFFFFF;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 10px 50px rgb(0 0 0 / 10%);
    margin: 0 auto;
}
.dcredefining-icon-box .dcredefining-icon img {
    max-height: 40px;
}
.dcredefining-content-box {
	margin-top: 20px;
}
.dcredefining-content {
	padding: 30px 20px 35px;
	border: 1px solid #E3E3E3;
	background: #FFFFFF;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.02);
}
.dcredefining-content h3 {
	color: #02173D;
	font-size: 24px;
	font-family: "Poppins-SemiBold";
	position: relative;
	margin-bottom: 20px;
}
.dcredefining-content p {
	color: #02173D;
	font-size: 15px;
	font-family: "Poppins-Light";
	line-height: 24px;
}
.dcredefining-action {}
.dcredefining-action a {
	color: #1A73E8;
	border: 1px solid #1A73E8;
	text-decoration: none;
	border-radius: 40px;
	font-size: 17px;
	font-family: "Poppins-SemiBold";
	padding: 12px 30px;
	-webkit-transition: .5s;
	transition: .5s;
	margin-top: 10px;
	display: inline-block;
}
.dcredefining-action a span {}
.dcredefining-action a:hover {
	background: #1A73E8;
	color: #ffffff;
}
.dcredefining-box:hover .dcredefining-content {
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
}
.dcredefining-box:hover .dcredefining-icon {
	box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.08);
}
/*=====================
	SOLUTION SECTION
======================*/
.solutions-section {
	background: #FAF9F7;
	position: relative;
	overflow: hidden;
	padding-top: 60px;
    padding-bottom: 60px;
    /*height: 100vh;*/
    display: flex;
    align-items: center;
}
.solutions-section h3.behind-title{
	top: 25%;
}
h3.behind-title {
	font-size: 100px;
    position: absolute;
    top: 50px;
	left: 0px;
	color: #FFFFFF;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FF8319;
	font-family: "Poppins-ExtraBold";
	opacity: 0.2;
	width: 100%
}
.section-title {
	color: #02173D;
	font-size: 35px;
	font-family: "Poppins-SemiBold";
	position: relative;
}
.section-title:before {
	content: '';
	background: #FF8319;
	height: 6px;
	display: inline-block;
	width: 100%;
	max-width: 121px;
	position: absolute;
	bottom: -10px;
}
.sec-img {
	position: relative;
	z-index: 1;
}
.sec-img img{
	max-height: 350px;
    margin: 0 auto;
    display: block;
}

/*==========================
	SCHOLARSHIP SECTION
===========================*/
.scholarships-section {
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
	height:100vh;
	display:flex;
	align-items:center;
}
.scholarships-section h3.behind-title {
	left: auto;
	right: 0;
	text-align: right;
}
.section-content .section-title {
	/*margin-bottom: 62px;*/
	margin-bottom: 30px;
}
.section-content p {
	font-family: "Poppins-Light";
	font-size: 18px;
}
/*==========================
	JOIN US SECTION
===========================*/
.joinus-section {
	background: #F9FAFC;
	position: relative;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 280px;
}
.joinus-section-content {
	position: relative;
	z-index: 1;
}
.joinus-section .section-title h2 {
	font-size: 50px;
}
.join-action-panel {
	margin-top: 62px;
}
.join-action-panel-list {
	list-style: none;
	display: flex;
	align-items: center;
	padding: 0;
}
.join-action-panel-list li {
	display: inline-block;
	margin-left: 40px;
}
.join-action-panel-list li:first-child {
	margin-left: 0px;
}
.join-action-panel-list li a {
	display: inline-block;
	background: #F9FAFC;
	border: 1px solid #CECECE;
	text-decoration: none;
	padding: 12px 60px;
	border-radius: 40px;
	color: #02173D;
	font-size: 13px;
	font-family: "Poppins-SemiBold";
	-webkit-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
}
.join-action-panel-list li a:hover, .join-action-panel-list li a:focus, .join-action-panel-list li a.active {
	background: #1A73E8;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.16);
	color: #ffffff;
}
.join-scroll-img {}
.join-scroll-img:after {
	content: '';
	position: absolute;
	bottom: -255px;
	left: 0;
	height: 729px;
	background-image: url(../images/explore-upeya-img.png);
	animation: wave 95s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
	background-position: 0% 100%;
	background-size: 150vw 100%;
	background-repeat: repeat-x;
	transform: translate3d(0, 0, 0);
	width: 300vw;
}
@keyframes wave {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-150vw, 0, 0);
	}
}
.footer-join-image {}
.footer-join-image img {
	/*max-height:234px;
	min-height:234px;*/
}
/*==========================
	Competition Page START
===========================*/

.competition-section-title{
    margin-bottom: 30px;
    width: 100%;
}
.competition-section-title h2{
    color: #02173D;
    font-size: 35px;
    font-family: "Poppins-Bold";
    position: relative;
}
.competitions-faq .panel-default{
	padding-bottom:20px;
}
.competitions-faq .panel-heading a {
    width: 100%;
    display: inline-block;
    background: #F9FAFC;
    border: 1px solid #0a58ca;
    text-decoration: none;
    padding: 25px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-family: "Poppins-SemiBold";
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
	background:#0a58ca;
	color:#ffffff;
}
.competitions-faq .panel-heading a.collapsed {
	background:none;
    color: #02173D;
	border-color:#CECECE;
}
.competitions-faq .panel-default .panel-body {
	/*border: 1px solid #CECECE;*/
	padding: 20px;
}
.competitions-faq .panel-default .panel-body p:last-child{
	margin-bottom:0px;
}
/********** Competitions List Start **********/

.competitions-list-section{
	
}
.competitions-box-wrapper{
	margin-top:30px;
}
.competitions-list-box{
	background:#F2F2F2;
}
.competitions-list-box-content{
	padding:30px 30px;
}
.box-title {
	margin-bottom:50px;
}
.box-title h3 a{
	color:#1A73E8;
	font-weight:600;
	font-size:28px;
	line-height:50px;
}
.competitions-content-list{
	padding:0px;
	list-style:none;
}
ul.competitions-content-list > li {
    display: flex;
    /*align-items: center;*/
	margin-top:15px;
}
.competitions-content-list li > strong {
    min-width: 242px;
	font-size:17px;
}
.competitions-content-list li p{
    margin:0px 0px 0px 30px;
	font-size:17px;
}
.competitions-content-list li.list-terms{
	flex-wrap:wrap;
}
.competitions-content-list li.list-terms p{
	margin:10px 0px 0px;
}

@media(max-width:736px){
	ul.competitions-content-list > li{
		flex-wrap:wrap;
	}
	.competitions-content-list {
		margin-bottom: 0;
	}
	.competitions-content-list li p{
		margin-left:0px;
		width:100%;
	}
}

/********** Competitions List End **********/

.competitions-box{
	
}
.competitions-image-wrapper{
	
}
.competitions-image-wrapper img{
	
}
.competitions-content-wrapper{
	padding-top:15px;
}
.competitions-title a{
	color:#000000;
	font-weight: 700;
    line-height: 1.2;
	min-height:50px;
	max-height:50px;
	font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.competitions-extra-text{
	margin-top:10px;
}
.competitions-text p{
	font-size:15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.competitions-detail-button{
	color: #1A73E8;
    border: 1px solid #1A73E8;
    text-decoration: none;
    border-radius: 40px;
    font-size: 15px;
    font-family: "Poppins-SemiBold";
    padding: 12px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 10px;
    display: inline-block;
}

/*==========================
	Competition Page END
===========================*/

/*==========================
	FOOTER SECTION
===========================*/
.footer-section {}
.footer-top {
	padding-top: 50px;
    padding-bottom: 40px;
}
.footer-logo-img {
	margin-bottom: 40px;
}
.footer-content {}
.footer-content h5 {
	color: #02173D;
	font-size: 22px;
	font-family: "Poppins-Bold";
	margin-bottom: 30px;
}
.footer-content p {
	color: #02173D;
	font-size: 20px;
	margin: 0px;
}
.footer-widget-title {
	color: #02173D;
	font-size: 28px;
	font-family: "Poppins-Bold";
	text-transform: uppercase;
}
.footer-widget-title {
	color: #02173D;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.footer-menu-container {
	
}
.footer-menu-container .footer-menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
.footer-menu-container .footer-menu li {
	margin-bottom: 15px;
	width: 50%;
}
.footer-menu-container .footer-menu li:last-child {
	margin-bottom: 0px;
}
.footer-menu-container .footer-menu li a {
	color: #02173D;
	font-size: 16px;
	margin: 0px;
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s;
}
.footer-menu-container .footer-menu li a:hover {
	color: #EB761C;
}
.footer-bottom {
	background: #FAF9F7;
	padding: 23px 0;
}
.footer-bottom .poweredby{
	text-align:right;
}
.footer-bottom p {
	color: #A5A5A5;
	font-size: 16px;
	margin: 0px;
	text-transform: initial;
}
.footer-bottom p a {
    color: #A5A5A5;
}
.contact-info {
	padding: 0px;
	list-style: none;
	margin-bottom: 0;
}
.contact-info li {
    padding-left: 54px;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    color: #02173D;
    font-size: 16px;
    line-height: 28px;
}
.contact-info li:first-child {
	margin-top: 0;
}
.contact-info li a {
	text-decoration: none;
	color: #02173D;
}
.contact-info li .contact-icon {
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
	background: #EB761C;
	color: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.16);
}
/*==========================
	PAGE TITLE SECTION
===========================*/
.page-title-section {
	background-image: linear-gradient(to right, #fafafa, #f5f5f5, #f0f0f0, #ebebeb, #e6e6e6);
	width: 100%;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.page-title-section h3.behind-title {
	font-size: 90px;
	top: 50%;
	transform: translateY(-60%);
}
.page-title-section .section-title {
	text-align: center;
	margin: 0px;
}
.page-title-section .section-title:before {
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}
/*==========================
	BENEFACTORS SECTION
===========================*/
.dctabbing-element {
	margin-top: 70px;
}
.dcnav-tabbing {
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 7px;
}
.dcnav-tabbing .dcnavtabs-pill {
	border: none;
}
.dcnav-tabbing .dcnavtabs-pill a {
    border: none;
    margin: 0;
    color: #999;
    font-family: "Poppins-ExtraBold";
    font-size: 15px;
    text-transform: uppercase;
    width: 16%;
    text-align: center;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.dcnav-tabbing .dcnavtabs-pill a:before {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	background: #EB761C;
	width: 100%;
	height: 8px;
	border-radius: 2px;
	opacity: 0;
}
.dcnav-tabbing .dcnavtabs-pill a:after {
	content: '';
	position: absolute;
	bottom: -22px;
	left: 50%;
	width: 18px;
	height: 10px;
	clip-path: polygon(100% 0, 0 0, 51% 100%);
	background: #EB761C;
	transform: translateX(-50%);
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	opacity: 0;
}
.dcnav-tabbing .dcnavtabs-pill a:hover, .dcnav-tabbing .dcnavtabs-pill a.active {
	color: #02173D;
}
.dcnav-tabbing .dcnavtabs-pill a:hover:before, .dcnav-tabbing .dcnavtabs-pill a.active:before, .dcnav-tabbing .dcnavtabs-pill a:hover:after, .dcnav-tabbing .dcnavtabs-pill a.active:after {
	opacity: 1;
}
.dctab-content {
	padding-top: 50px;
}
.dctab-content p {
	font-family: "Poppins-Light";
	font-size: 18px;
}
@media only screen and (max-width: 479px) {
	.tab .nav-tabs li {
		width: 100%;
		text-align: center;
	}
	.tab .nav-tabs li a:before {
		bottom: 0;
	}
}
/*==========================
	REGISTER SECTION
===========================*/
.register-form-section {
	padding: 10px 0px 50px;
}
.register-form-section .dctab-content {
	padding-top: 0px;
}
.register-form-section .section-title {
	font-size: 30px;
	font-family: "Poppins-SemiBold";
}
.profile-register-form-tab {
	margin-top: 62px;
}
.register-section .nav-tabs {
	display: inline-block;
	width: 100%;
	border: 0;
}
.register-section .nav-tabs .nav-item.nav-link {
	background: #EBEBEB;
	border-color: #EBEBEB;
	color: #5C5C5B;
	box-shadow: 0px 10px 10px rgb(0 0 0 / 5%);
	border-radius: 50px;
	width: auto;
	display: inline-block;
	margin: 5px 5px 20px;
	padding: 10px 30px;
}
.register-section .nav-tabs .nav-item.nav-link:hover, .register-section .nav-tabs .nav-item.nav-link.active {
	background: #EB761C;
	border-color: #EB761C;
	color: #ffffff;
}
.web-form .form-group {
	margin-bottom: 20px;
}
.form-radio-group .form-group {
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.form-radio-group .form-group:first-child {
	margin-left: 0px;
}
.web-form label {
	color: #303030;
	font-family: "Poppins-Medium";
	font-size: 16px;
	margin-bottom: 10px;
}
.web-form label.error {
	font-size: 12px;
    color: red;
}
.web-form input, .web-form textarea {
	border: 1px solid #C2C2C2;
	height: 50px;
	background: #FBFBFB;
	color: #303030;
	border-radius: 10px;
}
.web-form input[type="file"] {
	height: auto;
	border-radius: 0px;
}
.web-form textarea {
	height: 250px;
}
.web-form input::-webkit-input-placeholder, .web-form textarea::-webkit-input-placeholder {
	color: #B5B5B5;
}
.web-form input::-moz-placeholder, .web-form textarea::-moz-placeholder {
	color: #B5B5B5;
}
.web-form input:-ms-input-placeholder, .web-form textarea:-ms-input-placeholder {
	color: #B5B5B5;
}
.web-form input:-moz-placeholder, .web-form textarea:-moz-placeholder {
	color: #B5B5B5;
}
.profile-register-form {}
.form-select-radio {
	margin-right: calc(var(--bs-gutter-x)/ -2);
	margin-left: calc(var(--bs-gutter-x)/ -2);
}
.form-select-radio label span {
	position: relative;
	z-index: 1;
}
.form-select-radio .form-group {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}
.form-select-radio .form-group:first-child {
	margin-left: 0px;
}
.form-select-radio input[type=radio] {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}
.form-select-radio input[type=radio] + label {
	position: relative;
	padding: 15px 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: none;
	box-shadow: none;
}
.form-select-radio input[type=radio] + label::before {
	background-color: #EBEBEB;
	box-sizing: content-box;
	content: "";
	color: #5C5C5B;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.form-select-radio input[type=radio] + label::after {
	box-sizing: content-box;
	content: "";
	background-color: #EB761C;
	position: absolute;
	top: 0;
	left: 1px;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: 50%;
	transition: transform 200ms ease-out;
	box-shadow: 0px 10px 10px rgb(0 0 0 / 16%);
}
.form-select-radio input[type=radio][disabled] + label::before {
	-webkit-animation: none;
	animation: none;
	box-shadow: none;
	border: 1px solid rgba(128, 128, 128, 0.5);
}
.form-select-radio input[type=radio][disabled]:active + label::before, .form-select-radio input[type=radio][disabled]:focus + label::before, .form-select-radio input[type=radio][disabled]:hover + label::before {
	border-color: rgba(128, 128, 128, 0.5);
	filter: none;
	transition: none;
}
.form-select-radio input[type=radio] + label::before, .form-select-radio input[type=radio] + label::after {
	border-radius: 40px;
}
.form-select-radio input[type=radio]:checked:active + label::before, .form-select-radio input[type=radio]:checked:focus + label::before {
	-webkit-animation: none;
	animation: none;
	filter: none;
	transition: none;
}
.form-select-radio input[type=radio]:checked + label {
	color: #ffffff;
}
.form-select-radio input[type=radio]:checked + label::before {
	-webkit-animation: none;
	animation: none;
	background-color: #fff;
}
.form-select-radio input[type=radio]:checked + label::after {
	transform: scale(1);
}
@-webkit-keyframes borderscale {
	50% {
		box-shadow: 0 0 0 2px #900;
	}
}
@keyframes borderscale {
	50% {
		box-shadow: 0 0 0 2px #900;
	}
}
.profile-register-form .form-radio-group input[type=radio] {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}
.profile-register-form .form-radio-group input[type=radio]:focus + label::before {
	box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.4) !important;
}
.profile-register-form .form-radio-group input[type=radio]:hover + label::before {
	border-color: #1A73E8;
}
.profile-register-form .form-radio-group input[type=radio]:active + label::before {
	transition-duration: 0;
}
.profile-register-form .form-radio-group input[type=radio] + label {
	position: relative;
	padding: 6px 6px 6px 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.profile-register-form .form-radio-group input[type=radio] + label::before {
	background-color: #fff;
	border: 1px solid #1A73E8;
	box-sizing: content-box;
	content: "";
	color: #1A73E8;
	position: absolute;
	top: 5px;
	left: 0;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}
.profile-register-form .form-radio-group input[type=radio] + label::after {
	box-sizing: content-box;
	content: "";
	background-color: #1A73E8;
	position: absolute;
	top: 18px;
	left: 6px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	transform: scale(0);
	transform-origin: 50%;
	transition: transform 200ms ease-out;
	box-shadow: 0px 10px 10px rgb(0 0 0 / 16%);
}
.profile-register-form .form-radio-group input[type=radio][disabled] + label::before {
	-webkit-animation: none;
	animation: none;
	box-shadow: none;
	border: 1px solid rgba(128, 128, 128, 0.5);
}
.profile-register-form .form-radio-group input[type=radio][disabled]:active + label::before, .profile-register-form .form-radio-group input[type=radio][disabled]:focus + label::before, .profile-register-form .form-radio-group input[type=radio][disabled]:hover + label::before {
	border-color: rgba(128, 128, 128, 0.5);
	filter: none;
	transition: none;
}
.profile-register-form .form-radio-group input[type=radio] + label::before, .profile-register-form .form-radio-group input[type=radio] + label::after {
	border-radius: 50%;
}
.profile-register-form .form-radio-group input[type=radio]:checked:active + label::before, .profile-register-form .form-radio-group input[type=radio]:checked:focus + label::before {
	-webkit-animation: none;
	animation: none;
	filter: none;
	transition: none;
}
.profile-register-form .form-radio-group input[type=radio]:checked + label::before {
	-webkit-animation: none;
	animation: none;
	background-color: #fff;
}
.profile-register-form .form-radio-group input[type=radio]:checked + label::after {
	transform: scale(1);
}
@-webkit-keyframes borderscale {
	50% {
		box-shadow: 0 0 0 2px #900;
	}
}
@keyframes borderscale {
	50% {
		box-shadow: 0 0 0 2px #900;
	}
}
.form-action-btn {
	background: #1A73E8;
	border-radius: 8px;
	text-align: center;
	color: #ffffff;
	width: 100%;
	display: inline-block;
	max-width: 200px;
	text-transform: uppercase;
	padding: 12px 0px;
	margin-top: 20px;
	box-shadow: 0px 10px 10px rgb(0 0 0 / 5%);
	border: none;
	outline: none !important;
	font-size: 16px;
	font-family: "Poppins-SemiBold";
	-webkit-transition: .5s;
	transition: .5s;
}
.form-action-btn:hover {
	background: #EB761C;
	color: #ffffff;
}
.inquery-contact-section {
	padding-top: 70px;
	padding-bottom: 70px;
}
.inquery-section-content {
	background: #FFFFFF;
	box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1);
	padding: 50px 50px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.inquery-section-content:before {
	content: '';
	background: url(../images/circle01.png) no-repeat center center;
	background-size: contain;
	display: inline-block;
	position: absolute;
	left: -175px;
	bottom: -251px;
	height: 477px;
	width: 472px;
}
.inquery-section-content:after {
	content: '';
	background: url(../images/circle-right.png) no-repeat center center;
	background-size: contain;
	display: inline-block;
	position: absolute;
	right: -180px;
	top: -151px;
	height: 477px;
	width: 472px;
	animation: rotate-animation 10s infinite linear;
}
.inquery-content {
	position: relative;
	z-index: 1;
}
.inquery-section-content h2 {
	color: #303030;
	font-size: 35px;
	font-family: "Poppins-SemiBold";
}
.inquery-section-content p {
	color: #303030;
	font-family: "Poppins-Light";
	font-size: 18px;
	margin-top: 25px;
}
.inquery-section-content p a {
	color: #303030;
}
.inquery-action-btn {
	background: #1A73E8;
	border-radius: 40px;
	text-align: center;
	color: #ffffff;
	width: 100%;
	display: inline-block;
	max-width: 250px;
	text-transform: uppercase;
	padding: 15px 0px;
	margin-top: 20px;
	font-size: 16px;
	font-family: "Poppins-SemiBold";
	-webkit-transition: .5s;
	transition: .5s;
}
.inquery-action-btn:hover {
	background: #EB761C;
	color: #ffffff;
}
@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.verify-otp-section{
	padding:70px 0px;
}
.verify-button-wrapper{
	padding:50px 0px;
}
.verify-otp-content-wrapper{
	width: 100%;
    max-width: 400px;
}
.verify-otp-section .card {
    width: 100%;
    border: none;
    height: 300px;
    box-shadow: 0px 5px 20px 0px #d2dae3;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}
.verify-otp-section .card h6 {
    color: #333333;
    font-size: 18px
}
.verify-otp-section .inputs input {
    width: 40px;
    height: 40px
}
.verify-otp-section input[type=number]::-webkit-inner-spin-button,
.verify-otp-section input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}
.verify-otp-section .card-2 {
    background-color: #fff;
    padding: 10px;
    width: 100%;
    max-width: calc(100% - 40px);
    height: 100px;
    bottom: -50px;
    left: 20px;
    position: absolute;
    border-radius: 5px;
	box-shadow: 0px 5px 20px 0px #d2dae3;
}
.verify-otp-section .card-2 .content {
    margin-top: 50px
}
.verify-otp-section .card-2 .content a {
    color: #EB761C
}
.verify-otp-section .form-control:focus {
    box-shadow: none;
    border: 2px solid #EB761C
}
.verify-otp-section .validate {
    border-radius: 20px;
    height: 40px;
    background-color: #EB761C;
    border: 1px solid #EB761C;
    width: 140px
}
.verify-button-wrapper a{
	border-radius: 4px;
	background: rgba(0,0,0,0.1);
    border: 2px solid #AAAAAA;
    text-align: center;
    font-size: 16px;
    color: #AAAAAA;
    text-decoration: none;
    text-transform: capitalize;
    padding: 8px 25px;
    /*margin-left: 20px;*/
    -webkit-transition: .5s;
    transition: .5s;
}
.verify-button-wrapper a:hover,
.verify-button-wrapper a:focus,
.verify-button-wrapper a:active,
.verify-button-wrapper a.verify-active{
	background: #EB761C;
    border-color: #EB761C;
	color:#ffffff;
}
.verify-button-wrapper .verify-email{
	
}
.verify-button-wrapper .verify-mobile{
	
}



/*==========================
	CONTACT US SECTION
===========================*/
.contact-section {
	padding: 100px 0px;
}

.contact-contant-section {
	margin-top: 0px;
}
.contact-contant-element{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #dedede;
}
.contact-contant-element h2 {
	font-size: 35px;
	font-family: "Poppins-SemiBold";
	margin-bottom: 52px;
}
.contact-contant-element .contact-info{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	justify-content:space-between;
}
.contact-contant-element .contact-info li {
    width: 48%;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #dedede;
    padding: 15px 15px;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.contact-contant-element .contact-info li .contact-icon {
	background: none;
    border: 1px solid #C86417;
    color: #EB761C;
	/*box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);*/
    position: initial;
	margin-right:15px;
}
.contact-contant-element .contact-info li .contact-icon i {}
/*Image Upload - Start*/
.image-input {
	position: relative;
	display: inline-block;
	border-radius: 0.42rem;
	background-repeat: no-repeat;
	background-size: cover;
}
.image-input .image-input-wrapper {
	width: 120px;
	height: 120px;
	border-radius: 0.42rem;
	background-repeat: no-repeat;
	background-size: cover;
}
.image-input [data-action="change"] {
	cursor: pointer;
	position: absolute;
	right: -10px;
	top: -10px;
}
.image-input [data-action="change"] input {
	width: 0 !important;
	height: 0 !important;
	overflow: hidden;
	opacity: 0;
}
.image-input [data-action="cancel"], .image-input [data-action="remove"] {
	position: absolute;
	right: -10px;
	bottom: -5px;
}
.image-input [data-action="cancel"] {
	display: none;
}
.image-input.image-input-changed [data-action="cancel"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.image-input.image-input-changed [data-action="remove"] {
	display: none;
}
.image-input.image-input-empty [data-action="remove"], .image-input.image-input-empty [data-action="cancel"] {
	display: none;
}
.image-input.image-input-circle .image-input-wrapper {
	border-radius: 50%;
}
.image-input.image-input-circle [data-action="change"] {
	right: 5px;
	top: 5px;
}
.image-input.image-input-circle [data-action="cancel"], .image-input.image-input-circle [data-action="remove"] {
	right: 5px;
	bottom: 5px;
}
.image-input.image-input-outline .image-input-wrapper {
	border: 3px solid #ffffff;
	-webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
	box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
}

/*Image Upload - End*/


/*==========================
	REGISTER POPUP SECTION
===========================*/

.register-dcpopup{
	/*
	height: 100%;
    max-height: 740px;*/
	max-width: 1024px;
}
.register-dcpopup .modal-content {
    position: relative;
    /*height: 100%;
    max-height: 740px;*/
    border-radius: 0;
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.register-dcpopup .modal-content .modal-body {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border: 3px solid #F9FAFC;
	padding: 120px 0px;
}
.register-dcpopup .dc-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    border: none;
    outline: none !important;
    background: no-repeat;
}
.register-dcpopup-content{
	width: 100%;
    max-width: 56%;
}
.register-dcpopup-content h4{
	width: 100%;
	color:#02173D;
	text-transform:uppercase;
	font-family: "Poppins-ExtraBold";
	font-size:30px;
}
.register-dcpopup-content h3{
	width: 100%;
	font-size: 60px;
	color:#02173D;
	font-family: "Poppins-Black";
	text-transform:uppercase;
}
.register-dcpopup-content p{
	width: 100%;
	color:#02173D;
	font-size:16px;
	font-family: "Poppins-Light";
}
.register-dcpopup-button{
	background: #02173D;
	border:1px solid #02173D;
    border-radius: 5px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.05);
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: "Poppins-SemiBold";
    padding: 12px 30px;
    margin-top: 25px;
    -webkit-transition: .5s;
    transition: .5s;
}
.register-dcpopup-button:hover{
	background: #EB761C;
	border-color: #EB761C;
	color: #ffffff;
}

/*==========================
	How Page Start
===========================*/

.how-animated-slider .dcbanner {
	padding-left:20px;
	padding-right:20px;
}
.how-animated-slider .dcbanner .dcbanner-image img{
	max-height:380px;
}

/*==========================
	How Page End
===========================*/

/*==========================
	RESPONSIVE SECTION
===========================*/

@media (min-width:1025px) {
	.mobile-user-res {
		display: none;
	}
	/*.user-action-btns {
		display: inline-block;
	}*/
	.user-action-btns a.user-btn {
		border-radius: 40px;
		border: 2px solid #AAAAAA;
		text-align: center;
		font-size: 16px;
		color: #AAAAAA;
		text-decoration: none;
		text-transform: capitalize;
		padding: 8px 25px;
		margin-left: 20px;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.user-action-btns a.user-btn:hover, .user-action-btns a.user-btn.register-btn {
		background: #EB761C;
		border-color: #EB761C;
		color: #ffffff;
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
	}
	/*.dcredefining-content p {
		min-height: 100px;
		max-height: 210px;
		overflow: hidden;
	}*/
	.dcredefining-content {
    	min-height: 286px;
	}
}
@media (min-width:1100px) {
	.scholarships-section h2, .scholarships-section p {
		text-align: right;
	}
	.scholarships-section .section-title:before {
		right: 0;
	}
}
@media (max-width:1620px) {
	.tb-custom-logo {
		max-height: 60px;
	}
	.tb-site-header .tb-main-header {
		height: 90px;
	}
	.banner-content h2,
	.banner-content h1,
	.section-title, 
	.section-content-title h2,
	.content-text-bg h3,
	.content-text-bg h4{
		font-size: 30px;
	}
	h3.behind-title{
		font-size: 100px;
	}
	.section-content p, .contact-info li, .footer-content p, .footer-menu-container .footer-menu li a {
		font-size: 16px;
	}
	.banner-section .owl-nav button.owl-prev {
		left: 30px;
	}
	.banner-section .owl-nav button.owl-next {
		right: 30px;
	}
	.slider-behind-text {
		font-size: 120px;
	}
	.dcaccordion-element .accordion-header .accordion-button span {
		height: 50px;
		width: 50px;
		line-height: 50px;
		margin-right: 20px;
		font-size: 24px;
	}
	.dcaccordion-element .accordion-header .accordion-button {
		font-size: 28px;
	}
	.dcaccordion-element .accordion-body {
		padding-left: 100px;
	}
	.dcaccordion-element .accordion-body p {
		font-size: 16px;
	}
	.dcredefining-content h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.dcredefining-content p {
		font-size: 16px;
	}
	.banner-content {
		padding-left: 50px;
	}
	.dcnav-tabbing .dcnavtabs-pill a {
		padding-left: 25px;
		padding-right: 25px;
	}
	.web-form textarea {
		height: 150px;
	}
}
@media (max-width:1300px) {
	.dcbanner {
		padding-top: 40px;
	}
	.dcbanner .dcbanner-image img{
		max-height: 384px;
	}
	.banner-content-box a h4 {
		font-size: 15px;
	}
	.banner-content-box a p{
		font-size: 12px;
	}
	.content-text-bg h4,
	.content-text-bg h3{
		font-size: 30px;
	}
	.tb-primary-nav .tb-primary-nav-list > li a {
		font-size: 18px;
	}
	.tb-primary-nav .tb-primary-nav-list > .menu-item {
		margin-right: 25px;
	}
	h3.behind-title {
		font-size: 70px;
	}
	.dcredefining-content p{
		min-height:120px;
	}
	.register-form-section .section-title{
		font-size:24px;
	}
}
@media (max-width:1100px) {
	/*.footer-top .col-md-3 {
		flex: 0 0 auto;
		width: 50%;
	}*/
}
@media (max-width:1024px) {
	.banner-content {
		padding-left: 20px;
	}
	.dcbanner .dcbanner-image img{
		max-height: 334px;
	}
	.banner-content p {
		font-size: 18px;
	}
	.content-text-bg h4, .content-text-bg h3 {
		font-size: 22px;
	}
	.tb-main-header-right .tb-header-btn {}
	.banner-content h1, .banner-content h2 {
		font-size: 22px;
	}
	/*.banner-inner-box .banner-content-box {
		width: 50%;
		margin-bottom:15px;
	}*/
	.slider-behind-text {
		font-size: 100px;
	}
	.user-action-btns {
		width: 200px;
		padding-left: 0;
		background: #fff;
		position: absolute;
		display: none;
		z-index: 10;
		border: 1px solid #eaeaea;
		padding: 10px 0;
		border-bottom-width: 2px;
		border-radius: 4px;
		top: 100%;
		margin-top: 10px;
		right: 0;
	}
	.user-action-btns a.user-btn {
		margin: 0px;
		padding: 10px 20px;
		border: none !important;
		background: none !important;
		color: #02173D !important;
		width: 100%;
		display: inline-block;
		text-align: left;
		box-shadow: none !important;
	}
	.banner-section .owl-nav {
		display: none !important;
	}
	.dcaccordion-element .accordion-header .accordion-button {
		font-size: 20px;
	}
	.dcaccordion-element .accordion-header .accordion-button {
		padding-left: 20px;
		padding-right: 20px;
	}
	.dcaccordion-element .accordion-header .accordion-button span {
		height: 30px;
		width: 30px;
		line-height: 30px;
		margin-right: 20px;
		font-size: 18px;
		border-radius: 8px;
	}
	.dcaccordion-element .accordion-body {
		padding-left: 70px;
	}
	.section-title, .section-content-title h2 {
		font-size: 28px;
	}
	.section-content-title h4 {
		font-size: 18px;
	}
	.section-content-title {
		margin-bottom: 50px;
	}
	.dcredefining-icon-box {
		width: 149px;
		height: 223px;
		padding-top: 12px;
	}
	.dcredefining-icon-box .dcredefining-icon {
		width: 125px;
		height: 125px;
		line-height: 115px;
	}
	.dcredefining-icon-box:before {
		width: 149px;
		height: 223px;
	}
	.joinus-section {
		padding-bottom: 200px;
	}
	.join-scroll-img:after {
		bottom: 0;
		height: 450px;
		background-size: contain;
	}
	.footer-content-section, .footer-nav-menu {
		margin-bottom: 50px;
	}
	.contact-info li {
		margin-top: 30px;
	}
	.scholarships-section h3.behind-title, .page-title-section h3.behind-title {
		font-size: 130px;
	}
	.dcnav-tabbing .dcnavtabs-pill a {
		font-size: 18px;
	}
	.dctab-content p {
		font-size: 18px;
	}
	.form-action-btn {
		padding: 15px 0px;
		max-width: 200px;
		font-size: 18px;
	}
	.contact-section, .solutions-section, .register-form-section {
		padding: 50px 0px;
	}
	.inquery-section-content h2 {
		font-size: 35px;
	}
}
@media (max-width:820px) {
	.dcbanner .container{
		padding-right:0px;
	}
	.dcbanner {
		padding-top: 20px;
	}
	.dcbanner .dcbanner-image img {
		max-height: 239px;
	}
	/*.banner-inner-box .banner-content-box {
		width: 109px;
		margin-bottom: 0px;
		padding: 0px 7px;
	}*/
	.banner-inner-box{
		margin:0px;
	}
	.banner-content p {
		font-size: 15px;
		margin-top:0px;
	}
	.banner-content-box a{
		padding-left:10px;
		padding-right:10px;
		min-height: 98px;
	}
	.banner-content-box a h4 {
		font-size: 12px;
	}
	.content-text-bg h4, .content-text-bg h3 {
		font-size: 18px;
	}
	.banner-content h1, .banner-content h2 {
		font-size: 18px;
	}
	.tb-main-header-in {
		padding-left: 20px;
	}
	.footer-join-image img {
		/*max-height: 145px;
		min-height: 145px;*/
	}
	.tb-site-header .tb-main-header {
		height: auto;
	}
	.tb-custom-logo {
		max-height: 60px;
	}
	.tb-main-header-right .tb-header-btn {
		margin-right: 62px;
	}
	.dcredefining-content h3 {
		font-size: 18px;
	}
	.dcredefining-content p {
		font-size: 15px;
	}
	.dcredefining-action a {
		padding: 12px 20px;
	}
	.join-action-panel-list li {
		margin-left: 20px;
	}
	.join-action-panel-list li a {
		padding: 12px 40px;
	}
	.dcnav-tabbing .dcnavtabs-pill a {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 16px;
	}
	.inquery-section-content {
		padding: 50px 50px;
	}
	.inquery-action-btn {
		margin-top: 50px;
	}
}
@media (max-width:736px) {
	.inquery-section-content p {
		font-size: 18px;
		margin-top: 20px;
	}
	.web-form .form-group {
		margin-bottom: 15px;
		margin-top: 0;
	}
	.inquery-section-content {
		padding: 30px 20px;
	}
	.inquery-section-content h2 {
		font-size: 24px;
	}
	.inquery-action-btn {
		max-width: 250px;
		padding: 15px 0px;
	}
	.header-action-btns button,
	.header-action-btns .register-btn {
		font-size: 12px;
		padding: 8px 15px;
		margin-left: 5px;
	}
}
@media (max-width:580px) {
	.banner-content{
		padding-left: 0px;
	}
	.dcbanner{
		min-height: 500px;
	}
	.banner-content br{
		display:none;
	}
	.banner-content, .dcbanner-image {
		width: 100%;
		text-align: center;
	}
	.banner-content-box a{
		min-height:auto;
	}
	.banner-inner-box .banner-content-box {
		width: 50%;
		margin-bottom: 10px;
	}
	.banner-content {
		margin-bottom: 30px;
	}
	.dcbanner .dcbanner-image {
		margin-bottom: 20px;
	}
	.dcbanner .dcbanner-image img {
		max-height: 260px;
		margin: 0 auto;
	}
	.content-text-bg h4{
		padding: 7px 10px;
		border-radius: 4px;
		font-size:16px;
	}
	.content-text-bg h3{
		margin-left:15px;
		padding: 7px 10px;
		border-radius: 4px;
		font-size:16px;
	}
	.content-multi-title h1{
		padding: 7px 10px;
		border-radius: 4px;
		font-size:16px;
	}
	.banner-content p a{
		display:block;
		margin:0 auto;
		background: #1A73E8;
		border-radius: 4px;
		box-shadow: 0px 10px 10px rgb(0 0 0 / 5%);
		display: inline-block;
		text-transform: uppercase;
		color: #ffffff;
		font-size: 12px;
		font-family: "Poppins-SemiBold";
		padding: 12px 30px;
		margin-top: 5px;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.content-multi-title{
		display:flex;
		align-items:center;
		flex-wrap:wrap;
		justify-content: center;
	}
	.banner-inner-box{
		justify-content: center;
	}
	.redefining-section {
		padding-top: 50px;
		padding-bottom: 10px;
	}
	.dcaccordion-element {
		margin-top: 50px;
	}
	.dcredefining-box {
		margin-bottom: 50px;
	}
	h3.behind-title {
		font-size: 70px;
	}
	.section-content {
		margin-top: 30px;
	}
	.joinus-section {
		padding-bottom: 100px;
		padding-top: 50px;
	}
	.join-scroll-img:after {
		height: 210px;
	}
	.section-title, .section-content-title h2 {
		font-size: 22px;
	}
	.join-action-panel-list {
		flex-wrap: wrap;
	}
	.join-action-panel-list li {
		margin: 10px 0px;
		width: 100%;
	}
	.footer-top {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	/*.footer-top .col-md-3 {
		flex: 0 0 auto;
		width: 100%;
	}*/
	.contact-info li {
		margin-top: 20px;
		padding-left: 44px;
	}
	.scholarships-section h3.behind-title, .page-title-section h3.behind-title {
		font-size: 70px;
	}
	.solutions-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.dcnav-tabbing .dcnavtabs-pill a {
		width: 100%;
		margin-bottom: 10px;
	}
	.dcnav-tabbing .dcnavtabs-pill a:hover, .dcnav-tabbing .dcnavtabs-pill a.active {
		background: #EB761C;
		color: #ffffff;
		-webkit-text-stroke-width: 0px;
		-webkit-text-stroke-color: #ffffff;
	}
	.dcnav-tabbing .dcnavtabs-pill a:before, .dcnav-tabbing .dcnavtabs-pill a:after {
		bottom: 5px;
	}
	.contact-contant-element h2 {
		font-size: 22px;
	}
	.contact-contant-element {
		margin-top: 50px;
	}
	.footer-bottom p {
		font-size: 16px;
	}
	.form-select-radio input[type=radio] + label {
		padding: 10px 25px;
	}
	.form-select-radio .form-group {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 15px;
	}
	.register-form-section .section-title {
		font-size: 24px;
	}
	.web-form input {
		height: 50px;
	}
	.web-form label {
		margin-bottom: 5px;
	}
	.inquery-section-content h2 {
		font-size: 20px;
	}
	.inquery-action-btn {
		font-size: 16px;
	}
	.tb-main-header-right .tb-header-btn {
		margin-right: 52px;
	}
	.mobile-user-res {
		margin-left: 10px;
	}
	.slider-behind-text {
		font-size: 70px;
	}
	.dcbanner .dcbanner-image img {
		max-height: 200px;
	}
	.banner-content h1, .banner-content h2 {
		font-size: 18px;
	}
	.dcbanner .container {
		padding-right: .75rem;
	}
	.user-action-btns {
		width: 150px;
	}
	.desklogin-action-btns ul li a, .user-action-btns a.user-btn {
		padding: 5px 10px;
		font-size: 14px;
	}
}
@media (max-width:380px) {
	.banner-inner-box .banner-content-box:last-child{
		width: 60%;
	}
}


/*======= pagination CSS =============*/

.pagination{
	justify-content: center;
}
.pagination .page-link {
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 0px;
    line-height: 40px;
    margin: 0 10px;
	color:#333333;
}
.pagination .page-item.active .page-link{
	background: #EB761C;
    border-color: #EB761C;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link{
	font-size:30px;
}

/*======= pagination CSS =============*/

/*======= Loader CSS =============*/

.loading-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}
.loading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  position: absolute;
  left: 50%;
  top: 50%;
}

@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/*======= SLIDER CSS =============*/

.flex-slide {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.flex-about .banner-content h1{
	color:#02173D;
}
.flex-about h6{
	font-family: "Poppins-Medium";
	color:#02173D;
}
.flex-title {
	font-family: "Poppins-Bold";
	color: #ffffff;
	position: relative;
	font-size: 20px;
	margin: auto;
	text-align: center;
	top: 50%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	text-transform:uppercase;
}
.flex-title span{
	position: relative;
    display: inline-block;
}
.flex-title span:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 2px;
    background: #ffffff;
    width: 100%;
    max-width: 98px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.flex-slide:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(to bottom, #041e4d, #011b43, #011839, #021430, #020f26);
	opacity: 0.55;
		
}
.flex-backdrop {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
   -webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.swal-footer {
    text-align: center;
}
.swal-button {
    background-color: #EB761C;
}
.swal-button:not([disabled]):hover {
    background-color: #EB761C;
}
.swal-button:focus {
    box-shadow: unset;
}
.gocover {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
}

@media screen and (min-width: 1025px) {
	.flex-container {
	  position: absolute;
	  height: 100vh;
	  max-height: 709px;
	  width: 100%;
	  display: -webkit-flex;
	  display: flex;
	  overflow: hidden;
	}
	.flex-about:before{
		content:'';
		position:absolute;
		left:-5px;
		top:-5px;
		height:100%;
		width:100%;
		border: 1px solid #EB761C;
	}
	.flex-slide {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		cursor: pointer;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		position: relative;
	}
	.flex-slide:hover:before,
	.flex-slide.active:before {
		background-image: linear-gradient(to bottom, #dddddd, #dbdbdb, #d9d9d9, #d8d8d8, #d6d6d6);
		opacity:0.85;
	}
	.flex-slide:hover .flex-backdrop,
	.flex-slide.active .flex-backdrop{
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
	}
	.flex-about {
		display:none;
		opacity: 0;
		color: #02173D;
		position: relative;
		width: 70%;
		font-size: 2vw;
		padding: 5%;
		top: 50%;
		border: 2px solid #EB761C;
		line-height: 1.3;
		margin: auto;
		text-align: left;
		transform: translateY(-50%);
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
	.flex-slide.active .flex-about{
		opacity:1;
		display:block;
	}

	.flex-slide.active .flex-title{
		display:none;
	}
	.flex-slide:hover,
	.flex-slide.active {
		-webkit-flex-grow: 3;
		flex-grow: 3;
		background-size: cover;
	}
	.home-banner-container{
		position:relative;
		width:100%;
		height:100vh;
		max-height:709px;
	}
}

@media screen and (max-width: 1024px) {
	.register-dcpopup{
		max-width: 95%;
	}
	.register-dcpopup,
	.register-dcpopup .modal-content{
		/*max-height: 90%;*/
	}
	.register-dcpopup-content{
		max-width: 60%;
	}
	.register-dcpopup-content h4{
		font-size: 24px;
	}
	.register-dcpopup-content h3{
		font-size: 50px;
	}
	.flex-slide {
		padding: 40px 0;
	}
	.flex-slide.active .flex-title{
		display:none;
	}
	.flex-about .banner-content h1{
		color:#ffffff;
	}
	.scholarships-section,
	.solutions-section{
		height:auto;
	}
	.flex-title{
		display:none;
	}
	.flex-about {
		position: relative;
		width: 90%;
		padding: 5%;
		line-height: 1.3;
		margin: auto;
		text-align: center;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
}

@media screen and (max-width: 820px) {
	.footer-top .row > .col-md-3,
	.footer-top .row > .col-md-6{
		width: 100%;
	}
	.register-dcpopup, .register-dcpopup .modal-content {
		max-height: initial;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.sec-img{
		margin-bottom:40px;
	}
	.register-dcpopup .dc-close img{
		max-height: 70px;
	}
	.register-dcpopup-content h4 {
		font-size: 14px;
	}
	.register-dcpopup-content h3 {
		font-size: 28px;
	}
	.register-dcpopup-content p{
		font-size: 12px;
	}
	.register-dcpopup .modal-content .modal-body {
		padding: 30px 0px;
	}
	.register-dcpopup-button{
		padding: 8px 15px;
		margin-top: 10px;
		font-size: 14px;
	}
	.register-dcpopup .dc-close{
		right:-15px;
		top:-25px;
	}
	.footer-bottom .copyrights,
	.footer-bottom .poweredby{
		text-align:center;
		margin:3px 0px;
	}
}
@media screen and (max-width: 380px) {
	.register-dcpopup-content h4 {
		font-size: 10px;
		margin:0px;
	}
	.register-dcpopup-content h3 {
		font-size: 20px;
		margin:0px;
	}
	.register-dcpopup-content p{
		font-size: 10px;
	}
	.register-dcpopup-button{
		padding: 8px 10px;
		margin-top: 0px;
		font-size: 11px;
	}
}