* {

    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {

    margin: 0px;
    padding: 0px;
}

html {
    scroll-behavior: smooth;
}

.mt40 {

    margin-top: 40px !important;
}

.mt60 {

    margin-top: 60px !important;
}

.mt80 {

    margin-top: 80px;

}

.mt100 {

    margin-top: 100px;
}

.mt120 {

    margin-top: 0;
}

.mt_40{

    margin-top: 40% !important;
}






/*headertop*/


.headertop {

    margin: 0px;
    padding: 0px 0px;
    background-color: #2AC28E;
    display: flex;
    align-items: center;
}

.headertopleft {
    margin: 0px;
    padding: 0px;

}

.headertopleft ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    margin-top: 5px;
}

.headertopleft ul li {

    margin: 0px;
    padding: 0px 15px;
    list-style: none;
    display: flex;
}

.headertoplefticon {

    display: flex;
    gap: 15px;
}

.headertoplefticon i {
    font-size: 18px;
    line-height: 30px;

}

.headertoplefticon p,
.headertoplefticon p a {

    color: white;
    font-size: 18px;
    text-decoration: none;
}

.headertopright {

    margin: 0px;
    padding: 0px;
}

.headertopright ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 7px;
}

.headertopright ul li {

    margin: 0px;
    padding: 0px 15px;
    list-style: none;

}


/*---------navigation-----------*/

.navbox {

    margin: 0px;
    padding: 10px 0px;
    background-color: white;
    display: flex;
    align-items: center;
}

.headerlogo {

    margin: 0px;
    padding: 0px;
}

.headernav {

    margin: 0px;
    padding: 0px;
}

.headernav ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.headernav ul li {

    margin: 0px;
    padding: 0px;
    list-style: none;
}

.headernav ul li a {

    font-size: 18px;
    color: black;
    margin: 0px;
    padding: 0px 35px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    font-weight: 500;
}

.headernav ul li a:hover {
    color: #00A6FB;
}

.headerbtn {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
}

.headerbtn button {

    background-color: #00A6FB;
    color: white;
}

.headerbtn button:hover {

    background-color: #00A6FB;
    color: white;

}


/*----------banner------------*/

.banerbody {

background-image: url(../imge/banner_bg.jpg);
  min-height: 550px;
    margin: 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
 
}

 /* .banerbody::before {

    position: absolute;
    content: "";
    width: 500px;
    height: 250px;
    bottom: 0;
    left: 15%;
    background-image: url(../imge/hero-shape-4.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: myanimate 6s linear infinite;
}  */


@keyframes myanimate {


    0%,
    100% {

        transform: translateX(0);
    }

    50% {

        transform: translateX(50px);
    }
}

.bannerleft {

    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 30%;

}

.bannerleft h4 {

    font-size: 36px;
    color: #00A6FB;
    text-align: left !important;
    margin: 0;
    padding: 0;

}

.bannerleft h2 {

    color: black;
    font-size: 56px;
}

.bannerright {

    margin: 0px;
    padding: 0px;

    display: flex;
    justify-content: right;
}

 .bannerrightcircle{


   margin: 0px;
   padding: 0px;
    position: relative;
    display: flex;
    justify-content: end;
    z-index: 1;
    

}

