/** 
  * Flat row
  * Flat button
  * Margin
  * Padding
  * Flat divider
  * Flat get qoute
  * Flat get Freeconsult
  * Flat social link
  * Flat accordion
  * Flat shop
  * Flat buidfeature
  * Portfolio Filter
  * Flat title section 
  * Flat Team
  * Iconbox
  * Flat inconbox item
  * Flat latesnew
  * Post later new
  * Flat map
  * Flat counter
  * Flat testimonial
  * Revolution Slider
  * Flat iconboxmrg
  * Flat exper
  * Owl-carousel
  * Flat client map
  * Flat leader
  * Content offer
  * Fancybox 
  * Overlay
  * Flat socials
  * Blog Comment Form 
*/


/*Flat-row 
-----------------------------------------------------------------*/
.flat-row {
    clear: both;
    display: block;
    position: relative;
    padding: 50px 0;
}

.flat-row.flat-about {
    padding-top: 50px;
    padding-bottom: 40px;
}

.flat-row.flat-buildfeature {
    padding-top: 28px;
    padding-bottom: 145px;
}

.flat-row.flat-latestwork  {
    background-color: #e5e5e5;
    padding-top: 0px;
    padding-bottom: 0px;
}

.flat-row.flat-clients {
    background-color: #f8f8f8;
    padding-top: 76px;
    padding-bottom: 78px;
    cursor: pointer;
    text-align: center;
}

.flat-row.flat-border {
    padding-top: 62px;
    padding-bottom: 132px;
}

.flat-row.flat-iconbox-item {
    margin-top: -263px;
    z-index: 999;
}

.flat-row.flat-maps  {
    padding-top: 0px;
    padding-bottom: 50px;
}

.flat-row.flat-maps.style1 {
    background: none;
    padding-top: 0;
    padding-bottom: 123px;
}

.flat-row.flat-iconbox-item {
    z-index: 999;
    margin-top: -263px;
}

.flat-row.flat-iconbox-item.carosuel {
    margin-top: 0;
    padding-top: 128px;
    padding-bottom: 135px;
}

.flat-row.flat-section-team {
    padding-top: 130px;
}

.flat-row.flat-certi {
    padding-top: 130px;
    padding-bottom: 120px;
}

.flat-row.flat-latestnew {
    padding-top: 0px;
    padding-bottom: 0px;
}

.flat-row.flat-testimonial {
    padding-top: 50px;
    padding-bottom: 50px;
}

.flat-row.flat-getfreeconsult {
    background-color: #e86a1e;
    padding: 0;
}

.flat-row.flat-seccount {
    padding-top: 129px;
    padding-bottom: 119px;
}

.flat-row.flat-leader {
    padding-top: 146px;
    padding-bottom: 84px;
    margin-bottom: 31px;
}

.flat-row.flat-iconboxmrg {
    margin-top: -222px;
    z-index: 99;
    padding-bottom: 0;
}

.flat-row.flat-exper {
    background-repeat: no-repeat;
    background-size:  cover;
    padding-top: 70px;
    padding-bottom: 70px;
}

.flat-row.flat-clients-map {
    padding-top: 0;
    padding-bottom: 100px;
}

.bgimga  {
    background-image: url(../images/section/bg1.jpg);
    background-repeat: no-repeat;
    background-size:  cover;
}

.bg-img-port {
    background-image: url(../photos/activities-and-things-to-do-in-marrakech.jpg);
    background-repeat: no-repeat;
    background-size:  cover;
}

.bg-patter {
    background: url(../images/Untitled-2.png) repeat 50% ;
    padding: 70px 0 0 0;
    position: relative;
}

/* build portfolio */
.build-portfolio  {
    margin-bottom: 50px;
}

.build-portfolio .items:after {
    content: "";
    background-color: rgba(255, 201, 37, 0.25);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 10px solid #fff;
}

.build-portfolio .items:hover:after {
    opacity: 0.9;
    filter: alpha(opacity=90);
    visibility: visible;
}

.build-portfolio.style2 .items .feature-post:after{
    content: none;
}

.build-portfolio.style2 .items:after  {
    background: black; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(0deg, black, transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, black, transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, black, transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, black, transparent); /* Standard syntax (must be last) */
    border: none;
    left: 15px;
    right: 15px;
    width: auto;
}

.build-portfolio.style2 .items:hover:after {
    opacity: 0.8;
    filter: alpha(opacity=80);
    visibility: visible;
}

.build-portfolio .title-post {
    position: absolute;
    left: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
    color: #333;
    /*bottom: 25.5%;*/
    top: 50%;
    margin-top: 10px;
}

.build-portfolio.title-center .title-post {
    top: 50%;
        -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.build-portfolio .title-post a {
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    color: #333;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    letter-spacing: 2.6px;
}

.build-portfolio .title-post a:hover {
    color: #fff;
}

.build-portfolio .title-post p {
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    letter-spacing: 0.9px;
}

.build-portfolio.style2 .content-post {
    padding: 30px;
    position: absolute;
    /* filter: alpha(opacity=0); */
    /* opacity: 0; */
    /* visibility: hidden; */
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    bottom:5px;
    left: 30px;
    right: 30px;
}

.build-portfolio.style2 .items:hover .content-post {
    filter: alpha(opacity=1);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
    z-index: 100;
}

.build-portfolio.style2 .content-post:after {
	content: '';
    height: 1px;
    width: 100%;
    /* opacity: 0.3; */
    filter: alpha(opacity=0.3);
    position: absolute;
    top: 31%;
    left: 0;
    background: #ffffff;
}

.build-portfolio.style2 .content-post h3 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.50);
	color: #fff;
    font-weight: 700;
    bottom: 110%;
	left:10px;
    position: absolute;
    text-transform: uppercase;	
}

.build-portfolio.style2 .content-post p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.50);	
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
    bottom: 80%;
	left:10px;
    position: absolute;
}

.build-portfolio .items a[class=popup-gallery] {
    position: absolute;
    /*top: 32%;*/
    top: 50%;
    margin-top: -65px;
    left: 50%;
    margin-left: -9px;
    display: block;
    z-index: 1000;
    color: #fff;
    font-size: 24px;
    opacity: 0;
    filter: alpha(opacity=0);

}

.build-portfolio .items a[class=popup-gallery]:hover {
    color: #222;
}

.build-portfolio .items:hover .title-post a,
.build-portfolio .items:hover .title-post p {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 10px;
}

.build-portfolio .items .feature-post:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 20px;
    width: 1px;
    background: #fff;
    left: 50%;
    z-index: 100;
    margin-top: -20px;
    opacity: 0;
    filter: alpha(opacity=0);

}

