/*  --------------------------------------------------------
1. NAVBAR
-------------------------------------------------------- */
.navbar{
	border:none!important;
	border-radius:0px;
}
.navbar-index-top {
	margin-bottom:0px;
	position:relative;
	margin: 0 auto;
	background-color: #d20101;
	width:100%;
	z-index:999;
}
.header-top {
    
border-top: 5px solid #727272;
    
background: #94918f;
    
padding: 0px 0px;
}
ul.quick-link li {
    float: left;
	    list-style: none;
    color: #5b5b5b;
}
ul.quick-link li:before {
	content:'|'
}
ul.quick-link li:first-child:before {
	content:'';
}
ul.quick-link li a {
	color:#5b5b5b;
	padding:0px 6px;
	text-transform:uppercase;
	font-size:13px;
}
ul.quick-link li.newactive a, ul.quick-link li a:hover {
	color:#18aed3;
}
.navbar-index-top .main-nav,
.navbar-index-top .main-menu{
	float:none;
}
.navbar-index-top .main-menu{
	border-left:none!important;
	border-right:none!important;
}
.navbar-index-top .navbar-brand img {
    float: left;
    margin-top: 5px;
    padding-top: 2px;
    height: 60px;
    padding-right:15px!important;
    padding-bottom:0px;
    padding-left: 15px!important;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    -webkit-transition: background .3s ease-in-out,padding .3s ease-in-out;
    -moz-transition: background .3s ease-in-out,padding .3s ease-in-out;
    transition: background .3s ease-in-out,padding .3s ease-in-out;
}
.sticky .navbar-index-top .navbar-brand{
	padding-top:0px;
}
.sticky .navbar-index-top .navbar-brand img {
	padding-top:3px!important;
	padding-right:15px!important;
	padding-bottom:0px;
	padding-left:15px!important;
}
.sticky .navbar-index-top .navbar-brand .logo {
    height: 90px;
    margin-top: 6px;
}
.sticky .navbar-index-top .navbar-brand span {
	padding-top:1px!important;
	
}
.navbar-index-top .navbar-brand{
	padding: 0px;
}
.sticky .navbar-gardener-white{
	top:0;
}
.navbar-gardener-white .main-nav{
	float:right;
}

.sticky .navbar-gardener-transparent{
	top:0;
	background-color: rgba(255,255,255,1);
	-webkit-transition: height .5s ease-in-out;
       -moz-transition: height .5s ease-in-out;
            transition: height .5s ease-in-out;
}
.navbar-gardener-transparent .main-nav{
	float:right;
}
.navbar-gardener-transparent .main-nav>ul>li>a{
	color:rgba(51,51,51,1)!important;
}

.navbar-header h2 {
	color: #0072ff;
   margin-top: 10px;
   margin-bottom: 0px;
    font-size: 33px;
	display: inline-grid;

}
.navbar-header span {
	color: #ff0023;
    margin-top: 3px;
    font-size: 18px;
}

.navbar-header p {
	color: #000;
    margin-top: 0px;
    font-size: 11px;

}
.italic-heading {
    color: #000 !important;
    font-size: 56px !important;
	   
    font-weight: 600;
    font-family: 'Cooper Black Regular';
}
.tp-caption h1 {
  	color: #0c0f6b !important;
    font-size: 66px !important;
   
    font-weight: 600;
    font-family: 'janda handwriting regular';
}
.tp-caption h4 {
  	color: #fff !important;
    font-size: 26px !important;
    font-weight: 600;
    font-family: 'janda handwriting regular';
}

.tp-caption h1 li {
	font-size: 12px;
	background-color: transparent !important;
}
#contact-page .nextSection {
    margin: 23px;
    text-align: center;
    background-color: #fefefe;
}

#about {
	margin-top:-60px;
}

/* scroll progress bar */
  #scroll-progressbar {
    display: block;
    position: fixed;
    top: 0;
    height: 2px;
    width: 100%;
    z-index: 99999;
  }
  #scroll-progressbar div {
    position: relative;
    height: 100%;
    width: 0;
    -webkit-transition: width 0.3s ease-out;
            transition: width 0.3s ease-out;
			 z-index: 99999;
  }
  #scroll-progressbar .scroll-shadow {
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
        -ms-transform: rotate(3deg) translate(0px, -4px);
            transform: rotate(3deg) translate(0px, -4px);
			 z-index: 99999;
  }