.bannerrightcircle::after{

    position: absolute;
    content: "";
    width: 650px;
    height: 650px;
    top: -65px;
    right: -50px;
    background-image: url(../image1/circle.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: headercitcle 8s linear infinite;
    z-index: -1;
}




@keyframes headercitcle{

0%  {

    transform: rotate(0);
}
100%{

    transform: rotate(360deg);
}

}


.bannercircleing{

    width: 550px;
    height: 550px;
position: absolute;
top: -20px;
right: -80px;
}

.bannercircleing1{
width: 350px;
    height: 550px;
}
/*expart*/

.expartbody {

    width: 100%;
    display: block;
    background-color: white;
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    border-radius: 10px;
    margin: 0px;
    padding: 20px;
}


.expartbodyicon {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.expartbodyicon1 {

    padding: 30px 40px;
    border-radius: 0px 60px 0px 60px;
    background-color: #00A6FB;

}


.expartbodyicon1 i {

    font-size: 36px;

}


.expartbodyiconnumber {

    margin: 0px;
    padding: 0px;

}

.expartbodyiconnumber h2 {

    -webkit-text-stroke: #2AC28E 2px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    font-size: 48px;
    color: transparent;
    text-transform: uppercase;
    opacity: 0.3;
    transition: all 0.5s ease-in-out;
}

.expartbody:hover .expartbodyiconnumber h2 {

    opacity: 1;
}


.expartbodytext {

    margin: 0px;
    padding: 15px 0px;
}

.expartbodytext h5 {

    color: #00A6FB;
    font-size: 32px;
}

/*aboutus*/

.aboutusleft {

    margin: 0px;
    padding: 0px;
    position: relative;
}

.aboutusleftimg {

    margin: 0px;
    padding: 0px;
}

.aboutusleft_img {

    margin: 0px;
    padding: 0px;
    clip-path: polygon(0 0, 100% 51%, 100% 100%, 0% 100%);

}


.aboutusleftimg1 {


    width: 100%;
    display: block;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.aboutusleft .aboutusleftcircle {

    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: solid 4px #E8E8E8;
    background-color: #FAF9FB;
    bottom: 30px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

.font-size {

    font-size: 36px;
}

.aboutusleft .aboutusleftcircle span {
    position: absolute;
    font-size: 48px;
    color: #15B9D9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.aboutusleftcircle_img_1 {

    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.rotate {

    margin: 0px;
    padding: 0px;
    animation: rounded 6s infinite;
}

@keyframes rounded {

    100% {

        transform: rotate(360deg);
    }
}

.aboutusright {

    margin: 0px;
    padding: 0px;
}

.aboutusright h4 {

    color: #15B9D9;
    font-size: 24px;
    text-align: center;
}

.aboutusright h2 {

    color: #430660;
    font-size: 38px;
    text-align: center;
}

.aboutusright p {

    font-size: 18px;
    font-weight: 500;
}

.aboutusright button {
    background-color: #00A6FB;
    color: white;
    border-radius: 10px;
}

.aboutusright button:hover {
    background-color: #00A6FB;
    color: white;

}

/*service*/

.serviceleft {

    margin: 0px;
    padding: 0px;
}

.serviceleft h4 {

    color: #00A6FB;
    font-size: 24px;
    text-align: center;
}

.serviceleft h2 {


    color: black;
    font-size: 38px;
   
}

.serviceleft p {
    font-size: 18px;
    color: black;
    text-align: justify;
}

.serviceleft button {

    background-color: #00A6FB;
    color: white;
    border-radius: 10px;

}

.serviceleft button:hover {

    background-color: #00A6FB;
    color: white;
    border-radius: 10px;

}

.serviceright {

    margin: 0px;
    padding: 0px;
}

.servicerightmainbox {

    margin: 0px;
    padding: 0px;
    padding: 20px;
    border: solid 1px #ececec;
    border-radius: 10px;
}

.servicerightmainboximg {

    width: 100%;
    height: 250px;
    border-radius: 10px;
}

.servicerightmainboximg1 {

    width: 100%;
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
}

.servicerightmainboxtext {
    margin: 15px 0px;
    padding: 0px;
}

.servicerightmainboxtext h4 {

    color: #00A6FB;
    height: 32px;
}

.servicerightmainboxtext p {
    font-size: 16px;
margin-top: 45px;

  
}

.servicerightmainboxtext button {
    background-color: #00A6FB;
    color: white;
    border-radius: 10px;
    margin-top: 40px;
}

.servicerightmainboxtext button:hover {
    background-color: #00A6FB;
    color: white;
    border-radius: 10px;
    margin-top: 40px;
}

/*whychooseus*/

.whychooseus {

    background-color: white;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 1;
    min-height: 500px;
}

.whychooseus::before {

    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 250px;
    height: 250px;
    background-image: url(../imge/wh-shape-5.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.whychooseusmainbody {

    width: 100%;
    display: block;
    padding: 20px;
    border-bottom: solid 1px #ececec;
    border-right: solid 1px #ececec;
    text-align: center;
}

.whychooseusmainbodyicon {

    width: 80px;
    height: 80px;
    background-color: #b2ffe4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;

}

.whychooseusmainbodyicon i{

    font-size: 35px;
}

.whychooseusmainbody:hover .whychooseusmainbodyicon {

    background-color: #2AC28E;
}

.whychooseusmainbodytext {

    margin: 0px;
    padding: 15px 0px;
}

.whychooseusmainbodytext h4 {
    color: #00A6FB;
}

.whychooseusmainbodytext p {

    font-size: 16px;
    color: black;
    text-align: justify;
}

/*gallery*/

.gallerybox {

    margin: 0px;
    padding: 0px;
}

.galleryimage {

    width: 100%;
    display: block;
    height: 300px;
    border-radius: 10px;
}

.galleryimage img {

    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

/*contactform*/


.contactboxmain {

    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 1;
}

.contactboxmain::after {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 250px;
    height: 250px;
    background-image: url(../imge/about-shape-3.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.contactformleft {

    margin: 0px;
    padding: 0px;
}

.contactformleft1 {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    clip-path: polygon(0 46%, 100% 0, 100% 100%, 0% 100%);
}

.contactformleft1 img {

    height: 400px;
    object-fit: cover;
}

.contactformleft2 {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    clip-path: polygon(0 0, 100% 51%, 100% 100%, 0% 100%);
}

.contactformleft2 img {

    height: 400px;
    object-fit: cover;

}

.contactformright {

    width: 100%;
    display: block;
    padding: 20px;
    background-color: #2AC28E;
    border-radius: 10px;
}

.contactformright input {
    width: 100%;
    display: block;
    background-color: white;
    padding: 15px;
    color: black;
    border-radius: 10px;
    margin: 15px 0px;
    border: solid 1px #00A6FB;
}

.contactformright input:focus {
    outline: none;
}

.contactformright textarea {
    width: 100%;
    display: block;
    background-color: white;
    padding: 15px;
    color: black;
    border-radius: 10px;
    margin: 15px 0px;
    height: 120px;
}

.contactformright textarea:focus {

    outline: none;
}

.contactformright button {

    background-color: #ffffff;
    color: black;
    border-radius: 10px;
}

.contactformright button:hover {

    background-color: #ffffff;
    color: black;
    border-radius: 10px;
}

/*testimonial*/

.testimonialbg {

    background-color: #FFF8F8;

}

.testimonialleft {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    margin-top: -15px;
}

.testimonialleft img {

    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 500px;
    object-fit: cover;
}

.testimonialright {

    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;

}

.testimonialright1 {

    width: 600px;
    background-color: white;
    position: absolute;
    top: 35px;
    left: -50px;
    padding: 40px;
    border-radius: 10px;

}

.testimonialright1text {

    margin: 0px;
    padding: 0px;
}

.testimonialright1textimg {

    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin: 0 auto;
    display: table;

}

.testimonialright1textimg img{

    border-radius: 50%;
    width: 75px !important;
    height: 75px;
}

.testimonialright1texttext{

    margin: 15px 0px;
    padding: 0px;
}

.testimonialright1texttext h5{

    color: #430660;
}

.testimonialright1texttext h5 span{

    color: #15B9D9;
}


/*footer*/

.footerbody{

    background-color: black;
    padding-top: 80px;
    position: relative;
    margin: 0px;
    z-index: 1;
}

 .footerbody::before{

    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 250px;
    height: 250px;
    background-image: url(../imge/footer-shape-2.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
} 

.footerleft{

    margin: 0px;
    padding: 0px;
}

.footerleft p{

    color: white;
    font-size: 16px;
}

.footermiddle{

    margin: 0px;
    padding: 0px;
}

.footermiddle h2{

    color: white;
    font-size: 36px;
    margin-bottom: 15px;
}

.footernav{

    margin: 0px;
    padding: 0px;
}

.footernav ul{

    margin: 0px;
    padding: 0px;
    display: block;
}

.footernav ul li{

    margin: 0px;
    padding: 15px 0px;
    display: block;
    list-style: none;
}

.footernav ul li a{

    font-size: 18px;
    color: white;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.footernav ul li a:hover{

    color: #15B9D9;
    padding-left: 15px;
}

.fotterright
{
    margin: 0px;
    padding: 0px;
}

.fotterright h2{

    color: white;
    font-size: 36px;
    margin-bottom: 30px;
}

.fotterrightsocial{

    margin: 15px 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.fotterrightsocial i{

    font-size: 24px;
}

.fotterrightsocial p , .fotterrightsocial p a{

    font-size: 18px;
    color: white;
    text-decoration: none;
}

.footercopyright{

    margin: 0px;
    padding: 15px;
    display: flex;
    align-items: center;
    border-top: solid 1px white;
    margin-top: 15px;

}

.footercopyright1{

    margin: 0px;
    padding: 0px;
    text-align: center;

}

.footercopyright1 p , .footercopyright1 p a {

    color: white;
    text-decoration: none;
}

.resnav{

    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
}

.sticky{

    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: white;
    display: block;
    box-shadow: 0 0 2em 0 rgba(42, 194, 141, 0.575);
}




/*---------aboutuspage-------*/

.aboutuspagebody{


    margin: 0px;
    padding: 0px;
background-image: url(../image1/work_bg.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
    width: 100%;
    display: block;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.aboutuspagebody::before{

    position: absolute;
    content: "";
    background-image: url(../imge/br-shape-1.webp);
    width: 450px;
    height: 370px;
    top: -85px;
    left: 0;
    background-position: center;
  
    background-repeat: no-repeat;
    animation: bedanimtaion 6s linear infinite;
}

@keyframes bedanimtaion{


    0% , 100%{

        transform: translateX(0);
    }50%{

        transform: translateX(50px); 
    }
}

.aboutuspagebody h2{

    color: #2AC28E;
    font-size: 48px;
}

.aboutuspagebody h4 a{

    color: #00A6FB;
    font-size: 32px;
    text-decoration: none;
}


.aboutuspagebody h4 span{

    color: #2AC28E;
    font-size: 32px;
}



/*contactuspage*/


.contactuspageleft{


    width: 100%;
    display: block;

}


.contactuspageleft1{

    background-color: #f7f7f7;
    border-radius: 10px;
    transition: all 0.6s ease-in-out;
    padding: 20px;
    margin: 20px 0px;
}

.contactuspageleft1:hover{

    transform: translateY(-15px);
}


.contactuspageleft2{

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 5px;
}

.contactuspageleft2_icon{

    padding: 30px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactuspageleft2_icon i{


    font-size: 36px;
}


.contactuspageleft2_icontext{


    margin: 0px;
    padding: 20px;

}

.contactuspageleft2_icontext h4{


    color: #00A6FB;
}


.contactuspageleft2_icontext p a{

    color: black;
    font-size: 16px;
    text-decoration: none;
}

.contactusright{

    margin: 0px;
    padding: 20px;
}




/*----------mappage-----------*/


.mapbox{

    margin: 0px;
    padding: 0px;
}



@media (max-width:991px){

    .resnav{

        display: block;
    }

    .dis_none{

        display: none;
    }


    .headernav{

        width: 240px;
        height: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        background-color: white;
        margin: 0;
        padding: 0;
        transition: all 0.4s ease-in-out;
        z-index: 99;
    }

    .headernav ul{

        display: block;
    }

    .headernav ul li{

        display: block;
        padding: 15px 0px;
    }

    .headernav.main{

        left: 0;
    }

    .whychooseus::before {

        display: none;
    }

    .contactboxmain::after{

        display: none;
    }

    .footerbody::before{
        display: none;
    }
    .testimonialright1{

        width: 100% !important;
        left: 0;
        top: -50px;
    }
    .testimonialright1textimg{

        width: 112px;
    }

    .mt120 {

        margin-top: 472px !important;
    }

    .bannerleft {
        text-align: center;
    }

    .bannerleft h4{
        text-align: center;
        font-size: 26px;
    }
    .bannerleft h2{
        font-size: 24px;
    }
    .banerbody{
        height: 748px;
    }
    .bannercircleing {
        width: 550px;
        height: 550px;
        position: absolute;
        top: -20px;
        right: -199px;
    }

    .bannerrightcircle::after {
        position: absolute;
        content: "";
        width: 500px;
        height: 500px;
        top: -65px;
        right: -84px;
    }
    
    .serviceleft h2{

        font-size: 24px;
    }
    .mt_40{

        margin-top: 0px !important;
    }
    .aboutuspagebody::before{

        display: none;
    }
}