/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap&subset=latin-ext');

/*
font-family: 'Bebas Neue', cursive;
font-family: 'Bebas';
*/


* {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
}

body, html {
    height: 100vh;
    font-size: 14px;
    line-height: 24px;


}

h1, h2, h3, h4, h5 {
    font-weight: 700;
    margin:0;
    font-family: 'Bebas Neue';
}
h1{
font-family: 'Bebas';
font-style: normal;
font-weight: normal;
font-size: 140px;
line-height: 87.1%;
}
h2{
font-family: 'Bebas';
font-style: normal;
font-weight: normal;
font-size: 58px;
line-height: 143.2%;
}
h3{
font-family: 'Bebas';
font-style: normal;
font-weight: normal;
font-size: 26px;
line-height: 31px;
}

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

ul {
    list-style: none;
    margin: 0;
}

html {
  scroll-behavior: smooth;
}

.wraper {
    overflow: hidden;
}
p{
    font-family: 'Open Sans';
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 173.2%;
}

/*============ Top Area ==================*/

.header-fix.active {
}

header.header-fix {
    background: rgb(22,22,23);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(22,22,23,1)), color-stop(46%, rgb(30, 31, 33)), to(rgb(42, 44, 48)));
    background: -o-linear-gradient(bottom, rgba(22,22,23,1) 0%, rgb(30, 31, 33) 46%, rgb(42, 44, 48) 100%);
    background: linear-gradient(0deg, rgba(22,22,23,1) 0%, rgb(30, 31, 33) 46%, rgb(42, 44, 48) 100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 20px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    opacity: .97;
    border-bottom: 1px solid #A4B0BE;
}

.main-menu .navbar-brand {
    font-weight: bold;
    color: #FF4422;
    font-size: 24px;
    display: block;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.main-menu  .navbar-nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 90px;
}

.main-menu .navbar-nav li.nav-item:last-child {
    margin-left: auto;
    margin-right: 0;
    margin-top: 3px;
}

.main-menu .navbar-nav li.nav-item a.nav-link {
    padding: 0;
    display: block;
    line-height: 1;
    margin: 0;
    font-size: 20px;
    color: #fff;
    position: relative;
    font-family: 'Bebas Neue';
}

.main-menu .navbar-nav li.nav-item {
    margin: 0 25px;
}

.main-menu .navbar-nav li.nav-item a.nav-link:after {
    content: "";
    position: absolute;
    left: -35%;
    width: 0%;
    bottom: -32px;
    height: 2px;
    background: #FF4422;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.main-menu .navbar-nav li.nav-item a.nav-link.active:after,
.main-menu .navbar-nav li.nav-item a.nav-link:hover:after {
    width: 160%;
}

.main-menu .navbar-nav li.nav-item:last-child a.nav-link:after {
    /*display: none;*/
}


/*============ Banner Social ==============*/

#banner {
    position: relative;
}

.single-banner {
    position: relative;
}

.banner-content {
    height: 100vh;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.banner-content h1 {
    font-size: 110px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    margin-left: -8px;
/*    letter-spacing: 3px;
    font-weight: 400;*/
}

.banner-1 {
    background: url("assets/img/hero-bg.png") no-repeat scroll top right / cover;
}

.banner-content p {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 40px;
    max-width: 400px;
}

.contact {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    border: 1px solid #fff;
    margin-right: auto;
    padding: 13px 45px;
    font-weight: bold;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 2;
}

.contact .right-arrow {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.contact .right-arrow img {
    width: 30px;
}

.contact:hover {
    color: #BB371F;
    border: 1px solid #BB371F;
}

.contact:hover span.right-arrow {
    left: 110%;
}

.main-menu .navbar-nav li.nav-item a.nav-link span.right-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 5px;
    position: absolute;
    left: 100%;
    top: 30%;

}

ul.banner-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 15%;
    right: 10%;
    margin: 0;
    padding: 0;
    z-index: 11;
}

ul.banner-social li a {
    display: block;
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    margin-top: 0;
}

ul.banner-social li a:hover {
    color: red;
    margin-top: -2px;
}

section#about-us {
    position: relative;
    padding: 150px 0 50px 0;
    background: rgba(30,34,37, 0.95);
    z-index: 1;
    margin-top: -83px;
    background: rgb(30,34,37);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(30,34,37)), color-stop(75%, rgb(30, 34, 37)), to(rgba(30, 34, 37, 0)));
    background: -o-linear-gradient(bottom, rgb(30,34,37) 0%, rgb(30, 34, 37) 75%, rgba(30, 34, 37, 0) 100%);
    background: linear-gradient(0deg, rgb(30,34,37) 0%, rgb(30, 34, 37) 75%, rgba(30, 34, 37, 0) 100%);
}

