@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
a {
    text-decoration: none;
}

p{
    color: #b3abab;
}

h2{
    font-size: 42px;
    text-transform: uppercase;
}
h2 span{
    color: #149a9b;
    line-height: 1.6;
}

.dropdown-menu {
  top: 100% !important;
  left: 0 !important;
  transform: translateY(0) !important;
  will-change: transform !important;
}

.dropdown-menu.show {
  max-height: none !important;
  overflow: visible !important;
}
li{
    list-style: none;
}
.ms-2 {
    margin-left: -0.5rem !important;
}
/* <!-- ===============================================================TOP HEADER SECTION START=================================================================== --> */

.top-head {
    background-color: #149a9b;
    display: flex;
    z-index: 9999;
    position: fixed;
}

.fa-facebook-f,.fa-whatsapp,.fa-instagram,.fa-pinterest-p,.fa-linkedin-in{
    /* margin: 1%; */
    color: white;
    font-size: 18px;
}

.fa-facebook-f:hover,.fa-whatsapp:hover,.fa-instagram:hover,.fa-pinterest-p:hover,.fa-linkedin-in:hover,.fa-phone-alt:hover,.fa-envelope:hover{
    color: rgb(0, 0, 0);
    transition: 0.5s;
    transform: scale(1, 1);
}

.a_icon{
    margin: 1%;
}



.nbr {
    color: white;
    font-size: 15px;
    /* margin-left: 10%; */
}


.dv-hed {
    margin-left: 10%;
}

.nbr:hover {
    color: rgb(0, 0, 0);
    transition: 0.5s;
}

.social-ic {
    display: flex;
    justify-content: end;
    margin-right: 8%;
}

.nav-item.dropdown {
    display: flex;
    align-items: center;
  }
  .nav-item.dropdown .nav-link {
    flex-grow: 1;
  }
  .nav-item.dropdown .dropdown-toggle {
    margin-left: auto;
    padding: 0;
    border: none;
    background-color: transparent;
  }

/* <!-- ===============================================================TOP HEADER SECTION END=================================================================== --> */

/* =====================================================================NAVBAR SECTION START ============================================================================= */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) { 
   a#first {
    margin-top: 27%;
}
 .nav-item.dropdown {
    margin-top: 1%;
    margin-7top: -5%;
    display: flex;
    align-items: center;
}
 a#five {
    margin-top: 23px;
}
 a#six {
    margin-top: 23px;
}
 a#second {
    margin-top: 21px;
}
.logo-tanmay {
        width: 16%;
        margin-top: 2%;
    }
}
.fixed-top {
    position: fixed;
    top: 24px;
    /* top: 100px; */
    right: 0;
    left: 0;
    z-index: 1030;
}

/* .logo-bequip {

    width: 200px;
    margin-left: 10%;
} */


/* .navbar-expand-lg .navbar-nav{
    margin-top: 2%;

} */


.logo-tanmay{
    width: 13%;
    margin-left: 4rem;
    margin-top: 1%;
}

.nav-link {
    color: rgb(255, 255, 255) !important;
    font-size: 16px;
    font-weight: 500;
    margin: 14px;
    text-transform: capitalize;
}

.nav-link:hover{
color: #149a9b !important;
transition: 0.5s;
transform: translateX(8px);
}

.a-button {
    background-color: #1A1850;
    color: #ffffff;
    text-align: center;
    margin: 14px;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;

}


.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgb(20 154 155);
}
.dropdown-item{
    text-transform: uppercase;
}

/* 
    .a-button{
        background-color: #1A1850;
        width: 105px;
        padding: 10%;
        color: white;
        text-align: center;
        margin: 14px;
    } */
/* 
.get-quote {
    font-size: 16px;
    font-weight: 500;
    color: white;

} */

/* ===========================================================NAVBAR SECTION END ============================================================================= */


.h2_caro{
    font-size: 61px;
    text-transform: capitalize;
    font-weight: 300;

}

.carousel-caption{
    text-align: left;
    padding-bottom: 15.25rem;

}

