/*
Template Name:High School
File: Layout CSS
Author: Templates On Web
Author URI: http://www.templateonweb.com/
Licence: <a href="http://www.templateonweb.com/terms.php?v=content&contentid=152">Website Template Licence</a>
*/
body{
  font-family:Georgia, "Times New Roman", Times, serif!important; 
   }
 ul{
  
  padding:0;
  margin:0;
  list-style:none;
  }
 section{
overflow:hidden;
      }
      
  
.border_bottom_1{
            border-bottom:1px solid #333333;  
			  }
.active_1{
         background: #000000;
		 }
.navbar-toggle{
  background:#ffffff;
	   
		}
 .navbar-toggle .icon-bar{
	background:#333333;
		}
a:hover{
      text-decoration:none; 
	   }
/********************* header****************/
#header .navbar-brand{
   font-weight:bold;
	   }
	   #header .navbar-brand{
    display: flex;
    align-items: center;
    padding: 5px 10px;
}
#header .navbar-brand {
 padding: 7px;
 font-family: 'Courgette', cursive;
}
#header .thumbnail{
       padding:0;
	  padding:2px;
	  margin-bottom:0;
	   }
#header li a{
 font-weight: bold;
 font-family: 'Courgette', cursive;
 font-size: 18px;
 letter-spacing: 2px;
 }
	.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background:red!important;
	color:#000000!important;
}
    .logo-img{
    width: 60px;

        /* makes circle */
    object-fit: cover;      /* prevents stretching */
    display: block;
}

/********************* header_end****************/
/********************* center ****************/
#center{   
padding:0;
margin:0;
}
#center .fade-carousel {
position: relative;
height: 100vh;
}
#center .fade-carousel .carousel-inner .item {
height: 100vh;
}
#center .fade-carousel .carousel-indicators > li {
margin: 0 2px;
background-color: #f39c12;
border-color: #f39c12;
opacity: .7;
}
#center .fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
#center .hero {
 position: absolute;
 top: 50%;
 left: 25%;
 z-index: 3;
 color: #fff;
 text-align: center;
 padding-top:50px;
 text-transform: uppercase;
 text-shadow: 1px 1px 0 rgba(0,0,0,.75);
 -webkit-transform: translate3d(-50%,-50%,0);
 -moz-transform: translate3d(-50%,-50%,0);
 -ms-transform: translate3d(-50%,-50%,0);
 -o-transform: translate3d(-50%,-50%,0);
 transform: translate3d(-50%,-50%,0);
 background-color: #ffffff59;
}
#center .hero {
 width: 590px;
}
#center .hero h1 {
font-size: 3.4285714285714284vw;    
font-weight: bold;
margin: 0;
padding: 0;
color:#000;
}
#center .hero h3 {
font-size:1.4285714285714286vw;
font-weight: bold;
padding-bottom:15px;
color:#000;
}
#center .hero h4{
padding-bottom:60px;
padding-top:15px;
}
#center .hero h4 a{
background:#000;
padding:10px 20px 10px 20px;
color:#fff;
}
#center .fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
#center .fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
#center .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
#center .btn.btn-lg {padding: 10px 40px;}
#center .btn.btn-hero,
#center .btn.btn-hero:hover,
#center .btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
#center .fade-carousel .slides .slide-1, 
#center .fade-carousel .slides .slide-2,
#center .fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#center .fade-carousel .slides .slide-1 {
background-image: url(../img/80.jpg);
padding-bottom: 100px;
padding-top:150px;
background-repeat: no-repeat;
background-size: cover;
}
#center .fade-carousel .slides .slide-2 {
background-image: url(../img/81.jpg);
padding-bottom: 100px;
padding-top:150px;
background-repeat: no-repeat;
background-size: cover;
}
#center .fade-carousel .slides .slide-3 {
background-image: url(../img/82.jpg);
padding-bottom: 100px;
padding-top:150px;
background-repeat: no-repeat;
background-size: cover;
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

/********************* center_end ****************/

/********************* service****************/
#service{
       background: #9e2323;
	   padding-bottom:60px; 
	   padding-top:70px;
		}
#service  h1:after {
    content: "";
    display: inline-block;
    width: 113px;
    height: 2px;
    background-color: #ffffff;
    vertical-align: middle;
    margin-left: 1%;
}
#service  h1 {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 30px;
    font-family: 'Courgette', cursive;
    letter-spacing: 3px;
}

