.section1{
    margin-top: 93px;
}

.banner1{
    background-image: url(../images/digital-global-connection-network-technology-background_1017-23324.webp);
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position-y: 24%;
}

.section1innerdiv{
    padding-top: 110px;
}

.section1heading1{
    padding-top: 100px;
    /* text-align: center; */
    color: #fff;
    font-family: var(--fontfamily-heading);
}
.section1heading2{
    /* text-align: center; */
    color: #fff;
    font-size: 45px;
    padding-left: 31px;
    font-weight: bold;
    font-family: var(--fontfamily-heading);
}
.section1heading3{
    color: #fff;
    /* text-align: center; */
    font-size: 50px;
    font-family: var(--fontfamily-heading);
}
.section1heading4{
    color: #fff;
    /* text-align: center; */
    font-weight: 400;
    padding-top: 18px;
    padding-left: 34px;
    font-size: 17px;
    line-height: 20px;
    font-family: var(--fontfamily-heading);
}
.section1para1{
    /* text-align: center; */
    color: #fff;
    font-size: 10px;
    padding-top: 13px;
}
.section1btndiv{
    display: flex;
    /* justify-content: center; */
    margin-top: 20px;
}
.btn1{
    background: #118DF0;
    width: 190px;
    height: 45px;
    color: #fff;
    font-weight: 500;
    transition: .3s ease-in-out;
}

.btn1:hover{
    color: #118DF0;
    background: #fff;
    font-weight: 500;
}

.btn2{
    background: #118DF0;
    color: #fff;
    width: 190px;
    height: 45px;
    margin-left: 11px;
    font-weight: 500;
    transition: .3s ease-in-out;
}

.btn2:hover{
    color: #118DF0;
    background: #fff;
    font-weight: 500;
}


.section2heading1div{
    text-align: center;
}

.section2heading1{
    font-weight: bold;
    font-size: 45px;
    text-transform: capitalize;
    font-family: var(--fontfamily-heading);
    color: #000;
}

.section2img1{
    width: 100%;
    /* height: 500px; */
}

.section2innerdiv{
    padding-left: 32px;
    padding-top: 40px;
}

.section2heading2{
    font-size: 25px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    font-family: var(--fontfamily-heading);
    padding-bottom: 10px;
}

.section2ul{
    list-style-type: none;
    padding-inline-start: 0px !important;
}

 .section2li{
    /* margin-top: 20px; */
    position: relative;
    color: #118DF0;
 }
 .section2li::before{
    content: "\2713";
    position: absolute;
    left: 0%;
    font-size: 18px;
    font-weight: bold;
}

.section2lipara{
    font-size: 16px;
    font-family: var(--fontfamily-para);
    font-weight: bold;
    padding-left: 30px;
    /* padding-top: 4px; */
    color: #000;
    height: 10px;
}

.section2btn{
    background: #118DF0;
    color: #fff;
    border-radius: 53px;
    border: 1px solid #118DF0;
    width: 29%;
    height: 48px;
    font-size: 15px;
    margin-top: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: .3s ease-in-out;
    font-family: var(--fontfamily-para);
}

.section2btn:hover{
    background: transparent;
    color: #118DF0;
    border: 1px solid #118DF0;
    text-decoration: none;
}

.section3container{
    background-image: url(../images/blue-globe-glowing-atmosphere-wallpaper_53876-102623.webp);
    height: 280px;
    background-size: cover;
    background-position-y: 50%;
}

.section4heading1div{
    text-align: center;
    padding-bottom: 35px;
}

.section4heading1{
    font-size: 45px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: var(--fontfamily-heading);
    color: #000;
}

.section3innerdiv{
    text-align: center;
}

.section3heading1{
    color: #fff;
    padding-top: 79px;
    font-size: 39px;
    font-weight: bold;
    font-family: var(--fontfamily-heading);
    text-transform: capitalize;
}

.section3para1{
    color: #fff;
    font-size: 17px;
    padding-top: 15px;
    font-family: var(--fontfamily-para);
}

.section4card{
    width: 22rem;
    text-align: center;
    height: 295px;
    border: none;
    box-shadow: -7px 6px 16px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.section4cardimg1div{
    padding-top: 19px;
    height: 92px;
}

.section4cardimg2div{
    padding-top: 23px;
}

.section4cardimg3div{
    padding-top: 23px;
}

.section4cardheading1{
    font-size: 20px;
    font-weight: bold;
    font-family: var(--fontfamily-heading);
    color: #000;
}

.section4cardpara1{
    font-family: var(--fontfamily-para);
    color: #838282;
    font-size: 13px;
    line-height: 22px;
}

.section4cardheading2{
    font-size: 20px;
    font-weight: bold;
    font-family: var(--fontfamily-heading);
    color: #000;
}

.section4cardpara2{
    font-family: var(--fontfamily-para);
    color: #838282;
    font-size: 13px;
    line-height: 22px;
}

.section4cardheading3{
    font-size: 20px;
    font-weight: bold;
    font-family: var(--fontfamily-heading);
    color: #000;
}

.section4cardpara3{
    font-family: var(--fontfamily-para);
    color: #838282;
    font-size: 13px;
    line-height: 22px;
}