* {

    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {

    margin: 0px;
    padding: 0px;
}

.mt-40 {

    margin-top: 40px;
}

.mt-60 {

    margin-top: 60px;
}

.mt-80 {

    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {

    margin-top: 120px;
}


.wpflotting {

    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 2;
    cursor: pointer;

}


.wpflotting i {

    font-size: 68px;

}


:root {

    --bgcolor: #FF824A;
}

/*headertop*/

.headertopbg {

    background-color: var(--bgcolor);
    margin: 0px;
    padding: 15px;
    display: flex;
    align-items: center;
}

.headertopleft {

    margin: 0px;
    padding: 0px;
}

.headertopleft ul {

    margin: 0px;
    padding: 0px;
    display: flex;
}


.headertopleft ul li {

    margin: 0px;
    padding: 0px 15px;
    list-style: none;
}

.headertoplefticon {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}


.headertoplefticon i {

    font-size: 24px;

}

.headertoplefticon p,
.headertoplefticon p a {

    font-size: 18px;
    color: white;
    text-decoration: none;
}


.headertopright {

    margin: 0px;
    padding: 0px;
}

.headertopright ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
}


.headertopright ul li {

    margin: 0px;
    padding: 0px 15px;
    list-style: none;
}

.headertopright ul li i {

    font-size: 18px;
}


/*navigation*/

.navbox {

    background-color: white;
    padding: 15px;
    display: flex;
    align-items: center;
}

.headerlogo {

    margin: 0px;
    padding: 0px;
}

.headernav {

    margin: 0px;
    padding: 0px;
}

.headernav ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    margin-top: 8px;
}

.headernav ul li {

    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;

}


.headernav ul li ul.submenu {
    position: absolute;
    z-index: 2;
    top: 220%;
    left: 0;
    margin: 0px;
    padding: 15px;
    background-color: rgb(236, 236, 236);
    width: 250px;
    display: none;
    border-top: solid 2px #FF824A;
    border-bottom: solid 2px #FF824A;
transition: all 0.5s ease-in-out;

}

.headernav ul li:hover ul.submenu{
    display: block;
}


.headernav ul li ul.submenu li {

    margin: 0px;
    padding: 10px 0px;
    list-style: none;
}


.headernav ul li ul.submenu li a {


    font-size: 16px;
    margin: 0px;
    padding: 0px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: black;
    transition: all 0.5s ease-in-out;
}


.headernav ul li ul.submenu li a:hover {

    color: #FF824A;
}


.headernav ul li a {

    font-size: 18px;
    color: black;
    margin: 0px;
    padding: 0px 25px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    font-weight: bold;
    padding-bottom: 50px;
}


.headernav ul li a:hover {

    color: #FF824A;
}

.headerbutton {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
}

.headerbutton button {

    background-color: var(--bgcolor);
    color: white;
}

.headerbutton button:hover {

    background-color: var(--bgcolor);
    color: white;
}

/*bannerbody*/

.bannerbody {

    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 650px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/banner1.jpg);
    position: relative;
    z-index: 1;
}

.bannerbody::before{

    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(5, 29, 62, 0.493);
    z-index: -1;
}


.bannerbodytext{

    margin: 0px;
    padding: 0px;
    margin-top: 180px;
}


.bannerbodytext h1{

    color: #ffffff;
}



.bannerbodyright{

    margin: 0px;
    padding: 20px;
    background-color: #f7fafe;
    margin-top: 50px;
}

.bannerbodyright input{

    width: 100%;
    display: block;
    padding: 15px;
    margin: 15px 0px;
    border: solid 1px #FF824A;
    color: black;
    border-radius: 15px;
}

.bannerbodyright input:focus{
    outline: none;
}

.bannerbodyright textarea{


    width: 100%;
    display: block;
    border: solid 1px #FF824A;
    height: 150px;
    border-radius: 15px;
    padding: 15px;
}


.bannerbodyright button{

    background-color: #FF824A;
    color: white;
    margin: 15px 0px;
}

