/*
Template Name: SinglePro - Multipurpose Bootstrap HTML5/CSS3 One Page Template
Template URI:http://www.wpfreeware.com/themes/premium/singlepro/
Author: WpFreeware Team
Author URI: https://wrapbootstrap.com/user/wpfreeware
Description: SinglePro - Multipurpose Bootstrap HTML5/CSS3 One Page Template.
Version: 1.0
Tags: light, white, landing page,single page,Multipurpose,custom-colors,Bootstrap,responsive, html5, css3
*/


/* Table of Content
==================================================
	#BASIC TYPOGRAPHY
	#HEADER
	#ABOUT SECTION
	#SERVICE SECTION
	#Works SECTION
	#TEAM SECTION
	#PRICING SECTION
	#BLOG SECTION
  #TESTIMONIAL SECTION
  #CLIENTS SECTION
  #CONTACT US SECTION
  #FOOTER
*/

/**********************
    Custom
**********************/


/**********************
    Sidebar
**********************/

#social-network{
    position: fixed;
    background: hsla(0, 0%, 0%, 0.5);
    top: 35%;
    left: 20px;
    padding:10px 3px;
    z-index: 999;
}

.social-icon{
    font-size: 22px;
    color: #fff;
    display: block;
    margin: 20px 5px;
    position:relative;
}

.social-icon-facebook{
    padding-left:3px;
}

.social-icon:hover{
    color: #fff;
}

.social-icon {
    display: block;
    position: relative;
    padding-bottom: 3px;
}
 
.social-icon:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
 
.social-icon:hover:before {
    width: 100%;
    background: #fff;
}

#scroll-vertical{
    position: fixed;
    background: hsla(0, 0%, 0%, 0.5);
    top: 35%;
    right: 20px;
    padding:10px 3px;
    z-index: 999;
}

.scroll-element{
  display:block;
  height:10px;
  width:10px;
  border-radius:5px;
  border:2px solid #fff;
  margin: 25px 10px;
  box-sizing: border-box;
}

.scroll-element-active{
    background:#fff;
}

@media (max-width:767px){
    #scroll-vertical{
        right:3px;
    }

    #social-network{
        left: 3px;
    }

    #loader h1{
      margin-top: -10px;
    }
}



/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,html{
  overflow-x:hidden;
}
body {
 font-family: 'Open Sans', sans-serif;
  overflow-x: hidden !important;
}

#contact ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

a{ 
  text-decoration: none;
  color: #2f2f2f;
  
}
a:focus{
  outline: none;
  text-decoration: none;
}
h1,h2{
	font-family: 'Montserrat', sans-serif; 
}
h3,h4,h5,h6{
	font-family: 'Varela', sans-serif;	
}

h2 {
  color: #313338;  
  font-size: 72px;
  font-weight: 700;
  line-height: 57px;
  margin: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}
img{
 border:none;
}


/*scrol to top*/

