body{
	    font-family: "Lato Regular", Sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
	 font-family: "Lato Regular", Sans-serif !important;
}
p{
	 font-family: "Lato Regular", Sans-serif !important;
}
a{
	 font-family: "Lato Regular", Sans-serif !important;
}
ol {
    padding: 0 0 0 20px;
}
ul {
    padding: 0 0 0 20px;
}
li{
	 font-family: "Lato Regular", Sans-serif !important;
}
.innerBanner .elementor-widget-breadcrumbs {
    font-family: "Lato Regular", Sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 3px;
    color: #FFFFFF !important;
}
.innerBanner .elementor-widget-breadcrumbs a {
    color: #fff;
}
.table-container{
	 font-family: "Lato Regular", Sans-serif !important;
}
tr{
	 font-family: "Lato Regular", Sans-serif !important;
}
th{
	 font-family: "Lato Regular", Sans-serif !important;
}
td{
	 font-family: "Lato Regular", Sans-serif !important;
}
#my-footer-sec .elementor-field-type-submit {
    width: 12%;
}
#my-footer-sec .elementor-field-type-email{
    width: 88%;
}
.main-slides .elementor-slide-button {
    padding: 18px 65px;
}
.home-blog-sec .blog-pages-posts h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.copyright-sec .elementor-widget-text-editor span {
    font-weight: 600;
}
#my-footer-sec p.elementor-icon-box-description span {
    font-weight: 600;
}
#home-box-sec .box1 {
   position: relative;
    border: 2px solid transparent;
    border-image-slice: 1;
    border-radius: 10px;
    background: linear-gradient(#fff, #fff) padding-box, /* inner background */ linear-gradient(117deg, #4EE99F 0.92%, #11D0EE 100%) border-box;
}

#home-box-sec .box2 {
   position: relative;
    border: 2px solid transparent;
    border-image-slice: 1;
    border-radius: 10px;
    background: linear-gradient(#fff, #fff) padding-box, /* inner background */ linear-gradient(117deg, #1AD1EE 0.92%, #9163EF 100%) border-box;
}

#home-box-sec .box3 {
    position: relative;
    border: 2px solid transparent;
    border-image-slice: 1;
    border-radius: 10px;
    background: linear-gradient(#fff, #fff) padding-box, /* inner background */ linear-gradient(117deg, #9163EF 0.92%, #F0110F 100%) border-box;
}
#home-box-sec .box4 {
    position: relative;
    border: 2px solid transparent;
    border-image-slice: 1;
    border-radius: 10px;
    background: linear-gradient(#fff, #fff) padding-box, /* inner white background */ linear-gradient(117deg, #1AD1EE 0.92%, #9163EF 100%) border-box;
}

#home-box-sec .box1:before {
    position: absolute;
    content: '';
    background: url('/../inhousemobility/wp-content/uploads/2025/03/skyblue.png');
    width: 52px;
    height: 52px;
    bottom: -25px;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
}
#home-box-sec .box2:before {
    position: absolute;
    content: '';
    background: url('/../inhousemobility/wp-content/uploads/2025/03/blue.png');
    width: 52px;
    height: 52px;
    bottom: -25px;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
}
#home-box-sec .box3:before {
    position: absolute;
    content: '';
    background: url('/../inhousemobility/wp-content/uploads/2025/03/purple.png');
    width: 52px;
    height: 52px;
    bottom: -25px;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
}
#home-box-sec .box4:before {
    position: absolute;
    content: '';
    background: url('/../inhousemobility/wp-content/uploads/2025/06/posticnn.png');
    width: 52px;
    height: 52px;
    bottom: -25px;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
	cursor:pointer;
}
.elementor-counter .elementor-counter-title {
    text-align: center;
}
.elementor-accordion-item {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 21.7px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.elementor-accordion .elementor-tab-title {
    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
    flex-direction: row-reverse;
}


.country-post-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    text-align: center;
}

.offer-column-shadow {
    position: relative; /* Ensure this is relative so :before can be absolute */
    margin: 0;
    padding: 0;
    height: 100%;
    transition: transform 0.4s ease-in-out;
}

.offer-column-shadow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.4s ease-in-out;
    position: relative;
    z-index: 1; /* Ensure it stays below the overlay */
}

.country-content {
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    display: none;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transform: translateY(20px);
    opacity: 0;
}

.country-post-area {
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.country-content a {
    color: #FFF;
    text-align: center;
    font-family: "Proxima Nova Bold", Sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.96px;
}

.country-content a.country-button {
    color: #FFF;
    font-family: "Proxima Nova Bold", Sans-serif;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 10px;
    background: #9163EF;
    padding: 17px 36px;
    transition: background 0.3s ease-in-out;
}

.country-post-area:hover .country-content {
    display: block;
    transform: translateY(0);
    opacity: 1;
    z-index: 9;
}
.offer-column-shadow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(38, 49, 115, 0.00) 0%, #263173 100%);
    left: 0;
    top: 0; /* Ensure it starts from top */
    opacity: 0;
    z-index: 2; /* Ensure it appears above the image */
    transition: opacity 0.4s ease-in-out;
}

.country-post-area:hover .offer-column-shadow:before {
    opacity: 1;
}

.country-post-area:hover .offer-column-shadow img {
    transform: scale(1.1);
}

.country-button:hover {
    background: #7149C6;
}
div#breadcrumb a {
    color: #fff !important;
}
.elementor-flip-box__back {
    background-color: transparent !important;
}
/* .elementor-flip-box__front {
    background:#11D0EE !important;
} */

