
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  line-height: 24px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
p {
  color: #555;
  font-size: 17px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555;
  line-height: 1.4em;
}
.button_3 {
  color: white;
  font-weight: bold;
  border: wheat 3px solid;
}


a img:hover {
  opacity: 0.5;
}

a {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  outline: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #007bff;
}
/*Top Header */
header {
  position: relative;
  z-index: 20000;
  width: 100%;
  top: 0;
  margin: 0;
}
header #top_header {
  margin: 0;
  padding: 0;
  background: #01bafd;
  color: #fff;
  padding: 0px 60px;
}
header .top_header1 {
  width: 100%;
  display: inline-block;
  line-height: 10px;
  padding: 5px 40px;
}

header .top_header1 .top_contact {
  float: right;
  margin: 0;
  font-size: 12px;
  margin-top: 10px;

}
header .top_header1 .top_contact a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
header .top_header1 .top_contact a:hover,
header .top_header1 .top_social a i:hover {
 text-decoration: underline;
}
header .top_header1 .top_contact span {
  padding: 5px;
  font-size: 15px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}
header .top_header1 .top_social {
  width: 20%;
  float: left;
  margin-top: 5px;
}

header .top_header1 .top_social a i {
  font-size: 20px;
  color: #fff;
}
header .top_header1 .top_social a {
  letter-spacing: 15px;
}

/*End Header */

/*Logo Header */

/*Sticky */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/*Top Header */
.nav-list {
  margin-top: 6px;
}

.navigation {
  height: 80px;
  margin-top: 0;
  padding: 10px 68px;
  background: #fff;
}
.brand {
  width: 20%;
  position: absolute;
  padding-left: 20px;
  float: left;
  margin-top: -10px;
  z-index: 200;
}
.brand img {
  width: 100%;
  float: left;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}
.nav-container {
  max-width: 100%;
  margin: 0 auto;
}
nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
nav ul li {
  float: left;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0px 10px;
}
nav ul li a,
nav ul li a:visited,
nav ul li h5 {
  display: block;
  padding: 18px 5px;
  font-size: 15px;
  line-height: 5px;
  font-weight: 500;
  margin: 0;
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
nav ul li a {
  background: transparent;
  color: #555;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
nav ul li a:hover,nav ul li h5:hover {
  color: #000;
}

nav ul li:hover,
nav ul li:visited:hover {
  border-bottom: 3px #000 solid;
  cursor: pointer;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

ul .navbar-dropdown {
  background: #fff;
  padding: 5px;
  margin-top: 10px;
  margin-left: -20px;
}
nav ul li a:visited:not(:only-child):after,
nav ul li h5:not(:only-child):after {
  padding-left: 4px;
  content: ' \025BE';
  font-size: 20px;
  float: right;
}
nav ul li ul li {
  min-width: 250px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-dropdown {
  position: absolute;
  display: none;
  padding-top: 50px;
  z-index: 1;
  box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
nav ul li.current a{
	border-bottom: 3px #007bff solid;
  }
  nav ul li h5.current{
    color: #007bff;
    }
  nav ul li.current a{
    color: #007bff;
  }
.navbar-dropdown li a {
  padding: 10px;
}
.navbar-dropdown li a:hover {
  border-bottom: none;
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 55px;
  width: 70px;
}
#navbar-toggle {
  position: absolute;
  left: 18px;
  top: 15px;
  cursor: pointer;
  padding: 10px 35px 16px 0;
}
#navbar-toggle .active {
  background: #fff;
}
#navbar-toggle span,
#navbar-toggle span:after,
#navbar-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: #000054;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#navbar-toggle span:before {
  top: -10px;
}
#navbar-toggle span:after {
  bottom: -10px;
}
#navbar-toggle.active span {
  background-color: transparent;
}
#navbar-toggle.active span:after,
#navbar-toggle.active span:before {
  top: 0;
}
#navbar-toggle.active span:before {
  transform: rotate(45deg);
}
#navbar-toggle.active span:after {
  transform: rotate(-45deg);
}

/*showcase*/

