/*
Theme Name: Data Next Step - Your Cybersecurity Expert
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.2.1.1736594149
Updated: 2025-01-11 11:15:49

*/


/* ----------Custom CSS Start---------- */
a{
	color:unset;
}
select.gt_selector.notranslate {
  color: var( --e-global-color-primary );
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 14px;
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  padding: 5px 10px;
  outline: 0 !important;
}
.btn_main a{
	position:relative;
	overflow:hidden;
}
.btn_main a:after{
	content: " " !important;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute !important;
  top: 0;
  left: -100%;
  background-image: linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%) !important;
  transition: all 0.3s ease-out 0s !important;
  z-index: -1;
}
.btn_main:hover:after {
  left: 0;
  transition: all 0.3s ease-out 0s !important;
}
#solution_mega_menu{
	height:0;
	opacity:0;
	transition:all 0.3s ease-in-out;
}
#solution_mega_menu.open{
	height:auto;
	opacity:1;
}
/* footer#colophon {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    visibility: visible;
    opacity: 1;
    z-index: -1;
} */
.fixed_header {
	left:0;
	transition:all 0.5s ease-in-out;
}
.service_list:after {
  content: "";
  width: 100%;
  height: 100%;
  background:var( --e-global-color-primary );
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-10deg);
  z-index: -1;
  border-radius: 10px;
	transition:all ease-in-out 0.3s;
}
.service_list:hover:after {
  transform: translate(-50%, -50%) skewX(0deg);
}
.privacy_icon_box h3{
	margin-top:0 !important;
}
.privacy_icon_box .elementor-icon-box-icon {
  margin-top: 5px;
}
.post-template-default #comments {
  display: none;
}
.contact_add figure.elementor-image-box-img {
  border: 1px solid var( --e-global-color-primary );
  border-radius: 50%;
  padding: 15px;
  width: 90px;
  height: 90px;
	background:#fff;
}
.contact_add  img.attachment-full.size-full {
  max-height: 60px !important;
  object-fit: contain;
}
.word_wrap a {
  word-wrap: break-word;
}
.active-section {
  padding-top: 80px !important;
}

/* partners css  */
.partnere_images .elementor-swiper-button{
  position: absolute !important;
  background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
  font-size: 20px !important;
  top: 50% !important;
  transform: translatey(-50%) !important;
  width: 45px;
  height: 45px;
  align-items:center;
  justify-content:center;
  border: none !important;
  border-radius: 50%;
  z-index: 99 !important;
  padding: 0;
  overflow: hidden;
}
/* .partnere_images .elementor-swiper-button.elementor-swiper-button-prev:before {
    background-image: url(https://dev.dns.mtlti.com/wp-content/uploads/2024/11/prev.svg) !important;
}
.partnere_images .elementor-swiper-button.elementor-swiper-button-prev:before, .partnere_images .elementor-swiper-button.elementor-swiper-button-next:before {
    content: " " !important;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://dev.dns.mtlti.com/wp-content/uploads/2024/11/next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
}
 */
.partnere_images .elementor-swiper-button:after {
  content: " " !important;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -100%;
  background-image: linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
  transition: all 0.3s ease-out 0s;
  z-index: -1;
}
.partnere_images .elementor-swiper-button:hover:after {
    left: 0;
}
.partnere_images figure.swiper-slide-inner {
  box-shadow: -5px 0px 25px 0px rgb(0 0 0 / 5%);
  margin: 5px 5px !important;
  background-color: var(--e-global-color-28b9d3e);
  border-radius:10px;
  padding:5px;
}
.animation_image .elementor-widget-container img{
  animation: tm-animation-floating 3s infinite ease-in-out;
}

