* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "poppins", sans-serif;
    text-decoration: none;
}

*::-webkit-scrollbar {
    width: 1px;
    background-clip: padding-box;
    border: 1px solid transparent;
}

*::-webkit-scrollbar-thumb {
    border-radius: 20px;
    box-shadow: inset 0 0 0 10px;
}

.scrollbar {
    overflow-y: auto;
    color: rgba(0, 0, 0, 0);
    transition: color 0.3s ease;
}

.scrollbar:hover {
    color: rgba(0, 0, 0, 0.3);
}

body {
    width: 100vw;
    height: 100vh;
}

p {
    text-align: justify;
    margin: 0 0 10px 0;
}

table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
}

.width-full {
    width: 100%;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-end {
    justify-content: flex-end;
}

.flex-col {
    flex-direction: column;
}

.jcsb {
    justify-content: space-between;
}

.jccen,
.landing {
    justify-content: center;
}
.jcst {
    justify-content: flex-start;
}

.cursor {
    cursor: pointer;
}

.header {
    height: 100px;
    z-index: 2;
    position: fixed;
    top: 0;
    transition: all ease-in-out 0.2s;
    color: #ffffff;
}
.mobilemenu{
    display:none;
}
.mainheader,
.subheader {
    padding: 0 20px;
}
.subheader {
    font-size: 0.8rem;
}
.subhlink {
    padding: 0 10px;
}
.psubhlink {
    padding: 0 0 0 10px;
}
.border-right {
    border-right: 1px solid #149ec3;
}
.mainheader {
    height: 65px;
    padding: 0 50px;
    background-color: #149ec3;
}

.subheader {
    height: 35px;
    padding: 0 50px;
    background-color: #081528;
}

.logocon {
    position: absolute;
    left: 50px;
    height: 100px;
    width: 200px;
    background-color: #ffffff;
}

.logocon img {
    height: 100%;
}

.menucon {
    width: 45%;
    height: 65px;
}

.links {
    color: #e9e9e9;
    font-size: 20px;
}
.links.active {
    color: #ffffff;
    font-weight: bold;
}
.container {
    padding: 100px 0 0 0;
    height: fit-content;
}
.intro {
    background-color: black;
    background-position: center;
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.introtxt {
    width: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    padding: 0 100px;
}
.welcome {
    font-size: 1.5rem;
    padding: 0 10px;
    border: none;
    border-left: 4px solid #149ec3;
}
.maintext {
    font-size: 4rem;
    font-weight: 900;
}
.first,
.subscribecon .textcon,
.main .subtext,
.welcome {
    color: #ffffff;
}
.main .last {
    color: #149ec3;
}
.subtext {
    margin: 20px 0;
}
.portfoliobtn {
    border: 2px solid #fff;
    background-color: transparent;
    margin: 0 25px 0 0;
}
.contactusbtn,
.portfoliobtn {
    border-radius: 99rem;
    width: 144px;
    height: 40px;
    color: #ffffff;
}
.contactusbtn,
.map,
.subscribecon {
    background-color: #149ec3;
}
.map {
    height: 100vh;
    color: #ffffff;
}
.mapheader {
    font-size: 2rem;
    font-weight: 900;
    margin: 0 0 20px 0;
}
.map-con {
    padding: 0 20px;
}
.footer,
.container {
    float: left;
}
.dummy {
    width: 50px;
    float: left;
}
.dummy,
.subscribecon {
    height: 80px;
}
.subscribecon {
    padding: 10px 20px;
}
.subscribecon .icon {
    width: 50px;
    color: #ffffff;
    font-size: 28px;
}
.subscribecon .textcon {
    margin: 0 20px;
}
.subscribecon .textcon .submaintext {
    font-size: 1.6rem;
}
.subscribecon .textcon .subsubtext {
    font-size: 0.9rem;
}
.inputcon,
.btncon {
    height: 40px;
}
.inputcon {
    border: 2px solid #3abee1;
    font-size: 2rem;
    border-right: none;
    width: 280px;
    background-color: #ffffff;
}
.inputcon input {
    outline: none;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0 10px;
}
.btncon {
    width: 50px;
    font-size: 1rem;
    background-color: #081528;
    color: #ffffff;
    height: 40px;
}
.mainfooter,
.dummy {
    background-color: #081528;
}
.mainfooter {
    padding: 40px 50px;
}
.mainfootercon {
    height: 268px;
}
.mainfootercon {
    width: 25%;
    color: #ffffff;
}
.getintouch .head,
.links .head,
.estimate .head {
    font-size: 1.5rem;
    font-weight: bold;
}
.gitmaincon {
    margin: 15px 0;
}
.gitcon .icon {
    font-size: 1rem;
    color: #149ec3;
}
.gitcon .value {
    width: 90%;
}
.linkmaincon {
    float: left;
    width: 49%;
    height: 40px;
}
.linkmaincon .gitcon .icon {
    margin: 0 5px 0 0;
}
.estimate .maincon {
    color: #3abee1;
    font-size: 2rem;
    margin: 20px 0;
}
.estimate .subtex {
    font-size: 0.9rem;
    margin: 0 0 20px 0;
}
.estimate .request {
    border: 2px solid #3abee1;
    color: #3abee1;
    background-color: transparent;
    height: 40px;
}
.lastfooter {
    background-color: #203048;
    height: 50px;
    padding: 10px 90px;
    color: #ffffff;
}
.lastfooter .textcon .maintext {
    font-size: 1rem;
}
.i-con {
    width: 50px;
    font-size: 1.5rem;
}
.contactcon {
    padding: 40px 50px;
}
.contactcon .contactheader {
    margin: 0 0 20px 0;
}
.contactcon .contactheader .main {
    font-size: 2rem;
    font-weight: bold;
}
.mapandform .cmap,
.mapandform .cform {
    width: 49.5%;
    height: 600px;
}
.contact-map {
    height: 535px;
}
.contact-form {
    width: 100%;
}
.chead .head {
    font-size: 2rem;
    font-weight: 800;
    margin: 10px 0;
}
.contact-detailcon {
    padding: 20px;
}

.inputfiled {
    width: 100%;
    height: 50px;
    margin: 0 0 30px 0;
}
.inputtext {
    height: 200px;
}
.input-data {
    height: 50px;
    width: 100%;
    position: relative;
}
.input-data input {
    height: 100%;
    width: 99%;
    outline: none;
    padding: 0 15px;
    background-color: transparent;
    font-size: 17px;
    border: 2px solid silver;
    color: #696969;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
}
.input-data textarea {
    height: 200px;
    width: 99%;
    outline: none;
    padding: 15px;
    background-color: transparent;
    font-size: 17px;
    border: 2px solid silver;
    color: #696969;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
}
.input-data input:focus,
.input-data textarea:focus {
    transform: scaleX(1);
    border: 2px solid #149ec3;
}
.input-data input:valid,
.input-data textarea:valid {
    border: 2px solid #149ec3;
    color: #149ec3;
}
.input-data input:focus ~ label,
.input-data input:valid ~ label,
.input-data textarea:focus ~ label,
.input-data textarea:valid ~ label {
    transform: translateY(-25px);
    font-size: 15px;
    color: #149ec3;
}
.inputfiled .input-data label {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 0 5px;
    color: grey;
    background-color: #ffffff;
    pointer-events: none;
    transition: all 0.3s ease;
}
.btn-submit {
    background-color: #149ec3;
    width: 100%;
    height: 45px;
}
.cbtn {
    height: 45px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #ffffff;
}
.loading {
    display: none;
}
.home-services,
.home-services-con {
    height: 100vh;
    background-color: #ffffff;
}
.leftcon,
.rightcon {
    width: 49.5%;
}
.background {
    background-color: #149ec3;
    width: 320px;
    height: 320px;
}
.imgcon {
    position: absolute;
    width: 320px;
    height: 380px;
    border: 8px solid #ffffff;
    background-color: rgb(45, 131, 131);
    margin: -423px 57px;
    background-image: url(../images/image26.png);
}
.img-con,
.imgcon {
    background-position: center;
    background-size: cover;
}
.expercon {
    position: absolute;
    width: 200px;
    height: 110px;
    background-color: #ffffff;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.12);
    margin: -360px 275px;
    padding: 10px 15px;
}
.expercon .icon {
    width: 20%;
    float: left;
    font-size: 35px;
    color: #149ec3;
    height: 100%;
    margin: 0 30px 0 0;
}
.expercon .exp {
    float: left;
    width: 60%;
}
.expercon .exp .years {
    font-size: 25px;
    font-weight: bold;
}
.mtr {
    text-align: justify;
}
.home-services .rightcon {
    padding: 40px;
}
.rightcon .shead {
    font-size: 12px;
    color: #149ec3;
}
.rightcon .head {
    font-size: 2.5rem;
    font-weight: bold;
}
.home-services-con {
    padding: 0 189px;
    margin: 0 0 60px 0;
}
.serv-con {
    width: 280px;
    height: 300px;
    background-color: #ffffff;
    float: left;
    margin: 10px;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.12);
}
.img-con {
    height: 150px;
}
.serv-info {
    padding: 10px;
}
.serv-name {
    font-size: 1.4rem;
    font-weight: bold;
}
.com-likes,
.serv-info-txt,
.readmore {
    font-size: 0.7rem;
}
.readmore {
    font-weight: bold;
}
.serv-no {
    margin: 15px 10px;
    position: absolute;
    width: 80px;
    height: 50px;
    background-color: #149ec3;
    color: #ffffff;
}
.serno {
    font-weight: bold;
}
.com-likes {
    margin: 5px 0;
}
.bright {
    padding: 0 10px 0 0;
    border-right: 1px solid #e9e9e9;
}
.com-likes {
    width: 55%;
}
.serv-info-txt {
    padding: 5px 0;
    border-top: 1px solid #e9e9e9;
    margin: 0 0 5px 0;
}
.about-us {
    padding: 10px 50px;
}
.why ol {
    padding: 0 20px;
}
.aboutcon {
    margin: 0 0 20px 0;
}
.aboutcon .head {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.aboutcon p {
    text-align: justify;
}
.summary {
    font-weight: bold;
    margin: 40px 0 0 0;
}
.gallerycon {
    padding: 0 50px;
    height: max-content;
}
.galleryimagecon {
    width: 280px;
    height: 280px;
    margin: 0 10px 10px 0;
    float: left;
}
.galleryimagecon img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.servicecon {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}
.serviceinfo {
    width: 673px;
}
.sername {
    margin: 20px 0;
    font-size: 2rem;
    font-weight: bold;
    color: #f68e11;
}
.sercontent {
    text-align: justify;
    margin: 0 0 30px 0;
}
.serhead {
    font-size: 2rem;
}
.listitem {
    padding: 10px 0;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.listitem:hover {
    color: #f68e11;
    font-weight: bold;
}
.listitem.active {
    color: #f68e11;
    font-weight: bold;
}
.easy-con {
    padding: 0 50px;
    margin: 0 0 40px 0;
    position: relative;
    height: 65vh;
    float: left;
}
.easyway {
    color: #ffffff;
    z-index: 1;
    background-color: #081528;
    width: 50%;
    padding: 40px;
    height: fit-content;
    float: left;
    position: relative;
    margin: 50px 0;
}
.easy-con .head {
    font-size: 2rem;
    font-weight: bold;
}
.econtent,
.slide {
    margin: 20px 0;
}
.econtent {
    font-size: 0.8rem;
}
.slider::-webkit-slider-thumb {
    color: #149ec3;
}
input[type="range"][disabled]::-webkit-slider-thumb {
    background-color: red;
}
input[type="range"]::-moz-range-thumb {
    background-color: red;
}
.easyimg {
    width: 60%;
    height: 420px;
    background-color: #149ec3;
    float: right;
    position: absolute;
    right: 50px;
    background-image: url(../images/sliderimg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.value a {
    color: #ffffff;
}
.smobile{
    display: none;
}
@media (max-width: 1124px){
.logocon{
    left: 20px;
}
.mobilemenu{
    display:block;
}
.logocon img{
    scale: 1.6;
}
.mainheader {
    padding: 0 30px;}
.mobilemenu{
    font-size: 26px;
}
.menucon {
position: absolute;
width: 100%;
left: 0;
height: 0px;
align-items: center;
background-color: #149ec3;
margin: 120px 0 0 0;
padding: 0 5%;
transition: height .5s;
overflow: hidden;
z-index: 2;
font-size: 16px;
}
.menucon.active{
height: 70px;
}
.introtxt{
    width: 100%;
    padding: 0 30px;
}
.home-services{
    height: fit-content;
}
.easyway{
    width: 95%;
}
.easyimg{
    display: none;
}

.about-us {
    padding: 10px 30px;
}
.serimg img{
    width: 100%;
}
.sermenu {
    /* display: none; */
    position: absolute;
    z-index: 1;
    background: white;
    margin: -100%;
    margin: 0 -52%;
    padding: 0 10px;
}
.servicecon {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
}
.links {
    color: #e9e9e9;
    font-size: 14px;
}
.mapandform .cmap, .mapandform .cform {
    width: 100%;
    height: 600px;
}
.contactcon{
    padding: 10px;
}
.leftcon, .rightcon {
    width: 100%;
    padding: 0 10px;
}

.back-con {
    margin: 100px 0 20px 0;
    width: 90%;
}
.background {
    background-color: #149ec3;
    width: 240px;
    height: 240px;
}
.imgcon {
    position: absolute;
    width: 220px;
    height: 280px;
    border: 8px solid #ffffff;
    background-color: rgb(45, 131, 131);
    margin: -320px 57px;
    background-image: url(../images/image26.png);
}
.expercon {
    position: absolute;
    width: 200px;
    height: 65px;
    background-color: #ffffff;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.12);
    margin: -280px 150px;
    padding: 10px 15px;
}
.expercon .icon {
    width: 14%;
    float: left;
    font-size: 20px;
    color: #149ec3;
    height: 100%;
    margin: 0 2px 0 0;
}
.expercon .exp .years {
    font-size: 20px;
    font-weight: bold;
}

.expcon{
    font-size: 14px;
}
.expercon .exp {
    float: left;
    width: 84%;
}
.rightcon .head {
    font-size: 1.3rem;
}
.home-services .rightcon {
    padding: 0 5px;
}
.home-services-con {
    padding: 0 5px;
    margin: 0 0 60px 0;
    width: 100%;
    height: fit-content;
    float: left;
}
.serv-con{
    margin: 0 0 10px 0;
}
#listing{
    float:left;
}
.easy-con {
    width: 100%;
    padding: 0 10px;
}
.mainfootercon {
    height: fit-content;
}
.getintouch{
    width: 100%;
}
.subscribe,.email,.flinks,.estimate,.subhlink{
    display: none;
}
.lastfooter{
    height: fit-content;
    padding: 10px 5px;
}
.lastfooter .textcon .maintext {
    font-size: .8rem;
    margin: 0 0 5px 0;
}
.sermenu{
    transition: all ease-in-out .5s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.smobile{
    display: block;
    margin: 0 100px 0px 0px;
    background: aliceblue;
    height: 45px;
    width: 45px;
    position: absolute;
    right: -150px;
    font-size: 24px;
}
.sermenu.active{
    margin: 0;
}
.sercontent {
    margin: 0 0 100px 0;
}
}