.build-portfolio .items .feature-post:after,
.build-portfolio .items a[class=popup-gallery] {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.build-portfolio .items:hover .feature-post:after,
.build-portfolio .items:hover a[class=popup-gallery] {
        -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.build-portfolio.title-center .items .feature-post:after {
    content: none;
}

.build-portfolio .items img {
    width: 100%;
}

.build-portfolio .items:hover .feature-post:after {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.build-portfolio .items:hover a[class=popup-gallery] {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*Background Section*/
.flat-row.flat-latestwork.backgroundffff {
    background-color: #ffffff;
}

.four-columns .items {
    width: 25%;
}

.four-columns .w2x {
    width: 50%;
}

.three-columns .items {
    width: 33.333%;
}

.build-portfolio.have-padding .items:after {
    left: 15px;
    right: 15px;
}

.build-portfolio.have-padding .items {
    margin-bottom: 30px;
    padding: 0 15px;
}

.build-portfolio.have-padding .items img {
    width: 100%;
}

/* Flat-button
----------------------------------------------------------------*/
.flat-button a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    padding: 11px 34px 10px 31px;
    position: relative;
    z-index: 10;
}

.flat-button.bg-dark a {
    color: #e86a1e;
}

.flat-button.bg-blue a {
    color: #ffffff;
    border:1px solid #002e5b;
}

.flat-button.bg-blue a:hover {
    color: #002e5b;
}

.flat-button.get-free-quote a {
    padding: 21px 49px 20px 49px;
}

.flat-button.get-free-quote.lori {
    float: right;
    margin-right: 0px; 
}

.flat-button.get-free-quote.lori a{
    color: #333333;
    padding: 15px 75px;
    font-size: 14px ;
}


/*style1*/
.flat-button.border-white a {
    border:1px solid #fff;
    color: #ffffff;
}

.flat-button.border-white a:hover{
    color: #fff;
    border-color: #e86a1e;
}

.flat-button.border-white a:before {
    background: #e86a1e;
}

.flat-button.show-full {
    float: right;
    margin-right: 75px;  
}

.flat-button.show-full.no-r {
    margin-right: 0;
}

.flat-button.show-full a {
    padding: 20px 51px 17px 82px;
    position: relative;
    border:1px solid #000000;
    color: #000000;
}

.flat-button.show-full a:after {
    font-family:"Ionicons";
    position: absolute;
    content: "\f453";
    top: 14px;
    left: 54px;
    font-size: 20px;
}

/*style2*/
.flat-button.join-team a {
    color: #002e5b;
    border: 1px solid #002e5b;
    padding: 19px 51px 17px 62px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.flat-button.join-team a:before,
.flat-button.read-more a:before,
.flat-button a:before,.comment .comment-reply:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002e5b;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.flat-button.bg-blue a:before,.flat-button.bg-dark a:before,
.flat-button.bg-white a:before {
     opacity: 1;
    filter:alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.flat-button.bg-dark a:before {
    background: #333333;
}

.flat-button.bg-white a:before {
    background: #fff;
}

.flat-button.bg-white a:hover:before {
    background: #414141;
}

.flat-button.bg-white a:hover {
    color: #fff;
}

.comment .comment-reply {
    position: relative;
}

.flat-button.bg-blue a:hover:before,.flat-button.bg-dark a:hover:before {
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
}

.flat-button.join-team a:hover:before,
.flat-button a:hover:before,
.flat-button.read-more a:hover:before,
.comment .comment-reply:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.flat-button.join-team a:hover,
.flat-button.read-more a:hover,
.flat-button.read-more.col a:hover {
    color: #ffffff;
}

/*style3*/
.flat-button.read-more {
    margin-top: 25px;
	margin-left: 25px;	
}

.flat-button.read-more a {
    font-size: 14px;
    padding: 16px 38px 14px 41px;
    border: 1px solid #002e5b;
    color: #002e5b;
    position: relative;
}

/*style4*/
.flat-button.read-more.col,
.flat-button.read-more.mt {
     margin-top : 0;
}

.flat-button.read-more.col a {
    color: #333333;
    font-size: 16px;
    padding: 16px 32px 14px 35px; 
}

.flat-button.read-more.mt a {
    padding: 10px 33px 10px 33px;
}

/*style6*/
.flat-link.flat-arrow a {
    padding: 0;
    color: #e86a1e;
    position: relative;
    font-size: 14px;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
}

.flat-link.flat-arrow a:hover {
    margin-left: 15px;
}

.flat-link.flat-arrow a:before {
    position: absolute;
    font-family:"Ionicons";
    content: "\f3d3";
    top: -3px;
    right: -19px;
    color: #e86a1e;
    font-size: 15px;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

.flat-link.flat-arrow.sm a:hover{
    color: #e86a1e;
    margin-left: 15px;
}

.flat-link.flat-arrow.sm a:hover:before,
.flat-link.flat-arrow.sm.tm a:hover:before{
    color: #e86a1e;
}

/*style7*/
.flat-link.flat-arrow.sm a {
    text-transform: none;
    color: #333333;
    margin-left: -10px;	
}

.flat-link.flat-arrow.sm a:before {
    position: absolute;
    font-family:"Ionicons";
    content: "\f3d6";
    top: -3px;
    right: -23px;
    color: #333333;
    font-size: 21px;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

/*style8*/
.flat-link.flat-arrow.sm.tm a:before {   
    position: absolute;
    font-family:"Ionicons";
    content: "\f3d1" !important;
    top: -3px;
    right: -23px;
    color: #333333;
    font-size: 17px;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

/*style9*/
.flat-button.read-more.view-detail a {
    border: none;
    background: #ffffff;
    font-size: 14px;
    color: #333333;
    padding: 13px 19px 13px 26px;
}

.flat-button.read-more.view-detail a:hover {
    color: #e86a1e;
}

/*style10*/
.flat-button.get-free-quote.home a { 
    font-size: 14px;
    padding: 14px 41px 17px 41px;
}

/*style11*/
.flat-button.read-more.notify a {
    background-color: #e86a1e;
    padding: 17px 55px 17px 55px;
    font-size: 16px;
    color: #ffffff;
}

.flat-button.read-more.notify a:hover {
    background-color: #333333;
}

/*Margin
----------------------------------------------------------------*/
.marg-bt {
    margin-bottom: 107px
}

.marg-bt-t1 {
    margin-bottom: 36px !important;

}

.marg-bt60 {
    margin-bottom: 60px;
}

.marg-bt0 {
    margin-bottom: 0 !important;

}

.mrg-bt52 {
    margin-bottom: 52px;
}

.mrg-bt14 {
    margin-bottom: 14px !important;
}

.mrg-bt58 {
    margin-bottom: 58px;
}

.mrg-bt25 {
    margin-bottom: 25px !important;
}

.mrg-bt43 {
     margin-bottom: 43px;
}

/*Padding
--------------------------------------------------------------------*/
.pad-120bt {
    padding-top: 10px;
    padding-bottom: 90px;
}

.pad-127bt {
    padding-bottom: 127px !important;
}

.pad-121tt {
     padding-top: 121px !important;
}

.pad-top13 {
    padding-top: 13px;
}

.pad-85lef{
    padding-left: 85px;
}

.pad-79bt {
    padding-bottom: 97px;
    padding-top: 12px;
}

.pad-83tp {
    padding-top: 0 !important;
    padding-bottom: 79px;
}

.pad-93tb {
    padding-top: 93px;
    padding-bottom: 70px;
}

.pad-right0 {
    padding-right: 0 !important;
    padding-left: 38px;
}

.pad-107bt {
    padding-bottom: 107px !important ;
}

.pad-49bt {
    padding-bottom: 49px !important
}

/* Flat divider
--------------------------------------------------------------*/
.flat-divider {
    width: 100%;
    position: relative;
}

.flat-divider.d90px {
    height: 93px;
}

.flat-divider.d155px {
    height: 139px;
}

.flat-divider.d88px {
    height: 100px;
}

.flat-divider.d130px {
    height: 130px;
}

.flat-divider.d112px {
    height: 112px;
}

.flat-divider.d110px {
    height: 110px;
}

.flat-divider.d60px {
    height: 60px;
}

.flat-divider.d22px {
    height: 22px;
}

.flat-divider.d10px {
    height: 10px;
}

/* sidebar */
.sidebar a {
    color: #333;
}

/*Get Quote 
-----------------------------------------------------------------*/
.get-quote {
	padding: 50px 0 50px 0;
    background: #e86a1e;
	background-size: cover;
}

.get-quote .text h3 {
  color: #ffffff;
    font-size: 20px;  
  font-weight: 700;
  float: left;
}

.get-quote .text h3 span {
    color: #333333;
}

.get-quote .read-more {
    float: right;
    margin-right: 33px;
}

@media screen and (max-width: 992px) {
.get-quote .text h3 {
  color: #ffffff;
  font-weight: 700;
  float: left;
  text-align: center;  
}
}


/*Get freeconsult
---------------------------------------------------------------------*/
.flat-getfreeconsult .text h3 {
    color: #ffffff;
    font-weight: 700;
    float: left;
    margin-top: 33px;
}

.flat-getfreeconsult .text .get-free-cs {
    background-image: url(../images/tamgiac.png);
    float: right; 
    padding: 35px 60px 30px 70px;  
    background-repeat: no-repeat;
}

.flat-getfreeconsult .text .get-free-cs a {
    border-bottom: 2px solid #ffffff;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.flat-getfreeconsult .text .get-free-cs a:hover {
    border: none;
}

.flat-getfreeconsult .text .get-free-cs a:before  {
    position: absolute;
    content: "\f11d";
    font-family:"Ionicons";
    top: 0;
    left: -35px;
    font-size: 30px;
    color: #ffffff;
}

/*Social link
----------------------------------------------------------*/
.social-link.style1 {
    float: left;
}

.social-link.style1 a:first-child {
    margin-left: 0;
}

.social-link.style1 a i{
    color: #999999;
}

.social-link.style1 a i:hover {
    color: #e86a1e;
}



/*Flat accordion
-----------------------------------------------------------*/
.flat-accordion .flat-toggle {
    margin-bottom: 5px;
    position: relative;
    background-color: #f8f8f8;
    border-radius: 2px;
}

.flat-accordion .flat-toggle h6.toggle-title {
	padding: 10px 20px 10px 30px;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    color: #e86a1e;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #e86a1e;
}

.flat-accordion .flat-toggle h6.toggle-title i {
    top: 14px;
	    left: 10px;
    position: absolute;
}

.flat-accordion .flat-toggle h6.toggle-title:hover {
    background-color: #e86a1e;
    color:#fff;
}

.flat-accordion .flat-toggle h6.toggle-title.active {
    background-color: #e86a1e;
	border-bottom: 4px solid #ffffff;	
    color:#fff;
}

.flat-accordion .flat-toggle h6.toggle-title.active:before {
    position: absolute;
    right: 28px;
    top: 17px;
    content: "";
    width: 2px;
    height: 10px;
    background-color: #fff;
}

.flat-accordion .flat-toggle h6.toggle-title:after {
    position: absolute;
    right: 24px;
    top: 21px;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #e86a1e;
}

.flat-accordion .flat-toggle .toggle-content {
    display: none;
    padding:25px 20px 10px 25px; 
    background-color: #f8f8f8;
}


/* Flat-Shop
-----------------------------------------------------------------*/
.flat-sort-prodct {
    margin-top: -5px;
}

.flat-sort-prodct p {
    float: left;
    margin-right: 81px;
}

.flat-sort-prodct .sort-views {
    
}

.flat-sort-prodct .sort-views .product-select {
    width: 11%;
    display:inline-block;
    margin-right: 76px; 
}

.flat-sort-prodct .sort-views .product-select.item2 {
    width: 7%;
}

.flat-sort-prodct .sort-views .list-grid {
    float: right;
}

.flat-sort-prodct .sort-views .product-select select {
    background-color: #ffffff;
    height: 20px;
    padding-left: 6px;
}

.flat-sort-prodct .list-grid a.course-grid-view.active {
    color: #e86a1e;
}

.flat-sort-prodct .list-grid a {
    margin-right: 11px;
    margin-left: 10px;
}

.woocommerce .products {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 35px;
    margin-bottom: 21px;
}

.woocommerce .products li {
    list-style: none;
    float: left;
    padding: 0 15px;
    width: 33.3333333%;
    margin-bottom: 71px;
    position: relative;
}

.woocommerce .products li .product-inner .product-thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}

.woocommerce .products li .product-inner .product-thumbnail a img {
    width: 100%;
}

.woocommerce .products li .product-inner .product-info .product-info-wrap h6 {
    font-size: 15px;
    text-align: center;
    font-weight: 700;
}

.woocommerce .products li .product-inner .product-info .product-info-wrap h6:hover {
    color: #e86a1e;
}

.woocommerce .paging-navigation {
    text-align: center;
}

.woocommerce .paging-navigation span {
    margin-right: 30px;
}

.woocommerce .paging-navigation a.page-numbers {
    margin-right: 18px;
}

.woocommerce .paging-navigation a.page-numbers{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding-top: 5px;
}

.woocommerce .paging-navigation a.page-numbers:hover {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #002e5b;
    color: #ffffff;
}

.woocommerce .paging-navigation a.arrow i {
    font-size: 18px;
    color: #e86a1e;
    padding: 7px;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #e86a1e;
}

/*Flat title section
--------------------------------------------------------------*/
.flat-title {
    text-align: center;
}

.flat-title .title-section  {
    font-weight: 700;
    margin-bottom: 0px !important;
}

.flat-title .decs {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.flat-title .decs.fs18 {
    font-size: 18px;
}

/*style1*/
.flat-title.style1 .title-section {
    letter-spacing: 1px;
    margin-bottom: 31px;
}

.flat-title.style1 .title-section span {
    text-transform: uppercase;
}

/*style2*/
.flat-title.style2 .title-section  {
    color: #000000;
    margin-bottom: 12px;
}

.flat-title.style2.mrg-bt42 .title-section {
    margin-bottom: 92px;
}

.flat-title.style2 .decs {
    color: #000000;
    opacity: 0.8;
    letter-spacing: 0.5px;
    margin-bottom: 57px;
}

/*style3*/
.flat-title.style3 {
    text-align: left;
    margin-bottom: 8px;
}

/*style4*/
.flat-title.up-case .title-section {
    text-transform: uppercase; 
    margin-bottom: 18px;
}

.flat-title.up-case.fz .title-section {
    font-size: 40px;
    font-weight: 700;    
}

.flat-title.up-case.fz .decs {
    margin-bottom: 60px;
}

/*style5*/
.flat-title.style3.mrmis {
    margin-top: -6px;
}

.flat-title.style3.mrmis .title-section {
    margin-bottom: 46px;
}

/*Flat buildfeature
-------------------------------------------------------------*/
.wrap-feature {
    text-align: center;
}

.wrap-feature .img-feature {
   margin-bottom: 17px;
}

.wrap-feature .img-feature img {
    margin-bottom: 17px;
}

.wrap-feature .text-logo {
    font-size: 16px;
    font-weight: 400;
}

.wrap-feature .decs-feature p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 66px;
}

/*Portfolio Filter
--------------------------------------------------------------------*/
/*style1*/
ul.portfolio-filter {
    border-top: 1px dashed #999999;
    border-bottom: 1px dashed #999999;
    text-align: center;
    position: relative;
}

ul.portfolio-filter li {
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 14px 34px 0 34px;;
}

ul.portfolio-filter li a:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 12px;
    left: 0;
    /* height: 1px; */
    /* background-color: #ffffff; */
     opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.1, 1, 1);
    transform: scale3d(0.1, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

ul.portfolio-filter li a:hover:before,
ul.portfolio-filter li.active a:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

ul.portfolio-filter li:after {
    position: absolute;
    content: " ";
    width: 1px;
    height: 15px;
    background-color:#999999;
    top: -1px;
    left: -2px;
}

ul.portfolio-filter li:first-child:after,
ul.portfolio-filter.border-dotted li:first-child:after {
    content: "";
    width: 0;
    height: 0;
}

ul.portfolio-filter li:first-child:before,
ul.portfolio-filter.border-dotted li:first-child:before {
    content: "";
    width: 0;
    height: 0;
}

ul.portfolio-filter li:before {
    position: absolute;
    content: " ";
    width: 1px;
    height: 15px;
    background-color:#999999;
	bottom: -11px;
    left: -2px;

}

ul.portfolio-filter li a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;   
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
}

ul.portfolio-filter li a:hover {
    color: #000000;
}

ul.portfolio-filter li.active a {
    color: #999999;
    position: relative;
}

/*style2 style3*/
ul.portfolio-filter.marg-bt60.bge5e5e5,
ul.portfolio-filter.style3,
ul.portfolio-filter.bg-pofo-e5e5e5.border-dotted {
    border-top: none;
    border-bottom: none;
}

ul.portfolio-filter.marg-bt60.bge5e5e5 li:before,
ul.portfolio-filter.style3 li:before,
ul.portfolio-filter.bg-pofo-e5e5e5.border-dotted li:before,
ul.portfolio-filter.bg-pofo-e5e5e5.border-dotted li:after,
ul.portfolio-filter.marg-bt60.bge5e5e5 li:after,
ul.portfolio-filter.style3 li:after{
    content: "";
    width: 0;
    height: 0;
}

ul.portfolio-filter.marg-bt60.bge5e5e5 li a {
    color: #333333;
}

ul.portfolio-filter.marg-bt60.bge5e5e5 li.active a, ul.portfolio-filter.style3 li a:hover,
ul.portfolio-filter.style3 li.active a {
    color:  #e86a1e;
}

ul.portfolio-filter.style3 li.active a:before { 
    content: " ";
    width: 0;
    height: 0; 
}

ul.portfolio-filter.style3 li a {
    font-weight: 400;
    color: #767676;
}

ul.portfolio-filter.style3 li a:before {
    content: none;
}

ul.portfolio-filter.style3 li {
    padding: 2px 17px 5px 17px;
}


/*style4*/
ul.portfolio-filter.border-dotted {
    border-top: 1px dotted #c6c6c7;
    border-bottom: 1px dotted #c6c6c7;
    background: #e5e5e5;
}

ul.portfolio-filter.border-dotted li:after {
    position: absolute;
    content: " ";
    width: 1px;
    height: 15px;
    background-color: transparent;
    background-image: url(../images/before-after.png) !important;
    bottom: -10px;
    left: 0;
}

ul.portfolio-filter.border-dotted li:before {
    position: absolute;
    content: " ";
    width: 1px;
    height: 15px;
    background-color: transparent;
    background-image: url(../images/before-after.png) !important;
    bottom: -10px;
    left: 0;
}

ul.portfolio-filter.border-dotted li a {
    color: #333;
}

ul.portfolio-filter.border-dotted li.active a,
ul.portfolio-filter.border-dotted li a:hover   {
    color: #e86a1e;
}

.background-text-portfolio {
    background: url(../images/Untitled-2.png) repeat 50%;
    padding-top: 100px;
    position: relative;
    padding-bottom: 91px;
}

/*style5*/
ul.portfolio-filter.bg-pofo-e5e5e5 {
    background-color: #e5e5e5;
}

/* Flat portfolio
-------------------------------------------------------------- */


/* Flat team 
------------------------------------------------------------------*/
.join-teams {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.flat-line {
    width: 75%;
    float: right;
    position: relative;
}

.flat-line:before {
    position: absolute;
    content: "";
    background: url(../images/icon/6.png);
    left: 15px;
    right: 15px;
    bottom: -48px;
    height: 13px;
}

.join-teams {
    padding-top: 48px;
}

.join-teams .decs {
    margin-bottom: 56px;
}

.flat-carousel-v1 {
    position: relative;
}

.flat-carousel-v1:before {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -27px;
    height: 1px;
    content: "";
    background-color: #e9e9e9;
}

.flat-carousel-v1:after {
    position: absolute;
    content: "";
    background: url(../images/icon/6.png);
    left: 15px;
    right: 15px;
    bottom: -33px;
    height: 13px;
}

.flat-teams {
    padding: 0 15px;
-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.flat-teams .avatar img {
    width: 100%;
}

.flat-teams .content {
    position: absolute;
    text-align: center;
    background-color: #e86a1e;
        transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
    -webkit-transform: translatey(110%);
       -moz-transform: translatey(110%);
        -ms-transform: translatey(110%);
        opacity:1; 
    border: 10px solid #ffffff;
    padding-bottom: 17px;
    padding-top: 14px;
    bottom: 0;
    left: 15px;
    right: 15px;
    visibility: visible;
}

.flat-teams .avatar:hover {
    box-shadow: 5px 9px 12px 0px rgba(0, 0, 0, 0.18);
}

.flat-teams .avatar {
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
}

.flat-teams:hover .content { 
     visibility: visible;
     -webkit-transform: translatex(0);
       -moz-transform: translatex(0);
        -ms-transform: translatex(0);
        opacity: 0.9; 
}

.flat-teams .content h5 {
    text-transform: uppercase;
    color: #333333;
    font-weight: 700;
}

.flat-teams .content span.position {
    font-weight: 300;
}

.kf_property_line1 {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #dedede;
    position: relative;
  
}

.kf_property_line2 {
    width: 75%;
    height: 1px;
    background-color: #dedede;
    position: relative;
    top: 10px;
    margin: 0 auto;
}

.kf_property_line3 {
    height: 1px;
    background-color: #dedede;
    position: relative;
    top: 19px;
}

/*Iconbox
-------------------------------------------------------*/
.item-boxicon {
    position: relative;
    border-left: 1px solid #e86a1e;
    border-right: 1px solid #e86a1e;
    border-bottom: 1px solid #e86a1e;
}

.item-boxicon.no-border {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.item-boxicon.no-border:after {
    width: 0;
    height: 0;
}

.item-boxicon.no-border:before {
    width: 0;
    height: 0;
}




.item-boxicon:after {
    position: absolute;
    content: " ";
    width: 70px;
    height: 1px;
    background-color: #e86a1e;
    top:0;
    left: 0;
}

.item-boxicon:before {
    position: absolute;
    content: " ";
    width: 70px;
    height: 1px;
    background-color: #e86a1e;
    top:0;
    right: 0;
}

.item-boxicon .icon-img {
    position: absolute;
    top: -30px;
    left: 40%;
}

.item-boxicon .icon-img .fa {
    font-size: 50px;
    color: #e86a1e;
}

.item-boxicon .content {
    color: #ffffff;
    text-align: center;
    padding: 45px 25px 25px 25px;
}

.item-boxicon .content p {
    opacity: 0.9;
    line-height: 18px;
}

.item-boxicon .content .title {
	color: #ffffff;
    font-size: 15px;
    font-weight: 600;
	margin-bottom:10px;
    text-transform: uppercase;
}

/*Style1*/
.item-boxicon.noboder {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.item-boxicon.noboder:after {
    content: "";
    width: 0;
    height: 0;
}

.item-boxicon.noboder:before {
    content: "";
    width: 0;
    height: 0;
}

/* Flat iconbox item
-------------------------------------------------------------*/
.iconbox-item {
    box-shadow: 5px 9px 12px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 10px 10px 0 10px;
    overflow: hidden;
}

.iconbox-item .box-header {
    padding:10px 0px 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.iconbox-item .box-header img {
    position: absolute;
    top: 0;
    left: 0;
}

.iconbox-item.featured .box-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
    opacity: 0.7;
    filter: alpha(opacity=70);
       -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    z-index: 1;
}

/* .iconbox-item.featured:hover .box-header:before { */
    /* opacity: 1; */
    /* background: #edb820; */
/* } */

.iconbox-item.featured:hover .box-header h5:after {
    background: #fff
}

.iconbox-item .box-header:after {
    position: absolute;
    content: "";
    width: 280px;
    height: 6px;
    background-color: #f5f5f5;
    bottom: 0;
    left: 10%;
	z-index: 1;	
}

.iconbox-item .box-header h5 {
    text-align: center;
    color: #ffffff;
    position: relative;
    letter-spacing: 0px;
    font-size: 15px;
    font-weight: 700;	
    z-index: 10;
}

.iconbox-item .box-header h5:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #ffffff;
    left: 75px;
    bottom: 0px;
}

.iconbox-item .box-content {
    padding: 10px 25px 25px 80px;
    position: relative;
    overflow: hidden;    
}

.iconbox-item .box-content span {
    font-weight: 700;
}

.iconbox-item .box-content .box-number {
    position: absolute;
	top: 9px;
    left: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #e86a1e;
    font-weight: 700;
}

/*Flat iconbox item style*/
.iconbox-item.style1 .box-header:after {
    content: "";
    width: 0;
    height: 0;
}

.iconbox-item.style1 .box-header {
    padding: 51px 47px 175px 50px;
    margin-bottom: 24px;
}

.iconbox-item.style1 .box-content {
    padding: 10px 29px 92px 32px;
}

.iconbox-item.style1 .box-content h5 {
    color: #333333;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
           -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.iconbox-item.style1 .box-content h5:hover {
    color: #e86a1e;
}

.iconbox-item.style1 .box-content p {
    margin-bottom: 14px;
}

.iconbox-item.style1 .box-content:before {
    background-image: url(../images/icon/Icon-Digger.png);
    background-repeat: no-repeat;
    width: calc(50% - 2px);
    top: 70px;
    right: -13px;
    bottom: -50px;
    content: '';
    position: absolute;
}

.iconbox-item.style1 .box-content.m1:before {
    background-image: url(../images/icon/8.png);
}

.iconbox-item.style1 .box-content.m2:before {
    background-image: url(../images/icon/helmet_goggles.png);
}

.iconbox-item.style1 .box-header .box-number {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #333333;
    padding: 17px 13px 17px 13px;
    bottom: 0;
    left: 0;
}

.iconbox-item.style1 .box-header .box-number span {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

/* Flat-latestnew
---------------------------------------------------------*/
.content-inner article {
    margin-bottom: 50px;
}

.content-inner .flat-itemnews .entry-wrapper {
    overflow: hidden;
}

.content-inner .flat-itemnews .entry-cover {
    float: left; 
    margin-right: 30px;
}

.content-inner .flat-itemnews .entry-header {
    padding-top: 9px;
}

.content-inner .flat-itemnews .entry-header .entry-title {
    margin-bottom: 5px;
}

.content-inner .flat-itemnews .entry-header .entry-title a {
    font-weight: 700;
    color: #333;
}

.content-inner .flat-itemnews .entry-header .entry-title a:hover {
    color: #e86a1e;
}

.content-inner .flat-itemnews .entry-header .entry-time {
    margin-bottom: 14px;
}

.content-inner .flat-itemnews .entry-header .entry-time span {
    margin-right: 36px;
    position: relative;
}

.content-inner .flat-itemnews .entry-header .entry-time span.entry-day:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 9px;
    background-color: #cecece;
    top: 5px;
    left: 82px;
}

.content-inner .flat-itemnews .entry-header .entry-header-content p {
    font-size: 12px;
}

/*Post later new
-----------------------------------------------------------------*/
.post-laternews article.post {
    /* background-color: #e5e5e5;  */
}

.post-laternews .post .featured-post {
    margin-bottom: 10px;
}

.post-laternews .post .featured-post img {
    width: 100%;
}

.post-laternews .post .meta-post {
    padding: 2px 10px;
    background-color: #ffffff;
    color: #e86a1e;
    font-weight: 700;
    font-size: 12px;
    top: 294px;
    right: 40px;
    position: absolute;
    text-transform: uppercase;
}

.post-laternews .post .content-post {
    padding: 18px 32px 23px 32px;
	background: #e5e5e5;	
}

.post-laternews .post .content-post p {
	font-size: 14px;
    line-height: 20px;
    text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

.post-laternews .post .content-post .title-post {
    margin-left: -15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 17px;
}

.post-laternews .post .content-post .title {
    padding: 10px 110px;
    background-color: #e86a1e;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    top: 320px;
    margin-left: -32px;
    position: absolute;
    width: 92.5%;
    text-transform: uppercase;
}

.post-laternews .post .content-post .days {
    border: 5px solid #e86a1e;
    background: #ffffff;
    color: #e86a1e;
    font-size: 30px;
    font-weight: 700;
    float: left;
    top: 300px;
    left: 35px;
    z-index: 101;
    position: absolute;
    border-radius: 100px;
    line-height: 70px;
    padding: 0px 25px;
    height: 80px;
    width: 80px;
}
   
/* Flat map 
------------------------------------------------------------*/
.text-social {
    margin-bottom: 66px;
}

.text-social p {
    font-size: 18px;
    color: #ffffff;
}

.text-social p.time-social {
    font-size: 14px;
    font-weight: 300;
    opacity: 0.5;
}

.text-social .icon-social {
    float: left;
    margin-right: 28px;
}

.text-social .icon-social i {
    font-size: 40px;
    color: #00bff3;
}

.text-social span.c1 {
    color: #e86a1e;
}

.text-social span.c2 {
    color: #1ccc8b;
    font-style: italic;
}

#flat-map {
    height: 550px;
    margin-bottom: 50px;
}

#flat-map.h445 {
    height: 445px;
}

#flat-map-v1 {
    height: 500px;
}

.wrap-mapinfo {
	padding-top: 50px;	
    padding-right: 50px;
}

.wrap-mapinfo.border {
    position: relative;   
}

.wrap-mapinfo.border:after {
    content: "";
    width: 1px;
    height: 170px;
    position: absolute;
    top: 5px;
    right: 0;
    background-color: #fff;
    opacity: 0.1;
}

.wrap-mapinfo .widget-title {
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
}

.wrap-mapinfo .widget-title:after {
    content: "";
    width: 0;
    height: 0;
}

.wrap-mapinfo .map-info {
    color: #000000;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.wrap-mapinfo .map-info li {
    position: relative;
    padding: 0 0 14px 39px;
}

.wrap-mapinfo .map-info li a {
    color: #000000;
}

.wrap-mapinfo .map-info.dark li a {
    color: #232323;
}

.wrap-mapinfo .map-info li a:hover {
    color: #e86a1e;
    opacity: 1;
}

.wrap-mapinfo .map-info.dark li {
    color: #232323;
}

.wrap-mapinfo.colorw.opsa li {
    font-weight: 700;
}

.wrap-mapinfo.colorw.opsa li.phone span {
    margin-left: 56px;
    position: relative;
}

.wrap-mapinfo.colorw.opsa li.phone span:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 11px;
    background-color: #99abbd;
    top: 4px;
    left: -25%;
}

.wrap-mapinfo .map-info li.address:before {
    content: "\f456";
    font-family:"Ionicons";
    position: absolute;
    left: 1px;
    top: 6px;
    font-size: 26px;
}

.wrap-mapinfo .map-info li.phone:before {
    content: "\f1fa";
    font-family:"Ionicons";
    position: absolute;
    left: 1px;
    top: 0;
    font-size: 25px;
}

.wrap-mapinfo .map-info li.email:before {
    content: "\f2eb";
    font-family:"Ionicons";
    position: absolute;
    left: 1px;
    top: 0;
    font-size: 21px;
}

/*style1*/
.wrap-mapinfo.colorw .widget-title {
    color: #333333;
}

.wrap-mapinfo.colorw .map-info {
    color: #333333;
    opacity: 1;
}

.wrap-mapinfo.colorw li.email:before,
.wrap-mapinfo.colorw li.phone:before,
.wrap-mapinfo.colorw li.address:before {
    color: #333333;
}

.wrap-mapinfo.colorw.border:after {
    background-color: #e8e8e8;
}

.wrap-type-input {
	margin-left: -20px;
    margin-right: -20px;
    background-color: #eaeaea;
    padding: 20px 20px 0 20px;
    margin-top: -100px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.32); 
}

.wrap-type-input h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
	font-weight: 700;
    color: #333;
}

.wrap-type-input .input-wrap.name input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.wrap-type-input .input-wrap.tel input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.wrap-type-input .input-wrap.name input[type="text"]:hover {
    border: 1px solid #e86a1e;
}

.wrap-type-input .subscribe.style1  input[type="sumbit"] {
    background-color: #002e5b;
}

.wrap-type-input input[type="text"],
.wrap-type-input input[type="tel"],
.wrap-type-input input[type="email"],
.wrap-type-input textarea {
    border: 1px solid #cccccc;
}

/*wrap-type-input style2*/
.wrap-type-input.style2 {
    background-color: #e5e5e5;
    /* opacity: 0.8; */
    margin-top: 0;
    padding: 20px 20px 0 20px;
    overflow: hidden;
	box-shadow:none;
}

.wrap-type-input.style2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
}

.services img {
    width: 180px;
    margin-top: 15px;
}

/*Flat counter
--------------------------------------------------------*/
.flat-counter {
    text-align: center;
    position: relative;
}

.flat-counter:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 105px;
    top: 20px;
    left: -17px;
    background-color: #fff;
    opacity: 0.2;
    filter:alpha(opacity=20);
}

.flat-counter:nth-of-type(1):before {
    content: "";
    width: 0;
    height: 0;
}

.flat-counter .numb-count {
    font-family: 'Montserrat', sans-serif;
    font-size: 72px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 43px;
}

.flat-counter .name-count {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.6;
    margin-bottom: 25px;
}

/* Flat testimonial
-------------------------------------------------------*/
.testimonial .testimonial-content {
    text-align: left;
}

/* Revolution Slider
--------------------------------------------  */
.tp-banner-container,
.tp-banner-containerv3 {
    max-height: 860px !important;
    width: 100% !important;
    position: relative;
    overflow: hidden !important;
    padding: 0;
    background-color: #fff;
}

.tp-banner-containerv1 {
    max-height: 636px !important;
    width: 100% !important;
    position: relative;
    overflow: hidden !important;
    padding: 0;
    background-color: #fff;
}

.tp-banner-containerv2 {
    max-height: 693px !important;
    width: 100% !important;
    position: relative;
    overflow: hidden !important;
    padding: 0;
    background-color: #fff;
}

/*Flat iconboxmrg
---------------------------------------------------------------*/
ul.wrap-icon-bgf7c {
    background-color: #e86a1e;
    padding-top: 40px;
    padding-bottom: 47px;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.25); 
}

ul.wrap-icon-bgf7c li .icon-bgf7c {
    text-align: center;
    width: 25%;
    float: left;
    position: relative;
}

ul.wrap-icon-bgf7c li .icon-bgf7c:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 149px;;
    background-color: #d7aa0e;
    top: 0;
    left: 0;
}

ul.wrap-icon-bgf7c li .icon-bgf7c p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    opacity: 0.8;
    text-transform: uppercase;
}

