﻿:root {
    --mindreaders-logo-size: 45px;
    --mindreaders-color-0: #554c86;
    --mindreaders-color-1: #39d47a;
    --mindreaders-color-2: #def5ee;
    --mindreaders-color-3: #ffb400;
    --mindreaders-color-white: #fff;
    --mindreaders-color-white-bg: #f4f9fd;
    --mindreaders-color-gray: #ddd;
    --mindreaders-color-gray-1: #aaa;
    --mindreaders-color-black-bg: #333;
    --mindreaders-color-black-1: #555;
    --mindreaders-color-black-2: #777;
    --mindreaders-color-black-3: #444;
    --mindreaders-color-black-4: #1b1b1b;
    --mindreaders-font-n-1: -1px;
    --mindreaders-font-n-2: -2px;
    --mindreaders-font-n-3: -3px;
    --mindreaders-font-n-5: -5px;
    --mindreaders-font-n-10: -10px;
    --mindreaders-font-n-15: -15px;
    --mindreaders-font-n-20: -20px;
    --mindreaders-font-1: 1px;
    --mindreaders-font-2: 2px;
    --mindreaders-font-3: 3px;
    --mindreaders-font-4: 4px;
    --mindreaders-font-5: 5px;
    --mindreaders-font-8: 8px;
    --mindreaders-font-9: 9px;
    --mindreaders-font-10: 10px;
    --mindreaders-font-11: 11px;
    --mindreaders-font-12: 12px;
    --mindreaders-font-13: 13px;
    --mindreaders-font-14: 14px;
    --mindreaders-font-15: 15px;
    --mindreaders-font-16: 16px;
    --mindreaders-font-17: 17px;
    --mindreaders-font-18: 18px;
    --mindreaders-font-20: 20px;
    --mindreaders-font-22: 22px;
    --mindreaders-font-24: 24px;
    --mindreaders-font-25: 25px;
    --mindreaders-font-26: 26px;
    --mindreaders-font-28: 28px;
    --mindreaders-font-30: 30px;
    --mindreaders-font-35: 35px;
    --mindreaders-font-40: 40px;
    --mindreaders-font-45: 45px;
    --mindreaders-font-50: 50px;
    --mindreaders-font-60: 60px;
    --mindreaders-font-75: 75px;
    --mindreaders-font-80: 80px;
    --mindreaders-color-light-default: #554c86;
    --mindreaders-color-light-info: #145ace;
    --mindreaders-color-light-danger: #ee0000;
    --mindreaders-color-light-warning: #fecc06;
    --mindreaders-color-light-success: #398439;
    --mindreaders-color-light-primary: #39d47a;
    --mindreaders-color-default: #554c86;
    --mindreaders-color-info: #145ace;
    --mindreaders-color-danger: #ee0000;
    --mindreaders-color-warning: #fecc06;
    --mindreaders-color-success: #398439;
    --mindreaders-color-primary: #39d47a;
}
.body-content{
    padding-left:0;
    padding-right:0;
}

.mindreaders-head {
    background-color: #313131;
    position: relative;
    height: 40px;
    font-size: 11px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
}

    .mindreaders-head .info-phone, .mindreaders-head .info-email {
        white-space: nowrap;
        float: left;
        margin-left: 3px;
        margin-right: 15px;
        color: #fff;
    }
        .mindreaders-head .info-phone .info-icon-wrapper, .mindreaders-head .info-email .info-icon-wrapper {
            text-align: center;
            display: block;
            float: left;
            width: 41px;
            height: 39px;
            line-height: 39px;
            margin-right: 15px;
            background-color: rgba(255, 255, 255, 0.2);
            font-size: 20px;
            position: relative;
            color: #fff;
        }
            .mindreaders-head .info-phone .info-icon-wrapper:before, .mindreaders-head .info-email .info-icon-wrapper:before {
                bottom: 50%;
                border-top: 2px solid transparent;
                border-right: 3px solid transparent;
                border-bottom: 2px solid rgba(255, 255, 255, 0.2);
                border-left: 3px solid rgba(255, 255, 255, 0.2);
            }
            .mindreaders-head .info-phone .info-icon-wrapper:before,
            .mindreaders-head .info-email .info-icon-wrapper:before,
            .mindreaders-head .info-phone .info-icon-wrapper:after,
            .mindreaders-head .info-email .info-icon-wrapper:after {
                content: "";
                display: block;
                position: absolute;
                width: 0px;
                left: 100%;
            }
    .mindreaders-head a {
        color: #ffffff !important;
    }

    .header-social {
        display: block;
        float: right;
        height: 40px;
    }
ul.header-social li {
    display: inline-block;
    text-align: center;
    height: 40px;
    margin-right: 1px;
}
    ul.header-social li a {
        display: inline-block;
        position: relative;
        line-height: 40px;
        width: 30px;
        height: 40px;
        margin-left: 5.5px;
        margin-right: 5.5px;
        -webkit-transition: background-color 0.4s ease-in-out;
        -moz-transition: background-color 0.4s ease-in-out;
        -o-transition: background-color 0.4s ease-in-out;
        transition: background-color 0.4s ease-in-out;
        color: #ffffff !important;
        font-size: 16px;
        background-color: rgba(255, 255, 255, 0.2);
    }
        ul.header-social li a:before {
            content: '';
            border-top: 20px solid transparent;
            border-left: 5px solid transparent;
            border-bottom: 20px solid rgba(255, 255, 255, 0.2);
            border-right: 5px solid rgba(255, 255, 255, 0.2);
            right: 100%;
            position: absolute;
        }
        ul.header-social li a:after {
            content: '';
            border-top: 20px solid rgba(255, 255, 255, 0.2);
            border-left: 5px solid rgba(255, 255, 255, 0.2);
            border-bottom: 20px solid transparent;
            border-right: 5px solid transparent;
            left: 100%;
            position: absolute;
        }
