
body {
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	font-size: 300;
	font-size: 16px;
	color:#666666;
	background:#fff;
}
ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
a, a:hover, a:focus, a:active{
    outline: none;
}

.section-padding{
	padding: 60px 0px;

}

/***************************************
banner
***************************************/

.navbar-default {
    background-color: #fff;
    padding: 20px 0;
    transition: all 0.3s;
}
.navbar-default {
    background-color: transparent;
    border: 0px;
}

.navbar-default2
{
	padding:0;
	background-color: rgba(28,74,90, 0.9);
}

.navbar-brand img {
    padding-top: 2px;
    width: 120px !important;
}

.top-nav-collapse {
    padding: 0; 
    background: rgba(0, 0, 0, 0.8);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    text-transform: uppercase;
    background-color: #03C4EB;
}
.navbar-default .navbar-nav > li > a
{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	color: #fff;
    text-transform: uppercase;
    background-color: #03C4EB;
}
#banner{
	background: url('../img/bg-banner.jpg') no-repeat fixed;
	background-size: cover;
	min-height: 650px;
	position: relative;
}
.bg-color{
	background-color: RGBA(0 , 0 , 0 , 0.8);
	min-height: 650px;
}
.banner-info{
	padding-top: 150px;
}
.banner-logo img{
	display: inline-block;
}
.banner-text p{
	color: #fff;
	word-spacing:1px;
	letter-spacing:.7px;
	font-size:14px;
}
.banner-text h1{
	font-family: 'Candal', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	padding-bottom:15px; 
}

.white, .white:hover, .white:focus
{
	color: #fff;
	width: 100% !important;
}

/* **************************************** */

.heading-section h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color:#000;
    font-weight: 700;
    text-transform: uppercase;
	padding:50px 0 30px 0;
}

.heading-section p {
    font-family: 'Open Sans', sans-serif;
    color:#666666;
	padding-bottom:30px;
	letter-spacing:.7px;
	text-align:justify;
	line-height:24px;
	font-size: 15px;
	padding-bottom:60px;
}

.icon i 
{
    color: #03C4EB;
	border: 20px solid #03C4EB;
	font-size: 28px;
    line-height: 80px;
    width: 120px;
	border-radius: 50%;
	margin-bottom:20px;
}

.promotion h4 
{
	text-transform:uppercase;
	color:#000;
}

.promotion p 
{
	padding:10px 0 40px; 
	text-align:justify;
	font-size:14px;
	line-height:23px;
}

.message h4 
{
	text-transform:uppercase;
	color:#000;
}
.message ul 
{
	padding:10px 0 40px; 
	text-align:justify;
	font-size:14px;
	line-height:23px;
}




/* ************************************************

ABOUT PAGE

*************************************************** */
.navbar-default2
{
	padding:0;
	background-color: rgba(0, 0, 0, 0.85);
}

.section-title {
  font-size: 28px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-top:-80px;
}

.section-description {
  text-align: center;
  font-size:14px;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 80px;
  height: 3px;
  background: #03C4EB;
  margin: 0 auto;
  margin-bottom: 20px;
}

.about-page {
  background: #fff;
  margin-bottom:80px;
}

.about-page .about-title {
  /* color: #333; */
  font-weight: 600;
  font-size: 16.4px;
}

.about-page .about-text {
  line-height: 26px;
  font-size:15px;
  text-align:justify
}


#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/about-img.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#subscribe .subscribe-text {
  color: #fff;
  letter-spacing:.7px;
}

#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}

#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
  text-decoration:none;
}



.box i {
    margin-bottom: 30px;
}

.circled {
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    width: 1.6em;
    height: 1.6em;
    text-align: center;
    line-height: 1.6em;
}

.box p 
{
	line-height:25px;
	padding-top:10px;
	text-align:justify;
}

.box h4
{
	color:#000;
}


/* *************************************
Services
***************************************/

#callaction
{
}

.callaction {
    padding: 0 30px 0 30px;
    border-radius: 4px;
    border-bottom: 2px solid #f2f2f2;
}
.bg-gray {
    background: #fafafa;
}

.callaction p 
{
	line-height:30px;
	word-spacing:.5px;
	font-family: 'Roboto Slab', serif;
	font-size:17px;
}

.service-box {
	margin-bottom: 40px;
}

.service-icon {
	margin: 0 20px 20px 0;
	float: left;
}	

.service-desc p {
	line-height:2;
}

#testimonial {
	background-image: url(../img/parallax/1.jpg) /* no-repeat fixed */;
	/* background-size: cover;
	position: relative; */
}

#testimonial p 
{
	margin-top:20px;
	line-height:1.5em;
}

