@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


body {
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #414143;
}




.header {
    background: #fff;
	position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  box-shadow:0 0 10px -6px #000000;
}

.nav {
    justify-content: space-between;
    align-items: center;
}

.nav-bar ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-bar li a {
    text-decoration: none;
    background: #fff;
    color: #623744;
    padding: 28px 20px;
    display: block;
}

.logo img {
    width: 100%;
    max-width: 290px;
}

.nav-bar li.active a {
    background: #FFFAED;
}

.container-box {
    padding: 0 30px;
    max-width: 1394px;
    margin: 0 auto;
    width: 100%;
}

.hero {

    padding: 230px 0 130px;
    position: relative;
}

.hero.no-overlay::before {
  display: none;
}

.hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #10212E 32.72%, rgba(51, 106, 148, 0) 59.05%);
    z-index: 9;
}

.hero .container-box {
    position: relative;
    z-index: 9;
}

h1 {
    font-size: 42px;
    line-height: 58px;
    font-weight: 600;
    margin: 0;
    color: #070709;
}

.h-wrap {
    max-width: 550px;
    color: #fff;
    position: relative;
}

.h-wrap h1 {
    color: #fff;
}

.h-wrap p {
    line-height: 30px;
    margin: 24px 0 30px;
    font-size: 18px;
}

p {
    line-height: 28px;
}


.bttn {
    background: #E7BC39;
    text-decoration: none;
    color: #fff;
    padding: 12px 20px;
    display: flex;
    width: max-content;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    align-items: center;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #E7BC39;
}

.bttn img {
    margin-left: 5px;
    width: 20px;
}

.section {
    padding-top: 80px;
}

h2 {
    font-size: 42px;
    line-height: 58px;
    font-weight: 600;
    margin: 0;
    color: #070709;
}


.scope-wrap {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.scope-wrap p {
    max-width: 800px;
    margin: 20px auto;
}

.c-item {
    place-items: center;
    display: grid;
}

.icon {
    background: #E7BC39;
    border: 5px solid #FFF1C5;
    display:grid;
	place-items: center;
    border-radius: 100%;
    width: 58px;
    height: 58px;
}

.icon img {
    height: 22px;
}

.c-count {
    color: #E7BC39;
    font-size: 40px;
    font-weight: bold;
}



.c-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;

    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
}


.cs-wrap {
        min-height: 527px;
	padding: 8px 8px 15px 8px;
  width: 652px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

h5 {
    margin: 0;
    font-weight: 600;
}

.cs-h h5 {
    font-size: 30px;
    color: rgb(7, 7, 9);
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
}

h6 {
    color: #414143;

    line-height: 23px;
}

.cs-h p {

    margin: 0;
}

.sq-btn {
    background: #E7BC39;
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 8px;
	 flex-shrink: 0;
}

.slick-list {

    padding-left: calc((100% - 1332px) / 2) !important;
}


.cs-det {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10px 2px 10px;
}

.cs-img {
    height: 400px;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

.cs-img img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    height: 100%;
}

.c-slider .slick-slide {
   
    height: auto;
}



.vm-item img {
    width: 100%;
}


.vm-item img {
    width: 100%;
}

.vm-img img {
    width: 50px;
    background: #fff;
    padding: 10px;
    border-radius: 100%;
}

.vm-item {
    background: rgba(231, 188, 57, 1);
    border-radius: 16px;
    color: #fff;
}

.vm-img {
    padding: 10px;
    background: #fff0;
    width: max-content;
    border-radius: 100%;
    border: 1px solid #ffffff42;
}

h4 {
    font-weight: 600;
}

.vm-item h4 {
    margin: 20px 0 10px;
}

.vm-item p {
    margin: 0;
}

.vm-item {
    padding: 80px 40px 50px;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.vm-item.vmimg {
    padding: 0;
    background: #fff;

}

.vmimg img{
	border-radius:12px;
	
}
.vm-wrap {
    padding: 0 30px;
}

.vision .scope-wrap {
    max-width: 800px;
}

.team .scope-wrap p {
    max-width: 650px;

}

.t-item {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border-radius: 16px;
    background: antiquewhite;
    height: 100%;
    
}

.t-img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    height: 100%;
    left: 0;
}

.t-item:hover .t-img {
  transform: scale(1.2) !important;
  transition: all 0.4s ease !important;
}

.t-det {
    position: absolute;
    bottom: 0;
    padding: 20px 20px 25px;
    color: #fff;
    z-index: 9
}

.t-det::before {
    content: "";
    width: 80px;
    height: 5px;
    background: #e7bc39;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
}

.t-det h4 {
    margin: 0;
    font-size: 20px;
}

.t-det p {
    margin: 0;
    color: rgba(188, 179, 161, 1);
}

.t-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.671) 10%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%);
    z-index: 9
}

