/*
  Theme Name: Oxygen
  Theme Uri: http://www.themeum.com
  Author: Themeum
  Author Uri: http://www.themeum.com
  Description: Onepage Site Template
  Version: 1.0
*/

/*************************
*******Typography******
**************************/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #000;
}
.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #fff;
}
.btn {
  border: 0;
  border-radius: 0;
}
.btn.btn-primary:hover {
  background-color: #017fb5;
}
.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}
a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}
section {
  padding: 0px 0;
}
.heading {
  padding-bottom:0px;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}
.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

/*************************
********Home CSS**********
**************************/
.main-nav{
	height:80px!important;
}
.collapse .navbar-collapse{
	height:80px!important;
}
.nav .navbar-nav .navbar-right{
	height:80px!important;
}
.collapse navbar-collapse{
	height:80px!important;
}

#home-slider {
    overflow: hidden;
    position: relative;
    height: 578px;
    margin-bottom: 50px;
    width: 100%;
}
#home-slider .caption {
  position: absolute;
  top: 39%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 578px!important;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.7);
   height: 578px!important;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

.navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-right li.active a {
  background-color: #007cc3;
}

.navbar-brand h1 {
  margin-top: -15px;
}
.service-icon {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 90px;
  line-height: 90px;
  width: 90px;  
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.our-services .col-sm-4:hover .service-icon {
  background-color: #333;
}

.our-services .col-sm-4 {
  border-right:1px solid #f2f2f2;
  border-bottom:1px solid #f2f2f2;
  padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
  border-bottom:0;
  padding-top: 60px;
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
  border-right:0;
}

.service-info h3 {
  margin-top: 35px;
}

#about-us {
/* background-image: url(../images/about-bg.jpg);*/
/*<!-- padding-top:170px;-->*/
 background-repeat:no-repeat;
 background-size:100% 100%;


}
.dividerunderline{
	width:300px;
	height:40px;
	margin:auto;
	margin-bottom:50px;
}
.dividerunderline img{
	width:100%;
	height:100%;
}
.para{
	width:100%;
	height:auto;
}
.para p{
	text-align:justify;
	padding-left:3px;
	padding-right:3px;
}
.button{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:50px;
	text-align:center;	
}
.button a{
	background:#007cc3;
	padding:5px;
	color:#FFF!important;
	border-radius:5px;
}
.button a:hover{
	color:#f8c300;
	background-color:#000;
}
.section{
	width:335px;
	height: 535px;
	text-align:center;
	float:left;
	margin-right:45px;
}
.icon{
	background-color:#ebebeb;
	width: 100%;
	height: 200px;
	margin:auto;
	border-radius:30px;
}
.icon img{
	width: 95%;
	height: 91%;
	margin-top:9px;
	border-radius:30px;
}
.head h1{
	font-size:22px;
}
.para p{
	margin-bottom:50px;
}
.click a{
	padding:5px;
	border:1px solid #959595;
	color:#5a5a5a;
}
.click a:hover{
	background:#007cc3;
	color:#FFF;
}
.products{
	background:#f6f6f6;
	padding-top: 20px;
	padding-bottom: 20px;
}
.products h2{
	text-align:center;
}
#resume{
	margin-top:0px;
}
#resume h2{
	margin-bottom:0px;
	text-align:center;
}	
.carrer{
	width:100%;
	height:405px;
	background-image:url(../images/grey-footer.jpg);
	background-size:100% 100%;
	background-repeat:norepeat;
}
.client{
	width:100%;
	height:auto;
	margin-bottom:70px;
}
.client h2{
	margin-bottom:0px;
	text-align:center;
}
.contactushead h2{
	color:#FFF!important;
}
.contactushead p{
	color:#FFF;
}
#about-us h2 {
  margin-top: 0;
  color: #000;
  text-align:center;
  margin-bottom:0px;

}

#about-us .lead {
  font-size: 16px;
  margin-bottom: 10px;
}
#about-us h1 {
  margin-bottom: 30px;
}
.progress{
  height: 20px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 25px;
}
.progress-bar{
  box-shadow: none;
  -webkit-box-shadow: none;
  text-align: right;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 600;
}
.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 2s ease-in-out;
  transition:  width 2s ease-in-out;
}
#services{
	padding-top:50px;
	width: 100%;
