@charset "utf-8";
@font-face {
    font-family: "Poetsen One";
    src: url("../fonts/PoetsenOne-Regular.ttf");
}

p {
    font-family: 'Poppins' !important; font-size:16px !important;
}

ul, li {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
}
html {
  scroll-behavior: smooth;
}

html {
   scroll-padding-top: 278px;
}

html {margin-top:0 !important;}
#ftg-11 .ftg-items .loading-bar i {
    background: #27378e !important;
}
#ftg-22 .ftg-items .loading-bar i {
    background: #fff !important;
}
/*to copy*/
.blink_me {
  animation: blinker 4s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
button.sub-menu-toggle {
    display: none;
}
nav.navigation.post-navigation {
    padding:83px;
}
.logomob{display:none;}
.singh{padding-top: 140px !important;}
.kumar{padding-top: 138px !important;}
.btm-logo{margin-top:-62px !important;}


.nservice{  padding:20px 15px 15px 15px; border:1px solid #2c2d2e;}
.askaquote{background:#fff; /*url(../images/askbg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/ padding:40px 20px; }
.askaquote h2 {
    color: #2c2d2e;
    font-size: 18px;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0;
    font-weight: 500;
    letter-spacing: 1px
}

.askaquote h3 {
    color: #000;
    font-size: 30px;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: 1px
}
.askaquote p {
    color: #2e2e2e;
    font-family: 'Archivo Narrow';
    font-size: 16px;
    line-height:23px;
}

.circleimg{background:transparent; position:absolute; z-index:9999; margin:-350px 0 0 40px;}
.welcome{background:#fff; padding:60px 0px;}
.welcome h2 {
    color: #000;
    font-size: 40px;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0 0 20px 0;
    font-weight: 600;
   
   
}


.welcome p {
    color: #2e2e2e;
    font-family: 'Archivo Narrow';
    font-size: 16px;
    line-height: 23px;
}

.bluebox{background:#00b4ff; border-radius:24px; padding:25px;}
.one h2 {
    color: #f57e22;
    font-size: 18px;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px
}

.one h3 {
    color: #000;
    font-size: 30px;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: 1px
}

.logo {
    margin: 0px 0 4px 0;
}
.affix .logo{margin:0 0 3px 0;}
.header-top{background:#2a2a2a; padding-top:10px;

    /*background: url(../images/topheader-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 5px 0;*/}

::placeholder {
    color: #121212;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #121212;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #121212;
}

.input-text {
    color: #121212;
    height: 40px;
    width: 100%;
    font-size: 16px;
    font-family: 'Archivo Narrow';
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #c9c9c9;
}

.input-textarea {
    color: #121212;
    width: 100%;
    font-size: 16px;
    font-family: 'Archivo Narrow';
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #c9c9c9;
}

.input-submit {
    color: #000;
    font-size: 16px;
    border: 2px solid #000;
    background:transparent;
    width: 100%;
    padding: 10px 25px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    font-family: 'Hammersmith One';
}

.input-submit:hover {
    color: #fff;
    background: #000;
    border: 2px solid #fff;
}

.button1 {
    font-family: 'Archivo Narrow';
    font-weight: normal;
    font-style: normal;
    color: #2e2e2e;
    font-size: 20px;
    border: 2px solid #2e2e2e;
    background: transparent;
    padding:6px 20px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    border-radius:4px;
    margin-top:7px;
}

.button1:hover {
    color: #000;
    background: #fff;
    border: 2px solid #000;
}
.affix .button1 {margin-top:0px;}

.button1b {
    font-family: 'Archivo Narrow';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 20px;
    border: none;
    background: #000;
    padding:6px 20px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    border-radius:4px;
    margin-top:7px;
}

.button1b:hover {
    color: #000;
    background: transparent;
    border: 2px solid #000;
}


.button11 {
    font-family: 'Archivo Narrow';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    background: transparent;
    padding: 10px 35px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    border-radius:4px;
}

.button11:hover {
    color: #fff;
    background: #f57e22;
    border: 2px solid #fff;
}





.button2 {
    font-family: 'Archivo Narrow';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    border: 2px solid #fff;
    background: transparent;
    padding: 10px 25px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
}

.button2:hover {
    color: #121212;
    background: #fff;
    border: 2px solid #fff;
}



/*.borderline{
    background: url(../images/borderline.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 5px 0;
}*/

.banner-content {
    position: relative;
    text-align: center;
}

.banner-content img {
    width: 100%;
}

.banner-content .centered {
    background: transparent;
/*backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);*/
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding:20px;
    border-radius:25px 0px 25px 0;
}

.banner-content .centered h1 {
    color: #fff;
    text-shadow: 1px 2px 1px #2e2e2e;
    font-size:68px;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0;
    letter-spacing: 2px;
  
    line-height:68px;
    padding:25px 0 0 0;

}

.hr1{
    background: #fff;
    width: 25%;
    height: 1px;
    margin: 0 auto;
}

.banner-content .centered p {
    color: #fff;
    font-family: 'Poppins' !important;
    font-size:26px;
    line-height: 23px;
    font-weight: 400;
    font-size: 18px !important;
    text-shadow:1px 2px 1px #000 !important;
   
}


.one {
  background:#efefef !important;
  padding: 80px 0;
  text-align: center;
}


.two {/*background:#fff;*/
    background:#fff; /*url(../images/twobg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    padding: 60px 0 60px 0;

}

.two h2 {
    color: #2c2d2e;
    font-size: 18px;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0;
    font-weight: 500;
    letter-spacing: 2px
}

.two h3 {
    color: #000;
    font-size: 40px;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: 0px
}

.two p {
    color: #2e2e2e;
    font-family: 'Archivo Narrow';
    font-size: 16px;
    line-height: 23px;
}

.two img {
    margin: 0 auto;
}


.three {
    background: #fff;
    padding:40px 0;
}
    .three h2{
    color: #0f79ad !important;;
    font-size: 30px !important;;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0 0 20px 0 !important;;
    font-weight: 600 !important;
    text-align: center;
  
   
}

.ourwork-images {
    overflow: hidden;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.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);
}

.four {
 background:#fff;
 /*background: url(../images/bg1.jpg) no-repeat center center;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;*/
 padding: 80px 0;
 text-align: center;
}

.four h4 {
    color: #2c2d2e;
    font-size: 22px;
    font-family: 'Bebas Neue', cursive !important;
     font-weight: 500;
    margin: 0;
}
.four h2 {
    color: #2c2d2e;
    font-size: 18px;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0;
    font-weight: 500;
    letter-spacing: 1px
}

.four h3 {
    color: #000;
    font-size: 40px;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: 1px
}
.four p {
    color: #2e2e2e;
    font-family: 'Archivo Narrow';
    font-size: 16px;
    line-height: 30px;
}

.five {
   
    background: url(../images/fivebg.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
   
}

.five-box{border-radius:25px; border:1px solid #fff; margin-top:20px; padding:20px; width: 32%;
    margin-right: 15px;}

.five h2 {
    color: #fff;
    font-size:36px;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0;
}

.five h3 {
    color: #fff;
    font-size:22px;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0;
    text-align: center;
}

.five p {
    color: #fff;
    font-family: 'Archivo Narrow';
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    
}

.five span {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
}

.five img {
    margin: 0 auto;
}

.top-footer {
    padding: 60px 0 !important;
    
   background: url(../images/footerbg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 5px 0;
   
}

.top-footer p {
    color: #fff;
    font-family: 'Archivo Narrow';
    font-size: 16px;
    line-height:23px;
}

.top-footer a{
    color: #fff;
}

.top-footer img{
    margin: 0 auto;
    margin-top: -15px;
}


.top-footer .fa {
    color: #fff;
    font-size: 18px;
}

.footer {
    padding: 15px 0;
    background: #000;

}

.footer p {
    color: #b4b4b4;
    font-family: 'Archivo Narrow';
    font-size: 16px;
    margin: 0;
    text-align: center;
}

/* Inner Page */

.page {
    margin-top:20px;
    padding: 40px 0px 40px 0;
    background: #fff !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: #2d3745;
    font-size: 35px;
    font-family: "Raleway";
    margin: 0;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.page h4 {
    color: #000;
    font-size: 30px;
    background: #fff;
    font-family: "poppins";
    margin: 0;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 15px;
}

.page h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: "Poppins";
    color: #e67a38;
    margin: 10px 0;
}

.page h3 span {
    font-family: "Poppins";
    color: #ccc;
    font-size: 14px;
}

.page h5 {
    font-family: "Poppins";
    color: #114750;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}

.page p {
    color: #000;
    font-family: "Raleway";
    font-size: 16px;
    line-height: 23px;
}

.page .fa {
    font-size: 18px;
    color: #ffa500;
}

.page .service-text {
    padding: 5%;
}

.page .service-text p {
    color: #808080;
    font-size: 20px;
}

.page .title-section {
    margin-bottom: 30px;
    margin-left: 20px;
}

.page .box {
    border: 3px solid #e67a38;
    padding: 30px 25px;
}
.page .fa {
    font-size: 8px;
}

.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 */

.affix {
    position: fixed;
    top: 0px;
    -webkit-transition: all .5s ease-in-out;
    width: 100%;
    z-index: 999999;
    box-shadow: 0 1px 10px #666;
    margin-bottom: 10px;
}

.affix-top {
    position: static;
    top: -35px;
    -webkit-transition: all .5s ease-in-out;
}

.affix .header {
    background: #fff;}
    



.affix .header img {
    width:32%;
}

.affix .center {
    margin-top: 4px;
}

.affix .header p{
    margin: 5px 0 0 0;
}

.header {
    background-size: cover;
    background: #fff;
    padding: 5px 0;
    width: 100%;

}



.header p {
    margin-top:10px;
   
    color:#2e2e2e !important;
}

/* Tap to Call */

.taptocall {
    color: #878686;
    font-size: 14px !important;
    border: 1px solid #878686;
    width: 50%;
    margin: 5px auto !important;
    padding: 10px 0px;
    display:none !important;
}

.taptocall:hover {
    background: #e1dfdf;
    transition: .2s ease-in;
    color: #000;
     display:none !important;
}

/* 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;
        margin-top: -10px;
}

#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-demo11 .owl-pagination {
    position: absolute;
    bottom: -10%;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.owl-controls .owl-page span {
    cursor: pointer;
    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: #e3e4e4 !important;
    width: 6px !important;
    height: 6px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .center {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: inherit;
    }
    .services img {
        width: 100%; margin-bottom: 20px;
    }
    .three img {
        margin-bottom: 10px;
        margin: 0 auto;
    }
    .page .inner-cont {
        margin-top: inherit;
    }
    .header {
        position: inherit !important;
    }
}


@media only screen and (max-width: 768px) {
    .four {
 background:#fff;
 /*background: url(../images/bg1.jpg) no-repeat center center;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;*/
 padding: 20px 0;
 text-align: center;
}
    .five-box{border-radius:25px; border:1px solid #fff; margin-top:20px; padding:20px; width:100%;
    
    margin-right: 0px;}
    .logomob{display:block;}
    .singh{padding-top:30px !important;}
.kumar{padding-top:30px !important;}
   
    .two p{text-align: left;}
    .circleimg{background:#fff; position:inherit; z-index:9999; margin:0px;}
    .banner-content .centered {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:69%;
    padding:10px 0 0 0 !important;

}
    .banner-content .centered h1 {
    color: #fff;
    text-shadow: 1px 2px 1px;
    font-size:28px;
    font-family: 'Bebas Neue', cursive !important;
    margin: 0;
    letter-spacing: 2px;
   line-height: 28px;
    padding:2px;

}
.banner-content .centered {
    background: transparent;
/*backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);*/
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding:10px;
    border-radius:25px 0px 25px 0;
}

.hr1{
    background: #ff7500;
    width: 25%;
    height: 2px;
    margin: 0 auto;
}

.banner-content .centered p {
    color: #fff;
    font-family: 'Archivo Narrow';
    font-size: 14px !important;
    line-height:16px;
    font-weight: 400;
}
    .top-header p {
        text-align: center;
    }
    .button1 {
        margin-bottom: 20px;
    }
    .header {
        top: inherit;
        background: #fff;
        padding: 10px 0px;
    }
    .three {
        text-align: center;
        margin-top: 0;
    }

    .footer h2 {
        text-align: center;
    }
    .footer img {
        margin: 0 auto;
    }
    .footer p {
        text-align: center !important;
    }
    .four {
        text-align: center;
    }
    .affix {
        position: inherit;
    }
    .four img {
        margin: 0 auto;
    }
    .owl-controls {
        display: none !important;
    }
    .testimonials-content .client-name {
        text-align: center;
    }
    .two {
        background: #fff;
        padding: 80px 0 80px 0;
        text-align: center;
    }
    .testimonials-content img {
        margin: 0 auto;
    }
    .three .box::after {
        display: none;
    }
    .three .box1::after {
        display: none;
    }
    .five {
        text-align: center;
    }
    .navbar .navbar-nav>li>a {
        padding: 15px;
    }
    .dropdown-menu>li>a {
        color: #121212;
    }
    .six {
        text-align: center;
    }
    .welcome {
        padding: 40px !important;
    }
}

@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 img {
    margin: 0 auto;
}

.client-information {background: #fff;
 box-shadow: 0 0 10px rgba(0,0,0,0.6);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
   margin-top: 4px;
/*backdrop-filter: blur(5px) saturate(160%) contrast(45%) brightness(140%);*/
    padding:30px 20px;
}

.testimonials-content img{
    margin:  0 auto;
}



.testimonials-content .client-name {
    font-size: 18px;
    font-family: "Archivo Narrow";
    font-weight: 500;
    color: #000;
    display: inline-block;
    margin-top: 5px;
}

.testimonials-content .client-review {
    display: block;
    margin-bottom: 5px;
    line-height: 19px;
    color: #000;
    font-size: 16px;
    font-family: "Archivo Narrow";
}

/* -- 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-demo1 .item{
    margin:0 10px;
}

#slidecaption {
     -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

  /* WebKit and Opera browsers */ @-webkit-keyframes spinner {
    from
    {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(-360deg);
    }
} /* all other browsers */
@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to
    {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
   
    }
}