select_type_style1/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
    font-family: 'Roboto-Regular';
}

a {
  color: #d5d5d5;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto-Regular';
  font-weight: 400;
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-MediumItalic';
    src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('../fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-Italic';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'KrutiDev040Bold';
    src: url('../fonts/KrutiDev040Bold.woff2') format('woff2'),
        url('../fonts/KrutiDev040Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('../fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}



.top_header_contanear
{
	display: block;
	float: left;
	width: 100%;
	background:url(../images/top_heaer_bg.jpg) no-repeat;
	background-position: top right;
	background-size: cover;
	padding: 10px 0;
}

.logo
{
	text-align: left;
}
.logo img
{
	max-width: 80%;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.logo img:hover
{
	transform: scale(1.1);		
}

.top_menu_contanear
{
	display: block;
	float: left;
	width: 100%;
	background: #1A2577;
	padding: 10px 0;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.top_menu_contanear:hover
{
	background: #43A1D4;
}




/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: block;
  width: 100%;
  float: left;
  position: relative;
}
.intro-container
{
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}

#intro .carousel-item {
  width: 100%;
  height: 540px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


#intro .carousel-container {
  display: block;
  position: absolute;
  width: 96%;
  max-width: 1140px;
  transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

#intro .carousel-content {
  text-align: left;
}
#intro h3 {
  color: #fff;
  font-size: 60px;
  font-family: 'KrutiDev040Bold';
  width: 100%;
  margin-top: 10px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}





#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #d5d5d5;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #d5d5d5;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */

.enroll_but
{
	display: block;
	float: right;
	width: 118px;
	height: 36px;
	border-radius: 50px;
	background: #ff3000;
	color: #FFFFFF;
	font-size: 16px;
    font-family: 'Roboto-Regular';
	text-align: center;
	line-height: 36px;
}
.enroll_but:hover
{
	background: #fef200;
	color: #000;
}
.menu_contanear
{
	display: block;
	float: left;
	width: calc(100% - 120px);
    text-align: left;	
}

.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
	display: inline-block;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f0d7";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
	font-size: 13px;
	top: 50%;
	transform: translateY(-50%);
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: left;
  margin: 0;
 width: 100%;
}



@media (max-width: 767px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
	padding:6px 21px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  outline: none;
	border-radius: 25px;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #fef200;
  background: #ff3000;
}


.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #000000;
	text-align: left;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding:5px 10px ;
  color: #FFFFFF;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 17px 20px 0 0;
  border: 0;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  background: #ff3000;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 767px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #d5d5d5;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #d5d5d5;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}



