
/**
* Template Name: Flattern - v2.1.0
* Template URL: https://bootstrapmade.com/flattern-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
 @import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
 @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Staatliches&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
 font-size: 14px;
color: #505050;
font-family: 'Roboto', sans-serif;
line-height: 26px;
font-weight: 400;
  overflow-x:hidden

}
ul
{
padding:0px;
margin:0px;
}

a {
  color: #0080FF;
}

a:hover {
  color: #fd5c28;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}
table, th, td {
  border: 1px solid black;
  padding: 10px;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 40px;
  background:#f4b328;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #fd5c28;
  transition: 0.3s ease-in-out;
}




/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background:#013ed0;
  padding: 3px 0;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #FFFFFF;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #ffb03b;
}

#topbar .contact-info i {
  color: #ffb03b;
  padding: 4px;
  font-size:16px;
  vertical-align:middle;
  margin-right:5px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #fff;
  padding: 4px 0 4px 20px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #ffb03b;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding:0px 0px;
  background: #fff;
  position:relative;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  height: 70px;
}
.header-scrolled .logo img {
 max-height:70px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #2b2320;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin-left:0px;
  height:auto;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
 
  list-style: none;
}

.nav-menu
{



  padding-top:10px;

margin-top: 0;
margin-right: 0;
margin-bottom: 0;
position: absolute;
width: 78%;
height: 90px;
margin-top: 0px;
right: 0;

}

.header-scrolled .nav-menu ul
{
margin-top:12px;
}
.header-scrolled .nav-menu
{




  padding-top:0px;

margin-top: 0;
margin-right: 0;
margin-bottom: 0px;
position: absolute;
width: 78%;
height: 20px;
margin-top: 0px;
right: 0;
}
.nav-menu::after {
    width: 70px;
height: 89px;
background:url(../img/top_arrow.png);
  background-repeat: repeat;
display: block;
content: "";
position: absolute;
top: 0;
left: -70px;
background-repeat: no-repeat;
}
 


.nav-menu::before {
    width: 96px;
    height: 49px;
    background: url(../img/top_arrow1.png);
    display: block;
    content: "";
    position: absolute;
    top: 0;
   left: -121px;
background-repeat: no-repeat;
}

.nav-menu ul
{
margin-top:20px;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu > ul > li + li {
  padding-left: 0px;
}

.nav-menu a {
  display: block;
  position: relative;
  color:#000000;
  padding: 10px 25px;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  text-transform:uppercase;
  
  font-weight:600;
  
}
.nav-menu ul   i
{
 color:#fff; margin-left:20px; font-size:20px;
 
 }
 .nav-menu  ul :hover i
 {
color: #0080FF;
}




.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color:#fabc2e;
  text-decoration: none;

 

 
}

.nav-menu .drop-down ul {
margin-top:0px;
  display: block;
  position: absolute;
  left:0px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 50px;
  position: relative;
  margin:0px 10px;
}


.nav-menu .drop-down ul a {
  padding: 5px 0px;
  font-size: 14px;
  font-weight: 600;
  
  color: #363636;
  text-transform:uppercase;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fabc2e;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: -50px;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}



/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #65534c;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
  height:500px;
}

.mobile-nav * {
  
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2b2320;
  padding: 15px 20px;
  font-weight: 500;
  outline: none;
  text-transform:uppercase;
  font-size: 14px;
  margin-top:-15px;
}
.mobile-nav .drop-down ul a {
  display: block;
  position: relative;
  color: #2b2320;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  text-transform:uppercase;
  font-size: 13px;
  margin-top:-10px;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #f03c02;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(14, 11, 10, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.mobile-nav ul   i
  {
  visibility: collapse;
  }
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position:relative;

  padding: 0;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  
}

#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  top: 280px;
  left:5%;
  right:5%;
 
  
 
  text-align:center;
}
.carousel-indicators 
{
visibility:hidden;
}
#hero .carousel-content {
  background: rgba(39,56, 72, 0.6);
  padding: 20px;
  overflow: hidden;
  white-space: nowrap;
  
  
  text-align: center;
  animation: leftright 3s;
  
}



 #ban {
      display: block;
    }
   #ban1 {
      display: none;
    }
#hero .carousel-content h2 {
   color: #FFF;
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 700;
}

#hero .btn-get-started {
  font-family: "Muli", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f03c02;
}

#hero .btn-get-started:hover {
  background: #f03c02;
  color: #fff;
  text-decoration: none;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  visibility:hidden;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

@media (min-width: 1024px) {
  #hero .carousel-content {
  width:auto;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
  .hours
{
 margin-left:10px;
 margin-top:10px;
 margin-bottom:10px;
}
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #hero .carousel-content p {
    font-size: 15px;
  }
  .hours
{
 margin-left:10px;
 margin-top:10px;
 margin-bottom:10px;
}
#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 200px;
  top: 280px;
  left:15%;
  right:15%;
 
  
 
  text-align:center;
}
}

@media (max-height: 500px) {
  #hero {
    height: 450px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f3f2;
}

.section-title {
  padding-bottom: 30px;
  text-align: center;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #65534c;
}

.section-title h2 strong {
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
}


.icofont-brand-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
   margin-top:470px;
    margin-left:120px;
	background-color:#009900;

   
    
	color:#fff;
    transition: all 0.4s;
	
  
	}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #2b2320;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ded5d2;
}

.breadcrumbs ol a {
  color: #fe825a;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #c8bab5;
  content: "/";
}

@media (max-width: 575.98px) { 
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding:0px 0px;
  background: #fff;
  position:relative;
}


#submit
{
margin-top:20px;
}
.icofont-brand-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-top: 517px;
    margin-left:0px;
    background: rgb(77, 194, 71) none repeat scroll 0% 0% !important;
    color: #fff;
    transition: all 0.4s;
  
	}
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  #hero .carousel-content h2 {
   color: #FFF;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 700;
}
  #hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  top: 150px;
  left:0%;
  right:0%;
 
  text-align:center;
}

  #hero .carousel-content  {
  width:100%;
  margin-left:0%;
  }
  
  
  #hero .carousel-content {
  background: rgba(28, 23, 21, 0.3);
  padding: 20px;
  overflow: hidden;
  white-space: nowrap;
  
   
  text-align: center;
  animation: leftright 3s;
  
}
@keyframes leftright {
  0% {
    max-width: 0%;
  }
  100% {
    max-width: 100%;
  }
  #hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 200px;
  top: 280px;
  left:5%;
  right:5%;
 
  
 
  text-align:center;
}
}
  

 #hero {
  width: 100%;
  height: 120px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
 #ban {
      display: none;
    }
   #ban1 {
      display:block ;
    }

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 28px;
  line-height: 1;
  width: auto;
  height: auto;
}
}


@media (min-width: 576px) and (max-width: 767.98px)  { 

 #hero {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  padding: 0;
}

 #ban {
      display: none;
    }
   #ban1 {
      display:block ;
    }

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 28px;
  line-height: 1;
  width: auto;
  height: auto;
}
 #hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  top: 280px;
  left:0%;
  right:0%;
 
  
 
  text-align:center;
}
 
 #hero .carousel-content h2 {
   color: #FFF;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
}
  #hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  top: 130px;
  left:0%;
  right:0%;
 
  text-align:center;
}

  #hero .carousel-content  {
  width:100%;
  margin-left:0%;
  }
  
  
 #hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  top: 280px;
  left:5%;
  right:5%;
 
  
 
  text-align:center;
}
@keyframes leftright {
  0% {
    max-width: 0%;
  }
  100% {
    max-width: 100%;
  }
}
  

}


 @media (min-width: 767px) and (max-width: 991.98px)  { 

 #hero {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
 #ban {
      display: none;
    }
   #ban1 {
      display:block ;
    }

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 28px;
  line-height: 1;
  width: auto;
  height: auto;
}
 
 
 #hero .carousel-content h2 {
   color: #FFF;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
}
  #hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 100px;
  top: 130px;
  left:0%;
  right:0%;
 
  text-align:center;
}

  #hero .carousel-content  {
  width:100%;
  margin-left:0%;
  }
  
  
  #hero .carousel-content {
  background: rgba(28, 23, 21, 0.3);
  padding: 20px;
  overflow: hidden;

  
  
  text-align: center;
  animation: leftright 3s;
  
}
@keyframes leftright {
  0% {
    max-width: 0%;
  }
  100% {
    max-width: 100%;
  }
}
  

}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #F5F5F5;
  padding: 10px 0;
  color: #000000;
}

.cta h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta h3 span {
  color: #f03c02;
}

.cta p {
  padding: 0;
  margin: 0;
  line-height:2;
  text-align:justify;
  color:#000000;
  font-size:14px;
 
}
.cta h4
{
font-weight:bold;

font-size:22px; color:#0f4931;
}
.cta p span
{
font-weight:bold;
}

.cta .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  transition: 0.4s;
  margin-top:30px;
  border-radius: 4px;
  border: 2px solid #0f4931;
  color:#0f4931;
  background: #fff;
}

.cta .cta-btn:hover {
  background: #0f4931;
  color: #fff;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align:center;
}
.services .icon-box::before {
  content: "";
  position: absolute;
  background:#f9d381;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}
.services .icon-box:hover::before {
  background:#f4b328;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #200769;
  transition: all 0.3s ease-in-out;
}
.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .title a {
  color: #425451;
}
.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}
.services .icon-box:hover .icon {
  background: #fff;
}
.services .icon-box:hover .icon i {
  color: #200769;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services1 .icon-box1 {
  padding: 30px 20px 0px 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  border: 4px solid #fff;
  height: 200px;
  position: relative;
  background-color: #008040;

  transform: translate(-50%, -50%);
  color:#FFFFFF;

}




.services1 .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: capitalize
}

.services1 .title a {
  color: #FFFFFF;
  font-size:20px;
}







.icon-box1:hover, 
 .icon-box1:focus {
  padding: 30px 20px 0px 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  border: 4px solid #FFFFFF;
  height: 200px;
  position: relative;
  background-color:#0f4931;
   
 
 }
 
 
 

 .icon-box1:hover .description 
 {
 color:#FFFFFF;
 position: relative;
 
 }

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 var(--hover); }
}


.services1 .description {
  line-height: 24px;
  font-size: 14px;
  color: #FFFFFF;
}
.services1 .description a
{
color:#DDDF75;
}
.services1 .description a:hover
{
color: #0080FF;
}




/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services2 .icon-box2 {
  padding: 30px 20px 0px 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
 
  height: auto;
  position: relative;
  background-color:#FFFFFF;
 
}
.services2 .icon-box2 img
{

border-radius: 50%;
  box-shadow: 0 0 50px #ccc;

}

.services2 .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: capitalize
}

.services2 .title a {
  color: #cc7526;
  font-size:20px;
}






.services2 .icon-box2:hover .title a {
  color: #FFFF80;
}

.services2 .description {
  line-height: 24px;
  font-size: 14px;
  color: #1F1F1F;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom:30px;
  
 
  text-align:center;
  padding:0px 0px;
text-align:center;
  

}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background:#CCCCCC;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #200769;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin:0px 20px;
 text-align:center;
  

  text-align:center;
  
  
  
}
.portfolio .portfolio-wrap  img{
margin-bottom:0px;
  width:auto;
  height:auto;

border: solid 3px #000066;
 
  text-align:center;
   
}

.portfolio .portfolio-wrap::before {
  content: "";
 
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;

}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
   
}


.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 38px;
  display: inline-block;
  transition: 0.3s;
  background-color:#444444;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color:#fabc2e;
 
}
.portfolio-wrap:hover::before {
  top: 0;
  left:0px;
  right: 0;
  bottom: 0;
  opacity: 1; 
  
  
   width:auto;
   height:auto;
 
 

  text-align:center;
   
  
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  

  
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
  
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #e96b56 !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}


/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  opacity: 5;
  width: 100%;
  height:auto;
  transition: 0.3s;
 
}

.clients .owl-item img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #e96b56 !important;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .content {
  padding: 30px 0;
}

.about-us .content h3 {
  font-weight: 700;
  font-size: 34px;
}

.about-us .content p {
  margin-bottom: 0;
}

.about-us .content .icon-box {
  margin-top: 25px;
}

.about-us .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-us .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #f03c02;
}

.about-us .content .icon-box p {
  font-size: 15px;
  color: #90847f;
  margin-left: 60px;
}

.about-us .image {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}
 #admission
  {
  margin-top:-150px;
  }

@media (max-width: 991px) {
  .about-us .image {
    text-align: center;
  }
  .about-us .image img {
    max-width: 80%;
  }
  .hours
{
 margin-left:10px;
 margin-top:10px;
 margin-bottom:10px;
}
}

@media (max-width: 667px) {
  .about-us .image img {
    max-width: 100%;
  }
  .hours
{
 margin-left:10px;
 margin-top:10px;
 margin-bottom:10px;
}
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #2b2320;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #f03c02;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #2b2320;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #b4aca8;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #847872;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #2b2320;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #ded5d2;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #f03c02;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  transition: 0.3s;
  color: #2b2320;
}

.features .nav-link:hover {
  color: #f03c02;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}

.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.features .nav-link.active {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
  color: #f03c02;
}

.features .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f3f1f0;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2b2320;
}

.pricing h4 {
  font-size: 42px;
  color: #f03c02;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #2b2320;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .btn-buy {
  color: #9c847b;
  border: 2px solid #e9e3e1;
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  color: #f03c02;
  border-color: #f03c02;
}

.pricing .featured {
  background: #fd5c28;
  box-shadow: none;
}

.pricing .featured h3, .pricing .featured h4, .pricing .featured h4 span, .pricing .featured ul, .pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.pricing .featured .btn-buy:hover {
  color: #f03c02;
  background: #fff;
  border-color: #fff;
}

/*--------------------------------------------------------------
# Cta Pricing
--------------------------------------------------------------*/
.cta-pricing {
  background: #f3f1f0;
  color: #65534c;
}

