body {
    color: #595959;
    font-family: 'rubik', sans-serif !important;
}

ul {
    list-style: none;
}

.mt-0 {
    margin-top: 0;
}

.mb50 {
    margin-bottom: 50px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mb0 {
    margin-bottom: 0 !important
}

.relative {
    position: relative;
}

.clear {
    clear: both;
}

a:hover, a:focus {
    color: #fecc00;
    transition: .3s ease-out;
    text-decoration: none;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*font family*/

@font-face {
    font-family: 'rubik';
    src: url('../fonts/rubik.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubik-bold';
    src: url('../fonts/rubik-bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubik-medium';
    src: url('../fonts/rubik-medium.ttf');
    font-weight: normal;
    font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'rubik-medium' !important;
}

.spacet80 {
    padding-top: 80px;
}

.spaceb80 {
    padding-bottom: 80px;
}

.spacet60 {
    padding-top: 60px;
}

.spaceb60 {
    padding-bottom: 60px;
}

.bgorange {
    background: #e47917;
}

.bggray {
    background: #f9f9f9
}


.title {
    display: block;
}

header {
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
}

/*.nav-sticky{
    background: #e34120;
    padding: 2px 0 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.22);
}*/
a.logo {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin-top: 35px;
    display: block;
    font-family: 'rubik-bold';
}

a:hover.logo {
    color: #000;
    text-decoration: none;
}

.logo img {
    height: 80px;
}

.toparea {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 0;
    position: relative;
    background: #ffffff;
}

.top-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-social li {
    list-style: none;
    display: inline-block;
    padding-right: 2px;
}

.top-social li a {
    text-decoration: none;
    width: 30px;
    height: 30px;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 30px;
    border: 1px solid #f76b1c;
    background: rgb(247, 107, 28);
    border-radius: 0;
    transition: all .75s cubic-bezier(.19, 1, .22, 1);
}

.top-social li a:hover {
    text-decoration: none;
    background: #ffffff;
    color: #f76b1c;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.toplist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.toplist li + li {
    margin-left: 20px;
}

.toplist li {
    display: inline-block;
    color: #000000;
    padding-top: 5px;
}

.toplist li i {
    padding-right: 10px;
}

.toplist li img {
    padding-right: 10px;
    color: #f76b1c;
}

.toplist li a {
    display: block;
    text-decoration: none;
    color: #191919;
}

.toplist li a:hover {
    text-decoration: underline;
    color: #000000;
}


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

.header-bottom {
    /*background: #fff url('../images/rular.png') no-repeat top center;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #dbdbdb;*/
    padding-top: 10px;
    padding-bottom: 30px;
}

.get-tuch {
    display: inline-block;
}

.get-tuch > ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.get-tuch ul li h5,
.get-tuch ul li p {
    padding: 0;
    margin: 0;
}

.get-tuch i {
    display: inline-block;
    font-size: 36px;
    margin-right: 15px;
    vertical-align: bottom;
}

.get-tech-line {
    display: inline-block;
    padding: 0 15px 0 25px;
    vertical-align: top;
}

.nav_3 > ul { /*width: 100%;padding: 8px;*/
}

/*.nav_3 > ul::before {
    background: #febb17;
    content: "";
    height: 80px;
    left: -11px;
    position: absolute;
    top: -36px;
    transform: rotate(-32deg);
    -o-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    -webkit-transform: rotate(-32deg);
    -moz-transform: rotate(-32deg);
    width: 70px;
    z-index: -1;
}
.nav_3 > ul::after {
    background: #febb17;
    content: "";
    height: 80px;
    position: absolute;
    right: -11px;
    top: -36px;
    transform: rotate(32deg);
    -o-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    -webkit-transform: rotate(32deg);
    -moz-transform: rotate(32deg);
    width: 70px;
    z-index: -1;
}*/

.get-tuch ul li h5 {
    font-size: 18px;
}

.get-tuch ul li p a,
.get-tuch ul li p {
    color: #303745;
}

.nav-sticky {
    position: relative;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-sticky nav.navbar {
    /* position: absolute;
     width: 100%;
     left: 0;
     top: -8px;
     z-index: 1*/
}

header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}

.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    box-sizing: border-box;
}

.sticky .toparea {
    display: none;
}

header.sticky {
    padding-top: 0;
    padding-bottom: 0px;
    background: #ffffff;
}

nav.navbar.bootsnav {
    margin-bottom: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    border: none;
    border-bottom: solid 1px #e0e0e0;
    z-index: 9;
}

.no-background {
    background-color: transparent;
    border: none;
}

.sticky_logo {
    display: none;
}

.sticky_logo img {
    height: 60px;
}

.nav-menu-container {
    background: #e47917;
}

.toploginbtn {
    background: #da137a;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: .5rem 1.2rem
}

.toploginbtn:hover {
    background: #e47917;
    text-decoration: none;
    color: #fff
}

.menu-link li {
    text-transform: uppercase;
    position: relative;
    padding: .5rem 1rem !important;
}

.menu-link li a {
    color: #000000 !important;
    position: relative;
    padding: 0 !important;
}

.menu-link li:first-child {
    padding-left: 0;
}

/*.menu-link li a:hover {background: #969593;}
.menu-link li a.active {background: #969593;}*/

/*.menu-link li a.active::after,
.menu-link li a::after{content:'';display:block;width:0px;height:2px;background:#fff;transition: 0.2s; margin-top: 5px;}
.menu-link li a.active::after,
.menu-link li a:hover::after{width:100%;}
.menu-link li a::before {
  bottom: auto;
    top: 0;
}*/

.menu-link li > a:before {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #f76b1c;
    border-radius: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.menu-link li a.active:before,
.menu-link li > a:hover:before {
    width: 100%;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.intro {
    display: table;
    width: 100%;
    /*height:80vh;
    background: #000;*/
}

.intro .carousel-item img {
    width: 100%;
    /* height:80vh;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.30);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.intro .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.intro .carousel-content {
    text-align: left;
}

.intro .wehelp {
    font-size: 30px;
    text-transform: uppercase;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.intro h1 {
    text-transform: uppercase;
    font-family: 'segoeuib';
    font-size: 60px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;

}

.intro p, .intro h1, .intro .wehelp {
    color: #fff;
}

.intro p {
    font-size: 24px;
    line-height: 30px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    width: 60%;
}

.textred {
    color: #e12a0a !important
}

@media (max-width: 768px) {
    .intro h1 {
        font-size: 20px;
    }
}


/*@media (min-width: 1024px) {.intro p{width: 60%;}}*/

.intro .carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.intro .carousel-fade .carousel-inner .carousel-item,
.intro .carousel-fade .carousel-inner .active.carousel-item-left,
.intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

.intro .carousel-fade .carousel-inner .active,
.intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

.intro .carousel-fade .carousel-inner .carousel-item-next,
.intro .carousel-fade .carousel-inner .carousel-item-prev,
.intro .carousel-fade .carousel-inner .active.carousel-item-left,
.intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.intro .carousel-control-prev, .intro .carousel-control-next {
    width: 10%;
}

@media (min-width: 1024px) {
    .intro .carousel-control-prev, .intro .carousel-control-next {
        width: auto;
        opacity: 100;
        z-index: 1;
    }
}

.intro .carousel-control-next-icon, .intro .carousel-control-prev-icon {
    font-size: 30px;
    line-height: 50px;
    background: #da137a;
    width: 50px;
    height: 50px;
    color: #fff;
    transition: all 0.5s;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.intro .carousel-control-next-icon:hover, .intro .carousel-control-prev-icon:hover {
    background: #e47917;
}

.intro .carousel-indicators li {
    cursor: pointer;
}

a.aboutbtn {
    border: none;
    display: inline-block;
    color: #f76b1c;
    border-bottom: 2px solid #f76b1c;
}

a:hover.aboutbtn {
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid #000
}

/*.aboutbtn:focus,
.aboutbtn:hover::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    color: #fff;
    outline: none;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.aboutbtn span {
    display: block;
    position: relative;
    color: #fff;
    z-index: 1;
    background: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.aboutbtn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #303745;
    z-index: 0;
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}*/

/*** 

====================================================================
    Section Title
====================================================================

***/

.sec-title {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}

.sec-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 4px;
    background-color: #febb17;
    content: '';
}

.sec-title:after {
    position: absolute;
    left: 10px;
    top: 0;
    height: 40px;
    width: 2px;
    background-color: #303745;
    content: '';
}

.sec-title .title {
    position: relative;
    display: block;
    color: #febb17;
    font-weight: 700;
    top: -4px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 34px;
    line-height: 1.2em;
    color: #1a1d1f;
    font-weight: 700;
    text-transform: uppercase;
}

.sec-title .text {
    position: relative;
    font-size: 18px;
    line-height: 29px;
    color: #888;
    font-weight: 300;
    margin-top: 18px;
}

.sec-title.light h2 {
    color: #fff;
}


/*image*/
.video-box {
    position: relative;
}

/*.video-box:after {
    position: absolute;
    right: -30px;
    top: 30px;
    height: 100%;
    width: 100%;
    border: 1px solid #232122;
    content: "";
    z-index: 1;
}*/
.video-box:before {
    position: absolute;
    left: -30px;
    top: -30px;
    height: 100%;
    width: 100%;
    border: 3px solid #febb17;
    content: "";
}

.image {
    position: relative;
    margin: 0;
    z-index: 9;
}

.image img {
    display: block;
    width: 100%;
    height: auto;
}


.feature-block {
    display: block;
    padding-bottom: 20px;
}

.feature-block i {
    position: absolute;
    /* left: 0; */
    top: 0;
    font-size: 48px;
    line-height: 1em;
    color: #febb17;
}

.feature-block-inner {
    position: relative;
    padding-left: 70px;
}

.feature-block h5 {
    text-transform: uppercase;
}


.inner-right {
}

.inner-right h4 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.section-title2 {
    /*text-align: center;*/
    text-transform: uppercase;
    padding: 20px 0px 40px 0px;
}

.sectionline h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.sectionline h3::after {
    position: absolute;
    content: "";
    background-color: #f76b1c;
    height: 3px;
    width: 50px;
    bottom: -1px;
    left: 0;
}

.section-title2 h3 {
    color: #f76b1c;
}

.section-title2 h3 span {
    color: #232122;
}

.section-title2 .separator {
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
}

.section-title2 .separator .left {
    position: relative;
    /* height: 16px; */
    width: 8px;
    /* border-radius: 0px; */
    left: 10px;
    /* border-radius: 16px 0px 0px 16px; */
    /* background: #febb17; */
}

.section-title2 .separator .left::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 100%;
    height: auto;
    width: 50px;
    border-top: 3px solid #f76b1c;
}

.section-title2 .separator .right {
    position: relative;
    /* height: 16px; */
    /* width: 8px; */
    /* border-radius: 0px 16px 16px 0px; */
    /* background: #232122; */
    /* margin: 0px 1px; */
}

.section-title2 .separator .right::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 100%;
    height: auto;
    width: 50px;
    border-top: 3px solid #473c38;
}

.planing {
    display: block;
    position: relative;
    padding-top: 20px;
}

.planing i {
    position: absolute;
    left: 0;
    width: 60px;
    background: #f76b1c;
    height: 60px;
    line-height: 58px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

.plan-content {
    padding-left: 80px;
}

.planing:hover i {
    background: #000;
    color: #fff
}

.project-services {
    margin-top: 20px;
    background: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border: 0;
    font-weight: 400;
    position: relative;
    width: 100%;
}
.project-services:before {
    content: "";
    background: #f76b1c;
    top: -11px;
    width: calc(100% - 30px);
    height: 20px;
    position: absolute;
    left: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.project-services h4 {
    padding-bottom: 5px;
    font-size: 16px;
    margin-bottom: 5px;
}

.project-img {
    display: block;
    transition: opacity 0.35s, transform 0.35s;
    position: relative;
    overflow: hidden;
}

.project-img img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.project-services:hover .project-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.project-services:hover .project-img img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.project-content {
    position: relative;
    padding: 20px 0px 25px;
}

.inner-column {
    position: relative;
    padding-top: 50px;
    padding-left: 45px;
    padding-right: 30px;
    margin-bottom: 20px;
}

/*=======================================================================
                            Popular Property Style
=========================================================================*/


.section-title {
    text-align: center;
    padding: 20px 0px 50px 0px;
}

.single-item {
    position: relative;
    height: auto;
    width: 100%;
    margin-top: 30px;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.07);
}

.single-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: calc(100% - 50px);
    width: 100%;
    background: #fff;
    z-index: -1;
}

.popular-image {
    display: block;
}

.popular-image img {
    height: auto;
    width: 100%;
}

.popular-image figure {
    position: relative;
}

.popular-image figure ul {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.popular-image figure ul li {
    list-style: none;
    margin: 0px 0px 0px 3px;
    padding: 0;
}

.popular-image figure ul li a {
    margin: 0;
    padding: 0;
}

.popular-image figure ul li a i {
    height: 30px;
    width: 30px;
    background: #0a0a0a;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    border-radius: 2px;
}

.popular-image figure img {
    height: auto;
    width: 100%;
    -webkit-box-shadow: 15px 0px 20px -5px rgba(241, 241, 241, .25);
    box-shadow: 15px 0px 20px -5px rgba(241, 241, 241, .25);
}

.popular-text {
    position: relative;
    height: 100%;
    padding: 20px 5px 10px 0px;
    overflow: hidden;
}

.popular-text h6 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.popular-property .single-item:hover .popular-text h6 {
    color: #febb17;
}

.popular-text h6 i {
    margin-right: 15px;
}

.popular-text p {
    line-height: 24px;
    padding-bottom: 10px;
}

.popular-text span {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 100%;
    /* color: #151617; */
    /* background: #ffffff; */
    /* font-size: 18px; */
    font-weight: 600;
    line-height: 24px;
    padding: 14px 14px 14px 0px;
    -webkit-box-shadow: -1px -5px 15px rgba(0, 0, 0, .03);
    box-shadow: -1px -5px 15px rgba(0, 0, 0, .03);
    z-index: 1;
}

.popular-text a {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    width: 100%;
    color: #fff;
    /* font-size: 16px; */
    /* font-weight: 600; */
    padding: 14px;
    background: #febb17;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    z-index: 3;
}

.popular-property .single-item:hover .popular-text a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    color: #fff;
}


.project-carousel {
}

.project-carousel .owl-nav, .project-carousel .owl-dots {
    margin-top: 40px;
    text-align: center;
}

.project-carousel .owl-next {
    position: absolute;
    right: -35px;
    top: 40%;
}

.project-carousel .owl-prev {
    position: absolute;
    left: -35px;
    top: 40%;
}

.project-carousel .owl-next,
.project-carousel .owl-prev {
    background: #f76b1c;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    transition: all .3s ease;
    line-height: 35px;
    border-radius: 100%;
    opacity: 0;
    border: 2px solid #fff;
}

.project-carousel:hover .owl-next,
.project-carousel:hover .owl-prev {
    opacity: 1;
}

.project-carousel:hover .owl-next {
    right: -5px;
}

.project-carousel:hover .owl-prev {
    left: -5px;
}

.project-carousel .owl-prev:hover, .project-carousel .owl-next:hover {
    background: #e47917;
}

.project-carousel .owl-dot {
    height: 12px;
    width: 12px;
    background: #cacaca;
    border-radius: 0;
    margin: 0px 6px;
    display: inline-block;
}

.project-carousel .owl-dot.active {
    position: relative;
}

.project-carousel .owl-dot.active:before {
    position: absolute;
    left: -37%;
    bottom: -37%;
    width: 180%;
    height: 180%;
    content: "";
    border: 1px dashed #03a9f4;
    border-radius: 0%;
    text-align: center;
}

.project-carousel .owl-dot.active {
    background-color: #03a9f4;
}

/*achivement*/
.achivement {
    background: url(../images/backgroud-1-2.jpg) no-repeat center center;
    z-index: 0;
    background-size: cover;
    width: 100%;
    position: relative;
    background-attachment: fixed;
    color: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
}

.achivement:after {
    content: '';
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.font-size-70 {
    font-size: 70px;
}

.request-quote {
    width: 100%;
    background: #303745;
    color: #fff;
    margin-top: 30px;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.07);
    border-radius: 4px
}

.quote-title {
    margin-bottom: 30px;
}

.requestform .form-group {
}

.requestform { /*padding: 40px; */
}

.requestform select {
    height: 40px !important
}

.requestform textarea {
    height: 80px !important;
    resize: none;
}

.requestform textarea,
.requestform select,
.requestform input {
    width: 100%;
    height: 40px;
    border-radius: 0;
    background: #fff;
    color: #000;
    border-bottom: 1px solid #535353 !important;
    border: 0;
}

.requestform input[type=radio],
.requestform input[type=checkbox] {
    height: 100%;
    border-radius: 0;
    width: auto;
    border: 0;
    margin-top: -3px;
}

.requestform .form-check {
    padding-bottom: 10px;
}

.requestform .form-control:focus {
    color: #000;
    background: #ebebeb;
    border-bottom: 1px solid #473c38 !important;
    border: 0;
    box-shadow: none;
}

.submitbtn {
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff;
    width: 100%;
    outline: 0;
    background: #f76b1c;
    transition: all 0.5s;
}

.submitbtn:focus,
.submitbtn:hover {
    text-decoration: none;
    background: #000000;
    color: #fff;
    outline: 0;
}

.counter {
    text-align: center;
    padding-top: 20px;
}

.counter strong {
    display: table;
    font-size: 36px;
    margin: 0 auto;
    color: #fff;
}

.counter span {
    position: relative;
    display: block;
    color: #eee;
    text-transform: uppercase;
}

/*** 

====================================================================
    Page Title
====================================================================

***/

.page-title {
    position: relative;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 180px 0px 0px;
}

.page-title:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.55);
}

.title-box {
    position: relative;
    padding: 30px 50px 35px;
    z-index: 10;
    display: inline-block;
    /*background-color: rgba(255, 255, 255, 0.10);*/
}

.title-box h2 {
    position: relative;
    color: #fff;
    font-size: 48px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.title-box ul {
    position: relative;
    padding: 0;
    margin: 0;
}

.title-box ul li {
    position: relative;
    color: #f76b1c;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-right: 25px;
}

.title-box ul li:after {
    content: '\f105';
    position: absolute;
    right: -17px;
    top: 0px;
    color: #fff;
    font-family: 'FontAwesome';
}

.title-box ul li:last-child:after {
    display: none;
}

.title-box ul li:last-child {
    margin-right: 0px;
}

.title-box ul li a {
    position: relative;
    color: #fff;
}

/*heading*/
.subheading {
    font-weight: 800;
    font-size: 18px;
    display: block;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.3);
    position: relative;
}

/**/


/*About*/
.services-2 {
    width: 100%;
}

.services-2 h3 {
    font-size: 20px;
}

.services-2 .icon {
    line-height: 1.3;
    position: relative;
    width: 74px;
    height: 74px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    margin-top: 0;
}

.services-2 .icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    border: 2px dotted #b3b3b3;
    border-bottom: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    width: 74px;
    height: 74px;
}

.services-2 .icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    right: 0;
    content: '';
    background: #f76b1c;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    width: 40px;
    height: 40px;
}