/*FlexSlider */
#FlexSlider {
  margin: 0;
  padding: 0;
  top: 0;
}
.slider1 {
  float: left;
  width: 100%;
  position: relative;
  z-index: 5000;
}
.slider1:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(360deg, rgba(0,0,0,1) 28%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  z-index: -10;
}
.slider1 .flex-caption {
  width: 100%;
  float: left;
  margin-top: -20%;
  padding: 0 100px;
  text-align: center;
}
.slider1 .flex-caption h2 {
  color: #f3f3f3f3;
  font-size: 60px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1;
  text-transform: capitalize;
}
.slider1 .flex-caption h3 {
  color: #f3f3f3f3;
  font-size: 40px;
  font-weight: 500;
  margin: 0;
}
.slider1 .flex-caption p {
  color: #f3f3f3f3;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 20px;

}

.slider1 .flex-caption button a {
  color: #fff;
}

.slider1 .flex-caption button {
  font-size: 18px;
  font-weight: lighter;
  background: #007bff;
  border-radius: 30px;
  padding: 10px 20px;
  color: white;
  border: 1px white solid;
}
.slider1 .flex-caption button a:hover,
.slider1 .flex-caption button:hover {
  background: none;
  color: #fff;
}


/*==================
breadcrumb
====================*/
#mu-page-breadcrumb {
  background: url('../img/slider/Experienced_Faculty.webp.jpeg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 20px 0;
  color: white;
  float: left;
  height: 400px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}
#mu-page-breadcrumb:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: -10;
}

/*About*/

#about_banner {
  background: url('../img/slider/mab-slide3.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px;
  color: white;
  float: left;
  height: 500px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}
#about_banner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(20, 18, 154, 0);
background: linear-gradient(180deg, rgba(20, 18, 154, 0) 0%, rgba(0,0,0,1) 69%); 
  opacity: 0.7;
  z-index: -10;
}

/*Admission*/
#admission{
  padding: 50px 100px;
  margin: 0;
  width: 100%;
  float: left;
}

#admission .admission-container ul li{
  list-style:disc;
  font-size: 16px;
  color: #000000af;
}
.add-grid-all{
  text-align: center;
}
.add-grid-all .add-grid{
  background: #fff;
  width: 30%;
  margin-left: 20px;
  display: inline-grid;
  text-align: center;
  padding: 50px 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.add-grid-all .add-grid i{
  font-size: 50px;
}

.add-grid-all .add-grid h3{
  font-size: 25px;
  color: #000;
  margin: 0px;
}
.add-grid-all .add-grid h4{
  font-size: 25px;
  font-weight: 500;
  color: #000;
  margin: 2px;
}

/*Tuition*/
.tuition-table{
  padding: 50px 100px;
  margin-bottom: 100px;
  width: 100%;
  float: left;
}

/*Course Banner*/

#course_banner {
  background: url('../img/gallery/mab_55.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px;
  color: white;
  float: left;
  height: 500px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}
#course_banner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(20, 18, 154, 0);
background: linear-gradient(180deg, rgba(20, 18, 154, 0) 0%, rgba(0,0,0,1) 69%); 
  opacity: 0.7;
  z-index: -10;
}
#about_banner h3, #course_banner h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  margin-top: 15%;
  margin-bottom: -18%;
  line-height: 1;
}
#about_banner h1, #course_banner h1 {
  color: #fff;
  font-size: 50px;
  margin: 0;
  margin-top: 18%;
  font-weight: 700;
  text-align: left;
}

.about-area h1,
.mu-page-breadcrumb-area h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  margin-top: 12%;
}

.about-area li,
.mu-page-breadcrumb-area li {
  display: inline-block;
  color: rgb(255, 255, 255);
  margin-left: 20px;
  margin-top: -50px;

}
.about-area li a,
.mu-page-breadcrumb-area li a {
  color: #00deff;
  font-size: 20px;
}
.about-area li a:hover,
.mu-page-breadcrumb-area li a:hover {
  color: #ffffff;
}
@media(max-width: 320px) {
  }

.links{
  width: 100%;
  float: left;
  padding: 20px 60px;
  background: #eee;
}
.links li{
  list-style: none;
  text-decoration: none;
  display: inline;
  font-size: 16px;
  color: #4b4b4b;
  margin-left: 10px;
}

.links li a{
  color:#00c3ff;
  font-weight: 600;
}
.links li a:hover{
  font-weight: 600;
  color:#007bff;
}

/*==================
breadcrumb  END
====================*/

#about-home {
  padding: 90px;
  float: left;
  margin-top: 90px;
  margin-bottom: 90px;
  width: 100%;
}
#about-home .about-1 {
  background: #f9f9ff;
  float: left;
  width: 100%;
  position: relative;
  z-index: 300;
  box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}

