/*.services_count_inner {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    padding-top: 30px;
}
.services_count_inner .services_count_box h2 {
    font-size: 28px;
    font-weight: 800;
}*/
/* ||Theme Css PK|| */
.d_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.bx_wrap_item ul {
    margin: 0;
    padding-left: 1.5rem;
}
.bx_wrap_item ul + * {
     margin-top: 20px;
}
.bx_wrap_item ul li {
     position: relative;
     font-weight: 400;
     font-size: 16px;
     color: #181818;
     line-height: 1.5;
     margin-bottom: 5px;
 }
 
 .ul_disc_none ul {
    list-style: none;
    padding: 0;
 }
 
 /* demo 2 */
 .ul_disc2 ul {
     list-style: none;
 }
 
 .ul_disc2 ul li {
     padding-left: 30px;
     position: relative;
     display: block;
     font-weight: 400; 
     font-size: 16px;
     color: #181818;
     line-height: 1.5;
     margin-bottom: 5px;
 }
 .ul_disc2 ul li i {
     position: absolute;
     left: 0;
     top: 4px;
     color: #cda274;
     font-size: 15px;
     padding-right: 10px;
 }
 
.mt-50 {
    margin-top: 50px;
}
.blue_bg {
    background: #1c366a;
}
.content_inner {
    font-family: 'Poppins', sans-serif;
}
.content_inner h3 {
    color: #1c366a;
    line-height: 1.25;
}
.content_inner ul.client-feedback-list {
    padding: revert;
    text-align: left;
    color: #2f2f2f;
}

.new_desing.header-main-bg.transparent {
    background: #000;
}

.light_bg_grey {
    background: #e2e5ec;
} 
 
.header_title .entry-title {
    font-size: 68px;
    line-height: 1.2;
    font-weight: 700;
    color: #1c366a;
    font-family: 'Poppins', sans-serif;
} 

.breadcrumb-inner {
    color: #1c366a;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumb-inner a {
    color: inherit;
    font-family: inherit;
}

.bx_item {
    border-bottom: 1px solid #cecece;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.bx_item:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.bx_item:empty {
    display: none;
}
 
.heading_wrap {
    margin-bottom: 30px;
}
p,
.heading_wrap p {
    color: #2f2f2f;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.56;
    display: inline-block;
}
p:last-child {
    margin-bottom: 0;
}
 
/*prevnext css */
.prevnext .slick-next,
.prevnext .slick-prev {
  margin: 0px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #1c366a;
  border-radius: 0%;
  transition: all ease 0.5s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid transparent;
  font-size: 0px;
  z-index: 1;
  cursor: pointer;
  opacity: 1;
  color: #fff;
  outline: none;
}
.prevnext .slick-prev:hover,
.prevnext .slick-next:hover {
  /* opacity: 0.8; */ 
  background: #000;
}
.prevnext .slick-prev:hover::before,
.prevnext .slick-next:hover::before {
  /* filter: brightness(1) invert(1); */
}
.slick-arrow.slick-disabled,
.prevnext .slick-arrow.slick-disabled {
  opacity: 0.6;
}
.prevnext .slick-prev {
  left: 0px;
}
.prevnext .slick-next {
  right: 0px;
}
.prevnext .slick-prev:before,
.prevnext .slick-next:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 28px;
  /* background: url(arrow-left-dark.png);
  background-repeat: no-repeat; */
  width: 25px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.prevnext .slick-next:before {
    content: "\f105";
}

/*curve_arrow */
.curve_arrow .slick-prev, .curve_arrow .slick-next{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    max-width: 100px;
    display:flex;
    width: 34px;
    height: 67px;
    display: inline-block;
    padding: 0;
    font-size: 0px;
    border-radius: 0;
    margin:0 auto;
    border:0;
    cursor:pointer;
    outline: none;
}
.curve_arrow .slick-prev:before, .curve_arrow .slick-next:before{
    font-size:0;
}
.curve_arrow .slick-prev{
    background: url(../images/arrow_curve.png) no-repeat;
    background-size: contain;
    background-position: center;
    left: -34px;
}
.curve_arrow .slick-next{
    background: url(../images/arrow_curve.png) no-repeat;
    background-size: contain;
    background-position: center;
    right: -34px;
    transform: rotate(180deg);
    transform-origin: 50% 24%;
}
 
