body {
    font-family: nava_thin;
    color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: nava_bold;
        text-transform: capitalize;
}

a,
a:hover {
    text-decoration: none;
}

.padding-top {
    padding-top: 4rem;
}

.padding-bottom {
    padding-bottom: 4rem;
}

button:focus {
    outline: none;
}

.bg-dark {
    background-color: #111 !important;
}


/*Scroll to Top*/

#top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 35px;
    display: none;
    z-index: 99;
    background-color: #F15922;
    box-shadow: 0 0 0 5px rgba(232, 232, 232, 0.3);
}

#top i {
    color: #fff;
    line-height: 50px;
    transform: rotate(90deg);
    font-size: 20px;
    display: block;
}

.btn-web {
    padding: 0 15px;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    transition: all 1s;
    overflow: hidden;
    color: #111;
    padding-left: 15px;
    background-color: transparent;
    border: none;
    text-align: left;
    font-size: 18px;
    z-index: 1;
}

.btn-view:before {
    background: #f15922 !important;
}

.btn-services:hover,
.btn-view:hover {
    color: #ffffff !important;
        cursor: pointer;
}

.btn-web:hover {
    color: #111;
        cursor: pointer;
}

.btn-web i {
    padding-left: 10px;
    vertical-align: middle;
}

.btn-services {
    color: #ffffff;
}

.btn-services:before {
    background: #f15922 !important;
}

.btn-web:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #DCDFE5;
    z-index: -1;
    transform: translateX(-78%);
    transition: all 1s;
}

.btn-web:hover:before {
    transform: translateX(0);
}

.margin-top {
    margin-top: 3rem;
}


/* nav */

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0px;
    margin: 0 25px;
    transition: all 0.5s;
}

nav ul li a {
    padding: 15px;
    margin: 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

nav ul li.active a {
    opacity: 1;
}

nav ul li a {
    opacity: 0.5;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

nav ul li a:hover {
    opacity: 1;
    color: #ffffff;
}

nav.stroke ul li a,
nav.fill ul li a {
    position: relative;
}

nav.stroke ul li a:after,
nav.fill ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #F15922;
    height: 2px;
}

nav.stroke ul li a:hover:after,
nav.stroke ul li.active a::after {
    width: 100%;
}

nav.fill ul li a {
    transition: all 2s;
}

nav.fill ul li a:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
}

nav.fill ul li a:hover,
nav.fill ul li.active a {
    color: #fff;
    z-index: 1;
}

nav.fill ul li a:hover:after,
nav.fill ul li.active a::after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
}

.slider .row {
    position: relative;
}

.menu-links ul {
    padding: 0px 21px;
    align-items: center;
}

.sticky-top {
    position: fixed;
    width: 100%;
}

.navbar {
    padding: 0px;
    transition: all 0.5s;
}

.navbar-toggler {
    float: right;
}

.navbar-toggler span {
    font-size: 23px;
}

.navigation {
    background-image: linear-gradient(to right, rgb(255, 255, 255) 36%, #111 4%);
}

.collapse.navbar-collapse {
    justify-content: flex-end;
}

.logo {
    display: flex;
}

.logo a p {
    display: inline;
    color: #F15922;
    font-size:27px;
    font-weight: bold;
    font-family: titilliumtext;
    margin-left: 0px;
}

.logo a p span {
    font-size: 14px;
    display: flex;
    margin-top: -18px;
    color: #342c2a;
        font-family: Titilliumregular;
    justify-content: flex-end;
         
}

.logo img {
    width: 340px;
    margin-right: 10px;
}

.logo-slide {
    padding: 10px 30px 10px 5px;
    text-align: right;
}

.nav-contect {
    background-color: #F15922;
    width: 157px;
    height: auto;
    padding: 10px 0px;
    text-align: center;
    margin-right: 15px;
    transition: all 0.5s;
}

.nav-contect i {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: auto;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

.nav-contect p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.nav-contect a {
    color: #fff;
}


/* nav hover animation  */

@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}


/* slider */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}



.home-slider .item::before,.carousel-item::before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.home-slider {
    height: auto;
}

.home-slider .item {
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.home-slider.owl-theme .owl-nav {
    position: absolute;
    bottom: 21px;
    left: 0;
    width: 100%;
}

.home-slider .item img {
    height: 100vh;
    width: 100%;
    min-height: 100vh;
}

.carousel-control-prev,
.carousel-control-next,
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    opacity: 1;
}

.carousel-prev:hover,
.carousel-prev:focus,
.carousel-prev:hover,
.carousel-prev:focus,
.carousel-next:hover,
.carousel-next:focus,
.carousel-next:hover,
.carousel-next:focus {
    background-color: #fff;
    opacity: 1;
}

