/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.30.15
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

#header .elementor-element-63fa824 .main-menu > li.menu-item.active > a,
#header .elementor-element-63fa824 .main-menu > li.menu-item:hover > a,
.elementor-element-63fa824 .sidebar-menu > li.menu-item:hover > a,
.elementor-element-63fa824 .sidebar-menu > li.menu-item.active > a,
#header .elementor-element-63fa824 .main-menu > li.menu-item.active > .arrow::before,
#header .elementor-element-63fa824 .main-menu > li.menu-item:hover > .arrow::before,
.elementor-element-63fa824 .sidebar-menu > li.menu-item:hover > .arrow::before,
.elementor-element-63fa824 .sidebar-menu > li.menu-item.active > .arrow::before {
  color: #76ccc9;
}

.aid-blue-bg{
  background-color: #76ccc9 !important;
  padding: 110px 0px 110px 0px;
  border-radius: 100px 0px 0px 0px;
}

.aid-footer.footer-top{
  display: none !important;
}

footer#footer {
  margin: 0;
}

.aid-cr .elementor-widget-wrap .elementor-element {
  margin: 0 !important;
}

.ai-clients-carousel .swiper-slide .swiper-slide-image{
  filter: grayscale(1);
}


.anotherid-services-grid .porto-tb-item .porto-heading.post-title{
  width: auto;
  padding-right: 10px;
}

.temp-hide{
  display: none !important;
}

.anotherid-map-container .elementor-widget-container{
  width: 100%;
  position: relative;
  padding: 0 0 74%;
  margin: 0;
}

.anotherid-map-container iframe{
  position: absolute;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
}

.anotherid-numbers-grid .elementor-widget-porto_ultimate_heading {
  height: 100% !important;
}

.anotherid-numbers-grid .elementor-widget-porto_ultimate_heading .elementor-widget-container {
  height: 100%;
}

.anotherid-portfolio .anotherid-portfolio-cont #projects-container{
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
}

.anotherid-portfolio .project-card {
  width: calc(33.33333333% - 27px);
}

.anotherid-portfolio .project-card .project-card-wrap{
  position: relative;
  transition: all 300ms ease;;
}

.anotherid-portfolio .project-card .project-card-wrap:hover{
  opacity: 0.7;
}

.anotherid-portfolio .project-card .project-card-wrap .link-overlay,
.anotherid-featured-projects-container .project-row .project-row-wrap .link-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.anotherid-portfolio .project-card .proj-thumb{
  width: 100%;
  height: auto;
  padding: 0 0 15px;
}

.anotherid-portfolio .project-card .proj-thumb img{
  width: 100%;
  aspect-ratio: 1/1;/*4/3;*/
  display: block;
  object-fit: cover;
}

.anotherid-portfolio .project-card .proj-txts .pservices{
  font-size: 15px;
}

.anotherid-portfolio .project-card .proj-txts .ptitle {
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  color: #000;
}

.proj-tags {
  font-size: 0;
}

.proj-tags .filter-wrap {
  display: inline-block;
  padding: 0 7px 7px 0;
}

.proj-tags .filter-wrap .ptag-filter {
  font-size: 16px;
  background: rgba(0, 0, 0, 1);
  padding: 5px 10px;
  display: block;
  cursor: pointer;
  color: #fff;
  transition: all 300ms ease;
}

.proj-tags .filter-wrap .ptag-filter:hover,
.proj-tags .filter-wrap .ptag-filter.active{
  background: rgba(0, 0, 0, 0.8);
  color: #76ccc9;
}

.proj-tags-container {
  padding: 0 0 30px;
  width: 100%;
}

.anid-proj-inner .project-description{
  font-size: 16px;
  max-width: 1100px;
}

.anid-proj-inner .project-description p{
  margin: 0;
  padding: 0 0 20px;
}

.anid-proj-inner .project-description p:last-child{
  padding: 0;
}

body.single.single-project .main-content-wrap{
  padding-top: 35px;
}

.anid-proj-inner .proj-body-sec{
  padding: 40px 0 0;
}

.proj-body-rows .proj-body-flex {
  display: flex;
  gap: 40px;
}

.proj-body-rows .proj-body-row.text-row .proj-body-flex .proj-row-col.left{
  flex: 0.3;
}

.proj-body-rows .proj-body-row.text-row .proj-body-flex .proj-row-col.right{
  flex: 0.7;
}

.proj-body-rows .proj-body-row.imgs-row .proj-body-flex.proj-imgs-flex .pr-img {
  flex: 1;
  position: relative;
}

.proj-body-rows .proj-imgs-flex .pr-img img{
  width: 100%;
  height: auto;
  display: block;
}