ul.wrap-icon-bgf7c li .icon-bgf7c .img-icon-desc {
    margin-bottom: 30px;
    margin-top: 10px;
}

/* Flat exper
-----------------------------------------------------------*/

.bgffff-pabs {
    /* background-color: #ffffff; */
    position: relative;
    z-index: 2;
    /* padding-top: 27px; */
}

.bgffff-pabs:after {
    content: "";
    position: absolute;
    /* background-color: #ffffff; */
    top: 0;
    bottom: 0;
    right: -17px;
    left: -45px;
    z-index: -1;
}

.overflow.img {
    margin-left: -20px;
}

.two-colum-icon h1 {
    font-size: 32px;
    line-height: 42px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 24px;
}


.icon-decs .overflow {
	overflow: hidden;
	float:left;
	/* background: #f8ce3b;	 */
}

.icon-decs img {
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.icon-decs:hover img {
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
}

.two-colum-icon .icon-dec {
	background: #e5e5e5;
    padding: 15px;
	clear: both;
}

.two-colum-icon .icon-decs .meta-post {
    z-index: 1;
    padding: 2px 10px;
    background-color: #414141;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    right: 35px;
    bottom: 217px;
    position: absolute;
    text-transform: uppercase;
}

.two-colum-icon .icon-decs .title {
    z-index: 1;	
    padding: 10px 0px;
    background-color: #e86a1e;
    top: 345px;
    width: 100%;
	position: relative;    
}

.two-colum-icon .icon-decs .title h3 {
    z-index: 1;	
    margin-left: 110px;
    color: #ffffff;
    text-transform: uppercase;	
    font-weight: 700;
    font-size: 15px;	
}

.two-colum-icon .icon-decs .days {
    z-index: 1;
    border: 5px solid #e86a1e;
    background: #414141;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    float: left;
    bottom: 155px;
    left: 35px;
    z-index: 101;
    position: absolute;
    border-radius: 100px;
    line-height: 70px;
    padding: 0px 25px;
    height: 80px;
    width: 80px;
}

/* .two-colum-icon .icon-decs { */
    /* width: 50%; */
    /* float: left; */
    /* width: 50%; */
    /* padding-right: 55px; */
    /* float: left; */
/* } */

.two-colum-icon .icon-decs:nth-of-type(even) {
    /* background-color: #ffffff; */
    padding-left: 18px;
}

.two-colum-icon .icon-decs:nth-of-type(3) .icon-dec p,
.two-colum-icon .icon-decs:nth-of-type(4) .icon-dec p {
    margin-bottom: 36px;
}

.two-colum-icon p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 74px;
}

