@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');


@media print {
  a[href]:after {
    content: none !important;
  }
}

/* CLIENT SHOWCASE */
@media only screen and (max-width : 768px) {
 .video-text-box {
   height: auto !important;
   min-height: auto !important;
  } 
}

@media only screen and (max-width : 568px) {
 .video-box {
   height: auto !important;
   min-height: auto !important;
  } 
}

.client-showcase-logo {
  /* display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%; */
  text-align: center;
  padding: 10px;
}

/* END */

.row-fluid div.five-column{
  width: 18%; 
  margin-left: 2.5%
}
.row-fluid div.five-column:first-child{
  margin-left: 0;
}
.show-mobile{
 display: none; 
}
ul{
  padding-left: 40px;
}
/* PRICING SELECTOR TABLE COLS */
.firstPricingBlock .pricingBackground{
    background-color: #69B0E1; /* blue */
}
.secondPricingBlock .pricingBackground{
    background-color:#e98F0B; /* orange */
}
.thirdPricingBlock .pricingBackground{
    background-color:#9CCB46; /* green */
}
.fourthPricingBlock .pricingBackground{
    background-color:#e98F0B; /* orange */
}
.fifthPricingBlock .pricingBackground{
    background-color: #69B0E1; /* blue */
}

.five_pricing_col{
    width: 19% !important;
    margin-left:1% !important;
}

.five_pricing_col:first{
    margin-left: 0px !important;
}

.seeMoreLink{
    display:block;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

/* PRICING CARDS */
.pricing-simple .pricingBackgroundBlue{
    background-color:#69B0E1 !important; /* blue */
}
.pricing-simple .pricingBackgroundOrange{
    background-color:#e98F0B !important; /* orange */
}
.pricing-simple .pricingBackgroundGreen{
    background-color:#9CCB46 !important; /* green */
}
.heroImageBackground{
    width: 100%;
    height:360px;
    background-size: cover;
}
.heroEmphasisWrapper{
    padding-top:50px;
    width: 1090px;
    margin: 0 auto;
    text-align: center;
}
.heroEmphasis{
    font-family: 'Raleway',sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    width: 830px;
    margin: 0;
    text-align: left;
    
}
.heroEmphasis:first-child{
    font-size: 30px;
    line-height: 50px;
}
.heroImageButtonWrapper{
    text-align: left;
    padding-top: 25px;
    width: 1090px;
    margin: 0 auto;
}
.herImageButton{
    
}
.homepageButton:hover, .homepageButton:active, .homepageButton:focus{
    color: #000 !important;
}


.employeeWrapper{
  padding: 24px;
  margin-bottom: 16px;
  background-color: #dddddd;
}
.employeeImage{
  text-align: center;
}
.employeeImage img{
	width: 100% !important;
}
.employeeName{
  text-align: center;
  margin-top: 32px;
  font-weight: 400;
  font-size: 20px;
}
.employeeTitle{
  text-align: center;
}
.socialImageWrapper{
}
.socialImage{
  text-align: center;
}
.profileImage{
  border-right: 1px solid #000000;
}
.linkedinImage{ 
  margin-top: 4px;
}
@media (min-width: 1200px){
    .pricing-simple{
        min-height: 900px !important;
    }
    .table-service_package{
        min-height: 600px !important;
    }
}
@media (max-width: 1200px){
    .pricing-simple{
        min-height: 1015px !important;
    }
    .table-service_package{
        min-height: 715px !important;
    }
    .heroEmphasisWrapper{
      width: 920px;
      margin: 0 auto;
    }
    .heroEmphasis{
      width: 750px;
      margin: 0;
    }
    .heroEmphasis:first-child{
        font-size: 24px;
    }
    .heroImageButtonWrapper{
      width: 920px;
      margin: 0 auto;
    }


}
@media (max-width: 992px){
    .pricing-simple{
        min-height: 1340px !important;
    }
    .table-service_package{
        min-height: 840px !important;
    }
    .heroEmphasisWrapper{
        width: 700px;
      margin: 0 auto;
    }
    .heroEmphasis{
        width: 580px;
        margin: 0;
    }
    .heroImageButtonWrapper{
        width: 700px;
        margin: 0 auto;
    }
}
@media (max-width: 767px){
    .pricing-simple{
        min-height: inherit !important;
    }
    .table-service_package{
        min-height: 467px !important;
    }
    .seeMoreLink{
        position: relative;
        margin: 10px auto;
    }
    .five_pricing_col{
        width: auto !important;
        margin-left: 0 !important;
        display:block !important;
        float: none !important;
    }

    .pricingComparisonTitle{
        font-size:15px !important;
    }
    .pricingComparisonHeading{
        font-size:11px !important;
    }
    .pricingComparisonContent{
        font-size:13px !important;
    }
    .homepageImageInnerWrapper{
        padding: 0px !important;
    }
    .heroImageBackground{
        height: auto;
        padding-bottom: 40px;
    }
    .heroImageButton{
        margin: 5px 0px !important;
        width: 300px;
    }
    .heroEmphasisWrapper{
        width: 100%;
      margin: 0 ;
    }
    .heroEmphasis{
        width: 100%;
	      max-width: 585px;
        margin: 0;
        text-align: center;
    }
    .heroImageButtonWrapper{
        width: 100%;
        margin: 10px auto;
        padding-top: 0px;
      	text-align: center;
    }
  .socialImage{
    width: 48.618784527% !important;
    float: left !important;
  }
}


.pricing-simple, .table-service_package {
    border: 1px solid #D0D6DF;
    margin-bottom: 30px;
    position: relative;
}
.pricing-simple .bottom-extra, .table-service_package .bottom-extra {
    /*padding: 55px 10px 20px 10px;*/
    padding: 20px 10px;
    border-bottom: 1px solid #D0D6DF;
    text-align: center;
}
.border-top {
    border-top: 1px solid #ababab;
}
.pricing-simple h4, .table-service_package h4 {
    border-bottom: 1px solid #D0D6DF;
    margin: 0px;
    color: #333;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}
.pricing-simple h3, .table-service_package h3 {
    margin: 0px;
    padding: 30px 20px;
    border-bottom: 1px solid #D0D6DF;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    background-color: #f4f4f4;
}
.pricing-simple h5, .table-service_package h5 {
    margin: 0px;
    padding: 13px;
    border-bottom: 1px solid #D0D6DF;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.pricing-simple ul, .table-service_package ul {
    padding-top: 0px;
}
.pricing-simple ul li, .table-service_package ul li {
    padding: 6px 20px;
    border-bottom: 1px solid #f5f5f5;
    color: #333333;
    text-align: center;
}
.pricing-simple .bottom, .table-service_package .bottom {
    padding: 20px 10px;
    text-align: center;
}
.popular .ribbon {
    position: absolute;
    left: -55px;
    bottom: 5px;
    font-size: 11px;
    text-align: center;
    width: 150px;
    color: #fff;
    text-transform: capitalize;
    padding: 1px 12px;
    display: block;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #32c5d2;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pricing-simple ul li i, .table-service_package ul li i {
    color: #69b0e1;
    margin-right: 10px;
}
.spark_pricing {
    margin-top: -20px;

}
.sidebar-fixed {
    position: fixed;
}
.m-t-10 {
    margin-top:10px;
}
.table tbody tr th.year-input {
   background-color: #fff;
   padding: 0;
}
.table tbody tr th.year-input select {
    padding: 0;
}

.table tbody tr th.deferred-badge {
    font-size: 18px;
    background-color: #69b0e1;
    color: #fff;
    border: 1px solid #ddd;
    padding: 4px;
    text-align: center;
}

.table tbody tr th.inclusive-badge {
    font-size: 18px;
    background-color: #69b0e1;
    color: #fff;
    border: 1px solid #ddd;
    padding: 4px;
    text-align: center;
}

.pricing {
    font-size: 16px;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
    font-size: 16px;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}

    .with-nav-tabs.panel-default .nav-tabs > .open > a,
    .with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-default .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
        color: #777;
        background-color: #ddd;
        border-color: transparent;
    }

.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
    background-color: #69b0e1;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}

    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #777;
    }

        .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #ddd;
        }

    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #555;
    }
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}

    .with-nav-tabs.panel-primary .nav-tabs > .open > a,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
        color: #fff;
        background-color: #3071a9;
        border-color: transparent;
    }

.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #fff;
    }

        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #3071a9;
        }

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        background-color: #4a9fe9;
    }
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: #3c763d;
}

    .with-nav-tabs.panel-success .nav-tabs > .open > a,
    .with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-success .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-success .nav-tabs > li > a:focus {
        color: #3c763d;
        background-color: #d6e9c6;
        border-color: transparent;
    }

.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
    color: #3c763d;
    background-color: #fff;
    border-color: #d6e9c6;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #3c763d;
    }

        .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #d6e9c6;
        }

    .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #3c763d;
    }
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #31708f;
}

    .with-nav-tabs.panel-info .nav-tabs > .open > a,
    .with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-info .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-info .nav-tabs > li > a:focus {
        color: #31708f;
        background-color: #bce8f1;
        border-color: transparent;
    }

.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
    color: #31708f;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #31708f;
    }

        .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #bce8f1;
        }

    .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #31708f;
    }
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
    color: #8a6d3b;
}

    .with-nav-tabs.panel-warning .nav-tabs > .open > a,
    .with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
        color: #8a6d3b;
        background-color: #faebcc;
        border-color: transparent;
    }

.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #8a6d3b;
    }

        .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #faebcc;
        }

    .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #8a6d3b;
    }
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
    color: #a94442;
}

    .with-nav-tabs.panel-danger .nav-tabs > .open > a,
    .with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
        color: #a94442;
        background-color: #ebccd1;
        border-color: transparent;
    }

.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
    color: #a94442;
    background-color: #fff;
    border-color: #ebccd1;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f2dede; /* bg color */
    border-color: #ebccd1; /* border color */
}

    .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #a94442; /* normal text color */
    }

        .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #ebccd1; /* hover bg color */
        }

    .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        color: #fff; /* active text color */
        background-color: #a94442; /* active bg color */
    }

.navbar-brand {
    z-index: 9000;
    position: absolute;
}

.features-select {
    font-size: 16px !important;
    padding: 10px;
    height: 50px;
}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: relative;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.icon-apartment {
    font-size: 28px;
    color: #69b0e1;
}

.icon-apartment, a:hover {
    color: #69b0e1;
}

.icon a {
}

    .icon a:hover {
        color: #69b0e1;
    }

.icon-library2 {
    font-size: 28px;
}

.icon-theater {
    font-size: 28px;
}

.icon-heart {
    font-size: 28px;
}

.icon-profile {
    font-size: 28px;
}

.icon-leaf {
    font-size: 28px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.divide12 {
    padding-top: 12px;
}
.FontLarger {
    padding-top: 10px;
    font-size: 17px;
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 75%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

.intrinsic-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0 !important; border: 2px solid #ccc; }
.tp-banner-boxed {
	visibility: hidden;
}
.tp-banner-boxed.no-timer .tp-caption{
    /*display: none;*/
}
.box-shadow {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.tp-banner-boxed {
    visibility: hidden;
}

.container .jumbotron {
	padding: 15px;
}

.margin15 {
	margin-bottom: 15px;
}

.termscontainer {
	height: 250px;
	overflow-y: scroll;
	background-color: #F5F5F5;
}
.termscontainer p {
	padding-left: 10px;
	padding-right: 10px;
}
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }
#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #F7F9FA;
    border: 1px solid #F7F9FA;
    border-radius: 0;
    box-shadow: none;
}
.mb0 {
	margin-bottom: 0;
}
.ihubapp-list {
	font-size: 15px;
	font-weight: 500;
}
.ihubapp-list li{
	margin-top: 20px;
}
.ihubapp-list li i{
	margin-right: 5px;
	color: #9CCB44;
}
.ihubapp-table {
	margin-top: -14px;
	width: 100%;
}

.ihubapp-table td h4{
	font-size: 15px;
	padding: 10px;
	margin-bottom: 0;
	background: rgba(105, 176, 225, 0.25) ;
	text-transform: uppercase;
}
.ihubapp-table-body {
	width: 100%;
}
.ihubapp-table-body td {
	width: 50%;
}
.ihubapp-table-body td h4{
	font-size: 12px;
	padding: 5px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.blue-header h4 {
	color: #fff;
	background: #69B0E1;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sky-form .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #EEE;
    border: none;
    border-radius: 0;
}
.mt40 {
	margin-top: 40px;
}
.slide-mobile-text {
    z-index: 1000;
    position: absolute;
    top: 125px;
    margin-left: 30px;
}

    .slide-mobile-text h1 {
        color: #fff;
    }

    .slide-mobile-text h3 {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        margin-top: -40px;
    }

    .slide-mobile-text .btn {
        margin-top: -30px;
        position: absolute;
    }
	#services-bg-wrap-ihubapp {
    padding: 10px 0;
    background-color: #f7f9fa;
}
#services-bg-wrap-xs {
    padding: 45px 0;
    background-color: #f7f9fa;
}

    #services-bg-wrap-xs h2 {
        font-size: 18px;
        line-height: 1.5;
    }