.proj-body-rows .proj-body-row{
  padding: 0 0 50px;
}

.proj-body-rows .proj-body-row:last-child{
  padding: 0;
}

.proj-body-rows .proj-body-row.text-row .proj-body-flex .proj-row-col .proj-row-text{
  font-size: 16px;
}

.proj-body-rows .proj-body-row.text-row .proj-body-flex .proj-row-col .proj-row-text ul{
  list-style: none;
  padding: 0;
}

.proj-body-rows .proj-body-row.text-row .proj-body-flex .proj-row-col .proj-row-text p,
.proj-body-rows .proj-body-row.text-row .proj-body-flex .proj-row-col .proj-row-text ul li{
  margin: 0;
  padding: 0 0 20px;
}

.proj-body-rows .proj-body-row.text-row .proj-body-flex .proj-row-col .proj-row-text ul li:last-child,
.proj-body-rows .proj-body-row.text-row .proj-body-flex .proj-row-col .proj-row-text p:last-child{
  padding: 0;
}

.proj-body-rows .proj-body-row.text-row .proj-body-flex .proj-row-col .proj-row-title h2{
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.proj-body-rows .proj-imgs-flex .pr-img .vid-cta-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
}

.proj-body-rows .proj-imgs-flex .pr-img .vid-cta-wrap a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.25);
  transition: all 300ms ease;
  text-decoration: none;
  cursor: pointer;
}

.proj-body-rows .proj-imgs-flex .pr-img .vid-cta-wrap a:hover{
  background-color: rgba(0,0,0,0.45);
}

.proj-body-rows .proj-imgs-flex .pr-img .vid-cta-wrap a svg {
  width: 100px;
  height: auto;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0,0,0,0.5);
  background-color: rgba(110,193,228,0.4);
}

.proj-body-rows .proj-imgs-flex .pr-img .vid-cta-wrap a svg path.play{
  fill: rgba(0,0,0,0.7);
  mix-blend-mode: difference;
}

.anotherid-services .services-container {
  display: flex;
  flex-wrap: wrap;
}

.anotherid-services .services-container .service-card {
  width: 50%;
}

.anotherid-services .services-container .service-card {
  background-color: white;
  padding: 3rem 1.5rem 2.5rem;
}

/* Set grey background for odd groups of two */
.anotherid-services .services-container .service-card:nth-child(4n-3),
.anotherid-services .services-container .service-card:nth-child(4n) {
  background-color: #f0f0f0; /* Light grey color */
}

.anotherid-services {
  padding: 0 1rem;
}

.anotherid-services .services-container .service-card .serv-title {
  font-size: 1.8em;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  letter-spacing: -0.05em;
  padding: 14px 0 0;
  position: relative;
  color: #111;
}