.scrollToTop {
  bottom: 30px;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9999;
  color: #fff;  
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.scrollToTopHidden{
  display:none;
}

.scrollToTop:hover, .scrollToTop:focus{
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#header{
	float: left;
	display: inline;
	width: 100%;
	position: relative;
}

/*--------.menu_area-------- */
.menu_area{
	position: absolute;
	left:0;
	right: 0;
	top: 0;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-top: 20px;
  padding: 12px 0px;
}
.past-main {
  background-color: rgba(0,0,0,0.8);
  margin-top: 0px;
  padding:6px 0px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;

}
#navbar{overflow-x: hidden;}

.navbar-brand {                                                                                                                                                                                                                                                                                                                                                                                                                         	
	color: #fff !important;
	font-size: 35px;
	font-weight: bolder;
	font-family: 'Varela', sans-serif;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover{
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #fff;
}

/*--------/menu_area-------- */

.slider_area{
	float: left;
	display: inline;
	width: 100%;
	position: relative;
}
.slider_overlay {
  background: none repeat scroll 0 0 #242434;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

/*===SLIDER NAVIGATIONS==*/

.slides-navigation a {
	width: 100px;
	height: 100px;
}

.slides-navigation .icon-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.slides-navigation a::before,
.slides-navigation a::after,
.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
	position: absolute;
	left: 50%;
	width: 3px;
	height: 50%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
	z-index: 100;
	height: 0;
	background: #fff;
	-webkit-transition: height 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, transform 0.3s;
}

.slides-navigation a::before,
.slides-navigation .icon-wrap::before {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.slides-navigation a.next::before,
.slides-navigation a.next .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.slides-navigation a::after,
.slides-navigation .icon-wrap::after {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.slides-navigation a.next::after,
.nslides-navigation a.next .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.slides-navigation h3 {
	position: absolute;
	top: 50%;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.85em;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.slides-navigation a.prev h3 {
	left: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.slides-navigation a.next h3 {
	right: 100%;
	text-align: right;
	-webkit-transform: translateY(-50%) translateX(50%);
	transform: translateY(-50%) translateX(50%);
}

.slides-navigation a:hover .icon-wrap::before,
.slides-navigation a:hover .icon-wrap::after {
	height: 50%;
}

.slides-navigation a:hover::before,
.slides-navigation a:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(-125deg);
	transform: translateX(-50%) rotate(-125deg);
}

.slides-navigation a.next:hover::before,
.slides-navigation a.next:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(125deg);
	transform: translateX(-50%) rotate(125deg);
}

.slides-navigation a:hover::after,
.slides-navigation a:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(-55deg);
	transform: translateX(-50%) rotate(-55deg);
}

.slides-navigation a.next:hover::after,
.slides-navigation a.next:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(55deg);
	transform: translateX(-50%) rotate(55deg);
}

.slides-navigation a:hover h3 {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

/*===SLIDER CAPTION===*/

.slider_caption {
  margin-top: 12%;
  padding: 0 13%;
  position: relative;
  text-align: center;
  z-index: 999;
}
.slider_caption > h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 76px;
  margin: 0 auto 10px;
  padding-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  width: 90%;
}
.slider_caption>p{
	color: #ffffff;
	font-size: 24px;	
}
.slider_caption>a{		
	margin-top: 30px;	
}
.slider_btn, .slider_btn:visited{
	padding: 10px 15px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	text-transform: uppercase;
  background:transparent;
}
.slider_btn:hover,.slider_btn:focus{
	text-decoration: none;
}

/*--------------------*/
/* ABOUT SECTION */
/*--------------------*/

#about {
  display: inline;
  float: left;
  width: 100%;
  padding: 80px 0px;
}
.about_area{
	float: left;
	display: inline;
	width: 100%;
	min-height: 200px;
}
.heading{
	float: left;
	display: inline;
	width: 100%;
}
.heading h2 {
	display: inline-block;
	margin-bottom: 35px;
	padding-bottom: 15px;
	padding-right: 50px;
	font-size: 40px;
	line-height: 40px;
}
.heading p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}
.about_content{
	float: left;
	display: inline;
	width: 100%;
	padding: 50px 0px;
}
.about_featured{
	float: left;
	display: inline;
	width: 100%;
}
.panel-group .panel {
  border-radius: 0;
  margin-bottom: 0px;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  background-color: transparent;
  color: #333;
  border: 0 none !important;
  padding: 5px 15px;
}
.panel-title {
  border-bottom: 1px solid #ccc;
  color: #222;
  font-family: 'Varela', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.panel-title a {
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
}
.panel-default .in{	
  padding-left:10px;
  margin-left: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; 
}
.panel-title a span{
  margin-right: 5px;
}
.panel-body { 
  border-top-color: transparent !important;
  padding: 0px 15px;
  margin: 10px 0px;
}
.about_slider{
	float: left;
	display: inline;
	width: 100%;
	height: 350px;
}
.single_iteam{
	float: left;
	display: inline;
	width: 100%;
	height:100%;
}
.single_iteam img {
  max-width: 100%;
}
.about_slider .slick-dots li button:before {
  content: "•";
  font-size: 28px;  
}
.about_slider .slick-dots li.slick-active button:before {
  opacity: 0.75;

}

/*--------------------*/
/* CHOOSE US */
/*--------------------*/

.choose_us_area{
	float: left;
	display: inline;
	width: 100%;
	min-height: 350px;
	padding: 85px 0px;
	background:/* top, transparent #777, faked with gradient */       
    linear-gradient(        
      rgba(17, 44, 58, 0.7),        
       rgba(17, 44, 58, 0.7)      
       ),      
    /* bottom, image */      
    url(../images/choose_us.jpg);
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	position: relative;
}

.choose_us_area .heading h3 {
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 40px;
  margin: 0 0 40px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 40px;
}

.choose-us{
  min-height:200px;
  position:relative;
  margin-bottom:20px;
}

.choose-us-left{
  position:absolute;
  height:100%;
  top:0px;
  left:0px;
  width:75px;
  text-align:center;
  line-height:200px;
}

.choose-us-left i{
  font-size:32px;
  color:#fff;
}

.choose-us-right{
  margin-left: 75px;
  padding: 15px;
  background: white;
  height: 200px;
  font-size: 12px;
}

.choose-us-right h3{
  font-size: 17px;
  font-weight: 700;
  color: #000;
  margin: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.choose-us-right p {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align:left;
}

.choose-us-left-1{
    background-color: #22A7F0;
}

.choose-us-left-2{
  background-color: #271c66;
}

.choose-us-left-3{
    background: #0099ff;
}

.choose-us-left-4{
  background-color: #777;
}

.choose-us-left-5{
  background-color: #1b8cb0;
}

.choose-us-left-6{
   background-color:#494c5a;
}

/*--------------------*/
/* SERVICE SECTION */
/*--------------------*/

#service {
  display: inline;
  float: left;
  padding: 80px 0 70px;
  width: 100%;
}
.service_area{
	float: left;
	display: inline;
	width: 100%;
	margin-top: 30px;
}
.single_service {
	display: inline;
	float: left;
	width: 100%;
	padding: 0px 35px;
	margin-bottom: 40px;
}
.service_iconarea{
	text-align: center;
	margin-bottom: 10px;
}
.service_icon { 
  border-radius: 100%;
  color: #fff;
  font-size: 72px;
  height: 150px;
  line-height: 120px;
  padding: 15px 0;
  width: 150px; 
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single_service>h2{
	text-align: center;
}
.single_service > h2 span { 
  border-radius: 100%;
  color: #fff;
  height: 150px;
  line-height: 120px;
  padding: 15px 0;
  width: 150px;
}
.single_service .service_title{
  margin: 20px 0 20px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.single_service > .service_title:after {
  bottom: 0;
  content: "";
  height: 3px;
  left: 40%;
  position: absolute;
  width: 100px;
}

/*--------------------*/
/* CONTACT US SECTION */
/*--------------------*/

#contact{
  background: 
    /* top, transparent #777, faked with gradient */       
    linear-gradient(        
      rgba(17, 44, 58, 0.7),        
       rgba(17, 44, 58, 0.7)      
       ),      
    /* bottom, image */      
    url(../images/contact.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	display: inline;
	float: left;
	padding: 80px 0px 0px;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;	
  color:#000;
}

.contact_content {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
  padding-bottom: 30px;
}

#contact h4{
  color:#fff;
  padding-bottom:15px;
  border-bottom: 11px solid #2da2c8;
  font-weight: 400;
  font-size: 16px;
}

#contact h5{
  font-size:18px;
  margin-bottom:10px;
  margin-top:30px;
  color:#fff;
  font-weight: 400;
  font-size: 16px;
}

#contact .meetus{
  padding:10px 30px;
  font-size:20px;
  background: #2da2c8;
  color:#fff;
  margin-top:20px;
  text-align:center;
}
      
