* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

a,
a:hover {
	outline: none;
	text-decoration: none;
}

*:hover,
*:focus,
*:visited,
*:active {
	box-shadow: none;
	outline: none;
}

img,
img:hover {
	max-width: 100%
}


@font-face {
	font-family: 'Graphik';
	src: url('../fonts/Graphik-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Thin.otf') format('opentype'), url('../fonts/Graphik-Thin.woff') format('woff'), url('../fonts/Graphik-Thin.ttf') format('truetype'), url('../fonts/Graphik-Thin.svg#Graphik-Thin') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Graphik';
	src: url('../fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Regular.otf') format('opentype'), url('../fonts/Graphik-Regular.woff') format('woff'), url('../fonts/Graphik-Regular.ttf') format('truetype'), url('../fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Graphik';
	src: url('../fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Medium.otf') format('opentype'), url('../fonts/Graphik-Medium.woff') format('woff'), url('../fonts/Graphik-Medium.ttf') format('truetype'), url('../fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Graphik';
	src: url('../fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Bold.otf') format('opentype'), url('../fonts/Graphik-Bold.woff') format('woff'), url('../fonts/Graphik-Bold.ttf') format('truetype'), url('../fonts/Graphik-Bold.svg#Graphik-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Graphik';
	src: url('../fonts/Graphik-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Black.otf') format('opentype'), url('../fonts/Graphik-Black.woff') format('woff'), url('../fonts/Graphik-Black.ttf') format('truetype'), url('../fonts/Graphik-Black.svg#Graphik-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}

body {
	font-family: 'Graphik';
	font-weight: 400;
	font-size: 14px;
	color: #222222;
}

.stickyheader{top: 0;position: sticky;z-index: 9999;background: #fff;}

.section {
	padding: 60px 0;
	letter-spacing: .5px;
}

#fb-root {
	display: none;
}

.branding a{
	display: block;
	cursor: pointer !important;
}


/* To fill the container and nothing else */

.custom-container {
	max-width: 1280px;
	margin: 0 auto;
}
.common-banner{
	position: relative;
}
.common-banner .banner-heading{
	color: #313131;
}
.common-banner .banner-dicription{
	color: #313131;
}
.common-banner .nmat-ghost-btn{
	color: #6c9f19;
	border-color: #6c9f19;
}
.banner-box{
	position: relative;
}

.btn-nmat-grey {
	background-color: #dfdfdf;
	font-size: 12px;
	font-weight: bold;
	border-radius: 0px;
	color: #ffffff;
	padding: 10px 36px 10px 36px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.btn-nmat-green {
	background-color: #6c9f19;
	font-size: 13px;
	font-weight: bold;
	border-radius: 0px;
	color: #ffffff;
	padding: 10px 36px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 1px solid #6c9f19;
	transition: all .5s;
}

.btn-nmat-green:hover,
.btn-nmat-green:focus {
	background: none;
	border: 1px solid #ffffff;
	transition: all .5s;
	color: #ffffff;
}

.nmat-ghost-btn {
	border: 2px solid #ffffff;
	background-color: transparent;
	padding: 12px 36px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	border-radius: 0px;
	text-transform: uppercase;
	transition: all .5s;
}

.nmat-ghost-btn:hover,
.nmat-ghost-btn:focus {
	background-color: #6c9f19;
	color: #ffffff;
	border: none;
	outline: none;
	box-shadow: initial;
	transition: all .5s;
	border: 2px solid #6c9f19;
}

#mobilemenu {
	position: fixed;
	top: 0px;
	left: -90%;
	width: 290px;
	min-height: 100%;
	z-index: 11;
	background-color: #6c9f19;
}

.mobilemenucontent {
	height: calc(100vh - 90px);
	overflow-y: scroll;
}

.mobilemenubg {
	display: none;
	order: 3;
	padding-left: 15px;
}

.mobileback {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
	display: none;
	background: rgba(0, 0, 0, 0.5);
}

.top-menubar {
	background: #0c0c0c;
	padding: 15px 0;
	position: static;
	top: -100%;
	width: 100%;
	z-index: 11;
}
.topnav-btn{
	display: none;
}
.darkHeader{
	top: 0;
}
.partner-site {
	display: flex;
	margin-bottom: 0;
}

.partner-site li {
	list-style: none;
	color: #ffffff;
	margin: 0 15px;
}

.partner-site li:first-child {
	margin-left: 0;
}

.partner-site li a {}

.main-menu {
	position: relative;
}

.menublock {
	display: flex;
	justify-content: flex-end;
}

.navigation {
	display: flex;
	margin-bottom: 0;
}

.navigation li {
	list-style: none;
	font-size: 15px;
}

.navigation>li {
	margin: 0;
}

.navigation>li+li {
	margin-left: 30px;
}

.navigation>li a {
	color: #222222;
	display: block;
	padding: 20px 0;
	position: relative;
}

.navigation>li:hover>a {
	color: #033053;
}

.has-megamenu:hover>a:before {
	content: '';
	position: absolute;
	background: #222222;
	height: 2px;
	width: 76px;
	left: 0;
	bottom: 0;
}

.has-megamenu>a:after {
	content: "\f078";
	font-family: FontAwesome;
	right: -15px;
	position: absolute;
	top: 22px;
	font-size: 10px;
}

.has-megamenu:hover>a:after {
	content: "\f077";
}
.megamenu {
	position: absolute;
	background: #ffffff;
	width: 800px;
	z-index: 11;
	left: 0;
	top: 100%;
	height: 348px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.3);
	transform-origin: top;
	transform: scaleY(0);
	transition: all .2s;
}

.has-menu{
	position: relative;
}

.megamenu.nomegamenu{
	width: 220px;
	left: -33px;
	height: initial;
}

.megamenu.nomegamenu > li{width: 100%; position: relative;}
.megasubmenu {
	display: none;
}
.has-megamenu.has-menu:hover>a:before{
    left: 50%;
    transform: translate(-50%, 0px);
}

.megamenu>li {
	width: 225px;
	background: #f5f5f5;
}

.megamenu>li a {
    padding: 1.13rem 17px;
}

.megamenu>li:hover {
	background: #ffffff;
}

.has-megamenu:hover .megamenu {
	transform: scaleY(1);
	transition: all .2s;
}
.megamenu.nomegamenu > li:hover .megasubmenu {
    display: block;
    left: 100%;
    top: 0;
    z-index: -1;
}
.second-label {
	position: absolute;
	background: #ffffff;
	width: calc(800px - 227px);
	z-index: 11;
	left: 225px;
	top: 0;
	border: 0;
	height: auto;
	display: none;
	justify-content: space-around;
	height: 342px;
}

.second-label>li {
	width: 33.33%;
}

.second-label li a {
	padding: 15px 30px;
}

.menu-row>li strong {
	padding: 18px 30px;
	display: inline-block;
}

.menu-row li:first-child {
	border-bottom: 1px solid #f1f1f1;
}

.megamenu>li:hover .second-label,
.megamenu>li.active .second-label {
	display: flex;
}

.menu-right {
	display: flex;
	padding-left: 60px;
	align-items: center;
}

.select-country {
	padding: 0 15px;
}

.select-country .country {
	width: 70px;
}

.has-submenu>a:after {
	content: "\f078";
	font-family: FontAwesome;
	right: -15px;
	position: absolute;
	top: 22px;
	font-size: 10px;
}

.has-submenu:hover>a:after {
	content: "\f077";
}

.has-submenu ul {
	width: 150px;
	position: absolute;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.3);
	z-index: 9;
	padding: 10px 0;
	transform-origin: top;
	transform: scaleY(0);
	transition: all .3s;
}

.has-submenu:hover ul {
	transform: scaleY(1);
	transition: all .3s;
}

.has-submenu ul li {
	list-style: none;
}

.has-submenu ul li a {
	padding: 10px 15px;
}

.has-submenu ul li a:hover {
	color: #033053;
}

.search-submit {
	background: none;
}

.search-submit:focus{
	box-shadow: none;
	outline: 0;
}

.search-form{
  position: relative;
}
.popupsearch{
    position: absolute;
    /* background: white; */
    width: 350px;
    right: -5px;
    z-index: 999;
    top: 33px;
    display: none;
}

.popupsearch input, .popupsearch input:focus, .popupsearch input:hover{
    background: #fff;
    border: 1px solid #b9b9b9;
    color: #7f7e7e;
    padding: 0px 10px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.popupsearch button{
    border-radius: 0;
    border: 1px solid #4ca746;
    position: relative;
}
.popupsearch button:after{
	    position: absolute;
	    content: '';
	    width: 12px;
	    height: 12px;
	    background: #4ca746;
	    top: -7px;
	    transform: rotate(45deg);
	    right: 5px;
	    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.popupsearch button:hover:after {
    background-color: #218838;
}

.search-submit .fa {
	color: #919191;
	width: 13px;
	font-size: 16px;
}

.rgisterbtn {
	font-size: 15px;
	font-weight: 900;
	border-radius: 0px;
	color: #ffffff;
	padding: 8px 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	border: 1px solid #dfdfdf;
	transition: all .5s;
	background: #6c9f19;
	border: 1px solid #6c9f19;
}

.rgisterbtn:hover, .rgisterbtn.scrolled {
	background: #6c9f19;
	border: 1px solid #6c9f19;
	color: #ffffff;
	transition: all .5s;
}


/*header section css end*/


/*banner section start*/


/*carousel left css start*/

.banner-caption {
	position: absolute;
	bottom: 80px;
	left: 60px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	top: 0;
}

.banner-heading {
	font-size: 40px;
	font-weight: 700;
}

.banner-dicription {
	font-size: 19px;
	font-weight: 500;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
}

.carousel-form .form-carousel {
	width: 100%;
	position: relative;
}


.carousel-form .owl-theme .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 90px;
}

.carousel-form .owl-theme .owl-dots .owl-dot span {
	background: transparent;
	border: 1px solid #f4f5f5;
	width: 12px;
	height: 12px;
}

.carousel-form .owl-theme .owl-dots .owl-dot:hover,
.carousel-form .owl-theme .owl-dots .owl-dot:focus {
	border: none;
	outline: none
}

.carousel-form .owl-theme .owl-dots .owl-dot.active span {
	background: #fff;
}

.carousel-form .owl-theme .owl-nav {
	margin-top: 0px;
	bottom: 10px;
	width: 100%;
	position: absolute;
}

.carousel-form .owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 40px;
	position: absolute;
}

.carousel-form .owl-theme .owl-nav [class*=owl-]:hover,
.carousel-form .owl-theme .owl-nav [class*=owl-]:focus {
	background: none;
	outline: none;
	border: none;
}

.carousel-form .owl-theme .owl-nav .owl-prev {
	left: 60px;
	bottom: -14px;
}

.carousel-form .owl-theme .owl-nav .owl-next {
	right: 60px;
	bottom: -14px;
}


/*carousel left css start*/


/*-- Main Registration Form start--*/

.main-registration-form {
    background-color: #043053;
    padding: 15px 15px 0;
    width: 100%;
}

.register-btn-mob, .closeRegister{
	display: none;
}

.register-heading {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.ancor-hover a {
	text-decoration: none;
	color: #043053;
}

.ancor-hover a i {
	padding-left: 1rem;
	transition: all 0.3s ease;
}

.ancor-hover a:hover i {
	padding-left: 1.5rem;
	transition: all 0.3s ease;
}

.form-group {
	position: relative;
	padding: 10px 0 0;
	margin-bottom: 10px;
}

.form-control {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #6a879d;
	outline: 0;
	font-size: 13px;
	color: #ffffff;
	padding: 5px 0;
	background: transparent;
	transition: border-color 0.2s;
}

.form-control::placeholder {
	color: transparent;
}

.form-control:placeholder-shown~label {
	cursor: text;
	top: 20px;
}
.form-label,
.form-control:focus~label {
	position: absolute;
	top: 0;
	display: block;
	transition: 0.2s;
	color: #ffffff;
	
}

.form-control:focus~label {
	color: #ffffff;
	font-size: 11px;
}

.form-control:focus,
.form-control:hover {
	padding-bottom: 6px;
	background: transparent;
	outline: 0;
	border: none;
	box-shadow: initial;
	border-bottom: 1px solid #6c9f19;
	color: #ffffff;
}


/* The container */

.cust-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #ffffff;
}
 

/* Hide the browser's default checkbox */

.cust-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}


/* Create a custom checkbox */

.checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ffffff33;
	border: 1px solid #fff;
}


/* On mouse-over, add a grey background color */

.cust-checkbox:hover input~.checkmark {
	background-color: #9eb678;
}


/* When the checkbox is checked, add a blue background */

.cust-checkbox input:checked~.checkmark {
	background-color: #6c9f19;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the checkmark when checked */

.cust-checkbox input:checked~.checkmark:after {
	display: block;
}


/* Style the checkmark/indicator */

.cust-checkbox .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form-check {
	position: relative;
	display: block;
	padding-left: 0px;
}


/*-- Main Registration Form end--*/


/*banner section end*/


/*-- Important Date Section css start --*/

.sec-heading {
	font-size: 30px;
	font-weight: 800;
	color: #043053;
	padding-bottom: 30px;
	margin: 0;
}
.tabs-item-one {
    max-width: 500px;
    width: 100%;
}
.tabs-item-insta{
	max-width: 450px;
	width: 100%;	
}
.important-dates{
	padding-top: 30px;
}
.important-dates .impotant-detes-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.important-dates .imp-dateBox {
	border: 1px solid #ebebeb;
	width: 24.5%;
	min-width: 250px;
}

.important-dates .imp-dateBox h4 {
	font-size: 22px;
	color: #313131;
	font-weight: 700;
}

.important-dates .imp-dateBox h5 {
	font-size: 17px;
	color: #7f7e7e;
}


/*-- Important Date Section css end --*/


/*-- Accepted B School css start --*/

.bg-grey {
	background-color: #fafafa;
}

.desc {
	padding-bottom: 50px;
}

.desc p {
	font-size: 16px;
	color: #7f7e7e;
	line-height: 28px;
}

.accepted-b-school .btn-nmat-green:hover {
	color: #6b9f10;
	border-color: #6b9f10;
}

.accepted-b-school .accepted-school-carousel {
	width: 100%;
}

.accepted-b-school .a-school-carousel {
	position: relative;
}

.accepted-b-school .a-school-carousel .owl-carousel.owl-theme {
	padding-right: 50px;
}

.accepted-b-school .owl-theme .owl-nav {
	position: absolute;
	right: 10px;
	top: 0;
	margin-top: 0;
}

.accepted-b-school .owl-theme .owl-nav [class*=owl-] {
	display: block;
	background: none;
	outline: none;
}

.accepted-b-school .owl-theme .owl-dots {
	position: absolute;
	right: 18px;
	top: 60px;
}

.accepted-b-school .owl-theme .owl-dots .owl-dot {
	display: block;
}

.accepted-b-school .owl-theme .owl-dots .owl-dot span {
	width: 2px;
	height: 30px;
	margin: 0px 0px;
}

.accepted-b-school .owl-theme .owl-dots .owl-dot.active span,
.accepted-b-school .owl-theme .owl-dots .owl-dot:hover span {
	background: #121313;
}


/*common counter css*/

#couter p, .slider-counter {
	font-size: 13px;
	padding: 0;
	margin-bottom: 0;
}

#couter p:first-child {
	border-bottom: 1px solid #b1b1b1;
}

