/* ===========================*** DEVT:[A-101] ***=========================== */

:root {
   --indusA: #d52a29;
   --indusB: #333333;
   --indusC: #D9CDBF;
   --indusD: #52C1EA;
}

body { overflow-x: hidden !important; }

@keyframes mymove { from { bottom: 0px; } to { top: 100%; } }

body {
    width: 100%;
    height: 100%;
    position: relative;
    animation: mymove 5s 1000;
}

a { text-decoration: none; }

/* ============================== main-header area start=============================*/
.nav-mobile {
    display: none;
}
/* --------------!!! Header-Main-Menu Start !!!-------------- */
/* .main-header {
    position: fixed;
    left: 0;
    right: 0;
    padding: 10px 0;
    z-index: 1000;
} */
.main-header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0;
}
.header-left {
    width: 25%;
}
.header-left img {
    width: 100%;
}
.header-right {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}
.header-right .header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.header-top-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.header-top-01 span {
    border: 1px solid var(--indusB);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-top-01 span i {
    font-size: 14px;
    color: var(--indusB);
}
.header-top-01 a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.header-top-02 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.header-top-02 span {
    border: 1px solid var(--indusB);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-top-02 span i {
    font-size: 14px;
    color: var(--indusB);
}
.header-top-02 a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.header-top-03 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.header-top-03 a:first-child {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    background: linear-gradient(360deg, rgba(113,2,6,1) 0%, rgba(223,29,36,1) 100%);
    border-radius: 50px;
    padding: 8px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all .3s ease;
}
.header-top-03 a:first-child:hover {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    background: linear-gradient(360deg, rgba(223,29,36,1) 0%, rgba(113,2,6,1) 100%);
    border-radius: 50px;
    padding: 8px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.header-top-03 a:last-child {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    background: linear-gradient(360deg, rgba(51,51,51,1) 0%, rgba(137,137,137,1) 100%);
    border-radius: 50px;
    padding: 8px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all .3s ease;
}
.header-top-03 a:last-child:hover {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    background: linear-gradient(360deg, rgba(51,51,51,1) 0%, rgba(137,137,137,1) 100%);
    border-radius: 50px;
    padding: 8px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.header-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
}
.header-bottom ul li a {
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    transition: all .3s ease;
}
.header-bottom ul li a:hover {
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--indusA);
    text-transform: uppercase;
}
/* --------------!!! /Header-Main-Menu End !!!-------------- */
/* ============================== /main-header area end=============================*/

/* ============================== main-banner area start=============================*/
.main-banner-section {
    position: relative;
}
/* .main-banner-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(19 66 13 / 50%);
} */
.main-banner-section .carousel-item {
    position: relative;
}
.banner-captions {
    position: absolute;
    top: 50%;
    left: calc((100vw - 1140px) / 2);
    transform: translateY(-50%);
}
.banner-captions .banner-caption-01 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #FFF;
    line-height: 60px;
}
.banner-captions .banner-caption-01 span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 90px;
    font-weight: 400;
    color: #FFF;
    display: block;
}
.banner-captions .banner-caption-02 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    width: 30vw;
}
.banner-button {
    padding-top: 15px;
}
.banner-button a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    background: linear-gradient(360deg, rgba(113,2,6,1) 0%, rgba(223,29,36,1) 100%);
    padding: 8px 25px;
    border-radius: 50px;
    transition: all .3s ease;
}
.banner-button a:hover {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    background: linear-gradient(360deg, rgba(223,29,36,1) 0%, rgba(113,2,6,1) 100%);
    padding: 8px 25px;
    border-radius: 50px;
}
/* ============================== /main-banner area end=============================*/

/* ============================== home assessment area start============================*/
.home-assessment-section {
    position: relative;
    bottom: 105px;
}
.home-assessment-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #FFF;
    border-radius: 5px;
    padding-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.home-assessment-01 {
    background: linear-gradient(360deg, rgba(51,51,51,1) 0%, rgba(137,137,137,1) 100%);
    border-radius: 5px 5px 0 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.home-assessment-01 h3 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
    margin: 0;
}
.home-assessment-02 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    padding: 0 20px;
}
.home-assessment-col1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 40%;
}
.home-assessment-col1 input {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border: 1px solid #aaaaaa;
    padding: 8px 12px;
    border-radius: 5px;
    transition: all .3s ease;
}
.home-assessment-col1 input:focus-visible {
    outline: none;
    border: 1px solid var(--indusA);
}
.home-assessment-col2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 40%;
}
.home-assessment-col2 textarea {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border: 1px solid #aaaaaa;
    padding: 8px 12px;
    border-radius: 5px;
    transition: all .3s ease;
}
.home-assessment-col2 textarea:focus-visible {
    outline: none;
    border: 1px solid var(--indusA);
}
.home-assessment-col2 input {
    border: none;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    width: 100%;
    padding: 10px 12px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: linear-gradient(360deg, rgba(51,51,51,1) 0%, rgba(137,137,137,1) 100%);
    transition: all .3ss ease;
}
.home-assessment-col2 input:hover {
    border: none;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    width: 100%;
    padding: 10px 12px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: linear-gradient(360deg, rgba(51,51,51,1) 0%, rgba(137,137,137,1) 100%);
}
.home-assessment-col3 {
    width: 20%;
}
.home-assessment-col3 img {
    width: 100%;
}
/* ============================== /home assessment area end=============================*/