.cta-pricing h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta-pricing .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 4px;
  border: 2px solid #f03c02;
  color: #f03c02;
  background: #fff;
}

.cta-pricing .cta-btn:hover {
  background: #f03c02;
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials
{
background-image:url(../img/count-bg1.jpg);
padding:30px 0px;

}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background-color:#333333;
  opacity:0.75;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #ffffff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fecfc0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
 
  margin: 15px 0 0 0;
  padding: 0;
  color:#FFFFFF;
  font-weight:500;
   font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding:20px 40px ;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  background:#fabc2e;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;

  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: #200769;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 17px;
  color: #0F0F0F;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #922e27;
  color: #fff;
}



.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  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: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #1bac91;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #22d8b6;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding: 40px;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #f03c02 !important;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
  
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  background: #f8f6f5;
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #2b2320;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #f03c02;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #9c847b;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #836a61;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #f03c02;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #fd541e;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #4d4643;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #2b2320;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #836a61;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #ae9a92;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #f03c02;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #9c847b;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #bfb9b6;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #4d4643;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #f03c02;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #2b2320;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #9c847b;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  padding: 8px 20px;
  border: 0;
  border-radius: 4px;
  background-color: #2b2320;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #f03c02;
}

.blog .blog-pagination {
  color: #65534c;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #b4aca8;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #f03c02;
  border: 1px solid #f03c02;
  border-radius: 4px;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f6f5f5;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  background: #f8f6f5;
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #2b2320;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 4px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #f03c02;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.blog .sidebar .search-form form button:hover {
  background: #fd5c28;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #745f56;
}

