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

html {
    scroll-behavior: smooth;
}

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: #6dc153;
    border: #6dc153 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: #6dc153;
}

.input-text {
    color: #484848;
    height: 45px;
    width: 100%;
    font-size: 14px;
    font-family: "Poppins";
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
}

.input-textarea {
    color: #484848;
    width: 100%;
    font-size: 14px;
    font-family: "Poppins";
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
}

.input-submit {
    color: #fff;
    font-size: 15px;
    border: 2px solid #6dc153;
    background: #6dc153;
    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: #6dc153;
    border: 2px solid #6dc153;
}

.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: #6dc153;
    font-size: 16px;
    border: 2px solid #6dc153;
    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: #6dc153;
    border: 2px solid #6dc153;
}

.button1 {
    font-family: "Poppins";
    color: #fff;
    font-size: 17px;
    border: 2px solid #6dc153;
    background: #6dc153;
    text-transform: uppercase;
    padding: 1.5em 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 500;
    border-radius: 3px;
    width: 100%;
}

.button1 span {
    transform: skewX(10deg);
    display: block;
}

.button1:hover {
    color: #6dc153;
    background: #fff;
    border: 2px solid #fff;
}

.button2 {
    color: #fff;
    font-size: 15px;
    border: 2px solid #ffc619;
    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-family: "poppins";
    font-weight: 500;
    border-radius: 5px
}

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

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

.top-header {
    background: #6dc153;
    padding: 10px 0;
    margin: 0;
}

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

