@charset "utf-8";
@font-face {
    font-family: "Poetsen One";
    src: url("../fonts/PoetsenOne-Regular.ttf");
}

p {
    font-family: "Raleway";
}

ul,
li {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
}

::placeholder {
    color: #8d8d8d;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Jostnet Explorer 10-11 */
    color: #8d8d8d;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8d8d8d;
}

.page ::placeholder {
    color: #333;
    opacity: 1;
    /* Firefox */
}

.page :-ms-input-placeholder {
    /* Jostnet Explorer 10-11 */
    color: #333;
}

.page ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333;
}

/*===== Go To Top Section =====*/
#back-top{ display: block; position: fixed; bottom: 140px; right: 10px; bottom:55px; text-align: center;  z-index: 99999; }
#back-top a{ display: block; text-decoration: none; }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 8px; font-size: 20px; border-radius: 5px; opacity: 1; color: #fff; background: #EE212B; border: #EE212B solid 2px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #fff; color: #EE212B; }

.input-text {
    color: #333;
    height: 45px;
    width: 100%;
    font-size: 14px;
    font-family: "Jost";
    padding: 5px 15px;
    background: #FCFCFC;
    border: 1px solid #eaeaea;
    border-radius: 5px;
   
}

.input-textarea {
    color: #333;
    width: 100%;
    font-size: 14px;
    font-family: "Jost";
    padding: 5px 15px;
    background: #FCFCFC;
    border: 1px solid #eaeaea;
    border-radius: 5px;
  
}

.input-submit {
    color: #EE212B;
    font-size: 15px;
    border: 2px solid #EE212B;
    background: transparent;
    width: 100%;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: "Jost";
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 6px;

}

.input-submit:hover {
    color: #fff;
    background: #EE212B;
    border: 2px solid #EE212B;
}

.page .input-text {
    color: #121212;
    height: 50px;
    width: 100%;
    font-size: 14px;
    font-family: "Jost";
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #d7d7d7;
    font-weight: 300
}

.page .input-textarea {
    color: #121212;
    width: 100%;
    font-size: 14px;
    font-family: "Jost";
    padding: 5px 15px;
    background: #fff;
    font-weight: 300;
    border: 1px solid #d7d7d7;
}

.page .input-submit {
    color: #EE212B;
    font-size: 16px;
    border: 2px solid #EE212B;
    background: transparent;
    width: 100%;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: "Jost";
}

.page .input-submit:hover {
    color: #fff;
    background: #EE212B;
    border: 2px solid #EE212B;
}

.button1 {
    font-family: "Jost";
    font-weight: normal;
    font-style: normal;
    color: #EE212B;
    font-size: 16px;
    border: 2px solid #EE212B;
    background: transparent;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 400;
}

.button1:hover {
    color: #fff;
    background: #EE212B;
    border: 2px solid #EE212B;
}

.button2 {
    color: #EE212B;
    font-size: 16px;
    border: 2px solid #EE212B;
    background: transparent;
    padding: 15px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: "Jost";
    letter-spacing: 2px;
    font-weight: 500;

}

.button2:hover {
    color: #121212;
    background: #EE212B;
    border: 2px solid #EE212B;
}

.button3 {
    font-family: "Jost";
    color: #fff;
    font-size: 15px;
    border: 2px solid #fff;
    background: #EE212B;
    padding: 10px 35px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 500;

}

.button3:hover {
    color: #fff;
    background: #EE212B;
    border: 2px solid #EE212B;
}


.top-header {
    background: #fff;
    margin: 0;
    border-bottom: 1px solid #A0A2A3;
    position: relative;
}

.top-header .info::before{
    height: 100%;
    position: absolute;
    content: '';
    left: 38%;
    border-left: 1px solid #A0A2A3;
    top: 0;
    transform: skewX(-20deg);
    
}

