/*
@File: Torado/Cyber Security Company Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style
** - Header Area Style
** - Nav Area Style
** - Banner Area Style
** - Futures Area Style
** - About Area Style
** - Services Area Style
** - Ready To Talk Area Style
** - Choose Us Area Style
** - Case Studies Area Style
** - Customer Area Style
** - Team Area Style
** - Partner Area Style
** - Blog Area Style
** - Footer Area Style
** - Copy Right Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style

*******************************************
/*

/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;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");
:root {
  --body-font-family: "Jost", sans-serif;
  --body-color: #d3d3d3;
  --main-color: #F64C62;
  --heading-color: #ffffff;
  --white-color: #ffffff;
  --black-color: #000000;
  --font-size: 16px;
  --mobile-font-size: 15px;
  --transition: all ease .5s;
  --border-radius: 5px;
  --box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

body {
  font-size: var(--font-size);
  font-family: var(--body-font-family);
  color: var(--body-color);
}

a {
  transition: var(--transition);
  text-decoration: none;
  color: var(--body-color);
}
a:hover {
  text-decoration: none;
  color: var(--main-color);
}
a:focus {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  font-weight: 700;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  margin-bottom: 15px;
  line-height: 26px;
}
p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.04);
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
  transition: var(--transition);
  border-radius: 4px;
  color: var(--white-color) !important;
}
.form-control::-moz-placeholder {
  color: #D3D3D3;
}
.form-control::placeholder {
  color: #D3D3D3;
}
.form-control:focus {
  color: var(--black-color);
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--main-color);
  background: rgba(255, 255, 255, 0.04);
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-50 {
  padding-top: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

/*
Bg-color Style*/
.body-bg-color-03094b {
  background-color: #03094b;
}

.bg-color-03094b {
  background-color: #03094b;
}

.bg-color-020847 {
  background-color: #020847;
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  right: 3%;
  top: 87%;
  background-color: var(--main-color);
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  transform: scale(0);
  visibility: hidden;
  transition: 0.9s;
  border-radius: var(--border-radius);
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: var(--white-color);
  transition: 0.5s;
  font-size: 20px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--main-color);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  border-radius: var(--border-radius);
}
.go-top:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}
.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:focus {
  color: var(--white-color);
}
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 87%;
  transform: scale(1);
}

