:root {
  --mainColor: #d80650;
}

/* Start "Network Security Demo" & "Cloud Security" Style CSS
==============================================================*/
.urbanist-fonts-home {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.urbanist-fonts-home .h1, .urbanist-fonts-home .h2, .urbanist-fonts-home .h3, .urbanist-fonts-home .h4, .urbanist-fonts-home .h5, .urbanist-fonts-home .h6, .urbanist-fonts-home h1, .urbanist-fonts-home h2, .urbanist-fonts-home h3, .urbanist-fonts-home h4, .urbanist-fonts-home h5, .urbanist-fonts-home h6 {
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
}

.urbanist-fonts-home p {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.ns-section-title {
  max-width: 650px;
  margin: 0 auto 55px;
  text-align: center;
}

.ns-section-title .sub {
  font-size: 17px;
  font-weight: 700;
  color: var(--mainColor);
  display: block;
  margin-bottom: 10px;
}

.ns-section-title h2 {
  font-size: 48px;
  margin-bottom: 15px;
}

.ns-section-title h2 span {
  color: var(--mainColor);
}

.ns-section-title p {
  margin-bottom: 0;
  font-size: 18px;
}

.header-with-position-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.top-header-relative-area {
  background-color: var(--mainColor);
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-header-relative-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.top-header-relative-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.top-header-relative-info li {
  list-style-type: none;
  color: #ffffff;
  font-size: 15px;
  margin-right: 45px;
}

.top-header-relative-info li span {
  font-weight: 500;
}

.top-header-relative-info li a {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.top-header-relative-info li a:hover {
  color: #0e0129;
}

.top-header-relative-info li:last-child {
  margin-right: 0;
}

.top-header-relative-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
}

.top-header-relative-social li {
  list-style-type: none;
  margin-right: 20px;
}

.top-header-relative-social li span a {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.top-header-relative-social li span a:hover {
  color: #0e0129;
}

.top-header-relative-social li a i {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 17px;
}

.top-header-relative-social li a i:hover {
  color: #0e0129;
}

.top-header-relative-social li:last-child {
  margin-right: 0;
}

.navbar-area-with-relative .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-area-with-relative .navbar-area .main-nav {
  border-bottom: none;
  background-color: rgba(28, 5, 49, 0.2);
}

.navbar-area-with-relative .navbar-area .main-nav .navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-area-with-relative .navbar-area .main-nav nav .navbar-nav .nav-item a {
  margin: 0 15px;
}

.navbar-area-with-relative .others-option {
  margin-left: 40px;
  position: relative;
  top: 0;
}

.navbar-area-with-relative .others-option .option-item {
  color: #212121;
  display: inline-block;
  margin-right: 40px;
  position: relative;
}

.navbar-area-with-relative .others-option .option-item:last-child {
  margin-right: 0;
}

.navbar-area-with-relative .others-option .option-item .search-overlay {
  display: none;
}

.navbar-area-with-relative .others-option .option-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 500px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}

.navbar-area-with-relative .others-option .option-item .search-overlay.search-popup .search-form {
  position: relative;
}

.navbar-area-with-relative .others-option .option-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #0e0129;
  outline: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  padding-top: 4px;
  padding-left: 15px;
}

.navbar-area-with-relative .others-option .option-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: var(--mainColor);
}

.navbar-area-with-relative .others-option .option-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: var(--mainColor);
  border: none;
  width: 50px;
  outline: 0;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
}

.navbar-area-with-relative .others-option .option-item .search-overlay.search-popup .search-form .search-button i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-area-with-relative .others-option .option-item .search-overlay.search-popup .search-form .search-button:hover {
  background-color: #0e0129;
}

.navbar-area-with-relative .others-option .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
  font-size: 25px;
  position: relative;
  top: 2.8px;
}

.navbar-area-with-relative .others-option .option-item .search-btn:hover {
  color: var(--mainColor);
}

.navbar-area-with-relative .others-option .option-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
}

.navbar-area-with-relative .others-option .option-item .close-btn.active {
  display: block;
  color: var(--mainColor);
}

.navbar-area-with-relative .others-option .option-item .default-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 30px;
  border-radius: 5px;
  background-image: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
}

/*================================================
Network Security Banner Area CSS
=================================================*/
.network-security-banner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 310px;
  padding-bottom: 270px;
}

.network-security-banner-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.network-security-banner-content {
  max-width: 690px;
}

.network-security-banner-content .sub {
  font-size: 17px;
  font-weight: 700;
  color: var(--mainColor);
  display: block;
  margin-bottom: 10px;
}

.network-security-banner-content h1 {
  font-size: 79px;
  margin-bottom: 15px;
  color: #ffffff;
}

.network-security-banner-content p {
  font-size: 18px;
  color: #D8D8D8;
  margin-bottom: 0;
}

.network-security-banner-content .banner-btn {
  padding: 0;
  margin-top: 45px;
  margin-bottom: 0;
}

.network-security-banner-content .banner-btn li {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}

.network-security-banner-content .banner-btn li:last-child {
  margin-right: 0;
}