.services-2 .icon span {
    font-size: 70px;
    color: #000;
}

.services-2 .text {
    margin-left: 2em;
}

.services-2:nth-child(1) {
    background: rgba(0, 0, 0, 0.05);
}

.services-2:nth-child(2) {
    background: #f76b1c;
}

.services-2:nth-child(2) .icon:after {
    border-color: #fff !important;
}

.services-2:nth-child(2) .icon:before {
    background: #fff !important;
}

.services-2:nth-child(3) {
    background: #0e0e0e;
}

.services-2:nth-child(3) .icon:before {
    background: rgba(255, 255, 255, 0.1) !important;
}

.services-2:nth-child(3) .icon span {
    color: #f76b1c !important;
}

.services-2:nth-child(3) .text {
    color: rgba(255, 255, 255, 0.8);
}

.services-2:nth-child(3) .text h3 {
    color: #fff;
}

.testimonials-carousel {
}

.testimonials-carousel .owl-nav, .testimonials-carousel .owl-dots {
    margin-top: 20px;
    margin-left: 15px;
}

/*.testimonials-carousel .owl-next{position: absolute;right: -35px;top: 20%;}
.testimonials-carousel .owl-prev{position: absolute;left: -35px;top: 20%;}*/
.testimonials-carousel .owl-next,
.testimonials-carousel .owl-prev {
    background: #f37835;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    transition: all 0.5s;
}