/** Index4 Top Section **/
.navbar-index4-top{
	background:#fff;
	margin-bottom:0px;
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
	height:90px;
	-webkit-transition: background .3s ease-in-out,height .3s ease-in-out;
       -moz-transition: background .3s ease-in-out,height .3s ease-in-out;
            transition: background .3s ease-in-out,height .3s ease-in-out;
}
.navbar-index4-top:after{
	content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 310px;
    height: 0;
    border-left: 30px solid transparent;
	z-index:-1;
}
.sticky .index4-nav-top, .sticky .navbar-index4-top:after {
    display: none;
}
.sticky .navbar-index4-top{
	background: rgba(51,51,51,1);
	height:auto;
}
.navbar-index4-top .main-nav,
.navbar-index4-top .main-menu{
	float:right;
}
.navbar-index4-top .main-menu{
	border-left:none!important;
	border-right:none!important;
}
.navbar-index4-top .header-container {
    background-color: rgba(51,51,51,1);
    margin-bottom: 0px;
    top: 0;
    z-index: 999;
    border-radius: 3px;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
}

/** Index FOur Top Section **/
.index4-navigation{
	position:relative;
}
.index4-nav-top{
	padding-top:15px;
	padding-bottom:15px;
}

.index4-nav-top .navtop-right-content ul li{
	color:#333333;
	font-weight:400;
}
.index4-nav-top .navtop-right-content ul li:last-child{
	color:#fff;
}
.index4-navbar-sticky{
	background-color: rgba(255,255,255,0.7);
	margin-bottom:0px;
	position:fixed;
	top:49px;
	width:100%;
	z-index:999;
}
.index4-nav-top .navtop-right-content li{
	position:relative;
}
.li-back{
	content: '';
    width: auto;
    height: 0;
    border-bottom: 50px solid #209de2;
    border-left: 30px solid transparent;
}
}
.index4-nav .navbar-nav > li > a {
	color: rgba(51,51,51,1);
}
.index4-navigation .gardener-nav-collapse{
	top:0px;
	background:rgba(51,51,51,0.5);
}

/** Index Top Section **/
.sticky .index-top-section{
	display:none;
}
.index-top-section{
	padding-top: 12px;
    padding-bottom: 0px;
    background-color: rgba(22, 63, 123, 0.86);
    -webkit-transition: padding .5s ease-in-out;
    -moz-transition: padding .5s ease-in-out;
    transition: padding .5s ease-in-out;
}
.index-top-content p{
	font-size:14px;
	font-family:'Roboto Slab', serif;
	font-weight:700;
	color:#fff;
	margin-bottom:0px;
}
.navtop-right-content ul{
	text-align:right;
}
.navtop-right-content ul li{
	display:inline-block;
	font-size:14px;
	font-family:'Roboto Slab', serif;
	font-weight:300;
	color:#fff;
	padding-left:40px;
}
.navtop-right-content ul li i{
	padding-right:10px;
}


/** Index Top Section **/
.index5-navigation{
	position:relative;
}
.index5-nav-top{
	padding-top:15px;
	padding-bottom:15px;
}

.index5-navbar-sticky{
	background-color: rgba(255,255,255,0.7);
	margin-bottom:0px;
	position:fixed;
	top:49px;
	width:100%;
	z-index:999;
	-webkit-transition: height .5s ease-in-out;
       -moz-transition: height .5s ease-in-out;
            transition: height .5s ease-in-out;
}
.index5-nav .navbar-nav > li > a {
	color: rgba(51,51,51,1);
}
.index5-navigation .gardener-nav-collapse{
	top:0px;
	background:rgba(51,51,51,0.5);
}