.network-security-banner-content .banner-btn li .default-btn {
  padding: 15px 30px;
  border-radius: 5px;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
}

.network-security-banner-content .banner-btn li .default-btn::before {
  background: var(--mainColor);
}

.network-security-banner-content .banner-btn li .default-btn::after {
  background: var(--mainColor);
}

.network-security-banner-content .banner-btn li .default-btn.color-two {
  border: 1px solid var(--mainColor);
  background: transparent;
}

.network-security-banner-content .banner-btn li .default-btn.color-two::before {
  background: var(--mainColor);
}

.network-security-banner-content .banner-btn li .default-btn.color-two::after {
  background: var(--mainColor);
}

.network-security-banner-content .banner-btn li .default-btn.color-two:hover {
  color: #ffffff;
}

/*================================================
NS Features Area CSS
=================================================*/
.ns-features-area {
  background-color: var(--mainColor);
}

.ns-features-inner {
  position: relative;
  margin-top: -65px;
  z-index: 1;
}

.ns-features-card {
  margin-bottom: 25px;
}

.ns-features-card .inner {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 55px;
  text-align: center;
}

.ns-features-card .inner .icon {
  margin-bottom: 25px;
}

.ns-features-card .inner h3 {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1.5;
}

.ns-features-card .inner h3 span {
  display: block;
}

.ns-features-card .content {
  text-align: center;
  margin-top: 35px;
}

.ns-features-card .content p {
  color: #ffffff;
  margin-bottom: 0;
}

.ns-features-bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.ns-features-bottom-link li {
  list-style-type: none;
  color: #ffffff;
  margin-right: 25px;
}

.ns-features-bottom-link li a {
  color: #ffffff;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ns-features-bottom-link li a img {
  margin-left: 7px;
}

.ns-features-bottom-link li a:hover {
  color: #0e0129;
}

.ns-features-bottom-link li:last-child {
  margin-right: 0;
}

/*================================================
NS About Area CSS
=================================================*/
.ns-about-area {
  background-color: #FFF7F7;
}

.ns-about-image {
  position: relative;
  padding-right: 50px;
}

.ns-about-image img {
  border-radius: 15px;
}

.ns-about-image .wrap-image {
  max-width: 260px;
  border-radius: 15px;
  border: 7px solid #ffffff;
  position: absolute;
  right: -80px;
  top: 65px;
}

.ns-about-image .fun-facts-wrap {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 20px 35px;
  max-width: 330px;
  position: absolute;
  right: -80px;
  bottom: 50px;
}

.ns-about-image .fun-facts-wrap h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--mainColor);
  font-size: 65px;
  margin-bottom: 0;
}

.ns-about-image .fun-facts-wrap h3 .sign {
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
}

.ns-about-content {
  padding-left: 120px;
}

.ns-about-content .sub {
  font-size: 17px;
  font-weight: 700;
  color: var(--mainColor);
  display: block;
  margin-bottom: 10px;
}

.ns-about-content h2 {
  font-size: 48px;
  margin-bottom: 15px;
}

.ns-about-content h2 span {
  color: var(--mainColor);
}

.ns-about-content p {
  font-size: 18px;
  margin-bottom: 0;
  max-width: 650px;
}

.ns-about-content .inner-items {
  margin-top: 35px;
}

.ns-about-content .inner-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.ns-about-content .inner-items .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  width: 70px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.ns-about-content .inner-items .item .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}

.ns-about-content .inner-items .item .content {
  margin-left: 25px;
  max-width: 335px;
}

.ns-about-content .inner-items .item .content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.ns-about-content .inner-items .item .content p {
  margin-bottom: 0;
}

.ns-about-content .inner-items .item:nth-child(1) {
  margin-left: 100px;
}

.ns-about-content .inner-items .item:nth-child(2) {
  margin-left: 50px;
}

.ns-about-content .inner-items .item:last-child {
  margin-bottom: 0;
}

.ns-about-content .inner-items .item:hover .icon {
  border: 1px solid var(--mainColor);
}

.ns-about-content .about-btn {
  margin-top: 35px;
}

.ns-about-content .about-btn .default-btn {
  padding: 15px 30px;
  border-radius: 5px;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
}

.ns-about-content .about-btn .default-btn::before {
  background: var(--mainColor);
}

.ns-about-content .about-btn .default-btn::after {
  background: var(--mainColor);
}

/*================================================
NS Fun Facts Area CSS
=================================================*/
.ns-fun-facts-area {
  background-color: #FFF7F7;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ns-fun-facts-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 135px;
  background-color: #ffffff;
  z-index: -1;
}

.ns-fun-facts-inner {
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#ED1D78), to(#ED1B25));
  background: linear-gradient(90deg, #ED1D78 0%, #ED1B25 100%);
  padding: 90px 55px;
}

.ns-fun-facts-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ns-fun-facts-card .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 77px;
  width: 77px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  position: relative;
}

.ns-fun-facts-card .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}

.ns-fun-facts-card .title {
  margin-left: 20px;
}

.ns-fun-facts-card .title h3 {
  font-size: 55px;
  font-weight: 600;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
}

