/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.site_header.elementor-sticky--active{
	box-shadow: 0 0 5px 0 #e3e3e3;
}

.elementor-element.video_content:after,
.elementor-element.video_content:before{
    content: '';
    width: 5px;
    height: 24%;
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
}
.elementor-element.video_content:before{
    top: unset;
    bottom:0;
}
.site_header .site_logo .elementor-widget-container a{
	padding:17px;
}
.commercialization-list .sub_title,
.commercialization-list .text{
    display: none;
}
.commercialization-list li .titlte{
    cursor: pointer;
}
.commercialization-list .active .sub_title,
.commercialization-list .active .text{
    display: block;
}
.commercialization-list li .titlte {
     font-weight: 400;
     cursor: pointer;
     color: #ccc;
     font-size: 25px;
     font-style: italic;
     font-family: var(--e-global-typography-7f3ce36-font-family), Sans-serif;
	margin:0;
}
.commercialization-list{
     list-style: none;
	padding-left:0;
}
.commercialization-list li{
     counter-increment: step-counter; font-size: 16px; font-family: var(--e-global-typography-7f3ce36-font-family), Sans-serif;
	    padding-top: 15px;
    padding-bottom: 15px;

	padding-left:65px;
	position:relative;
}
.commercialization-list li:before{
  color: #ccc;
	content: "0" counter(step-counter);
	font-size: 30px;
	position: absolute;left: 0;
	font-weight: 200;
	z-index: 9;
    background: #fff;
    height: 50px;
    top: 20%;
    display: flex;
    align-items: center;
}

.commercialization-list li.active .titlte {
    font-size: 30px;
    color: var(--e-global-color-primary);
    font-weight: 500;
}

.commercialization-list .sub_title {
    font-size: 23px;
    color: var(--e-global-color-primary);
    font-weight: 400;
    margin: 0;
	margin-bottom:5px;
}
.services_sec:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ECECEC;
    inset: 0;
    left: 8.2%;
}
.commercialization-list li.active:before {
    color: var(--e-global-color-primary);
    font-weight: 500;
}
/* .commercialization-list li .learn-more{
    font-size: 18px;
    color: #CCCCCC;
	background: url('./images/button-arrow.svg') 100% no-repeat;
    font-weight: 400;
    letter-spacing: var(--e-global-typography-7f95998-letter-spacing);
    padding-right: 10px;
} */
.elementor-widget-testimonial-carousel .swiper-slide .elementor-testimonial:after {
    content: '';
	background: url('./images/quote.svg') 100% no-repeat;
	width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
    right: 70px;
    opacity: 0.2;
}
/* .commercialization-list li .learn-more:hover{
	color:var( --e-global-color-primary );
	background-image:url('./images/button-arrow-t.svg'); 
		
} */

.elementor-element.cta_bg:before{
	    mix-blend-mode: multiply;
}
.elementor-widget-button .elementor-button-content-wrapper{
	 align-items: center;
}
.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon{
	height:21px;
}
.services_box .service_img .elementor-widget-container img {
	transition:all .3s ease-in-out;
	border-radius:7px 7px 0 0;
}
.services_box:hover .service_img .elementor-widget-container img {
    transform: scale(1.1);
}
.services_box .service_img .elementor-widget-container {
    overflow: hidden;
}
.elementor-widget-testimonial-carousel .swiper-pagination {
    top: 95%;
}
.elementor-widget-testimonial-carousel .swiper-pagination .swiper-pagination-bullet {
    border-radius: 3px;
}

