@font-face {
    font-family: "myfont";
    src: url(../font/Montserrat-Medium.ttf);
}

/* ******************
        Slider
******************** */

.carouselSlider{
    height: 658px;
}
.carouselSlider h2{
	width: fit-content;
    font-family: myfont;
	font-weight: bold;
	font-size: 45px;
	position: relative;
	animation: text 6s 1;

}
.carouselSlider p{
	width: fit-content;
    font-family: myfont;
    color: #ffffff;
	position: relative;
	animation: text 6s 1;
}
.carousel-caption-style{
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
	position: absolute;
    bottom: 34%;
    right: 50%;
    left: 5%;
	color: #ffffff;

}
.carousel-caption-style-2{
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
	position: absolute;
    bottom: 34%;
    right: 5%;
    left: 55%;
	color: #ffffff;

}
@keyframes text{
	0%{
		color: #000000;
	}
}



/* ******************
        About
******************** */

.about{
    padding: 60px 60px 20px 60px;
    text-align: justify;
}
 .about h3{
	font-family: myfont;
    color: #000000;
    margin: 0;
    font-weight: bold;
    text-align: center;
 }
 .about p{
    font-family: myfont;
	text-align: center;
 }
 .line{
    border-bottom: 2px solid #1c91c6;
    width: 125px;
    margin-top: 0;

}
.bottom-line{
	border-bottom-style: #f5f5f5;
	border-bottom-width: thin;
	width: 76%;
}	
/* **********************
		Mission
*********************** */

.mission-vision, .mission-vision ,.container-fluid{
	padding: 0;
}
.mission-vision, .mission-vision .container-fluid, .mission-vision .row, .mission-vision .mv-container{
    width: 100%;
	height: auto;
}
.zoom-effect{
	margin: 0;
	overflow: hidden;
    position: relative;
}
.mv-container{
	padding: 185px 45px;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: white;
	transition: all 1s;
}
.mv-container:hover{
	transform: scale(1.04);
}
.vision{
	background-image: url("../images/Artificial\ Intelligence.jpg");
}
.mission{
	background-image: url("../images/News\ Letter.jpeg");
}
.mv-container p{
	color: #ffffff;
}
.mv-text{
	position: relative;
    bottom: 300px;
    padding: 0 120px;
    color: #f9f7f8;
}


/*===========================
  services
============================ */
.carousel-inner .carousel-item {
	transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease;
  }
.services {
	padding: 80px 0;
	background-color: #f5f5f5;
}
.services .row{
	padding-top: 25px;
}

.services h1{
	text-align: center;
}
.services h1 a{
	text-decoration: none;
    color: #000000;
}
.services h2{
    font-weight: 400;
}
.service-line{
	width: 68px;
    background-color: #000000;
}
.service-img{
	width: 500px;
	box-shadow: 12px 12px 12px rgba(0,0,0,0.5);
}
.services-text{
	padding-top: 50px;
}
#carouselControls .carousel-item{
	height: 450px;
}
#carouselControls .carousel-indicators li {
	background-color: #00000052;
}
#carouselControls .carousel-indicators .active{
	background-color: #000000;
}
#carouselControls .carousel-indicators{
	top: 470px;
}

 /* *******************
	   Career
******************** */
.careers .row{
	margin: 0;
}
.career-info{
	padding: 100px 50px;
}
.career-info h4{
	font-weight: 700;
}
.career-info h1{
	font-weight: 300;
	margin-bottom: 20px;
}
.career-info p{
	margin-bottom: 20px;
}
.career-info .btn{
	border-color: #161617;
	background-color: #ffffff;
}
.career-info .btn:hover{
	background-color: #000000;
	color: #ffffff;
}
.career-img{
	width: 100%;
	background-image: url(../images/apply_job.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	height: 491px;
}

/* *******************
	   Responsive
******************** */

@media(max-width:1024px){

	.carouselSlider h2{
		font-size: 25px
	}
	.service-img{
		width: 440px;
	}
	.services-text{
		padding-top: 20px;
	}
	.services{
		padding: 30px 0;
	}
	#carouselControls .carousel-indicators {
		top: 420px;
	}
}
@media(max-width : 980px){
	.about{
		padding: 40px 40px 20px 40px;
	}

	.mv-container {
		padding: 140px 45px;
	}
	.services-text{
		padding-top: 10px;
	}
	.service-img {
		width: 330px;
	}

	.services h2 {
		font-size: 22px;
	}
	.services-text p{
		font-size: 12px;
	}
	#carouselControls .carousel-indicators {
		top: 380px;
	}

}
@media(max-width:800px){
	.career-info {
		padding: 80px 50px;
	}
	.carouselSlider {
		height: 480px;
	}
	.carouselSlider h2 {
		font-size: 20px;
	}
	.carouselSlider p {
		font-size: 12px;
	}
	.carousel-caption-style-2 {
		bottom: 25%;
	}
	.carousel-caption-style {
		bottom: 28%;
	}

}
@media(max-width:767px){
	.about {
		padding: 25px 20px 15px 20px;
	}
	.service-img {
		width: 250px;
	}
	.services h2 {
		font-size: 30px;
		padding: 20px;
	}
	.services-text p {
		display: none;
	}
}

@media(max-width:530px){
	.carouselSlider {
		height: 390px;
	}
	.carouselSlider h2 {
		font-size: 15px;
	}
	.carousel-caption-style-2, .carousel-caption-style {
		bottom: 30%;
		right: 5%;
		left: 5%;
	}

	.carouselSlider p {
		font-size: 10px;
	}

	#carouselControls{
		text-align: center;
	}
	.service-img {
		width: 300px;
	}
	#carouselControls .carousel-indicators {
		top: 400px;
	}
}
@media(max-width:480px){

	#carouselControls .carousel-item {
		height: 400px;
	}
	.service-img {
		width: 340px;
	}
}
@media(max-width:414px){

	.carouselSlider h2 {
		font-size: 13px;
	}
	.service-img {
		width: 325px;
	}
	#second_para{
		display: none;
	}

} 
@media(max-width:375px){
	.carouselSlider {
		height: 320px;
	}
	.carousel-caption-style-2, .carousel-caption-style {
		bottom: 25%;
	}
	#carouselControls .carousel-indicators {
		top: 390px;
	}
	.services h2 {
		font-size: 25px;
	}
	.service-img {
		width: 300px;
	}	
}
@media(max-width:360px){
	.service-img {
		width: 280px;
	}
}
@media(max-width:320px){
	
	.service-img {
		width: 245px;
	}
}

