@import url(animate.min.css);
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
html,
body {
    height: 100%
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #5f5f5f;
    line-height: 28px;
	margin:0; padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

i {
    font-style: normal;
}

.p0 {
    padding: 0 !important;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-left{ float:left; width:100%; text-align:right;}
.top-left span {
    line-height: 30px;
    font-size: 14px;
    text-transform:capitalize;
    color: #fff;
    display: inline-block;
    padding:0px;
    margin-left: 10px
   
}
.header { float: left; width: 100%;  background:url(../images/header_bg.jpg) #fff 100% 0 no-repeat; padding:0;}
.header.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}
.header-logo{z-index: 999;
/*margin-top: -40px;*/
    width: 150px;
}
.header.stricky-fixed .header-logo{
z-index: 999;
/*margin-top: -40px;*/
}
.show-report{ float:left; width:100%; padding:0; margin:0; background-color: #ff9933;}
.show-btn{ float:left; background:#78cbc2; width:100%; text-align:center; border:0; color:#fff; text-decoration:none; text-transform:uppercase;}
.show-btn:hover{ background:#ebb240; color:#fff;}
.social-bx{ 
	margin:0 px;
	float:right;
}

.social-bx li{ 
	font-size:15px; 
	margin:0;
	position:relative;
    border-left: 1px solid #fbba78;
}
.social-bx li:last-child{ border-right: 1px solid #fbba78;}
.social-bx li{ 
	padding-left:5px;
	padding-right:5px;
}
.social-bx li a {
	color:#fff;
    width: 20px;
    text-align: center;
}
.social-bx li a:hover{color:#bf2e38;}
.social-bx li i { 
	vertical-align:baseline; 
	margin:0 5px 0 0;
}
.social-bx li span { 
	vertical-align:baseline; 
	margin:0 2px 0;
	font-size:8px;
	}

.navigation {
  position: relative;
}
.navigation .nav-header {
  display: none;
  padding: 12px 20px;
}
.navigation .navbar button { float:right;
  width: 40px;
  height: 40px;
  background: #19242a;
  border: none;
  outline: none;
  text-align:center;
  color: #fff;
  font-size: 25px;
  border-radius: 0px;
}
.navigation .navbar button:hover{ background:#ebb23e;}
.navigation .menu {
  display: block;
}
.navigation .menu ul{ float:right;}
.navigation .menu ul > li {
  display: inline-block;
 /* padding: 1.6em 0;*/
 padding: 25px 0;
  position: relative;
}
.navigation .menu ul > li:hover a,
.navigation .menu ul > li.active a {
  color: #bf2e38;
  background-color:transparent;
}
.navigation .menu ul > li:hover{color: #ebb240;}
.navigation .menu ul > li:last-child > a {
  border: none;
  /*padding-right: 0;*/
  
}
.navigation .menu ul > li > a {
padding: 0px 0px 0 24px;
  display: block;
 color:#393d3c;
 font-size:14px;
  text-transform:uppercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background:none;
}
.navigation .menu ul > li > ul.cs-dropdown {
  top: 110%;
  left: 0;
}
.navigation .menu ul > li > ul.cs-dropdown.align-right {
  right: 0;
  left: auto;
}
.navigation .menu ul > li:hover > ul.cs-dropdown {
  visibility: visible;
  opacity: 1;
}
.navigation .menu ul > li > ul.cs-dropdown > li > ul.cs-dropdown {
  left: 100%;
  margin-top:-40px;
}
.navigation .menu ul > li > ul.cs-dropdown > li > ul.cs-dropdown.align-right {
  right: 100%;
  left: auto;
}
.navigation .menu ul > li > ul.cs-dropdown > li:hover > ul.cs-dropdown {
  visibility: visible;
  opacity: 1;
}
.navigation .menu ul > li ul.cs-dropdown {
  position: absolute;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: all .3s ease;
   transition: all .3s ease;
      box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.4);
}
.navigation .menu ul > li ul.cs-dropdown li {
  display: block;
  padding: 0;
  background: #fff;
}
.navigation .menu ul > li ul.cs-dropdown li:last-child a {
  border-bottom: 0;
}
.navigation .menu ul > li ul.cs-dropdown li:last-child a:after {
  display: none;
}
.navigation .menu ul > li ul.cs-dropdown li:hover > a {
  color: #fff;
    background: #78cbc2;
}
.navigation .menu ul > li ul.cs-dropdown li a {
  color: #333;
  padding: 2px 10px 2px;
  position: relative;
  display: block;
  font-weight:normal;
  font-size:14px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
   text-transform:capitalize;
}
.navigation ul .cs-submenu > a > button {
  display: none;
}
.navigation .navbar{
    display: none;
    padding: 12px 20px;
	margin:0;
}
.bannerarea{ float:left; width:100%; margin:0; padding:0;}
.overview{ float:left; width:100%; margin:0; padding:0; background:#fff;}
.no-padding, section.no-padding {
    padding: 0;
}
.inner-padding { float: left; width: 100%;
    padding: 70px 0 70px 0;
}
.overview .image-container {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    background-size: cover !important;
}
.overview .background-image {
    background-position: 50% 60%!important;
    background-size: cover!important;
    width: 100%;
    height: 100%;
    max-height:100%;
    left: 0;
    position: absolute;
    z-index: 0;
}

.overview .background-image {
    background: url(../images/special-offer.jpg);
}
.background-image { padding:50px 0px 50px 30px;}
.background-image h1{ color:#fff; text-align: right;
padding-right: 30px;}


.overview-content p{ font-size: 14px; line-height: 24px; text-align: justify;}
.overview-content p strong{ font-size: 16px;}
video, object {

display:inline-block;

vertical-align:baseline;

min-width:100%;

min-height:100%;

}

video{ border:1px solid #eee;}
.overview-content ul{ float:left; width:100%; margin:0; padding:0;}
.overview-content ul li{ margin-bottom:12px; font-size:15px; line-height:24px;}
.photographs{float:left; width:100%; margin:0; padding:50px 0; background:#fff;}
.photographs h2{ font-size: 24px;
text-transform: uppercase;
text-align: center;
margin-bottom: 25px;}
.portfolio-categories  {
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
	margin-bottom: 80px;
}
.portfolio-categories li { 
	display: inline-block;
	margin: 0 10px 20px;
}
.portfolio-categories li a { 
	padding: 6px 20px;
	text-transform: uppercase;
	color: #666;
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 3px;
	text-decoration: none;
}
.portfolio-categories li a.active { 
	border: 1px solid #bababa;
	color: #222;
}
.portfolio-box {
	border: 2.5px solid #e9eae2;
}
.portfolio-box a::before {
	background-color: rgba(235,178,64,0.85);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.portfolio-box:hover a::before {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
.portfolio-box.wide {
	width: 66.6666%;
}
.portfolio-box h3 {
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	text-transform: uppercase;
	transform: translate(0%, -50%) scale(0);
	-webkit-transform: translate(0%, -50%) scale(0);
	-moz-transform: translate(0%, -50%) scale(0);
	-ms-transform: translate(0%, -50%) scale(0);	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	margin: 0;
	color: #fff;
}
.portfolio-box h3 span::before ,
.portfolio-box h3 span::after {
	margin-left: 10px;
	margin-right: 10px;
}	
.portfolio-box h3 span::before {
	content: "[";
}
.portfolio-box h3 span::after {
	content: "]";
}
.portfolio-box:hover h3 {
	transform: translate(0%, -50%) scale(1);
	-webkit-transform: translate(0%, -50%) scale(1);
	-moz-transform: translate(0%, -50%) scale(1);
	-ms-transform: translate(0%, -50%) scale(1);
}

.information{ float:left; width:100%; margin:0; padding:0; background:#e9eae2;}

.information .image-container {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    background-size: cover !important;
}
.information .background-image {
    background-position: 50% 50%!important;
    background-size: cover!important;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
}

.information .background-image {
    background: url(../images/information/information.jpg);
}
.information h1{ text-align:left; padding-right:30px; color: #000;}
.information h1 small{ text-align:left; color: #000;}
.information-box{ float:left; width:100%; margin:0; height:340px; }
.information-box img{ margin-bottom:10px; 	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
  .information-box img:hover{ -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);}
.information-box h3{ float:left; width:100%; color:#333333; text-transform:uppercase; font-size:18px;}
.information-box h3 a{ color:#333333;}
.information-box h3 a:hover{ color:#ebb240;}
.focus-sector{ float:left; width:100%; margin:0; padding:50px 0; background:#e6e6e6;}
.focus-sector-wrapper h2{ text-align:center; text-transform:uppercase; font-size:24px;}
.focus-sector-wrapper ul {
	overflow:hidden;
}
.focus-sector-wrapper ul.secnd-spacer {
	margin-bottom:20px;
}
.focus-sector-wrapper ul li {
	float:left;
	overflow:hidden;
	margin-top:25px;
	height:100px;
width: 16.66%;
text-align: center;
margin-left: 0%;

}
.focus-sector-wrapper ul li:first-child {
	margin-left:0px;
}
.focus-sector-wrapper ul li a {
	color:#404041;
	font-size:15px;
	display:block;
	line-height: 20px;
}
.focus-sector-wrapper ul li a:hover {
	color:#fd5000;
}
.focus-sector-wrapper ul li a i {
	width:50px;
	height:50px;
	margin:0 auto;
	display:block;
	margin-bottom:6px;
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.focus-sector-wrapper ul li a i:hover{ -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);}
.sponsors{ float:left; width:100%; margin:0; padding:50px 0;}
.sponsors h2{ font-size:24px; text-transform:uppercase; text-align:center; margin-bottom:25px;}
#sponsor .item{
        margin: 5px;
		text-align:center;
	
		padding:10px 0;
}
#sponsor .item img{
        display: block;
        height: auto;
		-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
    }
#sponsor .item img:hover{ -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);}
#sponsor .owl-controls .owl-buttons div.owl-prev{ float:left; background:none;}
#sponsor .owl-controls .owl-buttons div.owl-prev:bofere{ color:#333; content:"\f177"; font-family:FontAwesome;}
.contacts{float:left; width:100%; margin:0;  padding: 20px 0 130px; background:#fff; url(../images/bg.jpg) bottom no-repeat; background-size:100%;}
.inner-padding1 {
    padding: 80px 0 70px 0;
}
.contacts .image-container {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    background-size: cover !important;
}
.contacts .background-image { float:left;
    background-position: 50% 50%!important;
    background-size: cover!important;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
	padding:0;
}
.contacts h1{  padding: 0px 50px; color: #000; margin-bottom: 20px;}
.contact-details{ padding:0px 50px;}
.contact-details ul{ float:left; width:100%; margin:0 0 15px; padding:0 0 30px; border-bottom:1px solid #ccc;}
.contact-details ul li{ float:left; width:100%; margin-bottom:15px; font-size:15px; line-height:24px;}
.contact-details ul li i{ float:left; width:40px;  font-size:22px; color:#f42835; height: 40px; line-height: 40px;}
.contact-details ul li span{ float:left; padding-right:46px;  font-size:15px;}
.contact-details .social { border:0; float:left;}
.contact-details .social li{ float:left; width:auto; display:inline;}
.contact-details .social li a { font-size:16px;
    color: #000;
}
.contact-details .social li a:hover {
    color: #ebb240;
}



.latest-news{float:left; width:100%; margin:0; padding:0; background:#eee;}
.inner-padding1 {
    padding: 50px 0 70px 0;
}
.latest-news .image-container {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    background-size: cover !important;
}
.latest-news .background-image { float:left;
    background-position: 50% 50%!important;
    background-size: cover!important;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
	padding:0;
}
.latest-news-content{ float:left; width:100%; background:#fff; height:620px; padding:60px 30px;}
.latest-news-content h2{ float:right; text-align:right; width:100%; padding-bottom:30px; color:#eab855; text-transform:uppercase;} 
.blog{ float:left; width:100%; margin:0; padding:0;}
.blog h2{ float:right; text-align:right; width:100%; padding-bottom:30px; color:#eab855; text-transform:uppercase;} 
.contact-details{ padding:0px 50px;}


.blog-box{ float:left; width:100%; margin-bottom:15px;}
.blog-box h2{ font-size:22px; text-transform:uppercase; color:#333;}
.blog-box .date { text-transform:uppercase;}
.blog-box .date span{ color:#78cbc2;}
.blog-box img{ width:100%; margin-bottom:10px;}
.blog-box p{ text-align:justify; font-size:14px; line-height:20px;}
.view-more{ float:right; text-align:right; color:#fd5000; text-transform:uppercase;}
.view-more:hover{ color:#78cbc2;}

.countdown {
	text-align:center;
}
.countdown div {
  margin: 20px;
  display: inline-block;
  padding: 25px;
  min-width: 120px;
  background-color: #F44336;
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.countdown div span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}



.footer{float:left; width:100%; background:#ebb23e; margin:0; padding:30px 0px 20px;}
.footer-details {
	padding:15px 0;
	border-bottom:1px solid #c6c6c5;
}
.footer-details .details-section .visiter-details{
	color:#fff;
	font-size:16px;
	font-weight:400;
}
 .details-section h4{
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:900;
}
.details-section p , .details-section p a{
	font-size:14px;
	margin:0px;
	color:#fff;
	text-align:center;
}
 .details-section p span {
	font-weight:700;
}
.details-section p{ line-height:24px;}
.footer-bottom{ float:left; width:100%; margin:0; padding:10px 0 0; background:#eee;}
.footer-right{ float:right; margin:0; padding:0;}
.footer-right ul{ float:right; width:100%; margin:0; padding:0;}
.footer-right ul li{ float:left; display:inline; margin-right:15px;}
.footer-right ul li a{ color:#fd5000;}
.footer-right ul li a:hover{ color:#333;}
.view-more1{ float:right; font-size:18px; line-height:24px; color:#fd5000; padding-bottom:30px; text-transform:uppercase;}
.view-more1 i{ margin-left:10px;}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #333;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #ffad3a;
}
#back-to-top.show {
    opacity: 1;
}
.select-language{float: right;
    line-height: 26px;
}
.application-form{ float: left; width: 100%; margin: 0; padding:0; background: #eee;}
.signup-form {
  font-family: "Roboto", sans-serif;
  width:100%;
  margin:30px auto;
  background:linear-gradient(to right, #ffffff 0%, #fafafa 50%, #ffffff 99%);
}

/*---------------------------------------*/
/* Form Header */
/*---------------------------------------*/
.form-header  {

}

.form-header h1 {
  font-size: 24px;
  text-align:center;
  color:#666;
  padding:20px 0;
  border-bottom:1px solid #cccccc;
}

.form-header h2 {
  font-size: 24px;
  text-align:left;
  color:#666;
  padding:20px 0;
  border-bottom:1px solid #cccccc;
}

/*---------------------------------------*/
/* Form Body */
/*---------------------------------------*/
.form-body {
  padding:10px 40px;
  color:#666;
}

.form-group{
  margin-bottom:10px;
}

.form-body .label-title {
  color:#333;
    font-weight: normal;
  font-size: 14px;
}

.form-body .form-input {
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333333;
    text-align: left;
    border: 1px solid #d6d6d6;
    border-radius: 0px;
    background: white;
    outline: none;
}

.check-box label input{float: left;  margin-right: 5px; margin-top: 10px;}

.horizontal-group .left{
  float:left;
  width:49%;
}

.horizontal-group .right{
  float:right;
  width:49%;
}

input[type="file"] {
  outline: none;
  cursor:pointer;
  font-size: 17px;
}

#range-label {
  width:15%;
  padding:5px;
  background-color: #1BBA93;
  color:white;
  border-radius: 5px;
  font-size: 17px;
  position: relative;
  top:-8px;
}


::-webkit-input-placeholder  {
  color:#d9d9d9;
}

/*---------------------------------------*/
/* Form Footer */
/*---------------------------------------*/
.signup-form .form-footer  {
  background-color: #EFF0F1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding:10px 40px;
  text-align: right;
  border-top: 1px solid #cccccc;
  clear:both;
}

.form-footer span {
  float:left;
  margin-top: 10px;
  color:#999;  
  font-style: italic;
  font-weight: thin;
}

.btn {
   display:inline-block;
   padding:10px 25px;
   background: #ebb23e;
   font-size:14px;
   border:none;
   border-radius:0px;
   color:#000;
   cursor:pointer;
}

.btn:hover {
  background-color: #169c7b;
  color:white;
}

#contact-form{ padding: 50px 0 50px 15px;}

.input-wrapper {
    position: relative;
}
/**
	Inputs
**/
input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
select {
background: #fff;
font-size: 1.6rem;
border: 1px solid #d6d6d6;
padding: 5px 15px;
margin: 0 0 15px;
display: inline-block;
position: relative;
width: 100%;
max-width: 100%;
color: #333;
}
textarea {
  min-height: 130px;
}
.green{background: #ebb23e;
color: #000;
border: 0;
padding: 7px 15px;
}
.title { float:left; width:100%;
	margin: 25px 0 25px;
	position: relative;
		text-transform:capitalize;
}
.title h1{ color: #f38001;}
.title::before {
	border-bottom: 1px solid #ff9933;
	bottom: -7px;
	content: "";
	font-size: 90px;
	height: 50px;
	position: absolute;
	right: 0;
	width: 100%;
}

.member-single {
    margin-bottom: 30px;
	margin-top:20px;
}
.member-single .text {
    background: #fff;
    text-align: center;
    padding: 12px 15px;
}
.member-single .text h2 {
    color: #333;
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.member-single .text h3 {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
}
.member-single .text p {
    color: #ff9933;
}
.member-single .thumb img {
    width: 100%;
    height: auto;
}
.member-single .social .title12 {
    text-align: center;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}