.top-header .info ul li {
    display: inline-block;
    text-decoration: none;
    font-family: 'Jost';
    color: #707173;
    font-weight: 300;
    font-size: 14px;
    margin-left: 25px;
      padding: 12px 0;
}

.top-header .info ul li a{
 color: #707173;
}


.top-header .info ul li a:hover {
    color: #EE212B;
    transition: all ease-in 0.2s;
    text-decoration: none;
}

.top-header .info .fa {
    color: #EE212B;
}

.top-header .info ul li:first-child {
    margin-left: 0;
}



.top-header .social-info {
    text-align: right;
}

.top-header .social-info::before{
    height: 100%;
    position: absolute;
    content: '';
    right: 19%;
    border-left: 1px solid #A0A2A3;
    top: 0;
    transform: skewX(-20deg);
    
}

.top-header .social-info ul li {
    display: inline-block;
    text-decoration: none;
    font-family: 'Jost';
    color: #707173;
    font-weight: 300;
    font-size: 14px;
    margin-right: 20px;
     padding: 12px 0;
}

.top-header .social-info ul li a {
    color: #707173;
}

.top-header .social-info ul li .fa {
    color: #606060;
}

.top-header .social-info ul li .fa-phone {
    color: #EE212B;
}
.top-header .social-info ul li .fa-envelope {
    color: #EE212B;
}



.top-header .social-info ul li a:hover {
    color: #EE212B;
    transition: all ease-in 0.2s;
    text-decoration: none;
}



.banner-content {
    position: relative;
}

.banner-content img {
    width: 100%;
}

.banner-content .top-left {
    position: absolute;
    top: 30%;
    left: 8%;
    width: 100%;

}


.banner-content .top-left h2 {
    color: #fff;
    font-size: 65px;
    font-family: "Jost";
    font-weight: 600;
    line-height: 70px;
    margin: 0 0 20px 0;
}

.banner-content .top-left p {
    color: #fff;
    font-size: 18px;
    font-family: "Jost";
    font-weight: 500;
    margin: 0 0 25px 0;
}