.inhouse-pg .sky-blue-counter .elementor-widget-container{
    border-radius: 10px 0px 0px 0px !important;
    border-width: 7px 0px 0px 7px !important;
}
.sky-blue-counter .elementor-widget-container {
    background: var(--1, linear-gradient(117deg, #4EE99F 0.92%, #11D0EE 100%));
}
#departure-sec .box {
    border: 2px solid var(--2, #1AD1EE);
}
.destination-box {
border: 2px solid var(--3, #9163EF) !important;
}
.On-Assignment-box {
    border: 2px solid var(--4, #36E892) !important;
}
.value-box .elementor-image-box-title span {
    color: #333333;
    font-family: "Lato Regular", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.elementor-testimonial--skin-bubble .elementor-swiper-button {
    top: -50px !important;
    right:0 !important;
    left:auto !important;
    border: 1px solid #00275d;
    border-radius: 50px;
    padding: 10px;
}
.elementor-testimonial--skin-bubble .elementor-swiper-button.elementor-swiper-button-prev {
    right: 80px !important;
}
.elementor-testimonial--skin-bubble .elementor-swiper-button.elementor-swiper-button-next {
    right: 20px !important;
}
.elementor-swiper-button svg {
    fill: #00275d !important;
}
.why-icon-box1 h3.elementor-image-box-title {
    background: linear-gradient(117deg, #4EE99F 0.92%, #11D0EE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why-icon-box2 h3.elementor-image-box-title {
    background: linear-gradient(117deg, #1AD1EE 0.92%, #9163EF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why-icon-box3 h3.elementor-image-box-title {
    background: linear-gradient(117deg, #9163EF 0.92%, #F0110F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why-icon-box4 h3.elementor-image-box-title {
    background: linear-gradient(117deg, #36E892 0.92%, #9163EF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.red-btn .elementor-button-link {
    background: var(--3, linear-gradient(117deg, #9163ef .92%, #f0110f 100%));
}
.red-btn .elementor-button-link:hover {
    color: #fff !important;
}
.red-btn .elementor-button-link:focus {
    color: #fff !important;
}
.elementor-slide-button {
    background: var(--3, linear-gradient(117deg, #9163ef .92%, #f0110f 100%)) !important;
}
.destination-box1 {
    position: relative;
    border-image-slice: 1 !important;
    border-radius: 10px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(117deg, #4EE99F 0.92%, #11D0EE 100%) border-box;
    border-color: transparent !important;
    border-width: 2px !important;
}
.destination-box2 {
    position: relative;
    border-image-slice: 1 !important;
    border-radius: 10px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(117deg, #1AD1EE 0.92%, #9163EF 100%) border-box;
    border-color: transparent !important;
    border-width: 2px !important;
}
.destination-box3 {
    position: relative;
    border-image-slice: 1 !important;
    border-radius: 10px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(117deg, #9163EF 0.92%, #F0110F 100%) border-box;
    border-color: transparent !important;
    border-width: 2px !important;
}
.destination-box4 {
    position: relative;
    border-image-slice: 1 !important;
    border-radius: 10px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(117deg, #36E892 0.92%, #9163EF 100%) border-box;
    border-color: transparent !important;
    border-width: 2px !important;
}
.destination-box5 {
    position: relative;
    border-image-slice: 1 !important;
    border-radius: 10px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(117deg, #1AD1EE 0.92%, #9163EF 100%) border-box;
    border-color: transparent !important;
    border-width: 2px !important;
}
.destination-box1 {
    position: relative;
    border-image-slice: 1 !important;
    border-radius: 10px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(117deg, #4EE99F 0.92%, #11D0EE 100%) border-box;
    border-color: transparent !important;
    border-width: 2px !important;
}

/* Mega Menu Css Start Here */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    gap: 24px !important;
    display: flex !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 0 0 0!important;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #494949 0%, rgba(73, 73, 73, 0.00) 100%);
    z-index: -1;
    left: -30px;
/*     display:none; */
	opacity:0;
	padding :20px 0;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li:hover a:before{
/*     display:block; */
	opacity:1;
}
div#my-custom-mega-menu{
	font-family: "Lato Regular", Sans-serif !important;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
    font-weight: 500;
}
 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: url("/../inhousemobility/wp-content/uploads/2025/06/relocation-mega-menu-grey.png") !important;
    background-repeat: no-repeat  !important;
    background-size: cover  !important;
    background-position: center center;
    position: absolute;
    width: 1350px !important;
    left: -30px !important;
    right: 0;
    margin: 0 auto;
	top: 61px;
	padding: 35px 84px 45px 50px;
	border-radius: 0px 0px 20px 20px;
	 overflow: hidden;
}
#mega-menu-wrap-menu-1 .textwidget.custom-html-widget {
    margin-bottom: 28px;
}
.mega-sub-menu .mega-menu-column:last-child {
    padding: 0 0 0 50px !important;
}
.mega-sub-menu .mega-menu-column:last-child:before {
    content: "";
    background-color: #464646;
    position: absolute;
    display: block !important;
    width: 160%;
    height: 300%;
    top: -50px;
    left: 0;
    z-index: 0;
}
 div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
	text-transform:capitalize;
	font-weight: 400;
	display: flex;
    align-items: center;
}
 div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px;
    width: 100%;
}
li#mega-menu-1436-0-1 ul {
    padding-right: 10px !important;
}

li#mega-menu-1433-0-1 ul {
       padding-right: 10px !important;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 h4.mega-block-title {
    color: #ffffff !important;
    font-size: 20px !important;
    letter-spacing: -0.66px !important;
    text-transform: unset !important;
	font-weight: 900 !important;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 p {
    margin-bottom: 30px;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
a.menu-btn {
    background: var(--3, linear-gradient(117deg, #9163ef .92%, #f0110f 100%));
    width: 100%;
    font-family: "Lato Regular", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 17px 70px 17px 70px;
    margin-top: 10px !important;
}

div#my-custom-mega-menu 
#mega-menu-wrap-menu-1 
#mega-menu-menu-1 
li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row 
.mega-menu-column > ul.mega-sub-menu {
  list-style-type: disc !important; /* dot style */
  padding-left: 0px;     /* spacing for bullets */
}

div#my-custom-mega-menu 
#mega-menu-wrap-menu-1 
#mega-menu-menu-1 
li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row 
.mega-menu-column > ul.mega-sub-menu > li {
  transition: all 0.3s ease;
  position: relative;
  display: list-item !important;
  left: 0;
  list-style: none;
  margin-bottom: 15px;
}

li.widget_custom_html:hover {
    list-style: none !important;
}
/* div#my-custom-mega-menu 
#mega-menu-wrap-menu-1 
#mega-menu-menu-1 
li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row 
#mega-menu-1432-0-1 > ul.mega-sub-menu > li:hover {
  left: 0;
	 list-style: none;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row #mega-menu-1432-0-1 > ul.mega-sub-menu > li:hover a:before {
   display:none; 
    opacity: 0;
} */
div#my-custom-mega-menu 
#mega-menu-wrap-menu-1 
#mega-menu-menu-1 
li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row 
#mega-menu-1435-0-2 > ul.mega-sub-menu > li:hover {
  left: 0; /* move right on hover */
	 list-style: none;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row #mega-menu-1435-0-2 > ul.mega-sub-menu > li:hover a:before {
   display:none; 
    opacity: 0;
}
div#my-custom-mega-menu 
#mega-menu-wrap-menu-1 
#mega-menu-menu-1 
li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row 
#mega-menu-1434-0-2 > ul.mega-sub-menu > li:hover {
  left: 0; /* move right on hover */
	 list-style: none;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row #mega-menu-1434-0-2 > ul.mega-sub-menu > li:hover a:before {
   display:none; 
    opacity: 0;
}



div#my-custom-mega-menu 
#mega-menu-wrap-menu-1 
#mega-menu-menu-1 
li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row 
.mega-menu-column > ul.mega-sub-menu > li:hover {
  left: 20px; /* move right on hover */
	 list-style: disc;
}
/* Headings ka hover effect yha se band hua hai */

div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1436-0-0 > ul.mega-sub-menu > li:first-of-type:hover{
	  left: 0; /* move right on hover */
	 list-style: none;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1436-0-1 > ul.mega-sub-menu > li:first-of-type:hover{
	  left: 0; /* move right on hover */
	 list-style: none;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1436-0-3 > ul.mega-sub-menu > li:first-of-type:hover{
	  left: 0; /* move right on hover */
	 list-style: none;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row #mega-menu-1436-0-3 > ul.mega-sub-menu > li:hover a:before {
    display:none;
    opacity: 0;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1433-0-3 > ul.mega-sub-menu > li:first-of-type:hover{
	  left: 0; /* move right on hover */
	 list-style: none;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row #mega-menu-1433-0-3 > ul.mega-sub-menu > li:hover a:before {
    display:none;
    opacity: 0;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1433-0-0 > ul.mega-sub-menu > li:first-of-type:hover{
	  left: 0; /* move right on hover */
	 list-style: none;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1432-0-0 > ul.mega-sub-menu > li:first-of-type:hover{
	  left: 0; /* move right on hover */
	 list-style: none;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row #mega-menu-1432-0-2 > ul.mega-sub-menu > li:hover a:before {
    display:none;
    opacity: 0;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1432-0-2 > ul.mega-sub-menu > li:first-of-type:hover{
	  left: 0; /* move right on hover */
	 list-style: none;
}
/* div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1433-0-1 > ul.mega-sub-menu > li:first-of-type:hover{
	  left: 0; 
	 list-style: none;
} */
/* div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1433-0-2 > ul.mega-sub-menu > li:first-of-type:hover{
	  left: 0; 
	 list-style: none;
} */
/* div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row #mega-menu-1433-0-2 > ul.mega-sub-menu > li:hover a:before {
    display:none;
    opacity: 0;
} */

div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1435-0-0 > ul.mega-sub-menu > li:first-of-type:hover{
	  left: 0; /* move right on hover */
	 list-style: none;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1434-0-0 > ul.mega-sub-menu > li:first-of-type:hover{
	  left: 0; /* move right on hover */
	 list-style: none;
}
/* Headings ka hover effect yha se band hua hai */

div#my-custom-mega-menu  ul.mega-sub-menu {
  list-style-type: disc  !important;;
  list-style-position: inside  !important;;
  color: #ffffff  !important;; /* applies to text + bullet */
}
div#my-custom-mega-menu  ul.mega-sub-menu li::marker {
  color: #fff  !important;; /* your custom dot color */
  font-size: 16px  !important;; /* optional - bigger bullet */
}



div#my-custom-mega-menu 
#mega-menu-wrap-menu-1 
#mega-menu-menu-1 
li#mega-menu-1436-0-0 > ul.mega-sub-menu > li:first-of-type {
  list-style-type: none !important;
}

div#my-custom-mega-menu 
#mega-menu-wrap-menu-1 
#mega-menu-menu-1 
li#mega-menu-1436-0-0 > ul.mega-sub-menu > li:first-of-type a {
  font-size: 22px !important;
  font-weight:900 !important;
  font-weight: bold;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1436-0-0 > ul.mega-sub-menu > li:first-of-type a:before {
    display: none;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1432-0-0  > ul.mega-sub-menu > li:first-of-type a:before {
    display: none;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1435-0-0  > ul.mega-sub-menu > li:first-of-type a:before {
    display: none;
}
div#my-custom-mega-menu 
#mega-menu-wrap-menu-1 
#mega-menu-menu-1 
li#mega-menu-1433-0-0 > ul.mega-sub-menu > li:first-of-type a {
  font-size: 22px !important;
  font-weight:900 !important;
  font-weight: bold;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1432-0-0 > ul.mega-sub-menu > li:first-of-type a {
    font-size: 22px !important;
    font-weight: 900 !important;
    font-weight: bold;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1434-0-0 > ul.mega-sub-menu > li:first-of-type a {
    font-size: 22px !important;
    font-weight: 900 !important;
    font-weight: bold;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1435-0-0 > ul.mega-sub-menu > li:first-of-type a {
    font-size: 22px !important;
    font-weight: 900 !important;
    font-weight: bold;
}
div#my-custom-mega-menu 
#mega-menu-wrap-menu-1 
#mega-menu-menu-1 
li#mega-menu-1434-0-0 > ul.mega-sub-menu > li:first-of-type a:before {
    display: none;
}
div#my-custom-mega-menu 
#mega-menu-wrap-menu-1 
#mega-menu-menu-1 
li#mega-menu-1433-0-0 > ul.mega-sub-menu > li:first-of-type a:before {
    display: none;
}
/* div#my-custom-mega-menu 
#mega-menu-wrap-menu-1 
#mega-menu-menu-1 
li#mega-menu-1433-0-1 > ul.mega-sub-menu > li:first-of-type a {
  font-size: 22px !important;
  font-weight:900 !important;
  font-weight: bold;
} */

div#my-custom-mega-menu 
#mega-menu-wrap-menu-1 
#mega-menu-menu-1 
li#mega-menu-1434-0-0 > ul.mega-sub-menu > li:first-of-type {
  list-style-type: none !important;
}
div#my-custom-mega-menu 
#mega-menu-wrap-menu-1 
#mega-menu-menu-1 
li#mega-menu-1436-0-1 > ul.mega-sub-menu > li:first-of-type {
  list-style-type: none !important;
}
div#my-custom-mega-menu 
#mega-menu-wrap-menu-1 
#mega-menu-menu-1 
li#mega-menu-1436-0-1 > ul.mega-sub-menu > li:first-of-type a {
  font-size: 22px !important;
  font-weight:900 !important;
  font-weight: bold;
}
/* #mega-menu-1432-0-0 ul {
    column-count: 2;
    column-gap: 10px;
} */
div#my-custom-mega-menu 
#mega-menu-wrap-menu-1 
#mega-menu-menu-1 
li#mega-menu-1436-0-1 > ul.mega-sub-menu > li:first-of-type a:before{
	display:none;
}


/*  serach bar css */

/* Style for the dropdown container when it's open (usually involves a pseudo-class or JavaScript for true custom dropdowns) */
/* For a basic select, you'd target the select element directly */

.custom-search-container select:focus-visible {
    outline: none;
}

/* Styling the options within the dropdown when it's open */
#user-type option,
#service-type option {
  background-color: #283770; /* This is a dark blue, similar to the image */
  color: white; /* White text for contrast */
  padding: 10px; /* Add some padding for better spacing */
}

/* Style for hover state on options */
#user-type option:hover,
#service-type option:hover {
  background-color: #3b508f; /* A slightly lighter blue for hover effect */
}

/* Style for selected option (might not be visible in all browsers directly on the dropdown itself, often applies to the displayed value) */
#user-type option:checked,
#service-type option:checked {
  background-color: #263173; /* Keep background blue even when selected */
  color: white;
  padding:25px;
}

   .custom-search-container {
      background: #28E1A6;
      border-radius: 10px;
      padding: 20px 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      flex-wrap: wrap;
    }

.custom-search-container label {
    font-size: 17px;
    color: #000;
    margin-right: 5px;
}

   .custom-search-container select {
    border: none;
    border-bottom: 2px solid #000;
    background: transparent;
    font-size: 20px;
    color: #000;
    padding: 5px 10px;
    appearance: none;
    background-image: url(/../inhousemobility/wp-content/uploads/2025/06/Icon.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding-right: 30px;
    width: 100%;
    border-radius: 0px !important;
}
.custom-search-container button {
    background-color: #212660;
    color: #fff;
    border: none;
    padding: 8px 30px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 60px;
}
form#search-bar-form {
    font-family: "Lato Regular", Sans-serif;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
    padding: 15px 150px 25px 150px;
    border-radius: 10px;
    background: #36E892;
    box-shadow: 0px 0px 23.5px 0px rgba(0, 0, 0, 0.05);
    flex-wrap: nowrap;
}
form#search-bar-form .col {
    display: flex;
    align-items: center;
}
.elementor-field-type-checkbox .elementor-field-option {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 8px;
}
.first-col {
    width: 40%;
}
.first-col label {
    width: 12%;
}
.second-col label {
    width: 28%;
}
.second-col {
    width: 60%;
}
.you-receive-sec{
    box-shadow: 4px 4px 44px 0px rgba(0, 0, 0, 0.08);
}
a.view-arrow-btn {
    color: #333;
    font-family: "Lato Regular", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
    position: relative;
    left: 0;
    right: 0;
/*     bottom: 10%; */
	cursor:pointer;
	margin-top: 25px;
}
/* #view-solution-sec .elementor-flip-box__layer__description {
    height: 300px;
} */
#view-solution-sec .elementor-flip-box {
    height: 390px;
}
#view-solution-sec .elementor-flip-box__layer__description {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#view-solution-sec .icon_box{
   cursor:pointer;
}
.elementor-flip-box__layer__title {
    font-size: 18px;
}
.myGrid .big_box.icon_box{
    min-height: 265px;
}
a.view-arrow-btn:after{
    content: "";
    background: url(/../inhousemobility/wp-content/uploads/2025/07/arowIcon.png);
    position: absolute;
    width: 6px;
    height: 11px;
    right: 0;
    left: 120px;
    top: auto;
    margin: 0 auto;
    bottom: 3px;
}
#view-solution-sec a.view-arrow-btn:after {
    left: 63%;
}
/*Map Css Start Here*/

  #main-map-sec {display: flex; margin: 0; }
  #section_MAP{float:left; width:100%; background-color:#f7f9fa;}
  #section_MAP .innerWapper{margin:0 auto; width:80%; display: flex;}
  /* Sidebar styles */
  .sidebar {width:26%;}
  .region-list {list-style: none; padding: 0; margin: 80px 0 120px 0;}
  .region-item {display: flex; align-items: center; padding: 10px 0; margin-bottom: 5px; cursor: pointer; color:#8a8a8a; font-size: 24px; font-weight: bold;}
  .region-item .material-symbols-outlined{margin-right:5px; font-size: 35px;}
  .region-item:hover {color:#00275d;}
  .location-count { display: flex ; color: #333333; gap: 110px; }
  .location-count .label-section{}
  /* Labels and counts */
  .label-section {margin-bottom: 30px;font-size: 16px;}
  .label-title {font-weight: 600; margin-bottom: 10px;}
  .counts { margin-left: 10px;font-size:48px; font-weight: bold;}
  /* Map styles */
  .map-container { flex: 1; padding: 25px 0 0 0; }
  .map-img {width: 100%; height: auto; display: block;}
#regionDropdown {
    margin-bottom: 20px;
    display: none;
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    background-color: #00275d;
    color: #fff;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
}
#regionDropdown:focus {
  outline: none;
}


/*Map Css End Here*/

#myarrowgrid .box {
    height: 297px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#myarrowgrid .box .elementor-widget-container
 {
    height: 242px;
    width: 197px;
    align-items: center;
    display: flex;
    padding: 0;
    justify-content: center;
}
#myarrowgrid {
    position: relative;
}

div#myarrowgrid:before {
    position: absolute;
    content: '';
    background: url(/../inhousemobility/wp-content/uploads/2025/07/arrow-border1.png);
    width: 856px;
    height: 296px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*Contact us Start Here*/

.contact-us-map #section_MAP .innerWapper {
    width: 91%;
}
#contact-page-map-sec .enquire-sec {
    display: none;
}
#contact-page-map-sec .region-item {
    padding: 6px 0;
    margin-bottom: 0;
    font-size: 18px;
}
#contact-page-map-sec .map-container {
    padding: 0;
}
#contact-page-map-sec .sidebar {
    width: 265px;
}
#contact-page-map-sec .counts {
    font-size: 36px;
}
.icon_box .elementor-image-box-description span {
    font-weight: 400;
}

/*Blog Detail Start Here*/

.blog-content ul {
    margin-bottom: 20px;
}
.blog-content strong {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.66px;
}
.blog-pages-posts .elementor-post__meta-data {
    display: flex;
    gap: 30px;
    align-items:center;
}
.blog-pages-posts .elementor-post__meta-data span.elementor-post-date:before {
    position: absolute;
    content: '';
    background: url('/../inhousemobility/wp-content/uploads/2025/03/date.svg');
    width: 20px;
    height: 20px;
    left: 0;
}

.blog-pages-posts .elementor-post__meta-data span {
    position: relative;
    padding-left: 30px;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}

.blog-pages-posts .elementor-post__meta-data span.elementor-post-avatar:before {
    position: absolute;
    content: '';
    background: url('/../inhousemobility/wp-content/uploads/2025/03/chaticn.svg');
    width: 18px;
    height: 18px;
    left: 0;
}

/*Resource Detail Start Here*/

.resource-steps-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr 1fr 1fr);
  gap: 24px;
  margin-top: 30px;
}

.step-box:nth-child(4n+1) {
    border-image-slice: 1;
    background: linear-gradient(#fff, #fff) padding-box, /* inner background */ linear-gradient(117deg, #4EE99F 0.92%, #11D0EE 100%) border-box;
}
.step-box:nth-child(4n+2) {
    border-image-slice: 1;
    background: linear-gradient(#fff, #fff) padding-box, /* inner background */ linear-gradient(117deg, #1AD1EE 0.92%, #9163EF 100%) border-box;
}
.step-box:nth-child(4n+3) {
    border-image-slice: 1;
   background: linear-gradient(#fff, #fff) padding-box, /* inner background */ linear-gradient(117deg, #8A8A8A 0.92%, #00275D 100%) border-box;
}
.step-box:nth-child(4n+4) {
    border-image-slice: 1;
   background: linear-gradient(#fff, #fff) padding-box, /* inner background */ linear-gradient(117deg, #4EE99F 0.92%, #11D0EE 100%) border-box;
}

.step-box {
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    transition: all 0.3s ease;
}
.step-icon {
  max-height: 60px;
  margin-bottom: 12px;
}
.custom-loop .e-loop-item.has-post-thumbnail.hentry {
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF;
}
.custom-loop .e-loop-item.has-post-thumbnail.hentry .e-parent {
    padding: 0;
}
.custom-loop .e-loop-item.has-post-thumbnail.hentry .e-parent .e-con-inner {
    padding: 0;
}
.cat-list article.elementor-post.elementor-grid-item {
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF;
}

/*Custom Html Table Structure Start Here*/

.table-container {
width: 100%;
max-width: 960px; /* Equivalent to max-w-4xl */
background-color: #ffffff; /* White background */
border-radius: 0.75rem; /* rounded-xl */
overflow: hidden; /* Ensures content respects border-radius */
}
.service-table {
width: 100%;
border-collapse: collapse; /* Collapse borders for a clean look */
border-spacing: 0;
}
.table-header {
background: #00275D;
color: white;
}
.table-header th {
padding: 16px 24px;
text-align: left;
color: #FFF;
font-size: 18px;
font-weight: 900;
line-height: 28px;
}
.table-header th:first-child {
border-top-left-radius: 0.75rem; /* rounded-tl-xl */
}
.table-header th:last-child {
border-top-right-radius: 0.75rem; /* rounded-tr-xl */
}
.table-header .challenge-header {
border-right: 1px solid #e2e8f0; /* Light gray border */
}
.table-body tr {
border-bottom: 1px solid #e2e8f0; /* Light gray border */
}
.table-body tr:last-child {
border-bottom: none; /* No border for the last row */
}
.table-body tr:nth-child(even) {
background-color: #F6F9FD; /* bg-gray-50 for odd rows */
}
table.service-table td {
    background: transparent !important;
}
.table-body td {
padding: 16px 24px; /* px-6 py-4 */
vertical-align: top; /* Align content to the top */
}
.table-body .category-cell {
white-space: nowrap; /* whitespace-nowrap */
border-right: 1px solid #e2e8f0; /* Light gray border */
}
.table-body .challenge-description-cell {
border-right: 1px solid #e2e8f0; /* Light gray border */
width: 215px;
}
.text-medium {
color: #000;
font-size: 20px;
font-weight: 700;
line-height: 40px;
text-transform: capitalize;
}
.text-normal {
color: #333;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}

/* Values Ambition Vision Start Here */

.myGrid.big-height .icon_box {
    min-height: 260px;
}
.myGrid.big-height .icon_box p.elementor-image-box-description {
    display: flex;
    flex-direction: column;
}
.red-btn-border a.elementor-button span{
	color:#333;
}
.red-btn-border a.elementor-button {
    position: relative;
    display: inline-block;
    background: white; /* Inner button background */
    font-weight: bold;
    cursor: pointer;
    border-radius: 15px;
    z-index: 1;
}

.red-btn-border a.elementor-button::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px; /* Border thickness */
    background: linear-gradient(117deg, #9163EF 0.92%, #F0110F 100%);
    border-radius: inherit;
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.popup-form.get-in-touch .elementor-form-fields-wrapper .elementor-field-type-text {
    order: 1;
}
.popup-form.get-in-touch .elementor-form-fields-wrapper .elementor-field-type-email {
    order: 2;
}
.popup-form.get-in-touch .elementor-form-fields-wrapper .elementor-field-type-tel {
    order: 3;
}
.popup-form.get-in-touch .elementor-form-fields-wrapper .elementor-field-type-textarea {
    order: 4;
}
.popup-form.get-in-touch .elementor-form-fields-wrapper .elementor-field-type-checkbox {
    order: 7;
}
.popup-form.get-in-touch .elementor-form-fields-wrapper .elementor-field-type-html {
    order: 6;
}
.popup-form.get-in-touch .elementor-form-fields-wrapper .elementor-field-type-submit {
    order: 5;
}
form.elementor-form input {
    padding: 12px;
}

/*Responsive Start Here*/

@media (max-width: 1680px) {
	.elementor-flip-box__layer__title {
    font-size: 16px;
}
	.main-slides .elementor-slide-button {
    padding: 12px 45px;
}	
	.region-list {
    margin: 20px 0 50px 0;
}
	#contact-page-map-sec .region-item {
    font-size: 16px;
}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    gap: 18px !important;
}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    top: 56px;
}
	.region-item {
    font-size: 16px;
}
	.counts {
    font-size: 35px;
}
	.label-section {
    font-size: 14px;
}
	div#myarrowgrid:before{
    width: 750px;
    height: 295px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
	a.view-arrow-btn {
    font-size: 13px;
}
	.custom-search-container select {
    font-size: 14px;
}
	.custom-search-container label {
    font-size: 14px;
}
	.custom-search-container button {
    font-size: 15px;
}
	.second-col label {
    width: 31%;
}
	.custom-search-container select {
    width: 90%;
}
	div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 1120px !important;
}
	div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
}
	div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1436-0-0 > ul.mega-sub-menu > li:first-of-type a {
    font-size: 20px !important;
}
		div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1436-0-1 > ul.mega-sub-menu > li:first-of-type a {
    font-size: 20px !important;
}
	div#my-custom-mega-menu #mega-menu-wrap-menu-1 h4.mega-block-title {
    font-size: 18px !important;
}
	a.menu-btn {
    font-size: 15px;
    padding: 13px 40px 13px 40px;
}
/* 	div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1433-0-0 > ul.mega-sub-menu > li:first-of-type a {
    font-size: 20px !important;
    line-height: 30px;
}
		div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1433-0-1 > ul.mega-sub-menu > li:first-of-type a {
    font-size: 20px !important;
    line-height: 30px;
} */
	
}
@media (max-width: 1366px) {
	div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
}
	
}
@media (max-width: 1280px) {
	    .topics .icon_box figure.elementor-image-box-img img{
        width: 100% !important;
    }
	    div#myarrowgrid:before {
        width: 620px;
        height: 296px;
        left: 5px;
    }
	.custom-search-container select {
    font-size: 15px;
}
	.custom-search-container label {
    font-size: 15px;	
}
	#contact-page-map-sec .region-item {
        font-size: 15px;
    }
	#contact-page-map-sec .sidebar {
    width: 230px;
}
	.second-col label {
	width: 36%;	
	}
	    .counts {
        font-size: 32px;
    }
	    .label-section {
        font-size: 12px;
    }
	.region-item {
        font-size: 15px;
        padding: 0 0 10px 0;
    }
	.blog-pages-posts .elementor-post__meta-data {
    gap: 10px;
}
	.blog-pages-posts .elementor-post__meta-data span {
    padding-left: 25px;
}
	.custom-search-container button {
    margin-left: 15px;
}
	div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link
 {
        font-size: 13.5px;
    }
	a.view-arrow-btn {
    font-size: 12px;
    bottom: 5%;
}
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
        top: 55px;
    }
	    div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 12px;
    }
	    a.menu-btn {
        font-size: 12px;
        padding: 12px 34px 12px 35px;
    }
	div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 p {
    font-size: 12px;
    line-height: 20px;
}
	    div#my-custom-mega-menu #mega-menu-wrap-menu-1 h4.mega-block-title {
        font-size: 16px !important;
    }
	
}