.bannerbodyright button:hover{

    background-color: #FF824A;
    color: white;
    margin: 15px 0px;
}


/*workWithus*/


.workbodyleft{

margin: 0px;
background-color: #FF824A;
padding: 80px 20px;

}


.workbodyleft h4{

    color: white;
    font-weight: 500;
}


.workbodyleft h2{

    color: white;
    font-weight: bold;
}

.workbodyleft p{

    color: white;
}


.workbodyright{

    margin: 0px;
    padding: 20px;
    background-color: #f5f5f5;
}

 .happycustomer{

    width: 100%;
    display: block;
    border-right: dotted 1px #adadad;
    border-bottom: dotted 1px #adadad;
    text-align: center;
    margin: 0px;
    padding: 15px 0px;
}

.countertext{

    color: #000000;
    font-size: 24px;
    margin: 15px  0px;
  }
  
  .counter{
    font-size: 34px;
  }


/*aboutus*/

.aboutusleft {

    margin: 0px;
    padding: 0px;
    border-radius: 10px;
    border: solid 1px var(--bgcolor);
}

.aboutusleftpic {
    width: 100%;
    display: block;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

.aboutusleftpic img{

    min-height: 450px;
}

.aboutusright {

    margin: 0px;
    padding: 0ox;
}

.aboutusright1 {

    margin: 0px;
    padding: 80px 0px;
}

.aboutusright1 h2 {

    color: var(--bgcolor);
    font-size: 32px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: table;
}

.aboutusright1 h2::before {

    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--bgcolor);
    top: 20px;
    left: -35px;
    z-index: 1;
}

.aboutusright1 h4 {

    color: #051d3e;
    font-size: 24px;
    text-align: center;
}

.aboutusright1 button a {

    background-color: var(--bgcolor);
    color: white;
    text-decoration: none;
    padding: 15px;
}

.aboutusright1 button:hover {

    background-color: var(--bgcolor);
    color: white;
    padding: 15px;
}



/*residentialservice*/

.residentialbox{

    width: 100%;
    height: 300px;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.residentialbox::before{

    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.493);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}

.residentialbox h2{

    color: white;
    
}

.residentialbox p{

    color: white;
}