.two-colum-icon .icon-decs .img-icon-desc {
    float: left;
    margin-right: 24px;
}

.two-colum-icon .icon-decs h4 {
    font-weight: 700;
    color: #ffffff;
    background: #414141;
    border-bottom: 5px solid #fff;	
    margin-bottom: -50px;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    position: relative;
    line-height: 20px;
    width: 100%;
    z-index: 1;
    text-transform: uppercase;
}

.two-colum-icon .icon-dec p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: justify;
    line-height: 17px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
}

.two-colum-icon .icon-dec .flat-link.flat-arrow.sm a {
    text-transform: none;
    color: #333333;
    margin-left: 0px;	
}


.two-colum-icon .icon-dec .flat-link.flat-arrow.sm a:hover{
    color: #e86a1e;
    margin-left: 15px;
}

.two-colum-icon .icon-dec .flat-link.flat-arrow.sm a:hover:before,
.two-colum-icon .icon-dec .flat-link.flat-arrow.sm.tm a:hover:before{
    color: #e86a1e;
}

.two-colum-icon .icon-dec .flat-link.flat-arrow.sm a:before {
    position: absolute;
    font-family:"Ionicons";
    content: "\f3d6";
    top: -3px;
    right: -23px;
    color: #333333;
    font-size: 21px;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

/* Owl-carousel
------------------------------------------------------ */
.owl-carousel .owl-stage-outer {
    padding-right: 20px;
    padding-bottom: 15px;
}

.flat-carousel .owl-theme .owl-dots {
    text-align: center;
    margin-top: 70px;
}

.avatar-testimo  {
     margin-bottom: 10px;
     position: relative;
}

.avatar-testimo img {
    border-radius: 50%;
    border: 12px solid #f5f5f5;
    width: 150px;
    height: 150px
}

.avatar-testimo:before {
    position: absolute;
    content: "";
    background: url(../img/avis.png);
    height: 60px;
    width: 60px;
    top: 50%;
    left: 58%;
    z-index: 1;
}

.img-testimo {
    text-align: center;
    margin-top: 14px;
}

.img-testimo .title-testimo h5 {
    font-weight: bold;
    font-size: 18px;
}

.img-testimo .title-testimo span {
    font-size: 14px;
    font-weight: 400;
}

.blockquote-testimo h3  {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 20px;
}

.blockquote-testimo p {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    font-style: italic;
    padding-right: 40px;
}

.owl-carousel-services-v2.owl-theme .owl-dots,
.owl-carousel-services-v3.owl-theme .owl-dots,
.owl-carousel-services-v4.owl-theme .owl-dots {
    text-align: center;
}

.owl-carousel-services-v3.owl-theme .owl-dots,
.owl-carousel-services-v4.owl-theme .owl-dots {
    padding-top: 61px;
}

.owl-carousel-services-v2.owl-theme .owl-dots {
    padding-top: 25px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin: 4px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    position: relative;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,
.owl-carousel-services-v4 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: transparent;
    width: 17px;
    height: 17px;
    border: 2px solid #ffffff;   
}

.owl-theme .owl-dots .owl-dot.active span:before {
    content: '';
    text-indent: -9999px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -4px;
    background-color: #ffffff;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.owl-carousel-services-v3.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -5%;
    background-color: #cccccc;
}

.owl-carousel-services-v3.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -5%;
    background-color: #cccccc;
}