#service h4{
    padding: 0;
    margin: 0;
    padding-top: 20px;
    padding-left: 36px;
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Courgette', cursive;
    letter-spacing: 3px;
		}
.service_1 .text_para_1{
              padding:0;
			  margin:0;
              padding-left:23px;
			  color:#ffffff;
			  font-size:16px;
			  }
.service_inner {
             position:relative;
			  }
.service_1 .text_para{
              padding-left:70px;
			  color:#ffffff;
			  }
.para_tag {
        padding-top:30px;
		padding-left:20px;
		 }
.para_tag a{
         color:#ffffff;
		 background:none;
		 border:2px solid;
		 padding:0;
		 padding:10px 20px 10px 20px;
		 font-size:20px;
		 }
.para_tag a:hover{
        background:#ffffff;
		color:#336600;
		border:none;
		 }
.display_para h5{
               font-size:16px; 
			   color:#ffffff;
	           padding:0;
			   margin:0;
				}
.display_para {
			   background: rgb(66, 119, 152);
			   border-radius:50%;
			      width: 180px;
                  height: 180px; 
				  padding: 40px;
				  text-align:center;
				  position:absolute;
				  bottom:5%;
				  right:25.3%;
				  display:none;
				}
.display_para p {
			  color:#ffffff;
			  padding-top:5px;
				}
.display_para hr {
			  border-color:#ffffff;
			  padding:0;
			  margin:0;
			  width:100px;
			  margin-left:;
			  margin-top:7px;
				}
.service_inner:hover .display_para{
                                 display:block; 
								  } 
/********************* service_end****************/

/********************* gallery ****************/
#gallery{  
 padding-top:70px;
 padding-bottom: 50px;
 background-color: beige;
  }
.gallery_main h1{ 
 font-size: 40px;
 font-weight: bold;
 color: #000000;
 padding-bottom: 30px;
 font-family: 'Courgette', cursive;
 letter-spacing: 2px;
}
.gallery_main h1:after { 
    content: "";
    display: inline-block;
    width: 113px;
    height: 2px;
    background-color: #000000;
    vertical-align: middle;
    margin-left: 1%;
}
.gallery_1{ 
 margin-bottom:30px;
          }
#gallery .ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#gallery .ih-item,
#gallery .ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#gallery .ih-item a {
  color: #333;
}
#gallery .ih-item a:hover {
  text-decoration: none;
}
#gallery .ih-item img {
  width: 100%;
  height: 100%;
}

#gallery .ih-item.square {
  position: relative;
  width: 336px;
  height: 246px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#gallery .ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#gallery .ih-item.square.effect5.colored .info {
  background: #1a4a72;
}
#gallery .ih-item.square.effect5.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
#gallery .ih-item.square.effect5 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#gallery .ih-item.square.effect5 .info {
  background: #333333;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#gallery .ih-item.square.effect5 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
}
#gallery .ih-item.square.effect5 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
}
#gallery .ih-item.square.effect5 a:hover .img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}
#gallery .ih-item.square.effect5 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#gallery .ih-item.square.effect5.left_to_right .info {
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
}

#gallery .ih-item.square.effect5.right_to_left .info {
  -webkit-transform: scale(0) rotate(180deg);
  -moz-transform: scale(0) rotate(180deg);
  -ms-transform: scale(0) rotate(180deg);
  -o-transform: scale(0) rotate(180deg);
  transform: scale(0) rotate(180deg);
}
#gallery .ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#gallery .ih-item,
#gallery .ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#gallery .ih-item a {
  color: #333;
}
#gallery .ih-item a:hover {
  text-decoration: none;
}
#gallery .ih-item img {
  width: 100%;
  height: 100%;
}

#gallery .ih-item.square {
  position: relative;
  width: 370px;
  height: 266px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#gallery .ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#gallery .ih-item.square.effect15 {
  overflow: hidden;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px;
}
#gallery .ih-item.square.effect15.colored .info {
  background: #1a4a72;
}
#gallery .ih-item.square.effect15 .img {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#gallery .ih-item.square.effect15 .info {
  background: #333333;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out 0.3s;
  -moz-transition: all 0.35s ease-in-out 0.3s;
  transition: all 0.35s ease-in-out 0.3s;
}
#gallery .ih-item.square.effect15 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
}
#gallery .ih-item.square.effect15 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
}
#gallery .ih-item.square.effect15 a:hover .img {
  opacity: 0;
  visibility: hidden;
}
#gallery .ih-item.square.effect15 a:hover .info {
  visibility: visible;
  opacity: 1;
}

