@font-face {
    font-family: 'Raleway-Italic';
    src: url(Font/Raleway-Italic.ttf);
}

section {
    width: 100%;
    float: left;
}
body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.container {
    margin: auto;
    width: 400px;
}
.classes_image img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0px 0px;
}
.classes_image {
    opacity: 0.5;
}

.header {
    min-height: 100px;
    background-color: #ebf5f5;
    float: left;
    width: 100%;
    box-shadow: 0px 0px 2px 3px #ccc;
    border-radius: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.sir_image img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.sir_image {
    width: 181px;
    height: 164px;
    margin: auto;
    margin-top: -90px;
    z-index: 999;
    position: relative;
}


.sir_name {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    color: #273f8b;
}

.company_founder {
    text-align: center;
    font-size: 10px;
    color: #273f8b;
}

hr.line {
    width: 80%;
    border-bottom: 5px solid #f58634;
    border-top: none;
    border-radius: 10px;
}

h1,h2,h3,h4,h5,h6,ul,p
{
   margin: 0px;
padding: 0px;
}

.link_logo {
    list-style: none;
    margin: auto;
}
.links_logo {
    background-color: #f58634;
    border-radius: 50px;
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.link_logo i {
    width: 27px;
    height: 27px;
    padding: 5px;
    background: #f58634;
    font-size: 25px;
    border-radius: 30px 30px 30px 30px;
    color: white;
    margin-right: 10px;
    text-align: center;
}

.link_logo ul li {
    list-style: none;
    padding: 12px 40px;
}
.link_logo ul li a {
    color: #273f8b;
    font-size: 20px;
}
.link_logo p {
    font-weight: 600;
}



.text {
    margin-left: 45px;
    color: white;
    margin-top: -32px;
}

hr.after_image_line {
    width: 100%;
    border-bottom: 5px solid #f58634;
    border-top: none;
    border-radius: 10px;
    margin-top: -4px;
}

a{
    text-decoration: none;
    color: white;
}



.orange_bar {
    width: 60%;
    margin: auto;
}


.links_logo {
    background-color: #f58634;
    border-radius: 50px;
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.links_logo li {
    float: left;
    list-style: none;
}

.links_logo a {
    float: left;
    padding: 10px 13px;
    font-size: 30px;
}
.links_logo ul {
    width: 160px;
    margin: auto;
}


.black_bottom {
    margin: auto;
    width: 80%;
}

.buttons {
    padding-top: 18px;
    float: left;
 
    width: 100%;
    padding-top: 40px;
    margin-top: -20px;
}

button.button_1 {
    background: #273f8b;
    color: white;
    margin: auto;
    width: 45%;
    margin-left: 11px;
    float: left;
    margin-top: -5px;
    padding: 10px;
}



    /* mobile code */
    @media only screen and (max-width: 350px) {
        
        .logo img {
            width: 100%;
            height: auto;
        }
        .vision_text {
            font-size: 13px;
        }
        .certi_images {
            width: 75%;
            /* float: left; */
            text-align: center;
            margin: auto;
        }
        .box_2 {
            width: 80%;
            text-align: center;
            margin-top: 25px;
            margin: auto;
            background-color: #d38e18;
        }
    }