.owl-carousel-services-v3.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.owl-carousel-services-v3.owl-theme .owl-controls .owl-nav div.owl-next:hover {
    background: #02284e;
}

.owl-carousel-services-v3.owl-theme .owl-controls .owl-nav div.owl-next:hover:before,
.owl-carousel-services-v3.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before {
    color: #fff;
}

.owl-carousel-services-v3.owl-theme .owl-controls .owl-nav div.owl-next:before {
   font-family:"Ionicons";
   content: "\f125";
   color: #8d8d8d;
}

.owl-carousel-services-v3.owl-theme .owl-controls .owl-nav div.owl-prev:before {
   font-family:"Ionicons";
   content: "\f124";
   color: #8d8d8d;
}

/*Style1*/
.owl-carousel-services-arrow.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -5%;
    background-color: #cccccc;
}

.owl-carousel-services-arrow.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -5%;
    background-color: #cccccc;
}

.owl-carousel-services-arrow.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    font-family: "Ionicons";
    content: "\f124";
    color: #8d8d8d;
}

.owl-carousel-services-arrow.owl-theme .owl-controls .owl-nav div.owl-next:before {
    font-family: "Ionicons";
    content: "\f125";
    color: #8d8d8d;
}

.owl-carousel-services-arrow.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.owl-carousel-services-arrow.owl-theme .owl-controls .owl-nav div.owl-next:hover {
    background: #02284e;
}