.wo-bg h5 {
    font-size: 30px;
}

.we-offer {
    background-color: #E7BC39;
    color: #fff;
}

.of-img img {
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
    padding-left: 14px;
    margin-top: 10px;
}
ul li {
    margin-top: 5px;

}
.we-offer ul {
    padding: 0;
    margin: 0;
    padding-left: 14px;
    margin-top: 10px;
}

.we-offer ul li {
    margin-top: 20px;

}
.nav-bar ul li {
    margin-top: 0;
  }
.we-offer {
   background-image: url(https://iipd.differentartcentre.com/wp-content/uploads/2025/02/emp-bg.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.section.team {
    padding-bottom: 80px;
}

.section.milestone {
    padding-bottom: 80px;
}

.wo-bg {
    padding: 80px 80px 80px 0;
    background: #e7bc39;
    max-width: 620px;
}


.m-item img {
    width: 100%;
    border-radius: 16px;
}

.m-h {
    font-weight: 600;
    margin-top: 15px;
    font-size: 22px;
    color: rgba(7, 7, 9, 1);
}

.m-h span {
    font-weight: 400;
    font-size: 16px;
    display: block;
    color: rgba(65, 65, 67, 1);
}


.quote {
    background-image: url(../images/quote-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
    position: relative;
}

.q-h {
    font-size: 30px;
    max-width: 700px;
    font-weight: 600;
    line-height: 40px;
}

.q-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.quote::before {
    content: "";
    background: #E7BC39;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.9;
}


.low-footer {
    border-top: 1px solid #D9D9D9;
    padding: 15px 0;
    border-bottom: 6px solid #E7BC39;
}

.copyright {
    color: #623744;
    font-size: 14px;
    font-weight: 500;
}

.copyright a{
	 color: #623744;
    font-size: 14px;
}
.page-content {
  max-width: 850px;
}
.lf-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.main-footer {
    padding: 80px 0 50px;
}

.socials a {
    display: block;
    background: #e7bc39;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 100%;
}

.socials {
    display: flex;
    align-items: center;
    gap: 10px;
}


.f-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #623744;
}

.f-links a {
    color: #623744;
    text-decoration: none;
}

.f-links h4 {
    position: relative;
    color: rgba(7, 7, 9, 1);
}

.f-links h4::after {
    content: "";
    width: 90px;
    display: block;
    height: 4px;
    background: #e7bc39;
    border-radius: 4px;
    margin-top: 14px;
}

.f-links ul {
    margin-top: 31px;
}

.f-links li {
    margin-top: 12px;
}

.main-footer p {
    color: rgba(98, 55, 68, 1);
    margin-right: 20px;
    margin-top: 25px;
    max-width: 420px;
    font-weight: 500;
}


.certi ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 14px;
    margin: 0;
}


.certi li img {
    height: 50px;
}

.menu-btn {
    display: none;
}


  li::marker {
    color: #E7BC39;
  }
.wo-bg li::marker {
  color: #fff;
}

.related-post-item .figure {
  height: 280px;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 10px;
}
.related-post-item .figure img {
  width: 100%;
  object-fit: cover;
  position: relative;
	height:100%;
}

.related-post-item {
  margin-top: 20px;
  margin-bottom: 40px;
}


.post-content img {
  width: 100%;
	border-radius:8px;
}
.single-avenue .col-md-8 {

  border-right: 1px solid rgb(232, 232, 232);
}


