@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.sub-head {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
@media screen and (max-width:700px){
    .sub-head {
        text-align: center;
        width: 98%;
        margin: 0 auto;
        font-family: Verdana,Arial,Helvetica,sans-serif;
    }
}

.mb {
    margin-bottom: 4%;
}

#th {
    height: 80px;
}

.mr1 {
    margin-right: 5px;
}

.nav-scrolled {
    background: #ffffff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    position: fixed;
    top: 0;
}

.user {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.user a {
    text-decoration: none;
    color: #ffffff;
}

@media screen and (max-width:1100px) {
    #form{
        width: 50%;
    }
}
@media screen and (max-width:850px) {
    #form{
        left: 0;
        transform: translate(0, 50%);
    }
}
@media screen and (max-width:768px) {
    .topp3 {
        display: none;
    }
    #form{
        width: 75%;
    }
}
.logo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 20px;
}

.logo img {
    width: 135px;
}

.sidenav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 80%;
}

.mid-nav {
    width: 30vw;
}

.search-box {
    width: fit-content;
    height: fit-content;
    display: inline-block;
    position: relative;
}

.search-box1 {
    width: fit-content;
    height: fit-content;
    display: inline-block;
    position: relative;
    display: none;
}

.a1 {
    color: #13294a;
    text-decoration: none;
    margin: 0 25px;
}

.a1:hover {
    color: #2272FF;
}



.closebtn {
    display: none;
}
@media screen and (min-width:1250px) and (max-width:1410px){
    .a1 {
        margin: 0 20px;
    }
}
@media screen and (min-width:1250px) and (max-width:1340px){
    .a1 {
        margin: 0 15px;
    }
}
@media screen and (min-width:1180px) and (max-width:1270px){
    .a1 {
        margin: 0 9px;
    }
}
@media screen and (max-width:1180px) {
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        display: block;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .logo a div {
        display: none;
    }

    .sidenav a {
        padding: 8px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        border-left: 2px solid transparent;
    }

    .a1:hover {
        color: #f1f1f1;
        border-left: 2px solid red;
    }

    .a1 {
        margin: 0;
        border-bottom: 1px solid #5b5b5b;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .sidenav .closebtn:hover {
        color: white;
    }
    .search-box{
        display: none;
    }
    .open-search{
        display: flex;
        gap: 20px;
    }
    .search-box1{
        display: block;
    }
}
@media screen and (max-width:950px){
    .topp3{
        display: none;
    }
}
@media screen and (max-width:600px){
    
    .logo img{
        width: 120px;
    }
}
/* header end here */
.service-banner {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-image: url(../images/banner\ service.png);
    filter: grayscale(5%);
    width: 100%;
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: white;
}

.banner-cont {
    position: absolute;
    width: 60%;
    top: 20%;
    left: 10%;
}

.banner-cont h1 {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: normal;
}

.banner-cont p {
    font-size: 22px;
}
@media screen and (max-width:900px){
    .banner-cont {
        position: absolute;
        width: 85% !important;
        top: 10%;
        left: 10%;
    }
    .banner-cont p {
        font-size: 18px;
    }
    .service-banner {
        height: 40vh;
    }
    .banner-cont h1 {
        margin-bottom: 10px;
    }
}
@media screen and (max-width:600px){
    .service-banner {
        height: 35vh;
    }
}
@media screen and (max-width:520px){
    .banner-cont {
        width: 90%;
    }
    .banner-cont h1 {
        font-size: 40px;
    }
    .banner-cont p {
        font-size: 18px;
    }
}
@media screen and (max-width:440px){
    .banner-cont h1 {
        font-size: 35px;
    }
    .banner-cont p {
        font-size: 18px;
    }
}
/* banner ends here */
.sub-service h2{
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: normal;
}
.right img{
    width: 34vw;
    height: auto;
}
@media screen and (min-width:2000px){
    .right img{
        width: 610px;
    }
}

@media screen and (max-width:800px) {
    .sub-service {
        width: 90%;
        flex-direction: column-reverse;
        align-items: center;
    }

    .right img {
        width: 50vw;
        height: auto;
    }
}

@media screen and (max-width:500px) {
    .right img {
        width: 85vw;
        height: auto;
    }
}

.i {
    font-size: 20px;
    color: #ffffff;
    padding: 0 10px;
}

.i:hover {
    font-size: 20px;
    color: #1476f2;
    padding: 0 10px;
}

.copy p {
    color: #ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

@media screen and (max-width:950px) {
    .share {
        flex-direction: column;
        padding: 45px 10px 30px 10px;
    }
    .second{
        padding: 0 10px;
    }
    .third{
        padding: 0 10px;
    }
    .fourth{
        padding: 0 10px;
    }
}
@media screen and (max-width:500px) {
    .icon{
        margin-bottom: 5px;
    }
    .i {
        padding: 0 15px 0 0;
    } 
    .banner-cont p{
        display: none;
    }
    .banner-cont{
        top: 40%;
    }   
}

@media screen and (min-width:2880px) {
    .service-banner{
        height: 48vh;
    }
}

@media screen and (min-width:4320px) {
    .service-banner{
        height: 32vh;
    }
}

@media screen and (min-width:5760px) {
    .service-banner{
        height: 24vh;
    }
}