.home-section {
    padding-top: 100px;
    display: block;
    position: relative;
    z-index: 120;
    background-color: #fff;
}
.paddingbot-60 {
    padding-bottom: 60px !important;
	margin-top: 20px;
}

.block-text {
    background-color: #fff;
    border-radius: 4px;
    margin: 0 0 40px;
    padding: 15px 18px;
}
.block-text a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.mark {
    font-weight: 600; 
	padding: 12px 0;
}

.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
	box-shadow: none;
}

.person-text span
{
	color:#fff;
}


.person-text {
	
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    display: block;
    margin-top: 10px;
    color: #fff;
	font-weight: 600;
}

.person-text a:hover
{
	color: #03C4EB;
    text-decoration: none;
}

.rel {
    position: relative;
}

.person-text img.person {
	margin: 0 auto;
	width: 200px;
	height: 200px;
}

.carousel-control {
  position: absolute;
  top: 37%;
  bottom: 0;
  left: 0;
  width: auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.right {
  right: 20px;
}
.carousel-control.left {
  left: 20px;
}

/***************************************
Product
***************************************/

.filter
{
    font:600 12px/29px "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    padding: 0 13px;
    position: relative;
    overflow: visible;
    margin: 10px 8px 0 0;
    display: inline-block;
    transition: all .3s ease-in-out;
    color: #888;
	border-radius: 3px;
}

#filters li a
{
    font:600 12px/29px "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    padding: 0 13px;
    position: relative;
    overflow: visible;
    margin: 10px 8px 0 0;
    display: inline-block;
    transition: all .3s ease-in-out;
    color: #888;
	border-radius: 3px;
}

#filters span:hover 
{
    color: #3c3c3c;
}

#filters  a:hover 
{
    color: #3c3c3c;
}
 

#filters span 
{
    color: #888;
}

#filters a 
{
    color: #888;
}

.hover
 {
    background-color: rgba(0, 0, 0, 0.6);
}

.filter-active{
    background-color: #03C4EB;
    color: #fff!important;
    opacity: 1;
    border: 1px solid #03C4EB;
}


.hover-iner span {
    text-transform: uppercase;
    margin-top: 50%;
    text-align: center;
    font-size: 14px;
    color: #03C4EB;
}

.hover-iner a {
    position: absolute;
    top: 30;
    left: 25%;
    margin-left: 0;
    margin-top: -18px;
    background-color: rgba(0,0,0, 0.0);
    border: none;
    height: 80px;
    line-height: 80px;
    color: #fff;
    text-align: center;
}

.next-page a 
{
    position: absolute;
    top: 35%;
    left: 55%;
    margin-left: 0;
    margin-top: -18px;
    background-color: rgba(0,0,0, 0.0);
    border: none;
    height: 80px;
    line-height: 80px;
    color: #fff;
    text-align: center;
}

.label-text h3 {
    margin: 20px 0 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
	text-align:center;
}

.label-text a:hover
{
	color: #03C4EB;
	transition: 1s;
}

.fancybox-overlay {
    background: RGBA(0 , 0 , 0 , 0.8);
}

/***************************************
Contact us
****************************************/
#contact {
    padding: 0 0;
	margin-bottom:80px;
}

.section-description {
    text-align: center;
    margin-bottom: 40px;
}

#contact .form input, #contact .form textarea {
    border-radius: 0;
    box-shadow: none;
}

#contact .form button[type="submit"]:hover {
    background: #25d8fc;
}
#contact .form button[type="submit"] {
    background: #03C4EB;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

#contact .info p {
    padding: 0 0 10px 50px;
    line-height: 27px;
	text-align:justify;
}

#contact .info i {
    font-size: 32px;
    color: #03C4EB;
    float: left;
}



/***************************************
footer
***************************************/

#footer{
	background-color: #000;
}

footer 
{
    border-top: none;
}

.ftr-tle {
    height: 50px;
}

.info-sec {
    color: #fff;
}

.quick-info li i {
    font-size: 8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: left;
}

.social-icon li {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 5px;
}
.bgred {
    background-color: #E74C3C;
}
.bgdark-blue {
    background-color: #2C3E50;
}
.bglight-blue {
    background-color: #3498DB;
}
.top-footer {
    padding: 40px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-line {
    padding: 30px 0px;
    color: #fff;
}

.footer-line a {
    color: #0CB8B6;
}

.quick-info li a{
    color: #fff;
}

.credits a 
{
	color:#03C4EB;
}

abbr[data-original-title], abbr[title]
{
	border-bottom: 1px dotted #03C4EB;
}
