@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap');

/**********HEADER STARTS HERE**********/
.fixed-top .scrolled{
    background-color: #4483a5; /*#0E2C3B;*/
}
.navbar a{
    font-weight: normal;
    font-size: 14px; 
    color: #ffffff;
    text-decoration: none;
}
.navbar .navbar-nav .nav-link{
    color: #ffffff;
    text-transform: none;
    font-size: 16px;
    padding-top: 5px;
    font-weight: 400; 
    font-family: 'Nunito', sans-serif;
}
.navbar .navbar-nav .nav-link:hover{
    color: #47B2E4;
}
.fixed-top .btn-outline{
    color: #FFFFFF;
    background: transparent;
    border-color: #FFFFFF;
}
.fixed-top .btn-outline:hover{
    color: #0E2C3B;
    background: #FFFFFF;
    border-color: #0E2C3B;
}
.fixed-top .dropdown-menu{
    background: #103449;
}
/**********HEADER ENDS HERE**********/



/***********************************Become_A_Teacher Starts Here*****************************
.Become_a_teacher h6{
    color: #0a0a0a;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.Become_a_teacher p{
    font-weight: 400;
    line-height: 1.8;
    color: #7e7e7e;
}
/***********************************Become_A_Teacher Starts Here*****************************/



/**********HOME STARTS HERE**********/
#home{
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
}
#home img{
   /* position: fixed;*/
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    object-fit: cover;
    box-sizing: border-box;
    overflow: hidden; 
   /*z-index: -100;*/
    transition: 1s opacity;
}
#home .home-text{
    z-index: 99;
}

#home h1{
    color: #ffffff;
    font-size: 36px;
    line-height: 60px;
    /*font-size: 5vw;
    line-height: 1.2em;*/
   font-family: 'Nunito', sans-serif;
}
#home p{
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    line-height: 10px;
   /* margin: 5px 0px;*/
}
#home .btn{
    color: #ffffff; 
    font-family: 'Nunito', sans-serif;
    border-color: #ffffff;
    background-color: transparent;
}
#home .btn:hover{
    color: #0E2C3B;
    background-color: white;
}

/**********HOME ENDS HERE**********/



/***************JUMBOTRON STARTS HERE******************/
.jumbotron-fluid{
    background-image: url(../img/jumbotron.jpg);
}
.jumbotron-fluid .container{
    margin: 83px 0px;
}
.jumbotron-fluid h1{
    color: #ffffff;
    font-size: 44px;
    line-height: 45px;
    font-family: 'Nunito', sans-serif;
}
.jumbotron-fluid p{
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    line-height: 26px;
}
/***************JUMBOTRON ENDS HERE******************/



/**********SERVICES STARTS HERE**********/
.service a{
    color: inherit;
    text-decoration: none;
}
.service{
    background-color: #fff;
}
.service h5{
   font-family: 'Open Sans', sans-serif;
    color: #0a0a0a;
   /* font-family: "Open Sans";*/
    font-size: 16px;
    font-weight: 700;
}
.service h3{
    color: #0a0a0a;
    font-family: 'Nunito', sans-serif;
    font-size: 26px;
    font-weight: 600;
}
.service p{
    color: #6f7074;
    font-size: 16px;
    font-weight: 400;
}
.service .btn-outline{
    color: #0E2C3B;
    border-color: #0E2C3B;
    background: transparent;
    padding: 8px 20px;
}
.service .btn-outline:hover{
    color: #ffffff;
    border-color: #ffffff;
    background: #0E2C3B;
}

.service .card h6{
    color: #ffffff;
    font-family: "Nunito";
    font-size: 24px;
    font-weight: 700; 
    margin: 20px 0px;
}
.service .card p{
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}
.service .first_card{
    background-color: #ecd06f;
    color: #ffffff;
}
.service .second_card{
    background-color: #00a78e;
    color: #ffffff;
}
.service .third_card{
    background-color: #ff1053;;
    color: #ffffff; 
}
.service .fourth_card{
    background-color: #00bce4;
    color: #ffffff;
}

.service .card-shadow {
	box-shadow: 0 0 30px rgba(115, 128, 157, 0.3);
}

.service .wrap-service .card-hover {
	transition: all 0.2s ease-in;
}

.service .wrap-service .card-hover:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.service .wrap-service .uneven-box {
	margin-top: 10px;
}

.service .wrap-service .uneven-box-right {
	margin-top: -90px;
}

/*.service .btn-sm {
	padding: 6px 14px;
	font-size: 16px;
	background: #188ef4;
}
.service .btn-sm:hover {
	color: #188ef4;
	background: #fff;
	border: 1px solid #188ef4;
}*/