#about-home .about-1 .about-img {
  width: 45%;
  height: 500px;
  text-align: center;
  background: #00deff;
  float: left;
}
#about-home .about-1 img {
  width: auto;
  height: 500px;
}

#about-home .about-1 .about_home h2 {
  margin-top: 60px;
  font-size: 40px;
  line-height: 52px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
}

#about-home .about-1 .about_home {
  width: 55%;
  padding: 30px;
  float: right;
  line-height: 2;
}
#about-home .about-1 .about_home p {
  margin-top: -20px;
}

#about-home .about-1 .about_home a {
  font-size: 17px;
  text-transform: capitalize;
  border: 1px #555 solid;
  padding: 5px 20px;
  margin-top: 20px;
  float: left;
}
#about-home .about-1 .about_home span a {
  font-size: 17px;
  text-transform: capitalize;
  border: none;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  float: none;
}

#about-home .about-1 .about_home .sub {
  width: 45%;
  background: #3faced;
  text-align: center;
  display: inline-grid;
  padding: 20px;

  color: #fff;
}
#about-home .about-1 .about_home .sub a i {
  font-size: 50px;
  color: #fff;
}
#about-home .about-1 .about_home .sub a h3 {
  color: #fff;
  font-weight: 300;
}
#about-home .about-1 .about_home .sub,
#about-home .about-1 .about_home .sub a h3:hover {
  background: #4aaced;
  color: #303;
}
#about-home .mission {
  margin-top: 50px;
  width: 45%;
  padding-left: 30px;
  display: inline-grid;
}
#about-home .mission h2 {
  font-size: 40px;
  font-weight: 300;
  color: #000000;
}

/*History*/
#history .history {
  padding: 55px;
  margin-top: -50px;
  float: left;
  width: 100%;
  text-align: center;
}

#history .history .history-content{
  width: 33%;
  float: left;
  padding: 20px;
  display: inline-grid;
  text-align: left;
  background-color: #fff;
}

#history .history .history-content h2{
  font-size: 20px;
  font-weight: 500;
}

#history .history .history-content h3{
  font-size: 30px;
  font-weight: 600;
  margin: 0px;
  color: #000;
}
#history .history .history-content p{
  font-size: 16px;
}

#history .vmv{
  background: url('../img/slider/home-slide1.webp.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px;
  float: left;
  height: auto;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
}
#history .vmv:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:#001124; 
  opacity: 0.9;
  z-index: -10;
}

#history .vmv .vmv-cont{
  width: 33%;
  float: left;
  padding: 20px;
  display: inline-grid;
}
#history .vmv .vmv-cont h2{
  color: #4fd6ff;
  font-size: 25px;
  font-weight: 600;
}
#history .vmv .vmv-cont p{
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}
#history .vmv .vmv-cont ul{
  padding: 3px;
}
#history .vmv .vmv-cont ul li{
  list-style:lower-latin;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}

#history .why_us{
  width: 100%;
  float: left;
  padding: 60px;
}
#history .why_us h2{
  font-size: 35px;
  margin: 0;
  color: #000;
  text-align: center;
}
#history .why_us h4{
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin: 0;
  text-align: center;
  margin-bottom: 60px;
}
#history .why_us .why-choose h3{
  font-size: 30px;
  color: #000;
  margin-top: 30px;
}
#history .why_us .why-choose .why-choose-img{
  width: 50%;
  float: right;
}
#history .why_us .why-choose .why-choose-img img{
  width: 100%;
}
#history .why_us .why-choose .why-choose-content{
  width: 40%;
  float: left;
  padding: 10px;
  margin-top: 80px;
}

