/*===================
1. BASE CSS
===================== */

body {
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Lato', sans-serif;
    color: #666666;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.fix {
    overflow: hidden
}

a:focus,
a:hover {
    color: #303030;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.section-padding {
    padding: 60px 0;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00415d;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}
.badge {
    position: absolute;
    top: 9px;
    left: 10px;
    background: #f4462f;
    z-index: 2;
    padding: 7px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.overly{
    position: relative;
    z-index: 1;
}
.overly::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #031820;
    opacity: .9;
    z-index: -1;
}

#scrollUp {
    bottom: 60px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #f4462f;
    right: 30px;
    -webkit-transition: .4s;
    transition: .4s;
}

#scrollUp i {
    font-size: 22px;
}

.custom-btn {
    background: #70be0f;
    padding: 16px 30px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    transition: .4s;
}
.custom-btn:hover,.banner-section .custom-btn:hover {
    background: #6ba229;
    color: #fff;
}

.custom-btn img {
    margin-right: 5px;
}
.section-intro{
    max-width: 45%;
    margin: 0 auto 60px;
    text-align: center;
}
.section-title{
    font-size: 40px;
    font-weight: 900;
    color: #4d4f53;
    margin-bottom: 10px;
}
.grey-bg{
    background-color: #f7f7f7;
}

.section-intro p {
    color: #616163;
    font-size: 18px;
    max-width: 510px;
    margin: 0 auto;
}
header.header .navbar {
    background: #fff;
    box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1) !important;
}
/*

    Nav css
*/
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
    box-shadow: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

.navbar .navbar-nav .nav-link {
    font-size: 22px;
    font-weight: 900;
    padding: 22px 30px;
    color: #444;
}

.navbar .navbar-nav li:last-child .nav-link {
    padding-right: 0px;
}
.banner-section {
    padding: 150px 0 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.banner-txt{
    max-width: 60%;
    margin: 0 auto;
}

.banner-txt h1 {
    font-size: 64px;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
}
.banner-txt h1 strong{
    font-weight: 900;
}
.banner-txt h1 span {
    color: #ff595d;
}

.banner-txt p {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    margin: 30px 0 60px;
}

.banner-section .custom-btn {
    background-color: #ff595d;
    color: #fff;
    padding: 16px 40px;
}


/* ==========================================
DEMO PAGES
============================================ */

.single-preview {
    margin-bottom: 60px;
    transition: all 0.4s ease 0s;
    text-align: center;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 3px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.single-preview:hover {
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.25)
}
.single-preview figure {
    position: relative; 
    z-index: 1;
    margin: 0;
}
.single-preview figure::after,.single-preview a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00415d; 
    background: -webkit-linear-gradient(to right, #00415d, #10506c);
    background: linear-gradient(to right, #00415d, #10506c);
    content: "";
    opacity: 0;
    transition: .5s;
}
.single-preview img {
	width: 100%;
}
.single-preview h4 {
	display: block;
	left: 0;
	position: absolute;
	bottom: -70%;
	width: 100%;
	z-index: 2;
    opacity: 0;
    transition: .4s;
    color: #fff;
}
.single-preview a {
    z-index: 9;
    opacity: 1;
    background: transparent;
}
.single-preview:hover h4 {
    bottom: 25px;
    opacity: 1;
}
.single-preview:hover figure::after{
    opacity: .9;
    transition: .5s;
}
/* ==========================================
FEATURE AREA
============================================ */

.single-feature {
    margin-bottom: 30px;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    padding: 50px 30px 30px 30px;
    box-shadow: 0px 20px 70px 0 rgba(0,0,0, .1);
    min-height: 290px;
    border: 1px solid #ebebeb;
}

.feature-icon {
    width: 57px;
    height: 57px;
    display: table;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 30px;
}

.feature-icon i {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 28px;
}


.feature-txt h3 {
    color: #27282b;
    font-size: 20px;
    margin-bottom: 15px ;
}
.feature-txt p{
    font-size: 16px;
    line-height: 22px;
    color: #27282b;
}
.feature-area .row div:nth-child(1) .feature-icon {
    background: #7910F2;
}

.feature-area .row div:nth-child(2) .feature-icon {
    background: #C76494;
}

.feature-area .row div:nth-child(3) .feature-icon {
    background: #DD4B25;
}

.feature-area .row div:nth-child(4) .feature-icon {
    background: #ff6b6b;
}

.feature-area .row div:nth-child(5) .feature-icon {
    background: #1cd1a1;
}

.feature-area .row div:nth-child(6) .feature-icon {
    background: #4285F4;
}

.feature-area .row div:nth-child(7) .feature-icon {
    background: #0fb10c;
}

.feature-area .row div:nth-child(8) .feature-icon {
    background: #F55D67;
}

.feature-area .row div:nth-child(9) .feature-icon {
    background: #0856e3;
}

.feature-area .row div:nth-child(10) .feature-icon {
    background: #dfd016;
}
.feature-area .row div:nth-child(11) .feature-icon {
    background: #056383;
}



/* PERCHASE AREA */
.purchase-area {
    padding: 75px 0 40px;
    position: relative;
    z-index: 1;
}

.purchase-area::after {
    opacity: .9;
}

.purchase-text {
    max-width: 550px;
    margin: 0 auto 30px;
    text-align: center;
}
.purchase-text .custom-btn{
    padding: 16px 45px;
}
.purchase-text h2,.purchase-text p {
    color: #fff;
    font-size: 32px;
}

.purchase-text p{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 50px;
    color: rgb(214, 214, 214);
}
footer .copy-right {
    font-size: 15px;
    color: #9b9b9b;
    padding-top: 40px;
    border-top: 1px solid #243b43;
}
/*===========================================
Tablet Layout: 768px.
============================================*/
@media only screen and (min-width: 1450px) and (max-width:1920px) {
    .banner-txt h1 {
        font-size: 55px;
    }
    .section-intro {
        max-width: 54%;
    }
}
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        

        .banner-txt h1 {
            font-size: 42px;
        }
        .section-intro {
            max-width: 70%;
        }

    }

    /*=======================================
Mobile Layout: 320px.
=========================================*/
    @media only screen and (max-width: 767px) {
    
        .banner-txt {
            max-width: 100%;
        }
        .banner-txt p {
            font-size: 17px;
            margin: 20px 0 50px;
        }
        a.navbar-brand {
            max-width: 175px;
        }
        .banner-section {
            padding: 95px 0;
        }
        .banner-txt h1,  .section-title {
            font-size: 30px;
            line-height: 1.3;
        }
        .section-intro {
            max-width: 100%;
        }
        
    }