#white-bg-wrap-xs h2 {
    font-size: 18px;
    line-height: 1.5;
}

#services-bg-wrap-xs .center-heading {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}

#services-bg-wrap .center-heading {
    margin-bottom: 0;
}


.center-heading .visible-xs h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}

#current-engagements-xs h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}

#current-engagements-xs .center-heading {
    margin-bottom: 20px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.m-r-5 {
    margin-right: 5px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-l-10 {
    margin-left: 10px;
}
/* 
    Document   : assan
    Author     : Design_mylife
    Description:assan multi-page for Multipurpose use
    Version    : V1.7.5
*/

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: "Open Sans", sans-serif;
    color: #424242;
    font-size: 15px;
    line-height: 1.5;
    background-color: #fff;
}

/*
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0 !important;
}

iframe {
    border: none;
    width: 100%;
}

::selection {
    background: #fefac7;
    /* Safari */
    color: #555555;
}

::-moz-selection {
    background: #fefac7;
    /* Firefox */
    color: #555555;
}

strong, b {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

input,
button,
select,
textarea, label {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0;
    height: 1px;
    margin: 22px 0 22px 0;
}

.badge {
    font-weight: normal;
    margin-left: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #4f82e9;
    padding: 3px 6px;
}

a {
    color: ##337ab7;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

    a:hover,
    a:focus {
        color: #69b0e1;
        text-decoration: none;
    }

.colored-text {
    color: #f79d1f;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #060606;
    font-weight: 700;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 3.2em;
    line-height: 44px;
    margin: 0 0 44px 0;
}

h2 {
    font-size: 2.6em;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 1.8em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
}

    /*use in section headings*/
    h3.heading {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        font-style: normal;
        margin: 0 0 20px;
        padding-bottom: 10px;
        position: relative;
        text-transform: uppercase;
        overflow: hidden;
        vertical-align: middle;
        font-family: 'Raleway', 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;
        }

h4 {
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

h5 {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

h6 {
    color: #333;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

/*parahraphs*/
p {
    color: #555;
    line-height: 1.5;
    margin: 0 0 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

    p.sub-text {
        font-style: normal;
        font-size: 18px;
        line-height: 29px;
        font-weight: 400;
        color: #555;
    }

/*******section heading**********/
.center-heading {
    text-align: center;
    margin-bottom: 40px;
}

    .center-heading h2 {
        margin-bottom: 0;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #333;
        font-size: 30px;
    }

    .center-heading p {
        font-size: 20px;
        margin-top: 10px;
    }

    .center-heading h2 strong {
        font-weight: 800;
    }
.center-heading-spark {
    text-align: center;
    margin-bottom: 0;
}

    .center-heading-spark h2 {
        margin-bottom: 0;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #333;
        font-size: 30px;
    }

    .center-heading-spark p {
        font-size: 20px;
        margin-top: 10px;
    }

    .center-heading-spark h2 strong {
        font-weight: 800;
    }
.center-line {
    display: inline-block;
    width: 70px;
    height: 1px;
    border-top: 1px solid #bbb;
    /* border-bottom: 1px solid $skincolor; */
    margin: auto;
}

.overflow-hidden {
    overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0;
}

.divide2 {
    width: 100%;
    height: 2px;
}

.divide3 {
    width: 100%;
    height: 3px;
}

.divide5 {
    width: 100%;
    height: 5px;
}

.divide10 {
    width: 100%;
    height: 10px;
}

.divide15 {
    width: 100%;
    height: 15px;
}

.divide20 {
    width: 100%;
    height: 20px;
}

.divide25 {
    width: 100%;
    height: 25px;
}

.divide30 {
    width: 100%;
    height: 30px;
}

.divide35 {
    width: 100%;
    height: 35px;
}

.divide40 {
    width: 100%;
    height: 40px;
}

.divide45 {
    width: 100%;
    height: 40px;
}

.divide50 {
    width: 100%;
    height: 50px;
}

.divide55 {
    width: 100%;
    height: 55px;
}

.spacer-top-60{
    padding-top:60px;
}
.divide60 {
    width: 100%;
    height: 60px;
}

.divide65 {
    width: 100%;
    height: 65px;
}

.divide70 {
    width: 100%;
    height: 70px;
}

.divide75 {
    width: 100%;
    height: 75px;
}

.divide80 {
    width: 100%;
    height: 80px;
}

.divide85 {
    width: 100%;
    height: 85px;
}

/*margins*/
.margin10 {
    margin-bottom: 10px;
}

.margin20 {
    margin-bottom: 20px;
}

.margin30 {
    margin-bottom: 30px;
}

.margin40 {
    margin-bottom: 40px;
}

.no-padding {
    padding: 0;
}

    .no-padding.gray {
        background-color: #f5f5f5;
    }

.no-padding-inner h3 {
    text-transform: uppercase;
    font-weight: 700;
}

.no-padding-inner {
    padding: 60px;
}

.no-padding-inner-sm {
    padding: 10px 30px 30px 30px;
}

@media (max-width: 568px) {
    .no-padding-inner {
        padding: 15px;
    }

    .no-padding-inner-sm {
        padding: 15px;
    }
}

.margin-0 {
    margin: 0 !important;
}

.wide-img-showcase-row {
    position: relative;
}

.no-padding.img {
    background: url(../img/what-we-do.png) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.no-padding.img-2 {
    background: url(../img/pain-points.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.no-padding.img-3 {
    background: url(../img/mandela-kids-banner.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.no-padding.img-4 {
    background: url(../img/zinhle.png) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

@media (max-width: 767px) {
    .no-padding.img {
        position: relative;
        height: 300px;
    }
  .row-fluid div.five-column{
    margin-left: 0;
    width: auto;
  }
}
/***********bootstrap navigation default overrides--*/
.navbar-default {
    font-family: "Open Sans", sans-serif;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    min-height: 60px;
    padding: 10px 0 0 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.11765) 0 1px 3px;
    background-color: #041e3b;
/*    background-color: rgba(255, 255, 255, 0.9); */
    clear: both;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	  z-index: 1025;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #6bb0de;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #6bb0de;
        background-color: transparent;
    }
	.navbar-toggle {
		margin-top: 0;
	}
	.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.navbar-brand {
    font-weight: 700;
    color: #000 !important;
    font-size: 30px;
    line-height: 20px;
    font-style: normal;
    text-transform: uppercase;
    margin-left:-15px;
  padding-top: 5px;
}


.navbar-default .navbar-nav > li > a {
  color: #ffffff;  
  /*color: #444;*/
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: capitalize !important;
    font-family: "Open Sans", sans-serif;
	padding-top: 10px;
}
.navbar-default .navbar-nav > li > .free-demo{
        color: #fff;
    padding: 4px 15px;
    line-height: 30px;
    vertical-align: middle;
    background-color: #69B0E1;
    display: inline-block;
    width: auto;
    height: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    border: 0px;
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 20px;
}
.navbar-default  #search1_layer path{
  fill: #ffffff;
}
.container {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.navbar-collapse.collapse{
    display: none;
}
.navbar-collapse.collapse.in{
    display: block !important;
}
.container-fluid{
    padding: 0px !important;
}
.logo-wrapper{
    float: left !important;
}
.hs-author-social-links ul.navbar-nav{
    float: left;
    margin: 0px !important;
}
.hs-author-social-links .navbar-nav li{
    float: left;
    display: inline;
}
@media (max-width: 768px) {
    .navbar-wrapper-toggle{
        float: right !important;
    }
    .navbar-default{
        width: 100% !important;
    }
  .navbar-brand{
    margin-left: 0;
  }
    .blog-list-image-wrapper, .blog-list-excerpt{
        width: 100% !important;
        float: left !important;
        margin-left: 0px !important;
    }
    .blog-meta-wrapper li{
        float: left;
    }
    .header-social-wrapper{
        display: none !important;
    }
}
@media (min-width: 768px) {
    .navbar-collapse.collapse{
        display: block !important;
        height: auto !important;
        padding-bottom: 0px;
        overflow: visible !important;
    }
  .container {
    width: 750px !important;
    float: none !important;
  }

}
@media (min-width: 992px) {
  .container {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }
  .container-fluid{
      padding: 0px 15px;
  }
  .header-container.container-fluid{
      padding: 0px !important;
  }
}
.header-social-wrapper{
    width: auto !important;
    float: left !important;
}
.header-extra-links{
    width: auto !important;
    float: right !important;
}
.author-title-wrapper{
    clear: both;
    width: 100%;
    float: left;
    display: block;
}
.author-title-wrapper .hs-author-name, .author-title-wrapper .hs-author-social-section{
    float: left;
    display: inline-block;
    
}
.author-title-wrapper .hs-author-name{
    
}
.author-title-wrapper .hs-author-social-section a{
    padding-top: 30px;
    padding-bottom: 0px;
}
.post-item{
    float: none;
    display: block;
    clear: both;
}
.post-header, .post-body, .read-more-button-wrapper, .blog-list-comments-wrapper{
    display: block;
    clear: both;
}
.blog-meta-wrapper, .blog-meta-wrapper .navbar-nav, .blog-social-wrapper{
    width: 100%;
    display: block;
    clear: both;
}
.blog-meta-wrapper, .blog-social-wrapper{
    margin: 5px 0px;
    float: left;
}
.blog-meta-wrapper .navbar-nav li{
    padding: 0px 8px;
    /*height: 25px;*/
}
.blog-meta-wrapper .navbar-nav li a{
    padding: 0px;
    float: left;
}
.blog-meta-wrapper .navbar-nav .fa{
    margin-right: 8px;
    margin-top: 2px;
    float: left;
}
.blog-list-image-wrapper{
    float: right;
    width: 47.5%;
    margin-left: 2.5%;
    display: inline-block;
}
.blog-list-image-wrapper img{
    max-width:100%;
    margin: 0px;
    float: none;
}
.post-body{
    margin-top: 10px;
}
.post-body img{
    max-width: 100%;
}
.blog-list-excerpt{
    float: left;
    width: 50%;
    display: inline-block;
}

.blog-pagination{
    margin-top: 15px;
}
.blog-pagination .previous-posts-link, .blog-pagination .all-posts-link, .blog-pagination .next-posts-link{
    display: inline-block;
    box-sizing: initial;
}
.blog-pagination .previous-posts-link{
    width: 30%;
    text-align: left;
    float: left;
}
.blog-pagination .all-posts-link{
    display: block;
    width: 30%; /*because math */
    text-align: center;
    margin: 0px auto;
}
.blog-pagination .next-posts-link{
    width: 30%;
    text-align: right;
    float: right;
}
    .navbar-default .navbar-nav > li > a:hover, .navbar-collapse ul > li > a:hover {
        color: #69b0e1;
    }

.navbar-brand img {
    width: 160px;
    height: auto;
    margin-top: -15px;
}
#back-to-top{
    display: none !important;
}

/* BLOG - CTA - Sue Braiden 2018-10-03 */

.ctaLetUsHelp { 
  border: 2px solid #000; 
  background-color: #fff;
  overflow:hidden;
  padding: 20px;
}

/* BLOG - RELATED POSTS - Sue Braiden 2018-10-03 */

.relatedPosts { 
  border-bottom:2px dashed #ccc;
  background-color: #fff;
  overflow:hidden;
  padding: 0px;
}

.relatedPostsTitle { 
  width: 100%;
  border-bottom:2px dashed #ccc;
  background-color: #fff;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 150%;
  text-align: center;
}

.featuredPost {
  float: left;
  width: 50%;
  min-height:350px;
  background-color: white;
}

.featuredPostImage {
  /* margin: auto; */
  width: 100%;
  padding-bottom: 20px;
}

.featuredPostTitle {
  /* margin: auto; */
  width: 100%;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.featuredPostExcerpt {
  /* margin: auto; */
  width: 100%;
}

/* Clear floats after the featuredPost columns */
.relatedPosts:after {
  content: "";
  display: table;
  clear: both;
}

#post01 {
  padding-right: 20px;
}
#post02 { 
  padding-left: 20px;
}


/* END:  BLOG - RELATED POSTS */

/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 210px;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
}

.search-dropdown {
    min-width: 244px !important;
}

.navbar .dropdown-menu li a {
    color: #777;
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 500;
    padding: 9px 16px;
    line-height: 1.42857143;
    font-family: 'Open Sans', sans-serif;
}

.dropdown-menu .label {
    margin-top: 6px;
}

.navbar .dropdown-menu li a:hover {
    background-color: #f5f5f5;
}
.navbar-nav > li > .dropdown-menu{
    margin-top: -10px;
}
/*********************

TOP BARS

****************************/
#header-top {
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
}

.top-bar {
    min-height: 45px;
    line-height: 45px;
}

    .top-bar a {
        margin-right: 10px;
        font-size: 13px;
        color: #888;
    }

        .top-bar a i {
            margin-right: 5px;
        }

    .top-bar .sample-1right a i {
        margin-right: 5px;
        color: #999;
        width: 20px;
        height: 25px;
        display: inline-block;
        background-color: transparent;
        text-align: center;
        line-height: 25px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }

.top-social {
    margin: 0;
    padding: 0;
}

    .top-social li {
        padding: 0;
    }

        .top-social li a {
            font-size: 14px;
            color: #888;
            margin: 0;
            display: block;
        }

            .top-social li a i {
                width: 28px;
                height: 28px;
                line-height: 28px;
                text-align: center;
                margin: 0;
                background-color: transparent;
                color: #777;
                border: 1px solid #999;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                -ms-border-radius: 2px;
                border-radius: 2px;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

                .top-social li a i:hover {
                    color: #fff;
                    background-color: #252525;
                    border-color: #252525;
                }

.colored-top-social li {
    padding: 0;
    margin: 0;
}

    .colored-top-social li a {
        margin: 0;
        padding: 0;
    }

    .colored-top-social li i {
        margin: 0;
        padding: 0;
    }

.top-bar-dark {
    background-color: #333;
}
.dark-dropdown{
    z-index:1050; 
    background-color:#333;
}
.dark-dropdown a:hover{
    background-color:#333 !important;
}

.socials-simple {
    padding: 0;
    margin: 0;
}

    .socials-simple li {
        line-height: 35px;
    }

        .socials-simple li a {
            color: #bbb;
            font-size: 15px;
        }

            .socials-simple li a:hover {
                color: #fff;
            }

.top-dark-right {
    margin: 0;
    padding: 0;
}

    .top-dark-right li {
        line-height: 35px;
        border-left: 1px solid #444;
        padding: 0 10px;
    }

        .top-dark-right li, .top-dark-right li a {
            color: #bbb;
            font-size: 12px;
        }

            .top-dark-right li i {
                margin-right: 5px;
            }

            .top-dark-right li a:hover {
                color: #fff;
            }

/***search top bar**/
.topbar-icons {
    display: block;
}

    .topbar-icons i {
        margin: 0 !important;
        display: block;
    }

.search {
    display: none;
    position: absolute;
    left: 0;
    right: 15px;
    top: 0;
    height: 100%;
    z-index: 99999;
}

    .search .form-control {
        height: 100%;
        position: absolute;
        top: 0;
        width: 99%;
        right: 0;
        border: 0;
        background-color: #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

.search-close {
    position: absolute;
    right: 9px;
    top: 5px;
    cursor: pointer;
}

/* Mega MENU */
.yamm-content {
    padding: 25px;
    box-sizing: border-box;
    background-color: #fff;
}

.dropdown-menu .divider {
    background-color: #222;
}

.yamm-content h3.heading {
    border-bottom: none;
    margin: 0 0 5px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.yamm-content h3:before {
    content: "";
    display: none;
}

.yamm-content .mega-vertical-nav {
    margin-bottom: 30px;
}

    .yamm-content .mega-vertical-nav li a {
        padding: 8px 6px;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        color: #666;
        border-bottom: 1px solid #fbfbfb;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        /*    border-bottom: 0;*/
    }

.nav.mega-vertical-nav li a:hover {
    background-color: transparent;
    color: #4f82e9;
}

.mega-contact p {
    margin: 0;
}

.mega-contact i {
    color: #4f82e9;
    margin-right: 10px;
}

/*navbar search form***/
.dropdown-form {
    padding: 10px 15px;
    min-width: 213px;
}

    .dropdown-form .form-control {
        height: 31px;
    }

/***header top bar with search***/
.top-bar form {
    position: relative;
    margin: 0;
    padding: 0;
}

.top-bar button {
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 9px;
    right: 13px;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    line-height: 15px;
}

.top-bar form .form-control {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    margin-top: 6px;
    width: 150px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-bar .form-group {
    margin: 0;
}

.top-bar .form-control:focus {
    width: 200px;
}

/*************************************************************/
/************************** Buttons **************************/
/*************************************************************/
.btn {
    font-weight: 600;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.btn-lg {
    padding: 14px 28px 13px 28px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0;
}

.btn:focus, .btn:hover {
    outline: 0;
    color: #fff;
}
.btn-link {
    color: #69B0E1;
}
.btn-link:hover {
    color: #69B0E1;
	border-color: none;
}
.btn-xs {
    font-size: 12px;
}

.btn-theme-bg {
    border-color: #69b0e1;
    color: #fff;
    background-color: #69b0e1;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.btn i {
    margin-right: 10px;
}

.btn-theme-bg:hover {
    background-color: #333;
    border-color: #333;
}

.btn-theme-dark {
    background-color: #333;
    color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

    .btn-theme-dark:hover {
        color: #fff;
        background-color: #69b0e1;
    }

/*********border-buttons**********/
.border-black {
    border: 1px solid #333;
    color: #000;
    background-color: transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

    .border-black:hover {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }

.border-white {
    border: 1px solid #fff;
    color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

    .border-white:hover {
        background-color: #fff;
        border-color: #fff;
        color: #000;
    }

.border-theme {
    border: 1px solid #69b0e1;
    color: #69b0e1;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

    .border-theme:hover {
        background-color: #6bb0de;
        border-color: #6bb0de;
        color: #fff;
    }

    .border-theme:focus {
        background-color: #fff;
        border-color: #6bb0de;
        color: #6bb0de;
    }
/************************image hover effect*******************/
.item-img-wrap {
    position: relative;
    text-align: center;
    overflow: hidden;
}

    .item-img-wrap img {
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        width: 100%;
    }

.item-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

    .item-img-overlay span {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background:  no-repeat center center rgba(102, 186, 241, 0.7);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -moz-transition: opacity 250ms linear;
        -o-transition: opacity 250ms linear;
        -webkit-transition: opacity 250ms linear;
        transition: opacity 250ms linear;
    }

.item-img-wrap:hover .item-img-overlay span {
    opacity: 1;
}

.item-img-wrap:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#comment-form{
    margin: 10px 0px;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:400;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.075) inset;
    border: 1px solid #e7e7e7;
    color: #555555;
/*
    line-height:23.93px;
    display: block;
*/
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border-radius: 5px;
    padding: 1px 6px; /* reduces padding in Google search field - Stevie HS Support 8/17 */
    margin: 0 0 10px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

#captcha_wrapper{
    margin-bottom: 10px;
}

#captcha-wrapper input{
    
}

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    -webkit-appearance: none;
    text-decoration: none !important;
    line-height: 15px;
    padding: 5px; /* reduces size of Search button in Google Search module - Stevie HS Support 8/17 */
    border-width: 0 1px 4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #69b0e1;
    border-color: #69b0e1;
    color: #ffffff;
    -moz-user-select: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-family: "Open Sans",sans-serif;
    overflow: visible;
    
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    background-color: #333;
    border-color: #333;
    border-bottom-width: 3px;
    margin-top: 1px;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    background-color: #333;
    border-color: #333;
    color: #69B0D6;
    border-bottom-width: 3px;
    margin-top: 1px;
}

/*forms*/
/*select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    color: #7a7a7a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .form-control:focus {
        border-color: #bbb;
        background: #FFF;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }
*/
/*************parallax*************/
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

/*carousel slider*/
#myCarousel {
    background: url(../img/showcase-1.jpg) no-repeat;
}

.item-c-slide {
    height: 480px;
}

.carousel-control {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 45%;
    background-color: #4f82e9;
}

    .carousel-control i {
        font-size: 25px;
    }

.slide-text {
    margin-top: 120px;
}

    .slide-text h1 {
        color: #fff;
        font-weight: 700;
        font-size: 75px;
        letter-spacing: 0.10em;
        line-height: 80px;
        margin-bottom: 0;
        text-transform: uppercase;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    }

        .slide-text h1 b {
            color: #4f82e9 !important;
            font-weight: 700;
        }

    .slide-text p {
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        font-family: "Open Sans", sans-serif;
        line-height: 30px;
    }

    .slide-text h1 b {
        color: #fff;
    }

.slide-img img {
    margin-top: 40px;
}

@media (max-width: 603px) {
    .slide-text h1 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 320px) {
    .slide-text h1 {
        font-size: 30px;
        line-height: 35px;
    }
}
/*flex slider*/
.slider-reg {
    width: 100%;
}

@media (max-width: 767px) {
    .slider-reg.transparent-header-slider {
        margin-top: 50px;
    }
}

.main-flex-slider {
    position: relative;
}

    .main-flex-slider .flex-control-nav {
        bottom: 10px;
        margin: 0;
        height: 14px;
        z-index: 10;
    }

    .main-flex-slider .flex-control-paging li a {
        background-color: rgba(255, 255, 255, 0.7) !important;
        width: 26px;
        height: 8px;
        display: block;
        background: rgba(255, 255, 255, 0.1);
        cursor: pointer;
        text-indent: -9999px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

        .main-flex-slider .flex-control-paging li a.flex-active {
            background-color: #4f82e9 !important;
        }

.slider-overlay {
    background: rgba(0, 0, 0, 0.2);
    background-image: url("../img/pattern.png");
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slider-text {
    text-align: center;
    margin-top: 30px;
}

    .slider-text h1 {
        font-size: 3.75em;
        color: #FFF;
        padding: 5px 10px 0;
        line-height: 1.4;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
        text-align: center;
    }

    .slider-text p {
        color: #fff;
        font-size: 20px;
        margin-bottom: 25px;
        font-weight: 300;
    }

        .slider-text p a {
            font-style: normal;
        }

@media (min-width: 1200px) {
    .slider-text {
        margin-top: 250px;
    }
}

@media (max-width: 1024px) {
    .slider-text {
        margin-top: 150px;
    }
}

@media (max-width: 768px) {
    .slider-text {
        margin-top: 90px;
    }

        .slider-text h1 {
            font-size: 2em;
        }
}

@media (max-width: 667px) {
    .slider-text {
        margin-top: 30px;
    }

        .slider-text h1 {
            font-size: 2em;
        }
}

@media (max-width: 533px) {
    .slider-text p a {
        display: none;
    }
}

@media (max-width: 414px) {
    .slider-text p {
        display: none;
    }

    .slider-text h1 {
        font-size: 1.5em;
        margin-top: 45px;
    }
}

@media (max-width: 384px) {
    .slider-text h1 {
        font-size: 1.5em;
        margin-top: 45px;
    }
}
/***********animation delays*****************/
.delay-1 {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}

.delay-2 {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    animation-delay: 600ms;
}

.delay-3 {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.delay-4 {
    -webkit-animation-delay: 1600ms;
    -moz-animation-delay: 1600ms;
    animation-delay: 1600ms;
}

/*intro text*/
.intro-text {
    padding: 60px 0;
    background-color: #eee;
}

    .intro-text h2 {
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-size: 25px;
    }

    .intro-text a {
        margin: 7px;
    }

/*******************home parallax-bg----***********************/
#home-parallax {
    background: url("../img/showcase-4.jpg") no-repeat;
    padding: 190px 0;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #4f82e9;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.parallax-buttons {
    display: block;
    text-align: center;
    margin-top: 20px;
}

    .parallax-buttons a {
        display: inline-block;
        margin: 5px;
    }

h1.typed-text {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}

.typed-text .element {
    color: #4f82e9;
}

#home-parallax p {
    color: #fff;
}

@media (max-width: 568px) {
    h1.typed-text {
        font-size: 25px;
    }
}
/*services*/
.services-wrap {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #fff;
}

.services-box {
    clear: both;
}

.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;
}

    .services-box-icon i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #9CCB44;
        color: #fff;
        font-size: 17px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

.services-box-info {
    padding-left: 0;
    margin-left: 60px;
}
.services-box-info-xs {
    padding-left: 0;
    margin-left: 0;
}

    .services-box-info h4 {
        font-weight: 700;
        font-size: 15px;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 5px;
        line-height: 1.5;
    }

.services-box-info-mk {
    padding-left: 0;
}

    .services-box-info-mk h4 {
        font-weight: 700;
        font-size: 15px;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 5px;
        line-height: 1.5;
    }
/*services 2*/
.service-box i {
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    color: #4f82e9;
    font-size: 30px;
    background-color: #f7f9fa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 25px;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}

.service-box h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
}

.service-box:hover i {
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    color: #fff;
    background-color: #4f82e9;
}

/***services3***/
#services-bg-wrap {
    padding: 45px 0;
    background-color: #f7f9fa;
}

#services-bg-wrap-parable {
    padding-bottom: 0;
    background-color: #f7f9fa;
}
#services-bg-wrap-parable img {
	margin-left: 25px;
}

.service-3-meta h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
}

.white-bg {
    background-color: #fff !important;
    padding-top: 90px !important;
    padding-bottom: 50px !important;
}

.service-4-meta h3 {
    font-weight: 700;
    margin-bottom: 5px;
}

.blue-bg {
    background-color: #4f82e9;
    padding-top: 70px;
    padding-bottom: 40px;
}

    .blue-bg .services-box i {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        font-size: 50px;
        margin-right: 25px;
    }

    .blue-bg .services-box .services-box-info {
        margin-left: 30px;
    }

        .blue-bg .services-box .services-box-info h4 {
            color: #fff;
            font-size: 25px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .blue-bg .services-box .services-box-info p {
            color: #eee;
        }

/***special features***/
.special-feature .section-title hr {
    border-color: #151515;
}

.special-feature i {
    font-size: 65px;
    line-height: 75px;
    color: #4f82e9;
}

.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: 0;
    -moz-transition: all 0.3s ease-out 0;
    -o-transition: all 0.3s ease-out 0;
    -webkit-transition: all 0.3s ease-out 0;
    transition: all 0.3s ease-out 0;
}

    .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;
    -moz-transition: all 0.3s ease-out 0;
    -o-transition: all 0.3s ease-out 0;
    -webkit-transition: all 0.3s ease-out 0;
    transition: all 0.3s ease-out 0;
}

.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%;
    -moz-transition: all 0.3s ease-out 0;
    -o-transition: all 0.3s ease-out 0;
    -webkit-transition: all 0.3s ease-out 0;
    transition: all 0.3s ease-out 0;
}

    .special-feature .mask-bottom p {
        padding: 0 5px;
        font-size: 13px;
    }

    .special-feature .mask-bottom h4 {
        margin: 15px 0 17px;
    }

.special-feature .s-feature-box:hover .mask-bottom {
    bottom: 0;
    -moz-transition: all 0.3s ease-out 0;
    -o-transition: all 0.3s ease-out 0;
    -webkit-transition: all 0.3s ease-out 0;
    transition: all 0.3s ease-out 0;
}

.special-feature .mask-bottom i {
    font-size: 38px;
    line-height: 50px;
}

/****services new*****/
.service-box-4 .service-ico {
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    line-height: 30px;
    margin-top: 3px;
    float: left;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-ico i {
    color: #4f82e9;
}

.services-box-icon h2 {
    color: #69b0e1;
}

.service-box-4 .service-text {
    margin-left: 60px;
}

.service-text a {
    color: #4f82e9;
}

    .service-text a i {
        margin-left: 5px;
        vertical-align: middle;
    }

.service-text h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

/***colored boxed**************/
.colored-boxed {
    text-align: center;
}

    .colored-boxed i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border: 1px solid;
        background-color: transparent;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        font-size: 30px;
    }

    .colored-boxed.green i {
        color: #69b0e1;
        border-color: #69b0e1;
    }

    .colored-boxed.dark i {
        color: #333;
        border-color: #333;
    }

    .colored-boxed.orange i {
        color: #f99f1b;
        border-color: #f99f1b;
    }

    .colored-boxed.blue i {
        color: #87b13b;
        border-color: #87b13b;
    }

    .colored-boxed.red i {
        color: #7C7D80;
        border-color: #7C7D80;
    }

    .colored-boxed h3 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .colored-boxed p {
        margin-top: 10px;
    }

/**************work and portfolio whole*******/
/* mouse grab icon */
.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move !important;
}

.portfolio {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.work-desc {
    width: 100%;
    padding: 10px 10px;
    background: #f8f8f8;
    border-top: none;
    position: relative;
}

    .work-desc h3 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

.owl-spaced .owl-item > div {
    margin: 5px;
}

.work-desc p {
    font-weight: 400;
    font-style: normal;
	line-height: 1.5;
    font-size: 12px;
    color: #777;
	margin-bottom: 0;
}

.project-detail h3 {
    margin-bottom: 10px;
}

.project-detail em {
    display: block;
}

.full-width-3-work .work-desc {
    padding: 10px;
}

/****progress bars****/
/*progress bar*/
h3.heading-progress {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 6px;
    margin-top: 0;
    text-transform: uppercase;
    color: #777;
}

.progress {
    height: 15px;
    line-height: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #E9E9E9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.progress-bar {
    line-height: 10px;
    background: #4f82e9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

/*news and blogs*/
.news-desc {
    padding: 15px 0;
}

    .news-desc h4 {
        margin: 0;
        font-weight: 500;
    }

    .news-desc span {
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
    }

        .news-desc span + span {
            padding-left: 30px;
        }

/*latest news in home option*/
.latest-new {
    border: 1px solid #ddd;
}

.blog-date {
    width: 60px;
    height: 60px;
    padding: 6px 5px;
    margin: -40px auto 10px auto;
    line-height: 1;
    font-weight: 400;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 36px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

    .blog-date span {
        font-weight: 400;
        font-size: 15px;
        display: block;
    }

.l-news-desc {
    padding: 10px 20px;
}

    .l-news-desc h3 {
        margin-bottom: 15px;
    }

ul.post-desc {
    padding: 0;
}

    ul.post-desc li {
        font-size: 11px;
        font-weight: 500;
        text-transform: capitalize;
        color: #777;
    }

        ul.post-desc li + li {
            padding-left: 15px;
        }

/**blog inner pages**/
.blog-post {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.post-detail {
    margin-top: 25px;
    margin-bottom: 0;
    border-top: 1px solid #ebeaea;
    border-bottom: 1px solid #ebeaea;
    margin-left: 0;
}

    .post-detail li img {
        width: 26px;
        height: 26px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        border-radius: 13px;
        float: left;
        margin-right: 10px;
    }

    .post-detail li + li {
        padding-left: 15px;
    }

    .post-detail li {
        font-size: 11px;
        color: #777;
        font-weight: 600;
        vertical-align: middle;
        text-transform: uppercase;
    }

        .post-detail li i {
            margin-right: 5px;
        }

.blog-post h2 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.blog-left-img .post-detail {
    margin-top: 0;
}

.about-author {
    background-color: #f5f5f5;
    padding: 30px;
    margin-bottom: 50px;
}

    .about-author img {
        width: 120px;
        height: 120px;
        float: left;
        margin-right: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }

    .about-author p {
        overflow: hidden;
    }

.comment-list {
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.comment-post h4 img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    float: left;
}

.comment-post p {
    overflow: hidden;
}

.comment-form .form-contact .form-control {
    background-color: #f5f5f5;
}

/*Timeline blog
------------------------------------*/
.timeline {
    padding: 20px 0;
    list-style: none;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #f5f5f5;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 40px;
        position: relative;
        width: 50%;
        float: left;
        clear: left;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 94%;
            float: left;
            border: 1px solid #d4d4d4;
            /*border-radius: 2px;*/
            /*padding: 20px;*/
            position: relative;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #ccc;
            width: 24px;
            height: 24px;
            line-height: 50px;
            font-size: 1.4em;
            cursor: pointer;
            text-align: center;
            position: absolute;
            top: 19px;
            right: -12px;
            z-index: 9;
        }

            .timeline > li > .timeline-badge i:hover {
                color: #4f82e9;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

        .timeline > li > .timeline-panel .timeline-heading {
            padding: 5px;
        }

            .timeline > li > .timeline-panel .timeline-heading img {
                width: 100%;
            }

    .timeline .timeline-body {
        padding: 25px 15px;
    }

        .timeline .timeline-body h2 {
            font-size: 20px;
            margin-bottom: 5px;
        }

.timeline-body .post-detail {
    margin: 5px 0;
}

.timeline > li.timeline-inverted {
    float: right;
    clear: right;
    margin-bottom: 40px;
}

.timeline > li:nth-child(2) {
    margin-top: 60px;
}

.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}

@media (max-width: 992px) {
    .timeline > li > .timeline-panel:before {
        top: 31px;
        right: -11px;
        border-top: 11px solid transparent;
        border-left: 11px solid #ccc;
        border-bottom: 11px solid transparent;
    }

    .timeline > li > .timeline-panel:after {
        top: 32px;
        right: -10px;
        border-top: 10px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 10px solid transparent;
    }

    .timeline > li.timeline-inverted > .timeline-panel:before {
        border-right-width: 11px;
        left: -11px;
    }

    .timeline > li.timeline-inverted > .timeline-panel:after {
        border-right-width: 10px;
        left: -10px;
    }
}

@media (max-width: 767px) {
  .show-mobile{
    display: block !important;
  }
  .hide-mobile{
    display: none !important;
  }
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li {
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        float: left;
        clear: left;
    }

        ul.timeline > li > .timeline-panel {
            width: calc(100% - 70px);
            width: -moz-calc(100% - 70px);
            width: -webkit-calc(100% - 70px);
        }

        ul.timeline > li > .timeline-badge {
            left: 28px;
            margin-left: 0;
            top: 16px;
        }

        ul.timeline > li > .timeline-panel {
            float: right;
        }

            ul.timeline > li > .timeline-panel:before {
                top: 27px;
                right: -12px;
                border-top: 12px solid transparent;
                border-left: 12px solid #ccc;
                border-bottom: 12px solid transparent;
            }

            ul.timeline > li > .timeline-panel:after {
                top: 28px;
                right: -11px;
                border-top: 11px solid transparent;
                border-left: 11px solid #fff;
                border-bottom: 11px solid transparent;
            }

            ul.timeline > li > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 12px;
                left: -12px;
                right: auto;
            }

            ul.timeline > li > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 11px;
                left: -11px;
                right: auto;
            }

    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .timeline > li.timeline-inverted > .timeline-badge {
            left: 28px;
        }
  div.navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color: #ffffff;
  }
  div.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
}
/*testimonials parallax*/
.testimonials {
    background: url(../img/bg-4.jpg) no-repeat;
    padding: 80px 0;
}

    .testimonials .center-heading h2 {
        color: #fff;
    }

    .testimonials h4 {
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        font-style: normal;
        font-family: "Open Sans", sans-serif;
    }

        .testimonials h4 i {
            color: #4f82e9;
            margin-right: 5px;
        }

    .testimonials p {
        color: #4f82e9;
        font-size: 25px;
        font-weight: 400;
        font-style: normal;
    }

.customer-img {
    max-width: 92px;
    margin: auto;
    margin-bottom: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

/**owl**/
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px !important;
    height: 8px !important;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #444 !important;
}

/*********************testmonials v-2*****************/
.testimonials-v-2 {
    padding: 100px 0;
    overflow: hidden;
}

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

    .testi-slide img {
        width: 92px;
        height: 92px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .testi-slide p {
        margin: 20px 0;
        font-size: 15px;
        font-weight: 300;
    }

    .testi-slide i {
        color: #4f82e9;
        margin-right: 10px;
    }

    .testi-slide h4 {
        font-weight: 400;
        font-size: 16px;
        font-family: "Open Sans", sans-serif !important;
        font-style: italic;
    }

    .testi-slide .flex-control-paging li a {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        background: transparent !important;
        border: 2px solid #ccc;
        width: 8px;
        height: 8px;
    }

        .testi-slide .flex-control-paging li a.flex-active {
            background: transparent !important;
            border: 2px solid #4f82e9;
        }

.quote {
    position: relative;
}

    .quote blockquote {
        padding: 0;
        border: 0;
        margin: 0;
        font-size: 14px;
        font-style: italic;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
    }

        .quote blockquote p {
            color: #fff;
            padding-top: 25px;
            padding-bottom: 45px;
            padding-left: 30px;
            padding-right: 30px;
        }

        .quote blockquote:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 90px;
            width: 0;
            height: 0;
            border-top: 0.83333em solid #ccc;
            border-right: 0.86667em solid transparent;
        }

    .quote.green blockquote {
        background-color: #4f82e9;
    }

        .quote.green blockquote:before {
            border-top-color: #4f82e9;
        }

    .quote.dark blockquote {
        background-color: #555;
    }

        .quote.dark blockquote:before {
            border-top-color: #555;
        }

.quote-footer {
    margin: 10px 0;
}

    .quote-footer .quote-author-img img {
        float: left;
        max-width: 90px;
        width: 90px;
        height: 90px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-left: -5px;
        margin-top: -40px;
        position: relative;
        z-index: 1;
        padding: 5px;
        background-color: #fff;
    }

    .quote-footer h4 {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .quote-footer p {
        font-weight: 400;
        font-style: italic;
        font-size: 13px;
    }

/***********bootstrap collapse overrides*/
.panel-group .panel {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.panel-default > .panel-heading {
    color: #000;
    background-color: #fff;
    border-color: #4f82e9 !important;
    padding: 7px 12px;
}

.panel-title i {
    margin-right: 10px;
    color: #4f82e9;
}

/************************************************* css for footers****************************************/
/* #footer is by default*/
#footer {
    background: #333;
    font-size: 0.9em;
    padding: 0 0;
    position: relative;
    clear: both;
}

.footer-col h3 {
    color: #fff;
    margin-bottom: 35px;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 300;
    font-style: normal;
}

    .footer-col h3:first-letter {
        border-bottom: 1px solid #bbb;
    }

.contact p {
    margin-bottom: 10px;
}

.contact strong {
    margin-right: 10px;
    font-weight: bold;
}

    .contact strong i {
        margin-right: 5px;
    }

.contact a {
    color: #777;
}

    .contact a:hover {
        color: #69b0e1;
    }

.f2-work li {
    margin: 2px;
}

    .f2-work li a img {
        width: 70px;
        height: 50px;
        border: 2px solid transparent;
        -moz-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        -webkit-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    .f2-work li a:hover img {
        border-color: #4f82e9;
    }

.footer-btm {
    padding: 20px;
    background-color: #333;
/*    border-top-left-radius: 6px;
    border-top-right-radius: 6px;*/
    color: #bbb;
}

    .footer-btm a {
        color: #bbb;
    }

.news-form .form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
}

@media (max-width: 767px) {
    .news-form {
        text-align: center !important;
    }

        .news-form .form-control {
            margin-bottom: 10px;
        }
}
/****************footer 2****************/
#footer-option {
    background: #121214;
    border-top: 4px solid #e1e1e1;
    font-size: 0.9em;
    padding: 80px 0 0;
    position: relative;
    clear: both;
}

    #footer-option .footer-col h3 {
        font-size: 25px;
        font-weight: 300;
        text-transform: capitalize;
        color: #fff;
    }

    #footer-option .footer-btm {
        background-color: #0c0c0c;
    }

    #footer-option .contact a {
        color: #777;
    }

        #footer-option .contact a:hover {
            color: #4f82e9;
        }

/************twitter feed*****************/
.tweet ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tweet ul li {
        color: #777;
        font-weight: 500;
        padding: 8px 0;
        font-size: 15px;
    }

        .tweet ul li:before {
            content: "\f099";
            font-family: 'FontAwesome';
            margin-right: 15px;
            font-size: 16px;
            color: #4f82e9;
        }

        .tweet ul li .date {
            padding: 3px 0;
            font-size: 12px;
            font-weight: 400;
            text-transform: uppercase;
        }

        .tweet ul li img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            margin-right: 10px;
        }