.back-txt{
    background-color: #0000007d;
    width: 80%;
    height: 271px;
    padding: 4%;

}



/* ===========================================================ABOUT SECTION START  ============================================================================= */

.section_padd{
    padding-top: 5%;
}

.h2_abt{
    font-size: 42px;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 500;
}
.h2_abt span{
    color: rgb(20 154 155);
}
.arrow-ic{
    width: 5%;
    transform: rotate(95deg);
}

.li-about{
    font-size: 20px;
}
.p-about{
    color: #b3abab;
    margin-left: 5%;
}
.ul_li_abt{
    margin-left: -6%;
}
.abt-img{
    width: 100%;
}










.area_img img {
    margin-left: 16px;
    position: relative;
}

.area_img {
    position: relative;
}

.area_img:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 32px;
    width: 650px;
    height: 379px;
    /* border: 3px solid rgb(20 154 155); */
    background: rgb(20 154 155);
    /* animation: 3s shaking;
    animation-iteration-count: infinite; */
}

.image_wrap {
    position: relative;
}

.image_wrap:before {
    content: '';
    position: absolute;
    top: -54px;
    left: 83px;
    background-image: radial-gradient(#e2e2e2 20%, #ffffff 20%);
    background-position: 0 0;
    background-size: 16px 16px;
    height: 374px;
    width: 100%;
    /* width: 658px;
    height: 523px;
    border: 3px solid rgb(20 154 155);
    animation: 3s shaking;
    animation-iteration-count: infinite; */

}


@keyframes shaking {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(5px)
    }

    50% {
        transform: translateX(0px)
    }

    75% {
        transform: translateX(5px)
    }

    100% {
        transform: translateX(0)
    }
}

.image-large {
    position: relative;
}

.image-large .bg-img {
    position: relative;
}

.image-large .bg-img:before {
    content: "";
    position: absolute;
    width: 360px;
    height: 157px;
    border: 2px solid #090909;
    top: -8px;
    left: -8px;
    z-index: -1;
    /*
    animation: 3s shaking;
    animation-iteration-count: infinite;*/
}

/* ===========================================================ABOUT SECTION END  ============================================================================= */
/* ===========================================================PARALLAX SECTION START   ======================================================================== */


.parallax {
    /* The image used */
    background-image: url("../images/cozy-lively-home-interior-design.jpg");
    /* background-color: #000000; */
  
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    text-align: center;
    padding-top: 8%;
  }

  .h2-parallax{
    font-size: 93px;
    text-transform: uppercase;
    /* letter-spacing: 3px; */
    letter-spacing: 77px;
  }
  .parallax-bg{
    height: 639px;
    background-color:rgb(255, 255, 255);
    /* font-size:36px */
  }

  .h6_project{
    margin-top: 22%;
  }

  .h6_project_home{
    margin-top: 10%;
    color: rgb(20 154 155);
  }

  .fa-truck{
    font-size: 21px;
  }

  .ul_li{
    margin-left: -4%;
  }

  .img-abt{
    width: 94%;
    margin-top: 10%;
  }



  .h1-parallax {
    font-size: 5em;
    color: white;
    text-transform: uppercase;
  }
  
  .h1-parallax span {
    border-right: .05em solid;
    animation: caret 1s steps(1) infinite;
  }
  
  @keyframes caret {
    50% {
      border-color: transparent;
    }
  }

  .area_img img2 {
    margin-left: 16px;
    position: relative;
}

.area_img2 {
    position: relative;
}

.area_img2:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 566px;
    width: 270PX;
    height: 270PX;
    /* border: 3px solid rgb(20 154 155); */
    background: rgb(20 154 155);
    animation: 3s shaking;
    animation-iteration-count: infinite;
    border-radius: 137px;
}

.image_wrap2 {
    position: relative;
}

/* .image_wrap2:before {
    content: '';
    position: absolute;
    top: -37px;
    left: 83px;
    background-image: radial-gradient(#000000 20%, #ffffff 20%);
    background-position: 0 0;
    background-size: 16px 16px;
    height: 355px;
    width: 100%;


} */
.grow-img2{
    position: relative;
    width: 100%;
    /* width: 513px;
    height: 500px; */
    /* margin-left: 26%; */
    margin-top: 15%;
}
.h6_project{
    color: rgb(20 154 155);
    margin-top: 13%;
    

}
.fa-lightbulb{
    font-size: 26px;
}