.testimonials-carousel .owl-prev:hover, .testimonials-carousel .owl-next:hover {
    background: #febb17;
}

.testimonials-carousel .owl-dot {
    height: 12px;
    width: 12px;
    background: #b3b3b3;
    border-radius: 0;
    margin: 0px 2px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #fff;
}

.testimonials-carousel .owl-dot.active {
    background: #f76b1c;
    position: relative;
}

/*.testimonials-carousel .owl-dot.active:before {
    position: absolute;
    left: -36%;
    bottom: -41%;
    width: 190%;
    height: 190%;
    border-radius: 100%;
    content: "";
    border: 1px dashed #61a223;
    text-align: center;
} */


.testim {
    background: rgb(242, 242, 242);
    padding: 20px;
}

.testiminner { /*padding-top: 30px;*/
}

.testim h4 {
    padding-bottom: 10px;
}

.testim h6 {
    color: #f76b1c;
    font-weight: normal;
    margin: 0;
}

.testim span {
    display: block;
}

.person {
    display: block;
    margin-top: 20px;
}

.person img {
    width: 100px;
    height: 100px;
    border-radius: 2px;
}

.quote {
    display: block;
}

.quote i {
    font-size: 30px;
    color: #f76b1c;
}

.team {
    display: block;
    margin-top: 20px;
    color: #fff
}

