/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */

/* =============================================================
   GENERAL STYLES
 ============================================================ */
@font-face {
    font-family: "PingRoundAL-Regular";
    src: url(../fonts/PingRoundAL-Regular.otf) format('truetype');
}

@font-face {
    font-family: "PingRoundHL-Regular";
    src: url(../fonts/PingRoundHL-Regular.otf) format('truetype');
}

body {
    font-family: "PingRoundAL-Regular";
    line-height: 30px;
}

/** {
    font-family: "PingRoundAL-Regular";
}*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#004d9d), to(#004d9d), color-stop(.6,#004d9d))
}

.load {
    display: none;
}

h2 {
    padding-top: 50px;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #000;
}

h3 {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
}

section {
    padding-top: 30px;
    padding-bottom: 40px;
}

.just-pad {
    padding-bottom: 50px;
    padding-top: 80px;
}

p {
    padding: 10px 0px;
}

.rowSwitchContainer {
    display: flex;
    flex-wrap: wrap;
}

label.error {
    color: #f46a6a !important;
}

    label.error:empty {
        display: none !important;
    }

/*=====================================
  preloader 
    ===================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    direction: ltr !important;
}

.spinner-chase {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-animation: spinner-chase 2.5s infinite linear both;
    animation: spinner-chase 2.5s infinite linear both;
}

.chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: chase-dot 2.0s infinite ease-in-out both;
    animation: chase-dot 2.0s infinite ease-in-out both;
}

    .chase-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #556ee6;
        border-radius: 100%;
        -webkit-animation: chase-dot-before 2.0s infinite ease-in-out both;
        animation: chase-dot-before 2.0s infinite ease-in-out both;
    }

    .chase-dot:nth-child(1) {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

        .chase-dot:nth-child(1):before {
            -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
        }

    .chase-dot:nth-child(2) {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

        .chase-dot:nth-child(2):before {
            -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
        }

    .chase-dot:nth-child(3) {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

        .chase-dot:nth-child(3):before {
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }

    .chase-dot:nth-child(4) {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

        .chase-dot:nth-child(4):before {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
        }

    .chase-dot:nth-child(5) {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

        .chase-dot:nth-child(5):before {
            -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
        }

    .chase-dot:nth-child(6) {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

        .chase-dot:nth-child(6):before {
            -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
        }

@-webkit-keyframes spinner-chase {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-chase {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes chase-dot {
    80%, 100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes chase-dot {
    80%, 100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes chase-dot-before {
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100%, 0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes chase-dot-before {
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100%, 0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*=====================================
  NAVBAR STYLES 
    ===================================*/

.logo-navbar-brand {
    color: white;
    padding: 0;
    display: flex;
    align-items: center;
}

.logo-custom {
    max-height: 40px
}

#menu {
    background-color: white !important;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
}

.navbar-inverse {
    border-color: transparent;
    box-shadow: 0 12px 24px 0 rgba(177, 191, 205, 0.2), 0 0 2px 0 rgba(177, 191, 205, 0.24);
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #495057 !important;
        font-size: 14px;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: black !important;
        }

.navbar-toggle {
    background-color: transparent !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #495057;
}

.container:before, .container:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
    /*display: table;*/
    content: none !important;
}

.navbar-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.joinUsTopBarLink {
    background-color: #0093ff;
    border-radius: .5rem;
    color: white !important;
    padding: 5px 15px !important;
}

    .joinUsTopBarLink:hover {
        transition: all .2s;
        background-color: #004d9d !important;
    }

.languageDropdownBtn {
    background-color: transparent;
    color: #495057;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

    .languageDropdownBtn:hover {
        color: black;
    }

    .languageDropdownBtn i {
        margin-right: 5px;
    }

.languageDropdown .dropdown-menu {
    padding: 7px 0;
    font-size: inherit;
    color: #495057;
    text-align: start;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0;
    z-index: 1000;
}

.languageDropdown .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.35rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none !important;
}

    .languageDropdown .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }


.home-mail {
    font-size: 12px;
    font-weight: normal;
    padding-left: 5px;
}

.action-btn {
    border-radius: 20px;
    background-color: #0093ff;
    border-color: #953104;
}

    .action-btn:hover {
        background-color: #a3481e;
        border-color: #FFF;
    }

.mainImageDiv {
    height: 500px;
    padding: 60px
}

    .mainImageDiv img {
        height: 100%;
        max-width: 100%;
        object-fit: contain;
        margin-top: 30px
    }

.storesImageContainer {
    height: 50px;
    display: flex;
    gap: 15px;
}

    .storesImageContainer img {
        height: 100%;
        max-width: 100%;
        object-fit: contain;
        margin-bottom: 15px;
    }

#whoWeAre {
    font-size: 16px;
    text-align: justify;
}

.whoWeAreImageDiv {
    height: 100%;
    display: flex;
}

    .whoWeAreImageDiv img {
        height: 150px;
        margin: auto;
    }
/*=====================================
  HEADERS STYLES 
    ===================================*/
.header-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    /*    background: url(../img/head.jpg) no-repeat center center;
*/ padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

    .header-sec .overlay {
        background: rgba(8, 134, 74, 0.90);
        min-height: 500px;
    }

    .header-sec h2 {
        color: #fff;
        padding-top: 150px;
    }



/*=====================================
  TESTIMONIALS STYLES 
    ===================================*/


