﻿/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #fff;
    color: #000;
    font-family: "Century Gothic", Calibri;
    font-size: 1rem;
}

a {
    color: #d4af34;
    font-weight: 600;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #222;
        outline: none;
        text-decoration: none;
    }

.img-responsive-inline {
    display: inline;
    max-width: 100%;
    height: auto;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #d4af34;
    color: #fff;
    padding: 2px 20px 8px 20px;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    right: 15px;
    bottom: 0;
    transition: none;
}

    .back-to-top:focus {
        background: linear-gradient(45deg, #1de099, #d4af34);
        color: #fff;
        outline: none;
    }

    .back-to-top:hover {
        background: #d4af34;
        color: #fff;
    }

.faIconBlue {
    color:#61a5da;

}

.faIconNavy {
    color: #001e3e;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#aboutus {
    background-color: #514e4e;
    color: white;
    text-align:justify;
}

    #aboutus h1{
        font-size:1.5rem;
        font-weight:bold;
    }
    #aboutus h3 {
        display:inline !important;
        font-size: 1.3rem;
        font-weight: bold;
    }

    #aboutus img{
        padding-left:15px;
    }

@media (max-width: 480px) {
    #aboutus img {
        padding-left: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
#contacts {
    position: relative;
    background-color: #fff;
    color: black;
    text-align: center;
    background-image: url(img/worldmap.jpg) !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    #contacts h1 {
        font-size: 1.5rem;
        font-weight: bold;
    }

    #contacts h3 {
        display: inline !important;
        font-size: 1.3rem;
        font-weight: bold;
    }

    #contacts .enquiry{
        z-index:9999;
    }
    /*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
    #features {
        position: relative;
        background-color: #ffffff;
        color: black;
        text-align: center;
    }

    #features h1 {
        font-size: 1.5rem;
        font-weight: bold;
    }

    #features h3 {
        display: inline !important;
        font-size: 1.3rem;
        font-weight: bold;
    }

    #features .fad{font-size:8rem !important;}

    #features .fa-handshake {
        color: #f77b15;
    }
    #features .fa-server {
        color: #666666;
    }
    #features .fa-bullseye-pointer {
        color: #800080;
    }
    #features .fa-eye {
        color: #f82121;
    }
    #features .fa-file-chart-pie {
        color: #00b700;
    }
    #features .fa-check-double {
        color: #0000ff;
    }


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
#pricing {
    position: relative;
    background: rgb(255,255,255);
    background: linear-gradient(144deg, rgba(255,255,255,1) 0%, rgba(198,201,234,1) 50%, rgba(186,236,255,1) 100%);
    color: black;
    text-align: center;
}

    #pricing h1 {
        color: #800080; 
        font-size: 1.5rem;
        font-weight: bold;
    }

    #pricing h3 {
        display: inline !important;
        font-size: 1.3rem;
        font-weight: bold;
    }

    #pricing .fad {
        font-size: 8rem !important;
    }

    #pricing .business {
        background-color: #d3ecfa;
        font-size: 1.5rem;
        font-weight:500;
        text-align: center;
        height:350px;
    }

    #pricing .enterprise {
        background-color: #ffffff;
        font-size: 1.5rem;
        font-weight: 500;
        text-align: center;
        height: 350px;
    }

    #pricing .fs {
        font-size: 0.8rem;
        font-weight: 100;
        line-height: 20px;
        display: block;
        padding-top:10px;
        height:90px;
    }

    @media (min-width: 780px) {
        #pricing .imgKPI {
        max-width: 70%;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #222;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    color: #aaa;
    font-size: 0.9rem;
    text-align: center;
}

    #footer .credits {
        font-size: 0.8rem;
    }

    #footer .footer-links li {
        display: inline-block;
        float: left;
    }

    #footer .footer-links a {
        color: #666;
        padding-left: 15px;
    }

        #footer .footer-links a:hover {
            color: #d4af34;
        }

    #footer .copyright h1 {
        font-size: 0.9rem;
        font-weight: 700;
        display: inline;
    }




/** Whatsapp
 **************************************************************** **/
.whatsapp {
    position: fixed;
    bottom: 100px;
    right: 0;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
    z-index: 999;
    background: #eee;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .whatsapp i {
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 20px;
        background: #25d366;
        position: relative;
        line-height: 40px;
        text-align: center;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .whatsapp span {
        width: 0;
        color: #333;
        font-size: 13px;
        font-weight: 600;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        background: #eee;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        transition: width 500ms ease;
    }

    .whatsapp:hover span {
        width: 155px;
        display: inline-flex !important;
    }

@media screen and (max-width: 767px) {
    .whatsapp {
        bottom: 115px;
    }

        .whatsapp:hover span {
            display: none !important;
        }
}

@media screen and (max-width: 480px) {
    .whatsapp {
        bottom: 130px;
    }

        .whatsapp i {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }
}

@media screen and (max-width: 340px) {
    .whatsapp {
        bottom: 145px;
    }
}


/** Facebook
 **************************************************************** **/
.facebook {
    position: fixed;
    bottom: 143px;
    right: 0;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
    z-index: 999;
    background: #eee;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .facebook i {
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: #3b5998;
        position: relative;
        text-align: center;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .facebook span {
        width: 0;
        color: #333;
        font-size: 13px;
        font-weight: 600;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        background: #eee;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        transition: width 500ms ease;
    }

    .facebook:hover span {
        width: 155px;
        display: inline-flex !important;
    }

@media screen and (max-width: 767px) {
    .facebook {
        bottom: 158px;
    }

        .facebook:hover span {
            display: none !important;
        }
}

@media screen and (max-width: 480px) {
    .facebook {
        bottom: 168px;
    }

        .facebook i {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }
}

@media screen and (max-width: 340px) {
    .facebook {
        bottom: 183px;
    }
}


/** Wechat
 **************************************************************** **/
.wechat {
    position: fixed;
    bottom: 186px;
    right: 0;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
    z-index: 999;
    background: #eee;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .wechat i {
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: #7bb32e;
        position: relative;
        text-align: center;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .wechat span {
        width: 0;
        color: #333;
        font-size: 13px;
        font-weight: 600;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        background: #eee;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        transition: width 500ms ease;
    }

    .wechat:hover span {
        width: 155px;
        display: inline-flex !important;
    }

@media screen and (max-width: 767px) {
    .wechat {
        bottom: 201px;
    }

        .wechat:hover span {
            display: none !important;
        }
}

@media screen and (max-width: 480px) {
    .wechat {
        bottom: 205px;
    }

        .wechat i {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }
}

@media screen and (max-width: 340px) {
    .wechat {
        bottom: 221px;
    }
}

@media screen and (max-width: 767px) {

    .carousel {
        margin-top: 50px !important;
    }
}