.navbar-index-top .header-container{
	    background-color: #d20101;
}
.sticky .navbar-index-top{
	    background-color:rgb(255, 255, 255);
}
.navbar-index-top .navbar-brand img {
	background: rgba(235, 249, 19, 0);
}
.navbar-gardener{
	background-color: rgba(90,144,15,1);
    border-bottom: 1px solid #bde893;
}
.navbar-gardener-white .main-nav>ul>li>a{
	color:rgba(106,175,8,1)!important;
}
.navbar-index4-top:after{
    border-bottom: 90px solid #5d9c04;
}
.progress-2 .progress-col p {
	color:#6aaf08;
}
.gardener-working-tab3 #accordion1 .panel-active {
	background: #7ccd08;
	
}
.slider-bottom-left figcaption{
		background:rgba(106,175,8,0.9);
	}
.portfolio-bottom-left figcaption{
	background:rgba(106,175,8,0.9);
}
.rev_slider {
	   
}
.rev_slider_wrapper {
	
}
.forcefullwidth_wrapper_tp_banner {
	margin-top: 0px !important;
	
}
.tp-revslider-slidesli {
	
}
.tp-revslider-mainul {
	
}
.logo {
	height: 100px;
    margin-top: -23px;
}
.tp-fullwidth-forcer {
	width:100%;
	
}

.marquee-header {
	
	background-color: #420d58;
    color: azure;
    height: 28px;
	width: 100%;
    font-size: 22px;
}
.marquee-header span {
	color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 15px;
    display: inline-block;
    background:#2668fe;
    position: absolute;
    top: 0px;
    left: -68px;
    height: 72%;
    line-height: 32px;
}
.marquee-header span:after {
	position:absolute;
	bottom:-8px;
	left:0px;
	content:'';
	width:8px;
	height:8px;
	background:url(../images/news-corner.png) no-repeat;
}
.welcome-content h2 {
	text-align:center;
	color: #af2c17;
	text-decoration:  underline;
	font-size: 36px;
	font-weight: 600;
	font-family: railway;
	margin-bottom: 30px;
} 
.welcome-content p {
	font-size: 22px;
	line-height: 1.7;
	text-align: justify;
}
.welcome {
    background-color: #f3f1ed;
}
.welcome img {
   height: 290px;
   border: 4px solid #0fa287;
   margin-left: 0px;
   margin-top: 0px;
   margin-bottom: 25px;
   border-radius: 22px;
}
.welcome-img h4 {
    text-align: center;
    color: blue;
    font-size: 22px;
}
.welcome-img p {
    text-align: center;
    color: black;
    margin-bottom: 0px;
}
.welcome-img {
    box-shadow: 0px 0px 12px 6px #82630c;
    background-color: #b8860b8c;
	    margin-bottom: 40px;
}

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 10%;
  height: auto;
}
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	padding:0 0 .5em;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px 2px;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background: #f37a29 url(../images/left.png) no-repeat 7px 7px;
    top: -20% !important;
    display:block;
}
.nbs-flexisel-nav-left {
	    left: 93.5%;
}
.nbs-flexisel-nav-right {
	right: 1.2%;
	background: #f37a29 url(../images/right.png) no-repeat 7px 7px;
}


/*--//flexisel--*/

.banner-bottom h2 {
	text-align: left;
	color: #fff8f8;
	text-decoration:  underline;
	margin-bottom: 35px;
}

.gray-bg {
    background: #f5f5f5;
}
/************************************
        Our Services start
*************************************/
.our-services .project-hedding h2{
    color: #f5f5f5;
}
.our-services-inner{
    position: relative;
	text-align:center;
}
.inner-services{
    border: 2px solid #191818;
    text-align: center;
    padding: 37px 0;
}
.text h3{
    color: #fff !important;
	padding:15px 0;
}
#our-services-owl .item{
    margin: 0 15px;
}
.our-services-inner .owl-theme .owl-controls {
    margin-top: 0;
    position: absolute;
    right: 14px;
    text-align: right;
    top: -93px;
    width: 50%;
}
.our-services-inner .owl-theme .owl-controls .owl-buttons div {
    background: #fff;
    border-radius: 0px;
    color: #111111;
    font-size: 14px;
    margin: 0px;
    opacity: 1;
    padding: 6px 9px;
    margin-left: 5px;
    transition: all 0.3s ease-in-out; 
}
.our-services-inner .owl-theme .owl-controls .owl-buttons div:hover{
	 background-color: #fff !important;
}
#our-services-owl .item .inner-services img{
    width: 230px;
    height: 177px;
    padding: 20px;
}
#our-services-owl .item:hover .text h3{
    color:#fff;
	display:block;
}