/* ============================== home about area start=============================*/
.home-about-section {
    position: relative;
    padding: 0 0 50px 0;
}
.home-about-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.home-about-left {
    width: 50%;
}
.home-about-left img {
    width: 100%;
}
.home-about-right {
    width: 50%;
}
.home-about-right h2 {
    font-family: "Exo", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--indusA);
    text-transform: uppercase;
}
.home-about-right h3 {
    font-family: "Exo", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    width: 30vw;
}
.home-about-right p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.home-about-more {
    padding-top: 10px;
}
.home-about-more a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    padding: 8px 35px;
    border-radius: 50px;
    background: linear-gradient(360deg, rgba(51,51,51,1) 0%, rgba(137,137,137,1) 100%);
    transition: all .3s ease;
}
.home-about-more a:hover {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    padding: 8px 35px;
    border-radius: 50px;
    background: linear-gradient(360deg, rgba(51,51,51,1) 0%, rgba(137,137,137,1) 100%);
}
/* ============================== /home about area end=============================*/

/* ============================== home services area start============================*/
.home-services-section {
    position: relative;
    padding: 50px 0;
}
.home-services-section::before {
    content: "";
    background-image: url(../images/border-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 180px;
    z-index: -1;
    top: 0;
}
.home-services-title h3 {
    font-family: "Exo", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    padding: 150px 0 50px;
}
.home-services-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.home-services-card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #FFF;
}
.home-services-card-img img {
    width: 100%;
    height: 165px;
    object-fit: cover;
}
.home-services-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 10px;
}
.home-services-card-body a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: all .3s ease;
}
.home-services-card-body a:hover {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--indusA);
    text-decoration: none;
}
.home-services-card-body p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 12vh;
}
.home-services-card-button {
    padding-bottom: 10px;
}
.home-services-card-button a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    padding: 8px 35px;
    border-radius: 50px;
    background: linear-gradient(360deg, rgba(51,51,51,1) 0%, rgba(137,137,137,1) 100%);
    transition: all .3s ease;
}
.home-services-card-button a:hover {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    padding: 8px 35px;
    border-radius: 50px;
    background: linear-gradient(360deg, rgba(51,51,51,1) 0%, rgba(137,137,137,1) 100%);
}
/* ============================== /home services area end=============================*/

/* ============================== home help area start=============================*/
.home-help-section {
    background-image: url(../images/help-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
.home-help-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.home-help-wrapper h3 {
    font-family: "Exo", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 20px;
}
.home-help-wrapper h3 span {
    display: block;
}
.home-help-wrapper p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.home-help-wrapper p a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--indusA);
    text-decoration: none;
    transition: all .3s ease;
}
.home-help-appointment {
    padding-top: 25px;
}
.home-help-appointment a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    background: linear-gradient(360deg, rgba(113,2,6,1) 0%, rgba(223,29,36,1) 100%);
    transition: all .3s ease;
}
.home-help-appointment a:hover {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    background: linear-gradient(360deg, rgba(223,29,36,1) 0%, rgba(113,2,6,1) 100%);
}
/* ============================== /home help area end=============================*/

