@font-face {
    font-family: Montserrat-Italic-VariableFont_wght;
    src: url(fonts/Montserrat-Italic-VariableFont_wght.ttf);
}
@font-face {
    font-family: Arial_Bold_Italic;
    src: url(fonts/Arial_Bold_Italic.ttf);
}
@font-face {
    font-family: BebasNeue-Regular;
    src: url(fonts/BebasNeue-Regular.ttf);
}
body{
    font-family: BebasNeue-Regular;
}
.container{
    width: 630px;
    margin: auto; 
}
.border {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 6px 1px #f48632;
    border-radius: 10px;
}
.heading{
    float: left;
    width: 50%;
    position: absolute;
    z-index: 99;
}
.heading h1{
    color: #253f88;
    font-family: BebasNeue-Regular;
    text-shadow: 2px 0px 1px #ffffff;
    background: #ffffff73;
    float: left;
    padding: 6px 17px;
    margin: 0;
    border-radius: 0px 0px 70px 0px;
}
.shivpic{
    float: right;
    margin-right: 50px;
    margin-top: 25px;
}
.shivpic img{
    width: 200px;
}
.header{
    float: left;
    width: 100%;
    margin-top: -1px;
}
.header img{
    width: 100%;
    height: auto;
}
.ico{
    float: left;
    
    margin-left: 45px;
    width: 100%;
    margin-top: -25%;
}
.ico ul{
    margin: 0px;
    padding: 0px;
    float: left;
    letter-spacing: 1px;
}
.ico ul li{
    list-style: none;
    float: left;
    width: 100%;
    padding: 10px 10px;
}
.ico ul li a{
    list-style: none;
    float: left;
    color: white;
    background-color: #263c86;
    border-radius: 5px;
    padding: 10px 25px;
    border: 1px solid #263c86;
    text-decoration: none;
}
.ico ul li i{
    color: white;
}
.paragraph{
    width: 70%;
    float: left;
    margin-left: 60px;
}
.content{
    float: left;
    margin: 0px 10px 0px 25px;
    margin-top: 0;
}
.content ul{
    margin: 0px;
    padding: 0px;
    float: left;
}
.content ul li{
    list-style: none;
    margin: -12px 0px;  
}
.content ul li i{
    text-decoration: none;
    color: white;
    width: 38px;
    height: 38px;
    border-radius: 100px 100px;
    margin: 33.9px 36px;
    line-height: 38px;
    font-size: 17px;
    text-align: center;
    background-color: #f48533;
}
.text { 
    float: left;
}
.text h1{
    font-size: 20px;
    font-family: BebasNeue-Regular;
}
p {
    width: 100%;
    font-size: 18px;
    font-family: BebasNeue-Regular;
}
.text ul{
    margin: 0px;
    padding: 0px;
}
.text ul li{
    list-style: none;
    padding: -3px 0px;
}
.text ul li a{
    text-decoration: none;
    color: black;
    margin: 7px 0px;
    font-family: Montserrat-Italic-VariableFont_wght;
}
.logo{
    float: left;
    width: 30%;
    margin-top: 100px;
}
.logo img{
    width: 140px;
}
.fivecons{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 99;
    margin-left: 60px;
}
.fivecons ul{
    margin: 0px;
    float: left;
}
.fivecons ul li{
    float: left;
    margin: 30px 30px 30px 30px;
    list-style: none;
}
.fivecons i:hover{
    background-color: #263c86;
    border: 1px solid  #263c86;
}
.fivecons ul li i{
    float: left;
    background-color: #f48533;
    color: white;
    border: 1px solid #f48533;
    width: 38px;
    line-height: 35px;
    height: 38px;
    text-align: center;
    margin-left: -7px;
    font-size: 17px;
    border-radius: 100px 100px;
}
.ending{
    float: left;
    width: 100%;
    margin-top: -85px;
}

@media only screen and (max-width: 500px)
{
    .container{
        width: 100%;
    }
    .border{
        width: 100%;
    }
    .header{
        width: 100%;
    }
    .ico{
        width: 100%;
    }
    .ico ul li a {
    list-style: none;
    float: left;
    color: white;
    background-color: #263c86;
    border-radius: 5px;
    padding: 6px 6px;
    border: 1px solid #263c86;
    text-decoration: none;
    }
    .paragraph{
        width: 100%;
        margin-left: 0px;
    }
    .fivecons{
        width: 100%;
        margin-left: 0px;
    }
    .fivecons ul li {
    float: left;
    margin: 30px 20px 30px 30px;
    list-style: none;
    }
    .ending{
        width: 100%;
    }
    .ending img{
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 450px)
{
    .container{
        width: 100%;
    }
    .heading h1 {
        color: #253f88;
        font-family: BebasNeue-Regular;
        text-shadow: 2px 0px 1px #ffffff;
        background: #ffffff73;
        float: left;
        font-size: 18px;
        padding: 6px 17px;
        margin: 0;
        border-radius: 0px 0px 70px 0px;
    }
    .ico {
    float: left;
    margin-left: 15px;
    width: 100%;
    margin-top: -25%;
    }
    .ico ul {
        margin: 0px;
        padding: 0px;
        float: left;
        letter-spacing: 0px;
    }
    .content {
    float: left;
    margin: 0px -19px 0px -2px;
    margin-top: 0;
    }
    .content ul {
        margin: 0px;
        padding: 0px;
        float: left;
        margin-left: 16px;
    }
    .content ul li i {
    text-decoration: none;
    color: white;
    width: 38px;
    height: 38px;
    border-radius: 100px 100px;
    margin: 24.9px 36px;
    line-height: 38px;
    font-size: 17px;
    text-align: center;
    background-color: #f48533;
    }
    .text {
    float: left;
    width: 65%;
    }
    .text h1 {
    font-size: 13px;
    font-family: BebasNeue-Regular;
    }
    p {
    width: 100%;
    font-size: 15px;
    font-family: BebasNeue-Regular;
    }
    .text ul {
        margin: 0px;
        margin-left: 10px;
        padding: 0px;
    }
    .fivecons ul li {
        float: left;
        margin: 30px 0px 30px 19px;
        list-style: none;
    }
} 