@keyframes tm-animation-floating{
  0% {
    -webkit-transform: translate(0, 0px);
  }
  65% {
      -webkit-transform: translate(0, 15px);
  }
  100% {
      -webkit-transform: translate(0, 0px);
  }
}
.partnere_images figure.swiper-slide-inner img {
  height:150px;
  width:150px;
  object-fit:contain;
}
.cta-bg {
  height:280px;
}
.cta-bg .elementor-widget-image {
  height:100%;
}
.testimonial-box .swiper-slide {
  margin-bottom:25px;
  padding:20px;
  border-radius:8px;
  background-color:#fff;
  box-shadow:8px 8px #032f55;
  height:auto;
}
.testimonial-box .qodef-e-quote {
  text-align:right;
}
.testimonial-box.qodef-qi-swiper-container {
  overflow:visible;
}
.service-icon img {
  filter:invert(100%) sepia(100%) saturate(2%) hue-rotate(323deg) brightness(102%) contrast(101%);
}
.blog-list .qodef-blog-item .qodef-e-excerpt {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-list .qodef-blog-item .qodef-e-title .qodef-e-title-link {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-list .qodef-blog-item .qodef-e-media-image img{
  display:block;
  object-fit:cover;
  object-position:top;
  height:100%;
}
.blog-list .qodef-blog-item .qodef-e-media-image{
  display:block;
  height:280px;
}
.blog-list .qodef-blog-item .qodef-e-media-image a {
  height:100%
}
.blog-list .qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-inner {
  background-color: var(--e-global-color-primary);
  height:100%;
}
.language-box .gt_switcher .gt_option {
  position:absolute !important;
  background: var(--e-global-color-primary) !important;
  border:1px solid var(--e-global-color-primary) !important ;
}
.language-box .gt_switcher .gt_option a {
  color:var(--e-global-color-abba958) !important;
  font-family:"Rajdhani";
}
.language-box .gt_switcher .gt_option a:hover {
  color:var(--e-global-color-text) !important;
}
.language-box .gt_switcher .gt_selected{
  background: var(--e-global-color-primary) !important;
}
.language-box .gt_switcher .gt_selected a{
  border:1px solid var(--e-global-color-primary) !important;
  color:var(--e-global-color-abba958) !important;
  font-family:"Rajdhani";
}
.language-box .gt_switcher .gt_selected a:after {
  filter:invert(100%) sepia(100%) saturate(2%) hue-rotate(323deg) brightness(102%) contrast(101%);
}
.language-box .gt_switcher .gt_selected a:hover {
    background: var(--e-global-color-primary) !important;
}
.language-box .gt_switcher a img {
  opacity:1 !important;
}

@keyframes up-down{
  0% {
    -webkit-transform: translatey(-10px);
  }
  65% {
      -webkit-transform: translatey(0px);
  }
  100% {
      -webkit-transform: translatey(-10px);
  }
}
.right-shape {
  animation:up-down 4s infinite alternate-reverse;
}
.left-shape {
  animation:up-down 4s infinite alternate-reverse;
}
.footer-bottom-form {
  display:flex;
  align-items:center;
  gap:10px;
}
.footer-bottom-form .wpcf7-submit {
  align-self:end;
}
.value-desc .elementor-widget-text-editor p {
  margin-bottom:10px !important;
}
.value-desc .elementor-widget-text-editor:last-child  p {
  margin-bottom:0px !important;
}
.vm-icon {
  height:100px;
  width:100px;
  border-radius:100%;
}
.vm-icon .elementor-widget-image img {
  height:100%;
  width:100%;
}
.vm-content p {
  height:150px;
  overflow-y:auto;
}
.vm-content p::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.vm-content p::-webkit-scrollbar-thumb {
  background: var(--e-global-color-ac7219d);
}
.vm-content p::-webkit-scrollbar {
    width: 5px;
}
.contact-form-main .contact-box {
  display:flex;
  gap:20px;
  margin:0;
}
.contact-form-main label {
  width:100%;
}
.contact-form-main label textarea {
  height:150px;
  overflow-y:auto;
}
.contact-form-main .contact-btn {
  margin:0;
  margin-top:20px;
}
.single-post .comments-area .form-submit
{
  margin-bottom:0;
}
.single-post .comments-area .form-submit input[type=submit]{
  border:1px solid var(--e-global-color-primary) !important;
  background-color:var(--e-global-color-primary) !important;
  color:#fff;
  padding:15px 30px;
  border-radius:50px;
  font-size:18px;
  font-weight:600;
  font-family:"Rajdhani";
  margin-top:15px;
}
.single-post .comments-area .form-submit input[type=submit]:hover{
  background-color: #fff !important;
  color:var(--e-global-color-primary) !important;
}
.single-post main {
  padding:80px 20px;
}
.single-post .post-tags .tag-links a {
  color:#fff;
  font-weight:500;
  background-color:var(--e-global-color-primary) !important;
  padding:10px;
  border-radius:5px;
  text-decoration:none;
}
.single-post .post-tags .tag-links {
  margin:15px 0;
  display:flex;
  gap:15px;
  align-items:center;
  flex-wrap:wrap;
}
.single-post .page-content p {
  font-size:18px;
  font-weight:500;
}
.single-post .page-content p a {
  color:var(--e-global-color-primary) !important;
}
.single-post .page-content .wp-block-button {
  margin-bottom:15px;
}
.single-post .logged-in-as a {
  color:var(--e-global-color-primary) !important;
  font-weight:500;
  
}
.single-post .comment-reply-title {
    color:var(--e-global-color-primary) !important;
  font-family:"Rajdhani";
}
.single-post header h2 a {
  color:#fff;
}
.single-post .comment-form-comment label {
  margin-bottom:10px;
  font-weight:500;
  font-size:16px;
}
.single-post .post-tags {
  padding: 12px 20px;
    background: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 5%);
    border-radius: 8px;
    margin: 20px 0 30px;
}
.single-post .page-header .entry-title {
  display:block;
  color:var(--e-global-color-primary) !important;
  margin-bottom:25px;
  font-size:40px;
  font-family:"Rajdhani";
  font-weight:600;
}
.single-post .post-thumbnail img {
  border-radius:12px;
  display:block;
  width:100%;
}
.single-post .post-thumbnail {
  margin-bottom:20px;
}
.blog_details_inner {
  display:flex;
  gap:40px;
  font-family: "Nunito Sans", Sans-serif;
}
.blog_details_inner .blog_details_content {
  width:70%;
}
.blog_details_inner .post-sidebar {
  width:30%;
}
.blog_details_inner .post-sidebar .wp-block-search .wp-block-search__label {
  font-size:18px;
  font-weight:600;
  margin-bottom:8px;
  font-family:"Rajdhani";
}
.blog_details_inner .post-sidebar .wp-block-search .wp-block-search__button {
    border:1px solid var(--e-global-color-primary) !important;
  background-color:var(--e-global-color-primary) !important;
  color:#fff;
  padding:8px 25px;
  border-radius:5px;
  font-size:18px;
  font-weight:600;
  font-family:"Rajdhani";
}
.blog_details_inner .post-sidebar .wp-block-search .wp-block-search__button:hover  {
  background-color: transparent !important;
  color:var(--e-global-color-primary) !important;
}
.blog_details_inner .post-sidebar .wp-block-search {
  margin-bottom:25px;
}
.blog_details_inner .post-sidebar .wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  color:var(--e-global-color-primary) !important;
}
.blog_details_inner .post-sidebar .wp-block-latest-posts__list li {
  margin-bottom:10px;
}
.blog_details_inner .post-sidebar .wp-block-latest-posts__list {
  margin-bottom:25px;
}
.blog_details_inner .post-sidebar .wp-block-heading {
  font-family:"Rajdhani";
  margin-bottom:5px;
}
.blog_details_inner .post-sidebar .wp-block-categories-list li a {
  font-size:18px;
  font-weight:500;
  color:var(--e-global-color-primary) !important;
}
.blog_details_inner .post-sidebar .wp-block-categories-list li {
  margin-bottom:8px;
}
.blog_details_inner .blog_details_content .comment-form-author {
  width:48%;
  display:inline-block;
  margin-right:25px;
}
.blog_details_inner .blog_details_content .comment-form-email  {
  width:48%;
  display:inline-block;
}
.blog-list .pagination {
  margin: 0 auto !important;
}
.comment-form-cookies-consent {
  display:flex;
  gap:8px;
}
.arrow-right .elementor-widget-image img {
  transform:rotateY(180deg);
}
.contact-blog.contact-form-main label {
    width: 100%;
    margin-bottom: 20px;
  font-size:18px;
  font-weight:500;
  color:var(--e-global-color-primary) !important;
}
.contact-blog.contact-form-main {
  margin-bottom:45px;
}
.contact-blog.contact-form-main label span {
  margin-top:8px;
  display:block;
}
.contact-blog.contact-form-main .contact-btn {
  margin-top:8px;
}
.contact-blog.contact-form-main .contact-btn input[type=submit]{
  border:1px solid var(--e-global-color-primary) !important;
  background-color:var(--e-global-color-primary) !important;
  color:#fff;
  padding:15px 40px;
  border-radius:50px;
  font-size:18px;
  font-weight:600;
  font-family:"Rajdhani";
}
.contact-blog.contact-form-main .contact-btn input[type=submit]:hover{
  background-color: #fff !important;
  color:var(--e-global-color-primary) !important;
}
.footer-width-fixer .elementor-heading-title a {
  color:#fff!important;
}
.footer-expert .elementor-widget-text-editor span {
  text-underline-offset:4px;
  padding-left:4px;
}
.footer-expert .elementor-widget-text-editor span:hover a {
  color:#fff !important;
}
.mega_menu_btn>ul.sub-menu {
  width:70%;
  justify-content:space-between;
  left:50% !important;
  transform:translateX(-50%) !important;
}
.language-box .elementor-shortcode .trp-ls-shortcode-current-language {
  width:auto !important;
  background-color:var(--e-global-color-primary) !important;
  border:none;
  padding: 4px 30px 3px 7px;
  
}
.language-box .elementor-shortcode .trp-ls-shortcode-language {
  width:auto !important;
  background-color:var(--e-global-color-primary) !important;
  border:none;
  padding: 4px 25px 3px 7px;
}