.blog .sidebar .categories ul a:hover {
  color: #f03c02;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #9c847b;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: black;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #f03c02;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #9c847b;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #745f56;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ded5d2;
  display: inline-block;
  transition: 0.3s;
  border-radius: 4px;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #f03c02;
  background: #f03c02;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #c8bab5;
  font-size: 14px;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #e96b56;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #545454;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a1a1a1;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/** footer **/
 .footer {
 background-image:url(../img/footer-bg.jpg);
     
     margin-top: 10px;
}
 .footer h2 {
    color: #fff;
     font-size: 40px;
     line-height: 40px;
     text-align: left;
}
 .footer span { font-weight:500; font-size:18px;}
 .footer .address h3 {
     color: #fff;
font-size: 20px;
line-height: 35px;
font-weight: 500;
padding-bottom: 0px;
padding-top:50px;
text-align:left;
}
 .location_section {
     background-color: #fff;
     margin-bottom: 40px;
     border-radius: 10px;
     padding: 20px 35px;
}
 .news {
    padding-bottom: 50px;
   margin-top: -35px;
}
 .news .newslatter {
     padding: 18px 30px;
     box-shadow: inherit;
     border: inherit;
     width: 70%;
     font-size: 19px;
     box-shadow: #b0b0b0 0px -2px 9px 0px;
     border-radius: 30px 0px 0px 30px;
     text-transform: uppercase;
}
 .submit {
    padding: 18px 45px;
    border: #f4b328 solid 1px;
     background: #f4b328;
     color: #fff;
     margin-left: -5px;
     font-weight: 500;
     font-size: 19px;
     max-width: 271px;
     width: 100%;
     border-radius: 0px 30px 30px 0px;
     box-shadow: #b0b0b0 0px -2px 9px 0px;
      text-transform: uppercase;
      transition: all 0.3s ease-in;
}
 .submit:hover {
     background: #200769;
     border: #200769 solid 1px;
     color: #fff;
     transition: all 0.3s ease-in;

}
 ul.social_link {
    padding-bottom: 35px;
     padding-top: 7px;
     display: block;
}
 ul.social_link li {
    display: inline-block;
     padding-right: 4px;

}
 
 ul.social_link li a img {
    width: 30px;
     height: 30px;
}
 ul.social_link li a img:hover {
     background-color: #f4b328 ;
     border-radius: 20px;
}
 ul.Menu_footer li{
    padding-bottom: 6px;
     display: block;
     color: #3e7f21;
     position: relative;
}

 ul.Menu_footer li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background: #fff;
  margin-top: 9px;
 }

 ul.Menu_footer li a {
     display: block;
     color: #fcfbfb;
     font-size: 17px;
     padding-left: 30px;
    
}
 ul.Menu_footer li a:hover{
     color: #f4b328 ;
}
 ul.Links_footer {
     list-style: none;
     margin: 0;
     padding: 0;
     width: 100%;
     float: left;
}
 ul.Links_footer li a {
     display: block;
     color: #fcfbfb;
     font-size: 15px;
     padding-left: 30px;
     
}
 ul.Links_footer li a:hover{
     color: #f4b328  ;
}
 ul.Links_footer li {
     padding-bottom: 6px;
     color: #3e7f21;
     display: block;
     position: relative;
}

 ul.Links_footer li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background: #fff;
  margin-top: 5px;
 }
 ul.loca li {
     color: #fcfbfb;
     padding-bottom: 10px;
     display: flex;
     font-size: 16px;
     flex-wrap: wrap;
}
 ul.loca li a {
     padding-right: 16px;
     color: #fcfbfb;
     margin-top: 4px;
}
 ul.loca li a img
 {
 vertical-align:top;
 }
 .copyright {
     padding: 5px 0px;
     margin-top: 0px;
  
}
 .copyright p {
     color: #fff;
     font-size: 14px;
     line-height: 22px;
     text-align: center;
   
}
 .copyright a {
     color: #fff;
}
 .copyright a:hover {
     color:#200769 ;
}

