@charset "utf-8";

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

p {
    font-family: "Mulish";
}

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

body {
    background: #fff;
}

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

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

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

.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: #FBC150;
    border: #FBC150 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: #FBC150;
}

.input-text {
    color: #333;
    height: 45px;
    width: 100%;
    font-size: 14px;
    font-family: "Mulish";
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #232323;


}

.input-textarea {
    color: #333;
    width: 100%;
    font-size: 14px;
    font-family: "Mulish";
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #232323;


}

.input-submit {
    color: #fff;
    font-size: 15px;
    border: 2px solid #2E425A;
    background: #2E425A;
    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: "Mulish";
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;

}

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

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

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

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

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

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



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

}
.button4 {
    color: #fff;
    font-size: 15px;
    border: 2px solid #FBC150;
    background: #FBC150;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: "Mulish";
    letter-spacing: 2px;
    font-weight: 500;
}
.button5 {
    color: #fff;
    font-size: 15px;
    border: 2px solid #FBC150;
    background: #FBC150;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: "Mulish";
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: 30px;
}

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

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

.banner-content .centered {
    position: absolute;
    top: 40%;
    left: 10%;
    text-align: left;
}
.banner-content p:before{
  content:" ";
  display: flex !important;
  height: 2px;
  width: 60px;
  position: absolute;
  left: 0;
  background: #FBC150;
  margin-top: 17px;

}

.banner-content .centered h2 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #FFFFFF;
    margin: 0 0 10px 0;

}

.banner-content .centered p {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    margin: 0;
    letter-spacing: 0.05em;
    color: #FBC150;
    margin-left: 70px;
    text-transform: uppercase;
}




.one {
    padding: 60px 0;
    background: #F8F9FA;
    position: relative;
}
.one .title-section {
    text-align: center;
}
.one .title-section h6 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.05em;
    color: #FBC150;
    margin-left: 100px;
    text-transform: uppercase;
    margin-left: 60px;
}
.one .title-section h6:before{
    content: " ";
    display: flex !important;
    height: 2px;
    width: 50px;
    position: absolute;
    left: 0;
    background: #FBC150;
    margin-top: 10px;
    margin-left: 660px;
}
.one ul{
    padding-top: 20px;
}
.one ul li{
    list-style: none;
    font-family: 'Mulish';
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #2A2C08;
    font-weight: 700;
}
.one .fa {
    color: #FBC150;
    font-size: 20px;
}
.one .title-section  h2{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    margin: 0;
    color: #2E425A;
    margin-top: 20px;

}
.two {
    background: #F8F9FA;
    padding: 80px 0 0 0;
}

.two .title-section {
    margin-bottom: 20px;
}


.two .title-section h2 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: #000000;
    margin: 0 0 15px 0;
}

.two .title-section .hr1 {
    background: #B5BE05;
    height: 2px;
    width: 10%;
}

.two #ask {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}

.two .form-group {
    padding-left: 0;
}

.two .title-section h6 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.05em;
    color: #FBC150;
    margin-left: 100px;
    text-transform: uppercase;
    margin-left: 60px;
}
.two .title-section h6:before{
    content: " ";
    display: flex !important;
    height: 2px;
    width: 50px;
    position: absolute;
    left: 0;
    background: #FBC150;
    margin-top: 10px;
    margin-left: 120px;
}

.two .two-content{
    display: flex;
    justify-content: space-between;
}

.two .title-section h2 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    margin: 0;
    color: #2E425A;
    margin-top: 15px;
    margin-bottom: 15px;
}
.three {
    background: #F8F9FA;
    padding:0 0 80px 0;
    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;
    padding: 80px 0;
}

.four .working-content{
    display: flex;
}
.four .working-hour h6{
 font-family: 'Mulish';
 font-style: normal;
 font-weight: 700;
 font-size: 18px;
 color: #2E425A;

}
.four .working-hour{
    margin-right: 80px;
}
.four  .working-distance h6{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #2E425A;
}
.four .working-hour h4{
 font-family: 'Mulish';
 font-style: normal;
 font-weight: 700;
 font-size: 40px;
 color: #2E425A;

}

.four  .working-distance h4{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #2E425A;
}
.four .title-section h6 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.05em;
    color: #FBC150;
    margin-left: 100px;
    text-transform: uppercase;
    margin-left: 60px;

}

.four .title-section h6:before{
    content: " ";
    display: flex !important;
    height: 2px;
    width: 50px;
    position: absolute;
    left: 0;
    background: #FBC150;
    margin-top: 10px;
    margin-left: 20px;
}
.four .title-section  h2{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    margin: 0;
    color: #2E425A;
    margin-top: 20px;

}


.four p {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #2A2C08;
}

.four .service-content-block {
    margin-bottom: 20px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    padding: 40px;
    background: #fff;
    margin-left: -100px;
    margin-top: 100px;
}