/*** 

====================================================================
	Main Footer Section
====================================================================

***/

.main-footer{
	position:relative;
	/* background-size:cover; */
	background-color: #ffffff;
	border-top: 7px solid #ce3333;
	/* background-repeat:no-repeat; */
	/* background-position:center center; */
}

.main-footer .widgets-section{
	position:relative;
	padding: 60px 0px 30px;
}

.main-footer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color: rgba(16, 16, 15, 0.72);
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;
	padding-right: 0px;
}

.main-footer .footer-widget img {
padding-right: 0px;
    margin-top: -15px;
    width: 372px;
}
.widget-content img {
	    width: 120px;
    margin-bottom: 15px;
	 display: inline-block;
}
.main-footer .logo-widget .footer-logo{
	margin-bottom:25px;
	margin-top:-40px;
}

.main-footer .logo-widget .text{
	position:relative;
	color: #131111;
	font-size:16px;
	line-height:1.6em;
	margin-bottom:20px;
}

.main-footer .footer-widget h2{
	position:relative;
	color: #ffffff;
	font-size: 21px;
	font-weight: 600;
	margin-bottom:30px;
	letter-spacing:1px;
	text-transform:capitalize;
}

/*List Wisget*/

.main-footer .links-widget .list{
	position:relative;
	margin-left: -37px;
}

.main-footer .links-widget .list li{
	position:relative;
	    list-style: none;
	margin-bottom:2px;
}

.main-footer .links-widget .list li a{
	position:relative;
	font-size: 18px;
	font-weight: 500;
	padding-left: 20px;
	color: #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.main-footer .links-widget .list li a:before{
	position:absolute;
	content:'\f105';
	left:0px;
	top: -5px;
	color: #fff;
	font-size: 22px;
	font-family: 'FontAwesome';
}

.main-footer .links-widget .list li a:hover{
	/* color:#ff7b38; */
}

/*Gallery Widget*/

.main-footer .gallery-widget .images-outer{
	position:relative;
	margin:0px -3px;
}

.main-footer .gallery-widget .image-box{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 3px;
	margin-bottom:7px;
}

