/* Global CSS */
* {
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Raleway', sans-serif; */
}

html {
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none !important
}

ul {
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1 !important;
}
.myBtn{
    color: white;
    text-align: center;
    display: inline-block;
    width: 150px;
    font-size: 18px;
    padding: 6px;
    border: none;
}
.myBtn:hover{
    color: white;
}
.bg1 {
    background: #ee008c;
}

.bg2 {
    background: #00adf0
}

.clr1 {
    color: #ee008c;
}

.clr2 {
    color: #00adf0;
}



.navigation {
    background: #ee008c0a;
    height: 75px;
    border-bottom: 2px solid #ee008c;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a,
.brand a:visited {
    color: #fff;
    text-decoration: none;
}

.logo {
    width: 70%;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 10px;
    line-height: 70px;

    color: #00adf1;
    text-decoration: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    background: #00adf1;
    color: #fff;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    background: #fff;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #ee008c0a;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 798px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 70px 0 15px;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #00adf1;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}


/* ================= About US Section Start ==================== */
.title {
    font-weight: 700;
}

.isoIcon {
    width: 100px;
    height: 100px;
}

.aboutInfoBox img {
    width: 80px;
    height: 80px;
    margin: 15px;
}

.aboutInfoBox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    color: white;
}

.aboutInfoBox p {
    line-height: 1;
}

/* ================= About US Section End ==================== */

/* ================= Our Mission & Vission Start ================== */
.ourStrenghthPoint li i {
    color: #00adf0;
}

/* ================= Our Mission & Vission End ================== */

/* ==================== Counter Section Start ================= */
.counterSection {
    background: #00adf1;
    background: #00adf1;
    color: white;
    text-align: center;
}



.counterDiv h1 {
    font-weight: 700;
}

.counterInfo {
    padding: 50px 0;
}

.counterDiv1 {
    background: url(image/icon/handshake.png);
    background-position: 10% 10%;
    background-repeat: no-repeat;
    background-size: 50%;
}
.counterDiv2 {
    background: url(image/icon/package.png);
    background-position: 10% 10%;
    background-repeat: no-repeat;
    background-size: 40%;
}
.counterDiv3 {
    background: url(image/icon/construction-worker.png);
    background-position: 10% 15%;
    background-repeat: no-repeat;
    background-size: 35%;
}
.counterDiv {
    padding: 50px 0;
   
}
/* ==================== Counter Section End ================= */
/* =================== Progress Bar Start ======================== */
.progressInfo{
    display: flex;
    justify-content: space-between;
}
/* =================== Progress Bar End ======================== */

/* =============== Our Brand Start ============== */
.ourBrand{
    background: #ebebeb3d;
    text-align: center;
    padding: 25px 0;;
}

.owl-nav, .owl-dots{
display: none;
}
/* =============== Our Brand End ============== */

/* ================== Testimonial Start ================== */
.tstmnlCard{   
    /* width: 400px; */
    /* height: 200px; */
    display: table;
    border: 5px solid #111;
    margin: 50px auto;
    padding: 20px;
    position: relative;
    z-index: -8;}

   
    .tstmnlCard::after,.tstmnlCard::before{
        content: '';
        position: absolute;
        font-family: fontAwesome;
        font-size: 50px ;
        color: #111;
        background: #fff;
        z-index: -9;
    }
      
      
    .tstmnlCard::after{
        content: '\f10d';
        top: 0;
        left: 0;
        transform: translate(-50%, -50%);
        box-shadow: 10px 10px 0 #fff;
    }
      
   
    .tstmnlCard::before{
        content: '\f10e';
        bottom: 0;
        right: 0;
        transform: translate(50%, 50%);
        box-shadow: -10px -10px 0 #fff;
    }
      
   
.description{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    z-index: 99;
}
.description{
    font-size: 14px

}
.border-radius{
    border-radius: 30px
}
.tstmnlClient{
    font-weight: 500;
    color: #00adf1;
}
   
/* ================== Testimonial End ================== */
/* =============== Our Product Start ============ */
.ourProduct{
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.454), rgba(0, 0, 0, 0.454)), url(image/maxresdefault.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    
}
.productBox{
    background: white;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}
.productBox p{
    font-size: 14px;
}
.productBox img{
    width: 100%;
    max-width: 50px;
}
.productBox h5{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px !important;
}
.productImg2{
    display: none;
}
.productImg1{
    display: block;
}
.productBox:hover{
background: #00adf1;
transform: scale(1.05);
}
.productBox:hover .productImg2{
    display: block;
}
.productBox:hover .productImg1{
    display: none;
}
.productBox:hover.productBox h5{
    color: white;
}
.productBox:hover.productBox p{
    color: white;
}
/* =============== Our Product End ============ */
/*================== Contact US Start ================= */
.contactUs{
    background:linear-gradient(0deg, rgba(255, 0, 149, 0), rgba(255, 0, 149, 0)), url(image/maxresdefault.jpg);
    padding-top: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.contactWrap{
    background: white;
    padding: 75px;
    border-radius: 30px 30px 0px 0px;
   
}
.contactUsFrom .form-control{
    margin: 25px;
    border: none;
    border-bottom: 1px solid #00adf1;
    border-radius: 0px;
}
.form-control:focus{
    box-shadow: none;
}
/*================== Contact US End ================= */
/* ================ Footer Area Start ==================*/
footer {
    background: linear-gradient(133deg, #000000cf, #000000cf), url(image/footerBg.jpg) no-repeat;
    background-size: cover;
    color: white;
}

.icon {
    background: #ee008c;
    padding: 8px 10px;
    font-size: 20px;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.contactInfoFoot {
    display: flex;
}

.contactInfoFoot p,
.contactInfoFoot h6 {
    margin: 0 !important;
}

.copyright {
    background: #040913;
    text-align: center;
    padding: 10px 0;
}

/*================= Footer Area End ====================*/


@media only screen and (max-width: 600px) {
    .counterInfo {
        padding: 25px 0;
    }
    .counterDiv {
        padding: 25px 0;
    }
    .counterDiv1, .counterDiv2,.counterDiv3 {
        background-size: 26%;
    }
    .tstmnlCard{
        margin: 50px 20px !important;
    }
    .contactWrap {
        margin: 0px 12px;
        width: 93%;
        padding: 27px 5px;
    }
    .contactUsFrom .form-control {
        margin: 15px 0;

    }
    .title {
        font-size: 28px;
    }
    .mt-5{
        margin-top: 1rem !important;
    }
    .my-5{
        margin-top: 1rem !important;
    }
    .py-5{
        padding-top: 1rem !important;
    }
    .footerBTN{
        display: block;
        margin: auto;
    }
    

  }