﻿/* HTML Set up */
footer {
    background: #2b4a67;
    color: white;
    margin: 0;
}

    footer .centered {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        gap: 10%;
    }

        footer .centered .footer-logo {
            margin-top: 3rem;
            width: min-content;
            line-height: 2.5rem;
        }

            footer .centered .footer-logo img.logo {
                /*padding: 30px 20px 10px 20px;*/
                max-width: 100%;
            }

        footer .centered .footer-contact {
            width: 20%;
        }

        footer .centered .footer-navigation {
            flex: 1;
            margin-top: 3rem;
            display: flex;
            justify-content: space-between;
        }

        footer .centered .footer-navigation .footer-links-holder {
            /*width: 23%;*/
            position: relative;
            /*float: left;*/
            margin: 0;
            padding-right:3%;
        }
        footer .centered .footer-navigation .footer-links-holder:nth-child(3) {
            width: 31%;
        }

        footer .centered .footer-navigation .footer-links-holder .footer-links {
            margin: 0;
            padding: 0;
            list-style: none;
            -webkit-transition: max-height .5s;
            transition: max-height .5s;
        }

    footer .bottom-bar {
        position: relative;
        text-align: center;
        font-size: 10px;
        text-transform: uppercase;
        padding: 15px 0;
    }

@media only screen and (max-width: 1024px) {
    footer .centered {
        width: 90%;
    }
}


@media (min-width: 502px) and (max-width:767px ) {
    .rowpadding {
        padding: 0 0 0 25px;
    }
}

/* Responsive Tablet Sizes */
/*@media only screen and (max-width: 749px) {*/
@media only screen and (max-width: 992px) {
    footer .centered {
        flex-wrap: wrap;
        width: 90%;
        flex-direction: column-reverse;
    }

        footer .centered .footer-logo {
            /*max-width: 250px;*/
            width: 100%;
            display: -webkit-inline-box;
        }

        footer .centered .footer-contact {
            width: 50%;
            padding: 0 20px;
        }

        footer .centered .footer-navigation {
            width: 100%;
        }

            footer .centered .footer-navigation .footer-links-holder {
                /*padding: 0 20px;*/
                padding: 0 0 0 40px
            }
}
/* Responsive Mobile Sizes */
@media only screen and (max-width: 500px) {
    /*@media (max-width:767px) {*/
    footer .centered .footer-logo {
        width: 100%;
        margin: 0 auto;
        margin-top: 3rem;
        display: block;
    }

    footer .centered .footer-contact {
        width: 100%;
    }

    footer .centered .footer-navigation {
        margin-top: initial;
        margin-left: 0rem;
        flex-direction: column;
    }


        footer .centered .footer-navigation .footer-links-holder, footer .centered .footer-navigation .footer-links-holder:nth-child(3) {
            width: 100%;
            padding: 0;
            cursor: pointer;
        }

            footer .centered .footer-navigation .footer-links-holder h3 {
                margin: 0;
                padding: 10px 20px;
                border-top: #000 1px solid;
                cursor: pointer;
                /* Down Arrows */
            }

                footer .centered .footer-navigation .footer-links-holder h3::after {
                    float: right;
                    margin-right: 10px;
                    content: "";
                    display: inline-block;
                    vertical-align: middle;
                    margin-top: 7px;
                    width: 7px;
                    height: 7px;
                    border-top: 2px solid #fff;
                    border-right: 2px solid #fff;
                    -moz-transform: rotate(135deg);
                    -ms-transform: rotate(135deg);
                    -webkit-transform: rotate(135deg);
                    transform: rotate(135deg);
                    -webkit-transition: transform .5s;
                    transition: transform .5s;
                }

            footer .centered .footer-navigation .footer-links-holder .footer-links {
                max-height: 0;
                overflow: hidden;
                padding: 0 20px;
            }

            footer .centered .footer-navigation .footer-links-holder.active h3::after {
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            footer .centered .footer-navigation .footer-links-holder.active .footer-links {
                max-height: 10000px;
            }

    .telmail-left {
        margin-left: initial;
    }


    .rowpadding {
        margin-left: -1.7rem;
    }
}
/* Social Icons */
.social {
    text-align: center;
}

    .social a {
        display: inline-block;
        padding: 7px;
        width: 35px;
        height: 35px;
        margin: 0 2px;
        background: #fff;
        border-radius: 50%;
        vertical-align: middle;
    }

        .social a:hover {
            background: #65c2ed;
        }

        .social a.linkedin {
            padding: 4px;
        }

        .social a svg .face, .social a svg .twit, .social a svg .link {
            fill: #000;
        }

/* Typography */
footer h3 {
    font-weight: lighter;
    font-style: italic;
    margin-bottom: 0;
}

footer p, footer li {
    font-weight: 400;
    /*text-transform: uppercase;*/
    letter-spacing: 0.05em;
    margin: 10px 0;
}

footer a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .5s, background .5s;
    transition: color .5s, background .5s;
}

    footer a:hover {
        color: #65c2ed;
        text-decoration: none;
    }

/* Misc CSS */
.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    clear: both;
}

body {
    margin: 0;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*==========footer==========*/
.footer {
    width: 100%;
    position: relative;
    background-color: #ececec;
    display: inline-flex;
}

/*.ipad_size {
    display: none;
}*/

.Title_footer_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 2em;
    color: #3f5774;
}

.Content_footer_text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    color: white;
}

    .Content_footer_text:hover {
        color: #ffb600;
    }

.IWA_Software_Inc {
    font-size: 0.625em;
    font-weight: 300;
    color: #3f5774;
    text-align: center;
}

.Contact_footer_text {
    font-size: 14px;
    font-weight: 300;
    color: white;
    display: inherit;
    white-space: nowrap;
}

/*.mail_phone {
    display: inline-flex;
    margin-left: 0.5em;
}*/
@media (max-width:576px) {

    .Content_footer_text {
        font-size: 16px;
       
    }

    .Contact_footer_text {
        font-size: 14px;
    }
}