.language-box .trp-language-switcher > div > a {
  color:#fff;
  padding: 5px 35px 5px 0;
  
}
.language-box .trp-language-switcher {
  width:auto;
}

.language-box .trp-language-switcher > div {
  
  background-position: calc(100% - 10px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px);
}

.language-box .trp-language-switcher > div > a:hover {
  background-color:transparent;
}
.language-box .elementor-shortcode .trp-ls-shortcode-current-language:after {
    content: '';
    background-image: url(https://dev.dns.mtlti.com/wp-content/plugins/translatepress-multilingual/assets/images/arrow-down-3101.svg);
    position: absolute;
    right: 4px;
    background-size: 20px 14px;
    top: 40%;
    z-index: 999;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    line-height: 50px;
    filter: brightness(1) invert(1);
  visibility:visible;
}
.language-box .elementor-shortcode .trp-ls-shortcode-current-language {
    background-image: none !important;
}

.language-box .trp-language-switcher > div {
   background-image: none !important;
}

.service_detail_list .elementor-widget-container ul li {
    position: relative;
    padding-left: 20px;
    margin: 5px 0;
}
.service_detail_list .elementor-widget-container ul li:before {
    content: '\f101';
    position: absolute;
    top: 13px;
    left: 0;
    /* width: 100%; */
    /* height: 100%; */
    font-size: 14px;
    color: #00638e;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    transform: translateY(-50%);
}
.service_detail_list .elementor-widget-container ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  .blog_details_inner .blog_details_content .comment-form-author {
    width:100%;
    margin-right:0;
  }
  .blog_details_inner .blog_details_content .comment-form-email  {
    width:100%;
  }

  .single-post .page-header .entry-title   {
    font-size:30px;
  } 
  .blog_details_inner {
    gap:20px;
  }
  .blog_details_inner .blog_details_content {
    width:55%;
  }

  .blog_details_inner .post-sidebar {
    width:45%;
  }
  .single-post main {
    padding:60px 20px;
  } 
}

