body {
    background-color: #fff;
    overflow-x: hidden;
    color: #3b3e43;
    font: 13px/24px "Open Sans",Arial,sans-serif;
    letter-spacing: 1px
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 800
}

h1 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 4.5px;
    margin-bottom: 16px
}

h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 4px;
    margin-bottom: 14px
}

h3 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 3.5px;
    margin-bottom: 12px
}

h4 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 3px;
    margin-bottom: 10px
}

h5 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2.5px;
    margin-bottom: 8px
}

h6 {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 2px;
    margin-bottom: 6px
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: #3b3e43;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    text-decoration: none
}

p {
    margin-bottom: 20px;
    margin-top: 20px
}


blockquote {
    border-left: none;
    padding: 0;
    font-size: 18px;
    line-height: 27px;
    color: #f38538
}

blockquote:before {
    font-family: FontAwesome;
    content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â";
    font-size: 22px;
    line-height: 22px;
    display: block;
    margin-bottom: 15px
}

blockquote p {
    font-style: italic
}

a {
    color: #f38538
}

a:focus,a:hover {
    outline: 0;
    color: #f38538
}

ul {
    padding: 0
}

ul ul {
    margin-left: 20px
}

.last {
    margin-bottom: 0
}

.text-primary {
    color: #f38538
}

input,select,textarea {
    display: block;
    max-width: 91%;
    padding: 16px 10px;
    border: 1px solid #ccc;
    background-color: transparent;
    -webkit-appearance: none
}

input[type=text]:focus,input[type=url]:focus,textarea:focus {
    border-color: #000
}

.headline.style-1 {
    margin-bottom: 50px
}

.headline.style-1 h4 {
    font-weight: 600;
    margin-bottom: 0;
    color: #f38538
}

.headline.style-1 h2 {
    font-weight: 700
}

.headline.style-2 {
    margin-bottom: 20px;
    text-align: center
}

.headline.style-2 i {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #f38538
}

.headline.style-2 h2 {
    margin-bottom: 0;
    font-weight: 400
}

.headline.style-3 {
    margin-bottom: 0px;
    text-align: center
}

.headline.style-3 h5 {
    margin-bottom: 0;
    color: #f38538
}

.alert {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    border-radius: 0;
    color: #fff;
    margin-bottom: 30px;
    padding-right: 55px
}

.alert:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    line-height: 55px;
    text-align: center;
    border-left: 1px solid #fff;
    content: "x"
}

.alert i {
    font-size: 18px;
    line-height: 20px;
    margin-right: 15px
}

.alert.alert-success {
    background-color: #f38538
}

.circle-list {
    list-style: none;
    margin-bottom: 20px
}

.circle-list li:before {
    font-family: FontAwesome;
    content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“";
    margin-right: 10px;
    display: inline-block;
    font-size: 7px;
    line-height: 16px;
    position: relative;
    top: -2px
}

.btn {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    padding: 15px 20px;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s
}

.btn:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    opacity: 0;
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .2s;
    transition: all .2s
}

.btn:hover:after {
    width: 101%;
    opacity: 1
}

.btn:hover {
    background-color: transparent
}

.btn:focus {
    outline: 0
}

.btn i {
    display: inline-block;
    line-height: 43px;
    text-align: center;
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin: -15px 0 -15px 20px
}

.btn-default {
    border: 1px solid #f38538;
    background-color: #f38538;
    color: #fff
}

.btn-default:after {
    background-color: #3b3e43
}

.btn-default:hover {
    border-color: #3b3e43;
    background-color: #f38538;
    color: #fff
}

.btn-default:focus {
    background-color: #f38538;
    color: #fff
}

.btn-black {
    border: 1px solid #3b3e43;
    background-color: #3b3e43;
    color: #fff
}

.btn-black:after {
    background-color: #f38538
}

.btn-black:hover {
    border-color: #f38538;
    background-color: #3b3e43;
    color: #fff
}

.btn-black:focus {
    color: #fff
}

.btn-white {
    border: 1px solid #f38538;
    background-color: transparent
}

.btn-white i {
    border-left-color: #f38538
}

.btn-white:after {
    background-color: #f38538
}

.btn-white:hover {
    border-color: #f38538;
    background-color: transparent;
    color: #fff
}

.btn-white:hover i {
    border-left-color: #fff
}

.nav-tabs>li>a {
    border-radius: 2px;
    color: #3b3e43;
    border-color: transparent;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s
}

.nav-tabs>li>a:focus,.nav-tabs>li>a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #f38538
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #f38538
}

.tab-content {
    margin: 40px 0
}

.tab-content img {
    float: left;
    display: block;
    margin-right: 20px
}