.four .form-content{
    background: #FBC150;
    padding: 20px 15px;

}
.four .title-section h4{
 font-family: 'Mulish';
 font-style: normal;
 font-weight: 700;
 font-size: 30px;
 margin: 0;
 color: #2E425A;
 margin-top: 20px;
 text-align: center;
 margin-bottom: 20px;
}
.five{
    padding: 80px 0px;
    background: url(../images/five-bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.five h4{
 font-family: 'Mulish';
 font-style: italic;
 font-weight: 700;
 font-size: 45px;
 margin: 0;
 color: #fff;
 text-align: left;
}
.six{
    background: #fff;
    padding: 80px 0px;
}
.six .title-section{
    text-align: center;
}
.six .title-section h2 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    margin: 0;
    color: #2E425A;
    margin-top: 15px;
    margin-bottom: 15px;
}
.six .title-section h6 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.05em;
    color: #FBC150;
    margin-left: 100px;
    text-transform: uppercase;
    margin-left: 60px;
}
.six .title-section h6:before{
    content: " ";
    display: flex !important;
    height: 2px;
    width: 50px;
    position: absolute;
    left: 0;
    background: #FBC150;
    margin-top: 10px;
    margin-left: 660px;
}
.six .client-information{
    border: 2px solid #42545E;
    padding: 20px 10px;
    display: flex;
}
.six .review-text{
    font-family: 'Mulish';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    text-align: left;
    color: #2E425A;
}
.six .client-information h4{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
    text-align: left;
    color: #2E425A;
}
.seven {
    background: #fff;
    padding: 80px 0;
}

.seven .title-section {
    margin-bottom: 20px;
}
.seven ul li{
    list-style: none;
    font-family: 'Mulish';
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #2A2C08;
    font-weight: 700;
}
.seven .fa{
    color: #FBC150;
    font-size: 20px;
}
.seven .title-section h6 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.05em;
    color: #FBC150;
    margin-left: 100px;
    text-transform: uppercase;
    margin-left: 60px;
    margin-top: 35px;
}
.seven .title-section h6:before{
    content: " ";
    display: flex !important;
    height: 2px;
    width: 50px;
    position: absolute;
    left: 0;
    background: #FBC150;
    margin-top: 10px;
    margin-left: 20px;
}
.seven .title-section  h2{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin: 0;
    color: #2E425A;
    margin-top: 10px;

}
.seven p {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #2A2C08;
}

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

}
.top-footer h2{
    font-family: 'Ranchers';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 40px;
    /* identical to box height, or 105% */
    color: #fff;
}
.top-footer h5 {
    color: #fff;
    font-size: 20px;
    font-family: "Mulish";
    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: 'Mulish';
   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: 'Mulish';
   font-size: 16px;
   color: #979797;
   margin-bottom: 15px;
}

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

.top-footer-content .border-bot li{
   border-bottom: 1px dotted #ccc;
   padding-bottom: 10px;
}

.top-footer-content .border-bot li:last-child{
    border-bottom: none;
}

.top-footer h3 {
    color: #fff;
    font-size: 18px;
    font-family: "Mulish";
    font-weight: 500;
    margin-top: 10px;
}
.top-footer h6{
    color: #fff;
    font-size: 16px;
    font-family: "Mulish";
    font-weight: 500;
    margin: 0 0 25px 0;
}

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

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


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

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

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

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

.footer span {
    color: #FBC150;
}

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

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

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

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

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

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

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

.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: "Mulish";
}

.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: rgba(255, 255, 255, 0.9);
    position: inherit;
    margin-top: inherit;

}

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

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


.header {
    display: block;
    background: transparent;
    position: absolute;
    z-index: 2;
    width: 100%;
    margin-top: 15px;

}

/*header-alt*/

.header img{
    margin-top: 30px;
}

.header #menu .quote:last-child {
    float: right;
}

.header #menu .quote:last-child a {
    background: #FBC150;
    color: #fff !important;
    border-radius: 3px;
    padding: 1em 2em;
    margin-top: 25px;

}

/* 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: #FBC150 !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 #menu .quote:last-child a {
        display: none;
    }
    .header {
        top: inherit;
        background: #252424;
        padding: 10px 0px;
    }

    .services img {
        width: 100%;
        margin-bottom: 20px;
    }

    .affix .header img {
        width: inherit;
    }
    .affix .header{
        background: #252424;
    }
    .affix .header #menu a{
        color: #fff !important;
    }
    .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: #FBC150;
        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) {
    .header{
        margin-top: 0px;
    }
    .four .working-distance h4{
        font-size: 30px;
    }
    .four .working-hour h4{
        font-size: 30px;
    }
    .button1 {
        margin-bottom: 20px;
    }
    .button5{
        margin-top: 20px;
    }
    .one .title-section {
        text-align: left;
    }
    .one .title-section h6:before {
        margin-left: 5px;
    }
    .one ul li{
        text-align: left;
    }
    .two .title-section h2{
        line-height: 55px;
    }
    .four .working-hour {
        margin-right: 0px;
    }
    .four .title-section h6:before{
        margin-left: 55px;
    }
    .five h4{
        padding: 0px 10px;
    }
    .six .title-section h6:before {
        margin-left: 85px;
    }
    .seven .title-section{
        text-align: left;
    }
    .seven p{
        text-align: left;
    }
    .seven ul li{
        text-align: left;
    }
    .two .title-section h6:before {
        margin-left: 35px;
    }
    .top-footer .top-footer-content {
        margin-top: inherit;
    }

    .header #menu .quote:last-child a {
        padding: 1em 1.25em;
    }

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

    .seven img {
        width: 100%;

    }

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

    .four .service-content-block {
        min-height: inherit;
        margin: inherit;
        padding: 20px;
    }

    .two .form-group {
        padding: inherit;
    }

    .header {
        top: inherit;
        background: #796767;
        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: 20px;
    }

    .two .testimonials-content {
        padding: 20px;
    }

    .top-footer .top-footer-block {
        margin-bottom: 20px;
    }

    .top-footer .abn-block {
        position: inherit;
        margin-top: 30px;
    }


    .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 {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    height: 338px;
    overflow: hidden;
}

.testimonials-content .client-name {
    font-size: 18px;
    font-family: "Mulish";
    font-weight: 700;
    color: #B5BE05;
    display: inline-block;

}



.testimonials-content .client-review {
    display: block;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #5B5D42;
}

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