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

p {
    font-family: "Poppins";; font-size: 16px !important;
}

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

body {
    background: #fff;
}
.phone{}
.tsb{margin-bottom:20px;}
.topservices h2{font-family: "Poppins"; font-size:40px; font-weight:bold; text-align: center;}
.topservice-box{background: transparent;
backdrop-filter: blur(10px) saturate(160%) contrast(45%) brightness(140%);
position:absolute; z-index:9999; margin:-140px auto auto auto; padding:10px 50px 10px 50px; }
.topservice-box h3{font-family: "Poppins"; font-size:25px; font-weight:500; margin-top:10px;}
.topservice-box p{font-family: "Poppins"; font-size:17px; margin-top:15px;}

.logo{margin-top:8px;}

.orange-belt{
    background: #c09e80; padding:20px 20px 40px 20px;
}
.special{border: 1px solid white; padding:20px;}
.special h1{text-align: center; margin: 20px 0 20px 0;
    color: orange;
    font-size: 28px;
    font-family: 'Bebas Neue', cursive !important;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    line-height: 23px; letter-spacing: 2; }
.special h1 span{font-family: "Raleway" !important; font-size: 16px !important;; color: white !important;;}

.orange-belt h1{
   
    margin:20px 0 20px 0;
    color: #fff;
    font-size: 18px;
   font-family: "Poppins";
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    line-height: 33px;margin-top:40px; 
}

.orange-belt h1 span{color: #de2a00; font-size:30px;}

::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}
.marquee{position: absolute; z-index: 2; color: white;}
.marquee p{margin:5px 0 5px 0;}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

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

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

.page :-ms-input-placeholder {
    /* Internet 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: #c09e80;
    border: #fff 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: #c09e80;
    border: 1px solid #c09e80;
}

.input-text {
    color: #000;
    height: 45px;
    width: 100%;
    font-size: 18px;
    font-family: "Satisfy";
    font-weight: 600;
    background: transparent;
    border: none;
    border-bottom: 3px solid #000;
}

.input-textarea {
    color: #000;
    width: 100%;
    font-size: 18px;
    font-family: "Satisfy";
    font-weight: 600;
    background: transparent;
    border: none;
    border-bottom: 3px solid #000;
}

.input-submit {
    color: #c09e80;
    font-size: 15px;
    border: 2px solid #c09e80;
    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: "Poppins";
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 6px;
}

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

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

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

.page .input-submit {
    color: #b61f2e;
    font-size: 16px;
    border: 2px solid #b61f2e;
    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: "Poppins";
}

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

.button1 {
    font-family: "Poppins";
    font-weight: normal;
    font-style: normal;
    color: #b61f2e;
    font-size: 16px;
    border: 2px solid #b61f2e;
    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: #b61f2e;
    border: 2px solid #b61f2e;
}

.button2 {
    color: #b61f2e;
    font-size: 15px;
    border: 2px solid #b61f2e;
    background: #fff;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: "Montserrat";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    border-radius: 25px
}

.button2:hover {
    color: #fff;
    background: #b61f2e;
    border: 2px solid #b61f2e;
}

.button3 {
    font-family: "Poppins";
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    border: 2px solid #fff;
    background: #c09e80;
    padding: 15px 25px;
    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: #c09e80;
    background: #fff;
    border: 1px solid #c09e80;
}

.banner-content {
    position: relative;
    text-align: center;
}

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

.banner-content .centered {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.banner-content .centered h1 {
    color: #fff;
    font-size:80px;
    font-family: 'Bebas Neue', cursive !important;
    font-weight: 600;
    text-shadow: 1px 4px 5px #000;
    text-transform: uppercase;
    line-height:80px;
}

.banner-content .centered h1 span{
    color: #fff;
    font-size:88px;
    font-family: 'Bebas Neue', cursive !important;
    font-weight: 600;
    text-shadow: 1px 4px 5px #000;
    text-transform: uppercase;
    line-height:88px;
}

.banner-content .centered p {
    color: #fff;
    font-size: 16px;
    font-family: "Poppins";
    text-shadow: 1px 4px 5px #000;
    text-transform: uppercase;
}

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

.one-a {
    /*background: url(../images/bg2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;*/
    padding: 40px 0 60px 40px;
}

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

.one .title-section p {
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.one .title-section h2 {
    color: #fff;
    font-size: 35px;
    font-family: "Poppins";
    font-weight: bold;
    margin: 0 0 15px 0;
}

.one h3 {
    color: #000;
    font-size: 30px;
    font-family: 'Satisfy', cursive;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.one #ask {
    background: rgba(255, 255, 255, 0.6);
    padding: 40px;
    border-radius: 24px;
}

.two {
    background: #fff;
    position: relative;
    padding: 60px 0 20px 0;
    text-align: center;
}

.two .title-section {
    margin-bottom: 35px;
    text-align: center;
}

.two .title-section h2 {
    color: #c09e80;
    font-size: 30px;
    font-family: "Poppins";
    font-weight: bold;
    margin: 0;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing:-1;
}

.two .title-section img {
    margin: 5px auto;
}

.three {
    background: #f2e8df;
    padding: 0 0 80px 0;
}

.three .title-section {
    margin-bottom: 30px;
    text-align: center;
}

.three .title-section img {
    margin: 5px auto;
}

.three .title-section h2 {
    color: #c09e80;
    font-size: 30px;
    font-family: "Poppins";
    font-weight: bold;
    margin: 0;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing:-1;
}

.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: #f2e8df;
    padding:40px 0 40px 0;
}

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

.four .title-section img {}


.stain {}
.stain:hover {
  animation: shake 0.9s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}


.four .title-section h2 { color: #c09e80;
    font-size: 30px;
    font-family: "Poppins";
    font-weight: bold;
    margin: 0;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing:-1;
}

