.section1{
    margin-top: 93px;
}
.section1heading1{
    padding-top: 100px;
    /* text-align: center; */
    color: #fff;
    font-family: var(--fontfamily-heading);
}
.section1heading2{
    /* text-align: center; */
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    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: 19px;
    font-size: 19px;
    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;
}

.banner1{
background-image: url(../images/futuristic-smart-city-with-5g-global-network-technology_53876-98438.webp);
height: 600px;
width: 100%;
background-size: cover;
background-position: center;
}

/* .section2{
    background-image: url(../images/contactusbg.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 1400px;
} */

.section2img{
    width: 80%;
}

.Carousel-div{
    background: #fff;
    border-radius: 12px;
    transform: translateY(45px);
    box-shadow: 0px 6px 16px rgb(0 0 0 / 50%);
}

.section2div1{
    margin-top: 45px;
}

.section2heading1{
    color: #000;
    text-align: center;
    font-size: 22px;
    padding-top: 29px;
    font-family: var(--fontfamily-heading);
    font-weight: 600;
    text-transform: capitalize;
}
.section2para1{
    color: #838282;
    font-size: 15px;
    padding-top: 3px;
    text-align: center;
}

.section2img1-div{
    display: flex;
    justify-content: center;
}

.section2img1{
    border-radius: 225px;
    width: 45% !important;
}

.section2div2{
    margin-top: 45px;
}

.section2img2-div{
    display: flex;
    justify-content: center;
}

.section2img2{    
    border-radius: 100%;
    width: 50% !important;
    height: 160px;
}

.section2div3{
    margin-top: 45px;
}

.section2img3-div{
    display: flex;
    justify-content: center;
}

