

/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */

body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background-color: #fff;
	overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}
.img-fluidd{
	max-width: 100%;
	height: 256px;
	object-fit: cover;
	border-radius: 8px;
}
.card_team{
	margin-bottom: 22px;
}
/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 20px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 30px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 55px;
	width: auto;
	display: block;
  /* filter: brightness(10%); */
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #e0424b !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 0px 10px 5px 0px !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 90%;
	height: 2px;
	content: '';
	background-color: #e0424b;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
}
p{
	text-align: center;
	margin: 0;
	padding-top: 10px;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}
body.hero-anime p{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
	display: inline-block;
    transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 

body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #8167a9 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: #e0424a;
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

.headcenter{
	font-family: 'Poppins';
	font-size: 32px !important;
	font-weight: 700;
	text-align: center;
	color: #000;
	margin-bottom: 72px;
}

/* #Media
================================================== */

@media (max-width: 768px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 10px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 5px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
    .counter-card{
        margin-bottom: 30px !important;
    }
    .imageDivAbout {
        padding-bottom: 40px;
    }
    .spaceIB{
        margin-bottom: 20px;
    }
    .facilityCard{
        margin-bottom: 20px;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 15% !important;
        left: 15%;
        z-index: 10;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff;
        padding-left: 20px !important;
        text-align: center;
        padding-right: 20px !important;
    }
    .slider-head{
        font-size: 22px !important;
        line-height: 140% !important;
    }
    .slider-txt{
        font-size: 14px !important;
        line-height: 140% !important;
    }
	.cntctbtnm{
		margin-top: 10px;
	}
	.nav-link{
		padding-bottom: 20px !important;
	}
	.style_career_mail{
		font-family: 'Poppins';
		font-size: 20px !important;
		font-weight: 500;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		padding: 0px;
		text-align: left;
		color: #e0424a;
	}
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}

.newsnew{
	margin-bottom: 80px;
}
.spacebottomnewsm{
	margin-bottom: 52px;
}
.spacenewstop{
	margin: 40px 0px 60px 0px;
}
.linksnewsmain{
	font-size: 32px;
	line-height: 140%;
	color: #0367f4;
	text-decoration: underline;
}
.projects_div_news{
	margin-bottom: 80px;
}
.spacenewsbtnhm{
	margin-top: 40px;
	text-align: center;
}
/* new */

@media (min-width: 600px) {
	
	section.content h2 { font-size: 42px; }
	
	section.content p { font-size: 20px; }
	
	/* .nav-link{
		padding-bottom: 20px !important;
	} */
	}
	
	section.content { padding: 40px 0; }
	
	section.content h2 {
	  margin-bottom: 40px;
	}
	
	section.content p {
	  margin-bottom: 40px;
	  font-size: 16px;
	  font-weight: 300;
	}
	
	section.content p:last-child { margin-bottom: 0; }
	
	/**************************************
		Parralax styles
	**************************************/
	
	section.parallax {
	  position: relative;
	  height: auto;
	  padding: 200px 0px;
	  background-position: 50% 50%;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	
	section.parallax:after {
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  top: 0;
	  background-color: #0202021f;
	  z-index: 100;
	  content: ' ';
	}
	
	section.parallax h1 {
	  color: #fff;
	  position: relative;
	  z-index: 102;
	}
	
	/**************************************
		Parralax blocks
	**************************************/
	
	section.parallax.parallax-1 {
	  background-image: url("./assets/parallax_image.png");
	  background-position: 100% 100%;
      transition: all .5s ease;
	}
	
	.parralaxTxt{
		font-size: 24px;
		font-family: 'Poppins';
		font-weight: 400;
		color: #fff !important;
		z-index: 103 !important;
		line-height: 160%;
	}
	.headParralax{
		font-size: 35px;
		font-family: 'Poppins';
		font-weight: 500;
		color: #fff;
		margin-bottom: 15px;
	}
	.pMessage{
		padding: 180px 0px 100px 0px;
	}
	.NamePrincipal{
		font-size: 20px;
		font-family: 'Poppins';
		font-weight: 500;
		color: #171717;
		text-align: left;
		margin-top: 20px;
	}
	.qualification{
		font-family: Poppins;
		font-style: italic;
		font-weight: 500;
		font-size: 18px;
		color: #646464;
		text-align: left;
	}
	.aboutMessage{
		font-size: 16px;
		font-family: 'Poppins';
		font-weight: 400;
		color: #3b3b3b;
		line-height: 160%;
		text-align: left;
		margin-top: 10px;
	}
	.under_construction{
		margin-top: auto !important;
	}
	.spaceSec{
		padding-top: 180px;
	}
	.coursesDiv{
		padding: 180px 0px 100px 0px;
	}
	.subheadCourse{
		font-size: 20px;
		font-family: 'Poppins';
		font-weight: 400;
		color: #3b3b3b;
		line-height: 160%;
		text-align: left;
		margin-top: 20px;
		margin-bottom: 80px;
	}
	.CourseHead{
		font-family: Poppins;
		text-align: left;
		font-weight: 500;
		font-size: 28px;
		color: #171717;
		line-height: 39px;
	}
	.courseDescp{
		font-family: Poppins;
		font-size: 16px;
		text-align: left;
		font-weight: 400;
		color: #3b3b3b;
		line-height: 160%;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.eligibility{
		text-align: left;
		font-family: Poppins;
		font-size: 18px;
		font-weight: 500;
		text-transform: uppercase;
		color: #171717;
		margin-bottom: 0;
	}
	.eligibilityTxt{
		text-align: left;
		font-family: Poppins;
		font-size: 16px;
		font-weight: 400;
		color: #3b3b3b;
	}
	.bgCourseColor{
		padding: 100px 0px;
		background-color: #fafafa;
	}
	.CourseColor{
		padding: 100px 0px;
	}
	.facilitiesDiv{
		padding: 180px 0px 100px 0px;
	}
	.contactUsDiv{
		padding: 180px 0px 100px 0px;
	}
	.cntctBtn{
		background-color: #fff;
		border-radius: 6px;
		border: 2px solid #171717;
		padding: 10px 20px !important;
		font-size: 16px;
		font-weight: 500;
		color: #171717;
	}
	.cntctBtn:hover{
		background-color: #e0424b;
		border-radius: 6px;
		border: 2px solid #e0424b;
		padding: 10px 20px !important;
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		text-decoration: none;
		transition: .4s all ;
	}
	.cntctactiveBtn{
		background-color: #F7B500;
		border-radius: 24px;
		border: 2px solid #F7B500;
		padding: 10px 20px !important;
		font-size: 16px;
		font-weight: 500;
		color: #171717;
		text-decoration: none;
	}
	.cntctactiveBtn:hover{
		background-color: #F7B500;
		border-radius: 24px;
		border: 2px solid #F7B500;
		padding: 10px 20px !important;
		font-size: 16px;
		font-weight: 500;
		color: #171717;
		text-decoration: none;
	}
	.mapDiv{
		margin-top: 50px;
	}
	.headContact{ 
		text-align: left;
		font-family: Poppins;
		font-size: 22px;
		font-weight: 500;
		color: #171717;
	}
	.txtContact{
		text-align: left;
		font-family: Poppins;
		font-size: 18px;
		font-weight: 500;
		color: #3b3b3b;
	}
	.txtContact:hover{
		text-align: left;
		font-family: Poppins;
		font-size: 18px;
		font-weight: 500;
		color: #F7B500;
		text-decoration: none;
	}


    /* new */
    .slider_hero_section{
        margin-top: 80px;
    }
    .slider_caption{
        font-family: 'Poppins';
        font-size: 45px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .caption{
        display: block;
        position: absolute;
        top: 25%;
        left: 10%;
    }
    .hero_para_slider{
        font-family: 'Poppins';
        font-size: 22px;
        font-weight: 500;
        font-stretch: normal;
        margin-top: 0px;
        font-style: normal;
        line-height: normal;
        text-align: left;
        letter-spacing: normal;
        color: #fff;
        width: 90%;
    }
    .parallax_txt{
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        padding: 12px 22px;
        border-radius: 6px;
        background-color: rgba(0, 0, 0, 0.411);
    }
	.headcenter{
		font-family: 'Poppins';
		font-size: 22px ;
		font-weight: 600;
		text-align: center;
		color: #000;
		margin-bottom: 52px;
	}
    .about_us_div{
        padding: 100px 0px;
    }
    .highlight_para{
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #e0424b;
        margin: 0;
        padding: 0px;
    }
    .highlight_div{
        padding: 12px 22px;
        border-radius: 6px;
        background-color: #fff1f2;
        width: 62%;
        margin-bottom: 20px;
    }
    .highlight_div_black{
        padding: 12px 22px;
        border-radius: 6px;
        background-color: #000000a1;
        width: 82%;
        margin-bottom: 20px;
    }
    .highlight_para_black{
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
        margin: 0;
        padding: 0px;
    }
    .about_txt{
        text-align: left;
    }
    .main_head{
        font-family: 'Poppins';
        font-size: 35px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        text-align: left;
    }
    .subhead_main{
        font-family: 'Poppins';
        font-size: 20px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #3b3838;
    }
    .body_para{
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #4c4c4c;
        text-align: left;
    }
    .a_style,
.a_style::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}

.a_style {
    background: none;
    border: 2px solid #e0424b;
    border-radius: 5px;
    color: #e0424b;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    padding: 12px 36px;
    width: 220px;
    position: relative;
    text-decoration: none;
}

.a_style::before,
.a_style::after {
  background: #e0424b;
  content: '';
  position: absolute;
  z-index: -1;
}

.a_style:hover {
	color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: #e0424b;
}

/* a_style 1 */
.btn-1::after {
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.btn-1:hover:after {
  height: 100%;
}

.main_head_third{
    font-family: 'Poppins';
    font-size: 35px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #212121;
}
.intro_div{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.third_fold{
    background-color: #fafafa;
    padding: 100px 0px;
}
.w_adjust{
    width: 32% !important;
}
.card_features{
    padding: 35px 20px 30px 20px;
    border-radius: 6px;
    height: 390px;
    background-color: #fff;
    border-bottom: 3px solid #fff;
    transition: transform .5s;
}
.card_features:hover{
    border-bottom: 3px solid #e0424b;
    transform: scale3d(1.006,1.006,2);
    transition: 2s cubic-bezier(.165,.84,.44,1);
    /* box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.15); */
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.11);
}
.space_top{
    margin-top: 60px;
}
.feature_title{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3b3838;
    margin: 15px 0px 12px 0px;
    text-align: left;
}
.para_feature{
    padding: 0px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4c4c4c;  
    text-align: left;
}


.fourth_fold{
    padding: 100px 0px;
}
.parallax_main_head{
    font-family: 'Poppins';
    font-size: 35px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.projects_div{
    padding: 100px 0px;
}
.w_adjust_projects{
    width: 40% !important;
}
.smallTxt{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e0424b;
    text-align: left;
    margin-top: 12px;
}
.projectTitle{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212121;
    text-align: left;
}
.projectDiscription{
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c4c4c;
    margin-bottom: 15px;
}
.knowMore{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    color: #e0424b;
    display: flex;
}
.knowMore:hover{
    color: #161616;
    text-decoration: none;
    transition: all .4s ease-out;
}
.readMore{
    height: 16px !important;
    margin-top: 2px;
    margin-left: 8px;
    width: auto !important;
}
.footer_style{
    padding-top:100px;
    background-color: #212121;
    background-size: cover;
}
.social_links{
margin-top: 40px;
display: flex;
}
.img_social:hover{
    transform: scale(1.2);
    transition: .6s ease;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    cursor: pointer;
}
.space_right{
    margin-right: 30px;
}
.f_head{
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    text-align: left;
    margin-bottom: 12px;
}
.f_nav{
    font-family: 'Poppins';
    font-size: 14px;
    text-align: left;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 10px;
    padding: 0px;
}
.f_nav:hover{
    color: #ee3a3a;
    text-decoration: none;
    transition: all .5s;
}
.f_nav_light{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    padding: 0px;
    text-align: left;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5c5c5c;
}
.copyright_txt{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}
.f_para_logo{
    font-family: 'Poppins';
    font-size: 14px;
    text-align: left;
    padding: 20px  0px 0px 0px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a3a2a2;
}
.footer_copyright{
    padding-top: 180px;
    padding-bottom: 20px;
}
.activeNew{
	padding-right: 0px !important;
    font-weight: 600;
    color: #e0424b !important;
    border-bottom: 2px solid #e0424b;
    text-align: center;
    padding-bottom: 5px !important;
}



#button {
	display: inline-block;
    background-color: #e0424b;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    padding-top: 7px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
  }
  #button:hover {
	cursor: pointer;
	background-color: #212121;
  }
  #button:active {
	background-color: #555;
  }
  #button.show {
	opacity: 1;
	visibility: visible;
  }

  /* about us page */

.banner_about{
	padding: 90px 0px;
	background-image: url('./assets/banner.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.main_head_banner{
	font-family: 'Poppins';
	font-size: 50px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	margin-top: 50px;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	text-align: left;
	padding: 0px;
}
.banner_para{
	padding: 0px;
    text-align: left;
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-top: 25px;
}
.space_bottom_about{
	margin-top: 50px;
}
.vision_mission{
	padding: 100px 0px;
	background-color: #fafafa;
}
.head_v_m{
	text-align: left;
	font-family: Poppins;
	font-size: 40px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #212121;
}

.para_v_m{
	text-align: left;
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #4c4c4c;
}

.space_m{
	margin-top: 75px;
}
.space_v{
	margin-top: 50px;
}
.space_v_m_middle{
	margin-top: 100px;
	margin-bottom: 100px;
}
.our_team_div{
	padding: 100px 0px;
}
.heading_team{
	text-align: left;
	font-family: 'Poppins';
	font-size: 40px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #212121;
}
.head_our_team{
	margin-bottom: 60px;
}
.our_team_para{
	text-align: left;
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3b3838;
}
.name_team{
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	margin-top: 10px;
  padding: 0px;
  color: #3b3838;
}
.position_team{
	font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #6c6c6c;
  padding: 0px;
}
.card_team:hover{
	transform: translateY(-15px);
	box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
	transition: all .5s ease-in-out;
    /* margin: 10px 0; */
	padding-bottom: 20px;
	border-radius: 8px;
	cursor: pointer;
}
.card_team{
	padding-bottom: 20px;
	text-align: center;
}

.cta_div{
	padding: 100px 0px;
}
.cta_subhead{
	font-family: 'Poppins';
	font-size: 32px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3b3838;
	text-align: left;
}
.w_adjust_cta {
    width: 55% !important;
}
.animate_svg{
	animation: mover 1s infinite alternate;
}
.service_main_head{
	font-family: 'Poppins';
	font-size: 40px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	padding: 0px;
	color: #212121;
	text-align: left;
}
.service_subhead_main{
	font-family: 'Poppins';
	text-align: left;
	padding: 0px;
	font-size: 40px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #e0424b;
}
.servive_para_div{
	padding: 100px 0px;
}
.width_service_high{
	width: 81%;
}
.tabs_div{
	background-color: #fafafa;
	padding: 100px 0px;
}
.profile_div{
	margin-top: 140px;
}
.title_company{
	font-family: 'Poppins';
	font-size: 45px;
	text-align: left;
	font-weight: 600;
	line-height: normal;
	color: #212121;
}
.line{
	width: 68px;
    height: 4px;
    background-color: #e0424a;
    border-radius: 20px;
	margin: 5px 0px 15px 0px;
}
.para_company{
	font-family: 'Poppins';
	font-size: 18px;
	text-align: left;
	font-weight: 400;
	color: #212121;
	line-height: normal;
}
.profile_div02{
	margin-top: 70px;
}
.space_b_t_s{
	margin: 100px 0px;
}
.profile_div03{
	margin-top: 70px;
}
@keyframes mover {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-10px);
	}
}
.contact_main_subhead{
	font-family: 'Poppins';
	font-size: 22px;
	color: #212121;
	font-weight: 500;
	text-align: left;
}
.main_contact_head{
	font-family: 'Poppins';
	font-size: 35px;
	color: #4C4C4C;
	font-weight: 600;
	text-align: left;
	margin-bottom: 20px;
}
.space_contact_t_b{
	margin: 100px 0px;
}
.contact_para{
	font-family: 'Poppins';
	font-size: 20px;
	color: #4C4C4C;
	font-weight: 500;
	text-align: left;
}
.conact_right{
	margin-right: 10px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:90%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.cntctBtnA{
	background-color: #e0424b;
	border-radius: 6px;
	border: 2px solid #e0424b;
	padding: 10px 20px !important;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	transition: .4s all ;
}




/* media query */
@media only screen and (max-width: 600px) {
    .highlight_div {
        padding: 12px 22px;
        border-radius: 6px;
        background-color: #fff1f2;
        margin-bottom: 20px;
        width: 100%;
        margin-top: 30px;
    }
	.animate_svg{
		margin-top: 80px;
	}
	.w_adjust_cta{
		width: auto !important;
	}
	.activeNew{
		font-weight: 700;
		color: #e0424b !important;
		border-bottom: 2px solid #e0424b;
		text-align: center;
		padding-bottom: 5px !important;
		margin-bottom: 20px;
	}
	.space_m_m{
		margin-bottom: 30px;
	}
    .main_head {
        font-family: 'Poppins';
        font-size: 30px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        text-align: left;
    }
    .w_adjust{
        width: auto !important;
    }
    .main_head_third {
        font-size: 30px;
    }
    .w-100{
        width: auto !important;
    }
    .slider_caption {
        font-size: 35px;
    }
    .w_adjust_projects{
        width: auto !important;
    }
	.profile_div {
		margin-top: 30px;
	}
	.profile_div02 {
		margin-top: 30px;
	}
	.profile_div03 {
		margin-top: 30px;
	}
  }

  @import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
  *
  {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
  }
  
  .toggle
  {
	position: relative;
	width: 60px;
	height: 60px;
	background: url(https://i.ibb.co/HrfVRcx/menu.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center;
	cursor: pointer;
  }
  .toggle.active
  {
	background: url(https://i.ibb.co/rt3HybH/close.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	cursor: pointer;
  }
  .showcase
  {
	/* position: absolute; */
	right: 0;
	width: 100%;
	min-height: 100vh;
	padding: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #111;
	transition: 0.5s;
	z-index: 2;
  }
  .showcase.active
  {
	right: 300px;
  }
  
  .showcase video
  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
  }
  .overlay
  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #03a8f441;
	mix-blend-mode: overlay;
  }
  .text
  {
	  margin-top: 270px;
	position: relative;
	z-index: 10;
  }
  
  .text h2
  {
	font-size: 45;
	font-weight: 800;
	color: #fff;
	line-height: 1em;
	text-align: left;
	text-transform: uppercase;
  }
  .text h3
  {
	font-size: 40;
	font-weight: 700;
	text-align: left;
	color: #fff;
	line-height: 1em;
	text-transform: uppercase;
  }
  .text p
  {
	font-size: 40px;
	color: #fff;
	text-align: left;
	line-height: normal;
	margin: 20px 0;
	font-weight: 600;
	max-width: 700px;
  }
  .text a
  {
	display: inline-block;
	font-size: 1em;
	background: #fff;
	padding: 10px 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	margin-top: 10px;
	color: #111;
	letter-spacing: 2px;
	transition: 0.2s;
  }
  .text a:hover
  {
	letter-spacing: 6px;
  }
  .social
  {
	position: absolute;
	z-index: 10;
	bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .social li
  {
	list-style: none;
  }
  .social li a
  {
	display: inline-block;
	margin-right: 20px;
	filter: invert(1);
	transform: scale(0.5);
	transition: 0.5s;
  }
  .social li a:hover
  {
	transform: scale(0.5) translateY(-15px);
  }
  .menu
  {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .menu ul
  {
	position: relative;
  }
  .menu ul li
  {
	list-style: none;
  }
  .menu ul li a
  {
	text-decoration: none;
	font-size: 24px;
	color: #111;
  }
  .menu ul li a:hover
  {
	color: #03a9f4; 
  }
  
  @media (max-width: 991px)
  {
	.showcase,
	.showcase header
	{
	  padding: 40px;
	}
	.text h2
	{
	  font-size: 3em;
	}
	.text h3
	{
	  font-size: 2em;
	}
	.spacebottomnewsm{
		margin-bottom: 32px;
	}
	.linksnewsmain{
		font-size: 22px;
		line-height: 140%;
		color: #0367f4;
		text-decoration: underline;
	}
  }
  img.img-fluid.icon_style {
    height: 75px;
}
.coming_soon{
	padding: 100px 0px 100px 0px;
}
/* .coming_soon_img{
	height: 450px;
} */
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    /* height: 3px; */
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 50%;
    text-indent: -999px;
    cursor: pointer;
    background-color: #dc1c1c;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.space_top_about{
	margin-top: 50px;
}
.under_construction{
	/* margin-top: 50px !important; */
	font-family: 'Poppins';
	font-size: 35px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	text-align: left;
}
.color_white{
	display: inline-block;
    filter: invert(1);
    transition: 0.5s;
}
.height_vision{
	height: 380px !important;
}
.status{
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	text-align: left;
}
.status_main{
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	text-align: left;
}
.space_m_b{
	margin:120px 0px;
}
.space_top_op{
	margin-top: 90px !important;
}
.team_name_modal{
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	padding: 0px;
	margin-top: 10px;
	text-align: left;
}
.team_name_designation_modal{
	font-family: 'Poppins';
	font-size: 18px;
	font-weight: 500;
	color: #646464;
	font-stretch: normal;
	font-style: normal;padding: 0px;
	margin: 0px;
	line-height: normal;
	text-align: left;
}
.about_team_modal{
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 400;
	color: #3b3b3b;
	font-stretch: normal;
	font-style: normal;padding: 0px;
	margin-top: 15px;
	line-height: normal;
	text-align: left;
	margin-bottom: 30px;
}
.name_team:hover{
	color: #e0424b;
	transition: .3s all !important;
	text-decoration: underline;
}
.space01{
	margin-top: 70px !important;
}
.space02{
	margin-top: 90px !important;
}
.space03{
	margin-top: 80px !important;
}
.style_footer_image{
	margin-top: 28px;
}
.logo_spacing{
	margin-top: 130px;
}
.space_points_left{
	margin-left: 17px;
	font-size: 14px ;
	font-family: "Poppins";
}
.career_div{
	padding: 100px 0px;
}
.head_career{
	font-family: 'Poppins';
	font-size: 45px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	padding: 0px;
	text-align: left;
	color: #212121;
}
.style_career_mail{
	font-family: 'Poppins';
	font-size: 30px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	padding: 0px;
	text-align: left;
	color: #e0424a;
}