.text-upper {
  text-transform: uppercase;
  background: rgba(231, 188, 57, 0.1);
  width: max-content;
  color: rgba(105, 105, 105, 1);
  padding: 16px 35px;
  letter-spacing: 2px;
  border-bottom: 2px solid rgba(231, 188, 57, 1);
  font-weight: 500;
}
.side-heading {
  border-bottom: 1px solid rgba(232, 232, 232, 1);
}
section.single-avenue {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1100px) {
	.slick-list {
    padding-left: calc((100% - 900px) / 2) !important;
}

    .logo img {
        max-width: 220px;
    }

    .nav-bar li a {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media only screen and (max-width: 991px) {
    .nav-bar {
        display: none;
    }

    .nav {
        padding: 15px 0;
    }


    .nav {
        padding: 15px 0;
    }

    .c-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cs-wrap {
        width: 500px;
		min-height: 477px;
    }

    .slick-list {
        padding-left: 0;
    }

    .vm-wrap .row .col-md-3 {
        width: 50%;
        margin-bottom: 25px;
    }

    .vm-wrap .row .col-md-2 {
        width: 50%;
        margin-bottom: 25px;
    }

    .vm-item {
        min-height: auto;
    }

    .we-offer .container-box {
        padding-left: 0;
        padding-right: 0;
    }

    .wo-bg {
        padding-left: 30px;
        background: #e7bc39cc;
    }

    .team-wrap .col-md-3 {
        width: 50%;
        margin-bottom: 25px;
    }

    .section.milestone .col-md-3 {
        width: 50%;
        margin-bottom: 25px;
    }

    .m-item img {
        max-height: 450px;
        position: relative;
        object-fit: cover;
    }

    .q-wrap {
        flex-direction: column;
    }

    .q-h {
        max-width: 600px;
        text-align: center;
        margin-bottom: 20px;
    }

    .cs-img {
        height: 350px;
    }

    .we-offer.p-0 {
        background-size: cover;
    }
}


@media only screen and (max-width: 567px) {

    h1 {
        font-size: 36px;
        line-height: 52px;
    }
  .cs-wrap {
    width: 500px;
    min-height: 480px;
  }
    h2 {
        font-size: 36px;
        line-height: 52px;
    }

    .vm-wrap .row .col-md-3 {
        width: 100%;
    }

    .vm-wrap .row .col-md-2 {
        width: 100%;
    }

    .team-wrap .col-md-3 {
        width: 100%;
    }

    .team-wrap {
        max-width: 300px;
        margin: 0 auto;
    }

    .m-h {
        font-size: 16px;
    }

    .q-h {
        font-size: 24px;
        line-height: 34px;
    }

    .f-links ul {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .lf-wrap {
        flex-direction: column-reverse;
        align-items: baseline;
    }

    .socials {
        margin-bottom: 20px;
    }

    .cs-wrap {
        width: 100%;
    min-height: 410px;
    }

     .cs-img {
    height: 302px;
  }

    .cs-h h5 {
        font-size: 22px;
    }

    .cs-h p {
        font-size: 14px;
    }

    .sq-btn {
        width: 30px;
        height: 30px;
        margin-left: 5px;
    }

    .sq-btn img {
        width: 20px;
    }

    .wo-bg {
        padding: 80px 30px;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    h2 {
        font-size: 30px;
        line-height: 46px;
    }

    .hero {
        padding: 160px 0 80px;
    }

    .bttn {
        font-size: 12px;
    }
}



.hero.inner::before {
    background: #000;
    opacity: 0.2;
}

.hero.inner {
    overflow:hidden;
    padding: 260px 0 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}


.hero.inner .hero-bg {
    width: 100%;
    object-fit: cover;
    left: 0;
}


.section.emp {
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.section.emp .col-md-6 img {
    padding-right: 50px;
}
.sc-item{
cursor: pointer;	
}

.sc-item .t-item {
    max-height: 500px;
}


.sc-item .t-det h4 {
    font-size: 38px;
    position: relative;
}

.sc-item .t-det::before {
    display: none;
}

.sc-item .t-det h4::before {
    content: "";
    width: 100%;
    height: 5px;
    background: #e7bc39;
    position: absolute;
    bottom: -25px;
    border-radius: 10px;
}

.sc-item {
    height: auto;
    width: 300px;
     margin-right: 15px;
}

.sc-item:nth-child(2n) {
    margin-top: 100px;
}

.sc-item p {
    margin-top: 25px;
    margin-bottom: 0;
}
.ab-slider .slick-dots {
 padding: 0 30px;
  width: max-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FEFCF5; /* Scrollbar track color */
  height: 14px; /* Scrollbar height */
  border-radius: 4px;
  padding: 0;
  list-style: none;
 margin-top: 50px;
}

.ab-slider .slick-dots li {
  flex: 1; /* Make all dots take equal width */
  height: 100%;
  border-radius: 4px;
  transition:  width 0.3s;
  margin: 0 4px;
	width:50px;
	background: #d3d3d3;
	    cursor: pointer;
    transition: all 0.4s ease;
}

.ab-slider .slick-dots li.slick-active {
  flex: 2; /* Make the active dot larger */
  background: #DEB437; /* Active color */
}

.ab-slider .slick-dots li button {
  display: none; /* Hide default button */
}

.ab-slider {
    padding-bottom: 80px;
}

.dac {
    background-image: url(../images/dac-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    color: #fff !important;
}

.dac h2 {
    color: #fff;
}

.dac::before {
    content: "";
    background-color: rgba(231, 188, 57, 1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.98;
}


.dac .container-box {
    position: relative;
}

.dac-img {
    padding-right: 40px;
}

.bttn.outline {
    background: #fff;
    color: #000;
}

.bttn.outline img {
    filter: brightness(0);
}

.dac-wrap {
    padding-left: 40px;
}

.left-c {
    padding-left: calc((100% - 1332px) / 2);
}


.lc-wrap {
    max-width: 576px;
}



.vm-h {
    font-weight: 600;
    font-size: 26px;
    color: rgba(7, 7, 9, 1);
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.vm-h span {
    display: block;
    width: 4px;
    height: 20px;
    background: rgba(231, 188, 57, 1);
    margin-right: 15px;
}

.vm-section ul {
    padding-left: 14px;
    margin-top: 10px;
}

.vm-section ul li::marker {
    color: rgba(231, 188, 57, 1)ed;
}

.vm-section ul li {
    margin-top: 20px;
}

.right-c {
    padding-right: calc((100% - 1332px) / 2);
    margin-top: 50px;
}

.rc-wrap {
    max-width: 576px;
    margin-left: auto;
}



.right-c .col-md-6:first-child {
    order: 2;

}

.vm-section .col-md-6 {
    padding: 0;
}

.vm-section .row {
    align-items: center;
}

.vm-section {
    padding-bottom: 80px;
}

.form-control {
    border: 1px solid rgba(193, 193, 193, 1) !important;
    box-shadow: none !important;
    padding: 12px 16px;
    font-size: 14px;
}

.form-control:focus {
    border: 1px solid rgb(0, 0, 0) !important;
}

.form-label {
    font-size: 14px;
    color: #000;
}

.cn-sec .col-md-6 {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.form-select {
    border: 1px solid rgba(193, 193, 193, 1) !important;
    box-shadow: none !important;
    padding: 12px 16px;
    font-size: 14px;
}

.form-select:focus {
    border: 1px solid rgb(0, 0, 0) !important;
}

.cn-sec .lc-wrap {
    max-width: 90%;
}

.section.part {
    padding: 150px 0 80px;
}

.section.part .row {
    align-items: center;
}

.part-wrap {
    max-width: 90%;
}

.team-banner .h-wrap {
    max-width: 700px;
}

.t-details {
    position: fixed;
    z-index: 999;
    top: 0;
    background: #00000091;
    left: 0;
    height: 100%;
    display: grid;
    place-items: center;
    width: 100%;
    display: none;
}

.full-details {
    padding-left: 40px;
    padding-right: 40px;
}

.t-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 60px;
    background: #fff;
    border-radius: 16px;
    margin: 30px;
    height: 672px;
    overflow: scroll;
    position: relative;
}

.t-full p {
    font-size: 15px;
}

.t-close {
    background: rgba(231, 188, 57, 1);
    color: #fff;
    font-size: 20px;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    display: grid;
    place-items: center;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 18px;
}

.img-r {
    border-radius: 0 16px 16px 0;
  }
.img-l {
    border-radius: 16px 0 0 16px;
  }

  
.post-inner {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 50px;

  }
  .post-inner img {
    width: 100%;
    border-radius: 16px;
  }

  .wp-block-list {
    margin-bottom: 1.8rem;
  }

.nav-bar .current_page_item a {
  background: rgba(231, 188, 57, 0.1);
}

.nav-bar .current_page_item a::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(231, 188, 57, 1);
  height: 2px;
  left: 0;
}
.single-avenue li#menu-item-23  a {
  background: rgba(231, 188, 57, 0.1);
}
.single-avenue li#menu-item-23  a::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(231, 188, 57, 1);
  height: 2px;
  left: 0;
}
.single-avenue .hero.inner::before {
  background: linear-gradient(270deg, rgba(129, 77, 112, 0) 35.7%, #814D70 71.98%);
  opacity: 1;
}
.current_page_item a {
  background: none;
	color:#e7bc39;
}

.current_page_item a::before {
	display:none;	
}

.share-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  font-weight: 600;
  color: #9d9da2;
	text-decoration:none;
}
.share-btn i {
  color: #e7bc39;
}
.share-btns {
  gap: 15px;
 
}
.share-btns a i {
  color: #e7bc39;
}


#nl-email {
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
  padding: 12px 20px;
  width: 100%;
  border-radius: 6px;
}
.nws-lttr .bttn {
  width: 100%;
}
.slider-container {
            position: relative;
          
        }
.c-slider .slick-slide{
	margin-right:25px;
	border: 1px solid rgb(236, 236, 236);
  border-radius: 16px;
}
 .arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 10px 15px;
            cursor: pointer;
            font-size: 54px;
            z-index: 10;
	 height:100%;
	

   
	  
        }
        .arrow-left {
            left: 0;
            display: none;
			 border-radius: 0 16px 16px 0 ;
			width: 100px;
    background: linear-gradient(to left, #00000000 0%, #0000005f 50%, #000000b5 100%);
        }
.arrow-left:hover{
	    background: linear-gradient(to left, #00000000 0%, #00000080 50%, #000000c9 100%);
}
        .arrow-right {
            right: 0;
			 border-radius: 16px 0 0 16px;
			 width: 100px;
    background: linear-gradient(to right, #00000000 0%, #0000005f 50%, #000000b5 100%);
        }
.arrow-right:hover{
	    background: linear-gradient(to right, #00000000 0%, #00000080 50%, #000000c9 100%);
}
.arrow i{
		 opacity:0;
	 visibility:hidden;
}

.slider-container:hover .arrow i{
		 opacity:1;
	 visibility:visible;
}

.sc-btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #e7bc39;
  border-radius: 8px;
	cursor:pointer;
}
.sc-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  gap: 10px;
}
.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.custom-modal-content {
    background: #fff;
   
    border-radius: 8px;
    width: 60%;
    max-width: 600px;
    position: relative;
	overflow:hidden
}


#modal-title {
  background: #e7bc39;
  padding: 50px 50px 20px;
	color:#fff;
}
#modal-content {
  padding: 15px 50px 30px;
}
.custom-close {
    position: absolute;
    top: 0px;
  right: 15px;
  font-size: 38px;
  cursor: pointer;
  height: 0;
	z-index: 99;
	color: #fff;
}


.news-date {
  color: rgba(169, 169, 169, 1);
  font-weight: 600;
}
.news-thumbnail {
  height: 240px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.news-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.page-numbers {
  background: rgba(241, 241, 241, 1);
  padding: 10px 20px;
	text-decoration:none;
	color: rgba(98, 55, 68, 1);
	font-weight: 600;
}
.pagination {
  border-radius: 6px;
  max-width: fit-content;
  overflow: hidden;
	gap: 1px;
margin-left: auto;
}

.next.page-numbers {
  background: rgba(98, 55, 68, 1);
  color: #fff;
  width: 76px;
}
.page-numbers.current {
  background: rgba(98, 55, 68, 1);
  color: #fff;
}

.single-news p a {
  color: #623744;
  
}

.single-date {
  padding: 6px 18px 6px 0;
  border-right: 1px solid rgba(231, 188, 57, 1);
  margin-right: 18px;
}
.excerpt,.news-h {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-h{
	height:48px;
}
@media only screen and (max-width: 991px) {

    .lc-wrap {
        margin-right: 50px;
    }

    .rc-wrap {
        margin-left: 50px;
    }

    .right-c {
        padding-right: 30px;

    }

    .left-c {
        padding-left: 30px;
    }

    .sc-item .t-item {
        max-height: 400px;
    }

    .team-wrap .gy-5 {
        --bs-gutter-y: 0;
    }
    .menu-btn {
        display: block;
        cursor: pointer;
      }
      .menu-btn .close{
        display: none;
      }
      
.show-nav .menu-btn .ham {
    display: none;
  }
  .show-nav .menu-btn .close {
    display: block;
  }
  body.show-nav{
    overflow: hidden;
  }
.show-nav .nav-bar {
    position: fixed;
    display: block;
    background: #fff;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 73px;
    text-align: center;
    height: 100vh;
  }
  .show-nav .nav-bar ul {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
    .section.emp .col-md-6 img {
        padding-right: 0;
        margin-bottom: 30px;
    }
	  .slick-list {
    padding-left: calc((100% - 500px) / 2) !important;
  }
.related-posts {
  margin-top: 40px;
}
    .full-details {
        padding: 0;
        margin-top: 30px;
    }

    .dac-img {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .lc-wrap {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .rc-wrap {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .right-c .col-md-6:first-child {
        order: unset;
    }
	
	.avenue-wrap .right-c .col-md-6:first-child {
        order: 2;
    }
	
	.avenue-wrap .left-c .col-md-6:first-child {
        order: 2;
    }

	.avenue-wrap .rc-wrap {
        margin-bottom: 0;
        margin-top: 30px;
    }
	  .avenue-wrap  .lc-wrap {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .vm-section img {
        border-radius: 16px;
    }
.part-wrap {
    margin-bottom: 30px;
}
	.section.part {
    padding: 80px 0;
}


    .dac-wrap {
        padding-left: 0;
    }

    .right-c {
        padding-left: 30px;

    }

    .left-c {
        padding-right: 30px;
    }

    .cn-sec .lc-wrap {
        max-width: 100%;
    }
    .img-r {
        border-radius: 16px;
      }
    .img-l {
        border-radius: 16px;
      }
	.custom-modal-content {
  width: 90%;
  max-width: 600px;
  position: relative;
}
}


@media only screen and (max-width: 567px) {
    .sc-item:nth-child(2n) {
        margin-top: 0;
    }
  .slick-list {
    padding-left: calc((100% - 85%) / 2) !important;
  }
    .hero.inner {
       padding: 180px 0 100px;
    }

    .full-details {
        padding: 0;
        margin-top: 30px;
    }

    .t-inner {
        padding: 50px 20px;
    }

    .t-img-inner.w-100 {
        max-height: 500px;
        object-fit: cover;
        position: relative;
        border-radius: 16px;
    }
	.arrow {
  width: 50px;
font-size: 22px;
    height: 50px;		
}
	.h-wrap p {
    line-height: 28px;
    margin: 24px 0 30px;
    font-size: 16px;
}
	.avenue-wrap{
		padding-top:40px;
	}
	.ab-slider .slick-dots{
		display:none !important;
	}
	.arrow i {
  opacity: 1;
  visibility: visible;
}
}
#modal-title {
  padding: 50px 20px 20px;
}
#modal-content {
  padding: 0px 20px 20px;
}
}
.error-message{
	font-size:14px;
	margin-top:2px;
}
#form-success {
  margin-top: 6px;
  display: block;
}
.button-loader {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-left: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}