                @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 {
                    overflow-x: hidden;
                    font-family: 'Montserrat';
                }
                
                 ::placeholder {
                    color: #333;
                    opacity: 1;
                    /* Firefox */
                }
                
                 :-ms-input-placeholder {
                    /* Internet Explorer 10-11 */
                    color: #333;
                }
                
                 ::-ms-input-placeholder {
                    /* Microsoft Edge */
                    color: #333;
                }
                
                .input-text {
                    color: #333;
                    height: 40px;
                    width: 100%;
                    font-size: 16px;
                    font-family: 'Questrial';
                    padding: 5px 15px;
                    background: #e1e1e1;
                    border: none;
                }
                
                .input-textarea {
                    color: #333;
                    width: 100%;
                    font-size: 16px;
                    font-family: 'Questrial';
                    padding: 5px 15px;
                    background: #e1e1e1;
                    border: none;
                }
                
                .input-submit {
                    font-family: 'Questrial';
                    font-weight: normal;
                    width: 100%;
                    font-style: normal;
                    color: #fff;
                    font-size: 16px;
                    border: 2px solid #ffa000;
                    background: #ffa000;
                    padding: 10px 25px;
                    transition: 0.50s;
                    -webkit-transition: 0.50s;
                    -moz-transition: 0.50s;
                    -ms-transition: 0.50s;
                    -o-transition: 0.50s;
                }
                
                .input-submit:hover {
                    color: #fff;
                    background: #c98a29;
                    border: 2px solid #c98a29;
                }
                
                .page .input-text {
                    color: #333;
                    height: 40px;
                    width: 100%;
                    font-size: 16px;
                    font-family: 'Questrial';
                    padding: 5px 15px;
                    background: #fff;
                    border: 1px solid #ccc;
                }
                
                .page .input-textarea {
                    color: #333;
                    width: 100%;
                    font-size: 16px;
                    font-family: 'Questrial';
                    padding: 5px 15px;
                    background: #fff;
                    border: 1px solid #ccc;
                }
                
                .page .input-submit {
                    color: #1D6086;
                    font-size: 14px;
                    border: 1px solid #1D6086;
                    background: transparent;
                    width: 100%;
                    padding: 6px 10px;
                    transition: 0.50s;
                    -webkit-transition: 0.50s;
                    -moz-transition: 0.50s;
                    -ms-transition: 0.50s;
                    -o-transition: 0.50s;
                }
                
                .page .input-submit:hover {
                    color: #fff;
                    background: #1D6086;
                    border: 1px solid #1D6086;
                }
                
                .button1 {
                    font-family: 'Montserrat';
                    font-weight: normal;
                    font-style: normal;
                    color: #fff;
                    font-size: 14px;
                    border: 1px solid #ffa000;
                    background: #ffa000;
                    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;
                    border: 1px solid #c98a29;
                    background: #c98a29;
                }
                
                .button2 {
                    font-family: 'Montserrat';
                    font-weight: normal;
                    font-style: normal;
                    color: #fff;
                    font-size: 14px;
                    border: 1px solid #189aca;
                    background: #189aca;
                    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: #fff;
                    border: 1px solid #ffa000;
                    background: #ffa000;
                }
                
                .button3 {
                    font-family: 'Montserrat';
                    font-weight: normal;
                    font-style: normal;
                    color: #fff;
                    font-size: 14px;
                    border: 1px solid #ffa000;
                    background: #ffa000;
                    padding: 10px 25px;
                    transition: 0.50s;
                    -webkit-transition: 0.50s;
                    -moz-transition: 0.50s;
                    -ms-transition: 0.50s;
                    -o-transition: 0.50s;
                }
                
                .button3:hover {
                    color: #fff;
                    border: 1px solid #189aca;
                    background: #189aca;
                }
                
                .banner-content {
                    position: relative;
                    text-align: center;
                }
                
                .banner-content img {
                    width: 100%;
                }
                
                .banner-content .centered {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 100%;
                    transform: translate(-50%, -50%);
                }
                
                .banner-content .centered h1 {
                    color: #fff;
                    font-size: 40px;
                    font-family: 'Lora';
                    font-weight: 600;
                    margin: 0;
                    line-height: 42px;
                    text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.4);
                }
                
                .banner-content .centered p {
                    font-family: 'Questrial';
                    font-size: 20px;
                    color: #fff;
                    font-weight: 400;
                }
                
                .one {
                    padding: 80px 0;
                    background: #fff;
                    text-align: center;
                }
                
                .one h1 {
                    color: #121212;
                    font-size: 20px;
                    font-family: 'Lora';
                    line-height: 35px;
                    font-weight: 600;
                    margin: 0;
                }
                
                .two {
                    background: #fff;
                    padding: 80px 0;
                }
                
                .two .wl-txt {
                    color: #333;
                    font-family: 'Questrial';
                    font-size: 20px;
                    line-height: 24px;
                }
                
                .two h1 {
                    color: #121212;
                    font-size: 30px;
                    font-family: 'Lora';
                    line-height: 35px;
                    font-weight: 600;
                    margin: 0;
                }
                
                .two p {
                    color: #333;
                    font-family: 'Questrial';
                    font-size: 16px;
                    line-height: 24px;
                }
                
                .two img {
                    margin: 0 auto;
                }
                
                .three {
                    background: #fff;
                    padding: 80px 0;
                }
                
                .three h1 {
                    color: #121212;
                    font-size: 30px;
                    font-family: 'Lora';
                    line-height: 35px;
                    font-weight: 600;
                    margin: 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);
                    overflow: hidden;
                }
                
                .three img {
                    margin: 0 auto;
                }
                
                .four {
                    background: #f9f9f9;
                    padding: 80px 0;
                }
                
                .four h1 {
                    color: #121212;
                    font-size: 30px;
                    font-family: 'Lora';
                    font-weight: 600;
                    line-height: 35px;
                    margin: 0;
                    text-align: center;
                }
                
                .four h2 {
                    color: #121212;
                    font-size: 20px;
                    font-family: 'Lora';
                    font-weight: 600;
                    margin: 0;
                }
                
                .four .service {
                    padding: 0;
                    border: none;
                    background: #fff;
                }
                
                .four .service .box {
                    padding: 10px 20px;
                }
                
                .four p {
                    color: #333;
                    font-family: 'Questrial';
                    font-size: 16px;
                    line-height: 24px;
                    font-weight: 500;
                }
                
                .four p a {
                    color: #a0c804;
                }
                
                .four img {
                    margin: 0 auto;
                }
                
                .five {
                    background: url(../images/bg.jpg) no-repeat center center fixed;
                    -webkit-background-size: cover;
                    -moz-background-size: cover;
                    -o-background-size: cover;
                    background-size: cover;
                    padding: 80px 0;
                }
                
                .five h1 {
                    color: #fff;
                    font-size: 30px;
                    font-family: 'Lora';
                    font-weight: 600;
                    margin: 0;
                }
                
                .top-footer {
                    background: #0f0f0f;
                    padding: 60px 0;
                }
                
                .top-footer p {
                    color: #b4b4b4;
                    font-family: 'Questrial';
                    font-size: 16px;
                    line-height: 30px;
                }
                
                .top-footer h1 {
                    color: #fff;
                    font-family: 'Lora';
                    margin: 0;
                    font-size: 22px;
                    font-weight: 500;
                }
                
                .top-footer h2 {
                    color: #fff;
                    font-family: 'Lora';
                    margin: 0;
                    font-size: 22px;
                    font-weight: 500;
                }
                
                .top-footer h2 span {
                    color: #b4b4b4;
                }
                
                .top-footer .fa {
                    color: #ffffff;
                    font-size: 18px;
                }
                
                .footer {
                    text-align: center;
                    padding: 15px 0 0 0;
                    background: #000;
                }
                
                .footer p {
                    font-family: 'Questrial';
                    font-size: 15px;
                    color: #ccc;
                }
                /* 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 h1 {
                    color: #121212;
                    font-size: 20px;
                    font-family: 'Questrial';
                }
                
                .page h2 {
                    font-size: 25px;
                    font-family: 'Questrial';
                    color: #ffa000;
                    font-weight: 500;
                    margin: 0;
                }
                
                .page h4 {
                    font-size: 30px;
                    font-weight: 500;
                    font-family: "Questrial";
                    margin-bottom: -10px;
                    color: #121212;
                    text-transform: uppercase;
                }
                
                .page h3 {
                    font-size: 20px;
                    font-family: 'Questrial';
                    color: #ffa000;
                    margin: 0;
                }
                
                .page h3 span {
                    font-family: 'Open Sans';
                    color: #ccc;
                    font-size: 14px;
                }
                
                .page h5 {
                    font-family: 'Questrial';
                    color: #2c2c2c;
                    font-size: 16px;
                    line-height: 28px;
                }
                
                .page p {
                    font-family: 'Questrial';
                    text-align: justify;
                    font-size: 16px;
                    line-height: 25px;
                }
                
                .page .fa {
                    font-size: 18px;
                    color: #ffa000;
                }
                
                .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: rgba(0, 0, 0, 0.6);
                    padding: 3px 0;
                }
                
                .affix .header img {
                    width: 25%;
                }
                
                .affix .center {
                    margin-top: 0px;
                }
                
                .header {
                    background-size: cover;
                    background: transparent;
                    padding: 15px 0;
                    width: 100%;
                    position: absolute;
                    z-index: 999;
                }
                
                .header p {
                    padding: 25px 0;
                    margin: 0;
                }
                
                .affix .header p {
                    padding: 12px 0;
                    margin: 0;
                }
                
                .logo {
                    z-index: 999;
                    position: absolute;
                }
                
                .center {}
                /* 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: .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: #ffa000 !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: 812px) {
                    .top-header p {
                        text-align: center !important;
                    }
                    .button1 {
                        margin-bottom: 20px;
                    }
                    .header {
                        top: inherit;
                        background: #121212;
                        padding: 10px 0px;
                    }
                    .line {
                        margin: 0 auto;
                    }
                    .one {
                        text-align: center;
                    }
                    .three {
                        text-align: center;
                    }
                    .one img {
                        margin: 0 auto;
                    }
                    .footer h2 {
                        text-align: center;
                    }
                    .footer img {
                        margin: 0 auto;
                    }
                    .footer p {
                        text-align: center !important;
                    }
                    .four .box .fa-icon {
                        padding: 15px 20px;
                    }
                    .affix {
                        position: inherit;
                    }
                    .four img {
                        margin: 0 auto;
                    }
                    .owl-controls {
                        display: none !important;
                    }
                    .testimonials-content .client-name {
                        text-align: center;
                    }
                    .two {
                        text-align: center;
                        margin: 0;
                    }
                    .two .home {
                        margin-top: 0;
                    }
                    .two a {
                        margin: 0 auto;
                        display: block;
                        text-align: center;
                    }
                    .two img {
                        margin: 0 auto;
                    }
                    .testimonials-content img {
                        margin: 0 auto;
                    }
                    .five {
                        text-align: center;
                    }
                    .navbar .navbar-nav>li>a {
                        padding: 15px;
                    }
                    .dropdown-menu>li>a {
                        color: #121212;
                    }
                    .welcome {
                        padding: 40px !important;
                    }
                    .four .service {
                        margin-top: inherit;
                    }
                    .box {
                        text-align: center;
                    }
                    .box-content h1 {
                        text-align: center !important;
                    }
                    .six {
                        text-align: center;
                        margin: 0
                    }
                    .six #ask label {
                        text-align: left !important;
                    }
                    .header h2 {
                        margin-top: 20px !important;
                        color: #fff;
                    }
                    .four {
                        text-align: center;
                    }
                    .taptocall {
                        border: 1px solid #fff;
                    }
                }
                
                @media only screen and (max-width: 480px) {
                    .owl-controls {
                        display: none !important;
                    }
                }
                
                @media only screen and (max-width: 320px) {
                    .owl-controls {
                        display: none !important;
                    }
                }
                
                .client-information {
                    background: rgba(255, 255, 255, 0.2);
                    padding: 10px 20px;
                }
                
                .client-information img {
                    margin: 0 auto !important;
                }
                
                .testimonials-content h1 {
                    color: #121212;
                    font-size: 30px;
                    font-family: 'Lora';
                    margin: 0;
                    font-weight: 600;
                }
                
                .testimonials-content p {
                    font-family: 'Questrial';
                    color: #fff;
                    font-size: 16px;
                }
                
                .testimonials-content {}
                
                .testimonials-content .client-name {
                    font-size: 18px;
                    font-family: 'Lora';
                    font-weight: 600;
                    color: #ffa000;
                    display: inline-block;
                }
                
                .testimonials-content .client-review {
                    display: block;
                    margin-bottom: 5px;
                    line-height: 30px;
                    color: #fff;
                    font-size: 16px;
                    font-family: 'Questrial';
                }
                /* -- Here is owl pagination { display: none; } you can { display: block; } to show the pagigation buttons -- */
                
                #owl-demo1 .owl-pagination {
                    position: absolute;
                    left: 50%;
                    top: 120%;
                    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: #ffa000 !important;
                    height: 5px !important;
                    width: 5px !important;
                }
                
                #owl-demo1 .item {
                    margin-left: 20px;
                    margin-right: 20px;
                }
                
                .progress {
                    width: 150px;
                    height: 150px;
                    line-height: 150px;
                    background: none;
                    margin: 0 auto;
                    box-shadow: none;
                    position: relative;
                }
                
                .progress:after {
                    content: "";
                    width: 100%;
                    height: 100%;
                    border-radius: 50%;
                    border: 12px solid #fff;
                    position: absolute;
                    top: 0;
                    left: 0;
                }
                
                .progress>span {
                    width: 50%;
                    height: 100%;
                    overflow: hidden;
                    position: absolute;
                    top: 0;
                    z-index: 1;
                }
                
                .progress .progress-left {
                    left: 0;
                }
                
                .progress .progress-bar {
                    width: 100%;
                    height: 100%;
                    background: none;
                    border-width: 12px;
                    border-style: solid;
                    position: absolute;
                    top: 0;
                }
                
                .progress .progress-left .progress-bar {
                    left: 100%;
                    border-top-right-radius: 80px;
                    border-bottom-right-radius: 80px;
                    border-left: 0;
                    -webkit-transform-origin: center left;
                    transform-origin: center left;
                }
                
                .progress .progress-right {
                    right: 0;
                }
                
                .progress .progress-right .progress-bar {
                    left: -100%;
                    border-top-left-radius: 80px;
                    border-bottom-left-radius: 80px;
                    border-right: 0;
                    -webkit-transform-origin: center right;
                    transform-origin: center right;
                    animation: loading-1 1.8s linear forwards;
                }
                
                .progress .progress-value {
                    width: 90%;
                    height: 90%;
                    border-radius: 50%;
                    background: #fff;
                    font-size: 24px;
                    color: #121212;
                    line-height: 135px;
                    text-align: center;
                    position: absolute;
                    top: 5%;
                    left: 5%;
                }
                
                .progress.blue .progress-bar {
                    border-color: #ffa000;
                }
                
                .progress.blue .progress-left .progress-bar {
                    animation: loading-2 1.5s linear forwards 1.8s;
                }
                
                .progress.yellow .progress-bar {
                    border-color: #c88a28;
                }
                
                .progress.yellow .progress-left .progress-bar {
                    animation: loading-3 1s linear forwards 1.8s;
                }
                
                .progress.pink .progress-bar {
                    border-color: #dfb852;
                }
                
                .progress.pink .progress-left .progress-bar {
                    animation: loading-4 0.4s linear forwards 1.8s;
                }
                
                .progress.green .progress-bar {
                    border-color: #8d512f;
                }
                
                .progress.green .progress-left .progress-bar {
                    animation: loading-5 1.2s linear forwards 1.8s;
                }
                
                @keyframes loading-1 {
                    0% {
                        -webkit-transform: rotate(0deg);
                        transform: rotate(0deg);
                    }
                    100% {
                        -webkit-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }
                }
                
                @keyframes loading-2 {
                    0% {
                        -webkit-transform: rotate(0deg);
                        transform: rotate(0deg);
                    }
                    100% {
                        -webkit-transform: rotate(176deg);
                        transform: rotate(176deg);
                    }
                }
                
                @keyframes loading-3 {
                    0% {
                        -webkit-transform: rotate(0deg);
                        transform: rotate(0deg);
                    }
                    100% {
                        -webkit-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }
                }
                
                @keyframes loading-4 {
                    0% {
                        -webkit-transform: rotate(0deg);
                        transform: rotate(0deg);
                    }
                    100% {
                        -webkit-transform: rotate(126deg);
                        transform: rotate(126deg);
                    }
                }
                
                @keyframes loading-5 {
                    0% {
                        -webkit-transform: rotate(0deg);
                        transform: rotate(0deg);
                    }
                    100% {
                        -webkit-transform: rotate(162deg);
                        transform: rotate(162deg);
                    }
                }
                
                @media only screen and (max-width: 990px) {
                    .progress {
                        margin-bottom: 20px;
                    }
                }