.award_logos figure.swiper-slide-inner{
    padding: 30px;
    filter: grayscale(100%);
    transition: all .3s ease-in-out;
}
.award_logos .elementor-widget-image{
    filter: grayscale(100%);
    transition: all .3s ease-in-out;
}
.award_logos figure.swiper-slide-inner:hover,
.award_logos .elementor-widget-image:hover{
    filter: grayscale(0);
}
.elementor-widget-image-carousel .elementor-swiper-button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 2px 23px 0 #e3e3e3;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
}
.elementor-widget-image-carousel .elementor-swiper-button:hover{
	background-color:var(--e-global-color-primary)
}
.elementor-widget-image-carousel .elementor-swiper-button:hover svg{
	fill:#fff !important;
}
.team_posts{
    display: grid;
    gap: 35px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.team_post{
    font-family: var( --e-global-typography-0951699-font-family ), Sans-serif;
}
.team_post .title{
    margin: 0;
    color: var( --e-global-color-primary );
    font-weight: var( --e-global-typography-0951699-font-weight );
    font-size: var( --e-global-typography-0951699-font-size );
}
.team_post .learn-more,
.elementor-posts .elementor-post .elementor-post__read-more{
    color: var( --e-global-color-primary );
    background: url('./images/button-arrow-t.svg') 100% no-repeat;
    background-position: top 7px right 0;
    padding-right: 13px;
}
.team_post .learn-more:hover,
.elementor-posts .elementor-post:hover .elementor-post__read-more{
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.team_post .designation {
    margin: 5px 0;
    font-size: 20px;
    color: var( --e-global-color-primary );
    font-weight: 300;
}
.post-img{
    overflow: hidden;
    border-radius: 7px 7px 0 0;
    line-height: 0;
    margin-bottom: 10px;
}
.post-img img{
    transition: all .3s ease-in-out;
}
.team_post:hover img {
    transform: scale(1.1);
}

.grid-col-2{
    display: flex;
    gap: 20px;
}
.team-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgb(0 0 0 / 50%);
    backdrop-filter: blur(8px);
}
.team-modal .modal-dialog {
    max-width: 1040px;
    width: 100%;    
    inset: 0;
    position: absolute;
    margin: 1rem auto;
    display: flex;
    align-items: center;
    min-height: calc(100% - 1.7rem * 2);
}
.team-modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    overflow: hidden;
    border-radius: 7px;
    outline: 0;
}
.team-modal .close-modal {
    box-sizing: content-box;
    padding: 5px;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #00000063;
    position: absolute;
    right: 0;
    border-radius: 0 5px 0 0;
    width: 35px;
    height: 35px;
}
.team-modal .close-modal svg{
    width: 20px;
    height: auto;
    fill:var(--e-global-color-primary)
}
.team-modal .close-modal:hover svg{
    fill:#fff;
}
.team-modal .close-modal:hover{
    opacity: 1;
    color: #fff;
}
.team-modal .modal-content .team-info{
    padding: 20px;
    font-family: var( --e-global-typography-0951699-font-family ), Sans-serif;
    color: var(--e-global-color-primary);
}
.team-info .title {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
}
.team-info .designation {
    margin: 10px 0;
    font-style: italic;
    font-weight: 500;
}
.team-info .description{
    font-weight: 400;
}
.team-modal .modal-content .team-img{
    min-width: 30%;
}
.team-modal .modal-content .team-img img{
    height: 100%;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}
.team-info .description p:last-child {
    margin-bottom: 0;
}
.elementor-select-wrapper .select-caret-down-wrapper svg {
    height: 3em;
}
.work-reviews {
    display: grid;
    row-gap: 78px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 30px;
}
.work-reviews .review {
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    padding: 20px;
}
.work-reviews .review .role {
    font-size: 21px;
    margin: 0;
    margin-bottom: 20px;
}
.work-reviews .review .review-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -64px;
    border: 7px solid #fff;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.10);
    margin-bottom: 15px;
    object-fit: cover;
}
.work-reviews .review img.taring {
    margin-top: 15px;
    width: 100px;
}
@media (max-width:1747px){
	.services_sec:after {
		left: 4%;
	}	
}
@media (max-width:1540px){
	.services_sec:after {
		left: 1.7%;
	}	
	.cta_bg .elementor-spacer-inner {
    	height: 246px !important;
	}
}
@media (max-width:1300px){
	.cta_bg .elementor-spacer-inner {
    	height: 280px !important;
	}
}
@media (max-width:992px){
	.cta_bg .elementor-spacer-inner {
    	height: 257px !important;
	}
	.commercialization-list li {
		padding-top: 10px;
    	padding-bottom: 10px;
    	padding-left: 30px;
	}
	.commercialization-list li.active .titlte {
    	font-size: 23px;
    }
	.commercialization-list .sub_title {
    	font-size: 20px;
    }
	/* .commercialization-list li .learn-more {
    	font-size: 16px;
    } */
	.commercialization-list li:before {
    	font-size: 25px;
    }
	.services_sec:after {
    	left: 3%;
	}
	.commercialization-list li:before {
    	top: 10%;
    }
    .team_posts{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width:767px){
	.services_sec:after {
    	left: 5%;
		height: 70%;
	}
	.site_header .site_logo .elementor-widget-container a {
    	padding: 10px;
	}
	.cta_bg .elementor-spacer-inner {
    	height: 222px !important;
	}
    .team_posts{
        gap: 30px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .grid-col-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .team-modal .modal-dialog {
        top: 2%;
        transform: unset;
    }
}

/* Timeline */


.timeline {
    position: relative;
    margin: 30px auto;
    padding: 20px 0;
    width: 1000px;
    box-sizing: border-box;
  }
  .timeline:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #f2f2f2;
  }
  .timeline ul {
    padding: 0;
    margin: 0;
  }
  .timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
  }
  .timeline ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
  }
  .timeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
  }
  
