/* About Us  */


.introduction-section .image-column {
    position: relative;
    margin-bottom: 40px;
  }

  /* .introduction-section .image-column .inner-column::before {
    position: absolute;
    content: '';
    right: 30px;
    top: -10px;
    width: 448px;
    height: 570px;
    background: url(../images/pattern-bg.png);
      background-repeat: repeat;
    background-repeat: no-repeat;
  } */

  .introduction-section .image-column .image {
    position: relative;
  }


  .introduction-section .image-column .image .projects {
    position: absolute;
    left: -20px;
    bottom: -10px;
    padding: 22px 60px;
    font-weight: 700;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4em;
    display: inline-block;
    background-image: -ms-linear-gradient(left, rgb(71 120 247) 0%, rgb(222 87 125) 100%);
    background-image: -moz-linear-gradient(left, rgb(71 120 247) 0%, rgb(222 87 125) 100%);
    background-image: -o-linear-gradient(left, rgb(71 120 247) 0%, rgb(222 87 125) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(71 120 247)), color-stop(100, rgb(222 87 125)));
    background-image: -webkit-linear-gradient( 45deg, rgb(71 120 247), rgb(222 87 125) );
    background-image: linear-gradient( 45deg, rgb(71 120 247), rgb(222 87 125) );
    border-radius: 10px;
  }

  @media(max-width:500px){
    .introduction-section .image-column .image .projects{
      font-size: 18px !important;
      padding: 22px 50px !important;
    }
  }

  .introduction-section .content-column .inner-column {
    position: relative;
  }


  .introduction-section .sec-title h2 {
    position: relative;
    color: var(--black-color);
    font-weight: 700;
    line-height: 1.3em;
    text-transform: capitalize;
  }

  .introduction-section .sec-title h2 span{
    color: var(--primary-color);
  }

  .introduction-section .content-column .text p {
    position: relative;
    color: var(--gray-color);
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 10px;
  }

  .introduction-section .list-style-three li {
    position: relative;
    color: var(--black-color);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-left: 30px;
    line-height: 1.6em;
  }

  .introduction-section .list-style-three li::before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    color: var(--primary-color);
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .introduction-section .content-column .contact{
    position: relative;
    padding-top: 20px;
    margin-top: 10px;
    color: #666;
    font-weight: 700;
    font-size: 30px;
    border-top: 1px solid #e1e1e1;
  }

  .introduction-section .content-column .contact .question {
    position: relative;
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: 600;
    display: block;
}