.anotherid-services .services-container .service-card .serv-title::before {
  background-color: #6EC1E4;
  height: 5px;
  width: 50px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.anotherid-services .services-container .service-card .serv-desc {
  padding: 10px 0 0;
  font-size: 16px;
  line-height: normal;
}

.anotherid-services .services-container .service-card .serv-desc p{
  margin: 0;
  padding: 0 0 10px;
}

.anotherid-services .services-container .service-card .serv-desc p:last-child{
  padding: 0;
}

.aid-clients-sec {
  padding: 0 !important;
}

.post-type-archive-service .container {
  padding-left: 0;
  padding-right: 0;
}

.post-type-archive-service .container .main-content-wrap{
  padding-left: 0;
  padding-right: 0;
}

.anotherid-clients-slider .client-slide{
  padding: 0 20px;
}

.anotherid-clients-slider .client-slide .client-slide-wrap img{
  height: 200px;
  width: auto;
  display: block;
}

.porto-tb-item.service .porto-tb-featured-image .img-thumbnail {
  display: block;
  width: 100%;
  height: 100%;
}

.porto-tb-item.service .porto-tb-featured-image .img-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aid-abt-sec {
  margin-top: 0 !important;
  padding-left: var(--porto-fluid-spacing) !important;
  padding-right: var(--porto-fluid-spacing) !important;
}

.aid-services-shorts-home .elementor-widget-porto_button .btn:hover {
  transform: none !important;
}

.aid-services-shorts-home .elementor-widget-porto_button .btn {
  cursor: default;
  pointer-events: none;
}

.anotherid-featured-projects-container .project-row .project-row-cont {
  display: flex;
}

.anotherid-featured-projects-container .project-row {
  border-top: 1px solid #ddd;
}

.anotherid-featured-projects-container .project-row:last-child {
  border-bottom: 1px solid #ddd;
}

.anotherid-featured-projects-container .project-row .proj-link-wrap {
  padding: 25px 25px 25px 0;
}

.anotherid-featured-projects-container .project-row .proj-link {
  white-space: nowrap;
  background: #212121;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 45px;
  display: block;
  transition: all 300ms ease;
}

.anotherid-featured-projects-container .project-row .proj-link span,
.anotherid-featured-projects-container .project-row .proj-link i {
  display: inline-block;
}

.anotherid-featured-projects-container .project-row .proj-txts {
  flex: 1;
  padding: 25px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.anotherid-featured-projects-container .project-row .proj-thumb {
  max-width: 480px;
  padding: 25px 0 25px 25px;
  flex: 1;
}

.anotherid-featured-projects-container .project-row .proj-thumb img {
  display: block;
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  transition: all 300ms ease;
}

.anotherid-featured-projects-container .project-row .proj-txts .proj-name {
  font-size: 2.3em;
  font-weight: 600;
  color: #212121;
  line-height: normal;
  padding: 0 0 10px;
}

.anotherid-featured-projects-container .project-row .proj-txts .proj-summary {
  font-size: 1.2rem;
  line-height: normal;
  color: #111;
}

.anotherid-featured-projects-container .project-row .project-row-wrap{
  position: relative;
}

.anotherid-featured-projects-container .project-row .project-row-wrap:hover .proj-thumb img{
  opacity: 0.8;
}

.anotherid-featured-projects-container .project-row .project-row-wrap:hover .proj-link{
  transform: translateY(-5px);
}

.anotherid-featured-projects-container .project-row .proj-link span {
  padding: 0 8px 0 0;
}

.porto-tb-item.service .porto-tb-featured-image .img-thumbnail {
  display: none;
}

.services-container .porto-tb-item:hover .cs-service-type .porto-tb-featured-image .tb-hover-content {
  background-color: rgba(118,204,201,0.95) !important;
}

.sp-testimonial-free-section .sp-testimonial-item{
  height: unset;
  border: 1px solid #eee;
  padding: 25px;
  text-align: left;
}

.sp-testimonial-free-section{
  margin: 0 !important;
}

.sp-testimonial-free-section .sp-testimonial-item .sp-testimonial-client-image {
  margin: 0;
  padding: 0 0 15px;
}

.sp-testimonial-free-section .sp-testimonial-item .sp-testimonial-client-image img {
  width: 60px;
  height: 60px;
  display: block;
  object-fit: cover;
}

.sp-testimonial-free-section .sp-testimonial-item .sp-testimonial-client-testimonial {
  margin: 0;
  padding: 0 0 15px;
}

.sp-testimonial-free-section .sp-testimonial-item .sp-testimonial-client-testimonial .sp-testimonial-content {
  text-align: left;
  padding: 0 !important;
  display: block;
}

.sp-testimonial-free-section .sp-testimonial-item .sp-testimonial-client-testimonial .sp-testimonial-content p {
  text-align: left;
  font-size: 15px;
  padding: 0;
  margin: 0;
  line-height: normal;
}

.sp-testimonial-free-section .sp-testimonial-item .sp-testimonial-client-name,
.sp-testimonial-free-section .sp-testimonial-item .sp-testimonial-client-designation{
  text-align: left;
  margin: 0;
}

.sp-testimonial-free-section.swiper-initialized {
  padding: 0 0 30px !important;
}

.sp-testimonial-free-section .testimonial-pagination {
  bottom: 0;
  margin: 0;
}

.sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  margin: 0 3px;
}

.testimonials-shortcut .custom-avatar-1-info.elementor-widget-html span a {
  color: #111;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 300ms ease;
  display: block;
  padding: 5px;
  position: relative;
  left: -3px;
}

.testimonials-shortcut .custom-avatar-1-info.elementor-widget-html span a:hover{
  color: #76CCC9
}

.anotherid-featured-projects-container .project-row .proj-link-wrap.mob {
  display: none;
}

.proj-body-rows .proj-body-row.text-row .proj-body-flex .proj-row-col.left .nd-flex-col-wrap {
  position: sticky;
  top: 30px;
}



/* mobile */

@media screen and (max-width: 1440px){
  .anotherid-portfolio .anotherid-portfolio-cont #projects-container {
    gap: 20px;
  }

  .anotherid-portfolio .project-card {
    width: calc(33.33333333% - 14px);
  }
}

@media screen and (max-width: 1200px){
  .post-type-archive-service .elementor-1059 .elementor-element.elementor-element-794b721 > .elementor-element-populated,
  .aid-portfolio .elementor-1316 .elementor-element.elementor-element-3255a1b > .elementor-element-populated,
  .aid-about .elementor-68 .elementor-element.elementor-element-3255a1b > .elementor-element-populated {
    padding: 35px 16px 70px;
  }

  .anotherid-clients-slider .client-slide {
    padding: 0;
  }

  .anotherid-clients-slider .client-slide .client-slide-wrap img {
    height: 160px;
  }
}

