/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    http://example.com/twentytwenty-child
 Description:  A child theme for the Twenty Twenty theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     twentytwenty
 Text Domain:  twentytwenty-child
version: 1.4
*/

/* Add your custom styles below */
html,body
{
    overflow-x: hidden !important; 
}
body{
	margin:0;
}

/*menu*/
#main-heaer-sidebar .hfe-flyout-content.push{
	padding: 30px 30px 30px 0;
 }
.hfe-flyout-wrapper .hfe-menu-toggle:hover, .hfe-flyout-wrapper .hfe-menu-toggle {
    border: none !important;
}
.hfe-nav-menu .sub-arrow {
	font-size: 24px !important;
}
ul.sub-menu.sub-menu-open li {
    padding-right: 50px;
}

.she-header #header-main-level-btn a.elementor-button.elementor-button-link.elementor-size-sm{
	    padding: 10px 15px 10px 15px !important;
	font-size: 10px;
}
.she-header .hfe-nav-menu-icon svg {
    font-size: 40px !important;
    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
}
div.hfe-nav-menu-icon {
    align-items: center !important;
    display: flex !important;
}


/* Arrow animation */
.hfe-menu-toggle {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* Smooth rotation */
  transform: rotate(-0deg); /* Default state (down arrow) */
}

/* Rotate arrow to point upwards when submenu is expanded */
.hfe-has-submenu[aria-expanded="true"] .hfe-menu-toggle {
  transform: rotate(-180deg); /* Rotate upwards */
}

/* Submenu animation */
.sub-menu {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out; /* Smooth expand/collapse */
}

/* Show submenu */
.hfe-has-submenu[aria-expanded="true"] .sub-menu {
  visibility: visible;
  opacity: 1;
  height: auto;
}


/* sub menu sliding and bouncy effect */
/* Define the slide-down bounce animation */
@keyframes slideDownBounce {
  0% {
    transform: translateY(-10%);
    opacity: 0;
  }
  80% {
    transform: translateY(5%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Define the slide-up animation */
@keyframes slideUpBounce {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  20% {
    transform: translateY(-5%);
    opacity: 0.8;
  }
  100% {
    transform: translateY(-10%);
    opacity: 0;
  }
}


/* Submenu default state */
.sub-menu {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease;
}

/* Submenu open state */
.sub-menu.sub-menu-open {
  visibility: visible;
  height: auto;
  animation: slideDownBounce 0.5s ease-out;
  opacity: 1;
}

/* Submenu close state */
.sub-menu.sub-menu-closing {
  animation: slideUpBounce 0.5s ease-out;
  opacity: 0;
}
span.hfe-menu-toggle.sub-arrow.hfe-menu-child-0 {
    padding-right: 0;
}


/* header */




span.extra-blo{
	font-weight: 900;
}

#services-showcase .bdt-panel-slide-item.swiper-slide{
/* 	width: 640px !important; */
	border-radius: 16px;
}
/* div#services-showcase {
    left: 300px;
} */

.bdt-ep-review-card-carousel-content {
    flex-direction: column-reverse !important;
    display: flex !important;
}


#services-showcase .swiper-pagination.bdt-position-z-index.bdt-position-bottom.swiper-pagination-progressbar.swiper-pagination-horizontal{
	width: 50%;
    justify-content: center;
    display: flex;
    margin: auto;
	height: 18px;
    border-radius: 25px;
}
#services-showcase span.swiper-pagination-progressbar-fill{
	    width: 100%;
	border-radius: 25px;
}
#services-showcase .swiper-carousel{
	margin-bottom: 50px !important;
}
#services-showcase span.bdt-button-icon-align-right {
    font-size: 17px;
	margin-left: 15px;
}
#services-showcase a.bdt-panel-slide-link.bdt-transition-slide-bottom{
	align-items: center;
    display: flex;
}
.ser {
    display: flex;
    align-items: center;
}
.ser img {
	margin-right: 15px;
}
.ser div:nth-child(2) {
    width: 250px !important;
}
.post-grid-text-wrap {
    display: flex !important;
    justify-content: space-between !important;
	    padding-left: 20px;
    padding-right: 20px;
}
.post-grid-thumbnail img {
    width: 100%;
}
.key-main{
	column-count: 2;
}
.key-sub {
    display: flex;
	    background: #978C8A;
}
.key-sub img{
	width: 17px;
	margin-right: 10px;
}
.key-sub{
	color: #F1EDE4;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 37px;
	    margin-bottom: 15px;
	    padding: 5px 15px;
}
.key-sub div {
    align-items: center;
    display: flex;
}
div#team-member img{
	width: 250px;
}
div#team-member .bdt-transition-scale-up{
	justify-content: center;
    display: flex;
}
div#team-member span.bdt-member-role{
	margin-bottom: 0px;
}
div#team-member .bdt-member-icons{
	    padding: 0;
    border: none;
}
div#team-member .bdt-member-icons a{
	    background: #F1EDE4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
	align-items: center;
    display: inline-grid;
    justify-content: center;
}
div#team-member .bdt-member-icons a svg{
	    fill: #978C8A !important;
    font-size: 22px;
}