#gallery .ih-item.square.effect15.left_to_right .img {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
#gallery .ih-item.square.effect15.left_to_right .info {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
#gallery .ih-item.square.effect15.left_to_right a:hover .img {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
#gallery .ih-item.square.effect15.left_to_right a:hover .info {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

#gallery .ih-item.square.effect15.right_to_left .img {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
#gallery .ih-item.square.effect15.right_to_left .info {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
#gallery .ih-item.square.effect15.right_to_left a:hover .img {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
#gallery .ih-item.square.effect15.right_to_left a:hover .info {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

#gallery .ih-item.square.effect15.top_to_bottom .img {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
#gallery .ih-item.square.effect15.top_to_bottom .info {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
#gallery .ih-item.square.effect15.top_to_bottom a:hover .img {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
#gallery .ih-item.square.effect15.top_to_bottom a:hover .info {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

#gallery .ih-item.square.effect15.bottom_to_top .img {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
#gallery .ih-item.square.effect15.bottom_to_top .info {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
#gallery .ih-item.square.effect15.bottom_to_top a:hover .img {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
#gallery .ih-item.square.effect15.bottom_to_top a:hover .info {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
/********************* gallery_end ****************/

/********************* about****************/
#about_box{
     padding-top:70px;
	  padding-bottom:30px;
	  background:#f1f1c9;
	 }
#about_box h1{
     padding-bottom:30px;
	 }
#about_box .about_1 h2{
 font-size: 35px;
 color: #B7112A;
 padding-bottom: 15px;
 font-family: 'Courgette', cursive;
	 }
#about_box .about_2 h2{
 font-size: 35px;
 color: #B7112A;
 padding-bottom: 10px;
 font-family: 'Courgette', cursive;
	 }
#about_box .about_1 h3{
 color: #00959F;
 padding-top:10px;
 font-family: 'Courgette', cursive;
  }

#about_box .about_2_inner h3{
 color: #00959F;
 font-family: 'Courgette', cursive;
 }
#about_box .about_2_inner p{
	       color: #999999;
		   line-height:1.8em;
		     font-size:15px!important;
		  	 }


#about_box  p{
    font-size:17px;
	color:#666666;
	 }
#about_box .about_1 p{
    font-size:15px!important;
	color:#999999;
	line-height:1.8em;
	 }
#about_box .about_2 .bold_1{
    font-weight:bold;
	line-height:1.8em;
	font-size:17px!important;
	 }
#about_box .about_2 .bold_2{
     font-size:15px!important;
	line-height:1.8em;
	
	 }

#about_box  h1:after {
    content: "";
    display: inline-block;
    width: 113px;
    height: 2px;
    background-color: #000000;
    vertical-align: middle;
    margin-left: 1%;
}
#about_box  h1 {
 font-size: 40px;
 font-weight: bold;
 font-family: 'Courgette', cursive;
 letter-spacing: 3px;
}

/*********************about_end****************/
/*********************event****************/
#event{
     padding-top:70px;
	 padding-bottom:40px;
	 }
#event  h1:after {
    content: "";
    display: inline-block;
    width: 113px;
    height: 2px;
    background-color: #000000;
    vertical-align: middle;
    margin-left: 1%;
}
#event  h1 {
 font-size: 40px;
 font-weight: bold;
 padding-bottom: 30px;
 font-family: 'Courgette', cursive;
 letter-spacing: 2px;
}
.event_1 h3{
  padding:0;
  margin:0;
  padding-top:20px;
  letter-spacing:1px;
  font-size:22px;
  font-weight:bold; 
   }
.event_1 h3 a{
 color: #6a67ce;
 font-family: 'Courgette', cursive;
   }
 .event_1 h5 {
padding:0;
margin:0;
padding-top:10px;
   }
 .event_1 h5 a{
color:#333333;
font-size:16px;
padding-right:5px;
   }
