/*==================================
    General style
===================================*/

body{
	font-family : Arial, sans-serif;
	width: 100%;
	padding-top: 150px;
}

/*a{
	color :#8d736c !important;
}*/
p {
    color: #858d91;
    line-height: 24px;
    margin: 0 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    color: #060606;
    font-weight: 700;
    margin: 0;
  font-family: 'PT Sans', sans-serif;
}

h1 {
    font-size: 3.2em;
    line-height: 44px;
    margin: 0 0 44px 0;
}
.colored-text {
    color: #5cb85c;
}
.inner-content{
  background:#ffffff;
  padding: 0 2.2em 2.2em;
  margin-bottom:2.143em; 
  overflow: hidden;
}
img {
    max-width: 100%;
}
/*==================================
    Navigation Bar style
===================================*/

.navbar{
    padding: 45px 0;
    background-color: #fff;
    transition: padding 0.4s;
}

/* Contract the navbar while scrolling */

.navbar.scrolled{
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    padding: 16px 0;
}

#myNavbar{
	overflow-x: hidden;
}

#myNavbar ul li:last-child a{
	padding-right: 0;
}

/* Brand name */

.brandStyle{
	color: #444 !important;
	font-family : Cabin, sans-serif;
	font-size: 24px;
}

/* Menu */