.backtotop{
	position: absolute;
	bottom: 30px;
	right: 25px;
	z-index: 2;
	color: #fff;
	cursor: pointer;
}
.backtotop p{
	padding-top: 10px;
}
/*common counter css*/

.accepted-b-school #couter {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.accepted-b-school .item-inner {
	padding: 0 5px;
}

.accepted-b-school .item-inner img {
	background: #fff;
	margin-bottom: 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease-in-out;
	transform: scale(.9);
}

.accepted-b-school .item-inner img:hover{
	transform: scale(1.1);
}
/*-- Accepted B School css end --*/


/*-- Testimonial css start--*/

.testimonial .nav-tabs {
	border-bottom: none;
}

.testimonial ul.nav li.nav-item a.nav-link {
	font-size: 1rem;
	color: #6c9f19;
	border: 1px solid #6c9f19;
	border-radius: 0px;
	margin-right: 10px;
}

.testimonial ul.nav li.nav-item a.nav-link.active {
	position: relative;
	background-color: #6c9f19;
	font-size: 1rem;
	color: #fff;
	border: 1px solid #6c9f19;
	border-radius: 0px;
	margin-right: 10px;
}

.testimonial ul.nav li.nav-item a.nav-link.active:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	top: 100%;
	left: 50%;
	border: solid transparent;
	border-color: rgba(43, 181, 94, 0);
	border-top-color: #6c9f19;
	border-width: 7px;
	margin-left: -7px;
}