/**********SERVICES ENDS HERE**********/
  
  /* #customers-testimonials .item-details {
    background-color: #333333;
    color: #fff;
    padding: 20px 10px;
    text-align: left;
  }
  #customers-testimonials .item-details h5 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 18px;
  }
  #customers-testimonials .item-details h5 span {
    color: red;
    float: right;
    padding-right: 20px;
  }
  #customers-testimonials .item-details p {
    font-size: 14px;
  }
  #customers-testimonials .item {
    text-align: center;
    margin-bottom: 80px;
  } */
  
  .owl-carousel .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
  }
  
  .owl-carousel .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
  }
  
  .owl-carousel {
    position: relative;
  }
  
  .owl-carousel .owl-next,
  .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    font-size: 20px;
    color: #4483A5;
    border: 1px solid #4483A5;
    text-align: center;
  }
  
  .owl-carousel .owl-prev {
    left: -70px;
  }
  
  .owl-carousel .owl-next {
    right: -70px;
  } 








/*********SCHOOL_COURSES STARTS HERE*******
 .school_courses .image {
    position: relative;
}

.school_courses .image__img {
    display: block;
    width: 100%;
}

.school_courses .image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}

.school_courses .image__overlay--blur {
    backdrop-filter: blur(5px);
}

.school_courses .image__overlay--primary {
    background: rgba(36, 65, 231,0.75);
}

.school_courses .image__overlay > * {
    transform: translateY(20px);
    transition: transform 0.25s;
}

.school_courses .image__overlay:hover {
    opacity: 1;
}

.school_courses .image__overlay:hover > * {
    transform: translateY(0);
}

.school_courses .image__title {
    font-size: 18px;
}

.school_courses.image__description {
    font-size: 1.25em;
    margin-top: 0.25em;
}
/******SCHOOL COURSES ENDS HERE*******/



/***********RECOMMENDATION STARTS HERE***********/
.recommendation .center{
    margin: auto; 
    width: 60%; 
    padding: 10px; 
}
.recommendation h3{
    color: #051925;
    font-family: "Nunito";
    font-size: 30px;
    font-weight: 400;
}
.recommendation p{
    color: #051925;
    font-family: "Nunito";
    font-size: 18px;
    font-weight: 400;
}
.recommendation .btn-outline-primary{
    color: #051925;
        border: 2px solid;
    border-radius: 40px;
}
.recommendation .btn-outline-primary:hover{
    color: #ffffff;
    background: #051925;
}
/***********RECOMMENDATION ENDS HERE***********/


/*******************UPCOMING EVENTS STARTS HERE*******************/
.events_home h2{
    color: #0a0a0a;
    font-size: 26px;
    font-weight: 600;
}
.events_home p{
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #7e7e7e;
}
/*.events_home  .card:hover {
    background-color: rgba(36, 65, 231,0.75);
}*/
.events_home img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: red; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
     -webkit-transition: all .8s ease-in-out;  
    }

 .events_home   img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
    }
.events_home .carousel-caption:hover{
    color: #2441e7;
}


/*******************UPCOMING EVENTS ENDS HERE*******************/


/***************LAST-TWO CARDS STARTS HERE******************/
.last_cards .first_card{
    background-color: #2441e7;
    color: #ffffff;
}
.last_cards .first_card .btn{
   color: #2441e7; 
}
.last_cards .second_card{
    background-color: #051925;
    color: #ffffff;
}
.last_cards .second_card .btn{
   color: #051925; 
}
/***************LAST-TWO CARDS STARTS HERE******************/



/************************FOOTER FOR HOME PAGE STARTS HERE*******************/
.footer h2{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0a0a0a;
}
.footer ul li a{
    line-height: 35px;
}
.footer ul li a:hover{
    color: black;
}
.footer nav a{
    font-size: 14px;
}
/************************FOOTER FOR HOME PAGE ENDS HERE*******************/
/************************FOOTER FOR OTHER PAGE STARTS HERE*******************/
.footer_modification{
    background-color: #151515;
}
.footer_modification h2{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}
.footer_modification ul li a{
    line-height: 35px;
}
.footer_modification ul li a:hover{
    color: black;
}
.footer_modification nav a{
    font-size: 14px;
}
/************************FOOTER FOR OTHER PAGES ENDS HERE*******************/
/***********************HOME ENDS HERE****************************************/


/** Mission Starts Here **/
.Mission h6 {
   font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 8px;
    color: #3b3b3b;
    font-family: 'Nunito', sans-serif;
}
.Mission p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #7e7e7e;
}
/** Mission Ends Here **/