height: auto;
}
#services h2{
	text-align:center;
	margin-bottom:0px;
	margin-top:0px;
}
#product{
		padding-top:0px;
}
#product h2{
	text-align:center;
		margin-bottom:0px;
		margin-top:0px;
	
}
#videos{
	padding-top:50px;
}
#videos h2{
	margin-bottom:0px;
		margin-top:0px;
}
#clients{
		padding-top:50px;
}
#clients h2{
	margin-bottom:0px;
		margin-top:0px;
}
.product1{
	width:260px;
	height:400px;
	margin-bottom:25px;
	background:#fefefe;
	margin-right:25px;
	float:left;
}
.productimage{
	width:260px;
	height:200px;
	
	box-shadow: 0px 5px 25px #d9d6d6;
}
.productimage img{
	width:100%;
	height:85%;
}
.view{
	width:80px;
	height:80px;
	text-align:center;
	border-radius:38px;
	background:#007cc3;
	margin:auto;
	position:relative;
	top:-32px;
	padding-top:25px;          
}
.view:hover{
	background-color:#f8c300;
	
}
.view a{
	color:#FFF;
	
}
.view a:hover{
	color:#007cc3;
}
.name h3{
	font-size:18px;
	margin:0px;
	text-align:center;
	position:relative;
	top:-16px;
}
.social-icons {
  margin-top:30px;
  text-align: center;
}
.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team-member {
  text-align: center;
  color: #333;
  font-size: 14px;
 position:relative;
 left:168%;
}

.team-member:hover .social-icons ul li a.facebook {
  background-color: #3b5999;
}
.team-member:hover .social-icons ul li a.twitter {
  background-color: #2ac6f7;
}
.team-member:hover .social-icons ul li a.dribbble {
  background-color: #ff5b92;
}
.team-member:hover .social-icons ul li a.linkedin {
  background-color: #036dc0;
}
.team-member:hover .social-icons ul li a.rss {
  background-color: #ff6b00;
}

.img-responsive {
    width: 65%;
    height: auto;
}

.member-info h3 {
  margin-top: 35px;
}

.member-info h4 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #999;

}
.blog-posts
{
	 margin:auto;
	 width:100%;
	 text-align:center;
}
#features {
  text-align: center;
  background-image: url(../images/features-bg.jpg);
}

#features i {
  font-size: 48px;
}

#features h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

#features .slider-overlay {
  opacity: 0.8;
}



#google-map {
  height: 350px;
}

#contact-us {
  background-image:url(../images/contact-bg.jpg);
  padding-bottom: 90px; 
    padding-top: 45px;
}

#contact-us .heading {
  padding-top: 40px;
}

.form-control {
  background-color: transparent;
  border-color: rgba(255,255,255,.1);
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  min-height: 180px;
  resize:none;
}

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

.contact-info {
  padding-left:70px;
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 8px;
  color:#FFF;
}

.contact-info ul li a {
  color: #fff;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border:0;
  margin-top: 40px;
}

#footer {
  color:#FFF;

}

.footer-top {
  position: relative;
  padding:30px 0
}

#footer {
  background-color: #000;
  padding: 20px 0 0px;
}
.footer-bottom {
	  background-color: #007cc3;
  padding: 20px 0 10px;
}
#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    text-align: -webkit-center;
}
.footer-logo .img-responsive {
    width: 19%;
    height: auto;
}
#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}
.rowleft{
	width:50%;
	float:left;
}
.rowright{
	float:right;
	width:50%;
}
.carrerleft{
	float:left;
	width:50%;
	height:auto;
}

.carrerleft h3{
	color:#FFF;
	font-size:23px;
	text-align:center;
	padding-top:150px;
}
.carrerleft p{
	color:#FFF;
	text-align:center;
	
}
.carrerright{
	float:right;
	width:50%;
	height:auto;
}
.panel-body h4{
	color:#FFF;
}

.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}
/******aboutus page************/
.aboutus{
	width:100%;
	height:69px;
	background-color:#007cc3;
	border-top:1px solid #0066cc;
}
.pagename{
	width:100%;
	height:auto;
}
.pagename h2{
	float:left;
	color:white!important;
	font-size:24px;
	line-height:60px;
	margin-top:0px!important;
	margin-bottom:0px!important;
}
.border{
	    border-left: 6px solid #FFF;
    float: left;
    display: block;
    height: 28px;
    width: 18px;
	margin-left:20px;
	margin-top:18px;
}
.containerleft{
	width:30%;
	height:auto;
	float:left;
}
.companyprof{
	width:100%;
	height:542px;
}
.companyprof img{
	width:100%;
	height:100%;
}
.containerright{
	width:70%;
		height:auto;
		float:right;
		padding:20px;
	
}
.containerright h3{

	padding-bottom:10px;
}
.containerright img{
	margin-top:20px;
}
.containerright p{
	text-align:justify;
	float:left;
}
.containerright p span{
display: block;
float: right;
width: 91%;
text-align:justify;

}
.list-containerright p{
	float:none;
}
.list-containerright p span {
    display: block;
    float: left;
    width:90%;
    text-align: justify;
}
.containerright i{ 
vertical-align: top;
}
.way{
	width:100%;
	height:auto;
	overflow:auto;
	text-align:center;
}
.way h1{
	color:#007cc3;
	margin-top:0px;
	margin-bottom:0px!important;
}
.top{
	width:100%;
height:auto;

}

.material-icons {
    font-family: 'Material Icons'!important;
    font-weight: normal;
	font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
}
/* Accordions
====================================*/
.accordion {
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	width:100%;
	border:1px solid black;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	padding: 0;
	font-size: 13px;
	padding: 14px 0 15px 0;
	line-height: 26px;
	outline: none;
	color: #707070;
	border: 1px solid #e0e0e0;
	margin-top: -1px;
	font-weight: 500;
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	-ms-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}