.carousel-prev,
.carousel-next {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: block;
    position: relative;
    border-radius: 50%;
}

.carousel-prev {
    opacity: 0.5;
}

.carousel-caption {
    top: calc(50% - 6rem);
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: auto;
    height: auto;
    padding: 0;
}

.carousel-control-prev,
.carousel-control-next {
    bottom: 15px;
    top: auto;
}

.carousel-control-prev {
    left: 39%;
}

.carousel-control-next {
    right: 39%;
}

.carousel-next {
    position: relative;
    opacity: 0.5;
}

.carousel-prev i,
.carousel-next i {
    font-size: 23px;
    color: #000000;
    line-height: 50px;
}

/* bootstrap slider */
.carousel-img img {
    height: 100vh;
    width: 100%;
    min-height: 100vh;
}

/* project */

.project-slider .item img {
    height: auto;
    width: 100%;
    min-height: 420px;
}

.project-slider .item {
    height: 420px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.project .heading {
    display: flex;
    justify-content: space-between;
}

.view-more-project {
    align-self: flex-end;
    margin-bottom: 10px;
}

.about-img-box {
    height: 316px;
    overflow: hidden;
    z-index: 1;
    width: 97%;
}

.about-img-box img {
    width: 97%;
    height: 316px;
    object-fit: cover;
    object-position: center;
}

.llc-img-box {
    height: 515px;
    overflow: hidden;
    z-index: 1;
}

.llc-img-box img {
    width: 95%;
    height: 520px;
    object-fit: cover;
    object-position: center;
}

.llc-img-box::before,
.about-img-box::before,
.about-build::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    background-color: rgba(248, 248, 250, 0.8);
    z-index: -1;
    top: 23px;
    left: 28px;
}

.heading h2 {
    font-size: 38px;
    margin-bottom: 15px;
    font-family: nava_bold;
}

.line-web {
    position: relative;
    width: 40px;
    height: 3px;
    background: #F15922;
    display: inline-block;
    left: 8px;
    vertical-align: middle;
}

.build-text .line-web-down,
.about-build-text .line-web-down {
    margin: initial;
    margin-top: 10px;
}

