/*
Template Name: Reves - Multipurpose Business HTML Template
*/
/*================================================
1. Global CSS
2. Mixins Css
3. Buttons
4. Header area CSS
5. Banner Area CSS
6. Category Area CSS
7. Live Auction CSS
8. Featured CSS
9. Comming assets CSS
10. Hot collection
11. Top author
12. Blog section
13. testimonial section 
11. Home Two Menu CSS
12. Home Two Hero CSS 
13. Home Two About CSS
14. Home Two Knowledge Box CSS
15. Home Two Support Fourm CSS
16. Home Two Documentation CSS
17. Home Two Blog Area CSS
18. Home Two Footer CSS
19. Home two Newsletter CSS
20. Home Two Testimonial CSS
21. FAQ Page CSS
22. Sign Up Page CSS
23. Login Page CSS
24. Blog Grid Page CSS
25. Blog Sidebar Page CSS
26. 404 Page CSS
27. Contact Page CSS
28. Blog Details Page CSS
29. Topic Page CSS
30. Ask A Qsn page CSS
31. Topic Details page CSS
32. Forum Qsn Page CSS
33. Documents Page CSS

================================================*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&family=Saira+Condensed:wght@400;500;600;700;800;900&display=swap");
/*================================================
1. Global Css
=================================================*/
.bg--primary {
  background: #17181A;
}

.container {
  max-width: 1180px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Saira Condensed", sans-serif;
}

body {
  font-family: "Nunito", sans-serif;
  background-color: #020b0d;
  scroll-behavior: smooth;
  background-image: url("../images/bg/grid-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image-unset {
  background-image: unset;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  color: inherit;
}

p {
  margin-bottom: 0;
}

input:focus, .comment-form textarea:focus, .contact-form textarea:focus,
textarea:focus,
button:focus {
  outline: none;
}

::-moz-selection {
  color: #fff;
  background: #cf2435;
}

::selection {
  color: #fff;
  background: #cf2435;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

.cursor {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% - 100px), -50%);
          transform: translate(calc(-50% - 100px), -50%);
  z-index: 9;
}

.cursor2 {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e6e6e6;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 9;
}

/*================================================
2. Mixins Css
=================================================*/
/*=======================================
 preloader start
=======================================*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #000;
  top: 0;
  left: 0;
  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;
}

@-webkit-keyframes loader {
  0%, 10%, 100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}

@keyframes loader {
  0%, 10%, 100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}

@-webkit-keyframes loaderBlock {
  0%, 30% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  55% {
    background-color: #fff;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes loaderBlock {
  0%, 30% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  55% {
    background-color: #D90A2C;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes loaderBlockInverse {
  0%, 20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  55% {
    background-color: #fff;
  }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@keyframes loaderBlockInverse {
  0%, 20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  55% {
    background-color: #D90A2C;
  }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  -webkit-animation: loader 0.2s infinite ease-in-out;
  animation: loader 1.2s infinite ease-in-out;
}

.preloader .loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}

.preloader .loader span:nth-child(1) {
  top: 0;
  left: 0;
}

.preloader .loader span:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.preloader .loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.preloader .loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}

/*=======================================
 preloader end
=======================================*/
.primary--bg {
  background-color: #17181A;
}

.pt-80 {
  padding-top: 80px;
}

.pt-120 {
  padding-top: 120px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-30 {
  margin-bottom: 15px;
}

.mb--30 {
  margin-bottom: 30px;
}

.pt-50 {
  padding-top: 50px;
}

.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-50 {
  margin-top: 50px;
}

.body--bg {
  background: #020b0d;
}

.eg-card {
  border: 1px solid #2d2d2d;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #17181A;
  background-clip: border-box;
}

/*================================================
3. Buttons
=================================================*/
.eg-btn {
  text-align: center;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  text-transform: capitalize;
}

.outlined-btn {
  color: #555555 !important;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid transparent;
}

.hover-btn {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Saira Condensed", sans-serif;
  padding: 16px 20px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 991px) {
  .hover-btn {
    padding: 12px 16px;
    font-size: 18px;
  }
}

.hover-btn img {
  margin-left: 6px;
}

.hover-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 1px;
  background: #cf2435;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.hover-btn::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #cf2435;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.hover-btn span {
  display: block;
}

.hover-btn span::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 0%;
  width: 1px;
  background: #cf2435;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.hover-btn span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 1px;
  background: #cf2435;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hover-btn:hover {
  color: #ffffff;
  border: 1px solid transparent;
}