.team_membar {
    display: block;
    overflow: hidden;
    position: relative;
}

.team_membar img {
    width: 100%;
    height: auto;
}

.team_content {
    background: #f76b1c;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.teamsocial {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 0;
    overflow: hidden;
    transition: all 300ms linear 0s;
}

.teamsocial li {
    display: inline-block;
}

.teamsocial li a {
    transition: all 300ms linear 0s;
    color: #fff;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    display: block;
}

.teamsocial li a:hover {
    background: #fff;
    color: #000
}

.team_membar:hover .teamsocial {
    height: 30px;
    margin-bottom: 5px
}

.team_content p {
    margin-bottom: 5px;
}

/*end about*/

/*contact*/
.contact-address {
    padding: 20px 0;
}

.contact-address i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #f76b1c;
    margin-bottom: 20px;
}

/*.contact-address h4{text-transform: uppercase;color: #7a1219;font-family:'roboto-bold';} */
.contact-address a {
    text-decoration: none;
    color: #333
}

.contact-address a:hover {
    color: #fa903c;
    text-decoration: none;
}

.contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-left: 30px;
}

.contact-address address {
    margin-bottom: 0rem;
}

/*end contact*/

/*services*/


/* Service Section  */

/* Service Section  */

.service-section {
    background-color: #f9f9f9;
}

