/*----------------------------------------------------------------------------------- 
Template Name: aSaas HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Themectg
Author URI: http://www.themectg.com
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
3. Helper-Class
4. Headser-Area
5. Sponsor-Area
-----------------------------------------------------------------------------------*/

/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,900');

/*-------------------
2. Theme Default CSS
--------------------*/
button,
a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input[type="submit"]:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #0297f3;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.3em;
    font-weight: 500;
    color: #1c223a;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2em;
    color: #686b75;
    outline: none;
}

:focus {
    outline: none;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*-- 3. Helper-Class --*/

.heading-2 {
    font-size: 48px;
}

.heading-3 {
    font-size: 38px;
}

.heading-4 {
    font-size: 28px;
}

.text-white a,
.text-white {
    color: #ffffff;
}

.text-green a,
.text-green {
    color: #1cc9bd;
}

.text-blue a,
.text-blue {
    color: #1992ec;
}

.upper {
    text-transform: uppercase;
}

.middle-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.padding-left-50 {
    padding-left: 50px;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    outline: none;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.section-padding-top {
    padding-top: 120px;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.section-padding-bottom {
    padding-bottom: 120px;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

/* Footer */
footer {
    height: 75px;
    padding: 15px 0;
    line-height: 40px;
    background-color: #8492af;
}
.logo-footer {
    float: left;
}
.footer-menu,
.social-icons,
.footer-menu li,
.social-icons li {
    display: inline-block;
}
.footer-menu li {
    padding: 0 1.5rem;
    font-weight: 500;
}
.footer-menu li a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer-menu li a:hover {
    color: #3bc0c3;
    text-decoration: none;
}
.social-icons {
    margin-top: 0.25rem;
}
.social-icons li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-left: 5px;
    background-color: #fff;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.social-icons li i {
    width: 34px;
    height: 34px;
    color: #8492af;
    line-height: 34px;
}
.social-icons li a:hover i {
    color: #3bc0c3;
}
@media (max-width: 991px) {
    /* Footer */
    footer {
        height: auto;
    }
    .logo-footer {
        display: block;
        float: none;
        margin: 15px 0;
    }
    .logo-footer img {
        display: block;
        margin: 0 auto;
    }
    .list-clients {
        text-align: center;
    }
    .list-clients li img {
        width: 150px;
    }
    .footer-menu,
    .social-icons {
        display: block;
        text-align: center;
    }
}