@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,500,500i,600,600i,700,700i');

body {
    background: #000 url('../img/body-bg.jpg') no-repeat top center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
}

.background {
    background: #000 url('/img/body-bg.jpg') no-repeat top center;
    margin: 0;
    padding: 0;
}

.themeCont {
    -webkit-box-shadow: 0px 14px 12px 5px rgba(0, 0, 0, 0.87);
    -moz-box-shadow: 0px 14px 12px 5px rgba(0, 0, 0, 0.87);
    box-shadow: 0px 14px 12px 5px rgba(0, 0, 0, 0.87);
}

.header {
    background: url('../img/header-bg2.jpg') no-repeat top center;
    background-size: cover;
    padding: 70px 0;
    /* background: #313131 url(../img/header-bg.png) repeat top center;
    background-size: cover; */
    margin: 0;
}

.add-left {
    margin-top: 10px;
    float: left;
}

.add-right {
    margin-top: 10px;
    float: right;
}

.add-left img {
    float: left;
    width: 100%;
}

.add-right img {
    float: right;
    width: 100%;
}

.logo {
    margin-top: 10px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav-new {
    background: #fccd19;
    /* background-image: url('../img/nav-bg.png'); */
    border: none;
    border-radius: 0px;
    height: 61px;
    margin-bottom: 0;
}

.nav-new {
    background-color: #000;
}

.logo img {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.logo-img {
    visibility: hidden;
}

.navbar-nav-new {
    width: 100%;
    text-align: center;
}

.navbar-nav-new li {
    display: inline-block;
    float: none;
}

.navbar-nav-new li a {
    font-family: 'Asap', sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
    display: block;
    width: 100%;
}

.navbar-nav-new li a:hover,
.navbar-nav-new li.active {}

.navbar-header {
    display: none;
}

.banner-img-about {
    position: relative;
}

.banner-img-about img {
    width: 100%;
    min-height: 200px;
}

.banner-contant-about {
    position: absolute;
    top: 25%;
    width: 100%;
}

.banner-contant-about h1 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0px;
    text-align: center;
}

/**slider css**/

/********************************/
/*          Main CSS     */
/********************************/


#first-slider .main-container {
    padding: 0;
}

#first-slider .item h5 {
    margin: 0;
    font-size: 35px;
    color: #fff;
    font-family: 'Asap', sans-serif;
    font-weight: 400;
}

#first-slider .item .quote_btn {
    font-family: 'Asap', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    background: url('../img/quote-btn.png');
    padding: 8px 68px;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 0;

}

#first-slider .slide1 h3,
#first-slider .slide2 h3,
#first-slider .slide3 h3,
#first-slider .slide4 h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

#first-slider .slide1 h4,
#first-slider .slide2 h4,
#first-slider .slide3 h4,
#first-slider .slide4 h4 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

#first-slider .slide1 .text-left,
#first-slider .slide3 .text-left {
    padding-left: 40px;
}


#first-slider .carousel-indicators {
    bottom: 0;
}

#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
    background-image: none;
}

#first-slider .carousel .item {
    min-height: 425px;
    height: 100%;
    width: 100%;
    padding: 140px 80px;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3 {
    animation-delay: 1s;
}

#first-slider h4 {
    animation-delay: 2s;
}

#first-slider h2 {
    animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
    text-shadow: none;
}


#first-slider h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

#first-slider .p {
    padding-top: 125px;
    text-align: center;
}

#first-slider .p a {
    text-decoration: underline;
}

#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, .4);
    border: none;
}

#first-slider .carousel-indicators .active {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: none;
}


.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {}