.testimonial .testimonial-carousel .item-inner {
	position: relative;
}

.testimonial .testimonial-carousel .item-inner a.video-btn{position: absolute;left: 0;right: 0;margin: 0px auto;text-align: center;top: 50%;transform: translate(0px, -50%);width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;background: #fff;border-radius: 50%;transition: 0.2s;}

.testimonial .testimonial-carousel .item-inner a.video-btn i{
    font-size: 21px;
    color: #033053;
    margin: 1px 0 0 2px;
}

.testimonial .testimonial-carousel .item-inner a.video-btn:hover {
    background: #6b9d10;
}

.testimonial .testimonial-carousel .item-inner a.video-btn:hover i{
    color: #fff;
}

.testimonial .testimonial-carousel .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background: #0000001f;
	/* background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.65) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.testimonial .testimonial-carousel .caption h6{
	margin: 0 0 4px 0;
}

.testimonial .testimonial-carousel .caption p{
    margin: 0;
    font-size: 12px;
}

.testimonial .testimonial-carousel .caption>* {
	color: #fff;
}


/*-- Testimonial carousel css start--*/

.testimonial .testimonial-carousel {
	position: relative;
}

.testimonial .testimonial-carousel .owl-carousel.owl-theme {
	padding-right: 80px;
}

.testimonial .owl-theme .owl-nav {
	position: absolute;
	right: 30px;
	top: 0;
	margin-top: 0;
}

.testimonial .owl-theme .owl-nav [class*=owl-] {
	display: block;
	background: none;
	outline: none;
}

.testimonial .owl-theme .owl-dots {
	position: absolute;
	right: 38px;
	top: 60px;
}

.testimonial .owl-theme .owl-dots .owl-dot {
	display: block;
}

.testimonial .owl-theme .owl-dots .owl-dot span {
	width: 2px;
	height: 30px;
	margin: 0px 0px;
}

.testimonial .owl-theme .owl-dots .owl-dot.active span,
.testimonial .owl-theme .owl-dots .owl-dot:hover span {
	background: #121313;
}

.testimonial #couter {
	position: absolute;
	right: 30px;
	bottom: 10px;
}