.four .service-content-block {
    text-align: center;
    margin-bottom: 20px;
    background: #c09e80;
    padding:20px;
}

.four .service-content-block:hover {
    text-align: center;
    margin-bottom: 20px;
    background: #97795e;
    padding:20px;
    transition: all ease-in 0.2s;
}

.four .service-content-block h3 {
    color: #fff;
    font-family: "Poppins";
    font-size: 20px;
  text-decoration: none;
}

.four .service-content-block h3:hover{color:#fff;}

.four p {
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 30px;
}

.four img {
    margin: 5px auto;
}

.seven {
    background: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

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

.seven .title-section h3 {
    color: #767676;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.seven .title-section h2 {
    color: #c09e80;
    font-size: 30px;
    font-family: "Poppins";
    font-weight: bold;
    margin: 0;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing:-1;
}

.seven h4 {
    color: #000;
    font-size: 20px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0 0 10px 0;
}

.seven p {
    color: #333;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}

.seven .welcome-block-image {
    position: absolute;
    top: 50px;
    right: -6%
}

.seven .welcome-block-image img {
    width: 100%;
}


.one-a {
    margin-bottom: 10px;
}

.one-a h3 {
    color: #767676;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.one-a h2 {
    color: #c09e80;
    font-size: 30px;
    font-family: "Poppins";
    font-weight: bold;
    margin: 0;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing:-1;
}

.one-a h4 {
    color: #000;
    font-size: 20px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0 0 10px 0;
}

.one-a p {
    color: #333;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}





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

.top-footer h5 {
    color: #fff;
    font-size: 20px;
    font-family: "Poppins";
    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: 'Poppins';
    font-size: 25px;
    color: #ebebeb;
    margin-bottom: 15px;
    display: inline-block;
}

.top-footer .social-info .fa {
    color: #ebebeb;
    border-radius: 50%;
    padding: 10px 12px;
    background: #2d3032;
    border: 2px solid #2d3032;
    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: 10px 16px;
}

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

.top-footer-content ul li {
    font-family: 'Poppins';
    font-size: 16px;
    color: #ebebeb;
    margin-bottom: 7px;
}

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

.top-footer h4 {
    color: #ebebeb;
    font-size: 24px;
    font-family: "Poppins";
    font-weight: 600;
}

.top-footer p {
    color: #ebebeb;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

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

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

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

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

.footer {
    padding: 20px 0 15px 0;
    background: #222527;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

.footer span {
    color: #b61f2e;
}

.footer p {
    color: #fff;
    font-family: "Poppins";
    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: "Poppins";
    margin: 0;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

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

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

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

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

.page h5 a {
    color: #b61f2e;
}

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

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

.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;
    transition: all 0.5s ease-in-out;
    width: 100%;
    z-index: 999999;
    box-shadow: 0 1px 10px #666;
    margin-bottom: 10px;
}

.affix-top {
    position: static;
    top: -35px;
    transition: all 0.5s ease-in-out;
}

.affix .header {
    background: #fff;
    position: inherit;
    margin-top: inherit;
    border-bottom: 1px solid #00297d;
}

.affix .header {
    top: 0;
}

.affix .header .logo {
    top: 0;
}

.header {
    display: block;
    background: transparent;
    border-radius: 3px;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 5%;
}


/*header-alt*/

.main-header {
    background: #fff;
    border-radius: 5px;
}


/* 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: 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: #fff !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 #toggle-menu {
        padding: 1em 0.8em;
        background: #c09e80;
        color: #fff;
    }
    .header #menu .quote:last-child {
        float: none;
    }
    .header #menu .quote:last-child a {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .button1 {
        margin-bottom: 20px;
    }
    .top-footer .top-footer-content {
        margin-top: inherit;
    }
    .seven .welcome-block-image {
        position: inherit;
        right: inherit;
        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 {
        margin-bottom: 30px;
        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;
    }
    .header .dash {
        display: none !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;
    }
}

.testimonials-content {}

.testimonials-content .client-name {
    font-size: 20px;
    font-family: "Poppins";
    font-weight: bold;
    color: #000;
    display: inline-block;
    padding: 5px 0;
}

.testimonials-content .address {
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 300;
    color: #434343;
    display: block;
}

.testimonials-content .client-review {
    display: block;
    margin-bottom: 5px;
    line-height: 23px;
    color: #000;
    font-size: 16px;
    font-family: "Poppins";
    border-radius: 6px;
    border: 1px solid #d2d0d0;
    padding:20px;
}

#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;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .header #menu a {
        font-size: 12px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .header #menu a {
        font-size: 12px
    }
}

.css-typing p {
    border-right: .15em solid #b61f2e;
    font-family: "Courier";
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}

.css-typing p:nth-child(1) {
    width: 15em;
    -webkit-animation: type 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.css-typing p:nth-child(2) {
    width: 9em;
    opacity: 0;
    -webkit-animation: type2 2s steps(40, end);
    animation: type2 2s steps(40, end);
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes type {
    0% {
        width: 0;
    }
    99.9% {
        border-right: .15em solid #b61f2e;
    }
    100% {
        border: none;
    }
}

@-webkit-keyframes type {
    0% {
        width: 0;
    }
    99.9% {
        border-right: .15em solid #b61f2e;
    }
    100% {
        border: none;
    }
}

@keyframes type2 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    99.9% {
        border-right: .15em solid #b61f2e;
    }
    100% {
        opacity: 1;
        border: none;
    }
}

@-webkit-keyframes type2 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    99.9% {
        border-right: .15em solid #b61f2e;
    }
    100% {
        opacity: 1;
        border: none;
    }
}

@keyframes type3 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes type3 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

@-webkit-keyframes blink {
    50% {
        border-color: tranparent;
    }
}