.owl-carousel-services-arrow.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before,
.owl-carousel-services-arrow.owl-theme .owl-controls .owl-nav div.owl-next:hover:before{
    color: #fff;
}

/*styele3*/
.owl-carousel-services-arrrowthin.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 0%;
    background-color: transparent;
}

.owl-carousel-services-arrrowthin.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 0%;
    background-color: transparent;
}

.owl-carousel-services-arrrowthin.owl-theme .owl-controls .owl-nav div.owl-next:before {
    font-family: "Ionicons";
    content: "\f3d6";
    color: #e86a1e;
    font-size: 47.78px;
}

.owl-carousel-services-arrrowthin.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    font-family: "Ionicons";
    content: "\f3d5";
    color: #e86a1e;
    font-size: 47.78px;
}

/*Flat-clients-map
-----------------------------------------------------------------*/
.wrap-clients-map {
    background-image: url(../images/icon/map.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 47.69230769230769%;
    float: left;
    padding-top: 84px;
    padding-bottom: 155px;
}

.wrap-clients-map .num-client {
    font-family: 'Montserrat', sans-serif;
    font-size: 49px;
    font-weight: 400;
    color: #333333;
    padding-left: 138px;
    padding-top: 10px;
    margin-bottom: 25px;
}

.wrap-clients-map .num-client span {
    font-family: 'Montserrat', sans-serif;
    font-size: 53px;
    font-weight: 700;
    color: #e86a1e;
    margin-right: 39px;
    position: relative;
}

.wrap-clients-map .num-client span:before {
    content: "+";
    position: absolute;
    font-size: 30px;
    top: 0;
    left: 100%;
}

.wrap-clients-map p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-left: 252px;
    letter-spacing: 3.5px;
}