.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa-angle-left {
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 50px;
    color: #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}

.carousel-control .fa-angle-right {
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 50px;
    color: #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image: url(../img/banner-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#first-slider .slide2 {
    background-image: url(../img/banner-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#first-slider .slide3 {
    background-image: url(../img/banner-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#first-slider .slide4 {
    background-image: url(../img/banner-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.mb50 {
    margin-bottom: 50px;
}

/** slider close**/
.contant {
    padding: 10px 20px;
    background: #fff;
    color: #000;
}

.invPage section.contant {
    padding: 10px 0;
}

h1.contant-header {
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    font-size: 36px;
    margin: 2% 0;
    line-height: 36px;
}

.contant-text h5 {
    font-weight: 300;
    font-style: normal;
    line-height: 32px;
    letter-spacing: 1px;
    font-size: 22px;
}

.contant-text p {
    font-size: 16px;
    line-height: 24px;
}

.contant-feture {
    margin-top: 20px;
}

.contant-feture ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-left: -40px;
}

.contant-feture ul li {
    margin-left: 20px;
    font-size: 16px;
}

.contant-text-right h2 {
    font-size: 28px;
    color: #e72f2f;
    font-weight: bold;
    line-height: 23px;
}

.contant-text-right p.sales_apeal {
    padding-left: 33px;
    font-size: 14px;
    line-height: 24px;
}

.contant-text-right i {
    color: #000;
}

.contant-text-right p {
    font-size: 14px;
    line-height: 23px;
}

.contant-text-right p a {}

.footer {
    background: #000;
    padding-top: 0px;
}

.footer-text h5 {
    font-size: 13px;
    color: #fff;
}

.footer-text p {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}

.footer-text i {
    font-size: 12px;
}

.footer-text-right p {
    font-size: 14px;
    color: #fff;
    text-align: right;
    margin-top: 10px;
}

.navbar-toggle {
    border-color: #252c62;
    margin-top: 28px;
    margin-right: 20px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 36px;
    height: 5px;
    border-radius: 1px;
    background: #fff;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.sm-add ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sm-add ul li {
    width: 48%;
    float: left;
    background: #252c62;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    margin: 1% 1%;
}

.sm-add {
    margin: 0px 10px;
}

.owl-demo {
    border-top: 1px solid #cccccc;
}

.owl-carousel .owl-item {
    width: 154px !important;
}

.masthead {
    background-image: url(../img/masthead.png);
    height: 100px;
    background-size: cover;
}

.masthead h1 {
    margin: 0;
    line-height: 100px;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #999999;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
}

@media only screen and (max-width: 767px) {
    .nav-new {
        background: none;
    }

    .header {
        display: none;
        transition: 0.5s all ease;
    }

    .logo-img {
        visibility: visible;
    }

    .logo-img img {
        width: 100%;
        margin-top: 10px;
    }

    .nav-new {
        height: 93px;
        z-index: 10;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-nav-new li {
        display: block;
        float: none;
    }

    .nav-collapse {
        padding: 13px 0 0 0;
        margin-right: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .navbar-nav-new {
        background: #303030;
    }

    .navbar-toggle {
        border-color: transparent;
    }

    .nav-new {
        background: #313131 url('../img/header-bg-m.png') no-repeat top center;
        background-size: cover;
    }

    .navbar-header {
        display: block;
    }

    .headline {
        margin-top: 5px;
    }

    .text-icon {
        font-size: 12px;
        font-weight: 700;
        color: #252c62;
    }

    .sm-add p {
        text-align: center;
        font-size: 14px;
        margin: 0;
    }

    .address {
        background: #e7e7e7;
        margin-top: 15px;
        padding: 10px 0;
    }

    .contant-feture {
        border-top: 1px solid #000;
    }

    .contant-text p {
        text-align: left;
    }

    .contant-text-right p {
        text-align: center;
        margin: 0;
        padding: 15px 0;
    }

    .contant-text-right p.sales_apeal {
        padding-left: 27px;
        text-align: left;
    }

    .contant-text-right {
        border-top: 1px solid #000;
    }

    .footer-text {
        text-align: center;
    }

    .navbar-nav-new li {
        border-bottom: 1px solid #3a3939;
    }

    .navbar-nav-new li a {
        text-align: center;
        font-size: 16px;
        line-height: 25px;
    }

    .navbar-collapse.in {
        overflow-y: inherit;
    }

    .navbar-nav-new li a:hover,
    .navbar-nav-new li a.active {
        color: #fff !important;
        background: #f61313;
    }

}

@media only screen and (max-width: 992px) {
    .navbar-nav-new {
        margin-left: 0;
    }

    .logo {
        margin-top: 40px;
    }

    .add-right {
        margin-left: 10%;
    }

}

@media only screen and (max-width: 480px) {
    #first-slider .carousel .item {
        padding: 58px 0;
    }

    #first-slider .item h5 {
        font-size: 27px;
    }

    h1.contant-header {
        font-size: 25px;
    }

    .contant-text-right p {
        padding: 0;
    }

    .contant-text-right p.sales_apeal {
        padding-left: 27px;
        text-align: left;
    }
}

.submitbtn {
    background-color: #f12526;
    border: solid 1px #f12526;
}