.fa-lightbulb:hover{

    color: rgb(20 154 155);
    transition: 0.5s;
    transform: translateX(8px);
}

.li_p{
    width: 95%;
    font-size: 15px;
    color: #817979;

}


.card-img-top{
    width: 100%;
    height: 467px;
}




.flip-card {
    background-color: transparent;
    width: 300px;
    /* height: 300px; */
    height: 467px;

    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    min-width: 422px;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #bbb;
    color: black;
  }
  
  .flip-card-back {
    background-color: rgb(20 154 155);
    color: white;
    transform: rotateY(180deg);
  }

  .project_name{
    margin-top: 49%;
    text-transform: uppercase;
  }

  .project_p{
    color: white;
  }
  .h2_ourproject{
    width: 75%;
  }



  






/* ===========================================================PARALLAX SECTION END   ======================================================================== */


/* <!-- =============================================================== CALL TO ACTION SECTION START  ========================================================== --> */

.h2_calltoaction{
    color: white;
    padding-top: 9%;
    width: 86%;
    text-transform: capitalize;
    margin-left: 11%;

}

.back-calltoaction {
    background-image: url('../images/michael-sch.jpg');
    width: 100%;
    height: 294px;
    background-position: center;
    background-size: cover;

}

/* .p-calltoaction {
    color: white;
    margin-top: 7%;
    margin-left: 10%;
} */

.h2-calltoaction {
    color: white;
    font-size: 58px;
    font-weight: 500;
    margin-left: 10%;

}

.button-calltoaction {
    background-color: #ffffff;
    border-color: #ffffff;
    color: rgb(20 154 155);
    font-weight: 600;
    border-radius: 0;
    height: 50px;
    width: 162px;
    text-transform: capitalize;
    /* text-transform: uppercase; */
    /* margin-top: 39%; */
    margin-top: 30%;
}

.button-calltoaction:hover {
    background-color: #ffffff;
    border-color: #ffffff;


}


/* <!-- =============================================================== CALL TO ACTION SECTION END  ========================================================== --> */


/* ===========================================================FOOTER SECTION START  =================================================================== */


footer{
    background-color: black;
}
.border-btm_footer{
    border-bottom: 1px solid #149a9b !important;
}

.fb_footer{
    color: white;
}

.fb_footer:hover{
    color: #149a9b;
}

.quick-links:hover{
    color: #149a9b !important;
    /* transition: 0.5s; */

}
.p-links:hover{
    transition: 0.5s;
    transform: translateX(8px);
    color: #149a9b !important;
    
}

.h5_add{
    width: 100%;
}




/* ===========================================================FOOTER SECTION END  =================================================================== */
/* ===========================================================CONTACT PAGE START =================================================================== */



.brudcum_contact{
background-image: url('../images/alessandra-onisor-uH9gcWRCN6s-unsplash.jpg');
background-position:center;
background-size: cover;
height: 300px;
width: 100%;
}
.h3-contact{
    color: white;
padding-top: 10%;
text-align: center;
text-transform: capitalize;
}


.h2-get{
    margin-top: 10%;
}

.form-control{
    border: 2px solid #149a9b;
    border-radius: 0;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #149a9b !important;
    outline: 0;
    box-shadow: unset !important;
}

.btn-contact{
    background-color: #212529;
    color: #149a9b;
    border-radius: 0;
    text-transform: capitalize;
    width: 28%;
    font-size: 20px;
    font-weight: 500;
}

.btn-contact:hover{
    color: white;
    transition: 0.5s;
    transform: translateX(8px);
}

.h5-contact{
    margin-top: 10%;
    line-height: 1.6;
}

.address-section{
    margin-left: 18%;
}

.h5-contact:hover{
    transition: 0.5s;
    transform: translateX(8px);
    color: #149a9b;
}