.section2img3{
    border-radius: 166px;
    width: 45% !important;
    height: 160px;
}
.section2para2{
    color: #000;
    text-align: center;
    font-size: 11px;
    padding-top: 75px;
    padding-bottom: 110px;
    font-weight: 700;
}
.section3{
    background-image: linear-gradient(135deg,#0057b8,#009fdb);
    height: 395px;
}

.section3-div{
    background: #fff;
    border-radius: 12px;
    transform: translateY(45px);
    box-shadow: 0px 6px 16px rgb(0 0 0 / 50%);
    margin-top: 50px;
    padding-bottom: 45px;
}

.section3heading1{
    text-align: center;
    color: #000;
    padding-top: 60px;
    font-size: 55px;
    font-family: var(--fontfamily-heading);
    font-weight: 600;
    text-transform: capitalize;
}
.section3heading2{
    text-align: center;
    color: #000;
    padding-top: 20px;
    font-weight: 600;
    font-family: var(--fontfamily-heading);
}
.section3heading3{
    text-align: center;
    color: #000;
    padding-top: 20px;
    font-size: 10px;
    font-family: var(--fontfamily-para);
}

.section3btn1-div{
    text-align: center;
}

.section3btn1 {
    background: #118DF0;
    color: #fff;
    border: 1px solid #118DF0;
    width: 275px;
    height: 50px;
    margin-top: 44px;
    font-weight: 400;
    transition: .3s ease-in-out;
    font-family: var(--fontfamily-para);
}
.section3btn1:hover{
    background: transparent;
    color: #118DF0;
    border: 1px solid #118DF0;
}

.section3btn2 {
    background: #118DF0;
    color: #fff;
    border: 1px solid #118DF0;
    width: 275px;
    height: 50px;
    margin-top: 44px;
    font-weight: 400;
    transition: .3s ease-in-out;
    font-family: var(--fontfamily-para);
}
.section3btn2:hover{
    background: transparent;
    color: #118DF0;
    border: 1px solid #118DF0;
}

.see {
    width: 0%;
    border: 1px solid #fff;
    height: 140px;
    position: absolute;
    left: 90%;
    /* bottom: 13px; */
    top: 0;
    background-color: #fff;
    display: none;
}
.section4{
    background: #f2f2f2;
}
.section4div1{
    margin-top: 35px;
}
.section4div1img{
    width: 20%;
}
.section4div1heading1{
    font-size: 20px;
    padding-top: 20px;
    color: #000;
}

.section4-div{
    background: #fff;
    border-radius: 12px;
    transform: translateY(45px);
    box-shadow: 0px 6px 16px rgb(0 0 0 / 50%);
    margin-top: 50px;
    padding-bottom: 45px;
}

.section4heading1{
    text-align: center;
    font-size: 55px;
    padding-top: 60px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}
.section4headingpara{
    text-align: center;
    padding-top: 18px;
    color: #000;
    font-size: 20px;
}
.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
    color: #000000;
    text-decoration: none;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #000000;
    font-size: 19px;
    margin: 5px;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-carousel .owl-item .section8div1 {
    padding: 20px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    width: 8%;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 33%;
    color: #838282;
    font-size: 17px;
    font-weight: 700;

}

.owl-carousel .owl-item .section8div1 {
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
    height: 720px;
}

.owl-carousel .owl-item.active.center .section8div1 {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    background: #118DF0 !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {

    background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .section8div1 .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .section8div1 .name {
        left: 30%;
    }
}
.section8div1{
    position: relative;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 6px 16px rgb(0 0 0 / 12%);
 }
 .section8dinnerdiv1{
    /* position: absolute; */
    right: 0;
    background-color: #118DF0;
    color: #fff;
    top: 0;
    width: 100%;
    font-size: 16px;
    font-size: 22px;
    text-align: center;
    padding: 10px;
    /* padding-left: 25px; */
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 5px;
 }
 .section8heading1{
    padding-top: 30px;
    padding-left: 20px;
    color: #000;
    font-weight: bold;
 }
 .section8heading2{
    padding-left: 20px;
    padding-top: 10px;
    font-size: 25px;
 }
 .section8heading3{
    padding-left: 16px;
    padding-top: 3px;
    font-size: 45px;
    color: #118DF0;
 }
 .section8heading3span{
    font-size: 14px;
    color: black;
}
 .section8para4{
    padding-left: 18px;
    font-size: 10px;
 }
 .section8para4{
    padding-left: 18px;
    font-size: 10px;
 }
 .section8para4 a {
    text-decoration: underline;
 }
 .shopnowbtns{
    background: #118DF0;
/*    margin-left: 14px;*/
    color: #fff;
    width: 346px;
    height: 55px;
    margin-top: 6px;
    transition: 0.3s ease-in;
    font-family: var(--fontfamily-heading);
    font-weight: bold;
    letter-spacing: 1px;
 }
 .shopnowbtns:hover{
    background: #fff;
    color: #118DF0;
    border: 1px solid #118DF0;
 }

 .section8ul{
    padding-inline-start: 13px !important;
    list-style: none;
 }
 .section8li{
    margin-top: 20px;
    position: relative;
    color: #118DF0;
 }
 .section8li::before{
    content: "\2713";
    position: absolute;
    left: 0%;
    font-size: 29px;
    font-weight: bold;
}
 .section8lipara{
    padding-left: 30px;
    font-size: 17px;
    padding-top: 4px;
    margin-bottom: 0;
    color: black;
 }
 .section8para5{
    padding-top: 30px;
    padding-left: 16px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
 }
 .section5para{
    font-size: 12px;
    text-align: center;
 }
 .section5heading15{
    text-align: center;
    font-size: 51px;
    padding-top: 50px;
    text-transform: capitalize;
    font-family: var(--fontfamily-heading);
 }
 .section5heading16{
    text-align: center;
    padding-top: 22px;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    font-family: var(--fontfamily-heading);
}
.section6{
    margin-top: 80px;
    margin-bottom: 50px;
    background: #D3D3D3;
}

.newsletter-div{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 40px;
}

.newsletter-h2{
    font-size: 50px;
    font-weight: bold;
    padding-top: 14px;
    color: #000;
    font-family: var(--fontfamily-heading);
}

.newsletter-input{
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    height: 60px;
    font-family: var(--fontfamily-para);
    font-size: 15px;
}

.newsletter-btn{
    width: 226px;
    height: 50px;
    font-size: 18px;
    font-family: var(--fontfamily-para);
}

.section7{
    background: #1d2329;
    height: 900px;
}
.section7heading1{
    color: #fff;
    text-align: center;
    font-size: 60px;
    padding-top: 50px;
    font-family: var(--fontfamily-heading);
}
.section7heading2{
    color: #fff;
    text-align: center;
    padding-top: 20px;
    font-family: var(--fontfamily-heading);
}
.section7div1{
    background:#fff;
    display: flex;
}
.section7heading3{
    padding-top: 25px;
    padding-left: 66px;
    font-size: 32px;
}
.section7heading4{
    padding-left: 66px;
    padding-top: 20px;
    width: 74%;
    text-align: justify;
    font-size: 16px;
}
.section7para1{
    padding-left: 62px;
    padding-top: 9px;
    width: 76%;
    text-align: justify;
    font-style: italic;
    font-size: 14px;
}
.section7img{
    width: 105%;
    height: 370px;
}
.section7para{
    padding-left: 63px;
    padding-top: 20px;
    font-weight: 600;
    text-align: justify;
    font-size: 17px;
    width: 75%;
}
.section8heading1{
    text-align: center;
    padding-top: 50px;
    font-size: 48px;
    font-weight: bold;
    font-family: var(--fontfamily-heading);
    color: #118DF0;
}
.section8heading2{
    text-align: center;
    padding-top: 18px;
    font-size: 20px;
}
.table thead th {
    vertical-align:middle;
    border: 2px solid #dee2e6;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: middle;
    border: 1px solid #dee2e6;
    text-align: center;
}
.section8divth1{
    font-weight: 600;
    font-size: 25px;
}
.section8divth2{
    font-weight: 400;
    font-size: 21px;
}
.section8divth3{
    font-size: 18px;
    color: #118DF0;
}
.section8divth4{
    font-size: 18px;
    color: red;
}
.section8divth5{
    font-size: 18px;
    color: #000;
}
.section8para{
    font-size: 14px;
    text-align: center;
}
.section8div {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.section9{
    margin-top: 90px;
    margin-bottom: 30px;
}
.section9heading1{
    text-align: center;
    padding-bottom: 70px;
    font-size: 48px;
}
.section9div1{
    margin-left: 47px;
    margin-top: 30px;
}
.section9div1heading1{
    font-size: 50px;
}
.section9div1heading2{
    padding-top: 12px;
    line-height: 30px;
    font-weight: 400;
}
.section9div1para1{
    font-size: 12px;
    padding-top: 15px;
}
.section9btn{
    background: #118DF0;
    color: #fff;
    width: 200px;
    height: 58px;
    margin-top: 30px;
    transition: .3s ease-in-out;
}
.section9btn:hover{
    background: #fff;
    color: #118DF0;
    width: 200px;
    height: 58px;
    margin-top: 30px;
    border: 1px solid #118DF0;
}
.section9row2{
    margin-top: 130px;
margin-bottom: 60px;
}

.owl-nav{
    position: absolute !important;
    top: 50% !important;
}

.owl-theme .owl-nav [class*=owl-]{
    background: transparent !important;
    color: #000 !important;
    font-size: 20px !important;
}

.owl-prev{
    transform: translateX(-33px);
}

.owl-next{
    transform: translateX(1090px);
}

.owl-carousel .owl-dots.disabled, .owl-carousel{
    display: block !important;
}