@font-face {

	font-family: aFont;

	src: url(fonts/Smoolthan_Regular.eot); /* EOT file for IE */

}

@font-face {

	font-family: aFont;

	src: url(fonts/Smoolthan_Regular.ttf); /* TTF file for CSS3 browsers */

}

@font-face {

	font-family: bFont;

	src: url(fonts/Smoolthan_Medium.eot); /* EOT file for IE */

}

@font-face {

	font-family: bFont;

	src: url(fonts/Smoolthan_Medium.ttf); /* TTF file for CSS3 browsers */

}

@font-face {

	font-family: cFont;

	src: url(fonts/Smoolthan_Bold.eot); /* EOT file for IE */

}

@font-face {

	font-family: cFont;

	src: url(fonts/Smoolthan_Bold.ttf); /* TTF file for CSS3 browsers */

}

@font-face {
	font-family: dFont;
	
	src: url(fonts/swiss_bt_r.eot); /*EOT file for IE */
		
}

@font-face {
	font-family: dFont;
	
	src: url(fonts/swiss_bt_r.ttf); /* TTF file for CSS3 browsers*/
}

body {
	background-color: white;
}



::-webkit-scrollbar-track

{

	border: none;

	background-color: transparent;

}



::-webkit-scrollbar

{

	width: 5px;

	background-color: transparent;

}



::-webkit-scrollbar-thumb

{

	background-color: #06a348;	

}

#header {
	background-color: #FFF;
	padding: 0px 10px;
	margin-top: 0px;
}

#header a {
	color: #06A348;
	font-size: 16px;
	padding: 18px 13px;
}

#header .dropdown ul {
	background-color: #1f303a;
}

#header .droplist li {
	height: 40px;
}





#header ul .droplist {
	padding: 5px 0px;
}


#header a:hover {
	background-color: #FFF;
	color: #f26935;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

#header ul li:hover ul.dropdown-menu{
    display: block;	/* Display the dropdown */
    }
    
#header ul li ul.dropdown-menu li{
    display: block;
    }

#header img {
	float: left;
	margin-top: -10px;
}

#header button {
	float: right;
}

#header .icon-bar {

	color: #06A348;

	border: thin solid #06A348;

}



.dropdown-submenu {
    position: relative;
}


.dropdown-submenu:hover .dropdown-menu {
	display: block !important;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-right: 230px;
	padding-left: 0px;
}



#header ul li:hover ul.dropdown-menu{
    display: block;	/* Display the dropdown */
    }
    
#header ul li ul.dropdown-menu li{
    display: block;
    }


#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 200px 50px;
	margin-top: -20px;
	color: white
}

#banner h1 {
	font-size: 48px;
}

#innerbanner {
	background-image: url(../images/innerbanner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 50px;
	margin-top: -20px;
	color: white;
}

#innerbanner h1 {
	font-size: 36px;
	
}

#footer i {
	color: white;
	padding: 3px;
}

#footer span {
	font-size: 14px;
	text-align: center;
}

#aboutbody{
	padding: 50px 20px;
	font-size: 16px;
	
}

#aboutbody h3 {
	text-align: center;
	font-size: 30px;
}

#aboutbody a {
	padding: 15px 15px;
	color: #028C3E;
	background: none;
	border: 2px solid #028C3E;
	text-decoration: none;
	transition: .4s;
}

#aboutbody a:hover {
	background-color: #028C3E;
	color: white;
	transition: .4s;
}

.card {
	background-repeat: no-repeat; 
	background-size: cover;
	padding: 50px 25px;
	color: #313131;
	font-size: 18px;
	border-radius: 20px;
	text-align: center;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	padding: 50px 35px;
}

#footer h2 {
	font-size: 28px;
}

#footer h3 {
	font-size: 28px;
}

#footer input{
	width: 85%;
	height: 55px;
	text-align: left;
	padding: 0px 5px;
	color: #000000;
}

#copyright {
	background-color: #3C3C3C;
	text-align: center;
	color: white;
	padding: 15px 0px;
}

.leftside button {
	padding: 8px 15px;
	background: none;
	border: 3px solid #FFFFFF;
	color: white;
	margin-top: 13px;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.leftside button:hover {
	padding: 8px 15px;
	background: #FFFFFF;
	border: 3px solid #FFFFFF;
	color: #333333;
	margin-top: 13px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.rightside button {
	background-color: #028C3E;
	color: white;
	width: 80%;
	height: 55px;
	border: 3px solid #3C3C3C;
	font-family: cFont;
	font-size: 18px;
}

#contactbody {
	padding: 50px 35px;
	font-size: 15px;
}

#contactbody h3, h4 {
	font-size: 24px;
}