.a_h5_contact{
    color: black;
}

/* ===========================================================CONTACT PAGE END =================================================================== */

.ul_li_home{
    display: flex;
}
.carousel-item img{
    display: block;
    width: 100%;
}


/* ===========================================================ABOUT SECTION START   =================================================================== */

.about_brudcum{
    background-image: url('../images/lights-night-city.jpg');
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;

}

.text_brudcum{
    color: white;
    padding-top: 11%;
    text-transform: capitalize;
    text-align: center;
}
/* .text_brudcum:hover{
    transition: 0.5s;
    transform: translateX(8px);
} */


/* .light-abt{
    width: 100%;
} */



.parallax-2 {
    /* The image used */
    background-image: url("../images/christmas-tree.jpg");
    /* background-color: #000000; */
  
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    text-align: center;
    padding-top: 8%;
  }


  .parallax-card{
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 13%);
  }
  .img_parallax{
    width: 27%;
  }

  .h4_card_parallax{
    color: #ffffff;
    text-transform: uppercase;
  }



  /* OUR TEAM SECTION START  */


.bg_team{
    background-color: #149a9b;
}

.card.card-team{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    border: none;
    /* font-family: arial; */
  }
  
  .title {
    color: grey;
    font-size: 18px;
  }

  .icon_card{
    color: black;
    margin: 3%;
  }
  .team_abt{
    padding-top: 3%;
    /* padding-bottom: 2%; */
    color: white;
  }

  .h1_name{
    font-size: 28px;
    margin-top: 4%;
    text-transform: uppercase;
  }

  p.title.ptitle {
    font-size: 16px;
}


.p-team{
    color: white;
}


.h6_project_about{
    color: #149a9b;

}

  /* .card.card-team {
    text-align: center;
} */





  /* OUR TEAM SECTION END  */


/* <!-- =============================================================== TESTIMONIAL SECTION START  ========================================================= --> */

.testimonial-card {
    display: flex;

}

.card-test {
    width: 464px;
    padding-top: 1%;
    height: 326px;
    border: 1px solid rgb(20 154 155 / 39%);

}

.h5-name {
    color: #1A1850;
    text-align: left;
    padding: 6%;
    text-transform: uppercase;
}

.p-name {
    font-size: 14px;
    text-align: left;
    margin-top: -9%;
    margin-left: 7%;
    text-transform: uppercase;
}

.li-testcard {
    margin-left: 0%;
    width: 100%;
}

.card-cont {
    padding: 16px;

}

.p-card-testimonial {
    font-size: 15px;
}

.quot-img {
    margin-bottom: 10px;

}





/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}



















/*LOGO SLIDER*/


/*keyframe animations*/

@keyframes moveSlideshow {
    100% {
        transform: translateX(-66.6666%);
    }
}