.ns-fun-facts-card .title p {
  color: #FFD0E5;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 15px;
}

.ns-fun-facts-card:hover .icon {
  background-color: #0e0129;
}

/*================================================
NS Fun Facts Area CSS
=================================================*/
.ns-services-card {
  border-radius: 20px;
  background-color: #FFF7F7;
  margin-bottom: 25px;
  overflow: hidden;
}

.ns-services-card .image {
  position: relative;
  padding: 20px 20px 0 20px;
}

.ns-services-card .image img {
  border-radius: 15px;
}

.ns-services-card .image .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(136deg, #D80650 1.84%, #FE5D68 100%);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 47px;
  bottom: 25px;
}

.ns-services-card .image .icon img {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0;
}

.ns-services-card .content {
  padding: 30px 45px;
}

.ns-services-card .content h3 {
  font-size: 23.5px;
  margin-bottom: 15px;
}

.ns-services-card .content h3 a {
  color: #0e0129;
}

.ns-services-card .content h3 a:hover {
  color: var(--mainColor);
}

.ns-services-card .content p {
  margin-bottom: 20px;
}

.ns-services-card .content .services-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: var(--mainColor);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.ns-services-card .content .services-btn .link-text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -120px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
}

.ns-services-card .content .services-btn img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ns-services-card:hover .content .services-btn .link-text {
  opacity: 1;
  text-indent: 0;
  margin-right: 12px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

.ns-services-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #ABA8AE;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
}

.ns-services-slides.owl-theme .owl-dots .owl-dot:hover span, .ns-services-slides.owl-theme .owl-dots .owl-dot.active span {
  background: var(--mainColor);
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.ns-services-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ns-services-bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 35px;
  margin-bottom: 0;
}

.ns-services-bottom-link li {
  list-style-type: none;
  margin-right: 25px;
}

.ns-services-bottom-link li a {
  color: var(--mainColor);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ns-services-bottom-link li a img {
  margin-left: 7px;
}

.ns-services-bottom-link li a:hover {
  color: #0e0129;
}

.ns-services-bottom-link li:last-child {
  margin-right: 0;
}

/*================================================
NS Choose Area CSS
=================================================*/
.ns-choose-area {
  background-color: #0A0A0B;
  overflow: hidden;
}

.ns-choose-content .sub {
  font-size: 17px;
  font-weight: 700;
  color: var(--mainColor);
  display: block;
  margin-bottom: 10px;
}

.ns-choose-content h2 {
  font-size: 48px;
  margin-bottom: 15px;
  color: #ffffff;
}

.ns-choose-content h2 span {
  color: #FE5D68;
}

.ns-choose-content p {
  font-size: 18px;
  margin-bottom: 0;
  color: #D4D4D4;
}

.ns-choose-content .faq-accordion {
  margin-top: 45px;
}

.ns-choose-content .faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.ns-choose-content .faq-accordion .accordion .accordion-item {
  border-radius: 7px;
  display: block;
  background-color: #363636;
  margin-bottom: 10px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: none;
}

.ns-choose-content .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.ns-choose-content .faq-accordion .accordion .accordion-title {
  padding: 15px 65px 15px 25px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.ns-choose-content .faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #FE5D68;
}

.ns-choose-content .faq-accordion .accordion .accordion-title.active i::before {
  content: "\e9f8";
}

.ns-choose-content .faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 2.5px 25px 15px 25px;
}

.ns-choose-content .faq-accordion .accordion .accordion-content p {
  font-size: 15.5px;
  color: #ffffff;
}

.ns-choose-content .faq-accordion .accordion .accordion-content.show {
  display: block;
}

.ns-choose-images .image1 {
  margin-top: 230px;
}

.ns-choose-images .image1 img {
  border-radius: 15px;
}

.ns-choose-images .image2 img {
  border-radius: 15px;
}

/*================================================
NS Testimonials Area CSS
=================================================*/
.ns-testimonials-area {
  overflow: hidden;
}

.ns-testimonials-image img {
  border-radius: 20px;
}

.ns-testimonials-content {
  margin-left: 35px;
}

.ns-testimonials-content .content {
  margin-bottom: 35px;
}

.ns-testimonials-content .content .sub {
  font-size: 17px;
  font-weight: 700;
  color: var(--mainColor);
  display: block;
  margin-bottom: 10px;
}

.ns-testimonials-content .content h2 {
  font-size: 48px;
  margin-bottom: 0;
}

.ns-testimonials-content .content h2 span {
  color: var(--mainColor);
}

.ns-testimonials-card {
  border-radius: 20px;
  background-color: #FFF7F7;
  padding: 65px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ns-testimonials-card p {
  font-size: 25px;
  margin-bottom: 0;
  color: #636363;
}

.ns-testimonials-card .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.ns-testimonials-card .info .image img {
  width: auto;
  border-radius: 50%;
  max-width: 55px;
}

.ns-testimonials-card .info .title {
  margin-left: 20px;
}

.ns-testimonials-card .info .title h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.ns-testimonials-card .info .title span {
  color: #636363;
  display: block;
  margin-top: 8px;
}

.ns-testimonials-card .quote {
  position: absolute;
  left: 37px;
  top: -30px;
  z-index: -1;
}

.ns-testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #ABA8AE;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
}