.line-web-down {
    width: 40px;
    height: 3px;
    background: #F15922;
    display: block;
    left: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.line-web-down2 {
    width: 40px;
    height: 3px;
    background: #F15922;
    display: block;
    left: 8px;
 
    margin-top: 10px;
}

.project-slider.owl-carousel.owl-drag .owl-item .item::before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.project-slider.owl-carousel.owl-drag .owl-item.active.center .item::before {
    content: '';
    position: absolute;
    background-color: transparent;
}

.project-slider.owl-carousel.owl-drag .owl-item.active.center .img-text-project {
    opacity: 1;
}

.img-text-project {
    width: 85%;
    left: 6%;
    height: auto;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    background-color: rgba(241, 89, 34, 0.6);
    padding: 16px 16px;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    color: #ffffff;
    opacity: 0;
    transition: all 1s;
    text-transform: capitalize;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 15px;
    background-color: #fff;
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
    font-size: 20px;
    line-height: 40px;
}

.project-slider.owl-theme .owl-nav {
    position: relative;
    top: -248px;
    left: 0;
}

.project-slider.owl-theme .owl-nav [class*='owl-']:hover {
    background: #F15922;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    transition: all 0.5s;
}

.home-slider.owl-theme .owl-nav [class*='owl-']:hover {
    background: #F15922;
}

.project-slider.owl-carousel .owl-nav button.owl-prev {
    left: -26%;
    position: relative;
}

.project-slider.owl-carousel .owl-nav button.owl-next {
    position: relative;
    right: -26%;
}

.builder-section {
    position: relative;
}

.builder-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7rem;
    right: 0;
    height: calc(100% - 15rem);
    width: 100%;
    background-image: linear-gradient(to right, #eee 40%, #fff 0);
}

.builders-box {
    text-align: center;
    border: 1px solid #dcdfe5;
    padding: 20px 10px 10px;
    margin: 10px;
    height: 100%;
    background-color: #ffffff;
}

.builders-box h4 {
    margin-top: 15px;
    font-size: 25px;
}

.services-boxs h5 {
    margin-top: 20px;
}

.services-boxs h4 {
    margin-top: 20px;
}

.services-boxs p {
    margin-bottom: 0px;
}

.services-boxs {
    padding: 20px 10px 20px 20px;
    transition: all 0.5s;
    min-height: 380px;
    border-bottom: 5px solid transparent;
}
.services-boxs ul li{
    font-size:16px;
}
.services-boxs:hover {
    box-shadow: 0px 6px 17px rgba(51, 45, 43, 0.08);
    background-color: #ffffff;
    border-bottom: 5px solid #f15922;
}

.services-build-img {
    position: relative;
    background-image: url(../img/services-img.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.services-build-img::before{
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.build-text {
    position: relative;
    top: 4%;
    z-index: 1;
    padding: 0 36px;
    color: #ffffff;
}

.reputation-section {
    padding-bottom: 6rem;
}

.slide__content p {
    font-size: 40px;
    margin-bottom: 0px;
    font-weight: 600;
}

.slide__content {
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.48));
    padding: 20px 30px;
        padding-bottom: 30px;
}
.wec-spn .slide__content{
    padding-bottom: 25px;
}

.slider-title span,
.slider-title {
    font-size: 40px;
   /** margin-top: 1.5rem;
    margin-bottom: 1rem;**/
    line-height: 60px;
    padding: 14px 0;
}

h1>span {
   
    border-bottom: 1px solid #888;
}
.wec-spn h1>span{
        border-top: 1px solid #888;
}
.slide__content>span:last-child {
    font-size: 22px;
   /** margin-top: 1.5rem;**/
    display: block;
    font-weight: 600;
}

.line-slider {
    width: 100%;
    height: 3px;
    border-bottom: 1px solid #ffffff;
    display: block;
    z-index: 1;
}


/* footer */

.certificate {
    background-color: #F15922;
    color: #ffffff;
    padding: 10px 30px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: -10rem;
    left: 0;
}

.certificate-img {
    width: 9%;
}

.certificate-text {
    margin: auto 0;
    padding-bottom: 10px;
}

.certificate-text p {
    font-size: 18px;
    margin-bottom: 0px;
}

footer {
    background-color: #111;
}

.footer {
    padding-top: 4rem;
    padding-bottom: 1rem;
    background-image: url(../img/footer-bg.svg);
}

footer .nav li a {
    color: #ffffff;
    transition: all 0.5s;
    font-size: 18px;
       
        padding: 5px 0px 5px 0px;
}
footer .nav li{
    /** border-bottom: 1px dashed rgba(255, 252, 252, 0.45); **/
}
footer .nav li a:hover {
    opacity: 0.5;
}

footer .nav {
       display: block;
    padding-right: 10px;
}

.cpy-right {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.follow {
        display: flex;
    padding: 0;
    padding-top: 10px;
}
.follow-footer{
    padding-top: 3.5rem;
}
.follow-footer h4{
    margin-bottom:0.2rem !important;
}
.follow li {
    list-style: none;
    padding:10px 15px 10px 0px;
}

.follow li a {
    text-decoration: none;
    background-color: #707070;
    width: 34px;
    height: 34px;
    text-align: center;
    display: block;
    line-height: 38px;
    border-radius: 4px;
    transition: all 0.5s;
}

.follow li a:hover {
    background-color: #F15922;
    transform: scale(1.2);
}


/* slider-page */

.slider-block {
    padding-top: 14rem;
    padding-bottom: 7rem;
    width: 100%;
    position: relative;
    text-align: center;
    background-size: cover;
}

.slider-block::before {
    content: '';
    position: absolute;
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.2));
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider-block h1 {
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-size: 60px;
}

.form {
    margin-top: 1.5rem;
}

.form-group {
    position: relative;
}

.form-group+.form-group {
    margin-top: 30px;
}

.form-label {
    position: absolute;
    left: 0;
    top: 10px;
    color: #949EB2;
    background-color: #fff;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused .form-label {
    transform: translateY(-125%);
    font-size: 15px;
}

.form-input {
    position: relative;
    padding: 20px 0px 12px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #949EB2;
    transition: box-shadow 150ms ease-out;
}

.form-input:focus {
    box-shadow: 0 2px 0 0 #F15922;
}

.form-input.filled {
    box-shadow: 0 2px 0 0 red;
}

.get-in-touch ul {
    display: flex;
    text-align: center;
    list-style: none;
    padding: 0px;
    justify-content: space-between;
}

.get-in-touch ul li span {
    font-size: 45px;
}

.get-in-touch ul li p,
.get-in-touch ul li a {
    color: #111;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    transition: all 0.5s;
}

.get-in-touch ul li a:hover {
    color: #F15922;
}

.get-in-touch ul li {
    padding-left: 20px;
}

.client-slider .item .img-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.client-slider .item img {
    padding: 10px;
}

.client-slider .item:hover .img-hover {
    display: inherit;
}

.client-slider .item {
    transition: all .3s ease-in-out;
    position: relative;
    display: block;
    border: 2px solid #dcdcdc;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    display: block;
    border: 2px solid #dcdcdc;
}

.client-slider .item:hover {
    border-left-color: #333;
    border-right-color: #333;
}

.client-slider .item::before,
.client-slider .item::after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute;
    display: block;
    content: '';
    left: -2px;
    width: calc(100% + 4px);
    height: 2px;
    background-color: #333;
}

.client-slider .item::before {
    top: -2px;
}

.client-slider .item::after {
    bottom: -2px;
}

.client-slider .item:hover::before,
.client-slider .item:hover::after {
    webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* about page */

.dream-section {
    padding-bottom: 6rem;
}

.about-build {
    height: 670px;
    position: relative;
}

.about-build img {
    width: 540px;
    height: 670px;
    object-fit: cover;
    object-position: center;
}

.about-build-text {
    color: #ffffff;
}

.about-build-text::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f15922;
    top: -23%;
    z-index: -1;
}

.about-build-text .heading {
    width: 80%;
}

.about-build {
    margin-top: -30%;
}

.about-build::before {
    left: 14%;
    opacity: 0.4;
    z-index: 0;
}

.about-build img {
    position: relative;
}


/* PROJECT */

.project-detail-slider .item img {
    width: 100%;
    height: 531px;
    object-fit: cover;
    object-position: center;
}

.project-detail-slider .item {
    height: 531px;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}

.project-detail-slider.owl-theme .owl-nav {
    bottom: 9rem;
    position: absolute;
    width: 100%;
}

.project-detail-box p {
    margin-bottom: 0px;
}

hr {
    border-top: 1px solid #e1e9f8;
}

.card .card-body h5 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    margin: 0;
    margin-bottom: 12px;
    height: 41px;
}

