/*=====Globle=====*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
/* @import url('https://fonts.cdnfonts.com/css/clash-display'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* ::-moz-selection {
  color: red;
  background: yellow;
}

::selection {
  color: red;
  background: yellow;
} */

body {
  font-size: 14px;
  font-weight: 400;
  /* font-family: 'Inter', sans-serif; */
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden !important;
  position: relative;
}
body:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* opacity: 0.06;  */
  background: #FFF;
  opacity: 0.5;
   /* background: linear-gradient(90deg, #009ddc, #963d97, #f5821f, #e03a3e, #963d97, #009ddc); */
  /* background: -webkit-linear-gradient(350deg, #f7bcc2, #fdbd55, #f983ff, #62e2ef, #ba27f4, #ff7113, #2ef462, #aee71c); */
  /* background: linear-gradient(100.88deg, #EBFFFE 0.6%, #FFF6EB 100%); */
  z-index: -9;
}


body.dark:after{
  background:#080A12;
  opacity: 1; 
  /* background: -webkit-linear-gradient(350deg, #f7bcc2, #fdbd55, #f983ff, #62e2ef, #ba27f4, #ff7113, #2ef462, #aee71c); 
  background: linear-gradient(100deg, #f7bcc2, #fdbd55, #f983ff, #62e2ef, #ba27f4, #ff7113, #2ef462, #aee71c); */

}

/* 

@font-face {
  font-family: 'Clash Display';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/ClashDisplayRegular.woff) format('woff');
}
@font-face {
  font-family: 'Clash Display';
  font-style: normal;
  font-weight: 200;
  src: url(fonts/ClashDisplayExtralight.woff) format('woff');
}
@font-face {
  font-family: 'Clash Display';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/ClashDisplayLight.woff) format('woff');
}
@font-face {
  font-family: 'Clash Display';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/ClashDisplayMedium.woff) format('woff');
}
@font-face {
  font-family: 'Clash Display';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/ClashDisplaySemibold.woff) format('woff');
}
@font-face {
  font-family: 'Clash Display';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/ClashDisplayBold.woff) format('woff');
} */




.bannerImg h1 span::after{
  content: '|';
  animation-name: blinking; 
  animation-duration: .71s; 
  animation-iteration-count: infinite;
  top: -5px;
  position: relative;
}
@keyframes blinking{
  from{
      color: transparent; 
  }
  to{
      color: #ED3043; 
  }
}

/* .dark#stars3:after, .dark#stars2:after, .dark#stars:after {box-shadow:red} */

@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}


ul {
  padding: 0;
  margin: 0
}

li {
  list-style: none
}

a {
  text-decoration: none !important;
  transition: all .2s linear
}

/*=====Font Sizes=====*/
.f-size-10 {
  font-size: 10px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px;
}

.f-size-20 {
  font-size: 20px;
}

.f-size-24 {
  font-size: 24px;
}

.f-size-26 {
  font-size: 26px;
}

.f-size-28 {
  font-size: 28px;
}

.f-size-30 {
  font-size: 30px;
}

.f-size-32 {
  font-size: 34px;
}

.f-size-36 {
  font-size: 36px;
}

.f-size-38 {
  font-size: 38px;
}

.f-size-40 {
  font-size: 40px;
}

.f-size-42 {
  font-size: 42px;
}

.f-size-44 {
  font-size: 44px;
}

/*=====Font weight=====*/
.f-w-300 {
  font-weight: 300
}

.f-w-400 {
  font-weight: 400
}

.f-w-500 {
  font-weight: 500
}

.f-w-600 {
  font-weight: 600
}

.f-w-700,
.f-w-bold {
  font-weight: 700
}

/*=====Border radius=====*/
.b-r-4 {
  border-radius: 4px
}

.b-r-15 {
  border-radius: 15px
}

.b-r-30 {
  border-radius: 30px
}

/*=====Color Plate=====*/


/*=====Buttons=====*/
.btn-primary {
  background: #ed3043;
  padding: 8px 15px;
  color: #FFF;
  display: inline-block;
  border: none;
  min-width: 150px;
}

.btn-primary:hover {
  background:#d52b3c;
  color: #FFF;
  border: none;
}

.btn-secondary {
  background: #FFF;
  padding: 8px 15px;
  color: #FFF;
  display: inline-block;
  border: none;

}

.btn-secondary:hover {
  background: #ff4581;
  color: #FFF;
}

/* ====== preloader ===== */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%;
}

#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #ff4581;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #ff4581;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}

@keyframes LoaderCicle {
  0% {
      width: 0;
      height: 0;
      opacity: 0;
  }

  10% {
      width: 10px;
      height: 10px;
      opacity: 1;
  }

  80% {
      width: 60px;
      height: 60px;
      opacity: 0.1;
  }

  100% {
      width: 70px;
      height: 70px;
      opacity: 0;
  }

}

/* header Section Css Start */

img.blockLogo {
  width: 170px;
}

.dark img.blockLogo {
  width: 170px;
  display: none;

}

.navbar-brand img.showLogo {
  display: none;
  width: 170px;
}

.dark .navbar-brand img.showLogo {
  display: block;
  width: 170px;
}



/****/

.productsLogo img.blockLogo {
    width: 100%;
}

.dark .productsLogo img.blockLogo {
  display: none;

}

.productsLogo img.showLogo {
  display: none;
}

.dark .productsLogo img.showLogo {
  display: block;
}

/***/



.infographics img.blockLogo {
  width: 100%;
}

.dark .infographics img.blockLogo {
display: none;

}

.infographics img.showLogo {
display: none;
}

.dark .infographics img.showLogo {
display: block;
}

header,
header.sticky {
  transition: all .2s linear
}

header {
  position: fixed;
  width: 100%;
  z-index: 999;
}

header.sticky {
  background: #FFF !important;
  border-bottom: solid 1px #00000012;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-top {
  background: #FFF !important;
}

.dark nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-top {
  background: #12141e !important;
  border-bottom: solid 1px #ffffff0a;
}

.dark header.sticky {
  background: #12141e;
  border-bottom: solid 0px #ffffff0a;
}

/* header.sticky .navbar-brand img.blockLogo {
  display: block;
}

header.sticky .navbar-brand img.showLogo {
  display: none;
}

.navbar-brand img.showLogo {
  display: none;
}

.dark .navbar-brand img.showLogo {
  display: block;
} */

.dark .navbar-light .navbar-nav .nav-link{
  color: #FFF;
  font-weight: 800;
  margin: 0px;
  font-size: 16px;
  padding: 7px 15px;
  position: relative;
  /* border-radius: 25px; */
}


.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-weight: 800;
  margin:0 2px;
  font-size: 16px;
  padding: 7px 15px;
  border-bottom: solid 2px transparent;
  position: relative;
  min-height: 41px;

  /* border-radius: 25px; */
}

.mobileHome {
  padding:100px 0;
}

.animationBg{position: fixed; top: 0; width:100%; height: 100vh;}

.navbar-light .navbar-nav .nav-link:before {
  display: block; content: ''; transform: scaleX(0); transition: transform 300ms ease-in-out; background: #EE2B35; width: 100%; height: 2px; left: 0; position: absolute; top: 100%;}

.navbar-light .navbar-nav .nav-link:hover:before {
  transform: scaleX(1);
}

.navbar-light .navbar-nav .nav-link:before {
  transform-origin: 100% 50%;
}

.navbar-light .navbar-nav .nav-link:before {
  transform-origin: 0 50%;
}


.dropdown-item.active, .dropdown-item:active {
  color: #ee3042;
  background-color: #ffe6e8;
  border-radius: 4px;
}




.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: #ee2b35;
  /* background: #FFF; */
  border-bottom: solid 2px #EE2B35;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #EE2B35;
  border-bottom: solid 2px transparent;
  /* background: linear-gradient(98.95deg, #EE2B35 -12.56%, #ED3D67 85.05%); */
}

.bg-light {
  background: transparent !important;
}

nav .btn-outline-success {
  background: linear-gradient(98.95deg, #EE2B35 -12.56%, #ED3D67 85.05%);
  padding: 8px 45px;
  color: #FFF;
  display: inline-block;
  border: none;
}

nav .btn-outline-success:hover {
  color: #FFF;
  border: none;
  background: linear-gradient(98.95deg, #ED3D67 -12.56%, #EE2B35 85.05%);

}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  background: linear-gradient(98.95deg, #EE2B35 -12.56%, #ED3D67 85.05%);
  color: #FFF;
}



/*.dropdown .dropdown-menu {*/
/*  display: none;*/
/*}*/
/*.dropdown:hover > .dropdown-menu,*/
/*.dropend:hover > .dropdown-menu {*/
/*  display: block;*/
/*  margin-top: 0.125em;*/
/*  margin-left: 0.125em;*/
/*}*/

@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}


.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  box-shadow: none;
}