.residentialbox1{

    width: 100%;
    height: 300px;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.residentialbox1::before{

    width: 100%;
    height: 100%;
    background-color: rgba(255, 131, 74, 0.733);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}

.residentialbox1 h2{

    color: white;
    
}

.residentialbox1 p{

    color: white;
}



/*topclint*/

.topclint{

    margin: 0px 0px;
    padding: 0px;
}



/*service*/

.servicebox {

    margin: 0px;
    padding: 15px;
    border: solid 1px #ffebeb;
    background-color: white;

}

.serviceboxicon {

    margin: 0px;
    padding: 0px;
    display: table;
    margin: 0 auto;
}


.serviceboxicon i {

    font-size: 48px;
}


.serviceboxtext {
    margin: 15px 0px;
    padding: 0px;
}

.serviceboxtext h4 {

    text-align: center;
    margin-top: 15px;

}

.serviceboxtext h6 a {

    text-decoration: none;
    color: var(--bgcolor);
}

.serviceboxtext p {

    font-size: 18px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.servicebox1 {

    background-color: #f7fafe;
    margin: 0px;
    padding: 15px;
    border: solid 1px #ffebeb;

}

.serviceboxicon1 {

    margin: 0px;
    padding: 0px;
    display: table;
    margin: 0 auto;
}

.serviceboxicon1 i {

    font-size: 48px;
}

/*whychooseus*/

.whychooseusbody {

    background-color: #091836;
    padding: 80px 0px;
}

.whychooseusbodyleft {

    margin: 0px;
    padding: 0px;
    border-radius: 10px;
    border: solid 1px var(--bgcolor);
}

.whychooseusbodyleftimg {

    width: 100%;
    display: block;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;

}

.whychooseusbodyright {

    margin: 0px;
    padding: 0px;
}

.whychooseusbodyright p {

    color: white;
    font-size: 16px;
    margin-bottom: 20px;
}

.whychooseusbodyrighticon {

    margin: 18px 0px;

}

.whychooseusbodyrighticonbox {

    display: flex;
    gap: 20px;
    margin: 15px 0px;
}

.whychooseusbodyrighticonbox1 {

    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whychooseusbodyrighticonbox1 i {

    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bgcolor);
}

.whychooseusbodyrighticonbox1text {

    margin: 0px;
    padding: 0px;
}

.whychooseusbodyrighticonbox1text p {

    color: white;
    font-size: 18px;
}

/*--------gallery-----------*/

.gallerybox {

    margin: 0px;
    padding: 0px;
}

.galleryboximg {

    margin: 0px;
    padding: 0px;
    border-radius: 10px;
    border: solid 1px var(--bgcolor);
    overflow: hidden;
    transition: all 0.8s ease-in-out;
}

.galleryboximg img {

    width: 100%;
    display: block;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.galleryboximg:hover img {
    transform: scale(1.2) rotate(3deg);
}

/*testimonial*/

.testimonialleft {

    margin: 0px;
    padding: 0px;
    position: relative;
    inset: 30% 0px;
}

.testimonialleft h4 {

    font-size: 24px;
    color: white;
    font-weight: 500;
}

.testimonialleft p {

    margin-top: 15px;
    color: white;
}

.testimoniallright {

    margin: 0px;
    padding: 0px;
}

.testimoniallrightbox {
    width: 100%;
    display: block;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    border: solid 1px var(--bgcolor);
    min-height: 350px;
}

.testimoniallrightbox i {

    font-size: 36px;
}

.testimoniallrightbox p {

    color: black;
    font-size: 16px;
}

.testimoniallrightbox h6 {

    color: var(--bgcolor);
}

.testimoniallrightbox h5 {

    color: #051d3e;
    font-size: 16px;
}

.testimoniallrightboximg {

    margin: 0 auto;
    display: table;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: dotted 1px var(--bgcolor);
    margin-bottom: 15px;
}

.testimoniallrightboximg1 {

    width: 80px;
    height: 80px;
    border-radius: 50px;
}

.testimonial .owl-dot.active span {

    background: var(--bgcolor) !important;
}


/*---------contactus----------*/

.contactusleft {

    margin: 0px;
    padding: 0px;
}

.contactusleft h4 {

    color: #051d3e;
    font-size: 32px;
    text-align: center;

}

.contactusleft p {

    color: black;
    font-size: 16px;
}

.contactleficon {

    margin: 20px 0px;
    padding: 0px;
    display: flex;
    gap: 15px;

}

.contactleficon i {

    font-size: 24px;
}

.contactleficon p a {

    color: #051d3e;
    text-decoration: none;

}

.contctusright {

    margin: 0px;
    padding: 0px;
}

.contctusright input {

    width: 100%;
    display: block;
    border-radius: 10px;
    border: solid 1px var(--bgcolor);
    padding: 15px;
    margin: 20px 0px;
    font-size: 16px;
    color: black;
}

.contctusright input:focus {

    outline: none;
}

.contctusright textarea {

    width: 100%;
    display: block;
    border-radius: 10px;
    height: 150px;
    border: solid 1px var(--bgcolor);
    padding: 15px;
    margin: 20px 0px;
    font-size: 16px;
    color: black;
}

.clor-bt {

    background-color: var(--bgcolor);
    color: white !important;
}

.contctusright textarea:focus {

    outline: none;
}

.contctusright button {

    background-color: var(--bgcolor);
    color: white;
}

.contctusright button:hover {

    background-color: var(--bgcolor);
    color: white;
}

/*-----footer--------*/

.footerbox {

    background-color: #09142b;
    margin: 0px;
    padding: 0px 0px;
    padding-top: 80px;

}

.footerleft {

    margin: 0px;
    padding: 0px;
}

.footerleft h2 {

    color: white;
    font-size: 36px;
}

.footerleft p {

    color: white;
    font-size: 16px;
    margin-top: 15px;
}

.footermiddle {

    margin: 0px;
    padding: 0px;
}

.footermiddle h2 {

    color: white;
    font-size: 32px;
}

.footermiddlnav {

    margin: 0px;
    padding: 0px;
}

.footermiddlnav ul {

    margin: 0px;
    padding: 0px;
    display: block;
}

.footermiddlnav ul li {

    margin: 0px;
    padding: 15px 0px;
    list-style: none;
    display: block;
}

.footermiddlnav ul li a {

    font-size: 18px;
    color: white;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    font-weight: 500;
}

.footermiddlnav ul li a:hover {

    color: var(--bgcolor);
    padding-left: 10px;
}

.footerright {


    margin: 0px;
    padding: 0px;

}

.footerright h2 {

    color: white;
    font-size: 36px;
    margin-bottom: 20px;
}

.footerrightcontact {

    margin: 15px 0px;
    padding: 0px;
    display: flex;
    gap: 16px;
}

.footerrightcontact i {

    line-height: 30px;
    font-size: 18px;
}


.footerrightcontact p a,
.footerrightcontact p {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.footerrightcontactbox {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.footercopyright {

    border-top: dotted 2px white;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    padding: 20px 0px;
}

.footercopyright p,
.footercopyright p a {

    color: white;
    font-size: 16px;
    text-decoration: none;
}



.swiper-button-prev,
.swiper-button-next {

    color: var(--bgcolor) !important;
}

.myactive {

    width: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    border-bottom: solid 2px #FF824A;
    transition: all 0.4s ease-in-out;

}



/*---------------aboutuspage--------------*/


.aboutuspagebanner {

    width: 100%;
    display: block;
    background-image: url(../img/aboutuspic.webp);
    height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.aboutuspagebanner h2 {

    color: white;
    font-size: 48px;
}


.aboutuspagebanner h4 a {

    color: white;
    font-size: 36px;
    text-decoration: none;
}


.aboutuspagebanner h4 span {

    color: white;
    font-size: 36px;
}



/*---ourmissionabdvession-----*/

.ourmissionleft {

    margin: 0px;
    padding: 0px;
}

.ourmissionimg {

    width: 100%;
    display: block;
    height: 450px;
    object-fit: cover;

}

.ourmissionright {

    margin: 0px;
    padding: 20px;
}

.ourmissionright p {

    font-size: 18px;
    color: black;
    margin-top: 20px;
}

.ourvessionleft {

    background-color: #051d3e;
    padding: 20px;
    margin: 0px;
    min-height: 450px;
}


.ourvessionleft p {

    color: white;
    font-size: 16px;
    margin-top: 20px;
}


.ourvessionright {

    margin: 0px;
    padding: 0px;
}

.ourvessionrightimg {

    width: 100%;
    display: block;
    height: 450px;
    object-fit: cover;
}

/*----service----*/

.serviceboxtext1 {

    margin: 0px;
    padding: 0px;
}


.serviceboxtext1 p {

    font-size: 18px;
    color: black;

}


.serviceboxtext1 h4 {

    text-align: center;
    margin-top: 15px;

}

.serviceboxtext1 h6 a {

    text-decoration: none;
    color: var(--bgcolor);
}


/*homeshifting*/

.homeshiftmain{

    margin: 0px;
    padding: 0px;
}

.homeshiftingleft{

    margin: 0px;
    padding: 0px;
}

.homeshiftingleft img{

    height: 450px;
    width: 100%;
    display: block;
    border-radius: 10px;
}


.homeshiftingright{

    margin: 0px;
    padding: 0px;
}

.homeshiftingright h2{
    color: #09142b;
    font-weight: bold;
}

.homeshiftingright p{

    color: black;
}

.homeshiftingright p span{
    font-weight: 600;
}
.homeshiftingright h4{

    color: #051d3e;
    font-weight: 600;
}

.homeshiftmain h2{

    color: #FF824A;
    font-weight: 600;
}

.homeshiftmain h4{

    color: #051d3e;
    font-weight: 600;
}

.homeshiftmain p{

    color: black;
}

.homeshiftmain p span{
    font-weight: 500;
}

/*domesticomeshifting*/


.domesticright{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.domesticleft{

    width: 100%;
    display: block;
}


.domesticleft h2{

    color: #051d3e;
    font-weight: bold;
}

.domesticleft p{

    font-size: 16px;
    color: black;
}

.domesticleft p span{
    font-weight: 500;
}

.domesticleft h5{
    color: #FF824A;
    font-weight: 600;
}

.domesticleft h4{

    color: #051d3e;
    font-weight: 600;
}

.domesticright img{

    width: 100%;
    display: block;
    height: 450px;
    border-radius: 10px;
}


/*-----------gallerypage-------*/

.gallerypage1 {

    width: 100%;
    display: block;
    border: solid 1px var(--bgcolor);
    border-radius: 10px;
}

.gallerypageimg {

    width: 100%;
    display: block;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}



.mapstart {

    width: 100%;
    display: block;
}


.my-dis-none {

    display: none;
}

.mt-15 {
    margin-top: -15px !important;
}

.resnav {

    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
    margin-top: -31px;
}


@media (max-width:991px) {


    .resnav {

        display: block;
    }

    .headernav {

        width: 250px;
        background-color: white;
        margin: 0px;
        padding: 0px;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 99;
        height: 100%;
        transition: all 0.5s ease-in-out;
    }

    .headernav ul {

        display: block;
    }

    .headernav ul li {

        display: block;
        padding: 15px 0px;
    }


    .headernav ul li a {

        color: black;
    }
    .headernav ul li ul.submenu{

        position: relative;
    }
    .headernav.mystyle {

        left: 0;
    }


    .headertopright p a {

        text-decoration: none;
        color: white;
        font-size: 14px;
    }

    .dis-play-none {

        display: none;

    }

    .my-dis-none {

        display: block;
    }

    .text-mycenter {

        text-align: center;
    }

    .mt-15 {

        margin-top: 15px !important;
    }

    .headertopnav {
        height: 67px;
    }

    .bannerpic h2 {

        font-size: 28px;
    }

    .aboutusright1 button a {

        text-decoration: none;
    }

    .aboutusright1 button {

        margin: 0 auto;
        display: table;
    }

    .contctusright button {

        margin: 0 auto;
        display: table;
    }

    .serviceboxtext h6 a {

        margin: 0 auto;
        display: table;
    }

    .testimonialleft {

        margin: 0px;
        padding: 0px;
        position: relative;
        inset: 0px 0px;
    }

    .whychooseusbodyleftimg {

        height: 264px;
    }

    .aboutusleftpic {

        height: 264px;
    }

    .resBanner {

        height: 350px !important;
    }

    .swiper {

        height: 350px;
    }

    .aboutuspagebanner {

        height: 300px;
    }

    .ourmissionimg {

        height: 264px;
    }

    .ourvessionrightimg {

        height: 264px;
    }
    .bannerbodytext{
        margin-top: 30px;
    }

    .bannerbodytext h1{
        text-align: center;
    }

    .bannerbody{
        height: 750px;
    }

    .homeshiftingleft img {
        height: 275px;
    }

    .domesticright img{

        height: 275px;
        margin-bottom: 20px;
    }
    .aboutusright1{

      padding: 0px;
    }
}

@media (max-width:520px) {

    .dis-none {

        display: none;
    }

    .headertopnav {

        width: 200%;
        display: block;
        background-color: white;
        height: 75px;
    }

    .headersocial {

        display: flex;
        gap: 30px;
        text-decoration: none;
        justify-content: center;
    }
}