.service-tabs {
    overflow: hidden;
}

.service-tabs li {
    margin-bottom: 45px;
    display: inline-block;
    float: none;
    margin-right: 5px;
    /* width:23.98%; */
}

.service-tabs li:last-child {
    margin-right: 0;
}

.service-tabs .nav-tabs {
    border-bottom: 0;
}

.service-tabs li a {
    color: #fff;
    display: block;
    background-color: #febb17;
    padding: 15px 20px;
    border-radius: 0;
    border: none;
    position: relative;
}

.service-tabs li a:after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 50%;
    margin-left: -18px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #febb17;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-tabs li:first-child,
.service-tabs li:last-child {
    position: relative;
}

.service-tabs li:first-child:before,
.service-tabs li:last-child:before {
    position: absolute;
    content: "";
    top: 0px;
    z-index: 1;
    /* border-top: 10px solid #f9f9f9; */
}

.service-tabs li:first-child:before {
    /* left: 0; */
    /* border-right: 280px solid transparent; */
}

.service-tabs li:last-child:before {
    right: 0;
    border-left: 226px solid transparent;
}

.service-tabs li a:hover:after,
.service-tabs li a.active:after {
    border-top: 10px solid #473c38;
    bottom: -8px;
}

.service-tabs li a:hover,
.service-tabs .nav-tabs > li a.active,
.service-tabs .nav-tabs > li a.active:focus,
.service-tabs .nav-tabs > li a.active:hover {
    color: #fff;
    background-color: #473c38;
    border: none;
    text-decoration: none;
}

.service-content .service-info {
}