.separator {
    display: inline-block;
    margin: auto;
    position: relative;
    width: 20%;
    max-width: 100px;
    height: 5px !important;
    opacity: 0.6;
    border: 1px solid;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom:10px;
}
    .separator:before {
        content: '';
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        content: '';
        height: 1px;
        max-width: 120px;
        width: 120%;
        float: right;
        right: 100%;
        top: 1px;
        opacity: 0.5;
        position: absolute;
    }
    .separator:after {
        content: '';
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        content: '';
        height: 1px;
        max-width: 120px;
        width: 120%;
        position: absolute;
        float: left;
        left: 100%;
        top: 1px;
        opacity: 0.5;
    }


.logo {
    max-height: 50px;
}

.box-1{
    padding-top:50px;
    padding-bottom:50px;
}
.box-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: var(--mindreaders-color-0);
    color: var(--mindreaders-color-white)
}
.box-3 {
    padding-top: 10px;
    padding-bottom: 50px;
}
.box-4 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../img/back-1.png) #00ae49;
    background-position: center center !important;
    background-attachment: scroll !important;
    color: var(--mindreaders-color-white)
}
.box-5 {
    padding-top: 50px;
}
.box-6 {
    background:#ddd
}

.fles-ce {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.head-1 {
    font-size: 24px;
    line-height: 35px;
}
.head-2 {
    font-size: 28px;
    line-height:35px;
}
.head-3 {
    font-size: 50px;
    padding-bottom:10px;
}
.head-4 {
    font-size: 20px;
    text-transform:uppercase;
}


.services{
    text-align:center;
}
    .services p:nth-child(1) {
        font-size: 24px;
    }
    .services p:nth-child(2) {
        font-size: 45px;
        line-height: 60px;
        text-align: center;
    }


.services-1 {
    padding-top:20px;

}
.services-1 img{
    height:50px;
}
    .services-1 h3 {
        font-size: 20px;
    }

.services-2 {
    padding-top: 20px;
    text-align:left;
}


.services-3 {
    background: #f5f5f5;
    border-radius: 10px;
    width: 100%;
    overflow:hidden;
    box-shadow:0px 0px 4px #ddd;
    margin-bottom:30px;
}

    .services-3 img {
        width: 100%;
    }

    .services-3 h3,
    .services-3 h5 {
        font-size: 20px;
        padding:15px 10px;
    }


.pad-1{
    padding-top:20px;
}


footer {
    background-color: #2d2d2d;
    color: #969595;
    padding-top: 25px;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}
.footer {
    background-color: #373737;
    color: #6b6b6b;
    line-height: 63px;
    margin-top:40px;
}

footer h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0;
    line-height: 16px;
    margin-bottom: 25px;
}


    footer .list-unstyled {
        color: #969595;
    }
    footer .list-unstyled a{
        color: #969595;
    }
        footer .list-unstyled a i{
            margin-right:10px;
        }



@media (max-width: 767px) {
    .header-social {
       display:none;
    }
    .mobile-device {
        clear: both;
        padding: 15px;
        float: left;
        width: 100%;
    }
    .float-none{
        float:none !important;
    }
    .fles-ce{
        display:block;
    }
}

.display-none {
    height: 0px;
    overflow: hidden;
}

.whatsapp-button {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 9999999999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: 20px;
    bottom: 20px;
}
.call-button {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 9999999999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 20px;
    bottom: 20px;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDU5cHgiIGhlaWdodD0iNDU5cHgiIHZpZXdCb3g9IjAgMCA0NTkgNDU5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTkgNDU5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNhbGwiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZTsiIGQ9Ik05MS44LDE5OC45YzM1LjcsNzEuNCw5Ni45LDEzMC4wNSwxNjguMywxNjguM0wzMTYuMiwzMTEuMWM3LjY0OS03LjY0OSwxNy44NS0xMC4xOTksMjUuNS01LjFjMjguMDUsMTAuMiw1OC42NDksMTUuMyw5MS44LDE1LjNjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjV2ODYuN2MwLDE1LjMtMTAuMiwyNS41LTI1LjUsMjUuNUMxOTMuOCw0NTksMCwyNjUuMiwwLDI1LjVDMCwxMC4yLDEwLjIsMCwyNS41LDBoODkuMjVjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjVjMCwzMC42LDUuMSw2MS4yLDE1LjMsOTEuOGMyLjU1LDcuNjUsMCwxNy44NS01LjEsMjUuNUw5MS44LDE5OC45eiIvPjwvZz48L2c+PC9zdmc+) center/30px 30px no-repeat #269041 !important;
}

footer .fa{
    font-size:24px;
}

.m-1{
	margin-right:5px;
	margin-bottom:5px
}

.listmode{
	padding-left: 0;
    list-style: none;
}
.listmode li{
	padding: 5px;float:left;
}