p{
    font-size: 18px;
}
.container{
    padding: 1.5em  0px !important;
}
.row{
    padding: 0.5em  0px !important;
}
/* navigation css */
.navbar{
    padding: 0em !important;
}
.navigation{
    padding-top:2rem;
    padding-left: 0em !important;
    padding-right: 0em !important;
}
.nav-link{
    color: #152d45 !important;
    font-weight: 700;
    font-size: 14px;
}
/* section 1 css start */
.hs1 { 
    background-image: url("media/header-graphic.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-position-y: -13rem;
    background-position-x: 55rem;
    width: 100%;
    height: auto;
    }
.hero h1{
    font-size: 3.2em;
    font-weight: 700;
    color: #152d45;
    }
.hero h2{
    font-size: 3.2em;
    font-weight: 700;
    color: #152d45;    
}
.hero .subtitle {
    font-size: 1.4em;  
    font-weight: 700;
    padding-top: 1em;   
    }
.hero hr{
    border: 3px solid orange;
    width: 67px;
    position: absolute;
    }
/* card css start */
.card {
    border: 1px solid black !important;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.16);
    width: 23.5rem !important;
    height: 22rem !important;
    margin-top: 9em;
    align-items: center;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
    }

.card img{
    margin-top: 2rem;
    height: 35px;
    width: auto;  
}

.card-title{
color: grey;
font-size: 1em;
margin: 90px 0 15px;
}

.card-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.18;
}
/* section 1 css end */

/* section 2 css start */
.hs2{
padding-top: 3em !important;
padding-bottom: 8em !important;
}
/* section 2 css end */

/* section 3 css start */
.section-3{
    background-color: #f7f8fa;
}
.team{
    float:top;
    margin-top: -10rem;
}
.subs h5{
    font-size: 27px;
    font-weight: 400;
}
.section-3 hr{
    border: 3px solid orange;
    width: 15%;

}

.btn-team{
padding: 15px 30px !important;
border-radius: 35px!important;
border: 0px solid white;
}
.btn-team:hover{
    text-decoration: none;
}

/* section 3 css end */

/* section 4 css start */
.blockquote{
    padding-top: -em;
    font-size: 1.3em;
    font-weight: 600;
}

.blockquote:before {
    content: open-quote;
}
   
.blockquote:after {
    content: close-quote;
}

.blockquote:before,
.blockquote:after {
 font-size: 3em;
 color: black;
 padding: 0;
 position: relative;
 top: .25em;
 }
 /* section 4 css end */
 .blog{
     padding-top: 4em;
 }
 .blog h3{
     font-size: 2.5em;
     font-weight: 800;
     color: 152d45;
 }

 .blog h4{
    font-size: 1.4em;
    font-weight: 800;
    color: 152d45;
}
/* section 5 css start */
.num h3{
    font-size: 1.8em !important;
    text-align: center !important;
    font-weight: 400;
    color: #152d45;
    padding-top: 0px !important;
    padding-bottom: 50px!important;
}
.num h4{
    font-size: 2.2em !important;
    font-weight: 600 !important;
    color: #226fba;
}
.table-row-1{
 border-bottom: 1px black solid;
}
.table-column{
border-left: 1px black solid;

}
/* section 5 css end */
.degub{
    border: 5px orange solid;
}

.table-row-2{
    padding-top: 0px !important;
    margin-top: 0px;
}
.table-row-1{
    padding-bottom: 0px !important;
    margin-bottom:0px;
}

.table-row-1 h3{
    font-size: 3em;
    padding: 20px;
    text-align: center;
}
.table-row-1 h4{
    padding: 20px;
    text-align: center;
    font-weight: 300;
    font-size: 2.0em;
}

.table-row-2 h3{
    font-size: 3em;
    padding: 20px;
    text-align: center;
}
.table-row-2 h4{
    padding: 20px;
    text-align: center;
    font-weight: 300;
    font-size: 2.0em;
}

.grey{
    background-color: grey;
}
/* section 6 css */
.posted{
    border: 2px black solid;
    border-left: 10px #216bb2 solid;
    background-color: white;
    margin-bottom: 5em;
    
}
.date{
    color: lightgrey;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.main-text{
    font-size:1.5em;
}

.title{
    padding-bottom: 4em !important;
    margin-top: 5em;
}
.form-group {
    margin-right: -10px !important;
}
.read-more a{
    color: orange;
}
.footer{
    background-color: #152d45;
}
.footer-menu{
    border-bottom: lightgray 1px solid;
}
.footer li {
    color: white;
    text-decoration: none;
    list-style: none;
    line-height: 1.85rem;
}
.footer-title{
    font-weight: 500;
    font-size: 19px;
    line-height: 3rem !important;
}
.footer a{
    text-decoration: none;
    color: white;
}
.footer a:hover{
    text-decoration: none;
    color: white;
}
.credits{
    color:white;
}