.testi-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    background: url(../img/testi.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

    .testi-sec .overlay {
        background: rgba(8, 134, 74, 0.80);
        min-height: 300px;
    }

    .testi-sec h3 {
        color: #fff;
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .testi-sec h4 {
        line-height: 35px;
    }


/*=====================================
  PRICING STYLES 
    ===================================*/

.price-sec {
    padding-top: 40px;
    padding-bottom: 60px;
    color: #fff;
}

    .price-sec span {
        font-size: 90px;
    }

.single-price {
    background-color: rgba(8, 134, 74,1);
    padding: 50px;
}

.multi-price {
    background-color: #0093ff;
    padding: 50px;
}

/*=====================================
   Features
    ===================================*/

.featureContainer {
    margin-bottom: 15px;
}

    .featureContainer .media-heading {
        margin: 0 0 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;
        display: flex;
        gap: 5px;
    }

    .featureContainer .media-body {
        background-color: white;
        color: #333;
        padding: 20px;
        border-radius: 15px;
    }

    .featureContainer ul {
        margin-bottom: 0;
    }

    .featureContainer p {
        padding: 0 !important;
    }

    .featureContainer li:last-child p {
        margin-bottom: 0 !important;
    }

/*=====================================
HOW IT WORKS
    ===================================*/
.howItWorksImgs {
    height: 150px;
    margin: auto;
}

.howItWorksStepTitle {
    border-bottom: 1px solid;
}
/*=====================================
  CONTACT STYLES 
    ===================================*/
.contact {
    /*font-size: 16px;*/
    /*line-height: 35px;*/
    margin-bottom: -170px;
    display: flex;
}

.contactUsContainer {
    background: #fff;
    padding: 60px 45px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.contactUsInfoDiv {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}

    .contactUsInfoDiv .contactUsInfoImg {
        padding: 5px;
        border: 2px solid #444;
        border-radius: 50%;
        height: 45px;
        text-align: center;
        width: 45px;
    }

        .contactUsInfoDiv .contactUsInfoImg img {
            height: 15px;
        }

    .contactUsInfoDiv .contactUsInfoText {
        /*margin-left: 10px;*/
        color: inherit;
        text-decoration: none;
    }

        .contactUsInfoDiv .contactUsInfoText:hover {
            color: #0093ff;
            border-bottom: 1px solid;
            transition: all .2s;
        }

#contactUsBtn {
    width: 50%;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 600;
    background-color: #0093ff;
    color: white;
    border-radius: 15px;
    border: 1px solid #0093ff;
}

    #contactUsBtn:hover {
        transition: all .2s;
        background-color: #004d9d;
    }

.form-control {
    border: 1px solid #ddd;
    padding: 12px 12px;
    border-radius: 5px;
    margin-bottom: 15px;
    height: 100%;
    line-height: 1.5;
}

.social-media-icon {
    background-color: white;
    border-radius: 3.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    height: 3.6rem;
    line-height: 3.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 3.6rem;
}

    /* Circle */
    .social-media-icon span {
        border-radius: 0;
        display: block;
        height: 0;
        left: 50%;
        margin: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: 0;
    }

    .social-media-icon:hover span {
        width: 3.6rem;
        height: 3.6rem;
        border-radius: 3.6rem;
        margin: -1.8rem;
    }

.twitter span {
    background-color: #4099ff;
}

.facebook span {
    background-color: #3b5998;
}

.linkedin span {
    background-color: #0077b5;
}

.instagram span {
    background-color: #bc2a8d;
}

.github span {
    background-color: #333;
}

/* Icons */
.social-media-icon i {
    background: none;
    color: white;
    height: 3.6rem;
    left: 0;
    line-height: 3.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 3.6rem;
    z-index: 10;
}

.social-media-icon .fa-twitter {
    color: #4099ff;
}

.social-media-icon .fa-facebook {
    color: #3b5998;
}

.social-media-icon .fa-linkedin {
    color: #0077b5;
}

.social-media-icon .fa-instagram {
    color: #4099ff;
}

.social-media-icon .fa-github {
    color: #333;
}

.social-media-icon:hover .fa-twitter,
.social-media-icon:hover .fa-facebook,
.social-media-icon:hover .fa-linkedin,
.social-media-icon:hover .fa-instagram,
.social-media-icon:hover .fa-github {
    color: white;
}

/*=====================================
  FOOTER STYLES 
    ===================================*/
.myfooter {
    background-color: #0093ff;
    padding: 40px;
    color: #fff;
    font-size: 14px;
    text-align: right;
    padding-top: 170px;
}

    /*.footerImg {
    height: 200px;
}*/

    .myfooter .row {
        margin-right: 0;
        margin-left: 0;
    }

/*=====================================
  responsive 
    ===================================*/
@media screen and (max-width: 991px) {
    #home {
        text-align: center;
    }

    .mainImageDiv {
        height: 400px;
        padding: 30px
    }

        .mainImageDiv img {
            margin-top: 0;
        }

    .storesImageContainer {
        justify-content: center;
    }

    .whoWeAreImageDiv img {
        margin-top: 15px;
    }

    #contact-form {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {

    .navbar-container {
        display: block;
    }

    .navbar-nav {
        display: block;
        margin: 7.5px 0;
        padding: 0;
    }

    .navbar-header {
        margin-right: 0 !important;
        margin-left: 0 !important;
        gap: 0;
    }

    .whoWeAreImageDiv img {
        height: 100px;
    }

    .logo-custom {
        margin-left: 15px;
    }

    .joinUsCol {
        padding: 30px;
    }

    .myfooter {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 420px) {

    .storesImageContainer {
        display: block;
    }
}