/*---------------------------------------------------
   Main style stylesheet
   project:       OneBack- One Page Parallax
   Version:       1.0
   Author:        MTthemes
   primary use:   Creative
-----------------------------------------------------*/

/*----------------------------------------------------
body
  +loading page
  +navbar
  +header section'
  +video-container section
  +about section
  +services section
  +team section
  +my-portfolio section
  +clients section
  +blog section
  +contact section
  +scroll to top button

------------------------------------------------------*/
*{
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
           box-sizing: border-box;
}

body {
    font-size: 15px;
    font-weight: 300;
    height: 100%;
	font-family: 'Open Sans', sans-serif;
}

a {
	color:#0098B0;
	border-bottom: 1px dotted #0098B0; 
	text-decoration: none;}
a:focus,
a:hover{
    outline: none;
    text-decoration: none;	
}

.fa {
  font-family: 'FontAwesome';
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5{
   font-family: 'Raleway', sans-serif;
}

h3 {
	color:#0098B0;
	font-size: 22px;
	
	}

h4 {
	color:#242424;
	font-size: 16px;
	
	}
	
p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 4px 1px;
}

.heading{
    position: relative;
    font-weight: 600;
    font-size: 40px;
    color: #444;
    text-align: center;
}

.heading .first{
	font-weight: 300;
	color: #0098B0;
	font-size: 25px;
	font-family: 'Raleway', sans-serif;
}

.heading .second{
	font-weight: 100;
	color: #333;
	font-family: 'Raleway', sans-serif;
}

.para{
	text-align: center;
	margin: 0 25% 60px 25%;
	word-spacing: 2px;
	color: #555;
}

/*
.a-btn{
    text-decoration: none;
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
    background-color: #0098B0;
    border: 1px solid transparent;
}
*/

.a-btn{
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 5px;
    position: relative;
    font-weight: 600;
    transform: perspective(1px)translateZ(0px);
    transition: all 0.3s ease 0s;
}

.a-btn:before{
    content: "";
    background: #0098B0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition: transform 0.4s ease-out;
    z-index: -1;
}

.a-btn:hover:before{
    transform: scaleX(1)
}

strong{
	color:#0098B0;
	}

ol.tilted-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.tilted-list > li{
    position: relative;
    margin-bottom: 20px;
    padding: 1em;
    border-left: 2px solid #CCCCCC;
    background-color: #FFF;
}
ol.tilted-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
     
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #444;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}

/* change border radius for the tab , apply corners on top*/
#exTab3 .tab-content {
  color : white;
  background-color: #0098B0;
  padding : 5px 15px;
}

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
  
}

#exTab3 .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
background-color:#0098B0;
color:#FFF;
}

.fifty:before {  
  height: 20px;
  display: block;
  content: '';
}

/*----------------------------------------------------
Start Section Loading
----------------------------------------------------*/
.loading-overlay {
  background:#FFF;
  color:#222;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:99999
}