#services-showcase .bdt-panel-slide-item.swiper-slide.bdt-transition-toggle:hover .bdt-overlay-gradient {
    background: linear-gradient(to bottom, #050040 100%, #050040 100%);
    opacity: 0.8;
}

#services-showcase .bdt-panel-slide-item.swiper-slide.bdt-transition-toggle:hover .bdt-panel-slide-thumb {
-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* Ensure the default state has no scaling */
#services-showcase .bdt-panel-slide-thumb {
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}



#faq-part summary.e-n-accordion-item-title{
	    justify-content: space-between;
}
div#footer-logo .elementor-widget-container, div#header-logo .elementor-widget-container{
    justify-content: center !important;
    display: flex !important;
}

div#gallery-1 .gallery-item{
	    padding: 0 15px 40px 0 !important;
}
#new-key-benefits li.elementor-icon-list-item {
    background: #978C8A !important;
	    padding: 10px 15px !important;
}
#new-key-benefits  ul.elementor-icon-list-items{
	width: fit-content;
	column-count: 2;
}

/* footer */

div#footer-logo img, #header-logo img {
    width: 106px !important;
}
#footer-menu ul.bdt-navbar-nav{
	 width: 1030px;
    display: block;
    text-align: center;
}
#footer-menu ul.bdt-navbar-nav li {
    display: inline-flex;
	margin-bottom: 20px;
	
}
#footer-menu ul.bdt-navbar-nav li a{
	min-height: 100%;
	    border-right: 1px solid #fff;
    line-height: 15px;
}
.footer-width-fixer{
	    background: #090028 !important;
}
#case-studies-title .elementor-widget-divider--view-line_text .elementor-divider-separator:after{
	margin-top: 20px !important;
}
#sub-service-icon img{
	width: 63px;
}
#footer-copyright p{
	align-items: center;
    display: inline-flex;
}


/* contact form */
.row-ctn1 {
    column-count: 2;
	margin-bottom: 25px;
}
.row-ctn p{
	margin: 0px;
}
.row-ctn1 label, div#wpcf7-f1502-p339-o1 textarea{
	width: 100%;
	    display: block;
}
.row-ctn1 input, div#wpcf7-f1502-p339-o1 textarea{
	    border: 1px solid #C4C4C4;
    padding: 15px 15px;
	width: 100%;
}
.row-ctn1 select {
	    border: 1px solid #C4C4C4;
    padding: 11px 15px;
    width: 100%;
}
.row-ctn1 input::placeholder, div#wpcf7-f1502-p339-o1 textarea::placeholder, div#wpcf7-f1502-p339-o1 select{
	color: #6C757D;
	font-family: "Red Hat Display", Sans-serif;
	font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 25px;
}
h2.contact-title{
	color: #000063;
	font-family: "Red Hat Display", Sans-serif;
	font-size: 60px;
    font-weight: 800 !important;
    line-height: 80px;
	    text-transform: uppercase;
	margin:0px;
}
p.contact-para{
	color: #978C8A;
	font-family: "Red Hat Display", Sans-serif;
	font-size: 22px;
    font-weight: 300 !important;
    line-height: 30px;
	margin: 0px 0 30px 0;
}
.btn-sub {
    justify-content: flex-end;
    display: flex;
}
.btn-sub p{
	margin: 0px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #978C8A;
    border: none;
    color: #fff;
    font-family: "Red Hat Display", Sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    padding: 13px 20px;
    justify-content: flex-end;
    text-align: right;
    display: flex;
}
#contact-page-location{
	 background: #fff;
	padding: 30px 40px;
}
#contact-page-location hr{
	    color: #978C8A;
    width: 60%;
    margin-bottom: 15px;
    margin-top: 15px;
}
#contact-page-location h3{
	color: #000063;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 28px;
    font-weight: 700 !important;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
}
.location-main div {
    display: flex;
}
.location-sub div img  {
    width: 25px;
/*     margin-right: 15px; */
}
.location-sub  {
    margin-bottom: 15px;
	
}
.location-sub a, .location-sub{
	color: #000063;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 22px;
    font-weight: 300 !important;
    line-height: 25px;
}
div#team-member span.bdt-member-name{
	 font-size: 35px;
}
#footer-copyright-txt p{
	    display: inline-flex;
    margin-top: auto;
    margin-bottom: auto;
}

