﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
section {
    padding: 70px 0;
    overflow: hidden;
    background: #fff;
}
.bg-very-light-gray {
    background-color: #fafafa;
}
body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
/*    font-size: 16px;*/
    color: #616161;
    font-weight: 400;
    line-height: 24px;
}
p {
    margin: 0 0 20px;
    word-spacing: 1px;
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #232323;
    line-height: normal;
}
h5 {
    font-size: 22px;
    font-weight: 400;
}
.font-weight-700 {
    font-weight: 700;
}
.text-theme-color {
    color: #fab702;
}
.no-padding {
    padding: 0 !important;
}
a, a:active, a:focus, a:hover {
    color: #616161;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.alt-font {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
ul li {
    list-style: none;
}
.font-size18 {
    font-size: 18px;
}
.font-size36 {
    font-size: 36px;
}
.width-85 {
    width: 85%;
}
.width-50 {
    width: 50%;
}
.float-left {
    float: left !important;
}
.padding-5px-right {
    padding-right: 5px;
}
.padding-5px-left {
    padding-left: 5px;
}
.vertical-align-top {
    vertical-align: top;
}
header
{
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 99999;
}
#top-bar {
    display: block;
    position: relative;
    z-index: 999;
    background: #1c1c1c;
    padding: 7px 0;
}
.top-bar-info {
    display: inline-block;
    vertical-align: middle;
}
    .top-bar-info ul {
        margin-bottom: 0;
    }
    .top-bar-info li {
        font-weight: 500;
        color: #fff;
        list-style-type: none;
        font-size: 13px;
        padding: 0 5px 0;
        display: inline-block;
        margin-bottom: 0;
    }
.top-bar-info li i {
    font-size: 16px;
    color: #fab702;
    margin-right: 8px;
    margin-top: 0;
    display: inline-block;
    vertical-align: text-bottom;
}
.top-social-icon {
    padding: 0;
    float: right;
    margin: 0;
}
    .top-social-icon li {
        font-size: 14px;
        list-style-type: none;
        float: left;
        text-align: center;
        margin: 0;
        padding: 0 7px;
    }
        .top-social-icon li a {
            color: #fff;
            line-height: 28px;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            padding: 0 3px;
        }
        .top-social-icon li:last-child a {
            padding-right: 0;
        }
.footer-social-icons ul {
    margin-bottom: 0;
}
.footer-social-icons ul li {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: 0.3s;
}
    .footer-social-icons ul li:hover {
        background: #fab702;
        border-color: #fab702;
    }
    .footer-social-icons ul li a {
        color: #939393;
        display: block;
        font-size: 15px;
        height: 35px;
        line-height: 34px;
        text-align: center;
        width: 35px;
    }

    .footer-social-icons ul li:hover i {
        color: #fff;
    }
footer {
    padding: 50px 0 0;
    background: #1f1f1f;
    color: #939393;
}
    footer h3 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 30px;
        line-height: 1;
        position: relative;
    }
    footer h3.footer-title {
        margin-bottom: 28px;
    }
h3.footer-title:after {
    width: 100%;
    height: 1px;
    background: #363637;
    margin-top: 5px;
}
.footer-list {
    margin: 0;
}
    .footer-list li:first-child {
        padding-top: 0;
    }
    .footer-list li {
        list-style-type: none;
        color: #939393;
        padding: 6px 0;
    }
.parallax {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}
.butn {
    background: #232323;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 12px 30px;
    line-height: normal;
    font-weight: 500;
    text-transform: none !important;
    position: relative;
    z-index: 9999;
    display: inline-block;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}
.butn.theme {
    background: #fab702;
    color: #fff;
}
.butn.theme span {
    color: #fff;
}
.butn span {
    z-index: 9;
    position: relative;
}
.butn.theme:after {
    background: #232323;
    border-radius: 3px;
}
.butn:after {
    content: '';
    position: absolute;
    border-radius: 4px;
    bottom: 6px;
    left: 0;
    height: 2px;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
    width: 0;
    background: #fab702;
    height: 100%;
    top: 0;
    z-index: 1;
}
    .butn.small {
        padding: 8px 20px;
    }
.section-heading {
    margin-bottom: 15px;
    text-align: center;
}
    .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
        position: relative;
        padding-bottom: 10px;
        font-weight: 600;
        margin-bottom: 10px;
        position: relative;
        line-height: 140%;
    }
        .section-heading h1:after, .section-heading h2:after, .section-heading h3:after, .section-heading h4:after, .section-heading h5:after, .section-heading h6:after {
            content: '';
            display: block;
            width: 100px;
            height: 2px;
            background: #fab702;
            margin: 0 auto;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }
    .section-heading.text-left h4:after{
        left:0;
        margin:0;
    }
    .list-style-16 li {
        line-height: 24px;
        margin-bottom: 10px;
        position: relative;
        padding-left: 30px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .list-style-16 li:hover {
        padding-left: 40px;
    }
    .list-style-16 li:after {
        color: #fab702;
    }
    .list-style-16 li:after {
        content: '\f14a';
        font-family: Font Awesome\ 5 Free;
        position: absolute;
        left: 0px;
        top: 1px;
        z-index: 1;
    }
@media screen and (min-width: 992px) {

}
@media screen and (max-width: 991px) {
    section {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    footer {
        padding-top: 30px;
    }

    h1{font-size:2em;}
    h2 {font-size: 1.8em;}
    h3 {font-size: 1.6em;}
    h4 {font-size: 1.4em;}
    h5 {font-size: 1.2em; line-height:1.5em;}
    h6 {font-size: 1.0em;}
}
[data-overlay-dark],[data-overlay-light] { position: relative;}
[data-overlay-dark] .position-unset,[data-overlay-light] .position-unset { position: static !important; }
@media screen and (-webkit-min-device-pixel-ratio:0) { [data-overlay-dark] .position-unset,[data-overlay-light] .position-unset { position: unset !important; } }
[data-overlay-dark] .container,[data-overlay-light] .container {  position: relative;  z-index: 2;}
[data-overlay-dark]:before,[data-overlay-light]:before {content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0;  z-index: 1;}
[data-overlay-dark]:before { background: #000; }
[data-overlay-dark="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="0"]:before {
    opacity: 0.0;
}

.section-heading.half {
    margin-bottom: 30px;
}
.section-heading.white h1, .section-heading.white h2, .section-heading.white h3, .section-heading.white h4, .section-heading.white h5, .section-heading.white p {
    color: #fff;
}
.section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    line-height: 140%;
}
.section-heading p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px;
    margin: 0 auto;
}

.card h4, .featurebox h4, .newListBox h4{
    font-size: 16px;
    line-height: normal;
    margin-bottom: 3px;
    font-weight: 500;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.inner-title h1, .inner-title h2, .inner-title h3, .inner-title h4, .inner-title h5, .inner-title h6 {
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
}
    .inner-title h1:after, .inner-title h2:after, .inner-title h3:after, .inner-title h4:after, .inner-title h5:after, .inner-title h6:after {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        background: #fab702;
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

.featurebox {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.newListBox img{
    padding:5px;
    background-color:white;
}
.contact-info-section i {
    width: 25px;
    height: 25px;
    padding-top: 7px;
    border-radius: 50%;
    background: #fab702;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
    line-height: 11px;
}
.contact-info-section li{
    margin-bottom:10px;
}