.introduction-section .content-column .contact a{
  position: relative;
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1.6em;
  font-size: 24px;
  margin-top: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.introduction-section .content-column .contact a:hover{
  color: var(--secondary-color);
}


  .introduction-section .whyus-box .content-column-icon {
    align-items: center;
    /* background-color: rgba(108, 112, 217, 0.40); */
    background-color: rgb(241 88 108);
    border-radius: 50%;
    display: flex;
    height: 100px;
    justify-content: center;
    position: relative;
    width: 100px;
    margin: auto;
}

.introduction-section .whyus-box .content-column-icon:after {
    /* background-color: rgba(108, 112, 217, 0.24); */
    background-color: rgb(241 88 108 / 34%);
    border-radius: 50%;
    content: "";
    height: calc(100% + 20px);
    left: -10px;
    position: absolute;
    top: -10px;
    width: calc(100% + 20px);
    z-index: 1;
}

.introduction-section .whyus-box h6{
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 26px;
  text-transform: capitalize;
  color: var(--primary-color);
  font-weight: 600;
}

.introduction-section .whyus-box p{
  position: relative;
    color: var(--gray-color);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0px;
}

.introduction-section .whyus-box{
  padding: 40px 20px;
}


.introduction-section .whyus-box .content-column-icon img{
  opacity: 1;
  position: relative;
  z-index: 2;
  width: 60px;
}
.introduction-section .whyus-box .content-column-icon i{
  /* color: #000; */
  color: var(--white-color);
  font-size: 34px;
  z-index: 2;
}
.introduction-section .whyus-box .content-column-icon svg{
  opacity: 1;
  position: relative;
  z-index: 2;
}

  /* Services CSS */

.service-list-slider .prev-btn{
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 50rem;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: -20px;
}
.service-list-slider .prev-next{
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 50rem;
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -20px;
}
.service-list-slider .slick-list{
    padding: 30px 0px;
}
.service-list-slider .slick-slide {
    margin: 0 5px;
}

.service-list-slider .slick-track {
    display: flex !important;
}

.service-list-slider .slick-slide {
    height: inherit !important;
}

.service-box{
    position: relative;
    /* text-align: center; */
    background: #fff;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
}

.service-box:hover{
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.service-box .service-img{
    max-height: 265px;
    height: 265px;
    overflow: hidden;
}
.service-box .service-img img{
    height: 265px;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.service-box:hover .service-img img{
    transform: scale(1.1);
}

.service-box-content{
    padding: 15px 15px 20px;
}

.service-box-content h5{
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    transition: 0.5s all ease;
}

.service-box:hover .service-box-content h5{
    color: var(--primary-color);
}

.service-box-content p{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
   /* text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4;
           line-clamp: 4; 
   -webkit-box-orient: vertical; */
}

.service-link-over{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



/* Counter CSS */



.counter-item h4{
  color: var(--white-color);
  font-size: 36px;
  margin-bottom: 10px;
}

.counter-item p{
  margin-bottom: 0;
  /* font-size: 24px;
  font-weight: 500;
  color: var(--white-color); */
  font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    /* background: var(--secondary-color); */
    width: fit-content;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 5px;
    letter-spacing: 0.5px;
}


/* Why Choose Us Starts Here */


.fh-section-title h2 {
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  /* text-transform: uppercase; */
}

.fh-section-title h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 67px;
  height: 2px;
  background-color: var(--secondary-color);
}

.fh-icon-box {
  position: relative;
  transition: 0.5s all ease-in-out;
}
.fh-icon-box.style-2 {
  margin-bottom: 40px;
}


.fh-icon-box.style-2 .fh-icon {
  font-size: 30px;
  color: var(--primary-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #dbdbdb;
  position: relative;
  z-index: 99;
  display: block;
  background-color: #fff;
  float: left;
  transition: 0.5s all ease-in-out;
  font-size: 24px;
}

.fh-icon-box.has-line:before {
  content: '';
  position: absolute;
  width: 1px;
  height: -webkit-calc(100% + 35px);
  height: calc(100% + 35px);
  top: 0;
  left: 35px;
  background-color: #efefef;
}


.fh-icon-box h4 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 0;
  margin: 0;
}

.fh-icon-box .desc {
  position: relative;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fh-icon-box .desc p{
  margin-bottom: 15px;
}

.fh-icon-box.style-2.icon-left h4, .fh-icon-box.style-2.icon-left .desc {
  padding-left: 100px;
}

.fh-icon-box.style-2:hover .fh-icon {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.whychoose-1 .quofrm1 {
  padding: 80px 30px 121px;
  background: #f7f7f7;
}


/* Footer CSS */




.footer-widgets {
  background-color: #0c1239;
  background-image: url(../images/counter-bg.jpg);
  position: relative;
  /* background-attachment: fixed; */
}

.footer-widgets::after{
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #232950c7;
    z-index: 0;
}
.contact-widget {
  border-bottom: 1px solid var(--gray-color);
  padding-top: 50px;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.contact-widget .contact i {
  color: var(--secondary-color);
  float: left;
  font-size: 38px;
  /* margin-top: -5px; */
  margin-top: 10px;
}

.contact-widget .contact p {
  /* font-style: italic; */
  color: var(--white-color);
  margin-bottom: 0;
  padding-left: 50px;
}

.contact-widget .contact h4 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  padding-left: 50px;
}

.contact-widget .contact h4 p{
    padding-left: 0 !important;
}

.footer-sidebars {
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}

.footer-widgets .widget-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.footer-widgets .textwidget p{
  color: var(--white-color);
  font-size: 15px;
  line-height: 1.5;
}

.footer-widgets .menu {
  margin-top: -10px;
}

.footer-widgets .menu li {
  padding: 5px 0 5px 25px;
  border: 0;
  position: relative;
}

.footer-widgets .menu li:after {
  top: 4px;
  right: auto;
  left: 2px;
  color: var(--gray-color);
  content: '\f105';
  position: absolute;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 900;
}

.footer-widgets .menu li a {
  color: #fff;
  padding-left: 0;
  transition: all 0.5s;
}

.footer-widgets .menu li:hover:after {
  color: var(--secondary-color);
  left: 8px;
}

.footer-social-links-widget .list-social{
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-social-links-widget .list-social a{
  color: #fff;
  /* padding: 0 15px; */
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  background-color: transparent;
}

.footer-social-links-widget .list-social a:hover{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.site-footer{
  position: relative;
  z-index: 2;
  padding: 15px 0px;
  border-top: 1px solid var(--gray-color);
}

.site-footer a{
  color: var(--white-color);
}




/* Contact Page CSS */



.contact_info_list ul li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 30px;
}

.contact_info_list ul li i{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50rem;
}

.contact_info_list ul li:last-child i{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  color: #fff;
  border-radius: 50rem;
}


.contact_info_list ul li a{
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #6f52dd !important;
}



.cms-content pre{
  white-space: pre-wrap;
  margin-top: 0.1em;
  margin-bottom: 0.2em;
  font-family: var(--body-font);
}

.select2-search__field{
        height: max-content !important;
    min-height: fit-content !important;
        line-height: normal;

}