@charset "utf-8";
/* CSS Document */

.dark_bg{background: #020021 !important; /*background: #1b1b1c*/}
.dark_bg h4{color: #ffffff !important;}
.dark_bg p, .dark_bg h6{color: rgba(226, 230, 255, .65) !important;}
.dark_bg .footer-link li a{color: rgba(226, 230, 255, .65) !important;}
.dark_bg .footer-link li a:hover{color: var(--color-primary) !important;}
.dark_bg .link-hover a{color: rgba(226, 230, 255, .65) !important;}
.dark_bg .link-hover a:hover{color: var(--color-primary) !important;}
.dark_bg .copyright-style-one .copyright-text a{color: rgba(226, 230, 255, .65) !important;}
.dark_bg .copyright-style-one .copyright-text a:hover{color: var(--color-primary) !important;}


/* Menu Changes */
.header-default .logo a img { max-height: 75px !important; }
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu.with-mega-item-2.full-width-mega {
    /* width: 110%; 
    left: -5%; */
}
.tmp-section-gapBoth{padding-top: 60px !important; padding-bottom: 60px !important;}

.theme-lowemp{color: #828282 !important;}

.marb_sp{margin-bottom: 5px !important;}
/*.title{font-size: 60px !important;}*/

.working-steps-area-tabs .left-icon-number {
  height: 80px;
  min-width: 180px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-white);
}

.top_contact{color: #060034; /*background: #060034; color: #8A8A8A;*/}
.top_contact a:link, .top_contact a:visited{color: #060034; font-weight: normal;}
.top_contact a:hover{color: #060034; font-weight: bold;}
.header-top-bar{padding: 5px 0px 0px 0px !important;}

.ash-bg{ background-color: #7C7C7C !important;}
.tmponhover .new-bg::after {
	background: var(--color-primary-alt);
}
.tmponhover .ash-bg::after {
	background: #CACACA;
}

/*************** MENU RELATED *********************/
.program_menu{width: 55% !important;}
.portfolio_menu{width: 60% !important; left: 50% !important;}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu.width-small-mega .wrapper .mega-top-banner {
    background-image: url("../../eaimages/banners/menu_corporate.jpg"), radial-gradient(100% 100% at 100% 0%, #484C7A 0%, var(--color-primary) 100%);
}
/*.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu.width-small-mega .wrapper .mega-top-banner {
    background-image: url(../images/banner/menu-service.webp), radial-gradient(100% 100% at 100% 0%, #484C7A 0%, var(--color-primary) 100%);
    background-size: contain;
    background-position: right 30%;
    margin: -30px;
    width: auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 25px;
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
}*/


/************** SLIDER IMAGES ***************/
.bg_image_hb01{background-image: url("../../eaimages/banners/home_slider_01.jpg"); }
.bg_image_hb01{background-image: url("../../eaimages/banners/home_slider_01.jpg"); }
.bg_image_hb01{background-image: url("../../eaimages/banners/home_slider_01.jpg"); }

/************** SOLUTIONS PAGE SLIDER ***************/
.height-450 {
  height: 450px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .height-450 {
    height: 310px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .height-450 {
    height: auto;
    padding: 150px 0;
  }
}
@media only screen and (max-width: 767px) {
  .height-450 {
    height: auto;
    padding: 100px 0;
  }
}

.slider-style-2.variation-2 .inner .title-sol {
  font-weight: 700;
  font-size: 70px;
  margin-top: 0;
  margin-bottom: 38px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-style-2.variation-2 .inner .title-sol {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-style-2.variation-2 .inner .title-sol {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-2.variation-2 .inner .title-sol {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-2.variation-2 .inner .title-sol {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-style-2.variation-2 .inner .title-sol {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-style-2.variation-2 .inner .title-sol {
    font-size: 22px;
  }
}

.solBanneTxt{color: var(--color-body) !important;}
.solBannerTopic{padding-top: 5px !important;}

/************** GALLERY ***************/
/*.tmp-card .inner .content{padding: 5px !important;}*/
.tmp-card h5{margin: 0px !important;}

/************** WHATSAPP BUTTON ***************/
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #C2C2C2; /* #C2C2C2; */
  /*color: #fff;*/
  border-radius: 50px;
  text-align: center;
  /*box-shadow: 2px 2px 3px #999;*/
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.whatsapp-icon {
  width: 38px;
  height: 38px;
}

/* Hover effect */
.whatsapp-float:hover {
  /*background-color: #128c7e;*/
  transform: scale(1.1);
}

/* Mobile responsive adjustments */
@media screen and (max-width: 767px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
  .whatsapp-icon {
    width: 30px;
    height: 30px;
  }
}