/*Why 2*/
#history .why_us .why-choose2{
  width: 100%;
  float: left;
}
#history .why_us .why-choose2 h3{
  font-size: 30px;
  color: #000;
  margin-top: 30px;
}
#history .why_us .why-choose2 .why-choose-img{
  width: 50%;
  float: left;
}
#history .why_us .why-choose2 .why-choose-img img{
  width: 100%;
}
#history .why_us .why-choose2 .why-choose-content{
  width: 40%;
  float: right;
  padding: 10px;
  margin-top: 80px;
}
/*History*/


 .ab1 .aboutus .img{
    background-image: url("../img/slider/mab4..webp");
	background-repeat: no-repeat;
	height: 250px;
	width: 100%;
	background-size: cover;
	background-position: center;
	z-index: 10;
	position: relative;
	}

 .ab1 .aboutus .img:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .5;
	z-index: -10000;
	}

 .aboutus  h2{
	font-size: 20px;
	padding-top: 100px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
	text-align: center;
	}
 

 .ab1 .aboutus .img2{
	background-image: url("../img/slider/mab4..webp");
	background-repeat: no-repeat;
	height: 250px;
	width: 100%;
	background-size: cover;
	background-position: center;
	z-index: 10;
	position: relative;
	}

 .ab1 .aboutus .img2:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .5;
	z-index: -10000;
	}


 .ab1 .aboutus .img3{
    background-image: url("../img/slider/mab4..webp");
	background-repeat: no-repeat;
	height: 250px;
	width: 100%;
	background-size: cover;
	background-position: center;
	z-index: 10;
	position: relative;
	}

 .ab1 .aboutus .img3:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .5;
	z-index: -10000;
	}

 .aboutus{
	width: 33%;
	float: left;
	line-height: 2;
	padding:5px;
	}
  .aboutus:hover{
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
  }


  
/*Courses*/
#courses{
  width: 100%;
  float: left;
  padding: 80px 100px;
  text-align: center;
  background: #ebebeb;
  font-family: "Poppins",sans-serif;
}
#courses .course{
    /* ... */
    justify-content: space-evenly;
    justify-items: center;
    align-content: space-evenly;
    align-items: center;
}
#courses .course h2{
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
#courses .course span hr{
  width: 20%;
}

#courses .course .course-grid{
  width: 48%;
  display: inline-grid;
  margin-top: 40px;
  margin-left: 20px;
  text-align: left;
}

#courses .course .course-grid img{
  width: 80%;
  height: 300px;
  float: left;
}

#courses .course .course-grid .course-cap{
  width: 50%;
  background: #7a1200;
  margin-left: 50%;
  margin-top: -45%;
  height: 200px;
}

#courses .course .course-grid .course-cap1{
  width: 50%;
  background: #0b44ff;
  margin-left: 50%;
   margin-top: -45%;
  height: 200px;
}

#courses .course .course-grid .course-cap2{
  width: 50%;
  background: #00c3ff;
  margin-left: 50%;
   margin-top: -45%;
  height: 200px;
}

#courses .course .course-grid .course-cap3{
  width: 50%;
  background: #00500b;
  margin-left: 50%;
   margin-top: -45%;
  height: 200px;
}


#courses .course .course-grid .course-cap5{
  width: 50%;
  background: #3d0055;
  margin-left: 50%;
   margin-top: -45%;
  height: 200px;
}


#courses .course .course-grid .course-cap6{
  width: 50%;
  background: #ff5335;
  margin-left: 50%;
   margin-top: -45%;
  height: 200px;
}


#courses .course .course-grid h3{
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 35px;
  padding: 0px 20px;
  margin-bottom: -10px;
  font-family: "Poppins",sans-serif;
}

#courses .course .course-grid a{
  padding: 5px 15px;
  color: #fff;
  border: 2px #000 solid;
  background: #000;
  border-radius: 20px;
  width: auto;
  font-size: 17px;
  text-align: left;
  margin-left: 20px;
}
#courses .course .course-grid a:hover{
  border: 2px #ffffff solid;
  background: none;
  color: #fff;
  font-size: 17px;
}

#courses .course span{
  width: 100%;
  float:left;
  margin-top: 30px;
}
#courses .course span a{
  background: #01bafd;
  border: 1px #01bafd solid;
  font-size: 20px;
  color: #fff;
  padding: 5px 20px;
}

#courses .course span a:hover{
  background: #fff;
  border: 1px #01bafd solid;
  font-size: 20px;
  color: #008ac3;
}
.course_details{
  width: 100%;
  float: left;
  margin-top: 50px;
}
.course_details h3{
  font-size: 30px;
  color: #000;
}

.course_details h4{
  font-size: 20px;
  color: #000;
}
.course_details table{
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-top: 50px;
}

.course_details td, .course_details th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.course_details tr:nth-child(even){background-color: #f2f2f2;}

.course_details tr:hover {background-color: #ddd;}

.course_details th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #303030;
  color: white;
}
.course_details li{
  font-size: 18px;
  line-height: 30px;
}

/*Facility*/
#facility{
  width: 100%;
  float: left;
  padding: 50px 100px;
  margin-bottom: 60px;
    margin: 0;
    padding: 0px;
    background-attachment: fixed;
    background-image: url("../img/slider/home-slide1.webp.jpeg");
    background-position:  center;
    background-size: cover;
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
    }
    
    #facility:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: .9;
    z-index: -200;
    }
    