@media only screen and (max-width: 1650px){
	div#sub-service-intro-col1 {
    padding-right: 70px;
}
	
}
@media only screen and (max-width: 1400px){
	.key-sub{
		    font-size: 15px;
	}
	    div#sub-service-intro-col1 {
        padding: 50px;
    }
}


@media only screen and (max-width: 1024px){
	.ser img {
    width: 30px !important;
}
	#services-showcase .bdt-panel-slide-item.swiper-slide{
		width: 330px;
	}
	.ser p{
		margin: 0px;
	}
	.ser div:nth-child(2) {
    width: 100% !important;
}
	#services-showcase .swiper-carousel {
    margin-bottom: 30px !important;
    margin: 0;
}
	#who-we-are-col1, #why-choss-col2, div#sub-service-intro-col1{
		width: 100%
	}
	#testimonia-card .bdt-navigation-prev {
    left: -30px;
}
	#testimonia-card .bdt-navigation-next {
    right: -30px;
}
	#footer-menu ul.bdt-navbar-nav{
		text-align: center;
	}
	#footer-menu ul.bdt-navbar-nav li a {
    min-height: 100%;
    border-right: 1px solid #fff;
    line-height: 15px;
    padding-left: 0;
    margin-right: 15px;
}
	.key-sub {
    font-size: 12px;
	line-height: 18px;
	}
	#case-title-main{
		display: flex;
	}
	div#case-title-col1{
		width:60%;
	}
	div#case-title-col2{
		width:40%;
	}
	div#our-story-sec{
		background-color: #F1EDE4 !important;
	}
	.mission-section{
		background-color: #fff !important;
	}
	#meet-team-mobile-col1, #meet-team-mobile-col2{
		width: 50%;
	}
	#contact-page-location {
    padding: 20px;
}
	#contact-page-location h3 {
	font-size: 23px;
	}
	h2.contact-title {
    font-size: 30px;
		line-height: 40px;
	}
	#tabs-contact-us-mobile .e-n-tabs-heading{
		display: block !important;
		        margin-bottom: 30px;
	}
	#tabs-contact-us-mobile .e-n-tab-title{
		margin-bottom: 0px;
		        width: 100%;
	}
	.row-ctn1 {
    column-count: 1;
    margin-bottom: 0;
}
	.row-ctn1 div {
    margin-bottom: 25px;
}
	div#team-member span.bdt-member-name{
	 font-size: 10px;
}
	#contact-page-location hr {
    
		width: 100%;
	}
	#footer-contact-add {
		    word-break: break-all;
	}
	#tab-mob-sec .e-con-inner{
		display: block;
	}
}


@media only screen and (max-width: 768px){
	div#header-mobile-logo img {
    width: 57px !important;
}
	#header-mobile-col1, #header-mobile-col3{
		width: 20% !important;
	}
	#header-mobile-col2{
		width: 60% !important;
	}
	.mobile-width .e-con-inner{
		width: 90% !important;
	}
	.ser img {
    width: 30px;
}
	div#team-member img {
    width: 100px !important;
}
	div#team-member  .bdt-member-content {
    padding: 10px;
}
	div#team-member .bdt-member-icons a {
    width: 30px;
		height: 30px;
	}
	div#team-member .bdt-member-icons a svg {
   
    font-size: 15px;
}
	.key-main {
    column-count: 1;
}
	#new-key-benefits  ul.elementor-icon-list-items{
	width: 100%;
	column-count: 1;
}
	.location-sub div img {
    width: 15px;
/*     margin-right: 15px; */
}
	#footer-menu ul.bdt-navbar-nav li a{
		       
        line-height: 20px !important;
       border-right: none;
        margin-right: 0;
	}
	#footer-copyright-txt p{
	    display: block;
    margin-top: auto;
    margin-bottom: auto;
		    line-height: 30px !important;
}
}