.ns-testimonials-slides.owl-theme .owl-dots .owl-dot:hover span, .ns-testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
  background: var(--mainColor);
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.ns-testimonials-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 50px;
  bottom: 80px;
}

/*================================================
NS Case Studies Area CSS
=================================================*/
.ns-case-studies-area {
  background-color: #FFF7F7;
}

.ns-case-studies-card {
  margin-bottom: 25px;
}

.ns-case-studies-card .image {
  position: relative;
}

.ns-case-studies-card .image img {
  border-radius: 20px;
}

.ns-case-studies-card .image .icon {
  position: absolute;
  right: 40px;
  bottom: 50px;
}

.ns-case-studies-card .image .icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(136deg, #D80650 1.84%, #FE5D68 100%);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ns-case-studies-card .image .icon a img {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0;
}

.ns-case-studies-card .content {
  margin-top: 25px;
}

.ns-case-studies-card .content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.ns-case-studies-card .content h3 a {
  color: #0e0129;
}

.ns-case-studies-card .content h3 a:hover {
  color: var(--mainColor);
}

.ns-case-studies-card .content p {
  max-width: 620px;
  font-size: 17px;
}

.ns-case-studies-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #ABA8AE;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
}

.ns-case-studies-slides.owl-theme .owl-dots .owl-dot:hover span, .ns-case-studies-slides.owl-theme .owl-dots .owl-dot.active span {
  background: var(--mainColor);
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.ns-case-studies-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ns-case-studies-bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 35px;
  margin-bottom: 0;
}

.ns-case-studies-bottom-link li {
  list-style-type: none;
  margin-right: 25px;
}

.ns-case-studies-bottom-link li a {
  color: var(--mainColor);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ns-case-studies-bottom-link li a img {
  margin-left: 7px;
}

.ns-case-studies-bottom-link li a:hover {
  color: #0e0129;
}

.ns-case-studies-bottom-link li:last-child {
  margin-right: 0;
}

/*================================================
Cloud Security Banner Area CSS
=================================================*/
.cloud-security-banner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 320px;
  padding-bottom: 300px;
}

.cloud-security-banner-area .banner-video {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -11;
}

.cloud-security-banner-content {
  max-width: 870px;
  text-align: center;
  margin: auto;
}

.cloud-security-banner-content .sub {
  font-size: 17px;
  font-weight: 700;
  color: var(--mainColor);
  display: block;
  margin-bottom: 10px;
}

.cloud-security-banner-content h1 {
  font-size: 80px;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
}

.cloud-security-banner-content p {
  font-size: 18px;
  color: #D8D8D8;
  margin-bottom: 0;
}

.cloud-security-banner-content .banner-btn {
  padding: 0;
  margin-top: 45px;
  margin-bottom: 0;
}

.cloud-security-banner-content .banner-btn li {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}

.cloud-security-banner-content .banner-btn li:last-child {
  margin-right: 0;
}

.cloud-security-banner-content .banner-btn li .default-btn {
  padding: 15px 30px;
  border-radius: 5px;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
}

.cloud-security-banner-content .banner-btn li .default-btn::before {
  background: var(--mainColor);
}

.cloud-security-banner-content .banner-btn li .default-btn::after {
  background: var(--mainColor);
}

.cloud-security-banner-content .banner-btn li .default-btn.color-two {
  border: 1px solid var(--mainColor);
  background: transparent;
}

.cloud-security-banner-content .banner-btn li .default-btn.color-two::before {
  background: var(--mainColor);
}

.cloud-security-banner-content .banner-btn li .default-btn.color-two::after {
  background: var(--mainColor);
}

.cloud-security-banner-content .banner-btn li .default-btn.color-two:hover {
  color: #ffffff;
}

/*================================================
CS Features Area CSS
=================================================*/
.cs-features-area {
  background-color: var(--mainColor);
}

.cs-features-inner {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 100px 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.cs-features-card .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.cs-features-card .title .icon {
  margin-right: 20px;
}

.cs-features-card .title h3 {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1.4;
}

.cs-features-card .title h3 span {
  display: block;
}

.cs-features-card p {
  max-width: 320px;
  margin-bottom: 0;
}

.cs-features-bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 55px;
  margin-bottom: 0;
}

.cs-features-bottom-link li {
  list-style-type: none;
  color: #ffffff;
  margin-right: 25px;
}

.cs-features-bottom-link li a {
  color: #ffffff;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cs-features-bottom-link li a img {
  margin-left: 7px;
}

.cs-features-bottom-link li a:hover {
  color: #0e0129;
}

.cs-features-bottom-link li:last-child {
  margin-right: 0;
}

/*================================================
CS Testimonials Area CSS
=================================================*/
.cs-testimonials-area {
  padding-top: 200px;
  padding-bottom: 150px;
}

.cs-testimonials-area .container {
  position: relative;
  z-index: 1;
}

.cs-testimonials-card .quote {
  margin-bottom: 30px;
}