.vertical-tabs {
    margin-bottom: 30px
}

.vertical-tabs .nav-tabs {
    float: left;
    width: 200px;
    border-bottom: none
}

.vertical-tabs .nav-tabs li {
    float: none
}

.vertical-tabs .nav-tabs>li>a {
    margin-right: 0;
    border: 1px solid transparent;
    border-right: none
}

.vertical-tabs .nav-tabs>li:first-child>a {
    border-top: none
}

.vertical-tabs .nav-tabs>li.active>a {
    border-color: #d7d7d7;
    border-right: none
}

.vertical-tabs .tab-content {
    border-left: 1px solid #d7d7d7;
    margin-top: 0;
    margin-left: 199px;
    padding: 10px 10px 10px 40px
}

.vertical-tabs .tab-content img {
    float: none;
    margin-right: 0
}

.social-media {
    margin-bottom: 20px
}

.social-media a {
    font-size: 24px;
    line-height: 24px;
    color: #acacac;
    text-decoration: none;
    margin-right: 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.social-media a:hover {
    color: #f38538
}

.social-media a:last-child {
    margin-right: 0
}

.social-media a.twitter:hover {
    color: #5ea9dd!important
}

.social-media a.google:hover {
    color: #c63427!important
}

.social-media a.apple:hover {
    color: #d6d7cf!important
}

.social-media a.youtube:hover {
    color: #e22d24!important
}

.pie-chart {
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.pie-chart-details {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pie-chart-details h1 {
    font-size: 36px;
    line-height: 60px;
    font-weight: 300;
    text-transform: uppercase
}

.pie-chart-details h1 small {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #f38538
}

.chart-container {
    margin-bottom: 30px
}

.counter {
    margin-bottom: 30px;
    color: #f38538;
    text-align: center
}

.counter i {
    font-size: 32px;
    line-height: 32px
}

.counter-value {
    font-size: 72px;
    line-height: 96px;
    letter-spacing: 10px;
    font-weight: 300
}

.counter-details {
    text-transform: uppercase;
    font-weight: 700
}

.testimonial {
    margin-bottom: 30px;
    text-align: center
}

.testimonial blockquote {
    border: none;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    width: 70%;
    margin: 0 auto 40px;
    color: #dcd6d2
}

.testimonial blockquote:before {
    content: none
}

.testimonial blockquote p {
    font-style: normal
}

.testimonial h5 {
    color: #f38538;
    font-weight: 400
}

.testimonial h5:before {
    content: "-";
    margin-right: 5px
}

.testimonial img {
    border-radius: 50%;
    margin-top: 20px
}

.testimonial.with-background {
    padding: 70px 40px;
    background: #3b3e43 no-repeat center center;
    color: #fff
}

.testimonial.with-background blockquote {
    width: 100%;
    color: #fff
}

.isotope {
    margin: -15px -15px 30px
}

.logos {
    list-style: none;
    margin: 0 -25px 20px -25px
}

.logos li {
    float: left;
    width: 20%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.logos li:last-child {
    margin-right: 0
}

.logos li img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.full-section {
    position: relative;
    z-index: 0;
    margin-bottom: 100px;
    padding: 60px 0;
    background-image: url(/images/backgrounds/video.jpg);
    color: #fff;
    -webkit-background-size: cover!important;
    background-size: cover!important
}

.full-section-testimonials {
    position: relative;
    z-index: 0;
    margin-bottom: 100px;
    padding: 60px 0;
    background-image: url(/images/backgrounds/testimonials.jpg);
    color: #fff;
    -webkit-background-size: cover!important;
    background-size: cover!important
}

.full-section-content {
    position: relative;
    z-index: 2;
    padding: 71px 0 135px
}

#video-section .full-section-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.parallax {
    background-attachment: fixed!important;
    -webkit-background-size: cover!important;
    background-size: cover!important
}

.full-section .nav-tabs>li>a,.full-section h1 a,.full-section h2 a,.full-section h3 a,.full-section h4 a,.full-section h5 a,.full-section h6 a {
    color: #f38538
}

.full-section .counter-value,.full-section .testimonial blockquote,.full-section h1 a:hover,.full-section h2 a:hover,.full-section h3 a:hover,.full-section h4 a:hover,.full-section h5 a:hover,.full-section h6 a:hover {
    color: #fff
}

.full-section .widget-twitter {
    margin-bottom: 0
}

#section-1 {
    padding-top: 100px;
    margin-top: 50px;
    background-image: url(/images/backgrounds/bg-2.jpg)
}

#section-2 {
    padding: 0;
    border-top: 1px solid #f38538;
    border-bottom: 1px solid #f38538;
    background-color: #f38538;
    margin-bottom: 0;
    margin-top: 50px
}

#section-3 {
    background-image: url(/images/backgrounds/bg-7.jpg);
    margin-top: 50px;
    padding: 120px 0 90px
}

