body {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    background: #f8f7f7;
    color: #62646c;
    -webkit-font-smoothing: antialiased !important
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    color: #343434;
    font-family: Montserrat,sans-serif
}

h1 {
    font-size: 48px;
    line-height: 72px
}

h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px
}

h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px
}

P {
    margin: 0
}

a {
    color: #ed8819;
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

    a, a:active, a:focus {
        text-decoration: none;
        outline: 0
    }

        a:focus, a:hover {
            color: #62646c;
            text-decoration: none
        }

img {
    max-width: 100%
}

hr {
    border-top: 1px solid #d7e2e8
}

.separetor {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d7e2e8
}

address {
    line-height: 24px
}

.page-header {
    padding-bottom: 0;
    margin: 40px 0 0;
    border-bottom: 0
}

.mark {
    color: #ed8819;
    background: 0 0;
    padding: 0
}

.dropcap {
    display: inline-block;
    float: left;
    font-size: 48px;
    padding: 0 10px 0 0;
    line-height: 50px;
    color: #62646c
}

.breadcrumb {
    padding: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0
}

    .breadcrumb a, .breadcrumb > .active {
        color: #fff
    }

        .breadcrumb a:hover {
            color: #ed8819;
            text-decoration: none
        }

    .breadcrumb.separator-arrow > li + li:before {
        padding: 0 8px;
        font-family: FontAwesome;
        content: '\f105'
    }

.pagination > li > a, .pagination > li > span {
    color: #ed8819
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #fff;
        background-color: #ed8819;
        border-color: #ed8819
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #ed8819;
    border-color: #ed8819
}

.pagination.borderless > li > a, .pagination.borderless > li > span {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-color: transparent;
    margin: 0 1px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ed8819;
    border-color: transparent
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    border-color: #ddd
}

.modal-open {
    padding-right: 0 !important
}

.modal-content {
    border-radius: 0;
    background: #f8f7f7;
    padding: 30px;
    border: 0
}

.modal-body {
    padding: 0;
    margin-top: 30px
}

.modal-header {
    position: relative;
    padding: 0;
    border: 0
}

    .modal-header .modal-title {
        font-size: 20px;
        padding: 0
    }

    .modal-header .close {
        position: absolute;
        top: -30px;
        right: -30px;
        margin: 0;
        background: #787b7e;
        padding: 0;
        width: 40px;
        height: 40px;
        color: #fff;
        text-shadow: none;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        transition: .3s
    }

        .modal-header .close:hover {
            background: #ed8819
        }

label {
    font-weight: 500;
    color: #62646c;
    font-size: 14px;
    line-height: 18px
}

.modal-content .form-group {
    margin-bottom: 20px
}

.modal-content .btn-primary {
    background: #ed8819;
    color: #fff
}

    .modal-content .btn-primary:hover {
        background: #fff;
        color: #333
    }

button:focus {
    outline: 0 !important
}

.btn {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 44px;
    border-radius: 30px;
    font-weight: 300
}

.btn-primary {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    padding: 3px 18px;
    background: #ed8819;
    border: 0;
    text-transform: uppercase;
    border-radius: 30px;
    line-height: 25px
}

    .btn-primary i {
        margin-left: 5px
    }

    .active.btn-primary, .btn-primary:focus, .btn-primary:hover {
        background-color: #343434;
        border-color: transparent;
        color: #fff
    }

.btn:active:focus, .btn:focus {
    outline: 0
}

.btn-rounded {
    border-radius: 30px
}

.btn-lg {
    padding: 18px 50px !important;
    font-size: 14px !important;
    background: #fff;
    color: #343434
}

    .btn-lg:hover {
        background: #ed8819;
        color: #fff
    }

.form-group button[type=submit] {
    padding: 15px 40px;
    font-size: 14px;
    font-family: Montserrat,sans-serif
}

.btn, .btn-primary span i, button {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    ul.check-square li {
        display: list-item;
        position: relative;
        line-height: 36px;
        padding-left: 25px
    }

        ul.check-square li::before {
            content: "\f14a";
            font-family: FontAwesome;
            font-size: 15px;
            position: absolute;
            left: 0;
            top: 0;
            color: #ed8819
        }

    ul.check-square-o li {
        display: list-item;
        position: relative;
        line-height: 36px;
        padding-left: 25px
    }

        ul.check-square-o li::before {
            content: "\f046";
            font-family: FontAwesome;
            font-size: 15px;
            position: absolute;
            left: 0;
            top: 0;
            color: #ed8819
        }

    ul.check li {
        display: list-item;
        position: relative;
        line-height: 36px;
        padding-left: 25px
    }

        ul.check li::before {
            content: "\f00c";
            font-family: FontAwesome;
            font-size: 15px;
            position: absolute;
            left: 0;
            top: 0;
            color: #ed8819
        }

    ul.check-circle li {
        display: list-item;
        position: relative;
        line-height: 36px;
        padding-left: 25px
    }

        ul.check-circle li::before {
            content: "\f058";
            font-family: FontAwesome;
            font-size: 15px;
            position: absolute;
            left: 0;
            top: 0;
            color: #ed8819
        }

.sticky-container {
    width: 100%
}

.form-group {
    margin-bottom: 15px
}

    .form-group.submit-btn {
        margin-bottom: 0
    }

.form-control {
    position: relative;
    border: 0;
    border-radius: 3px;
    height: 45px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1)
}

    .form-control:focus {
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
        -ms-box-shadow: 0 1px 0 rgba(0,0,0,.1);
        box-shadow: 0 1px 0 rgba(0,0,0,.1)
    }

a.list-group-item {
    color: #7b8a97
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #ed8819;
    border-color: #ed8819
}

section {
    position: relative
}

.section-padding {
    padding: 150px 0
}

.page-title-section {
    text-align: center;
    padding: 50px 0 15px;
    background: #ed8819
}

    .page-title-section:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #f8f7f7;
        margin-left: -20px
    }

    .page-title-section.white-arrow:after {
        border-bottom: 18px solid #fff
    }

    .page-title-section .page-header {
        margin: 0 0 10px
    }

        .page-title-section .page-header h1 {
            font-weight: 900;
            text-transform: uppercase;
            color: #fff
        }