.wrap-clients-text {
    width: 52.30769230769231% ;
    float: right;
    margin-top: 73px;
}

.wrap-clients-text h2 {
    margin-bottom: 19px;
    font-weight: 700;
}

.wrap-clients-text p {
    font-size: 16px;
    font-weight: 400;
}

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

.img-clientb4 img {
    margin-bottom: 66px; 
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.video-vimeo p {
    font-size: 12px;
    font-weight: 400;
    margin-left: 71px;
    position: relative;
}

.video-vimeo p.tetvt:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #022f5a;
    top: 9px;
    left: -70px;
}

.video-vimeo p span {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.video-vimeo .button-interview {
    float: right;
    border: 1px solid  #e86a1e;
    padding: 0 16px 0 16px;
    letter-spacing: 2.5px;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.video-vimeo .tetvt a  {
    float: left;   
}

.video-vimeo .video {
    margin-bottom: 16px;
    border-radius: 3px;
}

/*Flat leader*/
.wrap-content-leader .logo-leader {
    float: left;
    margin-right: 30px;
}

.content-leader {
    overflow: hidden;
}

.content-leader p {
    margin-bottom: 16px;
}

.flat-client.opacity3 .item {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.flat-client.opacity5 .item {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*Flat client border*/
.flat-client.border {
    border: 1px solid #f8f8f8;
    padding-left: 78px;
    padding-top: 63px;
    padding-right: 78px;
    padding-bottom: 61px;
}

/*Content offer
----------------------------------------------------------------*/
.content-offer {
    margin-top: -6px;
}

.content-offer h4 {
    color: #333333;
    font-weight: 700;
    margin-bottom: 23px;
    font-size: 20px;
}

.content-offer p {
    font-size: 16px;
    margin-bottom: 34px;
}


/*Fancybox 
-----------------------------------------------------------------*/
.flat-video-fancybox {
    position: absolute;
    top: -18px;
    right: -15px;
}

.flat-video-fancybox img {
    width: 100%;
}

.flat-video-fancybox a:before {
    width: 65px;
    height: 50px;
    background-color: #e86a1e;
    content: "";
    position: absolute;
    bottom: 1px;
    margin-top: -30px;
    right: 30px;
    margin-right: -30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flat-video-fancybox a:after {
    font-family: "FontAwesome";
    content: "\f04b";
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 5%;
    right: 8%;
    margin-top: -18px;
    margin-right: -9px;
}

/*Overlay
-----------------------------------------------------------------*/
.overlay,
.overlay-set {
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.95;
}

.art-map {
    position: absolute;
    height: 400px;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.95;
}

.map {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.95;
}

/*Style1*/
.overlay.v1 {
    background-color: #cccccc;
    opacity: 0.8;
}

/*Style2*/
.overlay.v2 {
    background-color: #cccccc !important;
    opacity: 0.4;
}

.overlay.v3 {
    background-color: #000;
    opacity: 0.94;
}

.overlay.v4 {
    background-color: #ffffff;
    opacity: 0.8;
}

.overlay.v5 {
    background-color: rgba(40, 40, 40, 0.9);
}

.flat-spacer {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.flat-spacer.height20 {
    height: 20px;
}

/* Flat socials
--------------------------------------------------------------*/

.flat-socials li {
    display: inline-block;
    margin-left: 4px;
}

.flat-socials li a i {
    font-size: 16px;
    color: #333333;
}

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

.flat-socials.team {
    position: relative;
    margin-bottom: 28px;
}
.flat-socials.team li {
    padding: 0 3px 0 3px;
}

.flat-socials.team:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    background-color: #b2ac63;
    top: 42px;
    left: 45%;
}

.flat-socials.square {
    float: right;
}

.flat-socials.square li a i,
.flat-socials.circle li a i {
    color: #6c6c6c;
}

.flat-socials.square li a i:hover {
    color: #e86a1e;
}

.flat-socials.circle li {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding-top: 5px;
    background-color: #eeeeee;
    text-align: center;
}

.flat-socials.circle li.share,
.flat-socials.square.fr-none li.share {
    border-radius: 0;
    border: 0;
    background: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 13px;
    font-weight: 700;
    color: #999999;
    text-transform: uppercase;
    margin-right: 20px;
}

.contact-form label.error {
    font-size: 11px;
    font-style: italic;
    color: #e86a1e;
    top: -20px;
    position: relative;
}

.flat-socials.circle li.share.tups {
    text-transform: none;
    color: #333333 !important;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.flat-socials.square li{
    width: 30px;
    height: 30px;
    border-radius: 3px;
    padding: 3px;
    text-align: center;
    border: 1px solid #e8e8e8;
}

.flat-socials.square.fr-none {
    float: none;
}

/*Blog Comment Form 
--------------------------------------------------------*/
.comment-post .comment-list-wrap .comment-respond .title.comment-title  {
    margin-bottom: 23px !important
}

.blog-comment-form .comment-name input[type="text"],
.blog-comment-form .comment-email input[type="text"],
.blog-comment-form .comment-comment textarea{ 
    border: none;
    border-bottom: 1px solid #e9e9e9;
}

.blog-comment-form .comment-submit button.button {
    background-color: #ffffff;
    border: 1px solid #002e5b;
    color: #002e5b;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 12px 33px 14px 38px;;
}

.blog-comment-form .comment-submit button.button:hover {
    background-color:  #FDE428;
    border: 1px solid #FDE428;
}

/* Flat get touch*/
.txt-right-tch h3 {
    font-weight: 700;
    margin-bottom: 31px;
}

.txt-right-tch p {
    margin-bottom: 73px;
}

.text-portfolio-button .text-portfolio p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #000000;
    float: left;
    letter-spacing: 1.15px;
	font-weight:600;
}

.ribbon-wrapper-green {
    width: 170px;
    height: 155px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
}

.ribbon-green {
    font: bold 14px Sans-Serif;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 13px 0;
    left: 0px;
    top: 40px;
    width: 220px;
    background: #74af1a;
    text-transform: uppercase;	
    color: #FFF;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    z-index: 2;
}

.art-text {
	text-align: justify;
	margin-top: 20px;	
}

.art-text h1 {
	font: 30px/40px "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.art-text p {
	line-height: 20px;
}

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


#contact-content .section-title2 {
  margin-bottom: 10px;
}
#contact-content .section-title2 p.title-text {
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-style: normal;
	text-align: justify;	
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
}


.contact-address-info {
  overflow: hidden;
  padding-bottom: 42px;
}
.contact-address-single-info {
  border: 1px solid #e5e5e5;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.contact-address-single-info:hover {
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
}

#blog-post article h2.middle-title {
  color: #333333;
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 1px !important;
  margin-top: 20px !important;
  text-transform: none !important;
}
.contact-address-bg {
	background: #eee  ;
    border-right: 5px solid #e86a1e;
    display: inline-block;
    float: left;
    padding: 51px 28px;
}
.contact-addresss-icon {
  display: inline-block;
  float: left;
  left: -30px;
  padding: 23px 0;
  position: relative;
}
.contact-address-text {

}
.contact-addresss-icon .fa {
    background: #e86a1e none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 25px;
    height: 55px;
    padding: 15px 20px;
    width: 55px;
}
.contact-addresss-icon .fa.envelop-icon {
  padding: 14px 15px;
}
.contact-address-text p {
  color: #333333;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight:600;
  overflow: hidden;
  padding: 30px 0px 0px 0px;
  position: relative;
  left: -10px;
}

.working-hour-content {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  padding: 30px 20px 0px 20px;
}

.working-hour-content img {
	margin: 0px;
    padding: 0px;
}

.working-hour-content ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.working-hour-content ul li {
    text-transform: uppercase;
    line-height: 25px;
    border-bottom: 1px solid #f5f4f4;
}
.working-hour-content ul li span {
  float: right;
  margin-right: 10px;
}

/* section title  styles */

.section-title h1 {
    font-size: 24px;
    line-height: 16px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 20px;
    position: relative;
}
.section-title h1:before {
    content: ' ';
    width: 50px;
    height: 2px;
    background: #e86a1e;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.section-title-style-2 h1 {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ececec #ececec #ececec #e86a1e;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  color: #000000;
  font-family: "Roboto Slab",serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 66px;
  margin: 0 0 50px;
  padding: 0 30px;
  position: relative;
  text-transform: uppercase;
}


.section-title2 {
    margin-bottom: 47px;
}
.section-title2 p {
  text-transform: capitalize;
  color: #8d8d8d;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 6px;
}
.section-title2 h1 {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    text-transform: uppercase;
}
.section-title2 h1:after {
    background: #333333 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    width: 20px;
    margin: 5px;
}
.section-title2 h1 span {
  padding-right: 10px;
}


/**
* Contact Content Styles.
**/

#contact-content {
  padding: 0px 0 30px;
}
#contact-content .row > p,
#contact-content .container > p {
    font-size: 14px;
    line-height: 26px;
    color: #8E8D8D;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center;
}
#contact-content .contact-form p {
    margin-bottom: 20px;
}
#contact-content .contact-form input, #contact-content .contact-form textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  color: #333333;
  font-size: 15px;
  /* font-style: italic; */
  height: 45px;
  padding-left: 25px;
  width: 100%;
  font-family: "PT Serif",serif;
  outline:none;
      margin-bottom: 8px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