#contact .heading h2{
  color:#fff;
}
.contact_form{
	display: inline;
	width: 100%;
}
.contact_form input[type="text"],.contact_form input[type="email"]{
	border-radius: 0px;
}

.contact_form label{
  color:#fff;
}

.submit_btn {
  border: 2px solid #fff;
  color: #fff;
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.submit_btn:hover{
	background-color: #fff;
}
.form-control{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background: rgba(0,0,0,.15);
  border: 1px solid #ccc !important;
  color: #fff;
}
.form-control:focus {
  outline: #fff;  
  box-shadow:none; 
}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea .form-control {
  height: auto;
}

#contact ul li{
  font-size:14px;
  margin-top:10px;
  color:#fff;
}

#contact ul li a{
  color:#fff;
}

#contact ul li i{
  margin:0px 15px;
  display:inline-block;
}

/*--------------------*/
/* FOOTER */
/*--------------------*/

#footer{
	float: left;
	display: inline;
	width: 100%;
	padding: 20px;
	background-color: #444;
}
.footer_left{
	float: left;
	display: inline;
	width: 100%;
}
.footer_left > p {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 5px;
}
.footer_left > p a {  
  font-weight: bold;
}
.footer_right{
	float: left;
	display: inline;
	width: 100%;
}
.social_nav{
	text-align: right;	
}
.social_nav li{
	display: inline-block;
}
.social_nav li a {
  border: 1px solid #fff;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  margin-left: 5px;
  text-align: center;
  width: 35px;
  line-height: 28px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*======================///////////////
			start responsive style
=====================///////////////////////*/


@media(max-width:1199px ){
  .slider_caption > h2 {width: 100%;}
  .blog_slider .slick-prev {left: 91%;}
  #map_canvas{height: 404px;}
  /*only firefox browser*/
  @-moz-document url-prefix() { 
  #map_canvas{height: 404px;	}
  }
  .slider_caption {margin-top: 39%;}
  .subscribe_mail {width: 76%;}
  .subscr_btn {width: 24%;}

}
  
@media(max-width:991px ){
  .navbar-default .navbar-nav > li > a {font-size: 13px;padding: 15px 6px;}
  .navbar-brand {font-size: 28px;}
  #slides{height: 100vh !important;}
  .slider_caption > h2 {font-size: 48px;line-height: 48px;}
  .slider_caption > p {font-size: 20px;}
  .about_area {padding-bottom: 80px;}
  .about_slider{margin-top: 30px;}
  .single_iteam {text-align: center;}
  .single_iteam img {display: inline-block;}
  .single_service .service_title {font-size: 18px;}
  .single_service > .service_title:after {left: 33%;}
  .single_price > h3 {font-size: 20px;line-height: 80px;}
  .single_price .price > h4 {font-size: 50px;line-height: 50px;}
  .price_features li {font-size: 13px;line-height: 15px;}
  .price_btn {font-size: 13px;padding: 10px 15px;}
  .blog_slider .slick-prev {left: 88.5%;}
  .testi_content {width: 100%;}
  .clients_slider .slick-prev {left: 45%;}
  .clients_slider .slick-next {right: 45%;}
  .subscr_btn {font-size: 15px;}
  .single_contact_feaured {margin-bottom: 30px;}
  
}

@media(max-width:767px ){
	.navbar-collapse{background-color: rgba(0,0,0,0.8);} 
	.main_nav{text-align: center;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: rgba(0,0,0,0.5);}
	#slides {height: 100vh !important;}
	.slider_caption {margin-top: 30%;}
	.slider_caption > h2 {font-size: 25px;line-height: 26px;}
	.slider_caption > p {font-size: 18px;}
	.slider_btn {font-size: 18px;}
	.heading h2 {font-size: 30px;line-height: 30px;}
	.skills_area {background-size: cover;}
	.single_skill {width: 50%; margin-bottom: 22px;}
	.counter {width: 50%;float: left;}
	.counter_section {background-size: cover;}
	.portfolio_area {padding: 60px 15px 0;}
	.wagwep-container ul#portfolio-filter a {margin: 0 5px 5px 0;padding: 6px 10px;font-size: 12px;}
	.single_price {margin-bottom: 30px;}	
	.single_price > h3 {font-size: 24px;line-height: 100px;}
	.single_price .price > h4 {font-size: 60px;line-height: 60px;}
	.price_features li {font-size: 15px;line-height: 18px;}
	.price_btn {font-size: 15px;padding: 10px 20px;}
	.single_post h3 {font-size: 15px;line-height: 15px;}
	.testi_content:before {left: 35%;}
	.single_client {padding: 18px 10px;}
	.single_client > img {max-width: 100%;}
	.contact_map {margin-top: 30px;}
	#contactFeature {background-size: cover;}
	.subscribe_form {margin: 0 auto; width: 85%;}
	.team_social a {font-size: 15px;height: 30px;line-height: 30px;width: 30px;}
	.blog_slider .slick-prev {left: 86.5%;}
	.og-close {z-index: 999;}
	#about {padding: 50px 0;}
	#service {padding: 50px 0 50px;}
	#works {padding: 0 0 50px;}
	#team {padding: 50px 0;}
	#pricing {padding: 50px 0;}
	#blog {padding: 50px 0;}
	#testimonial {padding: 50px 0;}
	#clients {padding: 50px 0 100px;}
	#contact {padding: 50px 0 0;}
	#subscribe {padding: 50px  0;}
	.social_nav {margin-top: 20px;text-align: center;}
	.footer_left {text-align: center;}
	.single_service > .service_title:after {left: 41%;}	
  .wagwep-container ul#portfolio-filter li {width: auto;}
  .wagwep-container ul#portfolio-filter a {text-indent: 0;}

}

@media(max-width:650px){
  .slides-navigation {display: none;}
}

@media(max-width:480px ){	
	#slides {height: 100vh !important;}
	.slider_caption {margin-top: 30%;}
	.slider_caption > h2 { font-size: 20px;line-height: 22px;margin-bottom: 0px;}
	.slider_caption > p {font-size: 16px;}
	.slider_caption > a { font-size: 15px; margin-top: 20px;  padding: 8px 10px;}
	.wagwep-container ul#portfolio-filter li {width: auto;}
	.wagwep-container ul#portfolio-filter a {font-size: 10px;margin: 0 0 2px;padding: 5px;text-align: center;text-indent: 0;}
	.blog_slider .slick-prev {left: 81.5%;} 
	.clients_slider .slick-prev {left: 43%;}
	.clients_slider .slick-next {right: 43%;}
	.subscribe_form {width: 100%;}
	.footer_left {text-align: center;}
	.footer_right { margin-top: 20px;}
	.social_nav { text-align: center;}
	.testi_content:before {left: 30%;}	
	.single_service > .service_title:after {left: 38%;}
	.wagwep-container ul#portfolio-filter {padding: 0 3%;}
  .slider_btn {font-size: 14px; padding:5px 15px;}
 
}

@media(max-width:360px ){
	.slider_caption {margin-top: 50%;}
	.slider_caption > a {margin-top: 10px;}
	.slides-navigation h3 {display: none;}
	.slider_caption > h2 {font-size: 18px;line-height: 20px;}
	.panel-title {font-size: 17px;}
	.about_area {padding-bottom: 0px;}
	.about_slider{height: auto;}
	.single_skill {margin-bottom: 25px;width: 100%;}
	.heading h3 {font-size: 20px;line-height: 25px;margin: 0 0 30px;}
	.counter {width: 100%;margin-bottom: 15px;}
	.blog_slider .slick-prev {left: 75.5%;}
	.clients_slider .slick-prev {left: 40%;}
	.clients_slider .slick-next {right: 40%;}
	.subscribe_mail {width: 70%;font-size: 15px;}
	.subscr_btn {width: 29%;font-size: 15px;}
	.heading h2 { font-size: 25px;line-height: 30px;}
	.single_service > .service_title:after {left: 32%;}
}

@media(max-width:320px ){
	.slider_caption > h2 {font-size: 15px;line-height: 18px;}
	.single_service > .service_title:after {left: 29%;}
	.blog_slider .slick-prev {left: 70.5%;}
	.subscr_btn {font-size: 11px;}
	.slider_caption {margin-top: 50%;}  
	
}


/*******************
    Services
*******************/

  #service .heading p{
    font-size:18px;
  }

