/*
   font-family: 'Montserrat', sans-serif;
   font-family: 'Roboto Condensed', sans-serif;
*/


/*
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    font-family: "Roboto Condensed", sans-serif;
}
p{
    font-family: "Open Sans",Verdana,sans-serif;
    font-size: 15px !important;
}

@media only screen and (max-width: 799px){
    p{
        padding: 10px 15px;
    }
}
a:focus {
    outline: 0px solid
}
img {
    max-width: 100%;
    height: auto;
}
.fix {
    overflow: hidden
}
p {
    margin: 0 0 15px;
}
a {
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
            -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    text-decoration: none;
}
a:hover,
{
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0 none;
    text-decoration: none;
}
a:focus {
    text-decoration: none
}
.clear {
    clear: both
}
.no-padding {
    padding: 0px;
}
.no-padding-l {
    padding-left: 0px;
}
.no-padding-r {
    padding-right: 0px;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}


/*----------------------------------------*/
/*  2.  Header and Menu Area CSS
/*----------------------------------------*/

.social-icon.text-right ul {
    float: right;
    list-style: outside none none;
    padding-top: 15px;
}
.social-icon li {
    display: inline-block;
}
.navbar .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #fff;
}
.navbar .navbar-nav > li > a:focus {
    background-color: transparent
}
.navbar .navbar-nav > li > a {
    color: #fff;
}
.navbar-brand {
    padding: 0px;
}
.navbar {
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    padding-top: 15px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}
.social-icon.text-right li {
    display: inline-block;
    margin-left: 2px;
}
.navbar-brand img {
    height: 100%;
}
.hero-image {
    background: url("../img/slider2.png") no-repeat center/cover;
    width: 100%;
    /*min-height: 100%;*/
    /*height: auto !important;*/
    height: 100vh !important;
    /*margin: 0 auto -70px;*/
    /*position: fixed;
    top: 0;
    left: 0;*/
}
.hero-image::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.hero_wrapper {
    display: table;
    height: inherit;
    width: 100%;
}
.hero_contain {
    display: table-cell;
    vertical-align: middle;
}

.hero_contain p{
    color: #FFF !important;
    font-size: 20px !important;
    margin-bottom: 50px !important;
}

.ht-custom{
    height: inherit;
}

ul.top-right {
    float: right;
    padding-top: 28px;
    position: relative;
    width: auto;
    z-index: 1000;
}
.main-navigation {
    position: absolute;
    background-color: transparent;
    transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.stick.main-navigation {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.stick .navbar-nav > li > a,
.stick .navbar-nav > li > a:hover {
    color: #000;
}
ul.nav > li::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    left: 48%;
    position: absolute;
    top: 5px;
    transition: border-color 0s linear 0s, top 0.3s linear 0s;
    -webkit-transition: border-color 0s linear 0s, top 0.3s linear 0s;
    -moz-transition: border-color 0s linear 0s, top 0.3s linear 0s;
    width: 0;
}
ul.nav > li:hover::before {
    border-top-color: #fff;
    top: 0px;
}
ul.nav > li.current:before {
    border-top-color: #fff;
    top: 0px;
}
.stick ul.nav > li::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    left: 48%;
    position: absolute;
    top: 5px;
    transition: border-color 0s linear 0s, top 0.3s linear 0s;
    -webkit-transition: border-color 0s linear 0s, top 0.3s linear 0s;
    -moz-transition: border-color 0s linear 0s, top 0.3s linear 0s;
    width: 0;
}
.stick ul.nav > li:hover::before {
    border-top-color: #db2b1e;
    top: 0px;
}
.stick ul.nav > li.current:before {
    border-top-color: #db2b1e;
    top: 0px;
}
#navigation.affix {
    background-color: #fff;
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    position: fixed;
}
.social-icon li > a {
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin-bottom: 5px;
    text-align: center;
    transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
    width: 26px;
}
.stick .social-icon li > a {
    background-color: transparent;
    border-radius: 50%;
    color: #000;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
}
.social-icon li.facebook > a:hover {
    background-color: #fff;
    color: #3b5998;
}
.social-icon li.twitter > a:hover {
    background-color: #fff;
    color: #55acee;
}
.social-icon li.google > a:hover {
    background-color: #fff;
    color: #e95950;
}
.stick .social-icon li.facebook > a:hover {
    background-color: #3b5998;
    color: #fff;
}
.stick .social-icon li.twitter > a:hover {
    background-color: #55acee;
    color: #fff;
}