.header {
    background: #f8f7f7
}

.top-bar {
    padding: 30px 0
}

    .top-bar .social-links i {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 10px
    }

.call-to-action {
    padding: 15px 0
}

    .call-to-action ul li {
        margin-right: 10px
    }

        .call-to-action ul li a {
            font-size: 14px;
            line-height: 21px;
            color: #333;
            font-family: Montserrat,sans-serif
        }

            .call-to-action ul li a:hover {
                color: #ed8819;
                text-decoration: none
            }

    .call-to-action i {
        margin-right: 5px
    }

.login-register li {
    position: relative
}

    .login-register li:first-child:after {
        position: absolute;
        right: -5px;
        content: "/"
    }

    .login-register li:last-child:after {
        content: "\f090";
        font-family: FontAwesome;
        margin-left: 5px
    }

    .login-register li, .login-register li a {
        color: #fff;
        font-weight: 500
    }

        .login-register li a {
            font-size: 12px
        }

            .login-register li a:hover {
                color: #ed8819
            }

.topbar-right {
    padding: 15px 0
}

.social-links li {
    padding-right: 2px;
    padding-left: 2px
}

    .social-links li a {
        display: inline-block
    }

        .social-links li a i {
            color: #000;
            display: inline-block;
            width: 30px;
            height: 30px;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            border-radius: 50%;
            background: #f7f7f7;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: .3s;
            transition: .3s
        }

        .social-links li a:hover i {
            color: #fff
        }

            .social-links li a:hover i.fa-facebook {
                background: #3a5795
            }

            .social-links li a:hover i.fa-twitter {
                background: #2b7bb9
            }

            .social-links li a:hover i.fa-instagram {
                background: #517fa4
            }

            .social-links li a:hover i.fa-tumblr {
                background: #529ecc
            }

            .social-links li a:hover i.fa-dribbble {
                background: #ea4c89
            }

            .social-links li a:hover i.fa-google-plus {
                background: #da4835
            }

            .social-links li a:hover i.fa-linkedin {
                background: #287bbc
            }

.lang-support {
    margin-left: 20px
}

.logo h1 span {
    display: none
}

.login-register .modal-dialog {
    margin: 10% auto
}

#cssModal .modal-sm, #cssRegi .modal-sm {
    width: 350px
}

#cssModal .css-modal-content, #cssRegi .css-modal-content {
    padding: 40px
}

    #cssModal .css-modal-content .close, #cssRegi .css-modal-content .close {
        position: absolute;
        right: 15px;
        top: 10px
    }

    #cssModal .css-modal-content h2, #cssRegi .css-modal-content h2 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 5px
    }

    #cssModal .css-modal-content .css-note p, #cssRegi .css-modal-content .css-note p {
        font-size: 12px
    }

.asterisk {
    color: red
}

#css_ul {
    margin-top: 10px
}

.popup-feature {
    position: relative;
    overflow: hidden
}

    .popup-feature::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(101,211,227,.8);
        display: inline-block;
        opacity: 0
    }

    .popup-feature:hover::before {
        opacity: 1
    }

.more-link a.img-link, .more-link a.page-link {
    position: absolute;
    top: 0;
    opacity: 0
}

.more-link a.img-link {
    left: 0
}

.more-link a.page-link {
    right: 0
}

.popup-feature:hover .more-link a.img-link, .popup-feature:hover .more-link a.page-link {
    top: 50%;
    margin-top: -20px;
    opacity: 1
}

.popup-feature:hover .more-link a.img-link {
    left: 50%;
    margin-left: -50px
}

.popup-feature:hover .more-link a.page-link {
    right: 50%;
    margin-right: -50px
}