.cs-testimonials-card .quote img {
  width: auto;
  margin: auto;
}

.cs-testimonials-card p {
  font-size: 25px;
  margin-bottom: 0;
  color: #636363;
}

.cs-testimonials-card .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

.cs-testimonials-card .info .image img {
  width: auto;
  border-radius: 50%;
  max-width: 55px;
}

.cs-testimonials-card .info .title {
  margin-left: 20px;
  text-align: start;
}

.cs-testimonials-card .info .title h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.cs-testimonials-card .info .title span {
  color: #636363;
  display: block;
  margin-top: 8px;
}

.cs-testimonials-slides {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.cs-testimonials-slides .owl-nav {
  margin-top: 0;
}

.cs-testimonials-slides .owl-nav .owl-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}

.cs-testimonials-slides .owl-nav .owl-prev i {
  font-size: 30px;
  color: #0e0129;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cs-testimonials-slides .owl-nav .owl-prev i:hover {
  color: var(--mainColor);
}

.cs-testimonials-slides .owl-nav .owl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}

.cs-testimonials-slides .owl-nav .owl-next i {
  font-size: 30px;
  color: #0e0129;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cs-testimonials-slides .owl-nav .owl-next i:hover {
  color: var(--mainColor);
}

.cs-testimonials-slides .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.cs-testimonials-wrap1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.cs-testimonials-wrap2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

/*================================================
CS Blog Area CSS
=================================================*/
.cs-blog-area {
  overflow: hidden;
}

.cs-blog-card {
  overflow: hidden;
}

.cs-blog-card .image {
  overflow: hidden;
  border-radius: 15px;
}

.cs-blog-card .image img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 15px;
}

.cs-blog-card .content {
  margin-top: 30px;
}

.cs-blog-card .content h3 {
  font-size: 25px;
  margin-bottom: 18px;
  line-height: 1.4;
}

.cs-blog-card .content h3 a {
  color: #0e0129;
}

.cs-blog-card .content h3 a:hover {
  color: var(--mainColor);
}

.cs-blog-card .content .blog-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: var(--mainColor);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.cs-blog-card .content .blog-btn .link-text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -120px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
}

.cs-blog-card .content .blog-btn img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cs-blog-card:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cs-blog-card:hover .content .blog-btn .link-text {
  opacity: 1;
  text-indent: 0;
  margin-right: 12px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

/*================================================
Case Studies Details Area CSS (Newly Added)
=================================================*/
.case-studies-details-desc h3 {
  font-size: 28px;
  margin-bottom: 30px;
}

.case-studies-details-desc img {
  margin-bottom: 30px;
}

.case-studies-details-desc .choose-wrap {
  background-color: #fcf2f6 !important;
  max-width: unset !important;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 50px;
}

.case-studies-details-desc .choose-wrap h2 {
  color: #0e0129;
  font-size: 28px;
}

.case-studies-details-desc .choose-wrap p {
  color: #212121;
}

.case-studies-details-desc .choose-wrap ul li {
  color: #0e0129;
}
.case-studies-details-desc .choose-wrap ul li i{
  color: var(--mainColor);
}

/* End "Network Security Demo" & "Cloud Security" Style CSS
==============================================================*/
.ns-choose-content .faq-accordion .accordion {
  padding-right: 30px;
}

.nav-area.navbar-area-with-relative .hide-wp-nav {
  margin-top: 0;
}

.nav-area.navbar-area-with-relative .hide-wp-nav.navbar-area.is-sticky {
  margin-top: 32px;
}



/*
Sidebar Widget Area Style
================================*/
.case-studies-details-area .widget-area .widget {
  margin-top: 35px;
}

.case-studies-details-area .widget-area .widget .post-wrap {
  padding-top: 20px;
}

.case-studies-details-area .widget-area .widget:first-child {
  margin-top: 0;
}

.case-studies-details-area .widget-area .widget .widget-title {
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  color: #0e0129;
  position: relative;
}

.case-studies-details-area .widget-area .widget_search form {
  position: relative;
}

.case-studies-details-area .widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.case-studies-details-area .widget-area .widget_search form .screen-reader-text {
  display: none;
}

.case-studies-details-area .widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case-studies-details-area .widget-area .widget_search form .search-field:focus {
  border-color: var(--mainColor);
}

.case-studies-details-area .widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  border: none;
  color: #ffffff;
  background-color: var(--mainColor);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.case-studies-details-area .widget-area .widget_search form button:hover {
  background-color: #0e0129;
}

.case-studies-details-area .widget-area .widget-peru-posts-thumb {
  position: relative;
  overflow: hidden;
}

.case-studies-details-area .widget-area .widget-peru-posts-thumb .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.case-studies-details-area .widget-area .widget-peru-posts-thumb .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.case-studies-details-area .widget-area .widget-peru-posts-thumb .item .thumb {
  float: left;
  height: 130px;
  overflow: hidden;
  position: relative;
  width: 130px;
  margin-right: 15px;
}

.case-studies-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
  width: 130px;
  height: 130px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #0e0129;
}

.case-studies-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/img/blog-details/popular-posts-1.png);
}

