@font-face {
  font-family: monotype;
  src: url(../css/fonts/monotype.ttf);
}
/***COMMON***/
.top-container{
	max-width: 1200px !important;
}
.container-padd{
	padding:70px 0;
    overflow: hidden;
}
#navid .navbar-toggler-icon {
    background-image: url(../images/menu.png) !important;
}
#navid  .navbar-toggler{
    float: right;
    width: 100%;
    text-align: right;
}
.btn-green{
	background-color: #aecb06;
    padding: 10px 30px;
    display: inline-block;
    color: #000;
}
.img-responsive{
	width: 100%;
}
a,a:hover{
	text-decoration: none;
}
.center-txt{
	text-align: center;
}
.marg-tp-3{
	margin-top: 30px;
}
.marg-tp-3{
    margin-top: 30px;
}
.marg-btm-7{
    margin-bottom: 70px;
}
a{
    color: #004799;
}
/***FONT***/
p,a,span,pre,div{
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
}
/***NAV BAR***/
.navbar-brand{
	position: absolute;
    z-index: 10000;
    top: 0;
}
.nav-item{
	padding: 0px 20px;
}
#navigate .nav-link{
	color: #333333;
	    padding: 15px 0;
}
#navid{padding: 0}
#navigate .green-link{
	background-color: #aecb06;
}
#navigate .green-link a{
	color: #fff
}
.navbar-brand img{width: 150px;}
/***BANNER***/
.banner-social{
	display: block;
    margin: auto;
    overflow: hidden;
    width: 100%;
    max-width: 280px;
    padding: 0;
    margin-top: 30px;
}
.banner-social li{
	float: left;
    list-style: none;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: 0.5s;
}
.banner-social li:hover{
	border: 1px solid #aecb06;
    background-color: #aecb06;
    transition: 0.5s;
}
.banner-social li a{
	    padding: 5px;
}
.banner-social li a i{
	color: #fff;
    font-size: 18px;
    margin-top: 8px;
}
#banner .carousel-caption{
	top: 59%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1300px;

}
#banner .carousel-caption h1{
	color: #aecb06;
    font-family: 'Teko', sans-serif;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0;
}
#banner .carousel-caption h3{
	color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 50px;
    margin-bottom: 0;
}
#banner .carousel-indicators .active{
	background-color: #aecb06;
}
#banner .carousel-indicators li{
	width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 50%;
}
/***CONTENT***/
.heading-s{
	font-family: 'Montserrat', sans-serif;
	color: #333;
	text-transform: uppercase;
	font-size: 20px;
}
.heading-b{
	font-family: 'Teko', sans-serif;
	color: #004799;
	font-weight: 900;
	font-size: 50px;
}
.heading-g{
	font-family: 'Teko', sans-serif;
	color: #70b006;
	font-weight: 900;
	font-size: 50px;
	margin-bottom: 30px;
	text-align: center;
}
.grey-bg{
	background-color: #f2f2eb;
}
.events{
	background-image: url(../images/events.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.event-title{
	color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif !important;
}
.event-date{
	text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif !important;
}
.events-btn{
	background-color: #ffffff;
    padding: 7px 20px;
    display: inline-block;
    color: #000;
    margin-top: 30px;
}
.events-box{
	transition: 0.5s;
}
.events-box:hover .events-btn{
	background-color: #70b006;
    padding: 7px 20px;
    display: inline-block;
    color: #000;
    margin-top: 30px;
    color: #000;
    transition: 0.5s;
}
.events-box:hover .event-title{
	color: #70b006;
	transition: 0.5s;
}
.monotype{
	font-family:monotype;
	font-size: 50px; 
}
.play{
	width: 110px;
}
.hr-grey{
	    background-color: #c5c5c5;
    margin-top: 50px;
    height: 2px;
    border: none;
}
.lg-grey{
	background-color: #f9f8f8;
}
#testimonials-h .carousel-indicators .active{
	background-color: #aecb06;
}
#testimonials-h .carousel-indicators{
	bottom: -60px;
}
#testimonials-h .carousel-indicators li{
	width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #5c5c5ce3;
}
.testimonials-box{
	background-color: #fff;
    border: 1px solid #d0caca;
    padding: 25px 30px;
}
.testimonials-box img{
	float: left;
	margin-right: 20px;
    margin-bottom: 50px;
    width: 80px;
}
.testimonials-h{
	margin-top: 40px;
}
.testimonials-contents h4{
	margin-bottom: 0;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    font-weight: 500;
    color: #004799;
    font-size: 22px;
}
.testimonials-contents h6{
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
}
.blue-bg{
	background-color: #004799;
}
.contact-h1{
	color: #fff;
    font-family: 'Teko', sans-serif !important;
    font-weight: 700;
    font-size: 250px;
    margin-bottom: -95px;
    text-align: center;
    margin-top: -20px;
}

