/* ===========================================================================================================================

                ABOUT US PAGE DOWN HERE

=========================================================================================================================== */

.paddingTB60 {padding:60px 0px 60px 0px;}
.gray-bg {background: #F1F1F1 !important;}
/* .about-title {} */
.about-title h1 {color: #535353; font-size:45px;font-weight:600;  font-family: Poppins, 'sans-serif';}
.about-title span {color: #ffb600; font-size:45px;font-weight:700; }
.about-title h3 {color: #535353; font-size:23px;margin-bottom:24px;  font-family: Poppins, 'sans-serif';}
.about-title p {color: #5e5e5e;line-height: 1.8;margin: 0 0 15px; text-align: justify;  font-family: Poppins, 'sans-serif';}
.about-paddingB {padding-bottom: 12px; color:#f39c12; font-weight: 500; margin-top: 12px; text-align: justify;}
.about-img img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    /* padding-left: 57px;  */
    /* margin-top: 8rem; */
}

/* Social Icons */
.about-icons {margin:48px 40px 48px 0px ; text-align: center;}
.about-icons i{margin-right: 10px;padding: 0px; font-size:35px;color:#323232;box-shadow: 0 0 3px rgba(0, 0, 0, .2);}
.about-icons li {margin:12px;padding:0;display:inline-block; }
#social-fb:hover {color: #3B5998;transition:all .001s;}
#social-tw:hover {color: #4099FF;transition:all .001s;}
#social-gp:hover {color: #d34836;transition:all .001s;}
#social-em:hover {color: #f39c12;transition:all .001s;}

/* ===========================================================================================================================

                ABOUT US PAGE ABOVE HERE

=========================================================================================================================== */

/* ===========================================================================================================================

                TEAM PAGE BELOW HERE

=========================================================================================================================== */

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.social-link {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.social-link:hover {
    background-color: #ffb600;
}



/* ===========================================================================================================================

                TEAM PAGE ABOVE HERE

=========================================================================================================================== */

/* ===========================================================================================================================

                GALLERY BELOW HERE

=========================================================================================================================== */

.card-img-top {
  height: 300px;
  object-fit:cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Add transition for transform and box-shadow */
  border-radius: 4px 4px 0 0;
}

.card-img-top:hover {
    transform: scale(1.01); /* Slight zoom effect */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow on hover */
}


/* ===========================================================================================================================

                GALLERY ABOVE HERE

=========================================================================================================================== */

/* ===========================================================================================================================

                PROJECTS BELOW HERE

=========================================================================================================================== */


  .project-info-box {
    margin: 8px 0;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 3px;
  }

  .project-info-box p {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5dadb;
  }

  .project-info-box p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .list-project > .project-img > img {
      width: 100%;
      max-width: 100%;
      height: 400px;
  }
  .rounded {
      border-radius: 5px !important;
  }






/* ===========================================================================================================================

                PROJECTS ABOVE HERE

=========================================================================================================================== */

/* ===========================================================================================================================

                SERVICES BELOW HERE

=========================================================================================================================== */

#services .services-top {
    padding: 20px 0 50px;
}
#services .services-list {
    padding-top: 30px;
}
.services-list .service-block {
    margin-bottom: 25px;
}
.services-list .service-block .ico {
    font-size: 38px;
    float: left;
}
.services-list .service-block .text-block {
    margin-left: 58px;
}
.services-list .service-block .text-block .name {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
}
.services-list .service-block .text-block .info {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.services-list .service-block .text-block .text {
    font-size: 120%;
    line-height: normal;
    font-weight: 300;
}
.highlight {
    color: #ffb600;
    font-weight:bold;
}

.service-img {
    width: 700px;
    height: 400px;
}

/* ===========================================================================================================================

                SERVICES ABOVE HERE

=========================================================================================================================== */


/* ===========================================================================================================================

                CLIENTS BELOW HERE

=========================================================================================================================== */
.testimonial-card .card-up {
    height: 120px;
    overflow: hidden;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .testimonial-card .avatar {
    width: 250px;
    margin-top: -60px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
  }

.testimonial-card{
    border: 2px solid black;
}


.img-fluid {
    height: 200px;
    width:100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Add transition for transform and box-shadow */
}.img-fluid:hover {
    transform: scale(1.05); /* Slight zoom effect */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow on hover */
}

.serv_ind_image{
    height: 500px;
}

/* ===========================================================================================================================

                CLIENTS ABOVE HERE

=========================================================================================================================== */

/* ===========================================================================================================================

                CONTACT BELOW HERE

=========================================================================================================================== */

.contact-form{
    background: #fff;

    margin-bottom: 5%;

    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;

}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding-bottom: 14%;
    /* padding-right: 14%; */
    /* padding-left: 0; */
    padding-top: 5%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #056a88;
}
.contact-form .btnContact {
    width: auto;
    border: none;
    border-radius: 1rem;
    padding: 3%;
    background: #056a88;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.contactButton {
    display: flex;
    justify-content: center;
}

.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #056a88;
    border: none;
    cursor: pointer;
}
.btnContactSubmit:focus, .btnContactSubmit:active, .btnContactSubmit:hover{
    background-color: #24aae1 !important;
}
.contact-form .btnContact:focus, .contact-form .btnContact:active, .contact-form .btnContact:hover{
    background-color: #24aae1 !important;
}
   

/* ===========================================================================================================================

                CONTACT ABOVE HERE

=========================================================================================================================== */

/* ===========================================================================================================================

                SINGLE SERVICE  BELOW  HERE

=========================================================================================================================== */

.single-service-container{
    display: flex;
}

.other-posts{

    padding: 10px;
    height: fit-content;
    line-height: 2rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.other-posts h5 {
    text-align: center;
    color:  #056a88;
    font-family: Poppins, 'sans-serif';
}
.other-posts a:hover{
    color:#24aae1;
}

.service-text {
    width: 43.5rem;
}

/* ===========================================================================================================================

                SINGLE SERVICE ABOVE HERE

=========================================================================================================================== */



@media only screen and (max-width: 600px) {
    .about-icons{
        margin-left: 12vw;
    }

    .about-img{
        padding-left: 0;
        margin-top: 0;
    }

    .service-img{
        width: 250px;
        height: 200px;
    }

    .single-service-container{
        flex-direction: column;
        padding: 0;
    }

    .other-posts{
        width: 80%;
    }

    .service-text{
        width: 100%;
    }
}

/* ==============================================================================================================================

    FOR GALLERY

=============================================================================================================================== */
/* For The image section */

.accordion {
    width: 100%;
    max-width: 100%;
    height: 250px;
    overflow: hidden;
    margin: 0px auto;
}

.accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
}

.accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
}

.accordion ul li div a {
    display: block;
    height: 250px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
}

.accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
}

.accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
}


.accordion ul:hover li,
.accordion ul:focus-within li {
    width: 8%;
}

.accordion ul li:focus {
    outline: none;
}

.accordion ul:hover li:hover,
.accordion ul li:focus,
.accordion ul:focus-within li:focus {
    width: 60%;
    background-size: cover;
}

.accordion ul:hover li:hover a,
.accordion ul li:focus a,
.accordion ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
}

.accordion ul:hover li:hover a *,
.accordion ul li:focus a *,
.accordion ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.accordion ul:hover li {
    width: 8% !important;
}

.accordion ul:hover li a * {
    opacity: 0 !important;
}

.accordion ul:hover li:hover {
    width: 60% !important;
}

.accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.4);
}

.accordion ul:hover li:hover a * {
    opacity: 1 !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.gallery_image{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
  }

  /* For VideoSection */
  .video_card iframe{
    height: 300px;
  }
  .vid_desc{
    font-size: 16px;
    font-weight: 600;
    color: #0b1f6d;
  }