.main-footer .gallery-widget .image-box img{
	position:relative;
	display:block;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover{
	opacity:0.70;	
}


.main-footer .contact-widget .form-group{
	position:relative;
	display:block;
	margin:0px;
	max-width:300px;
}

.main-footer .contact-widget .form-group input[type="text"],
.main-footer .contact-widget .form-group input[type="tel"],
.main-footer .contact-widget .form-group input[type="email"],
.main-footer .contact-widget .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	height:40px;
	font-size:13px;
	color:#ffffff;
	font-style:italic;
	padding:10px 50px 10px 20px;
	background:#28292e;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .contact-widget .form-group input[type="submit"],
.main-footer .contact-widget button{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	line-height:40px;
	color:#ff7b38;
	font-size:15px;
	text-align:center;
	background:#313237;
}

.main-footer .footer-bottom{
	position:relative;
	padding:22px 0px;
	text-align:center;
	background-color: #0e0e0e;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color: #f1f1f1;
	font-size:16px;
	margin-top:-8px;
}
/*Social Icon One*/

.social-icon-one{
	position:relative;
	margin-top: 0px;
	float: right;
	margin-left: 0px;
}

.social-icon-one li{
	position:relative;
	margin-right: 18px;
	margin-top: 5px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	width: 25px;
	height: 25px;
	color: #f9f7f7;
	font-size: 10px;
	line-height: 25px;
	text-align:center;
	border-radius: 50%;
	display:inline-block;
	background-color: #401a0c;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-one li a:hover{
	color:#ffffff;
	background-color: #63b723;
}
.footer-logo img {
	height: 119px;
}
.list-style-one{
	position: relative;
	margin-left: -35px;
}

.list-style-one li{
	position:relative;
	font-size: 18px;
	font-weight:400;
	list-style: none;
	padding-left:25px;
	margin-bottom:15px;
	color: #f9f9f9;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:1px;
	color: #ffff;
	font-size:15px;
	font-weight:400;
}
.banner-bottom {
    background-color: #444e44e8;
}
.events1 {
    /* margin-bottom: 25px; */
    /* margin-top: 10px; */
    background-color: #dfe0f5;
}
.navbar-header h1 {
       font-size: 46px;
       line-height: 100%;
       font-weight: 600;
       color: #f9f9fb;
       margin: 9px 0px 8px 0px;
       float: right;
}
.navbar-header span {
	color: #d8241e;
	margin-top: 0px;
	font-size: 28px;
}
.links-nav li {
    position: relative;
    float: left;
    margin-top: 6px;
    list-style: none;
    margin-right: 25px;
}
.links-nav li a {
    position: relative;
    line-height: 20px;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
    margin-left: 10px;
    font-weight: 500;
    /* font-family: 'Open Sans', sans-serif; */
    -webkit-transition: .5s;
    transition: .5s;
}
.links-nav span.fa.fa-phone {
    font-size: 16px;
    color: #ffffff;
}
.links-nav span.fa.fa-envelope {
    font-size: 16px;
    color: #ffffff;
}
.home > a::after {
    content: "\f015";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #fff;
}
.welcome-content a {
	font-size: 27px;
    color: crimson;
}

/*-- services-bottom --*/
.services-bottom {
   
background: #73a8c3;
   
padding: 3.1em 0em 6em 3em;
}
.services-bottom h3 {
	margin-top:6px;
	letter-spacing: 2px;
	color: #c51212;
	font-weight: 600;
	font-size: 19px;
	margin-bottom: 29px;
}
.services-bottom span {
	width: 15%;
    height: 2px;
    margin-top: -20px;
    background: #131212;
    position: absolute;
    text-align: center;
    left: 2%;
}
.youtube-video {
width: 90%;
    padding: 12px 19px;
    float: left;
    background-color: #000;
    margin-top: 15px;
    border-radius: 10px;
    border: 2px solid #fff;
    position: relative;
	}
.agileits_w3layouts_about_counter_left i {
    font-size: 30px;
    color: #eee;
    width: 60px;
    height: 60px;
    line-height: 1.9;
}
.agileits_w3layouts_about_counter_left p {
    font-size: 3em;
    font-weight: bold;
    color: #fff;
}
.agileits_w3layouts_about_counter_left h3 {
    color: #fff;
    font-size: 1.1em;
    margin: .5em 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.countericon, .counterinfo {
    float: left;
}
.agileits_w3layouts_about_counter_left {
    margin-bottom: 8em;
}
.agileits_w3layouts_about_counter_left:nth-child(4),.agileits_w3layouts_about_counter_left:nth-child(5){
    margin-bottom: 0em;
}
/*-- //services-bottom --*/
/*-- clients--*/
.clients{
    background: #ee942a;
    padding: 4.2em 10em 10em 4em;
}
.clients h3{
	color:#fff;
}
.clients label.line{
	background:#fff;
}
.clients h3 {
	font-size: 30px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
    margin-bottom: .5em;
}
.clients span {
    width: 8%;
    height: 2px;
    background: #fff;
    position: absolute;
    text-align: center;
    left: 8%;
}
.flex-active-slide p {
    line-height: 30px;
    color: #fff;
    font-style: italic;
	letter-spacing:2px;
	font-size:14px;
    padding-bottom: 2em;
    border-bottom: 1px solid #fff;
    margin-top: .8em;
}

.client h5 {
	font-size: 20px;
	color:#ffffff;
    float: left;
    margin-top: 1.5em;
    margin-left: 1em;
}
.client {
    margin-top: 2em;
}
/*-- //clients--*/
.placed {
    background-color: bisque;
}
.live {
    background-color: azure;
}
.training {
    background-color: springgreen;
}
.trained {
    background-color: turquoise;
}
.about_counter_left {
    margin-bottom: 12px;
}
.center {
    background-color: yellow;
}

.batches {
    background-color: sandybrown;
}

.assessment {
    background-color: pink;
}

.certified {
    background-color: aliceblue;
}
.placement {
    background-color: #c4f4ff;
}
.work1{
	background-color: #f37a29;
}
.work-heading{
	text-align: center;
}
.work-heading b{
	background-color: rgb(255, 255, 0);
  padding:10px;
}
.iconDetails{
  margin-left:0%;
  float: left; 
  margin-top: 5px;
}
.work{
  
  padding:  5px 0px;
 /* min-height: 170px;*/
  }
  .works-text{
   padding:3px 0px 0px 10px;
    margin-top: 3px;
  }
  
  .caption p{
    font-size: 11px;
  }
  .read b{
  	color: #76C04E;
  	text-align: center;
  }
  .impact-image{
  	text-align: center;
  	padding: 6px;
  }
  .impact-image img{
    padding-left: 0px;
    width: 100%;
  }
  .impact-story{
  	border: dotted 1px black;
  	margin-bottom: 20px;
  }
  .impact-heading {
    padding: 0px 0px 0px 0px;
  }
  .space-padd{
    padding-top: 40px;
  }
  .pull-right strong{
    color: black;
  }
  .blogs{
  	border: dotted 1px black;
  	padding: 12px;
  	border-bottom: dotted 1px rgba(128, 128, 128, 0.56);
  }
  .blogs h3{
        margin-bottom: 5px;
  }
  .blogs-images{
  	text-align: center;
  	padding-bottom: 5px;
  }
  .update{
    background-color: rgb(221, 236, 221);
  }
 .update h4{
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px !important;
  }
  .update-images{
    margin-top: 10px;
  }
  .supporter{
    border-left:dotted 1px black;
    border-right:dotted 1px black;
    border-top:dotted 1px rgba(128, 128, 128, 0.6);
    border-bottom:dotted 1px rgba(128, 128, 128, 0.6);
    padding: 10px 10px 35px 10px;
    background-color: #fffee8;
    min-height: 497px;
  }
  @-moz-document url-prefix() {
  .supporter{
    border-left:dotted 1px black;
    border-right:dotted 1px black;
    border-top:dotted 1px rgba(128, 128, 128, 0.6);
    border-bottom:dotted 1px rgba(128, 128, 128, 0.6);
    padding: 10px 10px 35px 10px;
    background-color: #fffee8;
    min-height: 515px;
  }
}
.supporter-text{
  padding-top: 10px;
}

#map .modal-content {
  background-color: rgba(31, 28, 28, 0.21);
}
.map{}
.map .img-responsive {
    margin: 0 auto;
}

  .happening{
    background-color:#fffcd0;
    padding-bottom: 20px;
  }
ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}