.single-about-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 15px 15px 0px;
    padding-right: 15px;
    position: relative;
}

.card-logo {
    margin-right: 30px;
}

.card-content {
    color: #DFE4EA;
}

.card-content h3 {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}

.card-content p {
    color: #CED6E0;
    font-size: 16px;
    
}
.card-content .card-padding{
    padding: 0 3rem;
}

.about-card .container {
    border-bottom: 1px solid #A4B0BE;
}

.about-card .container:after {
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    background: #FF4422;
    z-index: 1;
    content: "";
    width: 30%;
}

.about-card .container {
    position: relative;
}

section.about-slid-list {
    background: #1E2225;
    padding-bottom: 100px;
}

.about-slider {
    text-align: center;
    padding-bottom: 100px;
}

.about-slider .card-logo {
    margin: 0 0 20px 0;
}

.about-slider .card-content h3 {
    margin-bottom: 40px;
}

.about-slider .card-content p {
    margin: 0;
}

/*About Slider*/

.aboutslide.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.aboutslide.owl-carousel  .owl-nav {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}

.aboutslide.owl-carousel .owl-nav button {
    margin: 0 15px;
    outline: none;
}


.banner-sliders.owl-carousel  .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 30px;
    
}

.banner-sliders.owl-carousel .owl-nav button {
    outline: none;
   
}
.banner-sliders.owl-carousel .owl-nav button img{
    width: 35px;
}

.service-title {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*align-items: center;*/
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 75px;
}

.service-text {
    padding: 100px 0;
    background: url("assets/img/bg-02.png") no-repeat scroll top left / cover;
    position: relative;
    z-index: 1;
}

.service-text:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    /* background: rgb(45,31,37);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(45,31,37,1)), color-stop(35%, rgba(34, 33, 37, 0.19)), color-stop(50%, rgba(30, 34, 37, 0)), color-stop(65%, rgba(35, 33, 37, 0.17)), to(rgba(45,31,37,1)));
    background: -o-linear-gradient(bottom, rgba(45,31,37,1) 0%, rgba(34, 33, 37, 0.19) 35%, rgba(30, 34, 37, 0) 50%, rgba(35, 33, 37, 0.17) 65%, rgba(45,31,37,1) 100%);
    background: linear-gradient(0deg, rgba(45,31,37,1) 0%, rgba(34, 33, 37, 0.19) 35%, rgba(30, 34, 37, 0) 50%, rgba(35, 33, 37, 0.17) 65%, rgba(45,31,37,1) 100%); */
}

.section-title  {
    font-size: 48px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.section-title span {
    color: #FF4422;
}

.service-desc p {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}

.service-desc {
    padding-left: 30px;
}

.about-card {
    display: flex;
    border-bottom: 1px solid #A4B0BE;
}

.about-card a {
    flex-basis: 33.3333%;
    padding: 0 15px;
    position: relative;
}

.about-card a:after {content: "";position: absolute;top: 100%;left: 0;width: 0%;height: 2px;background: #FF4422;transition: .3s;}

.about-card a.active:after {
    width: 101%;
}


/*----------------------*/

.skill-head {
    padding-top: 100px;
    background: #1E2225;
}

.skill-text {
    text-align: center;
}

.skill-text p {
    color: #fff;
    margin-top: 30px;
}

.skill-slid-area {
    padding-top: 50px;
    background: #1E2225;
}

.single-skill img {
    display: block;
    width: 75px !important;
    margin: 0 auto;
}

.single-skill {
    text-align: center;
    background: #FF4422;
    padding: 25px 0;
}

.single-skill h3 {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-bottom: 29px;
}

.single-skill h3:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 30px;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    height: 1px;
    background: #1E2225;
}

.skill-img {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.skill-slide-list.owl-carousel.owl-loaded.owl-drag {
    padding-bottom: 75px;
}

.skill-slide-list.owl-carousel  .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.skill-slide-list.owl-carousel .owl-nav button {
    margin: 0 15px;
    outline: none;
}

.skill-slide-list.owl-carousel .owl-stage-outer {
    overflow: visible;
}


/*=============== PortFolio ====================*/

section#portfolio {
    padding: 100px 0;
    background: #1E2225;
    padding-bottom: 0;
}

.section-head {
    text-align: center;
    margin-bottom: 100px;
}

.single-portfolio {
    position: relative;
    z-index: 1;
}

.portfolio-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

a.project-name {
display: block;
line-height: 1;
font-family: 'Bebas';
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 143.2%;
text-transform: capitalize;
color: #DFE4EA;
padding: 35px 35px 35px 15%;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
text-transform: uppercase;
}

.prot-img:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgb(45,31,37);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(45, 31, 37, 0.87)), color-stop(63%, rgba(30, 34, 37, 0)), to(rgba(30, 34, 37, 0)));
    background: -o-linear-gradient(bottom, rgba(45, 31, 37, 0.87) 0%, rgba(30, 34, 37, 0) 63%, rgba(30, 34, 37, 0) 100%);
    /* background: linear-gradient(0deg, rgba(45, 31, 37, 0.87) 0%, rgba(30, 34, 37, 0) 63%, rgba(30, 34, 37, 0) 100%); */
    background: linear-gradient(180deg, rgba(30, 34, 37, 0) 0%, #1E2225 100%);
}