/* ============================== home why-us area start=============================*/
.home-why-section {
    background-image: url(../images/back-02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
.home-why-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.home-why-wrapper .home-why-left {
    width: 50%;
    position: relative;
}
.home-why-left p {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: var(--indusA);
    margin: 0;
    line-height: 20px;
    padding: 15px 0;
}
.home-why-left p span {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.home-why-card-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #FFF;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    top: -175px;
    left: 43%;
    transform: translateX(-50%);
    z-index: 1;
}
.home-why-card-1 img {
    width: 45px;
}
.home-why-card-1 p span {
    display: block;
}
.home-why-card-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #FFF;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    top: -100px;
    left: 63%;
    transform: translateX(-50%);
}
.home-why-card-2 img {
    width: 45px;
}
.home-why-card-2 p span {
    display: block;
}
.home-why-card-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #FFF;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    top: -35px;
    left: 35%;
    transform: translateX(-50%);
    z-index: 1;
}
.home-why-card-3 img {
    width: 45px;
}
.home-why-card-3 p span {
    display: block;
}
.home-why-card-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #FFF;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    top: 48px;
    left: 55%;
    transform: translateX(-50%);
}
.home-why-card-4 img {
    width: 45px;
}
.home-why-card-4 p span {
    display: block;
}
.home-why-wrapper .home-why-right {
    width: 50%;
}
.home-why-right h2 {
    font-family: "Exo", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: var(--indusA);
    text-transform: uppercase;
}
.home-why-right h3 {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}
.home-why-right h3 span {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    display: block;
}
.home-why-right p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.home-why-right .home-why-more {
    padding: 20px 0;
}
.home-why-right .home-why-more a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    background: linear-gradient(360deg, rgba(51,51,51,1) 0%, rgba(137,137,137,1) 100%); 
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 45px;
    border-radius: 50px;
    transition: all .3s ease;
}
.home-why-right .home-why-more a:hover {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 45px;
    background: linear-gradient(360deg, rgba(51,51,51,1) 0%, rgba(137,137,137,1) 100%);
    border-radius: 50px;
}
/* ============================== /home why-us area end=============================*/

/* ============================== home our-team area start============================*/
.home-team-section {
    position: relative;
    padding: 50px 0;
}
.home-team-title h2 {
    font-family: "Exo", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding-bottom: 50px;
}
.swiper-container {
    position:relative;
    width: 100%;
    height: 300px;
}
.swiper-container > .swiper-slide__content {
  position:absolute;
  top:0;
}
.swiper-slide {
  display:flex;
  align-items: center;
  justify-content:center;
  padding: 10px;
  
  &.swiper-slide-active .home-team-card-img {
    border: 2px dotted var(--indusA);
  }
}
.home-team-card-img {
    background-color: #e5eefd;
    width: fit-content;
    border-radius: 100%;
    padding: 5px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
}
.home-team-card-img img {
    width: 150px;
    background-color: #FFF;
    border-radius: 100%;
    height: 150px;
    padding: 5px;
    border: 8px solid rgb(0,64,82);
}
.home-team-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
}
.home-team-card-body h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.home-team-card-body h4 {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--indusA);
    margin: 0;
}
.home-team-card-body p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.home-team-wrapper .active {
    border: 2px dotted var(--indusA);
}
/* ============================== /home our-team area end=============================*/

/* ============================== home testimonial area start============================*/
.home-testimonial-section {
    background-image: url(../images/testimonial-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0 150px 0;
}
.home-testimonial-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 50px;
}
.home-testimonial-title h3 {
    font-family: "Exo", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.home-testimonial-title p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0;
    width: 40vw;
}
.home-testimonial-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-testimonial-wrapper .home-testimonial-left {
    width: 58%;
}
.home-testimonial-slider {
    width: 42%;
}
.home-testimonial-card i {
    font-size: 36px;
    color: var(--indusB);
}
.home-testimonial-card p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 15px 0;
}
.home-testimonial-user {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.home-testimonial-user img {
    width: 50px;
    background-color: #FFF;
    border-radius: 100%;
    padding: 3px;
}
.home-testimonial-user .home-testimonial-user-name-review h3 {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0;
}
.home-testimonial-user .home-testimonial-user-name-review p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #f7b425;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
}
.home-testimonial-user .home-testimonial-user-name-review p span i {
    font-size: 14px;
    color: #f7b425;
}
.home-testimonial-slider button {
    border: none;
    background-color: transparent;
}
.home-testimonial-slider button i {
    font-size: 30px;
    color: var(--indusB);
}
.home-testimonial-slider .features-prev {
    position: relative;
    top: 15rem;
    left: 0;
}
.home-testimonial-slider .features-next {
    position: relative;
    top: 1.6rem;
    left: 10%;
}
/* ============================== /home testimonial area end=============================*/

/* ============================== home our-blog area start=============================*/
.home-blog-section {
    position: relative;
    padding: 50px 0;
}
.home-blog-title h2 {
    font-family: "Exo", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding-bottom: 50px;
}
.home-blog-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.home-blog-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.home-blog-wrapper .home-blog-card:nth-child(even) {
    display: flex;
    flex-direction: column;
}
.home-blog-card-img {
    order: 2;
}
.home-blog-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 25px 0;
}
.home-blog-card-body a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: all .3s ease;
}
.home-blog-card-body a:hover {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--indusA);
    text-decoration: none;
}
.home-blog-card-body p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home-blog-card-body .home-blog-card-button a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    background: linear-gradient(360deg, rgba(51,51,51,1) 0%, rgba(137,137,137,1) 100%);
    text-decoration: none;
    padding: 8px 45px;
    border-radius: 50px;
    transition: all .3s ease;
}
.home-blog-card-body .home-blog-card-button a:hover {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    background: linear-gradient(360deg, rgba(51,51,51,1) 0%, rgba(137,137,137,1) 100%);
    text-decoration: none;
    padding: 8px 45px;
    border-radius: 50px;
}
/* ============================== /home our-blog area end=============================*/