@media only screen and (max-width:767px){
  .single-post main {
    padding:50px 20px;
  }
  .blog_details_inner {
    flex-direction:column;
    gap:50px;
  }
  .blog_details_inner .blog_details_content {
    width:100%;
    order:2;
  }
  .blog_details_inner .post-sidebar {
    width:100%;
    order:1;
  }  
  .single-post .page-header .entry-title   {
    font-size:24px;
  } 
  .blog_details_inner .blog_details_content .comment-form-author {
    width:100%;
    margin-right:0;
  }
  .blog_details_inner .blog_details_content .comment-form-email  {
    width:100%;
  } 
}


@media only screen and (max-width:575px) {
  .language-box .gt_switcher {
    width:100%  !important;
  }
  
  .language-box .gt_switcher .gt_option {
    width:100%  !important;
  }
  .top-contact .elementor-icon-list-icon+.elementor-icon-list-text {
    padding-inline-start: 2px !important;
  }
  .top-contact .elementor-inline-items {
    gap:5px;
  }
  .contact-form-main .contact-box {
    flex-direction:column;
    gap:0px;
  } 
  .vm-icon {
    height:80px;
    width:80px;
  }  
  .partnere_images figure.swiper-slide-inner img {
    height: 100px;
    width: 100px;
  }  
  .language-box .elementor-shortcode .trp-ls-shortcode-current-language {
    width:100% !important;
  }
  .language-box .elementor-shortcode .trp-ls-shortcode-language {
    width:100% !important;  
  }
  
}

