
@font-face {
    font-family: 'Raleway-Italic';
    src: url(Font/Raleway-Italic.ttf);
}
@font-face {
    font-family: 'Nunito-Regular';
    src: url(static/Nunito-Regular.ttf);
}
@font-face {
    font-family: 'Nunito-Bold';
    src: url(static/Nunito-Bold.ttf);
}
body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.container
{
    width: 450px;
    margin: auto;
}
.section
{
    width: 100%;
    float: left;
}

.header {
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(back_frame.png);
    padding: 50px;
    padding-bottom: 0px;
    background-color: #fcfff8;
    box-shadow: 0px 0px 2px 3px #ccc;
}
.main_frame
{
    width: 100%;
    float: left;
}
.main_text {
    width: 50%;
    float: left;
}
.main_text h1 {
    font-size: 50px;
    color: white; 
    letter-spacing: 1px;
    font-family: 'Nunito-Regular';
}
.main_text h2 {
    margin-top: -60px;
    font-size: 50px;
    letter-spacing: 1px;
    color: white;
    font-family: 'Nunito-Bold';
}
.main_text h3 {
    margin-top: -45px;
    color: #fa8a43;
    letter-spacing: 1px;
    font-size: 25px;
}
.main_logo {
    width: 50%;
    text-align: center;
    float: left;
}
.main_logo img {
    width: 110px;
    margin-top: 37px;
    margin-left: 85px;
}
.main_logo h1 {
    margin-top: -15px;
    color: white;
    margin-left: 82px;
    font-size: 30px;
}

.about_us {
    width: 100%;
    float: left;
}
.about_us h1 {
    margin-top: 120px;
    font-size: 33px;
    color: #293b5d;
    width: 100%;
    text-align: center;
    float: right;
}
.about_us p {
    font-size: 18px;
    width: 64%;
    color: #293b5d;
    margin-top: -15px;
    float: right;
}
.about_us u {
    color: #293b5d;
    font-size: 18px;
}

.link_logo i {
    width: 20px;
    height: 20px;
    padding: 5px;
    background: #293b5d;
    font-size: 20px;
    border-radius: 30px 30px 30px 30px;
    color: white;
    margin-right: 10px;
    text-align: center;
}   
.link_logo {
    width: 100%;
    float: left;
}
.link_logo ul li {
    list-style: none;
    padding: 12px 40px;
}
.link_logo ul li {
    list-style: none;
    margin-top: -3px;
}
.link_logo ul li a {
    color: #293b5d;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
i.fa.fa-envelope-o {
    margin-top: -3px;
}
i.fa.fa-phone {
    margin-top: -5px;
}
i.fa.fa-map-marker {
    width: 85px;
    height: 25px;
    padding: 2px 0px;
    margin-top: -4px;
    line-height: 25px;
}
.link_logo p {
    font-weight: 600;
}

.main_center {
    width: 60%;
    margin: auto;
    text-align: center;
}
.link_center {
    width: 100%;
    float: left;
    border-radius: 50px;
    background-color: #fa8a43;
}
.link_center a {
    text-decoration: none;
    color: white;
}
.link_center a:hover {
    color: #293b5d;
}
.social_media i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 5px;
    background: #fa8a43;
    font-size: 20px;
    border-radius: 30px 30px 30px 30px;
    color: white;
    text-align: center;
} 
.main_social-media {
    width: 54%;
    text-align: center;
    margin: auto;
    position: relative;
} 

.social_media {
    width: 100%;
    float: left;
    background-color: #fcfff8;
}
.social_media ul {
    padding: 0;
    list-style: none;
}
.social_media li {
    float: left;
    padding: 10px;
}
.social_media ul li a {
    color: #fa8a43;
    font-size: 20px;
    text-decoration: none;
}
i.fa.fa-whatsapp:hover {
    background: #25D366;
}
i.fa.fa-instagram:hover {
    background:radial-gradient(circle at 33% 100%,#fed373 4%,#f15245 30%,#d92e7f 62%,#9b36b7 85%,#515ecf);
}
i.fa.fa-facebook:hover {
    background: #1877F2;
}
i.fa.fa-twitter:hover {
    background: #00ACEE;
}
.end_image {
    width: 550px;
    margin-left: -50px;
    float: left;
}
.end_image img {
    width: 100%;
    margin-top: -55px;
    height: auto;
}
.space i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 5px;
    background: #fa8a43;
    font-size: 20px;
    border-radius: 30px 30px 30px 30px;
    color: white;
    text-align: center;
}
.space {
    width: 100%;
    background-color: #fcfff8;
}
.space ul {
    margin-left: 15px;
    list-style: none;
}
.space li {
    float: left;
    margin-top: 0;
    padding: 10px;
}
.space ul li a {
    color: #fa8a43;
    font-size: 20px;
    text-decoration: none;
}
i.fa.fa-address-card-o:hover {
    background: #293b5d;
}
i.fa.fa-download:hover {
    background: #293b5d;
}
i.fa.fa-envelope-o:hover {
    background: #fa8a43;
}
i.fa.fa-phone:hover {
    background: #fa8a43;
}
i.fa.fa-map-marker:hover {
    background: #fa8a43;
}




/*media query 350px*/
@media only screen and (max-width: 350px) {
    .container {
        width: 100%;
        margin: auto;
    }
    .header {
        padding: 0px;
        padding-bottom: 0px;
    }
    .main_text {
        width: 25%;
        margin-left: 20px;
        margin-top: 10px;
        float: left;
    }
    .main_text h1 {
        font-size: 40px;
        color: white;
        letter-spacing: 1px;
        font-family: 'Nunito-Regular';
    }
    .main_text h3 {
        margin-top: -35px;
        color: #fa8a43;
        letter-spacing: 1px;
        font-size: 25px;
    }
    .main_logo {
        width: 25%;
        margin-left: 25px;
        /* text-align: center; */
        float: left;
    }
    .main_logo img {
        width: 100px;
        margin-top: 37px;
        margin-left: 85px;
    }
    .main_logo h1 {
        margin-top: -10px;
        color: white;
        margin-left: 87px;
        font-size: 20px;
    }
    .end_image {
        width: 100%;
        /* margin-left: -50px; */
        float: right;
    }
    .end_image img {
        width: 332px;
        /* margin-top: -55px; */
        /* float: left; */
        /* height: auto; */
    }
    .about_us h1 {
        margin-top: 85px;
        font-size: 30px;
        color: #293b5d;
        width: 100%;
        margin-left: -6px;
        text-align: center;
        /* float: right; */
    }
    .about_us p {
        font-size: 18px;
        width: 70%;
        color: #293b5d;
        margin-top: -15px;
        float: right;
    }
    .main_text h2 {
        margin-top: -45px;
        font-size: 30px;
        letter-spacing: 1px;
        color: white;
        font-family: 'Nunito-Bold';
    }
    .link_logo ul {
        margin-left: -25px;
    }
    .space li {
        float: left;
        margin-top: -54px;
        padding: 10px;
    }
}