#section-4 {
    background-image: url(/images/backgrounds/bg-3.jpg);
    margin-bottom: 0;
    margin-top: 50px;
    padding: 85px 0 45px
}

#section-5 {
    margin-top: 50px;
    background-image: url(/images/backgrounds/bg-4.jpg);
    padding: 85px 0 70px
}

#section-6 {
    margin-top: 50px;
    background-color: #f4f4f4;
    padding: 85px 0 65px
}

#section-7 {
    margin-top: 80px;
    background-image: url(/images/backgrounds/bg-5.jpg);
    padding: 100px 0 70px
}

#section-8 {
    background-color: #2b2e31;
    margin-bottom: 0;
    margin-top: 50px;
    padding: 80px 0
}

#section-9 {
    background-image: url(/images/backgrounds/bg-7.jpg);
    margin-top: 60px;
    padding: 120px 0 90px
}

#section-10 {
    background-color: #3b3e43;
    padding: 50px 0 30px
}

#section-11 {
    margin-top: 50px;
    background-image: url(/images/backgrounds/bg-5.jpg);
    padding: 100px 0 70px
}

#section-12 {
    margin-top: 50px;
    margin-bottom: 0;
    background-color: #f4f4f4;
    padding: 85px 0 65px
}

#youtube-video-section {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%
}

#home-video-section,#video-section {
    padding: 20;
    height: 400px
}

.youtube-player {
    display: none
}

#go-top {
    z-index: 99999;
    display: none;
    position: fixed;
    bottom: 25px;
    left: 25px;
    font-size: 48px;
    line-height: 48px;
    text-decoration: none;
    cursor: pointer;
    color: #f38538;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s
}

#go-top:hover {
    opacity: .7
}

.bx-wrapper .bx-viewport {
    left: 0;
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager {
    bottom: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    border: 1px solid #f38538;
    background-color: #f38538
}

.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #fff
}

.testimonial-slider #thumb-pager {
    text-align: center
}

.testimonial-slider #thumb-pager a {
    -webkit-transition: all .3s;
    transition: all .3s
}

.testimonial-slider #thumb-pager a.active,.testimonial-slider #thumb-pager a:hover {
    opacity: .5
}

.testimonial-slider .bx-wrapper {
    margin-bottom: 40px
}

.testimonial-slider-2 .bx-wrapper .bx-pager {
    bottom: -40px
}

.testimonial-slider-2 .testimonial blockquote {
    width: 100%
}

.slide-description {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.slide-description h1 {
    font-weight: 400
}

.slide-description h4 {
    font-weight: 700
}

.slide-description .btn,.slide-description h4 {
    margin-bottom: 0
}

.images-slider .bx-wrapper .bx-pager {
    bottom: -50px
}

.images-slider-2 {
    margin-bottom: 100px
}

#twitter-slider-controls {
    margin-top: 13px
}

.wow {
    visibility: hidden
}

.widget {
    margin-bottom: 75px
}

.widget-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px
}

.widget-title:after {
    content: "";
    border-bottom: 2px solid #f38538;
    display: block;
    width: 45px;
    margin-top: 15px
}

.widget-pages ul {
    list-style: none;
    margin-bottom: 0
}