@media only screen and (max-width:375px) {
  .footer-bottom-form {
    flex-direction:column;
  }
  .footer-bottom-form input[type="submit"].wpcf7-submit {
    width:100% !important;
  }
}


@media only screen and (min-width:1025px){
	.fixed_header .e-con-inner{
		position:relative !important;
	}
	.fixed_header nav, .fixed_header .e-con-inner div:nth-child(2), .fixed_header .e-con-inner div:nth-child(2) div,.fixed_header .hfe-nav-menu {
		position:static !important;
	}
	.mega_menu_btn{
		position:static !important;
	}
	.mega_menu_btn:hover>ul.sub-menu {
	  display:flex !important;
	}
	.mega_menu_btn >ul.sub-menu {
		display:none !important;
		grid-template-columns: repeat(3, 1fr);
		padding: 40px;
		width: 70%;
		grid-gap: 30px;
		min-width:unset !important;
	}
	.mega_menu_btn .sub-menu .sub-menu {
		position: static !important;
		display: flex !important;
		flex-direction: column !important;
		visibility:visible !important;
		opacity:1 !important;
		box-shadow:none !important;
		padding-left: 0;
		transform: translateY(0) !important;
		gap: 15px !important;
		min-width:unset !important;
	}
	.mega_menu_btn .sub-menu>li>div>a {
		border-bottom: 1px solid var( --e-global-color-28b9d3e );
		padding: 0px 0 5px 0 !important;
		margin-bottom: 20px;
		display: inline-block;
		color: var(--e-global-color-text);
	}
	.mega_menu_btn .sub-menu>li>div>a:hover{
		color: var(--e-global-color-text) !important;
	}
	.mega_menu_btn .sub-menu .sub-menu a {
		padding: 0 !important;
	}
	.mega_menu_btn .sub-menu li,.mega_menu_btn .sub-menu .sub-menu li{
		border:none !important;
	}
	.mega_menu_btn .sub-menu  .sub-arrow{
		display:none !important;
	}
}
@media only screen and (min-width:1025px) and (max-width:1120px){
	.mega_menu_btn >ul.sub-menu {
        padding: 30px !important;
        grid-gap: 20px !important;
    }
}
@media only screen and (max-width:1024px){
	.mega_menu_btn .sub-menu{
		box-shadow:none !important;
		border-top: 1px solid var( --e-global-color-28b9d3e );
	}
	.fixed_header nav{
		overflow:hidden;
	}
}