.card-body {
    padding: 15px 13px;
}

.card-body p {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 14px;
}

.element-item .card-body {}


/* clear fix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}


/* services page */

.services-boxs ul {
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
}

.services-boxs ul li:before {
    content: "";
    color: red;
    width: 30px;
    height: 30px;
    font-weight: bold;
    display: inline-block;
       width: 1.4em;
    margin-left: -1.4em;
}

.naics-codes-section {
    text-align: center;
    padding-bottom: 6rem;
    background-color: #f8f9fa;
}

.filter-project {
    /** margin-top: -5%; **/
    margin-top: 2rem;
}


/* loader */

.loaded {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url("../img/loader.gif") no-repeat center center rgba(255, 255, 255, 1);
    transition: all 1s;
}

.card {
    height: 100%;
}

.portfolio-wrapper {
    height: 100%;
        text-transform: capitalize;
}

.portfolio img {
    height: 250px;
}

.card:hover img {
    transform: scale(1.2);
}

.project-img::after {
    content: '';
    position: absolute;
    background-image: url(../img/add.png);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    background-position: center;
    opacity: 0;
    transition: all 0.5s;
}

.card:hover .project-img::after {
    opacity: 1;
}

.project-img::before {
    content: '';
    position: absolute;
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.48));
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
}

.card:hover .project-img::before {
    opacity: 1;
}

.project-img {
    overflow: hidden;
    position: relative;
}

#portfoliolist {
    display: flex;
    flex-wrap: wrap;
}

.naics-box {
    background: #fff;
    border-right: 1px solid #eee;
}

.naics-codes-table {
    width: 100%;
}

.naics-codes-table table {
    width: 100%;
}

.naics-codes-table table tr td {
    padding: 8px 15px;
    border-bottom: 1px solid #dedede;
}

.naics-codes-table table tr td:first-child {
    border-bottom: none;
    color: #fff;
    background-color: #f15922;
    padding-left: 1.5rem;
    width: 13%;
}

.naics-codes-table table tr:first-child td {
    padding-top: 2rem;
    border-top: 1px solid #dedede;
}

.naics-codes-table table tr:last-child td {
    padding-bottom: 1.5rem;
}

.project-detail-box {
    background-color: rgba(241, 89, 34, 0.8);
    padding: 15px 15px;
    width: 95%;
    color: #ffffff;
    margin: auto;
    z-index: 111;
    margin-bottom: 11px;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal-dialog .close {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    z-index: 19;
    border-radius: 50%;
    position: absolute;
    top: -17px;
    opacity: 1;
    right: -11px;
    font-size: 29px;
}

.footer-logo {
    display: flex;
}

.footer-logo a p {
    display: inline;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: titilliumtext;
    margin-left: 0px;
}

.footer-logo a p span {
        font-size: 12.4px;
    display: flex;
    margin-top: -16px;
    color: #fff;
    font-family: Titilliumregular;
    justify-content: flex-end;
}

.footer-logo img {
    width: 56px;
    margin-right: 10px;
}

#mail-status {
    color: #f15922;
    font-weight: bold;
}