.top-header img {
    display: initial;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.top-header img:hover {
    transform: scale(1.4);
}

.top-header .social-info {
    text-align: right;
}

.top-header .social-info ul {
    display: inline-block;
}

.top-header .social-info ul li {
    display: inline-block;
    text-decoration: none;
    font-family: 'Poppins';
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
}

.top-header .social-info ul li a {
    color: #fff;
}

.top-header .social-info ul li .fa {
    color: #fff;
}

.mid-header {
    background: #181816;
    padding: 20px 0 50px 0;
    margin: 0;
    border-bottom: 5px solid #fff;
}

.mid-header .info-block {
    float: right;
    margin-top: 10px;
}

.mid-header .info-icon {
    display: inline;
}

.mid-header .info-content {
    display: inline-block;
    margin-left: 15px;
    vertical-align: -webkit-baseline-middle;
}

.mid-header .info-content h3 {
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.mid-header .info-content p {
    font-family: 'Poppins';
    font-size: 16px;
}

.mid-header .info-content p a {
    color: #6dc153;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.mid-header .info-content p a:hover {
    font-weight: 500;
    font-size: 17px;
}

.banner-content {
    position: relative;
}

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

.banner-content .top-left {
    position: absolute;
    top: 30%;
    left: 4%;
    width: 100%;
}

.banner-content .top-left p {
    color: #fff;
    font-size: 60px;
    font-family: "Poppins";
    font-weight: 600;
    margin-bottom: -15px;
}

.banner-content .top-left p span {
    font-size: 60px;
    font-family: "Poppins";
    font-weight: 600;
    color: #6dc153;
}

.banner-content .top-left h3 {
    font-family: 'poppins';
    font-size: 20px;
    color: #fff;
    margin: 30px 0 10px;
}


/* Home CSS */

.one {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

.one .title-section {
    margin: 0 0 25px;
}

.one h3 {
    font-family: 'poppins';
    font-size: 20px;
    color: #000;
    margin: 0 0 15px;
}

.one .title-section h3 img {
    display: inline-block;
}

.one .title-section h2 {
    font-family: 'poppins';
    font-size: 48px;
    margin: 0;
    color: #6dc153;
    font-weight: 600;
}

.one .title-section h2 span {
    color: #ffc619;
}

.one p {
    color: #717171;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.one .col-md-5 img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 99;
}

.two {
    background: url(../images/whychooseusbg.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;
    margin-top: -160px;
}

.two .title-section {
    margin: 0 0 25px;
}

.two h3 {
    font-family: 'poppins';
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px;
}

.two .title-section h3 img {
    display: inline-block;
}

.two .title-section h2 {
    font-family: 'poppins';
    font-size: 48px;
    margin: 0;
    color: #6dc153;
    font-weight: 600;
}

.two .title-section h2 span {
    color: #ffc619;
}

.two .whychooseus-box {
    padding: 50px 0;
    background: transparent;
    border-radius: 5px;
    border: 2px solid #fff;
}

.two .whychooseus-box h4 {
    font-family: 'poppins';
    font-size: 21px;
    text-align: center;
    color: #fff;
    margin: 40px 0;
}

.two .tag {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.three .title-section {
    margin: 0 0 25px;
}

.three h3 {
    font-family: 'poppins';
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px;
}

.three .title-section h3 img {
    display: inline-block;
}

.three .title-section h2 {
    font-family: 'poppins';
    font-size: 48px;
    margin: 0;
    color: #6dc153;
    font-weight: 600;
}

.three .title-section h2 span {
    color: #ffc619;
}

.three .service-content {
    background: url(../images/service-content-bg.png) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 95px 80px;
}

.three .service-content p {
    font-family: 'poppins';
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 30px;
    padding-right:50px;
}

.three .hover-case {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    margin: 0 auto;
    display: block;
    padding: 109px 0;
}

.three .hover-case .button2 {
    display: none;
}

.three .service-box1 {
    background: url(../images/s1.jpg)center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.three .service-box1 h4 {
    font-family: 'poppins';
    font-size: 22px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.three .service-box1:hover .hover-case {
    background: rgba(255, 198, 25, 0.5);
    width: 100%;
    padding: 77px 0;
}

.three .service-box1:hover .hover-case .button2 {
    display: block;
    margin: 20px auto 0;
}

.three .service-box2 {
    background: url(../images/s2.jpg)center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin-top: 25px;
}

.three .service-box2 h4 {
    font-family: 'poppins';
    font-size: 22px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.three .service-box2:hover .hover-case {
    background: rgba(255, 198, 25, 0.5);
    width: 100%;
    padding: 77px 0;
}

.three .service-box2:hover .hover-case .button2 {
    display: block;
    margin: 20px auto 0;
}

.three .service-box3 {
    background: url(../images/s3.jpg)center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.three .service-box3 h4 {
    font-family: 'poppins';
    font-size: 22px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.three .service-box3:hover .hover-case {
    background: rgba(255, 198, 25, 0.5);
    width: 100%;
    padding: 77px 0;
}

.three .service-box3:hover .hover-case .button2 {
    display: block;
    margin: 20px auto 0;
}

.three .service-box4 {
    background: url(../images/s4.jpg)center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin-top: 25px;
}

.three .service-box4 h4 {
    font-family: 'poppins';
    font-size: 22px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.three .service-box4:hover .hover-case {
    background: rgba(255, 198, 25, 0.5);
    width: 100%;
    padding: 77px 0;
}

.three .service-box4:hover .hover-case .button2 {
    display: block;
    margin: 20px auto 0;
}

.three a {
    text-decoration: none;
}

.four {
    background: url(../images/help-bg.jpg) center center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 80px 0;
}

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

.four .title-section h2 {
    color: #ffc619;
    font-size: 48px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0;
    line-height: 60px;
}

.four p {
    font-family: 'poppins';
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    width: 1000px;
    margin: 0 auto 30px;
}

.four .button2 {
    margin: 0 auto;
    display: block;
}

.four a {
    text-decoration: none;
}

.five {
    background: url(../images/testimonialsbg.jpg)center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 112px 0;
}

.five .title-section {
    margin: 0 0 30px;
    text-align: center;
}

.five h3 {
    font-family: 'poppins';
    font-size: 20px;
    color: #000;
    margin: 0 0 15px;
}

.five .title-section h3 img {
    display: inline-block;
}

.five .title-section h2 {
    font-family: 'poppins';
    font-size: 48px;
    margin: 0;
    color: #6dc153;
    font-weight: 600;
}

.five .title-section h2 span {
    color: #ffc619;
}

.six {
    padding: 80px 0;
    background: #f8f9f8;
}

.six .title-section {
    margin: 0 0 30px;
}

.six h3 {
    font-family: 'poppins';
    font-size: 20px;
    color: #000;
    margin: 0 0 15px;
}

.six .title-section h3 img {
    display: inline-block;
}

.six .title-section h2 {
    font-family: 'poppins';
    font-size: 48px;
    margin: 0;
    color: #6dc153;
    font-weight: 600;
}

.six .title-section h2 span {
    color: #ffc619;
}

.ourwork-images {
    overflow: hidden;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    transition: all linear 0.5s;
    position: relative;
}

.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);
}

.six .button2 {
    display: block;
    margin: 0 auto;
}

.dialogue-box {
    position: relative;
    top: -175px;
}

.six a {
    text-decoration: none;
}

.seven {
    background: url(../images/formbg.png) center center no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.seven .title-section {
    margin: 0 0 30px;
}

.seven h3 {
    font-family: 'poppins';
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px;
    text-align: center;
}

.seven .title-section h3 img {
    display: inline-block;
}

.seven .title-section h2 {
    font-family: 'poppins';
    font-size: 48px;
    margin: 0;
    color: #6dc153;
    font-weight: 600;
    text-align: center;
}

.seven .title-section h2 span {
    color: #ffc619;
}

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

.top-footer h2 {
    font-family: 'poppins';
    font-size: 48px;
    color: #fff;
    margin: 0 0 30px;
}

.top-footer h3 {
    font-family: 'poppins';
    font-size: 30px;
    color: #fff;
    margin: 0 0 20px;
}

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

.top-footer span {
    color: #ffc619;
}

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

.top-footer a:hover {
    color: #ffc619;
}

.top-footer img {
    display: inline-block;
    margin: -25px 10px 0 0;
}

.top-footer .contact-detail p {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    line-height: 26px;
}

.top-footer ul li {
    list-style: none;
    font-family: 'poppins';
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}

.top-footer ul li span {
    color: #6dc153;
}

.footer {
    padding: 20px 0 15px 0;
    background: #1d1e1d;
    text-align: center;
    border-top: 2px solid #413f3d;
}

.footer span {
    color: #6dc153;
}

.footer p {
    color: #fff;
    font-family: "Poppins";
    font-size: 14px;
    margin: 0;
}

.footer a {
    color: #ff0000;
    text-decoration: none;
}


/*Content Page*/


/*===== Content Pages =====*/

.content-banner {
    padding: 90px 0 40px;
    background: url('../images/footer-bg.jpg') no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.breadcrumb {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 30px;
}

.breadcrumb a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.goto-info {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}

.content-banner h4 {
    text-align: center;
    color: #b00d23;
    font-size: 18px;
    text-transform: uppercase;
}

.content-banner ul {
    display: block;
    text-align: center;
}

.content-banner ul li {
    display: inline-block;
    float: none;
    width: 50px;
    height: 4px;
    border-radius: 15px;
    background: #fff;
}

.content-banner ul li:nth-child(2) {
    position: relative;
    top: -3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.content {
    width: 100%;
    padding: 50px 0;
    background: #fff;
}

.sectiontitleunderline {
    display: block;
    width: 80px;
    height: 2px;
    margin: 0 0 30px;
    background: #333;
}

.content h2 {
    font-size: 24px;
    color: #000;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}

.content h3 {
    font-size: 20px;
    color: #ca1a07;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}

.content h3 .about-span-break {
    font-size: 20px;
    color: #ca1a07;
    font-family: 'Lato', sans-serif;
}

.content h4 {
    font-size: 16px;
    color: #666;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}

.content p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    color: #666;
    margin-bottom: 15px;
}

.content ol,
.content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.content li {
    margin-left: 18px;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #666;
}


/*Contact Form Section*/

.formstyle {
    padding-left: 65px;
    height: 50px;
    border-color: #666;
    border-radius: 0;
}

.btn-formstyle {
    margin-top: 15px;
    width: 150px;
    color: #fff;
    background-color: #ca1a07;
    border: none;
    border-radius: 0;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    transition: all linear 0.3s;
}

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

.googlemap {
    height: 345px;
    overflow: hidden;
    border: #eee solid 1px;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.content .form-horizontal .form-group input::placeholder {
    color: #666;
}

.content .form-horizontal .form-group textarea::placeholder {
    color: #666;
}

.content .form-horizontal .form-group textarea {
    min-width: 100%;
    max-width: 100%;
}

.form_section .fa {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    background: #666;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    font-size: 18px;
}

.form_section .fa-user,
.form_section .fa-phone {
    height: calc(100% - 20px);
}


/*===== Testimonials Page =====*/

.reviewsblock {
    padding: 15px 0 5px;
    background: #191919;
    width: 100%;
    text-align: center;
}

.reviewsblock h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.reviewsform {
    padding: 15px 0 1px;
    background: #eee;
    min-height: 150px;
    width: 100%;
}

.reviewsformstyle {
    height: 44px;
    border-radius: 0;
    border: #666 solid 1px;
    color: #666;
}

.reviewsform input::placeholder {
    color: #666;
}

.reviewsform textarea::placeholder {
    color: #666;
}

.btn-reviewsformstyle {
    display: block;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    background: #191919;
    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-reviewsformstyle:hover {
    background: #2ecc71;
}

.testimonials-page {
    display: block;
    margin-top: 15px;
}

.testimonials-page .panel-group .panel {
    border-radius: 0;
    border: none;
}

.testimonials-page .panel-heading {
    padding: 0;
    border: none;
}

.testimonials-page .panel-title {
    padding: 0;
    border: none;
}

.testimonials-page .panel-title a {
    position: relative;
    display: block;
    padding: 15px 50px 15px 15px;
    margin-bottom: 0;
    background: #191919;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.testimonials-page .panel-title a:hover {
    background: #191919;
    color: #fff;
}

.testimonials-page .panel-title .collapsed {
    background: #fff;
    color: #191919;
    position: relative;
}

.testimonials-page .panel-title .collapsed::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    font-family: 'fontawesome';
    text-align: center;
    font-size: 20px;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.testimonials-page .panel-title a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    font-family: 'fontawesome';
    text-align: center;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

.testimonials-page .panel-body {
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 15px -5px #666;
    -moz-box-shadow: 0 0 15px -5px #666;
    -o-box-shadow: 0 0 15px -5px #666;
    box-shadow: 0 0 15px -5px #666;
}

.testimonials-page .panel-body p {
    color: #191919;
    font-size: 16px;
    line-height: 30px;
}

.testimonials-page h4 {
    margin-bottom: 0;
    margin: 0;
}

.testimonials-page .panel-body {
    border: #eee solid 1px;
    border-top: none;
}

.testimonials-page .panel-body p {
    margin-bottom: 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: #6dc153;
}

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

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

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

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

.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: #ffc619;
    position: inherit;
    margin-top: inherit;
    border-bottom: 2px solid #6dc153;
}

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

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

.header .dash {
    margin: 1.5em 5px 0;
}

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

.header .col-md-3 a {
    transform: skewX(350deg);
    display: block;
}


/*header-alt*/

.main-header {
    display: inline-block;
    margin: 0;
    border: 2px solid #ffc619;
    padding: 0 15px;
    width: 100%;
    background: #ffc619;
    box-shadow: 1px 0px 8px 1px rgb(0 0 0 / 30%);
    border-radius: 3px;
    transform: skewX(350deg);
}

.header .col-md-3,
.header .col-md-9 {
    padding: 0 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: #6dc153 !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: #6dc153;
        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) {
    .main-header {
        display: inline-block;
        margin: 0;
        border: 2px solid #ffc619;
        padding: 0 15px;
        width: 100%;
        background: #ffc619;
        box-shadow: 1px 0px 8px 1px rgb(0 0 0 / 30%);
        border-radius: 3px;
        transform: skewX( 0deg);
    }
    .header .col-md-3 a {
        transform: skewX( 0deg);
        display: block;
    }
    .button1 span {
        transform: skewX( 0deg);
        display: block;
    }
    .one .title-section h2 {
        font-family: 'poppins';
        font-size: 33px;
        margin: 0;
        color: #6dc153;
        font-weight: 600;
    }
    .two {
        background: url(../images/whychooseusbg.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;
        margin-top: -110px;
    }
    .two .title-section h2 {
        font-family: 'poppins';
        font-size: 35px;
        margin: 0;
        color: #6dc153;
        font-weight: 600;
    }
    .two .whychooseus-box {
        padding: 50px 0;
        background: transparent;
        border-radius: 5px;
        border: 2px solid #fff;
        margin: 15px 0;
    }
    .three .service-content {
        background: url(../images/service-content-bg.png) center center no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        padding: 65px 20px;
    }
    .three .service-content p {
        font-family: 'poppins';
        font-size: 18px;
        color: #fff;
        line-height: 30px;
        text-align: center;
        margin-bottom: 30px;
        padding:0;
    }
    three .hover-case {
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        margin: 0 auto;
        display: block;
        padding: 100px 0;
        margin: 15px 0;
    }
    .four .title-section h2 {
        color: #ffc619;
        font-size: 24px;
        font-family: "Poppins";
        font-weight: 500;
        margin: 0;
        line-height: 38px;
    }
    .four p {
        font-family: 'poppins';
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        width: 285px;
        margin: 0 auto 30px;
    }
    .top-footer h2 {
        font-family: 'poppins';
        font-size: 40px;
        color: #fff;
        margin: 0 0 30px;
    }
    .logo {
        position: inherit;
        top: inherit;
    }
    .request-callback #ask {
        position: inherit;
        width: 100%;
        bottom: inherit;
        text-align: center;
        padding: 10px 0;
    }
    .title-section {
        margin-bottom: 30px;
        text-align: center;
    }
    .affix {
        position: inherit;
    }
    .owl-controls {
        display: none !important;
    }
    .navbar .navbar-nav>li>a {
        padding: 15px;
    }
    .dropdown-menu>li>a {
        color: #121212;
    }
    .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 {}

.client-information {
    padding: 30px;
    border-radius: 4px;
    position: relative;
}

.client-information .dash img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.testimonials-content .client-name {
    font-size: 22px;
    font-family: "poppins";
    font-weight: 600;
    color: #6dc153;
    display: block;
    text-align: center;
}

.testimonials-content .address {
    font-size: 20px;
    font-family: "Lato";
    font-weight: 300;
    color: #434343;
    display: block;
    margin-top: -10px;
}

.testimonials-content .client-review {
    display: block;
    margin-bottom: 5px;
    line-height: 30px;
    color: #000;
    font-size: 16px;
    font-family: "Poppins";
    text-align: center;
}

.right {
    float: right;
}

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


/*Banner Text Animation*/

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

.css-typing p:nth-child(1) {
    width: 10.5em;
    -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: 12.5em;
    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 #6dc153;
    }
    100% {
        border: none;
    }
}

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

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

@-webkit-keyframes type2 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    99.9% {
        border-right: .15em solid #6dc153;
    }
    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;
    }
}


/* Portrait */


/* Declare the same value for min- and max-width to avoid colliding with desktops */


/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .header #menu a {
        font-size: 12px;
    }
    .mid-header .info-content h3 {
        font-size: 14px;
        line-height: 24px;
    }
    .header .button1 {
        font-size: 12px;
    }
    .banner-content .top-left p {
        font-size: 30px;
        line-height: 55px;
    }
    .banner-content .top-left p span {
        font-size: 30px;
    }
    .banner-content .top-left h3 {
        font-size: 16px;
    }
    .banner-content .button3 {
        font-size: 14px;
    }
    .one .title-section h2 {
        font-family: 'poppins';
        font-size: 30px;
        margin: 0;
        color: #6dc153;
        font-weight: 600;
    }
    .one p {
        color: #717171;
        font-family: "Poppins";
        font-size: 14px;
        line-height: 26px;
        text-align: justify;
    }
    .two .whychooseus-box h4 {
        font-family: 'poppins';
        font-size: 15px;
        text-align: center;
        color: #fff;
        margin: 40px 0;
    }
    .three .service-content p {
        font-family: 'poppins';
        font-size: 15px;
        color: #fff;
        line-height: 30px;
        text-align: justify;
        margin-bottom: 30px;
        width: 350px;
    }
    .three .title-section h2 {
        font-family: 'poppins';
        font-size: 30px;
        margin: 0;
        color: #6dc153;
        font-weight: 600;
    }
    .three .service-box1 h4 {
        font-size: 14px;
    }
    .three .service-box2 h4 {
        font-size: 14px;
    }
    .three .service-box3 h4 {
        font-size: 14px;
    }
    .three .service-box4 h4 {
        font-size: 14px;
    }
    .three .service-content p {
        width: 350px;
    }
    .three .service-content {
        padding: 67px 80px;
    }
    .four .title-section h2 {
        color: #ffc619;
        font-size: 30px;
        font-family: "Poppins";
        font-weight: 500;
        margin: 0;
        line-height: 45px;
    }
    .four p {
        font-family: 'poppins';
        font-size: 14px;
        line-height: 27px;
        color: #fff;
        text-align: center;
        width: 800px;
        margin: 0 auto 30px;
    }
    .top-footer ul li {
        list-style: none;
        font-family: 'poppins';
        font-size: 15px;
        line-height: 40px;
        color: #fff;
    }
    .top-footer h3 {
        font-family: 'poppins';
        font-size: 26px;
        color: #fff;
        margin: 0 0 20px;
    }
    .top-footer img {
        display: inline-block;
        margin: 0 10px 0 0;
    }
}


/* Landscape */


/* Declare the same value for min- and max-width to avoid colliding with desktops */


/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .three .service-box1 h4 {
        font-size: 20px;
    }
    .three .service-box2 h4 {
        font-size: 20px;
    }
    .three .service-box3 h4 {
        font-size: 19px;
    }
    .three .service-content p {
        width: 500px;
    }
    .three .service-box4 h4 {
        font-size: 20px;
    }
    .three .service-content {
        padding: 78px 80px;
    }
}


/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .main-header {
        display: inline-block;
        margin: 0;
        border: 2px solid #ffc619;
        padding: 0 15px;
        width: 100%;
        background: #ffc619;
        box-shadow: 1px 0px 8px 1px rgb(0 0 0 / 30%);
        border-radius: 3px;
        transform: skewX( 0deg);
    }
    .header .button1 {
        font-size: 12px;
    }
    .header .col-md-3 a {
        transform: skewX( 0deg);
        display: block;
    }
    .button1 span {
        transform: skewX( 0deg);
        display: block;
    }
    .banner-content .top-left p {
        font-size: 30px;
        line-height: 55px;
    }
    .banner-content .top-left p span {
        font-size: 30px;
    }
    .banner-content .top-left h3 {
        font-size: 16px;
    }
    .banner-content .button3 {
        font-size: 14px;
    }
    .two {
        background: url(../images/whychooseusbg.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;
        margin-top: -110px;
    }
    .two .whychooseus-box {
        padding: 30px 0;
        background: transparent;
        border-radius: 5px;
        border: 2px solid #fff;
        margin: 15px 0;
    }
    .three .hover-case {
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        margin: 0 auto;
        display: block;
        padding: 109px 0;
        margin: 15px 0;
    }

    .three .service-content p {
        font-family: 'poppins';
        font-size: 18px;
        color: #fff;
        line-height: 30px;
        text-align: justify;
        margin-bottom: 30px;
        width: 600px;
    }
    .four p {
        font-family: 'poppins';
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        width: 700px;
        margin: 0 auto 30px;
    }
}


/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .header #menu a {
        font-size: 12px;
    }
    .mid-header .info-content h3 {
        font-size: 14px;
        line-height: 24px;
    }
    .header .button1 {
        font-size: 12px;
    }
    .banner-content .top-left p {
        font-size: 30px;
        line-height: 55px;
    }
    .banner-content .top-left p span {
        font-size: 30px;
    }
    .banner-content .top-left h3 {
        font-size: 16px;
    }
    .banner-content .button3 {
        font-size: 14px;
    }
    .one .title-section h2 {
        font-family: 'poppins';
        font-size: 30px;
        margin: 0;
        color: #6dc153;
        font-weight: 600;
    }
    .one p {
        color: #717171;
        font-family: "Poppins";
        font-size: 14px;
        line-height: 26px;
        text-align: justify;
    }
    .two .whychooseus-box h4 {
        font-family: 'poppins';
        font-size: 15px;
        text-align: center;
        color: #fff;
        margin: 40px 0;
    }
    .three .service-content p {
        font-family: 'poppins';
        font-size: 15px;
        color: #fff;
        line-height: 30px;
        text-align: justify;
        margin-bottom: 30px;
        width: 350px;
    }
    .three .title-section h2 {
        font-family: 'poppins';
        font-size: 30px;
        margin: 0;
        color: #6dc153;
        font-weight: 600;
    }
    .three .service-box1 h4 {
        font-size: 14px;
    }
    .three .service-box2 h4 {
        font-size: 14px;
    }
    .three .service-box3 h4 {
        font-size: 14px;
    }
    .three .service-box4 h4 {
        font-size: 14px;
    }
    .three .service-content p {
        width: 350px;
    }
    .three .service-content {
        padding: 67px 80px;
    }
    .four .title-section h2 {
        color: #ffc619;
        font-size: 30px;
        font-family: "Poppins";
        font-weight: 500;
        margin: 0;
        line-height: 45px;
    }
    .four p {
        font-family: 'poppins';
        font-size: 14px;
        line-height: 27px;
        color: #fff;
        text-align: center;
        width: 800px;
        margin: 0 auto 30px;
    }
    .top-footer ul li {
        list-style: none;
        font-family: 'poppins';
        font-size: 15px;
        line-height: 40px;
        color: #fff;
    }
    .top-footer h3 {
        font-family: 'poppins';
        font-size: 26px;
        color: #fff;
        margin: 0 0 20px;
    }
    .top-footer img {
        display: inline-block;
        margin: 0 10px 0 0;
    }
}

@media (max-width: 767px){
        .two .tag{display: block;}
    .two .tag img{margin:10px 0;}
    .three .service-box1{margin-top: 25px;}
    .three .service-box3{margin-top: 25px;}
    .title-section h2{font-size: 35px;}
    .six .title-section h3{font-size: 16px;}
    .top-footer .contact-detail p{margin-bottom: 20px;}
}