.hover-btn:hover::before {
  width: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hover-btn:hover::after {
  width: 100%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.hover-btn:hover span::before {
  height: 100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.hover-btn:hover span::after {
  height: 100%;
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.scroll-btn {
  z-index: 100;
  position: fixed;
  bottom: 60px;
  right: 30px;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.scroll-btn .bx {
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.4se ease-in;
  transition: 0.4se ease-in;
}

.scroll-btn.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.scroll-btn:hover i {
  color: #cf2435;
}

@media (max-width: 767px) {
  .scroll-btn {
    right: 10px;
  }
}

.section-title {
  margin-bottom: 16px;
}

@media (max-width: 1199px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.section-title h2 {
  -webkit-text-stroke: 2px #2d2d2d;
  -webkit-text-fill-color: transparent;
  font-size: 100px;
  font-weight: 900;
  margin-top: -25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 70px;
  }
}

.section-title4 {
  padding-top: 25px;
  margin-bottom: 16px;
}

@media (max-width: 1199px) {
  .section-title4 {
    margin-bottom: 30px;
  }
}

.section-title4 h2 {
  -webkit-text-stroke: 2px #2d2d2d;
  -webkit-text-fill-color: transparent;
  font-size: 100px;
  font-weight: 900;
  margin-top: -5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-title4 h2 {
    font-size: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-title4 h2 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .section-title4 h2 {
    font-size: 70px;
  }
}

.section-title2 {
  margin-top: -5px;
}

.section-title2 h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.section-title2 h3 {
  font-size: 35px;
  font-weight: 600;
  color: #17181A;
  line-height: 1.2;
}

.section-title2 h2 {
  font-size: 60px;
  font-weight: 600;
  color: #17181A;
  line-height: 1;
}

.section-title2 p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  color: #555555;
  line-height: 26px;
}

@media (max-width: 767px) {
  .section-title2 h3 {
    font-size: 28px;
  }
}

.section-title5 h3 {
  font-size: 60px;
  font-weight: 600;
  color: #17181A;
  margin-bottom: 14px;
  margin-top: -6px;
}

.section-title5 p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  color: #555555;
  line-height: 26px;
}

@media (max-width: 991px) {
  .section-title5 h3 {
    font-size: 40px;
  }
}

.section-card {
  background: #ffffff;
}

.section-card h2 {
  font-size: 70px;
  font-weight: 600;
  color: #17181A;
  line-height: 70px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .section-card h2 {
    font-size: 45px;
    line-height: 50px;
  }
}

.section-card p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  line-height: 26px;
  color: #555555;
  margin-bottom: 35px;
}

.menu-toggle-btn-full-shape.show-sidebar {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.menu-toggle-btn-full-shape {
  overflow-y: auto;
  position: relative;
  width: 100%;
  max-width: 460px;
  padding: 30px 25px 0px 25px;
  min-height: 100%;
  max-height: 100%;
  position: fixed;
  right: 0;
  z-index: 999;
  -webkit-transform: translateX(100%) !important;
          transform: translateX(100%) !important;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  background: #020b0d;
  border-left: 1px solid rgba(45, 45, 45, 0.5);
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.menu-toggle-btn-full-shape::-webkit-scrollbar {
  width: 8px;
}

.menu-toggle-btn-full-shape::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.menu-toggle-btn-full-shape::-webkit-scrollbar-thumb {
  background: #cf2435;
}

.menu-toggle-btn-full-shape::-webkit-scrollbar-thumb:hover {
  background: #17181A;
}

.menu-toggle-btn-full-shape .cross-icon i {
  color: #cf2435;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: rgba(207, 36, 53, 0.08);
  text-align: center;
}

.menu-toggle-btn-full-shape .cross-icon i:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-toggle-btn-full-shape .sidebar-top-area {
  padding-bottom: 70px;
  background-color: #020b0d;
}

.menu-toggle-btn-full-shape .sidebar-top-area .cross-icon {
  margin-bottom: 35px;
}

.menu-toggle-btn-full-shape .sidebar-top-area p {
  color: #9da1a5;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  line-height: 1.4;
}

.menu-toggle-btn-full-shape .sidebar-top-area .sidebar-logo {
  margin-bottom: 45px;
}

.menu-toggle-btn-full-shape .sidebar-body {
  background-color: #020b0d;
}

.menu-toggle-btn-full-shape .sidebar-gallery {
  background-color: #020b0d;
}

.menu-toggle-btn-full-shape .sidebar-gallery .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-toggle-btn-full-shape .sidebar-gallery .gallery img {
  max-width: 110px;
  min-width: 110px;
  width: 100%;
  margin-left: 0;
}

.menu-toggle-btn-full-shape .sidebar-gallery .gallery a {
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
}

.menu-toggle-btn-full-shape .sidebar-title {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}

.menu-toggle-btn-full-shape .sidebar-bottom {
  background-color: #020b0d;
  padding-top: 70px;
  padding-bottom: 20px;
}

.menu-toggle-btn-full-shape .sidebar-bottom .copyright {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Saira Condensed", sans-serif;
  color: #C8C8C8;
  margin-top: 30px;
}

.menu-toggle-btn-full-shape .sidebar-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-start;
      -ms-flex-pack: space-start;
          justify-content: space-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-toggle-btn-full-shape .sidebar-social-list li {
  margin-right: 25px;
}

.menu-toggle-btn-full-shape .sidebar-social-list .bx {
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background: #020b0d;
  border: 1px solid #2d2d2d;
  text-align: center;
  padding: 0;
  margin: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  font-size: 18px;
}

.menu-toggle-btn-full-shape .sidebar-social-list .bx:hover {
  color: #cf2435;
  border: 1px solid #cf2435;
}

/*=======================================
  3. search area start
=======================================*/
.mobile-search {
  background: #020b0d;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  width: 100%;
  height: 185px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  position: fixed;
  cursor: pointer;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  padding: 35px 100px;
}

@media (max-width: 767px) {
  .mobile-search {
    padding: 20px 20px;
  }
}

.mobile-search input, .mobile-search .comment-form textarea, .comment-form .mobile-search textarea, .mobile-search .contact-form textarea, .contact-form .mobile-search textarea {
  border: none;
  border-radius: unset;
  border-bottom: 1px solid #505050;
  padding-left: 0px;
  padding-bottom: 5px;
  width: 100%;
  background: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
  margin-bottom: 20px;
}

.mobile-search input:focus, .mobile-search .comment-form textarea:focus, .comment-form .mobile-search textarea:focus, .mobile-search .contact-form textarea:focus, .contact-form .mobile-search textarea:focus {
  border-bottom: 1px solid #fff;
}

.mobile-search input::-webkit-input-placeholder, .mobile-search .comment-form textarea::-webkit-input-placeholder, .comment-form .mobile-search textarea::-webkit-input-placeholder, .mobile-search .contact-form textarea::-webkit-input-placeholder, .contact-form .mobile-search textarea::-webkit-input-placeholder {
  font-family: "Nunito", sans-serif;
}

.mobile-search input:-ms-input-placeholder, .mobile-search .comment-form textarea:-ms-input-placeholder, .comment-form .mobile-search textarea:-ms-input-placeholder, .mobile-search .contact-form textarea:-ms-input-placeholder, .contact-form .mobile-search textarea:-ms-input-placeholder {
  font-family: "Nunito", sans-serif;
}

.mobile-search input::-ms-input-placeholder, .mobile-search .comment-form textarea::-ms-input-placeholder, .comment-form .mobile-search textarea::-ms-input-placeholder, .mobile-search .contact-form textarea::-ms-input-placeholder, .contact-form .mobile-search textarea::-ms-input-placeholder {
  font-family: "Nunito", sans-serif;
}

.mobile-search input::placeholder, .mobile-search .comment-form textarea::placeholder, .comment-form .mobile-search textarea::placeholder, .mobile-search .contact-form textarea::placeholder, .contact-form .mobile-search textarea::placeholder {
  font-family: "Nunito", sans-serif;
}

.mobile-search label {
  color: #fff;
  margin-bottom: 20px;
  font-family: "Saira Condensed", sans-serif;
}

.mobile-search.slide {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.search-cross-btn {
  color: #fff;
  cursor: pointer;
  background: rgba(207, 36, 53, 0.6);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  line-height: 43px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.search-cross-btn:hover {
  background: #cf2435;
  color: #fff;
}

.search-cross-btn i {
  font-size: 25px;
  cursor: pointer;
}

/*=======================================
  3. search area end
=======================================*/
/*================================================
4. Header
=================================================*/
header {
  padding-left: 70px;
  padding-right: 70px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(23, 24, 26, 0.09)), to(rgba(255, 255, 255, 0.01)));
  background-image: linear-gradient(90deg, rgba(23, 24, 26, 0.09), rgba(255, 255, 255, 0.01));
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 95;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1399px) {
  header {
    padding: 0px 35px;
  }
}

@media (max-width: 991px) {
  header {
    padding: 20px 15px;
  }
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #17181A !important;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
          box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  -webkit-animation: smooth-header 0.5s linear;
          animation: smooth-header 0.5s linear;
}

@-webkit-keyframes smooth-header {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes smooth-header {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

header.sticky .main-menu .menu-list .menu-item .menu-link {
  padding: 20px 0px !important;
}

@media (max-width: 991px) {
  header.sticky .main-menu .menu-list .menu-item .menu-link {
    padding: 12px 0px !important;
  }
}

header.sticky .main-menu .menu-list .menu-item .submenu {
  top: 65px;
}

@media (max-width: 991px) {
  header.sticky .main-menu .menu-list .menu-item .submenu {
    top: 0;
  }
}

header.header-style2 {
  background-color: transparent !important;
  border-bottom: unset !important;
}

header.header-style2.sticky {
  background: #17181A !important;
}

header .header-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-area .header-btn {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: 1.5px solid #fff;
  border-radius: 30px;
  padding: 6px 30px;
  display: inline-block;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  background: #000;
  cursor: pointer;
}

.header-area .header-btn:hover {
  border: 1.5px solid #cf2435;
  background: #cf2435;
}

@media (max-width: 1399px) {
  .header-area .header-btn {
    display: none;
    visibility: hidden;
  }
}

.main-menu {
  height: 100%;
}

.main-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .main-menu .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.main-menu .menu-list .menu-item {
  margin: 0px 18px;
  position: relative;
}

@media (max-width: 991px) {
  .main-menu .menu-list .menu-item {
    margin: 0;
  }
}

.main-menu .menu-list .menu-item .dropdown-icon {
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media (max-width: 991px) {
  .main-menu .menu-list .menu-item .dropdown-icon {
    display: none;
    visibility: hidden;
  }
}

.main-menu .menu-list .menu-item .menu-link {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 5%;
  text-transform: uppercase;
  padding: 30px 0px;
  display: inline-block;
  white-space: nowrap;
  font-family: "Saira Condensed", sans-serif;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  line-height: 30px;
}

.main-menu .menu-list .menu-item .menu-link:hover {
  color: #cf2435;
}
.main-menu .menu-list .menu-item .menu-link a:active {
  color: #cf2435;
}

@media (max-width: 991px) {
  .main-menu .menu-list .menu-item .menu-link {
    padding: 12px 0px;
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(207, 36, 53, 0.098);
  }
}

@media (max-width: 991px) {
  .main-menu .menu-list .menu-item .drop-down {
    position: relative;
  }
  .main-menu .menu-list .menu-item .drop-down::after {
    content: '+';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0px;
    color: #fff;
    font-size: 22px;
  }
}

.main-menu .menu-list .menu-item .submenu {
  position: absolute;
  top: 92px;
  left: 0px;
  max-width: 250px;
  min-width: 200px;
  background-color: #19171b;
  text-align: left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  opacity: 0;
  -o-border-image: initial;
     border-image: initial;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 991px) {
  .main-menu .menu-list .menu-item .submenu {
    opacity: 1;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    border: unset;
    display: none;
    -webkit-transition: unset;
    transition: unset;
    background-color: unset;
  }
}

.main-menu .menu-list .menu-item .submenu .sub-item a {
  display: block;
  padding: 8px 15px;
  border-bottom: 1px solid rgba(207, 36, 53, 0.2);
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Saira Condensed", sans-serif;
}

@media (max-width: 991px) {
  .main-menu .menu-list .menu-item .submenu .sub-item a {
    border-bottom: unset;
    padding: 5px 15px 5px 10px;
  }
}

.main-menu .menu-list .menu-item .submenu .sub-item a::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#020b0d), color-stop(#cf2435), to(#020b0d));
  background: linear-gradient(90deg, #020b0d, #cf2435, #020b0d);
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  z-index: -1;
}

.main-menu .menu-list .menu-item .submenu .sub-item a:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main-menu .menu-list .menu-item:hover .submenu {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.main-menu .menu-list .menu-item:hover .dropdown-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 991px) {
  .main-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    max-width: 290px;
    height: 100%;
    overflow-y: auto;
    background-color: #000;
    border-right: 1px solid rgba(207, 36, 53, 0.1);
    padding: 30px 30px;
    z-index: 999;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    opacity: 0.8;
  }
  .main-menu.show-menu {
    left: 0;
    opacity: 1;
    overflow-y: auto;
  }
}

.main-menu .mobile-logo-area {
  margin-bottom: 25px;
}

.main-menu .mobile-logo-area .menu-close-btn {
  cursor: pointer;
}

.main-menu .mobile-logo-area .menu-close-btn .bi {
  color: #fff;
  font-size: 18px;
}

.main-menu .mobile-search-area {
  margin-top: 90px;
  margin-bottom: 90px;
}

.main-menu .mobile-search-area input, .main-menu .mobile-search-area .comment-form textarea, .comment-form .main-menu .mobile-search-area textarea, .main-menu .mobile-search-area .contact-form textarea, .contact-form .main-menu .mobile-search-area textarea {
  background: #cf2435;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
  width: 100%;
  padding: 8px;
  color: #fff;
}

.main-menu .mobile-search-area input::-webkit-input-placeholder, .main-menu .mobile-search-area .comment-form textarea::-webkit-input-placeholder, .comment-form .main-menu .mobile-search-area textarea::-webkit-input-placeholder, .main-menu .mobile-search-area .contact-form textarea::-webkit-input-placeholder, .contact-form .main-menu .mobile-search-area textarea::-webkit-input-placeholder {
  text-align: left;
  font-size: 14px;
}

.main-menu .mobile-search-area input:-ms-input-placeholder, .main-menu .mobile-search-area .comment-form textarea:-ms-input-placeholder, .comment-form .main-menu .mobile-search-area textarea:-ms-input-placeholder, .main-menu .mobile-search-area .contact-form textarea:-ms-input-placeholder, .contact-form .main-menu .mobile-search-area textarea:-ms-input-placeholder {
  text-align: left;
  font-size: 14px;
}

.main-menu .mobile-search-area input::-ms-input-placeholder, .main-menu .mobile-search-area .comment-form textarea::-ms-input-placeholder, .comment-form .main-menu .mobile-search-area textarea::-ms-input-placeholder, .main-menu .mobile-search-area .contact-form textarea::-ms-input-placeholder, .contact-form .main-menu .mobile-search-area textarea::-ms-input-placeholder {
  text-align: left;
  font-size: 14px;
}

.main-menu .mobile-search-area input::placeholder, .main-menu .mobile-search-area .comment-form textarea::placeholder, .comment-form .main-menu .mobile-search-area textarea::placeholder, .main-menu .mobile-search-area .contact-form textarea::placeholder, .contact-form .main-menu .mobile-search-area textarea::placeholder {
  text-align: left;
  font-size: 14px;
}

.main-menu .mobile-search-area .search-icon {
  background: rgba(255, 255, 255, 0.1);
  /* border-radius: 50%; */
  width: 48px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  -webkit-transition: 0.4s ease-in;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: none;
  transition: 0.4s ease-in;
  cursor: pointer;
  cursor: pointer;
}

.main-menu .mobile-search-area .search-icon .bx {
  color: #fff;
  font-size: 25px;
}

.main-menu .mobile-search-area .search-icon:hover {
  background: #cf2435;
}

.main-menu .mobile-menu-bottom {
  text-align: center;
  margin-top: 50px;
}

.main-menu .mobile-menu-bottom .header-social {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-menu .mobile-menu-bottom .header-social li {
  margin: 15px;
}

.main-menu .mobile-menu-bottom .header-social li a {
  color: #fff;
  font-family: "Saira Condensed", sans-serif;
}

.main-menu .mobile-menu-bottom a.mobile-menu-button {
  color: #fff;
  border: 1px solid #eee;
  padding: 10px 15px;
  text-align: center;
  font-family: "Saira Condensed", sans-serif;
}

.mobile-menu-btn .bi {
  font-size: 22px;
}

.nav-right-area {
  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;
}

@media (max-width: 991px) {
  .nav-right-area {
    display: none;
    visibility: hidden;
  }
}

.nav-right-area .header-button {
  padding: 7px 13px;
  border: 1px solid #626262;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-right: 50px;
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-right-area .header-button {
    display: none;
    visibility: hidden;
  }
}

.nav-right-area .header-social {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.nav-right-area .header-social li {
  margin-right: 15px;
}

.nav-right-area .header-social a {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Saira Condensed", sans-serif;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.nav-right-area .header-social a:hover {
  color: #cf2435;
}

@media (max-width: 1399px) {
  .nav-right-area .header-social {
    display: none;
    visibility: hidden;
  }
}

.nav-right-area .search-icon-header {
  position: relative;
  width: 45px;
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .nav-right-area .search-icon-header {
    margin-left: 0;
  }
}

.nav-right-area .search-icon-header i {
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.nav-right-area .search-icon-header i:hover {
  color: #cf2435;
}

.nav-right-area .search-icon-header::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #555555;
  border-radius: 3px;
  display: inline-block;
}

.nav-right-area .sidebar-header {
  padding-left: 15px;
}

.nav-right-area .sidebar-header i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.3;
  transition: 0.3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.nav-right-area .sidebar-header i:hover {
  color: #cf2435;
}

/*================================================
5. Banner
=================================================*/
.banner-section {
  background-color: #17181A;
  padding-top: 190px;
  padding-bottom: 115px;
  padding-left: 6%;
  overflow-x: hidden;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-section {
    padding-top: 160px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .banner-section {
    padding-left: unset;
  }
}

@media (max-width: 767px) {
  .banner-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .banner-section .container-fluid {
    padding: 0;
  }
}

.banner-section .banner-img {
  position: relative;
  z-index: -1;
}

.banner-section .banner-img .top-right-dot {
  position: absolute;
  top: -9px;
  right: -9px;
}

.banner-section .banner-img .bottom-left-dot {
  position: absolute;
  bottom: -9px;
  left: -9px;
  z-index: 1;
}

.banner-section .banner-img .banner-img-left {
  width: 100%;
  max-width: 730px;
  padding: 15px;
  background-color: #020b0d;
  border: 1px solid #2d2d2d;
  border-right: 0;
}

@media (max-width: 767px) {
  .banner-section .banner-img .banner-img-left {
    border: unset;
  }
}

.banner-section .banner-img::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 22%;
  background: #2d2d2d;
  z-index: 9;
}

.banner-section .banner-img::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 22%;
  background: #2d2d2d;
  z-index: 9;
}

.banner-section .banner-btn {
  border: 1px solid #555555;
}

.banner-section .swiper-slide {
  overflow: hidden;
  position: relative;
}

.banner-section .swiper-slide .banner-text-bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.banner-section::after {
  content: '';
  position: absolute;
  top: 0;
  right: -300px;
  width: 100%;
  height: 100%;
  background: radial-gradient(72.63% 73.4% at 72.63% 26.6%, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 100%);
}

.banner-content {
  max-width: 870px;
  min-width: 280px;
  width: 100%;
  margin-left: -200px;
  z-index: 9;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-content {
    margin-left: -100px;
  }
}

@media (max-width: 767px) {
  .banner-content {
    margin-left: unset;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.banner-content h5 {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .banner-content h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.banner-content h1 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  margin-top: -4px;
}

.banner-content h1 span {
  -webkit-animation: color 4s linear infinite alternate;
          animation: color 4s linear infinite alternate;
}

@-webkit-keyframes color {
  0% {
    color: #fff;
  }
  25% {
    color: #cf2435;
  }
  75% {
    color: #fff;
  }
  100% {
    color: #cf2435;
  }
}

@keyframes color {
  0% {
    color: #fff;
  }
  25% {
    color: #cf2435;
  }
  75% {
    color: #fff;
  }
  100% {
    color: #cf2435;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-content h1 {
    font-size: 70px;
    line-height: 1.2;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-content h1 {
    font-size: 70px;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  .banner-content h1 {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .banner-content h1 {
    font-size: 40px;
  }
}

.banner-content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: #9da1a5;
  margin-bottom: 37px;
  font-family: "Nunito", sans-serif;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-content p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .banner-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .banner-content.mobile-bg1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 24, 26, 0.6)), to(rgba(23, 24, 26, 0.8))), url("../images/banner/banner1.png");
    background-image: linear-gradient(rgba(23, 24, 26, 0.6), rgba(23, 24, 26, 0.8)), url("../images/banner/banner1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 175px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .banner-content.mobile-bg2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 24, 26, 0.6)), to(rgba(23, 24, 26, 0.8))), url("../images/banner/banner2.png");
    background-image: linear-gradient(rgba(23, 24, 26, 0.6), rgba(23, 24, 26, 0.8)), url("../images/banner/banner2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 175px;
    padding-bottom: 100px;
  }
}

.swiper-slide {
  width: 100%;
}

.banner1-arrow {
  bottom: -100px;
}

.banner1-arrow svg {
  fill: #fff;
}

.banner1-arrow .banner-prev, .banner1-arrow .banner-next {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 76px;
  bottom: 75px;
  z-index: 1;
  background: #1F2020;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner1-arrow .banner-prev, .banner1-arrow .banner-next {
    bottom: 25px;
    left: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner1-arrow .banner-prev, .banner1-arrow .banner-next {
    width: 45px;
    height: 45px;
    left: 50px;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 45px;
  }
}

@media (max-width: 991px) {
  .banner1-arrow .banner-prev, .banner1-arrow .banner-next {
    display: none;
    visibility: hidden;
  }
}

.banner1-arrow .banner-prev:hover, .banner1-arrow .banner-next:hover {
  background: #cf2435;
}

.banner1-arrow .swiper-button-disabled {
  background: #cf2435;
}

.banner1-arrow .banner-next {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  left: 136px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner1-arrow .banner-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    left: 90px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner1-arrow .banner-next {
    left: 80px;
  }
}

@media (max-width: 991px) {
  .banner1-arrow .banner-next {
    display: none;
    visibility: hidden;
  }
}

.banner1-arrow .banner-next:hover {
  background: #cf2435;
}

/*================================================
// Home-2 Banner
=================================================*/
.banner-section2 {
  position: relative;
}

.banner-section2 .banner2-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.banner-section2 .banner2-content h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.banner-section2 .banner2-content h1 {
  font-size: 90px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 12px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-section2 .banner2-content h1 {
    font-size: 65px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section2 .banner2-content h1 {
    font-size: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-section2 .banner2-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .banner-section2 .banner2-content h1 {
    font-size: 50px;
  }
}

.banner-section2 .banner2-content p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: "Nunito", sans-serif;
  line-height: 1.8;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .banner-section2 .banner2-content p {
    font-size: 1rem;
  }
}

.banner-section2 .banner2-content .Iam {
  padding: 0em 0em;
  font-family: "Saira Condensed", sans-serif;
  color: #fff;
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
}

.banner-section2 .banner2-content .Iam p {
  height: 50px;
  float: left;
  margin-right: 0.3em;
}

.banner-section2 .banner2-content .Iam b {
  float: right;
  overflow: hidden;
  position: relative;
  height: 65px;
  top: 13px;
}

.banner-section2 .banner2-content .Iam .innerIam {
  display: inline-block;
  color: #cf2435;
  position: relative;
  white-space: nowrap;
  top: 0px;
  left: 0;
  line-height: 1;
  /*animation*/
  -webkit-animation: move 3s;
  animation: move 3s;
  /*animation-iteration-count*/
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /*animation-delay*/
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes move {
  0% {
    top: 0px;
  }
  50% {
    top: -50px;
  }
  100% {
    top: -100px;
  }
}

@keyframes move {
  0% {
    top: 0px;
  }
  50% {
    top: -50px;
  }
  100% {
    top: -100px;
  }
}

.banner-section2 .ml11 {
  font-weight: 700;
  font-size: 90px;
}

.banner-section2 .ml11 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.banner-section2 .ml11 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #fff;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.banner-section2 .ml11 .line1 {
  top: 0;
  left: 0;
}

.banner-section2 .ml11 .letter {
  display: inline-block;
  line-height: 1em;
  color: #cf2435;
}

@media (max-width: 767px) {

    .banner-section2 .bg-img-1 { 
        background-size: contain;
        background-repeat: no-repeat;
        background-position:100%;
    }
}

@media (min-width: 768px) {
    .banner-section2 .bg-img-1 { 
        background-size: cover;
        background-repeat: no-repeat;
    }
    }

.banner-section2 .bg-img-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 2, 20, 0.75)), to(rgba(0, 2, 20, 0.75))), url("../images/banner/banner22.png");
    background-image: linear-gradient(rgb(0 2 20 / 43%), rgb(0 2 20 / 0%)), url("../images/banner/banner22.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section2 .bg-img-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 2, 20, 0.75)), to(rgba(0, 2, 20, 0.75))), url("../images/banner/3.png");
    background-image: linear-gradient(rgb(0 2 20 / 43%), rgb(0 2 20 / 0%)), url("../images/banner/3.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section2 .bg-img-4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 2, 20, 0.75)), to(rgba(0, 2, 20, 0.75))), url("../images/banner/4.png");
    background-image: linear-gradient(rgb(0 2 20 / 43%), rgb(0 2 20 / 0%)), url("../images/banner/4.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section2 .bg-img-5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 2, 20, 0.75)), to(rgba(0, 2, 20, 0.75))), url("../images/banner/5.png");
    background-image: linear-gradient(rgb(0 2 20 / 43%), rgb(0 2 20 / 0%)), url("../images/banner/5.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section2 .bg-img-6 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 2, 20, 0.75)), to(rgba(0, 2, 20, 0.75))), url("../images/banner/6.png");
    background-image: linear-gradient(rgb(0 2 20 / 43%), rgb(0 2 20 / 0%)), url("../images/banner/6.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section2 .bg-img-7 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 2, 20, 0.75)), to(rgba(0, 2, 20, 0.75))), url("../images/banner/7.png");
    background-image: linear-gradient(rgb(0 2 20 / 43%), rgb(0 2 20 / 0%)), url("../images/banner/7.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section2 .bg-img-8 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 2, 20, 0.75)), to(rgba(0, 2, 20, 0.75))), url("../images/banner/8.png");
    background-image: linear-gradient(rgb(0 2 20 / 43%), rgb(0 2 20 / 0%)), url("../images/banner/8.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section2 .swiper-slide {
  padding-top: 15.5rem;
  padding-bottom: 15.5rem;
  position: relative;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-section2 .swiper-slide {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.banner-section2 .swiper-slide::after {
  content: url("../images/banner/banner-top-right.png");
  position: absolute;
  top: 0;
  right: 0;
  max-width: 354px;
  width: 100%;
}

.banner-section2 .swiper-slide::before {
  content: url("../images/banner/banner-bottom-left.png");
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 354px;
  width: 100%;
}

@media (max-width: 991px) {
  .banner-section2 .swiper-slide {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.banner-section2 .banner2-btn {
  background-color: #cf2435;
  color: #fff;
  border-radius: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: "Saira Condensed", sans-serif;
  display: inline-block;
  padding: 22px 50px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  border: 1px solid #cf2435;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section2 .banner2-btn {
    padding: 17px 40px;
  }
}

@media (max-width: 991px) {
  .banner-section2 .banner2-btn {
    padding: 14px 30px;
  }
}

.banner-section2 .banner2-btn:hover {
  background-color: transparent;
  color: #cf2435;
}

.banner2-arrows {
  bottom: 80px;
  position: absolute;
  z-index: 99999;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner2-arrows {
    bottom: 40px;
  }
}

@media (max-width: 767px) {
  .banner2-arrows {
    bottom: 30px;
  }
}


@media (max-width: 600px) {
    .banner2-arrows svg {
        fill: #17181A;
        -webkit-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
    }
}

@media (min-width: 601px) {
    .banner2-arrows svg {
        fill: #fff;
        -webkit-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
    }
}


    

    .banner2-arrows .banner2-prev {
        border: none;
        outline: none;
    }

    .banner2-arrows .banner2-next {
        border: none;
        outline: none;
    }

    .banner2-arrows .swiper-button-disabled {
        border: none;
        background-color: unset;
    }

        .banner2-arrows .swiper-button-disabled svg {
            fill: #cf2435;
        }

    /*================================================
5. service-section
=================================================*/
    @media (max-width: 1199px) {
        .service-section .service-mt-30 {
            margin-top: unset;
        }
    }

    @media (max-width: 1199px) {
        .service-section .mt-minus30 {
            margin-top: unset;
        }
    }

    .all-service-card2 {
        padding: 25px 30px;
    }

    @media (max-width: 991px) {
        .all-service-card2 {
            min-height: auto;
        }
    }

    .all-service-card2 h2 {
        margin-bottom: 20px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .all-service-card2 h2 {
            font-size: 54px;
        }
    }

    @media (max-width: 991px) {
        .all-service-card2 {
            margin-top: unset;
            height: auto;
        }
    }

    .sectoin-card-btn {
        border: 1px solid #17181A;
    }

        .sectoin-card-btn span {
            color: #555555;
            font-size: 18px;
            font-weight: 600;
        }

    .service-item {
        border: 1px solid #2d2d2d;
        background-color: #17181A;
        padding: 30px 25px;
        position: relative;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }

        .service-item span {
            width: 0;
        }

        .service-item .s-content {
            text-align: left;
        }

            .service-item .s-content .number {
                font-size: 60px;
                color: rgba(255, 255, 255, 0.05);
                font-weight: 700;
                margin-top: -20px;
                font-family: "Saira Condensed", sans-serif;
                -webkit-transition: 0.3s ease-in;
                transition: 0.3s ease-in;
            }

            .service-item .s-content h4 {
                font-size: 25px;
                font-weight: 600;
                color: #ffffff;
                max-width: 200px;
                margin-bottom: 0;
                line-height: 1.4;
                margin-top: -10px;
            }

        .service-item .s-icon {
            padding-top: 5px;
            padding-left: 5px;
        }

            .service-item .s-icon svg {
                fill: #e6e6e6;
                -webkit-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

        .service-item:hover .s-icon {
            padding-top: 5px;
            padding-left: 5px;
        }

            .service-item:hover .s-icon svg {
                fill: #ffffff;
                -webkit-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

        .service-item:hover .number {
            color: #cf2435;
        }

        .service-item.light-mode {
            background-color: #fff;
            border: 1px solid transparent;
            -webkit-box-shadow: 5px 3px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 3px 30px rgba(0, 0, 0, 0.1);
        }

            .service-item.light-mode h4 {
                color: #17181A;
            }

            .service-item.light-mode svg {
                fill: #6c6e71;
                -webkit-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

            .service-item.light-mode .number {
                color: #9da1a5;
            }

            .service-item.light-mode:hover {
                -webkit-box-shadow: unset;
                box-shadow: unset;
            }

                .service-item.light-mode:hover .s-icon {
                    padding-top: 5px;
                    padding-left: 5px;
                }

                    .service-item.light-mode:hover .s-icon svg {
                        fill: #cf2435;
                        -webkit-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }

                .service-item.light-mode:hover .number {
                    color: #cf2435;
                }

    /*================================================
5. latest-work-section
=================================================*/
    .circle-group {
        position: absolute;
        bottom: -60px;
        left: -50px;
        -webkit-animation: opacity 2s linear alternate infinite;
        animation: opacity 2s linear alternate infinite;
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .circle-group {
            left: -25px;
        }
    }

    @-webkit-keyframes opacity {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes opacity {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .l-work-card {
        padding: 48px 30px;
    }

    @media (max-width: 991px) {
        .l-work-card {
            padding: 30px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .l-work-card {
            padding: 30px;
        }
    }

    .l-work-card h2 {
        margin-bottom: 24px;
    }

    .l-work-item {
        position: relative;
        overflow: hidden;
    }

        .l-work-item img {
            width: 100%;
            height: auto;
        }

        .l-work-item .work-overlay {
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(255, 255, 255, 0.4);
            -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
            min-width: 100%;
            max-width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
            -webkit-transition: 0.45s ease-in;
            transition: 0.45s ease-in;
        }

            .l-work-item .work-overlay .work-title {
                border: 1px solid transparent;
                cursor: pointer;
            }

                .l-work-item .work-overlay .work-title i {
                    font-size: 45px;
                    -webkit-transition: 0.4s ease;
                    transition: 0.4s ease;
                    color: #17181A;
                }

                .l-work-item .work-overlay .work-title h3 {
                    font-size: 30px;
                    font-weight: 600;
                    color: #17181A;
                    -webkit-transition: 0.4s ease;
                    transition: 0.4s ease;
                }

                .l-work-item .work-overlay .work-title:hover i,
                .l-work-item .work-overlay .work-title:hover h3 {
                    color: #cf2435;
                }

        .l-work-item:hover .work-overlay {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

    /*================================================
5. about-section
=================================================*/
    .about-section .dotted-circle {
        position: absolute;
        top: 96%;
        left: -3%;
        z-index: -1;
        -webkit-animation: rotation 8s linear infinite;
        animation: rotation 8s linear infinite;
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .about-section .dotted-circle {
            right: 5%;
        }
    }

    @media (max-width: 1199px) {
        .about-section .dotted-circle {
            display: none;
            visibility: hidden;
        }
    }

    .about-section .line-frame {
        position: absolute;
        top: 30%;
        right: -10%;
        z-index: -1;
        -webkit-animation: disappear 2s linear infinite alternate;
        animation: disappear 2s linear infinite alternate;
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .about-section .line-frame {
            right: 0%;
        }
    }

    @media (max-width: 1199px) {
        .about-section .line-frame {
            right: 4%;
        }
    }

    @-webkit-keyframes disappear {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes disappear {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .abt-img-tag {
        background: #17181A;
        border: 1px solid #2d2d2d;
        padding: 20px 0px;
        text-align: center;
        width: 100%;
        max-width: 140px;
        position: absolute;
        top: 0;
        left: 0;
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .abt-img-tag {
            left: 0px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .abt-img-tag {
            left: 0px;
        }
    }

    @media (max-width: 991px) {
        .abt-img-tag {
            left: 0px;
            padding: 10px 0px;
        }
    }

    .abt-img-tag h5 {
        font-size: 20px;
        font-weight: 600;
        color: #e6e6e6;
        line-height: 1.3;
    }

    .abt-img-tag .icon {
        max-width: 45px;
        margin-left: auto;
        margin-right: auto;
    }

        .abt-img-tag .icon img {
            width: 100%;
            margin-bottom: 20px;
        }

    .abt-img-tag.light-version {
        background: #cf2435;
        border: 1px solid #cf2435;
    }

    .about-card {
        padding: 30px;
        background: #17181A;
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .about-card {
            padding: 25px;
        }
    }

    @media (max-width: 767px) {
        .about-card {
            padding: 25px;
        }
    }

    .about-card .about-content {
        border: 1px solid #2d2d2d;
        padding: 30px;
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .about-card .about-content {
            padding: 25px;
        }
    }

    @media (max-width: 767px) {
        .about-card .about-content {
            padding: 0;
            border: none;
        }
    }

    .about-card .about-content h5.light-version {
        position: relative;
        display: inline-block;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

        .about-card .about-content h5.light-version::after {
            content: '';
            position: absolute;
            bottom: 0px;
            right: 0;
            width: 32px;
            height: 1px;
            background-color: #cf2435;
        }

    .about-card .about-content.about-content2 {
        padding: 39px 25px;
    }

    @media (max-width: 767px) {
        .about-card .about-content.about-content2 {
            padding: 0;
        }
    }

    .about-card .about-content.about-content2 h5 {
        position: relative;
        display: inline-block;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

        .about-card .about-content.about-content2 h5::after {
            content: '';
            position: absolute;
            bottom: 0px;
            right: 0;
            width: 32px;
            height: 1px;
            background-color: #555555;
        }

    .about-card .about-content h5 {
        font-size: 20px;
        font-weight: 500;
        color: #9da1a5;
        margin-bottom: 10px;
    }

    @media (max-width: 767px) {
        .about-card .about-content h5 {
            font-size: 18px;
            font-weight: 400;
        }
    }

    .about-card .about-content h3 {
        font-size: 40px;
        font-weight: 600;
        color: #ffffff;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    @media (max-width: 767px) {
        .about-card .about-content h3 {
            font-size: 35px;
        }
    }

    .about-card .about-content p {
        font-size: 16px;
        font-weight: 400;
        font-family: "Nunito", sans-serif;
        line-height: 26px;
        color: #9da1a5;
        margin-bottom: 25px;
    }

    .about-card .about-content ul {
        margin-bottom: 32px;
    }

        .about-card .about-content ul li {
            margin-bottom: 13px;
        }

            .about-card .about-content ul li:hover a {
                color: #cf2435;
            }

            .about-card .about-content ul li:hover svg {
                fill: #cf2435;
            }

        .about-card .about-content ul a {
            font-size: 17px;
            font-weight: 500;
            font-family: "Saira Condensed", sans-serif;
            color: #9da1a5;
            -webkit-transition: 0.4s ease-in;
            transition: 0.4s ease-in;
        }

    @media (max-width: 767px) {
        .about-card .about-content ul a {
            font-size: 16px;
        }
    }

    .about-card .about-content ul a svg {
        margin-right: 10px;
        fill: #555555;
        -webkit-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
    }

    .about-card .counter-wrapper {
        padding-top: 10px;
    }

    @media (max-width: 767px) {
        .about-card .counter-wrapper {
            padding-top: 0;
        }
    }

    .about-card .circle_percent {
        font-size: 120px;
        width: 1em;
        height: 1em;
        position: relative;
        background: #2d2d2d;
        border-radius: 50%;
        overflow: hidden;
        display: inline-block;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .about-card .circle_percent {
            width: 100px;
            height: 100px;
        }
    }

    @media (max-width: 991px) {
        .about-card .circle_percent {
            width: 90px;
            height: 90px;
        }
    }

    .about-card .circle_inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 1em;
        height: 1em;
        clip: rect(0 1em 1em 0.5em);
    }

    .about-card .round_per {
        position: absolute;
        left: 0;
        top: 0;
        width: 1em;
        height: 1em;
        background: #cf2435;
        clip: rect(0 1em 1em 0.5em);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 1.05s;
        transition: 1.05s;
    }

    .about-card .percent_more .circle_inner {
        clip: rect(0 0.5em 1em 0em);
    }

    .about-card .percent_more:after {
        position: absolute;
        left: .5em;
        top: 0em;
        right: 0;
        bottom: 0;
        background: #cf2435;
        content: '';
    }

    .about-card .circle_inbox {
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        background: #17181A;
        z-index: 3;
        border-radius: 50%;
    }

    .about-card .percent_text {
        position: absolute;
        font-size: 40px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 3;
        color: #e6e6e6;
        font-family: "Saira Condensed", sans-serif;
        font-weight: 600;
    }

    .about-card.light-version {
        padding: 30px;
        background-color: #fff;
        -webkit-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
        -webkit-box-shadow: 5px 3px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 3px 30px rgba(0, 0, 0, 0.1);
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .about-card.light-version {
            padding: 25px;
        }
    }

    @media (max-width: 767px) {
        .about-card.light-version {
            padding: 25px;
        }
    }

    .about-card.light-version .counter-item h4 {
        color: #17181A;
    }

    .about-card.light-version .about-card .percent_text {
        color: #e6e6e6;
    }

    .about-card.light-version .about-content {
        -webkit-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
        border: 1px solid rgba(45, 45, 45, 0.1);
    }

    @media (max-width: 767px) {
        .about-card.light-version .about-content {
            border: none;
        }
    }

    .about-card.light-version .about-content:hover {
        border: 1px solid #cf2435;
    }

    @media (max-width: 767px) {
        .about-card.light-version .about-content:hover {
            border: none;
        }
    }

    .about-card.light-version .about-content h5 {
        color: #17181A;
    }

    .about-card.light-version .about-content h3 {
        color: #17181A;
    }

    .about-card.light-version .about-content p {
        color: #555555;
    }

    .about-card.light-version .about-content ul {
        margin-bottom: 32px;
    }

        .about-card.light-version .about-content ul li:hover a {
            color: #cf2435;
        }

        .about-card.light-version .about-content ul li:hover svg {
            fill: #cf2435;
        }

        .about-card.light-version .about-content ul a {
            color: #17181A;
        }

            .about-card.light-version .about-content ul a svg {
                margin-right: 10px;
                fill: #555555;
                -webkit-transition: 0.4s ease-in;
                transition: 0.4s ease-in;
            }

    .counter-item {
        text-align: center;
        padding: 0px 10px;
    }

        .counter-item h4 {
            font-size: 20px;
            font-weight: 400;
            font-family: "Saira Condensed", sans-serif;
            color: #e6e6e6;
            margin-top: 10px;
        }

        .counter-item.light-version {
            margin-bottom: 25px;
        }

            .counter-item.light-version h6 {
                color: #2d2d2d;
            }

    .about-img {
        position: relative;
    }

        .about-img img {
            width: 100%;
            height: auto;
        }

    .about-btn {
        border: 1px solid #2d2d2d;
    }

    /*================================================
5.achievment-section
=================================================*/
    .achievment-section .achievment-section-wrapper {
        padding: 50px 0;
    }

    .achievment-section .video-area {
        padding: 0px 20px 20px 20px;
        background: #020b0d;
        position: relative;
    }

        .achievment-section .video-area img {
            width: 100%;
        }

    .achievment-section .video-text {
        padding: 25px 40px 0px 40px;
        text-align: center;
    }

        .achievment-section .video-text p {
            margin-bottom: 0px;
            font-size: 1rem;
            font-weight: 600;
            line-height: 1.5;
            color: #9da1a5;
            font-size: 20px;
        }

    .achievment-section .achievment-box {
        -webkit-box-shadow: 3px 2px 40px rgba(0, 0, 0, 0.5);
        box-shadow: 3px 2px 40px rgba(0, 0, 0, 0.5);
        width: 100%;
        max-width: 580px;
        position: relative;
        margin-left: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    @media (max-width: 1199px) {
        .achievment-section .achievment-box {
            margin-left: auto;
            margin-right: auto;
            margin-top: unset;
        }
    }

    @media (max-width: 767px) {
        .achievment-section .achievment-box {
            margin-bottom: 60px;
        }
    }

    .achievment-section .achievment-box .single-counter {
        min-width: 180px;
        max-width: 230px;
        text-align: center;
        padding: 20px 20px;
        margin: 0px auto;
    }

        .achievment-section .achievment-box .single-counter .counter-icon {
            margin-bottom: 15px;
        }

        .achievment-section .achievment-box .single-counter .counter-text {
            cursor: pointer;
        }

            .achievment-section .achievment-box .single-counter .counter-text h3 {
                font-size: 35px;
                font-weight: 700;
                color: #fff;
                margin-bottom: 0;
                -webkit-transition: 0.4s ease-in;
                transition: 0.4s ease-in;
                position: relative;
            }

                .achievment-section .achievment-box .single-counter .counter-text h3::after {
                    content: '+';
                    position: absolute;
                    right: -20px;
                    top: 0;
                }

            .achievment-section .achievment-box .single-counter .counter-text p {
                font-size: 20px;
                font-weight: 400;
                color: #C8C8C8;
                -webkit-transition: 0.4s ease-in;
                transition: 0.4s ease-in;
            }

        .achievment-section .achievment-box .single-counter:hover .counter-text h3 {
            color: #cf2435;
        }

        .achievment-section .achievment-box .single-counter:hover .counter-text p {
            color: #ffffff;
        }

    .achievment-section .achievment-box::after {
        content: '';
        width: 1px;
        height: 100%;
        background: #2d2d2d;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    @media (max-width: 991px) {
        .achievment-section .achievment-box::after {
            display: none;
            visibility: hidden;
        }
    }

    .achievment-section .achievment-box::before {
        content: '';
        width: 100%;
        height: 1px;
        background: #2d2d2d;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    @media (max-width: 991px) {
        .achievment-section .achievment-box::before {
            display: none;
            visibility: hidden;
        }
    }

    .achievment-section .dotted-circle {
        position: absolute;
        top: 90%;
        right: -3%;
        z-index: -9;
        -webkit-animation: rotation 8s linear infinite;
        animation: rotation 8s linear infinite;
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .achievment-section .dotted-circle {
            right: 4%;
        }
    }

    @media (max-width: 1199px) {
        .achievment-section .dotted-circle {
            display: none;
            visibility: hidden;
        }
    }

    .video-play {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 88;
    }

        .video-play .video-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            line-height: 52px;
            display: inline-block;
            text-align: center;
            position: relative;
            border: 1px solid #fff;
            font-size: 36px;
            color: #070728;
            background: #fff;
            -webkit-transition: 0.4s ease-in;
            transition: 0.4s ease-in;
        }

            .video-play .video-icon::before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                border-radius: 50%;
                background: rgba(255, 255, 255, 0.5);
                -webkit-animation: ripple-1 2s infinite ease-in-out;
                animation: ripple-1 2s infinite ease-in-out;
                z-index: -1;
            }

            .video-play .video-icon::after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                border-radius: 50%;
                background: rgba(255, 255, 255, 0.3);
                z-index: -1;
                -webkit-animation: ripple-2 2s infinite ease-in-out;
                animation: ripple-2 2s infinite ease-in-out;
                -webkit-animation-delay: .5s;
                animation-delay: .5s;
            }

            .video-play .video-icon:hover {
                background: #cf2435;
            }

    @-webkit-keyframes ripple-1 {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(1.7);
            transform: scale(1.7);
            opacity: 0;
        }
    }

    @keyframes ripple-1 {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(1.7);
            transform: scale(1.7);
            opacity: 0;
        }
    }

    @-webkit-keyframes ripple-2 {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(1.9);
            transform: scale(1.9);
            opacity: 0;
        }
    }

    @keyframes ripple-2 {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(1.9);
            transform: scale(1.9);
            opacity: 0;
        }
    }

    /*================================================
5.team-section
=================================================*/
    .team-card {
        padding: 34px 30px;
    }

        .team-card h2 {
            margin-bottom: 25px;
        }

    .team-item {
        position: relative;
        overflow: hidden;
    }

        .team-item:hover .team-overlay {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .team-item img {
            width: 100%;
        }

    .team-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 20px 15px;
        background: rgba(23, 24, 26, 0.7);
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }

        .team-overlay .overlay-content {
            border: 1px solid #2d2d2d;
            height: 100%;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .team-overlay .overlay-content h4 {
                font-size: 25px;
                font-weight: 500;
                color: #ffffff;
                margin-bottom: 5px;
            }

            .team-overlay .overlay-content p {
                color: #9da1a5;
                margin-bottom: 13px;
            }

            .team-overlay .overlay-content ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .team-overlay .overlay-content ul a {
                    font-size: 18px;
                    font-weight: 500;
                    color: #ffffff;
                    text-transform: uppercase;
                    font-family: "Saira Condensed", sans-serif;
                    margin: 0px 7px;
                    -webkit-transition: 0.35s ease-in;
                    transition: 0.35s ease-in;
                }

                    .team-overlay .overlay-content ul a:hover {
                        color: #cf2435;
                    }

    /*================================================
5.team-section
=================================================*/
    .para {
        font-size: 16px;
        font-weight: 400;
        color: #9da1a5;
        font-family: "Nunito", sans-serif;
    }

    .eg-card-wrap {
        padding: 15px;
        background: #17181A;
        margin-bottom: 30px;
    }

        .eg-card-wrap:last-child {
            margin-bottom: 0;
        }

        .eg-card-wrap.light-mode {
            background: #fff;
            -webkit-box-shadow: 5px 3px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 3px 30px rgba(0, 0, 0, 0.1);
        }

    .blog-section-card {
        padding: 30px;
    }

    @media (max-width: 991px) {
        .blog-section-card {
            min-height: auto;
            margin-top: unset;
        }
    }

    .feedback-section-card {
        padding: 40px 30px 40px 30px;
        min-height: 495px;
    }

    @media (max-width: 991px) {
        .feedback-section-card {
            min-height: auto;
            margin-top: unset;
        }
    }

    .faq-section-card {
        padding: 30px;
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
    }

    @media (max-width: 991px) {
        .faq-section-card {
            min-height: auto;
            margin-top: unset;
            margin-bottom: 30px;
        }
    }

    .contact-section-card {
        padding: 30px;
    }

    @media (max-width: 991px) {
        .contact-section-card {
            min-height: auto;
            margin-top: unset;
            margin-bottom: 30px;
        }
    }

    /*================================================
5.blog-section
=================================================*/
    .blog-item-1 {
        padding: 15px;
    }

    @media (max-width: 767px) {
        .blog-item-1 {
            padding: 0;
            border: none;
        }
    }

    .blog-item-1 .blog-img {
        margin-right: 20px;
        max-width: 200px;
        width: 100%;
        overflow: hidden;
    }

    @media (max-width: 576px) {
        .blog-item-1 .blog-img {
            max-width: 100%;
            max-height: 320px;
            margin-right: 0px;
        }
    }

    .blog-item-1 .blog-img img {
        max-width: 100%;
        -webkit-transition: 0.5s ease-in;
        transition: 0.5s ease-in;
    }

    @media (max-width: 576px) {
        .blog-item-1 .blog-img img {
            width: 100%;
            max-height: 320px;
            -o-object-fit: cover;
            object-fit: cover;
        }
    }

    .blog-item-1 .blog-content h6 {
        font-size: 16px;
        font-weight: 400;
        font-family: "Saira Condensed", sans-serif;
        color: #9da1a5;
    }

    .blog-item-1 .blog-content h4 {
        font-size: 25px;
        font-weight: 600;
        color: #e6e6e6;
        line-height: 1.2;
        -webkit-transition: all 0.35s ease-in;
        transition: all 0.35s ease-in;
    }

        .blog-item-1 .blog-content h4:hover {
            color: #cf2435;
        }

    .blog-item-1 .blog-content h3 {
        font-size: 28px;
        font-weight: 500;
        color: #e6e6e6;
        line-height: 1.3;
        -webkit-transition: all 0.35s ease-in;
        transition: all 0.35s ease-in;
    }

        .blog-item-1 .blog-content h3:hover {
            color: #cf2435;
        }

    .blog-item-1 .blog-content .blog-btn {
        color: #555555;
        padding-left: 0px;
        -webkit-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
        margin-top: 10px;
        border: 1px solid transparent;
    }

        .blog-item-1 .blog-content .blog-btn svg {
            fill: #555555;
            margin-left: 10px;
        }

    @media (max-width: 767px) {
        .blog-item-1 .blog-content {
            padding: 20px 0px;
        }
    }

    .blog-item-1:hover .blog-btn {
        padding-left: 20px;
        color: #fff;
    }

        .blog-item-1:hover .blog-btn svg {
            fill: #fff;
        }

    .blog-item-1:hover .blog-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .blog-item-2 {
        padding: 15px;
    }

        .blog-item-2 .blog-img {
            max-height: 240px;
            margin-right: 20px;
            max-width: 100%;
            overflow: hidden;
        }

    @media (max-width: 576px) {
        .blog-item-2 .blog-img {
            margin-right: unset;
            margin-bottom: 25px;
            width: 100%;
        }
    }

    .blog-item-2 .blog-img img {
        max-width: 100%;
        -webkit-transition: 0.5s ease-in;
        transition: 0.5s ease-in;
    }

    @media (max-width: 576px) {
        .blog-item-2 .blog-img img {
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            min-height: 320px;
        }
    }

    .blog-item-2 .blog-content {
        padding-right: 0;
    }

        .blog-item-2 .blog-content h6 {
            font-size: 14px;
            font-weight: 500;
            font-family: "Saira Condensed", sans-serif;
            color: #C8C8C8;
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        .blog-item-2 .blog-content h4 {
            font-size: 22px;
            font-weight: 500;
            color: #e6e6e6;
            line-height: 1.3;
            margin-bottom: 18px;
            -webkit-transition: all 0.4s ease-in;
            transition: all 0.4s ease-in;
        }

            .blog-item-2 .blog-content h4:hover {
                color: #cf2435;
            }

        .blog-item-2 .blog-content .blog-btn {
            color: #555555;
            -webkit-transition: 0.4s ease-in;
            transition: 0.4s ease-in;
            margin-top: 10px;
            border: 1px solid rgba(45, 45, 45, 0.5);
        }

            .blog-item-2 .blog-content .blog-btn svg {
                fill: #555555;
                margin-left: 10px;
            }

    @media (max-width: 576px) {
        .blog-item-2 .blog-content {
            width: 100%;
        }
    }

    @media (max-width: 576px) {
        .blog-item-2 .blog-content {
            padding-bottom: 10px;
        }
    }

    .blog-item-2:hover .blog-btn {
        padding-left: 20px;
        color: #fff;
    }

        .blog-item-2:hover .blog-btn svg {
            fill: #fff;
        }

    .blog-item-2:hover .blog-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .testimonial-section-card {
        padding: 30px;
    }

    @media (max-width: 991px) {
        .testimonial-section-card {
            min-height: auto;
            margin-top: unset;
        }
    }

    .testimonial-item {
        padding: 15px;
    }

        .testimonial-item .testimonial-img {
            width: 100%;
            max-width: 200px;
            overflow: hidden;
        }

            .testimonial-item .testimonial-img img {
                width: 100%;
                -webkit-transition: 0.5s ease-in;
                transition: 0.5s ease-in;
            }

    @media (max-width: 576px) {
        .testimonial-item .testimonial-img {
            margin-bottom: 30px;
        }
    }

    .testimonial-item .testimonial-content {
        text-align: right;
        margin-right: 30px;
    }

    @media (max-width: 576px) {
        .testimonial-item .testimonial-content {
            text-align: center;
            margin-right: 0;
        }
    }

    .testimonial-item .testimonial-content h6 {
        font-size: 18px;
        font-weight: 400;
        color: #9da1a5;
        margin-bottom: 30px;
        line-height: 1.5;
    }

    .testimonial-item .testimonial-content h5 {
        font-size: 22px;
        font-weight: 600;
        color: #e6e6e6;
        margin-bottom: 2px;
    }

    .testimonial-item .testimonial-content p {
        font-size: 14px;
        font-weight: 400;
        font-family: "Saira Condensed", sans-serif;
        color: #9da1a5;
        position: relative;
        display: inline-block;
    }

    .testimonial-item .testimonial-footer .social-media a {
        color: #555555;
        font-family: "Saira Condensed", sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-right: 15px;
        margin-bottom: 0;
        -webkit-transition: 0.35s ease;
        transition: 0.35s ease;
    }

    @media (max-width: 576px) {
        .testimonial-item .testimonial-footer .social-media a {
            margin-right: 10px;
        }
    }

    .testimonial-item .testimonial-footer .social-media a:hover {
        color: #cf2435;
    }

    .quote-icon {
        position: absolute;
        left: 50px;
        top: 56%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    /*================================================
5.join-us-section
=================================================*/
    .join-us-area {
        background-image: url("../images/bg/join-bg.png");
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 70px 70px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .join-us-area {
            padding: 60px 60px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .join-us-area {
            padding: 50px 50px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
    }

    @media (max-width: 767px) {
        .join-us-area {
            padding: 30px 30px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
    }

    .join-us-area .join-us-content h2 {
        font-size: 50px;
        font-weight: 600;
        line-height: 1.3;
        color: #fff;
        margin-top: -10px;
        margin-bottom: 10px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .join-us-area .join-us-content h2 {
            font-size: 40px;
        }
    }

    @media (max-width: 991px) {
        .join-us-area .join-us-content h2 {
            font-size: 40px;
        }
    }

    .join-us-area .join-us-content h5 {
        color: #9da1a5;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 0;
    }

    .join-us-area .join-btn {
        border: 1px solid #2d2d2d;
        display: inline-block;
    }

    @media (max-width: 767px) {
        .join-us-area .join-btn {
            margin-top: 30px;
        }
    }

    /*================================================
5.sponsor-section
=================================================*/
    .sponsor-section {
        padding: 80px 0px;
    }

        .sponsor-section .swiper-slide {
            text-align: center;
        }

        .sponsor-section .sponsor-item {
            text-align: center;
        }

            .sponsor-section .sponsor-item img {
                opacity: 0.5;
                -webkit-transition: 0.4s ease-in;
                transition: 0.4s ease-in;
            }

            .sponsor-section .sponsor-item:hover img {
                opacity: 1;
            }

        .sponsor-section.light-mode img {
            opacity: 1;
            -webkit-transition: 0.4s ease-in;
            transition: 0.4s ease-in;
        }

        .sponsor-section.light-mode:hover img {
            opacity: 1;
        }

    /*================================================
5.sponsor-section
=================================================*/
    .footer-section {
        padding-top: 80px;
        background-color: #17181A;
    }

    .footer-left-address .newsletter-area h5 {
        font-size: 22px;
        font-weight: 500;
        color: #e6e6e6;
    }

    .footer-left-address .newsletter-area .form-inner {
        position: relative;
        margin-bottom: 20px;
    }

        .footer-left-address .newsletter-area .form-inner input, .footer-left-address .newsletter-area .form-inner .comment-form textarea, .comment-form .footer-left-address .newsletter-area .form-inner textarea, .footer-left-address .newsletter-area .form-inner .contact-form textarea, .contact-form .footer-left-address .newsletter-area .form-inner textarea {
            background: transparent;
            border: none;
            outline: none;
            width: 100%;
            border-bottom: 1px solid #2d2d2d;
            padding: 14px 0px;
            font-size: 14px;
            color: #9da1a5;
            padding-right: 80px;
            color: #fff;
            -webkit-transition: 0.3s ease-in;
            transition: 0.3s ease-in;
        }

            .footer-left-address .newsletter-area .form-inner input:focus, .footer-left-address .newsletter-area .form-inner .comment-form textarea:focus, .comment-form .footer-left-address .newsletter-area .form-inner textarea:focus, .footer-left-address .newsletter-area .form-inner .contact-form textarea:focus, .contact-form .footer-left-address .newsletter-area .form-inner textarea:focus {
                border-bottom: 1px solid #fff;
            }

            .footer-left-address .newsletter-area .form-inner input::-webkit-input-placeholder, .footer-left-address .newsletter-area .form-inner .comment-form textarea::-webkit-input-placeholder, .comment-form .footer-left-address .newsletter-area .form-inner textarea::-webkit-input-placeholder, .footer-left-address .newsletter-area .form-inner .contact-form textarea::-webkit-input-placeholder, .contact-form .footer-left-address .newsletter-area .form-inner textarea::-webkit-input-placeholder {
                font-size: 14px;
                font-weight: 400;
                color: #C8C8C8;
                font-family: "Saira Condensed", sans-serif;
            }

            .footer-left-address .newsletter-area .form-inner input:-ms-input-placeholder, .footer-left-address .newsletter-area .form-inner .comment-form textarea:-ms-input-placeholder, .comment-form .footer-left-address .newsletter-area .form-inner textarea:-ms-input-placeholder, .footer-left-address .newsletter-area .form-inner .contact-form textarea:-ms-input-placeholder, .contact-form .footer-left-address .newsletter-area .form-inner textarea:-ms-input-placeholder {
                font-size: 14px;
                font-weight: 400;
                color: #C8C8C8;
                font-family: "Saira Condensed", sans-serif;
            }

            .footer-left-address .newsletter-area .form-inner input::-ms-input-placeholder, .footer-left-address .newsletter-area .form-inner .comment-form textarea::-ms-input-placeholder, .comment-form .footer-left-address .newsletter-area .form-inner textarea::-ms-input-placeholder, .footer-left-address .newsletter-area .form-inner .contact-form textarea::-ms-input-placeholder, .contact-form .footer-left-address .newsletter-area .form-inner textarea::-ms-input-placeholder {
                font-size: 14px;
                font-weight: 400;
                color: #C8C8C8;
                font-family: "Saira Condensed", sans-serif;
            }

            .footer-left-address .newsletter-area .form-inner input::placeholder, .footer-left-address .newsletter-area .form-inner .comment-form textarea::placeholder, .comment-form .footer-left-address .newsletter-area .form-inner textarea::placeholder, .footer-left-address .newsletter-area .form-inner .contact-form textarea::placeholder, .contact-form .footer-left-address .newsletter-area .form-inner textarea::placeholder {
                font-size: 14px;
                font-weight: 400;
                color: #C8C8C8;
                font-family: "Saira Condensed", sans-serif;
            }

        .footer-left-address .newsletter-area .form-inner .newsletter-btn {
            position: absolute;
            right: 0;
            top: 4px;
            padding: 2px 6px 4px 6px;
            border: 1px solid transparent;
        }

    .footer-left-address .newsletter-area p {
        font-size: 14px;
        font-weight: 600;
        color: #9da1a5;
        font-family: "Nunito", sans-serif;
    }

    .address-list {
        margin-bottom: 40px;
    }

        .address-list li {
            margin-bottom: 10px;
        }

        .address-list a {
            color: #9da1a5;
            font-family: "Saira Condensed", sans-serif;
            font-size: 18px;
            font-family: 500;
        }

    .footer-logo {
        margin-bottom: 40px;
    }

    .footer-item {
        -webkit-transition: 0.35s ease-in;
        transition: 0.35s ease-in;
    }

        .footer-item .footer-title {
            font-size: 22px;
            font-weight: 600;
            color: #fff;
            position: relative;
            padding-bottom: 15px;
            margin-bottom: 25px;
            display: inline-block;
        }

    @media (max-width: 767px) {
        .footer-item .footer-title {
            margin-bottom: 20px;
        }
    }

    .footer-item .footer-title::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 25px;
        height: 3px;
        background: #cf2435;
        border-radius: 3px;
        -webkit-transition: 0.35s ease-in;
        transition: 0.35s ease-in;
    }

    .footer-item .footer-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 30px;
        width: 8px;
        height: 3px;
        background: #cf2435;
        border-radius: 3px;
        -webkit-transition: 0.35s ease-in;
        transition: 0.35s ease-in;
    }

    .footer-item .footer-link li {
        margin-bottom: 10px;
    }

    .footer-item .footer-link a {
        font-size: 18px;
        font-weight: 400;
        color: #9da1a5;
        font-family: "Saira Condensed", sans-serif;
        -webkit-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
    }

        .footer-item .footer-link a:hover {
            color: #cf2435;
        }

    .footer-item:hover .footer-title::before {
        background: #cf2435;
    }

    .footer-item:hover .footer-title::after {
        background: #cf2435;
    }

    .footer-item .gallery-list img {
        max-width: 100px;
        width: 100%;
        height: auto;
        margin-left: 0;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }

        .footer-item .gallery-list img:hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .footer-item .gallery-list li {
        width: 100%;
        max-width: 80px;
    }

    .footer-item .gallery-list a {
        display: block;
        margin: 0;
        padding: 0;
        border: 1px solid transparent;
    }

    .footer-social-area {
        margin-top: 30px;
    }

    @media (max-width: 991px) {
        .footer-social-area {
            padding-top: unset;
            display: block !important;
        }
    }

    .footer-social-area h5 {
        font-size: 22px;
        font-weight: 600;
        color: #e6e6e6;
        position: relative;
        margin-bottom: 0;
        margin-right: 25px;
    }

    @media (max-width: 991px) {
        .footer-social-area h5 {
            margin-bottom: 0;
            margin-right: 0px;
        }
    }

    .footer-social-area h5::after {
        content: '';
        position: absolute;
        bottom: -6px;
        left: 0;
        background: #cf2435;
        border-radius: 30px;
        width: 25px;
        height: 3px;
    }

    .footer-social-area .footer-social-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-start;
        -ms-flex-pack: space-start;
        justify-content: space-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    @media (max-width: 991px) {
        .footer-social-area .footer-social-list {
            margin-top: 25px;
        }
    }

    .footer-social-area .footer-social-list li {
        margin-right: 25px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .footer-social-area .footer-social-list li {
            margin-right: 20px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .footer-social-area .footer-social-list li {
            margin-right: 15px;
        }
    }

    @media (min-width: 576px) and (max-width: 768px) {
        .footer-social-area .footer-social-list li {
            margin-right: 15px;
        }
    }

    @media (max-width: 576px) {
        .footer-social-area .footer-social-list li {
            margin-right: 10px;
        }
    }

    .footer-social-area .footer-social-list .bx {
        width: 34px;
        height: 34px;
        line-height: 34px;
        color: #fff;
        background: #020b0d;
        border: 1px solid #2d2d2d;
        text-align: center;
        padding: 0;
        margin: 0;
        -webkit-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        font-size: 18px;
    }

        .footer-social-area .footer-social-list .bx:hover {
            color: #cf2435;
            border: 1px solid #cf2435;
        }

    .footer-bottom-area {
        border-top: 1px solid #2d2d2d;
        margin-top: 80px;
    }

        .footer-bottom-area .footer-bottom-left {
            padding: 25px 25px 25px 0px;
        }

    @media (max-width: 991px) {
        .footer-bottom-area .footer-bottom-left {
            padding: 15px 0px 5px 0px;
        }
    }

    .footer-bottom-area .footer-bottom-left h6 {
        font-size: 16px;
        font-weight: 500;
        color: #9da1a5;
    }

        .footer-bottom-area .footer-bottom-left h6 span {
            color: #cf2435;
        }

    .footer-bottom-area .footer-bottom-right {
        padding: 25px 0px 25px 0px;
    }

    @media (max-width: 991px) {
        .footer-bottom-area .footer-bottom-right {
            padding: 10px;
        }
    }

    .footer-bottom-area .footer-bottom-right h6 {
        font-size: 16px;
        font-weight: 500;
        color: #9da1a5;
    }

    /*================================================
Blog-sidebar page
=================================================*/
    .inner-banner-content {
        padding-top: 150px;
        padding-bottom: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
    }

        .inner-banner-content h2 {
            margin-bottom: 0;
            color: #fff;
            font-size: 60px;
            font-weight: 600;
            line-height: 1;
        }

    @media (max-width: 767px) {
        .inner-banner-content h2 {
            font-size: 45px;
        }
    }

    .inner-banner-content .breadcrumb {
        list-style: none;
    }

        .inner-banner-content .breadcrumb li {
            color: #fff;
            font-family: "Saira Condensed", sans-serif;
            z-index: 9;
        }

            .inner-banner-content .breadcrumb li a {
                -webkit-transition: all 0.35s ease-in;
                transition: all 0.35s ease-in;
            }

                .inner-banner-content .breadcrumb li a:hover {
                    color: #cf2435;
                }

    @media (max-width: 991px) {
        .inner-banner-content {
            background: url("../images/bg/inner-banner-bg.png");
            background-repeat: no-repeat;
            background-size: cover;
        }
    }

    .inner-banner-bg {
        overflow: hidden;
    }

        .inner-banner-bg img {
            min-height: 400px;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .circle-border {
        width: 100%;
        max-width: 222px;
        height: 100%;
        max-height: 222px;
        border: 2px solid #cf2435;
        position: absolute;
        bottom: 20%;
        right: 50px;
        margin: auto;
        border-radius: 50%;
    }

        .circle-border::after {
            content: '';
            position: absolute;
            right: 8px;
            height: 122px;
            width: 122px;
            border-radius: 50%;
            background-color: rgba(207, 36, 53, 0.4);
            bottom: -41px;
            -webkit-animation: fade 1.5s infinite alternate;
            animation: fade 1.5s infinite alternate;
        }

    @-webkit-keyframes fade {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes fade {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @media (max-width: 991px) {
        .circle-border {
            display: none;
            visibility: hidden;
        }
    }

    @media (max-width: 576px) {
        .circle-border {
            display: none;
        }
    }

    .moving-circle {
        width: 30px;
        height: 30px;
        background: #cf2435;
        border-radius: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        margin: auto;
        -webkit-animation: circle 10s linear infinite;
        animation: circle 10s linear infinite;
    }

    @-webkit-keyframes circle {
        0% {
            -webkit-transform: rotate(0deg) translate(-110px) rotate(0deg);
            transform: rotate(0deg) translate(-110px) rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg) translate(-110px) rotate(-360deg);
            transform: rotate(360deg) translate(-110px) rotate(-360deg);
        }
    }

    @keyframes circle {
        0% {
            -webkit-transform: rotate(0deg) translate(-110px) rotate(0deg);
            transform: rotate(0deg) translate(-110px) rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg) translate(-110px) rotate(-360deg);
            transform: rotate(360deg) translate(-110px) rotate(-360deg);
        }
    }

    .breadcrumb {
        margin-bottom: 20px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: 0.5rem;
        color: #fff;
        content: url("../images/icon/breadcrumb-arrow.svg");
    }

    .blog-left-sidebar .search-area {
        background: #17181A;
        padding: 18px 15px;
    }

    .blog-left-sidebar .form-inner {
        position: relative;
    }

        .blog-left-sidebar .form-inner input, .blog-left-sidebar .form-inner .comment-form textarea, .comment-form .blog-left-sidebar .form-inner textarea, .blog-left-sidebar .form-inner .contact-form textarea, .contact-form .blog-left-sidebar .form-inner textarea {
            background: #020b0d;
            width: 100%;
            border: none;
            outline: none;
            padding: 12px 70px 12px 20px;
            -webkit-transition: 0.35s ease-in;
            transition: 0.35s ease-in;
            color: #fff;
            border-left: 1px solid #17181A;
        }

            .blog-left-sidebar .form-inner input::-webkit-input-placeholder, .blog-left-sidebar .form-inner .comment-form textarea::-webkit-input-placeholder, .comment-form .blog-left-sidebar .form-inner textarea::-webkit-input-placeholder, .blog-left-sidebar .form-inner .contact-form textarea::-webkit-input-placeholder, .contact-form .blog-left-sidebar .form-inner textarea::-webkit-input-placeholder {
                font-size: 14px;
                font-weight: 400;
                font-family: "Nunito", sans-serif;
                color: #555555;
            }

            .blog-left-sidebar .form-inner input:-ms-input-placeholder, .blog-left-sidebar .form-inner .comment-form textarea:-ms-input-placeholder, .comment-form .blog-left-sidebar .form-inner textarea:-ms-input-placeholder, .blog-left-sidebar .form-inner .contact-form textarea:-ms-input-placeholder, .contact-form .blog-left-sidebar .form-inner textarea:-ms-input-placeholder {
                font-size: 14px;
                font-weight: 400;
                font-family: "Nunito", sans-serif;
                color: #555555;
            }

            .blog-left-sidebar .form-inner input::-ms-input-placeholder, .blog-left-sidebar .form-inner .comment-form textarea::-ms-input-placeholder, .comment-form .blog-left-sidebar .form-inner textarea::-ms-input-placeholder, .blog-left-sidebar .form-inner .contact-form textarea::-ms-input-placeholder, .contact-form .blog-left-sidebar .form-inner textarea::-ms-input-placeholder {
                font-size: 14px;
                font-weight: 400;
                font-family: "Nunito", sans-serif;
                color: #555555;
            }

            .blog-left-sidebar .form-inner input::placeholder, .blog-left-sidebar .form-inner .comment-form textarea::placeholder, .comment-form .blog-left-sidebar .form-inner textarea::placeholder, .blog-left-sidebar .form-inner .contact-form textarea::placeholder, .contact-form .blog-left-sidebar .form-inner textarea::placeholder {
                font-size: 14px;
                font-weight: 400;
                font-family: "Nunito", sans-serif;
                color: #555555;
            }

            .blog-left-sidebar .form-inner input:focus, .blog-left-sidebar .form-inner .comment-form textarea:focus, .comment-form .blog-left-sidebar .form-inner textarea:focus, .blog-left-sidebar .form-inner .contact-form textarea:focus, .contact-form .blog-left-sidebar .form-inner textarea:focus {
                border-left: 1px solid #cf2435;
            }

        .blog-left-sidebar .form-inner .search-btn {
            position: absolute;
            top: 0;
            right: 0;
            background: #000;
            max-width: 60px;
            width: 100%;
            padding: 8px 0px;
            border: 1px solid #000;
            text-align: center;
        }

            .blog-left-sidebar .form-inner .search-btn i {
                color: #fff;
            }

    .blog-left-sidebar .widget {
        background: #17181A;
        padding: 30px;
        margin-top: 0px;
    }

    .blog-left-sidebar .widget-title {
        font-size: 22px;
        font-weight: 600;
        color: #e6e6e6;
        margin-bottom: 25px;
    }

    .blog-left-sidebar .recent-post-item {
        margin-bottom: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .blog-left-sidebar .recent-post-item .post-image {
            max-width: 70px;
            width: 100%;
            margin-right: 15px;
            overflow: hidden;
        }

            .blog-left-sidebar .recent-post-item .post-image img {
                width: 100%;
                height: auto;
                -webkit-transition: 0.35s ease-in;
                transition: 0.35s ease-in;
            }

        .blog-left-sidebar .recent-post-item .post-content .date {
            font-size: 14px;
            font-weight: 400;
            font-family: "Saira Condensed", sans-serif;
            color: #C8C8C8;
            margin-bottom: 5px;
            -webkit-transition: 0.35s ease-in;
            transition: 0.35s ease-in;
        }

        .blog-left-sidebar .recent-post-item .post-content h6 {
            font-size: 1rem;
            font-weight: 500;
            color: #fff;
            line-height: 24px;
            -webkit-transition: 0.35s ease-in;
            transition: 0.35s ease-in;
        }

            .blog-left-sidebar .recent-post-item .post-content h6 a {
                color: #e6e6e6;
            }

        .blog-left-sidebar .recent-post-item:hover h6 {
            color: #cf2435;
        }

        .blog-left-sidebar .recent-post-item:hover .date {
            color: #fff;
        }

        .blog-left-sidebar .recent-post-item:hover .post-image img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .blog-left-sidebar .recent-post-item:last-child {
            margin-bottom: 0;
        }

    .blog-left-sidebar .category-list li {
        border: 1px solid rgba(45, 45, 45, 0.8);
        padding: 7px 15px;
        color: #9da1a5;
        margin-bottom: 20px;
    }

        .blog-left-sidebar .category-list li:last-child {
            margin-bottom: 0;
        }

        .blog-left-sidebar .category-list li a {
            color: #9da1a5;
            font-size: 16px;
            font-weight: 500;
            font-family: "Saira Condensed", sans-serif;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

    .blog-left-sidebar .tag-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: -20px;
    }

        .blog-left-sidebar .tag-list li {
            border: 1px solid rgba(45, 45, 45, 0.7);
            padding: 2px 15px;
            display: inline-block;
            margin-top: 20px;
            margin-right: 12px;
        }

            .blog-left-sidebar .tag-list li a {
                font-size: 16px;
                font-weight: 500;
                font-family: "Saira Condensed", sans-serif;
                color: #C8C8C8;
                text-align: center;
                -webkit-transition: 0.3s ease-in;
                transition: 0.3s ease-in;
            }

            .blog-left-sidebar .tag-list li:hover a {
                color: #fff;
            }

    .blog-left-sidebar .social-list {
        margin-top: -15px;
    }

        .blog-left-sidebar .social-list li {
            border: 1px solid rgba(45, 45, 45, 0.7);
            display: inline-block;
            padding: 0px 8px 2px 8px;
            margin-right: 20px;
            margin-top: 15px;
        }

    @media (max-width: 1199px) {
        .blog-left-sidebar .social-list li {
            margin-right: 9px;
        }
    }

    .blog-left-sidebar .social-list li i {
        line-height: 1;
        font-size: 1rem;
    }

    .pagination {
        margin-top: 50px;
    }

    @media (max-width: 991px) {
        .pagination {
            margin-top: 30px;
        }
    }

    .pagination .page-item {
        margin: 0px 10px;
    }

    @media (max-width: 767px) {
        .pagination .page-item {
            margin: 0px 5px;
        }
    }

    .pagination .page-link {
        position: relative;
        display: inline-block;
        color: #9da1a5;
        text-decoration: none;
        background-color: #020b0d;
        font-size: 16px;
        font-weight: 700;
        font-family: "Saira Condensed", sans-serif;
        border: 1px solid rgba(45, 45, 45, 0.7);
        border-radius: 0;
        padding: 5px 13px;
        text-align: center;
    }

        .pagination .page-link.active {
            border: 1px solid #cf2435;
        }

    .pagination .page-item:first-child .page-link {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .pagination .page-item:last-child .page-link {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .blog-post-area .post-title {
        font-size: 35px;
        font-weight: 600;
        color: #fff;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .blog-post-area h4 {
        font-size: 22px;
        font-weight: 500;
        color: #C8C8C8;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    .blog-post-area .para-style {
        font-size: 1rem;
        font-weight: 400;
        font-family: "Nunito", sans-serif;
        color: #C8C8C8;
        line-height: 26px;
    }

    .blog-post-area .blockquote {
        background: #17181A;
        padding: 30px;
        text-align: center;
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .blog-post-area .blockquote h5 {
            font-size: 22px;
            font-weight: 500;
            color: #9da1a5;
            line-height: 34px;
            margin-bottom: 10px;
        }

        .blog-post-area .blockquote h4 {
            font-size: 25px;
            color: #fff;
            margin-bottom: 0;
        }

        .blog-post-area .blockquote .quote-icon {
            position: absolute;
            left: 55px;
            bottom: 55px;
            width: 100%;
            max-width: 30px;
            height: auto;
        }

    .blog-post-area .share-area {
        border-bottom: 1px solid #2d2d2d;
        margin-top: 40px;
        padding-bottom: 15px;
    }

        .blog-post-area .share-area h5 {
            font-size: 22px;
            font-weight: 600;
            color: #fff;
        }

        .blog-post-area .share-area .share-icon a {
            font-size: 18px;
            font-weight: 500;
            color: #fff;
            font-family: "Saira Condensed", sans-serif;
            text-transform: uppercase;
            margin-left: 15px;
            -webkit-transition: 0.3s ease-in;
            transition: 0.3s ease-in;
        }

            .blog-post-area .share-area .share-icon a:hover {
                color: #cf2435;
            }

    .blog-post-area .next-prev-post {
        padding-top: 30px;
        margin-bottom: 50px;
    }

        .blog-post-area .next-prev-post .post-arrow h6 {
            font-size: 1rem;
            font-weight: 700;
            color: #fff;
            -webkit-transition: 0.3s ease-in;
            transition: 0.3s ease-in;
        }

        .blog-post-area .next-prev-post .post-arrow h5 {
            font-size: 20px;
            font-weight: 500;
            color: #C8C8C8;
            margin-bottom: 0;
        }

        .blog-post-area .next-prev-post .post-arrow:hover h6 {
            color: #cf2435;
        }

    .blog-post-area .post-react-area {
        background: #17181A;
        padding: 25px 30px;
        margin-bottom: 50px;
    }

        .blog-post-area .post-react-area h5 {
            font-size: 22px;
            font-weight: 600;
            color: #9da1a5;
            margin-bottom: 10px;
            margin-bottom: 20px;
        }

        .blog-post-area .post-react-area ul li {
            margin-right: 30px;
        }

        .blog-post-area .post-react-area .emoji {
            text-align: center;
        }

            .blog-post-area .post-react-area .emoji svg {
                fill: #494949;
                -webkit-transition: 0.4s ease-in;
                transition: 0.4s ease-in;
            }

            .blog-post-area .post-react-area .emoji h6 {
                color: #2d2d2d;
                font-size: 18px;
                font-weight: 500;
                color: #696969;
                margin-top: 6px;
                -webkit-transition: 0.4s ease-in;
                transition: 0.4s ease-in;
            }

            .blog-post-area .post-react-area .emoji:hover svg {
                fill: #cf2435;
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }

            .blog-post-area .post-react-area .emoji:hover h6 {
                color: #fff;
            }

    .blog-post-area .post-comment-area h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .blog-post-area .post-comment-area .comment-list-area {
        margin-bottom: 50px;
    }

    .blog-post-area .post-comment-area .single-comment {
        border: 1px solid rgba(45, 45, 45, 0.7);
        border-radius: 5px;
        padding: 25px;
        background: #17181A;
    }

    @media (max-width: 767px) {
        .blog-post-area .post-comment-area .single-comment {
            padding: 20px;
        }
    }

    .blog-post-area .post-comment-area .single-comment .c-header {
        margin-bottom: 5px;
    }

        .blog-post-area .post-comment-area .single-comment .c-header h4 {
            line-height: 1;
            font-size: 22px;
            font-weight: 600;
            color: #fff;
        }

            .blog-post-area .post-comment-area .single-comment .c-header h4 a {
                color: #fff;
            }

        .blog-post-area .post-comment-area .single-comment .c-header .reply-btn {
            color: #9da1a5;
            font-family: "Nunito", sans-serif;
            font-size: 15px;
            font-weight: 600;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

            .blog-post-area .post-comment-area .single-comment .c-header .reply-btn:hover {
                color: #cf2435;
            }

    .blog-post-area .post-comment-area .single-comment .c-date {
        font-size: 14px;
        font-weight: 400;
        color: #C8C8C8;
        font-family: "Nunito", sans-serif;
        text-align: left;
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .blog-post-area .post-comment-area .single-comment .c-body {
        text-align: left;
    }

        .blog-post-area .post-comment-area .single-comment .c-body p {
            font-size: 1rem;
            font-weight: 400;
            color: #C8C8C8;
        }

    .blog-post-area .post-comment-area .comment-image {
        margin-right: 15px;
    }

    @media (max-width: 767px) {
        .blog-post-area .post-comment-area .comment-image {
            margin-bottom: 1rem;
        }
    }

    .blog-post-area .post-comment-area .comment-reply {
        margin-left: 8%;
    }

    @media (max-width: 767px) {
        .blog-post-area .post-comment-area .comment-reply {
            margin-left: 5%;
        }
    }

    .blog-post-img {
        margin-bottom: 25px;
    }

        .blog-post-img img {
            width: 100%;
        }

    .blog-post-meta {
        margin-bottom: 15px;
    }

        .blog-post-meta li {
            margin-right: 20px;
        }

            .blog-post-meta li i {
                color: #C8C8C8;
                margin-right: 8px;
                font-size: 1rem;
            }

            .blog-post-meta li span {
                color: #C8C8C8;
                font-family: "Saira Condensed", sans-serif;
                font-size: 1rem;
                font-weight: 500;
            }

    .comment-form .form-inner {
        margin-bottom: 20px;
    }

    .comment-form input, .comment-form textarea {
        width: 100%;
        border: 1px solid rgba(45, 45, 45, 0.5);
        background: #020b0d;
        padding: 15px 25px;
        -webkit-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
        color: #fff;
    }

    @media (max-width: 767px) {
        .comment-form input, .comment-form textarea {
            padding: 10px 20px;
        }
    }

    .comment-form input::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder {
        font-size: 1rem;
        font-family: "Saira Condensed", sans-serif;
        color: #C8C8C8;
    }

    .comment-form input:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder {
        font-size: 1rem;
        font-family: "Saira Condensed", sans-serif;
        color: #C8C8C8;
    }

    .comment-form input::-ms-input-placeholder, .comment-form textarea::-ms-input-placeholder {
        font-size: 1rem;
        font-family: "Saira Condensed", sans-serif;
        color: #C8C8C8;
    }

    .comment-form input::placeholder, .comment-form textarea::placeholder {
        font-size: 1rem;
        font-family: "Saira Condensed", sans-serif;
        color: #C8C8C8;
    }

    .comment-form input:focus, .comment-form textarea:focus {
        border: 1px solid rgba(207, 36, 53, 0.5);
    }

    .comment-form .comment-form-btn {
        color: #e6e6e6;
        border: 1px solid #2d2d2d;
        -webkit-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
        margin-top: 7px;
        display: inline-block;
    }

        .comment-form .comment-form-btn:hover {
            color: #fff;
        }

            .comment-form .comment-form-btn:hover svg {
                fill: #fff;
            }

        .comment-form .comment-form-btn svg {
            fill: #555555;
            -webkit-transition: 0.4s ease-in;
            transition: 0.4s ease-in;
        }

    /*================================================
Blog-sidebar page
=================================================*/
    .contact-signle {
        padding: 25px;
    }

        .contact-signle .icon {
            background-color: #020b0d;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            line-height: 80px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 10px;
            -webkit-transition: 0.4s ease-in;
            transition: 0.4s ease-in;
        }

            .contact-signle .icon i {
                font-size: 38px;
            }

        .contact-signle:hover .icon {
            background-color: #cf2435;
        }

        .contact-signle .text h3 {
            margin-bottom: 15px;
            font-size: 30px;
            font-weight: 600;
        }

        .contact-signle .text h4 {
            font-size: 25px;
            font-weight: 500;
        }

        .contact-signle .text h5 {
            margin-bottom: 0;
            font-size: 20px;
            font-weight: 500;
        }

    .contact-form .form-inner {
        margin-bottom: 25px;
    }

    .contact-form input, .contact-form textarea {
        border: none;
        outline: none;
        background: #020b0d;
        padding: 10px 25px;
        height: 54px;
        -webkit-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
        border: 1px solid #2d2d2d;
        width: 100%;
        color: #fff;
    }

        .contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
            font-size: 16px;
            font-weight: 400;
            color: #C8C8C8;
            font-family: "Saira Condensed", sans-serif;
        }

        .contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
            font-size: 16px;
            font-weight: 400;
            color: #C8C8C8;
            font-family: "Saira Condensed", sans-serif;
        }

        .contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
            font-size: 16px;
            font-weight: 400;
            color: #C8C8C8;
            font-family: "Saira Condensed", sans-serif;
        }

        .contact-form input::placeholder, .contact-form textarea::placeholder {
            font-size: 16px;
            font-weight: 400;
            color: #C8C8C8;
            font-family: "Saira Condensed", sans-serif;
        }

        .contact-form input:focus, .contact-form textarea:focus {
            border: 1px solid #cf2435;
        }

    .contact-form textarea {
        min-height: 250px;
    }

    .contact-form .comment-form-btn {
        /*color: #e6e6e6;*/
        color: #080808;
        border: 1px solid #2d2d2d;
        -webkit-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
        margin-top: 7px;
        display: inline-block;
    }

        .contact-form .comment-form-btn:hover {
            /*color: #fff;*/
            color: #bebebe;
        }

            .contact-form .comment-form-btn:hover svg {
                fill: #fff;
            }

        .contact-form .comment-form-btn svg {
            fill: #555555;
            -webkit-transition: 0.4s ease-in;
            transition: 0.4s ease-in;
        }

    /*================================================
Error-404 page
=================================================*/
    .error-wrapper {
        position: relative;
    }

        .error-wrapper .circle1 {
            position: absolute;
            top: -40px;
            left: 15%;
            -webkit-animation: scale 1.5s linear infinite alternate;
            animation: scale 1.5s linear infinite alternate;
        }

        .error-wrapper .circle2 {
            position: absolute;
            top: -20px;
            left: 10%;
            -webkit-animation: scale 1.5s linear infinite alternate;
            animation: scale 1.5s linear infinite alternate;
        }

        .error-wrapper .cross1 {
            position: absolute;
            top: 50%;
            left: 10%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-animation: rotate 6s linear infinite;
            animation: rotate 6s linear infinite;
        }

        .error-wrapper .cross2 {
            position: absolute;
            bottom: 30px;
            right: 9%;
            -webkit-animation: rotate 6s linear infinite;
            animation: rotate 6s linear infinite;
        }

        .error-wrapper .cross3 {
            position: absolute;
            bottom: 20px;
            left: 10%;
            -webkit-animation: rotate 6s linear infinite;
            animation: rotate 6s linear infinite;
        }

        .error-wrapper .cross4 {
            position: absolute;
            top: 0px;
            right: 0px;
            -webkit-animation: rotate 6s linear infinite;
            animation: rotate 6s linear infinite;
        }

    @-webkit-keyframes rotate {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        50% {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes rotate {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        50% {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-webkit-keyframes scale {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        100% {
            -webkit-transform: scale(2);
            transform: scale(2);
        }
    }

    @keyframes scale {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        100% {
            -webkit-transform: scale(2);
            transform: scale(2);
        }
    }

    .error-content h3 {
        font-size: 45px;
        font-weight: 600;
        font-family: "Saira Condensed", sans-serif;
        text-transform: capitalize;
        color: #fff;
    }

    .error-content p {
        color: #9da1a5;
        margin-bottom: 25px;
    }

    .error-img {
        margin-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }

        .error-img img {
            width: 100%;
            max-width: 390px;
            height: auto;
        }

    .error-btn {
        color: #555555;
        border: 1px solid #2d2d2d;
        -webkit-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
        margin-top: 7px;
        display: inline-block;
    }

        .error-btn:hover {
            color: #fff;
        }

            .error-btn:hover svg {
                fill: #fff;
            }

        .error-btn svg {
            fill: #555555;
            -webkit-transition: 0.4s ease-in;
            transition: 0.4s ease-in;
        }

    /*================================================
FAQ page
=================================================*/
    .section-title3 {
        margin-bottom: 40px;
    }

        .section-title3 h2 {
            font-size: 50px;
            color: #fff;
            font-family: "Saira Condensed", sans-serif;
            font-weight: 600;
        }

        .section-title3 h6 {
            font-size: 18px;
            font-weight: 400;
            color: #9da1a5;
            line-height: 1.4;
        }

    .faq-section {
        background-color: #020b0d;
    }

    .faq-wrap .faq-item {
        margin-bottom: 24px;
        border: none;
    }

        .faq-wrap .faq-item:last-child {
            margin-bottom: 0;
        }

        .faq-wrap .faq-item.hover-btn {
            padding: 1px 1px 1px 1px;
        }

    .faq-wrap .accordion-button {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        background: #17181A;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        padding: 25px;
        padding-right: 60px;
        margin-bottom: 0px;
    }

        .faq-wrap .accordion-button:focus {
            z-index: unset;
            border-color: unset;
            outline: 0;
            background: #FFFFFF;
            -webkit-box-shadow: 5px 7px 40px rgba(145, 145, 145, 0.1);
            box-shadow: 5px 7px 40px rgba(145, 145, 145, 0.1);
        }

        .faq-wrap .accordion-button::after {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            width: unset;
            height: unset;
            margin-left: auto;
            background-image: none;
            background-repeat: unset;
            background-size: unset;
            font-family: bootstrap-icons !important;
            position: absolute;
            right: 22px;
            content: "\f4fe";
            -webkit-transition: unset;
            transition: unset;
            font-size: 20px;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            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;
        }

        .faq-wrap .accordion-button:not(.collapsed)::after {
            background-image: none;
            -webkit-transform: unset;
            transform: unset;
            font-family: bootstrap-icons !important;
            content: "\f2ea";
            color: #cf2435;
        }

        .faq-wrap .accordion-button:hover {
            color: #fff;
        }

            .faq-wrap .accordion-button:hover::after {
                color: #cf2435;
            }

    .faq-wrap .faq-body {
        font-weight: 400;
        font-size: 15px;
        font-family: "Nunito", sans-serif;
        background: #020b0d;
        color: #9da1a5;
        border-top: none;
        padding: 15px 25px;
        line-height: 28px;
        text-align: left;
    }

    .faq-wrap .accordion-button:not(.collapsed) {
        -webkit-box-shadow: 5px 7px 40px rgba(145, 145, 145, 0.1);
        box-shadow: 5px 7px 40px rgba(145, 145, 145, 0.1);
        color: #fff;
        border-radius: 5px 5px 0px 0px;
        font-weight: 400;
    }

    /*================================================
Team page
=================================================*/
    .team-seciton .team-btn {
        color: #555555;
        border: 1px solid #2d2d2d;
        -webkit-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
        margin-top: 7px;
        display: inline-block;
    }

        .team-seciton .team-btn:hover {
            color: #fff;
        }

            .team-seciton .team-btn:hover svg {
                fill: #fff;
            }

        .team-seciton .team-btn svg {
            fill: #555555;
            -webkit-transition: 0.4s ease-in;
            transition: 0.4s ease-in;
        }

    /*================================================
service page
=================================================*/
    .service-section .dotted-circle {
        position: absolute;
        top: -40px;
        right: -26px;
        z-index: -9 !important;
        -webkit-animation: rotation 8s linear infinite;
        animation: rotation 8s linear infinite;
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .service-section .dotted-circle {
            right: 4%;
        }
    }

    @media (max-width: 1199px) {
        .service-section .dotted-circle {
            right: 4%;
        }
    }

    @media (max-width: 576px) {
        .service-section .dotted-circle {
            display: none;
            visibility: hidden;
        }
    }

    @-webkit-keyframes rotation {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        50% {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes rotation {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        50% {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .service-section {
        position: relative;
    }

        .service-section .dotted-frame {
            position: absolute;
            top: 7%;
            left: -10%;
            -webkit-animation: disappear 2s linear infinite alternate;
            animation: disappear 2s linear infinite alternate;
        }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .service-section .dotted-frame {
            left: -5%;
        }
    }

    @media (max-width: 1199px) {
        .service-section .dotted-frame {
            display: none;
            visibility: hidden;
        }
    }

    .pricing-btn {
        color: #555555;
        border: 1px solid #2d2d2d;
        -webkit-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
        margin-top: 7px;
        display: inline-block;
    }

        .pricing-btn:hover {
            color: #fff;
        }

            .pricing-btn:hover svg {
                fill: #fff;
            }

        .pricing-btn svg {
            fill: #555555;
            -webkit-transition: 0.4s ease-in;
            transition: 0.4s ease-in;
        }

    .pricing-section-card {
        padding: 40px 30px 40px 30px;
    }

    @media (max-width: 991px) {
        .pricing-section-card {
            min-height: auto;
            margin-top: unset;
        }
    }

    .pricing-section-card .pricing-btn {
        border: 1px solid transparent;
    }

    .pricing-card {
        padding: 35px;
        background-color: #020b0d;
        text-align: center;
        -webkit-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
    }

        .pricing-card h3 {
            font-size: 35px;
            font-weight: 600;
            color: #e6e6e6;
        }

            .pricing-card h3 span {
                font-size: 20px;
            }

        .pricing-card .plan-list {
            text-align: left;
            margin-top: 30px;
            margin-bottom: 40px;
        }

            .pricing-card .plan-list li {
                position: relative;
                font-size: 18px;
                font-weight: 400;
                color: #fff;
                font-family: "Saira Condensed", sans-serif;
                margin-bottom: 15px;
                padding-left: 40px;
            }

                .pricing-card .plan-list li::before {
                    font-family: bootstrap-icons !important;
                    position: absolute;
                    left: 0px;
                    top: 3px;
                    content: "\f633";
                    border: 1px solid #2d2d2d;
                    height: 28px;
                    width: 28px;
                    border-radius: 50%;
                    line-height: 28px;
                    text-align: center;
                    font-size: 10px;
                    -webkit-transition: 0.35s ease-in;
                    transition: 0.35s ease-in;
                }

                .pricing-card .plan-list li:hover::before {
                    background: #cf2435;
                }

        .pricing-card:hover {
            background-color: #17181A;
            border: 1px solid #17181A;
        }

    /*================================================
service details page
=================================================*/
    .service-section2 .service-details-card {
        margin-top: 0;
        padding: 30px;
    }

    .service-section2 .hire-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 24, 26, 0.9)), to(rgba(23, 24, 26, 0.9))), url("../images/bg/hire-bg.png");
        background-image: linear-gradient(rgba(23, 24, 26, 0.9), rgba(23, 24, 26, 0.9)), url("../images/bg/hire-bg.png");
        background-size: cover;
        width: 100%;
        background-repeat: no-repeat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 500px;
        text-align: center;
        padding: 50px;
        margin-top: 30px;
    }

    @media (max-width: 767px) {
        .service-section2 .hire-card {
            min-height: 320px;
        }
    }

    .service-section2 .hire-card h3 {
        font-size: 40px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 30px;
    }

    @media (max-width: 991px) {
        .service-section2 .hire-card h3 {
            font-size: 32px;
        }
    }

    .service-section2 .hire-card .hire-btn {
        border: 1px solid #2d2d2d;
    }

    .service-details-area .service-details-img {
        margin-bottom: 18px;
    }

        .service-details-area .service-details-img img {
            width: 100%;
            height: auto;
        }

    .service-details-area .service-details-content {
        background: #17181A;
        padding: 30px;
        margin-bottom: 30px;
    }

    @media (max-width: 767px) {
        .service-details-area .service-details-content {
            padding: 30px 20px;
        }
    }

    .service-details-area .service-details-content h3 {
        font-size: 40px;
        font-weight: 600;
        color: #fff;
    }

    .service-details-area .service-details-content p {
        color: #C8C8C8;
    }

    .service-details-area .service-details-content h4 {
        font-size: 25px;
        font-weight: 600;
        color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .service-details-area .service-intro-row {
        margin-top: 25px;
    }

        .service-details-area .service-intro-row img {
            width: 100%;
            height: auto;
        }

        .service-details-area .service-intro-row h6 {
            font-size: 18px;
            font-weight: 500;
            color: #fff;
            margin-bottom: 20px;
        }

        .service-details-area .service-intro-row p {
            color: #C8C8C8;
        }

    .service-details-area .work-process {
        background-color: #17181A;
        padding: 30px;
    }

    @media (max-width: 576px) {
        .service-details-area .work-process {
            padding: 30px 25px;
        }
    }

    @media (max-width: 767px) {
        .service-details-area .work-process {
            text-align: center;
        }
    }

    .service-details-area .work-process h3 {
        font-size: 30px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 25px;
        text-align: center;
    }

    .service-details-area .work-process .work-pro-item {
        text-align: center;
    }

        .service-details-area .work-process .work-pro-item img {
            margin-bottom: 15px;
        }

        .service-details-area .work-process .work-pro-item h4 {
            font-size: 25px;
            font-weight: 600;
            color: #fff;
            -webkit-transition: 0.4s ease-in;
            transition: 0.4s ease-in;
        }

        .service-details-area .work-process .work-pro-item:hover h4 {
            color: #fff;
        }

    /*================================================
project details page
=================================================*/
    .related-work-section {
        padding-top: 120px;
    }

    @media (max-width: 991px) {
        .related-work-section {
            padding-top: 0;
        }
    }

    .related-work-section .related-work-card {
        padding: 50px 30px;
    }

        .related-work-section .related-work-card h2 {
            margin-bottom: 30px;
        }

    @media (min-width: 768px) and (max-width: 991px) {
        .related-work-section .related-work-card {
            padding: 30px;
        }
    }

    @media (max-width: 991px) {
        .related-work-section .related-work-card {
            margin-top: 0px;
        }
    }

    @media (max-width: 767px) {
        .related-work-section .related-work-card {
            min-height: auto;
        }
    }

    .proj-details-area {
        background-color: #17181A;
        padding: 30px;
    }

    @media (max-width: 767px) {
        .proj-details-area {
            padding: 30px 20px;
        }
    }

    .proj-details-area h3 {
        font-size: 32px;
        font-weight: 600;
        color: #e6e6e6;
        line-height: 1.42;
        margin-top: 0px;
        margin-bottom: 14px;
        position: relative;
    }

    @media (max-width: 767px) {
        .proj-details-area h3 {
            font-size: 28px;
        }
    }

    .proj-details-area h3::before {
        content: '';
        position: absolute;
        top: 26px;
        left: -68px;
        width: 133px;
        height: 2px;
        background-color: #555555;
        z-index: -1;
        display: inline-block;
    }

    .proj-details-area h6 {
        font-size: 18px;
        font-weight: 400;
        color: #9da1a5;
        margin-bottom: 35px;
    }

    .proj-details-area img {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .proj-details-area P {
        color: #C8C8C8;
        margin-bottom: 25px;
    }

    .proj-details-area h5 {
        font-size: 22px;
        font-weight: 600;
        color: #9da1a5;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .client-card {
        position: relative;
        background: #17181A;
        padding: 30px;
        margin-bottom: 30px;
    }

        .client-card p {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            margin-bottom: 20px;
            cursor: pointer;
        }

        .client-card .social-list {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 30px;
        }

            .client-card .social-list li {
                margin-bottom: 20px;
            }

            .client-card .social-list a {
                font-size: 18px;
                font-weight: 500;
                color: #fff;
                font-family: "Saira Condensed", sans-serif;
                -webkit-transition: 0.4s ease-in-out;
                transition: 0.4s ease-in-out;
            }

                .client-card .social-list a:hover {
                    color: #cf2435;
                }

        .client-card h5 {
            font-size: 22px;
            font-weight: 600;
            color: #C8C8C8;
            line-height: 1.5;
            margin-bottom: 5px;
        }

    .right-sidebar-img img {
        margin-bottom: 30px;
        width: 100%;
    }

    .right-sidebar-img .right-bottom-img {
        max-height: 248px;
        width: 100%;
    }

    .project-list-area h5 {
        font-size: 22px;
        font-weight: 600;
        color: #E5E5E5;
        margin-bottom: 25px;
        line-height: 1.6;
    }

    .project-details-list {
        margin-bottom: 0px;
        margin-bottom: 32px;
    }

        .project-details-list li {
            margin-bottom: 15px;
            -webkit-transition: 0.4s ease-in;
            transition: 0.4s ease-in;
        }

            .project-details-list li:last-child {
                margin-bottom: 0px;
            }

            .project-details-list li:hover {
                padding-left: 5px;
            }

                .project-details-list li:hover a {
                    color: #cf2435;
                }

                .project-details-list li:hover svg {
                    fill: #cf2435;
                }

        .project-details-list a {
            font-size: 17px;
            font-weight: 400;
            font-family: "Saira Condensed", sans-serif;
            color: #9da1a5;
            -webkit-transition: 0.4s ease-in;
            transition: 0.4s ease-in;
        }

            .project-details-list a svg {
                margin-right: 10px;
                fill: #555555;
                -webkit-transition: 0.4s ease-in;
                transition: 0.4s ease-in;
            }

    .client-feedback-area {
        margin-top: 10px;
    }

        .client-feedback-area h3 {
            font-size: 30px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 55px;
            text-align: center;
        }

    .client-feedback-card {
        background-color: #17181A;
        padding: 25px;
    }

        .client-feedback-card .client-img {
            max-width: 54px;
            margin-left: auto;
            margin-right: auto;
            margin-top: -45px;
            margin-bottom: 10px;
        }

            .client-feedback-card .client-img img {
                max-width: 100%;
            }

        .client-feedback-card .client-content {
            text-align: center;
        }

            .client-feedback-card .client-content h6 {
                font-size: 14px;
                font-weight: 400;
                color: #C8C8C8;
                margin-bottom: 10px;
            }

            .client-feedback-card .client-content h5 {
                font-size: 20px;
                font-weight: 600;
                color: #fff;
                cursor: pointer;
                -webkit-transition: 0.35s ease-in;
                transition: 0.35s ease-in;
            }

                .client-feedback-card .client-content h5:hover {
                    color: #cf2435;
                }

            .client-feedback-card .client-content p {
                font-size: 1rem;
                font-size: 400;
                font-family: "Nunito", sans-serif;
                color: #C8C8C8;
                line-height: 26px;
            }

    /*================================================
    Feedback page
=================================================*/
    .feedback-single {
        padding: 30px;
        width: 100%;
        border: 1px solid rgba(45, 45, 45, 0.5);
        text-align: left;
        margin-bottom: 30px;
        word-wrap: break-word;
        background: #17181A;
    }

    @media (max-width: 991px) {
        .feedback-single {
            padding: 25px;
        }
    }

    .feedback-single .header-area {
        margin-bottom: 30px;
    }

        .feedback-single .header-area p {
            font-size: 18px;
            font-weight: 400;
            font-family: "Nunito", sans-serif;
            color: #C8C8C8;
            line-height: 26px;
        }

    @media (max-width: 991px) {
        .feedback-single .header-area p {
            font-size: 17px;
        }
    }

    .feedback-single .author-area .author-img {
        margin-right: 15px;
    }

        .feedback-single .author-area .author-img img {
            max-width: 60px;
            width: 100%;
            border-radius: 50%;
            height: auto;
        }

    .feedback-single .author-area .author-details h5 {
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        line-height: 1;
    }

    .feedback-single .author-area .author-details p {
        font-size: 14px;
        font-weight: 400;
        color: #9da1a5;
        position: relative;
        display: inline-block;
        line-height: 1;
        z-index: 1;
    }

        .feedback-single .author-area .author-details p::after {
            content: '';
            position: absolute;
            top: 8px;
            right: -77px;
            width: 100px;
            height: 1px;
            background: #494949;
            z-index: -1;
            margin-bottom: 0;
        }

    .feedback-btn {
        border: 1px solid #2d2d2d;
        color: #555555;
        margin-top: 40px;
    }

        .feedback-btn svg {
            fill: #555555;
            -webkit-transition: 0.4s ease-in;
            transition: 0.4s ease-in;
        }

        .feedback-btn:hover svg {
            fill: #fff;
        }

    .feedback-tite {
        margin-bottom: 35px;
    }

        .feedback-tite h2 {
            font-size: 50px;
            font-weight: 600;
            color: #fff;
            margin-top: -10px;
        }

        .feedback-tite h6 {
            font-size: 18px;
            font-weight: 400;
            color: #9da1a5;
        }

    /*================================================
    Home2 pagte
=================================================*/
    .achievment-section2 {
        overflow: hidden;
        position: relative;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 2, 20, 0.7)), to(rgba(0, 2, 20, 0.7))), url("../images/bg/basari.jpg");
        background-image: linear-gradient(rgba(0, 2, 20, 0.7), rgba(0, 2, 20, 0.7)), url("../images/bg/basari.jpg");
        padding-bottom: 220px;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    @media (max-width: 991px) {
        .achievment-section2 {
            padding-top: 120px;
            padding-bottom: 100px;
        }
    }

    .achievment-section2 .achv-vdo2 {
        position: relative;
        padding: 20px;
        z-index: 2;
        margin-top: -20px;
    }

        .achievment-section2 .achv-vdo2::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: rgba(23, 24, 26, 0.5);
            width: 89%;
            height: 89%;
        }

        .achievment-section2 .achv-vdo2::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background: #fff;
            z-index: -1;
            width: 100%;
            height: 100%;
        }

        .achievment-section2 .achv-vdo2 img {
            width: 100%;
        }

    .achievment-section2 .quote-text {
        background-color: rgba(23, 24, 26, 0.7);
        padding: 25px;
        border: 1px solid rgba(229, 229, 229, 0.1);
        max-width: 570px;
    }

        .achievment-section2 .quote-text h3 {
            font-size: 35px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 10px;
            margin-top: -10px;
        }

        .achievment-section2 .quote-text p {
            color: #fff;
            width: 100%;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.6;
            margin-bottom: 0;
        }

    .counter2-section {
        margin-top: -155px;
    }

    @media (max-width: 991px) {
        .counter2-section {
            margin-top: 0px;
        }
    }

    .counter2-wrapper {
        background-image: url("../images/bg/home2counter-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 45px;
        padding-bottom: 45px;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        z-index: 9;
    }

        .counter2-wrapper .single-counter {
            text-align: center;
            width: 100%;
            max-width: 250px;
            cursor: pointer;
        }

            .counter2-wrapper .single-counter .counter-icon {
                margin-bottom: 5px;
            }

            .counter2-wrapper .single-counter .counter-text h3 {
                font-size: 35px;
                font-weight: 700;
                color: #17181A;
                position: relative;
                margin-bottom: 0px;
                -webkit-transition: all 0.35s ease-in;
                transition: all 0.35s ease-in;
            }

                .counter2-wrapper .single-counter .counter-text h3::after {
                    content: '+';
                    position: absolute;
                    top: 3px;
                    font-size: 30px;
                    right: -20px;
                    display: inline-block;
                }

            .counter2-wrapper .single-counter:hover .counter-text h3 {
                color: #cf2435;
            }

    .expert-arrows .expert-prev {
        background-color: #17181A;
        padding: 10px 16px;
        -webkit-transition: 0.35s ease-in;
        transition: 0.35s ease-in;
    }

        .expert-arrows .expert-prev:hover {
            background: #cf2435;
        }

        .expert-arrows .expert-prev svg {
            fill: #fff;
        }

    .expert-arrows .expert-next {
        background-color: #17181A;
        padding: 10px 16px;
        -webkit-transition: 0.35s ease-in;
        transition: 0.35s ease-in;
    }

        .expert-arrows .expert-next:hover {
            background: #cf2435;
        }

        .expert-arrows .expert-next svg {
            fill: #fff;
        }

    .expert-arrows .swiper-button-disabled {
        border: none;
        background-color: unset;
    }

        .expert-arrows .swiper-button-disabled svg {
            fill: #cf2435;
        }

    .blog-item-3 {
        padding: 15px;
        background: #fff;
        border: 1px solid rgba(45, 45, 45, 0.1);
        -webkit-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
    }

    @media (max-width: 767px) {
        .blog-item-3 {
            border: none;
            padding: 10px;
        }
    }

    .blog-item-3 .blog-img {
        width: 100%;
        max-width: 240px;
        max-height: 240px;
        margin-right: 20px;
        width: 100%;
        max-width: 200px;
        overflow: hidden;
    }

    @media (max-width: 576px) {
        .blog-item-3 .blog-img {
            margin-right: unset;
            max-width: 100%;
            height: 340;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }
    }

    .blog-item-3 .blog-img img {
        max-width: 100%;
        -webkit-transition: 0.5s ease-in;
        transition: 0.5s ease-in;
    }

    @media (max-width: 576px) {
        .blog-item-3 .blog-img img {
            width: 100%;
        }
    }

    .blog-item-3 .blog-content h6 {
        font-size: 14px;
        font-weight: 500;
        font-family: "Saira Condensed", sans-serif;
        color: #555555;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    .blog-item-3 .blog-content h4 {
        font-size: 22px;
        font-weight: 600;
        color: #17181A;
        line-height: 1.3;
        margin-bottom: 18px;
        -webkit-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
    }

    .blog-item-3 .blog-content .blog-btn {
        color: #555555;
        -webkit-transition: 0.4s ease-in;
        transition: 0.4s ease-in;
        margin-top: 10px;
        border: 1px solid transparent;
    }

        .blog-item-3 .blog-content .blog-btn svg {
            fill: #555555;
            margin-left: 10px;
        }

    @media (max-width: 767px) {
        .blog-item-3 .blog-content {
            padding: 20px 0;
        }
    }

    .blog-item-3:hover {
        border: 1px solid #cf2435;
    }

    @media (max-width: 767px) {
        .blog-item-3:hover {
            border: none;
            padding: 10px;
        }
    }

    .blog-item-3:hover .blog-btn {
        padding-left: 20px;
        color: #cf2435;
    }

        .blog-item-3:hover .blog-btn svg {
            fill: #cf2435;
        }

    .blog-item-3:hover .blog-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .feedback-slider .feed-img {
        width: 100%;
        height: 345px;
        background: rgba(23, 24, 26, 0.05);
        position: relative;
        overflow: hidden;
        padding: 20px;
    }

        .feedback-slider .feed-img img {
            position: absolute;
            top: 35px;
            left: 35px;
            width: 100%;
            height: 345px;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    @media (max-width: 767px) {
        .feedback-slider .feed-img img {
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: auto;
        }
    }

    @media (max-width: 767px) {
        .feedback-slider .feed-img {
            height: auto;
            margin: 0;
            padding: 0;
        }
    }

    .feedback-slider .feed-content {
        background-color: #fff;
        padding: 0px 25px;
    }

    @media (max-width: 767px) {
        .feedback-slider .feed-content {
            padding: 0;
        }
    }

    .feedback-slider .feed-content .feedback2-quote {
        margin-left: auto;
        margin-right: auto;
    }

    .feedback-slider .feed-content h4 {
        font-size: 25px;
        font-weight: 600;
        color: #17181A;
        line-height: 1.6;
    }

    .feedback-slider .feed-content p {
        font-size: 1.2rem;
        font-weight: 400;
        color: #555555;
        line-height: 1.9;
        margin-bottom: 20px;
    }

    @media (max-width: 767px) {
        .feedback-slider .feed-content p {
            margin-bottom: 15px;
        }
    }

    .feedback-slider .feed-content .author h5 {
        font-size: 22px;
        font-weight: 600;
        color: #17181A;
        position: relative;
        margin-bottom: 4px;
    }

        .feedback-slider .feed-content .author h5::before {
            content: '';
            position: absolute;
            top: -3px;
            left: 0;
            background: #cf2435;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: inline-block;
            z-index: -1;
        }

    .feedback-slider .feed-content .author h6 {
        font-size: 1rem;
        font-weight: 400;
        color: #555555;
        position: relative;
        display: inline-block;
    }

        .feedback-slider .feed-content .author h6::after {
            content: '';
            position: absolute;
            top: 9px;
            right: -50px;
            background: #C8C8C8;
            width: 78px;
            height: 1px;
            border-radius: 3px;
            display: inline-block;
            z-index: -1;
        }

    .feedback-arrows {
        bottom: 0px;
        position: absolute;
        z-index: 99999;
        left: 35%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    @media (max-width: 767px) {
        .feedback-arrows {
            display: none;
            visibility: hidden;
        }
    }

    .feedback-arrows svg {
        fill: #17181A;
        -webkit-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
    }

    .feedback-arrows .banner2-prev {
        border: none;
        outline: none;
        background: #fff;
    }

    @media (max-width: 767px) {
        .feedback-arrows .banner2-prev {
            padding: 5px;
        }
    }

    .feedback-arrows .banner2-next {
        border: none;
        outline: none;
        background: #fff;
    }

    @media (max-width: 767px) {
        .feedback-arrows .banner2-next {
            padding: 5px;
        }
    }

    .feedback-arrows .swiper-button-disabled {
        border: none;
    }

        .feedback-arrows .swiper-button-disabled svg {
            fill: #cf2435;
        }
    /*# sourceMappingURL=style.css.map */


    @media (min-width: 768px) and (max-width: 1920px) {
        .menu-ortala {
            margin: auto;
            left: 0;
            right: 0;
        }
    }

    .blog-text-style {
        color: white
    }

    .blog-text-style2 {
        color: black;
        font-family: sans-serif;
        font-size: 17px;
        text-align: justify;
        line-height: 32px;
    }

    .blog-title {
        color: black;
        font-family: sans-serif;
    }

    .yana-yasla {
        text-align: justify;
    }

    .a:active {
        color: #cf2435;
    }

 