.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
	color: #FFFFFF;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section1_contanear
{
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
	padding-bottom: 50px;
}
.about_left_pannel
{
	display: block;
	float: left;
	width: 100%;
	padding: 20px;
	background: #f9f53e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #f9f53e 0%, #fa9d3d 100%);
	background: -webkit-linear-gradient(-45deg, #f9f53e 0%,#fa9d3d 100%);
	background: linear-gradient(135deg, #f9f53e 0%,#fa9d3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f53e', endColorstr='#fa9d3d',GradientType=1 );
	margin-top: -125px;	
		-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.about_left_pannel:hover
{
background: rgba(250,155,61,1);
background: -moz-linear-gradient(-45deg, rgba(250,155,61,1) 0%, rgba(249,246,62,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250,155,61,1)), color-stop(100%, rgba(249,246,62,1)));
background: -webkit-linear-gradient(-45deg, rgba(250,155,61,1) 0%, rgba(249,246,62,1) 100%);
background: -o-linear-gradient(-45deg, rgba(250,155,61,1) 0%, rgba(249,246,62,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(250,155,61,1) 0%, rgba(249,246,62,1) 100%);
background: linear-gradient(135deg, rgba(250,155,61,1) 0%, rgba(249,246,62,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9b3d', endColorstr='#f9f63e', GradientType=1 );	
border-radius: 25px;	
}
.about_left_pannel h2
{
    font-family: 'Noto Sans', sans-serif;
	font-size: 35px;
	border-bottom: 4px solid #42A0D4;
}
.about_left_pannel p
{
    font-family: 'Noto Sans', sans-serif;
	font-size: 17px;
	margin-top: 20px;
	text-align: justify;
}
.about_but
{
	display: inline-block;
	width: 110px;
	height: 36px;
    font-family: 'KrutiDev040Bold';
	font-weight: bold;
	background: #FFFFFF;
	margin-top: 20px;
	color: #000000;
	text-align: center;
	line-height: 36px;
}
.about_but:hover{
	background: #000000;
	color: #FFFFFF;
}

.about_right_pannel
{
	display: block;
	float: left;
	width: 100%;
	padding: 25px 0;
}
.about_right_pannel h2
{
	font-size: 30px;
    font-family: 'Noto Sans', sans-serif;	
}
.about_right_pannel h2 span
{
	border-bottom: 3px solid #42A0D4;
}
.about_right_pannel p
{
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	color: #555555;
	margin-top: 16px;
	text-align: justify;
}
.about_right_but
{
	display: inline-block;
	width: 110px;
	height: 34px;
	background: #43a1d4;
	text-align: center;
	line-height: 34px;
	color: #fff;
	margin-top: 18px;
}
.about_right_but:hover{
	background: #000000;
	color: #FFFFFF;
}
.about_bottom_pannel
{
	margin-top: 40px;
}
.about_bottom_left img
{
	float: left;
	max-width: 240px;
	margin-right: 25px;
}
.about_bottom_left h2
{
	font-size: 30px;
    font-family: 'Roboto-Medium';	
}
.about_bottom_left ul
{
	margin: 0;
	padding: 0;
	
	
}
.about_bottom_left li
{
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	margin-top:20px;
	list-style-type: none;
	text-align: justify;
	line-height: 24px;
}
.about_bottom_left li:before
{
	content: url(../images/list_icon.png);
	margin-right: 10px;
	display: inline-block;
}
.about_bottom_right
{
	float: left;
	width: 100%;
	background: url(../images/about_bottom_right_bg.jpg) top center no-repeat;
	background-size: cover;
	padding:15px 25px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.about_bottom_right:hover
{
	border-radius: 40px;
-webkit-box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.37);
-moz-box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.37);
box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.37);	
}
.about_bottom_right h2
{
    font-family: 'Roboto-Regular';
	font-size: 35px;
	color: #FFFFFF;
}
.about_bottom_right h3
{
    font-family: 'Roboto-Bold';
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 12px;
}
.about_bottom_right p
{
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 5px;
}
.about_bottom_right h4
{
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 5px;
	text-transform: uppercase;
}
.about_bottom_right h4 a
{
	color: #FFFFFF;
}
.about_bottom_right h4 a:hover
{
	color: #FBF23B;
}
.sponsor_contanear
{
	display: block;
	float: left;
	width: 100%;
	background: url(../images/sponsor_bg.jpg) top center no-repeat;
	background-size: cover;
	margin-top: 25px;
}
.sponsor_main_area
{
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.sponsor_img_area
{
	display: block;
	float: right;
	width: 190px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.sponsor_img_area img
{
	max-width: 100%;
}
.sponsor_text_area
{
	display: block;
	float: left;
	
	padding: 45px 0;
}
.sponsor_text_left
{
	display: inline-block;
	vertical-align: middle;
	width: 78%;
	
}
.sponsor_text_left h2
{
	font-size: 30px;
}
.sponsor_text_left p
{
	font-size: 15px;
	margin-top: 10px;
}
.sponsor_but
{
	display: inline-block;
	vertical-align: middle;
	width: 190px;
	height: 48px;
	border-radius: 30px;
	background: #0005C9;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.sponsor_but:hover
{
	background: #FE3000;
	color: #FFFFFF;
	border-radius: 0px;	
}
.bhim_rao_contanear
{
	display: block;
	float: left;
	width: 100%;
	background: #E7E9F5;
	padding: 50px 0;
}
.bhim_rao_heading
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
    font-family: 'Bebas Neue';
	text-transform: uppercase;
	font-size: 60px;
	color: #000000;
	margin-bottom: 30px;
}
.bhim_rao_left_box1
{
	display: block;
	float: left;
	width: 100%;
	margin: 20px 0;
	position: relative;
	text-align: right;
	min-height: 62px;
	padding-right: 80px;
}
.bhim_rao_left_box1 img
{
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.bhim_rao_left_box1:hover img
{
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.bhim_rao_left_box1 p
{
	margin-top:3px;
	font-size: 26px;
	font-family: 'Crimson Text', serif;	
}
.bhim_rao_profile_img_area
{
	text-align: center;	
}
.bhim_rao_profile_img_area img
{
	max-width: 100%;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.bhim_rao_profile_img_area:hover img
{
	transform: scale(1.1);	
-webkit-box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.37);
-moz-box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.37);
box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.37);	
}

.bhim_rao_right_box1
{
	display: block;
	float: left;
	width: 100%;
	margin: 20px 0;
	position: relative;
	text-align: left;
	min-height: 62px;
	padding-left: 80px;
}
.bhim_rao_right_box1 img
{
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.bhim_rao_right_box1:hover img
{
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.bhim_rao_right_box1 p
{
	margin-top:3px;
	font-size: 26px;
	font-family: 'Crimson Text', serif;	
}
.choose_class_contanear
{
	display: block;
	float: left;
	width: 100%;
	padding: 45px 0;
	background: url(../images/choose_class_bg.jpg) top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.choose_class_text_area
{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 310px);
}
.choose_class_text_area h2
{
	font-size: 50px;
	color: #FFFFFF;
	display: inline-block;
	max-width: 600px;
}
.choose_class_but_area
{
	display: inline-block;
	vertical-align: middle;
	width: 288px;
	height: 68px;
	border-radius: 45px;
	background: #faf23b;
	text-align: center;
	line-height: 68px;
	font-size: 26px;
    font-family: 'Roboto-Bold';
	color: #000000;
	text-transform: uppercase;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.choose_class_but_area:hover
{
	background: #FFFFFF;
	color: #000000;
	border-radius: 0;	
}
.section5_contanear
{
	display: block;
	float: left;
	width: 100%;
	padding: 40px 0;
	background: url(../images/section5_bg.jpg) top left no-repeat;
}
.section5_top_section_main_area
{
	display: block;
	float: left;
	width: 100%;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.section5_margin
{
	margin: 8px 0;
}
.our_patron_area
{
	height: 100%;
	padding: 20px;
	background: rgba(249,243,59,1);
	background: -moz-linear-gradient(-45deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(249,243,59,1)), color-stop(100%, rgba(251,165,59,1)));
	background: -webkit-linear-gradient(-45deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	background: linear-gradient(135deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f33b', endColorstr='#fba53b', GradientType=1 );
	border-radius: 8px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.our_patron_area:hover
{
	transform: scale(1.1);		
}
.our_patron_area h2
{
	display: inline-block;
	width: 100%;
	font-size: 24px;
    font-family: 'Roboto-Medium';
	text-transform: uppercase;
}
.our_patron_img_area
{
	display: block;
	float: left;
	width: 100%;
	margin-top: 15px;
	border: 3px solid #D09A30;
}
.our_patron_img_area img
{
	width: 100%;
	height: 145px;
	object-fit: cover;
}
.our_patron_area h3
{
	display: inline-block;
	width: 100%;
	font-size: 20px;
    font-family: 'Roboto-Medium';
	margin-top: 20px;
}
.our_patron_area h4
{
	display: inline-block;
	width: 100%;
	font-size: 16px;
    font-family: 'Roboto-Regular';
	margin-top: 2px;
}
.our_patron_area p
{
	display: inline-block;
	width: 100%;
	font-size: 16px;
    font-family: 'Roboto-Medium';
	margin-top: 2px;
}

.president_area
{
	height: 100%;
	padding: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9ce450+0,dae74f+100 */
background: #9ce450; /* Old browsers */
background: -moz-linear-gradient(-45deg, #9ce450 0%, #dae74f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #9ce450 0%,#dae74f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #9ce450 0%,#dae74f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ce450', endColorstr='#dae74f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius: 8px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.president_area:hover
{
	transform: scale(1.1);		
}
.president_area h2
{
	display: inline-block;
	width: 100%;
	font-size: 24px;
    font-family: 'Roboto-Medium';
	text-transform: uppercase;
}
.president_img_area
{
	display: block;
	float: left;
	width: 100%;
	margin-top: 15px;
	border: 3px solid #91BF42;
}
.president_img_area img
{
	width: 100%;
	height: 145px;
	object-fit: cover;
}
.president_area h3
{
	display: inline-block;
	width: 100%;
	font-size: 20px;
    font-family: 'Roboto-Medium';
	margin-top: 20px;
}
.president_area h4
{
	display: inline-block;
	width: 100%;
	font-size: 16px;
    font-family: 'Roboto-Regular';
	margin-top: 2px;
}
.president_area p
{
	display: inline-block;
	width: 100%;
	font-size: 16px;
    font-family: 'Roboto-Medium';
	margin-top: 2px;
}


.vice_president_area
{
	height: 100%;
	padding: 20px;
	border-radius: 8px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.vice_president_area:hover
{
	transform: scale(1.1);		
}
.vice_president_area h2
{
	display: inline-block;
	width: 100%;
	font-size: 24px;
    font-family: 'Roboto-Medium';
	text-transform: uppercase;
}
.vice_president_box1
{
	display: block;
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	position: relative;
}
.vice_president_box1 img
{
	float: left;
	width: 140px;
	height: 98px;
	object-fit: cover;
}
.vice_president_box_text_area
{
	display: block;
	float: right;
	width: calc(100% - 155px);
}
.vice_president_box_text_area h3
{
	font-size: 20px;
    font-family: 'Roboto-Medium';	
}
.vice_president_box_text_area h4
{
	font-size: 16px;
    font-family: 'Roboto-Regular';
	margin-top: 3px;	
}
.vice_president_box_text_area p
{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	margin-top: 3px;
}
.section5_bottom_section_main_area
{
	display: block;
	float: left;
	width: 100%;
	margin-top: 40px;
}

.secetary_area
{
	height: 100%;
	padding: 20px;
	float: left;
	border-radius: 8px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.secetary_area:hover
{
	transform: scale(1.1);		
}
.bottom_pannel_bg1
{
background: rgba(13,26,208,1);
	background: -moz-linear-gradient(-45deg, rgba(13,26,208,1) 0%, rgba(13,138,206,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(13,26,208,1)), color-stop(100%, rgba(13,138,206,1)));
	background: -webkit-linear-gradient(-45deg, rgba(13,26,208,1) 0%, rgba(13,138,206,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(13,26,208,1) 0%, rgba(13,138,206,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(13,26,208,1) 0%, rgba(13,138,206,1) 100%);
	background: linear-gradient(135deg, rgba(13,26,208,1) 0%, rgba(13,138,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1ad0', endColorstr='#0d8ace', GradientType=1 );	
}
.bottom_pannel_bg2
{
background: rgba(206,13,148,1);
background: -moz-linear-gradient(-45deg, rgba(206,13,148,1) 0%, rgba(152,13,206,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(206,13,148,1)), color-stop(100%, rgba(152,13,206,1)));
background: -webkit-linear-gradient(-45deg, rgba(206,13,148,1) 0%, rgba(152,13,206,1) 100%);
background: -o-linear-gradient(-45deg, rgba(206,13,148,1) 0%, rgba(152,13,206,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(206,13,148,1) 0%, rgba(152,13,206,1) 100%);
background: linear-gradient(135deg, rgba(206,13,148,1) 0%, rgba(152,13,206,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0d94', endColorstr='#980dce', GradientType=1 );	
}
.bottom_pannel_bg3
{
background: rgba(6,36,93,1);
background: -moz-linear-gradient(-45deg, rgba(6,36,93,1) 0%, rgba(6,86,93,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(6,36,93,1)), color-stop(100%, rgba(6,86,93,1)));
background: -webkit-linear-gradient(-45deg, rgba(6,36,93,1) 0%, rgba(6,86,93,1) 100%);
background: -o-linear-gradient(-45deg, rgba(6,36,93,1) 0%, rgba(6,86,93,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(6,36,93,1) 0%, rgba(6,86,93,1) 100%);
background: linear-gradient(135deg, rgba(6,36,93,1) 0%, rgba(6,86,93,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06245d', endColorstr='#06565d', GradientType=1 );	
}
.secetary_area h2
{
	display: inline-block;
	width: 100%;
	font-size: 24px;
    font-family: 'Roboto-Medium';
	text-transform: uppercase;
	color: #FFFFFF;
}
.secetary_box1
{
	display: block;
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	position: relative;
}
.secetary_box1 img
{
	float: left;
	width: 140px;
	height: 98px;
	object-fit: cover;
}
.secetary_box_text_area
{
	display: block;
	float: right;
	width: calc(100% - 155px);
}
.secetary_box_text_area h3
{
	font-size: 20px;
    font-family: 'Roboto-Medium';
	color: #FFFFFF;
}
.secetary_box_text_area h4
{
	font-size: 16px;
    font-family: 'Roboto-Regular';
	margin-top: 3px;
	color: #FFFFFF;	
}
.secetary_box_text_area p
{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	margin-top: 3px;
	color: #FFFFFF;	
}
.membar_contanear
{
	display: block;
	float: left;
	width: 100%;
	padding: 50px 0 80px 0;
	background: url(../images/member_bg.jpg) top center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.member_header
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
    font-family: 'Roboto-Medium';
	font-size: 24px;
	text-transform: uppercase;
}
.member_box1
{
	margin-top: 30px;
	text-align: center;
}
.member_box1 img
{
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 100%;
	border: 3px solid rgba(22,139,206,1);
	-webkit-box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
		-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.member_box1:hover img
{
	border-radius: 0;
}
.member_box1 h2
{
	font-size: 14px;
    font-family: 'Roboto-Bold';
	margin-top: 20px;
}
.member_box1 h3
{
	font-size: 14px;
	color: #cc0029;
    font-family: 'Roboto-Medium';	
}
.member_box1 p
{
	font-size: 14px;
    font-family: 'Roboto-Medium';	
}
.news_contanear
{
	display: block;
	float: left;
	width: 100%;
	background:url(../images/form_contanear_bg.jpg) top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 2;
}
.news_contanear_main_area
{
	display: block;
	float: left;
	width: 100%;
	position: relative;	
}
.news_contanear_left_area
{
	display: block;
	float:left;
	width: 58%;
	padding: 90px 0;	
}
.news_contanear_left_box1
{
	display: block;
	float: left;
	width: 28%;
	margin: 10px 1%;
	text-align: center;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.news_contanear_left_box1:hover
{
	transform: scale(1.1);	
}
.news_contanear_left_box1 h3
{
	font-size: 30px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 30px;
}
.news_contanear_right_area2
{
	display: block;
	float:right;
	width: 100%;
	padding: 25px;
	background: rgba(249,243,59,1);
	background: -moz-linear-gradient(-45deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(249,243,59,1)), color-stop(100%, rgba(251,165,59,1)));
	background: -webkit-linear-gradient(-45deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	background: linear-gradient(135deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f33b', endColorstr='#fba53b', GradientType=1 );
		-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;

}
.news_contanear_right_area2:hover
{
background: #9ce450; /* Old browsers */
background: -moz-linear-gradient(-45deg, #9ce450 0%, #dae74f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #9ce450 0%,#dae74f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #9ce450 0%,#dae74f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ce450', endColorstr='#dae74f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.news_contanear_right_area
{
	display: block;
	float:right;
	width: 40%;
	padding: 25px;
	background: rgba(249,243,59,1);
	background: -moz-linear-gradient(-45deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(249,243,59,1)), color-stop(100%, rgba(251,165,59,1)));
	background: -webkit-linear-gradient(-45deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	background: linear-gradient(135deg, rgba(249,243,59,1) 0%, rgba(251,165,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f33b', endColorstr='#fba53b', GradientType=1 );
	position: absolute;
	right: 0;
	top: -50px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.news_contanear_right_area:hover
{
background: #9ce450; /* Old browsers */
background: -moz-linear-gradient(-45deg, #9ce450 0%, #dae74f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #9ce450 0%,#dae74f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #9ce450 0%,#dae74f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ce450', endColorstr='#dae74f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}
.news_contanear_right_area h2
{
	font-size: 30px;
    font-family: 'Roboto-Medium';	
}
.news_contanear_right_area2 h2
{
	font-size: 20px;
    font-family: 'Roboto-Medium';	
}
.news_box1
{
	display: block;
	float: left;
	width: 100%;
	background: rgba(255,255,255,0.80);
	padding: 15px;
	margin-top: 15px;
}
.news_box1 h3
{
	font-size: 15px;
    font-family: 'Roboto-Regular';
	color: #FFFFFF;
	background: #E1582E;
	padding: 6px 12px;
	display: inline-block;
}
.news_box1 p
{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	color: #000000;
}
.member_form_contanear
{
	display: block;
	float: left;
	width: 100%;
	background: url(../images/member_form_bg.jpg) top right no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
	position: relative;
	z-index: 1;
}
.member_form_main_area
{
	display: block;
	float: left;
	width: 100%;
	max-width: 450px;
	padding: 20px;
    background: #03A9F5;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.member_form_main_area:hover{
	background: #FE3000;
}
.member_form_main_area h2
{
    font-family: 'Roboto-Bold';
	font-size: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}
.member_form_input_style
{
	display: block;
	float: left;
	width: 100%;
	height: 46px;
	border: 1px solid #FFFFFF;
	margin-top: 12px;
	background: none;
	padding: 0 12px;
	outline-style: none;
}
.member_form_input_style::placeholder
{
	color: #FFFFFF;
	
}
.member_form_textarea_style
{
	display: block;
	float: left;
	width: 100%;
	height: 120px;
	border: 1px solid #FFFFFF;
	margin-top: 12px;
	background: none;
	padding: 12px;
	outline-style: none;
}
.member_form_textarea_style::placeholder
{
	color: #FFFFFF;
	
}
.member_form_main_area p
{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	margin: 12px 0 0 0;
	padding: 0;
}
.member_form_main_area p label
{
	margin: 0;
}
.member_form_capt_area
{
	display: block;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.member_form_submit_but
{
	display: block;
	float: left;
	width: 175px;
	height: 44px;
	border-radius: 40px;
	background: #ff3000;
	color: #FFFFFF;
	font-size: 20px;
    font-family: 'Roboto-Bold';
	margin-top: 10px;
	border: none;
	cursor: pointer;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.member_form_submit_but:hover
{
	background: #faf23b;
	color: #000000;	
}
footer
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding: 45px 0;
	background: url(../images/footer_bg.jpg) top center no-repeat;
	background-size: cover;
}
.footer_main_area
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.footer_main_area img
{
	max-width: 80%;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.footer_main_area:hover img
{
	transform: scale(1.1);		
}
.footer_main_area ul
{
	display: inline-block;
	width: 100%;
	font-size: 17px;
    font-family: 'Roboto-Regular';
	list-style-type: none;
	margin: 0;
	padding: 0;	
	margin-top: 20px;
}
.footer_main_area ul li
{
	display: inline;
}
.footer_main_area ul li a
{
	padding: 0 20px;
	color: #FFFFFF;
}
.footer_main_area ul li a:hover{
	color: #FE3000;
}
.footer_main_area h3
{
	margin-top: 25px;
	text-align: center;
}
.footer_main_area h3 i
{
	display: inline-block;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	background: #FFED63;
	border-radius: 100%;
	font-size: 22px;
	margin: 0 3px;
	color: #000000;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.footer_main_area h3 i:hover
{
	background: #FE3000;
	color: #FFFFFF;
}
.footer_main_area p
{
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 35px;
}
.footer_main_area p a
{
	color: #67c4ea;
}
.footer_main_area p a:hover
{
	color: #FE3000;
}
.subpage_body_contanear
{
	display: block;
	float: left;
	width: 100%;
	padding: 40px 0 50px 0;
}
.about_pannel h2 {
    color: #000;
    margin-bottom: 20px;
	font-size: 30px;
    font-family: 'Noto Sans', sans-serif;
	
}
.about_pannel h2 span{
	border-bottom: 3px solid #42A0D4;
}


.about_pannel p
{
	font-size: 15px;
	margin-top: 20px;
	text-align: justify;
}
.about_pannel p span
{
    font-family: 'Noto Sans', sans-serif;
    font-size: 17px;
    margin-top: 20px;
    text-align: justify;
}


.donation_main_area
{
	position: fixed;
	width: 100%;
	max-width: 380px;
	right: -327px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999999;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
	border-radius: 50px 0 0 50px;
	
}
.donation_main_area_active
{
	right: 0;	
}
.donation_but
{
	display: block;
	float: left;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.donation_right_area
{
	display: block;
	float: right;
	width: calc(100% - 53px);
	padding:10px 20px 20px 20px;
	background: #FFFFFF;	
}
.donation_right_area p
{
	color: #000000;
	font-size: 15px;
    font-family: 'Roboto-Medium';	
}
.donation_right_input_style1
{
	display: block;
	float: left;
	width: 100%;
	height: 38px;
	background: #E8E8E8;
	border: 1px solid rgba(184,184,184,1.00);
	padding: 0 15px;
	margin-top: 10px;
	outline-style: none;
}
.donation_right_textarea_style1
{
	display: block;
	float: left;
	width: 100%;
	height:80px;
	background: #E8E8E8;
	border: 1px solid rgba(184,184,184,1.00);
	padding: 15px;
	margin-top: 10px;
	outline-style: none;
}
.donation_right_submit_style1
{
	display: block;
	float: left;
	width: 100%;
	max-width: 100px;
	height: 40px;
	background: #FF3000;
	margin-top: 10px;
	border: none;
	color: #FFFFFF;
	font-size: 16px;
    font-family: 'Roboto-Medium';
	cursor: pointer;
		-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.donation_right_submit_style1:hover
{
	background: #121C82;	
}