.case-studies-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/img/blog-details/popular-posts-2.png);
}

.case-studies-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/img/blog-details/popular-posts-3.png);
}

.case-studies-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
  background-image: url(../../assets/img/blog-details/popular-posts-4.png);
}

.case-studies-details-area .widget-area .widget-peru-posts-thumb .item .info {
  overflow: hidden;
}

.case-studies-details-area .widget-area .widget-peru-posts-thumb .item .info span {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.case-studies-details-area .widget-area .widget-peru-posts-thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}

.case-studies-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
  display: inline-block;
  color: #474c40;
}

.case-studies-details-area .widget-area .widget-peru-posts-thumb .item .info .title a:hover {
  color: var(--mainColor);
}

.case-studies-details-area .widget-area .widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.case-studies-details-area .widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 17px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}

.case-studies-details-area .widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.case-studies-details-area .widget-area .widget_recent_entries ul li::before {
  background: var(--mainColor);
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 7px;
}

.case-studies-details-area .widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}

.case-studies-details-area .widget-area .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.case-studies-details-area .widget-area .widget_categories ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #666666;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
}

.case-studies-details-area .widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.case-studies-details-area .widget-area .widget_categories ul li::before {
  background: var(--mainColor);
  position: absolute;
  height: 10px;
  width: 10px;
  content: '';
  left: 0;
  top: 7px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.case-studies-details-area .widget-area .widget_categories ul li a {
  display: block;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
}

.case-studies-details-area .widget-area .widget_categories ul li a span {
  float: right;
  font-size: 13px;
}

.case-studies-details-area .widget-area .widget_categories ul li a:hover {
  color: var(--mainColor);
}

.case-studies-details-area .widget-area .widget_categories ul li .post-count {
  float: right;
}

.case-studies-details-area .widget-area .widget_meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.case-studies-details-area .widget-area .widget_meta ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #666666;
  padding-left: 17px;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #efefef;
}

.case-studies-details-area .widget-area .widget_meta ul li a {
  color: #212121;
  color: #666666;
}

.case-studies-details-area .widget-area .widget_meta ul li a:hover {
  color: var(--mainColor);
}

.case-studies-details-area .widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.case-studies-details-area .widget-area .widget_meta ul li::before {
  background: var(--mainColor);
  position: absolute;
  height: 10px;
  width: 10px;
  content: '';
  left: 0;
  top: 8px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.case-studies-details-area .widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 0;
}

.case-studies-details-area .widget-area .tagcloud a {
  display: inline-block;
  color: #666666;
  font-weight: normal;
  font-size: 14px !important;
  padding: 7px 10px;
  border: 1px dashed #eeeeee;
  margin-top: 10px;
  margin-right: 10px;
  text-transform: capitalize;
}

.case-studies-details-area .widget-area .tagcloud a:hover {
  background-color: var(--mainColor);
  color: #ffffff;
}

.case-studies-details-area .widget-area .tagcloud a:focus {
  background-color: var(--mainColor);
  color: #ffffff;
  border-color: var(--mainColor);
}

.case-studies-details-area .widget-area .widget_services_list ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
  background-color: #ffffff;
}

.case-studies-details-area .widget-area .widget_services_list ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  z-index: 1;
  font-weight: 500;
}

.case-studies-details-area .widget-area .widget_services_list ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252920;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.case-studies-details-area .widget-area .widget_services_list ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.case-studies-details-area .widget-area .widget_services_list ul li a:hover {
  background-color: var(--mainColor);
  color: #ffffff;
  padding-left: 20px;
}

.case-studies-details-area .widget-area .widget_services_list ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.case-studies-details-area .widget-area .widget_services_list ul li a.active {
  background-color: var(--mainColor);
  color: #ffffff;
  padding-left: 20px;
}

.case-studies-details-area .widget-area .widget_services_list ul li a.active::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.case-studies-details-area .widget-area .widget_services_list ul li:last-child a {
  border-bottom: none;
}

.case-studies-details-area .widget-area .widget_download ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
  background-color: #ffffff;
}

.case-studies-details-area .widget-area .widget_download ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  z-index: 1;
  font-weight: 500;
}

.case-studies-details-area .widget-area .widget_download ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252920;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.case-studies-details-area .widget-area .widget_download ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.case-studies-details-area .widget-area .widget_download ul li a:hover {
  background-color: var(--mainColor);
  color: #ffffff;
  padding-left: 20px;
}

.case-studies-details-area .widget-area .widget_download ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.case-studies-details-area .widget-area .widget_download ul li a.active {
  background-color: var(--mainColor);
  color: #ffffff;
  padding-left: 20px;
}

.case-studies-details-area .widget-area .widget_download ul li a.active::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.case-studies-details-area .widget-area .widget_download ul li:last-child a {
  border-bottom: none;
}

.case-studies-details-area .widget-area .info time {
  font-size: 13px;
  color: #929292;
  display: block;
  margin-bottom: 4px;
}


