html {
    font-size: 100%;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    touch-action: manipulation;
}


body {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    overflow-x: hidden;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
span,
li,
img,
inpot,
button {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    font-weight: inherit;
}

h1,
h2,
h3 {
    font-family: 'Poppins', sans-serif;
}

p {
    line-height: 1.6;
    font-size: 1.25em;
    font-weight: 400;
    color: #555;
}

h1 {
    font-size: 3.5em;
    line-height: 1;
}

h2 {
    font-size: 3em;
    line-height: 1.1;
}

h3 {
    font-size: 2.5em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: .9em;
    letter-spacing: 1px;
}

a,
button {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    transition: all .3s;
    line-height: 1;
}

a:focus,
a:active,
a:hover,
button:focus,
button:active,
button:hover,
a b.light-color:hover {
    text-decoration: none;
    color: #E45F74;
}

b {
    font-weight: 500;
}

img {
    width: 100%;
}

li {
    list-style: none;
    display: inline-block;
}

span {
    display: inline-block;
}

button {
    outline: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

b.light-color {
    color: #444;
}

.icon {
    font-size: 1.1em;
    display: inline-block;
    line-height: inherit;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    line-height: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}



.center-text {
    text-align: center;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative
}



::-webkit-input-placeholder {
    font-size: .9em;
    letter-spacing: 1px;
}

::-moz-placeholder {
    font-size: .9em;
    letter-spacing: 1px;
}

:-ms-input-placeholder {
    font-size: .9em;
    letter-spacing: 1px;
}

:-moz-placeholder {
    font-size: .9em;
    letter-spacing: 1px;
}


.full-height {
    height: 100%;
}

.position-static {
    position: static;
}

.font-white {
    color: #fff;
}



.main-area {
    color: #231f20;
}

.main-area:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .7;
background: rgb(255,255,255);
background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(10,43,104,0.5) 100%);
background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(10,43,104,0.5) 100%);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(10,43,104,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0a2b68",GradientType=1);
}


.title {
    font-family: 'Lato', 'Poppins';
    font-size: 6em;
    font-weight: 100;
    line-height: 1;
    margin-top: 40px;
    text-transform: uppercase;
    text-align: center;
    height: 70px;
    overflow: hidden;
    color: #231f20;
}

.website {
    letter-spacing: 15px;
    padding-left: 12px;
    color: #0a2b68;
    text-shadow: 0px 1px 0px #0a2b68;
}
.website span {
    color: #93ba23;
}
.logo {
    text-align: center;
    width: 150px;
    height: auto;
    display: block;
    margin: 15px auto;
}
.ad {
    text-align: center;
    width: 1000px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
}
.main-area .social-btn {
    /* position: absolute; */
    margin: 20px auto 20px;
    width: 100%;
    /* left: 50%; */
    /* transform: translateX(-50%); */
}


.main-area .social-btn .list-heading {
    display: block;
    margin-bottom: 25px;
}

/*
.main-area .social-btn > li > a > i{ display: inline-block; height: 35px; width: 35px; line-height: 35px; border-radius: 40px;
    font-size: 1.04em; margin: 0 5px; }


.main-area .social-btn > li > a > i[class*="facebook"]{ background: #2A61D6; }
.main-area .social-btn > li > a > i[class*="twitter"]{ background: #3AA4F8; }
.main-area .social-btn > li > a > i[class*="google"]{ background: #F43846; }
.main-area .social-btn > li > a > i[class*="instagram"]{ background: #8F614A; }
.main-area .social-btn > li > a > i[class*="pinterest"]{ background: #E1C013; }
*/



.list-heading {
    font-size: 23px;
    margin-bottom: 15px
}

ul {
    list-style: none;
}

ul li {
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #252b5c;
    transition: all 0.5s ease;
}

ul li .fa {
    color: #252b5c;
    margin-top: 20px;
    transition: all 0.5s ease;
}


ul li:hover.facebook {
    border: 2px solid #3b5998;
    box-shadow: 0 0 15px #3b5998;
    transition: all 0.5s ease;
}

ul li:hover .fa-facebook {
    color: #3b5998;
    /*  text-shadow: 0 0 15px #3b5998;*/
    transition: all 0.5s ease;
}

/*twitter*/
ul li:hover.twitter {
    border: 2px solid #00aced;
    box-shadow: 0 0 15px #00aced;
    transition: all 0.5s ease;
}

ul li:hover .fa-twitter {
    color: #00aced;
    /*  text-shadow: 0 0 15px #00aced;*/
    transition: all 0.5s ease;
}

/* instagram */
ul li:hover.instagram {
    border: 2px solid #bc2a8d;
    box-shadow: 0 0 15px #bc2a8d;
    transition: all 0.5s ease;
}

ul li:hover .fa-instagram {
    color: #bc2a8d;
    /*  text-shadow: 0 0 15px #bc2a8d;*/
    transition: all 0.5s ease;
}

/* google */
ul li:hover.google {
    border: 2px solid #dd4b39;
    box-shadow: 0 0 15px #dd4b39;
    transition: all 0.5s ease;
}

ul li:hover .fa-google, ul li:hover .fa-envelope-o {
    color: #dd4b39;
    /*  text-shadow: 0 0 15px #dd4b39;*/
    transition: all 0.5s ease;
}

/* whatsapp */
ul li:hover.whatsapp {
    border: 2px solid #4dc247;
    box-shadow: 0 0 15px #4dc247;
    transition: all 0.5s ease;
}

ul li:hover .fa-whatsapp {
    color: #4dc247;
    /*  text-shadow: 0 0 15px #4dc247;*/
    transition: all 0.5s ease;
}


@media (max-width: 767px) {
    .logo {
        width: 75px;
    }

    .title {
        font-size: 2.6em;
        height: 30px;
        margin-top: 20px;
        margin-bottom: 2px;
    }

    .website {
        letter-spacing: 7px;
        padding-left: 8px;
    }

    ul li {
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin: 0 5px;
    }

    ul li .fa {
        margin-top: 8px;
        font-size: 24px;
    }

    .list-heading {
        font-size: 14px;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .title {
        font-size: 2.6em;
        height: 22px;
    }
}