.cont-box{
	background:url(../img/bg.jpg) no-repeat;
	background-size: cover;
		
	padding:80px 0px;

}

.inner-cont-box{
	text-align: center;
	
}
.inner-cont-box i{
	font-size: 78px;
	color: #ffffff;
}

.inner-cont-box h3{
	color: #ffffff;
font-size: 46px;
line-height: 46px;
font-weight: bold;
padding:10px 0px 0px 0px;
opacity: 5;
}

.inner-cont-box h4{
	font-size: 25px;
line-height: 26px;
color: #ffffff;
padding-top: 0px;
font-weight: 600;
display: inline-block;
}
.titlepage h2,h4{
  padding: 0;
  font-weight:200;
  color: #f4b328;



  }
.titlepage span {
  padding: 10px 0px;
  display: inline-block;
  font-size: 17px;
  text-align:center;
   font-family: 'Roboto', sans-serif;

}

.full-title{
	padding: 100px 0px 0px 0px;
	background: url(../img/slide/bg.jpg) no-repeat center;
	position: relative;
	

}
.full-title:before{
	content: "";
	background: rgba(0,0,0,0.1);
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
.full-title h1{
	position: relative;
	color: #ffffff;
	font-size: 38px;
	text-align: center;
	text-transform:capitalize;
	
}
.full-title h1 small{
	float: right;
	padding: 15px 0px;
	font-size: 14px;
}
.breadcrumb-main{
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}
.breadcrumb-main .breadcrumb{
	background:#fabc2e;
	border-radius: 100px 100px 0px 0px;
	display: block;
}
.breadcrumb-main .breadcrumb li a{
	color:#000066;
	font-size:25px;
	
}
.breadcrumb-main .breadcrumb li{
	color: #323232;
	display: inline-block;
	font-size: 25px;
}
.breadcrumb-main .breadcrumb-item + .breadcrumb-item::before{
	color: #323232;
}

@media screen and (max-width: 768px) {
 
  .full-title{
	padding: 40px 0px 0px 0px;
	background: url(../img/slide/bg.jpg) no-repeat center;
	position: relative;
	

}
#footer {
  background: #0f4931;
  color: #fff;
  font-size: 14px;
  text-align: left;
 
  line-height:2;
  padding-left:0px;
}
.hours
{
 margin-left:10px;
 margin-top:10px;
 margin-bottom:20px;
}
}