.bannerImg {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* background: url(img/header-pattern.png) top center #080A12 no-repeat; background-size: cover; */
  /* background: #080A12; */
  position: relative;
  padding: 7% 0% 0% 0%;
}

.bannerImg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background: #ee2b35;
  border-radius: 0;
  bottom: -40px;
  left: 0;
}

/* 
.dark .bannerImg:before {
  background: #12141e;
} */
.dark .bannerImg h1{ font-family: 'Poppins', sans-serif; color: #FFF; font-weight: 700; font-size: 58px; margin:0 0 25px 0; padding: 0;}


.bannerImg h1{ font-family: 'Poppins', sans-serif; color: #000; font-weight: 700; font-size: 58px; margin:0 0 25px 0; padding: 0;}
.bannerImg h1 span{  position: relative; z-index: 9; color: #ED3043;}
/* .bannerImg h1 span::after{  position: absolute; background:#ED3043; content: ""; z-index: -1; width: 100%; height: 5px; bottom: 0; left: 0; box-shadow: 0px 0px 30px 0px rgba(237,48,67,1);    -webkit-box-shadow: 0px 0px 30px 0px rgba(237,48,67,1); -moz-box-shadow: 0px 0px 30px 0px rgba(237,48,67,1);} */
/* .bannerImg h1 span::before{  position: absolute; background-color: red;  content: ""; z-index: -1; width: 100%; height: 5px; bottom: 0; left: 0;} */

  .dark .bannerImg p{font-family: 'DM Sans', sans-serif; color: #FFF; font-size: 18px; margin:0 0 25px 0; padding: 0; font-weight: 100;}


.bannerImg p{font-family: 'DM Sans', sans-serif; color: #000000c2; font-size: 18px; margin:0 0 25px 0; padding: 0; font-weight: 100;}
.websiteSearch{ position: relative; margin:0 auto 15px; width: 60%;} 
.dark .websiteSearch .form-control{ border-radius: 45px; padding: 15px 15px 15px 50px; position: relative; border: none; box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2); -moz-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);}

.websiteSearch .form-control{ border-radius: 45px; padding: 15px 15px 15px 50px; position: relative; border: none; box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.2);}
.websiteSearch img{ position: absolute; left: 15px; top: 15px; z-index: 9;}

.websiteSearch .btn-primary {
  background:#ed3043;
  padding: 8px 15px;
  color: #FFF;
  display: inline-block;
  border: none; position: absolute; right: 8px; top: 7px;
}
.websiteSearch .btn-primary:hover {
  background:#d52b3c;
  color: #FFF;
  border: none;
}


.clientLogo{ margin:0 0 100px 0;}
.clientLogo .slick-slide {margin:15px; box-shadow: 0 3px 20px rgb(237 48 67 / 8%); }
.dark .clientLogo .slick-slide img {display: block; margin: 0 auto; width: 100%; border-radius: 10px; }
.dark  .clientLogo .slick-slide {margin:15px; box-shadow:none; }

.clientLogo .slick-slide img {display: block; margin: 0 auto; width: 100%; border-radius: 10px;}

/****/
.home_clientLogo_section{ padding:100px 0;}
.home_clientLogo .slick-slide {margin:15px; box-shadow: 0 3px 20px rgb(237 48 67 / 8%); }
.dark .home_clientLogo .slick-slide img {display: block; margin: 0 auto; width: 100%; border-radius: 10px;  aspect-ratio: 4/3; object-fit: contain; mix-blend-mode: color-burn; }
.home_clientLogo_section .slick-slide img {display: block; margin: 0 auto; width: 100%; border-radius: 10px;  aspect-ratio: 4/3; object-fit: contain; mix-blend-mode: color-burn;}

#myTabContent h2 {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 28px;
  margin: 25px 0 25px 0;
  padding: 0;
}

#myTabContent strong{ font-size: 18px;} 
#myTabContent p {
  color: #000000c2;
  font-weight: 200;
  font-size: 16px;
  margin:25px 0;
  padding: 0;
}