.event_1 p{
padding:0;
margin:0;
padding-top:20px;
font-size:16px;
line-height:1.8em;
color:#666666;
   }
 .event_2{
 padding-top:15px;
 padding-bottom:15px;
 margin-top:10px;
			}
.event_2_inner {
  padding-left:0;
			}
.event_2_inner a{
    color: #ffffff;
    font-size: 16px;
    background: #e2af03;
    padding: 3px 13px 6px 13px;
    border-radius: 20px;
			}
.event_2_inner a i{
          vertical-align:middle;
		  margin-right:5px;
}
.event_main{ 
 text-align:center;
 }
/*********************event_end****************/
/********************* services ****************/
#services{ 
 padding-top:70px;
 padding-bottom:50px;
 background-color:#f1f1f1;
 }
.services_1 h1{ 
 text-align: center;
 font-family: 'Courgette', cursive;
 letter-spacing: 2px;
 font-size: 40px;
 font-weight: bold;
 }
.services_1 h1:after{ 
    content: "";
    display: inline-block;
    width: 113px;
    height: 2px;
    background-color: #000000;
    vertical-align: middle;
    margin-left: 1%;
 }
.services_1 h2{ 
 font-size:30px;
 }
.services_2{ 
 text-align:center;
 border:1px solid #999;
 padding:20px 10px 20px 10px;
 margin-top:30px;
 box-shadow: 0 0 8px 4px #9a8d8d;
 }
.services_2 i{ 
 font-size:70px;
 color:#000;
 padding-bottom:20px;
 }
.services_2 h2{ 
    font-size: 30px;
    color: #000;
    font-weight: bold;
    padding-bottom: 20px;
    font-family: 'Courgette', cursive;
    letter-spacing: 2px;
 }
.services_2 p{ 
 font-size:19px;
 color:#000;
 padding-bottom:20px;
 }
/********************* services_end ****************/
/*********************customer****************/
#customer h1{
 padding: 0;
 margin: 0;
 font-size: 3em;
 color: #ffffff;
 font-family: 'Courgette', cursive;
		  }
#customer .para_1{
       color:#ffffff;
		  }
#customer .para_2{
 color: #fcffff;
 font-size: 22px;
		  }
#customer .some{
       color:#cccccc;
		  }
#customer .hr_2 {
    width:170px;
	border-color:#f4f4f4;
	padding:0;
	padding-bottom:10px;
		  }

#customer{
       background: #ab2424fa;
		padding-top:40px;
		padding-bottom:40px;
		}
    /* Carousel */

#customer #quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#customer  #quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#customer  #quote-carousel .carousel-control.left {
    left: -60px;
}
#customer #quote-carousel .carousel-control.right {
    right: -60px;
}
#customer  #quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -15px;
    margin-right: -19px;
}
#customer #quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#customer #quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
#customer .carousel-inner {
    min-height: 300px;
}
#customer .item blockquote {
    border-left: none;
    margin: 0;
}
#customer .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/********************* customer_end****************/

/********************* footer****************/
#footer{
  padding-top:60px;
  padding-bottom:60px;
  background-image: radial-gradient(circle at 50% 100%, #012121, #333333 58%, #000000); 
	   }
.footer_2 h1:after {
    content: "";
    display: inline-block;
    width: 113px;
    height: 2px;
    background-color: #ffffff;
    vertical-align: middle;
    margin-left: 1%;
}
.footer_3 h1:after {
    content: "";
    display: inline-block;
    width: 113px;
    height: 2px;
    background-color: #ffffff;
    vertical-align: middle;
    margin-left: 1%;
}
.footer_2 p {
	line-height:2.5em;
	color:#ffffff;
}
.footer_2 h1 {
 padding-bottom: 20px;
 color: #f4f4f4;
 font-family: 'Courgette', cursive;
 letter-spacing: 2px;
}
.footer_2 i {
   padding-right:10px;
   font-size:1em;
}
.footer_2 .copy_1 {
  font-size:15px;
  font-weight:bold;
}
.footer_2 .copy_1 a {
  color:#CC9900;
  font-size:15px;
}
.footer_3 #address{
               padding:5px 0px 5px 10px;
                  }
.footer_3 #address_1{
               padding:5px 0px 5px 10px;
                  }