/****************
    Service Spinner
  ****************/

  .services-info{
    background: #f5f5f5;
    margin-top: 30px;
    box-shadow: inset 0px 0px 10px #FFF;
    border: 1px solid #053145;
  }

  .light-switch-container{
    position:absolute;
    top:0px;
    left:0px;
    background:#000;

  }

  .selector {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 140px;
    height: 140px;
    margin-top: -70px;
    margin-left: -70px;
  }

  .selector,
  .selector button {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
  }

  .selector button {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #053145;
    border-radius: 50%;
    border: 0;
    color: white;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    transition: all .1s;
    box-shadow: inset 0px 0px 10px #FFF;
  }

  .selector button:hover { background: #3071a9; }

  .selector button:focus { outline: none; }

  .selector ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .selector li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 50%;
    -webkit-transform: rotate(-360deg);
    transition: all 0.8s ease-in-out;
  }

  .selector li input { display: none; }

  .selector li input + img {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
    border: 2px solid #053145;
  }

  .selector li input + img:hover { background: #f0f0f0; }

  .selector li input:checked + img {
    background: #5cb85c;
    color: white;
  }

  .selector img{
    max-width:none;
  }

  .selector img:hover{
    max-width: none;
    box-shadow: 0px 0px 10px #000 !important;
    transition: all 0.1s;
  }

  .selector li input:checked + img:hover { background: #449d44; }

  .selector.open li input + img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-left: -40px;
    font-size: 14px;
  }

  @media(max-width:979px) and (min-width: 767px){
    .selector.open li input + img {
      width: 60px;
      height: 60px;
      line-height: 60px;
      margin-left: -30px;
    }

    .selector {
      width: 100px;
      height: 100px;
      margin-top: -50px;
      margin-left: -50px;
    }
  }

  .spinner-container{
    height:400px;
  }

  /* Service Block */

  .service-block{
    width:90%;
    border: 3px solid #ddd;
    padding:20px;
    margin: 0 auto;
    text-align:center;
    margin-top:15px;
    min-height:350px;
    max-width:400px;
  }

  .service-block h2{
    font-size:1.5em;
    margin-bottom:20px;
    color:#fff;
  }

  @media(max-width:425px){
    .service-block h2{
    font-size:1.5em;
    }
  }

  .service-block img{
    height:10em;
  }

  .service-block button, .service-block button:focus{
    background:transparent;
    border-radius:0px;
    border:1px solid #fff;
    color:#fff;
    margin-top:30px;
    font-size:16px;
    outline: none;
  }

  .service-block .btn-view-labels:hover{
    border:1px solid #053145;
    color:#053145;
    background:#fff;
  }

  .service-block .btn-view-services:hover{
    border:1px solid #053145;
    color:#053145;
    background:#fff;
  }

  .service-block-1{
    background: #2da2c8;
  }

  .service-block-2{
    background: #053145;
  }

  /* Service */

  .service-text-info{
    display:none;
    padding:30px;
    text-align:justify;
    color:#000;
  }

  .service-text-info h2{
    position: relative;
    text-align:left;
    font-size:16px;
    margin: 0px 0px 10px 0px;
    color: #053145;
    font-weight:600;
    line-height: initial;
  }

  .service-text-info h2.underline{
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom:20px;
  }

  .service-text-info h2.underline::before{
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: 0;
    border-bottom: 2px solid #155e7f;
  }

  .service-text-info h3{
    text-align:left;
    font-size:14px;
    margin: 0px 0px 10px 0px;
    color: #053145;
    font-weight:600;
    line-height: initial;
  }

  /* Labels*/

  .service-labels{
    height:320px;
  }
  
  .label-text-info .scrollbar-light{
    max-height:300px;
    padding-right:30px;
  }

  .scroll-element.scroll-x {
    display: none !important;
  } 

  .label-text-info{
    display:none;
    text-align:justify;
    color:#000;
  }

  .label-text-info h2{
    position: relative;
    text-align:left;
    font-size:16px;
    margin: 0px 0px 10px 0px;
    color: #053145;
    font-weight:600;
    line-height: initial;
  }

  .label-text-info h2.underline{
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom:20px;
  }

  .label-text-info h2.underline::before{
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: 0;
    border-bottom: 2px solid #155e7f;
  }

  .label-text-info h3{
    text-align:left;
    font-size:14px;
    margin: 0px 0px 10px 0px;
    color: #053145;
    font-weight:600;
  }

  .selector .tooltip{
    padding:10px;
  }

  @media(max-width:767px){
    .service-text-info{
      text-align:left;
    }
  }

  @media(max-width:500px){
    .selector {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 90px;
      height: 90px;
      margin-top: -45px;
      margin-left: -45px;
    }

    .selector.open li input + img {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-left: -25px;
        font-size: 14px;
    }

    .selector button{
      font-size: 12px;
    }

    .spinner-container {
      height: 250px;
      margin-bottom: -20px;
    }
  }

  /****************
    Service Label
  ****************/
  
  .service-labels .color-labels{
    list-style-type: none;
    padding-left: 0px;
  }

  .service-labels .color-labels .labels{
    padding: 10px;
    color: #fff;
    text-align: left;
    width: 250px;
    height: 40px;
    display:block;
    position:relative;
    cursor:pointer;
  }

  .service-labels .color-labels .labels.active{
    width: 300px;
  }

  .service-labels .color-labels .labels:hover{
    width: 300px;
    transition: all 0.5s;
  }

  @media(max-width:424px){
    .service-labels .color-labels .labels{
      width: 180px;
      font-size:12px;
    }

    .service-labels .color-labels .labels.active{
      width: 200px;
    }

    .service-labels .color-labels .labels:hover{
      width: 200px;
      transition: all 0.5s;
    }
  }

  @media (min-width:992px) and (max-width:1199px){
    .service-labels .color-labels .labels{
      width: 220px;
    }

    .service-labels .color-labels .labels.active{
      width: 250px;
    }

    .service-labels .color-labels .labels:hover{
      width: 250px;
      transition: all 0.5s;
    }
  }

  .color-blue{
    background:rgb(7,60,101);
  }

  .color-cyan{
    background:rgb(93,206,175);
  }

  .color-yellow{
    background:rgb(255,192,0);
  }

  .color-pink{
    background:rgb(247,141,124);
  }

  .border-blue{
    border-left: 20px solid rgb(7,60,101);
  }

  .border-cyan{
    border-left: 20px solid rgb(93,206,175);
  }

  .border-yellow{
    border-left: 20px solid rgb(255,192,0);
  }

  .border-pink{
    border-left: 20px solid rgb(247,141,124);
  }

  .service-labels .arrow{
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
  }


/*****************
  Padding and Margin
*****************/

/*********************
  Padding and Margin
*********************/

.p-t-0{padding-top:0px !important;}
.p-r-0{padding-right:0px !important;}
.p-b-0{padding-bottom:0px !important;}
.p-l-0{padding-left:0px !important;}
.p-t-5 {padding-top: 5px !important;}
.p-r-5 {padding-right: 5px !important;}
.p-l-5 {padding-left: 5px !important;}
.p-b-5 {padding-bottom: 5px !important;}
.p-t-10 {padding-top: 10px !important;}
.p-r-10 {padding-right: 10px !important;}
.p-l-10 {padding-left: 10px !important;}
.p-b-10 {padding-bottom: 10px !important;}
.p-t-15 {padding-top: 15px !important;}
.p-r-15 {padding-right: 15px !important;}
.p-l-15 {padding-left: 15px !important;}
.p-b-15 {padding-bottom: 15px !important;}
.p-t-20 {padding-top: 20px !important;}
.p-r-20 {padding-right: 20px !important;}
.p-l-20 {padding-left: 20px !important;}
.p-b-20 {padding-bottom: 20px !important;}
.p-t-25 {padding-top: 25px !important;}
.p-r-25 {padding-right: 25px !important;}
.p-l-25 {padding-left: 25px !important;}
.p-b-25 {padding-bottom: 25px !important;}
.p-t-30 {padding-top: 30px !important;}
.p-r-30 {padding-right: 30px !important;}
.p-l-30 {padding-left: 30px !important;}
.p-b-30 {padding-bottom: 30px !important;}
.p-t-35 {padding-top: 35px !important;}
.p-r-35 {padding-right: 35px !important;}
.p-l-35 {padding-left: 35px !important;}
.p-b-35 {padding-bottom: 35px !important;}
.p-t-40 {padding-top: 40px !important;}
.p-r-40 {padding-right: 40px !important;}
.p-l-40 {padding-left: 40px !important;}
.p-b-40 {padding-bottom: 40px !important;}
.p-t-45 {padding-top: 45px !important;}
.p-r-45 {padding-right: 45px !important;}
.p-l-45 {padding-left: 45px !important;}
.p-b-45 {padding-bottom: 45px !important;}
.p-t-50 {padding-top: 50px !important;}
.p-r-50 {padding-right: 50px !important;}
.p-l-50 {padding-left: 50px !important;}
.p-b-50 {padding-bottom: 50px !important;}
.p-t-55 {padding-top: 55px !important;}
.p-r-55 {padding-right: 55px !important;}
.p-l-55 {padding-left: 55px !important;}
.p-b-55 {padding-bottom: 55px !important;}
.p-t-60 {padding-top: 60px !important;}
.p-r-60 {padding-right: 60px !important;}
.p-l-60 {padding-left: 60px !important;}
.p-b-60 {padding-bottom: 60px !important;}
.p-t-65 {padding-top: 65px !important;}
.p-r-65 {padding-right: 65px !important;}
.p-l-65 {padding-left: 65px !important;}
.p-b-65 {padding-bottom: 65px !important;}
.p-t-70 {padding-top: 70px !important;}
.p-r-70 {padding-right: 70px !important;}
.p-l-70 {padding-left: 70px !important;}
.p-b-70 {padding-bottom: 70px !important;}
.p-t-75 {padding-top: 75px !important;}
.p-r-75 {padding-right: 75px !important;}
.p-l-75 {padding-left: 75px !important;}
.p-b-75 {padding-bottom: 75px !important;}
.p-t-80 {padding-top: 80px !important;}
.p-r-80 {padding-right: 80px !important;}
.p-l-80 {padding-left: 80px !important;}
.p-b-80 {padding-bottom: 80px !important;}
.p-t-85 {padding-top: 85px !important;}
.p-r-85 {padding-right: 85px !important;}
.p-l-85 {padding-left: 85px !important;}
.p-b-85 {padding-bottom: 85px !important;}
.p-t-90 {padding-top: 90px !important;}
.p-r-90 {padding-right: 90px !important;}
.p-l-90 {padding-left: 90px !important;}
.p-b-90 {padding-bottom: 90px !important;}
.p-t-95 {padding-top: 95px !important;}
.p-r-95 {padding-right: 95px !important;}
.p-l-95 {padding-left: 95px !important;}
.p-b-95 {padding-bottom: 95px !important;}
.p-t-100 {padding-top: 100px !important;}
.p-r-100 {padding-right: 100px !important;}
.p-l-100 {padding-left: 100px !important;}
.p-b-100 {padding-bottom: 100px !important;}
.m-t-0 {margin-top: 0px !important;}
.m-r-0 {margin-right: 0px !important;}
.m-l-0 {margin-left: 0px !important;}
.m-b-0 {margin-bottom: 0px !important;}
.m-t-5 {margin-top: 5px !important;}
.m-r-5 {margin-right: 5px !important;}
.m-l-5 {margin-left: 5px !important;}
.m-b-5 {margin-bottom: 5px !important;}
.m-t-10 {margin-top: 10px !important;}
.m-r-10 {margin-right: 10px !important;}
.m-l-10 {margin-left: 10px !important;}
.m-b-10 {margin-bottom: 10px !important;}
.m-t-15 {margin-top: 15px !important;}
.m-r-15 {margin-right: 15px !important;}
.m-l-15 {margin-left: 15px !important;}
.m-b-15 {margin-bottom: 15px !important;}
.m-t-20 {margin-top: 20px !important;}
.m-r-20 {margin-right: 20px !important;}
.m-l-20 {margin-left: 20px !important;}
.m-b-20 {margin-bottom: 20px !important;}
.m-t-25 {margin-top: 25px !important;}
.m-r-25 {margin-right: 25px !important;}
.m-l-25 {margin-left: 25px !important;}
.m-b-25 {margin-bottom: 25px !important;}
.m-t-30 {margin-top: 30px !important;}
.m-r-30 {margin-right: 30px !important;}
.m-l-30 {margin-left: 30px !important;}
.m-b-30 {margin-bottom: 30px !important;}
.m-t-35 {margin-top: 35px !important;}
.m-r-35 {margin-right: 35px !important;}
.m-l-35 {margin-left: 35px !important;}
.m-b-35 {margin-bottom: 35px !important;}
.m-t-40 {margin-top: 40px !important;}
.m-r-40 {margin-right: 40px !important;}
.m-l-40 {margin-left: 40px !important;}
.m-b-40 {margin-bottom: 40px !important;}
.m-t-45 {margin-top: 45px !important;}
.m-r-45 {margin-right: 45px !important;}
.m-l-45 {margin-left: 45px !important;}
.m-b-45 {margin-bottom: 45px !important;}
.m-t-50 {margin-top: 50px !important;}
.m-r-50 {margin-right: 50px !important;}
.m-l-50 {margin-left: 50px !important;}
.m-b-50 {margin-bottom: 50px !important;}
.m-t-55 {margin-top: 55px !important;}
.m-r-55 {margin-right: 55px !important;}
.m-l-55 {margin-left: 55px !important;}
.m-b-55 {margin-bottom: 55px !important;}
.m-t-60 {margin-top: 60px !important;}
.m-r-60 {margin-right: 60px !important;}
.m-l-60 {margin-left: 60px !important;}
.m-b-60 {margin-bottom: 60px !important;}
.m-t-65 {margin-top: 65px !important;}
.m-r-65 {margin-right: 65px !important;}
.m-l-65 {margin-left: 65px !important;}
.m-b-65 {margin-bottom: 65px !important;}



/*******************
  Navbar Changes
  *****************/

.navbar-brand>img {
  margin-top: -15px;
  height:54px;
  float:left; margin-right: 8px;
}
.navbar-brand>span { font-size: 15px; color: #FFF; margin-top: -8px; float:left; }

@media (max-width:767px){
  .navbar-brand>img { margin-top: -15px; }
  .navbar-brand>span { margin-top: -10px; }
}

.slides-navigation a.next {
    right: 30px;
}

.slides-navigation a.prev {
    left: 30px;
}

.navbar-default .navbar-nav>li>a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
 
.navbar-default .navbar-nav>li>a:hover:before , .navbar-default .navbar-nav>li.active>a:before{
    width: 100%;
    background: #fff;
}

@media (min-width: 768px){
  .navbar-nav>li>a {
    padding-bottom: 10px;
  }
  .navbar-default .navbar-nav>li{
    margin-right:10px;
  }
}

.past-main{
    background-color: #053145;
    padding-bottom: 10px;
    box-shadow: 0px 3px 20px #9E9E9E;
    margin: 0px;
}


/********************
    Loading Ring
********************/


@-webkit-keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  background: none;
  position: absolute;
  width: 180px;
  height: 180px;
  left: 150px;
  top: 0px;
}
.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 5px 0 0 #d5d7d7;
  -webkit-transform-origin: 80px 81.5px;
  transform-origin: 80px 81.5px;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}


