@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: #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: 'poppins';
    padding: 5px 15px;
    background: transparent;
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
    border-top: none;
}

.input-textarea {
    color: #121212;
    width: 100%;
    font-size: 16px;
    height: 40px;
    font-family: 'Lato';
    padding: 5px 15px;
    background: transparent;
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
    border-top: none;
}

.input-submit {
    color: #fff;
    font-size: 16px;
    border: 2px solid #10b6eb;
    border-radius: 15px;
    background: #10b6eb;
    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: 'poppins';
    margin-top: 20px;
}

.button1 {
    border-radius: 25px;
    font-family: 'Lora';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    border: 2px solid #1d1160;
    background: #1d1160;
    padding: 10px 25px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
}

.button1:hover {
    color: #fff;
    background: #f46a3c;
    border: 2px solid #f46a3c;
    border-radius: 25px;
}

.button2 {
    font-family: 'poppins';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    border: 1px solid #10b6eb;
    background: #10b6eb;
    padding: 10px 20px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    border-radius: 25px;
}

.button3 {
    font-family: 'poppins';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    border: 2px solid #fff;
    border-color: transparent transparent transparent #fff;
    background: #1d1160;
    padding: 15px 25px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    display: block;
    margin: 0 0 0 auto;
}

.top-header {
    background: #10b6eb;
    padding: 5px 0;
}

.top-header p {
    font-family: 'poppins';
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 5px 0;
}

.top-header a {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
    display: block;
}

.top-header .circle {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 10px;
}

.margin-left {
    text-align: right;
}

.logo-header {
    background-color: #fff;
    padding: 10px 0;
}

.logo-header p {
    text-align: right;
    font-family: 'poppins';
    font-size: 16px;
    padding: 35px 0;
    margin: 0;
}

.logo-header .fa {
    font-size: 18px;
    margin: 0 5px;
}

.logo-header span {
    margin: 0 15px;
}

.main-menu li{
    margin-left:10px;
}

.main-menu li:first-child{
    margin-left:0;
}

.main-menu li a{
    text-transform: uppercase;
}

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

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

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

.one {
    padding: 50px 0;
    text-align: center;
}

.one h2 {
    color: #10b6eb;
    font-size: 30px;
    font-family: 'poppins';
    font-weight: 600;
    line-height: 30px;
}

.one h2 span {
    color: #000;
    font-size: 18px;
    margin-bottom: 30px;
}

.one h3{
	font-size:25px;
	 color: #10b6eb;
    font-family: 'poppins';
    font-weight: 600;
    margin:15px 0;
    text-align:left;
}

.one p {
    font-size: 15px;
    font-family: 'poppins';
    line-height: 35px;
}

.two {
    background-color: #fafbfc;
    padding: 50px 0;
}