.overView p{font-size: 16px; color: #000000c2;}
.dark  .home_clientLogo .slick-slide {margin:15px; box-shadow:none; }

.clientLogo .slick-slide img {display: block; margin: 0 auto; width: 100%; border-radius: 10px;}



.overView{ margin: 100px 0; position: relative;}
/* .overView::after{ position: absolute; content: ""; background: url(img/overViewLine.svg) right center no-repeat; background-size: cover; } */
.dark .welcomeText h2{ font-family: 'Poppins', sans-serif; color: #FFF; font-weight: 700; font-size: 48px; margin:0 0 25px 0; padding: 0;}
.welcomeText h2{ font-family: 'Poppins', sans-serif; color: #000; font-weight: 700; font-size: 48px; margin:0 0 25px 0; padding: 0;}

.dark .borderBox2 {background: #080a12;}
.welcomeText h2 span{  position: relative; z-index: 9; border-bottom:solid 5px #ED3043;}
/* .welcomeText h2 span::after{  position: absolute; background:#ED3043; content: ""; z-index: -1; width: 100%; height: 5px; bottom: 0; left: 0; box-shadow: 0px 0px 30px 0px rgba(237,48,67,1);   -webkit-box-shadow: 0px 0px 30px 0px rgba(237,48,67,1); -moz-box-shadow: 0px 0px 30px 0px rgba(237,48,67,1);} */
.welcomeText p{ color: #000000c2; font-weight: 200; font-size: 16px; margin: 25px; padding: 0;}
.welcomeText strong{ color: #ED3043; font-weight:bold; font-size: 16px; margin:0 0 25px 0; padding: 0; text-transform: uppercase;} 
.overView h3{ font-family: 'Poppins', sans-serif; color: #000; font-weight: 700; font-size: 32px; margin:0 0 25px 0; padding: 0; line-height: 48px;}
.overView h3 span { position: relative; z-index: 9;  border-bottom: solid 5px #ed3043;}
.overView h4{ font-family: 'Poppins', sans-serif; color: #000; font-weight: 700; font-size: 28px; margin:0 0 25px 0; padding: 0;}

.dark .overView h4{ font-family: 'Poppins', sans-serif; color: #FFF; font-weight: 700; font-size: 28px; margin:0 0 25px 0; padding: 0;}
.dark .welcomeText p{ color: #ffffff85; font-weight: 200; font-size: 16px; margin: 25px; padding: 0;}

.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #ed3043 !important;
	border-color: #ed3043 !important;
	box-shadow:none !important;
}

.moretext {display: none;}
.versionBox ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.versionBox ul li {
  padding: 10px;
  margin: 0;
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: 0 5px 100px rgba(0,0,0,.05);
  background: #FFF;
  width: 13%;
  margin: 5px;
}
 .versionBox ul li span {
  font-size: 18px;
  font-weight: bold;
  color: #ed3043;
  /* width: 100%; */
  display: block;
  /* background: #ed304359; */
}
 .img-fluid {
      max-width: 100%;
      height: auto;
      width: 100%;
  }

  .videoBg{ position: relative; float: right;}
  .videoBg span{ position: absolute; top:40%; left: 40%;}

  .play-btn {
      width: 100px;
      height: 100px;
      background: #ED3043;
      border-radius: 50%;
      position: relative;
      display: block;
      box-shadow: 0px 0px 30px 0px rgba(237,48,67,1);   
      -webkit-box-shadow: 0px 0px 30px 0px rgba(237,48,67,1);
      -moz-box-shadow: 0px 0px 30px 0px rgba(237,48,67,1);  
  }
    
    /* triangle */
    .play-btn::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-40%) translateY(-50%);
      transform: translateX(-40%) translateY(-50%);
      transform-origin: center center;
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 25px solid #fff;
      z-index: 100;
      -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    
    /* pulse wave */
    .play-btn:before {
      content: "";
      position: absolute;
      width: 150%;
      height: 150%;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation: pulsate1 2s;
      animation: pulsate1 2s;
      -webkit-animation-direction: forwards;
      animation-direction: forwards;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: steps;
      animation-timing-function: steps;
      opacity: 1;
      border-radius: 50%;
      border: 5px solid rgba(255, 255, 255, .75);
      top: -25%;
      left: -25%;
      background: rgba(198, 16, 0, 0);
    }
    
    @-webkit-keyframes pulsate1 {
      0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
      }
      100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    
      }
    }
    
    @keyframes pulsate1 {
      0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
      }
      100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    
      }
    }



.kyeFeatures{ padding: 100px 0;}
.dark .box_kyeFeatures{ padding:50px 15px; background-color: #12141e; min-height: 350px; box-shadow: none;}
.box_kyeFeatures{ padding:50px 15px;  background-color: #FFF; min-height: 350px; box-shadow: 0 3px 20px rgb(237 48 67 / 8%);}


.box_kyeFeatures img{ width: 75px;}
 
/* .box_kyeFeatures h3{ color: #FFF; font-weight: 700; font-size: 22px;  margin:25px 0; padding: 0;}        */

.dark .box_kyeFeatures h3{ color: #FFF; font-weight: 700; font-size: 17px;  margin:25px 0; padding: 0;}
.box_kyeFeatures p{ color: #FFF; font-weight: 200; font-size: 16px; margin: 25px 0; padding: 0;}


.box_kyeFeatures h3{ color: #000; font-weight: 700; font-size: 17px;  margin:25px 0; padding: 0;}
.box_kyeFeatures p{ color: #000; font-weight: 200; font-size: 16px; margin: 25px 0; padding: 0;}
.dark .box_kyeFeatures p{ color: #ffffff85; font-weight: 200; font-size: 16px; margin: 25px 0; padding: 0;}


.ourBlogs{margin: 100px 0 0 0;}

.outBlogsSlider{position: relative;}
.outBlogsSlider .slick-slide {margin: 15px;}
.outBlogsSlider .slick-list { margin: 0 -15px;}
.outBlogsSlider .slick-slide img {width: 100%;}
.outBlogsSlider .slick-prev:before, .outBlogsSlider .slick-next:before {color: #ED3043;}
.outBlogsSlider .slick-prev::before {font-family: FontAwesome; content: "\f177"; font-size: 22px;} 
.outBlogsSlider .slick-next::before {font-family: FontAwesome; content:  "\f178"; font-size: 22px;} 
.outBlogsSlider .slick-prev {right: 60px; left: auto;}
.outBlogsSlider .slick-next {right: 0;}

.dark .outBlogsSlider .slick-prev:before, .dark .outBlogsSlider .slick-next:before {color: #FFF;}


.outBlogsSlider .slick-prev, .outBlogsSlider .slick-next { position: absolute; top: 60px; display: block;  width:45px; height: 45px; padding: 5px;  background-color: #FFF; border-radius: 5px; z-index: 9; box-shadow: 0 3px 20px rgb(237 48 67 / 8%);}

.dark .outBlogsSlider .slick-prev, .dark .outBlogsSlider .slick-next { position: absolute; top: 60px; display: block;  width:45px; height: 45px; padding: 5px;  background-color: #12141e; box-shadow: none;
  border-radius: 5px; z-index: 9;}
.borderBox{background-color: #FFF; box-shadow: 0 3px 20px rgb(237 48 67 / 8%);}

.dark .borderBox{background-color: #12141e; box-shadow: none;}

.dark .borderBox p{ color: #ffffff85; font-weight: 200;  display: -webkit-box;
  -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; font-size: 16px;  margin:0 0 25px 0; padding: 0;}

.borderBox p{ color: #000000c2; font-weight: 200; font-size: 16px;  display: -webkit-box;
  -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;  margin:0 0 25px 0; padding: 0;}
.borderBox strong{ color: #ED3043; font-weight:100; font-size: 16px; margin:0 0 25px 0; padding: 0; text-transform: uppercase;} 
.borderBox h4{ font-family: 'Poppins', sans-serif; color: #000; font-weight: 700; font-size: 28px; margin:0 0 15px 0; padding: 0; display: -webkit-box;
  -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; min-height: 60px;}

  .dark .borderBox h4{ font-family: 'Poppins', sans-serif; color: #FFF; font-weight: 700; font-size: 34px; margin:0 0 15px 0; padding: 0; display: -webkit-box;
      -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.dark .borderBox a{color: #ED3043; font-weight: 600; font-size: 16px;}
.dark .borderBox a:hover{color: #FFF; }

.borderBox a{color: #ED3043; font-weight: 600; font-size: 16px;}
.borderBox a:hover{color: #000; }


.borderBox img{ border-radius: 10px 10px 0 0;}


.importantStatistics{padding:100px 0;}


.numberBox{ position: relative; margin-top: 50px;}
.numberBox li{background-color: #FFFF; float: left; box-shadow: 0 3px 20px rgb(237 48 67 / 8%);  padding:25px 30px; border-radius: 200px; width: 45%; text-align: center;}
.dark .numberBox li{background-color: #12141e; float: left; padding:25px 30px; border-radius: 200px; width: 45%; text-align: center; box-shadow: none;}

.numberBox li h4{ font-size: 38px; padding: 0; margin: 0;}
/* .numberBox li:nth-child(2) {position: absolute; right: 70px; top: 95px;} */

.numberBox li strong{color: #000;}
.dark .numberBox li strong{color: #ffffff85;}

/* .numberBox li:nth-child(3) {position: absolute; left: 0px; top: 185px;} */
.colorGreen{color: #0ACF83;}
.colorOrg{color: #ed3043;}
.colorBlue{color: #1EA7FF;}


.home_clientLogo .slick-prev, .clientSlider .slick-prev {
  left: -35px;
  width: auto;
  height: auto;
  border-radius: 5px;
  border: solid 1px #ee2b35;
  padding: 10px;
  background: #FFF !important;
  z-index: 999;
}

.home_clientLogo .slick-next, .clientSlider .slick-next {
  right: -35px;
  width: auto;
  height: auto;
  border-radius: 5px;
  border: solid 1px #ee2b35;
  padding: 10px;
  background: #FFF !important;
  z-index: 999;
}


#exampleModal5 button.btn-close {
  position: absolute;
  top: -20px;
  right: -20px;
  border: solid 2px #ee2b35;
  padding: 15px;
  background-color: #FFF;
  opacity: 1;
  border-radius: 50%;
}

.home_clientLogo .slick-prev:before, .home_clientLogo  .slick-next:before {
  opacity: 1;
  color: #ee2b35;

}

.clientSlider .slick-prev:before, .clientSlider  .slick-next:before {
  opacity: 1;
  color: #ee2b35;

}

.fixButton {
  border: solid 1px #ee2b35;
  color: #ee2b35;
  padding: 10px 15px;
  position: fixed;
  bottom: 90px; 
  font-weight: bold;
  right: 20px;
  border-radius: 5px;
  background: #FFF;
  z-index: 9;
}
.security_check_box { padding: 35px 0;}
.security_check_box ul {
  display: grid;
  flex-wrap: wrap;
  align-items: center;
  grid-template-columns:repeat(3,1fr);
  justify-content: center;
  /* overflow: visible; */
}
.security_check_box ul li {
  float: left;
  width: auto;
  margin: 15px;
  border-radius: 10px;
  box-shadow:0 5px 100px rgba(0,0,0,.05);
  text-align: center;
  background: #FFF;
  min-height: 170px;
  font-size: 14px;
  font-weight: bold;
}

/* .security_check_box ul li img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  mix-blend-mode: color-burn;
} */

.security_check_box ul li img {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.border_5{  border-radius: 10px;  width: 100%;
  box-shadow:0 5px 100px rgba(0,0,0,.05);}

  .vtmInfo {
    position: relative; text-align: center;
}

.bottomImg {
  position: absolute;
  bottom: -150px;
  z-index: 9;
  width: 50%;
  right: 0;
}
.mTop{ margin-top: 100px;}
.m_left {
  /* margin-left: 150px; */
  width: 80%;
  margin: 0 auto;
}
.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}




a:hover {
  color: #ee2b35;
}
.testimonialBox {background: url(img/doubleCoatIcon.svg) no-repeat bottom right; padding: 25px; border-radius: 15px; background-color: #FFF;  background-position: bottom 15px right 15px; position: relative; box-shadow: 0 3px 20px rgb(237 48 67 / 8%);}

.dark .testimonialBox {background: url(img/doubleCoatIcon2.svg) no-repeat bottom right; padding: 25px; border-radius: 15px; background-color: #12141e;   background-position: bottom 15px right 15px; position: relative; box-shadow: none;}

.testimonialBox:last-child{ margin-top: 85px;}
.testimonialBox img {position: absolute; top: -38px; border-radius: 50%;border: solid 5px #FFF; box-shadow: 0 3px 20px rgb(237 48 67 / 8%); width: 85px; height: 85px;}
.dark .testimonialBox img {position: absolute; top: -38px; border-radius: 50%; border: solid 5px #2a2c35;  box-shadow:none; width: 85px; height: 85px;}

.testimonialBox p{ display: block; margin-top: 30px; font-size: 16px; margin-bottom: 30px; color: #000000c2;}

.dark .testimonialBox p{ display: block; margin-top: 30px; margin-bottom: 30px; color: #ffffff85;}

.testimonialBox span{ display: block; color: #000;}
.dark .testimonialBox span{ display: block; color: #FFF;}

.testimonialBox strong{color: #ED3043; font-size: 18px;}

.faqSection{padding: 100px 0;}
.accordion-item:last-child{ margin-bottom: 0;}
.accordion-item { margin-bottom: 15px; box-shadow: 0 3px 20px rgb(237 48 67 / 8%); border-radius: 5px;}
.accordion-button:not(.collapsed) {color: #000; background-color: #FFF;}
.dark .accordion-button:not(.collapsed) {color: #FFF; background-color: #080a12;}
.accordion-item:first-of-type .accordion-button { border-radius: 5px !important;}
.accordion-item:last-of-type .accordion-button.collapsed {border-radius: 5px !important;}
.dark .accordion-body {padding: 1rem 1.25rem; border-top: none; background-color: #080a12; border-radius: 0 0 5px 5px !important; color: #ffffff85; font-size: 16px;
}


.dark .accordion-item {box-shadow:none; background-color: transparent !important;}

.accordion-body { padding: 1rem 1.25rem; border-top: none; font-size: 16px; background-color: #FFF; border-radius: 0 0 5px 5px !important; color: #000000c2;}
 
  /*.accordion-button::after {*/
  /*    background-image: url("img/plus.svg");*/
  /*    transform: scale(.7) !important;*/
  /*  }*/
  /*.accordion-button:not(.collapsed)::after {*/
  /*    background-image: url("img/minus.svg");*/
  /*    transform: scale(.7) !important;*/
  /*  }*/

.accordion-button:after{width:20px;height:20px;border-radius:50%;text-align:center;line-height:20px;background:transparent;font-family: "FontAwesome";content: "\f0d7";font-weight:900;font-size:0.7rem;top:50%;position:absolute;right:0.5rem;margin-top:-10px;}
/*.accordion-button[aria-expanded="true"]{color:red;}*/
.accordion-button[aria-expanded="true"]:after{background:red;color:#ffffff;transform:rotate(180deg);}



.dark .accordion-button:after{width:20px;height:20px;border-radius:50%;text-align:center;line-height:20px;background:transparent;font-family: "FontAwesome";content: "\f0d7";font-weight:900;font-size:0.7rem;top:50%;position:absolute;right:0.5rem;margin-top:-10px;}
.dark .accordion-button[aria-expanded="true"]:after{background:#FFF;color:#ed3043;transform:rotate(180deg);}
    .accordion-button {
      background-color: transparent;
      border-radius: 5px !important;
  }


  .accordion-item {
      /* background-color: transparent; */
      border: none !important;
      color: #ffffff85;
     

  }

  .dark .accordion-button {
      position: relative;
      display: flex;
      align-items: center;
      width: 100%;
      padding: 1rem 1.25rem;
      font-size: 1rem;
      color: #FFF;
      text-align: left;
      background-color: #080a12 !important;
      border: 0;
      border-radius: 5px !important;
      overflow-anchor: none;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  }


  .accordion-button {
      position: relative;
      display: flex;
      align-items: center;
      width: 100%;
      padding: 1rem 1.25rem;
      /* font-size: 18px; */
      font-weight: 600;
      color: #000;
      text-align: left;
      background-color: #FFF;
      border: 0;
      border-radius: 5px !important;
      overflow-anchor: none;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  }

  /* .faqBox {
      border-top: none;
      border-radius: 0 0 5px 5px !important;
      background: #FFF;
      margin-top: -5px;
      border-top: solid 1px #CCC !important;
      position: relative;
      z-index: 9999;
  } */

  .accordion-collapse {
      position: relative;
      top: -5px;
      /* border-top: solid 1px #CCC !important; */
      border-radius: 0 0 5px 5px !important;
      background: transparent;
      z-index: 9999;
  }

  .accordion-button:not(.collapsed) {box-shadow: none !important;}

  .contactSection{ padding: 100px 0;}

  .dark .vtmScan_do h4{color: #ffffff85;}
  .contactSection .form-label{ color: #000;  margin-bottom: 12px;}


  /* Chrome, Safari, Edge, Opera */
  .contactSection input::-webkit-outer-spin-button, .contactSection input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0;}

  /* Firefox */
  .contactSection input[type=number] { -moz-appearance: textfield;}
  .contactSection .btn-primary {background: #ed3043; padding: 10px 15px; color: #FFF; display: inline-block;
      border: none; z-index: 99; position: relative; min-width: 150px; }
  
  .contactSection .btn-primary:hover {background: #d52b3c; color: #FFF; border: none;}
  .offcanvas-end {height: 100vh;}
 .dark .contactSection .form-control {color: #ffffff85; background-color: #12141e; border: none; box-shadow: none;}
  .dark .contactSection .form-select{color: #ffffff85; background-color: #12141e; border: none; box-shadow: none;}

  .dark .contactSection .form-label {color: #FFF; margin-bottom: 12px;}
  .contactSection textarea.form-control {height: 181px;}
  .contactSection .form-control {color: #000; background-color: #FFF; line-height: 38px; border: solid 1px #eee; box-shadow: 0 3px 20px rgb(237 48 67 / 8%);}
  .contactSection .form-select{color: #000; background-color: #FFF; line-height: 38px; border: solid 1px #eee; box-shadow: 0 3px 20px rgb(237 48 67 / 8%);}

.footerSection{padding: 100px 0 50px 0; background-color:#FFF; border-top: solid 1px #00000012;}
.dark .footerSection{ background-color: #12141e; border-top: solid 1px #ffffff0a;}

.dark .footerLogo img.blockLogo {width: 170px; display: none;}
.dark .footerLogo img.showLogo {width: 170px; display: block;}

.dark .vtmScan_do img.blockLogo {width: 170px; display: none;}
.dark .vtmScan_do img.showLogo {width: 170px; display: block;}

.footerLogo .websiteSearch{ position: relative; margin-bottom: 25px; width: 100%;} 
.footerLogo .websiteSearch .form-control{ border-radius: 45px; box-shadow: 0 3px 20px rgb(237 48 67 / 8%); background: #FFF; color: #000; padding: 15px; position: relative; border: solid 1px #ffffff2b; }

.dark .footerLogo .websiteSearch .form-control{ border-radius: 45px; background: none; color: #ffffff85; padding: 15px; position: relative; border: solid 1px #ffffff2b; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow:none;}

.footerLogo img{ width: 170px;}
.footerLogo img.showLogo {display: none;}

.vtmScan_do img{ width: 170px;}
.vtmScan_do img.showLogo {display: none;}
.footerLogo .form-label{ color: #000; font-size: 16px; margin-bottom: 12px; font-weight: 600;}
/*.dark .footerLogo .form-label{ color: #A6A6A6;}*/
.footerLogo .websiteSearch .btn-primary {background: #3D3F46; padding: 8px; color: #FFF; min-width: auto; display:inline-block; border: none; position: absolute; right: 8px; top: 7px;}
.footerLogo .websiteSearch .btn-primary:hover {background: #d52b3c; color: #FFF; border: none;}
.footerLink {display: flex; justify-content: space-between; align-items: flex-start;}
.footerLink h4{color: #000; padding: 0; margin:0 0 20px 0; font-size: 24px; font-weight: 800;}
.dark .footerLink h4{color: #FFF; padding: 0; margin:0 0 20px 0; font-size: 24px; font-weight: 800;}

.dark .footerLink ul li{color: #A6A6A6;}
.dark label.form-label {color: #A6A6A6 !important;}
#contact_us .error {color: #F00; display: block;}
.contactform .error {color: #F00; display: block; margin-top: 5px;}

.footerLink ul {list-style: none; padding: 0; margin: 0; font-size: 16px;}
.footerLink ul li{ padding: 0; margin:0 0 10px 0;}
.footerLink ul li a{color: #000000c2; text-decoration: none; display: flex;}
.footerLink ul li a:hover{color: #ED3043; text-decoration: none;}
.dark .footerLink ul {color:#a6a6a6;}
.dark .footerLink ul li a{color: #A6A6A6; text-decoration: none;}
.dark .footerLink ul li a:hover{color: #ED3043; text-decoration: none;}

.footerLogo p{color: #000; padding: 0; margin: 0;}
.dark .footerLogo p{color: #FFF; padding: 0; margin: 0;}
ul.linkBottom {list-style: none; padding: 0; margin: 16px 0 0 0; display: flex; justify-content: flex-end;}
ul.linkBottom li { padding: 0; margin: 0; float: left;}
ul.linkBottom li:last-child{ margin-left: 15px;}
.link{ width: 33%; padding: 0 0 0 15px;}
.linkBottom a{color: #000000c2; text-decoration: none;}
.linkBottom a:hover{color: #ED3043; text-decoration: none;}


.dark .linkBottom a{color: #A6A6A6; text-decoration: none;}
.dark .linkBottom a:hover{color: #ED3043; text-decoration: none;}

/* .lightDark span{ margin-right: 15px;} */
.lightDark {display: flex; align-items: center;}



/* body.dark h1, body.dark .support a {color: #fff;} */
.checkbox-label .ball {background: linear-gradient(98.95deg, #EE2B35 -12.56%, #ED3D67 85.05%); width: 32px; height: 32px; position: absolute; left: 5px;  top: 4px;
  border-radius: 50%; transition: transform 0.2s linear;}

.dark .checkbox-label .ball {transform: translateX(27px);}

/* .dark .checkbox-label .ball {left: 31px; top: 4px;} */

.checkbox {opacity: 0; position: absolute;}
.checkbox-label {background-color: #00000014; width: 70px; height: 40px; border-radius: 50px; position: relative; padding: 7px; cursor: pointer; display: flex;  justify-content: space-between; align-items: center;}
.impBox{ background: #FFF; padding: 15px; box-shadow: 0 3px 20px rgb(237 48 67 / 8%); font-size: 18px; border-radius: 15px;}
.impBox p{margin: 0; padding: 0; color:#000000c2;}

.dark .impBox{ background: #12141e; border:none; box-shadow: none; }
.dark .impBox p{ color: #ffffff85;}



.dark .checkbox-label {background-color: #ffffff12; width: 70px; height: 40px; border-radius: 50px; position: relative; padding: 7px; cursor: pointer;  display: flex;
  justify-content: space-between; align-items: center;  border: solid 1px #ffffff17;}

.dark .checkbox-label svg {color: #FFF;}
.checkbox-label svg {color: #000;}

/* .fa-sun {color: #f39c12;} */





.blok:nth-of-type(odd) {
background-color:white;
}
  
.blok:nth-of-type(even) {
background-color:black;
}

@-webkit-keyframes border-transform{
  0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
  14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
  28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
  42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
  56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
  70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
  84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}
.paginacontainer {
height: 3000px;
}

/* #Progress
================================================== */


.dark .progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  /* background: #FFF; */
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  /* background: #FFF; */
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: 'unicons';
  content: '\e84b';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #ED3043; 
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.dark .progress-wrap::before {
  background-color: #ED3043;
  /* stroke: rgba(255, 255, 255, 0.8);  */

}
.progress-wrap::before {
  position: absolute;
  font-family: 'unicons';
  content: '\e84b';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #ED3043;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path { 
  fill: none; 
}
.progress-wrap svg.progress-circle path {
  stroke: rgba(237, 48, 67, 0.8); 
  stroke-width: 4;
  box-sizing:border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*.mobileView{ display: none;}*/
.footerSection p{ margin: 16px 0 0 0; color: #000000c2;}
.dark .footerSection p{ margin: 16px 0 0 0; color: #A6A6A6;}

.navbar-toggler-icon {  
    background-image: url(img/homeIcon.svg) !important;
}

/***Inner Page Css Start**/
.innerPages .faqSection{ padding:150px 0 100px 0; margin: 0;}
.innerPages .innerPageSection{padding:150px 0 100px 0; margin: 0;}
.innerPages .innerPageSection h3 {font-family: 'Poppins', sans-serif; color: #000; font-weight: 700; font-size: 24px; margin: 0 0 15px 0;
  padding: 0;}
.innerPages .innerPageSection h4 {font-family: 'Poppins', sans-serif; color: #000; font-weight: 700; font-size: 18px; margin: 0 0 15px 0; padding: 0;}
.dark .innerPageSection h3 {font-family: 'Poppins', sans-serif; color: #FFF; font-weight: 700; font-size: 24px; margin: 0 0 15px 0;
  padding: 0;}
.dark .innerPageSection h4 {font-family: 'Poppins', sans-serif; color: #FFF; font-weight: 700; font-size: 18px; margin: 0 0 15px 0; padding: 0;}
.listingText ul {list-style: none; padding: 0; margin: 0;}
.listingText ul li{position: relative; padding: 0 0 0 15px; margin:0 0 10px 0; color: #000000c2; font-weight: 200; font-size: 16px;}
.listingText ul li:after {position: absolute; top: 4px; left: 0;color: #ED3043; content: "\f054"; font-family: 'FontAwesome';  padding: 0; margin: 0; font-size: 11px;}
.dark .listingText ul li{position: relative; padding: 0 0 0 15px; margin:0 0 10px 0; color: #ffffff85; font-weight: 200; font-size: 16px;}



/* Inner Pages Css Start */
.innerPagebg{ padding: 200px 0 150px 0; background: url(img/bg-image-1.jpg) top center no-repeat; background-attachment: fixed; background-size: cover; position: relative; z-index: 9;}
.contact-bg-image-1{background: url(img/contactUs.png) top center no-repeat; background-attachment: fixed; background-size: cover;}

.resources-bg-image-1{background: url(img/resourcesImg.png) top center no-repeat; background-attachment: fixed; background-size: cover;}
.missionVisionImg-bg-image-1{background: url(img/missionVisionImg.png) top center no-repeat; background-attachment: fixed; background-size: cover;}
.about_product-bg-image-1{background: url(img/about_product.png) top center no-repeat; background-attachment: fixed; background-size: cover;}
.waf-bg-image-1{background: url(img/wafImg.jpg) top center no-repeat; background-attachment: fixed; background-size: cover;}

.webVPN-bg-image-1{background: url(img/webVPN-img.jpg) top center no-repeat; background-attachment: fixed; background-size: cover;}



.dark .contactform .form-control {color: #ffffff85; background-color: #12141e; border: none; box-shadow: none;}
.dark .contactform .form-select{color: #ffffff85; background-color: #12141e; border: none; box-shadow: none;}

.dark .contactform .form-label {color: #FFF; margin-bottom: 12px;}
.contactform textarea.form-control {height: 181px;}
.contactform .form-control {color: #000; background-color: #FFF; line-height: 38px; border: solid 1px #eee; box-shadow: 0 3px 20px rgb(237 48 67 / 8%);}
.contactform .form-select{color: #000; background-color: #FFF; line-height: 38px; border: solid 1px #eee; box-shadow: 0 3px 20px rgb(237 48 67 / 8%);}

.contactform .btn-primary {background: #ed3043; padding: 10px 15px; color: #FFF; display: inline-block;
  border: none; z-index: 99; position: relative; min-width: 150px; }

.contactform .btn-primary:hover {background: #d52b3c; color: #FFF; border: none;}

.contactInfo h3{font-family: 'Poppins', sans-serif; color: #000; font-weight: 700; font-size: 18px; margin: 0 0 15px 0; padding: 0;}
.innerPagebg::after{ background:#080a12e3; content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 99;} 
.innerPagebg .container{ position: relative; z-index: 9999;}
.innerHeader header{ background: #FFF; border-top: solid 1px #00000012;}
.dark.innerHeader header {background: #12141e; border-top: solid 1px #ffffff0a;}
.innerPagebg h1 { font-family: 'Poppins', sans-serif; color: #FFF; font-weight: 700; font-size: 38px; margin:25px 0 20px 0px; padding: 0; text-align: center;}
.innerPagebg h1 span {position: relative; z-index: 9;}
.innerPagebg p{ color: #FFF; text-align: center;}
/* .innerPagebg h1 span::after {position: absolute; background: #ED3043; content: ""; z-index: -1; width: 100%; height: 5px; bottom: 0; left: 0; box-shadow: 0px 0px 30px 0px rgba(237,48,67,1); webkit-box-shadow: 0px 0px 30px 0px rgba(237,48,67,1); -moz-box-shadow: 0px 0px 30px 0px rgba(237,48,67,1);} */
.innerPagebg strong {color: #ED3043; font-weight: bold; font-size: 16px; display: block; margin: 45px 0 0px 0; padding: 0; text-align: center;}
.innerPagebg ul li:last-child {margin: 0; padding: 0; color:#ED3043;}
.innerPage h2 {font-family: 'Poppins', sans-serif; color: #000; font-weight: 700; font-size: 34px; margin: 0 0 25px 0; padding: 0;}
.dark .numberBox1 li h4 {color: #FFF;}
.dark .innerPage h2 {color: #FFF; font-size:34px;}
.accordion-header{ margin-bottom: 0 !important;}
.lightBgNew{ background: #FFF;}
.dark .lightBgNew{ background: #080a12;}
.dark .lightBgNew .accordion-button{ background: #12141e !important;}
.dark .lightBgNew .accordion-body {background-color: #12141e; color: #ffffff85;}
.faq-bg-image-1 {background: url(img/fagImg.jpg) top center no-repeat; background-attachment: fixed; background-size: cover;}
.vtmScanBg {background: url(img/vtmScanBg.jpg) top center no-repeat; background-attachment: fixed; background-size: cover;}

.box_kyeFeatures_new { padding: 15px;  background-color: #FFF; min-height: 460px; box-shadow: 0 3px 20px rgb(237 48 67 / 8%);}
.dark .box_kyeFeatures_new {padding:15px; background-color: #080a12; box-shadow: none;}
.dark .box_kyeFeatures_new p {color: #ffffff85;}
.dark .box_kyeFeatures_new h3 { color: #FFF;}
.dark .contactInfo h3 {color: #FFF;}
.dark .officeDetails h2 {color: #FFF;}
.dark .officeDetails p {color: #ffffff85;}


.planBox, .planBox2{border-radius: 10px; box-shadow: 0 5px 100px rgba(0,0,0,.05); padding: 15px; background: #FFF;}
.planBox h4, .planBox2 h4{
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
}

.planBox2 ul{
  font-size: 17px;
  text-align: start;
  background: #f8f8f8;
  padding: 15px;
  border-radius: 5px;
}

.planBox ul {
  font-size: 17px;
  text-align: start;
  background: #ed304333;
  padding: 15px;
  border-radius: 5px;
}

.planBox ul li{
  padding: 5px 0;
  border-bottom: solid 1px #fdf3f4;
}
.planBox2 ul li {
  padding: 5px 0;
  border-bottom: solid 1px #CCC;
}

.planBox ul li:last-child, .planBox2 ul li:last-child{ border: none;}


.borderBox2{background: #FFF;
  padding: 5px 15px !important;
  margin: 5px !important;
  border-radius: 5px;
  border: solid 1px #ed304317;}

  .borderBox2 strong {
    color: #ED3043;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin: 0px !important;
    padding: 0;
    text-transform: uppercase;
}





#myTab .nav-link.active {
  color: #FFF !important;
  background-color: #ed3043;
  border: none !important;
  border-radius: 0 !important;
}
#myTab.nav-tabs .nav-link{
  border:none !important;
  border-radius: 0 !important;
  }

  #myTab.nav-tabs {
    border-bottom:none !important;
}

/* #myTabContent {
  border:solid 1px #fdecee !important;
      margin-top: 1px;
      padding: 15px;
} */

#myTab.nav-tabs .nav-link:focus, #myTab.nav-tabs .nav-link:hover {
  color: #FFF !important;
  background-color: #ed3043;
  border: none !important;
  border-radius: 0 !important;
}


#myTab .nav-link {
  color: #000 !important;
  font-size: 14px;
  font-weight: bold;
  background: #fdecee;
}

#myTab .nav-link, #myTab .nav-link {
  width: 100%;
  height: 55px;
}

.dark .borderBox {background-color: #12141e; box-shadow: none;}
.box_kyeFeatures_new img{ width: 50%;}
.box_kyeFeatures_new h3 {color: #000; font-weight: 700; font-size: 22px; margin:15px 0; padding: 0; display: -webkit-box;  -webkit-line-clamp: 1;  -webkit-box-orient: vertical;  overflow: hidden; text-overflow: ellipsis;}
.box_kyeFeatures_new p {color: #000; font-weight: 200; font-size: 16px; margin:0 0 25px 0; padding: 0;}
a.moreless-button {color: #ED3043; font-size: 16px; font-weight: 500;}
.innerPage h2 span {position: relative; z-index: 9; border-bottom: solid 5px #ED3043;}
/* .innerPage h2 span::after {position: absolute; background: #ED3043; content: ""; z-index: -1; width: 100%; height: 5px; bottom: 0; left: 0; box-shadow: 0px 0px 30px 0px rgba(237,48,67,1); -webkit-box-shadow: 0px 0px 30px 0px rgba(237,48,67,1); -moz-box-shadow: 0px 0px 30px 0px rgba(237,48,67,1);} */
.innerPage strong {color: #ED3043; font-weight: bold; font-size: 16px; display: block; margin: 45px 0 0px 0; padding: 0; text-transform: uppercase;}
.innerPage h3 {color: #000; font-weight: 700; font-size: 22px; margin: 15px 0; padding: 0; }
.innerPagebg ul {padding: 0; margin: 0; list-style: none; display: flex; color: #FFF; align-items: center; justify-content: center; font-weight: bold;}
.innerPagebg ul li {margin: 0 15px 0 0; padding: 0 15px 0 0; position: relative;}

.innerPagebg ul li a{ text-decoration: none; color: #FFF;}
.innerPagebg ul li a:hover{ text-decoration: none; color: #ED3043;}
.innerPagebg ul li:after {content: "|"; padding: 0; position: absolute; top: 0; right: 0;}
.innerPagebg ul li:last-child:after{ display: none;}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0;}
.offeringsList {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.offeringsList li {
  background: #FFF;
  padding: 5px 15px;
  margin: 5px 0px 5px 0px;
  border-radius: 5px;
  width: 49%;
  border: solid 1px #ed304317;
}


.form-label span {color: #ed3043; font-weight: bold;}
.strongText{text-transform:inherit !important; color: #000 !important; font-size: 26px !important; margin: 0 !important;}
.dark .strongText{text-transform:inherit !important; color: #FFF !important;}

.dark .offeringsList li{  background: #ed304321; color: #FFF; border: solid 1px #ed304317;}
.dark .innerPage h3{ color: #FFF;}
.dark .searchLink{ padding:25px; background-color: #12141e; margin-bottom: -250px; margin-top: 25px; border: none;}
.dark .searchLink h3, .dark .searchLink p{color: #FFF;}
.searchLink p{ font-size: 16px; color: #000;}
.searchLink{ padding:25px; background-color: #FFF; margin-bottom: -250px; margin-top: 25px; border-bottom: solid 1px #f8f8f8; border-right: solid 1px #f8f8f8; border-left: solid 1px #f8f8f8;}
.searchLink h3 {font-family: 'Poppins', sans-serif;color: #000; font-weight: 700; font-size: 22px; margin: 0 0 15px 0; padding: 0;}
.innerPage{ padding: 100px 0;}
/* .dark .innerPage {background: #12141e;} */
.innerPage p {color: #000000c2; font-weight: 200; font-size: 16px; margin: 25px 0; padding: 0;}
.dark .innerPage p {color: #ffffff85;}
.dark .clientLogo h2 {color: #FFF;}

.w-100 {width: 100%!important;}
.dark .w-100 {width: 100%!important; filter: grayscale(50%);}

.lightBg{background: #fce0e359;}
.dark .lightBg{background: #12141e66;}

/*  scroll css section here*/
.scrolltop .icon {
  font-size: 22px;
  text-align: center;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scrolltop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ed3043;
  display: none;
}

.scrolltop a{ color: #FFF;}

.box_kyeFeatures_new1 { padding: 15px;  background-color: #FFF; min-height: 300px; box-shadow: 0 3px 20px rgb(237 48 67 / 8%);}
.dark .box_kyeFeatures_new1 {padding:15px; background-color: #080a12; box-shadow: none;}
.dark .box_kyeFeatures_new1 p {color: #ffffff85;}
.dark .box_kyeFeatures_new1 h3 { color: #FFF;}
.box_kyeFeatures_new1 img {width: 75px;}
.box_kyeFeatures_new1 h3 {color: #000; font-weight: 700; font-size: 22px; margin:15px 0; padding: 0;}
.box_kyeFeatures_new1 p {color: #000; font-weight: 200; font-size: 16px; margin:0 0 25px 0; padding: 0;}

.dark .navbar .navbar-toggler span {
    background: #FFF;
}

.box_feature { padding: 15px;  background-color: #FFF; min-height: 320px; box-shadow: 0 3px 20px rgb(237 48 67 / 8%); border: solid 1px #FFF; transition: all 0.2s linear !important;}
.box_feature:hover {border: solid 1px #ed304326; transition: all 0.2s linear !important;}
.dark .box_feature {padding:15px; background-color: #12141e; box-shadow: none;}
.dark .box_feature p {color: #ffffff85;}
.dark .box_feature h3 { color: #FFF;}
.box_feature img {width: 75px;}
.box_feature h3 {color: #000; font-weight: 700; font-size: 18px; margin:15px 0; padding: 0;}
.box_feature p {color: #000; font-weight: 200; font-size: 16px; margin:0 0 25px 0; padding: 0;}
.dark .webVPNTable td { color: #ffffff85; border-color: #12141e;}
.webVPNTable thead {
  vertical-align: bottom;
  background:#ee2b35!important;
  color: #FFF;
}
.webApp_section h2 {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 700;
  font-size:28px !important;
  margin: 0 0 25px 0;
  padding: 0;
}
.productsLogo { padding: 15px;  background-color: #FFF;  box-shadow: 0 3px 20px rgb(237 48 67 / 8%); min-height: 230px; display: flex; align-items: center; justify-content: center;}
.dark .productsLogo {padding:15px; background-color: #12141e; box-shadow: none;}


.numberBox1 {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.numberBox1 li {
  background: #ed304321;
  padding: 5px 15px;
  margin: 5px 0px;
  border-radius: 5px;
  width: 32%;
  border: solid 1px #ed304317;
}
.numberBox1 li h4{ margin: 0;}
.numberBox1 li strong{ font-size: 14px; text-transform: none;}
.clientLogo{ padding:100px 0;}
.clientLogo .slick-slide {margin:15px; }
.dark .clientLogo .slick-slide img {display: block; margin: 0 auto; width: 100%; border-radius: 10px; }
.dark .clientLogo .slick-slide {margin:15px; box-shadow:none; }

.clientLogo .slick-slide img {display: block; margin: 0 auto; width: 100%; border-radius: 10px;}
.clientLogo h2 {font-family: 'Poppins', sans-serif; color: #000; font-weight: 700; font-size: 34px; margin: 0 0 25px 0; padding: 0;}

.clientLogo h2 span {position: relative; z-index: 9;}
.clientLogo h2 span::after {position: absolute; background: #ED3043; content: ""; z-index: -1; width: 100%; height: 5px; bottom: 0; left: 0; box-shadow: 0px 0px 30px 0px rgba(237,48,67,1); -webkit-box-shadow: 0px 0px 30px 0px rgba(237,48,67,1); -moz-box-shadow: 0px 0px 30px 0px rgba(237,48,67,1);}
.clientLogo strong {color: #ED3043; font-weight: bold; font-size: 16px; display: block; margin: 0px; padding: 0; text-transform: uppercase;}



/**********************************/
/********** Effect #1 CSS *********/
/**********************************/
.effect-1 {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.effect-1 .effect-img {
  font-size: 0;
}

.effect-1 .effect-img img {
  width: 100%;
  height: auto;}

.effect-1 .effect-text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: calc(100% - 60px);
  left: 0;
  text-align: center;
  background: rgba(237, 48, 67, 0.8);
  transition: .5s;
  
}

.effect-1:hover .effect-text {
  top: 0;
}

.effect-1 .effect-text h2 {
  height: 45px;
  color: #ffffff;
  font-size: 25px;
  margin: -15px 0 0 0;
  transition: .5s;
}

.effect-1:hover .effect-text h2 {
  margin: 0;
}

.effect-1 .effect-text p {
  color: #ffffff;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}


.effect-1 .effect-btn .btn {
  display: inline-block;
  height: 35px;
  padding: 7px 15px;
  color: #333333;
  background: #ffffff;
}

.officeDetails {margin:100px 0; padding:0;}
.officeDetails h2 {font-family: 'Poppins', sans-serif; color: #000; font-weight: 700; font-size: 34px; margin: 0 0 25px 0; padding: 0;}

.officeDetails h2 span {position: relative; z-index: 9;}
.officeDetails h2 span::after {position: absolute; background: #ED3043; content: ""; z-index: -1; width: 100%; height: 5px; bottom: 0; left: 0; box-shadow: 0px 0px 30px 0px rgba(237,48,67,1); -webkit-box-shadow: 0px 0px 30px 0px rgba(237,48,67,1); -moz-box-shadow: 0px 0px 30px 0px rgba(237,48,67,1);}
.officeDetails p {color: #000000c2; font-weight: 200; font-size: 16px; margin: 25px 0; padding: 0;}
.officeDetails strong {color: #ED3043; font-weight: bold; font-size: 16px; display: block; margin: 0px; padding: 0;}

.leadershipTeam{padding: 100px 0;}
.dark .fall-item{ border: none; background: #12141e;}
.fall-item {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
  border: solid 1px #ed304317;
  background: #ed304321;
  padding: 35px 25px 0 25px;
}
.fall-item .mask,.fall-item .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fall-item img {
  display: block;
  position: relative;
  width: 100%;
  height: auto; 
  -o-object-fit: contain;
    object-fit: contain;
}
.fall-item h3 {
  color: #FFF;
  text-align: center;
  margin: 0;
  font-size: 28px;
  padding: 0;
}
.fall-item p {
  color: #FFF;
  padding: 10px 20px 20px;
  text-align: center;
}

.fall-effect .mask {
  background: rgba(237, 48, 67, 0.8);
  top: -200px;
  padding-top: 50%;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
  
}
.fall-effect:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;

}


.vtmScan_do{ padding: 100px 0; position: relative;}
.vtmScan_do h4 {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 25px 0;
  padding: 0;
}

.leadershipTeam h2 {font-family: 'Poppins', sans-serif; color: #000; font-weight: 700; font-size: 34px; margin: 0 0 25px 0; padding: 0;}
.dark .leadershipTeam h2 {color: #FFF;}

.leadershipTeam h2 span {position: relative; z-index: 9;}
.leadershipTeam h2 span::after {position: absolute; background: #ED3043; content: ""; z-index: -1; width: 100%; height: 5px; bottom: 0; left: 0; box-shadow: 0px 0px 30px 0px rgba(237,48,67,1);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(237,48,67,1); -moz-box-shadow: 0px 0px 30px 0px rgba(237,48,67,1);}
.leadershipTeam strong {color: #ED3043; font-weight: bold; font-size: 16px; display: block; margin: 45px 0 0px 0; padding: 0; text-transform: uppercase;}
.leadershipTeam .col-lg-12 p {color: #000000c2; font-weight: 200; font-size: 16px; margin: 25px 0; padding: 0;}
.dark .leadershipTeam .col-lg-12 p {color: #ffffff85;}


.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    box-shadow: 0 0 30px 0px #00000020;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #00000010;
    top: 45px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu:after {
    content: "";
    position: absolute;
    left: 25px;
    top: -5px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(135deg);
    z-index: -1;
    border-bottom: 1px solid #00000017;
    border-left: 1px solid #00000017;
}

.navbar-expand-lg .navbar-nav .dropdown-item:focus,.navbar-expand-lg .navbar-nav .dropdown-item:hover {
    color: #ee3042;
    background-color: #ffe6e8;
    border-radius: 4px;
}

.navbar-expand-lg .navbar-nav ul.dropdown-menu li {
    margin-bottom: 5px;
}

.navbar-expand-lg .navbar-nav .dropdown-toggle::after {
    display:none;
}

.navbar-light .navbar-nav .nav-link svg.feather {
    width: 18px;
    position: relative;
    top: -1px;
}

a.nav-link.dropdown-toggle.show svg.feather.feather-chevron-down {
    transform: rotate(-180deg);
    transition: all 0.2s linear;
}


form#contact_us {
    padding: 0;
}



section input::-ms-input-placeholder,
section textarea::-ms-input-placeholder,
section select::-ms-input-placeholder,
section .form-control::-ms-input-placeholder {
    color: #212529 !important;
    font-size:1rem !important;
}

section input::placeholder,
section textarea::placeholder,
section select::placeholder,
section .form-control::placeholder {
    color: #212529 !important;
    font-size:1rem !important;
}




.form-label {
    margin-bottom: .5rem;
    font-size: 1rem !important;
    font-weight: 600 !important;
}


.dark section input::-ms-input-placeholder,
.dark section textarea::-ms-input-placeholder,
.dark section select::-ms-input-placeholder,
.dark section .form-control::-ms-input-placeholder {
    color: #A6A6A6 !important;
    font-size:1rem !important;
}

.dark section input::placeholder,
.dark section textarea::placeholder,
.dark section select::placeholder,
.dark section .form-control::placeholder {
    color: #A6A6A6 !important;
    font-size:1rem !important;
}


.dark .modal-body .form-label {color: #000 !important;}
.link_footer p a{color:#ED3043;}
/* media query start*/
.mobileView{ display: none;}



@media (max-width: 1450px){}
@media (max-width: 1199px){
.container {max-width: 98%;}


}

@media (max-width: 991px){
header {position: relative;}
.navbar { position: relative;}
.webView{ display: none;}
.mobileView{ display: block;}
/*.navbar-toggler { background: linear-gradient(98.95deg, #EE2B35 -12.56%, #ED3D67 85.05%);  position: absolute; right: 110px; top: 27px;}*/
.container {max-width: 95%;}
.videoBg{ display: none;}
.overView .col-md-5{ width: 100%;}
.box_kyeFeatures{ height:400px;}
.clientLogo {margin: 0 0 50px 0;}
.numberBox li, .dark .numberBox li{ width: 100%; margin: 15px 0;}
.numberBox { margin:0 0 65px 0;}
.numberBox li:nth-child(2), .numberBox li:nth-child(3){ position: relative; top: auto; right: auto;}
.contactSection .mb-5{ margin-bottom: 15px !important;}
.mobileViewContact{ margin-top: 15px;}
.websiteSearch{width: 100%;}

/* .navbar-toggler {padding: 4px; border-radius: 50px;} */
.security_check_box ul {
    grid-template-columns: repeat(2,1fr);
}

}



@media (max-width: 767px){
  .fixButton{ display: none;}
.innerPagebg ul{font-size: 12px;}
  .home_clientLogo .slick-prev, .clientSlider .slick-prev {display: none !important;}
  .home_clientLogo .slick-next, .clientSlider .slick-next{display: none !important;}
.accordion-button {padding: 1rem 2rem 1rem 1.25rem;}
.container {max-width: 95%;}
header {position: relative;}
.bannerImg h1 {font-size: 28px; line-height: 48px;}
.overView h3{line-height: 48px;}
.testimonialBox{background-size: 10%;}
.dark .bannerImg h1 {font-size: 38px;}
nav .btn-outline-success {margin: 0 !important; width: 100%;}
.websiteSearch {width: 100%;}
.bannerImg img.img-fluid { margin-top:25px;}
.welcomeText h2{ font-size: 28px; line-height: 42px;}
.welcomeText h2 br{ display: none;}
.dark .welcomeText h2{ font-size: 28px;}

.navbar-toggler { background: linear-gradient(98.95deg, #EE2B35 -12.56%, #ED3D67 85.05%);  position: absolute; right: 15px; top: 15px;}
.videoBg{ display: none;}
.box_kyeFeatures{ margin-top: 1.5rem!important;}
.kyeFeatures .mt-4{ margin: 0 !important;}
.ourBlogs, .kyeFeatures, .overView {margin: 50px 0; padding: 50px 0;}
.clientLogo {margin: 0 0 50px 0;}
.numberBox li, .dark .numberBox li{ width: 100%; margin: 15px 0;}
.numberBox { margin:0 0 65px 0;}
.numberBox li:nth-child(2), .numberBox li:nth-child(3){ position: relative; top: auto; right: auto;}
.welcomeText {width: 100%;}

.box_kyeFeatures, .dark .box_kyeFeatures {padding:15px; min-height: auto !important; height: auto;}
.contactSection .mb-5{ margin-bottom: 15px !important;}
.mobileViewContact{ margin-top: 15px;}
.footerSection{ padding: 50px 0;}
.footerLink{ display: flex;}
.dark .navbar-brand img.showLogo {display: block; width: 160px;}
.navbar-brand img{width: 160px;}
.navbar-brand {margin-right: 3rem;}
.navbar { position: relative;}
/*.webView{ display: none;}*/

.footerSection p {margin:25px 0 0 0; text-align: center;}
ul.linkBottom {display: flex; justify-content: center; margin: 0;}
.bannerImg:before{display: none;}
.navbar-expand-lg .navbar-nav .dropdown-menu {width: 100%; position: relative; top: 0; border: none; background: #ee2b3524; box-shadow: none;}
.navbar-expand-lg .navbar-nav .dropdown-menu:after{display: none;}
.navbar-light .navbar-nav .nav-link {display: flex; align-items: center; justify-content: space-between;}
.navbar-light .navbar-nav .nav-link:before{display: none;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {background: #ee2b3524; border-radius: 5px;}
.innerPagebg {padding: 50px 0 100px 0; background-size: cover;}
.offeringsList li, .numberBox1 li {width: 100%;}
/*.box_kyeFeatures_new1{margin-top: 1rem!important; margin-bottom: 1rem!important;}*/
.vtmHome-logo .productsLogo {margin-top: 1rem!important;  margin-bottom: 1rem!important;}
.leadershipTeam .col-md-3 {margin-top: 1rem!important;  margin-bottom: 1rem!important;}
/*.mobileHome { padding-bottom: 0;}*/
.scrolltop{display: none !important;}
.blackColor br{display: none;}
/*.mt-4{margin-top:0 !important; }*/
.innerPage {padding: 50px 0;}
.innerPage h2 { font-size: 26px; line-height: 42px;}
.webApp_section h2 {font-size: 22px !important;}
.wafInnerPages .mt-4, .vtmScan-innerPage .mt-4, .vtm-ourVision .mt-4{margin-top:0 !important; }
.vtm-ourVision .box_kyeFeatures_new, .vtmScan-innerPage .box_kyeFeatures_new1, .vtmScan-logo .col-lg-6, .wafInnerPages .col-12, .vtmContact .col-12 {margin-top: 1rem!important;  margin-bottom: 1rem!important;}
.link:nth-child(2) {margin: 25px 0;}
.searchLink{margin-bottom: 0;}
.mobileView-vtmpage .mt-5{margin:0 !important;}
.dark .dropdown-item {color: #FFF;}
.innerPagebg h1 br{ display: none;}
.vtmScan_do h4{ font-size: 17px;}
.testimonialBox strong{font-size: 14px;}
.versionBox ul li {width: 100%;}
.dark .navbar-light .navbar-nav .nav-link{
  font-weight: 800;
  font-size: 14px;
}

.link {
  width: 100%;
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 14px;
}

.tabsCustom li.nav-item {flex-basis: auto !important; width: 100%;}
.security_check_box ul li {
  width: 90%;
  margin: 5px;
  min-height: 240px;
  font-size: 12px;
    display: inline-grid;
    align-content: center;

}

.workingWebVPN-img {
  margin-bottom: 15px;
}

.clientLogo h2 span::after{display: none;}
.clientLogo h2 span {
    position: relative;
    z-index: 9;
    border-bottom: solid 5px #ED3043;
    line-height: 55px;
}

}


@media (max-width: 667px){
    .footerLink {display: flex; flex-wrap: wrap;}
}
@media (max-width: 480px){
    /*.navbar-toggler {position: absolute; right: 100px;}*/
    .footerLink {display: block;}
    .websiteSearch .form-control {font-size: 14px;}
    .websiteSearch .btn-primary {top: 8px; font-size: 14px; position: relative;}
.security_check_box ul{grid-template-columns: repeat(2,1fr);}
.security_check_box ul li {
    min-height: 140px;
}

}
@media (max-width: 360px){
    .container {max-width: 100%;}

}

/* media query End*/
.dark .blackColor{text-transform:inherit; color: #ffffff85; font-size: 28px;}
.blackColor{text-transform:inherit; color: #000; font-size: 28px;}


    .modal-body h3 {
    font-size: 18px;
    background: #2e8b49;
    padding: 15px;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
}




/*.blink-hard {*/
/*  animation: blinker 1s step-end infinite;*/
/*}*/
.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.navbar .navbar-toggler {
	position: relative;
	margin-right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 5px;
	outline: none !important;
	box-shadow: none !important
}

@media (max-width:1199px) {
.navbar .navbar-toggler {
    width: 32px;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
    top: 2px;
    right: 0;
}
}

.navbar .navbar-toggler span {
	display: block;
	position: absolute;
	height: 2px;
	width: 50%;
	background: #1e1f20;
	opacity: 1;
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: 0.25s ease-in-out !important
}

@media (prefers-reduced-motion:reduce) {
	.navbar .navbar-toggler span {
		transition: none
	}

}

.navbar .navbar-toggler span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0
}

.navbar .navbar-toggler span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px
}

.navbar .navbar-toggler span:nth-child(1),
.navbar .navbar-toggler span:nth-child(2) {
	top: 8px
}

.navbar .navbar-toggler span:nth-child(3),
.navbar .navbar-toggler span:nth-child(4) {
	top: 17px
}

.navbar .navbar-toggler span:nth-child(5),
.navbar .navbar-toggler span:nth-child(6) {
	top: 26px
}

.navbar .navbar-toggler span:nth-child(1),
.navbar .navbar-toggler span:nth-child(3),
.navbar .navbar-toggler span:nth-child(5) {
	left: 3px
}

.navbar .navbar-toggler span:nth-child(2),
.navbar .navbar-toggler span:nth-child(4),
.navbar .navbar-toggler span:nth-child(6) {
	left: auto;
	right: 3px
}

.navbar .navbar-toggler.open span:nth-child(1),
.navbar .navbar-toggler.open span:nth-child(6) {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.navbar .navbar-toggler.open span:nth-child(2),
.navbar .navbar-toggler.open span:nth-child(5) {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.navbar .navbar-toggler.open span:nth-child(1) {
	left: 5px;
	top: 7px
}

.navbar .navbar-toggler.open span:nth-child(1) {
	left: 5px;
	top: 13px
}

.navbar .navbar-toggler.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 13px
}

.navbar .navbar-toggler.open span:nth-child(3) {
	left: -50%;
	opacity: 0
}

.navbar .navbar-toggler.open span:nth-child(4) {
	left: 100%;
	opacity: 0
}

.navbar .navbar-toggler.open span:nth-child(5) {
	left: 5px;
	top: 23px
}

@media (max-width:1199px) {
	.navbar .navbar-toggler.open span:nth-child(5) {
		top: 19px
	}

}

.navbar .navbar-toggler.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 23px
}

@media (max-width:1199px) {
	.navbar .navbar-toggler.open span:nth-child(6) {
		top: 19px
	}

}

.navbar .navbar-toggler:focus {
	border: none;
	outline: 0
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.modal-title {
    font-weight: 600;
}
h2.accordion-header {
    line-height: normal;
}



.max_height{max-height: 90px;}
.home_clientLogo_section{display: none;}