.tweet li a {
    color: #fff;
    font-size: 13px;
}

    .tweet li a:hover {
        color: #4f82e9;
    }

.latest-f-news li a {
    display: block;
    padding: 4px 0;
    color: #777;
}

    .latest-f-news li a i {
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

    .latest-f-news li a:hover i {
        margin-left: 5px;
    }

    .latest-f-news li a:hover {
        color: #fff;
    }

/*************socil icons**********/
.social-1 {
    margin: 0;
    padding: 0;
}

    .social-1 li {
        padding: 0;
    }

        .social-1 li a i {
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            -moz-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            -webkit-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
        }

            .social-1 li a i:hover {
                opacity: 0.8;
            }

            .social-1 li a i.fa-facebook {
                background-color: #3b5998;
            }

            .social-1 li a i.fa-twitter {
                background-color: #0084b4;
            }

            .social-1 li a i.fa-google-plus {
                background-color: #C63D2D;
            }

            .social-1 li a i.fa-pinterest {
                background-color: #cb2027;
            }

            .social-1 li a i.fa-dribbble {
                background-color: #ea4c89;
            }

/**************coming soon*************/
.soon-bg {
    background: url(../img/showcase-1.jpg);
    padding: 100px 0;
}

    .soon-bg h2 {
        color: #fff;
    }

.countdown_amount {
    display: block;
    font-size: 44px;
    padding-top: 25px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

.countdown_section {
    display: inline-block;
    width: 120px;
    height: 120px;
    padding-top: 13px;
    margin: 10px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.subscribe-form .form-control {
    height: 46px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

/*purchase section*/
.purchase-sec {
    padding: 30px 0;
    background: #f99f1b;
}

    .purchase-sec span {
        line-height: 40px;
        color: #fff;
        font-size: 25px;
        font-weight: 400;
    }

/****fun facts*****/
.fun-fact-wrap {
    background: url(../img/showcase-4.jpg);
    background-repeat: repeat !important;
    padding-top: 100px;
    padding-bottom: 70px;
}

.facts-in {
    text-align: center;
}

    .facts-in h3 {
        margin-bottom: 25px;
        font-size: 50px;
        font-weight: 700;
        color: #fff;
    }

        .facts-in h3 i {
            font-size: 40px;
            margin-right: 20px;
            color: #4f82e9;
        }

    .facts-in h4 {
        margin-bottom: 0;
        color: #fff;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
    }

@media (max-width: 992px) {
    .facts-in {
        margin-bottom: 70px;
    }
}
/******owl carousel*******/
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background: #4f82e9 !important;
}

/**********static background with transparent header*/
.static-bg {
    background: url(../img/showcase-3.jpg);
    padding-top: 230px;
    padding-bottom: 200px;
}

.static-wrap {
    text-align: center;
}

    .static-wrap h3 {
        text-transform: uppercase;
        letter-spacing: 0;
        padding: 0 0 16px 0;
        margin: 0 0 35px 0;
        font-weight: 400;
        font-size: 44px;
        border-bottom: solid 1px #cccccc;
        position: relative;
        color: #fff;
        line-height: 44px;
    }

.static-bg h3:before {
    content: "";
    height: 3px;
    background: #009ada;
    background: -moz-linear-gradient(45deg, #009ada 0, #04bfbf 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #009ada), color-stop(100%, #04bfbf));
    background: -webkit-linear-gradient(45deg, #009ada 0, #04bfbf 100%);
    background: -o-linear-gradient(45deg, #009ada 0, #04bfbf 100%);
    background: -ms-linear-gradient(45deg, #009ada 0, #04bfbf 100%);
    background: linear-gradient(45deg, #009ada 0, #04bfbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ada', endColorstr='#04bfbf',GradientType=1 );
    width: 60%;
    max-width: 100%;
    display: block;
    left: 0;
    bottom: -2px;
    position: absolute;
}

.static-bg h3:before {
    left: 20%;
}

.slider-flex h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

/****************************breadcrumb***************************/
.breadcrumb-wrap {
    padding: 30px 0;
    background-image: url(../img/shadow-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
}

    .breadcrumb-wrap h4 {
        margin: 0;
        font-size: 16px;
        color: #333;
        font-weight: 700;
        letter-spacing: 8px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Open Sans", sans-serif;
    }

ol.breadcrumb {
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #333;
}

    ol.breadcrumb li {
        font-weight: 400;
        font-size: 13px;
        text-transform: capitalize;
        letter-spacing: 1px;
    }

        ol.breadcrumb li a {
            color: #333;
        }

/***list of highlight**/
.highlight-list li {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #777;
    line-height: 1.5;
}

    .highlight-list li i {
        color: #69b0e1;
        margin-right: 10px;
    }

/************team section css here*****/
.team-wrap {
    padding: 3px 3px 20px;
    border: 1px solid #eee;
    text-align: center;
}

    .team-wrap h4 {
        margin-bottom: 3px;
        margin-top: 10px;
        font-weight: 500;
        font-size: 17px;
    }

    .team-wrap span {
        font-size: 10px;
        text-transform: uppercase;
        color: #777;
        display: block;
        margin-bottom: 10px;
        font-weight: 700;
    }

/**team-v2**/
.person-v2 {
    margin-bottom: 30px;
}

.our-team-v-2 {
    padding-top: 70px;
    background-color: #f5f5f5;
    padding-bottom: 40px;
}

.person-v2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.person-v2 h3 {
    margin: 5px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
}

.person-desc-v2 em {
    display: block;
    color: #777;
    margin-bottom: 10px;
}

/******************pricing table***********************/
.price-wrap {
    border: 1px solid #e5e5e5;
}

.price-title {
    padding: 10px 0;
    text-align: center;
}

    .price-title h4 {
        margin: 0;
    }

.price-price {
    padding: 15px 0;
    font-size: 36px;
    line-height: 40px;
    background-color: #444;
    margin: 0 -1px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-align: center;
}

    .price-price span {
        display: block;
        font-size: 13px;
        line-height: 20px;
        color: #AAA;
    }

.price-features {
    padding: 10px 15px;
    border-bottom: 1px solid #E5E5E5;
    text-shadow: 1px 1px 1px #FFF;
    text-align: center;
}

    .price-features ul li {
        padding: 5px 0;
        border-top: 1px solid #e5e5e5;
    }

        .price-features ul li:first-child {
            border-top: 0;
        }

.price-action {
    background-color: #e5e5e5;
    padding: 15px 0;
    text-align: center;
}

.price-price.popular {
    background: #69B0E1;
    color: #fff;
}

    .price-price.popular span {
        color: #fff;
    }

/***************about me*********************/
.me-intro {
    background: url(../img/showcase-2.jpg);
    padding: 200px 0;
}

    .me-intro h2 {
        color: #fff;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .me-intro p {
        color: #fff;
    }

.me-hobbies h4 i {
    margin-right: 10px;
    color: #69b0e1;
    font-size: 25px;
}

    .me-hobbies h4 i > .text-blue {
        color: #69b0e1;
    }

    .me-hobbies h4 i > .text-green {
        color: #87b13b;
    }

    .me-hobbies h4 i > .text-orange {
        color: #f99f1b;
    }

.services-me li {
    padding: 10px 0;
    font-size: 16px;
}

    .services-me li i {
        margin-right: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        font-size: 18px;
        border: solid 2px #69b0e1;
        border-radius: 5px;
        color: #69b0e1;
    }

.contact-me {
    background-color: #eee;
    padding: 40px 0;
}

/**dropcaps**/
p.dropcap:first-letter {
    display: block;
    float: left;
    font-size: 50px;
    line-height: 51px;
    margin: -1px 8px -2px 0;
    color: #69b0e1;
}

/*contact us*/
/*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;
}

/***error page****/
.error-digit {
    font-size: 150px;
    text-align: center;
    line-height: 150px;
    color: #4f82e9;
}

.error-text h2 {
    font-weight: 400;
}

/********************************sidebar***********************/
.sidebar-box h4 {
    font-size: 14px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
}

.search-widget {
    position: relative;
}

    .search-widget i {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #777;
    }

.cat-list li {
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}

    .cat-list li a {
        color: #888;
        margin-right: 10px;
    }

    .cat-list li i {
        color: #888;
        margin-right: 10px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .cat-list li:hover i {
        margin-left: 5px;
    }

    .cat-list li a:hover {
        color: #4f82e9;
    }

.popular-post li {
    padding-bottom: 20px;
}

.popular-img {
    float: left;
    margin-right: 10px;
}

    .popular-img a img {
        width: 60px;
        height: 60px;
    }

.popular-desc {
    display: table;
}

    .popular-desc h5 {
        font-size: 17px;
        margin-bottom: 6px;
    }

        .popular-desc h5 a {
            color: #000;
            font-weight: 600;
            font-size: 13px;
        }

            .popular-desc h5 a:hover {
                color: #4f82e9;
            }

    .popular-desc h6 {
        color: #777;
        font-style: normal;
        font-size: 12px;
        font-weight: 600;
    }

.tag-list a {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 3px;
    padding: 3px 6px;
    color: #777;
    font-size: 12px !important;
    background-color: #e5e5e5;
}

    .tag-list a:hover {
        background-color: #666;
        color: #fff;
    }

/****************testimonials***********************/
.quote-text {
    background-color: #f6f6f6;
    border-left: none;
    color: rgba(85, 94, 106, 0.8);
    font-size: 13px;
    line-height: 1.6;
    margin-top: 30px;
    padding: 26px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 #35bdf6;
    -moz-box-shadow: 0 3px 0 #35bdf6;
    -ms-box-shadow: 0 3px 0 #35bdf6;
    box-shadow: 0 3px 0 #35bdf6;
}

    .quote-text:before {
        border: solid 14px transparent;
        z-index: 3;
        border-top-color: #f6f6f6;
        top: auto;
        right: auto;
        bottom: -28px;
        left: 30px;
    }

    .quote-text:after {
        border: solid 14px transparent;
        z-index: 2;
        border-width: 18px;
        border-top-color: #35bdf6;
        top: auto;
        right: auto;
        bottom: -36px;
        left: 26px;
    }

    .quote-text:before, .quote-text:after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
    }

.quote-pic {
    float: left;
    margin-right: 12px;
    margin-left: 28px;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
}

.quote-author {
    display: inline-block;
    font-size: 13px !important;
    line-height: 1.3 !important;
}

    .quote-author strong {
        font-size: 14px;
        font-weight: 700;
        display: block;
    }

/***********************sign in or sign up css****************/
.login-form {
    padding: 20px;
    background-color: #f5f5f8;
}

    .login-form h3 span {
        color: #777;
        font-size: 15px;
    }

.btn-fb-login {
    background-color: #3b5998;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.login-form form a {
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 320px) {
    .login-form form a {
        margin-top: 10px;
    }
}
/****clients***/
#clients-carousel {
    background-color: #424242;
    padding: 90px 0;
}

    #clients-carousel.light {
        background-color: #222;
    }

        #clients-carousel.light h3.heading {
            color: #fff;
        }

    #clients-carousel .center-heading h2 {
        color: #fff;
    }

    #clients-carousel .item {
        text-align: center;
    }

    #clients-carousel p {
        color: #bbb;
    }

#cta-1 {
    padding: 40px 0;
    background-color: #69b0e1;
    text-align: center;
}

#cta-2-1 {
    padding: 43px 0 0 0;
    background-color: #f2f2f2;
    text-align: center;
}

#cta-1 h1 {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
}