.carousel-indicators {
    position: absolute;
    left: 45%;
    z-index: 15;
    width: 80%;
    padding-left: 0;
    margin-left: -35%;
    text-align: center;
    list-style: none;
}

.carousel-indicators-numbers
    li {
      text-indent: 0;
      margin: 0 2px;
      width:20px;
      height:20px;
      border: none;
      border-radius: 100%;
      line-height:20px;
      color: #fff;
      background-color:#76c04e;
      transition: all 0.25s ease;
    }
.carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
        margin: 0 2px;
        width: 20px;
        height:20px;
        background-color: #999;        
      }
.img-wrap-2 {
    position: absolute;
  }

.spacer{
  margin-top:30px;
}

div#tab-1 {
    margin-bottom: 20px;
}
.work-text p {

    color: #475055;
    font-size: 12px;
    margin-bottom: 14px;
    line-height: 20px;
}

.marque marquee {
	height:385px;
}
.marque {
	background: linear-gradient(180deg, #7675ce, #dff1dd);
    border-radius: 56px;
   
    box-shadow: 0px 4px 4px 4px #191818;
}
.social-corner {
	
height: 35px;
}

@keyframes ticker {
	0%   {margin-top: 0}
	25%  {margin-top: -30px}
	50%  {margin-top: -60px}
	75%  {margin-top: -90px}
	100% {margin-top: 0}
}

.red {
  box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5);
    width: 240px;
    height: 37px;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 4px;
    padding: 0px 36px;
    -webkit-user-select: none;
} 