.service-content .service-info h4 {
    /* color: #2c3e50; */
    /* margin-top: 0; */
    /* margin-bottom: 20px; */
    /* text-transform: uppercase; */
}

.service-structure {
    margin-top: 25px;
}

.service-structure li {
    margin-left: 40px;
    display: inline-block;
    position: relative;
}

.service-structure li:first-child {
    margin-left: 0;
}

.service-structure i {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 36px;
    color: #febb17;
    background-color: #fff;
    border: 4px solid #303745;
    -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;
}

.service-structure i:hover {
    color: #fff;
    background: #febb17;
}

.service-structure span {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.service-structure li.analysis:after,
.service-structure li.construc:before,
.service-structure li.construc:after {
    position: absolute;
    content: "";
    top: 35%;
    left: -45px;
    width: 46px;
    height: 2px;
    background-color: #f1f1f1;
}

.service-structure li.construc:after {
    left: 99px;
}

.service-structure li:first-child,
.service-structure li:last-child {
    position: relative;
    border-top: 0;
}

.service-structure li:hover:after {
    background: #febb17;
}

.service-structure li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 30px;
    height: 4px;
    z-index: 1;
}

.service-structure li.planing:before,
.service-structure li.launch:before {
    position: absolute;
    content: "";
    top: 0px;
    width: 0;
    height: 0;
}

.service-structure li.planing:before {
    border-top: 0px solid transparent;
    border-left: 90px solid #f9f9f9;
    border-bottom: 7px solid transparent;
}

.service-structure li.launch:before {
    border-top: 0px solid transparent;
    border-right: 90px solid #f9f9f9;
    border-bottom: 7px solid transparent;
}

.service-structure li.planing:after,
.service-structure li.launch:after {
    position: absolute;
    content: "";
    top: 3px;
    left: 5px;
    width: 90px;
    height: 2px;
    background: #f1f1f1;
}

.service-structure li.planing:after {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.service-structure li.launch:after {
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}

.service-info .fa-angle-double-right {
    margin-right: 10px;
}

/*end services*/

/*gallery*/
/* ==========================================================================
  Project Page Css
 ========================================================================== */


.portfoli-menu {
    margin-bottom: 40px;
    overflow: hidden;
    padding: 0;
}

.portfoli-menu li {
    float: left;
}

.portfoli-menu li + li {
    margin-left: 1px;
}

.portfoli-menu a {
    color: #fff;
    display: block;
    background-color: #f76b1c;
    padding: 10px 20px;
    text-transform: capitalize;
}

.portfoli-menu a.active,
.portfoli-menu a:hover {
    background-color: #473c38;
    text-decoration: none;
    color: #fff;
}

/*.portfoli-menu li:first-child,
.portfoli-menu li:last-child {
  position: relative;
}

.portfoli-menu li:first-child:after,
.portfoli-menu li:last-child:after {
  position: absolute;
  content: "";
    bottom: 0;
}

.portfoli-menu li:first-child:after {
  left: 0;
    border-right: 180px solid transparent;
    border-bottom: 10px solid #fff; 
}

.portfoli-menu li:last-child:after {
    right: 0;
    border-left: 180px solid transparent;
    border-bottom: 10px solid #fff;
}*/

.portfolio-two {
    margin-bottom: 50px;
}

.portfolio-two .portfolio {
    margin-bottom: 10px;
}


/* Portfolio Section */

/*.portfolio-title {
  color: #fff;
  padding-top: 55px;
  padding-bottom: 60px;
  position: relative;
  background-image: url(../images/bg/4.jpg);  
  background-position:center center;
}
*/
/*.portfolio-section .owl-nav {position: absolute;right: 20%;top: -116px;}*/

/*.portfolio-section .owl-prev,
.portfolio-section .owl-next {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
  display:block;
  text-align: center;
  color: #fff;
  background-color: #f3cc29;
}*/

/*.portfolio-section .owl-prev {right: 41px;}
.portfolio-section .owl-prev:hover,
.portfolio-section .owl-next:hover {background-color: #999;}*/
.portfolio-title .section-title {
    margin-bottom: 0;
}

.portfolio-title .overlay {
    background-color: rgba(54, 72, 89, 0.92);
}

.portfolio-slider .portfolio {
    overflow: hidden;
}

.portfolio-item {
    position: relative;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 55, 69, 0.79);
    border: 20px solid #f76b1c;
    opacity: 0;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.portfolio:hover .portfolio-overlay {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.portfolio-info {
    color: #fff;
    font-size: 13px;
    text-align: center;
    position: absolute;
    width: 280px;
    height: 130px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -140px;
}

.portfolio-info h4 {
    font-size: 18px;
}

.portfolio-icons {
    position: absolute;
    right: 1px;
    bottom: 1px;
}

.portfolio-icons a {
    float: left;
    margin-left: 1px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #2c3e50;
    background-color: #f76b1c;
    -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;
}

.portfolio-icons a:hover {
    color: #fff;
    background: #473c38
}

a, .portfolio-overlay, .owl-prev, .owl-next, a:after, a:before, .btn.btn-primary i, .features-info i {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*end gallery*/

footer {
    background: #1a1a1a url('../images/footerbg.png') no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
}

.flogo {
    font-size: 30px;
    padding-top: 5px;
    color: #febb17;
}

.flogo img {
    height: 50px;
}

.footerdivider {
    position: relative;
    padding: 0px 0 40px;
    border-top: 1px solid #555;
    clear: both;
    width: 100%;
    margin-top: 40px;
}

.fotitle {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px; /* padding-top: 10px; */
    color: #999;
    text-transform: uppercase;
    font-size: 18px;
}

.fotitle:after {
    content: "";
    position: absolute;
    left: 0;
    background: #f76b1c;
    height: 2px;
    width: 80px;
    bottom: 0;
}

.address-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.address-list li {
    display: block;
    padding: 0px 0px 15px 30px;
    position: relative;
    color: #999;
}

.address-list li i {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #ff5c00;
}

.address-list li a {
    text-decoration: none;
    color: #999;
}

.address-list li a:hover {
    text-decoration: none;
    color: #febb17;
}

.address-list li img {
    position: absolute;
    left: 0;
    top: 16px;
}

.f1-list {
    padding: 0;
    margin: 0;
}

.f1-list li {
    list-style: none;
    padding-bottom: 8px;
    position: relative;
    display: block;
    padding-left: 15px;
}

.f1-list li a {
    color: #999;
    text-decoration: none;
    display: block;
}

.f1-list li a:hover {
    color: #febb17;
    text-decoration: none;
}

.f1-list li a:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.printmedia {
    padding: 0;
    margin: 0;
    list-style: none;
}

.printmedia li {
    display: inline-block;
    margin: 0 5px 5px 0;
}

.printmedia li a {
    border-radius: 4px;
    display: inline-block;
}

.printmedia li a img {
    width: 110px;
    height: auto;
}

.subscribe-form input {
    color: #000 !important;
    height: 100%;
    padding-left: 15px;
    width: 100%;
    height: 50px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #999;
}

.subscribe-form > button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px;
    outline: 0;
    font-size: 20px;
    border: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    background-color: #f76b1c;
    display: block;
}

.subscribe-form > button:hover {
    background: #e47917;
    color: #fff;
}

.subscribe-form {
    position: relative;
}

.subscribe-form input:focus {
    background: transparent;
    box-shadow: none;
    border-color: #fff;
}

.subscribe-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
}

.subscribe-form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}

