﻿.bg-header {
    /*background-image: url('../../images/home/bg-header.png');
    background-repeat: repeat-x;*/
    text-align: left;
    background-color: #c2eeff;
}

body {
    font-family: 'Laila', sans-serif;    
}
.headericons {
    text-align: center !important;
    color: #343a40 !important;
    padding-left: 12px;
    padding-right: 16px;
    margin-top:14px;
}
.footericons {
  
    text-align: center !important;
    color: #343a40 !important;
    padding-left: 12px;
    padding-right: 16px;
}

.footer .divider {
    border-top: 1px solid hsla(0,0%,100%,.1);
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.brand-text {
    color: #fff;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
}
.footer {
    background-color: #1b1b1b;
    color: #86a1ae;
    font-size: .875rem;
    text-align: justify;
}
.footer h4{
    color: #fff;
    font-weight: 400;
}
    .footer h2 {
        color: #fff;
        font-weight: 400;
    }
.footer a{
    color: #86a1ae;
    display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 .5rem
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.4 ;
    font-size: 1rem;
}

.langicon {
    color: black;
    font-size: 22px;
}

.pdficon {
    height: 35px;
    width: 185px;
}

@media(max-width:1199.98px) {
    .dropdown {
        font-size: 12px;
    }
    .langicon {
        color: black;
        font-size: 9px;
    }
    .pdficon {
        height: 23px;
        width: 100px;
    }
    body {
        font-size: .8rem
    }

    .h1,
    h1 {
        font-size: 1.2rem
    }

    .h2,h2
     {
        font-size: 1.125rem;
        margin-bottom: 1.3125rem
    }

    .h3,
    h3 {
        font-size: 1.0125rem;
        margin-bottom: 1rem
    }

    .h4,
    h4 {
        font-size: .7875rem
    }

    .h5,
    h5 {
        font-size: .75rem
    }

    .h6,
    h6 {
        font-size: .625rem
    }

    .lead {
        font-size: 1.125rem;
        font-weight: 600
    }
}

@media(min-width:1200px) {
    .h1,
    h1 {
        font-size: 2rem
    }

    .h2
     {
        font-size: 1.5rem;
        margin-bottom: 1.75rem
    }

    .h3,
    h3 {
        font-size: 1.125rem;
        margin-bottom: 1.25rem
    }

    .h4,
    h4 {
        font-size: .875rem
    }

    .h5,
    h5 {
        font-size: .75rem
    }

    .h6,
    h6 {
        font-size: .625rem
    }

    .lead {
        font-size: 1.125rem
    }
}

span.h1,
span.h2,
span.h3,
span.h4 {
    margin: 0 0 .5rem;
    display: block
}


/*social icons*/


.homeul ul {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    ul li {
        list-style: none;
    }

        ul li a {
            width: 40px;
            height: 40px;
            background-color: #fff;
            text-align: center;
            line-height: 40px;
            font-size: 20px;
            margin: 0 10px;
            display: block;
            border-radius: 50%;
            position: relative;
            overflow: hidden;
            border: 3px solid #fff;
            z-index: 1;
        }

            ul li a .icon {
                position: relative;
                color: #262626;
                transition: .5s;
                z-index: 3;
            }

            ul li a:hover .icon {
                color: #fff;
                transform: rotateY(360deg);
            }

            ul li a:before {
                content: "";
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                height: 100%;
                background: #f00;
                transition: .5s;
                z-index: 2;
            }

            ul li a:hover:before {
                top: 0;
            }

        ul li:nth-child(1) a:before {
            background: #3b5999;
        }

        ul li:nth-child(2) a:before {
            background: #8a3ab9;
        }

        ul li:nth-child(3) a:before {
            background: #1DA1F2;
        }

        ul li:nth-child(4) a:before {
            background: #229ED9;
        }
        ul li:nth-child(5) a:before {
            background: #128C7E;
        }