/**************
    Loader
**************/

/***************
    Loader
***************/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: #053145;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 500px;
    margin: -125px 0px 0px -250px;
    z-index: 1001;
    text-align:center;
}

#loader .image-letter{
    height:80px;
}

#loader .image-loader{
    width:150px;
    height:150px;
}

#loader .image-circular{
    position: absolute;
    top: 60px;
    width: 80px;
    height: 80px;
    left: 210px;
}

#loader .image-letter-container{
    height:80px;
}

#loader h1{
  color:#FFF;
  font-weight:100;
  font-style: italic;
  display:none;
}

#loader h1 span{
  font-family: 'Nothing You Could Do', cursive;
}

@media (max-width:767px){
    #loader {
        width: 300px;
        height: 500px;
        margin: -125px 0px 0px -150px;
    }

    #loader .image-circular{
        position: absolute;
        top: 45px;
        width: 80px;
        height: 80px;
        left: 120px;
    }

    .uil-ring-css {
      background: none;
      position: absolute;
      width: 180px;
      height: 180px;
      left: 60px;
      top: -15px;
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #04393f;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;  
            transition: all 0.5s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    /*-webkit-transition: all 0.5s 0.5s ease-in-out;  
            transition: all 0.5s 0.5s ease-in-out;*/
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loader-spinner{
    position: relative;
    width: 200px;
    height: 200px;
}


/***************
  Responsive
**************/


.container{
  padding-right:40px;
  padding-left:40px;
}

@media(max-width:425px){
  .social-icon {
    font-size: 16px;
    margin: 20px 3px;
  }

  .scroll-element {
    margin: 25px 5px;
  }

  .container{
    padding-right:30px;
    padding-left:30px;
  }

  .scrollToTop {
    font-size: 25px;
    height: 40px;
    width: 40px;
  }

  ul.social_nav { padding-left: 0; }
  ul.social_nav li.xs-block { display: block; }
}

@media(max-width:400px){
  .choose-us-right{
    height:270px;
    font-size:13px;
  }

  .choose-us{
    min-height:270px;
  }
}

@media(min-width:500px) and (max-width:991px){
  .choose-us-right{
    height:150px;
  }

  .choose-us{
    min-height:150px;
  }
}

.navbar .container{
  padding-right:15px;
  padding-left:15px;
}

.slick-slide img {
  display: inline-block;
}

.slick-slide{
  text-align:center;
}
