p{
  margin: 0;
}
ul{
  margin: 0;
  padding: 0;
}
.custom_button .elementor-button-icon svg {
  height: auto;
  width: unset !important;
}
.hour_list ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.hour_list ul li{
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
.hour_list ul li b {
  min-width: 170px;
  font-weight: 400 !important;
  display: inline-block;
}
.icon_list .elementor-icon-list-icon {
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  margin: 0 8px 0 0 !important;
}
.icon_list .elementor-icon-list-icon svg {
  margin: 0 !important;
}
.custom_form input, .custom_form textarea {
  width: 100%;
  border: 1.10768px solid rgba(150, 150, 150, 0.15) !important;
  border-radius: 4.43071px;
  padding: 8.86142px 22.1536px 17.7228px;
  height: 53px;
}
.custom_form textarea{
  height: 217px;
}
.custom_form .elementor-button-icon {
  padding: 7px 0px 7px 12px;
  border-left: 1px solid #fff;
  margin-left: 5px;
}
.custom_form .elementor-button-content-wrapper {
  cursor: pointer;
}
.custom_form .elementor-field-type-submit {
  margin-bottom: 0 !important;
}
.copyright_text p span {
  font-size: 8px;
  position: relative;
  top: -5px;
}
.custom_button .elementor-button .elementor-button-icon {
  border-left: 1px solid #fff;
  padding-left: 12px;
}
.copyright_text b {
    position: relative;
    top: -5px;
    font-size: 9px;
}
/*//////BUsiness Gate Section////////////////////*/
.bgates_row{
  display: flex;
}
.bgates_no_list {
  width: 50%;
  position: relative;
  z-index: 1;
  top: 37px;
  right: -90px;
}
.bg_gates_images{
  width: 50%;
  background-image: url('/wp-content/uploads/2025/03/bg-1-png.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.bgates_list_item {
  display: flex;
  align-items: flex-start;
  gap: 55px;
  margin-bottom: 10px;
  cursor: pointer;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
.bgates_list_item.active {
    transform: translateY(0);
    opacity: 1;
}
.bgates_list_item:last-child {
  margin-bottom: 0;
}
.num_list h2 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 96px;
  line-height: 60px;
  text-transform: uppercase;
  color: #E0DECF;
  margin: 6px 0 0 0;
}
.bg_num_card {
  background: #E0DECF;
  padding: 20px 50px 30px 50px;
  min-height: 215px;
}
.bg_num_card h2{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  text-transform: capitalize;
  color: #172F61;
  margin: 0 0 10px;
}
.bg_num_card p{
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #353535;
}
.bgate_section{
  padding-left: calc((100% - 1415px) / 2) !important;
}
.custom_section{
  padding-left: calc((100% - 1500px) / 2);
}
/*////////////Solution-Area/////////////////*/
.solution_row{
  display: flex;
}
.image_soltion_col, .solution_desc_col, .soltion_items_col {
  width: 33.333%;
}
.image_soltion_col {
  background-image: url('/wp-content/uploads/2025/03/image-1-png.webp');
  background-size: cover;
  background-position: center;
  transition: background 0.5s ease-in-out;
}
.solution_desc_col .solution_content {
  display: none;
}
.solution_desc_col .solution_content.active {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}
.solution_desc_col {
  padding: 30px;
  background: #E0DECF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.soltion_items_col {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.soltion_item {
  padding: 30px 45px 15px;
  background: #E6F1F9;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  min-height: 170px;
}
.soltion_item:hover, .soltion_item.active{
  background: #E0DECF;
}
.soltion_item h2 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #353535;
  margin: 0 0 10px;
}
.short_content p{
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #353535;
}
.solution_desc_col .solution_content ul {
  margin: 0;
  padding: 0;
}
.solution_content ul li{
  padding: 18px 0 25px 0;
  position: relative;
  list-style: none;
}
.solution_content ul li:last-child {
padding-bottom: 0;
}
.solution_content ul li::before {
  content: '';
  width: 48px;
  height: 1px;
  background-color: #353535;
  transform: rotate(180deg);
  display: block;
  position: absolute;
  top: 0;
}
.solution_content ul li h3{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #353535;
  margin: 0 0 2px 0;
  text-transform: uppercase;
}
.solution_content ul li p{
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #353535;
  margin: 0;
}
/* Fade-in Animation */
@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
/*///////////////CENTER SECTION///////////////*/
.centers_row{
  display: flex;
  margin: 0 -8px;
}
.centers_row .slick-slide{
  padding: 0 8px;
}
.centers_col{
  width: 33.333%;
  background: #fff;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.centers_col.visible {
  opacity: 1;
  transform: translateY(0);
}
.center_content{
  padding: 40px;
}
.center_image img{
  width: 100%;
  display: block;
}
.centers_title h2{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #353535;
  margin: 0;
}
.centers_lists {
  margin: 40px 0;
}
.centers_lists ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.centers_lists ul li{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 8px;
}
.location_more_btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.learn_more_btn, .contact_btn a{
  background: #172F61;
  border: 1px solid #FFFFFF;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.learn_more_btn .btn_text, .contact_btn a .btn_text{
  padding: 12px;
  color: #fff;
  line-height: 1;
}
.learn_more_btn .icon_button, .contact_btn a .icon_button{
  border-left: 1px solid #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location_item{
  display: flex;
  align-items: center;
  gap: 8px;
}
.location_item p{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.detail_project_row {
  display: flex;
}
.detail_project_col {
  width: 50%;
}
.detail_project_col.image_project_col {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.detail_project_col.content_project_col {
  background: #fff;
  padding: 40px;
  position: relative;
}
.detail_project_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.detail_project_content h2 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #353535;
  margin: 0 0 40px 0;
}
.detail_project_list > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0 30px;
  border-top: 1px solid #353535;
}
.dp_list_title {
  width: 40%;
}
.dp_list_desc {
  width: 60%;
}
.dp_list_desc, .dp_list_desc ul li, .dp_list_desc p{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.dp_list_title p {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #353535;
}
.dp_list_desc ul {
  column-count: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-position: inside;
  column-gap: 20px;
  padding-left: 15px;
}
.dp_list_desc ul li {
  list-style: disc;
  padding-bottom: 2px;
}
.detail_project_list > ul > li:last-child{
  padding-bottom: 0;
  position: relative;
}
.contact_btn {
  position: absolute;
  bottom: 0;
  height: auto;
  left: 0;
  right: 0;
  width: 100%;
  display: inline-block;
}
.close_project {
  text-align: left;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 25px;
}
.center_detail_project {
  display: none;
  overflow: hidden; 
}
.centers_details_wrapper {
  margin-top: 15px;
  width: 100%;
}
.centers_row .slick-prev::before, .centers_row .slick-next::before {
  content: '' !important;
  opacity: 1 !important;
}
.centers_row .slick-next::before {
  content: '';
  position: absolute;
  border-left: 1px solid #fff;
  width: 100%;
  height: 100%;
  left: -20px;
  top: 0;
  opacity: 1;
}
.centers_row .slick-prev, .centers_row .slick-next{
  position: absolute;
  top: unset;
  left: calc(50% - 40px);
  transform: translateY(-50%);
  width: 40px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/04/project-left-png.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  bottom: 0;
}
.centers_row .slick-next {
  background-image: url('/wp-content/uploads/2025/04/project-next-png.webp');
  left: calc(50% + 38px);
}
/*/////////////SERVICES//////////////*/
.bar_heading h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.bar_heading h3::after {
  content: '';
  position: absolute;
  background: #fff;
  width: 130px;
  height: 1px;
  bottom: 0px;
  left: 0;
}
.service_slider{
  margin: 0 -10px;
}
.service_slider .slick-slide {
  text-align: center;
  padding: 0 10px;
}
.service_item {
  overflow: hidden;
}
.service_icon_mask {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.service_icon {
  width: auto;
  height: 124px !important;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.service_title_mask {
  height: auto;
  overflow: hidden;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 2px solid #6EA7D5;
  position: relative;
}
.servicetitle {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.6s ease 0.3s, opacity 0.6s ease 0.3s;
}
.service_slider .slick-slide.slick-active .service_icon {
  transform: translateY(0);
  opacity: 1;
}
.service_slider .slick-slide.slick-active .servicetitle {
  transform: translateY(0);
  opacity: 1;
}
.service_slider {
  padding-bottom: 40px;
}
.service_slider .slick-prev::before, .service_slider .slick-next::before {
  content: '' !important;
  opacity: 1 !important;
}
.service_slider .slick-prev:hover::before, .service_slider .slick-prev:focus::before, .service_slider .slick-next:hover::before, .service_slider .slick-next:focus::before {
  opacity: 1 !important;
}
.service_slider .slick-prev, .service_slider .slick-next{
  position: absolute;
  top: unset;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/04/arrow-next-png.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  bottom: -20px;
}
.service_slider .slick-next {
  background-image: url('/wp-content/uploads/2025/04/arrow-prev-png.webp');
  left: 80px;
}
.service_slider .slick-next::before {
  content: '';
  position: absolute;
  border-left: 1px solid #6EA7D5;
  width: 100%;
  height: 100%;
  left: -20px;
  top: 0;
  opacity: 1;
}
/*/////////////////FEATURES//////////////*/
.features_slider {
  display: flex;
  gap: 40px;
}
.features_slide {
  display: flex !important;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.features_img_col, .features_content_col {
  width: 50%;
}
.features_image img {
  width: 100%;
  height: auto;
  display: block;
}
.feature_title {
  max-width: 362px;
}
.feature_title h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: #FFFFFF;
  margin: 0 0 50px 0;
}
.feature_lists ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}
.feature_lists ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.feature_lists ul li:last-child {
  margin-bottom: 0;
}
.features_slider .slick-slide {
  padding: 0 20px 0 0;
}
.features_slider .slick-list {
  padding-left: 0px !important;
}
.features_slider .slick-prev::before, .features_slider .slick-next::before {
  content: '' !important;
  opacity: 1 !important;
}
.features_slider .slick-prev, .features_slider .slick-next{
  position: absolute;
  top: unset;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/04/arrow-next-png.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  bottom: -70px;
}
.features_slider .slick-next {
  background-image: url('/wp-content/uploads/2025/04/arrow-prev-png.webp');
  left: 80px;
}
.features_slider .slick-next::before {
  content: '';
  position: absolute;
  border-left: 1px solid #6EA7D5;
  width: 100%;
  height: 100%;
  left: -20px;
  top: 0;
  opacity: 1;
}
/*///////////Projects////////////*/
.project_row {
  display: flex;
  flex-wrap: wrap;
}
.project_image, .project_cards {
  width: 50%;
}
.card_project_content h2 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 46px;
  line-height: 46px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 40px 0;
}
.card_project_content{
  padding: 60px 160px 100px 40px;
  background: #172F61;
}
.project_cards_list ul {
  list-style: none;
}
.project_cards_list ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0 40px;
  border-top: 1px solid #fff;
  min-height: 130px;
}
.project_cards_list ul li:last-child {
  padding-bottom: 0;
}
.card_list_title {
  width: 40%;
}
.card_list_desc {
  width: 60%;
}
.card_list_title p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 21.7429px;
  line-height: 25px;
  color: #FFFFFF;
}
.card_list_desc p{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 21.7429px;
  line-height: 25px;
  color: #FFFFFF;
}
.bg_wrap {
  background-size: cover;
  background-position: center;
  width: 100%;
  transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), min-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  will-change: height; /* Optimizes for animation */
}
.slider_content .slick-prev::before, .slider_content .slick-next::before {
  content: '' !important;
  opacity: 1 !important;
}
.slider_content .slick-prev, .slider_content .slick-next {
  position: absolute;
  top: unset;
  left: 40px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url('/wp-content/uploads/2025/04/arrow-next-white-png.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  bottom: 30px;
}
.slider_content .slick-next {
  background-image: url('/wp-content/uploads/2025/04/arrow-prev-white-png.webp');
  left: 120px;
}
.slider_content .slick-next::before {
  content: '';
  position: absolute;
  border-left: 1px solid #fff;
  width: 100%;
  height: 100%;
  left: -20px;
  top: 0;
  opacity: 1;
}
/*////////////About Page///////////*/
.left_align_container{
  padding-left: calc((100% - 1540px) / 2) !important;
}
/*////////////////Solutions Mobile//////////////*/
.solution_slide {
  background: #E0DECF;
}
.solution_item_title{
  padding: 55px 35px;
}
.solution_item_title h2{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 46px;
  line-height: 56px;
  text-transform: capitalize;
  color: #353535;
  margin: 0;
}
.solution_item_image img{
  width: 100%;
  display: block;
}
.solution_item_content{
  padding: 55px 35px;
}
.solution_item_content ul {
  margin: 0;
  padding: 0;
}
.solution_item_content ul li {
  padding: 30px 0 55px 0;
  position: relative;
  list-style: none;
}
.solution_item_content ul li:last-child{
  padding-bottom: 0;
}
.solution_item_content ul li::before {
  content: '';
  width: 93px;
  height: 1px;
  background-color: #353535;
  transform: rotate(180deg);
  display: block;
  position: absolute;
  top: 0;
}
.solution_item_content ul li h3{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 32px;
  line-height: 52px;
  text-transform: uppercase;
  color: #353535;
  margin: 0;
}
.solution_item_content ul li p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 46px;
  color: #353535;
}
.solution_slider .slick-prev::before, .solution_slider .slick-next::before {
  content: '' !important;
  opacity: 1 !important;
}
.solution_slider .slick-prev, .solution_slider .slick-next {
  position: absolute;
  top: 83px;
  left: unset;
  right: 75px;
  transform: translateY(-50%);
  width: 40px;
  height: 30px;
  background-image: url('/wp-content/uploads/2025/04/blue-next-arrow-png.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}
.solution_slider .slick-prev {
  background-image: url('/wp-content/uploads/2025/04/blue-prev-arrow-png.webp');
  right: 150px;
}
.solution_slider .slick-prev::before {
  content: '';
  position: absolute;
  border-right: 1px solid #172F61;
  width: 100%;
  height: 100%;
  right: -20px;
  top: 0;
  opacity: 1;
}

/*////////////////////Mobile-Menu////////////*/
.menu_btn .elementor-icon{
  cursor: pointer;
  line-height: 1;
}
.mobile_menu{
  position: fixed;
  top: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: #172f61;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 1s;
} 
body .mobile_menu.active{
  height: 100vh;
  visibility: visible;
  transition: all 1s;
}
.mobile_menu_inner {
  padding: 0 55px;
}
.mobile_menu_header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 55px 0;
}
#close_mobile_menu {
  cursor: pointer;
}
#mobile_menu_nav {
  margin: 0;
  padding: 35px 0 25px;
  list-style: none;
}
.mobile_menu_navigation {
  max-width: 450px;
  margin-left: auto;
}
#mobile_menu_nav ul{
  list-style: none;
}
#mobile_menu_nav li a {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 50px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 10px;
}
#mobile_menu_nav li a:last-child{
  padding: 0;
}
.contact_list{
  padding-top: 30px;
}
.contact_list ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_info ul li{
  list-style: none;
}
.contact_info ul li a {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.contact_info ul li .icon_contact, .follow_icons ul li{
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon_contact svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.icon_contact {
  margin-right: 10px;
}
.contact_detail_title{
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  margin: 0 0 10px 0;
}
.follow_icons ul{
  display: flex;
  align-items: center;
}
.follow_icons ul li{
  list-style: none;
  margin-right: 11px;
}
.email_menu_list li a{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  color: #FFFFFF;
}
.email_menu_list li{
  padding-bottom: 7px;
}
.follow_icons ul li:last-child, .email_menu_list li:last-child{
  padding: 0;
}
.follow_icons ul li a i {
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile_menu_logo img {
  max-width: 170px;
}
.mobile_menu_navigation .mobile_menu_nav{
  position: relative;
}
.mobile_menu_navigation .mobile_menu_nav::after{
  content: '';
  position: absolute;
  width: 37px;
  height: 1px;
  background: #fff;
  bottom: 0;
}
.web_social_icons .elementor-social-icons-wrapper .elementor-grid-item {
  margin: 0 !important;
}
.hide_area{
  display: none !important;
}
.custom_section.features_section{
  padding-left: calc((100% - 1540px) / 2);
}


.home .elementor.elementor-17 {
  position: relative;
  z-index: 1;
  background: #fff;
}
.home #contactarea {
  padding-top: 50px;
}

.logo_slider .logo_box {
  height: 125px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.logo_slider .slick-slide {
  padding: 0 20px 0 0;
}
.logo_slider .slick-list {
  padding: 0 30px 0 0;
}
.copyright_text a {
  color: #fff !important;
}
.web__content ul {
  padding-left: 15px;
}
.web__content ul li {
  padding-bottom: 5px;
}
.web__content ul li:last-child{
  padding-bottom: 0;
}
.web__content h2 {
  margin: 15px 0;
  color: #172F61;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
}
.web__content a{
	text-decoration: underline !important;
}