/* common styles */
/* navbar */
:root{
    --tc-primary-500: #143055;
    --tc-primary-home: #143055;
}
.top-bar{
    background-color: #00a79d;
}
/* .top-bar .address,
.top-bar .email,
.top-bar .phone
{
        color: #171717;
}
.top-bar .address svg,
.top-bar .email svg,
.top-bar .phone svg
{
    fill: #171717;
} */
.navbar{
    background-color: #143055;
}
/* .navbar-brand img{
    height: 100%;
    width: 100%;
} */
  .navbar-brand.header-logo img{
     height: 65px !important;
     width: 100%;
 }

 /* .navbar-brand.footer-logo img{
     height: 85px;
     width: auto;
 } */
.box-contacts{
    background-color: #00a79d;
}
footer{
    background-color: #143055;
}
.list-tick-2-col li svg {
  fill:  #143055;
}
    .sub-heading-sm {
        font-size: 16px;
        /* line-height: 28px; */
        font-weight: 600;
    }
.card-project-3 .card-info{
    width: 100%;
    text-align: center;
    background-color: #00a79d;
}
.card-project-3 .card-image {
    overflow: hidden;
}

.card-project-3 .card-image img {
    transition: transform 0.5s ease-in-out;
}

.card-project-3 .card-image:hover img {
    transform: scale(1.1);
}

/* hero banner */
.title-banner {
    font-size: 60px;
    line-height: 70px;
    color: #FFF !important;
}

.banner-image-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: end;
    float: right;
    padding: 0;
}

.banner-image {
    background-color: #FFF;
    display: flex;
    justify-content: center;
    width: 33.33%;
    padding: 0;
}

.banner-image>img {
    height: 100px;
    width: auto;
}

/* slider box-our-teams */
.box-our-team {
    padding: 10px 0px 10px 0px;
}

.box-teams {
    margin-top: 0;
}

.slide-logos {
    height: 150px;
    width: auto;
}

.slide-logos img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.heading-lg {
    font-size: 16px;
    /* line-height: 40px; */
    font-weight: 700;
    font-family: var(--tc-body-font-family);
}
/* box-agency about section */
.box-agency {
    padding: 50px 0 10px 0;
    background-color: var(--tc-primary-500_2);
}
/* FAQ Section in index */
.box-faqs{
    background-image: url(../imgs/pages/faq/faq-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/* about section in index & about page  */
box-squares {
  position: relative;
  /* max-width: 500px; */
  width: 100%;
}

.item-square-1 {
  width: 100%;
  /* height: 495px; */
  background-color: var(--tc-primary-500);
  border-radius: 0px;
  /* max-width: 377px; */
}
.item-square-1 .item-square-1-image {
  width: 100%;
  /* height: 495px; */
  overflow: hidden;
  border-radius: 0px;
  position: relative;
  top: -30px;
  right: -30px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.item-square-1 .item-square-1-image img {
  height: 100%;
  width: auto;
}
/* service pages */
.service-detail-3 ul li {
    background: url(../imgs/pages/services/tick-linear.png) no-repeat;
    padding: 0px 0px 10px 45px;
    margin-bottom: 10px;
}
.bottom-left{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 60px;
    height: auto;
    left: 0;
    bottom: 20px;
    /* background-color: #00a79d; */
}
.bottom-left img{
    height: 45px;
    width: 45px;
    padding: 5px 0;
    object-fit: contain;
}
.bottom-left .call-button img{
    height: 40px;
    width: 40px;
    padding: 5px 0;
    object-fit: contain;
    display: none;
}



/* contact page */
.box-contact-red {
    background-color: #6699ff;
}

.card-contact {
    position: relative;
    padding: 40px;
}

.card-contact .card-image {
    margin-bottom: 20px;
}

.card-contact .card-image svg {
    fill: #6699ff;
    transition: 0.3s linear;
}

.card-contact .card-info h6 {
    margin-bottom: 20px;
}

.card-contact .card-info a {
    color: var(--tc-dark-950);
}

.card-contact .card-info a svg {
    margin-left: 5px;
    fill: var(--tc-dark-950);
}

.card-contact:hover {
    background-color: #143055;
}

.card-contact:hover .card-image svg {
    fill: var(--tc-theme-main);
    transform: rotateY(180deg);
    transition: 0.3s linear;
}

.card-contact:hover .card-info * {
    color: var(--tc-theme-main);
}

.card-contact:hover .card-info a {
    color: var(--tc-theme-main);
}

.card-contact:hover .card-info a svg {
    fill: var(--tc-theme-main);
}

/* Custom CSS for hover effect on table rows */
.card-contact:hover .card-info table td {
    background-color:  #143055;
    color: white;
}

/*breadcrumb banner image */
.box-faq-single-banner {
  background-image: url(../imgs/pages/faq/banner.jpeg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

.box-faq-single-banner-inner {
    padding: 150px 0px;
    background-size: cover;
    background-position: center center;
    background: #171717;
    background: linear-gradient(90deg, rgba(23, 23, 23, 1) 0%, rgba(33, 50, 40, 1) 7%, rgba(87, 199, 133, 0) 42%, rgba(237, 221, 83, 0) 100%);
}

/* Phone query */
@media screen and (max-width: 450px) {
    .box-banner{
        position: relative;
        /* min-height: fit-content; */
        padding: 100px;
        background: url(../imgs/pages/home1/banner.jpeg) no-repeat top center;
        background-size: cover;
    }

    .banner-image-box {
        display: flex;
        flex-direction: row;
        align-content: end;
        align-items: end;
        margin-top: 0;
        justify-content: center;
        flex-wrap: wrap;
        background-color: #FFF;
    }

    .banner-image {
        height: 100px;
        width: auto;
    }

    .box-faq-single-banner-inner {
        padding: 50px 0px;
        background-size: cover;
        background-position: center center;
    }

    .box-faq-single-banner-inner::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        height: 52px;
        width: 56px;
        background: url(../imgs/pages/faq/icon-1.png) no-repeat center;
    }

    .box-faq-single-banner-inner::after {
        content: "";
        position: absolute;
        right: 0px;
        bottom: 0px;
        height: 52px;
        width: 56px;
        background: url(../imgs/pages/faq/icon-2.png) no-repeat center;
    }

    .sub-heading-sm {
        font-size: 12px;
        /* line-height: 28px; */
        font-weight: 600;
    }
    .bottom-left .call-button img{
        display: block;
        height: 45px;
        width: 45px;
    }
}