#contactbody .col-md-4{
	margin-top: 20px;
}

#contactbody input {
	border: 1px solid #028C3E
}

#contactbody form {
	margin-top: 20px;
}

#contactbody textarea {
	border: 1px solid #028C3E
}

#contactbody button {
	width: 50%;
	background: none;
	color: #028C3E;
	border: 2px solid #028C3E;
	padding: 15px 25px;
	transition: .4s;
	font-size: 16px;
}

#contactbody button:hover {
	color: #FFF;
	background-color: #028C3E;
	transition: .4s;
}

#joinbody {
	padding: 50px 35px;
}

#joinbody button {
	background: none;
	border: 2px solid #028C3E;
	padding: 15px 25px;
	width: 50%;
	transition: .4s;
}

#joinbody button:hover {
	background-color: #028C3E;
	transition: .4s;
}

#joinbody input {
	border: 1px solid #028C3E;
}

.team img {
	border: 5px solid #00A44D;
}

.title {
	background-color: #2E3092;
	padding: 9px 10px;
	margin-top: -35px;
	color: white;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.team .title {
	background-color: #00A44D;
	padding: 9px 10px;
	margin-top: -35px;
	color: white;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}



 .team button {
	border: 2px solid #E11B22;
	background: none;
	color: #E11B22;
	padding: 8px 15px;
}

.team button:hover {
	background-color: #2E3092;
	color: white;
    -webkit-transition: 0.5s all !important;
    -moz-transition: 0.5s all !important;
    -o-transition: 0.5s all !important;
}

.team button:hover {
	background-color: #E11B22;
	color: white;
    -webkit-transition: 0.5s all !important;
    -moz-transition: 0.5s all !important;
    -o-transition: 0.5s all !important;
}
.social {
	float: left;
	padding-top: 80px;
	display: none;
	padding-left: -30px;
    -webkit-transition: 0.5s all !important;
    -moz-transition: 0.5s all !important;
    -o-transition: 0.5s all !important;
}
.team:hover .social {
	display: block;
	margin-left: 5px !important;
	margin-right: -120px;
	text-decoration: none;
    -webkit-transition: 0.5s all !important;
    -moz-transition: 0.5s all !important;
    -o-transition: 0.5s all !important;
}


@media (max-width: 736px) {
	
	
	
	#header img {
		float: left;
		text-align: left;
	}
	
	#nav {
		margin-top: 30px;
	}
	
	#header button {
		float: right;
	}
	
	#banner {
		margin: 0px;
	}
	
	#innerbanner {
		margin-top: 0px;
	}
	
	.card {
		margin-bottom: 20px;
	}
	.team:hover .social {
		margin-left: -5px !important;
	}
	
	


	.dropdown-submenu .dropdown-menu {
		margin-left: -400px;
		padding-bottom: 5px;
		padding-left: 80px;
	}
	
	.dropdown-submenu .dropdown-menu a {
		padding-right: -300px
	}

}






@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */


	
	#under a {
		font-size: 18px;
	}
	
	#recent a {
		font-size: 14px;
	}
	
	#header .droplist {
		height: auto;
	}
	
	.adjust button {
		font-size: 30px;
	}
	.team:hover .social {
		margin-left: -5px !important;
	}

}



@media (min-device-width : 737px)
and	(max-device-width : 991px){
	
	 .navbar-header {
                float: none;
        }
        .navbar-toggle {
                display: block;
        }
        .navbar-collapse {
                border-top: 1px solid transparent;
                box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
                display: none!important;
        }
        .navbar-collapse.collapse.in {
            display: block!important;
        }
        .navbar-nav {
                float: none!important;
                margin: 7.5px -15px;
        }
        .navbar-nav>li {
                float: none;
        }
        .navbar-nav>li>a {
                padding-top: 10px;
                padding-bottom: 10px;
        }
    .navbar-form {
        padding: 10px 15px;
        margin-top: 8px;
        margin-right: -15px;
        margin-bottom: 8px;
        margin-left: -15px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        width:auto;
        float:none!important;
    }
	
	#header {
		margin-top: -100px;
		margin-bottom: 20px;
	}
	
}


@media only screen 
and (min-device-width : 737px) 
and (max-device-width : 767px) { /* STYLES GO HERE */


	
	#header {
		margin-top:0px;
		margin-bottom: 20px;
	}

}