.footer_3 a{
     background:#CC6600;
	font-size:17px;
	padding:8px 30px 8px 30px;
	color:#FFFFFF!important;
                  }
.footer_3 h1{
 padding-bottom: 20px;
 color: #f4f4f4;
 font-family: 'Courgette', cursive;
 letter-spacing: 2px;
                  }

.footer_3 a:hover{
     background: #996600;
	
                  }

/********************* footer_end****************/
/********************* footer_bottom ****************/
#footer_bottom{    
 background-image: radial-gradient(circle at 50% 100%, #333333, #000000 58%, #333333); 
 padding-top:10px;
 padding-bottom:10px;  
       }
#footer_bottom p{  
    color: #FFFFFF;
    font-size: 20px;
    font-family: arial;
    padding-top: 13px;
         }
#footer_bottom p  a:hover{    
   text-decoration:none;
             }
#footer_bottom p  a{  
   color:red;
 }
#footer_bottom p a:hover{  
   color:#fff;
 }
/********************* footer_bottom_end ****************/
/********************* top_button****************/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url("../img/to-top.png") no-repeat 0px 0px;
}
/********************* top_button_end****************/

/********************* team ****************/
#team{ 
 padding-top:70px;
 padding-bottom:50px;
 background-color: #e2eaecc7;
 }
.team_1{ 
 text-align:center;
 }
.team_1 h2:after { 
    content: "";
    display: inline-block;
    width: 113px;
    height: 2px;
    background-color: #000;
    vertical-align: middle;
    margin-left: 1%;
 }
.team_1 h2{ 
 color: #000;
 padding-bottom: 10px;
 font-size:40px;
 font-family: 'Courgette', cursive;
 }
#team .ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#team .ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#team .ih-item a {
  color: #333;
}
#team .ih-item a:hover {
  text-decoration: none;
}
#team .ih-item img {
  width: 100%;
  height: 100%;
}
#team .ih-item.square {
  position: relative;
  width: 356px;
  height: 358px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#team .ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#team .ih-item.square.effect14.colored .info {
  background: #1a4a72;
}
#team .ih-item.square.effect14.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
#team .ih-item.square.effect14 .img {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#team .ih-item.square.effect14 .info {
  background: #adc7d4;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.35s ease 0.2s;
  -moz-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s;
}
#team .ih-item.square.effect14 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
}
#team .ih-item.square.effect14 .info p {
  font-style: italic;
  font-size:21px;
  position: relative;
  color: #fff;
  padding: 20px 20px 20px;
  text-align: center;
}
#team .ih-item.square.effect14 a:hover .img {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
#team .ih-item.square.effect14 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#team .ih-item.square.effect14.top_to_bottom .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#team .ih-item.square.effect14.top_to_bottom a:hover .img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
/********************* team_end ****************/




@media screen and (max-width : 760px){
	
#header .navbar{
 background:#333333;  
 }
#about_box img{
 width:100%;  
 }
.service_inner:hover .display_para{
 display:none; 
 } 
#service{
 text-align:left;  
 }
#service img{
  width:100%; 
 }
.service_1{
  padding-top:20px; 
 }
#customer  #quote-carousel .carousel-control.left {
 left: -15px;
}
#customer #quote-carousel .carousel-control.right {
 right: -15px;
}
#footer #address{
  margin-bottom:20px;  
 }	
#footer #address_1{
  margin-bottom:20px;  
 }
.event_2 {
margin-bottom:10px;
 }
.event_2_inner {
  padding-bottom:20px;
  padding-left:15px;
 }
.event_2_inner_1 {
text-align:left;
padding-top:5px;
 }
#center{
  margin-top:51px; 
 }