#facility .facility-left{
  width: 40%;
  float: right;
  margin-top: 80px;
}
#facility .facility-left h3{
  font-size: 40px;
  color: #000;
  margin: 0px;
  font-weight: 500;
}
#facility .facility-left p{
  color: #555;
}
#facility .facility-left ul li{
  list-style: disc;
  font-size: 17px;
  color: #555;
}

 
/*Portifiolo*/
#gallery{
  width: 100%;
  float: left;
  padding: 50px 100px;
  text-align: center;
}
#gallery hr{
  width: 50%;
}

#gallery h4{
  font-size: 30px;
  margin: 0px;
}

#gallery .photo .photo-grid{
  margin-bottom: 20px;
  overflow: hidden;
}

#gallery .photo img:not(:last-child) {
  margin-bottom: 1rem;
}

#gallery .photo img {
  cursor: pointer;
  transition: opacity 400ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

#gallery .photo img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}


#gallery .photo img {
  animation: rise 400ms ease-out backwards;
  animation-play-state: paused;
  animation-delay: 300ms;
}

/* Owl TWO */
.testimonial{
	width: 50%;
	margin-top: 60px;
	float: left;
}

#customers-testimonial {
	width: 100%;
	float: left;
  }
  /*End Owl 2*/

.owl-item:hover{
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2);
padding: 0;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
#customers-testimonial .shadow-effect {
	height: auto;
  padding: 0px;
  outline: none;
  }

.owl-theme .owl-controls .owl-nav .disabled{ 
	opacity: 0.5; 
	cursor: default; 
}
#testimonial2 .owl-carousel .owl-item{
	background: none;
}


.owl-carousel .owl-item .figure img {
    display: block;
    width: 100%; 
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
  }

  .owl-carousel .owl-item  .figure:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}
.owl-carousel .figure{
	height: 210px;
	overflow: hidden;
	position: relative;
	width: 100%;
  margin-left: 0px;
}

.owl-prev,
.owl-next {
  position:absolute;
  top: 10%;
  margin-left: 50px;
  transform: translateY(-50%);
}


.owl-nav {
	margin-top: -20px;
	font-size: 40px;
	color: #001172;
	padding: 0px 130px;
	text-align: right;
  }

button.owl-next {
    float: none;
}

.owl-item{
	background: none;
  }

button.owl-prev {
    float: none;
	margin-left: -20px;
    width: 20px;
}
/*Player*/

.owl-carousel .owl-item .Player{
	text-align: center;
	}
	.owl-carousel .Player .figure {
		height: auto;
		overflow: hidden;
		position: relative;
		width: 100%;
		margin-left: 0px;
	  }
	.owl-carousel .owl-item .Player img{
		height: auto;
		width: 100%;
		margin-top: 20px;
      height: auto;
      border-radius: 0px;
      border: 0px #0056a3 solid;
	}
	.owl-carousel .owl-item .Player .figure img {
		display: block;
		width: 100%; 
		height: auto;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		transition: all 300ms;
	  }
	
	  .owl-carousel .owl-item .Player .figure:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		transform: scale(1.1);
	}
	

#counter{
  margin: 0;
  padding: 0px;
  background-attachment: fixed;
  background-image: url("../img/slider/slid.webp");
  background-position:  center;
  background-size: cover;
  float: left;
  width: 100%;
  position: relative;
  padding: 50px;
  z-index: 10;
  text-align: center;
  }
  
  #counter:after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:#000;
  opacity: .5;
  z-index: -200;
  }
  
  #counter span h2{
  text-align:center;
  font-size: 30px;
  color: white;
  }
  #counter .Label{
  display: inline-grid;
  width: 20%;
  text-align:center;
  margin: 10px;
  margin-bottom: 20px;
  margin-left: 30px;
  }
  #counter .Label span{
  color: #fff;
  font-size: 50px;
  }
  #counter .Label p{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0px;
  color: #ffffff;
  }

  #counter span a{
  border-radius: 30px;
  text-align: center;
  background: #fff;
  margin-top: 20px;
  color: #000269;
  font-size: 20px;
  padding: 10px 30px;
  }
  
  #counter span  a:hover{
  background: none;
  color: #fff;
  border: 2px #fff solid;
  }
  
