/*-----------------------------------------------------------------------------------

    Template Name: Techmax - Technology IT Solutions Consultancy HTML5 Template
    Template URI: https://thepixelcurve.com/
    Description: A Library of Responsive Bootstrap5, HTML5, and CSS3 Website Templates
    Author: Raistheme
    Author URI: https://thepixelcurve.com/
    Version: 1.0


-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
    02. Header CSS
    2.1. Header Top CSS
    2.2. Header Bottom CSS
    2.3 Offcanvas Menu CSS
    03. Hero CSS
    04. Service CSS
    05. About CSS
    06. Skill CSS
    07. Counter CSS
    08. Case Study CSS
    09. Features CSS
    10. Team CSS
    11. Testimonial CSS
    12. Blog CSS
    13. Brand CSS
    14. CTA CSS
    15. Video CSS
    16. Pricing CSS
    17. Blog Standard CSS
    18. Blog Details CSS
    19. Contact CSS
    20. Page Banner CSS
    21. Subscribe CSS
    22. FAQ CSS
    23. Overview CSS
    24. Login Register CSS
    25. Footer CSS
    25.1. Footer Widget CSS


-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Local Fonts --*/
@import url('fonts.css');
/*-- Common Style --*/
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #4c4d56;
  outline: none;
  visibility: visible;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2,
h3,
h4 {
  font-family: 'Manrope', sans-serif;
  color: #090d2f;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
}

h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

p {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
input {
  transition: all 0.3s linear;
  outline: 0;
}

a:focus,
button:focus,
input:focus {
  outline: 0;
}

a:focus {
  color: none;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #ff5538;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

button,
input[type='submit'] {
  cursor: pointer;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

/*-- Common Classes --*/
.section,
.main-wrapper {
  float: left;
  width: 100%;
}

/*--Section Spacing--*/
.section-padding {
  padding-top: 20px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-02 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}

.section-padding-03 {
  padding-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .section-padding-03 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section-padding-03 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-03 {
    padding-top: 60px;
  }
}

/*--Section Title--*/
.section-title {
  max-width: 690px;
  margin: 0 auto;
}

.section-title .title {
  font-size: 40px;
  line-height: 54px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #333333;
}

@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 28px;
    line-height: 36px;
  }
}

.section-title .sub-title {
  font-size: 14px;
  line-height: 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  color: #ff5538;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/*--Section Title Two--*/
.section-title2 {
  max-width: 690px;
  margin: 0 auto;
}

.section-title2 .title {
  font-size: 48px;
  line-height: 54px;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  color: #333333;
}

.section-title2 .title span {
  color: #ff5538;
}

@media only screen and (max-width: 1199px) {
  .section-title2 .title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title2 .title {
    font-size: 28px;
    line-height: 36px;
  }
}

.section-title2 .sub-title {
  font-size: 12px;
  line-height: 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  color: #ff5538;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title2 .sub-title.primary {
  color: #ff5538;
}

.section-title2 p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #4c4d56;
  padding: 0 50px;
  margin-top: 20px;
}

/*--Section Title--*/

.techmax-pagination .pagination .page-item .page-link:hover {
  background: #ff5538;
  color: #ffffff;
}

.techmax-pagination .pagination .page-item.active .page-link {
  background: #ff5538;
  color: #ffffff;
}

/*--Swiper Pagination--*/
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #ffffff;
  width: 13px;
  height: 13px;
  transition: all 0.3s linear;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5abaf7;
}

/*--Swiper Bullet--*/
.slider-bullet .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

.slider-bullet .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-repeat: 50%;
  background: #e1e1e1;
}

.slider-bullet .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff5538;
}

/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.4 - Form CSS
/*----------------------------------------*/
form label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

/*Input Field & Select*/
input:not([type='submit']):not([type='checkbox']):not([type='radio']):not([type='file']),
textarea {
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #415674;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 10px 25px;
  max-width: 100%;
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  transition: all 0.3s linear;
}

input:not([type='submit']):not([type='checkbox']):not([type='radio']):not([type='file']):focus,
textarea:focus {
  outline: none;
  border-color: #ff5538;
}

input:not([type='submit']):not([type='checkbox']):not([type='radio']):not(
    [type='file']
  )::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

input:not([type='submit']):not([type='checkbox']):not([type='radio']):not(
    [type='file']
  ):-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

input:not([type='submit']):not([type='checkbox']):not([type='radio']):not(
    [type='file']
  )::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

input:not([type='submit']):not([type='checkbox']):not([type='radio']):not(
    [type='file']
  ):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/

.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #ff5538;
  border-color: transparent;
  color: #ffffff;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  height: 50px;
  line-height: 46px;
  padding: 0px 55px;
  border: 2px solid #ff5538;
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

.btn::after {
  position: absolute;
  content: '';
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: #ffffff;
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}

.btn:focus,
.btn:focus:active {
  box-shadow: none;
}

.btn:hover {
  box-shadow: none;
  color: #ff5538;
}

.btn:hover::after {
  transform: skewX(45deg) scale(1, 1);
}

.btn-3 {
  background: #ff5538;
  border: 2px solid #ff5538;
}

.btn-3:hover {
  color: #ff5538;
}

.btn-primary:hover {
  background-color: #ff5538;
  border-color: #ff5538;
}