/*-- Testimonial carousel css end--*/


/*-- Testimonial css end--*/
/*social feed css start*/

.social-nav{
	margin-bottom: 30px;
	border-bottom: 0;
}
.fb-feed,.twitter-feed{
	position: relative;
}
.tweetimg{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
}
.insta-feed {
    width: 100%;
    height: 100%;
    position: relative;
}
.insta-feed > div {
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 8px 0 5px 10px;
}
.insta-feed > div i.instaimg{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 3;
    background: #d21c6e;
    color: #fff;
    font-size: 18px;
    padding: 7px 10px 7px 11px;
}
.fbimg{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.social-nav .nav-item{
	margin: 0 15px;
}
.social-nav .nav-link{
	background: none;
	border: 1px solid #e3e3e3;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	transition: all .5s;
	padding: 16px 32px;
	border-radius: 0;
	color: #313131;
}
.social-nav .nav-link span{
	padding-left: 25px;
}
.social-nav .nav-link:hover, .social-nav .nav-link.active{
	background: #6b9f06;
	color: #ffffff;
	transition: all .5s;
}
.social-nav .nav-link.all{
	background: url(../images/icon-all-c.png) no-repeat 32px center;
}
.social-nav .nav-link.all:hover,.social-nav .nav-link.all.active{
	background: url(../images/icon-all.png) no-repeat 32px center #6b9f06;
}
.social-nav .nav-link.facebook{
	background: url(../images/icon-fb.png) no-repeat 32px center;
}
.social-nav .nav-link.facebook:hover, .social-nav .nav-link.facebook.active{
	background: url(../images/icon-fb-w.png) no-repeat 32px center #6b9f06;
}
.social-nav .nav-link.twiter{
	background: url(../images/icon-twiter.png) no-repeat 32px center;
}
.social-nav .nav-link.twiter:hover, .social-nav .nav-link.twiter.active{
	background: url(../images/icon-twiter-w.png) no-repeat 32px center #6b9f06;
}
.social-nav .nav-link.instagram{
	background: url(../images/icon-instagram.png) no-repeat 32px center;
}
.social-nav .nav-link.instagram:hover, .social-nav .nav-link.instagram.active{
	background: url(../images/icon-instagram-w.png) no-repeat 32px center #6b9f06;
}
/*social feed css end*/

/*register css start*/

.register.section {
	padding-top: 20px;
	padding-bottom: 150px;
}

.register .register-child-two {
	padding-top: 50px;
}

.register .register-text {
	position: absolute;
	background: white;
	padding: 30px 30px 50px 30px;
	width: 80%;
	transform: translate(10%, -40%);
	-webkit-box-shadow: 0px 5px 4px 0px rgba(238, 238, 238, 1);
	-moz-box-shadow: 0px 5px 4px 0px rgba(238, 238, 238, 1);
	box-shadow: 0px 5px 4px 0px rgba(238, 238, 238, 1);
	transition: all .4s;
	position: absolute;
}
.register .register-child-one:hover .register-text, .register .register-child-two:hover .register-text{
	transition: all .4s;
	transform: translate(10%, -50%);
}
.register [class*=register-child-] {
	position: relative;
}

.register .register-text>*:first-child,
.register .register-text p,
.register .register-text a {
	margin: 0;
	padding: 0;
	padding-top: .5rem;
}
.register .register-text>*:first-child {
	padding-top: 0rem;
}

.register .register-text h4 {
	color: #022f53;
	font-size: 24px;
	font-weight: 700;
}

.register .register-text p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #7f7e7e;
	font-size: 14px;
	line-height: 24px;
	/* text-transform: lowercase; */
	margin-bottom: 15px;
}
.register .register-text a {
	text-decoration: none;
	color: #033053;
	letter-spacing: 3px;
	transform-origin: bottom;
	transform: scaleY(0);
	transition: all .4s;
	position: absolute;
}
.register .register-child-one:hover .register-text a,.register .register-child-two:hover .register-text a{
	transform: scaleY(1);
	transition: all .4s;
}

