.h1 {
    font-size: 56px;
    margin-bottom: 18px;
    line-height: 66px;
    color: var(--site-color);
}

.h2 {
    font-size: 40px;
    margin-bottom: 22px;
    line-height: 40px;
    color: var(--heading-color);

}

.h3 {
    font-size: 26px;
    margin-bottom: 16px;
    line-height: 36px;
    color: var(--heading-color);
}

.h4 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 34px;
    color: var(--heading-color);
}

.h5 {
    font-size: 30px;
    margin-bottom: 16px;
    line-height: 40px;
    color: var(--heading-color);
}

.p1 {
    font-size: 16px;
    margin-bottom: 16px;
    color: var(--heading-color);
    position: relative;
    font-weight: 400;
}

.p2 {
    font-size: 17px;
    margin-bottom: 16px;
    line-height: 28px;
}

.l1 {}

.l2 {}

.btn1 {
    background-color: var(--site-s-color);
    width: 150px;
    display: inline-block;
    color: white;
    padding: 10px 24px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    text-decoration: none;
    border: 0;
    font-size: 16px;
}

.btn2 {}


/*  box model  */
.list-items {
    /* margin-bottom: 60px; */
}

.list-items .wrp .grid-sec i {
    font-size: 20px;
    color: var(--site-s-color);
}

.wow {
    visibility: hidden;
}

.list-items .wrp .grid-sec {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: none;
    transition: all linear 0.3s;
    margin: 20px;
    transform: scale(1);
    box-shadow: 8px 8px 43px 0px rgba(10, 52, 88, 0.1);
    border: 1px solid #aaaaaa59;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.list-items .wrp .grid-sec:hover {
    background-color: var(--site-color);
    transform: scale(1.1);
}

.list-items .wrp .grid-sec:hover p {
    color: white !important;
}

.list-items .wrp .grid-sec:hover .myicon i {
    color: white;
}

.list-items .wrp .grid-sec:hover .myicon {
    background-color: var(--site-color);
}

.myicon {
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    margin-top: -46px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 3px dashed var(--site-color);
    transition: all linear 0.3s;
}

.list-items .wrp .grid-sec p {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    min-height: 50px;
}

.footer {
    background-color: #3c4c8d;
}

.footer img {
    margin-top: -41px;
    max-width: 120px;
}

.footer ul {
    list-style-type: none;
}

.footer h4 {
    color: #dbd9d9;
    font-size: 18px;
    margin-bottom: 16px;
}

.footer ul li a,
.footer p {
    color: #dbd9d9;
    text-decoration: none;
    font-size: 16px;
}

.footer ul li a:hover {
    text-decoration: underline;
}
.footer .social-icons{
    margin-top: 15px;
}
.footer .social-icons a{
    margin-right: 10px;
    display: flex;
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-radius: 50%;
    background-color: white;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.footer .social-icons i{
    color: white;
}
.footer .social-icons a.instagram{
    background-image: linear-gradient(
    to right,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
}
.footer .social-icons a.facebook{
    background-color: 	#3b5998;
}
.footer .social-icons a.linkedin{
    background-color: 	#0077B5;
}

@media screen and (max-width: 768px) {
    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }
}