#cta-2-1 h3 {
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 1.8em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 24px;
}

#cta-2 {
    padding: 30px 0;
    background-color: #f2f2f2;
    text-align: center;
}

    #cta-2 h1 {
        color: #333;
        margin-bottom: 15px;
        font-weight: 400;
    }

/*****accordions****/
/*** Accordion ***/
.panel-group {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

    .panel-group .panel {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

        .panel-group .panel + .panel {
            margin-top: -2px;
        }

    .panel-group .panel-heading {
        padding: 0;
        background: white;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

    .panel-group .panel-body {
        font-size: 13px;
        background: #f9f9f9;
        -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
        -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
        -ms-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
        box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
        font-family: "Open Sans", sans-serif;
    }

    .panel-group .panel-heading a {
        position: relative;
        display: block;
        padding: 6px 10px 6px 10px;
        font-size: 16px;
        color: #505050;
        line-height: 1.5;
        text-transform: none;
        text-decoration: none;
        font-weight: 500;
    }

/****************elements******************/
.grid-wrap h4 {
    display: block;
    line-height: 35px;
    text-align: center;
    background-color: #f9f9fa;
    border: 1px solid #ddd;
}

.element-buttons a {
    margin-bottom: 10px;
    margin-right: 5px;
}

/*****************bootstrap tabs overrides*****************************/
/*tabs*/
.tabs .nav-tabs {
    border-bottom: none;
}

    .tabs .nav-tabs li {
        margin-bottom: 0;
    }

@media (max-width: 767px) {
    .tabs .nav-tabs li {
        width: 100%;
        float: none;
        margin-bottom: 2px;
    }

        .tabs .nav-tabs li a {
            margin-right: 0 !important;
        }

        .tabs .nav-tabs li.active a {
            border-bottom: 2px solid #dcdcdc !important;
        }
}

.tabs .nav-tabs li a {
    background: #f7f7f7;
    margin-right: 2px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 12px 20px;
    color: #6d6d6d;
    position: relative;
.fa }

    .tabs .nav-tabs li a:after {
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        height: 3px;
    }

    .tabs .nav-tabs li a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        height: 1px;
    }

    .tabs .nav-tabs li a:hover {
        border-color: #f7f7f7;
    }

.tabs .nav-tabs > li > a .fa {
    margin-right: 4px;
}

.tabs .nav-tabs li.active a {
    color: #4f82e9;
    border-left-color: #eee;
    border-right-color: #eee;
    background: #fff;
}

    .tabs .nav-tabs li.active a:after {
        background: #4f82e9;
    }

    .tabs .nav-tabs li.active a:before {
        background: #fff;
    }

    .tabs .nav-tabs li.active a:hover {
        border-bottom-color: #fff;
    }

.tabs .tab-content {
    padding: 15px;
    border: 1px solid #eee;
    background: #fff;
}

.tab-content p {
    overflow: hidden;
}

.tabs .tab-content:before,
.tabs .tab-content:after {
    content: " ";
    display: table;
}

.tabs .tab-content:after {
    clear: both;
}

.tabs .tab-content p:last-child {
    margin-bottom: 0;
}

.form-element .form-control {
    height: 31px;
}

/***************************video home********************/
/*****************home ********
******************************/
#video-wrap {
    display: table;
    width: 100%;
    height: 580px;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
}

.fallback-image {
    background-image: url(../img/showcase-5.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.parallax-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-color: rgba(44,62,80,0.3);
    z-index: 2;
}*/
.video-wrap-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
}

    .video-wrap-content h1 {
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 20px;
        font-size: 50px;
    }

    .video-wrap-content p {
        font-size: 20px;
        color: #fff;
        font-weight: 200;
        line-height: 30px;
        margin-bottom: 30px;
        margin-top: 25px;
    }

@media (max-width: 433px) {
    #video-wrap {
        background-color: #444;
        display: table;
        width: 100%;
        height: 100%;
        height: 400px;
        overflow-x: hidden;
        overflow-y: hidden;
        vertical-align: middle;
        z-index: 1;
    }

    .video-wrap-content h1 {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 30px;
    }

    .video-wrap-content p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.popover-test button {
    margin: 5px;
}

/****************************************************************

Version v1.1 css*

****************************************************************/
.latest-tweets .tweet li {
    font-weight: 400;
}

    .latest-tweets .tweet li a {
        color: #4f82e9;
    }

/**********************sidenav*********************/
.side-nav li {
    border-bottom: 1px solid #e9e9e9;
}

    .side-nav li a {
        padding: 10px 15px;
        display: inline-block;
        width: 100%;
        position: relative;
    }

        .side-nav li a.active {
            color: #4f82e9;
        }

        .side-nav li a i {
            margin-right: 10px;
        }

/*************pagination***********/
.gallery-bottom .pagination {
    margin-top: 0;
}

.pagination > li > a, .pagination > li > span {
    background-color: #ccc;
    padding: 3px 9px;
    color: #fff;
    border: 0;
}

.pagination > li > a {
    margin-right: 5px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #4f82e9;
}

.jobs-row h4.panel-title {
    font-weight: 400;
    text-align: left;
}

    .jobs-row h4.panel-title a {
        font-size: 15px;
    }

    .jobs-row h4.panel-title em {
        font-weight: 400;
        font-size: 12px;
        color: #999;
        display: block;
        margin-top: 0;
    }

/****************************dark header********************/
/***********bootstrap navigation default overrides--*/
.navbar-inverse {
    font-family: "Open Sans", sans-serif;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    min-height: 60px;
    padding: 10px 0;
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #333;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #4f82e9;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #4f82e9;
        background-color: transparent;
    }

    .navbar-inverse .navbar-brand {
        font-weight: 700;
        color: #fff !important;
        font-size: 30px;
        line-height: 20px;
        font-style: normal;
        text-transform: uppercase;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #4f82e9;
        }

#header-top.dark-header-top {
    background-color: #111;
    border-bottom-color: #222;
}

    #header-top.dark-header-top .top-bar a i {
        color: #fff;
    }

    #header-top.dark-header-top .top-bar ul li {
        color: #fff;
    }