.subscribe-form .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #999;
}

.subscribe-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #999;
}


.fo-social {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 10px;
}

.fo-social li {
    list-style: none;
    display: inline-block;
}

.fo-social li a {
    text-decoration: none;
    width: 35px;
    height: 35px;
    color: #999;
    display: block;
    text-align: center;
    border-radius: 100%;
    /* background: #fa903c; */
    line-height: 35px;
    border: 0;
}

.fo-social li a:hover {
    text-decoration: none;
    color: #fff;
    background: #febb17;
}

.back-to-top {
    border-radius: 2px;
    border: 0;
    bottom: 10px;
    color: #fff !important;
    display: none;
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    background: #f76b1c;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 36px;
    z-index: 4;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.back-to-top:hover {
    background-color: #473c38;
    color: #fff;
    display: block;
}

.fleft {
    text-align: left;
}

.fright {
    text-align: right;
}

.copyright {
    background-color: #101010;
    padding-top: 20px;
    color: #999;
}

.copyright a {
    color: #999;
    text-decoration: underline;
}

.copyright a:hover {
    color: #febb17;
    text-decoration: none;
}

.navbar-toggler2 {
    position: absolute;
    right: 0;
    top: -60px;
}

@media (max-width: 768px) {
    .header-bottom {
        background: transparent;
        position: static;
    }

    .get-tech-line, .get-tuch {
        display: none;
    }

    .fleft, .fright {
        text-align: center;
    }

    .footer_heading {
        padding-top: 20px;
    }

    .popular-text span, .popular-text {
        padding-left: 20px;
    }

    .font-size-70 {
        font-size: 40px;
        text-align: center;
    }

    .request-quote {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .project-carousel .owl-next {
        position: absolute;
        right: 35px;
    }

    .project-carousel .owl-prev {
        position: absolute;
        left: 35px;
    }

    .toparea {
        padding-bottom: 5px;
    }

    a.logo {
        margin-top: 20px;
    }

    .contact-phone {
        padding-left: 0;
        border-left: 0px solid #ddd;
        border-right: 0px solid #ddd;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
}

@media (max-width: 991px) {
}
/*--------Updated Css-----------*/
.main_header {
    padding: 0px !important;
}

.toparea .toplist li {
    padding: 0px !important;
}

.sticky .main_header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}

.slider_li .slotholder {
    position: relative;
}

.slider_li .slotholder:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
}

.slotholder {
    position: relative !important;
}

.pre-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ff5e10;
    z-index: 999999999;
    left: 0;
    top: 0;
    transition: .5s all;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.scale0 {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -300px 0;
    }
}

@-moz-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -300px 0;
    }
}

