*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #11344A;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #7ed899;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 ;
  }
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
nav .top-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 3rem .5rem 3rem;
  width: 100%;
}
nav .top-nav .social-links{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
nav .top-nav .social-links, .button-nav{
  display: none;
}
  }



.toggle,
[id^=drop] {
	display: none;
}

.top-nav .logo {
	display: block;
	padding: 0 30px;
	/* float: left; */
	font-size:39px;
	line-height: 60px;
}
.top-nav .logo img {
  max-height: 51px;
}

nav:after {
	content:"";
	display:table;
	clear:both;
}


nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
	padding:0;
	margin:0;
    margin-bottom: .7rem;
	list-style: none;
	position: relative;
	}

nav ul li {
	margin: 0px;
	display:inline-block;
	}

nav a {
	display:block;
	padding:14px 20px;	
	color:#000;
	font-size:17px;
	text-decoration:none;
}


/* nav ul li ul li:hover { background: blue; }

nav a:hover { 
	background-color: blue; 
} */

nav ul ul {
	display: none;
	position: absolute; 
	top: 60px; 
}

nav ul li:hover > ul {
	display:inherit;
}

nav ul ul li {
	width: 100%;
	float:none;
	display:list-item;
	position: relative;
  z-index: 9999;
  background-color: #ffffff;
}

nav ul ul ul li {
	position: relative;
	top:-60px;
	left:170px; 
}

/* li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; } */


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

	nav .top-nav .logo {
		display: flex;
        justify-content: center;
        align-items: center;
		padding: 0;
		width: 100%;
		float: none;
	}

	nav {
		margin: 0;
        padding: 0;
    	margin-top: -11px;
	}

	.toggle + a,
	.menu {
		display: none;
	}

	.toggle {
		display: block;
        background-color: rgb(253, 171, 19);
		padding:11px 27px;	
		/* color:#000; */
		font-size:17px;
		text-decoration:none;
		border:none;
	}
 .toggle a{
    /* background: #11344A;
    color: #fff; */
    border-radius: 50px;
    /* padding: 8px 25px; */
    white-space: nowrap;
    transition: 0.5s;
    font-size: 14px;
    display: inline-block;
 }

	[id^=drop]:checked + ul {
		display: block;
	}

	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	/* nav a:hover,
 	nav ul ul ul a {
		background-color: rgb(0, 8, 255);
	} */
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		/* color:#000; */
		font-size:17px; 
	}
  
  
	/* nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #c7c5c5; 
	} */

	nav ul ul {
		float: none;
		position:static;
		color: #000;
	}
		
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
	}
}

@media all and (max-width : 330px) {
	nav ul li {
		display:block;
		width: 94%;
	}
}
@media (min-width: 900px){
  nav .toggle ul{
    width: 355px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero{
  margin-top: -10px;
  padding: 0;
}
.hero-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #11344A;
  color: #fff;
}
.hero-bottom .hero-notice{
  background-color: #18d26e;
  /*padding: 0rem .5rem;*/
  /*padding-top: .5rem;*/
}
.hero-bottom .hero-notice p{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
}
.hero-bottom .hero-update p{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: .5rem;
}



/*-------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f7f6;
}

.section-title {
  padding-bottom: 35px;
}

.section-title h2 {
  font-size: 17px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  /* margin: 0 0 5px 0; */
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-title p {
  margin: 0;
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #37423b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumbs {
  text-align: center;
  background: #11344A;
  padding: 30px 0;
  color: #fff;
  margin-top: -.6rem;
}

/* @media (max-width: 992px) {
  .breadcrumbs {
    margin-top: -7px;
  }
} */

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 500;
}

.breadcrumbs p {
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.courses{
  margin-top: -1rem;
}
.courses .course-item {
  border-radius: 5px;
  border: 1px solid #eef0ef;
}


.courses .course-content h3 {
  font-weight: 700;
  font-size: 20px;
}

.courses .course-content h3 a {
  color: #37423b;
  transition: 0.3s;
}

.courses .course-content h3 a:hover {
  color: #11344A;
}

.courses .course-content p {
  font-size: 14px;
  color: #777777;
}
.box-container{
  text-transform: capitalize;
  transition: all 0.3 linear;
  width: 100%;
  margin-top: -1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.box {
  width: 330px;
  height: 190px;
  background-color: #11344A;
  border-radius: 5%;
  padding: .9rem;
  /* padding-top:  5rem; */
  margin: 1rem;
  text-align: center;
  letter-spacing: 1px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  z-index: 0;
  color: #fff;
}
.box:hover{
  background-color: rgb(253, 171, 19);
}
.box a{
  color: #fff;
}
.box .course_imgmaindiv{
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.box .course_imgmaindiv .course_img .img_css{
  width: 90%;
  height: 90%;
  padding: 5px;
  
}

/*--------------------------------------------------------------
# Courses Page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 30px 0;
  /* margin-bottom: 1rem; */
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #11344A;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  /* margin: 0 0 20px 0; */
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #37423b;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-top: 5px;
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #11344A;
  float: left;
  width: 44px;
  height: 44px;
  background: #ecf9f0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37423b;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #657a6d;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #11344A;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

/* .contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #00f66b;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
} */

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #11344A;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #11344A;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3ac162;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Search-box
--------------------------------------------------------------*/
.search-box{
  display:flex; 
  align-items:center;
  justify-content:center;
  color: white;
  background:#11344A; 
  padding: 1rem;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.img-container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
}

@media(min-width: 992px) {
  .img-container {
      margin-top: -9rem;
  }

}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
}

.gallery img {
  width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 15px;
  background:#e7eef2; 
}
.footer-container{
  padding: 2.5rem;
}
#footer .footer-top {

  background: #11344A;
}
/* #footer .footer-top .footer-link2{
  margin-right: -3rem;
} */

/* #footer .footer-top .footer-contact {
  margin-bottom: 30px;
} */

/* #footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #000;
}

#footer .footer-top h4 {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-bottom: 12px;
} */

/* #footer .footer-top .footer-links {
  margin-bottom: 30px;
} */

#footer .footer-top .footer-links ul {
  list-style: none;
  /* padding: 0;
  margin: 0; */
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #11344A;
  font-size: 19px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul li a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 17px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: cyan;
}

#footer .footer-queries {
  font-size: 15px;
}

#footer .footer-queries h4 {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-queries p {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-queries p a{
  text-decoration: none;
  font-size: 1.5rem;
  color: #fff;
}

#footer .footer-bottom{
display: flex;
align-items: center;
justify-content: space-between;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: yellow; */
  line-height: 1;
  padding: 8px 0;
  /* margin-right: 4px; */
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #3ac162;
  color: #fff;
  text-decoration: none;
}

/* @media (min-width: 900px) {
  #footer .social-links{
    margin-right: -31rem;
  }
} */