.one {
   background: url(../images/testimonialsbg.jpeg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 80px 0;
   position: relative;
}


.one .title-section{
    margin-bottom: 30px;
}

.one .title-section h2 {
     color: #121212;
    font-size: 35px;
    font-family: "Jost";
    font-weight: 600;
    margin: 0 0 15px 0;
}


.one .quote{
    padding: 60px 40px;
  box-shadow: 1px 1px 10px 2px rgb(0 0 0 / 10%);
  border-radius: 5px;
    
}



.one h3 {
    color: #fff;
    font-size: 16px;
    font-family: 'Jost';
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.one h2 {
    color: #fff;
    font-size: 20px;
    font-family: 'Jost';
    margin: 0;
    font-weight: bold;
}



.three {
    background: #fff;
    padding: 80px 0;
    overflow: hidden;
}

.three .title-section {
    margin-bottom: 30px;

}


.three .title-section h2 {
     color: #121212;
    font-size: 35px;
    font-family: "Jost";
    font-weight: 600;
    margin: 0 0 15px 0;
}

.ourwork-images {
    overflow: hidden;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    transition: all linear 0.5s;
    margin-bottom: 30px;
}

.ourwork-images img {
    width: 100%;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.ourwork-images:hover img {
    transform: scale(1.1, 1.1);
}

.three .pa{
    padding: 0;
}

.four {
   background: url(../images/servicebg.jpeg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}

.four .title-section {
    margin-bottom: 30px;
}

.four .title-section h2 {
    color: #fff;
    font-size: 35px;
    font-family: "Jost";
    font-weight: 600;
    margin: 0 0 15px 0;
}

.four .title-section p {
    color: #fff;
    font-size: 16px;
    font-family: "Jost";
    margin: 0;
    line-height: 30px;
}

.four .service-content-block{
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
}


.four .service-content-block  h3{
    color: #121212;
    font-family: "Jost";
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    margin: 0 0 15px 0;

}


.four .service-content-block .content-block{
    padding: 30px;
}

.four .service-content-block .content-block p{
    color: #606060;
    font-family: "Jost";
    font-size: 16px;
    line-height: 30px;
}


.four .service-content-block .content-block img {
  margin-top: -120px;
}


.seven {
 background: url(../images/welcomebg.jpeg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}

.seven .title-section {
    margin-bottom: 25px;
}



.seven .title-section h2 {
    color: #121212;
    font-size: 35px;
    font-family: "Jost";
    font-weight: 600;
    margin: 0;
}


.seven p {
    color: #333;
    font-family: "Jost";
    font-size: 16px;
    line-height: 30px;

}

.seven img {
  width: 100%;
    border-radius: 4px;
    margin-bottom: 30px;
}

.top-footer {
    padding:80px 0 60px 0;
    background: #292929;
    position: relative;
}

.top-footer h5 {
    color: #fff;
    font-size: 20px;
    font-family: "Jost";
    font-weight: 500;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}

.top-footer .social-info {
    margin-top: 30px;
}

.top-footer .social-info ul{
    list-style: none;
    text-decoration: none;
}

.top-footer .social-info ul li{
 font-family: 'Jost';
 font-size: 16px;
 color: #fff;
 margin-bottom: 15px;
 display: inline-block;
}

.top-footer .social-info .fa{
    color: #fff;
    border-radius: 50%;
    padding: 8px 9px;
    border: 2px solid #fff;
    margin-right: 20px;
}

.top-footer .social-info .fa:hover{
    background: #121212;
    color: #fff;
    border: 2px solid #121212;
    transition: all ease-in 0.2s;
}

.top-footer .social-info .fa-facebook{
    padding: 8px 11px;
}

.top-footer-content ul{
    list-style: none;
    text-decoration: none;
}

.top-footer-content ul li{
 font-family: 'Jost';
 font-size: 16px;
 color: #fff;
 margin-bottom: 18px;
}

.top-footer-content ul li span{
  margin-left: 28px;
}



.top-footer h3 {
    color: #fff;
    font-size: 18px;
    font-family: "Jost";
    font-weight: 500;
    margin: 0;
}

.top-footer p {
    color: #fff;
    font-family: "Jost";
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.top-footer .top-footer-content .fa {
    color: #fff;
    font-size: 18px;
    width: 25px;
}


.top-footer a {
    color: #fff;
}

.top-footer a:hover {
    color: #EE212B;
    transition: all ease-in 0.2s;
    text-decoration: none;
}

.top-footer img {
    margin: 0 auto;
}


.footer {
    padding:20px 0 15px 0;
    background: #1C1C1C;
    text-align: center;
}

.footer span {
    color: #EE212B;
}

.footer p {
    color: #fff;
    font-family: "Jost";
    font-size: 14px;
    margin: 0;
}





/* Inner Page */

.page {
    padding: 40px 0px 40px 0;
    background: #ededed !important;
    position: relative !important;
}

.page .inner-cont {
    background: white;
    margin-top: -60px;
    box-shadow: 0 10px 10px 0px #666;
    padding: 25px 25px 80px 25px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.page h2 {
    color: #121212;
    font-size: 30px;
    font-family: "Jost";
    margin: 0;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.page h4 {
    color: #121212;
    font-size: 30px;
    font-family: "Jost";
    margin: 0;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.page h3 {
    font-size: 20px;
    font-family: "Jost";
    color: #EE212B;
}

.page h3 span {
    font-family: "Jost";
    color: #ccc;
    font-size: 14px;
}

.page h5 {
    font-family: "Jost";
    color: #EE212B;
    font-size: 20px;
    font-weight: 500;
}

.page p {
    color: #000;
    font-family: "Jost";
    font-size: 16px;
    line-height: 30px;
}

.page ul{
    list-style: none;
}

.page ul li{
    color: #000;
    font-family: "Jost";
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}

.page .fa {
    font-size: 18px;
    color: #EE212B;
}

.reset {
    margin: 0px !important;
    padding: 0px !important;
}

.margin-reset {
    margin: 0px !important;
}

.padding-reset {
    padding: 0px !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 0px solid #fff !important;
}


/* Typography */

.opensans {
    font-family: "Open Sans";
}

.coda {
    font-family: "Coda";
}

.rokkitt {
    font-family: "rokkitt";
}


/* Coloring */

.black {
    color: #000 !important;
}

.white {
    color: #fff !important;
}


/* Header */



.header {
    display: block;
    background: #fff;
    width: 100%;

}
.header::before{
    content: '';
    position: absolute;
    width: 20%;
    height: 0;
    border-top: 138px solid #EE212B;
    border-right: 50px solid transparent;
    top: 0;
    z-index: 1;
}


.header::after {
    content: '';
    position: absolute;
    width: 12%;
    height: 0;
    border-bottom: 103px solid #EE212B;
    border-left: 50px solid transparent;
    top: 44px;
    right: 0;
}
.header .nav-header{
    position: absolute;
    top: -30px;
    z-index: 1;
    left: 5%;
}


.header .quote{
     text-align: right;
     margin-top: 31px;
     position: relative;
     z-index: 1;
}

.header .quote ul li {
    display: inline-block;
    text-decoration: none;
    font-family: 'Jost';
    color: #fff;
    font-size: 18px;
}

.header .quote .fa {
    color: #fff;
    background: #EE212B;
    border-radius: 50%;
    padding: 6px 8px;
}

.header .quote ul li a {
    color: #fff;
}

.header .quote ul li a:hover {
    color: #000;
    transition: all ease-in 0.2s;
    text-decoration: none;
}





/* Tap to Call */

.taptocall {
    color: #000;
    font-size: 14px !important;
    border: 1px solid #000;
    width: 50%;
    margin: 5px auto !important;
    padding: 10px 0px;
}

.taptocall:hover {
    background: #e1dfdf;
    transition: 0.2s ease-in;
    color: #000;
}


/* Menu */

:after,
:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* Cool Heading */

.heading {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    text-align: center;
    font-family: "Poetsen One";
    font-weight: bold;
    font-size: 26px;
}


/* Owl Banner CSS */

.owl-theme .owl-controls {
    margin-top: 0px !important;
}

#owl-demo {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #fff;
}

#owl-demo .item img {
    display: block;
    width: 100%;
}

.owl-controls.clickable .owl-buttons div {
    display: none !important;
    border-radius: 0px !important;
    width: 0px !important;
    height: 0px !important;
    line-height: 0px !important;
    text-align: center;
    color: transparent;
    font-size: 0px !important;
    background: rgba(0, 0, 0, 0) !important;
    border-radius: 0px !important;
}

.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}

.items {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    visibility: inherit;
    opacity: 1;
}

.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}

.owl-pagination {
    position: absolute;
    bottom: 10%;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.owl-controls .owl-page span {
    cursor: poJost;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.owl-controls .owl-page.active span {
    background: #EE212B !important;
    width: 6px !important;
    height: 6px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1024px) {


    .mid-header .info-content p{
        font-size: 15px;
    }

    .header .dash {
        margin: 1em 5px 0;
    }

    .main-header{
        box-shadow: inherit;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .center {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: inherit;
        position: relative;
    }
    .header {
        top: inherit;
        background: #fff;
        padding: 10px 0px;
    }
    .services img {
        width: 100%;
        margin-bottom: 20px;
    }

    .affix .header img{
        width: inherit;
    }

    .logo{
        position: inherit;
        top: inherit;
    }

    .request-callback #ask{
        position: inherit;
        width: 100%;
        bottom: inherit;
        text-align: center;
        padding: 10px 0;
    }
    .three img {
        margin-bottom: 10px;
        margin: 0 auto;
    }
    .page .inner-cont {
        margin-top: inherit;
    }
    .header {
        position: inherit !important;
    }
    .top-header .info {
        text-align: center;
    }
    .top-header .social-info {
        text-align: center;
    }
     .header .info {
    text-align: center;
    margin-top: 20px;
}
  
     .three .pa{
        padding: 15px;
    }

    .header::before {
        display: none;
    }
    .header::after {
        display: none;
    }
    .header .nav-header {
        position: inherit;
        top: 0;
        left: inherit;
    }
    .top-header .info::before {
        display: none;
    }
    .top-header .social-info::before {
        display: none;
    }
    .header .quote {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .button1 {
        margin-bottom: 20px;
    }
     .top-header .hour-info{
        text-align: center;
     }
    .top-header .hour-info ul li {
    margin: 0;
 
    }

  

   
    

    .top-footer .top-footer-content {
        margin-top: inherit;
    }


    .logo{
        position: inherit;
        top: inherit;
    }

    .request-callback #ask{
        position: inherit;
        width: 100%;
        bottom: inherit;
        text-align: center;
        padding: 10px 0;
    }

    .four .service-content-block{
        min-height: inherit;
    }
    .header {
        top: inherit;
        background: #fff;
        padding: 10px 0px;
    }
    .affix .header {
        background: #fff;
    }
    .footer h2 {
        text-align: center;
    }
    .hr1 {
        display: none;
    }
    .title-section {
       
        text-align: center;
    }
    .one {
        text-align: center;
    }
    .three h2 {
        text-align: center !important;
    }
    .two h2 {
        text-align: center;
    }
    .two #ask {
        padding: 30px 0;
    }
    .seven {
        text-align: center;
    }
    .footer img {
        margin: 0 auto;
    }
    .footer p {
        text-align: center !important;
    }
    .four {
        text-align: center;
    }
    .affix {
        position: inherit;
    }
    .owl-controls {
        display: none !important;
    }
    .testimonials-content .client-name {
        text-align: center;
    }
    .testimonials-content img {
        margin: 0 auto;
    }
    .five {
        text-align: center;
    }
    .navbar .navbar-nav>li>a {
        padding: 15px;
    }
    .dropdown-menu>li>a {
        color: #121212;
    }
    .six {
        text-align: center;
    }
    .four .service img {
        margin: 0 auto;
    }
    .top-footer .btm-menu {
        font-size: 15px;
    }


}

@media only screen and (max-width: 480px) {
    .owl-controls {
        display: none !important;
    }
}

@media only screen and (max-width: 320px) {
    .owl-controls {
        display: none !important;
    }
}


.client-information {
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 10px;
    position: relative;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
    margin-bottom:  30px;
}

.testimonials-content .client-name {
    font-size: 18px;
    font-family: "Jost";
    font-weight: 600;
    color: #585C61;
    display: inline-block;

}


.testimonials-content .client-review {
    display: block;
    margin-bottom: 5px;
    line-height: 30px;
    color: #666666;
    font-size: 16px;
    font-family: "Jost";
}

#owl-demo1 .item {
    margin: 0 10px;
}


/* -- Here is owl pagination { display: none; } you can { display: block; } to show the pagigation buttons -- */

#owl-demo1 .owl-pagination {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    display: none !important;
}

#owl-demo1 .owl-pagination .owl-page span {
    width: 5px !important;
    height: 5px !important;
    border-radius: 50% !important;
    background: #fff;
}

#owl-demo1 .owl-pagination .active span {
    background: #000000 !important;
    border: 1px solid #005826 !important;
    height: 15px !important;
    width: 15px !important;
}

#owl-demo2 .owl-pagination {
    display: none !important;
}

#owl-demo2 .item {
    margin: 0 10px;
}