#top-bar-dark .container{
    padding-right: 0px;
}
/******************transparent header*****************************/
.navbar-inverse.transparent-header {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding: 10px 0;
    min-height: 50px;
}

@media (max-width: 767px) {
    .navbar-inverse.transparent-header {
        background-color: #111 !important;
    }
}
/****************header center*****************/
.header-center {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 25px 0;
}

    .header-center a {
        font-size: 30px;
        text-transform: uppercase;
        color: #000;
        font-weight: 700;
    }

    .header-center span {
        display: block;
    }

.navbar-default.menu-header-center {
    padding: 0;
    min-height: 50px;
}

    .navbar-default.menu-header-center .navbar-nav > li {
        border-left: 1px solid #ddd;
    }

/*****************search results*******************/
.search-area {
    padding: 20px 0;
    background-color: #f5f5f5;
}

    .search-area .form-control {
        height: 38px;
    }

    .search-area .btn-lg {
        padding: 10px 17px 10px 25px;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
    }

span.results-number {
    display: block;
    color: #999;
    margin-bottom: 10px;
}

.results-box h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

    .results-box h3 a {
        color: #4f82e9;
    }

        .results-box h3 a:hover {
            text-decoration: underline;
        }

.results-box .btn {
    top: -1px;
    padding: 0;
    position: relative;
    color: #999;
    border: none;
    font-size: 13px;
}

    .results-box .btn:hover, .results-box .btn:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

