* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	font-family: 'GothamBook' !important;
	font-size: 16px !important;
	color: #000 !important;
	line-height: 28px !important;
	overflow-x: hidden;
}

.container {
	max-width: 1230px !important;
	padding: 0px !important;
}

/*** Navbar ***/

.navbar {
	padding: 9.6px 22px 9.5px 24px !important;
	border-radius: 45px;
	filter: drop-shadow(0px 4px 7.5px rgba(0, 0, 0, 0.25));
	background-color: #ffffff;
	min-height: 75px;
}

.navbar-nav {
	align-items: center;
}

/* .navbar-nav>a:last-child {
                margin-right: 7px!important;
            }
             */

.navbar .navbar-brand {
	display: flex;
	align-items: center;
}

.navbar .navbar-brand img {
	height: 70px;
}

.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
	margin-right: -1px;
	color: #191919 !important;
	font-size: 15px;
	/* text-transform: capitalize; */
	outline: none;
	font-family: 'Poppins-Medium';
	padding: 20px 20px !important;
}

.navbar .dropdown-toggle::after {
	display: none !important;
}

@media (max-width: 991.98px) {
	.navbar .navbar-nav .nav-link {
		margin-right: 0;
		padding: 10px 0;
	}
}

.navbar .navbar-nav .nav-link {
	color: var(--dark);
	font-weight: 500;
}

@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		border: none;
		margin-top: 0;
		top: 150%;
		opacity: 0;
		visibility: hidden;
		transition: .5s;
	}

	.navbar .nav-item:hover .dropdown-menu {
		top: 100%;
		visibility: visible;
		transition: .5s;
		opacity: 1;
	}
}

/* font families */

.fnt-gbold {
	font-family: 'GothamBold';
}

.fnt-gbook {
	font-family: 'GothamBook';
}

.fnt-glight {
	font-family: 'GothamLight';
}

.fnt-gmedium {
	font-family: 'GothamMedium';
}

.fnt-pbold {
	font-family: 'Poppins-Bold';
}

.fnt-plight {
	font-family: 'Poppins-Light';
}

.fnt-pmedium {
	font-family: 'Poppins-Medium';
}

.fnt-pregular {
	font-family: 'Poppins-Regular';
}

.fnt-psemi {
	font-family: 'Poppins-SemiBold';
}

.fnt-ssemi {
	font-family: 'Syne-SemiBold';
}

.fnt-sregular {
	font-family: 'Syne-Regular';
}

.fnt-smedium {
	font-family: 'Syne-Medium';
}

.fnt-sbold {
	font-family: 'Syne-Bold';
}

.fnt-gbold {
	font-family: 'GothamMedium';
}

.fnt-gbold {
	font-family: 'GothamMedium';
}

.fnt-gbold {
	font-family: 'GothamMedium';
}

.fnt-gbold {
	font-family: 'GothamMedium';
}

.fnt-gbold {
	font-family: 'GothamMedium';
}

.fnt-gbold {
	font-family: 'GothamMedium';
}

/* Top Nav */

.top-nav {
	background-image: linear-gradient(90deg, #1d1f2b 0%, #4f4f4f 100%);
	font-family: 'GothamBook';
	color: #fff;
	padding: 6px 0px 20px 0px;
}

.h-mail {
	margin-top: -2px !important;
}

/* header dropdown css */
.dropbtn {
	color: white;
}

.event-drop {
	position: relative;
	display: inline-block;
}

.event-drop .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.5em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.35em solid;
	border-right: 0.35em solid transparent;
	border-bottom: 0;
	border-left: 0.35em solid transparent;
	transform: translateY(2px);
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 180px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	top: 27px;
}

.dropdown-content a {
	color: black !important;
	padding: 8px 16px;
	text-decoration: none;
	display: block;
	font-size: 15px;
}

.dropdown-content a:hover {
	background-color: #01b4ae;
}

.event-drop:hover .dropdown-content {
	display: block;
}

.menu-icon {
	cursor: pointer;
	margin-top: 10px;
	display: none;
}

/* header dropdown css ends here */

.top-nav a {
	color: #fff;
}

.social-sec {
	display: flex;
}

.social-sec img {
	width: 28px !important;
	height: 28px;
}

.social-sec a {
	margin-left: 15px;
}

.social-sec a:first-child {
	margin-left: 0px;
}

.top-sec-in ul {
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding-right: 30px; */
	position: relative;
	z-index: 99;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.top-sec-in ul li {
	margin: 0px 20px;
}

.t-ico {
	transform: translateY(-2px);
	margin-right: 8px;
}

.mail-ico {
	transform: translateY(-1px);
}

.call-icon {
	margin-right: 5px;
}

/* .top-sec-in>div:not(:last-child) { */
/* padding-left: 30px; */
/* } */


a {
	text-decoration: none !important;
}

.bottom-nav {
	padding: 0px 100px;
	position: fixed;
	/* z-index: 1030; */
	z-index: 85;
	width: 100%;
}

.pl-10p {
	padding-left: 10px;
}

.pr-10p {
	padding-right: 10px;
}

.carousel-caption {
	padding: 0px 100px !important;
	left: 0 !important;
	right: auto !important;
	top: 50%;
	transform: translateY(-50%);
	bottom: auto !important;
	text-align: left !important;
	margin-top: 30px;
	z-index: 5;
}

.caption{
	 position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

/* .abc{position:relative;} */



.carousel-item>img {
	-webkit-animation: zoom 25s;
	animation: zoom 25s;
	width: 100%;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.15, 1.15);
	}
}

.banner-head {
	font-size: 48px;
	filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.7));
	letter-spacing: 0.5px;
	line-height: 56px;
	color: #ffffff;
	font-family: 'Syne-SemiBold';
	margin-bottom: 30px;
}