/**Contact **/
#Contact_Form {
  margin: 0;
  padding: 50px;
  top: 20%;
  float: left;
  width: 100%;
}
.contact {
  width: 60%;
  margin: 30px;
  float: right;
}

.contact h3 {
  font-size: 30px;
  color: #003366;
}
#request-quote {
  width: 100%;
  float: left;
  background: white;
}
.contact {
  margin-top: 90px;
  left: 90px;
}

select {
  width: 100%;
  float: left;
  padding: 15px;
  border: none;
  font-size: 14px;
}

form button {
  cursor: pointer;
  border: 1px #fff solid;
  background-color: #003366;
}
form button:hover {
  color: #003366;
  background-color: white;
  border: 2px #003366 solid;
}

/* Form Inputs */

.contact form #contact-us {
  min-height: 400px;
}

.contact .form {
  outline: none;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 3px;
  width: 100%;
  padding: 14px 10px;
  font-weight: 300;
  font-size: 15px;
  margin: 10px auto;
  background: #f4f4f4;
}

.form-btn {
  padding: 15px 20px;
  font-size: 20px;
  font-family: 'montserratbold';
  font-weight: normal;
  color: white;
  margin-top: 10px;
  height: auto;
  width: 35%;
  border-radius: 30px;
  -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0;
  -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0;
  transition: all 2000ms cubic-bezier(.19,1,.22,1) 0;
}

.address {
  width: 30%;
  float: left;
  margin-top: 0;
  padding: 20px;
}
.address h2 {
  margin-top: 100px;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #003366;
}
.address ul li {
  margin-left: -30px;
  line-height: 3;
  list-style-type: none;
  font-size: 18px;
  color: #4b4b4b;
}
.address ul li a {
  font-size: 20px;
  color: #4b4b4b;
}
.address ul li i {
  letter-spacing: 5px;
  color: #4b4b4b;
  padding: 20px;
  font-size: 20px;
}
.address a i:hover,
.address ul li a:hover {
  color: #007bff;
}
.address h3 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}
.address a i {
  letter-spacing: 20px;
  font-size: 25px;
  color: #ffffff;
}

#sent {
  text-align: center;
  top: 0;
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px;
}
.sent1 h2 {
  color: #325;
  text-transform: capitalize;
  font-size: 40px;
  margin-top: 30px;
}
.sent1 p {
  font-size: 20px;
  color: #000000;
}
.Social {
  margin-bottom: 30px;
}
.Social h3 {
  color: #325;
  font-weight: lighter;
  text-transform: capitalize;
  font-size: 40px;
}
.Social a i {
  letter-spacing: 20px;
  font-size: 25px;
  color: #01bafd;
}
.Social a i:hover {
  color: red;
}

/**End Contact **/

#appointment {
  background-attachment: fixed;
  background-image: url("../img/slider/banner3.jpg");
  background-position: center;
  background-size: cover;
  float: left;
  width: 100%;
  padding: 20px;
}

#appointment .contact-2 {
  float: left;
  width: 55%;
  padding: 30px;
  margin-top: 0;
}
#appointment .contact-2 input,
#appointment .contact-2 textarea {
  border: none;
}
#appointment .contact-2 h3 {
  font-size: 30px;
  color: #303030;
}
#appointment .contact-2 p {
  font-size: 18px;
  color: #303030;
}
#appointment .section2 {
  float: right;
  width: 40%;
  padding: 30px;
  background: #f4f4f4;
  margin-top: 150px;
}
#appointment .section2 h3 {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}
.section2 h4 {
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: 300;
}
#appointment .section2 span a {
  float: right;
  font-size: 15px;
  color: #fff;
  background: #3face4;
  padding: 5px 10px;
  border-radius: 30px;
  text-align: center;
}
#appointment .section2 span a:hover {
  color: #3faced;
  background: #fff;
  border: 1px #3faced solid;
}
#appointment_sent {
  margin: 30px;
  text-align: center;
}
.appointment_sent1 h2 {
  color: #325;
  font-size: 30px;
}
.Social h3 {
  color: #325;
  font-weight: lighter;
  font-size: 30px;
}
.Social a i {
  letter-spacing: 20px;
  font-size: 30px;
  color: #01bafd;
}
.Social a i:hover {
  color: #325;
}
@media(max-width: 790px) {
  .column_1 {
      width: 90%;
      float: none;
      margin-bottom: 70px;
  }
  .contact-form h1 {
      width: 100%;
      text-align: center;
      font-size: 30px;
      float: none;
      margin-top: 20px;
  }
  .contact-form p {
      width: 100%;
      text-align: center;
      font-size: 16px;
      margin-left: 0;
      float: none;
  }
}