.box {
    flex: 0 0 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box+.box {
    margin-left: 10px;
}

/* .box+.box {
    margin-left: 50px;
} */

.images {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
    animation: moveSlideshow 35s linear infinite;
    background-color: #fff;
}

.uses_slideshow {
    height: 340px;

    margin: 10px;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.img-tst{
    width: 20%;
}





/* <!-- =============================================================== TESTIMONIAL SECTION END  ========================================================= --> */






.grow-img3 {
    position: relative;
    width: 100%;
    /* margin-left: 26%; */
    margin-top: 16%;
}


.parallax-bg2{
    height: 639px;
    background-color:rgb(255, 255, 255);
    /* font-size:36px */
  }
















/* ===========================================================ABOUT SECTION END   =================================================================== */






.p-caro{
    color: white;

}


.footer-cpyright{
    font-size: 12px;

}

.footer-icon{
    width: 39%;
}

.h6_footer{
    font-size: 18px;
    color: #149a9b;
}


.icon-phn{
    transform: rotate(87deg);
    margin-top: 1.5%;
}

.icon-phn:hover{
    transform: rotate(87deg);

}










.navbar-toggler{
    margin-left: 76%;
}


.add-se{
    margin-top: 12%;

}


.light-abt{
    margin-top: 3%;
}







/* ===========================================================RESPONSIVE SECTION START  =================================================================== */

@media only screen and (max-width:374px) {

ul.dropdown-menu.dropdown-menu-dark.show li a {
    font-size: 12px;
}

    .back-txt {
        height: 190px;
    }

    .h5-contact,.h5_add {
        font-size: 13px;
        width: 100%;
    }


    .grow-img3 {
        margin-top: 0%;
    }


    .h2-help{
        font-size: 28px !important;
    }

/* 
    .tst-img{
        margin-left: -32px;
    } */


    .card-test {
        width: 269px !important;
        height: 370px !important;
        text-align: center !important;
    }
    .h5-name,.p-name,.p-card-testimonial{
        text-align: center !important;

    }
    .quot-img{
        display: none !important;
    }
    .uses_slideshow {
        height: 384px !important;
    }
    .testimonial-card {
    display: block !important;
    }
    .parallax-bg2 {
    height: 1501px !important;
    }
    .card-cont {
        padding: 2px !important;
    }

    .parallax-2{
        min-height: 842px !important;
    }


    .light-abt{
        width: 100% !important;
    }

    .about_brudcum {
        height: 300px !important;
    }

    .text_brudcum {
        padding-top: 54% !important;
    }
    .h2-about{
        font-size: 28px !important;
    }

    .back-txt {
        width: 100%;
    }







    .h2_calltoaction {
        width: 100% !important;
        font-size: 20px !important;
        margin-left: 0% !important;

    }

    .button-calltoaction {
        margin-top: -10% !important;
        font-size: 14px !important;
    }

    .h2_caro {
        font-size: 27px !important;
        /* font-size: 32px !important; */
    }

    .carousel-caption{
        padding-bottom: 6.25rem !important;
    }

    .navbar-brand{
        height: 57px !important;
    }

    .logo-tanmay {
        width: 29% !important;
        margin-left: 0rem !important;
        margin-top: 2% !important;
    }





    .social-ic{
        display: none;
    }
    .dv-hed{
        margin-left: 3% !important;
        width: 100% !important;
    display: block !important;
    }

    .h3-contact {
        padding-top: 59% !important;
    }

    .h2-get{
        font-size: 28px !important;
    }

    .btn-contact {
        width: 45% !important;
    }

    .address-section {
        margin-left: 1% !important;
    }


    .carousel-item img{
        width: 100% !important;
        margin-top: 32% !important;
        /* margin-top: 40% !important; */
        /* margin-top: 54%; */
        min-height: 400px !important;
        object-fit: cover;
    }

    .h2_abt {
        font-size: 28px !important;
    }
    .arrow-ic {
        width: 8% !important;
    }
    
    .li-about {
        font-size: 18px !important;
    }

    .image_wrap {
        margin-top: 21% !important;
}

.area_img:before{
    top: 19px !important;
    left: 17px !important;
    width: 287px !important;
    height: 188px !important;

}

.image_wrap:before {
    height: 193px !important;
    width: 81% !important;
    top: -5px !important;
    left: 78px !important;

}

.area_img img {
    margin-left: 0px !important;
    margin-top: -18% !important;
}

.parallax {
    min-height: 202px !important;
    padding-top: 9% !important;

}

.h1-parallax {
    font-size: 2em !important;
    margin-top: 16% !important;
}
.h2_parallax{
    
    font-size: 21px !important;
}
.ul_li_home{
    display: block !important;
}

.flip-card-inner {
    /* min-width: 305px !important; */
    min-width: 100% !important;
    margin-left: 6% !important;
}

.parallax-bg {
    height: 1350px !important;
}

.h2_ourproject {
    width: 100% !important;
    font-size: 25px !important;
}

.h6_project_home {
    margin-top: 0% !important;
}

.nbr{
font-size: 10px;
}

.navbar-light .navbar-toggler{
    border-color: rgb(20 154 155);
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/download.png');
}





}
@media screen and (min-width: 375px) and (max-width: 424px) {


    .parallax-2 {
        min-height: 871px !important;
    }



    .back-txt {
        width: 100%;
        height: 182px;
    }

    .navbar-light .navbar-toggler{
        border-color: rgb(20 154 155);
    }
    
    .navbar-light .navbar-toggler-icon {
        background-image: url('../images/download.png');
    }
    


    .light-abt{
        width: 100% !important;
    }

    .about_brudcum{
        height: 300px !important;
    }

    .text_brudcum {
        padding-top: 54% !important;
    }

    .h2-about{
        font-size: 28px !important;
    }

    .parallax-bg2 {
        height: 1552px !important;
    }

    .card-test {
        width: 323px !important;
        text-align: center !important;
        height: 345px !important;
    }
    .uses_slideshow {
        height: 369px !important;
    }
    .testimonial-card {
        display: block !important;
    }

    
    .h5-name,.p-name{
        text-align: center !important;

    }
    .quot-img{
        display: none !important;
    }














    .area_img img {
        margin-left: 0px !important;
        margin-top: 2% !important;
    }

    .area_img:before {
        width: 352px !important;
        height: 244px !important;
        top: 27px !important;
        left: 5px !important;
    }

    .carousel-item {
        /* margin-top: 37%; */
        margin-top: 34% !important;
    }

    .parallax-bg {
        height: 1383px !important;
    }

    .ul_li_home {
        display: block !important;
    }

    .image_wrap:before{
        height: 239px !important;
        top: -7px !important;
        left: 17px !important;
    }

    .flip-card-inner{
        min-width: 100%;
        /* min-width: 340px !important; */
        margin-left: 11% !important;
    }
    .social-ic{
        display: none !important;

    }

    .h2_abt {
        font-size: 28px !important;
    }

    .h6_project_home {
        margin-top: 0% !important;
    }

    .parallax {
        min-height: 169px !important;
        padding-top: 15% !important;
    }

    .h1-parallax {
        font-size: 2em !important;
    }

    .h2_parallax{
        font-size: 28px !important;
    }

    .h2_ourproject {
        width: 100% !important;
        font-size: 28px !important;
    }

    .h2_calltoaction {
        width: 100% !important;
        font-size: 21px !important;
        margin-left: 0% !important;
    }

    .button-calltoaction {
        font-size: 13px;
    }

    .button-calltoaction {
        margin-top: 0% !important;
    }

    .back-calltoaction {
        height: 344px !important;
    }


    .carousel-item img{
        min-height: 350px !important;
        object-fit: cover !important;
    }

    .carousel-caption{
        padding-bottom: 5.25rem !important;
    }

    .h2_caro {
        font-size: 29px !important;
        /* font-size: 40px !important; */
    }

    .logo-tanmay {
        width: 22% !important;
        margin-left: 0rem !important;
        margin-top: 4% !important;
    }

    .navbar-brand{
        height: 60px !important;
    }

    .nbr {
        font-size: 10px !important;
    }

    .dv-hed {
        margin-left: 5% !important;
    }

    .h2-help{
        font-size: 28px;

    }






}
@media only screen and (max-width: 600px) {


    .back-txt {
        width: 100%;
        height: 229px;
    }

    .navbar-light .navbar-toggler{
        border-color: rgb(20 154 155);
    }
    
    .navbar-light .navbar-toggler-icon {
        background-image: url('../images/download.png');
    }
    

    .h2_calltoaction{
        margin-left: 0;
        width: 100%;

    }

    .button-calltoaction {
        font-size: 15px;
    }

    .light-abt{
        width: 100%;
    }

    .about_brudcum{
        height: 300px;
    }

    .text_brudcum {
        padding-top: 43%;
    }

    .parallax-2{
        min-height: 763px;
    }

    .parallax-bg2 {
        height: 1376px;
    }

    .card-test {
        width: 281px;
        height: 411px;
    }

    .testimonial-card {
        display: block;
        text-align: center;
    }

    .h5-name,.p-name,.p-card-testimonial{
        text-align: center;
    }

    .uses_slideshow {
        height: 420px;
    }

    .quot-img{
        display: none;
    }
    

























    .area_img:before {
        width: 388px;
        height: 261px;
        top: 30px;
        left: 0px;
        display: none;
      

    }

    .image_wrap:before{
        left: 0px;
        height: 273px;
        top: -8px;
        display: none;
      
    }
    .social-ic{
        display: none;
    }

    .carousel-item img {
        min-height: 426px;
        object-fit: cover;
    }

    .area_img img {
        margin-top: 10%;
        margin-left: 0px;
    }

    .ul_li_home {
        display: block;
    }

    .parallax-bg {
        height: 1356px;
    }

    .h2_abt,.h2_parallax,.h2_ourproject,.h2_calltoaction {
        font-size: 26px;
    }

    .h1-parallax {
        font-size: 2em;
    }

    .parallax {
        min-height: 200px;
        padding-top: 18%;
    }

    .h2_ourproject {
        width: 100%;
    }

    .button-calltoaction {
        margin-top: -6%;
    }

    .flip-card-inner{
        min-width: 100%;
        margin-left: 16%;
        /* min-width: 406px; */
    }

    .dv-hed {
        margin-left: 5%;
    }

    .navbar-brand {
        height: 50px;
    }

    .logo-tanmay {
        width: 20%;
        margin-left: 0rem;
    }    

    .h2_caro {
        font-size: 36px;
    }

    .carousel-caption{
        padding-bottom: 0.25rem;
    }

    .nbr{
        font-size: 12px;
    }





}
/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) { */
@media screen and (min-width: 768px) and (max-width: 991px) {



    .back-txt {
        width: 100%;
        height: 182px;
    }

    .navbar-light .navbar-toggler{
        border-color: rgb(20 154 155);
    }
    
    .navbar-light .navbar-toggler-icon {
        background-image: url('../images/download.png');
    }
    


    .light-abt{
        width: 100%;
    }

    .about_brudcum{
        height: 300px;
    }

    .text_brudcum{
        padding-top: 24%;
    }

    .parallax-2 {
        min-height: 1027px;
    }

    .parallax-bg2 {
        height: 1464px;
    }



    .navbar-toggler {
        margin-left: 90%;
    }




    .nbr {
        display: contents;
        font-size: 11px;
    }

    .area_img:before{

    }


    .parallax-bg {
        height: 1639px;
    }    

    .area_img img {
        margin-left: 0px;
        margin-top: 10%;

    }

    .image_wrap:before{
        top: 16px;
        left: 25px;
    }

    .area_img:before {
        top: 56px;
        left: 34px;
        width: 671px;
        height: 379px;
    
    }

    .parallax{
        min-height: 298px;

        padding-top: 14%;
    }

    .h1-parallax{
        font-size: 3em;
    }

    .carousel-item img {
        margin-top: 17%;

    }

    .carousel-caption {
        padding-bottom: 5.25rem;
    
    }

    .h2_caro {
        font-size: 38px;
    }

    .flip-card{
        margin-left: 21%;
    }

    .h2_abt {
        font-size: 36px;
    }

    .h6_project_home {
        margin-top: 0%;
    }

    .h2_calltoaction {
        font-size: 28px;
        width: 100%;

    }

    .back-calltoaction{
        height: 174px;
    }

    .navbar-brand{
        height: 56px;
    }
    .logo-tanmay{
        margin-left: 0rem;
        margin-top: 1%;
        margin-bottom: 1%;
        width: 11%;
    }

    .h2_ourproject {
        width: 100%;
        font-size: 37px;
    }



}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px)and (max-width:1199px) {


    .back-txt {
        width: 100%;
        height: 179px;


    }


    .light-abt{
        width: 100%;

    }

    .h2-about{
        font-size: 23px;

    }

    .about_brudcum {
        height: 300px;
    }

    .text_brudcum {
        padding-top: 20%;
    }


    .grow-img3{
        margin-top: 33%;
    }

    .parallax-bg2 {
        height: 745px;
    }

    .card.card-team{
        max-width: 403px;
    }






















    .area_img:before {
        top: -12px;
        left: 19px;
        width: 447px;
        height: 274px;
    }

    .image_wrap:before {
        height: 194px;
        top: -40px;
        left: 29px;
    }

    .flip-card-inner {
        min-width: 296px;
    }

    .h2_abt,.h2_parallax,.h2_ourproject,.h2_calltoaction {
        font-size: 23px;
    }

    .area_img img {
        margin-left: 0px;
    }

    .li-about {
        font-size: 18px;
    }

    .parallax {
        min-height: 299px;
        padding-top: 10%;
    }

    .parallax-bg {
        height: 601px;
    }

    .back-calltoaction {
        height: 163px;
    }

    .button-calltoaction{
        margin-top: 6%;
    }

    .h6_project_home {
        margin-top: 0%;
    }

    .logo-tanmay {
        width: 48%;
        margin-left: 1rem;
    }

    .navbar-brand{
        height: 50px;
    }

    /* .nav-link{
        font-size: 12px;
        margin: 0px;
    } */
/* 
    .nav-link {
  font-size: 12px;
    } */

    .nav-link:hover{
        transform: unset;
    }

    .nav-link{
        font-size: 12px;
    }

    .nav-link{
        width: 100%;
        margin-left: -1%;
    }
    .nav-item{
        margin-left: -1%;

    }

    .navbar-brand {
        height: 94px;
    }
    .logo-tanmay {
        width: 21%;
    }

    .top-head {
        padding-top: 10px;
    }

    .carousel-caption {
        padding-bottom: 4.25rem;
    }
    .h2_caro {
        font-size: 50px;
    }


    .h1-parallax {
        font-size: 3em;}

}

/* @media only screen and (min-width: 1200px) { */
@media only screen and (min-width: 1200px)and (max-width:1399px) {

    .back-txt{
        width: 100%;
        height: 199px;
    }


    .h3-contact{
        padding-top: 16%;
    }

    .h1-parallax {
        font-size: 3em;}



    .light-abt{
        width: 100%;
        margin-top: 10%;
        height: 517px;
        object-fit: cover;

    }

    .about_brudcum {
        height: 320px;
    }

    .text_brudcum {
        padding-top: 16%;
    }

    .h2_caro{
        font-size: 48px;
    }

    .card.card-team {
        max-width: 400px;
    }

    .h2-about{
        font-size: 36px;
    }


    .navbar-expand-lg .navbar-nav {
        /* padding-top: 4%; */
    }
















    .area_img:before {
        top: -13px;
        left: 32px;
        width: 542px;
        height: 367px;
    }

    .image_wrap:before {
        top: -42px;
        left: 53px;
    }
    .flip-card-inner {
        min-width: 362px;
    }

    .parallax {
        min-height: 361px;
        padding-top: 10%;
    }

    .h2_abt,.h2_parallax,.h2_ourproject,.h2_calltoaction {
        font-size: 29px;
    }

    .back-calltoaction {
        height: 200px;
    }

    .button-calltoaction {
        margin-top: 13%;
    }

    .carousel-caption {
        padding-bottom: 5.25rem;
    }

    /* .h2_caro {
        font-size: 65px;
    }    */
    
    .h6_project_home {
        margin-top: 0%;
    }

    .nav-link{
        width: 100%;
        margin-left: -1%;
    }
    .nav-item{
        margin-left: -1%; 
        
    }
.nav-item.dropdown .dropdown-toggle {
    margin-top: 16px;
    margin-left: auto;
    padding: 0;
    border: none;
    background-color: transparent;
}
    .navbar-nav .nav-link {
        margin-top: 0px;
    }

    .nav-item {
        margin-top: 3%;
    }

    /* .navbar-nav{
        margin-top: 2%;
    } */
    /* .nav-link{
        margin-top: 19%;
    } */

    .navbar-brand {
        height: 107px;
    }
    .logo-tanmay {
        width: 16%;
        margin-top: 2%;
    }
    .top-head{
        padding-top: 10px;

    }

    .navbar-expand-lg .navbar-nav {
        /* margin-top: 3%; */
    }
}





/* ===========================================================RESPONSIVE SECTION END =================================================================== */



