/*register css end*/


/*footer section css start*/

.footer {
	background-color: #111111;
	position: relative;
	padding: 40px 0;
}

.footer .chat-bot {
	position: absolute;
	width: 50px;
	right: 9%;
	top: -19%;
	transform: translate(0px, 50%);
}

.footer .chat-bot a {
	display: block;
}

.footer .chat-bot a img {
	width: 100%;
}

.footer .footer-divider {
	background-color: #313131;
	height: 1px;
	width: 100%;
	margin: 1rem 0;
}

.footer .queries {
	color: #c0c0c0;
}

.footer .queries p {
	font-size: 14px;
}

.footer .queries span,
.footer .queries a,
.footer .queries i {
	font-size: 13px;
	color: #c0c0c0;
}

.footer .queries a {
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer .queries a:hover,
.footer .queries a:hover i {
	color: #6c9f19;
	transition: all 0.3s ease;
}
.footer .social-links div.social-icons{
    display: flex;
}
.footer .social-links div.social-icons a{
    margin: 0px 3px;
}
.footer .social-links div.social-icons a:first-child{
    margin-left: 0;
}
.footer .social-links div.social-icons a:last-child{
    margin-right: 0;
}
.footer .social-links div.social-icons a i {
	border: 1px solid #c0c0c0;
	border-radius: 0px;
	padding: 10px;
	min-width: 40px;
	text-align: center;
	color: #c0c0c0;
	transition: all 0.3s ease;
	font-size: 18px;
}

.footer .social-links div.social-icons a:hover i {
	background: #c0c0c0;
	color: #0c0c0c;
	transition: all 0.3s ease;
}

.footer .social-links div.social-icons a.pagalguyicon:hover{
	background-color: #c0c0c0;
	background-image: url(../images/pagalguy-hover.png);
}

.pagalguyicon{border: 1px solid silver;width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;background-image: url(..//images/pagalguy.png);background-size: 23px;background-repeat: no-repeat;background-position: center center;transition: all 0.3s ease;}
.pagalguyicon img{
    width: 26px;
}

.footer-navigation-links{
	color: #c0c0c0;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;	
}

.footer .footer-navigation-links a {
	color: #c0c0c0;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
}



.footer .footer-navigation-links a:hover {
	color: #6c9f19;
}

.copyright-footer {
	background-color: #0c0c0c;
	position: relative;
}

.copyright-footer .gmac-logo {
	position: relative;
	min-width: 60px;
	max-width: 60px;
}

.copyright-footer .gmac-logo img {
	position: absolute;
	top: -40px;
	width: 100%;
}

.copyright-footer .copyright p {
	color: #c0c0c0;
	margin-bottom: 0;
	padding-left: 5rem;
}


/*footer section css end*/
