
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:500,600|Roboto:400,500");

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    background: #F3F6FA;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none !important;
    outline: none;
}

p {
    font-size: 15px;
    line-height: 1.8;
}

/**BACK TO TOP**/
.back-to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    border-radius: 3px;
    background-color: rgb(7, 108, 162);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.back-to-top i {
    color: #ffffff;
    font-size: 22px;
    display: block;
    line-height: 30px;
}

/*****************
     loader
*****************/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 9999999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(0, 0, 0, 0.1);
    border-right: 5px solid rgba(0, 0, 0, 0.1);
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*****************
     Helper
*****************/
.section {
    padding-top: 90px !important;
    /* padding-bottom: 90px !important; */
    position: relative;
}

.section-sm {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    position: relative;
    line-height: 36px;
    background-color: #ededed;
}

/* .bg-overlay {
    position: absolute;
    background-color: rgba(54, 64, 78, 0.85);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
} */

.vertical-content {
    display: -moz-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.title h3 {
    font-size: 26px;
}

.title p.subtitle {
    letter-spacing: 4px;
    font-weight: 600;
    font-family: "Libre Franklin", sans-serif;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-17 {
    font-size: 17px;
}

.f-18 {
    font-size: 18px;
}

a.text-custom:hover {
    color: #1f2d4e;
}

.text-light-custom {
    color: #a0a8b9;
}

.modal-backdrop {
    background-color: #1f2d4e;
}



/********************
     Footer
*********************/
.bg-footer {
    background: linear-gradient(to right, #203053, #1f2d4e);
}

.copyright {
    color: #7c8bad;
    text-align: center;
}

.footer-list-menu li a:hover {
    color: #bbc2d2;
}



.footer-light .footer-list-menu li a:hover {
    color: #0f1f3e;
}

.footer-light .footer-icons li a {
    color: #949494;
    border: 2px solid #949494;
}

.footer-light .footer-icons li a:hover {
    color: #0f1f3e;
    border: 2px solid;
}


/*********** About *************/
.about-content h4 {
    line-height: 1.4;
    max-width: 590px;
}

/*********** Features ***********/
.feautures-icon i {
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 7px;
}

/********** Services ***********/
.services-icon:after {
    content: "";
    position: absolute;
    top: 13px;
    left: 52px;
    width: 42px;
    height: 42px;
    margin: 0px auto;
    border-radius: 6px;
    z-index: -2;
}

/********** Testimonial **********/
.carousel-indicators {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.carousel-indicators li {
    width: 64px;
    height: 64px;
    margin-right: 5px;
    margin-left: 5px;
    opacity: 0.4;
    border-radius: 50%;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 1px 9px 48px -15px #0f1f3e;
    box-shadow: 1px 9px 48px -15px #0f1f3e;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-inner {
    min-height: 300px;
}

/********** Team ***********/
.img-box {
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 10px 50px rgba(20, 50, 47, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03); */
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/********** Pricing **********/
.pricing-header h4 {
    letter-spacing: 2px;
}

.pricing-table {
    border-radius: 12px;
    border: 2px solid rgba(15, 31, 62, 0.04);
}

/********** Clients ***********/
.client-images img {
    max-height: 94px;
    width: auto !important;
    margin: 10px auto;
    opacity: 0.6;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.client-images img:hover {
    opacity: 0.9;
}

/********* Responsive ***********/
@media (min-width: 200px) and (max-width: 768px) {
    .home-title h3 {
        font-size: 26px;
    }

    .mouse-down .down-scroll {
        top: 99px;
    }

    .pull-none {
        float: none !important;
        text-align: center;
    }
}


/********* Responsive ***********/
@media (min-width: 200px) and (max-width: 768px) {
    .bg-home-app {
        height: auto;
    }

    .arrow-left,
    .arrow-right {
        display: none;
    }

    .app-home-title h1 {
        font-size: 30px;
    }
}


.spinner {
    border-left: 5px solid #bdd6ff;
}