@-webkit-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -300px 0;
    }
}

@-ms-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -300px 0;
    }
}

@-o-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -300px 0;
    }
}

.about_jp {
    position: relative;
    width: 100%;
    padding: 70px 0px;
}

.about_image {
    width: 90%;
    left: 10%;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.about_image img {
    width: 100%;
}

.about_image:after {
    position: absolute;
    width: 75%;
    height: 98%;
    background-color: #f76b1c;
    left: -10%;
    top: 10%;
    z-index: -1;
    content: "";
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.m-about-years {
    display: inline-block;
    padding: 20px;
    border-left: 10px solid #f76b1c;
    background-image: url("../images/line.png");
    background-position: 0px 0px;
    animation: animatedBackground 10s linear infinite;
    -moz-animation: animatedBackground 10s linear infinite;
    -webkit-animation: animatedBackground 10s linear infinite;
    -ms-animation: animatedBackground 10s linear infinite;
    -o-animation: animatedBackground 10s linear infinite;
    margin-bottom: 30px;
}

.large-title {
    display: inline-block;
    font-weight: 900;
    line-height: 60px;
    font-size: 68px;
    color: #f76b1c;
}

.large-title-info {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
}

.author-info {
    display: table;
    width: 100%;
}

.author-signature, .author-name {
    display: table-cell;
    vertical-align: middle;
}

.about_txt {
    margin: 30px 0px 20px 0px;
}

.site_btn {
    display: inline-block;
    margin-top: 20px;
}

.m-about-containt {
    padding: 30px 0px 0px 30px;
}

.counter-bg {
    position: relative;
    background-image: url(../images/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 9;
    padding: 80px 0px 90px;
    text-align: center;
    margin-top: 100px;
}

.counter-bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(44, 70, 79, 0.5);
    z-index: -1;
}

.counter-col h4 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
}

.counter-col i {
    font-size: 40px;
    color: #f76b1c;
    margin-right: 10px;
}

.counter-col {
    position: relative;
}

.timer {
    font-size: 30px;
    color: #fff;
    font-family: fantasy;
    letter-spacing: 2px;
}

.counter-col:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
}

.counter-img {
    text-align: left;
    border-right: none;
}

.counter-img img {
    position: absolute;
    left: 70px;
    bottom: -90px;
    width: 160px;
}

.counter-img:after {
    opacity: 0;
}

.planing-view {
    padding: 10px;
    background: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border: 0;
    font-weight: 400;
    position: relative;
    width: 100%;
}
.planing-view iframe {
    min-height: 500px;
}
.planing_txt {
    width: 100%;
    z-index: 10;
    background: #f76b1c;
    color: #ffffff;
    padding-right: 70px;
    position: relative;
    text-align: left;
    padding: 15px 40px 15px 10px;
}
.planing_txt h4 {
    font-size: 16px;
    margin-bottom: 0px;
}
.planing_txt i {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    right: 7px;
    top: 9px;
    line-height: 30px;
    background: #ffffff;
    border-radius: 50%;
    color: #f76b1c;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.feature_item {
    margin-top: 20px;
    padding: 20px 30px 40px;
    border-radius: 4px;
    border: 1px solid #ddd;
    transition: all 300ms linear 0s;
    display: block;
    min-height: 450px;
    overflow: hidden;
}
.feature_item i{color: #f76b1c;font-size: 70px;margin-bottom: 10px;display: block;}
.feature_item img {margin-bottom: 35px;}
.feature_item h4 {margin-bottom: 20px;}
.feature_item p {margin-bottom: 30px;}
.feature_item:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    border-color: #fff;
}

.services-bg {
    position: relative;
    background-image: url(../images/banner-slider3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 9;
    padding: 90px 0px 90px;
    text-align: center;
    margin-top: 100px;
}

.services-bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.60);
    z-index: -1;
}

.solid-service-box {
    text-align: center;
    background: #fff;
    padding: 50px 30px;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.solid-service-box h2 {
    font-size: 48px;
    color: #727272;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.solid-service-box h3 {
    margin-bottom: 20px;
}

.solid-service-box p {margin-bottom: 20px;}

.solid-service-box .readmore {

    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: relative;
    bottom: -20px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.solid-service-box:hover {background: #f76b1c;}
.solid-service-box:hover p,
.solid-service-box:hover h3,
.solid-service-box:hover h2 {color: #fff;}

.solid-service-box:hover .readmore {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.post_s_item {position: relative;overflow: hidden; margin-top: 20px; color: #fff;}
/*.post_img {position: relative;}*/
.post_img img{width: 100%; height: auto;}
.post_img:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    transition: opacity 0.35s, transform 0.35s;
}
.post_text a{color: #fff; text-decoration: none;}
.post_text a:hover{color: #fff; text-decoration: none;}
.post_text {
    position: absolute;
    left: 40px;
    bottom: 40px;
    max-width: 355px;
}

.post_img {
    display: block;
    
    position: relative;
    overflow: hidden;
}

.post_img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.post_s_item:hover .post_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.nopadding{padding: 0}