.column_1 button {
  cursor: pointer;
  border: 2px #3faced solid;
  background-color: #3faced;
  padding: 15px 20px;
  font-size: 18px;
  color: white;
  margin-top: 10px;
  width: 35%;
  border-radius: 30px;
  -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0;
  -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0;
  transition: all 2000ms cubic-bezier(.19,1,.22,1) 0;

}
.column_1 button:hover {
  color: #3faced;
  background-color: white;
  border: 1px #3faced solid;
}
@media(max-width: 425px) {
  .column_1 button {
      font-size: 20px;
      width: 100%;
  }
}
/* Form Inputs */

.contact-form form #contact-us {
  min-height: 400px;
}

.contact-form .form {
  outline: none;
  border: 0.5px solid black;
  border-radius: 3px;
  width: 100%;
  padding: 14px 10px;
  font-weight: 300;
  font-size: 15px;
  margin: 10px auto;
  background: #f4f4f4;
}
@media screen and (max-width: 460px) {
  .address {
      margin: 25px auto;
  }
}

/**End Contact **/

/*Event*/
#events{
  width: 100%;
  float: left;
  margin: 0px;
  padding: 50px 100px;
  background: #eee;
}

#events .event-cont {
  text-align: center;
}
#events .event-cont h2{
  font-size: 40px;
  text-align: left;
  font-weight: 500;
  color: #000;
  margin-left: 45px;
}
#events .event-cont span {
  width: 100%;
  float: left;
  margin-top: 30px;
}
#events .event-cont span a{
  font-size: 18px;
  border: 1px #555 solid;
  padding: 10px 15px;
  border-radius: 20px;
}
#events .event-cont span a:hover{
  border: 2px #007bff solid;
}
#events .event-grid{
  width: 45%;
  display: inline-block;
  text-align: left;
  background: #fff;
  padding: 20px;
  margin: 10px;
}

#events .event-grid span{
  width: 45%;
  display: inline-grid;
}

#events .event-grid .event-grid-item{
  width: 100%;
  float: right;
  margin-top: 30px;
}
#events .event-grid .event-grid-item h4{
  font-size: 18px;
  margin: 0;
}

#events .event-grid .event-grid-item h4 i,#events .event-grid .event-grid-item span p i{
  font-size: 18px;
  color: #00c3ff;
}
#events .event-grid .event-grid-item span p{
  margin: 0;
  font-size: 13px;
}
#events .event-grid .event-grid-item hr{
  width: 100%;
  float: left;
  color: #f0f0f0;
}
#events .event-grid .event-grid-item a h3{
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin: 0px;
  padding: 0px 10px;
  width: 100%;
  float: left;
}
#events .event-grid .event-grid-item a h3:hover{
text-decoration: underline;
  color: #555;
}
/*Accreditation*/
#accreditation{
  width: 100%;
  padding: 50px 150px;
  float: left;
}
#accreditation .accreditation-container p{
  font-size: 20px;
  line-height: 2;
}
/*HowToAPply*/
#howToApply{
  width: 100%;
  float: left;
  padding: 50px 150px;
}
#howToApply .apply-container h3{
 font-size: 30px;
 color: #000;
 font-weight: 500;
}
/** FAQss **/

 .accord{
		width: 100%;
		float: right;
}

.apply-container .accord button{
	font-size: 18px;
  background-color: #001d69;
  color: #fff;
}
.accord .accordion span{
	font-size: 25px;
	font-weight: 400;
	padding-left: 20px;
}

#accord1 .accord h3{
  font-size: 25px;
	font-weight: 500;
	text-align: center;
}

.accord .accordion {
	border: 1px #777777 solid;
	color:#777777 ;
  cursor: pointer;
  padding: 18px;
	border-radius: 0px;
	margin-bottom: 20px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.apply-container  .active, .apply-container .accordion:hover {
  background-color: #0056a3;
	color: white;
}

.accordion:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
	color: #ffff;
}

.accord .accordion span{
	font-size: 12px;
	padding: 10px;
}
.accord .accordion p li{
	list-style-type: upper-roman;
}
.accord .panel {
  padding: 0 18px;
  max-height: 0;
	background: #ffffff;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accord .panel p {
	line-height: 2;
	font-size: 14px;
	padding: 20px;
}
.accord .panel p a{
	background: #001d69;
	color: white;
	padding: 6px 20px;
	border-radius: 20px;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}