.ui-accordion .ui-accordion-header { background-color: #fcfcfc; }
.ui-accordion .ui-accordion-header:hover { background-color: #fff; }

.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active { background-color: #fff; color: #169fe6; border-bottom: 0; }

.ui-accordion .ui-accordion-icons { padding-left: 50px;}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: 20px; }
.ui-accordion .ui-accordion-content {
	padding: 0px 5px 20px 5px;
}

.ui-accordion .ui-accordion-content p { margin: 0; }
.ui-accordion .ui-accordion-content { border: 1px solid #e0e0e0; border-top: 0; }

.ui-accordion-icon,
.ui-accordion-icon-active {
	width: 18px;
	height: 18px;
	display: inline-block;
	background-color: #ccc;
	border-radius: 2px;
	background-image: url(../images/accordion-plus.png);
	background-repeat: no-repeat;
	background-position: 50%;
	float: left;
	margin: 5px 10px 0 0;
	box-shadow:  inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	-ms-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}

.ui-accordion-icon-active {
	background-color: #169fe6;
	box-shadow:  inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
	background-image: url(../images/accordion-minus.png);
}

.accordion ul {
	width:100%;
}
.accordion ul li  {
	margin:0 0 0 20%;
	list-style-type:circle;
}
.sub_link li{
	font-size:16px;
}
.product_link_box{
	background-color:#dfeef7;
}
.list-containerright{
	width:100%;
	height:auto;
	overflow: auto;
	padding-top: 20px;
	color: #000;
	margin-bottom: 20px;
}
.list-containerright i{
	float:left;
	font-size:20px;
	color:#f8c300;
	margin-right: 15px;
margin-top: 5px;
}
.left{
	width:50%;
	float:left;
	height:auto;
}
.left p{
	color:#000;
}
.left img{
	width: 95%;
height: 320px;
}
.right{
	width:50%;
	float:right;
	height:auto;
	color:%000;
}
.right p{
color:#000;
}
.right img{
	width: 95%;
height: 320px;
}
.margin{
	width:100%;
	height:30px;
	
}
/* Accordions ends
====================================*/

.main_link{color:#97979a; width:90%; height:40px; margin:0 auto; display:block; cursor:pointer; padding:10px 0px 10px 10px;}
.main_link a{font-size:15px; color:#5a5a5d;}
.main_link_active_color{color:#1d227a}
.line{margin:2px 0px 2px 0px; padding:0px; width:100%; height:3px; border-bottom:1px solid #dedfe2; display:block}
.sign{width:19px; height:19px; background-color:#a7a8aa; border-radius:3px;display:block; float:left; color:#ffffff; font-size:20px; text-align:center;
  padding: 3px 4.3px 6px 4.3px; margin:3px 8px 0px 0px; line-height:10px; font-weight:bold;}
.sign_active{background-color:#000;}

	
.strong_color{color:#448df1; display:block; font-weight:normal; text-align:left;}
.sub_link a{font-size:15px;color:#737377;}
.sub_link  .list_active{color:red;}
.main_link .list_active{color:#169fe6;}
.stafflogin{height: 36px;background-color: #007cc3;margin:auto;padding-top: 5px;width:115px;float:left;margin-top: 22px;margin-left:2px;text-align: center;}
.stafflogin a{font-family: "Roboto";color:#FFF;font-size:16px;    }
.stafflogin:hover{background:#f8c300;}	
.stafflogin a:hover{color:#000}
.navbar-right {
    width: 78%;
}
.navbar-right {
    height: 80px!important;
    float: right!important;
    margin-right: -15px!important;
    margin-left: -86px;
}

.languagepicker {

    background-color: #FFF;
    display: inline-block;
    padding: 0;
    height: 37px;
    overflow: hidden;
    transition: all .3s ease;
    margin: 0 0px 10px 0;
        margin-top: 0px;
        margin-left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    vertical-align: top;
    float: left;
    margin-top: 22px;
    position: relative;
    z-index: 99;
    margin-left: 5px;

}

.languagepicker:hover {
	/* don't forget the 1px border */
	height: 81px;
}

.languagepicker a{
	color: #000;
	text-decoration: none;
}

.languagepicker li {
    display: block;
    padding: 0px 15px;
    line-height: 33px;
    border-top: 1px solid #EEE;
}
.languagepicker a {

    font-size: 16px;

}
.languagepicker li:hover{
	background-color: #EEE;
}

.languagepicker a:first-child li {
	border: none;
	background: #FFF !important;
}

.languagepicker li img {
	margin-right: 10px;
}

.roundborders {
	border-radius: 5px;
}

.large:hover {
	/* 
	don't forget the 1px border!
	The first language is 40px heigh, 
	the others are 41px
	*/
	height: 245px;
}
.closebtn{
	display:none;
}
.open-menu-responsive{
	display:none;
}