.banner-btn {
	background: transparent linear-gradient(166deg, #E2A531 0%, #E26D30 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 1px 5px #9c27b01f;
	border-radius: 3px;
	opacity: 1;
	color: #fff;
	padding: 14.5px 62px;
	margin-top: 40px;
	margin-bottom: 60px;
	display: inline-block;
	text-transform: uppercase;
}

.a-f {
	font-family: 'arial-bold-mt';
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 30px;
}

.banner-bdr {
	position: relative;
}

.banner-bdr::before {
	height: 80%;
	width: 1px;
	background: #fff;
	margin: 0px 23px;
	display: flex;
	content: '';
	align-items: center;
	margin-top: 3px;
}

.b-l {
	line-height: 20px;
	font-size: 15px;
	letter-spacing: 0px;
  }

.banner-btn-icon {
	position: relative;
}

.banner-btn-icon img {
	position: absolute;
	left: 254px;
	top: 65px;
	z-index: -1;
}

.sec-title {
	font-size: 40px;
	color: #111111;
	font-family: 'Syne-Medium';
	line-height: 46px;
}

.service-sec .sec-title {
	margin-bottom: 37px;
}

.ser-head {
	font-size: 22px;
	color: #111111;
	font-family: 'GothamMedium';
	letter-spacing: 0px;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ser-p {
	font-family: 'GothamBook';
	font-size: 16px;
	color: #282828;
	line-height: 24px;
}

.ser-btn {
	border-radius: 20px;
	background-color: rgba(1, 180, 174, 0);
	border: 1px solid #01b4ae;
	padding: 4px 31.13px 5px;
	display: inline-block;
	position: absolute;
	bottom: 25px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #282828;
	font-family: 'GothamBook';
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
	gap: 22px;
}

.service-grid .service-box {
	position: relative;
	/* min-height: 376px; */
	border-radius: 8px;
	/*padding: 20px 15px 80px 15px;*/
	padding: 15px 28px 26px 24px;
	height: 100%;
}

.service-grid .service-box:nth-child(1) {
	background-image: linear-gradient(0deg, #dfe5fd 0%, #fdefe9 100%);
}

.service-grid .service-box:nth-child(2) {
	background-image: linear-gradient(0deg, #e5ebe7 0%, #e5ebe7 100%);
}

.service-grid .service-box:nth-child(3) {
	background-image: linear-gradient(0deg, #fdddd5 0%, #f6e8f9 100%);
}

.service-grid .service-box:nth-child(4) {
	background-image: linear-gradient(0deg, #dfe5ff 0%, #e9f9ff 100%);
}

.service-grid .service-box:nth-child(5) {
	background-image: linear-gradient(0deg, #dfe5fd 0%, #fdefe9 100%);
}

.service-grid .service-box:nth-child(6) {
	background-image: linear-gradient(0deg, #dfe5ff 0%, #e9f9ff 100%);
}

.service-box2 {
	width: 450px;
	position: relative;
	/* min-height: 376px; */
	border-radius: 8px;
	padding: 15px;
	height: 100%;
	text-align: center;
	background-image: linear-gradient(0deg, #e1f9f8 0%, #fdfae3 100%);
	margin-top: 20px;
}

.service-sec {
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #d8e3ef;
}

/* study section */

.study-sec {
	padding-top: 70px;
	padding-bottom: 170px;
	background-image: url(../content/images/bg-one.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}

.study-sec .sec-title {
	margin-bottom: 30px;
}

.study-inner {
	position: relative;
	height: 100%;
	border-radius: 10px;
}

.study-inner img.w-100 {
	border-radius: 5px;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 2s;
	height: 260px;
	border-radius: 5px;
}

.study-inner .content {
	font-family: 'Syne-Medium';
	font-size: 24px;
	color: #ffffff;
	position: absolute;
	bottom: 15px;
	left: 30px;
	z-index: 50;
}

.country-cont {
	display: inline-flex;
	align-items: center;
}

.country-icon {
	height: 50px;
	width: 50px;
	border-radius: 90px;
	background-color: #fff;
	position: relative;
	font-size: 42px;
	color: #000;
	text-align: center;
	margin-right: 15px;
}

.country-icon img {
	height: 100%;
	width: 100%;
}

.study-btn button {
	background-image: linear-gradient(0deg, #01b4ae 0%, #44dbd7 100%);
	padding: 12.5px 40px;
	font-family: 'GothamBook';
	color: #fff;
	letter-spacing: 0px;
	line-height: 30px;
	border: 0px;
	text-transform: uppercase;
	margin-top: 40px;
	border-radius: 3px;
}

button {
	outline: 0 !important;
}

button {
	border: 0px;
	background: transparent;
}

/* on-con-sec */

.on-con-sec {
	padding-top: 85px;
	padding-bottom: 90px;
}

.on-head {
	font-size: 40px;
	font-family: 'Syne-Regular';
	filter: drop-shadow(0px 2px 1.5px rgba(0, 0, 0, 0.5));
	line-height: 46px;
	color: #fff;
	padding-left: 30px;
	padding: 8px 0px 8px 30px;
}

.on-bg-sec {
	background-image: url(../content/images/get-in-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 69px 30px 68px 30px;
	border-radius: 6px;
}

.on-con-btn button {
	border-radius: 50px;
	filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.3));
	background: transparent linear-gradient(166deg, #E2A531 0%, #E26D30 100%) 0% 0% no-repeat padding-box;
	border: 2px solid #fff;
	box-shadow: 0px 1px 5px #9c27b01f;
	padding: 6px 30px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'GothamBook';
	margin-top: 15px;
	margin-bottom: -15px;
}

.on-con-sec .st {
	position: absolute;
	right: 15px;
	bottom: -94px;
}

.on-con-img {
	position: relative;
	margin-left: -26px;
}

.align-center {
	align-items: center;
}

/* counsling section */

.con-subhead {
	color: #01b4ae;
	font-size: 14px;
	font-family: 'GothamMedium';
	letter-spacing: 0px;
	text-transform: uppercase;
}

.consulting-sec {
	padding-bottom: 70px;
	padding-top: 30px;
}

.consulting-sec .sec-title {
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 46px;
	color: #111111;
	font-family: "Syne-Medium";
	margin-bottom: 22px;
	margin-top: 7px;
}

.consulting-sec .study-btn button {
	background: transparent linear-gradient(166deg, #E2A531 0%, #E26D30 100%) 0% 0% no-repeat padding-box;
	margin-top: 45px;
}

/* immigration section */

.immigration-sec {
	padding-top: 80px;
	padding-bottom: 85px;
}

.immigration-inner {
	height: 100%;
	border-bottom-left-radius: 90px;
	border-bottom-right-radius: 90px;
	border-top-left-radius: 90px;
	border-top-right-radius: 90px;
	overflow: hidden;
	position: relative;
}

.immigration-inner img {
	height: 300px;
	object-fit: cover;
	object-position: center;
	transition: s;
}

.immigration-inner:hover .content {
	transform: translate(0%, -50%);
	top: 60%;
	display: block;
	text-align: center;
}

.immigration-inner:hover img {
	transform: scale(1.15);
	transition: 2s;
}

.immigration-inner .content {
	position: absolute;
	bottom: 40px;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-family: 'GothamMedium';
	display: block;
	width: 100%;
	z-index: 50;
	transition: 2s;
}

.immigration-sec .sec-title {
	margin-bottom: 30px;
	margin-top: 4px;
}

/* testimonials section */

.testimonial-sec {
	padding-top: 70px;
	padding-bottom: 180px;
	background: #f2f2f2;
	position: relative;
}

.owl-carousel img {
	width: auto !important;
}

.testi-box {
	background-color: #ffffff;
	filter: drop-shadow(0px 4px 7.5px rgba(0, 0, 0, 0.08));
	padding: 25px;
	margin: 5px;
	position: relative;
}

.testi-box p {
	font-family: 'GothamBook';
	font-size: 15px;
	color: #1b1b1b;
	line-height: 25px;
}

.testi-user {
	font-family: 'GothamMedium';
	font-size: 18px;
	color: #1b1b1b;
	display: flex;
	align-items: center;
}

.testi-user img {
	padding-right: 10px;
}

.testimonial-sec .sec-title {
	margin-top: 5px;
	margin-bottom: 10px;
}

.testi-box p {
	margin-top: 12px;
}

/* get  touch section */

.get-in-sec {
	padding-top: 45px;
	padding-bottom: 49px;
	margin-top: -123px;
	background-image: url(../content/images/get-in-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	position: absolute;
	width: 100%;
	z-index: 50px;
}

.get-in-sec .study-btn button {
	background: transparent linear-gradient(166deg, #E2A531 0%, #E26D30 100%) 0% 0% no-repeat padding-box;
	margin-top: 25px;
	padding: 12.5px 63px;
	filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.2));
}

.get-in-sec .sec-title {
	font-size: 42px;
	color: #fff;
}

/* footer section */

.footer-sec {
	padding-top: 160px;
	background: #141518;
	color: #d2d2d2;
}

.footer-sec .footer-list.list-group {
	flex-direction: row;
	list-style-type: none;
	flex-wrap: wrap;
}

.footer-sec2 {
	padding-top: 30px;
	background: #141518;
	color: #d2d2d2;
}

.footer-sec2 .footer-list.list-group {
	flex-direction: row;
	list-style-type: none;
	flex-wrap: wrap;
}

.footer-list li:not(:last-child) a {
	padding-right: 52px;
}

.footer-list li:not(:last-child) a {
	position: relative;
}

.footer-list li:not(:last-child) a::after {
	content: '';
	height: 80%;
	width: 1px;
	background: #d2d2d2;
	position: absolute;
	right: 23px;
	display: flex;
	align-items: center;
	top: 0;
}

.br-h a::after {
	display: none !important;
}

.br-h a {
	padding-right: 0px !important;
}

.footer-list li a {
	font-family: 'GothamBook';
	font-size: 14px;
	text-transform: uppercase;
	line-height: 22px;
	color: #d2d2d2;
	;
}

.b-h::after {
	display: none !important;
}

.footer-box {
	display: inline-flex;
}

/* .footer-list li:nth-child(6) a { */
/* padding-right: 0px !important; */
/* } */

.footer-head {
	font-size: 20px;
	font-family: 'GothamBold';
	color: #d2d2d2;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 5px;
}

.footer-sec .sec-two .sec-two-a a {
	font-family: 'GothamBook';
	font-size: 16px;
	color: #d2d2d2;
}

.footer-sec .sec-two .sec-two-a a {
	font-family: 'GothamBook';
	font-size: 16px;
	color: #d2d2d2;
}

.footer-sec2 .sec-two .sec-two-a a {
	font-family: 'GothamBook';
	font-size: 16px;
	color: #d2d2d2;
}

.footer-sec2 .sec-two .sec-two-a a {
	font-family: 'GothamBook';
	font-size: 16px;
	color: #d2d2d2;
}

.call-li {
	padding: 0;
	margin-bottom: 0;
}

.call-li li {
	list-style: none;
	margin-top: 2px;
}

.comp-gap {
	margin-left: 25px;
}

.footer-subhead {
	font-family: 'mont-bold';
	font-size: 20px;
	color: #d2d2d2;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer-sec .sec-two {
	border-top: 1px solid #222222;
	padding: 30px 0px 30px 0px;
}

.footer-sec .sec-two p {
	letter-spacing: 0px;
	line-height: 24px;
	color: #d2d2d2;
	font-family: 'GothamBook';
}

.footer-sec2 .sec-two {
	border-top: 1px solid #222222;
	padding: 30px 0px 30px 0px;
}

.footer-sec2 .sec-two p {
	letter-spacing: 0px;
	line-height: 24px;
	color: #d2d2d2;
	font-family: 'GothamBook';
}

.flex-end {
	justify-content: flex-end;
}

.copy-sec {
	border-top: 1px solid #222222;
	padding: 15px 0px;
}

.copy-sec .socail-footer a:not(:last-child) {
	padding-right: 25px;
}

.copy-sec p,
.copy-sec a {
	color: #b7b7b1;
	font-size: 14px;
	font-family: 'GothamBook';
}

.footer-help {
	display: flex;
	border: 1px solid #323232;
	padding: 26px 30px 23px 30px;
	align-items: center;
}

.footer-help .help-a {
	font-size: 30px;
	font-family: 'GothamMedium';
	letter-spacing: 1px;
	line-height: 22px;
	color: #d2d2d2;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.ls-1p {
	letter-spacing: 1px;
}

.lh-24 {
	line-height: 24px;
}

.pos-relative {
	position: relative;
}

.sec-one {
	margin-bottom: 30px;
}

.mb-10p {
	margin-bottom: 10px;
}

.mr-5p {
	margin-right: 5px;
}

.mr-10p {
	margin-right: 10px;
}

.rec {
	width: 100%;
	height: 151px;
	background-image: linear-gradient(#02020200, #020202);
	position: absolute;
	bottom: 0;
}

.study-inner:hover img.w-100 {
	transform: scale(1.1);
	transition: 2s;
}

.study-inner {
	overflow: hidden;
}

.bdr-menu span {
	border-radius: 23px;
	background-color: rgba(93, 93, 93, 0);
	border: 2px solid #777777;
	padding: 10.46px 24px;
	overflow: hidden;
	position: relative;
}

.bdr-menu span:hover {
	border-radius: 23px;
	background-color: #01B3AD;
	border: 2px solid #01B3AD;
	padding: 10.46px 24px;
	overflow: hidden;
	position: relative;
	color: #FFFFFF;
}

.bdr-menu span img {
	padding-right: 5px;
	margin-top: -2px;
}

/* .bdr-menu span::before {
                content: '';
                background: #01b4ae;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                border-radius: 50px;
                transition: all .1s;
                z-index: -1;
                transform: scaleX(0);
            }
            
            .bdr-menu span:hover::before {
                transform: scaleX(1);
                transition: all .5s;
                transform-origin: left;
            }
            
            .bdr-menu span:hover {
                border-color: #01b4ae;
            } */
/* sidebar */

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	z-index: 1100;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	font-family: 'Poppins-Medium';
	text-decoration: none;
	font-size: 18px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}

	.sidenav a {
		font-size: 18px;
	}
}

/* ham */

.navbar-toggler[aria-expanded="false"] span {
	transform: none;
	opacity: 1;
}

.navbar-toggler[aria-expanded="true"] span:last-of-type {
	transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
	opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:first-of-type {
	transform: rotate(45deg) translate(6px, 6px);
}

.navbar-toggler span {
	display: block;
	width: 30px;
	height: 2px;
	margin: 6px auto;
	background: #000;
	transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-toggler span {
	display: block;
	width: 30px;
	height: 2px;
	margin: 6px auto;
	background: #000;
	transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-toggler[aria-expanded="true"] span:last-of-type {
	transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
	opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:first-of-type {
	transform: rotate(45deg) translate(6px, 6px);
}

.navbar-light .navbar-toggler {
	border: 0 !important;
	color: transparent;
}

button:focus {
	outline: 0 !important;
}

.navbar-toggler:focus {
	box-shadow: none !important;
}

.justify-center {
	justify-content: center;
}

.justify-space {
	justify-content: space-between;
}

.extraclass {
	top: 0;
	margin-top: 0px;
	transition: 1s;
	position: fixed;
}

.service-box:hover .ser-btn {
	background-color: #01b4ae;
	border-color: #01b4ae;
	transition: .5s;
	color: #fff !important;
}

.banner-btn:hover {
	color: #fff;
	background: transparent linear-gradient(166deg, #E26D30 0%, #E2A531 100%) 0% 0% no-repeat padding-box;
}

.study-btn button:hover {
	background-image: linear-gradient(0deg, #44dbd7 0%, #01b4ae 100%);
}

.consulting-sec .study-btn button:hover,
.get-in-sec .study-btn button:hover {
	background: transparent linear-gradient(166deg, #E26D30 0%, #E2A531 100%) 0% 0% no-repeat padding-box;
}

.on-con-btn button:hover {
	background: transparent linear-gradient(166deg, #E26D30 0%, #E2A531 100%) 0% 0% no-repeat padding-box;
}

.top-sec-in a:hover {
	color: #fff !important;
}

.study-sec .g-5 {
	--bs-gutter-x: 1.875rem !important;
	--bs-gutter-y: 1.875rem !important;
}

/* LAKSHMI css		 */

.w-100 {
	width: 100%;
}

.w-auto {
	width: auto !important;
}

.h-100 {
	height: 100%;
}

/* for display */

.dis-inline-flex {
	display: inline-flex;
}

/* for display inline */
.dis-flex {
	display: flex;
}

/* for display inline */
/* for positions */

.pos-relative {
	position: relative;
}

.pos-absolute {
	position: absolute;
}

/* padding styles */

.p-0 {
	padding: 0px;
}

.p-10p {
	padding: 10px;
}

.p-15p {
	padding: 15px;
}

.p-20p {
	padding: 20px;
}

.p-25p {
	padding: 25px;
}

.p-30p {
	padding: 30px;
}

.p-40p {
	padding: 40px;
}

.pt-5p {
	padding-top: 5px;
}

.pt-10p {
	padding-top: 10px;
}

.pt-15p {
	padding-top: 15px;
}

.pt-20p {
	padding-top: 20px;
}

.pt-30p {
	padding-top: 30px;
}

.pt-40p {
	padding-top: 40px;
}

.pt-50p {
	padding-top: 50px;
}

.pt-60p {
	padding-top: 60px;
}

.pt-70p {
	padding-top: 70px;
}

.pt-80p {
	padding-top: 80px;
}

.ptb-5p {
	padding-top: 5px;
	padding-bottom: 5px;
}

.ptb-10p {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ptb-15p {
	padding-top: 15px;
	padding-bottom: 15px;
}

.ptb-20p {
	padding-top: 20px;
	padding-bottom: 20px;
}

.ptb-25p {
	padding-top: 25px;
	padding-bottom: 25px;
}

.ptb-30p {
	padding-top: 30px;
	padding-bottom: 30px;
}

.ptb-40p {
	padding-top: 40px;
	padding-bottom: 40px;
}

.ptb-50p {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ptb-60p {
	padding-top: 60px;
	padding-bottom: 60px;
}

.ptb-70p {
	padding-top: 70px;
	padding-bottom: 70px;
}

.plr-10p {
	padding-left: 10px;
	padding-right: 10px;
}

.plr-20p {
	padding-left: 20px;
	padding-right: 20px;
}

.plr-30p {
	padding-left: 30px;
	padding-right: 30px;
}

.pb-10p {
	padding-bottom: 10px;
}

.pb-15p {
	padding-bottom: 15px;
}

.pb-20p {
	padding-bottom: 20px;
}

.pb-30p {
	padding-bottom: 30px;
}

.pb-40p {
	padding-bottom: 40px;
}

.pb-60p {
	padding-bottom: 60px;
}

.pb-80p {
	padding-bottom: 80px;
}

.ptb-4060p {
	padding-top: 40px;
	padding-bottom: 60px;
}

.pr-0p {
	padding-right: 0px;
}

.pl-0p {
	padding-left: 0px;
}

.pl-10p {
	padding-left: 10px;
}

.pl-15p {
	padding-left: 15px;
}

.pl-20p {
	padding-left: 20px;
}

.pl-25p {
	padding-left: 25px;
}

.pl-50p {
	padding-left: 50px;
}

.pr-20p {
	padding-right: 20px;
}

.pr-50p {
	padding-right: 50px;
}

/* margin styles */

.m-0 {
	margin: 0px;
}

.m-15p {
	margin: 15px;
}

.m-lr-auto {
	margin: 0px auto;
}

.mt-5p {
	margin-top: 5px;
}

.mt-8p {
	margin-top: 8px;
}

.mt-10p {
	margin-top: 10px;
}

.mt-12p {
	margin-top: 12px;
}

.mt-15p {
	margin-top: 15px;
}

.mt-20p {
	margin-top: 20px;
}

.mt-25p {
	margin-top: 25px;
}

.mt-30p {
	margin-top: 30px;
}

.mt-40p {
	margin-top: 40px;
}

.mt-45p {
	margin-top: 45px;
}

.mt-50p {
	margin-top: 50px;
}

.mt-60p {
	margin-top: 60px;
}

.mt-70p {
	margin-top: 70px;
}

.mt-80p {
	margin-top: 80px;
}

.mt-90p {
	margin-top: 90px;
}

.mt-100p {
	margin-top: 100px;
}

.mb-0p {
	margin-bottom: 0px;
}

.mb-5p {
	margin-bottom: 5px;
}

.mb-10p {
	margin-bottom: 10px;
}

.mb-15p {
	margin-bottom: 15px;
}

.mb-20p {
	margin-bottom: 20px;
}

.mb-25p {
	margin-bottom: 25px;
}

.mb-30p {
	margin-bottom: 30px;
}

.mb-40p {
	margin-bottom: 40px;
}

.mb-60p {
	margin-bottom: 60px;
}

.mb-70p {
	margin-bottom: 70px;
}

.mb-80p {
	margin-bottom: 80px;
}

.mtb-2040p {
	margin-top: 20px;
	margin-bottom: 40px;
}

.mtb-5p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mtb-10p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mtb-15p {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mtb-20p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mtb-30p {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mtb-40p {
	margin-top: 40px;
	margin-bottom: 40px;
}

.mtb-50p {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mtb-60p {
	margin-top: 60px;
	margin-bottom: 60px;
}

.mlr-10p {
	margin-left: 10px;
	margin-right: 10px;
}

.mlr-20p {
	margin-left: 20px;
	margin-right: 20px;
}

.ml-10p {
	margin-left: 10px;
}

.ml-15p {
	margin-left: 15px;
}

.ml-45p {
	margin-left: 45px;
}

.mr-5p {
	margin-right: 5px;
}

.mr-10p {
	margin-right: 10px;
}

.mr-15p {
	margin-right: 15px;
}

.mr-50p {
	margin-right: 50px;
}

.mr-40p {
	margin-right: 40px;
}

.mr-30p {
	margin-right: 30px;
}

.mr-20p {
	margin-right: 20px;
}

/* for border radius  */

.brad-0 {
	border-radius: 0;
}

.brad-2 {
	border-radius: 2px;
}

.brad-3 {
	border-radius: 3px;
}

.brad-4 {
	border-radius: 4px;
}

.brad-5 {
	border-radius: 5px;
}

.brad-8 {
	border-radius: 8px;
}

.brad-50 {
	border-radius: 50px;
}

/* for borders  */

.br-0p {
	border: 0;
}

/* for letter spacing  */

.ls-1p {
	letter-spacing: 1px;
}

.ls-2p {
	letter-spacing: 2px;
}

.ls-3p {
	letter-spacing: 3px;
}

.ls-4p {
	letter-spacing: 4px;
}

/* for text-patterns*/

.txt-up {
	text-transform: uppercase;
}

.txt-cap {
	text-transform: capitalize;
}

.txt-undline {
	text-decoration: underline !important;
}

/* for backgorund colors */

.bg-white {
	background-color: white;
}

.bg-black {
	background-color: #000000;
}

.bg-trans {
	background: transparent;
}

/* for text-colors*/

.text-black {
	color: #000000;
}

.text-white {
	color: #fff;
}

.text-f1color {
	color: #262626;
}

.text-f2color {
	color: #666a72;
}

.text-blue {
	color: #0051a3;
}

.text-b1color {
	color: #1b66f0;
}

.text-b2color {
	color: #0e1b2c;
}

.text-orange {
	color: #fa7126;
}

/* z-index css */

.z0 {
	z-index: 0;
}

.z1 {
	z-index: 1;
}

.z-1 {
	z-index: -1;
}

.z-2 {
	z-index: -2;
}

/* for text-alignment*/

.align-items {
	align-items: center;
}

.align-flex-end {
	align-items: flex-end;
}

.justify-space {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.justify-flex-end {
	justify-content: flex-end;
}

.wh-space {
	white-space: pre-line;
}

.obj-fit {
	object-fit: cover;
}

/* for font-size */

.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font17 {
	font-size: 17px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font21 {
	font-size: 21px;
}

.font22 {
	font-size: 22px;
}

.font23 {
	font-size: 23px;
}

.font24 {
	font-size: 24px;
}

.font25 {
	font-size: 25px;
}

.font26 {
	font-size: 26px;
}

.font28 {
	font-size: 28px;
}

.font30 {
	font-size: 30px;
}

.font32 {
	font-size: 32px;
}

.font33 {
	font-size: 33px;
}

.font34 {
	font-size: 34px;
}

.font44 {
	font-size: 44px;
}

.font40 {
	font-size: 40px;
}

.font50 {
	font-size: 50px;
}

.font52 {
	font-size: 52px;
}

/* for line-hieght */

.lh-15p {
	line-height: 15px;
}

.lh-16p {
	line-height: 16px;
}

.lh-17p {
	line-height: 17px;
}

.lh-18p {
	line-height: 18px;
}

.lh-20p {
	line-height: 20px;
}

.lh-21p {
	line-height: 21px;
}

.lh-22p {
	line-height: 22px;
}

.lh-23p {
	line-height: 23px;
}

.lh-24p {
	line-height: 24px;
}

.lh-25p {
	line-height: 25px;
}

.lh-26p {
	line-height: 26px;
}

.lh-27p {
	line-height: 27px;
}

.lh-28p {
	line-height: 28px;
}

.lh-33p {
	line-height: 33px;
}

.lh-42p {
	line-height: 42px;
}

.lh-44p {
	line-height: 44px;
}

/* for font-weight */

.fw-600 {
	font-weight: 600;
}

/* for text-alignment*/

.align-center {
	align-items: center;
}

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

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-end {
	text-align: end;
}

.text-justify {
	text-align: justify;
}

.text-initial {
	text-align: initial;
}

.common-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pg-btm {
	margin-bottom: 140px;
}

/* event page */
.common-btn1 {
	background: transparent linear-gradient(166deg, #E2A531 0%, #E26D30 100%) 0% 0% no-repeat padding-box;
	padding: 5px 30px;
}

.common-btn1:hover {
	background: transparent linear-gradient(166deg, #E26D30 0%, #E2A531 100%) 0% 0% no-repeat padding-box;
}

.common-btn2 {
	border: 1px solid #fa7126;
	padding: 5px 30px;
}

/* ---------------------------------------------------------------   */
/* INNER PAGES COMMON CSS  */
/* ---------------------------------------------------------------	*/

.innbanner-sec {
	position: relative;
}

.innbanner-head {
	font-size: 52px;
	letter-spacing: 1px;
	line-height: 64px;
	color: #ffffff;
	font-family: 'Syne-Medium';
	filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.7));
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.inner-banner-heading {
	font-size: 52px;
	letter-spacing: 1px;
	line-height: 64px;
	color: #ffffff;
	font-family: 'Syne-Medium';
	filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.7));
	align-items: center;
	padding-top: 20px;
	padding-top: 100px;
	position: absolute;
	bottom: 105px;
}

.inner-banner-heading2 {
	font-size: 52px;
	letter-spacing: 1px;
	line-height: 64px;
	color: #ffffff;
	font-family: 'Syne-Medium';
	filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.7));
	align-items: center;
	padding-top: 20px;
	padding-top: 100px;
	position: absolute;
	bottom: 54px;
}






.innstudy-hd {
	top: 64%;
}

/* ---------------------------------------------------------------   */
/* ABOUT PAGE CSS  */
/* ---------------------------------------------------------------	*/

.mission-blk {
	margin-top: 90px;
	/* display: grid; */
	/* grid-template-columns: repeat(3,1fr); */
}

.mission-box {
	width: 430px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.4);
	border: 1px solid #d8e4f3;
	padding: 45px;
	min-height: 262px;
}

.mbox3 {
	margin-left: auto;
}

.m-br {
	height: 2px;
	background-color: #01b4ae;
	display: block;
	width: 20%;
	margin: 0px auto;
	margin-top: 15px;
}

.mission-ico {
	margin-top: -55px;
	margin-left: 50px;
}

.mission-ico img {
	width: 265px;
}

/* ---------------------------------------------------------------   */
/* Study in the USA PAGE CSS  */
/* ---------------------------------------------------------------	*/


/* form css */
.study-form-blk {
	border-radius: 5px;
	filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.15));
	background-color: #ffffff;
}

.study-form-hd {
	background-image: linear-gradient(90deg, #114fcb 0%, #259af2 50%, #4bdfcb 100%);
	padding: 16px 25px;
	border-radius: 5px 5px 0px 0px;
}

.study-form {
	padding: 30px;
}

.study-form .form-group {
	margin-top: 38px;
}

.study-form .form-group:first-child {
	margin-top: 7px;
}

.study-form input,
.study-form select,
.study-form textarea {
	font-family: 'GothamBook';
	font-size: 15px;
	color: #666a72;
	border-bottom: 1px solid #999fab !important;
	border: 0px;
	border-radius: 0px;
	padding-bottom: 10px !important;
	padding: 0px;
}

.studyform-btn {
	filter: drop-shadow(0px 3px 0px #009994);
	background-color: #01b4ae;
	padding: 10px 65px;
	font-family: 'GT Walsheim Pro Regular Regular';
	line-height: 28px;
}

.study-form ::placeholder {
	color: #666a72 !important;
	opacity: 1;
}

.preferred {
	font-size: 13px;
	color: #666a72;
}

.review input {
	width: 18px;
	height: 18px !important;
	border-radius: 2px;
	transform: translateY(4px);
	box-shadow: none;
	border: 1px solid gray;
	font-size: 15px;
	margin-right: 5px;
	transform: translateY(1px);
}

.review label {
	font-size: 14px;
}

.lable-t-m25n {
	margin-top: 15px !important;
}

/* ---------------------------------------------------------------   */
/* HOME PAGE CSS  */
/* ---------------------------------------------------------------	*/

/* home page banner css */
.flex-slider {
	width: 100%;
	position: relative
}

.flex-slider .slides {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.flex-slider .slides>li {
	float: left;
	margin-right: -100%;
	width: 100%;
	overflow: hidden;
	height: 700px;
}

.flex-slider .flex-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0
}

.flex-slider .flex-direction-nav .flex-prev,
.flex-slider .flex-direction-nav .flex-next {
	/* background-color:rgba(255,255,255,0.7); */
	padding: 10px;
	text-decoration: none;
	position: absolute;
	height: 1em;
	top: 45%;
	bottom: 0;
	margin: 0 auto;
	z-index: 8;
	text-align: center;
	color: #333;
	max-width: 20px
}

.flex-slider .flex-direction-nav .flex-prev {
	left: 0
}

.flex-slider .flex-direction-nav .flex-next {
	right: 10px;
}

.slide-image {
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.flex-active-slide .slide-image {
	animation: zoomout 15s;
}

@keyframes zoomout {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.10);
	}
}

@media (max-width:768px) {
	.flex-slider .slides>li {
		height: 70vw
	}
}

/* slider dots nav css */
ol.flex-control-nav.flex-control-paging {
	list-style: none;
	display: flex;
	text-align: center;
	margin: auto;
	justify-content: center;
	position: absolute;
	bottom: 4%;
	left: 0;
	right: 0;
	z-index:999;
	padding: 0 !important;
	width: 20%;
}

ol.flex-control-nav.flex-control-paging li {
	margin: 0px 5px;
	cursor: pointer;
}

ol.flex-control-nav.flex-control-paging li a {
	/* background: #000; */
	z-index: 9999;
	font-size: 0;
	padding: 6px;
	border-radius: 50%;
	border: 2px solid #000;
}

ol.flex-control-nav.flex-control-paging li .flex-active {
	background: #000;
	border: 2px solid #000;
}

.flex-direction-nav {
	display: none;
}

/* ---------------------------------------------------------------   */
/* EVENTS PAGE CSS  */
/* ---------------------------------------------------------------	*/

.iaec-ico1 {
	border-radius: 8px 8px 0px 0px;
	height: 335px;
}

.iaec-ico2 {
	border-radius: 8px 0px 0px 8px;
	height: 252px;
	width: 210px;
}

.event-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px;
	row-gap: 30px;
}

.event-ico {
	border-radius: 8px 8px 0px 0px;
	height: 215px;
}

.event-box {
	border-radius: 8px;
	filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.13));
	background-color: #ffffff;
}

.event-cont {
	padding: 25px;
}

/* mega menu css */

.header_area {
	filter: drop-shadow(0px 4px 7.5px rgba(0, 0, 0, 0.25));
}

.navigation {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	font-family: inherit;
	background-color: #fff;
	padding: 0px 0px 0px 24px !important;
	border-radius: 45px;
	background-color: #ffffff;
	min-height: 75px;
}

.navigation * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
	height: 48px;
}

.navigation-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19998;
}

.navigation-hidden {
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.align-to-right {
	float: right;
}

.nav-header {
	float: left;
	padding-top: 4px;
}

.navigation-hidden .nav-header {
	display: none;
}

.nav-brand:hover,
.nav-brand:focus {
	color: #343a40;
}

.navigation-portrait .nav-brand {
	font-size: 18px;
	line-height: 48px;
}

.nav-brand img {
	height: 65px;
}

.nav-logo>img {
	height: 48px;
	margin: 11px auto;
	padding: 0 15px;
	float: left;
}

.nav-logo:focus>img {
	outline: initial;
}

.navigation-portrait .nav-logo>img {
	height: 36px;
	margin: 6px auto 6px 15px;
	padding: 0;
}

.nav-toggle {
	width: 30px;
	height: 30px;
	padding: 6px 2px 0;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: 15px;
	display: none;
	cursor: pointer;
}

.nav-toggle:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: #343a40;
	border-radius: 10px;
	box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
	display: block;
}

.navigation-portrait .nav-menus-wrapper {
	width: 320px;
	height: 100%;
	top: 0;
	left: -400px;
	position: fixed;
	background-color: #fff;
	z-index: 20000;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
	left: auto;
	right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
	left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
	left: auto;
	right: 0;
}

.nav-menus-wrapper-close-button {
	width: 30px;
	height: 40px;
	margin: 10px 7px;
	display: none;
	float: right;
	color: #343a40;
	font-size: 26px;
	cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
	display: block;
}

.nav-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	font-size: 0;
}

.navigation-portrait .nav-menu {
	width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
	float: none;
	text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
	float: none;
}

.nav-menu>li {
	display: inline-block;
	float: left;
	text-align: left;
}

.navigation-portrait .nav-menu>li {
	width: 100%;
	position: relative;
	border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu>li:last-child {
	border-bottom: solid 1px #f0f0f0;
}

.nav-menu+.nav-menu>li:first-child {
	border-top: none;
}

.nav-menu>li>a {
	/* height: 70px; */
	padding: 26px 20px !important;
	display: inline-block;
	font-family: 'Poppins-Medium';
	text-decoration: none;
	font-size: 15px;
	color: #191919 !important;
	transition: color 0.3s, background 0.3s;
	/* line-height: 33px; */
}

.navigation-portrait .nav-menu>li>a {
	width: 100%;
	height: auto;
	padding: 12px 15px 12px 26px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
	color: #ff6b00;
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*="ion-"] {
	width: 18px;
	height: 16px;
	line-height: 16px;
	transform: scale(1.4);
}

.nav-menu>li>a>[class*="ion-"] {
	width: 16px;
	display: inline-block;
	transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
	width: 100%;
	text-align: center;
}

.nav-menu.nav-menu-social>li {
	text-align: center;
	float: none;
	border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
	width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
	font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
	font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
	padding: 15px;
}

.submenu-indicator {
	margin-left: 6px;
	margin-top: 6px;
	float: right;
	transition: all 0.2s;
	display: none;
}

.navigation-portrait .submenu-indicator {
	width: 54px;
	height: 70px;
	margin-top: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 20000;
}

.submenu-indicator-chevron {
	height: 6px;
	width: 6px;
	display: block;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: transparent #70798b #70798b transparent;
	transform: rotate(45deg);
	transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
	position: absolute;
	top: 20px;
	left: 24px;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
	border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
	transform: rotate(-180deg);
	top: -20px;
}

.nav-overlay-panel {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	z-index: 19999;
}

.no-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.nav-search {
	height: 70px;
	float: right;
	z-index: 19998;
}

.navigation-portrait .nav-search {
	height: 48px;
	padding: 0 10px;
	margin-right: 52px;
}

.navigation-hidden .nav-search {
	display: none;
}

.nav-search-button {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	cursor: pointer;
	background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
	width: 50px;
	height: 48px;
	line-height: 46px;
	font-size: 22px;
}

.nav-search-icon {
	width: 14px;
	height: 14px;
	margin: 2px 8px 8px 4px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #343a40;
	text-align: left;
	text-indent: -9999px;
	border: 2px solid;
	border-radius: 50%;
	transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
	content: "";
	pointer-events: none;
}

.nav-search-icon:before {
	width: 2px;
	height: 11px;
	top: 11px;
	position: absolute;
	left: 50%;
	border-radius: 0 0 1px 1px;
	box-shadow: inset 0 0 0 32px;
	transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
	color: #ff6b00;
}

.nav-search>form {
	width: 100%;
	height: 100%;
	padding: 0 auto;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 99;
}

.nav-search-inner {
	width: 70%;
	height: 70px;
	margin: auto;
	display: table;
}

.navigation-portrait .nav-search-inner {
	height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
	height: 70px;
	width: 100%;
	margin: 0;
	padding: 0 12px;
	font-size: 26px;
	text-align: center;
	color: #343a40;
	outline: none;
	line-height: 70px;
	border: none;
	background-color: transparent;
	transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
	height: 48px;
	font-size: 18px;
	line-height: 48px;
}

.nav-search-close-button {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: normal;
	color: #343a40;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
}

.navigation-portrait .nav-search-close-button {
	top: 10px;
	right: 14px;
}

.nav-button {
	margin: 18px 15px 0;
	padding: 8px 14px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
	color: #fff;
	text-decoration: none;
}

.navigation-portrait .nav-button {
	width: calc(100% - 52px);
	margin: 17px 26px;
}

.nav-text {
	margin: 25px 15px;
	display: inline-block;
	color: #343a40;
	font-size: 14px;
}

.navigation-portrait .nav-text {
	width: calc(100% - 52px);
	margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
	margin-top: 15px;
}

.nav-dropdown {
	min-width: 180px;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	list-style: none;
	z-index: 98;
	white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
	width: 100%;
	position: static;
	left: 0;
}

.nav-dropdown .nav-dropdown {
	left: 100%;
}

.nav-menu>li>.nav-dropdown {
	border-top: solid 1px #f0f0f0;
}

.nav-dropdown>li {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	text-align: left;
}

.nav-dropdown>li>a {
	width: 100%;
	padding: 16px 20px;
	display: inline-block;
	text-decoration: none;
	float: left;
	color: #161616;
	text-decoration: none;
	font-size: 16px;
	/* font-family: 'GothamBook'; */

	background-color: #fdfdfd;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
	color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
	right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
	left: auto;
	right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
	text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
	padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
	padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
	padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
	padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
	padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
	right: 15px;
	top: 10px;
	position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
	right: 0;
	top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	transform: rotate(45deg);
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
	border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
	left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
	transform: rotate(135deg);
}

.nav-dropdown-horizontal {
	width: 100%;
	left: 0;
	background-color: #fdfdfd;
	border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
	width: 100%;
	top: 100%;
	left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
	border-top: none;
}

.nav-dropdown-horizontal>li {
	width: auto;
	clear: none;
	position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
	width: 100%;
}

.nav-dropdown-horizontal>li>a {
	position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
	height: 18px;
	top: 11px;
	transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
	height: 42px;
	top: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
	transform: rotate(-180deg);
}

.megamenu-panel {
	width: 1230px;
	padding: 20px 35px;
	display: none;
	/* display: block !important; */
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 14px;
	z-index: 98;
	text-align: left;
	color: inherit;
	border-top: solid 1px #f0f0f0;
	border-radius: 10px;
	filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.13));
	background-color: #ffffff;
	top: 95%;

}

.navigation-portrait .megamenu-panel {
	padding: 25px;
	position: static;
	display: block;
}

.megamenu-panel [class*="container"] {
	width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
	padding: 0;
}

.megamenu-panel-half {
	width: 50%;
}

.megamenu-panel-quarter {
	width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
	width: 100%;
}

.megamenu-panel-row {
	width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
	content: "";
	display: table;
	line-height: 0;
}

.megamenu-panel-row:after {
	clear: both;
}

.megamenu-panel-row [class*="col-"] {
	display: block;
	min-height: 20px;
	float: left;
	margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
	margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
	float: none;
	display: block;
	width: 100% !important;
	margin-left: 0;
	margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
	margin-top: 0;
}

.megamenu-panel-row .col-1 {
	width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
	width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
	width: 22.75%;
}

.megamenu-panel-row .col-4 {
	width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
	width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
	width: 48.5%;
}

.megamenu-panel-row .col-7 {
	width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
	width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
	width: 74.25%;
}

.megamenu-panel-row .col-10 {
	width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
	width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
	width: 100%;
}

.megamenu-tabs {
	width: 100%;
	float: left;
	display: block;
}

.megamenu-tabs-nav {
	width: 20%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
	width: 100%;
}

.megamenu-tabs-nav>li>a {
	width: 100%;
	padding: 10px 16px;
	float: left;
	font-size: 13px;
	text-decoration: none;
	color: #343a40;
	border: solid 1px #eff0f2;
	outline: 0;
	background-color: #fff;
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
	background-color: #f5f5f5;
}

.megamenu-tabs-pane {
	width: 80%;
	min-height: 30px;
	padding: 20px;
	float: right;
	display: none;
	font-size: 13px;
	color: #343a40;
	border: solid 1px #eff0f2;
	background-color: #fff;
}

.megamenu-tabs-pane.active {
	display: block;
}

.navigation-portrait .megamenu-tabs-pane {
	width: 100%;
}

.megamenu-lists {
	width: 100%;
	display: table;
}

.megamenu-list {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	display: inline-block;
	float: left;
	list-style: none;
}

.megamenu-list:last-child {
	margin: 0;
	border: none;
}

.navigation-landscape .megamenu-list {
	margin: -15px 0;
	padding: 20px 0;
	/* border-right: solid 1px #f0f0f0; */
}

.navigation-landscape .megamenu-list:last-child {
	border: none;
}

.megamenu-list>li>a {
	width: 100%;
	padding: 5px 15px;
	display: inline-block;
	color: #161616;
	text-decoration: none;
	font-size: 16px;
	/* font-family: 'GothamBook'; */

}

.megamenu-list>li>a:hover {
	/* background-color: #ff6b00; */
	color: #01b4ae;
}

.megamenu-list>li.megamenu-list-title>a {
	font-size: 22px;
	text-transform: uppercase;
	color: #01b4ae;
	/* font-family: 'GothamBook'; */
	text-transform: capitalize;
}

.megamenu-list>li.megamenu-list-title>a:hover {
	background-color: transparent;
}

.megamenu-list-subtitle a {
	font-size: 16px !important;
	color: #fc882a !important;
}

.navigation-landscape .list-col-2 {
	width: 50%;
}

.navigation-landscape .list-col-3 {
	width: 33%;
}

.navigation-landscape .list-col-4 {
	width: 25%;
}

.navigation-landscape .list-col-5 {
	width: 20%;
}

/* .nav-menu > li > a { */
/* color: #343a40; */
/* text-transform: uppercase; */
/* } */

.nav-dropdown>li>a {
	color: #343a40;
	padding: 10px 20px;
	border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
	color: #01b4ae;
}

.main_header_area.sticky {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9999;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
	width: 100%;
	height: auto;
	padding: 10px 10px 10px 30px;
}

/* @media only screen and (min-width: 320px) and (max-width: 767px) { */
/* .nav-dropdown > li > a, */
/* .megamenu-list > li > a { */
/* width: 65%; */
/* } */
/* } */


.nav-menu .active,
.nav-menu a:hover {
	color: #01b3ad !important;
}


/* menu css */

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown:focus .dropdown-menu {
	display: block;
}

.dropdown:focus-within .dropdown-menu {
	display: block;
}

/* sub menu */

.sm-menu {
	border: 0 !important;
	top: 100%;
	padding: 0 !important;
	border-radius: 0 !important;
	min-width: 180px;
	/* border-top: solid 1px #f0f0f0; */
}

.sm-menu {
	left: 100%;
	top: 0;
}

.sm-menu .dropdown-item {
	display: block;
	position: relative;
	filter: none;
	font-size: 16px !important;
	text-transform: capitalize !important;
	color: #343a40;
	/* padding: 12px 20px !important; */
	/* border-bottom: 1px solid #f6f6f6; */
	/* background-color: #fdfdfd; */
	text-align: initial;
}

.sm-menu .dropdown-item:last-child {
	border-bottom: 0px;
}

.sm-menu .dropdown-item:hover {
	color: #01b4ae !important;
	background: transparent !important;
}

.res-toggle {
	position: absolute;
	right: 40px;
	top: 1px;
	cursor: pointer;
}

.smlb3 .dropdown-toggle::after {
	display: none !important;
}

.smlb3 .res-toggle img {
	height: 9px;
}

/*=========== kiran special class start ==============*/
.list-f li {
	float: left;
}

.list-pn {
	list-style-type: none;
}

.l-p0 {
	padding-left: 0px !important;
}

.l-p1 {
	padding-left: 1px;
}

.l-p2 {
	padding-left: 2px;
}

.l-p3 {
	padding-left: 3px;
}

.l-p4 {
	padding-left: 4px;
}

.l-p5 {
	padding-left: 5px;
}

.l-p6 {
	padding-left: 6px;
}

.l-p7 {
	padding-left: 7px;
}

.l-p8 {
	padding-left: 8px;
}

.l-p9 {
	padding-left: 9px;
}

.l-p10 {
	padding-left: 10px;
}

.l-p15 {
	padding-left: 15px;
}

.l-p20 {
	padding-left: 20px;
}

.l-p22 {
	padding-left: 22px;
}

.l-p23 {
	padding-left: 23px;
}

.l-p25 {
	padding-left: 25px;
}

.l-p30 {
	padding-left: 30px;
}

.l-p35 {
	padding-left: 35px;
}

.l-p40 {
	padding-left: 40px;
}

.l-p45 {
	padding-left: 45px;
}

.l-p50 {
	padding-left: 50px;
}

.l-p55 {
	padding-left: 55px;
}

.l-p60 {
	padding-left: 60px;
}

.l-p65 {
	padding-left: 65px;
}

.l-p70 {
	padding-left: 70px;
}

.l-p75 {
	padding-left: 75px;
}

.l-p80 {
	padding-left: 80px;
}

.l-p85 {
	padding-left: 85px;
}

.l-p90 {
	padding-left: 90px;
}

.l-p95 {
	padding-left: 95px;
}

.l-p100 {
	padding-left: 100px;
}

.r-p0 {
	padding-right: 0px !important;
}

.r-p1 {
	padding-right: 1px;
}

.r-p2 {
	padding-right: 2px;
}

.r-p3 {
	padding-right: 3px;
}

.r-p4 {
	padding-right: 4px;
}

.r-p5 {
	padding-right: 5px;
}

.r-p6 {
	padding-right: 6px;
}

.r-p7 {
	padding-right: 7px;
}

.r-p8 {
	padding-right: 8px;
}

.r-p9 {
	padding-right: 9px;
}

.r-p10 {
	padding-right: 10px;
}

.r-p11 {
	padding-right: 11px;
}

.r-p12 {
	padding-right: 12px;
}

.r-p13 {
	padding-right: 13px;
}

.r-p14 {
	padding-right: 14px;
}

.r-p15 {
	padding-right: 15px;
}

.r-p20 {
	padding-right: 20px;
}

.r-p25 {
	padding-right: 25px;
}

.r-p30 {
	padding-right: 30px;
}

.r-p35 {
	padding-right: 35px;
}

.r-p40 {
	padding-right: 40px;
}

.r-p45 {
	padding-right: 45px;
}

.r-p50 {
	padding-right: 50px;
}

.r-p51 {
	padding-right: 51px;
}

.r-p55 {
	padding-right: 55px;
}

.r-p60 {
	padding-right: 60px;
}

.r-p65 {
	padding-right: 65px;
}

.r-p70 {
	padding-right: 70px;
}

.r-p75 {
	padding-right: 75px;
}

.r-p80 {
	padding-right: 80px;
}

.r-p85 {
	padding-right: 85px;
}

.r-p90 {
	padding-right: 90px;
}

.r-p95 {
	padding-right: 95px;
}

.r-p100 {
	padding-right: 100px;
}

.t-p0 {
	padding-top: 0px !important;
}

.t-p1 {
	padding-top: 1px;
}

.t-p2 {
	padding-top: 2px;
}

.t-p3 {
	padding-top: 3px;
}

.t-p4 {
	padding-top: 4px;
}

.t-p5 {
	padding-top: 5px;
}

.t-p6 {
	padding-top: 6px;
}

.t-p7 {
	padding-top: 7px;
}

.t-p8 {
	padding-top: 8px;
}

.t-p9 {
	padding-top: 9px;
}

.t-p10 {
	padding-top: 10px;
}

.t-p15 {
	padding-top: 15px;
}

.t-p20 {
	padding-top: 20px;
}

.t-p25 {
	padding-top: 25px;
}

.t-p30 {
	padding-top: 30px;
}

.t-p35 {
	padding-top: 35px;
}

.t-p40 {
	padding-top: 40px;
}

.t-p45 {
	padding-top: 45px;
}

.t-p50 {
	padding-top: 50px;
}

.t-p55 {
	padding-top: 55px;
}

.t-p60 {
	padding-top: 60px;
}

.t-p65 {
	padding-top: 65px;
}

.t-p70 {
	padding-top: 70px;
}

.t-p75 {
	padding-top: 75px;
}

.t-p80 {
	padding-top: 80px;
}

.t-p85 {
	padding-top: 85px;
}

.t-p90 {
	padding-top: 90px;
}

.t-p95 {
	padding-top: 95px;
}

.t-p100 {
	padding-top: 100px;
}

.b-p0 {
	padding-bottom: 0px;
}

.b-p1 {
	padding-bottom: 1px;
}

.b-p2 {
	padding-bottom: 2px;
}

.b-p3 {
	padding-bottom: 3px;
}

.b-p4 {
	padding-bottom: 4px;
}

.b-p5 {
	padding-bottom: 5px;
}

.b-p6 {
	padding-bottom: 6px;
}

.b-p7 {
	padding-bottom: 7px;
}

.b-p8 {
	padding-bottom: 8px;
}

.b-p9 {
	padding-bottom: 9px;
}

.b-p10 {
	padding-bottom: 10px;
}

.b-p13 {
	padding-bottom: 13px;
}

.b-p15 {
	padding-bottom: 15px;
}

.b-p20 {
	padding-bottom: 20px;
}

.b-p25 {
	padding-bottom: 25px;
}

.b-p30 {
	padding-bottom: 30px;
}

.b-p35 {
	padding-bottom: 35px;
}

.b-p40 {
	padding-bottom: 40px;
}

.b-p45 {
	padding-bottom: 45px;
}

.b-p50 {
	padding-bottom: 50px;
}

.b-p55 {
	padding-bottom: 55px;
}

.b-p60 {
	padding-bottom: 60px;
}

.b-p65 {
	padding-bottom: 65px;
}

.b-p70 {
	padding-bottom: 70px;
}

.b-p75 {
	padding-bottom: 75px;
}

.b-p80 {
	padding-bottom: 80px;
}

.b-p85 {
	padding-bottom: 85px;
}

.b-p90 {
	padding-bottom: 90px;
}

.b-p95 {
	padding-bottom: 95px;
}

.b-p100 {
	padding-bottom: 100px;
}

.b-p107 {
	padding-bottom: 103px;
}


.t-m1n {
	margin-top: -1px;
}

.t-m2n {
	margin-top: -2px;
}

.t-m3n {
	margin-top: -3px;
}

.t-m4n {
	margin-top: -4px;
}

.t-m5n {
	margin-top: -5px;
}

.t-m6n {
	margin-top: -6px;
}

.t-m7n {
	margin-top: -7px;
}

.t-m8n {
	margin-top: -8px;
}

.t-m9n {
	margin-top: -9px;
}

.t-m10n {
	margin-top: -10px;
}

.t-m15n {
	margin-top: -15px;
}

.t-m20n {
	margin-top: -20px;
}

.t-m25n {
	margin-top: -25px;
}

.t-m30n {
	margin-top: -30px;
}

.t-m35n {
	margin-top: -35px;
}

.t-m40n {
	margin-top: -40px;
}

.t-m45n {
	margin-top: -45px;
}

.t-m50n {
	margin-top: -50px;
}

.t-m55n {
	margin-top: -55px;
}

.t-m60n {
	margin-top: -60px;
}

.t-m65n {
	margin-top: -65px;
}

.t-m70n {
	margin-top: -70px;
}

.t-m75n {
	margin-top: -75px;
}

.t-m80n {
	margin-top: -80px;
}

.t-m85n {
	margin-top: -85px;
}

.t-m90n {
	margin-top: -90px;
}

.t-m92n {
	margin-top: -92px;
}

.t-m95n {
	margin-top: -95px;
}

.t-m100n {
	margin-top: -100px;
}

.t-m0 {
	margin-top: 0px !important;
}

.t-m1 {
	margin-top: 1px;
}

.t-m2 {
	margin-top: 2px;
}

.t-m3 {
	margin-top: 3px;
}

.t-m4 {
	margin-top: 4px;
}

.t-m5 {
	margin-top: 5px;
}

.t-m6 {
	margin-top: 6px;
}

.t-m7 {
	margin-top: 7px;
}

.t-m8 {
	margin-top: 8px;
}

.t-m9 {
	margin-top: 9px;
}

.t-m10 {
	margin-top: 10px;
}

.t-m15 {
	margin-top: 15px;
}

.t-m20 {
	margin-top: 20px;
}

.t-m25 {
	margin-top: 25px;
}

.t-m30 {
	margin-top: 30px;
}

.t-m35 {
	margin-top: 35px;
}

.t-m40 {
	margin-top: 40px;
}

.t-m45 {
	margin-top: 45px;
}

.t-m50 {
	margin-top: 50px;
}

.t-m55 {
	margin-top: 55px;
}

.t-m60 {
	margin-top: 60px;
}

.t-m65 {
	margin-top: 65px;
}

.t-m70 {
	margin-top: 70px;
}

.t-m75 {
	margin-top: 75px;
}

.t-m80 {
	margin-top: 80px;
}

.t-m85 {
	margin-top: 85px;
}

.t-m90 {
	margin-top: 90px;
}

.t-m100 {
	margin-top: 100px;
}

.b-m0 {
	margin-bottom: 0px !important;
}

.b-m1 {
	margin-bottom: 2px;
}

.b-m2 {
	margin-bottom: 2px;
}

.b-m3 {
	margin-bottom: 3px;
}

.b-m4 {
	margin-bottom: 4px;
}

.b-m5 {
	margin-bottom: 5px;
}

.b-m6 {
	margin-bottom: 6px;
}

.b-m7 {
	margin-bottom: 7px;
}

.b-m8 {
	margin-bottom: 8px;
}

.b-m9 {
	margin-bottom: 9px;
}

.b-m10 {
	margin-bottom: 10px;
}

.b-m15 {
	margin-bottom: 15px;
}

.b-m20 {
	margin-bottom: 20px;
}

.b-m25 {
	margin-bottom: 25px;
}

.b-m30 {
	margin-bottom: 30px;
}

.b-m35 {
	margin-bottom: 35px;
}

.b-m40 {
	margin-bottom: 40px;
}

.b-m45 {
	margin-bottom: 45px;
}

.b-m50 {
	margin-bottom: 50px;
}

.b-m55 {
	margin-bottom: 55px;
}

.b-m60 {
	margin-bottom: 60px;
}

.b-m65 {
	margin-bottom: 65px;
}

.b-m70 {
	margin-bottom: 70px;
}

.b-m75 {
	margin-bottom: 75px;
}

.b-m80 {
	margin-bottom: 80px;
}

.b-m85 {
	margin-bottom: 85px;
}

.b-m90 {
	margin-bottom: 90px;
}

.b-m95 {
	margin-bottom: 95px;
}

.b-m100 {
	margin-bottom: 100px;
}

.l-m0 {
	margin-left: 0px !important;
}

.l-m1 {
	margin-left: 1px;
}

.l-m2 {
	margin-left: 2px;
}

.l-m3 {
	margin-left: 3px;
}

.l-m4 {
	margin-left: 4px;
}

.l-m5 {
	margin-left: 5px;
}

.l-m6 {
	margin-left: 6px;
}

.l-m7 {
	margin-left: 7px;
}

.l-m8 {
	margin-left: 8px;
}

.l-m9 {
	margin-left: 9px;
}

.l-m10 {
	margin-left: 10px;
}

.l-m15 {
	margin-left: 15px;
}

.l-m20 {
	margin-left: 20px;
}

.l-m25 {
	margin-left: 25px;
}

.l-m30 {
	margin-left: 30px;
}

.l-m35 {
	margin-left: 35px;
}

.l-m40 {
	margin-left: 40px;
}

.l-m45 {
	margin-left: 45px;
}

.l-m50 {
	margin-left: 50px;
}

.l-m55 {
	margin-left: 55px;
}

.l-m60 {
	margin-left: 60px;
}

.l-m65 {
	margin-left: 65px;
}

.l-m70 {
	margin-left: 70px;
}

.l-m75 {
	margin-left: 75px;
}

.l-m80 {
	margin-left: 80px;
}

.l-m85 {
	margin-left: 85px;
}

.l-m90 {
	margin-left: 90px;
}

.l-m95 {
	margin-left: 95px;
}

.l-m100 {
	margin-left: 100px;
}

.r-m0 {
	margin-right: 0px !important;
}

.r-m1 {
	margin-right: 1px;
}

.r-m2 {
	margin-right: 2px;
}

.r-m3 {
	margin-right: 3px;
}

.r-m4 {
	margin-right: 4px;
}

.r-m5 {
	margin-right: 5px;
}

.r-m6 {
	margin-right: 6px;
}

.r-m7 {
	margin-right: 7px;
}

.r-m8 {
	margin-right: 8px;
}

.r-m9 {
	margin-right: 9px;
}

.r-m10 {
	margin-right: 10px;
}

.r-m11 {
	margin-right: 11px;
}

.r-m12 {
	margin-right: 12px;
}

.r-m15 {
	margin-right: 15px;
}

.r-m20 {
	margin-right: 20px;
}

.r-m25 {
	margin-right: 25px;
}

.r-m30 {
	margin-right: 30px;
}

.r-m35 {
	margin-right: 35px;
}

.r-m40 {
	margin-right: 40px;
}

.r-m45 {
	margin-right: 45px;
}

.r-m50 {
	margin-right: 50px;
}

.r-m55 {
	margin-right: 55px;
}

.r-m60 {
	margin-right: 60px;
}

.r-m65 {
	margin-right: 65px;
}

.r-m70 {
	margin-right: 70px;
}

.r-m75 {
	margin-right: 75px;
}

.r-m80 {
	margin-right: 80px;
}

.r-m85 {
	margin-right: 85px;
}

.r-m90 {
	margin-right: 90px;
}

.r-m95 {
	margin-right: 95px;
}

.r-m100 {
	margin-right: 100px;
}

.l-r-m-auto {
	margin-left: auto;
	margin-right: auto;
}

.l-r-m0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.l-r-m1 {
	margin-left: 1px;
	margin-right: 1px;
}

.l-r-m2 {
	margin-left: 2px;
	margin-right: 2px;
}

.l-r-m3 {
	margin-left: 3px;
	margin-right: 3px;
}

.l-r-m4 {
	margin-left: 4px;
	margin-right: 4px;
}

.l-r-m5 {
	margin-left: 5px;
	margin-right: 5px;
}

.l-r-m6 {
	margin-left: 6px;
	margin-right: 6px;
}

.l-r-m7 {
	margin-left: 7px;
	margin-right: 7px;
}

.l-r-m8 {
	margin-left: 8px;
	margin-right: 8px;
}

.l-r-m9 {
	margin-left: 9px;
	margin-right: 9px;
}

.l-r-m10 {
	margin-left: 10px;
	margin-right: 10px;
}

.l-r-m15 {
	margin-left: 15px;
	margin-right: 15px;
}

.l-r-m20 {
	margin-left: 20px;
	margin-right: 20px;
}

.l-r-m25 {
	margin-left: 25px;
	margin-right: 25px;
}

.l-r-m30 {
	margin-left: 30px;
	margin-right: 30px;
}

.l-r-m35 {
	margin-left: 35px;
	margin-right: 35px;
}

.l-r-m40 {
	margin-left: 40px;
	margin-right: 40px;
}

.l-r-m45 {
	margin-left: 45px;
	margin-right: 45px;
}

.l-r-m50 {
	margin-left: 50px;
	margin-right: 50px;
}

.l-r-m55 {
	margin-left: 55px;
	margin-right: 55px;
}

.l-r-m60 {
	margin-left: 60px;
	margin-right: 60px;
}

.l-r-m65 {
	margin-left: 65px;
	margin-right: 65px;
}

.l-r-m70 {
	margin-left: 70px;
	margin-right: 70px;
}

.l-r-m75 {
	margin-left: 75px;
	margin-right: 75px;
}

.l-r-m80 {
	margin-left: 80px;
	margin-right: 80px;
}

.l-r-m85 {
	margin-left: 85px;
	margin-right: 85px;
}

.l-r-m90 {
	margin-left: 90px;
	margin-right: 90px;
}

.l-r-m95 {
	margin-left: 95px;
	margin-right: 95px;
}

.l-r-m100 {
	margin-left: 100px;
	margin-right: 100px;
}

.t-b-p0 {
	padding-bottom: 0;
	padding-top: 0;
}

.t-b-p1 {
	padding-bottom: 1px;
	padding-top: 1px;
}

.t-b-p2 {
	padding-bottom: 2px;
	padding-top: 2px;
}

.t-b-p3 {
	padding-bottom: 3px;
	padding-top: 3px;
}

.t-b-p4 {
	padding-bottom: 4px;
	padding-top: 4px;
}

.t-b-p5 {
	padding-bottom: 5px;
	padding-top: 5px;
}

.t-b-p6 {
	padding-bottom: 6px;
	padding-top: 6px;
}

.t-b-p7 {
	padding-bottom: 7px;
	padding-top: 7px;
}

.t-b-p8 {
	padding-bottom: 8px;
	padding-top: 8px;
}

.t-b-p9 {
	padding-bottom: 9px;
	padding-top: 9px;
}

.t-b-p10 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.t-b-p15 {
	padding-bottom: 15px;
	padding-top: 15px;
}

.t-b-p20 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.t-b-p25 {
	padding-bottom: 25px;
	padding-top: 25px;
}

.t-b-p30 {
	padding-bottom: 30px;
	padding-top: 30px;
}

.t-b-p35 {
	padding-bottom: 35px;
	padding-top: 35px;
}

.t-b-p40 {
	padding-bottom: 40px;
	padding-top: 40px;
}

.t-b-p45 {
	padding-bottom: 45px;
	padding-top: 45px;
}

.t-b-p50 {
	padding-bottom: 50px;
	padding-top: 50px;
}

.t-b-p55 {
	padding-bottom: 55px;
	padding-top: 55px;
}

.t-b-p60 {
	padding-bottom: 60px;
	padding-top: 60px;
}

.t-b-p65 {
	padding-bottom: 65px;
	padding-top: 65px;
}

.t-b-p70 {
	padding-bottom: 70px;
	padding-top: 70px;
}

.t-b-p75 {
	padding-bottom: 75px;
	padding-top: 75px;
}

.t-b-p80 {
	padding-bottom: 80px;
	padding-top: 80px;
}

.t-b-p85 {
	padding-bottom: 85px;
	padding-top: 85px;
}

.t-b-p90 {
	padding-bottom: 90px;
	padding-top: 90px;
}

.t-b-p95 {
	padding-bottom: 95px;
	padding-top: 95px;
}

.t-b-p100 {
	padding-bottom: 100px;
	padding-top: 100px;
}

.l-r-p0 {
	padding-left: 0px;
	padding-right: 0px;
}

.l-r-p1 {
	padding-left: 1px;
	padding-right: 1px;
}

.l-r-p2 {
	padding-left: 2px;
	padding-right: 2px;
}

.l-r-p3 {
	padding-left: 3px;
	padding-right: 3px;
}

.l-r-p4 {
	padding-left: 4px;
	padding-right: 4px;
}

.l-r-p5 {
	padding-left: 5px;
	padding-right: 5px;
}

.l-r-p5 {
	padding-left: 5px;
	padding-right: 5px;
}

.l-r-p6 {
	padding-left: 6px;
	padding-right: 6px;
}

.l-r-p7 {
	padding-left: 7px;
	padding-right: 7px;
}

.l-r-p8 {
	padding-left: 8px;
	padding-right: 8px;
}

.l-r-p9 {
	padding-left: 9px;
	padding-right: 9px;
}

.l-r-p10 {
	padding-left: 10px;
	padding-right: 10px;
}

.l-r-p15 {
	padding-left: 15px;
	padding-right: 15px;
}

.l-r-p17 {
	padding-left: 17px;
	padding-right: 17px;
}

.l-r-p20 {
	padding-left: 20px;
	padding-right: 20px;
}

.l-r-p25 {
	padding-left: 25px;
	padding-right: 25px;
}

.l-r-p30 {
	padding-left: 30px;
	padding-right: 30px;
}

.l-r-p35 {
	padding-left: 35px;
	padding-right: 35px;
}

.l-r-p38 {
	padding-left: 38px;
	padding-right: 38px;
}

.l-r-p40 {
	padding-left: 40px;
	padding-right: 40px;
}

.l-r-p45 {
	padding-left: 45px;
	padding-right: 45px;
}

.l-r-p50 {
	padding-left: 50px;
	padding-right: 50px;
}

.l-r-p55 {
	padding-left: 55px;
	padding-right: 55px;
}

.l-r-p60 {
	padding-left: 60px;
	padding-right: 60px;
}

.l-r-p65 {
	padding-left: 65px;
	padding-right: 65px;
}

.l-r-p70 {
	padding-left: 70px;
	padding-right: 70px;
}

.l-r-p75 {
	padding-left: 75px;
	padding-right: 75px;
}

.l-r-p80 {
	padding-left: 80px;
	padding-right: 80px;
}

.l-r-p85 {
	padding-left: 85px;
	padding-right: 85px;
}

.l-r-p90 {
	padding-left: 90px;
	padding-right: 90px;
}

.l-r-p95 {
	padding-left: 95px;
	padding-right: 95px;
}

.l-r-p100 {
	padding-left: 100px;
	padding-right: 100px;
}

.p0 {
	padding: 0px;
}

.p1 {
	padding: 1px;
}

.p2 {
	padding: 2px;
}

.p3 {
	padding: 3px;
}

.p4 {
	padding: 4px;
}

.p5 {
	padding: 5px;
}

.p6 {
	padding: 6px;
}

.p7 {
	padding: 7px;
}

.p8 {
	padding: 8px;
}

.p9 {
	padding: 9px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p25 {
	padding: 25px;
}

.p30 {
	padding: 30px;
}

.p35 {
	padding: 35px;
}

.p40 {
	padding: 40px;
}

.p45 {
	padding: 45px;
}

.p50 {
	padding: 50px;
}

.p55 {
	padding: 55px;
}

.p60 {
	padding: 60px;
}

.p65 {
	padding: 65px;
}

.p70 {
	padding: 70px;
}

.p65 {
	padding: 65px;
}

.p70 {
	padding: 70px;
}

.p75 {
	padding: 75px;
}

.p80 {
	padding: 80px;
}

.p85 {
	padding: 85px;
}

.p90 {
	padding: 90px;
}

.p95 {
	padding: 95px;
}

.p100 {
	padding: 100px;
}

/*=========== kiran special class end ==============*/


/*        skkiran start      */
.inner-head1 {
	font-size: 25px;
	font-family: 'Syne-Medium';
	color: #000;
	line-height: 25px;
	margin-bottom: 12px;
}

.inner-head2 {
	font-size: 20px;
	font-family: 'Syne-Medium';
	color: #009994;
	line-height: 25px;
}

.inner-head3 {
	font-size: 20px;
	font-family: 'Syne-Medium';
	line-height: 25px;
}

.inner-head4 {
	font-size: 28px;
	font-family: 'Syne-Medium';
	color: #000;
	line-height: 34px;
}

.inner-head5 {
	font-size: 30px;
	font-family: 'Syne-Medium';
	color: #009994;
	line-height: 25px;
	margin-bottom: 12px;
}

.click-bor1 {
	width: 100%;
	border: solid 2px transparent;
	background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top left, #008e8a, #03c8c1);
	background-origin: border-box;
	background-clip: content-box, border-box;
}

.click-bor1-con {
	padding: 18px 23px 18px 23px;
	font-size: 22px;
	line-height: 30px;
	margin: 0px;
}


.list-li li {
	background: url(images/li-img.png) no-repeat left 4px;
	margin-bottom: 10px;
	line-height: 21px;
	padding-left: 26px;
	vertical-align: middle;
}

.accordion-button {
	padding: 1rem 20px 1rem 0px !important;
}

.accordion-body {
	padding: 1rem 1.25rem 1rem 0rem !important;
}

.orange-t {
	color: #fc882a !important;
}


/*========== tabs start ===========*/


/*
.tabs3 li{ margin-right: 3%!important; margin-bottom:1.5%;}
.tabs3 li:last-child{margin-right: 0px!important;}*/
/* tab3 start */
.tabs3 li {
	position: relative;
	display: block;
}

.tabs3 li {
	margin-right: 0px;
}

.tabs3 li:last-child {
	margin-right: 0px;
}

.tabs3 li.rightborder2 {
	display: inline-block;

	margin-bottom: 10px;
}

.tabs3 li.rightborder2:last-child {
	background: none !important;

}

.tabs3 li a {
	border: #efefef 2px solid;
	color: #1e1e1e;
	padding: 7px 10px;
	display: block;
	border-radius: 4px;
	background-color: #efefef;
}

.tabs3 li:hover a {
	background-color: #fde7ac;
	color: #000;
	border: 2px solid #fde7ac;
}

.tabs3 li.active a {
	background-color: #fde7ac;
	color: #ee1543;
	border: 2px solid #fde7ac;
}

/*tabs3 end*/
/*========== tabs end ===========*/
.best-clg-section {
	padding-top: 50px !important;
	padding-bottom: 160px !important;
}

.add-tabs li>a {
	background: #fff;
	color: #152547;
	display: block;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0px 9px 0px;
	border: 1px solid #d5d5d5;
	font-size: 15px;
	line-height: 18px;
	margin-right: 10px;
	cursor: pointer;
	width: 120px;
	border-radius: 60px;
}

.add-tabs li:hover a {
	color: #fff !important;
	background: transparent linear-gradient(166deg, #E2A531 0%, #E26D30 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #d98c1c;
}

.add-tabs li.active a {
	color: #fff !important;
	background: transparent linear-gradient(166deg, #E26D30 0%, #E2A531 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #d98c1c;
}

/*.tabs3 li{width:32.6%; margin-right:1%!important; margin-bottom:1.5%; text-align:center; line-height:22px;}
.tabs3 li:nth-child(3n+3){margin-right: 0;}
.tabs3 li:nth-child(3n+4){clear: both;}
.tabs3 li:last-child{margin-right: 0%!important;}
*/

#missionandvision:target {
	display: block !important;
	position: relative !important;
	top: -75px !important;
	visibility: hidden !important;
}

.uni-row-gap {
	row-gap: 24px;
}

.uni-bg {
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	padding: 20px;
	border-radius: 5px;
	height: 100%;
}

.uni-logo-ico img {
	height: 25px;
}

.uni-head {
	color: #111111;
	font-size: 18px;
	font-family: 'Syne-Medium';
	margin: 0px;
}

.uni-head2 {
	color: #464646;
	font-size: 14px;
	font-family: 'Syne-Regular';
	margin: 0px;
}

/*/ BECOME A PARTNER PAGES CSS /*/

.uni-hd {
	font-size: 23px;
	line-height: 30px;
	margin-bottom: 10px;
}

.as-ico {
	bottom: -122px !important;
}

.single-grid {
	grid-template-columns: repeat(1, 1fr);
}



.btn-close {
	float: right;
	border: 1px solid #fff !important;
	opacity: 2 !important;
	border-radius: 50px !important;
	width: 30px !important;
	height: 30px !important;
	margin-left: 10px !important;
	color: #fff !important;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.8em auto no-repeat !important;
	filter: brightness(0) invert(1);
}

.modal-body {
	padding: 0rem !important;
}

.modal-content {
	background-color: transparent !important;
}


/*   contact us form css start */
.contact-form .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #01b4ae;
	box-shadow: none;
}


.contact-form .form-control {
	font-size: 16px;
	border-radius: 0px;
	min-height: 50px;
	padding: 0 15px;
	border: 1px solid #d5d2d2;
}

.contact-form .form-group {
	margin-bottom: 1rem;
}

.contact-form textarea.form-control {
	min-height: 120px;
	padding: 13px 15px;
}

.contact-form label {
	color: #2c2c2c;
}

.contact-form ::placeholder {
	color: #666 !important;
}


.contact-btn {
	background-image: linear-gradient(90deg, #e2a331 0%, #e26f30 100%);
	padding: 10px 40px;
	font-family: 'Syne-Medium';
	font-size: 18px;
	color: #fff;
	letter-spacing: 0px;
	line-height: 30px;
	border: 0px;
	text-transform: uppercase;
	margin-top: 22px;
	border-radius: 3px;
}

.contact-btn:hover {
	background-image: linear-gradient(90deg, #e26f30 0%, #e2a331 100%);
	color: #fff;
}

/*   contact us form css end */
.addcontlis {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
	row-gap: 30px;
}


.addcontlis li {
	background-image: linear-gradient(0deg, #ebeff5 0%, #ffffff 100%);
	border: 1px solid #d5dde5;
	padding-top: 20px;
	padding-left: 23px;
	padding-bottom: 25px;
	padding-right: 22px;
	min-height: 220px;
}

.reachphone-ico {
	background: url(images/reach-phone-ico.png) no-repeat left top;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 16px;
	margin-right: 5px;
}

.con-mail-ico {
	background: url(images/con-mail.png) no-repeat left top;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 20px;
	margin-right: 5px;
}

.get-directions-ico {
	background: url(images/dire-icon.png) no-repeat left top;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 18px;
	margin-right: 10px;
	margin-top: -3px;
}

.get-directions-bg {
	width: 162px;
	height: 34px;
	border-radius: 50px;
	background-color: #ffffff;
	border: 1px solid #c3d0dd;
}

.con-head1 {
	font-family: 'Syne-Medium';
	font-size: 18px;
	margin: 0px;
}

.con-t {
	color: #03756e;
}

.con-t a {
	color: #03756e;
}


.inner-head-bg {
	background: url(images/inner-head-bg.png) no-repeat left top;
	width: auto;
	height: 56px;
	position: absolute;
	top: -44px;
	left: -11px;
}

.atanestex-head2 {
	font-size: 26px;
	margin: 0px;
	font-family: 'Syne-Medium';
	color: #fff;
	padding: 7px 30px 7px 30px;
	letter-spacing: 1px;
}

.inner-head-bg2 {
	background-color: #01b3ad;
	margin-left: 5px;
}


/*=================  gallery pop up start    ========================*/
.list-pn {
	list-style-type: none;
}

.img-auto-width img {
	width: 100% !important;
	height: 195px !important;
	object-fit: cover !important;
}

.video-auto-width video {
	width: 100% !important;
	height: 156px !important;
}

.gallery-li {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.gallery-li2 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 15px;
}

.small {
	font-size: 11px;
	color: #999;
	display: block;
	margin-top: -10px
}

.cont {
	text-align: center;
}

.page-head {
	padding: 60px 0;
	text-align: center;
}

.page-head .lead {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 50px;
	margin-top: 0;
}

.btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
}

.btn-lg {
	border-radius: 2px;
	font-size: 18px;
	line-height: 1.33333;
	padding: 10px 16px;
}

.btn-primary:hover {
	background-color: #fff;
	color: #152836;
}

.btn-primary {
	background-color: #152836;
	border-color: #0e1a24;
	color: #ffffff;
}

.btn-primary {
	border-color: #eeeeee;
	color: #eeeeee;
	transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.page-head h1 {
	font-size: 42px;
	margin: 0 0 20px;
	color: #FFF;
	position: relative;
	display: inline-block;
}

.page-head h1 .version {
	bottom: 0;
	color: #ddd;
	font-size: 11px;
	font-style: italic;
	position: absolute;
	width: 58px;
	right: -58px;
}

.demo-gallery>ul {
	margin-bottom: 0;
	/*padding-left: 15px;*/
}

.demo-gallery>ul>li {
	/* margin-bottom: 15px; */
	display: inline-block;
	list-style: outside none none;
	border: 1px solid #dfd8d8;
	padding: 2px;
}

.demo-gallery>ul>li a {
	border: 3px solid #FFF;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	/* float: left;*/
	/* width: 100%;*/
}

.demo-gallery>ul>li a>img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	/*width: 100%;*/
}

.demo-gallery>ul>li a:hover>img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
	opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
	opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;

}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}

.demo-gallery.dark>ul>li a {
	border: 3px solid #04070a;
}


.demo-gallery #lightgallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px;
}

/*=================  gallery pop up end    ========================*/

.gall-btn {
	background-image: linear-gradient(90deg, #e2a331 0%, #e26f30 100%);
	padding: 6px 24px;
	font-family: 'Syne-Medium';
	font-size: 15px;
	color: #fff;
	letter-spacing: 0px;
	line-height: 30px;
	border: 0px;
	border-radius: 55px;
}

.gall-btn:hover {
	background-image: linear-gradient(90deg, #e26f30 0%, #e2a331 100%);
	color: #fff;
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gallery-li2 li a:hover .gallery-box {
	background-color: rgba(0, 0, 0, 0.5);
}

.course-li {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px;
}

.course-li li {
	text-transform: capitalize;
}

.list-li2 li {
	background: url(images/li-img.png) no-repeat left 4px;
	margin-bottom: 5%;
	line-height: 21px;
	padding-left: 26px;
	vertical-align: middle;
}

.service-grid2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
	gap: 22px;
}

.service-grid2 .service-box {
	position: relative;
	border-radius: 8px;
	padding: 30px;
	height: 100%;
	border: #acd5d3 1px solid;
}

.service-grid2 .service-box:hover {
	border: #acd5d3 1px solid;
	background-color: #fff;
	filter: drop-shadow(0px 4px 7.5px rgba(0, 0, 0, 0.1));
}

.acc-img-radius {
	border-radius: 100%;
}

.rew-img-radius>ul>li {
	border-radius: 5px;
}

.career-bg {
	background: #fff;
	border: 1px solid #d3d5db;
	border-radius: 5px;
	padding: 35px;
}

.career-bg:hover {
	background: #fff;
	filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.15));
	border: 1px solid transparent;
}

.career-bg h4 {
	font-size: 24px;
	font-family: 'Syne-Medium';
	color: #000;
	line-height: 25px;
}

.career-bg:hover h4 {
	color: #00a49e;
}

.car-t-pad {
	padding-top: 27px;
}

.career-li li {
	background: url(images/li-img.png) no-repeat left 4px;
	margin-bottom: 1.2%;
	line-height: 21px;
	padding-left: 26px;
	vertical-align: middle;
}

.career-li li:last-child {
	margin-bottom: 0px;
}

.apply-button a {
	background-image: none;
	border: 1px solid #d3d5db;
	padding: 7px 20px 7px 20px;
	font-family: 'Syne-Medium';
	font-size: 15px;
	color: #000;
	border-radius: 60px;
}

.career-bg:hover .apply-button a {
	border: 1px solid #00a49e;
	color: #00a49e;
}








/*        skkiran end      */


/* LAKSHMI CSS */

/* ---------------------------------------------------------------   */
/* Study in the USA PAGE CSS  */
/* ---------------------------------------------------------------	*/

.offer-box {
	border: 1px solid #d0d0d0;
	padding: 20px;
}

/* menu css */

.home-ico {
	margin-top: -3px;
}

.megamenu-list-title {
	color: #01b4ae;
	font-size: 24px;
	margin-bottom: 10px;
}

.megamenu-list-subtitle {
	/* font-size: 16px; */
	font-size: 18px;
	color: #fc882a;
	margin-bottom: 5px;
	font-family: 'Poppins-Medium';
}

.mlb3 .megamenu-list-subtitle a {
	font-size: 18px !important;
}

.menu-dropico {
	width: 261px;
	height: 195px;
}

.menu-li-box ul {
	padding: 0;
	list-style-type: none;
}

.menu-li-box ul li a {
	color: #161616;
	font-size: 16px;
	padding: 0px 0px 14px 0px;
}

.mlb2 ul li a,
.smlb2 ul li a {
	padding: 0px 0px 18px 0px;
}

.mlb4 ul li a {
	padding: 0px 0px 17px 0px;
}

.mlb2,
.mlb3 {
	border-right: 1px solid #e5e7eb;
	height: 100%;
}

.mlb2 {
	margin-right: 85px;
}

.mlb3 {
	margin-right: 20px;
	margin-left: -65px;
}

.error,
.contact-form label.error {
	color: rgba(240, 9, 9, 0.795);
}

.textarea.error {
	color: #666a72 !important;
}


.study-form input.form-control:focus,
.study-form select.form-control:focus,
.study-form textarea.form-control:focus {
	background-color: #fff;
	border-color: #01b4ae !important;
	box-shadow: none;
}

#loading {
	background-image: url(../content/images/loading.gif);
	width: 30px;
	height: 30px;
	background-size: contain;
	display: block;
	margin-top: 10px !important;
	margin: 0 auto;
	display: none;
}

#loadingtwo {
	background-image: url(../content/images/loading.gif);
	width: 30px;
	height: 30px;
	background-size: contain;
	display: block;
	margin-top: 10px !important;
	margin: 0 auto;
	display: none;
}

#loadingthree {
	background-image: url(../content/images/loading.gif);
	width: 30px;
	height: 30px;
	background-size: contain;
	display: block;
	margin-top: 10px !important;
	margin: 0 auto;
	display: none;
}

.contact-msg .btn-close,
.contact-msg-form .btn-close,
.con_contact_msg .btn-close {
	padding: 0px !important;
	border: none !important;
	filter: brightness(1.5)
}

.d-blk {
	display: block !important;
}

.alert-success {
	color: #0f5132 !important;
	font-size: 14px !important;
	line-height: 22px !important;
	background-color: #d1e7dd;
	border-color: #badbcc;
}


.on-bg-sec.inner-onbg {
	background-image: none !important;
	border: 1px solid #777777;
	padding: 45px 30px 40px 30px;
}

.on-bg-sec.inner-onbg .on-head {
	color: #000;
}

.footer-client-logos a img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	padding: 2px;
	border-radius: 50%;
	background-color: #fff;
}

.footer-client-logos>a:not(:first-child) {
	margin-left: 13px;
}

.finacial-bank {
	display: flex;
}

.finacial-bank img {
	max-width: 180px;
	max-height: 100px;
	object-fit: contain;
	border: 1px solid #77777761;
	border-radius: 5px;
	padding: 8px;
	margin-top: 15px;
	;
}

.finacial-bank>img:not(:first-child) {
	margin-left: 25px
}



/* calander section */

.cal-sec {

	filter: drop-shadow(0px 4px 7.5px rgba(0, 0, 0, 0.08));

	border-radius: 8px 8px 0px 0px;
	background-color: white;
	position: relative;
	padding-bottom: 30px;
}

.ui-datepicker-header {
	background-color: #2196f3;
	color: white;
	text-align: center;

	padding: 12px 10px;
	border-radius: 8px 8px 0px 0px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
	display: none;
}

.ui-datepicker-prev:after {
	content: "<";
	font-size: 2rem;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	cursor: pointer;
	color: #fff;

}


.ui-datepicker-next:after {
	color: #fff;
	content: ">";
	float: right;
	margin-top: 10px;
	font-size: 2rem;
	margin-right: 10px;
	cursor: pointer;
}

.ui-datepicker-calendar th {
	padding: 10px;
	color: #2196f3;
}

.ui-datepicker-calendar {
	text-align: center;
	margin: 20px auto;
	padding: 10px;
	width: 70%;

}

.ui-datepicker-title {
	padding: 10px;
}

.ui-datepicker-calendar td {
	padding: 4px 0px;
}

.ui-datepicker-calendar .ui-state-default {
	text-decoration: none;
	color: black;
}

.ui-datepicker-calendar .ui-state-active {
	color: #2196f3;
}


.rs-menu {
	display: none !important;
}

.about-img-sec {
	width: 100%
}


.mission-box2 {
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.4);
	border: 1px solid #d8e4f3;
	padding: 35px 35px 20px 35px;
}

.common-section2 {
	padding-bottom: 50px;
	margin-top: -40px;
}



/* ladning-page */


.reg-bg {
	background-image: url(images/landing/banner-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 20px 20px 0px 20px;
	position: relative;
}

.reg-bg .container-fulid {
	position: relative;
}

.reg-bg .banner-cap {
	left: 30px;
	top: 140px;
	position: absolute;
	display: block;
	color: #fff;
}

.reg-bg .banner-head {
	font-weight: 700;
	color: #fff;
	font-size: 50px;
	text-shadow: -1px -1px 0 #00000061, 1px -1px 0 #00000061, -1px 1px 0 #00000061, 1px 1px 0 #00000061;
}

.reg-bg .reg-form {
	background-color: #fff;
	z-index: 100;
	box-shadow: 0px 0px 12px -2px rgb(0 0 0 / 18%);

	position: relative;
}

.reg-bg .reg-head {
	background-color: #009991;
	color: #fff;
	line-height: 20px;
}

.reg-body,
.reg-head {
	padding: 15px;
}

.reg-body .form-check label {
	opacity: .8;
}

.reg-bg .reg-form input,
.reg-bg .reg-form select {
	margin-bottom: 8px;
}

.reg-title {
	font-size: 36px;
	line-height: 1.33333;
	color: #0D2252;
	font-family: 'Poppins-Bold';
}

.reg-footer {
	padding: 20px;
	text-align: center;
	background-color: #01080D;
	color: #fff;
}

.meet-up {
	padding: 29px;
	background-color: #009991;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-family: 'Poppins-SemiBold';
	margin-top: -1px;
	position: relative;
}

.con-head {
	font-family: 'Poppins-SemiBold';
	font-size: 19px;
	margin-top: 10px;
}

.con-ing {
	width: 140px !important;
	height: 140px;
	border-radius: 50%;
	border: 3px solid #009991;
	margin-top: 20px;
}

.lad-reg-img {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 240px;
	z-index: 12;
}

.reg-head-title {
	margin-top: 50px;
	font-size: 40px;
	font-family: 'Poppins-Regular';
}

.meet-p {
	font-size: 20px;
	margin-bottom: 40px;
	position: relative;
}

.p-p {
	font-size: 17px;
	font-weight: 600;
}

.contain {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.item-content {
	display: flex;
	justify-content: center;
	background: #fff;
	padding: 50px 30px;
	position: relative;
	margin: 10px 10px 23px 10px;
	box-shadow: 0 0 10px #fff;
	box-shadow: 0px 0px 5px 5px #0000000a;
}

.h-30p {
	height: 340px;
	object-fit: cover;
}

.item-content::after {
	left: 24px;
	bottom: -17px;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 18px solid #fff;
	position: absolute;
}

.live1 .item-icon {
	padding-left: 10px;
	font-family: 'Poppins-SemiBold';
}

.live1 .item {
	margin-top: 30px;
}

.live1 .item-icon img {
	border: 1px solid #ccc;
	width: 50px !important;
	height: 50px;
	border-radius: 50%;
	display: inline-block !important;
	margin-right: 10px;
}

.reg-cotent i {
	color: #009991;
	margin-right: 8px;
}

.reg-cotent.reg-cotent .reg-title {
	font-size: 25px;
}

.reg-cotent>div,
.reg-cotent>div>div {
	margin-bottom: 8px;
}

.live1 .owl-prev span,
.live1 .owl-next span {
	border: 1px solid #0000004f;
	border-radius: 50%;
	width: 30px;
	display: inline-flex;
	height: 30px;
	align-items: center;
	justify-content: center;
	color: #0000004f;
}

.live1 .owl-nav button:hover {
	border-radius: 50%;
	background-color: #009991 !important;
	box-shadow: none;
}

.live1 .owl-nav button:hover span {
	border: 1px solid #009991;
	color: #fff;
}

.live1 .owl-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 40%;
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
}

.live1 .owl-nav .owl-next {
	right: -80px;
	position: absolute;
	box-shadow: none;
	border-radius: 50%;
}

.live1 .owl-nav .owl-prev {
	left: -80px;
	position: absolute;
	box-shadow: none;
	border-radius: 50%;
}

.testi-sec {
	background-image: url(images//landing/bg-section-03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 0px;
}

.sec-pad {
	padding: 90px 0px;
}

.live1 .item-icon-testi {
	font-size: 170px;
	color: #ccc;
	position: absolute;
	top: -47px;
	left: 0px;
	font-family: "Playfair Display";
	font-weight: 900;
	font-style: normal;
	line-height: 1;
}

/* spectra section */

.spectra-sec {
	background-image: url(images/landing/bg-cta-01.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #009991;
	color: #fff;
}

.spectra-box {
	border: 1px solid #fff;
	border-radius: 8px;
	padding: 30px;
	height: 100%;
}

.spectra-box i {
	font-size: 40px;
}

.spectra-box-content {
	font-family: 'Poppins-Bold';
	font-size: 18px;
}

.spectra-icon span {
	width: 70px;
	height: 70px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #009991;
	margin-bottom: 10px;
}

.study-img-h {
	height: 330px;
	object-fit: cover;
	object-position: center;
}

.clr-1 {
	color: #009991;
}

.clr-2 {
	color: #009991;
}

.clr-3 {
	color: #0D2252;
}

.clr-5 {
	color: #ffbf00;
}

.clr-4 {
	color: #03a9f4
}

span.clr-1,
span.clr-2,
span.clr-3 {
	font-weight: 700;
}

.f-w-b {
	font-weight: 700
}

.banner-head span {
	font-size: 27px;
	color: #009991;
	text-shadow: -1px -1px 0 #ffffff61, 1px -1px 0 #ffffff61, -1px 1px 0 #ffffff61, 1px 1px 0 #ffffff61;
	text-transform: uppercase;
}

.reg-fooer-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social-icons .fa {
	font-size: 20px;
	width: 35px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.social-icons .fa:hover {
	opacity: 0.7;
}

.social-icons .fa-facebook {
	background: #3B5998;
	color: white;
}

.social-icons .fa-twitter {
	background: #55ACEE;
	color: white;
}

.social-icons .fa-instagram {
	background: #125688;
	color: white;
}

.spectra-box:hover {
	border-color: #e2a331 ;
	cursor: pointer;
}

.spectra-box:hover .spectra-icon span {
	background-color: #e2a331 ;
	color: #fff;
}

.free-entry {
	padding: 10px;
	background-color: #009991;
	color: #fff;
	border: 2px dotted #fff;
	position: absolute;
	border-radius: 50%;
	left: 360px;
	top: -50px;
}

.reg-body textarea.form-control {
	height: 70px;
}

.banner-cal {
	position: relative;
}

.banner-head img {
	width: 55%
}

.banner-flex {
	margin-top: 30px
}

.banner-cal {
	display: flex;
	align-items: center;
}

.banner-cal-content {
	font-family: 'Poppins-SemiBold';
	font-size: 20px;
	line-height: 33px;
}

.banner-cal img {
	width: 60px;
	margin-right: 20px;
}

.cal-img.loc-img {
	height: 60px;
	object-fit: contain;
}

.banner-cal-content span {
	font-size: 30px;
	font-family: 'Poppins-SemiBold';
}

.banner-flex>div {
	margin-top: 50px
}

.first-img-fiar {
	height: 220px;
	object-fit: cover;
	object-position: center;
}

.spectra-box-content span {
	font-size: 30px;
	display: block;
}

.reg-form .reg-head br {
	display: block !important;
}

@media screen and (max-width:1024px) {
	.banner-head {
		font-size: 35px !important;
	}

	.reg-head-title {
		font-size: 30px !important
	}

	.reg-form .reg-head br {
		display: none !important;
	}

	.banner-head img {
		width: 45%
	}
}

@media screen and (max-width:992px) {
	.reg-bg .banner-head {
		margin-top: 50px
	}

	.reg-bg .banner-cap,
	.lad-reg-img {
		position: relative !important;
		top: 10px;
    left: 15px;

	}

	.reg-head-title {
		margin-top: 30px !important
	}
}

@media screen and (max-width:767px) {
	.reg-fooer-flex {
		display: initial !important;
	}

	.meet-p br {
		display: none;
	}

	.meet-up {
		font-size: 22px;
		padding: 15px;
	}

	.reg-title {
		font-size: 28px
	}
}

@media screen and (max-width:567px) {
	.banner-head img {
		width: 100%
	}

	.reg-title {
		font-size: 26px;
	}

	.sec-pad {
		padding: 40px 0px
	}

	.banner-flex>div {
		margin-top: 30px;
	}

	.reg-form {
		margin-top: 30px;
	}

	br {
		display: none !important;
	}

	.free-entry {
		left: 200px
	}

	.banner-flex>div:last-child {
		margin-top: 60px
	}

	.banner-cal img {
		margin-right: 12px
	}

	.cal-img-res {
		width: 130px !important
	}

	.free-entry {
		top: -56px;
	}

	.p-lb {
		padding-left: 10px
	}

	.testi-sec .owl-nav {
		display: none !important;
	}

	.reg-bg {
		background-position: left;
	}
}

.bdr-menu2 span {
	border-radius: 23px;
	color: #fff;
	padding: 11px 15px;
	overflow: hidden;
	position: relative;
  }


.bdr-menu2 span img {
	padding-right: 5px;
	margin-top: -2px;
}

.bdr-menu2 span{
	position: relative;
	z-index: 1;
}
.bdr-menu2 span::after{
background: linear-gradient(-45deg, #08956f, #f9a425, #165a99, #4ab0a9);
    background-size: auto;
  background-size: 600%;
  -webkit-animation: anime 6s linear infinite;
  animation: anime 6s linear infinite;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  z-index: -2;
}


.form-check-input {
	vertical-align: middle !important;
}

.reg-body .contact-form .form-group {
	margin-bottom: 0px !important;
}

.reg-body .contact-form input.form-control,
.reg-body .contact-form select.form-control {
	min-height: 40px !important;
}
.reg-body .contact-form select.form-control {padding: 10px;}
.reg-body .contact-form textarea.form-control {
	min-height: 70px;
}

.reg-body .contact-btn {
	background-image: linear-gradient(90deg, #e2a331 0%, #e26f30 100%);
	padding: 5px 40px;
}


.comment-btn {
    font-size: 12px;
    color: #fff;
    background-color: #272727;
    padding: 13px 20px;
    font-family: 'GothamBook';
    text-transform: uppercase;
    border-radius: 3px;
}
.comment-btn:hover{
    opacity: .8;
    color: #fff;
}



/* NEW CSS */

.landing-form-sec {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index:70;
    right: 0;
	 padding: 0px 100px;
}
.landing-row{justify-content:end;}

.land-form-blk {
    width: 400px;
    margin-left: auto;
}
.land-form-blk .study-form-hd { padding: 16px 25px;}
.land-form-blk .study-form-hd h4 {font-size:20px; padding: 0;}
.land-form-blk .study-form { padding:10px 25px;}
.land-form-blk .study-form .form-group { margin-top:22px;}
.land-form-blk .study-form input, .land-form-blk .study-form select, .land-form-blk .study-form textarea { padding-bottom: 5px !important;}
.land-form-blk .studyform-btn {  padding: 6px 50px;  font-size: 15px;}

.file-input {
	font-size: 15px;
	color: #252525;
	border-bottom:1px solid #999fab;
	display: inline-block;
	text-align: left;
	background: #fff;
	padding:5px;
	width:100%;
	height:50px;
	position: relative;
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #eee;
  padding:6px 16px;
  border-radius: 2px;
  margin-right: 8px;
}

.file-input:hover > .button {
  background: dodgerblue;
  color: white;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
}

.file-input.-chosen > .label {
  opacity: 1;
}

