.btn-secondary:hover {
  background-color: #000c29;
  border-color: #000c29;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/
.transparent-header {
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  width: 100%;
  z-index: 999;
}

@media only screen and (max-width: 991px) {
  .transparent-header {
    padding: 15px 0;
  }
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-main-menu {
  display: flex;
}

.header-menu .main-menu {
  display: flex;
  padding-right: 50px;
}

.header-menu .main-menu li {
  position: relative;
  padding: 30px 25px;
}

@media only screen and (max-width: 1199px) {
  .header-menu .main-menu li {
    padding: 30px 20px;
  }
}

.header-menu .main-menu li a {
  font-size: 15px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  color: #090d2f;
}

.header-menu .main-menu li.active-menu > a {
  color: #ff5538;
}

.header-menu .main-menu li.active-menu > .menu-icon::after {
  color: #ff5538;
}

.header-menu .main-menu li:hover > .menu-icon::after {
  color: #ff5538;
}

.header-menu .main-menu li:hover > a {
  color: #ff5538;
}

.header-menu .main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-menu .main-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 270px;
  background: #ffffff;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  border-radius: 5px;
  border-top: 3px solid #ff5538;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: all 0.3s linear;
}

.header-menu .main-menu li .sub-menu li {
  padding: 0;
}

.header-menu .main-menu li .sub-menu li a {
  padding: 5px 25px;
  font-size: 15px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  text-transform: none;
  display: block;
  position: relative;
  z-index: 1;
}

.header-menu .main-menu li .sub-menu li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ff5538;
  width: 10px;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.header-menu .main-menu li .sub-menu li.active > a {
  color: #ff5538;
  padding-left: 35px;
}

.header-menu .main-menu li .sub-menu li.active > a::before {
  opacity: 1;
  visibility: visible;
  left: 15px;
}

.header-menu .main-menu li .sub-menu li:hover > a {
  color: #ff5538;
  padding-left: 35px;
}

.header-menu .main-menu li .sub-menu li:hover > a::before {
  opacity: 1;
  visibility: visible;
  left: 15px;
}

.header-meta {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header-search .search-btn:hover {
  color: #ff5538;
}

.search-wrap .search-inner .search-close:hover {
  transform: rotate(90deg);
  color: #ff5538;
}

.header-cart .cart-btn:hover {
  color: #ff5538;
}

.dropdown-cart .cart-btns .btn.btn-2:hover {
  color: #000c29;
}

.transparent-header-3.sticky .header-wrap .header-meta .header-search .search-btn:hover {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-menu-3 .main-menu li.active-menu > a {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-menu-3 .main-menu li.active-menu > .menu-icon::after {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-menu-3 .main-menu li:hover > .menu-icon::after {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-menu-3 .main-menu li:hover > a {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-menu-3 .main-menu li .sub-menu li.active > a {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-menu-3 .main-menu li .sub-menu li:hover > a {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-meta .header-info .info-text .number a:hover {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-meta .header-search .search-btn:hover {
  color: #ff5538;
}

.header-section-3
  .header-wrap
  .header-meta
  .header-search
  .search-wrap
  .search-inner
  .search-close:hover {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-meta .header-cart .cart-btn:hover {
  color: #ff5538;
}

.header-section-3
  .header-wrap
  .header-meta
  .header-cart
  .dropdown-cart
  .cart-items
  .single-cart-item
  .item-content
  .title
  a:hover {
  color: #ff5538;
}

.header-section-3
  .header-wrap
  .header-meta
  .header-cart
  .dropdown-cart
  .cart-btns
  .btn.btn-2:hover {
  color: #000c29;
}

.header-toggle {
  margin-left: 30px;
}

.header-toggle button {
  background: none;
  border: 0;
  padding: 0;
}

.header-toggle button span {
  width: 25px;
  height: 2px;
  background: #ff5538;
  margin: 5px 0;
  display: block;
}

.header-toggle button span:last-child {
  margin-bottom: 0;
}

.header-toggle-3 button span {
  background: #ff5538;
}

.header-section-5 .header-wrap .header-menu .main-menu li.active-menu > a {
  color: #ff5538;
}

.header-section-5 .header-wrap .header-menu .main-menu li.active-menu > .menu-icon::after {
  color: #ff5538;
}

.header-section-5 .header-wrap .header-menu .main-menu li:hover > .menu-icon::after {
  color: #ff5538;
}

.header-section-5 .header-wrap .header-menu .main-menu li:hover > a {
  color: #ff5538;
}

.header-section-5 .header-wrap .header-menu .main-menu li .sub-menu li.active > a {
  color: #ff5538;
}

.header-section-5 .header-wrap .header-menu .main-menu li .sub-menu li:hover > a {
  color: #ff5538;
}

.header-section-5.sticky .header-wrap .header-menu .main-menu li.active-menu > a {
  color: #ff5538;
}

.header-section-5.sticky .header-wrap .header-menu .main-menu li.active-menu > .menu-icon::after {
  color: #ff5538;
}

.header-section-5.sticky .header-wrap .header-menu .main-menu li:hover > .menu-icon::after {
  color: #ff5538;
}

.header-section-5.sticky .header-wrap .header-menu .main-menu li:hover > a {
  color: #ff5538;
}

.header-section-6 .header-wrap .header-menu-2 .main-menu li.active-menu > a {
  color: #ff5538;
}

.header-section-6 .header-wrap .header-menu-2 .main-menu li.active-menu > .menu-icon::after {
  color: #ff5538;
}

.header-section-6 .header-wrap .header-menu-2 .main-menu li:hover > .menu-icon::after {
  color: #ff5538;
}

.header-section-6 .header-wrap .header-menu-2 .main-menu li:hover > a {
  color: #ff5538;
}

.header-section-6 .header-wrap .header-menu-2 .main-menu li .sub-menu li.active > a {
  color: #ff5538;
}

.header-section-6 .header-wrap .header-menu-2 .main-menu li .sub-menu li:hover > a {
  color: #ff5538;
}

.header-section-6 .header-wrap .header-meta .header-search .search-btn:hover {
  color: #ff5538;
}

.header-section-6 .header-wrap .header-meta .header-cart .cart-btn:hover {
  color: #ff5538;
}

.header-section-7 .header-wrap .header-menu .main-menu li.active-menu > a {
  color: #6754e2;
}

.header-section-7 .header-wrap .header-menu .main-menu li.active-menu > .menu-icon::after {
  color: #6754e2;
}

.header-section-7 .header-wrap .header-menu .main-menu li:hover > .menu-icon::after {
  color: #6754e2;
}

.header-section-7 .header-wrap .header-menu .main-menu li:hover > a {
  color: #6754e2;
}

.header-section-7 .header-wrap .header-menu .main-menu li .sub-menu li.active > a {
  color: #6754e2;
}

.header-section-7 .header-wrap .header-menu .main-menu li .sub-menu li:hover > a {
  color: #6754e2;
}

.header-section-7 .header-wrap .header-meta-4 .header-search .search-btn:hover {
  color: #6754e2;
}

.header-section-7 .header-wrap .header-meta-4 .header-btn-2 .btn:hover {
  color: #6754e2;
}

.header-section-8 .header-wrap .header-menu .main-menu > li.active-menu > a {
  color: #ff5538;
}

.header-section-8 .header-wrap .header-menu .main-menu > li.active-menu > .menu-icon::after {
  color: #ff5538;
}

.header-section-8 .header-wrap .header-menu .main-menu > li:hover > .menu-icon::after {
  color: #ff5538;
}

.header-section-8 .header-wrap .header-menu .main-menu > li:hover > a {
  color: #ff5538;
}

.header-section-8 .header-wrap .header-menu .main-menu > li .sub-menu li.active > a {
  color: #ff5538;
}

.header-section-8 .header-wrap .header-menu .main-menu > li .sub-menu li:hover > a {
  color: #ff5538;
}

.header-section-8 .header-wrap .header-meta-4 .header-search .search-btn:hover {
  color: #ff5538;
}

.header-section-8 .header-wrap .header-meta-4 .header-btn-2 .btn:hover {
  color: #ff5538;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
}

@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

/*--
/*  2.2 - Header Bottom CSS
/*----------------------------------------*/
/*--
/*  2.3 - Header Top CSS
/*----------------------------------------*/
.offcanvas {
  background: #000c29;
  width: 320px;
}

@media only screen and (max-width: 575px) {
  .offcanvas {
    width: 280px;
  }
}

.offcanvas-header .close-btn {
  background: none;
  border: 0;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s linear;
}

.offcanvas-header .close-btn:hover {
  transform: rotate(90deg);
  color: #ff5538;
}

.offcanvas-menu .main-menu li {
  position: relative;
}

.offcanvas-menu .main-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
  color: #ffffff;
  padding: 5px 0px;
  position: relative;
}

.offcanvas-menu .main-menu li .menu-expand {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.offcanvas-menu .main-menu li .menu-expand::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li .menu-expand::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 16px;
  left: 50%;
  top: 50%;
  bottom: 0;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li:hover > a {
  color: #ff5538;
}

.offcanvas-menu .main-menu li.active > .menu-expand::after {
  height: 0;
}

.offcanvas-menu .main-menu li ul {
  padding-left: 6%;
  display: none;
}

/*----------------------------------------*/
/*  4.1. Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  03 - Hero CSS
/*----------------------------------------*/

.tech-hero-section-2 {
  height: 955px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.tech-hero-section-2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #00213a;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tech-hero-section-2 .shape-1 {
  width: 578px;
  height: 315px;
  background-image: linear-gradient(290deg, #54d6eb 0%, #035cdd 100%);
  transform: skewY(15deg);
  position: absolute;
  left: 7.5%;
  top: 25%;
  z-index: -1;
}

.tech-hero-section-2 .shape-2 {
  width: 578px;
  height: 315px;
  background-image: linear-gradient(290deg, #54d6eb 0%, #035cdd 100%);
  transform: skewY(15deg);
  position: absolute;
  left: 3.5%;
  top: 50%;
  z-index: -1;
}

.tech-hero-section-2 .shape-3 {
  width: 578px;
  height: 315px;
  background: #ffffff;
  opacity: 0.2;
  transform: skewY(15deg);
  position: absolute;
  left: 12%;
  top: 40%;
  z-index: -1;
}

.tech-hero-section-2 .shape-4 {
  width: 578px;
  height: 315px;
  background: linear-gradient(90deg, #54d6eb 0%, #035cdd 100%);
  opacity: 0.8;
  transform: skewY(15deg);
  position: absolute;
  right: -10%;
  top: 76%;
  z-index: -1;
}

.tech-hero-section-2 .shape-5 {
  width: 358px;
  height: 195px;
  background: linear-gradient(280deg, #54d6eb 0%, #035cdd 100%);
  opacity: 0.8;
  transform: skewY(15deg);
  position: absolute;
  right: -6%;
  top: 67%;
  z-index: -1;
}

.tech-hero-section-2 .hero-content {
  max-width: 630px;
}

.tech-hero-section-2 .hero-content .sub-title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
}

.tech-hero-section-2 .hero-content .title {
  font-size: 60px;
  line-height: 78px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 10px;
}

.tech-hero-section-2 .hero-content .hero-btn {
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .tech-hero-section-2 .shape-1 {
    width: 450px;
    height: 250px;
  }
  .tech-hero-section-2 .shape-2 {
    width: 450px;
    height: 250px;
    top: 46%;
  }
  .tech-hero-section-2 .shape-3 {
    width: 450px;
    height: 250px;
  }
  .tech-hero-section-2 .shape-4 {
    width: 450px;
    height: 250px;
    top: 81%;
  }
  .tech-hero-section-2 .shape-5 {
    width: 250px;
    height: 180px;
    top: 71%;
    right: -5%;
  }
  .tech-hero-section-2 .hero-content .title {
    font-size: 48px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .tech-hero-section-2 {
    height: 760px;
  }
}

@media only screen and (max-width: 767px) {
  .tech-hero-section-2 {
    height: 660px;
  }
  .tech-hero-section-2 .shape-1 {
    width: 350px;
    height: 190px;
  }
  .tech-hero-section-2 .shape-2 {
    width: 350px;
    height: 190px;
    top: 46%;
  }
  .tech-hero-section-2 .shape-3 {
    width: 350px;
    height: 190px;
    top: 37%;
  }
  .tech-hero-section-2 .shape-4 {
    width: 350px;
    height: 190px;
  }
  .tech-hero-section-2 .shape-5 {
    width: 220px;
    height: 150px;
    top: 71%;
    right: -5%;
  }
  .tech-hero-section-2 .hero-content .sub-title {
    font-size: 14px;
    line-height: 28px;
  }
  .tech-hero-section-2 .hero-content .title {
    font-size: 40px;
    line-height: 52px;
  }
}

@media only screen and (max-width: 575px) {
  .tech-hero-section-2 {
    height: 660px;
  }
  .tech-hero-section-2 .shape-1 {
    width: 350px;
    height: 190px;
  }
  .tech-hero-section-2 .shape-2 {
    width: 350px;
    height: 190px;
    top: 46%;
  }
  .tech-hero-section-2 .shape-3 {
    width: 350px;
    height: 190px;
    top: 37%;
  }
  .tech-hero-section-2 .shape-4 {
    display: none;
  }
  .tech-hero-section-2 .shape-5 {
    display: none;
  }
  .tech-hero-section-2 .hero-content .title {
    font-size: 32px;
    line-height: 46px;
  }
}

.tech-hero-section-3 .hero-content .hero-play-btn .play-btn i:hover {
  color: #ff5538;
}

.tech-hero-section-8 .hero-content .btn:hover {
  color: #6754e2;
}

.tech-hero-section-10 .hero-content .btn:hover {
  color: #ff5538;
}

/*--
/*  04 - Service CSS
/*----------------------------------------*/

.service-section .service-wrap .service-item:hover::before {
  opacity: 1;
  visibility: visible;
}

.service-section .service-wrap .service-item:hover .shape-1 {
  opacity: 1;
  visibility: visible;
}

.service-section .service-wrap .service-item:hover .shape-2 {
  opacity: 1;
  visibility: visible;
}

.service-section .service-wrap .service-item:hover .service-content .title a {
  color: #ffffff;
}

.service-section .service-wrap .service-item:hover .service-content p {
  color: #ffffff;
}

.service-section-2 {
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 110px;
}

@media only screen and (max-width: 1199px) {
  .service-section-2 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .service-section-2 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .service-section-2 {
    padding-bottom: 40px;
  }
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 {
  padding-top: 60px;
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-img a {
  display: block;
  position: relative;
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-img a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #ffffff00 0%, #010f31 100%);
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 0;
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-img .shape-1 {
  width: 355px;
  height: 205px;
  background: linear-gradient(90deg, #54d6eb 0%, #035cdd 100%);
  transform: skewY(15deg);
  position: absolute;
  right: -9%;
  top: 48%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  z-index: 1;
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-img .shape-2 {
  width: 355px;
  height: 120px;
  background: linear-gradient(280deg, #54d6eb 0%, #035cdd 100%);
  transform: skewY(15deg);
  position: absolute;
  right: -35%;
  top: 42%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  z-index: 1;
}

.service-section-2
  .service-wrap-2
  .service-content-wrap-2
  .service-item
  .service-img
  .service-img-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 50px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 1199px) {
  .service-section-2
    .service-wrap-2
    .service-content-wrap-2
    .service-item
    .service-img
    .service-img-text {
    padding: 0 30px;
  }
}

.service-section-2
  .service-wrap-2
  .service-content-wrap-2
  .service-item
  .service-img
  .service-img-text
  p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 30px 40px 40px 35px;
}

@media only screen and (max-width: 1399px) {
  .service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-content {
    padding: 30px 25px 35px 25px;
  }
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-content .title {
  font-size: 24px;
  line-height: 30px;
  color: #231e32;
}

@media only screen and (max-width: 1399px) {
  .service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-content .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-content .title {
    font-size: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-content .title {
    font-size: 20px;
  }
}

.service-section-2
  .service-wrap-2
  .service-content-wrap-2
  .service-item
  .service-content
  .read-more {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  background: #ff5538;
  color: #ffffff;
  display: inline-block;
}

.service-section-2
  .service-wrap-2
  .service-content-wrap-2
  .service-item:hover
  .service-img
  .shape-1 {
  opacity: 0.8;
  visibility: visible;
}

.service-section-2
  .service-wrap-2
  .service-content-wrap-2
  .service-item:hover
  .service-img
  .shape-2 {
  opacity: 0.8;
  visibility: visible;
}

.service-section-2
  .service-wrap-2
  .service-content-wrap-2
  .service-item:hover
  .service-img
  .service-img-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(-45px);
}

.service-2-active .swiper-pagination {
  position: relative;
  margin-top: 60px;
}

.service-2-active .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-repeat: 50%;
  background: #e1e1e1;
}

.service-2-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff5538;
}

.service-section-3
  .service-wrap-3
  .service-slider-wrap
  .service-item
  .service-content
  .title
  a:hover {
  color: #ff5538;
}

.service-section-3
  .service-wrap-3
  .service-slider-wrap
  .service-item
  .service-content
  .read-more:hover
  i {
  transform: translateX(15px);
}

.service-3-active.slider-bullet .swiper-pagination {
  margin-top: 50px;
}

.service-3-active.slider-bullet
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff5538;
}

.service-section-4 .service-wrap-4 .service-left .service-list li a:hover {
  color: #ff5538;
}

.service-section-4 .service-wrap-4 .service-left .service-list li a:hover i {
  transform: translateX(20px);
}

.service-section-4 .service-wrap-4 .service-right .service-item .service-img a:hover img {
  transform: scale(1.1);
}

.service-section-4 .service-wrap-4 .service-right .service-item .service-content .title a:hover {
  color: #ff5538;
}

.service-section-4
  .service-wrap-4
  .service-right
  .service-item
  .service-content
  .read-more:hover
  i {
  transform: translateX(15px);
}

.service-section-6
  .service-wrap-3
  .service-slider-wrap
  .service-item
  .service-content
  .title
  a:hover {
  color: #ff5538;
}

.service-6-active.slider-bullet .swiper-pagination {
  margin-top: 50px;
}

.service-6-active.slider-bullet
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff5538;
}

.service-section-7 .service-item:hover .service-content .title {
  color: #ff5538;
}

.service-section-7 .service-item:hover .service-link-icon i {
  color: #ff5538;
}

.service-section-7 .service-bottom-text p a:hover {
  color: #ffffff;
}

.service-section-8 .service-wrap-4 .service-left .service-list li a:hover {
  color: #ff5538;
}

.service-section-10 .service-wrap .service-item:hover {
  transform: translateY(-5px) translate3d(0, -5px, 0);
}

.service-section-10 .service-wrap .service-item:hover .service-content .title a {
  color: #ff5538;
}

/*--
/*  05 - About CSS
/*----------------------------------------*/
.about-section {
  overflow: hidden;
}

.about-section .about-wrap .about-thumb-wrap {
  position: relative;
  padding-right: 40px;
}

.about-section .about-wrap .about-thumb-wrap .about-thumb-small {
  border-radius: 5px;
  position: absolute;
  left: 0px;
  top: 0;
}

.about-section .about-wrap .about-thumb-wrap .about-thumb-big {
  text-align: right;
  z-index: 1;
  transform: translateY(135px) translateX(35px);
}

.about-section .about-wrap .about-thumb-wrap .about-thumb-shape {
  position: absolute;
  top: 235px;
  left: 65px;
  z-index: -1;
}

.about-section .about-wrap .about-thumb-wrap .play-btn {
  position: absolute;
  right: -55px;
  bottom: 8px;
}

.about-section .about-wrap .about-thumb-wrap .play-btn a {
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #ff5538;
  color: #ffffff;
  transition: all 0.3s linear;
}

.about-section .about-wrap .about-thumb-wrap .play-btn a::before {
  content: '';
  border: 2px solid #ffffff;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  -webkit-animation: zoombig 3.25s linear infinite;
  animation: zoombig 3.25s linear infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.about-section .about-wrap .about-thumb-wrap .play-btn a::after {
  content: '';
  border: 2px solid #ffffff;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  -webkit-animation: zoombig 3.25s linear infinite;
  animation: zoombig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.about-section .about-wrap .about-thumb-wrap .play-btn a:hover {
  background: #ffffff;
  color: #ff5538;
  box-shadow: 0px 0px 98px 0px rgba(0, 0, 0, 0.07);
}

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

@media only screen and (max-width: 1399px) {
  .about-section .about-wrap .about-content {
    padding-left: 80px;
  }
}

.about-section .about-wrap .about-content p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #4c4d56;
  margin-top: 25px;
}

.about-section .about-wrap .about-content .about-author-list {
  display: flex;
  align-items: center;
  padding-top: 5px;
}

.about-section .about-wrap .about-content .about-author-list .about-author {
  background: #ffffff;
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 30px 35px 45px;
  border-radius: 5px;
  margin-right: 40px;
  margin-top: 25px;
  position: relative;
}

.about-section .about-wrap .about-content .about-author-list .about-author::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #ff5538;
  height: 3px;
  width: calc(100% - 30px);
}

.about-section .about-wrap .about-content .about-author-list .about-author .name {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #090d2f;
  margin-top: 10px;
}

.about-section .about-wrap .about-content .about-author-list .about-author .designation {
  font-size: 12px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #4c4d56;
}

.about-section .about-wrap .about-content .about-author-list .about-author .author-img {
  position: absolute;
  left: -25px;
  top: 35px;
}

.about-section .about-wrap .about-content .about-author-list .about-list {
  margin-top: 25px;
}

.about-section .about-wrap .about-content .about-author-list .about-list ul li {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #090d2f;
}

.about-section .about-wrap .about-content .about-author-list .about-list ul li + li {
  margin-top: 15px;
}

.about-section .about-wrap .about-content .about-author-list .about-list ul li i {
  color: #ff5538;
  margin-right: 5px;
}

@media only screen and (max-width: 1199px) {
  .about-section .about-wrap .about-content {
    padding-left: 64px;
  }
  .about-section .about-wrap .about-content .about-author-list {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 991px) {
  .about-section .about-wrap .about-thumb-wrap .play-btn {
    right: -40px;
  }
  .about-section .about-wrap .about-thumb-wrap .play-btn a {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .about-section .about-wrap .about-thumb-wrap .play-btn a::before {
    width: 180px;
    height: 180px;
  }
  .about-section .about-wrap .about-thumb-wrap .play-btn a::after {
    width: 180px;
    height: 180px;
  }
  .about-section .about-wrap .about-content {
    padding-left: 0px;
    margin-top: 200px;
  }
}

@media only screen and (max-width: 575px) {
  .about-section {
    padding-bottom: 0;
  }
  .about-section .about-wrap .about-thumb-wrap {
    padding-right: 0;
  }
  .about-section .about-wrap .about-thumb-wrap .about-thumb-small {
    position: inherit;
    text-align: center;
  }
  .about-section .about-wrap .about-thumb-wrap .about-thumb-big {
    transform: translateY(30px) translateX(0px);
    text-align: center;
  }
  .about-section .about-wrap .about-thumb-wrap .about-thumb-shape {
    display: none;
  }
  .about-section .about-wrap .about-thumb-wrap .play-btn {
    bottom: -65px;
    right: 130px;
  }
  .about-section .about-wrap .about-content {
    padding-left: 0px;
    margin-top: 130px;
  }
  .about-section .about-wrap .about-content .about-author-list {
    display: block;
  }
  .about-section .about-wrap .about-content .about-author-list .about-author {
    margin-right: 25px;
    margin-left: 25px;
  }
}

@-webkit-keyframes zoombig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 3px;
  }
  65% {
    border-width: 2px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 2px;
  }
}

@keyframes zoombig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 3px;
  }
  65% {
    border-width: 2px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 2px;
  }
}

.tech-about-section-7 .about-img-wrap .about-img-sm .play-btn a:hover {
  background: #ff5538;
  color: #ffffff;
}

/*--
/*  09 - Features CSS
/*----------------------------------------*/

.features-section-7 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.features-section-7 .features-wrap .features-content {
  padding-left: 112px;
}

.features-section-7 .features-wrap .features-content .section-title .title span {
  color: #ff5538;
}

.features-section-7 .features-wrap .features-content p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #4c4d56;
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .features-section-7 {
    padding-bottom: 100px;
  }
  .features-section-7 .features-wrap .features-content {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .features-section-7 {
    padding-bottom: 80px;
  }
  .features-section-7 .features-wrap .features-content {
    padding-left: 0px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .features-section-7 {
    padding-bottom: 60px;
  }
}

.features-section-8 .features-item .features-content .title:hover a {
  color: #6754e2;
}

.features-section-8 .features-item:hover {
  border: 1px solid #6754e2;
}

.features-section-8 .features-banner .features-content .learn-more:hover i {
  margin-left: 5px;
}

.features-section-9 .features-item .features-content .title:hover {
  color: #ff5538;
}

.features-section-10 .features-item:hover .title {
  color: #ff5538;
}

/*--
/*  07 - Counter CSS
/*----------------------------------------*/
.counter-section {
  padding-top: 100px;
  padding-bottom: 140px;
  background: #000c29;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 1199px) {
  .counter-section {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .counter-section {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .counter-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.counter-section .counter-wrap .counter-item {
  margin-top: 30px;
}

.counter-section .counter-wrap .counter-item .counter-text span {
  font-size: 50px;
  line-height: 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .counter-section .counter-wrap .counter-item .counter-text span {
    font-size: 40px;
  }
}

.counter-section .counter-wrap .counter-item .counter-text p {
  font-size: 14px;
  line-height: 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #ffffff;
}

.counter-section-2 {
  background: #ff5538;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .counter-section-2 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .counter-section-2 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .counter-section-2 {
    padding-bottom: 40px;
  }
}

.counter-section-2 .counter-wrap .counter-item {
  display: flex;
}

.counter-section-2 .counter-wrap .counter-item .counter-text {
  flex: 1;
  margin-left: 15px;
}

.counter-section-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 1199px) {
  .counter-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .counter-section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .counter-section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.counter-section-3 .experience-content {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .counter-section-3 .experience-content {
    display: block;
  }
}

.counter-section-3 .experience-content .experience {
  margin-top: 20px;
}

.counter-section-3 .experience-content .experience .number {
  font-size: 150px;
  line-height: 30px;
  color: #ff5538;
}

@media only screen and (max-width: 1399px) {
  .counter-section-3 .experience-content .experience .number {
    font-size: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .counter-section-3 .experience-content .experience .number {
    font-size: 90px;
  }
}

.counter-section-3 .experience-content .experience span {
  font-size: 24px;
  line-height: 38px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #333333;
  display: block;
  margin-top: 60px;
}

@media only screen and (max-width: 1399px) {
  .counter-section-3 .experience-content .experience span {
    font-size: 20px;
    margin-top: 35px;
  }
}

.counter-section-3 .experience-content .experience-text {
  padding-left: 70px;
  padding-right: 20px;
}

@media only screen and (max-width: 1199px) {
  .counter-section-3 .experience-content .experience-text {
    padding-left: 18px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .counter-section-3 .experience-content .experience-text {
    padding-left: 0;
    margin-top: 20px;
  }
}

.counter-section-3 .experience-content .experience-text .title {
  font-size: 36px;
  line-height: 48px;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .counter-section-3 .experience-content .experience-text .title {
    font-size: 28px;
    line-height: 40px;
  }
}

.counter-section-3 .experience-content .experience-text .title span {
  color: #ff5538;
}

@media only screen and (max-width: 991px) {
  .counter-section-3 .service-content {
    margin-top: 40px;
  }
}

.counter-section-3 .service-content .service-list li {
  border-bottom: 1px solid #ff5538;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.counter-section-3 .service-content .service-list li:last-child {
  margin-bottom: 0;
}

.counter-section-3 .service-content .service-list li a {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #333333;
}

@media only screen and (max-width: 575px) {
  .counter-section-3 .service-content .service-list li a {
    font-size: 18px;
  }
}

.counter-section-3 .service-content .service-list li a:hover {
  color: #ff5538;
}

.counter-section-3 .service-content .service-list li a:hover i {
  transform: translateX(20px);
}

.counter-section-3 .service-content .service-list li a i {
  transform: translateX(15px);
  transition: all 0.3s linear;
}

.counter-section-3 .counter-wrap {
  padding-top: 50px;
}

.counter-section-3 .counter-wrap .counter-item {
  background: #ffffff;
  padding: 29px;
  padding-bottom: 10px;
  border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
  .counter-section-3 .counter-wrap .counter-item {
    flex-direction: column;
    text-align: center;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .counter-section-3 .counter-wrap .counter-item .counter-text {
    margin-left: 0;
  }
}

.counter-section-3 .counter-wrap .counter-item .counter-text span {
  color: #333333;
}

.counter-section-3 .counter-wrap .counter-item .counter-text p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #333333;
  position: relative;
  padding-top: 15px;
  margin-bottom: 25px;
}

.counter-section-3 .counter-wrap .counter-item .counter-text p::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  background: #ff5538;
  width: 40px;
  height: 2px;
  transform: translateX(-50%);
}

/*
.counter-section-3 .counter-wrap .counter-item .counter-text p {
  color: #564c4f;
}

.counter-section-3 .counter-wrap .counter-item .counter-text p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  background: #ff5538;
  width: 40px;
  height: 2px;
  transform: translateX(-50%);
} */

/*--
/*  06 - Skill CSS
/*----------------------------------------*/

.skill-section
  .skill-wrap
  .skill-img-wrap
  .skill-img-item
  .skill-img
  .skill-img-text
  .title
  a:hover {
  color: #ff5538;
}

.skill-section
  .skill-wrap
  .skill-img-wrap
  .skill-img-item
  .skill-img
  .skill-img-text
  .skill-btn:hover {
  color: #ffffff;
}

.skill-section
  .skill-wrap
  .skill-img-wrap
  .skill-img-item
  .skill-img
  .skill-img-text
  .skill-btn:hover
  i {
  color: #ffffff;
}

.skill-section .skill-wrap .skill-img-wrap .skill-img-item .skill-img:hover {
  transform: translateY(-5px) translate3d(0, -5px, 0);
}

.skill-section-3 .skill-wrap .skill-content-wrap .skill-content-left .skill-img .play-btn a:hover {
  background: #ffffff;
  color: #ff5538;
}

.skill-section-5 .skill-img-wrap .skill-img-item .skill-img .skill-img-text .title a:hover {
  color: #ff5538;
}

.skill-section-5 .skill-img-wrap .skill-img-item .skill-img .skill-img-text .skill-btn:hover {
  color: #ffffff;
}

.skill-section-5 .skill-img-wrap .skill-img-item .skill-img .skill-img-text .skill-btn:hover i {
  color: #ffffff;
}

.skill-section-5 .skill-img-wrap .skill-img-item .skill-img:hover {
  transform: translateY(-5px) translate3d(0, -5px, 0);
}

/*--
/*  11 - Testimonial CSS
/*----------------------------------------*/

.testimonial-active .testimonial-arrow,
.testimonial-4-active .testimonial-arrow {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  transform: translateY(-30%);
  border: 1px solid #ff5538;
  box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
  color: #ff5538;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.testimonial-active .testimonial-arrow.swiper-button-prev,
.testimonial-4-active .testimonial-arrow.swiper-button-prev {
  left: 0;
}

.testimonial-active .testimonial-arrow.swiper-button-prev::after,
.testimonial-4-active .testimonial-arrow.swiper-button-prev::after {
  content: '\f16d';
  font-family: flaticon !important;
  font-size: 18px;
}

.testimonial-active .testimonial-arrow.swiper-button-next,
.testimonial-4-active .testimonial-arrow.swiper-button-next {
  right: 0;
}

.testimonial-active .testimonial-arrow.swiper-button-next::after,
.testimonial-4-active .testimonial-arrow.swiper-button-next::after {
  content: '\f16e';
  font-family: flaticon !important;
  font-size: 18px;
}

.testimonial-active .testimonial-arrow:hover,
.testimonial-4-active .testimonial-arrow:hover {
  color: #ffffff;
  background: #ff5538;
}

.testimonial-active:hover .testimonial-arrow,
.testimonial-4-active:hover .testimonial-arrow {
  opacity: 1;
  visibility: visible;
}

.testimonial-active:hover .testimonial-arrow.swiper-button-prev,
.testimonial-4-active:hover .testimonial-arrow.swiper-button-prev {
  left: 10px;
}

.testimonial-active:hover .testimonial-arrow.swiper-button-next,
.testimonial-4-active:hover .testimonial-arrow.swiper-button-next {
  right: 10px;
}

.testimonial-2-active .swiper-pagination {
  margin-top: 50px;
}

.testimonial-3-active.slider-bullet .swiper-pagination {
  margin-top: 50px;
}

.testimonial-3-active.slider-bullet
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff5538;
}

.testimonial-section-7 .testimonial-wrap {
  background-position: 100% 150%;
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonial-section-7 .testimonial-wrap .testimonial-slider-wrap {
  padding-top: 20px;
}

@media only screen and (max-width: 991px) {
  .testimonial-section-7 .testimonial-wrap .testimonial-slider-wrap {
    padding-top: 0;
  }
}

.testimonial-section-7 .testimonial-wrap .testimonial-slider-wrap .single-testimonial {
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.testimonial-section-7
  .testimonial-wrap
  .testimonial-slider-wrap
  .single-testimonial
  .testimonial-content {
  padding: 50px 85px 60px 50px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-section-7
    .testimonial-wrap
    .testimonial-slider-wrap
    .single-testimonial
    .testimonial-content {
    padding: 50px 40px;
  }
}

.testimonial-section-7
  .testimonial-wrap
  .testimonial-slider-wrap
  .single-testimonial
  .testimonial-content
  .testimonial-quote {
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 45px;
  text-align: center;
  border-radius: 50%;
  color: #ff5538;
  background: #ccdef7;
}

.testimonial-section-7
  .testimonial-wrap
  .testimonial-slider-wrap
  .single-testimonial
  .testimonial-content
  p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #000c29;
  margin-top: 10px;
}

.testimonial-section-7
  .testimonial-wrap
  .testimonial-slider-wrap
  .single-testimonial
  .testimonial-content
  .testimonial-author {
  display: block;
  align-items: center;
  margin-top: 20px;
}

.testimonial-section-7
  .testimonial-wrap
  .testimonial-slider-wrap
  .single-testimonial
  .testimonial-content
  .testimonial-author
  .author-text {
  margin-left: 25px;
}

.testimonial-section-7
  .testimonial-wrap
  .testimonial-slider-wrap
  .single-testimonial
  .testimonial-content
  .testimonial-author
  .author-text
  .name {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #231e32;
}

.testimonial-section-7
  .testimonial-wrap
  .testimonial-slider-wrap
  .single-testimonial
  .testimonial-content
  .testimonial-author
  .author-text
  .designation {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #ff5538;
}

.testimonial-section-7
  .testimonial-wrap
  .testimonial-slider-wrap
  .swiper-slide.swiper-slide-active
  .single-testimonial {
  background: linear-gradient(130deg, #54d6eb 0%, #035cdd 100%);
}

@media only screen and (max-width: 991px) {
  .testimonial-section-7
    .testimonial-wrap
    .testimonial-slider-wrap
    .swiper-slide.swiper-slide-active
    .single-testimonial {
    background: #ffffff;
  }
}

.testimonial-section-7
  .testimonial-wrap
  .testimonial-slider-wrap
  .swiper-slide.swiper-slide-active
  .single-testimonial
  .testimonial-content
  .testimonial-quote {
  color: #ffffff;
  background: #6fd4ee;
}

@media only screen and (max-width: 991px) {
  .testimonial-section-7
    .testimonial-wrap
    .testimonial-slider-wrap
    .swiper-slide.swiper-slide-active
    .single-testimonial
    .testimonial-content
    .testimonial-quote {
    background: #ccdef7;
    color: #ff5538;
  }
}

.testimonial-section-7
  .testimonial-wrap
  .testimonial-slider-wrap
  .swiper-slide.swiper-slide-active
  .single-testimonial
  .testimonial-content
  p {
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .testimonial-section-7
    .testimonial-wrap
    .testimonial-slider-wrap
    .swiper-slide.swiper-slide-active
    .single-testimonial
    .testimonial-content
    p {
    color: #000c29;
  }
}

.testimonial-section-7
  .testimonial-wrap
  .testimonial-slider-wrap
  .swiper-slide.swiper-slide-active
  .single-testimonial
  .testimonial-content
  .testimonial-author
  .author-text
  .name {
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .testimonial-section-7
    .testimonial-wrap
    .testimonial-slider-wrap
    .swiper-slide.swiper-slide-active
    .single-testimonial
    .testimonial-content
    .testimonial-author
    .author-text
    .name {
    color: #000c29;
  }
}

.testimonial-section-7
  .testimonial-wrap
  .testimonial-slider-wrap
  .swiper-slide.swiper-slide-active
  .single-testimonial
  .testimonial-content
  .testimonial-author
  .author-text
  .designation {
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .testimonial-section-7
    .testimonial-wrap
    .testimonial-slider-wrap
    .swiper-slide.swiper-slide-active
    .single-testimonial
    .testimonial-content
    .testimonial-author
    .author-text
    .designation {
    color: #ff5538;
  }
}

.testimonial-section-9
  .testimonial-2-active
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6754e2;
}

.testimonial-section-10 .testimonial-8-active.slider-bullet .swiper-pagination {
  text-align: left;
  margin-top: 30px;
}

.testimonial-section-10
  .testimonial-8-active.slider-bullet
  .swiper-pagination
  .swiper-pagination-bullet {
  margin: 0 6px;
}

.testimonial-section-10
  .testimonial-8-active.slider-bullet
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff5538;
}

/*--
/*  08. Case Study CSS
/*----------------------------------------*/
.case-study-section {
  overflow: hidden;
}

.case-study-wrap {
  margin-top: -10px;
}

.case-study-slider-wrap {
  margin-top: 90px;
}

@media only screen and (max-width: 991px) {
  .case-study-slider-wrap {
    margin-top: 60px;
  }
}

.case-study-slider-wrap .single-case-study {
  display: flex;
  align-items: end;
  max-width: 1070px;
  height: 550px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.case-study-slider-wrap .single-case-study::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #ffffff00 0%, #010f31 100%);
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}

.case-study-slider-wrap .single-case-study::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .case-study-slider-wrap .single-case-study {
    height: 450px;
  }
}

.case-study-slider-wrap .single-case-study .case-study-content .case-study-link a:hover {
  background: #ffffff;
  color: #ff5538;
}

.case-study-slider-wrap .swiper-slide.swiper-slide-active .single-case-study .case-study-content {
  display: flex;
}

.case-study-active .case-study-arrow {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
  color: #ff5538;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 991px) {
  .case-study-active .case-study-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.case-study-active .case-study-arrow.swiper-button-prev {
  left: 20%;
}

.case-study-active .case-study-arrow.swiper-button-prev::after {
  content: '\f16d';
  font-family: flaticon !important;
  font-size: 20px;
}

.case-study-active .case-study-arrow.swiper-button-next {
  right: 20%;
}

.case-study-active .case-study-arrow.swiper-button-next::after {
  content: '\f16e';
  font-family: flaticon !important;
  font-size: 20px;
}

.case-study-active .case-study-arrow:hover {
  color: #ffffff;
  background: #ff5538;
}

.case-study-active:hover .case-study-arrow {
  opacity: 1;
  visibility: visible;
}

.case-study-active:hover .case-study-arrow.swiper-button-prev {
  left: 23%;
}

@media only screen and (max-width: 1199px) {
  .case-study-active:hover .case-study-arrow.swiper-button-prev {
    left: 22%;
  }
}

@media only screen and (max-width: 991px) {
  .case-study-active:hover .case-study-arrow.swiper-button-prev {
    left: 30px;
  }
}

.case-study-active:hover .case-study-arrow.swiper-button-next {
  right: 23%;
}

@media only screen and (max-width: 1199px) {
  .case-study-active:hover .case-study-arrow.swiper-button-next {
    right: 22%;
  }
}

@media only screen and (max-width: 991px) {
  .case-study-active:hover .case-study-arrow.swiper-button-next {
    right: 30px;
  }
}

.case-study-section-3 .section-title2 {
  max-width: 550px;
}

.case-study-section-3 .section-title2 .title {
  font-weight: 700;
}

.case-study-section-3 .section-title2 .sub-title {
  letter-spacing: 1px;
}

.case-study-section-3 .case-study-slider-wrap .single-case-study::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(33, 23, 98, 0.7);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.case-study-section-3 .case-study-slider-wrap .single-case-study::after {
  display: none;
}

.case-study-section-3 .case-study-slider-wrap .single-case-study .case-study-text {
  max-width: 310px;
  position: absolute;
  left: 110px;
  bottom: 70px;
  background: #ffffff;
  position: relative;
  padding: 30px 65px 35px 55px;
}

.case-study-section-3 .case-study-slider-wrap .single-case-study .case-study-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  background: #ff5538;
  width: 20px;
  height: 70px;
}

.case-study-section-3 .case-study-slider-wrap .single-case-study .case-study-text .title {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}

.case-study-section-3 .case-study-slider-wrap .single-case-study .case-study-text p {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: 'Roboto', sans-serif;
}

.case-study-section-3
  .case-study-slider-wrap
  .single-case-study
  .case-study-text
  .learn-more:hover {
  color: #ff5538;
}

.case-study-section-3
  .case-study-slider-wrap
  .swiper-slide.swiper-slide-active
  .single-case-study::before {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 449px) {
  .case-study-section-3 .case-study-slider-wrap .single-case-study .case-study-text {
    max-width: 290px;
    left: 28px;
    padding: 30px 50px 35px 55px;
  }
}

.case-study-section-04 .single-item .case-study-content .title:hover a {
  color: #6754e2;
}

.case-study-section-04 .single-item:hover .case-study-img a img {
  transform: scale(1.05);
}

/*--
/*  14 - CTA CSS
/*----------------------------------------*/

.cta-section-2 .cta-wrap-2 .cta-btn .btn-white:hover {
  color: #ffffff;
}

.cta-section-6 .cta-wrap .cta-content .btn:hover {
  color: #ffffff;
}

.cta-section-7 .cta-wrap .cta-content p a:hover {
  color: #090d2f;
}

/*--
/*  12 - Blog CSS
/*----------------------------------------*/
.blog-section .blog-wrap {
  margin-top: -10px;
}

.blog-section .blog-wrap .blog-content-wrap {
  padding-top: 35px;
}

.single-blog {
  background: #ffffff;
  box-shadow: 0px 0px 98px 0px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 30px;
}

.single-blog .blog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.single-blog .blog-img a {
  display: block;
}

.single-blog .blog-img .top-meta {
  position: absolute;
  top: 35px;
  left: 30px;
}

.single-blog .blog-img .top-meta .date {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-image: linear-gradient(120deg, #54d6eb 0%, #035cdd 100%);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  border-radius: 5px;
  font-family: 'Manrope', sans-serif;
  display: inline-block;
  text-align: center;
  line-height: 12px;
  padding: 10px;
}

.single-blog .blog-img .top-meta .date span {
  font-size: 28px;
  line-height: 18px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.single-blog .blog-content {
  padding: 40px;
}

@media only screen and (max-width: 991px) {
  .single-blog .blog-content {
    padding: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .single-blog .blog-content {
    padding: 35px 24px;
  }
}

.single-blog .blog-content .blog-meta span {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  color: #999999;
  margin-right: 15px;
}

@media only screen and (max-width: 575px) {
  .single-blog .blog-content .blog-meta span {
    margin-right: 12px;
  }
}

.single-blog .blog-content .blog-meta span i {
  color: #ff5538;
  margin-right: 5px;
}

.single-blog .blog-content .title {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  padding-right: 15px;
  margin-top: 15px;
}

.single-blog .blog-content p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #4c4d56;
  margin-top: 10px;
}

.single-blog .blog-btn {
  border-top: 1px solid #ebebeb;
  padding: 15px 40px;
}

.single-blog .blog-btn .blog-btn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  color: #ff5538;
  transition: all 0.3s linear;
}

.single-blog .blog-btn .blog-btn-link i {
  transition: all 0.3s linear;
}

.single-blog .blog-btn .blog-btn-link:hover i {
  transform: translateX(5px);
}

.single-blog:hover .blog-img a img {
  transform: scale(1.1);
}

.blog-section-2 .blog-wrap .blog-content-wrap .single-blog .blog-content .blog-meta span a:hover {
  color: #ff5538;
}

.blog-section-2 .blog-wrap .blog-content-wrap .single-blog .blog-content .title a:hover {
  color: #ff5538;
}

/*--
/*  13 - Brand CSS
/*----------------------------------------*/

.brand-active {
  max-width: 1070px;
  width: 100%;
  margin: 45px auto 0;
}

/*--
/*  10 - Team CSS
/*----------------------------------------*/

.team-section .team-wrap .team-content-wrap .single-team:hover .team-img a::before {
  opacity: 1;
  visibility: visible;
}

.team-section .team-wrap .team-content-wrap .single-team:hover .team-img a::after {
  opacity: 0.35;
  visibility: visible;
}

.team-section .team-wrap .team-content-wrap .single-team:hover .team-content .team-social {
  opacity: 1;
  visibility: visible;
  transform: translateY(-55px);
}

.team-section
  .team-wrap
  .team-content-wrap
  .single-team:hover
  .team-content
  .team-social
  .social
  li
  a:hover {
  transform: translateY(-5px);
}

.team-active .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

.team-active .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-repeat: 50%;
  background: #e1e1e1;
}

.team-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff5538;
}

/*--
/*  15 - Video CSS
/*----------------------------------------*/

.video-section .video-wrap .video-content .video-play a i:hover {
  background: #ffffff;
  color: #ff5538;
}

.video-section-02 .video-left .video-content .learn-more:hover {
  color: #6754e2;
}

.video-section-02 .video-right .video-img .play-btn a:hover {
  background: #6754e2;
  color: #ffffff;
}

/*--
/*  16 - Pricing CSS
/*----------------------------------------*/

.pricing-section
  .pricing-wrap
  .pricing-content-wrap
  .single-pricing
  .pricing-content
  .pricing-btn
  .pricing-contact:hover {
  color: #5149f3;
}

.pricing-section .pricing-wrap .pricing-content-wrap .single-pricing.active {
  border-top: 0;
  background: linear-gradient(-25deg, #54d6eb 0%, #035cdd 100%);
}

.pricing-section .pricing-wrap .pricing-content-wrap .single-pricing.active .pricing-badge .title {
  color: #ffffff;
}

.pricing-section .pricing-wrap .pricing-content-wrap .single-pricing.active .pricing-price .price {
  color: #ffffff;
}

.pricing-section
  .pricing-wrap
  .pricing-content-wrap
  .single-pricing.active
  .pricing-price
  .currency {
  color: #ffffff;
}

.pricing-section .pricing-wrap .pricing-content-wrap .single-pricing.active .pricing-price p {
  color: #ffffff;
}

.pricing-section
  .pricing-wrap
  .pricing-content-wrap
  .single-pricing.active
  .pricing-content
  .pricing-list
  li {
  color: #ffffff;
}

.pricing-section
  .pricing-wrap
  .pricing-content-wrap
  .single-pricing.active
  .pricing-content
  .pricing-list
  li
  i {
  color: #ffffff;
}

.pricing-section
  .pricing-wrap
  .pricing-content-wrap
  .single-pricing.active
  .pricing-content
  .pricing-btn
  .pricing-contact {
  color: #5149f3;
}

.pricing-section-3
  .pricing-wrap
  .pricing-content-wrap
  .single-pricing
  .pricing-content
  .pricing-btn
  .pricing-contact:hover {
  color: #ffffff;
}

.pricing-section-3 .pricing-wrap .pricing-content-wrap .single-pricing.active {
  background: linear-gradient(340deg, #54d1e9 -20%, #5d298a 100%);
}

.pricing-section-3
  .pricing-wrap
  .pricing-content-wrap
  .single-pricing.active
  .pricing-content
  .pricing-btn
  .pricing-contact {
  color: #ff5538;
}

.pricing-section-3
  .pricing-wrap
  .pricing-content-wrap
  .single-pricing.active
  .pricing-content
  .pricing-btn
  .pricing-contact:hover {
  color: #ffffff;
}

/*--
/*  19 - Contact CSS
/*----------------------------------------*/
.contact-section {
  background: #ff5538;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contact-section .contact-wrap .contact-info {
  max-width: 410px;
}

.contact-section .contact-wrap .contact-info .info-title {
  font-size: 40px;
  line-height: 54px;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .contact-section .contact-wrap .contact-info .info-title {
    font-size: 34px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-section .contact-wrap .contact-info .info-title {
    font-size: 28px;
    line-height: 40px;
  }
}

.contact-section .contact-wrap .contact-info ul {
  padding-top: 15px;
}

.contact-section .contact-wrap .contact-info ul li {
  border-top: 1px solid #ffffff;
  margin-top: 15px;
  padding-top: 15px;
}

.contact-section .contact-wrap .contact-info ul li:first-child {
  border-top: 0;
}

.contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i {
  font-size: 50px;
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i {
    font-size: 42px;
  }
}

.contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text {
  margin-left: 20px;
}

.contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text .title {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #ffffff;
}

.contact-section
  .contact-wrap
  .contact-info
  ul
  li
  .contact-info-item
  .contact-info-text
  .contact-chat-row {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.contact-section
  .contact-wrap
  .contact-info
  ul
  li
  .contact-info-item
  .contact-info-text
  .contact-chat-row
  .contact-chat-icon {
  width: 18px;
  height: 18px;
  display: block;
  clip-path: inset(10% 10% 10% 10%);
}

.contact-section
  .contact-wrap
  .contact-info
  ul
  li
  .contact-info-item
  .contact-info-text
  .contact-chat-row
  .contact-chat-link {
  color: #ffffff;
  text-decoration: none;
}

.contact-section
  .contact-wrap
  .contact-info
  ul
  li
  .contact-info-item
  .contact-info-text
  .contact-chat-row
  .contact-chat-link:hover {
  color: #ffffff;
}

.contact-section .contact-wrap .contact-form {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 110px;
}

@media only screen and (max-width: 1199px) {
  .contact-section .contact-wrap .contact-form {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-section .contact-wrap .contact-form {
    margin-left: 0;
    margin-top: 60px;
  }
}

.contact-section .contact-wrap .contact-form .contact-form-wrap {
  padding: 60px;
}

@media only screen and (max-width: 1199px) {
  .contact-section .contact-wrap .contact-form .contact-form-wrap {
    padding: 40px;
  }
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap {
  margin-bottom: 30px;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .sub-title {
  font-size: 14px;
  line-height: 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #ff5538;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {
  font-size: 42px;
  line-height: 54px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #333333;
}

@media only screen and (max-width: 1199px) {
  .contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {
    font-size: 32px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {
    font-size: 28px;
    line-height: 40px;
  }
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form {
  margin-top: 25px;
}

.contact-section
  .contact-wrap
  .contact-form
  .contact-form-wrap
  .single-form
  input:not([type='submit']):not([type='checkbox']):not([type='radio']):not([type='file']) {
  height: 55px;
  line-height: 55px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
}

.contact-section
  .contact-wrap
  .contact-form
  .contact-form-wrap
  .single-form
  input:not([type='submit']):not([type='checkbox']):not([type='radio']):not(
    [type='file']
  )::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

.contact-section
  .contact-wrap
  .contact-form
  .contact-form-wrap
  .single-form
  input:not([type='submit']):not([type='checkbox']):not([type='radio']):not(
    [type='file']
  ):-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

.contact-section
  .contact-wrap
  .contact-form
  .contact-form-wrap
  .single-form
  input:not([type='submit']):not([type='checkbox']):not([type='radio']):not(
    [type='file']
  )::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

.contact-section
  .contact-wrap
  .contact-form
  .contact-form-wrap
  .single-form
  input:not([type='submit']):not([type='checkbox']):not([type='radio']):not(
    [type='file']
  ):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea {
  height: 135px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
  resize: none;
}

.contact-section
  .contact-wrap
  .contact-form
  .contact-form-wrap
  .single-form
  textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

.contact-section
  .contact-wrap
  .contact-form
  .contact-form-wrap
  .single-form
  textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

.contact-section
  .contact-wrap
  .contact-form
  .contact-form-wrap
  .single-form
  textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

.contact-section
  .contact-wrap
  .contact-form
  .contact-form-wrap
  .single-form
  textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn {
  margin-top: 25px;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {
  font-size: 16px;
  width: 100%;
  height: 55px;
  line-height: 50px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {
    padding: 0 45px;
  }
}

/* Floating Chat Button */
.floating-chat {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 120;
}

.floating-chat-toggle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: #ff5538;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.floating-chat-toggle i {
  font-size: 24px;
}

.floating-chat-menu {
  position: absolute;
  right: 0;
  bottom: 70px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 10px 14px;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}

.floating-chat-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.floating-chat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
}

.floating-chat-item + .floating-chat-item {
  border-top: 1px solid #ebebeb;
}

.floating-chat-icon {
  width: 20px;
  height: 20px;
}

.floating-chat-link {
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  color: #333333;
}

.floating-chat-link:hover {
  color: #ff5538;
}

/*--
/*  20 - Page Banner CSS
/*----------------------------------------*/
.page-banner-section {
  padding-top: 80px;
  min-height: 650px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .page-banner-section {
    min-height: 520px;
  }
}

@media only screen and (max-width: 991px) {
  .page-banner-section {
    min-height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-section {
    min-height: 350px;
  }
}

.page-banner-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #0e2641;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-banner-section .shape-2 {
  width: 545px;
  height: 545px;
  border: 3px solid #ff5538;
  opacity: 0.9;
  border-radius: 50%;
  position: absolute;
  left: -10%;
  bottom: -40%;
}

@media only screen and (max-width: 1199px) {
  .page-banner-section .shape-2 {
    width: 420px;
    height: 420px;
  }
}

@media only screen and (max-width: 991px) {
  .page-banner-section .shape-2 {
    width: 350px;
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-section .shape-2 {
    left: -25%;
  }
}

@media only screen and (max-width: 575px) {
  .page-banner-section .shape-2 {
    display: none;
  }
}

.page-banner-section .shape-2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(-48deg, #54d6eb 0%, #035cdd 100%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0.8);
}

.page-banner .title {
  font-size: 60px;
  line-height: 1.25;
  font-family: 'Manrope', sans-serif;
  display: inline-block;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.page-banner .title::before {
  content: '';
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-image: linear-gradient(-48deg, #54d6eb 0%, #035cdd 100%);
  opacity: 0.9;
  position: absolute;
  left: -25px;
  top: -20px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .page-banner .title::before {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .page-banner .title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner .title {
    font-size: 30px;
  }
}

/*--
/*  17 - Blog Standard CSS
/*----------------------------------------*/

.sidebar-widget .search-form button:hover {
  background: #ff5538;
  color: #ffffff;
}

.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
  color: #ff5538;
}

.sidebar-widget .category .cate-item a:hover {
  color: #ff5538;
}

.sidebar-widget .category .cate-item a:hover .post-count {
  background: #ff5538;
  color: #ffffff;
}

.sidebar-widget .sidebar-tag li a:hover {
  background-color: #ff5538;
  color: #ffffff;
}

/*--
/*  18 - Blog Details CSS
/*----------------------------------------*/

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a:hover {
  opacity: 0.9;
}

/*--
/*  21 - Subscribe CSS
/*----------------------------------------*/

/*--
/*  22 - FAQ CSS
/*----------------------------------------*/

.faq-section .faq-wrap .faq-accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #ff5538;
}

.faq-section .faq-wrap .faq-accordion .accordion-item:hover .accordion-button .faq-button {
  transform: rotate(-90deg);
}

/*--
/*  23 - Overview CSS
/*----------------------------------------*/

/*--
/*  24 - Login Register CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  05. Widget CSS
/*----------------------------------------*/
/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/

/*--
/*  25.1 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-wrap {
  padding-top: 190px;
  padding-bottom: 30px;
}

.footer-widget-about .footer-widget-about-text {
  font-size: 14px;
  line-height: 26px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #666666;
}

.widget-link .link li a:hover {
  color: #ff5538;
  padding-left: 10px;
}

.footer-widget-wrap-2 {
  padding-top: 20px;
}

.widget-info-2 ul li .info-text a:hover {
  color: #5149f3;
}

.footer-widget-2 .widget-link .link li a:hover {
  color: #5149f3;
  padding-left: 10px;
}

.widget-info-3 ul li .info-text a:hover {
  color: #ff5538;
}

.footer-widget-3 .widget-link .link li a:hover {
  color: #ff5538;
  padding-left: 10px;
}

.widget-info-4 ul li .info-text a:hover {
  color: #ff5538;
}

.footer-widget-4 .widget-link .link li a:hover {
  color: #ff5538;
  padding-left: 10px;
}

.footer-widget-5 .widget-link .link li a:hover {
  color: #ff5538;
  padding-left: 10px;
}

/*--
/*  25. Footer CSS
/*----------------------------------------*/
.footer-section {
  background: #000c29;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-copyright-area {
  border-top: 1px solid #1a253f;
  padding-top: 15px;
  padding-bottom: 30px;
}

.copyright-text {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .copyright-text {
    text-align: center;
  }
}

.copyright-text p {
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #c4c5c7;
}

.copyright-social {
  margin-top: 15px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .copyright-social {
    text-align: center;
  }
}

.copyright-social .social li {
  display: inline-block;
  margin-right: 10px;
}

.copyright-social .social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #15203b;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s linear;
}

.copyright-social .social li a:hover {
  color: #ff5538;
}

.footer-copyright-2 .copyright-social .social li a:hover {
  background: #ff5538;
  color: #ffffff;
}

.footer-section-3 {
  background: #f8f8fb;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-copyright-3 {
  border-top: 1px solid #c6c6c9;
}

.footer-copyright-3 .copyright-text p {
  color: #666666;
}

.footer-copyright-3 .copyright-text p a {
  font-weight: 700;
  color: #ff5538;
}

.footer-copyright-3 .copyright-social .social li a {
  background: #ff5538;
  color: #ffffff;
  transition: all 0.3s linear;
}

.footer-copyright-3 .copyright-social .social li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.footer-copyright-4 .copyright-social .social li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 93, 224, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(130%);
  z-index: 99;
  transition: all 200ms linear;
}

.progress-wrap::after {
  position: absolute;
  content: '\f108';
  font-family: flaticon !important;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #ff5538;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  transform: rotate(90deg);
  cursor: pointer;
  display: block;
  z-index: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ff5538;
  stroke-width: 4;
  box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* neoCater Key Features - Custom Styles */

.neocater-learn-more-btn:hover {
  color: #e04a2f;
}

.neocater-learn-more-btn:hover .arrow {
  transform: translateX(4px);
}

/* neoCater Tagline */

/* neoCater Title and Tagline - Same Line */

/* neoCater Tagline - No space, red color */

/* Enhanced neoCater Image Stack */
/* Top image (iPhone) - more overlap */

/* Bottom image (MacBook + iPad) - slightly larger */

/* Fix iPhone image to be in front */

/* neoCater Image Stack - New Layout */

/* neoCater Images Stack - Custom Layout */

/* Bottom left image (MacBook+iPad) - in back */

/* Top right image (iPhone) - in front, overlapping */

/* neoCater Images Stack - Force Override */

/* Scroll margin for product anchor links */
#neo-connect,
#neo-bright-suite,
#neo-cater,
#neo-kinder {
  scroll-margin-top: 120px;
}