@media (max-width: 1200px) {
		div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1433-0-0 > ul.mega-sub-menu > li:first-of-type a{
    font-size: 18px !important;
}
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1432-0-0 > ul.mega-sub-menu > li:first-of-type a {
    font-size: 18px !important;
}	
	div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1435-0-0 > ul.mega-sub-menu > li:first-of-type a {
    font-size: 18px !important;
}
	div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1434-0-0 > ul.mega-sub-menu > li:first-of-type a {
    font-size: 18px !important;
}
	
	
	
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    top: 63px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
        width: 1060px !important;
    }
div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
        font-size: 14px;
    }
	    div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1436-0-0 > ul.mega-sub-menu > li:first-of-type a{
        font-size: 18px !important;
    }
	    div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1436-0-1 > ul.mega-sub-menu > li:first-of-type a {
        font-size: 18px !important;
    }
	a.menu-btn {
        font-size: 13px;
    }
	div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 p {
    font-size: 14px;
    line-height: 24px;
}
	
}

@media (max-width: 1151px){
	.menu-col {
    order: 2 !important;
    width: 20% !important;
		display: contents;
}
		.language-dropdown
 {
    position: absolute;
    padding: 0;
    left: auto !important;
    right: 92px !important;
    justify-content: end;
}
}

@media (max-width: 1024px) {
	.InnerForm input {
    padding: 0 15px !important;
}
	.InnerForm .elementor-form-fields-wrapper .elementor-field-group {
    margin-bottom: 15px !important;
}
	a.view-arrow-btn:after {
    left: 45%; 
}
	#myarrowgrid .box .elementor-widget-container {
    height: 200px;
    width: 100%;
    padding: 20px 20px 20px 20px;
}
	#myarrowgrid .box {
    height: auto;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
        top: 122px;
    }
	    a.view-arrow-btn {
        bottom: 10%;
    }
	#view-solution-sec p.elementor-image-box-description {
    height: 140px;
}
	    div#myarrowgrid:before {
        width: 635px;
    }
       #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
        width: 100%!important;
        max-width: 100%;
        left: auto !important;
        right: 0;
        min-width: 100%;
        margin: 0 auto;
        padding: 15px 15px;
    }
	    div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 p {
        font-size: 11px;
        line-height: 20px;
    }
	    div#my-custom-mega-menu #mega-menu-wrap-menu-1 h4.mega-block-title {
        font-size: 15px !important;
        letter-spacing: -0.1px !important;
    }
	    a.menu-btn {
        font-size: 10px;
    }
	    div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 10px;
    }
	    div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        font-size: 12px;
    }
	    #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
        gap: 12px !important;
		flex-wrap: wrap;
		padding: 0 20px;
    }
	form#search-bar-form {
    padding: 25px 40px;
}
	    .custom-search-container select
 {
        font-size: 15px;
    }
	    .custom-search-container label {
        font-size: 13px;
    }
		    div#myarrowgrid:before {
        display: none;
    }
	#myarrowgrid .box:nth-child(1) .elementor-widget-container {
    border: 2px solid transparent;
    border-image-slice: 1;
    border-radius: 10px;
    background: linear-gradient(#fff, #fff) padding-box, /* inner background */ linear-gradient(117deg, #4EE99F 0.92%, #11D0EE 100%) border-box;
}
	#myarrowgrid .box:nth-child(2) .elementor-widget-container {
    border: 2px solid transparent;
    border-image-slice: 1;
    border-radius: 10px;
   background: linear-gradient(#fff, #fff) padding-box, /* inner background */ linear-gradient(117deg, #1AD1EE 0.92%, #9163EF 100%) border-box;
}
	#myarrowgrid .box:nth-child(3) .elementor-widget-container {
    border: 2px solid transparent;
    border-image-slice: 1;
    border-radius: 10px;
    background: linear-gradient(#fff, #fff) padding-box, /* inner background */ linear-gradient(117deg, #8A8A8A 0.92%, #00275D 100%) border-box;
}
	#myarrowgrid .box:nth-child(4) .elementor-widget-container {
    border: 2px solid transparent;
    border-image-slice: 1;
    border-radius: 10px;
     background: linear-gradient(#fff, #fff) padding-box, /* inner background */ linear-gradient(117deg, #9163EF 0.92%, #F0110F 100%) border-box;
}
	    #contact-page-map-sec .region-item{
        font-size: 12px;
    }
	    #contact-page-map-sec .sidebar {
        width: 195px;
    }
	#contact-page-map-sec .counts {
    font-size: 25px;
}
}
@media (max-width: 880px) {
	    a.view-arrow-btn:after{
        left: 60%;
    }
	    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
        top: 154px;
    }
	    #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
        flex-wrap: wrap;
		gap: 10px !important;
        padding-left: 15px;
    }
	.mega-sub-menu .mega-menu-column:last-child {
    padding: 0 0 0 10px !important;
}
	.region-list {
    margin: 25px 0 30px 0;
}
    #view-solution-sec p.elementor-image-box-description {
        height: 220px;
    }
	    a.view-arrow-btn {
        bottom: 20%;
    }
	#mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close:before {
        font-size: 30px !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu
 {
        width: 100% !important;
        left: 0 !important;
        right: 0;
        padding: 15px 10px 15px 20px;
    }
	div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-1436-0-1 > ul.mega-sub-menu > li:first-of-type a
 {
        font-size: 18px !important;
        line-height: 25px;
    }
	div#my-custom-mega-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu {
    display: contents;
}
	    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        width: 100%;
    }
	.region-item {
    font-size: 15px;
}
	#section_MAP .innerWapper {
    width: 90%;
}
	.sidebar {
    width: 40%
}

	
}

