@charset "utf-8";
/* CSS Document */


/*CSS Reset */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1.0em; /*most browsers is 16px*/
	font-weight: 400;
	font-family: Roboto, 'Myriad Pro', Myriad, Arial sans-serif;
	line-height:115%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:focus, select:focus, textarea:focus, button:focus {outline: none;}
/* End CSS Reset */


/*Defaults */
p{ padding:0.25em 0; font-family: Open Sans, Roboto, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; line-height:125%}
h1,h2,h3{padding:.5em 0 .25em 0; line-height:100%}
h1{ font-size:300%; font-family:Flavors, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color:#5caf17;}
h2{ font-size:150%; font-weight:bold;}
h3{ font-size:125%; font-weight:bold;}
a{text-decoration:none; color:#068cd0}
a:hover{text-decoration:underline;}

body { font-size: 14px; font-family: 'Raleway', sans-serif; }
/**/
[class*="-section"] { overflow: hidden; }

img { max-width: 100%; }

a { outline: 0 !important; }

.ow-section { padding-bottom: 100px; }
.ow-section-top-padding { padding-top: 100px; }
.ow-background { background-repeat: no-repeat; background-size: 100% 100%; }

.ow-background-no-size { 
	background-repeat: no-repeat;
}

.no-padding {
	padding: 0;
}
.no-padding-left {
	padding-left: 0;
}

.no-padding-right {
	padding-right: 0;
}

.Clear{clear:both;}

.main-container {margin: 0 auto; max-width: 1920px;}

.caret { margin-left: 4px; border-top: 6px solid; border-right: 6px solid transparent; border-left: 6px solid transparent;}

.header-section {display: block; background-color: #4a2699; width: 100%; min-height: 80px; overflow: visible !important; position: fixed; top: 0; z-index:9999;}

.primary-navigation {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 1px;
    position: relative;
    z-index: 4;
}


.navbar{border:none; margin-bottom:0;}

	.primary-navigation .navbar-nav {
		padding-right: 0;
	}
	.primary-navigation .navbar-header{
		position: relative;
		display: inline-block;
		width: 100%;
		background-color: #4a2699;
	}	
	.primary-navigation .navbar-brand {
		padding: 0;
		height: auto;
	}
	.primary-navigation .nav > li{
		padding: 0 5px;
	}
	.primary-navigation .navbar-nav > li > a{
		color: #fff;
		display: inline-block;
		font-size: 16px;
		font-weight: 700;
		line-height: 70px;
		text-decoration: none;
		text-transform: uppercase;
		transition: all 1s ease 0s;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		position: relative;
		padding: 10px 15px;
	}

	.primary-navigation .navbar-nav > li > a:focus,
	.primary-navigation .navbar-nav > li > a:hover{
		color: #7bcd37;
		opacity: 1;
	}
	.primary-navigation  .dropdown-menu > li > a:focus,
	.primary-navigation  .dropdown-menu > li > a:hover{
		background-color: transparent;
		color: #fff;
	}	
	.primary-navigation .dropdown-menu > .active > a,
	.primary-navigation .dropdown-menu > .active > a:focus,
	.primary-navigation .dropdown-menu > .active > a:hover {
		background-color: transparent;
		color: #7bcd37;
	}	
	.primary-navigation .dropdown .dropdown-menu li.active a{
		color: #7bcd37;
		background-color: transparent;
	}	
	.primary-navigation .nav.navbar-nav > li.active > a,
	.primary-navigation .nav.navbar-nav > li.active:hover > a,
	.primary-navigation .nav.navbar-nav > li.active:focus > a,
	.primary-navigation .nav.navbar-nav > li:hover > a,
	.primary-navigation .nav.navbar-nav > li:focus > a,
	.primary-navigation .nav.navbar-nav > li > a:hover,
	.primary-navigation .nav.navbar-nav > li > a:focus,
	.primary-navigation .dropdown-menu li:hover > a,
	.primary-navigation .dropdown-menu li > a:hover{
		background-color: transparent;
	}
	.menu-block .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
		background-color: #4a2699;
	}
	
	.primary-navigation .navbar-collapse > ul > li > .dropdown-menu {
		top: 100%;
		left: 0;
	}

.primary-navigation .dropdown-menu > li > a:hover.dropdown-menu > li > a:focus, .primary-navigation .dropdown-menu > li > a:hover {
    background-color: transparent;
}

.menu-block.navbar-fixed-top .primary-navigation .dropdown-menu > li > a:hover, .primary-navigation .dropdown-menu > li > a:hover {
    background-color: transparent;
}

.menu-block .primary-navigation .dropdown .dropdown-menu li a {
    color: #fff;
}

.menu-block .primary-navigation .dropdown .dropdown-menu li a:hover {
    color: #7bcd37;
}


/* slider Section */
.slider-section .slide-title {
	position: absolute;
	width: 85%; max-width:500px;
	height: auto;
	border-radius: 25px;
	border: 2px solid rgba(255,255,255, 1);
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 25%;
	color: #fff;
	/*text-transform: uppercase;*/
	padding: 25px;
	background-color: #7bcd37;
	opacity: .8;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);	
}

.slider-section div:nth-child(2) h2{background-color:#09BDB5 !important;}
.slider-section div:nth-child(3) h2{background-color:#DBDA08;}

.slider-section .slide-title span.inner-circle {
	/*width: 400px;
	height: 400px;*/
	/*border: 2px solid #fff;
	border-radius: 50%;*/
	display: block;
	margin: 0 auto;
	/*padding: 10px 0;*/
}

.slider-section .slide-title span.inner-circle span {
	display: block;
	text-align: center;
}

.slider-section .slide-title span.inner-circle span:nth-child(1) {font-size: 50px;}
.slider-section .slide-title span.inner-circle span:nth-child(2) {font-size: 40px;}
.slider-section .slide-title span.inner-circle span:nth-child(3) {font-size: 24px;}
.slider-section .slide-sub-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 72px;
	line-height: 80px;
	bottom: 101px;
	position: absolute;
	left: 76px;
	font-weight: bold;
	display: none;
}
.slider-section .slide-sub-title span {
	display: block;
}

.slider-content {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.right,
.left {
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	left: 0; 
	right: auto;
}
.right .slide-sub-title {
	text-align: right;
	right: 76px;
	left: auto;
}
.right {
	left: auto;
	right: 0;
}
.left:hover .slide-sub-title,
.right:hover .slide-sub-title  {
	display: block;
}


/* ## Slider Section */
.slider-section {
	position: relative;
}


.slider-section .slide-item {
	position: relative !important;
	max-width: 1920px !important;
}


/* Superslides navigation */
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 0;
	color: white;
	display: block;
	font-size: 40px;
	height: 100px;
	margin: 0;
	padding: 1px;
	text-align: center;
	text-decoration: none;
	top: -40px;
	transition: background 0.15s ease 0s;
	width: 100px;
	-webkit-transition: background 0.15s ease;
	-moz-transition: background 0.15s ease;
	-o-transition: background 0.15s ease;
	text-shadow: none;
	line-height: 100px;
}

.slides-navigation a:hover {
	background: #fff;
	color: #aaa;
}
.slides-navigation a {
	position: absolute;
	display: block;
}
.slides-navigation a.prev {
	left: 0;
}
.slides-navigation a.next {
	right: 0;
}
.slides-pagination {
	position: absolute;
	z-index: 3;
	bottom: auto;
	text-align: center;
	width: 100%;
	top: 542px;
	display: none;
}
.slides-pagination a {
	background-color: transparent;
    background-image: url("../images/icon/slider-indicator.png");
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 0;
    height: 14px;
    width: 12px;
	font-size: 0;
	display: inline-block;
	margin: 0 4px;
}
.slides-pagination a.current {
	background-image: url("../images/icon/slider-indicator-active.png");
	background-color: transparent;
	width: 11px;
	height: 14px;
}

.page-theme img{width:100%; height:auto; margin-top:50px;}

/* ## 	About Us ## */
.aboutus-section{
	font-size: 18px; 
}

.aboutus-section p{}

/* ## 	FOOTER  ## */
.footer-section {
	float: left;
	width: 100%;
	background-color: #5caf17;
	color: #fff;
	padding: 46px 0;
}
.footer-section .footer-item i {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 57px;
	font-size: 22px;
	border: 1px solid #fff;
	border-radius: 50%;
	float: left;
	margin-right: 18px;
}
.footer-inner{
	margin-top: 15px;
}
.footer-section .footer-item  {
	position: relative;
}
.footer-section p {
	margin-bottom: 0;
}
.footer-section .copyright {
	padding-top: 23px;
	text-align: center;
}
.footer-section a{
	color: #fff;
	cursor: pointer;
}
.footer-item-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2px;
}
.footer-item-desc {
	font-size: 16px;
	font-weight: 300;
}
.back-top {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}
.back-top i {
	color: #fff;
	font-size: 24px;
}
.back-top:hover {
	text-decoration: none;
}

.back-home {
	line-height: 160px;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
}

.back-home a {
	font-size: 24px;
}
.back-home a:hover {
	text-decoration: none;
	color: #4a2699;
}


@media only screen and (max-width: 991PX) {
	.footer-section .footer-item i {
		height: 38px;
		line-height: 34px;
		margin-right: 10px; margin-top:4px;
		width: 38px;
	}
	
	.footer-inner {
		margin-top: 5px;
	}
	
	.footer-section p {
    margin-bottom: 0;}
	
	.footer-section .footer-item-desc {
    font-size: 14px;
    font-weight: 300;
	}
	.back-top {
    margin-top: 30px;
    text-align: center;}
}