/* remove default behaviour for some elements for design */
a, a:hover, a:active, a:visited {text-decoration: none;} input, textarea, select, input:focus, textarea:focus, select:focus {outline: none; border: none; background-color: transparent;}
body {font-size: 20px; font-family: Arimo, sans-serif}
.bg-dark {
    color: #2b2922;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
/* header styling starts here */
.navbar-default {
    border: none;
    background-color: #ffffff;
    box-shadow: 0 3px 5px #666666;
    border-radius: 0;
    z-index: 999;
}
.navbar-default .navbar-nav > li > a {
    color: #FE4918;
    font-size: 14px;
}
.nav > li > a {
    padding: 15px 5px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #2b2922;
}
.navbar-brand { font-size: 38px; padding-top: 7px;
}
.fr-fixed {
    position: fixed;
    top: 40%;
    right: -65px;
    z-index: 9999999999;
    background-color: #FE4918;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    padding: 0 5px 0 20px;
    border-radius: 20px 0 0 20px;
    box-shadow: 2px 3px 3px #666666;
    transition: all 0.4s;
}
.fr-fixed:hover { right: 0; cursor: progress;
}
.fr-fixed p { 
position: relative; top: 6px;
}
.fr-fixed p img {
    width: 30px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.call-fixed {
    position: fixed;
    top: 65%;
    right: -65px;
    z-index: 9999999999;
    background-color: #FE4918;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    padding: 0 2px 0 28px;
    border-radius: 20px 0 0 28px;
    box-shadow: 2px 3px 3px #666666;
    transition: all 0.4s;
}
.call-fixed:hover { right: 0; cursor: progress;
}
.call-fixed p i {
    font-size: 28px;
    margin-right: 10px;
    position: relative;
    top: 8px;
}
.top-fixed {
    position: fixed;
    top: 90%;
    right: -65px;
    z-index: 9999999999;
    background-color: #FE4918;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    padding: 0 15px 0 20px;
    border-radius: 20px 0 0 20px;
    box-shadow: 3px 3px 3px #666666;
    transition: all 0.5s;
}
.top-fixed p i {
    color: #ffffff;
    font-size: 22px;
    position: relative;
    top: 6px;
}

/* banner style starts here */
.video-wrapper {
    position: relative;
    overflow: hidden;
}
#top-banner img {
    position: absolute;
    min-width: 100%;
    max-width: 200%;
    min-height: 100%;
    z-index: 1;
    left: 0;
}
.banner-over {
    position: relative;
    margin: 200px 10% 300px 0;
    left: 50px;
    float: right;
    max-width: 600px;
    color: #fafafa;
    z-index: 99;
}
.banner-over h1 {
    padding: 5px 10px 20px 10px;
    display: inline-block;
    color: #FE4918;
    border-bottom: 1px solid #FE4918;
    text-shadow: 0 2px 4px #000000;
}
.banner-over p {
    font-size: 22px;
    line-height: 44px;
    padding: 5px 10px;
    margin-top: 50px;
    color: #ffffff;
    text-shadow: 1px 2px 4px #000000;
}

.section-title {
    padding: 38px 0;
    font-weight: bolder;
    color: #FE4918 !important;
    margin-bottom: 0;
}

/* section one style start */

#section-one {
    padding-top: 0;
    padding-bottom: 70px;
}

#section-one .border-left {border-left: 1px solid #cccccc; min-height: 260px}
#section-one .border-right {border-right: 1px solid #cccccc; min-height: 260px}

@media (max-width: 769px) {
    #section-one .border-left {border-left: 1px solid transparent; min-height: 260px}
    #section-one .border-right {border-right: 1px solid transparent; min-height: 260px}
}

#section-one .service {
    margin-bottom: 40px;
    position: relative;
}

#section-one .service i {
    display: block;
    font-size: 50px;
    padding: 0 20px;
    color: #FE4918;
}

#section-one .pointer-thingy {
    font-size: 1px;
    color: transparent;
    border: 1px solid #FE4918;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    top: 50px;
    right: -8px;
    z-index: 99;
}

@media (max-width: 769px) {
    #section-one .pointer-thingy {
        display: none;
    }
}

#section-one .service h2 {
    color: #2b2922;
    font-size: 20px;
    margin: 15px;
}

#section-one .service p {
    color: #a1a1a1;
}

/* section two style start */

#section-two {
    background-color: #fafafa;
    padding-bottom: 70px;
}

#section-two p {
    color: #5b5b5b;
    padding: 10px 0;
    font-size: 16px;
    line-height: 22px;
}

#section-two img {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

#section-two .just_text * {
    display: block;
    text-align: center;
}

#section-two .just_text img {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    margin: 0 auto;
    padding: 3px;
    border: 1px solid #FE4918;
}

#section-two .just_text h3 {
    color: #FE4918;
}

#section-two .just_text p {
    width: 60%;
    margin: 0 auto;
    color: #3d3d3d;
    padding: 0;
    font-style: italic;
}

/* section three style start */

#section-three {
    background-color: #2b2922;
    padding: 70px 0;
    color: #fafafa;
    text-shadow: 1px 2px 4px #000000;
}

#section-three .section-title {
    padding: 20px 0;
}

#section-three p {
    max-width: 900px;
    margin: 0 auto;
}

#section-three a {
    display: inline-block;
    color: #ffffff;
    border: 1px solid #FE4918;
    padding: 15px;
    text-transform: uppercase;
    border-radius: 30px;
    margin: 40px;
    min-width: 150px;
}