/** Vision Starts Here **/
.Vision h6 {
   font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 8px;
    color: #3b3b3b;
    font-family: 'Nunito', sans-serif;
}
.Vision p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #7e7e7e;
}
/** Vision Ends Here **/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
.LoginSignup .wrapper{
  overflow: hidden;
  max-width: 390px;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
}
.LoginSignup .wrapper .title-text{
  display: flex;
  width: 200%;
}
.LoginSignup .wrapper .title{
  color: #103449;
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.LoginSignup .wrapper .slide-controls{
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 5px;
}
.LoginSignup .slide-controls .slide{
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}
.LoginSignup .slide-controls label.signup{
  color: #000;
}
.LoginSignup .slide-controls .slider-tab{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 5px;
  /*background: -webkit-linear-gradient(right, #a445b2, #fa4299, #a445b2, #fa4299);
  background: -webkit-linear-gradient(right, #2E5A71, #14415A, #2B607E, #468AB1);    
  background: -webkit-linear-gradient(left, #a445b2, #fa4299);*/
  background: -webkit-linear-gradient(left, #2E5A71, #468AB1);  
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.LoginSignup input[type="radio"]{
  display: none;
}
.LoginSignup #signup:checked ~ .slider-tab{
  left: 50%;
}
.LoginSignup #signup:checked ~ label.signup{
  color: #fff;
  cursor: default;
  user-select: none;
}
.LoginSignup #signup:checked ~ label.login{
  color: #000;
}
.LoginSignup #login:checked ~ label.signup{
  color: #000;
}
.LoginSignup #login:checked ~ label.login{
  cursor: default;
  user-select: none;
}
.LoginSignup .wrapper .form-container{
  width: 100%;
  overflow: hidden;
}
.LoginSignup .form-container .form-inner{
  display: flex;
  width: 200%;
}
.LoginSignup .form-container .form-inner form{
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.LoginSignup .form-inner form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
}
.LoginSignup .form-inner form .field input{
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid #b3d4e8;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}
.LoginSignup .form-inner form .field input:focus{
  border-color: /*#fc83bb;*/ #2B607E;
  /* box-shadow: inset 0 0 3px #fb6aae; */
}
.LoginSignup .form-inner form .field input::placeholder{
  color: /*#999; */ #60b2e0;
  transition: all 0.3s ease;
}
.LoginSignup form .field input:focus::placeholder{
  color: /*#b3b3b3;*/#2B607E;
}
.LoginSignup .form-inner form .pass-link{
  margin-top: 5px;
}
.LoginSignup .form-inner form .signup-link{
  text-align: center;
  margin-top: 30px;
}
/*.LoginSignup .form-inner form .pass-link a,
.LoginSignup .form-inner form .signup-link a{
  color: #fa4299;
  text-decoration: none;
}*/
.LoginSignup .form-inner form .pass-link a:hover,
.LoginSignup .form-inner form .signup-link a:hover{
  text-decoration: underline;
}
.LoginSignup form .btn{
  height: 50px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.LoginSignup form .btn .btn-layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  /*background: -webkit-linear-gradient(right, #a445b2, #fa4299, #a445b2, #fa4299);*/
  background: -webkit-linear-gradient(right, #2E5A71, #14415A, #2B607E, #468AB1); 
  border-radius: 5px;
  transition: all 0.4s ease;;
}
.LoginSignup form .btn:hover .btn-layer{
  left: 0;
}
.LoginSignup form .btn input[type="submit"]{
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
/*********************************Login SignUp Ends Here********************************************/



/***********************************Reset Password Starts Here*************************************/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
.ResetPassword .wrapper{
  overflow: hidden;
  max-width: 390px;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
}
.ResetPassword .wrapper .title-text{
  /*width: 50%;*/
  color: #103449;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.ResetPassword #signup:checked ~ label.login{
  color: #000;
}
.ResetPassword #login:checked ~ label.signup{
  color: #000;
}
.ResetPassword #login:checked ~ label.login{
  cursor: default;
  user-select: none;
}
.ResetPassword .wrapper .form-container{
  width: 100%;
  overflow: hidden;
}
.ResetPassword .form-container .form-inner{
  display: flex;
  width: 200%;
}
.ResetPassword .form-container .form-inner form{
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.ResetPassword .form-inner form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
}
.ResetPassword .form-inner form .field input{
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid #b3d4e8;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}
.ResetPassword .form-inner form .field input:focus{
  border-color: #2B607E;
  /* box-shadow: inset 0 0 3px #fb6aae; */
}
.ResetPassword .form-inner form .field input::placeholder{
  color: #60b2e0;
  transition: all 0.3s ease;
}
.ResetPassword form .field input:focus::placeholder{
  color: #2B607E;
}
.ResetPassword .form-inner form .pass-link{
  margin-top: 5px;
}
.ResetPassword .form-inner form .signup-link{
  text-align: center;
  margin-top: 30px;
}
/*.ResetPassword .form-inner form .pass-link a,
.ResetPassword .form-inner form .signup-link a{
  color: #fa4299;
  text-decoration: none;
}*/
.ResetPassword .form-inner form .pass-link a:hover,
.ResetPassword .form-inner form .signup-link a:hover{
  text-decoration: underline;
}
.ResetPassword form .btn{
  height: 50px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.ResetPassword form .btn .btn-layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(right, #2E5A71, #14415A, #2B607E, #468AB1); 
  border-radius: 5px;
  transition: all 0.4s ease;;
}
.ResetPassword form .btn:hover .btn-layer{
  left: 0;
}
.ResetPassword form .btn input[type="submit"]{
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
/**************************************Reset Password Ends Here************************************/



/*****************************COURSES STARTS HERE**************************************************/
.courses h2{
    color: #0a0a0a;
    font-family: "Nunito";
    font-size: 26px;
    font-weight: 600;
}
.courses p{
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #6f7074;
}
.courses ul li a{ 
    color: #0a0a0a;
}
.courses ul li a:hover{
    color: #2441e7;
}
.courses .card-hover {
	transition: all 0.2s ease-in;
}

.courses .card-hover:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/*********************************COURSES ENDS HERE**************************************************/




/***************************COURSES_SEPARATE STARTS HERE*******************************************/
.course_separate a{
    text-decoration: none;
    color: inherit;
}
.course_separate h5{
    text-transform: uppercase;
    color: #7e7e7e;
    font-size: 15px;
}
.course_separate h3{
    font-family: 'Nunito', sans-serif;
    color: #0a0a0a;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px;
    padding: 0;
    line-height: 26px;
}
.course_separate .btn-outline{
    color: #0E2C3B;
    border-color: #0E2C3B;
    background: transparent;
}
.course_separate .btn-outline:hover{
    color: #ffffff;
    border-color: #ffffff;
    background: #0E2C3B;
}

/*.course_separate .course_price{
    font-size: 18px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    color: #c75533; 
}
.starrating > input {display: none;}  

.starrating > label:before { 
  content: "\f005";
  font-family: FontAwesome;
}

.starrating > label
{
    color: #ffca08; 
}

.starrating > input:checked ~ label
{ color: #ffca08 ; } 
.starrating > input:hover ~ label
{ color: #ffca08 ;  } 

.course_separate .favourite{
    color: #ffca08;  
}
.course_separate .favourite:hover{
    color:  #c75533;    
}*/
/*************************COURSES_SEPARATE ENDS HERE*************************************/



/****************Course_Highlights Starts Here***************/
.Course_Highlights h6 {
    color: #0a0a0a;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.Course_Highlights p {
    font-size: 15px;
    font-weight: 400;
    color: #7e7e7e;
}
/****************Course_Highlights Ends Here***************/




/*****************************EVENTS STARTS HERE*****************************************/
.events a{
    color: inherit;
    text-decoration: none;
}
.events .card-title{
    color: #252525;
    font-size: 26px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 12px;    
} 
.events .card-text{
    color: #6f7074;
    margin-bottom: 20px;
    font-size: 16px;
}
.events p{
    color: #6f7074;
    font-size: 24px;
}
.events span{
    font-size: 16px;
    margin-left: 8px;
}
.events .card-shadow {
	box-shadow: 0 0 30px rgba(115, 128, 157, 0.3);
}

.events  .card-hover {
	transition: all 0.2s ease-in;
}

.events .card-hover:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/*************************************EVENTS ENDS HERE**********************************************/


/*********************************EVENTS_SINGLE STARTS HERE****************************************/
.events_single h6{
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 8px;
    color: #3b3b3b;
    font-family: 'Nunito', sans-serif;
}
.events_single p{
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #7e7e7e;
}
/*********************************EVENTS_SINGLE ENDS HERE****************************************/


/***********************************Terms_and_Comditions Starts Here*****************************/
.Terms_and_conditions h6{
    color: #0a0a0a;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.Terms_and_conditions p{
   /* font-family: 'Open Sans', sans-serif;*/
    font-weight: 400;
    line-height: 1.8;
    color: #7e7e7e;
}
/***********************************Terms_and_Comditions Starts Here*****************************/



/**************************************TEAM STARTS HERE*******************************************/
/*body {
    background: linear-gradient(90deg, #BA68C8 0%, #AB47BC 100%)
}*/

.student .container{
    background-color: white;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    margin-bottom: 50px;
    margin-top: 50px;
}

.student .title {
    color: #0a0a0a;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 8px    
}

.student .icon {
    position: relative;
    bottom: 11px;
}

.student .mt-60 {
    margin-top: 60px;
}

.student .profile img {
    width: 68px;
    height: 68px;
    border-radius: 50%
}

.student .card {
    border-radius: 15px;
    margin-left: 30px;
    margin-right: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.student .card-body {
    position: relative;
    bottom: 35px
}

.student .btn {
    margin-top: 36px;
    margin-bottom: 45px;
    background-color: #AB47BC;
    border: none;
    color: #fff
}

.student .btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    color: #fff
}

.student .header {
    padding-top: 40px
}    
/*******************************************TEAM ENDS HERE*****************************************/



/***************************************GALLERY STARTS HERE****************************************/
.gallery .img-shadow {
	box-shadow: 2px 2px 30px rgba(115, 128, 157, 0.3);
}

.gallery  .img-hover {
	transition: all 0.2s ease-in;
}

.gallery .img-hover:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/***************************************GALLERY ENDS HERE*******************************************/



/***************************************ABOUT STARTS HERE*******************************************/
.about h2{
    color: #0a0a0a;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 8px;
}
.about p{
    color: #7e7e7e;
}
.about h3{
    color: #0a0a0a;
    font-size: 34px;
}
/******************************************ABOUT ENDS HERE******************************************/



/***************************************INSTRUCTOR STARTS HERE***********************************/
.instructor h3{
    color: #0a0a0a;
    font-size: 26px;
    margin: 0 0 8px;
    font-family: 'Nunito';
}
.instructor h6{
    color: #7e7e7e;
}
.instructor .subtitle {
  font-size: 14px;
}
/***************************************INSTRUCTOR ENDS HERE************************************/


/***************************************BLOG STARTS HERE*******************************************/
.blog a{
    color: inherit;
    text-decoration: none;
}
.blog h5{
    color: #252525;
    margin: 0 0 15px;
    font-weight: 600;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    font-family: 'Nunito', sans-serif;
}
.blog p{
        color: #7e7e7e;
}
.blog p span{
    font-size: 20px;
}
/***************************************BLOG ENDS HERE*********************************************/




.blog_single h1{
    font-size: 24px;
    line-height: 34px;
    color: #0a0a0a;
}
.blog_single h6{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 8px;
    color: #3b3b3b;
    font-family: 'Nunito', sans-serif;
}
.blog_single p{
    margin-bottom: 30px!important;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #7e7e7e;
}
.blog_single span{
    font-size: 22px;
}
/************************************BLOG SINGLE ENDS HERE************************************/







/******************************************CONTACT PAGE STARTS HERE*********************************/
.contact input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow  to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc 
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color 
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form 
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}*/
.contact h4{
    font-family: "Nunito";
    font-size: 22px;
    font-weight: 600;
    color: #0a0a0a;
    margin-top: 18px;
    margin-bottom: 8px;
}
.contact p{
    color: #6f7074;
    font-size: 16px;
    font-weight: 400;
}
.contact h3{
    color: #0a0a0a;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 600;
}
.contact form label{
    cursor: pointer;
    color: #0a0a0a;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}
.contact .btn-outline-primary{
    color: #2441e7;
    border: 2px solid;
    border-radius: 40px;
    width: 50%
}
.contact .btn-outline-primary:hover{
    color: #ffffff;
    background: #2441e7;
}
.contact iframe{
    height: 600px;
    width: 600px;
}
/*************************************CONTACT PAGE ENDS HERE****************************************/



/****************************MEDIA QUERIES**************************************/
@media(max-width: 316px){
    #home img{
        min-width: 111%;
    }
}
@media (max-width: 414px){
    #home h1{
     font-size: 35px;   
}
   .contact iframe{
    height: 600px;
    width: 350px;
}
    .contact .btn-outline-primary{
    /*color: #2441e7;*/
    border: 2px solid;
    border-radius: 40px;
    width: 80%
}
}
@media(max-width:768px) {
	.service .wrap-service .uneven-box-right {
		margin-top: 10px;
	}
    .contact iframe{
    height: 600px;
    width: 353px;
}
 .contact .btn-outline-primary{
    /*color: #2441e7;*/
    border: 2px solid;
    border-radius: 40px;
    width: 80%
}   
}

.headingonoff {
    color: #1D84C7;
}