.news {
  box-shadow: inset 0 -7px 14px rgba(0,0,0,0.4), 0 0px 4px rgba(0,0,0,0.5);
    width: 240px;
    height: 185px;
    background-color: whitesmoke;
    margin: -20px auto;
    overflow: hidden;
    border-radius: 4px;
    padding: 3px;
    -webkit-user-select: none;
} 

.news span {
  float: left;
  color: #fff;
  padding: 6px;
  width: 100%;
  position: relative;
  top: 1%;
  border-radius: 4px;
  box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4);
  font: 16px 'Source Sans Pro', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  cursor: pointer
}

.news ul {
  float: left;
  padding-left: 20px;
  animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
  -webkit-user-select: none
}

.news ul li {line-height: 30px; list-style: none }

.news ul li a {
 color: #060606;
    text-decoration: none;
    font: 16px Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
}

.news ul:hover { animation-play-state: paused }
.news span:hover+ul { animation-play-state: paused }

.red { background: #d23435 }
.red span { color: #fff;
font-size: 28px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fbfbfb;
    background-color: #009900;
}

.nav-pills>li>a:focus, .nav-pills>li>a:hover {
    color: #000000;
    background-color: #dfe0f5;
}

.marque h4 {
	   font-size: 18px;
    color: #100e0a;
	text-align: center;
}
.w3_agile_event_grid1 img {
	border: 4px solid #000;
	border-radius: 22px;
	margin-top: 10px;
}

.banner-bottom span {
    width: 10%;
    height: 2px;
    margin-top: -25px;
    background: #f3eeee;
    position: absolute;
    text-align: center;
    left: 8%;
}
.about-banner {
	background: url(../images/about.jpg);
	width:100%;
	height: 200px;
}

.about-banner h1 {
    float: right;
    margin-top: 75px;
    font-size: 36px;
    font-family: Constantia Bold;
    font-weight: 600;
    color: #fff;
}
.training-centers h2 {
	font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0px;
    background-color: #f30909;
    text-align: center;
    border: 2px solid #000;
    margin: 40px 0px 25px 0px;
}


.associate-content h2 {
	font-size: 30px;
	margin-top: 30px;
	font-family: times new roman;
	margin-bottom: 20px;
	color: #352cb9;
	font-weight: 400;
}

.associate-content p {
	font-size: 19px;
	text-align: justify;
	color: black;
	font-weight: 500;
	margin-bottom: 40px;
	margin-top: 15px;
	line-height: 1.6;
}

.associate-content li {
	list-style: disc;
	font-size: 17px;
	text-align:  justify;
	margin-bottom: 20px;
	color: #000;
	font-weight: 400;
}
.associate-content,.gallery, .contact_top{
    background-color: #e6e6e6;
   
    background-size:  cover;
    background-attachment:  fixed;
    border-top: 3px solid #090;
}
figure.effect-apollo img {
	opacity: 0.95;
	background-color: #eee;
	box-shadow: 2px 2px 2px 2px #4a4848;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo {
    margin-bottom: 50px;
}

figure.effect-apollo p {
	    position: absolute;
    right: 0;
    bottom: 0;
    background-color: orange;
    font-size: 20px;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    color: #131010;
    border-right: 4px solid #0c0b0b;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	    background-color: #252020f7;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.gallery-heading h3 {
	margin: 25px 0 32px;
	text-align: center;
	    color: black;
	font-weight: 600;
	font-size: 30px;
}


.contact_top {
	padding:4em 0 0em 0;
}
.contact-head h3 {
	text-align: left;
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 700;
	width: 73%;
	margin: 0 auto;
}
.contact-head p {
	text-align: left;
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
	width: 73%;
	margin: 0.2em auto;
}
.contact-top h3 {
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 1em;
}
.contact_left p{
	color:#999;
	font-size:0.85em;
	line-height:1.5em;
	margin-bottom: 1em;
}
.contact-map {
  margin-top: 2.5em;
}
.contact_left p span{
	cursor:pointer;
	color:#2aacc8;
}
.contact_left p span:hover{
	text-decoration:underline;
}
.form_details input[type="text"], .form_details textarea {
  padding: 11px;
  width: 80%;
  font-size: 1em;
  margin: 10px 0px;
  border: 1px solid #302e2e;
  color: #302e2e;
  background: #fffefb;
  -webkit-appearance: none;
  outline: none;
  font-weight: 400;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}
.form_details textarea {
	height:200px;
	resize:none;
	width: 80%;
}
.form_details input[type="submit"] {
	margin-top:1em;
	color: #fff;
	font-size: 1em;
	padding: 0.7em 0em;
	-webkit-appearance:none;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight:400;
	border: none;
	text-transform:uppercase;
	outline: none;
	cursor: pointer;
	width:20%;
	background: #1152a2;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
}
.form_details input[type="submit"]:hover {
 	text-decoration: none;
 	color: #fff;
 	background: #060606;
}
.contact {
  padding: 4em 0em;
}
.sub-button {
	margin-bottom: 25px;
	margin-top: 12px;
}

.contact_left h4 {
  font-size: 2em;
  color: #040404;
  font-weight: 600;
  margin: 0 0 0.5em;
  font-weight: 600;
  text-align: left;
  font-family: 'Metamorphous', cursive;
  text-transform:capitalize;
}
.contact_left p{
	font-size: 17px;
	color: #020202;
	font-weight: 600;
	line-height: 1.8em;
	margin-bottom: 19px;
}

.contact_left h3 {
	font-size: 1.7em;
	color: #1607f3;
	font-weight: 600;
	margin: 38px 0px 0.5em;
}

.contact_left a {
	color: #000;
}

.contact_left a:hover {
	color: #f38c07;
	text-decoration:none;
}

i.fa.fa-bitbucket-square.fa-3x {
   display: inline-flex;
   line-height: 1.4;
   color: #278410;
   /* margin: 10px 10px 10px 0px; */
}

.gallery-grids p {
	    font-size: 30px;
	    color: #1a238e;
	    line-height: 1.5;
	    font-weight: 600;
	    margin: 5px 5px 15px 20px;
}
.side-left{
	margin-left: 120px;
}

.border {
    border: 1px solid #000;
    margin-bottom: 20px;
    background-color: #d6d6d6;
}

.border h4 {
	text-align: center;
}
.footer-widget h3 {
	font-size: 44px;
	color:#fff;
}

.footer-widget p {
	font-size: 18px;
	color: #ffffff;
}


.donation-form input[type="text"], .donation-form select,.donation-form textarea,.donation-form input[type="date"] {
  padding: 11px;
  width: 100%;
  font-size: 1em;
  margin: 10px 0px;
  border: 1px solid #302e2e;
  color: #302e2e;
  background: none;
 
 
  outline: none;
  font-weight: 400;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}
.donation-form input[type="checkbox"] {
	 padding: 11px;
  width: 14%;
    height: 30px;
    font-size: 1em;
    margin: 7px 0px;
    border: 1px solid #302e2e;
    color: #302e2e;
    background: none;
}
.donation-form textarea {
	height:200px;
	resize:none;
	width: 100%;
}
.donation-form input[type="submit"] {
	margin-top:1em;
	color: #fff;
	font-size: 1em;
	padding: 0.7em 0em;
	-webkit-appearance:none;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight:400;
	border: none;
	text-transform:uppercase;
	outline: none;
	cursor: pointer;
	width:20%;
	background: #15e61b;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
}
.donation-form input[type="submit"]:hover {
 	text-decoration: none;
 	color: #fff;
 	background: #444;
}

.donation-form h3 {
	font-size: 16px;
}
.donation-form h6 {
	        display: inline-grid;
    margin-left: 35px;
    font-size: 22px;
}
.donation-form a {
	font-size: 22px;
	color: #0400ff;
	text-align: center;
	text-decoration: none;
}

.donation-form a:hover {
	font-size: 22px;
	color: #0f100f;
	
}
.terms {
	margin-top: 22px;
    height: 50px;
    background-color: #c5c2c3;
    margin-bottom: 30px;
}
.download img {
	height: 80px;
    margin-bottom: 20px;
}

.download a {
	font-size:22px;
	text-decoration: none;
	color: #000;
}
.download h3 {
	margin: 20px 0px 35px;
    color: #ce3333;
}
.thanks img {
	width: 100%;
}