.link-ul {
    padding: 0;
    margin-bottom: 0;
}

    .link-ul li a, .link-ul li a.btn-link {
        color: #999;
        font-size: 13px;
        margin-right: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        text-transform: capitalize;
    }

    .link-ul li {
        font-size: 12px;
    }

        .link-ul li a:hover {
            color: #4f82e9;
            text-decoration: underline;
        }

.results-box p {
    margin: 10px 0;
    color: #666;
    font-weight: 400;
}

.results-sidebar-box ul li a {
    color: #999;
}

    .results-sidebar-box ul li a:hover {
        text-decoration: underline;
        color: #4f82e9;
    }

.results-sidebar-box h4 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.view-all {
    color: #999;
    font-size: 12px;
    display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	Process
/*-----------------------------------------------------------------------------------*/
.process h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 22px;
}

.process-step {
    margin: 0 auto;
    width: 900px;
    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 305px;
    position: relative;
}

    .step.even {
        float: left;
        text-align: right;
        padding: 10px 305px 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;
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        -webkit-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }

.step:hover .icon-square i {
    background-color: #69b0e1;
    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: 0;
        }

    .process-border {
        border: 0;
    }
}
/*******************Process inline*****/
.process-inline {
    margin-top: 0;
    padding-top: 20px;
}

.Process-col {
    padding: 80px 30px;
    text-align: center;
}

    .Process-col.one {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .Process-col.two {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .Process-col.three {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .Process-col.four {
        background-color: black;
    }

    .Process-col i {
        font-size: 40px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #fff;
        color: #fff;
    }

    .Process-col h4 {
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        margin: 25px 0;
    }

/**********************invoice page************************/
body.invoice {
    background-color: #ECEEF4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .container.invoice-outer {
        width: 970px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }
}

.invoice-outer {
    background-color: #fff;
    min-height: 400px;
    padding: 15px;
    line-height: 22px;
    border: 1px solid #ddd;
}

.invoice-header h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 26px;
}

@media (min-width: 768px) {
    .invoice-header-right {
        text-align: right;
    }

        .invoice-header-right h5 {
            margin-bottom: 0;
        }
    .navbar-right{
        margin-right: 0px;
    }
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
        top: 60px;
    }
    .navbar-wrapper-toggle{
        display:none !important;
    }
}

.invoice-header-right h5 {
    font-size: 17px;
}

.about-client ul strong {
    font-weight: 700;
    margin-right: 5px;
}

.invoice .panel-default > .panel-heading {
    border-color: #ddd !important;
}

.copyright-info {
    text-align: center;
    display: block;
    color: #999;
    font-size: 12px;
}

/*******************footer 3********************/
.footer-col.footer-3 h3 {
    text-transform: uppercase;
    font-size: 35px;
}

/****************login register calssic****************/
.nav-tabs {
    border: 0;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #4f82e9;
        cursor: default;
        background-color: #fff;
        border-bottom-color: #4f82e9;
        border-color: #4f82e9;
    }

    .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        text-transform: uppercase;
        border: 1px solid #ddd;
        padding: 6px 45px;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        margin-right: 20px;
    }

@media (max-width: 568px) {
    .nav-tabs > li > a {
        padding: 6px 25px;
    }
}

.nav-tabs > li > a:hover {
    border-color: #4f82e9;
    background-color: transparent;
}

.tab-content {
    margin-top: 40px;
    padding: 20px;
}

    .tab-content p a {
        text-transform: uppercase;
        font-size: 10px;
        text-decoration: underline;
    }

/************maintenance page***************/
.maintenance-page {
    background-color: #ddd;
}

    .maintenance-page .main-text {
        font-size: 40px;
        font-weight: 400;
        font-style: normal;
    }

        .maintenance-page .main-text span {
            font-size: 20px;
            font-weight: 400;
            display: block;
            font-style: normal;
            margin-top: 30px;
        }

.maintenance-box h4 {
    color: #000;
    font-weight: 400;
}

.maintenance-box i {
    font-size: 40px;
    margin-bottom: 20px;
}

/****dropdown login***/
.dropdown-login-box {
    overflow: hidden;
    padding: 15px !important;
    min-width: 300px !important;
    background-color: #fff !important;
}

    .dropdown-login-box .btn {
        margin-top: 10px;
    }

    .dropdown-login-box h4 {
        margin: 5px 0 10px 0;
    }

        .dropdown-login-box h4 em {
            font-size: 12px;
            color: #4f82e9;
            font-weight: 400;
        }

    .dropdown-login-box input[type=checkbox] {
        margin: 5px -20px 0;
        line-height: normal;
    }

    .dropdown-login-box p {
        margin: 0;
    }

        .dropdown-login-box p a {
            color: #4f82e9;
        }

            .dropdown-login-box p a:hover {
                color: #4f82e9;
                text-decoration: underline;
            }

/************************************ version v1.2.1 css *****************/
/***home boxed***/
#boxed {
    background-color: #f8f8f8;
}

#boxed-wrapper{
  min-height: 100vh;
}

@media (min-width: 1200px) {
    .boxed-wrapper, #boxed-wrapper {
        background-color: white;

        float: none;
        
    }
    .boxed-wrapper .page-center.content-wrapper{
        margin: 0 auto;
        width: 1170px;
        float: none !important;
    }
    .boxed-wrapper .navbar-default {
        width: 100%;
        float: none;
    }
}

.boxed-wrapper .tp-banner-container {
    margin: 0 auto;
}

.boxed-wrapper .navbar-default {
    left: auto;
    right: auto;
}