.widget-pages ul li {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.widget-pages ul li:last-child {
    margin-bottom: 0
}

.widget-pages ul li a {
    font-weight: 600;
    text-transform: uppercase;
    color: #3b3e43
}

.widget-pages ul li a:hover {
    color: #f38538;
    text-decoration: none
}

.widget-newsletter form {
    position: relative;
    margin-bottom: 5px
}

.widget-newsletter input[type=text] {
    width: 100%;
    height: 35px
}

.widget-newsletter input[type=submit] {
    position: absolute;
    top: 2px;
    right: -5px;
    height: 0px;
    background: url(/images/backgrounds/arrow-2.png) no-repeat center center;
    border: none
}

.widget-newsletter input[type=submit]:hover {
    background-color: #f38538
}

.widget-newsletter p {
    margin-bottom: 0;
    font-style: italic;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #acacac
}

.widget-recent-posts ul {
    list-style: none;
    margin-bottom: 0
}

.widget-recent-posts ul li {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px
}

.widget-recent-posts ul li:last-child {
    margin-bottom: 0
}

.widget-recent-posts ul li img {
    float: left;
    display: block;
    margin-right: 20px;
    margin-bottom: 15px
}

.widget-recent-posts ul li .post-title {
    text-transform: uppercase;
    color: #3b3e43;
    font-weight: 600
}

.widget-recent-posts ul li .post-title:hover {
    color: #f38538;
    text-decoration: none
}

.widget-recent-posts ul li .post-date {
    margin-bottom: 15px;
    font-size: 10px;
    line-height: 16px;
    color: #acacac;
    text-transform: uppercase;
    font-weight: 600
}

.widget-recent-posts ul li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.widget-latest-news ul {
    list-style: none;
    margin-bottom: 0
}

.widget-latest-news ul li {
    margin-bottom: 40px
}

.widget-latest-news ul li:last-child {
    margin-bottom: 0
}

.widget-latest-news ul li img {
    float: left;
    display: block;
    margin-right: 20px
}

.widget-latest-news ul li .news-title {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0;
    line-height: 20px;
    margin-left: 100px;
    margin-bottom: 5px;
    padding-bottom: 8px
}

.widget-latest-news ul li .news-title a {
    color: #3b3e43;
    font-weight: 600
}

.widget-latest-news ul li .news-title:hover a {
    color: #f38538;
    text-decoration: none
}

.widget-latest-news ul li .news-date {
    margin-bottom: 15px;
    font-size: 11px;
    color: #acacac;
    text-transform: uppercase;
    font-weight: 600
}

.widget-latest-news ul li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.widget-contact ul {
    list-style: none;
    margin-bottom: 0
}

.widget-contact ul li {
    margin-bottom: 25px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 25px
}

.widget-contact ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.widget-contact ul li span {
    color: #f38538;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: block
}

.widget-social .social-media {
    margin-bottom: 0
}

.widget-tab .widget {
    margin-bottom: 0
}

.widget-twitter {
    position: relative;
    padding-left: 40px
}

.widget-twitter:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 22px;
    color: #f38538;
    content: ""
}

@media (min-width: 768px) and (max-width:991px) {
    .counter-value {
        font-size:58px;
        line-height: 72px
    }

    .vertical-tabs .nav-tabs {
        width: 150px
    }

    .vertical-tabs .tab-content {
        margin-left: 149px;
        padding-left: 20px
    }

    .widget-latest-news ul li img {
        float: none;
        margin-right: 0;
        margin-bottom: 10px
    }

    .widget-latest-news ul li .news-title {
        margin-left: 0
    }

    .slide-description {
        width: 80%
    }

    .widget-recent-posts ul li img {
        float: none;
        margin-right: 0;
        margin-bottom: 10px
    }

    .widget-tab .nav-tabs>li {
        float: none;
        margin-bottom: 0
    }

    .widget-tab .nav-tabs>li>a {
        border: 1px solid #d7d7d7;
        border-bottom: none;
        border-radius: 0;
        margin-right: 0
    }

    .widget-tab .nav-tabs>li>a:hover {
        border-color: #d7d7d7
    }
}

@media (max-width: 767px) {
    .last {
        margin-bottom:20px
    }

    .logos li {
        float: none;
        width: 100%
    }

    .testimonial blockquote {
        width: 100%
    }

    .nav-tabs>li {
        float: none;
        margin-bottom: 0
    }

    .nav-tabs>li>a {
        border: 1px solid #d7d7d7;
        border-bottom: none;
        border-radius: 0;
        margin-right: 0
    }

    .nav-tabs>li>a:hover {
        border-color: #d7d7d7
    }

    .tab-content img {
        float: none;
        margin-right: 0;
        margin-bottom: 15px
    }

    .vertical-tabs .nav-tabs {
        float: none;
        width: 100%
    }

    .vertical-tabs .nav-tabs>li.active>a,.vertical-tabs .nav-tabs>li>a {
        border: 1px solid #d7d7d7;
        border-bottom: none
    }

    .vertical-tabs .nav-tabs>li:first-child>a {
        border-top: 1px solid #d7d7d7
    }

    .vertical-tabs .nav-tabs>li:last-child>a {
        border-bottom: 1px solid #d7d7d7
    }

    .vertical-tabs .tab-content {
        margin-left: 0;
        padding: 20px;
        border-left: none
    }

    .slide-description {
        width: 100%
    }

    .slide-description h1,.slide-description h4,.slide-description p {
        display: none
    }
    
    .grecaptcha-badge {
  left: 0 !important;
  right: auto !important;
  transform-origin: left bottom !important;
}

    
}

/*
     FILE ARCHIVED ON 06:08:09 Jan 27, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:36:01 Sep 30, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.974
  exclusion.robots: 0.045
  exclusion.robots.policy: 0.029
  esindex: 0.017
  cdx.remote: 41.492
  LoadShardBlock: 137.742 (3)
  PetaboxLoader3.datanode: 188.65 (4)
  load_resource: 68.786
*/