.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -60px;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 10px solid #0098B0;
}
.loading:after {
  content: '';
  background: trasparent;
  width: 140%;
  height: 140%;
  position: absolute;
  border-radius: 100%;
  top: -20%;
  left: -20%;
  opacity: 0.7;
  box-shadow: #0098B0 -4px -5px 3px -3px;
  animation: rotate 2s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
/*----------------------------------------------------
End Section Loading
----------------------------------------------------*/

.baner{
	padding: 150px 0;
}

.baner .item{
	margin-bottom: 40px;
}

.baner a{
	text-align: center;
	color: #333;
	display: block;
	margin-top: 20px;
	font-weight: 400;
	overflow: hidden;
}

.baner img{
	transition: all 0.5s ease-in-out;
}

.baner img:hover{
	transform: scale(1.05)
}

.baner a:hover{
	color: #0098B0;
}

/*----------------------------------------------------
Start Section header
----------------------------------------------------*/
.header { 
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    border-radius: 0; 
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    background-color: #FFF;
} 

.navbar-brand {
    height: auto;
    display: block;
    font-size: 28px;
    line-height: 30px;
    color: #0098B0;
    font-weight: 600;
    padding-top:5px;
	padding-bottom:25px;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; 
} 

/* plus - logo header shrink */
.navbar-brand img {
padding: 5px;
max-height: 90px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
/* plus - logo header shrink */

.navbar-brand:hover, 
.navbar-brand:focus {
    color: #0098B0;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.header .navbar-nav { 
    margin: 0;
    float: right;
}  

.header .navbar-nav li a {
    padding: 30px 15px;
    color: #444;
    font-size: 13px;
    font-weight: 600;
}

.header .navbar-nav li a:hover,
.header .navbar-nav li a:focus{
    background: none;
} 

.header .navbar-nav li.active a {
    color: #0098B0;
}

.header .navbar-toggle { 
    margin-top: 20px;
    padding: 10px;
}

.header .navbar-toggle .icon-bar {
    background: #fff;
    height: 3px; 
}
 
.header.shrink {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 10px 25px -15px #999;
} 

.header.shrink .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* plus - logo header shrink */
.header.shrink .navbar-brand img {
max-height: 50px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
/* plus - logo header shrink */
}

.header.shrink .navbar-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #555;
}

.header.shrink .navbar-nav li.active a {
     color: #0098B0;
}

.header.shrink .navbar-toggle { 
    margin-top: 10px;
    padding: 10px;
}

.header.shrink .navbar-toggle .icon-bar {
    background: #555;
    height: 3px; 
}
/*----------------------------------------------------
end Section header
----------------------------------------------------*/

/*----------------------------------------------------
start section home for default page
----------------------------------------------------*/
.home{
	/*
	height: 600px;
    background-image: url('../images/header.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    text-align: center;
    overflow: hidden;
	top:-50%;
	
	
	KANS as logo - centered
	
    height: 600px;
    background-image: url('../images/kans_kleur_large.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    text-align: center;
    overflow: hidden;
	top:-50%;
	*/
	
	/*KANS as logo - centered*/	
    height: 600px;
    background-image: url('../images/kans_kleur_large_2.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top 70px center;
    background-size: 100%;	
    text-align: center;
    overflow: hidden;	
}

.home .overlay{
    background-color: rgba(0,0,0,0.65);
    height: 600px;
    padding: 70px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home .overlay .title h1{
    font-size: 45px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
}

.home .overlay .title h1 span{
    color: #0098B0;
}

.home .overlay .title p{
    line-height: 1.6em;
    color: #eee;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

.home .overlay .title p:first-of-type{
	font-family: 'Raleway', sans-serif;
	font-size: 30px; 
}

.home .overlay .title .a-btn{
    font-weight: 400;
	font-size: 22px;
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
	color: #fff;
}

.home .overlay .title .a-btn:hover{
    border: 2px solid #0098B0;
    color: #fff;
    background-color: transparent;
}

@media only screen and (max-width: 480px) {
.home { height: 700px;background-position: center center;background-size: contain;background-image: url('../images/kans_kleur_large.jpg');}
.home .overlay{height: 700px;}
.home .overlay .title h1{font-size: 30px;}
.home .overlay .title h1 span{color: #0098B0;}
.home .overlay .title p{font-size: 12px;}
.home .overlay .title p:first-of-type{font-size: 20px;}
.home .overlay .title .a-btn{font-weight: 300;font-size: 18px;display: inline-block;}
}

@media only screen and (min-device-width: 480px) and (max-device-width: 600px) {
.home { height: 700px;background-position: top 150px center;background-size: contain;background-image: url('../images/kans_kleur_large.jpg');}
.home .overlay{height: 700px;}
.home .overlay .title h1{font-size: 30px;}
.home .overlay .title h1 span{color: #0098B0;}
.home .overlay .title p{font-size: 12px;}
.home .overlay .title p:first-of-type{font-size: 20px;}
.home .overlay .title .a-btn{font-weight: 300;font-size: 18px;display: inline-block;}
}

@media only screen and (min-device-width: 600px) and (max-device-width: 768px) {
.home { height: 700px;background-position: top 130px center;background-size: 65%;background-image: url('../images/kans_kleur_large.jpg');}
.home .overlay{height: 700px;}
.home .overlay .title h1{font-size: 30px;}
.home .overlay .title h1 span{color: #0098B0;}
.home .overlay .title p{font-size: 12px;}
.home .overlay .title p:first-of-type{font-size: 20px;}
.home .overlay .title .a-btn{font-weight: 300;font-size: 18px;display: inline-block;}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.home { height: 700px;background-position: top 150px center;background-size: 75%;background-image: url('../images/kans_kleur_large.jpg');}
.home .overlay{height: 700px;}
.home .overlay .title h1{font-size: 30px;}
.home .overlay .title h1 span{color: #0098B0;}
.home .overlay .title p{font-size: 12px;}
.home .overlay .title p:first-of-type{font-size: 20px;}
.home .overlay .title .a-btn{font-weight: 300;font-size: 18px;display: inline-block;}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1382px) {
.home { height: 700px;background-position: top 150px center;background-size: 65%;background-image: url('../images/kans_kleur_large.jpg');}
.home .overlay{height: 700px;}
.home .overlay .title h1{font-size: 30px;}
.home .overlay .title h1 span{color: #0098B0;}
.home .overlay .title p{font-size: 12px;}
.home .overlay .title p:first-of-type{font-size: 20px;}
.home .overlay .title .a-btn{font-weight: 300;font-size: 18px;display: inline-block;}
}

@media only screen and (min-device-width: 1382px) and (max-device-width: 1920px) {
.home { height: 700px;background-position: top 90px center;background-size: 65%;background-image: url('../images/kans_kleur_large.jpg');}
.home .overlay{height: 700px;}
.home .overlay .title h1{font-size: 30px;}
.home .overlay .title h1 span{color: #0098B0;}
.home .overlay .title p{font-size: 12px;}
.home .overlay .title p:first-of-type{font-size: 20px;}
.home .overlay .title .a-btn{font-weight: 300;font-size: 18px;display: inline-block;}
}

@media only screen and (min-device-width: 1920px){
.home { height: 700px;background-position: top 60px center;background-size: 120%;background-image: url('../images/kans_kleur_large_2.jpg');}
.home .overlay{height: 700px;}
.home .overlay .title h1{font-size: 30px;}
.home .overlay .title h1 span{color: #0098B0;}
.home .overlay .title p{font-size: 12px;}
.home .overlay .title p:first-of-type{font-size: 20px;}
.home .overlay .title .a-btn{font-weight: 300;font-size: 18px;display: inline-block;}
}	
	
/*----------------------------------------------------
end section home for default page
----------------------------------------------------*/

/*----------------------------------------------------
Start Section about
----------------------------------------------------*/
.about{
    padding: 70px 0;
}

.about .words,
.about .image{
	margin-top:25px;
    margin-bottom: 30px;
}

.about .words h2{
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
}

.about .words p{
    color: #555;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
	margin-bottom: 20px;
}

.about .words .item p{
	margin-bottom: 5px;
}

.about .words .item{
    margin-bottom: 20px;
}

.about .words p .fa{
    color: #0098B0;
    font-size: 15px;
}

.about .words .a-btn{
    display: inline-block;
    margin-top: 10px;
	color: #fff;
	background-color: #0098B0;
	border: 2px solid #0098B0;
}

.about .words .a-btn:before{
	background-color: #333;
}

.about .words .a-btn:hover{
    border: 2px solid #333;
    color: #fff;
	background-color: transparent;
}
/*----------------------------------------------------
end Section about
----------------------------------------------------*/

/*----------------------------------------------------
start Section services
----------------------------------------------------*/
.services{
    text-align: center;
    background-color: #f7f7f7;
}

.services .overlay{
    padding: 70px 0;
}

.services .item{
    margin-bottom: 30px;
    padding: 50px 30px;
    background-color: #fff;
    box-shadow: 0 5px 30px -5px #ccc;
}

.services .item:hover{
	box-shadow: 0 10px 25px -3px #888;
}

.services .item .fa{
    font-size: 45px;
    color: #0098B0;
    text-align: center;
}

.services .item h3{
    color: #333;
    font-size: 25px;
    font-weight: 600;
}

.services .item:hover h3{
    color: #0098B0;
}

.services .item p{
    color: #555;
    font-size: 15px;
    line-height: 25px;
}

.services .nav-tabs {
	border-bottom: 2px solid #DDD;
	text-align:center;
}

.services .nav-tabs> li {
	float:none;
    display:inline-block;
}
	
.services .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-width: 0;
}
.services .nav-tabs>li>a {
	border: none;
	color: #666;
	font-size:31px;
}
.services .nav-tabs>li.active>a, .nav-tabs>li>a:hover {
	border: none;
	color: #0098B0 !important;
	background: transparent;

}
.services .nav-tabs>li>a::after {
	content: "";
	background: #0098B0;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -1px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}

.services .nav-tabs>li.active>a::after, .nav-tabs>li:hover>a::after {
	transform: scale(1);
}

.services .tab-nav>li>a::after {
	background: #21527d none repeat scroll 0% 0%;
	color: #fff;
}

.services .tab-pane {
	padding: 15px 0;
	text-align:left;
}
.services .tab-content {
	padding: 20px
}


/*  Bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 10px;
  margin-left: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
  height:200px;
  font-size:35px;
  
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #0098B0;
  font-size:35px;
  color: #0098B0;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #0098B0;
  background-image: #0098B0;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #0098B0;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

/*----------------------------------------------------
end Section services
----------------------------------------------------*/

/*----------------------------------------------------
start Section start
----------------------------------------------------*/
.start{
    position: relative;
}

.back-div{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-image: url(../images/bryan-minear-315773.jpg);
    background-attachment: scroll;
    
    background-repeat: no-repeat;
    background-size: cover;
}

.start h2{
    font-size: 35px;
	font-weight: 700;
    line-height: 1.3em;
    color: #333
}

.start .para{
	text-align: left;
	margin: 0 0 20px 0;
}

.start .box{
    padding-left: 0;
}

.start .item{
    text-align: left;
    margin-bottom: 30px;
    text-align: center;
    padding: 30px;
    background-color: #f7f7f7;
	-webkit-transition: all 0.4s ease-out;
       -moz-transition: all 0.4s ease-out;
         -o-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out;
}

.start .item .fa{
    font-size: 40px;
    color: #0098B0;
    text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

.start .item h3{
    font-size: 25px;
	font-weight: 600;
    color: #333;
}

.start .item p{
	font-size: 15px;
	color: #555;
}

.start .item:hover{
	background-color: #0098B0
}

.start .item:hover .fa,
.start .item:hover h3{
	color: #fff
}

.start .item:hover p{
	color: #f5f5f5;
}

.start .item:hover .fa{
}
/*----------------------------------------------------
end Section start
----------------------------------------------------*/


/*----------------------------------------------------
Start Section team
----------------------------------------------------*/
.team{
    padding: 70px 0;
    text-align: center;
	background-color: #FFF;
}

.team .area{
    position: relative;
}

.team .item{
    margin: 20px;
    padding: 50px 20px;
}

.team .item:focus{
    outline: none;
}

.team .item .image{
	overflow: hidden;
}

.team .item img{
    margin: 0 auto;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.team .item:hover img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	transform: scale(1.02);
}

.team .item h5{
    color: #333;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.team .item span{
    color: #888;
    font-weight: 400;
    font-size: 14px;
	font-family: 'Raleway', sans-serif;
}

.team .item p{
    color: #555;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    margin-top: 5px;
}

.team .item .fa{
    display: inline-block;
    margin: 5px;
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
    border: 1px solid #0098B0;
    border-radius: 50%;
}


.team .controllers .prev{
    position: absolute;
    top: 40%;
    left: -20px;
}

.team .controllers .next{
    position: absolute;
    top: 40%;
    right: -20px;
}

.team .controllers span{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #0098B0;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
}

.team .controllers span:hover{
    background-color: #333;
}
/*----------------------------------------------------
end Section team
----------------------------------------------------*/





/*----------------------------------------------------
start help section 
----------------------------------------------------*/
.help{
    padding: 70px 0;
	 background-color:#f7f7f7;
	
}

.help .box{
    padding: 0;
	
}

.help .colored{
    background-color: #FFF; 
}

.help .box img{
    width: 100%;
}

.help .box .item{
    padding: 30px 50px;
    min-height: 600px;
}

.help .box .item h3{
    font-size: 22px;
	font-weight: 600
}

.help .box .item strong{
    color: #0098B0;
}

.help .box .item p{
    font-size: 15px;
    line-height: 25px;
    color: #555;
    margin: 15px 0;
}

.help .box .item .a-btn{
    font-weight: 400;
	background-color: #0098B0;
	color: #fff;
	border: 2px solid #0098B0;
}

.help .box .item .a-btn:before{
	background-color: #333;
}

.help .box .item .a-btn:hover{
    color: #fff;
    border: 2px solid #333;
	background-color: transparent;
}

.help .nav-tabs {
	border-bottom: 2px solid #DDD;
	font-size:14px;
	text-align:center;
}

.help .nav-tabs> li {
	float:none;
    display:inline-block;
}
	
	
.help .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-width: 0;

}
.help .nav-tabs>li>a {
	border: none;
	color: #666;
}
.help .nav-tabs>li.active>a, .nav-tabs>li>a:hover {
	border: none;
	color: #0098B0 !important;
	background: transparent;
}
.help .nav-tabs>li>a::after {
	content: "";
	background: #0098B0;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -1px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}
.help .nav-tabs>li.active>a::after, .nav-tabs>li:hover>a::after {
	transform: scale(1);
}
.help .tab-nav>li>a::after {
	background: #21527d none repeat scroll 0% 0%;
	color: #fff;
}
.help .tab-pane {
	padding: 0px 0;
	text-align:left;
}
.help .tab-content {
	padding: 5px 10px;
}
/*----------------------------------------------------
end help section 
----------------------------------------------------*/

/*----------------------------------------------------
start blog section 
----------------------------------------------------*/
.blog{
    padding: 70px 0;
}





.blog .container .a-btn{
    font-size: 20px;
    padding: 10px 15px;
	background-color: #0098B0;
	color: #fff;
}

.blog .container .a-btn:before{
	background-color: #333;
}

.blog .container .a-btn:hover{
    background-color: transparent;
    border: 2px solid #333;
}















.blog .blog-area{
    margin-bottom: 30px;
	padding: 20px 20px 30px 20px;
	box-shadow: 0 5px 10px -1px #ddd;
	background-color: #fff;
}

.blog .blog-area .image{
    position: relative;
}

.blog .blog-area .image img{
    width: 100%
}

.blog .blog-area .image .overlay{
    background-color: rgba(0, 0, 0, 0.68);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.blog .blog-area .image:hover .overlay{
    transform: scale(1);
}

.blog .blog-area .image .overlay .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.blog .blog-area .image .overlay .fa:hover{
    background-color: #0098B0;
    color: #fff;
}

.blog .blog-area .box span{
    font-size: 13px;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    color: #555;
}

.blog .blog-area .box span .fa{
    color: #0098B0;
    margin-right: 5px;
}

.blog .blog-area .box h1{
    font-size: 25px;
    margin-top: 10px;
    color: #333;
	font-weight: 600;
}

.blog .blog-area .box h1:hover{
    color: #0098B0
}

.blog .blog-area .box p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #555;
}

.blog .blog-area .box .a-btn{
    font-size: 13px;
    padding: 10px 15px;
	background-color: #0098B0;
	color: #fff;
}

.blog .blog-area .box .a-btn:before{
	background-color: #333;
}

.blog .blog-area .box .a-btn:hover{
    background-color: transparent;
    border: 2px solid #333;
}
/*----------------------------------------------------
end blog section 
----------------------------------------------------*/

/*----------------------------------------------------
start contact-me Section
----------------------------------------------------*/
.contact {
    padding: 70px 0;
    text-align: center;
	background-color:#FFF;
}

.contact .item{
    margin-bottom: 30px;
}

.contact .item .fa{
    font-size: 30px;
	margin-bottom: 15px;
	background-color: #0098B0;
	color: #fff;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
}

.contact .item:hover .fa{
    color: #fff;
	background-color: #333;
}

.contact .item h5{
    font-size: 22px;
    color: #333;
	margin-top: 0;
	margin-bottom: 5px;
}

.contact .item p{
    color: #555;
    font-size: 15px;
}

.contact-form {
    border-radius: 3px;
}

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

.contact-form .form-group span{
    display: block;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 500;
    color: #555;
}

.contact-form .form-group label{
    position: absolute;
    left: 30px;
    top: 15px;
    color: #0098B0;
    font-size: 16px;
}

.form-control {
    display: block;
    border: 1px solid #ddd;
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding-top:10px;
    color: #222;
    text-indent: 40px;
    background-image: none;
    border-radius: 4px;
    box-shadow: none; 
    font-weight: 300;
    line-height: 25px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.contact-form input[type='submit'], .xyz {
    color: #fff;
	text-align:center;
    font-size: 14px;
    background: #0098B0;
    border: none;
    -webkit-transition:all .1s ease-in-out;
       -moz-transition:all .1s ease-in-out;
         -o-transition:all .1s ease-in-out;
            transition:all .1s ease-in-out;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 10px 20px;
}

.xyz a{
	color: #fff;
}

.xyz a:hover{
	color: #222;
}
.contact-form input[type='submit']:hover, .xyz:hover, .xyz:focus  {
    border: 1px solid #0098B0;
    color: #222;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}


/*----------------------------------------------------
end contact-me Section
----------------------------------------------------*/

/*----------------------------------------------------
start social-icon-div
----------------------------------------------------*/
 .social-icon-div{
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #888;
}

 .social-icon-div i{
    margin-top: 20px;
    color: #333;
    margin-right: 10px;
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #666;
    margin-bottom: 30px;
	border-radius: 50%;
}

 .social-icon-div i:hover{
    color: #fff;
    background-color: #0098B0;
    border: 1px solid #0098B0;
}

.social-icon-div p{
    color: #333;
    font-weight: 400;
}
/*----------------------------------------------------
end social-icon-div
----------------------------------------------------*/

/*----------------------------------------------------
start scroll-top div
----------------------------------------------------*/
#scroll-top {
    width:40px;
    height:40px;
    color:#fff;
    background-color:#444;
    text-align:center;
    position:fixed;
    border-radius: 50%;
    right:15px;
    bottom:10px;
    z-index:9999;
    display: none;
    cursor:pointer;
    padding: 10px;
}

#scroll-top:hover {
    background-color:#0098B0;
}

#scroll-top i{
    line-height: 15px;
}
/*----------------------------------------------------
end scroll-top div
----------------------------------------------------*/

/***** start blog page *****/

.bg-page{
    background-image: url(../images/header.jpg);
	background-position: center;
	background-size: cover;
}

.bg-page .overlay{
    padding: 150px 0;
    background-color: rgba(0,0,0,0.4)
}

.bg-page h1{
	font-size: 50px;
    text-align: left;
    color: #fff
}

.bg-page h1 a{
    color: #fff
}

.bg-page h1 a:hover{
	color: #0098B0;
}


/*----------------------------------------------------
start single-blog section
----------------------------------------------------*/
.single-blog{
    padding: 70px 0;
}

.single-blog .blog{
	padding: 0;
	background-color: transparent;
}

.single-blog .blog-box,
.single-blog .sidebar{
    margin-bottom: 30px;
}

/******* start div blog-details *******/

.single-blog .blog-box .blog-detalis h2{
    color: #0098B0;
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .blog-box .blog-detalis ul{
    padding-left: 0;

}

.single-blog .blog-box .blog-detalis ul li{
    display: inline-block;
    position: relative;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    color: #888;
}

.single-blog .blog-box .blog-detalis ul li:after{
    content: "|";
    padding: 0 10px;
    color: #0098B0
}

.single-blog .blog-box .blog-detalis ul li:last-child:after{
    content: "";
}

.single-blog .blog-box .blog-detalis p{
    font-size: 15px;
    line-height: 25px;
}

.single-blog .blog-box .blog-detalis blockquote{
    border-color: #0098B0;
    background-color: #eee;
    padding: 30px;
	margin: 20px 30px;
}

/******* start div comment-box *******/

.single-blog .blog-box .comment-box{
    margin-top: 30px;
}

.single-blog .blog-box .comment-box .item{
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.single-blog .blog-box .comment-box h2{
    font-size: 30px;
	margin-bottom: 20px;
}

.single-blog .blog-box .comment-box img{
    width: 100px;
    height: auto;
    border-radius: 50%;
}

.single-blog .blog-box .comment-box .comment h3{
    margin-top: 0;
    font-size: 20px;
}

/******* start div comment-form *******/

.single-blog .blog-box .comments-form{
    margin-top: 30px;
}

.single-blog .blog-box .comments-form h2{
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .blog-box .comments-form form button{
    background-color: #0098B0;
    color: #fff
}

/******* start div search-form *******/

.single-blog .sidebar .search-form{
    position: relative
}

.single-blog .sidebar .search-form button{
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    background-color: #0098B0;
    color: #fff;
    border-radius: 0;
    width: 45px;
        
}

/******* start div search-form *******/

.single-blog .sidebar .categories h2{
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .sidebar .categories ul{
    list-style: none;
    padding-left: 0;
}

.single-blog .sidebar .categories ul li{
    display: block;
}

.single-blog .sidebar .categories ul li a{
    display: block;
    color: #333;
    font-weight: 400;
    padding:10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}

.single-blog .sidebar .categories ul li a:hover{
    background-color: #0098B0;
    color: #fff
}

.single-blog .sidebar .categories ul li a span{
    float: right;
    border-radius: 50%;
    background-color: #0098B0;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
	margin-top: -5px;
}

.single-blog .sidebar .categories ul li a:hover span{
    color: #0098B0;
    background-color: #fff;
}

/******* start div recent-post *******/

.single-blog .sidebar .recent-post h2{
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .sidebar .recent-post .item{
    margin-bottom: 30px;
}

.single-blog .sidebar .recent-post .item h5 a{
    font-size: 20px;
    color: #0098B0;
}

.single-blog .sidebar .recent-post .item h5 a:hover{
    color: #222;
}

.single-blog .sidebar .recent-post .item span{
    font-size: 15px;
    color: #555;
    font-weight: 400;
	display: block;
	margin-top: -5px;
}

/******* start div archives *******/

.single-blog .sidebar .archives h2 {
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .sidebar .archives ul{
    list-style: none;
    padding-left: 0;
}

.single-blog .sidebar .archives ul li{
    display: block;
    margin-bottom: 10px;
}

.single-blog .sidebar .archives ul li a:hover{
    color: #0098B0;
}

/******* start div tags *******/

.single-blog .sidebar .tags h2{
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .sidebar .tags ul{
    list-style: none;
    padding-left: 0;
}

.single-blog .sidebar .tags ul li{
    display: inline-block;
}

.single-blog .sidebar .tags ul li a{
    display: block;
    background-color: #0098B0;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.single-blog .sidebar .tags ul li a:hover{
    background-color: #222;
}

/******* start div meta *******/

.single-blog .sidebar .meta h2{
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .sidebar .meta ul{
    list-style: none;
    padding-left: 0;
}

.single-blog .sidebar .meta ul li{
    display: inline-block;
}

.single-blog .sidebar .meta ul li a .fa{
    background-color: #0098B0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff
}

.single-blog .sidebar .meta ul li a .fa:hover{
    background-color: #222;
}