/* Preloader Area Style
============================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  z-index: 9999;
}
.preloader .pl-spark-1 {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin: 0 auto 18px auto;
  position: relative;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.preloader .pl-spark-1:before, .preloader .pl-spark-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background: var(--white-color);
  display: block;
  transform-origin: 50% 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.preloader .pl-spark-1.pl-spark-2:before {
  animation-name: scaleA;
}
.preloader .pl-spark-1.pl-spark-2:after {
  animation-name: scaleB;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}

@keyframes scaleA {
  from, 50%, to {
    transform: scale(1);
  }
  25%, 75% {
    transform: scale(-1);
  }
}
@keyframes scaleB {
  from, 50%, to {
    transform: rotate(90deg) scale(0);
  }
  12.5%, 62.5% {
    transform: rotate(90deg) scale(1);
  }
  37.5%, 87.5% {
    transform: rotate(90deg) scale(-1);
  }
}
/* Default btn Area Style
============================================*/
.default-btn {
  background: linear-gradient(180deg, #D90950 0%, #FC5866 100%);
  border-radius: var(--border-radius);
  font-weight: 500;
  font-size: 18px;
  line-height: 10px;
  color: var(--white-color);
  padding: 21px 32px;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(89.98deg, #FF1072 0.73%, #FF8208 99.96%);
  border-radius: var(--border-radius);
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
}
.default-btn:hover {
  color: var(--white-color);
}
.default-btn:hover::before {
  opacity: 1;
}
.default-btn.active {
  color: var(--white-color);
}
.default-btn.active::before {
  opacity: 1;
}
.default-btn.active:hover {
  background: linear-gradient(84.94deg, #5104E0 6.89%, #8728E2 82.48%);
}

/* Read More btn Area Style
============================================*/
.read-more {
  font-weight: 600;
  font-size: 18px;
  line-height: 10px;
  color: var(--heading-color);
}
.read-more img {
  margin-left: 12px;
}
.read-more:hover {
  letter-spacing: 0.5px;
}

/* Section Area Style
============================================*/
.section-title {
  max-width: 690px;
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.section-title .top-title {
  color: var(--main-color);
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
}
.section-title h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  position: relative;
}
.section-title h2:last-child {
  margin-bottom: 0;
}
.section-title p {
  max-width: 600px;
  margin: auto;
}
.section-title.w-565 {
  max-width: 565px;
}
.section-title.w-500 {
  max-width: 500px;
}
.section-title.left-title {
  text-align: left;
  margin-left: 0;
}

/* navbar Area Style
============================================*/
.navbar {
  z-index: 2;
}
.navbar.is-sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 3px 0px #000000;
  background-color: #03094b;
  z-index: 999;
}
.navbar.is-sticky::before {
  display: none;
}
.navbar .container-fluid {
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}
.navbar .nav-item .nav-link {
  font-size: 18px;
  line-height: 10px;
  color: var(--heading-color);
  padding: 0 22px;
  padding: 34px 22px;
}
.navbar .nav-item .nav-link:hover {
  color: var(--main-color);
}
.navbar .nav-item .nav-link.active {
  color: var(--main-color);
}
.navbar .others-option {
  margin-left: 22px;
}
.navbar .others-option ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar .others-option ul li {
  margin-right: 22px;
}
.navbar .others-option ul li:last-child {
  margin-right: 0;
}
.navbar .others-option .default-btn {
  display: block;
  padding: 21px 29px;
  background: #F64C62;
}
.navbar .others-option .option-item {
  position: relative;
  top: 12px;
}
.navbar .others-option .option-item .search-overlay {
  display: none;
}
.navbar .others-option .option-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #03094b;
  z-index: 2;
  padding: 20px;
  box-shadow: var(--box-shadow);
  margin-top: 18px;
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form {
  position: relative;
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #2a2a2a;
  color: var(--heading-color);
  outline: 0;
  transition: var(--transition);
  font-size: 15px;
  padding-top: 4px;
  padding-left: 15px;
  background: #03094b;
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: var(--main-color);
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: var(--main-color);
  border: none;
  width: 50px;
  outline: 0;
  color: var(--white-color);
  transition: var(--transition);
  padding: 0;
}
.navbar .others-option .option-item .search-overlay.search-popup .search-form .search-button:hover {
  background-color: var(--heading-color);
}
.navbar .others-option .option-item .search-btn {
  cursor: pointer;
  transition: var(--transition);
  color: var(--heading-color);
  text-align: center;
  font-size: 21px;
  display: inline-block;
}
.navbar .others-option .option-item .search-btn:hover {
  color: var(--main-color);
}
.navbar .others-option .option-item .close-btn {
  cursor: pointer;
  transition: var(--transition);
  color: var(--heading-color);
  text-align: center;
  display: none;
  font-size: 21px;
}
.navbar .others-option .option-item .close-btn:hover {
  color: var(--main-color);
}
.navbar .others-option .option-item .close-btn.active {
  display: block;
  color: var(--main-color);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/* Banner Area Style
============================================*/
.banner-area {
  background-image: url(../../assets/images/cyber-security-company/banner-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 207px;
  padding-bottom: 113px;
  position: relative;
  z-index: 1;
}
.banner-area .container-fluid {
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}
.banner-area .shape {
  position: absolute;
  z-index: -1;
  opacity: 0.15;
}
.banner-area .shape.shape-1 {
  top: 100px;
  left: 0;
  animation: off-on 10s infinite linear;
}
.banner-area .shape.shape-2 {
  bottom: 0;
  left: 0;
  animation: off-on 5s infinite linear;
}

.banner-img {
  text-align: center;
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}
.banner-content span {
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  color: var(--main-color);
  margin-bottom: 15px;
}
.banner-content h1 {
  font-weight: 900;
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 29px;
}
.banner-content p {
  margin-bottom: 35px;
  max-width: 780px;
  line-height: 26px;
}
.banner-content .shape {
  position: absolute;
}
.banner-content .shape.shape-3 {
  top: -50px;
  right: 0;
}
.banner-content .shape.shape-4 {
  bottom: -70px;
  right: 180px;
}

@keyframes off-on {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
/* Features Area Style
============================================*/
.features-about-area {
  background-image: url(../../assets/images/cyber-security-company/features-about-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.features-area .container {
  position: relative;
  z-index: 2;
}

.single-features {
  background: linear-gradient(90deg, #261758 1.17%, #21164A 101.29%);
  border-radius: var(--border-radius);
  padding: 35px 25px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.single-features:before {
  content: "";
  position: absolute;
  top: 35px;
  right: 25px;
  background-image: url(../../assets/images/cyber-security-company/lock-icon.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.single-features .icon {
  background: #0F023F;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 21px;
  position: relative;
  z-index: 1;
}
.single-features .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #DB0C51 0%, #F54862 100%);
  border-radius: 8px;
  z-index: -1;
  transform: scale(0);
  transition: var(--transition);
}
.single-features h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.single-features p {
  margin-bottom: 0;
}
.single-features:hover .icon::before {
  transform: scale(1);
}

/* About Content Area Style
============================================*/
.about-us-area {
  position: relative;
  z-index: 1;
}
.about-us-area .shape {
  position: absolute;
  z-index: -1;
}
.about-us-area .shape.shape-1 {
  bottom: 0;
  right: 0;
}
.about-us-area .shape.shape-2 {
  bottom: 0;
  left: 0;
}

.about-img img {
  border-radius: 43px;
}

.about-content {
  margin-left: 56px;
}
.about-content .top-title {
  color: var(--main-color);
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 18px;
}
.about-content h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}
.about-content p {
  margin-bottom: 30px;
  position: relative;
}
.about-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.about-content ul li {
  margin-bottom: 25px;
}
.about-content ul li:last-child {
  margin-bottom: 0;
}
.about-content ul li .icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50px;
  background: linear-gradient(180deg, #DF1654 0%, #F85064 100%);
}
.about-content ul li span {
  font-size: 18px;
}

/* Services Area Style
============================================*/
.services-trusted-bg {
  background-image: url(../../assets/images/cyber-security-company/services-trusted-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-area {
  position: relative;
}
.services-area .services-shape {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.9;
}

.single-services {
  background: linear-gradient(90deg, #1D0865 1.17%, #22174B 101.29%);
  border-radius: var(--border-radius);
  padding: 35px 32px;
  padding-top: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.single-services:before {
  content: "";
  position: absolute;
  top: 35px;
  right: 25px;
  background-image: url(../../assets/images/cyber-security-company/lock-icon.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.single-services .icon {
  background: #0F023F;
  border-radius: 8px;
  width: 116px;
  height: 116px;
  line-height: 116px;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.single-services .icon::before {
  content: "";
  position: absolute;
  top: 4.4px;
  left: 5.5px;
  width: 92%;
  height: 92%;
  background: linear-gradient(180deg, #DB0E52 0%, #F95164 100%);
  border-radius: 8px;
  z-index: -1;
  transform: scale(1);
  transition: var(--transition);
}
.single-services h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
.single-services p {
  margin-bottom: 30px;
}
.services-slide.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  margin: auto;
}
.services-slide.owl-theme .owl-dots {
  margin-top: 20px !important;
  line-height: 1;
}
.services-slide.owl-theme .owl-dots .owl-dot span {
  margin-top: 0;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  width: 20px;
  height: 8px;
  transition: var(--transition);
}
.services-slide.owl-theme .owl-dots .owl-dot:hover span {
  width: 40px;
  background-color: #F64C62;
}
.services-slide.owl-theme .owl-dots .owl-dot.active span {
  width: 40px;
  background-color: #F64C62;
}

/* Trusted Area Style
============================================*/
.trusted-area {
  overflow: hidden;
  position: relative;
}
.trusted-area .container-fluid {
  left: calc((100% - 1320px) / 2);
  position: relative;
}
.trusted-area .trusted-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.trusted-content .top-title {
  color: #12C0FE;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 12px;
  display: block;
}
.trusted-content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0;
}

/* Case Area Style
============================================*/
.case-area {
  background-image: url(../../assets/images/cyber-security-company/case-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.single-case {
  margin-bottom: 30px;
}
.single-case .case-img {
  position: relative;
  overflow: hidden;
}
.single-case .case-img img {
  border-radius: var(--border-radius);
}
.single-case .case-img .case-content {
  background: #140357;
  border-radius: 0px 0px 5px 5px;
  padding: 33px;
  text-align: center;
  padding-top: 0;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  transition: var(--transition);
}
.single-case .case-img .case-content .icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50px;
  background: linear-gradient(180deg, #F64C62 0%, #FF516E 100%);
  margin: -21px auto 15px;
  position: relative;
}
.single-case .case-img .case-content .icon img {
  position: relative;
  top: -2px;
}
.single-case .case-img .case-content h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.single-case:hover .case-img .case-content {
  bottom: 0;
}

.case-slide.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  margin: auto;
}
.case-slide.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.case-slide.owl-theme .owl-nav .owl-prev, .case-slide.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
  transition: var(--transition);
  margin: 0;
  position: absolute;
  top: 50%;
  left: -68px;
  transform: translateY(-50%);
}
.case-slide.owl-theme .owl-nav .owl-prev img, .case-slide.owl-theme .owl-nav .owl-next img {
  position: relative;
  top: 0;
  left: -1px;
  transition: var(--transition);
  filter: brightness(100);
}
.case-slide.owl-theme .owl-nav .owl-prev:hover, .case-slide.owl-theme .owl-nav .owl-next:hover {
  background: var(--main-color);
}
.case-slide.owl-theme .owl-nav .owl-prev:hover img, .case-slide.owl-theme .owl-nav .owl-next:hover img {
  filter: brightness(100);
}
.case-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -68px;
}
.case-slide.owl-theme .owl-nav .owl-next img {
  left: auto;
  right: -2px;
}

/* Choose Us Area Style
============================================*/
.choose-us-area {
  background-image: url(../../assets/images/cyber-security-company/choose-us-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.choose-us-content {
  position: relative;
}
.choose-us-content .top-title {
  color: var(--main-color);
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 18px;
}
.choose-us-content h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
.choose-us-content p {
  margin-bottom: 20px;
  position: relative;
}
.choose-us-content ul {
  padding-left: 0;
  margin-bottom: 36px;
  list-style-type: none;
}
.choose-us-content ul li {
  margin-bottom: 8px;
}
.choose-us-content ul li:last-child {
  margin-bottom: 0;
}
.choose-us-content ul li span {
  font-size: 18px;
  margin-left: 10px;
  color: var(--white-color);
}
.choose-us-content .video-button {
  background-color: #03094B;
  width: 202px;
  height: 202px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  padding: 40px;
  right: -90px;
  bottom: -60px;
  z-index: 1;
}
.choose-us-content .video-button .icon-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.choose-us-content .video-button .icon-wrap .icon {
  width: 68px;
  height: 68px;
  line-height: 65px;
  text-align: center;
  background-color: #F64C62;
  border-radius: 50px;
  margin: auto;
}
.choose-us-content .video-button .icon-wrap .icon img {
  position: relative;
  right: -2px;
}
.choose-us-content .video-button .video-watch-text-wrap {
  animation: rotation 50s infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.choose-us-img {
  margin-left: 20px;
  position: relative;
}
.choose-us-img img {
  border-radius: 29px;
}
.choose-us-img .choose-us-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  max-width: 320px;
  position: absolute;
  top: 40px;
  right: 0;
}
.choose-us-img .choose-us-list li {
  background: #100147;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 20px;
}
.choose-us-img .choose-us-list li:last-child {
  margin-bottom: 0;
}
.choose-us-img .choose-us-list li h2 {
  background: linear-gradient(234.46deg, #DF1754 29.17%, #F54962 144.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 64px;
  margin-bottom: 0;
}
.choose-us-img .choose-us-list li span {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--white-color);
  margin-left: 20px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Pricing Area Style
============================================*/
.single-pricing {
  background: linear-gradient(88.24deg, #1D0862 1.59%, #22134F 98.67%);
  border-radius: 10px;
  padding: 45px 42px;
  margin-bottom: 30px;
}
.single-pricing h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.single-pricing p {
  margin-bottom: 25px;
}
.single-pricing .default-btn {
  background-image: unset;
  border: 1px solid var(--main-color);
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.single-pricing .price-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.single-pricing .price-list li {
  margin-bottom: 15px;
}
.single-pricing .price-list li:last-child {
  margin-bottom: 0;
}
.single-pricing .price-list li span {
  margin-left: 16px;
}
.single-pricing h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 0;
}
.single-pricing h2 sub {
  font-weight: 400;
  font-size: 16px;
  color: #D3D3D3;
  position: relative;
  top: -2px;
  left: 5px;
}

/* Complete Area Style
============================================*/
.pricing-complete-bg {
  background-image: url(../../assets/images/cyber-security-company/pricing-complete-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.pricing-complete-bg .pricing-complete-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.complete-content {
  background: rgba(17, 3, 75, 0.7);
  border-radius: 10px;
  padding: 70px 42px;
  margin-left: -200px;
}
.complete-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: -7px;
}
.complete-content p {
  margin-bottom: 30px;
}
.complete-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.complete-content ul li {
  font-weight: 500;
  font-size: 18px;
  background: #0E0042;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: var(--white-color);
}
.complete-content ul li:last-child {
  margin-bottom: 0;
}
.complete-content ul li img {
  margin-right: 10px;
}

/* Testimonials Area Style
============================================*/
.testimonials-area {
  background-image: url(../../assets/images/cyber-security-company/testimonials-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-testimonials .testimonial-content {
  background: #0D013F;
  border-radius: 10px;
  padding: 40px 33px;
  position: relative;
}
.single-testimonials .testimonial-content p {
  font-size: 18px;
  line-height: 30px;
  color: var(--white-color);
  margin-bottom: 0;
}
.single-testimonials .testimonial-content .icon {
  background: #0D013F;
  border: 7px solid #03094B;
  width: 73px;
  height: 73px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  bottom: -33px;
  right: 8px;
}
.single-testimonials .testimonial-content .icon .color-quat {
  position: absolute;
  top: 17px;
  right: 13px;
  opacity: 0;
  transition: var(--transition);
}
.single-testimonials .testimonial-info {
  margin-top: 20px;
}
.single-testimonials .testimonial-info img {
  border-radius: 50%;
  width: 56px;
}
.single-testimonials .testimonial-info .info h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 4px;
}
.single-testimonials:hover .icon .color-quat {
  opacity: 1;
}

.testimonials-slide.owl-theme .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  top: -110px;
  right: -5px;
}
.testimonials-slide.owl-theme .owl-nav .owl-prev, .testimonials-slide.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
  transition: var(--transition);
  margin: 0 5px;
}
.testimonials-slide.owl-theme .owl-nav .owl-prev img, .testimonials-slide.owl-theme .owl-nav .owl-next img {
  position: relative;
  left: 0px;
  transition: var(--transition);
  filter: brightness(100);
  top: -0.5px;
}
.testimonials-slide.owl-theme .owl-nav .owl-prev:hover, .testimonials-slide.owl-theme .owl-nav .owl-next:hover {
  background-color: var(--main-color);
}
.testimonials-slide.owl-theme .owl-nav .owl-prev:hover img, .testimonials-slide.owl-theme .owl-nav .owl-next:hover img {
  filter: brightness(100);
}
.testimonials-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -66px;
}
.testimonials-slide.owl-theme .owl-nav .owl-next img {
  left: auto;
  right: 3px;
  top: -0.5px;
}
.testimonials-slide.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

/* Contact Area Style
============================================*/
.contact-us-area {
  background-image: url(../../assets/images/cyber-security-company/contact-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-form .contact-title {
  margin-bottom: 40px;
}
.contact-form .contact-title .top-title {
  color: var(--main-color);
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
}
.contact-form .contact-title h2 {
  font-size: 40px;
  line-height: 50px;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-check {
  padding-left: 12px;
}
.contact-form .default-btn {
  width: 100%;
  display: block;
  border-radius: 4px;
  border: none;
}
.contact-form .default-btn::before {
  border-radius: 4px;
}
.contact-form .list-unstyled {
  color: #ff0000;
  font-size: 14px;
  margin-top: 5px;
}
.contact-form #msgSubmit {
  position: absolute;
  bottom: -45px;
  left: 0;
  font-size: 20px;
}

.contact-info {
  margin-right: 57px;
}
.contact-info .col-lg-12:last-child .single-contact-info {
  margin-bottom: 0;
}

.single-contact-info {
  background: #0D013F;
  border-radius: 10px;
  position: relative;
  padding-left: 100px;
  padding: 32px 37px;
  margin-bottom: 30px;
}
.single-contact-info .icon {
  width: 84px;
  height: 84px;
  line-height: 84px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  border-radius: 50px;
  transition: var(--transition);
  position: relative;
}
.single-contact-info .icon .white-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.single-contact-info .icon .white-icon.call {
  top: 19px;
}
.single-contact-info .icon .white-icon.location {
  top: 16px;
}
.single-contact-info .icon .white-icon.mail {
  top: 24px;
}
.single-contact-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: var(--body-font-family);
}
.single-contact-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-contact-info ul li {
  margin-bottom: 5px;
}
.single-contact-info ul li a {
  color: #D3D3D3;
}
.single-contact-info ul li a:hover {
  color: var(--main-color);
}
.single-contact-info ul li:last-child {
  margin-bottom: 0;
}
.single-contact-info:hover .icon {
  background: var(--main-color);
}
.single-contact-info:hover .icon .white-icon {
  opacity: 1;
}

/* Blog Area Style
============================================*/
.blog-footer-bg {
  background-image: url(../../assets/images/cyber-security-company/blog-footer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-blog {
  margin-bottom: 30px;
}
.single-blog .blog-img {
  position: relative;
}
.single-blog .blog-img img {
  border-radius: 10px;
}
.single-blog .blog-img .date {
  position: absolute;
  top: -30px;
  left: 40px;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  width: 65px;
  height: 65px;
  display: inline-block;
  background-color: #F64C62;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  color: var(--white-color);
  border: 4px solid #03094B;
}
.single-blog .blog-content {
  margin-top: 20px;
  padding-right: 30px;
}
.single-blog .blog-content h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
}
.single-blog .blog-content h3 a {
  color: var(--heading-color);
}
.single-blog .blog-content ul {
  padding-left: 0;
  margin-bottom: 13px;
  list-style-type: none;
  line-height: 1;
}
.single-blog .blog-content ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}
.single-blog .blog-content ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  transform: rotate(25deg);
  background-color: var(--body-color);
}
.single-blog .blog-content ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.single-blog .blog-content ul li:last-child::before {
  display: none;
}
.single-blog .blog-content ul li a {
  color: #D3D3D3;
}
.single-blog .blog-content ul li a:hover {
  color: var(--main-color);
}
.single-blog:hover .blog-content h3 a {
  color: var(--main-color);
}

/* Consultations Area Style
============================================*/
.consultations-content-wrap {
  background: #110346;
  border-radius: 10px;
  padding: 95px 80px;
  position: relative;
}
.consultations-content-wrap .shape {
  position: absolute;
}
.consultations-content-wrap .shape.shape-1 {
  top: 0;
  left: 0;
  border-radius: 10px;
}
.consultations-content-wrap .shape.shape-2 {
  top: 50%;
  transform: translateY(-50%);
  left: 300px;
  right: 0;
  margin: auto;
}

.consultations-content h2 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 0;
}

/* footer Area Style
============================================*/
.single-footer {
  padding-top: 100px;
  padding-bottom: 100px;
}
.single-footer .footer-logo {
  margin-bottom: 15px;
}
.single-footer p {
  margin-bottom: 25px;
}
.single-footer h3 {
  font-size: 24px;
  margin-bottom: 26px;
}
.single-footer .social-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.single-footer .social-link li {
  display: inline-block;
  margin-right: 10px;
}
.single-footer .social-link li:last-child {
  margin-right: 0;
}
.single-footer .social-link li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: rgba(242, 236, 253, 0.1);
  color: var(--main-color);
  border-radius: 50px;
  font-size: 20px;
}
.single-footer .social-link li a:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}
.single-footer .import-link {
  padding-left: 0;
  list-style: none;
}
.single-footer .import-link li {
  margin-bottom: 15px;
}
.single-footer .import-link li:last-child {
  margin-bottom: 0;
}
.single-footer .import-link li a {
  color: var(--body-color);
}
.single-footer .import-link li a:hover {
  color: var(--main-color);
}
.single-footer.mr-95 {
  margin-right: 95px;
}
.single-footer.border-left {
  position: relative;
  padding-left: 75px;
}
.single-footer.border-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

.copy-right-content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.copy-right-content p {
  color: var(--body-color);
}
.copy-right-content p span {
  color: var(--main-color);
  font-weight: 700;
  font-size: 18px;
}
.copy-right-content p a {
  color: var(--main-color);
  font-weight: 700;
  font-size: 18px;
}

/* Demos Area Style
============================================*/
.all-demos-area .modal {
  --bs-modal-width: 1320px;
  text-align: center;
  background-color: var(--black-color);
}
.all-demos-area .modal .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.all-demos-area .modal-header h1 {
  font-size: 35px;
  color: var(--black-color);
}
.all-demos-area .single-demos {
  margin-bottom: 50px;
  text-decoration: none;
}
.all-demos-area .single-demos img {
  border-radius: 10px 10px 0 0;
  box-shadow: var(--box-shadow);
}
.all-demos-area .single-demos h3 {
  font-size: 25px;
  padding: 30px;
  background-color: var(--white-color);
  box-shadow: var(--box-shadow);
  border-radius: 0 0 10px 10px;
  transition: var(--transition);
  color: var(--black-color);
}
.all-demos-area .single-demos:hover h3 {
  background-color: var(--main-color);
  color: var(--white-color);
}
.all-demos-area .modal-body {
  padding: 30px;
  padding-bottom: 0;
}
.all-demos-area .btn-close {
  background-image: url(../../assets/images/others/close.png);
  opacity: 1;
}

.demo-btn {
  position: fixed;
  top: calc(50% - 55px);
  left: 0;
  border-radius: 0 5px 5px 0;
  padding: 10px 15px;
  border: none;
}
.demo-btn span {
  writing-mode: vertical-rl;
}
.demo-btn::before {
  border-radius: 0 5px 5px 0;
}

/* Responsive Area Style
============================================*/
/* Max width 767px */
@media only screen and (max-width: 767px) {
  :root {
    --font-size: 15px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  body {
    font-size: var(--font-size);
  }
  .default-btn {
    padding: 18px 20px;
    font-size: 15px;
  }
  .read-more {
    font-size: 15px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title .top-title {
    font-size: 15px;
  }
  .section-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .shape {
    display: none;
  }
  /* Navbar Content */
  .navbar .container-fluid {
    max-width: 540px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }
  .navbar .nav-item .nav-link {
    font-size: 16px;
    text-align: center;
  }
  .navbar .others-option {
    position: absolute;
    top: 0;
    right: 0;
  }
  .navbar .others-option ul li:last-child {
    display: none;
  }
  .navbar .others-option .option-item {
    top: 18px;
    right: 50px;
  }
  .navbar .others-option .option-item .search-overlay.search-popup {
    right: -63px;
  }
  .demo-btn {
    padding: 18px 10px;
  }
  /* Banner Content */
  .banner-area {
    padding-top: 132px;
    padding-bottom: 60px;
  }
  .banner-area .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 540px;
  }
  .banner-content {
    margin-bottom: 30px;
  }
  .banner-content span {
    font-size: 15px;
  }
  .banner-content h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .banner-content p {
    margin-bottom: 28px;
  }
  /* Features Content */
  .single-features {
    padding: 20px;
  }
  .single-features .icon {
    margin-bottom: 15px;
  }
  .single-features h3 {
    font-size: 20px;
  }
  /* About Content */
  .about-img {
    margin-bottom: 30px;
  }
  .about-content {
    margin-left: 0;
  }
  .about-content .top-title {
    font-size: 15px;
  }
  .about-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .about-content .md-md-30 {
    margin-bottom: 20px;
  }
  /* Services Content */
  .services-area .container-fluid {
    max-width: 540px;
  }
  .single-services {
    padding: 20px 20px;
  }
  .single-services .icon {
    margin-bottom: 22px;
    margin-top: -55px;
  }
  .single-services h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .single-services p {
    margin-bottom: 20px;
  }
  /* Trusted Content */
  .trusted-area {
    border-bottom: 1px solid #1f0c60;
  }
  .trusted-area .container-fluid {
    left: unset;
    max-width: 540px;
  }
  .trusted-area .trusted-shape {
    display: none;
  }
  .trusted-content {
    margin-bottom: 30px;
  }
  .trusted-content .top-title {
    font-size: 15px;
  }
  .trusted-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  /* Testimonials Content */
  .single-testimonials .testimonial-content {
    padding: 20px;
  }
  .single-testimonials .testimonial-content p {
    font-size: 17px;
  }
  .single-testimonials .testimonial-info .info h3 {
    font-size: 18px;
  }
  .testimonials-slide.owl-theme .owl-nav {
    position: unset;
    margin-top: 30px !important;
  }
  .testimonials-slide.owl-theme .owl-nav .owl-next, .testimonials-slide.owl-theme .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  /* Case Content */
  .case-slide.owl-theme .owl-nav {
    margin-top: 20px !important;
  }
  .case-slide.owl-theme .owl-nav .owl-next, .case-slide.owl-theme .owl-nav .owl-prev {
    position: unset;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .single-case .case-img .case-content {
    bottom: 0;
  }
  .single-case .case-img .case-content h3 {
    font-size: 20px;
  }
  /* Choose Us Content */
  .choose-us-content {
    margin-bottom: 30px;
  }
  .choose-us-content .top-title {
    font-size: 15px;
  }
  .choose-us-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .choose-us-content .video-button {
    background-color: transparent;
    width: auto;
    height: auto;
    right: 0;
    bottom: -14px;
  }
  .choose-us-content .video-button .video-watch-text-wrap {
    display: none;
  }
  .choose-us-content .video-button .icon-wrap .icon {
    margin: unset;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  /* Choose Us img */
  .choose-us-area {
    padding-bottom: 30px;
  }
  .choose-us-img {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .choose-us-img .choose-us-list {
    position: unset;
    max-width: 100%;
  }
  .choose-us-img .choose-us-list li {
    background: #150356;
    padding: 15px;
  }
  .choose-us-img .choose-us-list li h2 {
    font-size: 40px;
  }
  .choose-us-img .choose-us-list li span {
    font-size: 15px;
  }
  /* Pricing */
  .single-pricing {
    padding: 20px;
  }
  .single-pricing h2 {
    font-size: 30px;
  }
  .single-pricing .price-list {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  /* Complete Content*/
  .complete-img {
    margin-bottom: 30px;
  }
  .complete-content {
    padding: 0;
    margin-left: 0;
  }
  .complete-content .top-title {
    font-size: 15px;
  }
  .complete-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .complete-content ul li {
    padding: 10px;
    font-size: 16px;
  }
  .complete-content .mb-md-20 {
    margin-bottom: 20px;
  }
  /* Testimonials Content*/
  .testimonials-slide.owl-theme .owl-nav {
    position: unset;
    margin-top: 30px !important;
  }
  /* Contact Info*/
  .contact-info {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .single-contact-info {
    padding: 20px;
  }
  .single-contact-info h3 {
    font-size: 18px;
  }
  .contact-form .contact-title .top-title {
    font-size: 15px;
  }
  .contact-form .contact-title h2 {
    font-size: 24px;
    line-height: 35px;
  }
  /* Blog Content */
  .single-blog .blog-img .date {
    font-size: 15px;
    top: 20px;
    left: 20px;
  }
  .single-blog .blog-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
  /* Consultations Content */
  .consultations-content-wrap {
    padding: 20px;
    background: #150456;
  }
  .consultations-content h2 {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  /* Footer Content */
  .footer-area {
    padding-top: 50px;
  }
  .single-footer {
    padding: 0;
    margin-bottom: 30px;
  }
  .single-footer.mr-95 {
    margin-right: 0;
  }
  .single-footer.border-left {
    padding-left: 0;
  }
  .single-footer h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .single-footer::before {
    display: none;
  }
  /* All Demos Content */
  .all-demos-area .modal-header h1 {
    font-size: 25px;
    text-align: left;
  }
  .all-demos-area .single-demos h3 {
    padding: 20px;
    font-size: 20px;
  }
  .all-demos-area .modal-body {
    padding: 20px;
  }
  .all-demos-area .modal .btn-close {
    background-color: #000;
    top: 33px;
    right: 15px;
    z-index: 99;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  :root {
    --font-size: 15px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  body {
    font-size: var(--font-size);
  }
  .default-btn {
    padding: 18px 20px;
    font-size: 15px;
  }
  .read-more {
    font-size: 15px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title .top-title {
    font-size: 15px;
  }
  .section-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .shape {
    display: none;
  }
  /* Navbar Content */
  .navbar .navbar-brand {
    margin-right: 5px;
  }
  .navbar .container-fluid {
    max-width: 720px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .navbar .navbar-nav {
    margin-bottom: 0 !important;
  }
  .navbar .nav-item .nav-link {
    padding: 15px 11px !important;
    font-size: 16px !important;
  }
  .navbar .others-option {
    margin-left: 10px !important;
  }
  .navbar .others-option ul li {
    margin-right: 0;
  }
  .navbar .others-option ul li .default-btn {
    padding: 12px 8px;
    font-size: 13px;
  }
  .navbar .others-option ul li:last-child {
    display: none;
  }
  .navbar .others-option .option-item {
    top: 0;
  }
  .demo-btn {
    padding: 18px 10px;
  }
  /* Banner Content */
  .banner-area {
    padding-top: 132px;
    padding-bottom: 60px;
  }
  .banner-area .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 720px;
  }
  .banner-content {
    margin-bottom: 30px;
  }
  .banner-content span {
    font-size: 15px;
  }
  .banner-content h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .banner-content p {
    margin-bottom: 28px;
  }
  /* Features Content */
  .single-features {
    padding: 20px;
  }
  .single-features .icon {
    margin-bottom: 15px;
  }
  .single-features h3 {
    font-size: 20px;
  }
  /* About Content */
  .about-img {
    margin-bottom: 30px;
  }
  .about-content {
    margin-left: 0;
  }
  .about-content .top-title {
    font-size: 15px;
  }
  .about-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .about-content .md-md-30 {
    margin-bottom: 20px;
  }
  /* Services Content */
  .single-services {
    padding: 20px 20px;
  }
  .single-services .icon {
    margin-bottom: 22px;
    margin-top: -55px;
  }
  .single-services h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .single-services p {
    margin-bottom: 20px;
  }
  /* Trusted Content */
  .trusted-area {
    border-bottom: 1px solid #1f0c60;
  }
  .trusted-area .container-fluid {
    left: unset;
  }
  .trusted-area .trusted-shape {
    display: none;
  }
  .trusted-content {
    margin-bottom: 30px;
  }
  .trusted-content .top-title {
    font-size: 15px;
  }
  .trusted-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .testimonials-slide.owl-theme .owl-nav {
    position: unset;
    margin-top: 30px !important;
  }
  .testimonials-slide.owl-theme .owl-nav .owl-next, .testimonials-slide.owl-theme .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .case-slide.owl-theme .owl-nav {
    margin-top: 20px !important;
  }
  .case-slide.owl-theme .owl-nav .owl-next, .case-slide.owl-theme .owl-nav .owl-prev {
    position: unset;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .single-case .case-img .case-content {
    bottom: 0;
  }
  .single-case .case-img .case-content h3 {
    font-size: 20px;
  }
  /* Choose Us Content */
  .choose-us-content {
    margin-bottom: 30px;
  }
  .choose-us-content .top-title {
    font-size: 15px;
  }
  .choose-us-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .choose-us-content .video-button {
    background-color: transparent;
    width: auto;
    height: auto;
    right: 0;
    bottom: -14px;
  }
  .choose-us-content .video-button .video-watch-text-wrap {
    display: none;
  }
  .choose-us-content .video-button .icon-wrap .icon {
    margin: unset;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  /* Choose Us img */
  .choose-us-area {
    padding-bottom: 30px;
  }
  .choose-us-img {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .choose-us-img .choose-us-list {
    top: 125px;
  }
  .choose-us-img .choose-us-list li {
    background: #150356;
    padding: 15px;
  }
  .choose-us-img .choose-us-list li h2 {
    font-size: 40px;
  }
  .choose-us-img .choose-us-list li span {
    font-size: 15px;
  }
  /* Pricing */
  .single-pricing {
    padding: 20px;
  }
  .single-pricing h2 {
    font-size: 30px;
  }
  .single-pricing .price-list {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  /* Complete Content*/
  .complete-img {
    margin-bottom: 30px;
  }
  .complete-content {
    padding: 0;
    margin-left: 0;
  }
  .complete-content .top-title {
    font-size: 15px;
  }
  .complete-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .complete-content ul li {
    padding: 10px;
    font-size: 16px;
  }
  .complete-content .mb-md-20 {
    margin-bottom: 20px;
  }
  /* Testimonials Content*/
  .testimonials-slide.owl-theme .owl-nav {
    position: unset;
    margin-top: 30px !important;
  }
  /* Contact Info*/
  .contact-info {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .single-contact-info {
    padding: 20px;
  }
  .contact-form .contact-title .top-title {
    font-size: 15px;
  }
  .contact-form .contact-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  /* Blog Content */
  .single-blog .blog-img .date {
    font-size: 15px;
    top: 20px;
    left: 20px;
  }
  .single-blog .blog-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
  /* Consultations Content */
  .consultations-content-wrap {
    padding: 20px;
    background: #150456;
  }
  .consultations-content h2 {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  /* Footer Content */
  .footer-area {
    padding-top: 50px;
  }
  .single-footer {
    padding: 0;
    margin-bottom: 30px;
  }
  .single-footer.mr-95 {
    margin-right: 0;
  }
  .single-footer.border-left {
    padding-left: 0;
  }
  .single-footer h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .single-footer::before {
    display: none;
  }
  /* All Demos Content */
  .all-demos-area .modal-header h1 {
    font-size: 25px;
    text-align: left;
  }
  .all-demos-area .single-demos h3 {
    padding: 20px;
    font-size: 20px;
  }
  .all-demos-area .modal-body {
    padding: 20px;
  }
  .all-demos-area .modal .btn-close {
    background-color: #000;
    top: 33px;
    right: 15px;
    z-index: 99;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Navbar Area */
  .navbar .nav-item .nav-link {
    font-size: 16px;
    padding: 34px 15px;
  }
  .navbar .others-option .default-btn {
    font-size: 15px;
    padding: 21px 19px;
  }
  /* Banner Area */
  .banner-content h1 {
    font-size: 60px;
    line-height: 65px;
  }
  /* Features Area */
  .single-features {
    padding: 20px;
  }
  .single-features h3 {
    font-size: 21px;
  }
  /* About Area */
  .about-content {
    margin-left: 0;
  }
  /* Case Area */
  .case-slide.owl-theme .owl-nav .owl-prev, .case-slide.owl-theme .owl-nav .owl-next {
    position: unset;
    transform: unset;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* Choose Area */
  .choose-us-img .choose-us-list {
    top: 8px;
  }
  /* Trusted Area */
  .trusted-area .container-fluid {
    left: calc((100% - 960px) / 2);
  }
  /* Pricing Area */
  .single-pricing {
    padding: 20px;
  }
  /* Complete Area */
  .complete-content {
    background: #11034b;
    z-index: 1;
    position: relative;
  }
  /* Contact Area */
  .contact-info {
    margin-right: 0;
  }
  /* Footer Area */
  .single-footer.border-left {
    padding-left: 0;
  }
  .single-footer.mr-95 {
    margin-right: 0;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* Features Area */
  .single-features {
    padding: 18px;
  }
  /* Case Area */
  .case-slide.owl-theme .owl-nav .owl-prev {
    left: -25px;
  }
  .case-slide.owl-theme .owl-nav .owl-next {
    right: -25px;
  }
  /* Footer Area */
  .single-footer.border-left {
    padding-left: 50px;
  }
  .trusted-area .container-fluid {
    left: calc((100% - 1140px) / 2);
  }
}
/* Min width 1440px to Max width 1500px */
@media only screen and (min-width: 1400px) and (max-width: 1439px) {
  /* Case Area */
  .case-slide.owl-theme .owl-nav .owl-prev {
    left: -50px;
  }
  .case-slide.owl-theme .owl-nav .owl-next {
    right: -50px;
  }
}
/* Min width 1400px to Max width 1550px */
@media only screen and (min-width: 1400px) and (max-width: 1550px) {
  /* Case Area */
  .case-slide.owl-theme .owl-nav .owl-prev {
    left: -55px;
  }
  .case-slide.owl-theme .owl-nav .owl-next {
    right: -55px;
  }
}
/* Only Mobil Menu Max width 991px */
@media only screen and (max-width: 991px) {
  .navbar {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #261758;
  }
  .navbar::before {
    display: none;
  }
  .navbar .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
  .navbar .nav-item .nav-link {
    padding: 15px 0;
  }
  .navbar .others-option {
    margin-left: 0;
  }
  .navbar .others-option .default-btn {
    width: auto;
    display: inline-block;
  }
  .navbar-toggler {
    line-height: 1;
    padding: 0;
    border-radius: 0;
  }
  .navbar-toggler.menu-icon {
    width: 40px;
    padding: 4px 0;
    cursor: pointer;
    position: relative;
    box-shadow: none;
    border: none;
  }
  .navbar-toggler.menu-icon span {
    width: 100%;
    height: 4px;
    display: block;
    background-color: var(--main-color);
    margin: 6px 0;
    transition: 0.5s;
  }
  .navbar-toggler.menu-icon.active span {
    position: absolute;
    width: calc(100% - 16px);
    top: calc(50% - 8px);
  }
  .navbar-toggler.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg);
  }
  .navbar-toggler.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .navbar-toggler.menu-icon.active span:nth-child(2) {
    transform: rotate(-45deg);
    display: none;
  }
}/*# sourceMappingURL=cyber-security-company.css.map */