/* topbar */
.ets-techsolution-topbar-section > .elementor-container,
.ets-techsolution-header-section > .elementor-container{
  max-width: calc(100% - 6% );
}
.ets-techsolution-topbar-section .elementor-widget-wrap{
  padding: 0 !important;
}
.ets-header-register-btn a{
  padding: 12px 0;
}
.ets-techsolution-topbar-section .ekit_social_media li{
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.ets-techsolution-topbar-section .ekit_social_media li:last-child{
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.ets-techsolution-topbar-section .ekit_social_media li a{
  color: #fff !important;
}
.ets-techsolution-topbar-section .ekit_social_media li path{
  fill: #fff !important;
}
.ets-header-menu-section nav{
  justify-content: end !important;
}
.ets-header-menu-section nav>ul{
  justify-content: end !important;
  margin-right: unset !important;
}

.ets-footer-section .footer-col3 .ekit-wid-con .elementskit-blog-block-post .elementskit-entry-thumb>img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
}

#footer .footer-col3 ul li img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
}

#primary-menu .ue-menu .current-menu-item a {
  width: fit-content;
}
#primary-menu .ue-menu .sub-menu a:hover {
  border-radius: 0px;
}
#header .ekit_social_media li:nth-child(1) svg {
  font-size: 16px;
  max-width: 11px;
}

.top-bar-content-row .ekit-header-info li a:hover {
  color: #27AEA5 !important;
}
.top-bar-content-row .ekit-header-info li:hover svg path {
  fill: #27AEA5 !important;
}



/*=================== Footer Start =================*/

#footer {
    position: relative;
}
.footer-copyright .web-link:hover {
  color: #27AEA5;
}
.newsletter-section .subscribe-btn button {
  margin-top: 15px;
  padding: 8px 30px;
  border-radius: 6px;
  border: unset;
  background-color: #27AEA5;
  color: #FFFFFF;
  &:hover {
    background-color: #FFFFFF;
    color: #000000;
  }
}
.newsletter-section .wpcf7 form .wpcf7-response-output {
  margin: 1em 0em 0em;
  padding: 0.2em 1em;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.footer-newsletter .wpcf7-form-control-wrap {
  width: 100%;
}
.subscribe-icon .elementor-icon-wrapper {
    width: 40px;
    height: 40px;
    background-color: #27AEA5;
    border-radius: 50px;
    line-height: 50px;
}
.footer-newsletter .wpcf7-form-control-wrap {
    width: 100%;
}
.footer-newsletter form p {
    display: flex;
    gap: 0px;
    position: relative;
}
#footer-newsletter .footer-newsletter-col1 img {
    position: relative;
    z-index: 2;
}
.footer-newsletter .wpcf7-not-valid-tip {
    display: none;
}
.footer-newsletter form input {
    background-color: #FFFFFF;
    color: #00413D;
    padding: 15px 5px 14px 12px;
    border-radius: 5px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    border: unset;
    font: 400 16px/16px "Manrope";
}
.footer-newsletter form input::placeholder {
    font-size: 16px;
    color: #00413D;
    font: 300 16px/16px "Manrope";
}
.footer-newsletter .newsltr-btn {
    right: 0px;
    top: 0;
    font: 500 21px/21px "Montserrat";
    color: #FFF;
    position: absolute;
    padding: 14px 15px;
    border: unset;
    background-color: #27AEA5;
    border-radius: 5px;
    width: max-content;
}
.footer-newsletter form .subscribe-btn svg path {
    fill: #FFF;
}
.footer-newsletter .wpcf7-response-output {
    color: #FFF;
    margin: 10px 0px 1px !important;
    padding: 6px 8px !important;
    border: 1px solid #FFF !important;
    width: fit-content;
    font: 400 16px / 22px "Montserrat", Sans-Serif;
}
.footer-newsletter .wpcf7-not-valid-tip {
    display: none;
}


#footer .footer-content-row .footer-col2 .hfe-nav-menu li a {
  position: relative;
}
#footer .footer-content-row .footer-col2 .hfe-nav-menu li a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: #FFFFFF;
  border-radius: 50px;
  opacity: 1;
}

.footer-col4 .ekit-wid-con ul li {
  position: relative;
}
.footer-col4 .ekit-wid-con ul li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: auto;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: #FFFFFF;
  border-radius: 50px;
  opacity: 1;
}

.footer-col4 .ekit-header-info li a:hover {
  color: #27AEA5 !important;
}
.footer-col4 .ekit-header-info li a:hover svg path {
  fill: #27AEA5 !important;
}

.web-link {
  color: #FFFFFF;
}


/*=================== Footer End =================*/