/********************

VERSION V1.3 css start here

*************************************************/
/******************

MULTI LEVEL DROPDOWN CSS

*********************/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: -2px;
        left: 100%;
        margin-top: 0;
        margin-left: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        padding-left: 20px;
    }
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    top: 11px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: "FontAwesome";
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}
/*******************new contact pages************************/
.sky-form-columns .btn-lg {
    padding: 14px 28px 13px 28px !important;
}

.sky-form-columns .sky-form {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

    .sky-form-columns .sky-form footer {
        border: 0;
        background-color: transparent;
        padding: 0;
    }

    .sky-form-columns .sky-form fieldset {
        padding: 0;
    }

.contact-option-circle {
    text-align: center;
    background-color: #f5f5f5;
    padding: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .contact-option-circle i {
        font-size: 35px;
        color: #888;
        display: block;
        margin-bottom: 10px;
    }

.sky-form-columns .sky-form fieldset + fieldset {
    border-top: 0;
}

/*******************dark dropdown code here*****************/
.navbar .dropdown-menu.dark-dropdown {
    border: 1px solid #444;
}

    .navbar .dropdown-menu.dark-dropdown li a {
        color: #bbb;
    }

        .navbar .dropdown-menu.dark-dropdown li a:hover {
            background-color: #444;
        }

    .navbar .dropdown-menu.dark-dropdown, .navbar .dropdown-menu.dark-dropdown .yamm-content {
        background-color: #333;
    }

        .navbar .dropdown-menu.dark-dropdown li a {
            border-color: #444;
        }

        .navbar .dropdown-menu.dark-dropdown .yamm-content h3 {
            color: #fff;
        }

        .navbar .dropdown-menu.dark-dropdown .dropdown-submenu .dropdown-menu li a {
            border-color: #444 !important;
        }

/***************************************************************************************

ASSAN SHOP CSS STARTS FROM BELOW

****************************************************************************************/
/***shop footer****/
.footer-shop {
    background-color: #f5f5f5;
    padding-top: 60px;
}

.footer-top {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

    .footer-top .top-social li i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    }

.footer-shop h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.shop-footer-main {
    padding-top: 30px;
}

    .shop-footer-main ul li {
        line-height: 28px;
    }

        .shop-footer-main ul li a {
            color: #777;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 12px;
        }

            .shop-footer-main ul li a:hover {
                text-decoration: underline;
            }

.footer-shop .footer-btm {
    background-color: #ccc;
}

    .footer-shop .footer-btm p {
        margin-bottom: 0;
        margin-top: 15px;
        font-size: 12px;
    }

/**shop services***/
.shop-services {
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #333;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

    .shop-services i {
        color: #4f82e9;
        margin-right: 15px;
    }

.shop-service-box h4 {
    color: #fff;
}

/****shop breadcrumb****/
.breadcrumb-light {
    background: url(../img/showcase-1.jpg) repeat fixed;
    background-size: cover;
    padding: 70px 0;
    border-bottom: 0;
}

    .breadcrumb-light h4 {
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .breadcrumb-light ol.breadcrumb li a {
        color: #fff;
    }

    .breadcrumb-light ol.breadcrumb {
        color: #fff;
        font-weight: 400;
    }

    .breadcrumb-light p {
        color: #fff;
        font-weight: 500;
        margin: 0;
    }

/***product***/
.product-col {
    text-align: center;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

span.sale-label {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 16px;
    background-color: #C63D2D;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.product-desc-sh h4 {
    text-transform: capitalize;
}

.product-col img {
    width: 100%;
}

.product-desc-sh h4 a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.product-desc-sh span {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    color: red;
}

.product-desc-sh del {
    margin-right: 10px;
    color: #777;
}

.product-desc-sh {
    padding: 20px;
}

@media (min-width: 992px) {
    .product-desc-sh {
        background-color: #f8f8f8;
    }
}

.product-desc-sh .btn-default {
    letter-spacing: 0;
    font-weight: 600;
}

    .product-desc-sh .btn-default:hover {
        color: #000;
    }

.product-col img {
    display: block;
    margin: 0 auto;
}

.shop-sidebar .popular-desc h5 {
    font-weight: 400;
    margin-bottom: 3px;
    font-size: 14px;
}

.shop-footer-list-menu li a {
    color: #777;
}

    .shop-footer-list-menu li a:hover {
        color: #fff;
    }

/************cart***************/
.shop-cart ol {
    padding: 0;
}

    .shop-cart ol li {
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

        .shop-cart ol li:last-child {
            border-bottom: 0;
            margin-bottom: 0;
        }

    .shop-cart ol a {
        margin-top: 0 !important;
    }

    .shop-cart ol li img {
        width: 70px;
        height: auto;
        float: left;
    }

.cart-desc {
    overflow: hidden;
    padding-left: 20px;
}

    .cart-desc h5 {
        margin: 0;
        font-weight: 400;
    }

.cart-item-price {
    display: block;
    color: #777;
}

.cart-total {
    font-size: 20px;
    line-height: 34px;
}

.sponsors-icons li i {
    font-size: 40px;
    color: #999;
}

.detail-img-col {
    text-align: center;
}

    .detail-img-col img {
        display: block;
        margin: auto;
    }

.detail-img-sm img {
    width: 70px;
    height: 100px;
    display: inline-block;
    border: 1px solid #ddd;
    margin: 5px;
}

.detail-content-right h3 {
    margin-bottom: 15px;
}

.rating-list li {
    padding: 0;
}

    .rating-list li i.yellow {
        color: #FFD700;
    }

    .rating-list li i.gray {
        color: #bbb;
    }

    .rating-list li.detail-price {
        padding-right: 10px;
        color: #4f82e9;
        font-weight: 400;
        font-size: 20px;
    }

    .rating-list li.review a {
        padding-left: 10px;
        padding-right: 10px;
        color: #4f82e9;
        font-weight: 400;
        font-size: 14px;
    }

    .rating-list li.admin-detail {
        padding-right: 20px;
    }

.bootstrap-touchspin {
    float: left;
    margin-right: 5px;
    width: 130px;
}

    .bootstrap-touchspin .form-control {
        height: 31px;
        margin-top: 5px;
    }

.product-feautres-list li {
    font-weight: 400;
    font-size: 12px;
    color: #777;
}

.product-feautres-list li {
    line-height: 1.75;
}

    .product-feautres-list li i {
        margin-right: 10px;
    }

.add-cart button {
    margin: 5px;
}

.product-cat-text p {
    margin: 0;
}

.review-box {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

    .review-box img {
        float: left;
        width: 60px;
        height: auto;
    }

.review-content {
    overflow: hidden;
    padding-left: 20px;
}

    .review-content p {
        font-size: 13px;
        color: #888;
        margin: 0;
    }

    .review-content .rating-list {
        margin: 0;
    }

.sidebar-info-box .services-box-icon i {
    color: #fff;
}

.sidebar-info-box .services-box-info h4 {
    margin-bottom: 5px;
}

table.shopping-cart-table tr th, table.shopping-cart-table tr td {
    vertical-align: middle;
}

.shopping-cart-container h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #777;
}

.colored-box {
    padding: 15px;
    background-color: #4f82e9;
    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}

    .colored-box i {
        font-size: 30px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        color: #4f82e9;
        margin-bottom: 15px;
    }

    .colored-box h4 {
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        text-transform: uppercase;
    }

    .colored-box p {
        color: #fff;
    }

.login-link {
    margin-bottom: 50px;
}

    .login-link a {
        color: #4f82e9;
    }

/*****sky login register form****/
.sky-form-login-register .btn {
    padding: 8px 12px;
    margin-left: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .sky-form-login-register .btn:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

.sky-form-login-register .sky-form {
    margin: 0;
    outline: none;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
}

    .sky-form-login-register .sky-form.v2 {
        font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    }

    .sky-form-login-register .sky-form footer {
        background-color: #fff;
    }

    .sky-form-login-register .sky-form .btn-link {
        color: #777;
    }

.sky-form-login-register h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 30px;
    color: #777;
}

.border-rits {
    text-align: center;
}

    .border-rits span {
        color: #687074;
        font-size: 14px;
        padding: 0 10px;
        position: relative;
        margin-bottom: 15px;
        display: inline-block;
        text-transform: uppercase;
    }

        .border-rits span:before {
            top: 10px;
            height: 1px;
            width: 100%;
            content: " ";
            background: #ccc;
            position: absolute;
            left: 100%;
        }

.social-login-wrapper {
    padding: 50px 0;
    background-color: #222;
}

.border-rits span:after {
    top: 10px;
    height: 1px;
    width: 100%;
    content: " ";
    background: #ccc;
    position: absolute;
    right: 100%;
}

.social-login button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0 !important;
}

.social-login .btn-facebook {
    background-color: #3b5998;
    color: #fff;
}

.social-login .btn-twitter {
    background-color: #0084b4;
    color: #fff;
}

.sky-form-login-register .sky-form .btn-block {
    margin: 0 !important;
}

.sky-form-login-register.v2 .sky-form footer {
    border-top: 0;
}

.sky-form-login-register .sky-form button {
    font: 400 15px/39px 'Open Sans', Arial, sans-serif;
    background-color: #4f82e9;
}

.social-1.reg-social li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.items-list {
    margin-bottom: 40px;
}

    .items-list h3 {
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .items-list img {
        width: 100%;
        margin-bottom: 20px;
    }

    .items-list p {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .items-list .rate {
        color: #4f82e9;
        font-size: 18px;
    }

.shop-cart .btn-theme-bg {
    color: #fff !important;
}

    .shop-cart .btn-theme-bg:hover {
        background-color: #333 !important;
    }

/**************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: #69b0e1;
    padding:  0;
}

    .intro-text-1 h4 {
        color: #fff;
	    text-align: center;
	    margin-top: 10px;
        font-weight: 400;
    }
	    .intro-text-1 h5 {
        color: #fff;
        font-size: 16px;
	    margin-top: 10px;
        font-weight: 400;
	    margin-bottom: 10px;
        font-weight: 400;
	    line-height: 1.5;
    }

        .intro-text-1 h4 strong {
            color: #4f82e9;
            font-weight: 700;
        }

    .intro-text-1 p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }

    .intro-text-1 a {
        margin-top: 0;
	    margin-left: 25px;
    }

    .intro-text-1.light {
        background-color: #f5f5f5;
    }

        .intro-text-1.light h4 {
            color: #333;
            text-transform: uppercase;
            font-weight: 700;
        }

.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;
    }

/*******************portfolio with new hover style********************/
.featured-work {
    background-color: #f5f5f5;
    padding-top: 60px;
    position: relative;
}

    .featured-work .owl-theme .owl-controls {
        margin-top: 10px;
        text-align: right;
        position: absolute;
        right: 20px;
        bottom: 0;
    }

        .featured-work .owl-theme .owl-controls .owl-buttons div {
            color: #FFF;
            display: inline-block;
            zoom: 1;
            margin: 5px;
            padding: 3px 10px;
            font-size: 12px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            background: #4f82e9;
            filter: Alpha(Opacity=50);
            opacity: 0.5;
        }

.work-wrap {
    position: relative;
    display: block;
}

    .work-wrap .img-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.85);
        text-align: center;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        opacity: 0;
        overflow: hidden;
        display: block;
    }

        .work-wrap .img-overlay .inner-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 50%;
            margin-top: -51px;
        }

            .work-wrap .img-overlay .inner-overlay h2 {
                color: #434343;
                font-size: 18px;
                font-weight: 400;
                margin: 0 0 18px;
                color: #4f82e9;
                margin-bottom: 6px;
                -moz-transition: all 0.6s ease-in-out;
                -o-transition: all 0.6s ease-in-out;
                -webkit-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
                -moz-transform: translate3d(0, -400%, 0);
                -o-transform: translate3d(0, -400%, 0);
                -ms-transform: translate3d(0, -400%, 0);
                -webkit-transform: translate3d(0, -400%, 0);
                transform: translate3d(0, -400%, 0);
            }

            .work-wrap .img-overlay .inner-overlay p {
                color: #333;
                margin-bottom: 20px;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                -moz-transform: translate3d(0, -400%, 0);
                -o-transform: translate3d(0, -400%, 0);
                -ms-transform: translate3d(0, -400%, 0);
                -webkit-transform: translate3d(0, -400%, 0);
                transform: translate3d(0, -400%, 0);
            }

            .work-wrap .img-overlay .inner-overlay a.link {
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .work-wrap .img-overlay .inner-overlay a.zoom {
                -moz-transition: all 0.6s ease-in-out;
                -o-transition: all 0.6s ease-in-out;
                -webkit-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
            }

            .work-wrap .img-overlay .inner-overlay a {
                display: inline-block;
                text-decoration: none;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                width: 40px;
                height: 40px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                border: 1px solid #4f82e9;
                text-align: center;
                margin: 0 5px;
                -moz-transform: translate3d(0, 400%, 0);
                -o-transform: translate3d(0, 400%, 0);
                -ms-transform: translate3d(0, 400%, 0);
                -webkit-transform: translate3d(0, 400%, 0);
                transform: translate3d(0, 400%, 0);
            }

                .work-wrap .img-overlay .inner-overlay a i {
                    font-size: 14px;
                    color: #4f82e9;
                    line-height: 40px;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

    .work-wrap:hover .img-overlay {
        opacity: 1;
    }

        .work-wrap:hover .img-overlay .inner-overlay h2 {
            -moz-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .work-wrap:hover .img-overlay .inner-overlay p {
            -moz-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .work-wrap:hover .img-overlay .inner-overlay a {
            -moz-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

.fun-fact-wrap-light {
    background-color: #eee;
    padding-top: 100px;
    padding-bottom: 70px;
}

    .fun-fact-wrap-light .facts-in h3 .counter {
        color: #000;
    }

    .fun-fact-wrap-light .facts-in h4 {
        color: #000;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        text-transform: lowercase;
        font-style: normal;
    }

.fun-facts-bg {
    background: #4f82e9;
}

/***theme features box***/
.assan-box {
    margin-bottom: 30px;
}

    .assan-box img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .assan-box h4 {
        padding: 0 15px;
        text-transform: capitalize;
        font-weight: 400;
        color: #000;
        margin: 0;
        line-height: 55px;
    }

    .assan-box p {
        padding: 0 20px;
    }

/************************home events**********************/
.events-bg {
    background: url(../img/showcase-1.jpg);
    padding: 150px 0;
}

    .events-bg h2 {
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 20px;
        font-size: 40px;
        font-weight: 700;
    }

    .events-bg h4 {
        color: #fff;
        margin-bottom: 30px;
        font-weight: 400;
    }

.event-digit-box h1 {
    font-weight: 400;
    color: #777;
    margin-bottom: 25px;
}

.event-digit-box h4 {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.event-speakers {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #f7f7f7;
}

/***schedule**/
.event-box {
    padding: 15px;
    background-color: #fff;
    border: 2px solid #f5f5f5;
    margin-bottom: 15px;
}

    .event-box .author {
        color: #000;
        font-weight: 700;
        display: block;
    }

    .event-box .title {
        margin: 15px 0;
    }

    .event-box .time {
        padding: 6px 12px;
        display: inline-block;
        color: #fff;
        background-color: #4f82e9;
    }

    .event-box p {
        font-size: 13px;
    }

.event-gallery {
    padding: 80px 0;
    background-color: #eee;
}

.register-event {
    background: url(../img/showcase-4.jpg);
    padding: 100px 0;
}

    .register-event .center-heading h2 {
        color: #fff;
    }

    .register-event .center-heading p {
        color: #fff;
    }

.event-price-box {
    padding: 45px 15px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
}

    .event-price-box h3 {
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .event-price-box h5 {
        font-size: 20px;
        margin: 0;
        text-transform: capitalize;
    }

    .event-price-box h3, .event-price-box h5 {
        color: #fff;
    }

.register-text-box {
    text-align: center;
}

    .register-text-box h3 {
        color: #fff;
    }

/************no space columns end******/
.col-one-fourth {
    width: 25%;
    float: left;
}

@media (max-width: 767px) {
    .col-one-fourth {
        width: 50%;
    }
}

@media (max-width: 568px) {
    .col-one-fourth {
        width: 100%;
    }
}
/****massonary****/
.mas-boxes-inner {
    padding: 0;
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-bottom: 3px solid #f5f5f5;
    padding: 5px;
}

.mas-blog-inner {
    padding: 20px;
    background-color: #fff;
}

    .mas-blog-inner h3 {
        text-transform: capitalize;
    }

    .mas-blog-inner .post-detail {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .mas-blog-inner h3 {
        margin-bottom: 15px;
        font-weight: 400;
    }

/*************NEW PORTFOLIO IN V1.4****************/
.filter {
    text-align: center;
    margin-bottom: 30px;
}

    .filter li a.active {
        color: #4f82e9;
        border-color: #4f82e9;
    }

    .filter li a {
        display: inline-block;
        margin: 3px 5px;
        text-transform: uppercase;
        font-size: 11px;
        font-style: normal;
        color: #bbb;
        font-weight: 400;
        padding: 4px 12px;
        border: 2px solid #f5f5f5;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        .filter li a:hover {
            color: #4f82e9;
            border-color: #4f82e9;
        }

.col-2-space .project-post {
    width: 50%;
    padding: 15px;
}

.col-2-no-space .project-post {
    width: 50%;
    padding: 0;
    margin: 0;
}

.col-3-space .project-post {
    width: 33.33%;
    padding: 15px;
}

.col-3-no-space .project-post {
    width: 33.333%;
    padding: 0;
    margin: 0;
}

.col-4-space .project-post {
    width: 25%;
    padding: 15px;
}

.col-4-no-space .project-post {
    width: 25%;
    padding: 0;
    margin: 0;
}

.col-5-no-space .project-post {
    width: 20%;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
        width: 50%;
    }
}

@media (max-width: 568px) {
    .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
        width: 100%;
    }
}
/***new icon overlay***/
.img-icon {
    position: relative;
    overflow: hidden;
}

    .img-icon img {
        width: 100%;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.img-icon-overlay {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(158, 202, 69, 0.6);
}

    .img-icon-overlay p {
        position: absolute;
        width: 100%;
        margin-top: -20px;
        top: 50%;
        text-align: center;
    }

        .img-icon-overlay p a {
            display: inline-block;
            background-color: rgba(255, 255, 255, 0.99);
            width: 40px;
            height: 40px;
            line-height: 40px;
            margin: 5px;
            text-align: center;
            color: #333;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            font-size: 20px;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .img-icon-overlay p a img {
                width: 20px;
                height: auto;
            }

            .img-icon-overlay p a:hover {
                color: #4f82e9;
            }

.img-icon:hover .img-icon-overlay {
    opacity: 1;
}

.img-icon:hover img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/***offcanvas css*****/
.logo-side-nav {
    text-align: center;
    padding: 40px 20px;
}

.dark-version.offcanvas-container .offcanvas {
    background-color: #fff;
    border-color: #f5f5f5;
}

.offcanvas-toggle-left {
    display: block;
    padding: 0;
    margin: 0;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    z-index: 1031;
    text-align: center;
    background-color: #4f82e9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .offcanvas-toggle-left:after {
        font-family: "FontAwesome";
        content: "\f0c9";
        font-size: 22px;
        line-height: 35px;
        text-align: center;
        color: #fff;
    }

#offcanvas.in + .offcanvas-toggle-left:after {
    content: "\f00d";
    color: #fff;
}

.offcanvas-toggle-right {
    display: block;
    padding: 0;
    margin: 0;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    z-index: 1031;
    text-align: center;
}

    .offcanvas-toggle-right:after {
        font-family: "FontAwesome";
        content: "\f0c9";
        font-size: 22px;
        line-height: 35px;
        text-align: center;
        color: #fff;
    }

#offcanvas.in + .offcanvas-toggle-right:after {
    content: "\f00d";
    color: #999999;
}

#offcanvas .navbar-nav > li,
#offcanvas .navbar-nav {
    float: none;
    margin: 0;
}

.offcanvas-container .dropdown > a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    left: auto;
    top: 15px;
    right: 26px;
    line-height: 1;
    color: #d1d1d1;
}

#offcanvas .navbar-nav > li > a {
    color: #333333;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

#offcanvas .navbar-nav > li:last-child > a {
    border-bottom-color: transparent !important;
}

#offcanvas .nav .open > a,
#offcanvas .nav .open > a:hover,
#offcanvas .nav .open > a:focus,
#offcanvas .nav > li > a:hover,
#offcanvas .nav > li > a:focus,
#offcanvas .navbar-nav > li.active > a {
    color: #4f82e9;
    background-color: #ffffff;
}

/*Second level menu items*/
#offcanvas .dropdown-menu {
    position: static;
    width: 100%;
    float: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #ffffff;
    margin: 0;
}

#offcanvas.offcanvas-right .dropdown-menu {
    overflow: hidden;
}

#offcanvas .dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-color: #f7f7f7;
}

#offcanvas.offcanvas-right .dropdown-menu > li > a {
    text-align: right;
    padding-left: 10px;
    padding-right: 20px;
}

@media (max-width: 375px) {
    .navmenu, .navbar-offcanvas {
        width: 250px !important;
    }
}
/****construction page css***/
.construction-service-box {
    margin-bottom: 30px;
}

.service-thumb {
    position: relative;
}

.construction-service-box .services-desc h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.construction-service-box .services-desc p {
    margin-bottom: 5px;
    line-height: 27px;
}

.constro-cta {
    background: url(/assets/img/engagement-challenge.jpg);
    padding: 250px 0;
    text-align: center;
    background-size: cover;
}

.full-width-img {
    background: url(/assets/img/engagement_challenge.jpg);
    padding: 240px 0;
    text-align: center;
    background-size: cover;
    width: 100%;
}

.full-width-container {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

.constro-cta-2 {
    background: url(/assets/img/audience_challenge.jpg);
    padding: 240px 0;
    text-align: center;
    background-size: cover;
}

.constro-cta-3 {
    background: url(/assets/img/boat_img.jpg);
    padding: 175px 0;
    text-align: center;
    background-size: cover;
}
.constro-cta-3 h1 {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.58);
	    margin-left: -15px;
    margin-right: -15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.constro-cta p {
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
}

.constro-cta h1 {
    color: #fff;
    text-transform: uppercase;
}

.constro-cta i {
    display: block;
    color: #fff;
    font-size: 50px;
}

.constro-cta a {
    margin-top: 40px;
}

    .constro-cta a i {
        font-size: 12px;
        margin-left: 5px;
        display: inline-block;
    }p

.construction.testimonials-v-2 {
    background-color: #f5f5f5;
}

/****cube portfolio*******/
.portfolio-cube .cbp-l-caption-buttonLeft, .portfolio-cube .cbp-l-caption-buttonRight {
    background-color: #4f82e9;
}

    .portfolio-cube .cbp-l-caption-buttonLeft:hover, .portfolio-cube .cbp-l-caption-buttonRight:hover {
        background-color: #4f82e9;
    }

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
    color: #FFFFFF;
    background-color: #4f82e9;
    border-color: #4f82e9;
    cursor: default;
}

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter {
    background: #4f82e9;
}

    .cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter:before {
        border-top-color: #4f82e9;
    }

.btn-sweet-alert {
    margin: 5px;
}

/*# sourceMappingURL=style.css.map */
[ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

form input.ng-invalid.ng-dirty, form.ng-submitted input.ng-invalid,
form textarea.ng-invalid.ng-dirty, form.ng-submitted textarea.ng-invalid,
form select.ng-invalid.ng-dirty, form.ng-submitted select.ng-invalid,
form.ng-submitted input[type=checkbox].ng-invalid + i {
    border-color: #a94442;
    outline-color: #a94442;
}

.flag-svg {
    width: 20px;
    display: inline-block;
    
}

.fullWidthImageWrapper img{
 width: 100% !important;   
}
.hs-responsive-embed-youtube {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.hs-responsive-embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.form-title {
  font-size: 30px !important; 
}

.companyListWrapper img{
    margin: 0 10px;
}
.darkGreyBackground{
    background-color: #c9c9c9;
}
.padded{
    padding: 10px;
}

@media (max-width: 1139px){
    .mobileHeader{
        font-size: 39px !important;
    }
    .fullWidthTabletWrapper img{
        width: 386px !important;  
    
    }
}
@media (max-width: 992px){
    #mainContainer .noMarginMobile .hs_cos_wrapper_type_rich_text, #mainContainer .noMarginMobile .hs_cos_wrapper_type_linked_image{
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-top: 10px !important;
        padding-top: 0px !important;
    }
    .fullWidthTabletWrapper{
         width: 100% !important;
         margin-left: 0 !important;
         margin-right: 0 !important;
    }
    .fullWidthTabletWrapper img{
        width: 100% !important;    
    
    }
    
}
@media (max-width: 767px){
    .fullWidthMobileWrapper{
         width: 100% !important;
         margin-left: 0 !important;
         margin-right: 0 !important;
    }
    .fullWidthMobileWrapper img{
        width: 100% !important;    
    
    }
    .hideMobile{
        display: none !important;
    }
    .mobileHeader{
        font-size: 32px !important;
    }
    .mobileCenter{
        text-align: center !important;
    }
    .mobileLeft{
        text-align: left !important;
    }
    .mobileNoPadding{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .extendToEdges{
        margin-left: -15px !important;
        margin-right: -15px !important;
        width: auto !important;
    }
    .extendToEdges.container{
      width: 100% !important;
    }
    .noFloatMobile{
        float: none !important;
        margin: 0px  !important;
    }
    .companyListWrapper img{
        display: block;
        margin: 0px auto 15px;
    }
    .doNotDisplayMobile{
        display: none;
    }
    .post-header h2{
        font-size: 1.6em !important;
    }
    .spacer-top-60{
        padding-top: 30px;
    }
    .header-to-mobile{
      font-size: 36px !important;
    }
}