*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}

p{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}
h1 , h2 , h3 , h4 , h5 , h6{
    font-family: 'Poppins', sans-serif;
}
li{
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    list-style: none;
}

.my-navigation .navbar-brand img{
    width: 100px;
}

.my-navigation nav{
    background: rgb(255, 255, 255);
}

.my-navigation nav a{
    color: #000;
    
}

.about-img img{
    width: 430px;
}

.about-img{
    text-align: center;
}

.about-section {
    margin-top: 70px;
}

.about-content h4 , .services .head , .prizing .prizing-head , .send{
    font-weight: bold;
    font-style: oblique;
    color: #3c84dd;
    font-size: 28px;
}

.help img{
    width: 430px;
}

.help{
    margin-top: 70px;
}

.help-img{
    text-align: end;

}

.help-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.help-content h5{
    color: #3c84dd;
    font-weight: 600;
    font-size: 25px;
}

.help-content p{
    text-align: center;
    margin-top: 14px;
    color: gray;
}

.process-box{
    box-shadow: 0px 0px 7px 2px rgb(0 0 0 / 10%);
    padding: 20px;
}

.process{
    margin-top: 100px;
}

.process-item i{
    font-size: 45px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.process-item h5{
    font-size: 35px;
    font-weight: bold;
    color: #3c84dd;
}

.process-item p{
    font-style: italic;
    font-weight: 600;
    color: gray;
    font-size: 20px;
}

.fa-face-grin{
    color: green;
}
.fa-tarp{
    color: cadetblue;
}
.fa-trophy{
    color: burlywood;
}
.fa-globe{
    color: coral;
}

.process-box:hover .process-item i{
    transform: scale(1.4);

}

.process-box:hover .process-item .fa-trophy{
    transform: translateY(-10px)

}

.process-box:hover .process-item .fa-globe{
    transform: rotate(180deg)

}

.service-item img{
    width: 15px;
}

.service-box{
    padding: 30px;
    min-height: 100%;
    box-shadow: 0px 5px 20px 0px #ececec;
}
.services{
    margin-top: 100px;
}

.service-item i , .service-item img{
    font-size: 40px;
    box-shadow: 0px 5px 20px 0px #ececec;
    padding: 20px;
    border-radius: 55%;
    width: 80px;
    height: 80px;
}

.service-item h4{
    margin-top: 40px;
    font-weight: bolder;
    font-family: sans-serif;
    position: relative;
}

.service-item h4::before{
    content: "";
    position: absolute;
    width: 23%;
    height: 2px;
    background-color: #363636;
    top: 46px;
    left: 110px;
}

.service-item p{
    margin-top: 55px;
    font-size: 16px;
    color: black;
}



.prizing-box{
    box-shadow: 0px 15px 25px 10px #ececec;
    padding: 20px;
    min-height: 100%;
    transition: all 0.7s ease;
}

.prizing-box:hover{
    background-color: #3c84dd;
}

.prizing-box:hover .prizing-item h4{
    color: #fff;
}


.prizing-box:hover .prizing-item h1{
    color: #fff;
}

.prizing-box:hover .prizing-item ul li{
    color: #fff;
}

.prizing-box:hover .prizing-item button{
    background-color: #fff;
    color: #000;
}
.prizing{
    margin-top: 100px;
}

.prizing-item h4{
    margin-top: 58px;
    font-size: 36px;
    font-weight: bold;
    font-family: serif;
}

.prizing-item h1 span{
    font-size:30px;
}

.prizing-item h1 {
    font-size:42px;
    color: #3c84dd;
    margin-top: 35px;
}

.prizing-item ul li{
    color: gray;
    margin-top: 35px;
    font-size: 20px;
}

.prizing-item button{
    margin: 30px 0px;
    /* border: none; */
    padding: 13px 14px;
    border-radius: 6px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffff;
    background: #3c84dd;
    border: 1px solid #3c84dd;
    transition: all 0.5s ease;
}

.prizing-item button:hover{
   background: #3c84dd; 
   color: #000;
}

.contact{
    margin-top: 120px;
}

.my-input-tag input , textarea{
    width: 100%;
    outline: none;
    padding: 10px;
    border-radius: 13px;
    border: none;
    background: #f3f3f3;
    font-style: oblique;
}

.contact button{
    padding: 10px 42px;
    font-size: 22px;
    background: #3c84dd;
    border: none;
    color: #fff;
}

footer img{
    width: 150px;
}

footer{
    margin-top: 100px;
    background: #363636;
    padding-top: 40px;
}

footer li{
    color: #ffff;
    line-height: 2;
}

footer li a{
    color: #fff;
}

footer p , footer hr{
    color: #fff;
}

.terms_condition{
    margin-top: 80px;
}

.terms{
    box-shadow: 0px 15px 25px 10px #ececec;
    padding: 20px;
    border-radius: 12px;
}

.terms p{
    font-size: 16px;
    color: gray;
}

.image img{
    width: 400px;
}
.login-box{
    box-shadow: 0px 10px 20px rgb(26, 26, 236 ,9%);
    padding:30px;
    margin-top: 50px;
    border-radius: 6px;
}

.login-box h4{
    font-size: 20px;
    margin-bottom: 21px;
    color: gray;
    display: inline-block;
}
.login-item i{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 28px;
    color: #073a93;
}
.login-item{
    margin-top: 30px;
}
.login-header{
    position: relative;
}

.login-header img{
    width: 100px;
    position: absolute;
    right: 0;
  
}
.login-btn{
    background-color: #3c84dd;
    color: #fff;
    border: 1px solid #3c84dd;
    border-radius: 6px;
    padding: 6px 23px;
    font-size: 18px;
    text-transform: uppercase;
}
.login-mar{
    margin-left: 45px;
}
.img-fit{
    height: 400px;
    object-fit: fill;
}
.navbar-toggler:focus{
    box-shadow: none !important;
}
@media (max-width:800px) {
    .help img {
        width: 100%;
    }
    .about-img img {
        width: 100%;
    }
    .login-item i{
        display: none;
    }
    .image img {
        width: 100%;
    }
    .login-mar{
        margin-left: 37px;
    }
    .img-fit{
        height: 100%;
        object-fit: cover;
    }
    .navbar-toggler{
      font-size: 1rem !important;
    }
    .my-navigation .navbar-brand img{
        width: 70px;
    }
}