/* Max width 767px */
@media only screen and (max-width: 767px) {

  .nav-area.navbar-area-with-relative .navbar-area.is-sticky {
    margin-top: 0;
  }
  /* Start "Network Security Demo" & "Cloud Security" Responsive CSS
    ===================================================================*/
  .urbanist-fonts-home p {
    font-size: 15px;
  }
  .ns-section-title {
    margin: 0 auto 30px;
  }
  .ns-section-title .sub {
    font-size: 14px;
  }
  .ns-section-title h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .ns-section-title p {
    font-size: 15px;
  }
  .top-header-relative-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
  .top-header-relative-info {
    display: block;
    text-align: center;
  }
  .top-header-relative-info li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .top-header-relative-info li:last-child {
    margin-bottom: 0;
  }
  .top-header-relative-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
  .navbar-area-with-relative .others-option {
    display: none !important;
  }
  .network-security-banner-area {
    padding-top: 300px;
    padding-bottom: 55px;
  }
  .network-security-banner-content .sub {
    font-size: 15px;
    margin-bottom: 7px;
  }
  .network-security-banner-content h1 {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .network-security-banner-content p {
    font-size: 15px;
  }
  .network-security-banner-content .banner-btn {
    margin-top: 25px;
  }
  .network-security-banner-content .banner-btn li {
    margin-right: 10px;
  }
  .network-security-banner-content .banner-btn li .default-btn {
    padding: 12px 20px;
  }
  .ns-features-area {
    padding-top: 50px;
  }
  .ns-features-inner {
    margin-top: 0;
  }
  .ns-features-card .inner {
    padding: 30px;
  }
  .ns-features-card .inner h3 {
    font-size: 18px;
  }
  .ns-features-card .content {
    margin-top: 22px;
  }
  .ns-features-bottom-link {
    display: block;
    margin-top: 15px;
  }
  .ns-features-bottom-link li {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .ns-features-bottom-link li:last-child {
    margin-bottom: 0;
  }
  .ns-about-image .wrap-image {
    max-width: 145px;
    right: 0;
    top: 35px;
  }
  .ns-about-image .fun-facts-wrap {
    padding: 12px 15px;
    max-width: 300px;
    right: 0;
    bottom: 20px;
  }
  .ns-about-image .fun-facts-wrap h3 {
    font-size: 30px;
  }
  .ns-about-image .fun-facts-wrap h3 .sign {
    font-size: 15px;
    margin-left: 12px;
  }
  .ns-about-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .ns-about-content .sub {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .ns-about-content h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .ns-about-content p {
    font-size: 15.5px;
  }
  .ns-about-content .inner-items .item {
    display: block;
  }
  .ns-about-content .inner-items .item .content {
    margin-top: 20px;
    margin-left: 0;
  }
  .ns-about-content .inner-items .item:nth-child(1) {
    margin-left: 0;
  }
  .ns-about-content .inner-items .item:nth-child(2) {
    margin-left: 0;
  }
  .ns-fun-facts-inner {
    padding: 50px 35px;
  }
  .ns-fun-facts-card {
    display: block;
  }
  .ns-fun-facts-card .title {
    margin-left: 0;
    margin-top: 12px;
  }
  .ns-fun-facts-card .title h3 {
    font-size: 35px;
    margin-bottom: 5px;
  }
  .ns-services-card .image {
    padding: 10px 10px 0 10px;
  }
  .ns-services-card .content {
    padding: 25px;
  }
  .ns-services-card .content h3 {
    font-size: 20.5px;
    margin-bottom: 12px;
  }
  .ns-services-bottom-link {
    display: block;
  }
  .ns-services-bottom-link li {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .ns-services-bottom-link li:last-child {
    margin-bottom: 0;
  }
  .ns-choose-content .sub {
    font-size: 14px;
  }
  .ns-choose-content h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .ns-choose-content .faq-accordion {
    margin-top: 30px;
  }
  .ns-choose-images .image1 {
    margin-top: 0;
  }
  .ns-testimonials-content {
    margin-left: 0;
  }
  .ns-testimonials-content .content .sub {
    font-size: 14px;
  }
  .ns-testimonials-content .content h2 {
    font-size: 30px;
  }
  .ns-testimonials-card {
    padding: 25px;
  }
  .ns-testimonials-card .info {
    margin-top: 20px;
  }
  .ns-testimonials-slides.owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 25px;
  }
  .ns-case-studies-card .content h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .ns-case-studies-card .content p {
    font-size: 15px;
  }
  .cloud-security-banner-area {
    padding-top: 300px;
    padding-bottom: 55px;
  }
  .cloud-security-banner-content .sub {
    font-size: 15px;
  }
  .cloud-security-banner-content h1 {
    font-size: 40px;
  }
  .cloud-security-banner-content .banner-btn {
    margin-top: 30px;
  }
  .cloud-security-banner-content .banner-btn li .default-btn {
    padding: 12px 15px;
  }
  .cs-features-area {
    padding-top: 50px;
  }
  .cs-features-inner {
    padding: 50px 30px;
    margin-top: 0;
  }
  .cs-features-card .title {
    margin-bottom: 15px;
  }
  .cs-features-card .title h3 {
    font-size: 17px;
  }
  .cs-features-bottom-link {
    display: block;
  }
  .cs-features-bottom-link li {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .cs-features-bottom-link li:last-child {
    margin-bottom: 0;
  }
  .cs-testimonials-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cs-testimonials-card {
    padding: 0 30px;
  }
  .cs-testimonials-card .quote {
    margin-bottom: 25px;
  }
  .cs-testimonials-card .info {
    margin-top: 25px;
  }
  .cs-testimonials-slides .owl-nav .owl-prev {
    left: 0;
  }
  .cs-testimonials-slides .owl-nav .owl-prev i {
    font-size: 20px;
  }
  .cs-testimonials-slides .owl-nav .owl-next {
    right: 0;
  }
  .cs-testimonials-slides .owl-nav .owl-next i {
    font-size: 20px;
  }
  .cs-testimonials-wrap1, .cs-testimonials-wrap2 {
    display: none;
  }
  .cs-blog-card .content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  /* End "Network Security Demo" & "Cloud Security" Responsive CSS
    ==================================================================*/

    .case-studies-details-area .widget-area .widget:first-child {
      margin-top: 35px;
    }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  /* Start "Network Security Demo" & "Cloud Security" Responsive CSS
    ===================================================================*/
  .top-header-relative-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
  .top-header-relative-info li {
    margin-right: 15px;
  }
  .top-header-relative-social li {
    margin-right: 10px;
  }
  .navbar-area-with-relative .others-option {
    display: none !important;
  }
  .ns-about-image .wrap-image {
    right: 0;
  }
  .ns-about-image .fun-facts-wrap {
    right: 0;
  }
  .ns-about-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .ns-testimonials-content {
    margin-left: 0;
  }
  .cs-features-inner {
    padding: 70px 35px;
  }
  .cs-testimonials-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cs-testimonials-card {
    padding: 0 65px;
  }
  .cs-testimonials-slides .owl-nav .owl-prev {
    left: 0;
  }
  .cs-testimonials-slides .owl-nav .owl-next {
    right: 0;
  }
  .cs-testimonials-wrap1, .cs-testimonials-wrap2 {
    display: none;
  }
  /* End "Network Security Demo" & "Cloud Security" Responsive CSS
    ==================================================================*/

    .case-studies-details-area .widget-area .widget:first-child {
      margin-top: 35px;
    }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Start "Network Security Demo" & "Cloud Security" Responsive CSS
    ===================================================================*/
  .top-header-relative-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
  .top-header-relative-info li {
    margin-right: 20px;
  }
  .navbar-area-with-relative .navbar-area .main-nav nav .navbar-nav .nav-item a {
    margin: 0 7px;
  }
  .navbar-area-with-relative .others-option {
    margin-left: 10px;
  }
  .navbar-area-with-relative .others-option .option-item {
    margin-right: 12px;
  }
  .ns-about-image .wrap-image {
    right: 0;
  }
  .ns-about-image .fun-facts-wrap {
    right: 0;
  }
  .ns-about-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .ns-testimonials-content {
    margin-left: 0;
  }
  .cs-testimonials-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .cs-testimonials-card {
    padding: 0 130px;
  }
  .cs-testimonials-slides .owl-nav .owl-prev {
    left: 15px;
  }
  .cs-testimonials-slides .owl-nav .owl-next {
    right: 15px;
  }
  .cs-testimonials-wrap1 {
    max-width: 300px;
  }
  .cs-testimonials-wrap2 {
    max-width: 200px;
  }
  /* End "Network Security Demo" & "Cloud Security" Responsive CSS
    ==================================================================*/
}

/* Only Mobil Menu Max width 991px */
@media only screen and (max-width: 991px) {
  
  /* Start "Network Security Demo" & "Cloud Security" Responsive CSS
    ===================================================================*/
  .ns-features-card .inner {
    padding: 30px;
  }
  .ns-about-image .wrap-image {
    top: 30px;
  }
  .ns-about-image .fun-facts-wrap {
    padding: 20px 25px;
    bottom: 25px;
  }
  .ns-about-image .fun-facts-wrap h3 {
    font-size: 40px;
  }
  .ns-about-content .inner-items .item:nth-child(1) {
    margin-left: 0;
  }
  .ns-about-content .inner-items .item:nth-child(2) {
    margin-left: 0;
  }
  .ns-fun-facts-inner {
    padding: 80px 20px;
  }
  .ns-fun-facts-card .icon {
    height: 57px;
    width: 57px;
  }
  .ns-fun-facts-card .title h3 {
    font-size: 45px;
    margin-bottom: 5px;
  }
  .ns-testimonials-card p {
    font-size: 20px;
  }
  /* End "Network Security Demo" & "Cloud Security" Responsive CSS
    ==================================================================*/
}

/* Min width 1550px */
@media only screen and (min-width: 1550px) {
  
  /* Start "Network Security Demo" & "Cloud Security" Style CSS
    ==============================================================*/
  .top-header-relative-area .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  .navbar-area-with-relative .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  /* End "Network Security Demo" & "Cloud Security" Style CSS
    ==============================================================*/
}