/* xl-box */

.xl-con-box {
    background-color: #fff;
   /** box-shadow: 0px 0 2px 0 rgba(0, 0, 0, 0.1), 0 0 0px 0 rgba(0, 0, 0, 0.1), 0 0px 2px 0 rgba(0, 0, 0, 0.1);**/
}

.xl-con-box-img {
    height: 120px;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}

.xl-con-box-img img {
    transition: all 1s;
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: center;
}

.xl-con-box img:hover {
    transform: scale(1.2);
}

.xl-con-box-contain {
    padding: 10px;
    min-height:366px;
}

.our-speciallization-content {
    padding: 10px;
    height: 388px;
    border: 10px solid #f1f1f1;
    background-color: #ffffff;
    position: relative;
    background-image: url(../img/Capability-Statement.png);
    background-size: cover;
    width: 100%;
}
.our-speciallization-content a{
    display: block;
    position: absolute;
    bottom: 0;
    color: #FFF;
    font-size: 20px;
    text-transform: normal;
    background:  rgba(0, 0, 0, 0.50);
    width: 100%;
    left: 0;
    right: 0;
}
.our-speciallization-content a>p{
        text-align: center;
    margin-top: 1.5rem;
}
.our-speciallization-content h3>span {
    font-family: nava_thin;
    display: block;
}

.xl-con-slider .owl-nav {
    position: absolute;
    bottom: 14rem;
    width: 100%;
}

.xl-con-slider .owl-prev {
    left: 4rem;
    position: absolute;
}

.xl-con-slider.owl-carousel:hover .owl-prev {
    left: -2rem;
}

.xl-con-slider.owl-carousel .owl-nav button.owl-prev:hover,
.xl-con-slider.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #707070;
}

.xl-con-slider.owl-carousel:hover .owl-next {
    right: -2rem;
}

.xl-con-slider.owl-carousel .owl-nav button.owl-prev,
.xl-con-slider.owl-carousel .owl-nav button.owl-next {
    opacity: 0;
    transition: all 1s;
    background-color: #F15922;
    color: #ffffff;
}

.xl-con-slider.owl-carousel:hover .owl-nav button.owl-prev,
.xl-con-slider.owl-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
}

.xl-con-slider .owl-next {
    right: 4rem;
    position: absolute;
}
.footer-cont i{
    float: left;
    width: 2.1rem;
    height: 2.1rem;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;    
    font-size:27px;
}
.footer-cont .icon-ic-call .path1:before{
        color: #fff;
}
.footer-cont ul{
        list-style: none;
}
.footer-cont  .icon-ic-call .path2:before{
       font-size: 27px;
    margin-left: 0em;
    
}
.footer-cont .icon-ic-location .path2:before{
    margin-left: 0em;
}
.footer-cont .icon-ic-email .path2:before{
     margin-left: 0em;
}
.footer-cont a,.footer-cont p{
    color:#fff;
    margin-bottom:0px;
       transition: all 0.5s;   
       margin-left: 1rem;
    display: block;
    font-size: 16px;
        align-self: center;

}
.footer-cont a:hover{
      opacity: 0.6;
}
.footer-cont li{
   padding-bottom: 0.5rem;
    padding-top: 10px;
        display: flex;
}
.footer-section h4{
    color:#fff;
    margin-bottom:1.5rem;
}

.about-right {
    padding:30px;
    background: #f5f5f5;
}
.about-right ul{    
    margin: 0;
    padding-left: 25px;
}
.about-right li{
        font-weight: bold;
    padding: 8px 0;
}
.about-content{
    margin-bottom:30px;
    
}

.xl-con-box-contain ul{
        margin-left: 18px;
    padding: 0;
        margin-bottom: 0;
}
.xl-con-box-contain ul li{
       line-height:24px;
}
.carousel {
position: relative;
width: 100%;
}
.naicslist{
    padding-left:18px;
}

.codehome{
        background: #111;
    padding: 20px;
    margin-top: 10px;
}
.codehome h4{
        font-size: 18px;
}
.codehome ul{
    margin-bottom: 0;
}
.codehome ul li{
           font-weight: bold;
           color:#fff;
}