#section-three .main-button {
    background-color: #FE4918;
}

#section-three .main-button:hover {
    background-color: #fe6520;
}

#section-three .sec-button {
    color: #FE4918;
}

#section-three .sec-button:hover {
    color: #ffffff;
}

/* section four / pricing style start */

#section-four {
    padding: 0 0 70px 0;
}

#section-four h2 {
    margin-bottom: 30px;
}

#section-four .pricing {
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 3px 5px #b0b0b0;
    transition: all 0.3s;
}

#section-four .pricing-two {
    max-width: 100%;
    margin: 70px auto 30px auto;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 3px 5px #b0b0b0;
    transition: all 0.3s;
}

#section-four .pricing-two img {
    width: 100%;
}

#section-four .pricing:hover, #section-four .pricing-two:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 7px 12px #b0b0b0;
}

#section-four .pricing .pricing-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #b0b0b0;
    background-color: #2b2922;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
}

#section-four .pricing .pricing-header .pricing-icon {
    font-size: 36px;
    background-color: #ffffff;
    color: #2b2922;
    border: 1px solid #2b2922;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 auto;
    margin-top: -40px;
}

#section-four .pricing .pricing-header .pricing-title {
    font-weight: bolder;
    font-size: 22px;
    padding: 5px 0;
    position: relative;
    top: 10px;
}

#section-four .pricing .pricing-content {
    padding: 10px 0;
}

#section-four .pricing .pricing-content p {
    font-size: 14px;
    color: #a0a0a0;
    padding: 3px 0;
    border-bottom: 1px solid #c0c0c0;
}

#section-four .best-deal .pricing-content p {
    color: #3d3d3d;
    border-bottom: 1px solid #2b2922;
}

#section-four .pricing a {
    display: block;
    background-color: #ffffff;
    color: #2b2922;
    font-size: 24px;
    padding: 20px 40px;
    margin: 0;
    border-radius: 55px;
}

#section-four .pricing:hover .pricing-content p {
    color: #3d3d3d;
}

#section-four .pricing:hover .pricing-header .pricing-icon, #section-four .pricing:hover a {
    color: #FE4918;
}

#section-four .best-deal .pricing-header .pricing-icon, #section-four .best-deal a {
    color: #FE4918;
}

/* section five / contact form style start */

#section-five {
    padding: 0 0 140px 0;
    background-color: #2b2922;
    background-image: url("../img/bg.jpg");
    background-size: cover;
    color: #ffffff;
}

#section-five form input, #section-five form textarea {
    display: block;
    border-bottom: 1px solid #FE4918;
    padding: 10px 10px;
    min-width: 400px;
    margin: 0 auto 20px auto;
}

@media (max-width: 600px) {
    #section-five form input, #section-five form textarea {
        min-width: 300px;
    }
}

#section-five form #submit {
    background-color: #2b2922;
    color: #FE4918;
    border: 1px solid #FE4918;
    font-size: 28px;
    padding: 10px;
    min-width: 150px;
    width: 150px;
    margin: 35px auto;
}

#section-five form #submit:hover {
    background-color: #FE4918;
    color: #2b2922;
}

#section-five .list-unstyled li {
    font-size: 14px;
    line-height: 28px;
}

#section-five .contact-details i {
    color: #FE4918;
    margin-right: 15px;
}

#section-five h3 {
    padding: 10px 0;
    margin-bottom: 20px;
    margin-top: 30px;
    border-bottom: 1px solid #FE4918;
}

#section-five .links {
    width: 50%;
    float: left;
}

#section-five .socialinks {
    width: 100%;
    float: left;
}

#section-five .links li a {
    color: #fafafa;
}

#section-five .links li a:hover {
    text-decoration: underline;
}

.offerBanner {
    margin: 10% 0 0 0;
}

#section-five .social-f {color: #3b5998 !important; text-decoration: none !important;}
#section-five .social-t {color: #4099ff !important;; text-decoration: none !important;}
#section-five .social-r {color: #ff6000 !important;; text-decoration: none !important;}
#section-five .social-y {color: #cc181e !important;; text-decoration: none !important;}
#section-five .social-l {color: #0077b5 !important;; text-decoration: none !important;}
#section-five .social-f:hover {color: #ffffff !important;; text-decoration: none !important;}
#section-five .social-t:hover {color: #ffffff !important;; text-decoration: none !important;}
#section-five .social-r:hover {color: #ffffff !important;; text-decoration: none !important;}
#section-five .social-y:hover {color: #ffffff !important;; text-decoration: none !important;}
#section-five .social-l:hover {color: #ffffff !important;; text-decoration: none !important;}

#copyright {
    background-color: #2b2922;
    color: #b0b0b0;
    font-size: 12px;
    line-height: 22px;
}
.copyright {
    color: #ffffff;
}
@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .banner-over {
        left: 0;
        margin: 150px 10% 150px 0;
    }
    .banner-over p {
        line-height: 30px;
    }
    img {
        max-width: 100% !important;
    }
    #top-banner img {
        height: 100%;
        max-width: 1000% !important;
        left: -75%;
    }
    .pricing {
         margin-bottom: 40px !important;
    }
    .fr-fixed {
        top: 75%;
    }
    .call-fixed {
        top: 82.5%;
    }
    .top-fixed {
        top: 90%;
    }
}
@media (min-width: 1336px) {
    #section-one .border-left, #section-one .border-right {
        min-height: 180px;
    }
}