/** testimonials **/
#testimonail-area {
  float: left;
  width: 100%;
}
#testimonail-area .active,
.accordion:hover {
  background: none;
  color: white;
}

#testimonail-area .testimonials h3 {
  font-size: 50px;
  text-align: center;
  font-weight: 400;
  margin-bottom: -20px;
}

#testimonail-area .item p {
  color: #000;
}
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect a {
  font-family: inherit;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190E7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 20px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
  height: auto;
  border-radius: 50%;
  padding: 3px;
  border: 2px #0056a3 solid;
  transform-style: preserve-3d;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190E7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
/**Start of Blog **/
#blog {
  margin-top: 10px;
  float: left;
  width: 100%;
  padding: 70px;
  background-color: #ffffff;
}

#blog h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #010;
  font-size: 40px;
  font-weight: 300;

}
.blog_news {
  width: 30%;
  display: inline-grid;
  margin-left: 30px;
  margin-bottom: 50px;
  box-shadow: 5px 5px 10px grey;

}
.blog_news .blog-content {
  padding: 10px;
}
.blog_news .blog-content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.blog_news .blog-content span h6 {
  margin: 10px;
  font-size: 12px;
  font-style: italic;
}
.blog_news .blog-content h3:hover {
  color: #007bff;
}
.blog_news img {
  width: 100%;
  height: 230px;
  margin-top: -20px;
  margin-left: 0;
}

.blog_news p {
  font-size: 15px;
}

#blog span a {
  display: inline-block;
  margin-left: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 5px 20px;
  background: #3faced;
}
#blog span a:hover {
  background: #fff;
  color: #3faced;
  border: 1px #3faced solid;
}
.blog_news a:hover {
  color: #3face4;
}

.blog_news h3 a {
  font-size: 18px;
  color: #000;
  text-align: left;
}

.blog_news a p {
  font-size: 16px;
}
/**End of Blog **/

/*scrollToTop*/
.scrollToTop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #3faced;
  color: #fff;
  z-index: 60000;
  display: none;
}
.scrollToTop:hover{
  color: #3faced;
  border: 1px #3faced solid;
  background: none;
}
/*Footer*/

#foote {
  background: #000;
  float: left;
  width: 100%;
}

body,
html {
  height: 100%;
}

ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.flex-rw {
  display: flex;
  flex-flow: row wrap;
}

footer {
  background-color: #000;
  width: 100%;
}
.footer-list-top {
  margin: 10px 10px 10px 20px;
  width: 22%;
}
.footer-list-top h4 {
  font-family: sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
  margin: 0;
  color: #fff;
  margin-left: -10px;
  margin-top: 30px;

}
.footer-list-top form {
  margin: 0;
  padding: 0;
  float: left;
}

.footer-list-top form input[type="email"] {
  padding: 20px 40px 20px 20px;
  font-size: 16px;
  border: 2px white solid;
  border-radius: 30px;
  height: 50px;
  width: 100%;
}
.footer-list-top form button {
  width: 100%;
  background: #008ac3;
  color: #fff;
}
.footer-list-top > li a {
  font-family: sans-serif;
  width: 100%;
  font-size: 16px;
  color: #777777;
  line-height: 30px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}
.footer-list-top a:hover, .footer-list-top a p:hover  {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  color: #01bafd;
}
.footer-list-top p {
  font-family: sans-serif;
  font-size: 16px;
  color: #777777;
  width: 100%;
  line-height: 25px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-list-top p i {
  margin-right: 10px;
  color: #777777;
}
.footer-list-top p i a {
  font-size: 12px;
}
.footer-list-anchor {
  font: 1.3em "Open Sans", sans-serif;
}
.footer-list-top .social {
  font-size: 16px;
}
.footer-list-top .social span {
  line-height: 2;
  letter-spacing: 20px;
}

.footer-list-top .social li a {
  color: #777777;
}
.footer-list-top .social li a:hover {
  color: #01bafd;
}

.footable {
  padding: 0 30px;
  border-top: 1px #777777 solid;
}
.foot1 {
  width: 70%;
  float: left;
}
.foot2 {
  float: right;
  line-height: 50px;
}
.foot2 a i {
  letter-spacing: 30px;
  font-size: 19px;
  color: #fff;
}
.foot2 a i:hover {
  color: #3faced;
}