.two h2 {
    color: #10b6eb;
    font-size: 30px;
    font-family: 'poppins';
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.two h2 span {
    color: #000;
    font-size: 18px;
}

.two .col-sm-4 {
    margin: 20px 0;
}

.two h3 {
    color: #10b6eb;
    font-family: 'poppins';
    font-size: 20px;
    text-transform: uppercase;
}

.two img {
    margin-top: 20px;
}

.two p {
    font-family: 'poppins';
    font-size: 15px;
    margin-top: 10px;
    line-height: 26px;
    font-weight: 400;
}

.orange-line {
    width: 50%;
    height: 3px;
    background-color: #1d1160;
    margin: 5px 0;
}

.three {
    padding: 50px 0;
}

.three h2 {
    color: #10b6eb;
    font-size: 30px;
    font-family: 'poppins';
    font-weight: 600;
    line-height: 30px;
}

.three h2 span {
    color: #000;
    font-size: 18px;
}

.three p {
    font-family: 'poppins';
    font-size: 18px;
    line-height: 70px;
}

.four {
    background: url(../images/bg1.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
}

.four h2 {
    color: #10b6eb;
    font-size: 30px;
    font-family: 'poppins';
    font-weight: 600;
    line-height: 30px;
}

.four h2 span {
    color: #000;
    font-size: 18px;
}

.five {
    padding: 50px 0;
}

.five h2 {
    color: #10b6eb;
    font-size: 30px;
    font-family: 'poppins';
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.five img {
    margin: 15px 0;
    display: block;
    width: 100%;
    height: auto;
}

.five .col-sm-4 {
    position: relative;
}

.overlay-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #10b6eb;
}

.five h3 {
    color: white;
    font-size: 18px;
    font-family: 'poppins';
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.five p {
    color: white;
    font-size: 15px;
    font-family: 'poppins';
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.col-sm-4:hover .overlay-text {
    opacity: 1;
}

.six {
    padding: 50px 0;
    background: url(../images/bg2.jpg)no-repeat center;
    background-size: cover;
}

.six h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'poppins';
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.six a{
    display: block;
    text-align:center;
}

.top-footer {
    padding: 50px 0;
    background: #1e1e1e;
}

.top-footer .col-sm-6 {
    padding: 0;
}

.top-footer p {
    color: #fff;
    font-family: 'poppins';
    font-size: 14px;
    line-height: 30px;
}

.top-footer em {
    font-size: 12px;
}

.top-footer h1 {
    color: #fff;
    font-family: 'poppins';
    font-size: 30px;
    font-weight: 600;
}

.top-footer img {
    margin: 0 10px;
}

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

.top-footer .fa {
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
}

.footer {
    padding: 15px 0;
    background: #0d0d0d;
}

.footer p {
    color: #fff;
    font-family: 'poppins';
    font-size: 16px;
    margin: 0;
    text-align: center;
}


/* Inner Page */

.booknow { 
    background: #10b6eb; 
    padding: 20px 0; 
}

.booknow .booknow-estimate { 
     padding: 20px;
     margin-bottom: 25px;
     background: transparent;
     border: 1px solid #fff;
     border-radius: 0; 
     color:#000;
}

.booknow .booknow-estimate::placeholder{
    color:#fff !important;
}

.booknow label { 
    color: #fff; 
}

.booknow h2 { 
    margin-bottom: 20px; 
    color: #fff; 
}

.booknow .booknow-estimate{ 
    color:#fff; 
}
.booknow .booknow-estimate::placeholder{ 
    color:#fff; 
}

.btn-freeestimatestyle{ 
    display: block; 
    text-transform: uppercase; 
    width: 100%; color: #fff; 
    background: #e94045; 
    border: none; 
    padding: 10px 16px; 
    font-size: 18px; 
    border-radius: 0; 
    -webkit-transition: all linear 0.3s; 
    -moz-transition: all linear 0.3s; 
    transition: all linear 0.3s; 
}

.btn-freeestimatestyle:hover{ 
    background: #2ecc71; 
}

.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 {
    font-size: 22px;
    font-family: 'Lora';
    color: #5e6b79;
}

.page h4 {
    font-size: 30px;
    font-weight: 500;
    font-family: "Lora";
    margin-bottom: -10px;
    color: #121212;
    text-transform: uppercase;
}

.page h3 {
    font-size: 20px;
    font-family: 'Lora';
    color: #1aadf3;
}

.page h3 span {
    font-family: 'Open Sans';
    color: #ccc;
    font-size: 14px;
}

.page h5 {
    font-family: 'Lora';
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 600;
}

.page p {
    font-family: 'Questrial';
    text-align: justify;
    font-size: 16px;
    line-height: 25px;
}

.page .fa {
    font-size: 8px;
}

.page ul{margin-bottom: 15px;}
.page ul li{font-size: 16px;}

.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: #10b6eb;
}

.affix .header .center {}

.affix .header img {
    width: 42%;
}

.affix .center {
    margin-top: 0px;
}

.affix .header-up {
    background: rgba(0, 0, 0, 0.6);
}

.header {
    background-size: cover;
    background: #10b6eb;
    padding: 0;
}

.logo {
    z-index: 999;
    position: absolute;
}

.center {
    padding: 5px 0;
}

.header p {
    font-family: 'Lora';
    color: #494949;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    text-align: right;
}


/* Tap to Call */

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

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

.taptosms {
    color: #000;
    font-size: 14px !important;
    border: 1px solid #000;
    width: 100%;
    margin: 5px auto !important;
    padding: 15px;
}

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

.f-left {
    float: left;
    z-index: 99;
}

.f-right {
    float: right;
    z-index: 99;
}


/* 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: #1d1160 !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;
    }
    .page .inner-cont {
        margin-top: inherit;
    }
    .header {
        position: inherit !important;
    }
}

@media only screen and (max-width: 768px) {
    .top-header {
        display: none;
    }
    .logo-header p {
        display: none;
    }
    .header {
        background-color: #fff;
    }
    .affix .header {
        background-color: #fff;
    }
    .two {
        text-align: center;
    }
    .two img {
        margin: 0 auto;
    }
    .orange-line {
        margin-left: 25%;
    }
    .button3 {
        margin: 0 auto;
        border-left: none;
    }
    .affix {
        position: inherit;
    }
    .owl-controls {
        display: none !important;
    }
    .navbar .navbar-nav>li>a {
        padding: 15px;
    }
    .dropdown-menu>li>a {
        color: #121212;
    }
}

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

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

img.joe {
    width: 100px;
}

.client-information img {
    margin: 0 auto;
}

.client-information {
    background: transparent;
}

.testimonials-content {
    margin: 50px 0;
    display: block;
}

.testimonials-content h2 {
    color: #121212;
    font-size: 25px;
    font-family: "Lora";
    font-weight: 600;
    margin: 0;
    line-height: 32px;
    text-align: center;
}

.testimonials-content .client-name {
    font-size: 18px;
    font-family: "poppins";
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
    padding-left: 10px;
}

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


/* -- 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;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .top-header {
        display: block;
    }
    .logo-header p {
        display: inline-block;
    }
    .two {
        text-align: left;
    }
    .two img {
        display: none;
    }
    .orange-line {
        margin: 10px 0;
    }
    .three img {
        margin-top: 100px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .two img {
        display: inline-block;
    }
    .three img {
        margin: 0;
    }
}