.menustyle{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

/*==================================
    Main Picture Style
===================================*/
.headpicture{
	background:url(../img/pexels-photo-30732-med.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	width: 100%;
	height: 600px;
}

/*-----------------------------------
	Helper classes
------------------------------------*/

.noPadding{
	padding:0;
}

.noBorder{
	border: 0;
}

/*-----------------------------------
	Media querries
------------------------------------*/

/* On smaller screens */

@media (max-width: 992px) {
	
	/* General */
	
	body{
		padding-top: 76px;
	}

	li{
		padding-left:8px;
	}
	
	h1 {
		margin-top: 80px;
	}

	/* Navigation bar */
	
	.navbar{
		padding: 16px 0;
	}
	
	/* Main picture */
	
	.headpicture{
		height: 250px;
	}
	
}

/* On bigger screens */ 

@media (min-width: 993px) {
	
	/* Sharing buttons */
	
	.responsiveAlign {
		float: right;
	}
}

/*-----------------------------------
    Intro Text
------------------------------------*/

/*intro text*/
.intro-text-default{
    padding: 80px 0;
}
.intro-text-default h4{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 30px;
}
@media(max-width:375px){
    .intro-text-default h4 {
        font-size: 28px;
        line-height: 40px;
    } 
}
.intro-text-default p{
    font-size: 16px;
}
.intro-text-1{
    background: #05101b;
    padding: 40px 0;
}
.intro-text-1 h4{
    color:#fff;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 400;
}
.intro-text-1 h4 strong{
    color:#dad306;
    font-weight: 700;
}
.intro-text-1 p{
    font-size: 16px;
    font-weight: 400;
    color:#999;
}
.intro-text-1 a{
    margin-top: 15px;
}

.intro-text-1.light{
    background-color: #f5f5f5;
}
.intro-text-1.light h4{
    color:#333;
}


.intro-2nd h3{
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
    font-size: 40px;
}
.intro-2nd p{
    font-size: 15px;
    line-height: 35px;
    font-weight: 400;
    color:#777;
    margin:30px 0;
}
.testimonials-light{
    padding: 80px 0;
    background-color: #f8f8f8;
}
.testimonials-light h4{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color:#000;
    font-style: normal;
}

/*-----------------------------------
    Contact Button / General Buttons
------------------------------------*/

.border-white {
    border: 2px solid #fff;
    color: #fff;
}
.border-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.btn-lg {
    padding: 14px 28px 13px 28px;
    font-size: 12px;
    font-weight: 600;
}
.btn {
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.btn-theme-dark{
    background-color: #333;
    color:#fff;
}
.btn-theme-dark:hover{
    color:#fff;
    background-color: #4cae4c;
}
/*-----------------------------------
    Revolution Slider Button
------------------------------------*/

.btn-theme-bg{
    border-color: #4cae4c ;
    color: #fff ;
    background-color: #5cb85c ;
}
/*-----------------------------------
   Serivces
------------------------------------*/
.services-wrap{
    padding-top:60px;
    padding-bottom: 40px;
    background-color: #fff;
}
.services-box {
    clear: both;
}
#services-bg-wrap{
    padding: 90px 0;
    background-color: #f7f9fa;
}
.services-box-icon{
    background: transparent;
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
}
.services-box-icon i{
    width:40px;
    height:40px;
    line-height: 40px;
    text-align: center;
    background-color: #4cae4c;
    color:#fff;
    font-size: 20px;
    box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.1);
}
.services-box-info{
    padding-left: 60px;
}
.services-box-info h4{
    font-weight: 600;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.service-3-meta h1{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
}
.special-feature .section-title hr{
    border-color:#151515;
}
.special-feature i{
    font-size:65px;
    line-height:75px;
    color:#2196f3;
}
.special-feature h4{
    font-size: 16px;
    margin-top: 25px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #777;
}
.special-feature .mask-top{

    width:100%;
    background-color:#ffffff;
    padding:55px 0;
    position:absolute;
    top:0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.special-feature .mask-top h4:before {
    top: -18px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    right:0;
    margin:-2px auto;
    position: absolute;
    width: 40px;
}
.special-feature .s-feature-box:hover .mask-top{
    top:-200px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition:all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.special-feature .s-feature-box{
    overflow:hidden;
    position:relative;
    height:280px;
    border:1px solid #f2f2f2;
    margin-bottom:20px;
    cursor:pointer;
}
.special-feature .mask-bottom{
    color:#333333;
    padding:20px 15px 20px 15px;
    width:100%;
    position:absolute;
    bottom:-300px;
    height:100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom p{
    padding:0px 5px;
    font-size: 13px;
}
.special-feature .mask-bottom h4{
    margin:15px 0px 17px;
}

.special-feature .s-feature-box:hover .mask-bottom{
    bottom:0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition:all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.special-feature .mask-bottom i {
    font-size: 38px;
    line-height: 50px;
}


/*-----------------------------------
   Dividers
------------------------------------*/
.divide30 {
    width: 100%;
    height: 30px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.margin20{
    margin-bottom: 20px;
}
/*-----------------------------------
   Section headings
------------------------------------*/
.center-heading{
    text-align: center;
    margin-bottom: 40px;
}
.center-heading h2{
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #000;
    font-size: 20px;
    letter-spacing: 0.09em;
    line-height: 27px;
}
.center-line{
    display: inline-block;
    width: 70px;
    height: 1px;
    border-top: 1px solid #bbb;
    /* border-bottom: 1px solid #2196f3; */
    margin: auto;

}
.center-heading p{
    margin-top: 10px;
}
.overflow-hidden{
    overflow: hidden;
}
/*--------------------------------------
Footer
----------------------------------------*/
.footer-bottom {
    background: #05101b;
    padding: 10px 60px;
    border-top: 2px solid #eeeeee;
    letter-spacing: 2px;
    text-align: center;
    color: #9b9b9b;
    text-transform: uppercase;
    display: block;
    box-sizing: border-box;
    position: relative;
}
.list-unstyled p{
    font-size: 12px;
}
.footer-col p{
    font-size: 12px;
}
/*--------------------------------------
Call to action
----------------------------------------*/
#cta-1{
    padding: 40px 0;
    background-color: #5cb85c;
    text-align: center;
}
#cta-1 h1{
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
}
#cta-2{
    padding: 30px 0;
    background-color: #f2f2f2;
    text-align: center;
}
#cta-2 h1{
    color:#333;
    margin-bottom: 15px;
    font-weight: 400;
}
/****************************
breadcrumb1
***************************/
.breadcrumb-wrap1{
    padding: 150px 0;
background:url(../img/pexels-photo-30732-med.jpg) repeat top center fixed;
background-size: cover;
}
/*****************************
    Used in section headings
*****************************/
h3.heading{
    color: #444;
    font-size: 18px;
    font-weight:700;
    font-style: normal;
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    vertical-align: middle;
    font-family: 'PT Sans', sans-serif;
}
h3.heading:after{
    position: relative;
    left: 18px;
    content: "";
    display: inline-block;
    width: 200%;
    vertical-align: middle;
    height: .50em;
    margin: 0 -200% 0 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
/*-----------------------------------------------------------------------------------*/
/*	Process
/*-----------------------------------------------------------------------------------*/
.process h2{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 22px;
}
.process-step {
    margin: 0 auto;
    width: 700px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    position: relative;
}
.process-border {
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #dadada;
    height: 100%;
}
.step {
    width: 700px;
    float: right;
    text-align: left;
    margin: 0 0 10px;
    padding: 10px 0 0 405px;
    position: relative;
}
.step.even {
    float: left;
    text-align: right;
    padding: 10px 405px 0 0;
}
.step h5 {
    color: #3f8dbf
}
.step .icon-square {
    position: relative;
    margin-left: 10px;
}
.step.even .icon-square {
    margin-right: 10px
}
.step .icon-square:before {
    content: "";
    display: block;
    width: 65px;
    border-bottom: 1px solid #dadada;
    position: absolute;
    top: 35px;
    left: -65px;
}
.step.even .icon-square:before {
    left: auto;
    right: -65px;
}
.icon-square {
    display: inline-block
}
.icon-square i {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    text-align: center;
    color: #ddd;
    font-size: 40px;
    padding: 0;
    margin: 0 0 10px 0;
    display: table;
    width: 70px;
    height: 70px;
    border: 2px solid #ddd;

    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.step:hover .icon-square i {
    background-color: #2196f3;
    color: #FFF;
}
.icon-square i:before {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.step h5{
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
}
@media (max-width: 767px){
    .process-step {
        width: 100%;
    }
    .step {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 0 30px;
        padding: 0;
        position: relative;
    }
    .step.even {
        float: none;
        text-align: center;
        padding: 0;
    }
    .step .icon-square:before{
        border: 0px;
    }
    .process-border{
        border: 0;
    }
}

/*******************
    Process inline
********************/

.process-inline{
    margin-top: 50px;
    padding-top: 80px;
    background-color: #eee;
}

.Process-col{
    padding: 80px 30px;
    text-align: center;
}
.Process-col.one{
    background-color: rgba(0, 0, 0, .3);
}
.Process-col.two{
    background-color: rgba(0, 0, 0, .5);
}
.Process-col.three{
    background-color: rgba(0, 0, 0, .7);
}
.Process-col.four{
    background-color: rgba(0, 0, 0, 1);
}
.Process-col i{
    font-size: 40px;
   width:80px;
   height:80px;
   line-height: 80px;
   text-align: center;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   border: 1px solid #fff;
   color:#fff;
}
.Process-col h4{
    font-size: 18px;
    text-transform: uppercase;
    color:#fff;
    margin: 25px 0;
}
/******************
    gmap
********************/
#map-canvas{
    width:100%;
    height: 300px;
}
#contactForm .form-control {
    min-height: 45px;
    background-color: #fff;
}
.form-contact form label{
    font-size: 15px;
    font-weight: 400;
    color:#777;
}
.contact-info li a{
    color:#777;
}
.help-block ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.help-block ul li{
    color:red;
}

label span{
    color:red;
    margin-left: 5px;
}
.required span{
    color:red;
}

/****************************
    Pricing tables
*****************************/
.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}
.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}
.period {
    display: block;
    font-style: italic;
}
/*********************************
    Team
*********************************/
.team-img, .team-img-small {
    padding-right: 10% !important;
    max-width: 225px !important;
    height: 225px !important;
    max-height: 225px !important;
    border-radius: 360px;
}

.team-img-likhona {
    /*padding-right: 20% !important;*/
    margin-right: 10%;
    max-width: 248px !important;
    height: 282px !important;
    border-radius: 360px;
    margin-top: -1%;
}

.team-img-no-radius {
    width: 220px !important;
    margin-top: 20px;
    height: 220px !important;
}
.slider-arrow-left {
    height: 100px;
    margin: 0;
    position: absolute;
    top: 50px;
    z-index: 3;
}

.slider-arrow-right {
    height: 100px;
    margin: 0;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 3;
}

.team-title {
    margin-top: 5%;
    margin-bottom: -35%;
    margin-right: 0%;
    color: white;
    font-size: 22px;
}

.team-title-likhona {
    margin-top: 45%;
    margin-bottom: -35%;
    margin-right: 13%;
    color: white;
    font-size: 22px;
}

.team-title-small {
    margin-top: 10%;
    margin-bottom: -35%;
    margin-right: 0;
    color: white;
    font-weight: 300;
    font-size: 26px;
}

.you-title {
    margin-top: 45%;
    color: white !important;
    font-size: 22px;
}

.team-subtitle {
    color: white;
    font-size: 18px;
    margin-right: 13%;
    font-weight: 200;
    margin-top: 37%;
}

.team-subtitle-small {
    color: white;
    font-size: 16px;
    margin-right: 0;
    font-weight: 100;
    margin-top: 38%;
}

.slider ul {
    background-color: transparent !important;
}

.slider {
    height: 350px !important;
    background-color: transparent !important;
}

.indicators {
    display: none;
}

.slides ul {
    height: 80%;
}

.social-round {
    height: 75px !important;
    margin-left: -10px;
    margin-top: -10px;
    width: 75px !important;
}

.round-img-linkedin:hover a .social-round {
    margin-left: -15px;
    margin-top: -15px;
    height: 85px !important;
    width: 85px !important;
    border: 5px solid #0077B5;
}

.round-img-linkedin-ben:hover {
    margin-right: 1px;
}

.round-img-linkedin-likhona:hover {
    margin-right: 1px;
}

.quote-brief-hover:hover {
    text-decoration: underline;
}

.round-img-linkedin, .round-img-linkedin-small {
    height: 54px;
    overflow: hidden;
    background-color: transparent;
    width: 54px;
    border-radius: 360px;
    position: absolute !important;
    left: -20px;
    top: 45px;
}

.round-img-linkedin-likhona {
    height: 54px;
    overflow: hidden;
    background-color: white;
    width: 53px;
    border-radius: 360px;
    position: relative !important;
    bottom: 170% !important;
    right: 40% !important;
}

.round-img-twitter, .round-img-twitter-small {
    height: 54px;
    overflow: hidden;
    background-color: #1da1f2;
    width: 54px;
    border-radius: 360px;
    position: absolute !important;
    top: 120px;
    left: -20px;
}
.team-heading {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 5%;
    margin-top: 5%;
}

.team-container {
    position: relative;
}

.team-new {
    width: 80% !important;
    margin-left: 11% !important;
    margin-top: -35px !important;
    /*margin-bottom: 50px !important;*/
}

.team-new-img {
    margin-left: 42%;
    background-color: white;
    width: 125px;
    height: 125px;
    border-radius: 360px;
}
.slider-arrow-left {
    height: 100px;
    margin: 0;
    position: absolute;
    top: 50px;
    z-index: 3;
}

.slider-arrow-right {
    height: 100px;
    margin: 0;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 3;
}
.you-title {
    margin-top: 45%;
    color: white !important;
    font-size: 22px;
}
.slider ul {
    background-color: transparent !important;
}

.slider {
    height: 350px !important;
    background-color: transparent !important;
}

.indicators {
    display: none;
}

.slides ul {
    height: 80%;
}

.social-round {
    height: 75px !important;
    margin-left: -10px;
    margin-top: -10px;
    width: 75px !important;
}

.round-img-linkedin:hover a .social-round {
    margin-left: -15px;
    margin-top: -15px;
    height: 85px !important;
    width: 85px !important;
    border: 5px solid #0077B5;
}

.round-img-linkedin-ben:hover {
    margin-right: 1px;
}

.round-img-linkedin-likhona:hover {
    margin-right: 1px;
}
/*-----------------------------------
    About Us Secction
------------------------------------*/
.company{
  padding: 4.286em 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.company-description p{
  margin:1.5em 0;
}
.company-description{
  width:50%;
  padding-right:15px;
}
.company-description h2{

}
.company-description h3{
  font-size: 1.429rem;
  margin-top:1em;
  line-height: 1.8em;
  color:rgba(0,0,0,.6);
}
.company-thumb{
  width:50%;
  padding-left:15px;  
}
@media(max-width: 767px){
  .company-description,
  .company-thumb, 
  .chairmen-thumb, 
  .chairmen-description{
    width:100%;
    padding:0;
  }
  .chairmen-thumb img, 
  .director-list{
    margin-bottom:1.071em;
  }
}
@media(min-width: 480px) and (max-width: 767px){
  .director-list {
    margin-bottom: 1.071em;
    width: 50%;
    float: left;
    max-height: 332px;
}

}
/*---------------------------------------
  Bottom to top
----------------------------------------*/
#toTop {
    position: fixed;
    bottom: 1.667em;
    right: 2.8em;
    color:#ffffff;
    cursor: pointer;
    display: none;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background: black;
    text-align: center;
    line-height: 28px;
      padding: 10px;
}
#toTop i{
  font-size: 2rem;
}
/*-------------------------------------------
  our-clients-section
-------------------------------------------*/


  .our-clients-section{
    margin-bottom:2.143em;   
    padding:2.143em 0;
    overflow: hidden;
    background: #ffffff;
    
  }
  #our-client-thumb{
    position: relative;
    padding: 0 30px;
    text-align: center;
  }
  .customNavigation a{
    position: absolute;
    top: 33%;
    font-size: 1.25rem;  
    color: #ffffff;
    cursor: pointer;
    width: 1.667em;
    text-align: center;
    background: black;
    padding: 3px 12px;      
}
.customNavigation .prev {
    float: left;
    left: 0;
}
.customNavigation .next {
    float: right;
    right: 0;
}
.customNavigation a:hover{
  background: #4cae4c; 
}
.customNavigation i{
  color:#ffffff;
  vertical-align: baseline;
}
/*------------------------------------
 Other servcies-section
---------------------------------*/
.products-section{
  margin-bottom:30px;
  background: #ffffff;
  padding:40px 20px;
}

.product-item{
  text-align: center;
}

.product-item p{
  margin-bottom: 30px;
}

.product-item i{
  height: 40px;
  line-height: 40px;
  display: block;
  margin-bottom: 20px;
}
.product-item i:before{
  font-size: 40px;
  margin: 0;
  padding: 0;
  color: #4cae4c;
}


.product-item a.read-more{
  background: #333;
  color: #fff;
  display:inline-block;
  padding: 4px 10px;
  text-transform: uppercase;
}

.product-item a.read-more:hover{
  background: #a54512

}

@media (max-width: 768px){
  .product-item{
    margin-bottom: 30px;
  }
}