.timeline ul li .content {
    box-shadow: 0 3px 17px 0 rgba(0,88,155,10%) !important;
    border-radius: 10px;
    padding: 20px;
    box-shadow: none;
    margin-top: -20px;
    position: relative;
}
.timeline ul li .content:after {
    content: '';
    position: absolute;
    border-width: 10px;
    border-style: solid;
    top: 20px;
    border-color: transparent;
    border-left-color: var(--e-global-color-primary);
    left: 100%;
}
.timeline ul li:nth-child(even) .content:after{
    left: unset;
    right: 100%;
    border-left-color:transparent;
    border-right-color: var(--e-global-color-primary);
}
  .timeline ul li:nth-child(odd):before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    right: -6px;
    background: var(--e-global-color-primary);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(0 83 149 / 21%);
  }
  .timeline ul li:nth-child(even):before {
    content: ""; 
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    left: -4px;
    background: var(--e-global-color-primary);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(0 83 149 / 21%);
  }
  .timeline ul li h3 {
    color: var(--e-global-color-primary);
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
  }
  .timeline ul li p {
    margin: 10px 0 0;
    padding: 0;
  }
  .accordion .at-tab p:last-child{
    margin-bottom: 0;
  }
  
  @media (max-width: 1000px) {
    .timeline {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .timeline {
      width: 100%;
      padding-bottom: 0;
    }
    .timeline:before {
      left: 10px;
      height: 93%;
    }
    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even) {
      width: 100%;
      text-align: left;
      padding-left: 40px;
      /* padding-bottom: 35px; */
      padding-right: 0;
    }
    .timeline ul li:last-child{
        padding-bottom: 0 !important;
    }
    .timeline ul li:nth-child(odd):before,
    .timeline ul li:nth-child(even):before {
      left: 6px;
    }
    .timeline ul li:nth-child(even) .time {
      top: -30px;
      left: 50px;
      right: inherit;
    }
    .timeline{
        margin: 0 !important;
    }
    .timeline ul li .content:after {
        border-right-color: var(--e-global-color-primary);
        border-left-color:transparent;
        left: unset;
        right: 100%;
    }
    .timeline ul li .content {
        padding: 13px;
    }
  }

  /* accordion */

  
.accordion .at-tab {
    display: none;
    padding:15px;
    background-color: #fff;
    border-radius: 0 0 7px 7px;
}
  
.accordion .at-title {
    cursor: pointer;
    background-color: #fff;
    position: relative;
    transition: background-color 0.3s ease;
    border-radius: 7px;
}
.accordion .at-item {
    border-radius: 5px;
    margin-bottom: 15px;
}
.accordion .at-item:last-child{
    margin-bottom: 0;
}
  
.accordion .at-title h2 {
    font-size: 25px;
    font-weight: 500;
    padding: 15px;
    margin: 0;
    padding-right: 35px;
}
  
.accordion .accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}  
.at-title:after {
    content: "";
    background: url('./images/plus-i.svg') 100% no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    width: 35px;
    height: 35px;
    background-size: cover;
}
.at-title.active{
    background-color: var( --e-global-color-primary );
}
.at-title.active h2{
    color: #fff;
}
.at-title.active:after{
    background-image: url('./images/minus-i.svg');
}
@media (max-width:992px){
    .work-reviews {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width:767px){
    .work-reviews {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .accordion .at-title h2 {
        font-size: 21px;
    }
}
.video_gallery .wp-video {
    overflow: hidden;
    width: 100% !important;
    border-radius: 10px;
}

.video_gallery .wp-video .mejs-video {
    width: 100% !important;
    min-width: 100% !important;
}
.single.single-work .swiper-zoom-container >img {
    background-color: #fff;
}
.video_gallery .elementor-widget-container {
    display: flex;
    justify-content: center;
    gap: 30px;
}

@media (max-width: 767px) {
    .elementor-widget-testimonial-carousel .swiper-pagination {
        top: 97%;
    }
}