@media screen and (max-width: 1024px){
  .anotherid-services-grid .porto-tb-item .porto-heading.post-title {
    font-size: 22px;
  }

  .cs-service-type .tb-hover-content {
    padding: 20px;
  }

  .anid-home .porto-full-no-gap.min-vh-100{
    min-height: 90vh;
  }

  .anotherid-featured-projects-container .project-row .proj-link-wrap {
    padding: 15px 15px 15px 0;
  }

  .anotherid-featured-projects-container .project-row .proj-txts {
    padding: 15px;
  }

  .anotherid-featured-projects-container .project-row .proj-txts .proj-name {
    font-size: 26px;
    padding: 0 0 5px;
  }

  .anotherid-featured-projects-container .project-row .proj-txts .proj-summary {
    font-size: 17px;
  }

  .anotherid-featured-projects-container .project-row .proj-thumb {
    max-width: 330px;
    padding: 15px 0 15px 15px;
  }

  .anotherid-services .services-container .service-card .serv-title {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 768px){
  .anotherid-featured-projects-container .project-row .proj-link-wrap{
    display: none;
  }

  .anotherid-featured-projects-container .project-row .proj-link-wrap.mob {
    display: block;
    padding: 15px 0 0;
  }

  .anotherid-featured-projects-container .project-row .proj-link{
    display: inline-block;
  }

  .anotherid-featured-projects-container .project-row .proj-txts{
    border-left: none;
  }

  #header .mobile-toggle {
    background-color: #76ccc9;
  }

  .anotherid-portfolio .anotherid-portfolio-cont #projects-container,
  .proj-body-rows .proj-body-flex {
    gap: 15px;
  }

  .anotherid-portfolio .project-card {
    width: calc(50% - 8px);
  }

  .anotherid-portfolio .project-card .proj-txts .pservices {
    font-size: 14px;
    line-height: normal;
  }

  .anotherid-portfolio .project-card .proj-txts .ptitle {
    font-size: 20px;
  }

  .proj-tags .filter-wrap .ptag-filter{
    font-size: 15px;
  }

  .proj-body-rows .proj-body-row.text-row .proj-body-flex .proj-row-col .proj-row-title h2 {
    font-size: 24px;
  }

  .services-container-wrap .elementor-widget-wrap {
    padding-bottom: 0 !important;
  }

  .anotherid-map-container .elementor-widget-container {
    padding: 0;
    height: 100vw !important;
  }
}

@media screen and (max-width: 580px){
  .abt-collage img{
    height: auto !important;
  }

  .anotherid-clients-slider .client-slide .client-slide-wrap img {
    height: 135px;
  }

  .anotherid-featured-projects-container .project-row .project-row-cont{
    flex-direction: column;
  }

  .anotherid-featured-projects-container .project-row .proj-thumb {
    order: 1;
    border: none;
    max-width: unset;
    width: 100%;
    padding: 15px 0;
  }

  .anotherid-featured-projects-container .project-row .proj-txts{
    order: 2;
    border: none;
    padding: 0 0 15px;
  }

  .anotherid-featured-projects-container .project-row .proj-txts .proj-name{
    font-size: 21px;
  }

  .anotherid-featured-projects-container .project-row .proj-txts .proj-summary{
    font-size: 15px;
  }

  .anotherid-services .services-container{
    display: block;
  }

  .anotherid-services .services-container .service-card{
    width: 100%;
  }

  .anotherid-services .services-container .service-card{
    padding: 30px 20px;
  }

  .anotherid-services .services-container .service-card .serv-title {
    font-size: 20px;
    line-height: 26px;
  }

  .anotherid-services .services-container .service-card .serv-desc{
    font-size: 15px;
  }

  .anotherid-portfolio .project-card {
    width: 100%;
  }

  .anotherid-portfolio .anotherid-portfolio-cont #projects-container, .proj-body-rows .proj-body-flex {
    gap: 25px;
  }

  .proj-body-rows .proj-body-flex {
    display: block;
  }

  .proj-body-rows .proj-body-row.imgs-row .proj-body-flex.proj-imgs-flex .pr-img{
    padding: 0 0 25px;
  }

  .proj-body-rows .proj-body-row.imgs-row .proj-body-flex.proj-imgs-flex .pr-img:last-child{
    padding: 0;
  }

  .anotherid-services .services-container .service-card:nth-child(2n+1) {
    background-color: #f0f0f0;
  }

  .anotherid-services .services-container .service-card:nth-child(2n) {
    background-color: #ffffff;
  }
}