#header .navbar-brand {
 padding: 12px;
 font-family: 'Courgette', cursive;
 font-size: 25px;
}
#header .slideInRight {
 animation-name: none;
 text-align: center;
}
#header li a {
 font-size: 25px;
}
#header .nav>li {
 padding-bottom: 5px;
 border-bottom: 1px solid #4e4d4d;
}
#header .navbar-fixed-top, .navbar-fixed-bottom {
 position: static;
}
#header .navbar {
 margin-bottom: 0px;
}
#center {
 margin-top: 0px;
}
#center .hero {
 width: 190px;
}
#center .hero {
 left: 35%;
}
#center .hero h1 {
 font-size: 20px;
 padding-bottom:0px;
}
#center .hero h3 {
 font-size: 13px;
 padding-bottom: 0px;
}
#center .hero h4 a {
 padding: 10px 10px 10px 10px;
 font-size: 14px;
}
#about_box {
 text-align: center;
}
#gallery .ih-item.square {
 width: 100%;
 height: 100%;
}
#team {
 text-align: center;
}
#team .ih-item.square {
 width: 100%;
 height: 100%;
}
#team .ih-item.square.effect14 .info p {
 font-size: 14px;
 text-align: center;
}
#team .ih-item.square {
 margin-bottom: 10px;
}
#event {
 text-align: center;
}
.event_2_inner a {
 display: flow-root;
}
#customer #quote-carousel .carousel-indicators .active{ 
 width:40%;
 height:40%;
 }
#customer #quote-carousel .carousel-indicators {
 bottom: -55px;
}
#customer .para_1 {
 font-size: 11px;
}
#customer #quote-carousel {
 margin-top: 0px;
}
#footer {
 text-align: center;
}
.footer_3{ 
 padding-bottom:20px;
 }
.footer_3 h1 {
 padding-bottom: 0px;
}
}

@media (min-width:470px) and (max-width:767px) { 

}
 
@media (min-width:768px) and (max-width:960px) { 
#header li a {
 font-size: 15px;
 letter-spacing: 1px;
}
#header .nav>li>a {
 padding: 15px 5px;
}
#header .navbar-default.navbar-shrink .navbar-brand {
    font-size: 2.0em;
}
#about_box .about_2 h2 {
 font-size: 30px;
}
.about_1 img{ 
 width:100%;
 }
.services_2 h2 {
 font-size: 20px;
 padding-bottom: 0px;
}
.services_2 i {
 padding-bottom: 0px;
}
#gallery .ih-item.square {
 width: 100%;
 height: 100%;
}
#team .ih-item.square {
 width: 100%;
 height: 100%;
 margin-bottom: 10px;
}
#team .ih-item.square.effect14 .info p {
 font-size: 20px;
}
#event .col-sm-3 {
 padding-left:0px;
 padding-right:0px;
}
.event_2_inner a {
 padding: 3px 3px 6px 4px;
}
#customer #quote-carousel {
  margin-top: 0px;
}
#customer #quote-carousel .carousel-indicators .active{ 
 width:68px;
 height:68px;
 }
#customer #quote-carousel .carousel-indicators {
 bottom: -35px;
}
.footer_3 #address {
 padding: 5px 0px 5px 4px;
 margin-bottom: 13px;
}
#center .hero {
 width: 490px;
}
#center .hero {
 left: 35%;
} 
#header .navbar-brand {
 padding: 11px;
}
}
@media (min-width:961px) and (max-width:1200px) {
#header li a {
 font-size: 15px;
 letter-spacing: 1px;
}
#header .nav>li>a {
 padding: 15px 15px;
}
#header .navbar-default.navbar-shrink .navbar-brand {
    font-size: 2.4em;
}
#about_box .about_2 h2 {
 font-size: 30px;
}
.about_1 img{ 
 width:100%;
 }
.services_2 h2 {
 font-size: 20px;
 padding-bottom: 0px;
}
.services_2 i {
 padding-bottom: 0px;
}
#gallery .ih-item.square {
 width: 100%;
 height: 100%;
}
#team .ih-item.square {
 width: 100%;
 height: 100%;
 margin-bottom: 10px;
}
#team .ih-item.square.effect14 .info p {
 font-size: 20px;
}
#event .col-sm-3 {
 padding-left:0px;
 padding-right:0px;
}
.event_2_inner a {
 padding: 3px 3px 6px 4px;
}
#customer #quote-carousel {
  margin-top: 0px;
}
#customer #quote-carousel .carousel-indicators .active{ 
 width:68px;
 height:68px;
 }
#customer #quote-carousel .carousel-indicators {
 bottom: -35px;
}
.footer_3 #address {
 padding: 5px 0px 5px 4px;
 margin-bottom: 13px;
}
#center .hero {
 width: 490px;
}
#center .hero {
 left: 35%;
}
#header .container {
 width: 100%;
}
#header .navbar-brand {
 padding-left: 24px;
}
}

@media (min-width:1201px) and (max-width:1320px) {

}