#contact-content .contact-form input:focus, #contact-content .contact-form textarea:focus {
    border-color: #e86a1e;
    box-shadow: 0 0 2px #e86a1e;
}
#contact-content .contact-form input:focus{
  border:1px solid #bbdf48;   
}
#contact-content .contact-form textarea:focus{
  border:1px solid #bbdf48; 
}
#contact-content .contact-form label.error {
    display: none !important;
}
#contact-content .contact-form input.error,
#contact-content .contact-form textarea.error {
    border-color: red;
}
#contact-content .contact-form textarea {
    height: 200px;
    padding-top: 15px;
}
#contact-content  .success {
    color: #e86a1e;
    font-size: 16px;
}
.contact-submit-button {
    padding: 0px 24px;	
	background: #252525 none repeat scroll 0 0;
    border-radius: 5px;
    /* display: inline-block; */
    margin-top: -55px;
    position: absolute;
    right: 55px;
    border: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.contact-submit-button:hover {
    background: #e86a1e;
}
.contact-submit-button:hover span {
    border-color: transparent;
}
.contact-submit-button:hover i {
    color: #fff;
    border-color: #fff;
}
.contact-submit-button span {
  border-right: 1px solid #000000;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-weight:600;
  font-size: 14px;
  line-height: 40px;
  padding-left: 22px;
  padding-right: 18px;
  text-transform: uppercase;
}
.contact-submit-button .fa {
  border-left: 1px solid #404040;
  color: #e86a1e;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 40px;
  padding-left: 14px;
  padding-right: 14px;
}
#contact-content .contact-info h3,
#contact-content .contact-info ul li h4 {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}
#contact-content .contact-info p {
    font-size: 14px;
    line-height: 26px;
    color: #8E8D8D;
    font-weight: 500;
    margin-bottom: 30px;
}
#contact-content .contact-info ul li img {
    float: left;
    margin-right: 15px;
}
#contact-content .contact-info ul li .content {
    float: left;
    width: 60%;
}
#contact-content .contact-info ul li h4 {
    margin-bottom: 0;
}
.google-map {
    margin-top: 60px;
    width: 100%;
    height: 440px;
}
/**
* Pricing Content Styles.
**/