.projects_slider .slide_item {
    margin-right: 10px;
}
.projects_slider .slick-list.draggable {
    margin-left: 10px;
}
.projects_slider:not(.slick-slider) {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    overflow: hidden;
    flex-wrap: nowrap;
}
.projects_slider:not(.slick-slider) .slide_item {
    width: 48%;
    flex: 0 0 auto;
}

.projects_slider:not(.slick-slider) .slide_item:first-child,
.projects_slider:not(.slick-slider) .slide_item:last-child {
    display: block;
}
  
/* lets talk */
.lets_talk {
    padding: 55px 40px;
    position: relative;
}
.top_shape img,
.bottom_shape img {
    max-width: 112px;
    max-height: 108px;
}
.top_shape {
    position: absolute;
    top: 0;
    right: 0;
}
.bottom_shape {
    position: absolute;
    bottom: 0;
    left: 0;
}
.lets_talk_btn {
    padding: 20px 60px;
}
.button.wt_btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.wt_btn:hover {
    border-color: #232323;
    color: #fff;
    background-color: #232323
}

/* right sidebar */
.row_cols {
    align-items: flex-start;
}

.project_details {
    padding: 30px;
    margin-bottom: 30px;
}
.content_inner .project_details h4,
.project_details * {
    color: #fff;
    font-family: 'Lato';
}
.project_details h4 {
    font-size: 22px;
}
.project_details h6 {
    font-weight: 700;
}
.details_item {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.details_item:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.contact_info {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.contact_info p {
    color: #000;
}
.border_bx {
    border: 1px solid #e3e3e3;
    padding: 30px;
    margin-bottom: 30px;
}
.border_bx:last-child {
    margin-bottom: 0;
}

.border_bx ul {
    list-style: none;
}
.border_bx h5 {
    font-size: 20px;
    color: #1c366a;
    font-weight: 700;
    font-family: 'Poppins';
}

.call_us_wrap li {
    color: #000;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
.call_us_wrap li:last-child {
   margin-bottom: 0;
}
.call_us_wrap li:before {
    content: "\f095";
    font: normal normal normal 20px / 1 FontAwesome;
    position: absolute;
    left: 0;
    top: 3px;
    color: inherit;    
}
.call_us_wrap li a {
    color: inherit;
}

/* social links sidebar */
.social_link ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0px;
}
.social_link li {
    width: 40px;
    height: 40px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
}
.social_link li.facebook {
    background: #145ecd;
}
.social_link li.twitter {
    background: #000;
}
.social_link li.linkedin {
    background: #0276b7;
}
.social_link li.pintrest {
    background: #ab2223;
}

.social_link li a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_link li:hover {
    background: #cda274;
} 

/* 05-03-25 */
.booth_no {
    background: #bd6900;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}
.booth_no span {
    font-weight: 700;
    margin-left: 5px;
}

.contact_form form {
    margin-bottom: 20px;
}
.contact_form label {
    width: 100%;
    margin-bottom: 0;
}
.contact_form h3 {
    padding: 0;
}

.our_team .card-body {
    padding: 1rem;
}   
.our_team .card-body p {
    color: #959595;
    font-size: 14px;
}
.our_team .card-body .card-title  {
    font-size: 18px;
    margin-bottom: 5px;
}






/* media css */
@media screen and (min-width: 1600px) {
    .bx_wrap_item {
        padding-right: 30px;
    }

}

@media screen and (max-width: 1600px) { 
    .header_title .entry-title {
        font-size: 52px;
    }

}

@media screen and (max-width: 1199px) { 

 
}
 

@media screen and (min-width: 992px) {
    .right_sidebar {
        position: sticky;
        top: 30px;
    }
    
}

@media screen and (max-width: 991px) {    
    .right_sidebar  {
        margin-top: 30px;
    }
    .header_title .entry-title {
        font-size: 40px;
    }
    
    
}

 

@media screen and (max-width: 767px) {
    .bx_item {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .content_inner h3 {
        font-size: 24px;
    }

    .content_inner {
        padding-bottom: 20px;
    }
   .top_shape img, .bottom_shape img {
        max-height: 70px;
    }
    
    .header_title .entry-title {
        font-size: 32px;
    }
    .pb-50 {
        padding-bottom: 30px;
    }
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .py-80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
}

@media screen and (max-width: 575px) {
    .our_team .row {
        row-gap: 30px;
    }
 
}