/* ============================== main-footer area start=============================*/
.main-footer-section {
    background-image: url(../images/footer-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.main-footer-section::after {
    position: absolute;
    content: "";
    background-color: #333333eb;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    padding: 45px 0;
    z-index: 1;
    position: relative;
}
.footer-touch-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
    z-index: 1;
    position: relative;
    padding: 45px 0 35px 0;
}
.footer-touch-wrapper h2 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
    width: 30%;
}
.footer-touch-wrapper h2 span {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #d32a29;
    text-transform: uppercase;
    margin: 0;
}
.footer-touch-wrapper .footer-touch-input-button {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.footer-touch-wrapper .footer-touch-input-button input {
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.footer-touch-wrapper .footer-touch-input-button input:focus-visible {
    outline: none;
}
.footer-touch-wrapper .footer-touch-button input {
    width: 100%;
    border: none;
    border-radius: 50px;
    padding: 10px 50px;
    width: fit-content;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: linear-gradient(360deg, rgba(51,51,51,1) 0%, rgba(137,137,137,1) 100%);
}
.footer-touch-wrapper .footer-touch-button input:hover {
    width: 100%;
    border: none;
    border-radius: 50px;
    padding: 10px 50px;
    width: fit-content;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: linear-gradient(360deg, rgba(51,51,51,1) 0%, rgba(137,137,137,1) 100%);
}
.footer-wrapper h2 {
    font-family: "Exo", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 2px dotted #fff;
    width: 75%;
    padding: 15px 0;
}
.footer-wrapper-01 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 16%;
}
.footer-wrapper-01 ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}
.footer-wrapper-01 ul li a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    transition: all .3s ease;
}
.footer-wrapper-01 ul li a:hover {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--indusA);
    text-decoration: none;
}
.footer-wrapper-02 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 28%;
}
.footer-wrapper-02 a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    border-bottom: 2px dotted #fff;
    padding-bottom: 15px;
    transition: all .3s ease;
}
.footer-wrapper-02 a:hover {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--indusA);
    text-decoration: none;
    border-bottom: 2px dotted #fff;
    padding-bottom: 15px;
}
.footer-wrapper-02 a:nth-child(3) {
    border-bottom: none;
}
.footer-wrapper-03 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 28%;
}
.footer-wrapper-03 .footer-location {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.footer-wrapper-03 .footer-location i {
    color: #FFF;
    font-size: 20px;
}
.footer-wrapper-03 .footer-location a {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: all .3s ease;
}
.footer-wrapper-03 .footer-location a:hover {
    color: var(--indusA);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.footer-wrapper-03 .footer-ph {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.footer-wrapper-03 .footer-ph i {
    color: #FFF;
    font-size: 20px;
}
.footer-wrapper-03 .footer-ph a {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: all .3s ease;
}
.footer-wrapper-03 .footer-ph a:hover {
    color: var(--indusA);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.footer-wrapper-03 .footer-email {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.footer-wrapper-03 .footer-email i {
    color: #FFF;
    font-size: 20px;
}
.footer-wrapper-03 .footer-email a {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: all .3s ease;
}
.footer-wrapper-03 .footer-email a:hover {
    color: var(--indusA);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.footer-social a i {
    font-size: 18px;
    color: #FFF;
    transition: all .3s ease;
}

.footer-social a i:hover {
    font-size: 18px;
    color: var(--indusA);
}
.footer-wrapper-04 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    width: 28%;
}
.footer-border {
    border: 1px solid #ffffff1f;
    position: relative;
    z-index: 1;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    z-index: 1;
    position: relative;
}
.footer-bottom p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    padding-top: 25px;
    margin: 0;
    padding-bottom: 20px;
}
.footer-bottom p a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    transition: all .3s ease;
}
.footer-bottom p a:hover {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--indusA);
}
/* ============================== /main-footer area end=============================*/

/* ==================*** scrollUp area css start ***======================== */
#button {
    display: inline-block;
    background-color: var(--indusB);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 25px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
.show i {
    position: relative;
    top: 10px;
    font-size: 30px;
    color: #FFF;
}
#button:hover {
    cursor: pointer;
    background-color: var(--indusD);
}
#button:active {
    background-color: var(---indusD);
}
#button.show {
    opacity: 1;
    visibility: visible;
}
/* ==================*** /scrollUp area css end ***======================== */