.stick .social-icon li.google > a:hover {
    background-color: #e95950;
    color: #fff;
}
p.hero-text-mini {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 57px;
}
h2.hero-heading {
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: capitalize;
}
.hero_contain {
    text-align: center
}
.hero_contain a {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-top: 0;
    padding: 10px 36px;
    text-transform: capitalize;
}
.hero_contain a:hover {
    background: #db2b1e none repeat scroll 0 0;
    border: 2px solid #db2b1e;
    color: #fff;
}


/*----------------------------------------*/
/*  3.  Footer section  CSS
/*----------------------------------------*/

.sin-footer-head h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.sin-footer-head {
    margin-bottom: 35px;
}
.sin-footer-con > p {
    color: #e6e7e8;
    font-size: 14px;
    line-height: 20px;
}
.single-footer {
    margin-top: 25px;
}
.footer-widget {
    background: #2a2a2a none repeat scroll 0 0;
    padding-top: 65px;
    padding-bottom: 85px;
}
.footer-social li {
    display: inline-block;
    margin: 0px 3px ;
}
.footer-social a {
    background: #4d5055 none repeat scroll 0 0;
    border: 4px solid #4d5055;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 23px;
    height: 52px;
    line-height: 44px;
    width: 52px;
}
.footer-social a:hover{border: 4px solid #fff;}
.footer-social > ul::before {
    background: #4D5055 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 33%;
}
.footer-social > ul::after {
    background: #4D5055 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    top: 50%;
    width: 33%;
}
.footer-social > ul {
    position: relative;
}
.sin-footer-con a {
    color: #e6e7e8;
    font-size: 14px;
}
.quick-link-right {
    float: right;
    margin-right: 90px;
}
.quick-link-left {
    float: left;
}
.sin-footer-con li {
    margin-bottom: 5px;
}
.mail-send {
    background: #DB2B1E none repeat scroll 0 0;
    border: medium none;
    border-radius: 52px;
    color: #ffffff;
    font-size: 13px;
    padding: 9px 12px;
    width: 30%;
}
.subscribe-link > input {
    border: medium none;
    border-radius: 23px;
    float: left;
    margin-right: 5%;
    padding: 10px 13px;
    width: 65%;
}
.footer-social {
    margin-top: 55px;
    text-align: center;
}
.footer-area p {
    font-size: 12px;
    margin: 0;
    padding: 17px 0;
    text-align: center;
}
.footer-area {
    background: #191919;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 70px;*/
}



/*----------------------------------------*/
/*  4.  Mobile section  CSS
/*----------------------------------------*/

.navbar-toggle .icon-bar {
    background: #db2b1e none repeat scroll 0 0;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}

/*---Style for back to top button----------*/


#scrollUp {
background-color: #db2b1e ;
bottom: 10px;
color: #ffffff !important;
display: block;
font-size: 25px;
height: 45px;
line-height: 42px;
position: fixed;
right: 20px;
text-align: center;
text-decoration: none !important;
transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
width: 45px;
z-index: 1000;
border-radius: 50px;
opacity: .8;
}

/*promo section*/

img.prom-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*FAQs*/

#accordion a{
    text-decoration: none;
}


/*common*/
.heading-center{
    text-align: center !important;
}


.para-center{
    text-align: center;
}

@media only screen and (max-width: 767px){
    .col-sapce{
        display: none !important; 
    }
}

.hero_contain form{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.hero_contain form input[type="text"], input[type="email"]{
    width: 80%;
    float: left;
    border-radius: 0px;
}

.hero_contain form button[type="submit"]{
    width: 20%;
    border-radius: 0px;
    background-color: #00ADB4;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 0px !important;
}

/* Honeypot Captcha Code */
.robotic { 
    display: none; 
}