@media (max-width: 768px) {
    a.view-arrow-btn{
        bottom: 10%;
    }
	.menu-col{
    align-items: end;
}
	#mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close {
    left: auto !important;
    right: 0 !important;
}
	ul#mega-menu-menu-1 {
    padding: 40px 15px 0 15px !important;
}
 .language-dropdown
 {
    position: absolute;
    padding: 0;
    left: auto !important;
    right: 92px !important;
    justify-content: end;
}
		.main-slides .elementor-slide-description br {
    display: none;
}
}

@media (max-width: 767px) {
	#home-why-inhouse-sec .elementor-image-box-img {
    display: flex;
    justify-content: center;
}
	.language-dropdown
 {
    position: absolute;
    padding: 0;
    left: auto !important;
    right: 92px !important;
    justify-content: end;
}
	#view-solution-sec .elementor-flip-box {
    height: 340px;
}
	    #contact-page-map-sec .sidebar {
        width: 100%;
    }
	  #regionList {
    display: none;
  }
  #regionDropdown {
    display: block;
  }
	
	#view-solution-sec p.elementor-image-box-description {
        height: auto;
    }
	a.view-arrow-btn:after {
    left: 120px;
}
	.mega-sub-menu .mega-menu-column:last-child:before {
    top: 0;

}
	    a.view-arrow-btn {
        position: relative;
        top: 15px;
    }
	#view-solution-sec p.elementor-image-box-description {
        height: auto;
    }
	#my-footer-sec .elementor-icon-box-title {
    margin-top: 0;
}
.sidebar {
        width: 100%;
    }
	.region-list {
    margin: 0 0 10px 0;
}
	.region-item {
    padding: 0;
}
	    #section_MAP .innerWapper {
        width: 90%;
        display: block;
    }
	form#search-bar-form .col {
    flex-direction: column;
    gap: 10px;
}
	
	    form#search-bar-form {
        padding: 30px 10px;
        flex-direction: column;
        gap: 45px;
		border-radius: 0;
    }
	.first-col{
    width: 90%;
}
	.first-col label {
    width: 100%;
}
	.second-col {
    width: 90%;
}
	    .custom-search-container select {
        width: 100%;
    }
	    .custom-search-container button {
        padding: 12px 10px;
        font-size: 15px;
        margin-left: 0;
        width: 100%;
    }
	.second-col label{
    width: 100%
}
	    .custom-search-container label {
        font-size: 16px;
    }
}
@media (max-width: 480px){
	div#succes {
    margin-left: 10px;
    margin-right: 10px;
}
}

@media (max-width: 390px){
	.main-slides .elementor-slide-description {
    letter-spacing: 0px !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
	.main-slides .elementor-slide-heading {
    margin-bottom: 0px !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
}
	.main-slides .elementor-slide-description br {
    display: none;
}
	.main-slides .elementor-slide-button {
    padding: 15px 20px;
	font-size: 12px !important;
}
	
	
}