#we h5
{
margin-left:30px;
margin-right:36px; 
color:#05579e; 
padding-bottom:10px;
border-bottom: solid 1px #CCCCCC;

}
#we
{
margin-left:0px;

}
#news-container1
{

width:250px;
height:200px;
padding-left:10px;


}
#news-container1 img
{
margin-top:13px;

width:250px;
height:215px;

}
.hours
{
 margin-left:950px;
 margin-top:-240px;
 margin-bottom:10px;
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
   .hours
{
 margin-left:0px;
 margin-top:10px;
 margin-bottom:10px;
  text-align:center;
}
.icofont-brand-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
   margin-top:170px;
    margin-left:120px;
	background-color:#009900;

   
    
	color:#fff;
    transition: all 0.4s;
	
  
	}
 }


@media (max-width:900px)  {


.hours
{
 text-align:center;
 margin-left:0px;
 margin-top:10px;
 margin-bottom:10px;
} 

}
@media (max-width:1100px)  {


.hours
{
 margin-left:0px;
 margin-top:10px;
 margin-bottom:10px;
 text-align:center;
} 

}

.tabulation-2  .nav-item .nav-link {
  background: #fff;
  border-radius: 4px;
 color: #575757;
  font-weight: 500;
  padding:10px 20px;
  -webkit-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15); 
 
  }
  .tabulation-2  .nav-item .nav-link span {
    color: #d9ba2b; }
  .tabulation-2  .nav-item .nav-link.active {
    color: #fff;
    background:#0f4931; }
    .tabulation-2  .nav-item .nav-link.active span {
      color: #fff; }

.tabulation-2 .tab-content {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15); }

@media (min-width: 992px) {
  .intro-wrap {
    margin-top: -50px; } }

.bg-intro {
  background: #d9ba2b;
  width: 100%;
  position: relative; }
  .bg-intro:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #d9ba2b; }
  @media (max-width: 991.98px) {
    .bg-intro:after {
      background: transparent;
      display: none; } }
  .bg-intro .intro-box {
    width: calc(100% - 240px);
    padding: 20px 0; }
    @media (max-width: 991.98px) {
      .bg-intro .intro-box {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    .bg-intro .intro-box h2 {
      display: block;
      color: #fff;
      margin-left: 20px; }
      .bg-intro .intro-box h2 span {
        color: rgba(255, 255, 255, 0.4); }
    .bg-intro .intro-box .icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.3); }
      .bg-intro .intro-box .icon i {
        font-size: 24px;
        color: #fff; }
  .bg-intro .btn-custom {
    width: 240px;
    display: block;
    text-align: center;
    color: #000000; }
    @media (max-width: 767.98px) {
      .bg-intro .btn-custom {
        width: 100%;
        padding: 20px 0; } }
    .bg-intro .btn-custom span {
      margin: 0 auto; }
  .bg-intro h2 {
    font-size: 18px;
    margin-bottom: 0; }

.tabulation .nav-pills .nav-item .nav-link {
  background: #fff;
  border-radius: 0;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff; }
  

.inner-cont-box
{
padding:10px 0px;
}
}
  
  
  @media (max-width: 1199.98px) {
    .tabulation .nav-pills .nav-item .nav-link {
      font-size: 13px; } }
  .tabulation .nav-pills .nav-item .nav-link span {
    color: #000000;
    font-size: 28px; }
  .tabulation .nav-pills .nav-item .nav-link.active {
    color: #d9ba2b;
    background: #fff;
    border: 1px solid #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .tabulation .nav-pills .nav-item .nav-link.active span {
      color: #d9ba2b; }

.tabulation .tab-content {
  background: #fff;
  padding: 0; }
  .tabulation .tab-content .img {
    width: 100%;
    height: 300px;
    margin-bottom: 20px; }
  .tabulation .tab-content h3 {
    font-weight: 600; }
    .tabulation .tab-content h3 a {
      color: #000000; }
  .tabulation .tab-content ul {
    margin: 0;
    padding: 0; }
    .tabulation .tab-content ul li {
      list-style: none;
      margin: 0 0 7px 0;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 7px 10px; }
      .tabulation .tab-content ul li span.fa {
        font-size: 12px;
        margin-right: 15px;
        color: #d9ba2b; }
		
		
		#iron
		{
		margin-top:-30px;
		
		}
		#soft
		{
		margin-top:-50px;
		
		}
		 @media (max-width: 767.98px) {
		  
		 
		 #scroll
{
overflow:scroll;
}
		  .footer span { font-weight:500; font-size:16px;}
		 	#iron
		{
		margin-top:10px;
		
		}
		#soft
		{
		margin-top:0px;
		
		}
		
		 .important_box
		 {
	 padding:10px 0px;
		 }
		 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 30%;
  max-width: 100%;
}
  .inner-cont-box h3 {
  font-size: 20px;
  line-height: 25px;
}
	.inner-cont-box h4{
	font-size: 17px;
line-height: 26px;
color: #ffffff;
padding-top: 0px;
font-weight: 400;
display: inline-block;
}
  #admission
  {
  margin-top:10px;
  }
   }
		 
		 
		 /** about section **/
 .about {
     background-color: #fff;
     padding-top: 20px;
     
}
 .about .about-box {
    text-align: center;
    
}
 .about .about-box h2 {
     padding: 0;
     font-weight:lighter;
     color: #f4b328;
     line-height: 30px;
	 font-size:30px;
    
	 margin-top:5px;
	 margin-bottom:0px;

 }

 .about .about-box p {
     font-size: 15px;
     line-height: 28px;
     color: #000;
     padding: 0px 0px;
	 text-align:justify;
	  font-family: 'Roboto', sans-serif;
}

 .about .about-box a {
     font-size: 16px;
border: #f4b328 solid 1px;
background-color: #f4b328;
color: #fff;
padding: 9px 0px;
max-width: 171px;
width: 100%;
display: inline-block;
text-align: center;
text-transform: uppercase;
border-radius: 30px;
 }


 .about .about-box a:hover{ 
     background-color: #200769;
     border: #200769 solid 1px;
    color: #fff;
 }
 

 .testimonials a {
     font-size: 16px;
border: #f4b328 solid 1px;
background-color: #f4b328;
color: #fff;
padding: 9px 0px;
max-width: 171px;
width: 100%;
display: inline-block;
text-align: center;
text-transform: uppercase;
border-radius: 30px;
 }


 .testimonials a:hover{ 
     background-color: #200769;
     border: #200769 solid 1px;
    color: #fff;
 }
 .about .about-box figure #about-img {
    width: 100%;
	margin-top:60px;
	margin-left:0px;
}
  #about-img1{
    width: 100%;
	margin-top:0px;
	margin-left:0px;
}
.yellow {
  color: #200769;
  font-weight:200;
}
	
	/** Courses section **/
 .Courses {
     padding-top: 20px;
     background: #fff;
	 
}
 .box_bg {
     background: none;
     padding:0px;
    display: inline-block;
    width: 100%;
}
 .box_bg_img {
     max-width: 500px;
float: right;
width: 100%;
box-shadow: #ddd 0px 0px 0px 0px;

}
.box_bg_img .box_my {
    text-align: center;
    position: relative;
    margin-top: 20px;
    box-shadow: #4d4646ab 0px 0px 15px 1px;
	
	
}
.box_bg_img .box_my figure {
    margin: 0;
    position: relative;
	 
}
.box_bg_img .box_my figure img {
    width: 100%;
}
.box_bg_img .box_my .overlay h3, .box_bg_img .box_my .overlay p {
    color: #fff;
}
.box_bg_img .box_my .overlay h3 {
    font-weight: 500;
    margin: 9px 0 0 0;
    padding: 0;
    padding-bottom: 9px;
	font-size:15px;

}

.box_bg_img .box_my .overlay p {
    line-height: normal;
    margin-top: 8px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0;
        transition: all .4s ease-in;
}
.box_bg_img .box_my:hover .overlay p {
    height: auto;
    opacity: 1;
    transition: ease all 0.5s;
}
.overlay {
    position: absolute;
    bottom: 0;
    background: #200769;
	width: 100%;

}
.box_bg_img .box_my:hover .overlay {background: #200769bd;}


 .box_text {
     max-width: 531px;
     width: 100%;
     padding: 2px 2px 2px 2px;
}


.box_text .titlepage {padding-bottom: 20px; text-align: center;}
 .box_text p {
     font-size: 17px;
     line-height: 27px;
     font-weight: 400;
     text-align: justify;
     color: #181716;
	
}
 .box_text a {
    font-size: 16px;
border: #f4b328 solid 1px;
background-color: #f4b328;
color: #fff;
padding: 9px 0px;
max-width: 201px;
width: 100%;
display: inline-block;
text-align: center;
text-transform:capitalize;
border-radius: 30px;
float: right;
margin-top: 20px;
 margin-right:45px;
}
 .box_text a:hover {
     background-color: #200769;
     border: #200769 solid 1px;
     color: #fff;
}
.padding_left3 {padding-left: 0px;}	
	
 
 
 .tabulation-2 .nav-pills .nav-item .nav-link {
  background: #fff;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  font-size:18px;
  color: #000000;
  font-weight: 500;
  -webkit-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15); }
  .tabulation-2 .nav-pills .nav-item .nav-link span {
    color: #d9ba2b; }
  .tabulation-2 .nav-pills .nav-item .nav-link.active {
    color: #fff;
    background:#200769; }
    .tabulation-2 .nav-pills .nav-item .nav-link.active span {
      color: #fff; }

.tabulation-2 .tab-content {
font-family: 'Roboto', sans-serif;
  font-size:16px;
  color: #000000;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15); }
  
  
  
  
  
  
  
  .box{
	width: 300px; height:auto;
	background-color: #ffffff;
	position: relative;
	box-shadow: 10px 10px 42px 0 rgba(0,0,0,0.2);
	padding-bottom:20px;
}
.box:after, .box:before{
	mix-blend-mode:multiply;
	filter:none;
	z-index: -1;
	content:'';
	width:calc(50% + (10px * 2));
	height:calc(20% + (10px * 2));
	position: absolute;
	display: block;
	animation: border 10s ease-in-out infinite;
	transform:translateX(-50px) translateY(-50px);
}
@keyframes border {
  0%, 100% {
    -webkit-clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
            clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
  }
  50% {
    -webkit-clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
            clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
  }
}

.box:after{
	animation-delay: -5s;
	background:none;
	clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
}
.box:before {
	background-color: #f4b328;
	  clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
}

.box:hover:after{
	animation-delay: -0.1s;
}
.box:hover:before, .box:hover:after {

          animation-duration: 0.2s;
}
 
 
  @media (max-width: 767.98px) {
		  .about .about-box h2 {
     padding: 0;
     font-weight: bold;
     color: #f4b328;
     line-height: 30px;
     font-size: 20px;
	 margin-top:15px;
	 margin-bottom:5px;
	 text-align:center;

 }
 }
 
 .about .about-box1 a {
     font-size: 18px;
border: #f4b328 solid 5px;
background-color:#200769 ;
color: #fff;

max-width: 271px;
width: 100%;
display: inline-block;
text-align: center;
text-transform: uppercase;
border-radius: 30px;
padding:20px 0px;
 }


 .about .about-box1 a:hover{ 
     background-color: #f4b328;
     border: #200769 solid 5px;
    color: #200769;
	padding:20px 0px;
 }
 
 .full-title {
  padding: 250px 0px 0px 0px;
  
    background-color: rgba(0, 0, 0, 0);
  position: relative;

}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  margin-bottom: 30px;
}

.gallery #gallery-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.gallery #gallery-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s;
}

.gallery #gallery-flters li:hover, .gallery #gallery-flters li.filter-active {
  color: #006fbe;
}

.gallery #gallery-flters li:last-child {
  margin-right: 0;
}

.gallery .gallery-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(36, 50, 93, 0.6);
}

.gallery .gallery-wrap::before {
  content: "";
  background: rgba(36, 50, 93, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.gallery .gallery-wrap .gallery-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery .gallery-wrap .gallery-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.gallery .gallery-wrap .gallery-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.gallery .gallery-wrap .gallery-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.gallery .gallery-wrap .gallery-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.gallery .gallery-wrap .gallery-links {
  text-align: center;
  z-index: 4;
}

.gallery .gallery-wrap .gallery-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.gallery .gallery-wrap .gallery-links a:hover {
  color: #25a4ff;
}

.gallery .gallery-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.gallery .gallery-wrap:hover .gallery-info {
  opacity: 1;
}

.gallery .gallery-wrap:hover .gallery-info::before {
  top: 15px;
  left: 15px;
}

.gallery .gallery-wrap:hover .gallery-info::after {
  bottom: 15px;
  right: 15px;
}
#header .nav #donate
{
  padding-left: 10px;
}
#donate a{
  font-size: 16px;
  border: #f4b328 solid 1px;
  background-color: #f4b328;
  color: #fff;
  padding: 9px 0px;
  max-width: 121px;
  width: 50%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  margin-left: 50px;
}
#donate a:hover{ 
     background-color: #200769;
     border: #200769 solid 1px;
    color: #fff;
 }
 #donate1 a{
  font-size: 18px;
  font-weight: 600;
 
 
  color: #ffffff;
  padding: 9px 0px;
  max-width: 121px;
  width: 50%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  margin-left: 50px;
  text-decoration: underline;
}
#donate1 a:hover{ 
     background-color: #200769;
     border: #200769 solid 1px;
    color: #fff;
 }
 