.more-link a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border: 2px solid rgba(255,255,255,.3);
    color: #fff;
    border-radius: 10px
}

    .more-link a:hover {
        background-color: #fff;
        color: #65d3e3
    }

.popup-feature::before {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer-widget-section {
    background-size: cover;
    padding: 20px 0 30px;
    color: #000
}

.footer-widget {
    line-height: 28px
}

    .footer-widget h3 {
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        color: #000
    }

.footer-widget-section address span {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.footer-widget-section address strong {
    color: #000;
    font-size: 18px
}

.footer-widget ul.quick-links li {
    position: relative;
    line-height: 32px;
    padding-left: 10px
}

    .footer-widget ul.quick-links li:before {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: 0
    }

.footer-widget ul li a {
    color: #000
}

    .footer-widget ul li a:hover {
        color: #ed8819;
        text-decoration: none
    }

form.newsletter-form .form-group {
    margin: 26px 0 0;
    position: relative;
    font-style: italic
}

    form.newsletter-form .form-group .form-control {
        border: 0;
        border-bottom: 0;
        border-radius: 5px;
        background: #fff
    }

        form.newsletter-form .form-group .form-control:focus {
            border-color: #ed8819
        }

    form.newsletter-form .form-group button {
        position: absolute;
        top: 6px;
        right: 5px;
        border: 0;
        border-radius: 3px;
        line-height: 18px;
        color: #fff;
        padding: 8px 16px !important;
        background: #ed8819;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 14px !important;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        transition: .3s
    }

        form.newsletter-form .form-group button:hover {
            background: #fff;
            color: #ed8819
        }

.footer-widget .social-links {
    margin: 0 0 0
}

    .footer-widget .social-links li {
        margin-right: 30px;
        padding: 0
    }

        .footer-widget .social-links li:last-child {
            margin-right: 0
        }

        .footer-widget .social-links li a i {
            color: #000;
            font-size: 20px;
            width: auto;
            height: auto
        }

        .footer-widget .social-links li a i, .footer-widget .social-links li a:hover i {
            background: 0 0
        }

        .footer-widget .social-links li a:hover i {
            color: #ed8819
        }

.copyright-section {
    background-color: #0e1013;
    padding: 35px 0
}

.footer-menu li {
    line-height: 32px;
    position: relative;
    display: inline-block;
    padding-right: 30px
}

    .footer-menu li::after {
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        right: 10px;
        top: 45%;
        border-radius: 50%;
        background: #666;
        opacity: .6
    }

    .footer-menu li:last-child::after {
        display: none
    }

    .footer-menu li a {
        color: #727e89
    }

        .footer-menu li a:hover {
            color: #ed8819;
            text-decoration: none
        }

.copyright-info {
    /*margin-top: 10px;*/
    line-height: 28px
}

    .copyright-info span {
        color: #727e89
    }

#toTop {
    position: fixed;
    bottom: 60px;
    right: 30px;
    color: #9e9e9e;
    cursor: pointer;
    display: none;
    z-index: 9999;
    width: 49px;
    height: 49px;
    text-align: center;
    font-size: 18px;
    line-height: 49px;
    background: #ddd;
    border-radius: 5px;
    box-sizing: border-box
}

    #toTop:hover {
        color: #fff;
        background-color: #ed8819;
        border: 1px solid transparent;
        -webkit-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

#preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

#status, .status-mes {
    background-image: url(../img/preloder.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px
}

.status-mes {
    background: 0 0;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%
}

.carousel-control {
    right: 65px;
    left: auto;
    z-index: 2;
    background: 0 0 !important;
    box-shadow: none;
    text-shadow: none
}

.slider-control {
    position: absolute;
    top: 0;
    right: 0
}

    .slider-control .left, .slider-control .right {
        width: 65px;
        height: 75px;
        background: #f6f6f6 !important;
        background-image: none !important;
        color: #c2c2c2;
        display: inline-block;
        line-height: 75px;
        text-align: center;
        opacity: 1;
        cursor: pointer;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        transition: .3s
    }

        .slider-control .left:hover, .slider-control .right:hover {
            background: #272b31 !important;
            color: #fff
        }

    .slider-control i:before, .slider-control span:before {
        font-size: 30px
    }

.widget {
    margin-bottom: 45px
}

h2.widget-title {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.widget ul.widget-arrow-list li {
    position: relative;
    padding-left: 15px
}

    .widget ul.widget-arrow-list li a {
        display: inline-block;
        border-bottom: 2px solid #f0f0f0;
        margin-bottom: 10px;
        padding: 0 0 5px;
        color: #252323
    }

        .widget ul.widget-arrow-list li a:hover {
            color: #ed8819
        }

    .widget ul.widget-arrow-list li:last-child a {
        margin-bottom: 0
    }

    .widget ul.widget-arrow-list li:before {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: 0;
        color: #b2b2b2
    }

.row-flex, .row-flex > div[class*=col-] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto
}

    .row-flex > div[class*=col-] {
        -ms-flex: 1 1 auto;
        -ms-flex-direction: column
    }
