*{ 
	font-family: 'Rajdhani', sans-serif;
	scroll-behavior: smooth;
}
.headerLogo{
	text-decoration: none!important;
}
.header-top {
	padding-top: 15px;
}

.headerLogo h6 {
	font-family: 'Gurajada', serif;
	font-size: 22px;
	color: #111;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.headerLogo h6 span {
	font-family: 'Gurajada', serif;
	text-transform: capitalize;
}
header .mainmenu {
	float: right;
}
.text-center img {
	display: inline-block;
}

.mainmenu .sub-menu {
	list-style: outside none none;  
	min-width: 250px;  padding: 0;  
	position: absolute;  
	z-index:9999999;  
	display:none; 
	background-color: #fff; 
	border-radius: 15px; 
	box-shadow: 0px 0px 10px 1px #c7c7c7;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	overflow: hidden;
}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #fff;  display: block;  padding: 5px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}


.mainmenu {
	/* width: 100px; */
	margin-left: auto;
}
.CommingSoon_menu{
	font-size: 20px;
	font-weight: 400;
}

header .mainmenu {
	float: right;
	padding-top: 10px;
	padding-left:15px
}

/* common css here */
.heading h3{
	text-align: center;
	font-size: 35px;
	color:#000;
	font-weight: 700;
	text-transform: uppercase;
}
.heading h4{
	text-align: center;
	font-size: 24px;
	color:#000;
	font-weight: 600;
}
.heading h5{
	text-align: center;
	font-size: 23px;
	color:#000;
	font-weight: 600;
}
.contents p{
	font-size: 18px;
	color: #514f4f;
	font-weight: 500;
}
.card {
	margin-bottom: 25px;
}
.contents h6{
	font-size: 22px;
	color: #000;
	font-weight: 600;
}
.card .contents h6{
	font-size: 18px;
	font-weight: 500;
}
.custom-btn{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	border:1px solid #fff;
	border-radius: 5px;
	padding:12px 22px;
}

/* about-section here */
.about-section{
	padding: 0px 0px 70px;
}
.about-contents{
	padding-top: 50px;
}
.found-sec{
	padding-top: 30px;
}
.contents .found-sec h6{
	margin-bottom: 0;
}


.welcome-section{
	padding:30px 0px 0px;
}
.welcome-heading h3{
	font-size: 35px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.welcome-heading h6{
	font-size: 25px;
	font-weight: 400;
	color: #000;
}

/* workShop-section start here */
.workShop-section{
	position: relative;
}
.workShop-img{
	position: relative;
	z-index: 99;
}
.workShop-img::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background-color:rgba(0, 0, 0, 0.8);
}
.workShop-heading h3{
	color: #0065a5;
}
.workShop-contents{
	position: absolute;
	top:25%;
	left: 0;
	right:0;
	z-index: 999;
}
.workShop-contents a{
	color: #fff;
	display: inline-block;
	margin-top:25px;
}
.workShop-contents p{
	color: #fff;
	font-size: 20px;
}
.workShop-heading  h4 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
}
.workShop-heading  h4 span{
	color: #ffda07;
}

/* work section end here */
.holder{
	position: relative;
}

/* core section start here */
.core-section{
	padding:50px 0px;
	background-image: url(img/others/hands.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.core-section::before{
	position: absolute;
	z-index: 99;
	content: "";
	background: rgba(0, 0, 0, 0.8);
	top:0;
	right:0;
	left:0;
	bottom: 0;
}
.core-heading{
	position: relative;
	z-index: 999;
}
.core-heading h3{
	color: #0065a5;
}
.core-heading h4{
	color: #fff;
}
.core-heading h5{
	color: #fff;
}
.core-wrap{
	margin-top: 50px;
	position: relative;
	z-index: 999;
}
.core-icon i{
	color: #fff;
	font-size: 30px;
}
.core-contents h3{
	font-size: 25px;
	color: #0065a5;
	font-weight: 600;

}
.core-contents p{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	
}


.mission-section{
	padding:50px 0px;
	position: relative;
}
.mission-contents{
	margin-top: 20px;
}
.mission-contents h3{
	font-size: 28px;
	color: #000;
	font-weight: 600;
}
.mission-contents p{
	font-size: 20px;
	color: #000;
	font-weight: 400;
}

.asofnow-section{
	padding:50px 0px; 
}
.asofnow-wrap{
	margin-top: 50px;
}

.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: #01b7ab;
}
.social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}
.social-icons ul li {
	padding-right: 8px;
}
.copywrite{
	background-color: #000;
	padding:20px 0px;
}
.footer-links ul li::marker{
	color: #fff;
}
.footer-links ul li{
	margin-right: 40px;
}
.footer-links ul li a{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
}
.copywrite-wrap p{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}