#contact-form .colum3{
	width: 32.33%;
	position:relative;
    margin-top: 20px;
}
#contact-form .colum3-control{
	width: 95%;
    padding: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    position: relative;
}
#contact-form .colum3::after{
	    content: "";
    background-color: #353535;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    max-width: 80px;
}
#contact-form .colum8{
	width: 65%;
	position:relative;
}
#contact-form .colum8-control{
	width: 97%;
    padding: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    position: relative;
    margin-top: 40px;
}
#contact-form .colum8::after{
	    content: "";
    background-color: #353535;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    max-width: 80px;
}
.submit-btn{
	margin-top: 30px;
	width: 25%;
}
.submit{
	    padding: 5px 30px;
    border: none;
    background-color: #70b006;
    color: #000;
}
footer{
	background-color: #333333;
	color: #f6f5f5;
}
.footer-a{
	font-size: 18px;
    color: #f6f5f5;
}
.footer-a:hover{
	color: #aecb06;
}
.footer-h5{
	color: #aecb06;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 30px;
}
.quick-ul{
	padding: 0;
	list-style: none;
}
.quick-ul li{
	margin-bottom: 10px;
}
.quick-ul li a{
	color: #ccc;
}
.quick-ul li a:hover{
    color: #aecb06;
}
.quick-ul li a i{
	    margin-right: 10px;
}
.info i{
	float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 5px;
}
.info p a{
	color: #f6f5f5;
}
.info p a:hover{
    color: #aecb06;
}
.footer-social{
	display: block;
    overflow: hidden;
    padding: 0;
    margin-top: 30px;
}

.footer-social li{
	float: left;
    list-style: none;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    transition: 0.5s;
}
.footer-social li:hover a i{
    color: #aecb06;
    transition: 0.5s;
}
.footer-social li a{
	    padding: 5px;
}
.footer-social li a i{
	color: #fff;
    font-size: 18px;
    margin-top: 8px;
}
.copyright{
	background-color: #70b006;
	padding: 10px 0;
	text-align: center;
}
.copyright p{
	margin: 0;
	color: #fff;
}
.navbar-brand{display: none;}
.about-subheader{
    background-image: url(../images/subheader.png);
    background-position: center;
    padding:150px 0;
    background-size: cover;
    text-align: center;
    background-position: inherit;
}
.subheader-btn{
    list-style: none;
    padding: 0;
    width: fit-content;
    max-width: 280px;
    margin: auto;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}
.subheader-btn li{
    float: left;
    margin-right: 20px;
}
.subheader-btn li:first-child{
    border: 1px solid #ffffff8f;
    border-radius: 5px;
    padding: 8px 25px;
}
.subheader-btn li:nth-child(2){
    border: 1px solid #aecb06;
    border-radius: 5px;
    padding: 8px 25px;
    background-color: #aecb06;
    color: #000;
}
.subheader-btn li:first-child a{
    color: #fff !important;
}
.about-subheader h2{
    color: #aecb06;
    font-family: 'Teko', sans-serif;
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 0;
}
.biography{
    background-color: #f2f2eb;
}
.arrow-ul{
    list-style: none;
    padding: 0;
}
.arrow-ul li{
    top: 0;
    left: 0;
}
.arrow-ul li i{
    color: #004799;
    margin-right: 10px;
}
.heading-grey{
    font-family: 'Teko', sans-serif;
    color: #f0f0f0;
    font-weight: 900;
    font-size: 150px;
    padding: 0;
    margin: 0;
    margin-top: -25px;
}
.books{
    margin: 0 0 80px 0;
    padding: ;
}
#books .carousel-control-next,#books .carousel-control-prev{
    top: auto;
    bottom: -30px;
    opacity: 1;
    width: auto;
}
#books .carousel-control-next{
    right: 45%;
}
#books .carousel-control-prev{
    left: 45%;
}

#books .carousel-control-next-icon{
    background-image: url(../images/next.png) !important;
    width: 40px;
    height: 15px;

}
#books .carousel-control-prev-icon{
    background-image: url(../images/prev.png) !important;
    width: 40px;
    height: 15px;

}


#carouselExampleControls .carousel-control-next,#carouselExampleControls .carousel-control-prev{
    top: auto;
    bottom: -30px;
    opacity: 1;
    width: auto;
}
#carouselExampleControls .carousel-control-next{
    right: 35%;
}
#carouselExampleControls .carousel-control-prev{
    left: 35%;
}

#carouselExampleControls .carousel-control-next-icon{
    background-image: url(../images/next.png) !important;
    width: 40px;
    height: 15px;

}
#carouselExampleControls .carousel-control-prev-icon{
    background-image: url(../images/prev.png) !important;
    width: 40px;
    height: 15px;

}




.green-link .dropdown-menu a{
    color: #000 !important;
}
.slick-gallery{
    width: 95%;
    margin:auto;
}
#reviews .carousel-indicators{
    bottom: -50px;
}
#reviews .carousel-indicators .active{
    background-color: #aecb06;
}
#reviews .carousel-indicators{
    bottom: -60px;
}
#reviews .carousel-indicators li{
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #5c5c5ce3;
}
.review-box img{
        margin: auto;
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
    border-radius: 50%;
    width: 200px;
    height: 200px;

}
#accordionExample .card{
    border: none;
}
#accordionExample .card-header{
    background-color: #ff000000;
        padding: 0;
}
#accordionExample button{
        width: 100%;
    text-align: left;
    background-color: rebeccapurple;
    background-color: #e8e8e800;
    font-family: 'Montserrat', sans-serif;
    color: #004799;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid #1858a317;
    border-radius: 0;
}
.green-link .dropdown-menu a:active,.dropdown-item:active{
    background-color: #fff;
    color: #333;
}
.#contact-form .colum3-control:focus{
    outline: none;
    border-color: none
}
.blogs h5>b{
    color: #004799;
}
.blogs .date{
    display: block;
}
#close{
    opacity: 1;
    position: absolute;
    top: -11px;
    right: -7px;
    color: #fff;
    border-radius: 50px;
    background-color: #aecb06;
    padding: 0;
    margin: 0;
    font-size: 26px;
    height: 30px;
    padding: 0px 8px 7px 8px;
}