@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300&display=swap');
html, body {
  height: 100%;
 font-family: 'Poppins', sans-serif;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}



.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
 font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
 
  margin: 0 0 15px;
  color: #000;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
}
.title2{
font-weight:600;
}
body {
  background: #fff none repeat scroll 0 0;
  color: #504e4e;
font-family: 'Poppins', sans-serif;
  font-size: 15px;
  text-align: left;
  overflow-x: hidden;
  line-height: 1.9;
  font-weight:400;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #98c429;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #3EC1D5;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #3cd6ed;
  color: #fff;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url('../img/preloader.gif') no-repeat center center;
}

::-moz-selection {
  background: #3EC1D5;
  text-shadow: none;
}

::selection {
  background: #3EC1D5;
  text-shadow: none;
}

.area-padding {
  padding: 70px 0px 80px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.section-headline h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.sec-head {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  color:#a80b0b;
  transition: all 0.4s ease 0s;
}
.read_more{
background: #578fdc none repeat scroll 0 0;
    border: 1px solid #3EC1D5;
    color: #fff;
    transition: 0.4s;
	margin-bottom: 25px;
    padding: 10px 35px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 30px;
}
.read_more:hover{
background: #98c429 none repeat scroll 0 0;
}
/*--------------------------------*/

/*  2. Header top Area
/*--------------------------------*/


/*--------------------------------*/

/* 2.1. Stick menu
/*--------------------------------*/


/*------------------------------
  3. About Area
--------------------------------*/

.about-area {
  background-color: #f9f9f9;
}

.single-well>a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #3EC1D5;
  padding-right: 10px;
  font-size: 12px;
}

.single-well p {
  color: #444;
}



/*  14.Contact Area
/*--------------------------------*/

.contact-area {
  height: auto;
  width: 100%;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 40px;
  margin-bottom: 16px;
  padding-left: 20px;
  width: 100%;
}

.contact-form textarea  {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 140px;
  padding: 20px;
  width: 100%;
}

.contact-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

.contact-form button[type=submit]:hover {
  color: #fff;
  border: 1px solid #3EC1D5;
  background: #3EC1D5;
}

.contact-form  #sendmessage {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #444;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

/*----------------------------------------*/

/*  15. Footer Area
/*----------------------------------------*/

.footer-area {
  background: linear-gradient(#01070c,rgba(0, 0, 0, 0.6)), url(../img/about/contact-us.jpg)no-repeat center;
    background-size: cover;
    opacity: 1;
    background-attachment: fixed;
    margin-bottom: -20px;
	padding:30px;
}

.footer-head p {
  color: #fff;
}

.footer-head h4 {
  color: #444;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #3ec1d5;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}
.footer-links > ul >li{
color:#fff;

}
.footer-links > ul >li:hover{
color:#578fdc
}
.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #3EC1D5;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.popular-tag ul li a:hover, .footer-icons ul li a:hover {
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  color: #fff;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 3px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
  text-align: center;
}

.footer-area-bottom {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 15px 0;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #3EC1D5;
}

.copyright-text a {
  color: #444;
}

.copyright>p {
  margin-bottom: 0;
  color: #444;
}

.copyright a, .credits a {
  color: #3EC1D5;
}

.credits {
  padding-top: 5px;
  text-align: center;
}

/*-----Home---bg---*/
.body-section{
background-color:#ececec;
padding:30px 0px;
}
@media(max-width:767px){
.body-section{
padding:10px 0px;
}
}
/*----Front----About----*/
.abt-title h3 span{
position:relative;
font-family: 'Acme', sans-serif;
}
.abt-title h3 span::before{
content: '';
    background: #cbde11;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.abt-details{
background-color:#fff;
margin:0px 30px;
padding:20px 0px;
}
.abt-content{
padding:10px;
}
.abt-image img{
height:290px;
width:100%;
}
@media(max-width:991px){
.abt-details{
	margin:0px 9px;
}
}
/*----Front---Page---Course---*/
.course-section{
background-color:#fff;
margin:10px 30px;
padding:20px 0px;
}
@media(max-width:991px){
.course-section{
	margin:10px 9px;
}
}
.course-title{
text-align:center;
}
.course-title h3 span{
position:relative;
font-family: 'Acme', sans-serif;
}
.course-title h3 span::before{
content: '';
    background: #cbde11;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.course-box{
box-shadow:0px 4px 13px rgba(0,0,0,0.3);
margin-top:10px;
}
.course-inner{
text-align:justify;
padding:12px 8px;
}
.course-inner h4{
font-size:18px;
font-weight:600;
position:relative;
}
.course-inner:hover h4:before{
    bottom:0;
	background: #CDDC39;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 70px;
    margin-top: 6px;
}
.bams-img{
padding:10px;
}
.read-btn{
	background-image: linear-gradient(to bottom,#CDDC39 0%,#CDDC39 1%,#b4c506 100%);
	
	border:1px solid #333;
border-radius:20px;
padding:5px 15px;
}

	.read-btn:hover{
background-image: linear-gradient(to bottom,#CDDC39 0%,#b4c506 1%,#CDDC39 100%);
		color:#fff;
	}