footer.careers_page{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
.card-header .contents h6{
	text-transform: uppercase;
}
/*RESPONSIVE*/
@media screen and (max-width: 3840px){
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #000;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu .navbar-collapse > ul > li {
		margin-bottom: 10px;
		margin-left: 35px;
	}
	header .header-top .mainmenu ul li a {
		font-size: 18px;
		color: #000;
		font-weight: 700;
		text-transform: uppercase;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: right;
		padding-top: 0px;
	}
}

@media screen and (max-width: 1279px){
	header .header-top .mainmenu ul li a {
		font-size: 15px;
	}
	.workShop-contents a {
		margin-top: 5px;
	}
	.about-section {
		padding: 0px 0px 30px;
	}

}
@media screen and (max-width: 992px){
	.found-sec img{
		margin:20px 0px;
	}
}

@media screen and (max-width: 800px){
	header .header-top .mainmenu ul li a {
		font-size: 14px;
	}
	header .header-top .mainmenu ul li {
		margin-bottom: 9px;
		margin-left: 13px;
	}
	.workShop-contents {
		top: 15%;
	}
	.workShop-heading h4 {
		font-size: 27px;
	}
	.heading h3 {
		font-size: 32px;
	}
	.custom-btn {
		font-size: 16px;
		padding: 10px 20px;
	}
	.mission-contents p {
		font-size: 17px;
	}
	.mission-contents h3 {
		font-size: 25px;
	}
	.heading h4 {
		font-size: 18px;
	}
	.heading h5 {
		font-size: 18px;
	}
	.core-contents p {
		font-size: 16px;
	}
	.core-contents h3 {
		font-size: 22px;
	}
	.asofnow-section {
		padding: 40px 0px;
	}
	.asofnow-wrap {
		margin-top: 25px;
	}
	.about-contents {
		padding-top: 20px;
	}
	.heading h3 {
		font-size: 27px;
	}
	.contents p {
		font-size: 16px;
	}
	.contents h6 {
		font-size: 20px;
	}

}


@media screen and (max-width: 767px) {
	.mainmenu {
		width: 100%;
		margin-left: auto;
	}
	.core-contents h3 {
		font-size: 20px;
	}
	.core-contents p {
		font-size: 14px;
	}
	.headerLogo {
		text-decoration: none !important;
		display: block;
		text-align: center;
	}
	.welcome-section {
		padding: 50px 0px 0px;
	}
	.heading h3 {
		font-size: 25px;
	}
	.workShop-heading h4 {
		font-size: 22px;
	}
	.core-contents {
		text-align: center;
	}
	.welcome-section {
		padding: 20px 0px 0px;
	}
	.heading h4 {
		font-size: 15px;
	}
	.heading h5 {
		font-size: 15px;
	}
	
}
@media screen and (max-width: 480px) {
	
	.headerLogo.navbar-brand.d-block.d-md-none.d-lg-none.d-sm-block {
		width: 150px;
	}
	.headerLogo img {
		width: 60px;
	}
	.headerLogo h6 {
		font-size: 16px;
	}
	header .header-top .mainmenu ul li a {
		font-size: 13px;
	}
	.heading h3 {
		font-size: 20px;
	}
	.heading h4 {
		font-size: 14px;
	}
	.workShop-contents p {
		font-size: 17px;
	}
	.custom-btn {
		font-size: 14px;
		padding: 8px 18px;
		margin-top: 0;
	}
	.workShop-img::after {
		background-color: rgba(0, 0, 0, 0.2);
	}
	.workShop-section .container{
		padding:0;
	}
	.workShop-contents {
		position: relative;
		top: 0;
		background-color: #000;
		padding: 10px 0px 15px;
	}
	.mission-contents h3 {
		font-size: 20px;
	}
	.mission-contents p {
		font-size: 15px;
	}
	.mission-section {
		padding: 25px 0px;
		position: relative;
	}
	.contents p {
		font-size: 15px;
	}
	.asofnow-section {
		padding: 30px 0px 15px; 
	}
	.about-section {
		padding: 0px 0px 10px;
	}
	.copywrite-wrap p {
		font-size: 15px;
	}
	.footer-links ul li a {
		font-size: 15px;
	}
	
}