.prot-img {
    position: relative;
}

.single-portfolio:hover a.project-name{
    background: #FF4422;
}


span.project-number {
    color: #FF4422;
    position: absolute;
    bottom: 100%;
    left: 15%;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    line-height: 1;
    display: block;
    margin-left: 9px;
    font-size: 20px;
    font-family: 'Bebas';
    margin-bottom: 40px;
}

span.project-number:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #FF4422;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 5px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.single-portfolio:hover span.project-number:after {
    background:#fff;
}
 
.single-portfolio:hover span.project-number {
    color:#fff;
}


.portfolio-sliders.owl-carousel  .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    padding-top: 100px;
}

.portfolio-sliders.owl-carousel .owl-nav button {
    margin: 0 15px;
    outline: none;
}

.portfolio-sliders.owl-carousel .owl-stage-outer {
    overflow: visible;
}


/*===================Blog Area=====================*/


section#testmonial-area {
    padding:  100px 0  70px 0;
    background: #1E2225;
}

.single-blog-card {
    background: #292D30;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 0;
}

.single-blog-card:hover {
    margin-top: -5px;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(255, 255, 255, 0.14);
            box-shadow: 0px 5px 13px 0px rgba(255, 255, 255, 0.14);
}

.card-number {
    display: inline-block;
    padding: 17px 13px;
    color: #fff;
    background: #FF4422;
    font-size: 58px;
    line-height: 1;
    margin: 0;
    margin-bottom: 30px;
    margin-top: -50%;
    font-weight: 500;
}


.cardtitle {
    font-size: 30px;
    color: #DFE4EA;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.skill-text.blog-text {
    margin-bottom: 110px;
}

.single-blog-card p {
    font-size: 16px;
    color: #CED6E0;
}

.service-text.blog-text {
    background: url(assets/img/bg-03.png) no-repeat scroll top left / cover;
}

/*==============Contact==============*/

section#contact {
    padding: 150px 0;
    background: #1E2225;
}

.skill-text.contact-text {
    margin-bottom: 80px;
}

.single-input input, .single-input textarea {
    display: block;
    width: 100%;
    outline: none;
    background: transparent;
    border: 0;
    font-size: 18px;
    color: #fff;
}
.single-input ::placeholder{
    font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 143.2%;
color: rgba(206, 214, 224, 0.7);

} 
}

.single-input input::-webkit-input-placeholder, .single-input textarea::-webkit-input-placeholder {
    color: #CED6E0;
}

.single-input input::-moz-placeholder, .single-input textarea::-moz-placeholder {
    color: #CED6E0;
}

.single-input input:-ms-input-placeholder, .single-input textarea:-ms-input-placeholder {
    color: #CED6E0;
}

.single-input input::-ms-input-placeholder, .single-input textarea::-ms-input-placeholder {
    color: #CED6E0;
}

.single-input input::placeholder, .single-input textarea::placeholder {
    color: #CED6E0;
}


.single-input {
    margin-bottom: 50px;
    border-bottom: 1px solid #A4B0BE;
    padding: 15px 0;
}

button.contact {
    background: transparent;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}

.contact-box {
    background: #FF4422;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #FF4422;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-bottom: 30px;
}

.contact-logo {
    margin-right: 20px;
}

.box-content h3 {
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 15px;
}

.box-content ul li, .box-content ul li a {
    font-size: 16px;
    color: #fff;
}

.contact-box:hover {
    border: 1px solid #18A0FB;
}

.contact-boxarea {
    padding-bottom: 70px;
}

/*================Footer Area ===============*/

footer.footer-area {
    background: #1c1f21;
    padding: 30px 0;
}

.foot-top-content {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

}

.footer-top {
    border-bottom: 1px solid #A4B0BE;
}

.foot-social ul.banner-social {
    position: unset;
}

.foot-bottom-content {
    line-height: 1;
    font-size: 18px;
    padding: 30px 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 143.2%;
    text-transform: capitalize;
    color: rgba(206, 214, 224, 0.7);
}


.portfolio-sliders-area .container-fluid {
    padding: 0;
}