/*******************************************************

Template Name: Bright Responsive Business Landing Template
Template URI: http://ennovision.com
Description: This template made for business startup, app promote or personal website
Author: Themeos;
Author URI: https://www.fiverr.com/themeos
Version: 1.0


*******************************************************

CSS INDEX
=================

1. Theme Default Css
2. Header
3. Banner
4. Review
5. Active
6. Offer
7. Price Table
8. Interested
9. Footer
10. Back To Top


*******************************************************/
/************************
1. Theme Default Css
*************************/

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden !important;
    position: relative;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    padding-bottom: 10px;
    margin: 0;
    padding-bottom: 15px;
}
p {
    margin: 0;
    padding-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
}
/***********SEC Head Css*******/

.sec_head {
    display: block;
    margin-bottom: 50px;
    text-transform: capitalize;
}
.sec_head h2 {} .sec_head span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    height: 1px;
    width: 90px;
    background: #3498db;
}
.sec_head span:before {
    position: absolute;
    content: "";
    right: 0;
    top: 7px;
    height: 1px;
    width: 90px;
    background: #3498db;
}
.sec_head span {
    display: inline-block;
    height: 15px;
    position: relative;
    width: 15px;
    background: #3498db;
    border-radius: 50%;
}
/*******Preloader Css*********/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 9;
}
.spinner {
    width: 40px;
    height: 40px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}
.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #246BCB;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}
@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/*******Preloader Css End*******/
/************************
2. Header
*************************/
.custom_nav li.active a{
    color: #246bcb;
}
.navbar-brand img{
        margin-top: -10px;
    }
.navbar-toggle {
    background: #3872DD;
    margin-top: 12px;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-brand {
    margin-top: 5px;
    font-size: 30px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.navbar-brand img { max-width: 270px; }

.navbar {
    margin-bottom: 0;
    min-height: 70px;
}
.fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    width: 100%;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.25);
}
.custom_nav {
    margin-top: 5px;
}
.custom_nav li a {
    text-transform: uppercase;
    color: #333;
}
.custom_nav li a:hover {
    background: none !important;
}
.custom_nav li a:focus {
    background: none !important;
}
/************************
3. Banner
*************************/

.banner_main {
    position: relative;
    z-index: 1;
    background: url(../img/bg1.jpg)0 0 no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home_content {
    display: table;
    width: 100%;
}
.home_text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center !important;
    width: 100%;
}
.home_text h1 {
    font-size: 72px;
}
.home_text p {
    font-size: 24px;
}
.home_text .btn_download {
    padding: 10px 10px;
    margin-top: 20px;
}
.home_text .btn_download:focus {
    color: #333;
    text-decoration: none !important;
}
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .6;
}
.btn_download {
    display: inline-block;
/*     min-width: 200px;
    padding: 10px 20px; */    
    border: 1px solid #fff;
    color: #fff;
    /* font-size: 16px; */
    border-radius: 30px;
    /* margin-right: 15px; */
    transition: all .5s;
}
.btn_download:hover {
    background: #fff;
    color: #333;
}
.btn_download:hover i {
    color: #333;
}
.btn_download i {
    margin-right: 10px;
    color: #fff;
    transition: all .5s;
}
/************************
4. Review
*************************/

#review {
    padding: 60px 0;
}
.review_right {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.review_content h1 {
    padding-bottom: 20px;
    letter-spacing: 3px;
    font-size: 45px;
}
.review_content h2 {
    color: #246bcb;
}
.review_content p {
    font-size: 16px;
    line-height: 22px;
}
/************************
5. Active
*************************/

#active {
    background: #f5f5f5;
    padding: 60px 0;
}
.single_active_content h3 {
    font-size: 28px;
}
.single_active_content p {
    line-height: 24px;
}
#active .btn_download {
    color: #333;
    text-align: center;
    margin-top: 20px;
    border-color: #246bcb;
    background: #246bcb;
    color: #fff;
    transition: all .5s;
}
#active .btn_download:hover {
    background: transparent;
    color: #333;
    border-color: #246bcb;
}
.single_active {
    display: table;
}
.single_active_content {
    display: table-cell;
    vertical-align: middle;
}
/************************
6. Offer
*************************/

#choose {
    background: url(../img/bg2.jpg)0 0 no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.single_chose {
    margin-bottom: 30px;
}
.single_chose h4 {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 22px;
}
.single_chose i {
    font-size: 35px;
}
/************************
7. Price Table
*************************/

#about {
    padding: 50px 0;
    background: #f5f5f5;
}
#about .sec_head{
    margin-bottom: 30px;
}
.single_price {
    background-color: #ffffff;
    border: medium none transparent;
    box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto 30px;
    max-width: 400px;
}
.single_price .price_top {
    background: #333333;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.price_sp {
    transform: scale(1.06);
}
.price_sp .price_top {
    background: #246bcb;
}
.single_price h3 {
    font-weight: 700;
    margin: 10px 0;
}
.single_price .price_top h1 span {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}
.single_price .price_bottom {
    padding: 20px;
    background: #333333;
}
.price_bottom .price_btn {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 30px;
    min-width: 100px;
    color: #fff;
}
.price_sp .price_bottom {
    background: #246bcb;
}
.single_price ul {
    margin-bottom: 30px;
    padding: 0;
}
.single_price ul li {
    margin-bottom: 10px;
    list-style: none;
    color: #666;
}
.price_btn {
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all .6s;
}
.price_btn:hover {
    background: #fff;
    color: #333;
}
/************************
8. Interested
*************************/

#interest {
    padding: 50px 0 40px 0;
    background: #333333;
    color: #fff;
}
/************************
9. Footer
*************************/

footer {
    padding: 50px 0 30px 0;
    background: #283142;
    color: #fff;
}
.social_link {
    margin: 20px 0;
    padding: 10px 0;
}
.social_link a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all .5s;
    margin: 0 5px;
    text-align: center;
    color: #fff;
}
.social_link a:first-child {
    margin-left: 0;
}
.help i {
    font-size: 30px;
    margin-bottom: 15px;
}
.social_link a:hover {
    background: #0b91b9;
    color: #fff;
    border-color: #0b91b9;
    transform: scale(1.06);
}
/************************
10. Back To Top
*************************/

.back-to-top {
    background: #246BCB;
    border-radius: 50%;
    bottom: 30px;
    display: none;
    height: 35px;
    line-height: 35px;
    margin: 0;
    position: fixed;
    right: 30px;
    text-decoration: none;
    width: 35px;
    z-index: 90;
    text-align: center;
    color: #fff;
}
.back-to-top:hover {
    color: #fff;
}
