.partners-list-wrapper {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
.partnerlist-item {
    max-height: 42px;
    margin: 10px;
}

.price-background-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.owl-dots {
    margin-top: -30px !important;
    position: inherit !important;
}

.application-bar {
    position: fixed;
    bottom: 5px;
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 1020;
    width: 425px;
    left: 50%;
}

.application-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 12px;
    font-weight: 800;
    background: #3B5998;
    color: white;
    border-radius: 10px;
    align-self: center;
    align-content: center;
    align-items: center;
    display: flex;
}

.application-bar a:hover {
    background-color: #000;
    border-radius: 10px;
}

.img-fluid {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.ft-txt {
    font-size: 13px;
    color: #909090;
    padding-top: 7px;
    display: inline-block;
    transition: all 0.5s;
}

.tags span {    
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin: 0 16px 8px 0;
    padding: 0 10px 0 12px;
    background: #777;    
    -webkit-border-bottom-right-radius: 3px;    
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;    
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #fff;
    font-size: 12px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-weight: bold;
    background: #d0925e;
}

.tags span:before {
    content: "";
    position: absolute;
    top:0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #d0925e transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;        
}

.tags span:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 1px;
    float: left;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
    box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
}

.aszf-sub {
    padding-left: 20px;
    display: block;
}

.mt-40 {
    margin-top: 40px;
}
/* Theme Name: Told - Onepage Multipurpose Template
   Author: Zoyothemes
   Version: 1.0.0
   Created: December 2017
   File Description: Main JS file of the template
*/


/*===================
*   1.Pre-Loader    *
*   2.Helper        *
*   3.Home          *
*   4.About         *
*   5.Services      *
*   6.Description   *
*   7.Work          *
*   8.Testimonial   *
*   9.Pricing       *
*   10.Team         *
*   11.Blog         *
*   12.Contact Us   *
*   13.Footer       *
*   13.Responsive   *
*===================*/
@font-face {
    font-family: 'semibold';
    font-weight: bold;
    src: url('../fonts/semibold.ttf') format('truetype');
    src: url('../fonts/semibold.woff') format('woff');
    src: url('../fonts/semibold.woff2') format('woff2');
}

@font-face {
    font-family: 'regular';
    font-weight: normal;
    src: url('../fonts/regular.ttf') format('truetype');
    src: url('../fonts/regular.woff') format('woff');
    src: url('../fonts/regular.woff2') format('woff2');
}

body {
    font-family: 'regular', sans-serif;
    color: #252525;
}

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

.padding-20 {
    padding: 20px;
}

.text-error {
    color: red;
}

/* ==========
   2. Pre Loader
   ========== */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    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;
    -webkit-transform: translateZ(0);
    -ms-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: 50px;
    height: 50px;
}

@-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: 20px;
    padding-bottom: 20px;
    position: relative;
    background-color: #fff;
    scroll-margin-top: 70px;
}

#download {
    scroll-margin-top: 90px;
}

.text-muted {
    color: #808080 !important;
}

