body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: rgba(16, 40, 212, 0.18);
}
/* Header top section */

.headertop{
    background: #EA2027;
    height: auto;
}
.hdt{
    padding-top: 6px;
}

.header{
}
.header-top-left{
    font-size: 15px;
    color: white;
    margin-top: 8px;
    
}
.header-top-left p{
    display: inline-block;
    padding-left: 5px;
}
.header-top-left i{
    margin-left: 20px;

}
.header-top-middle{
    
}
.header-top-middle p{
    line-height: 1;
    color: yellow;
    margin-top: 2px;
    
}

.header-top-right{
    text-align: right;
}
.header-top-right p{
    display: inline-block;
    color: white;
    font-size: 15px;
    margin-left: 5px;
    margin-top: 8px;
}

.header-top-right i{
    margin-left: 20px;
    color: white;
}
.header-top-right p:hover{
    cursor: pointer;
}

/* header section */


.header{
    background: #0652DD;
}

.header a img{
   height: 50px;
   margin-top: 2px;

}
@media screen and (max-width: 520px) {
   .header{
       background-color: rgba(27, 20, 100, 1);
   }
   .htd-img{
        text-align: center;
        margin-top: 10px;   
   }
  }

.header ul{
    text-align: right;
}
@media screen and (max-width: 520px) {
    .header ul{
        text-align: center;
        margin-left: -70px;
    }
    
}
.header ul li{
    display: inline-block;
    line-height: 20px;
    margin-top:17px;
    text-align: right;
}

.header ul li a{
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
    padding-left: 20px;
    font-size: 17x;
    font-weight: bold;
    
}

.header ul li a:hover{
    color: wheat;

}
/* slider section */
.slider{
    background-image: url(img/header-png.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
    
}
.slider{
    padding: 100px 10px;
}

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

.slider-welcome h1{
    background: rgba(6, 82, 221, .51);
    color: white;
    display:  inline-block;
    font-size: 30px;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 10px;
    text-shadow: 2px 2px 2px black;
    

}
.slider-welcome h2{
    background:  rgba(6, 82, 221, .51);
    color: white;
    font-size: 25px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px black;
}
/* about section */
.about{
    background-image: url(img/DwxgW16VYAAMvoS.jpg);
    text-align: center;
}


.about-content h3{
    padding: 20px 0px;
    color: #1B1464;
    text-shadow: 2px 2px 2px white;

}

.about-content p{
    color:black;
    margin-bottom:20px;
    padding:20px
}



/* promo section */
.promo{
    height: auto;
    margin-top: -20px;
    padding: 20px 20px;
    background: white;
}
.promo-card{
    text-align: center;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px #0652DD;
    padding: 20px 20px;
    margin: 10px 0px;
}
.promo-card p{
    text-align: justify;
}
.promo-card a h3{
    color: #1B1464;
}
.promo-card i{
    background: #0652DD;
    padding: 10px 20px;
    color: white;
    font-size: large;
    border-radius: 5px;
    transform:skewX(-20deg)

}


/* main body section */
.full-body{
    background-image: url(img/bg-image.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-card{
    text-align: justify;
    margin-top: 20px;
    padding-left: 0px 20px ;
    border-bottom: 2px dashed whitesmoke;

}
.content-card h3{
    color: #1B1464;
    text-decoration: underline;
}
.content-card img{
    float: left;
    height: 200px;
    width:auto;
    margin-right: 20px;
}

/* sidebar section */
.sidebar{ background: rgba(6, 82, 221, .2);
    margin-top: 20px;
    padding:20px;
}

.sidebar h4{
    color:#1B1464;
    font-size: 1rem;
}
.sidebar ul li{
    list-style: none;
    margin-bottom: 5px;
    font-size: 20px;
}
.sidebar ul li a{
    color: white;
    background:rgba(6, 82, 221, .7);
    display:  block;
    padding: 13px 20px;
    margin-left: -39px;
    font-size: 15px;

}

/* footer section */
.footer{
    
    background-image: url(img/Banner-background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;

}
.footer-card{


}
.footer-card h4{
    font-size: 1rem;
    display: inline-block;
    color: black;
    margin-top: 20px;
    

}
.footer-card ul li{
    list-style: none;
    margin-left: -40px;
}
.footer-card ul li a{
    color: white;
    text-decoration:none;

}
.footer-card ul li a:hover{
    color: wheat;

  
}
.footer-right-card{

}
.footer-right-card img{
    height: 40px;
    margin: 20px 0px;
}
.footer-right-card h3{
    color: white;
}
.hover-fx{
    font-size: 25px;
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    transition: 300ms;
}
.footer-right-card i{
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color:#ffffff;
    padding: 2px;
    margin-right: 5px;

}

.footer-right-card i:hover{
    border-radius: 50%;
    background: white;
    color:#0652DD;
    padding: 2px;
    
    transition: 300ms;
  

}


.footer-right-card p{
    display: inline-block;
    font-weight: bold;
}
.footer-right-card input{
    width: 100%;
    
}


.footer-bottom{
    text-align: center;
    background: #1B1464;
    height: auto;
}
.footer-bottom p{
    display: inline-block;
    color: white;
    padding-top: 9px;
}