*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
#header{
    background-color: #fff;
}
.navbar-brand img{
    width: 85px;
    height: 60px;
}
/* .signin{
    text-decoration: none !important;
    background: #339eca;
    color: #fff;
    border-radius: 50px;
    padding: 12px 25px 5px 25px;
    letter-spacing: 1px;
    font-size: 14px;
    margin-left: 20px;
    display: inline-block;
}
.signin:hover{
    color: #fff !important;
    transition: 0.5s;
} */
#banner{
    width: 100%;
    height: 70vh;
    background: url(../images/banner.jpg) top center;
    background-size: cover;
    position: relative;
}
#banner:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#banner .container {
    padding-top: 72px;
}
#banner h1 {
    margin: 0;
    font-size: 70px;
    font-weight: 700;
    line-height: 56px;
    color: #fff !important;
}
#banner p {
    color: #eee;
    margin: 10px 0 0 0;
    font-size: 32px;
}
#banner .getstart{
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 30px;
    border: 2px solid #fff;
    color: #fff;
}
#banner .getstart:hover{
    text-decoration: none;
    background-color: #339eca;
    color: #fff;
}
section{
    padding: 60px 0px;
    overflow: hidden;
}
a{
    color: #fff;
    text-decoration: none;
}
p,li{
    color: #848484;
}
button{
    background-color: #339eca;
    color: #fff;
}
i{
    color: #413e66;
}
h1{
    text-transform: uppercase;
}
h1,h2,h5,h4,h6{
    color: #413e66 !important;
}
.navbar-nav .active{
    background-color: #339eca;
    border-radius: 50px;
}
.navbar-nav .active a{
    color: #fff !important;
}
.navbar-nav li a{
    color: #413e66 !important;
    padding: 8px 16px !important;
}
.navbar-nav li a:hover{
    background-color: #339eca;
    color: #fff !important;
    border-radius: 50px;
    transition: 0.2s;
}
header .main-nav{
    background-color: #fff;
}
.figure-caption>div{
    padding: 10px 40px;
    border-radius: 2px;
    margin-top: -50px;
}
.figure-caption>div h2{
    font-size: 2vw;
    color: #339eca !important;
}
section ul li{
    padding: 0px !important;
}
.register i{
    font-size: 40px;
    color: #413e66;
}
.register h4{
    margin: 0 0 10px 32px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
.register-p p{
    font-size: 15px;
    color: #848484;
    margin-left: 70px;
}
.service .icon-box{
    border: 1px solid #ebebeb;
    box-shadow: 0 0 20px rgb(0 0 0 / 3%);
    padding: 30px 20px;
    transition: all ease-in-out 0.3s;
    background: #f5f8fd;
}
.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}
.services .icon-box h4 a {
    color: #151515;
    transition: ease-in-out 0.3s;
}
.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
    transform: translateY(-10px);
}
.contactpage{
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    padding: 40px 10px;
}
.contactpage i , span, h5 {
    color: #413e66;
}
.contactpage h5{
    margin-top: 10px;
}
.contactpage .row>div{
    text-align: center;
}
.c-email{
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}
.t-blue{
    color: #413e66;
}
.contactpage i{
    font-size: 24px;
}
.contactpage span{
    padding-left: 10px;
}
#footer{
    background-color: #f5f8fd;
}
#footer h5{
    margin-bottom: 24px;
}
.blog a i{
    color: #fff;
}
.blog a{
    font-size: 18px;
    display: inline-block;
    background: #339eca;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
}
.quicklinks a{
    text-decoration: none;
    border-bottom: 1px solid #f5f8fd;
    display: block;
    text-transform: capitalize;
    line-height: 1.9;
    color: #413e66;
}
.quicklinks a:hover{
    text-decoration: none;
    color: #413e66;
}
.quicklinks a i{
    color: #413e66;
    font-size: 11pt;
}
.contactform{
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    padding: 40px;
}
.content-card{
    background-color: #fefeff !important;
    border: 1px solid #f2f2f2;
}
.phone{
    display: flex;
    flex-direction: column;
    font-size: 15px;
}
.phonenumber i{
    font-size: 14px;
}
#headingOne{
    background-color: #f5f8fd !important;
}
#accordion .card span{
    color: #000;
}
#accordion .card .card-header:hover{
    background-color: #fff !important;
    cursor: pointer;
}
.navbar-toggler-icon{
    margin-top: 5px;
}

@media (min-width:786px) and (max-width:992px) {
    .navbar-brand img{
        width: 90px;
        height: 70px;
    }
    #accordion .card span{
        font-size: 15px;
    }
    .register i {
        font-size: 20px;
    }
    .register h4{
        font-size: 15px;
        margin: 0 0 5px 30px;
    }
    .register-p p {
       margin-left: 50px;
       margin-bottom: 5px;
       font-size: 14px;
    }
}
@media (min-width:576px) and (max-width:786px) {
    .navbar-brand img{
        width: 80px;
        height: 60px;
    }
    h1{
        font-size: 40px !important;
    }
    .c-email{
        margin-bottom: 20px;
        border-right: 0;
    }
    #accordion .card span{
        font-size: 14px;
    }
}
@media (min-width:321px) and (max-width:576px) {
    .add{
        display: none !important;
    }
    #banner p {
        font-size: 20px;
    }
    #banner .getstart {
        padding: 5px 25px;
        transition: 0.5s;
        margin-top: 30px;
    }
    .navbar-brand img{
        width: 70px;
        height: 50px;
    }
    h1{
        font-size: 32px !important;
    }
    .c-email{
        padding: 10px 0px;
        margin: 10px 0px;
        border-top: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey;
        border-left: 0;
        border-right: 0;
    }
    #accordion .card span{
        font-size: 13px;
    }
}