.bg-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.45);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.btn {
    padding: 12px 25px;
    font-size: 12px;
    letter-spacing: 0.03px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-custom {
    transition: all 0.4s;
    color: #fff !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    box-shadow: none !important;
}

.btn-outline-custom {
    background-color: transparent;
    border: 2px solid #fff !important;
    transition: all 0.4s;
    color: #fff;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open > .dropdown-toggle.btn-outline-custom {
    background-color: #fff !important;
    border: 2px solid #fff !important;
    box-shadow: none !important;
    color: #000;
}


/*==========================
    HOME
============================*/

.home-section .carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-title {
    color: #fff;
    font-size: 42px;
    letter-spacing: 1px;
    line-height: 55px;
}

.home-title-title {
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 32px;
}

.home-sub-title {
    color: #C2C2C3;
    font-weight: 500;
    max-width: 640px;
    margin: 0 auto;
    line-height: 28px;
}


/*============================
    SERVICE
==============================*/

.service-title {
    font-size: 18px;
    font-weight:700;
    vertical-align: bottom;
    margin-left: 10px;
}

.service-content p {
    font-size: 15px;
}

.service-icon {
    font-size: 22px;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 5px;
}


/*=============================
  ABOUT
===============================*/

.about-section .about-image {
    flex: 50%;
    width: 50%;
}
.about-section .about-detail {
    flex: 50%;
    width: 100%;
    z-index: 2;
}

.about-container {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.about-section .about-detail-desc {
    background: #fafafa;
    margin-left: -100px;
    padding: 50px 50px 50px 100px;
    position: relative;
    z-index: 1;
}

.about-section .about-detail-desc>p {
    width: 100%;
    font-size: 15px;
    line-height: 25px;  
    text-align: justify;
}

.about-detail-desc-left {
    text-align: right;
    margin-left: 0 !important;
    margin-right: -100px;
    padding: 0 !important;
    padding: 50px 100px 50px 50px !important;
}

.about-section .about-detail-expand {
    display: none !important;
}

/*============================
    TESTI
==============================*/

.bg-testi {
    background-size: cover;
    background-image: url('../images/bg_why.jpg');
    background-attachment: fixed;
    background-position: center center;
}

.review-box i {
    font-size: 40px;
}

.testi-text {
    color: white;
    padding: 10px 0px 10px 0px;
    font-weight: bolder;
    font-size: 1.75rem;
}


/*============================
    PRICING BOX
==============================*/

.pricing-box {
    border-radius: 15px;
}

.pricing-box::before {
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    bottom: 0px;
    right: 0px;
}

.plan-price h2 {
    font-size: 32px;
    font-weight: 600;
}

.price-icon {
    font-size: 46px;
}

.description p{
    display: table;
    width: 100%;
    text-align: right;
}

.description p span {
    text-align: left;
    display: table-cell;
}

.description p i {
    display: table-cell;
}

/*============================
    CONTACT
==============================*/

.form-custom .form-control {
    box-shadow: none !important;
    border-radius: 0;
    border-style: none none solid;
    border-width: 1px;
    margin-bottom: 20px;
    font-size: 16px;
}

/*============================
    FOOTER
==============================*/

.footer-title {
    font-weight: 700;
}

.footer-list li a {
    font-size: 13px;
    color: #909090;
    padding-top: 7px;
    display: inline-block;
    transition: all 0.5s;
}

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

.copyright-alt {
    opacity: 0.5;
    color: #000 !important;
    font-size: 12px;
}

.social-icon li a {
    color: #a2a2a2;
    transition: all 0.5s;
}

.social-icon li a:hover {
    color: #666;
}

@media (min-width: 200px) and (max-width: 767px) {
    .application-bar {
        width: 0;
        height: 0;
    }
    .vertical-content {
        display: inherit;
    }
    .home-section {
        margin-top: 30px;
    }
    .home-title {
        padding-top: 10px !important;
        font-size: 28px;
        line-height: 32px;
    }
    .home-title-title {
        font-size: 24px;
        line-height: 28px;
        text-align: justify;
    }
    .text-left-sm {
        text-align: left !important;
    }
    .home-bg {
        padding: 110px 0px 0px 0px;
    }
    .screenshot .owl-carousel .owl-stage-outer {
        overflow: hidden !important;
    }
    .screenshot .screenshot-slider-outer {
        margin-top: 0;
    }
    .screenshot .screenshot-slider-outer .mockup {
        display: none;
    }
    .screenshot {
        padding-bottom: 100px;
    }

    .about-section .about-image,
    .about-section .about-detail-expand {
        display: block !important;
        width: 100% !important;
    }

    .about-container {
        display: block;
    }

    .about-section .about-detail {
        display: none !important;
    }

    .about-section .about-detail-desc
    {
        text-align: left !important;
        background: #fafafa;
        margin-left: 0px;
        padding: 20px 15px !important;
        position: relative;
        z-index: 1;
    }

    .about-section .about-detail-desc-left
    {
        margin-right: unset;
    }

    .about-section .about-detail-desc > p
    {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .about-section .about-detail-desc
    {
        padding: 100px 100px 50px 100px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-image,
    .about-section .about-detail-expand {
        display: block !important;
        width: 100% !important;
    }

    .about-container {
        display: block;
    }

    .about-section .about-detail {
        display: none !important;
    }

    .about-section .about-detail-desc
    {
        text-align: left !important;
        background: #fafafa;
        margin-left: 0px;
        margin-right: auto;
        padding: 20px 15px !important;
        position: relative;
        z-index: 1;
    }

    .about-section .about-detail-desc-left
    {
        margin-right: unset;
    }
}
