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

    Template Name: Sasmix - SaaS & Startup HTML5 Template
    Template URI: https://devthrow.com/
    Description: A Library of Responsive Bootstrap5, HTML5, and CSS3 Website Templates
    Author: Pixelcurve
    Author URI: https://devthrow.com/
    Version: 1.0.1


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

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

    01. Theme default CSS
    02. Header CSS
    2.1. Header Top CSS
    2.2 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. Choose Us CSS
    13. Brand CSS
    14. CTA CSS
    15. Video CSS
    16. Blog CSS
    17. Pricing CSS
    18. Blog Standard CSS
    19. Blog Details CSS
    20. Contact CSS
    21. Page Banner CSS
    22. Subscribe CSS
    23. Login Register CSS
    24. Footer CSS
    24.1. Footer Widget CSS


-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700;800&amp;family=Quicksand:wght@400;500;600;700;800&amp;display=swap");
/*-- 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: "Quicksand", sans-serif;
  color: #69737d;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}
body[dir=rtl] {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DM Sans", sans-serif;
  color: #1A1A1A;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
}

h1 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

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;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

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

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

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

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

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

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

img {
  max-width: 100%;
}

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;
}

.fix {
  overflow: hidden;
}

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

@media (min-width: 1400px) {
  .container {
    max-width: 1170px;
  }
}
/*--Tab Content & Pane Fix--*/
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*--Section Spacing--*/
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
@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: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-02 {
  padding-top: 120px;
}
@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: 140px;
}
@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: 590px;
}
.section-title .title {
  font-size: 54px;
  line-height: 56px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #1A1A1A;
  margin-top: 5px;
}
@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.section-title .title.white {
  color: #ffffff;
}
.section-title .sub-title {
  font-size: 15px;
  line-height: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #F4257B;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
}
.section-title .sub-title::before {
  content: "";
  position: absolute;
  right: -30%;
  top: 50%;
  background-image: url(../images/shape/sub-sh1.html);
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}
.section-title .sub-title.white {
  color: #ffffff;
}

/*--Section Title Two--*/
.section-title-wrap {
  max-width: 685px;
  margin: 0 auto;
}
.section-title-wrap .sub-title {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 50px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  display: inline-block;
  background: #EDEDFB;
  color: #54595F;
  padding: 0 15px;
  margin-bottom: 10px;
}
.section-title-wrap .sub-title.white {
  color: #ffffff;
}
.section-title-wrap .section-title2 .title {
  font-size: 54px;
  line-height: 66px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #001F3F;
  animation: slide-in;
}
@media only screen and (max-width: 1199px) {
  .section-title-wrap .section-title2 .title {
    font-size: 44px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-wrap .section-title2 .title {
    font-size: 30px;
    line-height: 42px;
  }
}
.section-title-wrap .section-title2 .title.white {
  color: #ffffff;
}
.section-title-wrap .section-title2 p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #54595F;
  margin-top: 20px;
}

/* Title Splitting Animation */
.section-title2 {
  opacity: 0;
}

.section-title2.animate {
  opacity: 1;
}

.section-title2 .char {
  display: inline-block;
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.section-title2 .char {
  opacity: 0;
  transform: translateY(10px);
}

/* Activate animation only when in view */
.section-title2.animate .char {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger effect using variable delay */
.section-title2 .char {
  transition-delay: calc(0.04s * var(--char-index));
}

/*--Swiper Pagination--*/
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #e8e8e8;
  width: 7px;
  height: 7px;
  transition: all 0.3s linear;
  position: relative;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  border: 1px solid #57585a;
  transform: scale(0);
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  border-radius: 50%;
  transition: all 0.3s linear;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F4257B;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: scale(1);
}

.tp-brand-slide-element {
  width: auto;
  display: inline-block;
}

.tp-slide-transtion {
  transition-timing-function: linear;
}

/*--  Preloader Styles  --*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  transform: rotate(-135deg);
}
#loading #object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
#loading #object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  animation-delay: 0.2s;
}
#loading #object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  animation-delay: 0.4s;
}
#loading #object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  animation-delay: 0.6s;
}
#loading .object {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #F4257B;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #F4257B;
  border-right: 5px solid transparent;
  animation: animate 2s infinite;
}

@keyframes animate {
  50% {
    transform: rotate(360deg) scale(0.8);
  }
}
/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.4 - Form CSS
/*----------------------------------------*/
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: #F4257B;
}
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-margin {
  margin-top: 40px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.btn-wrap .btn {
  margin: 5px;
}

.btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: #F4257B;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #ffffff;
  border-radius: 5px;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  height: 55px;
  line-height: 55px;
  padding: 0px 55px;
  text-transform: capitalize;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.btn:focus, .btn:focus:active {
  box-shadow: none;
}
.btn:hover {
  color: #ffffff;
  background: #7F3DE1;
}

.btn-2 {
  background: #7F3DE1;
  color: #ffffff;
}
.btn-2::before {
  background: #ffffff;
}
.btn-2::after {
  background: #ffffff;
}
.btn-2:hover {
  color: #7F3DE1;
}

.btn-3 {
  height: 50px;
  line-height: 45px;
  font-size: 14px;
  padding: 0 40px;
  background: #F4257B;
  color: #ffffff;
}

.btn-4 {
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  padding: 0 45px;
  background: #F4257B;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  color: #ffffff;
}
.btn-4:hover {
  background: #ffffff;
  color: #F4257B;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[class*=btn-icon-] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}
.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}
.btn-icon-right i {
  left: auto;
  right: 0;
}

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

.btn-secondary {
  background-color: #7F3DE1;
  border-color: #7F3DE1;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #7F3DE1;
  border-color: #7F3DE1;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #002e5b;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}
.btn-white::after {
  background: #F4257B;
}
.btn-white::before {
  background: #F4257B;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/
.header-section {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  z-index: 999;
}
.header-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  top: 0;
}
.header-section.sticky .header-wrap {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  border-radius: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .header-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header-wrap.border-round {
  border-radius: 0;
}

.main-menu ul li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 22px;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li.has-dropdown > a {
  padding-right: 14px;
}
.main-menu ul li.has-dropdown > a::after {
  position: absolute;
  content: "\f16c";
  right: -4px;
  top: 36px;
  font-size: 10px;
  color: #002e5b;
  font-family: "flaticon";
}
.main-menu ul li a {
  color: #001F3F;
  font-size: 16px;
  line-height: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  padding: 35px 0;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.3s;
}
.main-menu ul li.active-menu > a {
  color: #F4257B;
}
.main-menu ul li.active-menu > a::after {
  color: #F4257B;
}
.main-menu ul li:hover > a {
  color: #F4257B;
}
.main-menu ul li:hover > a::after {
  color: #F4257B;
}
.main-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  min-width: 220px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 20px 0px 15px;
  transition: 0.3s;
  border-top: 4px solid #F4257B;
}
.main-menu ul li .sub-menu li {
  margin: 0;
  padding: 0;
  display: inline;
  position: relative;
  width: 100%;
  display: block;
}
.main-menu ul li .sub-menu li a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 7px 25px;
  transition: 0.3s;
  color: #001F3F;
  text-transform: capitalize;
}
.main-menu ul li .sub-menu li.active > a {
  color: #F4257B;
}
.main-menu ul li .sub-menu li:hover > a {
  color: #F4257B;
}
.main-menu ul li .sub-menu li > .sub-menu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .sub-menu li:hover > .sub-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

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

.header-btn-wrap .sing-in {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #001F3F;
}
.header-btn-wrap .sing-in:hover {
  color: #F4257B;
}
.header-btn-wrap .btn {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 25px;
  margin-left: 8px;
}

.header-section-02 .main-menu ul li.active-menu > a {
  color: #1680FB;
}
.header-section-02 .main-menu ul li.active-menu > a::after {
  color: #1680FB;
}
.header-section-02 .main-menu ul li:hover > a {
  color: #1680FB;
}
.header-section-02 .main-menu ul li:hover > a::after {
  color: #1680FB;
}
.header-section-02 .main-menu ul li .sub-menu {
  border-top: 4px solid #1680FB;
}
.header-section-02 .main-menu ul li .sub-menu li.active > a {
  color: #1680FB;
}
.header-section-02 .main-menu ul li .sub-menu li:hover > a {
  color: #1680FB;
}
.header-section-02 .header-btn-wrap .sing-in:hover {
  color: #1680FB;
}
.header-section-02 .header-btn-wrap .btn {
  background: #1680FB;
}
.header-section-02 .header-btn-wrap .btn:hover {
  background: #F4257B;
}

.header-section-03 .header-wrap {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.header-section-03 .main-menu ul li.has-dropdown > a {
  padding-right: 14px;
}
.header-section-03 .main-menu ul li.has-dropdown > a::after {
  top: 42px;
}
.header-section-03 .main-menu ul li a {
  padding: 40px 0;
}

.header-section-04 {
  top: 0;
}
.header-section-04 .main-menu ul li.active-menu > a {
  color: #1680FB;
}
.header-section-04 .main-menu ul li.active-menu > a::after {
  color: #1680FB;
}
.header-section-04 .main-menu ul li:hover > a {
  color: #1680FB;
}
.header-section-04 .main-menu ul li:hover > a::after {
  color: #1680FB;
}
.header-section-04 .main-menu ul li .sub-menu {
  border-top: 4px solid #1680FB;
}
.header-section-04 .main-menu ul li .sub-menu li.active > a {
  color: #1680FB;
}
.header-section-04 .main-menu ul li .sub-menu li:hover > a {
  color: #1680FB;
}
.header-section-04 .header-btn-wrap .sing-in:hover {
  color: #1680FB;
}
.header-section-04 .header-btn-wrap .btn {
  background: #1680FB;
}
.header-section-04 .header-btn-wrap .btn:hover {
  background: #F4257B;
}

.header-section-05 {
  top: 0;
}
.header-section-05 .main-menu ul li.active-menu > a {
  color: #F4257B;
}
.header-section-05 .main-menu ul li.active-menu > a::after {
  color: #F4257B;
}
.header-section-05 .main-menu ul li:hover > a {
  color: #F4257B;
}
.header-section-05 .main-menu ul li:hover > a::after {
  color: #F4257B;
}
.header-section-05 .main-menu ul li .sub-menu {
  border-top: 4px solid #F4257B;
}
.header-section-05 .main-menu ul li .sub-menu li.active > a {
  color: #F4257B;
}
.header-section-05 .main-menu ul li .sub-menu li:hover > a {
  color: #F4257B;
}
.header-section-05 .header-btn-wrap .sing-in:hover {
  color: #F4257B;
}
.header-section-05 .header-btn-wrap .btn {
  background: #F4257B;
}
.header-section-05 .header-btn-wrap .btn:hover {
  background: #7F3DE1;
}

.sticky {
  position: fixed;
  top: 30px;
  animation: sticky 1s;
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/
/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #1a1a1a;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: #F4257B;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #1a1a1a;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--tp-theme-1);
  color: #F4257B;
  border-color: #ebebeb;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tp-common-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: var(--tp-heading-primary);
}

/*----------------------------------------*/
/*  00. Sidebar CSS START
/*----------------------------------------*/
.sidebar__area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background: #ffffff none repeat scroll 0 0;
  overflow-y: scroll;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}
@media only screen and (max-width: 575px) {
  .sidebar__area {
    width: 360px;
  }
}
@media only screen and (max-width: 449px) {
  .sidebar__area {
    width: 290px;
  }
}
.sidebar__area.sidebar-opened {
  right: 0px;
}
.sidebar__wrapper {
  position: relative;
  padding: 45px;
  background: #f7f7f7;
}
@media only screen and (max-width: 449px) {
  .sidebar__wrapper {
    padding: 20px;
  }
}
.sidebar__close {
  position: absolute;
  top: 35px;
  right: 45px;
}
@media only screen and (max-width: 449px) {
  .sidebar__close {
    top: 22px;
    right: 20px;
  }
}
.sidebar__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 45px;
  width: 45px;
  line-height: 49px;
  background: #000;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 50%;
}
.sidebar__close-btn:hover {
  background: #F4257B;
}
.sidebar__logo {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}
.sidebar__search {
  position: relative;
  margin-bottom: 25px;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  font-weight: 500;
  color: #415674;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  color: #415674;
  font-weight: 500;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::placeholder {
  color: #415674;
  font-weight: 500;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  border-color: #F4257B;
}
.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 14px;
  color: #aeaeae;
  outline: none;
  border: none;
  background: transparent;
  transition: 0.3s;
}
.sidebar__search button:hover {
  color: #F4257B;
}
.sidebar__text p {
  margin-bottom: 25px;
  font-size: 16px;
}
.sidebar__contact {
  margin-top: 30px;
  margin-bottom: 20px;
}
.sidebar__contact h4 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #000000;
}
.sidebar__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar__contact ul li:hover i {
  background: #F4257B;
  color: #ffffff;
  border-color: #ebebeb;
}
.sidebar__contact ul li:hover a {
  color: #F4257B;
}
.sidebar__contact-icon {
  margin-right: 15px;
}
.sidebar__contact-icon i {
  display: inline-block;
  color: #343a40;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 7px;
}
.sidebar__contact-text a {
  font-size: 18px;
  font-weight: 400;
  color: #343a40;
}
.sidebar__img {
  margin-bottom: 20px;
}
.sidebar__single-img {
  margin-bottom: 10px;
}
.sidebar__map iframe {
  width: 100%;
  height: 200px;
  border: none;
}
.sidebar__social ul li {
  display: inline-block;
}
.sidebar__social ul li:not(:last-child) {
  margin-right: 5px;
}
.sidebar__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f1f1f1;
  color: #343a40;
  border-radius: 5px;
}
.sidebar__social ul li a:hover {
  background: #F4257B;
  color: #ffffff;
}

.side-menu-icon {
  margin-left: 30px;
}

.side-menu-icon {
  width: 52px;
  height: 52px;
  line-height: 60px;
  background: #F4257B;
  text-align: center;
  border-radius: 50%;
}
.side-menu-icon span {
  width: 20px;
  height: 2px;
  background: #ffffff;
  margin: 6px 0;
  display: block;
  transition: all 0.3s linear;
}
.side-menu-icon span:first-child {
  margin-top: 0;
}
.side-menu-icon span:last-child {
  margin-bottom: 0;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  4.1. Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  03 - Hero CSS
/*----------------------------------------*/
.sasmix-hero-section {
  height: 1210px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(251.79deg, #A35EEC 3.67%, #6A2BDA 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  z-index: 1;
}
.sasmix-hero-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/bg/hero-bg4.png);
  width: 100%;
  height: 1210px;
  z-index: 0;
}
.sasmix-hero-section .shape-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.sasmix-hero-section .shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sasmix-hero-section .hero-content {
  max-width: 540px;
  padding-top: 100px;
}
.sasmix-hero-section .hero-content .title {
  font-size: 80px;
  line-height: 94px;
  color: #ffffff;
}
.sasmix-hero-section .hero-content .text {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 30px;
}
.sasmix-hero-section .hero-content .hero-btn {
  margin-top: 40px;
}
.sasmix-hero-section .hero-content .hero-btn .btn {
  height: 70px;
  line-height: 70px;
  padding: 0 50px;
}
.sasmix-hero-section .hero-content .hero-btn .btn:hover {
  background: #ffffff;
  color: #F4257B;
}
.sasmix-hero-section .hero-images {
  padding-top: 160px;
  padding-bottom: 70px;
  position: relative;
}
.sasmix-hero-section .hero-images .shape-1 {
  position: absolute;
  left: -21%;
  top: 22%;
}
.sasmix-hero-section .hero-images .image-content {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  position: absolute;
  right: -1%;
  top: 70.5%;
  padding: 15px;
  padding-right: 20px;
}
.sasmix-hero-section .hero-images .image-content .icon-img {
  background: #EBEBEB;
  width: 70px;
  height: 70px;
  line-height: 66px;
  text-align: center;
  border-radius: 50%;
}
.sasmix-hero-section .hero-images .image-content .icon-img img {
  width: 30px;
}
.sasmix-hero-section .hero-images .image-content .image-text {
  flex: 1;
  text-align: left;
  margin-left: 15px;
}
.sasmix-hero-section .hero-images .image-content .image-text .title {
  color: #232323;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.sasmix-hero-section .hero-images .image-content .image-text p {
  font-size: 16px;
  font-weight: 400;
  color: #718EBF;
}

@media only screen and (max-width: 1199px) {
  .sasmix-hero-section {
    height: 980px;
  }
  .sasmix-hero-section .shape-2 {
    left: -65px;
  }
  .sasmix-hero-section .shape-3 {
    right: -65px;
  }
  .sasmix-hero-section .hero-content .title {
    font-size: 60px;
    line-height: 74px;
  }
  .sasmix-hero-section .hero-content .text {
    font-size: 20px;
    line-height: 32px;
  }
  .sasmix-hero-section .hero-images .shape-1 {
    top: 25%;
  }
  .sasmix-hero-section .hero-images .shape-1 img {
    width: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .sasmix-hero-section {
    height: auto;
  }
  .sasmix-hero-section .hero-content {
    padding-top: 140px;
  }
  .sasmix-hero-section .hero-images {
    padding-top: 60px;
  }
  .sasmix-hero-section .hero-images .shape-1 {
    left: -9%;
  }
  .sasmix-hero-section .hero-images .shape-1 img {
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .sasmix-hero-section .shape-2 {
    display: none;
  }
  .sasmix-hero-section .shape-3 {
    display: none;
  }
  .sasmix-hero-section .hero-content .title {
    font-size: 40px;
    line-height: 52px;
  }
  .sasmix-hero-section .hero-content .hero-btn .btn {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
  }
  .sasmix-hero-section .hero-images {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .sasmix-hero-section .hero-images .shape-1 {
    display: none;
  }
}
@media only screen and (max-width: 449px) {
  .sasmix-hero-section .hero-content .title {
    font-size: 30px;
    line-height: 42px;
  }
}

.sasmix-hero-section-02 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.sasmix-hero-section-02 .hero-content {
  padding-top: 190px;
  max-width: 910px;
  margin: 0 auto;
}
.sasmix-hero-section-02 .hero-content .title {
  font-size: 100px;
  line-height: 110px;
  color: #001F3F;
}
.sasmix-hero-section-02 .hero-content .text {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #001F3F;
  margin-top: 30px;
}
.sasmix-hero-section-02 .hero-content .hero-form {
  margin-top: 50px;
}
.sasmix-hero-section-02 .hero-content .hero-form form {
  position: relative;
  margin: 0 90px;
}
.sasmix-hero-section-02 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  border: 0;
  height: 80px;
  padding-left: 20px;
  padding-right: 180px;
  font-size: 18px;
  color: #909295;
  background-color: #ffffff;
  border-radius: 10px;
}
.sasmix-hero-section-02 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 18px;
  color: #909295;
  font-weight: 600;
}
.sasmix-hero-section-02 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 18px;
  color: #909295;
  font-weight: 600;
}
.sasmix-hero-section-02 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 18px;
  color: #909295;
  font-weight: 600;
}
.sasmix-hero-section-02 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 18px;
  color: #909295;
  font-weight: 600;
}
@media only screen and (max-width: 575px) {
  .sasmix-hero-section-02 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
  }
}
.sasmix-hero-section-02 .hero-content .hero-form form .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  background: #1680FB;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 575px) {
  .sasmix-hero-section-02 .hero-content .hero-form form .btn {
    position: relative;
    width: 100%;
    display: block;
    right: 0 !important;
    margin-top: 10px;
    height: 55px;
    line-height: 55px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.sasmix-hero-section-02 .hero-content .hero-form form .btn:hover {
  background: #7F3DE1;
}

@media only screen and (max-width: 1199px) {
  .sasmix-hero-section-02 .hero-content .title {
    font-size: 70px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .sasmix-hero-section-02 .hero-content {
    padding-top: 150px;
  }
  .sasmix-hero-section-02 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    height: 60px;
  }
  .sasmix-hero-section-02 .hero-content .hero-form form .btn {
    top: 7px;
    right: 10px;
    height: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .sasmix-hero-section-02 .hero-content .title {
    font-size: 42px;
    line-height: 52px;
  }
  .sasmix-hero-section-02 .hero-content .text {
    font-size: 20px;
    line-height: 32px;
  }
  .sasmix-hero-section-02 .hero-content .hero-form form {
    margin: 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .sasmix-hero-section-02 .hero-content .title {
    font-size: 36px;
    line-height: 48px;
  }
  .sasmix-hero-section-02 .hero-content .hero-form form {
    margin: 0 0;
  }
  .sasmix-hero-section-02 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    height: 60px;
    font-size: 16px;
  }
  .sasmix-hero-section-02 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
    font-size: 16px;
  }
  .sasmix-hero-section-02 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
    font-size: 16px;
  }
  .sasmix-hero-section-02 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
    font-size: 16px;
  }
  .sasmix-hero-section-02 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
    font-size: 16px;
  }
}

.sasmix-hero-section-03 {
  padding: 0 60px;
  margin-top: 30px;
}
.sasmix-hero-section-03 .sasmix-hero-wrap {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-top: 295px;
  padding-bottom: 205px;
  border-radius: 100px;
  z-index: 1;
}
.sasmix-hero-section-03 .sasmix-hero-wrap .svg-sh1 {
  position: absolute;
  left: 5%;
  top: 31%;
  z-index: -1;
}
.sasmix-hero-section-03 .sasmix-hero-wrap .hero-content {
  max-width: 710px;
  margin: 0 auto;
}
.sasmix-hero-section-03 .sasmix-hero-wrap .hero-content .title {
  font-size: 80px;
  line-height: 92px;
  font-weight: 700;
  color: #0D294A;
}
.sasmix-hero-section-03 .sasmix-hero-wrap .hero-content p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #001F3F;
  margin-top: 30px;
}
.sasmix-hero-section-03 .sasmix-hero-wrap .hero-content .hero-btn .btn {
  margin-top: 50px;
}
.sasmix-hero-section-03 .sasmix-hero-wrap .hero-images {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 145px;
}
.sasmix-hero-section-03 .sasmix-hero-wrap .hero-images .shape-1 {
  position: absolute;
  left: 0;
  bottom: 20%;
}
.sasmix-hero-section-03 .sasmix-hero-wrap .hero-images .shape-2 {
  position: absolute;
  right: 6%;
  top: 28%;
}
.sasmix-hero-section-03 .sasmix-hero-wrap .hero-images .shape-3 {
  position: absolute;
  left: 19%;
  top: 19%;
  animation: round-1 3s infinite;
}
.sasmix-hero-section-03 .sasmix-hero-wrap .hero-images .image {
  padding-top: 110px;
  padding-left: 140px;
}

@media only screen and (max-width: 1199px) {
  .sasmix-hero-section-03 {
    padding: 0 15px;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap {
    border-radius: 30px;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-content .title {
    font-size: 60px;
    line-height: 72px;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-images .shape-1 {
    bottom: 7%;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-images .shape-2 {
    top: 38%;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-images .image {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .sasmix-hero-section-03 .sasmix-hero-wrap {
    padding-bottom: 0;
    padding-top: 70px;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-images {
    position: relative;
    width: 100%;
    justify-content: center;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-images .shape-1 {
    bottom: 13%;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-images .shape-2 {
    right: 2%;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-images .image {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-content {
    padding-top: 45px;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-content .title {
    font-size: 42px;
    line-height: 54px;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-content p {
    font-size: 18px;
    line-height: 30px;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-images .shape-1 {
    bottom: 5%;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-images .shape-2 {
    right: 5%;
    top: 35%;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-images .shape-3 {
    left: 14%;
    top: 16%;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-images .image {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-content .title {
    font-size: 32px;
    line-height: 44px;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-images {
    padding-bottom: 110px;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-images .shape-1 {
    display: none;
  }
  .sasmix-hero-section-03 .sasmix-hero-wrap .hero-images .shape-2 {
    display: none;
  }
}

@keyframes round-1 {
  0% {
    transform: rotate(25deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
.sasmix-hero-section-04 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.sasmix-hero-section-04 .hero-content {
  padding-top: 190px;
  max-width: 870px;
  margin: 0 auto;
}
.sasmix-hero-section-04 .hero-content .title {
  font-size: 80px;
  line-height: 94px;
  color: #ffffff;
}
.sasmix-hero-section-04 .hero-content .hero-btn {
  margin-top: 35px;
}
.sasmix-hero-section-04 .hero-content .hero-btn .btn {
  height: 70px;
  line-height: 70px;
  padding: 0 50px;
}
.sasmix-hero-section-04 .hero-content .hero-btn .btn:hover {
  background: #ffffff;
  color: #F4257B;
}
.sasmix-hero-section-04 .hero-img-wrap {
  position: relative;
  margin-top: 90px;
}
.sasmix-hero-section-04 .hero-img-wrap .shape-1 {
  position: absolute;
  left: -14%;
  top: -16%;
}
.sasmix-hero-section-04 .hero-img-wrap .shape-2 {
  position: absolute;
  left: -11%;
  top: 33%;
}
.sasmix-hero-section-04 .hero-img-wrap .shape-3 {
  position: absolute;
  right: -11%;
  top: -21%;
}
.sasmix-hero-section-04 .hero-img-wrap .shape-4 {
  position: absolute;
  right: -9%;
  top: 42%;
}

@media only screen and (max-width: 1199px) {
  .sasmix-hero-section-04 .hero-content .title {
    font-size: 62px;
    line-height: 76px;
  }
  .sasmix-hero-section-04 .hero-img-wrap .shape-1 {
    left: -4%;
  }
  .sasmix-hero-section-04 .hero-img-wrap .shape-2 {
    left: -4%;
  }
  .sasmix-hero-section-04 .hero-img-wrap .shape-3 {
    right: -3%;
  }
  .sasmix-hero-section-04 .hero-img-wrap .shape-4 {
    right: -4%;
  }
}
@media only screen and (max-width: 767px) {
  .sasmix-hero-section-04 .hero-content {
    padding-top: 150px;
  }
  .sasmix-hero-section-04 .hero-content .title {
    font-size: 48px;
    line-height: 62px;
  }
  .sasmix-hero-section-04 .hero-img-wrap {
    margin-top: 70px;
  }
  .sasmix-hero-section-04 .hero-img-wrap .shape-1 {
    width: 130px;
  }
  .sasmix-hero-section-04 .hero-img-wrap .shape-2 {
    width: 130px;
  }
  .sasmix-hero-section-04 .hero-img-wrap .shape-3 {
    width: 130px;
  }
  .sasmix-hero-section-04 .hero-img-wrap .shape-4 {
    width: 130px;
  }
}
@media only screen and (max-width: 575px) {
  .sasmix-hero-section-04 .hero-content .title {
    font-size: 36px;
    line-height: 48px;
  }
  .sasmix-hero-section-04 .hero-content .hero-btn .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
  }
}

.sasmix-hero-section-05 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sasmix-hero-section-05 .shape-svg {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.sasmix-hero-section-05 .shape-1 {
  position: absolute;
  left: 4%;
  top: 49%;
  z-index: -1;
  animation: round-1 3s infinite;
}
.sasmix-hero-section-05 .shape-1 svg {
  fill: #98EEB7;
}
.sasmix-hero-section-05 .shape-2 {
  position: absolute;
  right: 8%;
  top: 35%;
  z-index: -1;
}
.sasmix-hero-section-05 .shape-2 svg {
  fill: #FFCB2E;
}
.sasmix-hero-section-05 .hero-content {
  max-width: 710px;
  margin: 0 auto;
}
.sasmix-hero-section-05 .hero-content .title {
  font-size: 80px;
  line-height: 92px;
  font-weight: 700;
  color: #0D294A;
}
.sasmix-hero-section-05 .hero-content .title span {
  color: #1680FB;
}
.sasmix-hero-section-05 .hero-content .text {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #001F3F;
  margin-top: 30px;
}
.sasmix-hero-section-05 .hero-content .hero-form {
  margin-top: 50px;
}
.sasmix-hero-section-05 .hero-content .hero-form form {
  position: relative;
}
.sasmix-hero-section-05 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  border: 0;
  height: 80px;
  padding-left: 20px;
  padding-right: 180px;
  font-size: 18px;
  color: #909295;
  background-color: #ffffff;
  border-radius: 10px;
}
.sasmix-hero-section-05 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 18px;
  color: #909295;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .sasmix-hero-section-05 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
    font-size: 16px;
  }
}
.sasmix-hero-section-05 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 18px;
  color: #909295;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .sasmix-hero-section-05 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
    font-size: 16px;
  }
}
.sasmix-hero-section-05 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 18px;
  color: #909295;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .sasmix-hero-section-05 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
    font-size: 16px;
  }
}
.sasmix-hero-section-05 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 18px;
  color: #909295;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .sasmix-hero-section-05 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .sasmix-hero-section-05 .hero-content .hero-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    height: 60px;
    padding: 0 15px;
    font-size: 16px;
  }
}
.sasmix-hero-section-05 .hero-content .hero-form form .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  background: #1680FB;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 767px) {
  .sasmix-hero-section-05 .hero-content .hero-form form .btn {
    height: 45px;
    line-height: 45px;
    top: 7px;
  }
}
@media only screen and (max-width: 575px) {
  .sasmix-hero-section-05 .hero-content .hero-form form .btn {
    position: relative;
    width: 100%;
    display: block;
    right: 0 !important;
    margin-top: 10px;
    height: 55px;
    line-height: 55px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.sasmix-hero-section-05 .hero-content .hero-form form .btn:hover {
  background: #7F3DE1;
}
.sasmix-hero-section-05 .hero-content .client-review-wrap {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.sasmix-hero-section-05 .hero-content .client-review-wrap .review-btn-wrap {
  margin-left: 20px;
}
.sasmix-hero-section-05 .hero-content .client-review-wrap .review-btn-wrap .rating-wrap .rating {
  display: flex;
  align-items: center;
}
.sasmix-hero-section-05 .hero-content .client-review-wrap .review-btn-wrap .rating-wrap .rating .rating-star {
  display: block;
  position: relative;
}
.sasmix-hero-section-05 .hero-content .client-review-wrap .review-btn-wrap .rating-wrap .rating .rating-star::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  font-size: 13px;
  color: #b4b4b4;
  letter-spacing: 3px;
}
.sasmix-hero-section-05 .hero-content .client-review-wrap .review-btn-wrap .rating-wrap .rating .rating-star .rating-active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.sasmix-hero-section-05 .hero-content .client-review-wrap .review-btn-wrap .rating-wrap .rating .rating-star .rating-active::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  font-size: 13px;
  color: #fda000;
  letter-spacing: 3px;
}
.sasmix-hero-section-05 .hero-content .client-review-wrap .review-btn-wrap .rating-wrap .rating span {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #001F3F;
}
.sasmix-hero-section-05 .hero-content .client-review-wrap .review-btn-wrap .rating-wrap p {
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #001F3F;
}
.sasmix-hero-section-05 .hero-images {
  text-align: center;
  position: relative;
  padding-top: 190px;
  padding-bottom: 260px;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .sasmix-hero-section-05 .shape-svg {
    bottom: -10px;
    left: -305px;
  }
  .sasmix-hero-section-05 .hero-content .title {
    font-size: 60px;
    line-height: 72px;
  }
  .sasmix-hero-section-05 .hero-content .text {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .sasmix-hero-section-05 .hero-content {
    padding-top: 130px;
  }
  .sasmix-hero-section-05 .hero-images {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .sasmix-hero-section-05 .shape-svg {
    bottom: -10px;
    left: -550px;
  }
  .sasmix-hero-section-05 .shape-1 {
    top: 42%;
  }
  .sasmix-hero-section-05 .hero-content .title {
    font-size: 42px;
    line-height: 54px;
  }
  .sasmix-hero-section-05 .hero-content .text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .sasmix-hero-section-05 .shape-1 {
    top: 48%;
  }
  .sasmix-hero-section-05 .shape-2 {
    top: 44%;
  }
  .sasmix-hero-section-05 .hero-content .title {
    font-size: 36px;
    line-height: 48px;
  }
}

.sasmix-hero-section-06 {
  padding: 0 45px;
  margin-top: 105px;
}
.sasmix-hero-section-06 .sasmix-hero-wrap {
  height: 1040px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  z-index: 1;
}
.sasmix-hero-section-06 .sasmix-hero-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/shape/hero6-sh5.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.sasmix-hero-section-06 .sasmix-hero-wrap .shape-3 {
  position: absolute;
  left: 16%;
  top: 28%;
  z-index: -1;
  animation: zoom-in 3s infinite;
}
.sasmix-hero-section-06 .sasmix-hero-wrap .shape-4 {
  position: absolute;
  right: 18%;
  top: 6%;
  animation: round-1 3s infinite;
}
.sasmix-hero-section-06 .sasmix-hero-wrap .hero-content {
  max-width: 710px;
  margin: 0 auto;
  padding-top: 70px;
}
.sasmix-hero-section-06 .sasmix-hero-wrap .hero-content .title {
  font-size: 80px;
  line-height: 94px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 5px;
}
.sasmix-hero-section-06 .sasmix-hero-wrap .hero-content .title span {
  color: #89F7FF;
}
.sasmix-hero-section-06 .sasmix-hero-wrap .hero-content p {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 15px;
}
.sasmix-hero-section-06 .sasmix-hero-wrap .hero-content .hero-btn .btn {
  background: #ffffff;
  color: #070707;
  padding: 0 55px;
  margin-top: 30px;
}
.sasmix-hero-section-06 .sasmix-hero-wrap .hero-content .hero-btn .btn:hover {
  background: #F4257B;
  color: #ffffff;
}
.sasmix-hero-section-06 .sasmix-hero-wrap .hero-img-wrap {
  margin-top: 75px;
  position: relative;
}
.sasmix-hero-section-06 .sasmix-hero-wrap .hero-img-wrap .shape-1 {
  position: absolute;
  left: -28%;
  top: -11%;
}
@media only screen and (max-width: 1399px) {
  .sasmix-hero-section-06 .sasmix-hero-wrap .hero-img-wrap .shape-1 {
    left: -16%;
  }
}
.sasmix-hero-section-06 .sasmix-hero-wrap .hero-img-wrap .shape-2 {
  position: absolute;
  right: -28%;
  top: 10%;
}
@media only screen and (max-width: 1399px) {
  .sasmix-hero-section-06 .sasmix-hero-wrap .hero-img-wrap .shape-2 {
    right: -15%;
  }
}

@media only screen and (max-width: 1199px) {
  .sasmix-hero-section-06 {
    padding: 0 15px;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap {
    height: 955px;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .shape-3 {
    left: 7%;
    top: 30%;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .shape-4 {
    right: 14%;
    top: 3%;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .hero-content .title {
    font-size: 60px;
    line-height: 74px;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .hero-img-wrap {
    padding: 0 45px;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .hero-img-wrap .shape-1 {
    left: -11%;
    top: -16%;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .hero-img-wrap .shape-2 {
    right: -11%;
    top: 6%;
  }
}
@media only screen and (max-width: 991px) {
  .sasmix-hero-section-06 {
    margin-top: 85px;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap {
    height: 846px;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .shape-3 {
    width: 80px;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .shape-4 {
    width: 110px;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .hero-img-wrap .shape-1 {
    width: 350px;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .hero-img-wrap .shape-2 {
    width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .sasmix-hero-section-06 .sasmix-hero-wrap {
    height: 720px;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .hero-content .title {
    font-size: 42px;
    line-height: 56px;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .hero-content p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .sasmix-hero-section-06 .sasmix-hero-wrap {
    height: 720px;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .shape-3 {
    left: 7%;
    top: 30%;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .shape-4 {
    right: 4%;
    top: -2%;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .hero-content .title {
    font-size: 30px;
    line-height: 42px;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .hero-img-wrap {
    padding: 0 15px;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .hero-img-wrap .shape-1 {
    display: none;
  }
  .sasmix-hero-section-06 .sasmix-hero-wrap .hero-img-wrap .shape-2 {
    display: none;
  }
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
/*--
/*  04 - Brand CSS
/*----------------------------------------*/
@media only screen and (max-width: 991px) {
  .sasmix-brand-section .brand-wrapper {
    padding-bottom: 50px;
  }
}
.sasmix-brand-section .brand-title {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .sasmix-brand-section .brand-title {
    line-height: 1.2;
    padding: 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .sasmix-brand-section .brand-title {
    padding: 0 0;
  }
}

.sasmix-brand-section-02 {
  padding-top: 90px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .sasmix-brand-section-02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sasmix-brand-section-02 .brand-title {
  font-size: 30px;
  color: #000000;
  margin-bottom: 40px;
}

.sasmix-brand-section-03 .brand-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50px;
  padding-top: 110px;
  padding-bottom: 120px;
  margin-left: 40px;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .sasmix-brand-section-03 .brand-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.sasmix-brand-section-03 .tp-brand-wrapper {
  margin-top: 55px;
}
.sasmix-brand-section-03 .tp-brand-wrapper-02 {
  padding-top: 30px;
}
.sasmix-brand-section-03 .tp-brand-img {
  height: 100px;
  width: 265px;
  line-height: 100px;
  background: #ffffff;
  border-radius: 10px;
  padding: 0 40px;
}
.sasmix-brand-section-03 .tp-brand-img .title {
  font-size: 18px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #001F3F;
  margin-left: 5px;
}

.sasmix-brand-section-04 .brand-wrapper {
  padding: 65px 40px 80px;
  position: relative;
  margin-top: -120px;
  z-index: 1;
}
.sasmix-brand-section-04 .brand-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.13);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sasmix-brand-section-04 .brand-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.13);
  width: 100%;
  height: 100%;
  z-index: -2;
  transform: scaleY(1.15) scaleX(0.94);
}
.sasmix-brand-section-04 .brand-title {
  font-size: 22px;
  line-height: 34px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-bottom: 25px;
}

.sasmix-brand-section-05 .brand-wrap-03 {
  margin-top: -50px;
}
.sasmix-brand-section-05 .section-title2 .title {
  margin-top: -40px;
}
.sasmix-brand-section-05 .tp-brand-img {
  height: 100px;
  width: 265px;
  line-height: 100px;
  background: #EDEDFB;
  border-radius: 10px;
  padding: 0 40px;
}
.sasmix-brand-section-05 .tp-brand-img .title {
  font-size: 18px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #001F3F;
  margin-left: 5px;
}

.sasmix-brand-section-06 .brand-bg-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50px;
  padding-top: 110px;
  padding-bottom: 120px;
  margin-left: 40px;
  margin-right: 40px;
}
@media only screen and (max-width: 991px) {
  .sasmix-brand-section-06 .brand-bg-wrap {
    padding-top: 90px;
    padding-bottom: 100px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.sasmix-brand-section-06 .brand-content-wrap {
  padding-top: 20px;
}
.sasmix-brand-section-06 .brand-item {
  width: 155px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 30px;
  transform: translateY(0px);
  transition: all 0.3s linear;
}
.sasmix-brand-section-06 .brand-item:hover {
  transform: translateY(-10px);
}

.sasmix-brand-section-07 .single-brand {
  height: 150px;
  line-height: 150px;
  text-align: center;
  border-radius: 100px;
  background: #ffffff;
  padding: 0 40px;
}

/*--
/*  04 - Features CSS
/*----------------------------------------*/
.sasmix-features-section .section-title-wrap {
  max-width: 770px;
}
.sasmix-features-section .section-title-wrap .section-title2 .title {
  font-size: 54px;
  line-height: 72px;
  color: #001F3F;
}
.sasmix-features-section .feat-banner {
  position: relative;
  margin-top: 30px;
}
.sasmix-features-section .feat-banner .banner-img img {
  width: 100%;
  border-radius: 20px;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .sasmix-features-section .feat-banner .banner-img img {
    width: inherit;
  }
}
.sasmix-features-section .feat-banner .banner-content {
  max-width: 360px;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 70px;
}
.sasmix-features-section .feat-banner .banner-content .title {
  font-size: 32px;
  color: #ffffff;
}
.sasmix-features-section .feat-banner .banner-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 5px;
}
.sasmix-features-section .features-content-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 70px;
}
.sasmix-features-section .feat-review-wrap {
  margin-top: 60px;
}
.sasmix-features-section .feat-review-wrap .review-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.sasmix-features-section .feat-review-wrap .review-btn-wrap .rating-wrap .rating {
  display: flex;
  align-items: center;
  justify-content: end;
}
.sasmix-features-section .feat-review-wrap .review-btn-wrap .rating-wrap .rating .rating-star {
  display: block;
  position: relative;
}
.sasmix-features-section .feat-review-wrap .review-btn-wrap .rating-wrap .rating .rating-star::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  font-size: 13px;
  color: #b4b4b4;
  letter-spacing: 3px;
}
.sasmix-features-section .feat-review-wrap .review-btn-wrap .rating-wrap .rating .rating-star .rating-active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.sasmix-features-section .feat-review-wrap .review-btn-wrap .rating-wrap .rating .rating-star .rating-active::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  font-size: 13px;
  color: #fda000;
  letter-spacing: 3px;
}
.sasmix-features-section .feat-review-wrap .review-btn-wrap .rating-wrap .rating span {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #001F3F;
}
.sasmix-features-section .feat-review-wrap .review-btn-wrap .rating-wrap p {
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #001F3F;
}
.sasmix-features-section .feat-review-wrap .review-btn-wrap .review-btn .btn {
  margin-left: 30px;
}

.features-item {
  background: #EDEDFB;
  border-radius: 20px;
  padding: 25px 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  transition: all 0.3s linear;
}
.features-item .feat-icon-wrap {
  display: flex;
  justify-content: space-between;
}
.features-item .feat-icon-wrap .icon-img {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  background: #F4257B;
  border-radius: 10px;
}
.features-item .feat-icon-wrap .icon-right {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
}
.features-item .feat-icon-wrap .icon-right svg {
  fill: #001F3F;
}
.features-item .feat-content .title {
  font-size: 24px;
  line-height: 30px;
  color: #001F3F;
  margin-top: 15px;
}
.features-item .feat-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #54595F;
  margin-top: 10px;
}
.features-item:hover {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.13);
}

@media only screen and (max-width: 1199px) {
  .sasmix-features-section .section-title2 .title {
    font-size: 44px;
    line-height: 56px;
  }
  .sasmix-features-section .feat-banner .banner-img img {
    height: auto;
  }
  .sasmix-features-section .feat-banner .banner-content {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .sasmix-features-section .features-content-wrap {
    padding-top: 30px;
  }
  .sasmix-features-section .section-title2 .title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .sasmix-features-section .feat-banner .banner-content {
    padding-right: 30px;
  }
}

.sasmix-features-section-02 .features-content-wrap {
  padding-top: 10px;
}
.sasmix-features-section-02 .feat-banner {
  position: relative;
  margin-top: 30px;
}
.sasmix-features-section-02 .feat-banner .banner-img img {
  width: 100%;
  border-radius: 20px;
}
.sasmix-features-section-02 .feat-banner .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 40px;
  padding-left: 45px;
  padding-right: 115px;
}
.sasmix-features-section-02 .feat-banner .banner-content .icon-img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
}
.sasmix-features-section-02 .feat-banner .banner-content .title {
  font-size: 46px;
  line-height: 54px;
  color: #ffffff;
  margin-top: 15px;
}
.sasmix-features-section-02 .feat-banner .banner-content p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 15px;
}

.features-item-02 {
  margin-top: 30px;
}
.features-item-02 .feat-img img {
  border-radius: 10px;
}
.features-item-02 .feat-content .title {
  font-size: 24px;
  line-height: 30px;
  color: #001F3F;
  margin-top: 20px;
}
.features-item-02 .feat-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #54595F;
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .sasmix-features-section-02 .feat-banner .banner-content {
    padding-right: 40px;
  }
  .sasmix-features-section-02 .feat-banner .banner-content p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .sasmix-features-section-02 .feat-banner .banner-img img {
    height: 465px;
  }
}
@media only screen and (max-width: 575px) {
  .sasmix-features-section-02 .feat-banner .banner-img img {
    height: 430px;
  }
  .sasmix-features-section-02 .feat-banner .banner-content .title {
    font-size: 30px;
    line-height: 42px;
  }
  .sasmix-features-section-02 .feat-banner .banner-content p {
    font-size: 18px;
    line-height: 30px;
  }
}

.sasmix-features-section-03 .features-content-wrap {
  position: relative;
  margin-top: 40px;
}
.sasmix-features-section-03 .features-content-wrap::before {
  content: "";
  background: #E1E1E1;
  width: 100%;
  margin: auto;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
@media only screen and (max-width: 991px) {
  .sasmix-features-section-03 .features-content-wrap::before {
    display: none;
  }
}

.features-box {
  position: relative;
}
.features-box::after {
  content: "";
  background: #E1E1E1;
  width: 1px;
  height: 87%;
  position: absolute;
  right: 0;
  top: 28px;
}
@media only screen and (max-width: 991px) {
  .features-box::after {
    display: none;
  }
}
.features-box.features-box-03::after {
  display: none;
}

.features-item-03 {
  padding-bottom: 30px;
  padding-top: 35px;
}
@media only screen and (max-width: 991px) {
  .features-item-03 {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
.features-item-03.features-06 {
  padding-top: 20px;
}
.features-item-03 .icon-img {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  margin: 0 auto;
  background: #F4257B;
  border-radius: 10px;
}
.features-item-03 .feat-content .title {
  font-size: 24px;
  line-height: 30px;
  color: #001F3F;
  margin-top: 15px;
}
.features-item-03 .feat-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #54595F;
  margin-top: 10px;
}
.features-item-03 .feat-content .download-link {
  font-size: 20px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #F4257B;
  margin-top: 10px;
}
.features-item-03 .feat-content .download-link i {
  position: relative;
  top: 1px;
  margin-left: 3px;
}
.features-item-03 .feat-content .download-link:hover {
  color: #7F3DE1;
}

.sasmix-features-section-04 .text {
  text-align: justify;
}
.sasmix-features-section-04 .text p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #54595F;
}
.sasmix-features-section-04 .features-content-wrap {
  padding-top: 20px;
}

.features-item-04 {
  background: #F4F4FC;
  border: 1px solid #CDCDCD;
  border-radius: 20px;
  padding: 25px 25px 30px;
  margin-top: 30px;
  transition: all 0.3s linear;
}
.features-item-04 .icon-img {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  background: #F4257B;
  border-radius: 10px;
}
.features-item-04 .feat-content .title {
  font-size: 24px;
  line-height: 30px;
  color: #001F3F;
  margin-top: 20px;
}
.features-item-04 .feat-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #54595F;
  margin-top: 10px;
}
.features-item-04:hover {
  border: 1px solid #F4257B;
}

@media only screen and (max-width: 991px) {
  .sasmix-features-section-04 .section-title2 {
    text-align: center;
  }
  .sasmix-features-section-04 .text {
    text-align: center;
    margin-top: 10px;
  }
}

.sasmix-features-section-05 .features-wrap {
  margin-bottom: -110px;
}
.sasmix-features-section-05 .features-content-wrap {
  padding-top: 15px;
}
.sasmix-features-section-05 .features-item {
  background: #ffffff;
  box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.13);
}
.sasmix-features-section-05 .features-item .feat-icon-wrap .icon-img {
  background: #1680FB;
}
.sasmix-features-section-05 .features-item .feat-content .title:hover a {
  color: #1680FB;
}

.sasmix-features-section-06 .feat-text {
  text-align: justify;
}
.sasmix-features-section-06 .feat-text p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #54595F;
}
.sasmix-features-section-06 .features-content-wrap-02 {
  padding-top: 60px;
}
.sasmix-features-section-06 .features-item-03.bg-color {
  background: #EDEDFB;
}

@media only screen and (max-width: 991px) {
  .sasmix-features-section-06 .section-title2 {
    margin: 0;
  }
  .sasmix-features-section-06 .feat-text {
    margin-top: 10px;
  }
}

.sasmix-features-section-07 .features-content-wrap-02 {
  padding-top: 30px;
}

.sasmix-features-section-08 .features-bg-wrap {
  background: #EDEDFB;
  border-radius: 100px;
  margin-left: 40px;
  margin-right: 40px;
}
.sasmix-features-section-08 .section-title-wrap .sub-title {
  background: #ffffff;
}
.sasmix-features-section-08 .features-item {
  background: #ffffff;
}
.sasmix-features-section-08 .features-item .feat-icon-wrap .icon-right {
  background: #EDEDFB;
}
.sasmix-features-section-08 .features-item .feat-icon-wrap .icon-right svg {
  fill: #001F3F;
}

/*--
/*  05 - Video CSS
/*----------------------------------------*/
.bg-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.video-section {
  position: relative;
  z-index: 1;
}
.video-section .shape-1 {
  position: absolute;
  right: 14%;
  top: 12%;
  z-index: -1;
}
.video-section .shape-2 {
  position: absolute;
  left: 7%;
  top: 33%;
  z-index: -1;
}
.video-section .video-wrap {
  padding-top: 220px;
  padding-bottom: 215px;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.video-section .video-content .video a {
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  font-size: 30px;
  background: #F4257B;
  color: #ffffff;
  border-radius: 50%;
}
.video-section .video-content .video a:hover {
  background: #ffffff;
  color: #F4257B;
}

@media only screen and (max-width: 1199px) {
  .video-section .video-wrap {
    padding-top: 160px;
    padding-bottom: 155px;
  }
  .video-section .video-content .video a {
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 20px;
  }
}

.video-section-02 {
  padding-top: 40px;
}
.video-section-02 .video-wrap {
  padding-top: 295px;
  padding-bottom: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.video-section-02 .video-content .video a {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background: #ffffff;
  color: #000000;
  border-radius: 50px;
  padding: 0 40px;
}
.video-section-02 .video-content .video a i {
  color: #1680FB;
}
.video-section-02 .video-content .video a:hover {
  color: #1680FB;
}

@media only screen and (max-width: 1199px) {
  .video-section-02 {
    padding-top: 0;
  }
  .video-section-02 .video-wrap {
    padding-top: 230px;
    padding-bottom: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section-02 .video-wrap {
    padding-top: 180px;
    padding-bottom: 200px;
  }
}

.video-section-03 .video-content .video a {
  background: #1680FB;
}
.video-section-03 .video-content .video a:hover {
  background: #ffffff;
  color: #1680FB;
}

/*--
/*  06 - Counter CSS
/*----------------------------------------*/
.counter-section {
  padding-bottom: 120px;
}

.counter-wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .counter-wrap {
    margin-top: 70px;
  }
}

.single-counter {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 35px;
}
@media only screen and (max-width: 991px) {
  .single-counter {
    margin-top: 30px;
  }
}
.single-counter .icon {
  width: 75px;
  height: 75px;
  line-height: 72px;
  text-align: center;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.13);
  transform: rotateY(0deg);
  transition: all 0.3s linear;
}
.single-counter .icon svg {
  stroke: #F4257B;
  stroke-width: 2px;
  stroke-linecap: round;
}
.single-counter .content {
  margin-left: 30px;
}
.single-counter .content span {
  font-size: 90px;
  line-height: 66px;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  color: #001F3F;
}
@media only screen and (max-width: 1199px) {
  .single-counter .content span {
    font-size: 70px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .single-counter .content span {
    font-size: 60px;
    line-height: 50px;
  }
}
.single-counter .content p {
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #001F3F;
}
.single-counter:hover .icon {
  transform: rotateY(180deg);
}

.counter-section-02 .counter-wrap-02 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 80px;
}
.counter-section-02 .counter-left {
  padding-right: 20px;
}
.counter-section-02 .counter-left p {
  font-size: 54px;
  line-height: 72px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #001F3F;
}
.counter-section-02 .counter-left .download-link {
  font-size: 20px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #F4257B;
  margin-top: 30px;
}
.counter-section-02 .counter-left .download-link i {
  position: relative;
  top: 1px;
  margin-left: 3px;
}
.counter-section-02 .counter-left .download-link:hover {
  color: #7F3DE1;
}
.counter-section-02 .single-counter {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 30px;
}
.counter-section-02 .single-counter:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

@media only screen and (max-width: 1199px) {
  .counter-section-02 .counter-left {
    padding-right: 0;
  }
  .counter-section-02 .counter-left p {
    font-size: 48px;
    line-height: 66px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-section-02 .counter-right {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-section-02 .counter-left p {
    font-size: 40px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 575px) {
  .counter-section-02 .counter-left p {
    font-size: 32px;
    line-height: 46px;
  }
}

.counter-section-03 {
  overflow: hidden;
  padding-bottom: 0;
}
.counter-section-03 .counter-bg-wrap {
  background: #EDEDFB;
  border-radius: 100px;
  padding-top: 110px;
  padding-bottom: 120px;
  margin-left: 40px;
  margin-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .counter-section-03 .counter-bg-wrap {
    padding-top: 80px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-section-03 .counter-wrap {
    margin-top: 50px;
  }
}
.counter-section-03 .counter-title-wrap {
  position: relative;
  z-index: 1;
}
.counter-section-03 .counter-title-wrap .shape-1 {
  width: 490px;
  position: absolute;
  left: 26%;
  top: -52%;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .counter-section-03 .counter-title-wrap .shape-1 {
    width: 350px;
    top: -26%;
  }
}
@media only screen and (max-width: 575px) {
  .counter-section-03 .counter-title-wrap .shape-1 {
    left: -4%;
  }
}
.counter-section-03 .counter-title-wrap .section-title-wrap {
  max-width: 950px;
}
.counter-section-03 .counter-title-wrap .download-link {
  font-size: 20px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #F4257B;
  margin-top: 20px;
}
.counter-section-03 .counter-title-wrap .download-link i {
  position: relative;
  top: 1px;
  margin-left: 3px;
}
.counter-section-03 .counter-title-wrap .download-link:hover {
  color: #7F3DE1;
}

.counter-section-04 {
  padding-top: 120px;
}
.counter-section-04 .counter-title-wrap .download-link {
  color: #1680FB;
}
.counter-section-04 .counter-title-wrap .download-link:hover {
  color: #F4257B;
}
.counter-section-04 .single-counter .icon svg {
  stroke: #1680FB;
}

.counter-section-05 {
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .counter-section-05 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-section-05 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-section-05 {
    padding-top: 60px;
  }
}
.counter-section-05 .counter-title-wrap .section-title2 {
  margin-top: 40px;
}
.counter-section-05 .counter-wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .counter-section-05 .counter-wrap {
    margin-top: 30px;
  }
}
.counter-section-05 .single-counter .icon svg {
  stroke: #F4257B;
}

.counter-section-06 {
  padding-bottom: 120px;
}
.counter-section-06 .counter-wrap {
  margin-top: 70px;
}

/*--
/*  07 - Overview CSS
/*----------------------------------------*/
.sasmix-overview-section .overview-image-wrap {
  position: relative;
}
.sasmix-overview-section .overview-image-wrap .image img {
  border-radius: 30px;
}
.sasmix-overview-section .overview-image-wrap .image-content {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.13);
  position: absolute;
  right: 19%;
  top: 39.5%;
  border-radius: 20px;
  padding: 20px 35px;
  padding-right: 40px;
}
.sasmix-overview-section .overview-image-wrap .image-content .icon-img {
  background: #DCFAF8;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
}
.sasmix-overview-section .overview-image-wrap .image-content .icon-img img {
  width: 20px;
}
.sasmix-overview-section .overview-image-wrap .image-content .image-text {
  flex: 1;
  text-align: left;
  margin-left: 10px;
}
.sasmix-overview-section .overview-image-wrap .image-content .image-text .title {
  color: #232323;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.sasmix-overview-section .overview-image-wrap .image-content .image-text p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #718EBF;
}
.sasmix-overview-section .overview-image-wrap .image-2 {
  position: absolute;
  right: 80px;
  bottom: 50px;
}
.sasmix-overview-section .overview-image-wrap .image-2 img {
  border-radius: 20px;
}
.sasmix-overview-section .overview-content p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #54595F;
  margin-top: 20px;
}
.sasmix-overview-section .overview-list-item {
  display: flex;
  margin-top: 30px;
}
.sasmix-overview-section .overview-list-item .icon {
  width: 55px;
  height: 55px;
  line-height: 52px;
  text-align: center;
  border-radius: 10px;
  background: #FFF2F8;
  border: 1px solid #F4257B;
}
.sasmix-overview-section .overview-list-item .icon svg {
  stroke: #F4257B;
  stroke-width: 2px;
  stroke-linecap: round;
}
.sasmix-overview-section .overview-list-item .content {
  margin-left: 20px;
  margin-top: -5px;
}
.sasmix-overview-section .overview-list-item .content .title {
  font-size: 20px;
  line-height: 32px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #001F3F;
}
.sasmix-overview-section .overview-list-item .content p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #54595F;
  margin-top: 0;
}

.sasmix-overview-section-02 .overview-image-wrap {
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .sasmix-overview-section-02 .overview-image-wrap {
    padding-left: 0;
  }
}
.sasmix-overview-section-02 .overview-image-wrap .image-content {
  right: 8%;
}
.sasmix-overview-section-02 .overview-image-wrap .image-content .icon-img {
  background: #FFF5D9;
}
.sasmix-overview-section-02 .overview-image-wrap .image-2 {
  right: 20px;
}
.sasmix-overview-section-02 .overview-list-item {
  display: flex;
  margin-top: 30px;
}
.sasmix-overview-section-02 .overview-list-item .icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #FFEAF3;
  border: 0;
}
.sasmix-overview-section-02 .overview-list-item .icon i {
  color: #F4257B;
}
.sasmix-overview-section-02 .overview-list-item .content {
  flex: 1;
  margin-left: 15px;
  margin-top: -5px;
}
.sasmix-overview-section-02 .overview-list-item .content p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #54595F;
}
.sasmix-overview-section-02 .overview-list-item .content p span {
  font-weight: 700;
  color: #001F3F;
}

@media only screen and (max-width: 991px) {
  .sasmix-overview-section .overview-image-wrap .image-content {
    right: 25%;
  }
  .sasmix-overview-section .overview-image-wrap .image-2 {
    right: 140px;
  }
  .sasmix-overview-section .overview-content {
    margin-top: 50px;
  }
}

.sasmix-overview-section-03 .overview-image-wrap .image img {
  border-radius: 20px;
}
.sasmix-overview-section-03 .overview-content {
  padding-top: 10px;
}
.sasmix-overview-section-03 .overview-content .section-title2 .title {
  margin-top: 10px;
}
.sasmix-overview-section-03 .overview-content .download-link {
  font-size: 20px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #1680FB;
  margin-top: 25px;
}
.sasmix-overview-section-03 .overview-content .download-link i {
  position: relative;
  top: 1px;
  margin-left: 3px;
}
.sasmix-overview-section-03 .overview-content .download-link:hover {
  color: #F4257B;
}

.sasmix-overview-section-04 .overview-image-wrap .image {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .sasmix-overview-section-04 .overview-image-wrap .image {
    text-align: left;
  }
}
.sasmix-overview-section-04 .overview-content {
  padding-top: 10px;
}
.sasmix-overview-section-04 .overview-content .section-title2 .title {
  margin-top: 10px;
}
.sasmix-overview-section-04 .overview-content .download-link {
  font-size: 20px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #1680FB;
  margin-top: 25px;
}
.sasmix-overview-section-04 .overview-content .download-link i {
  position: relative;
  top: 1px;
  margin-left: 3px;
}
.sasmix-overview-section-04 .overview-content .download-link:hover {
  color: #F4257B;
}

.sasmix-overview-section-05 {
  background: #F2F2FC;
}
.sasmix-overview-section-05 .overview-wrap {
  background: #ffffff;
  border-radius: 30px;
  padding-right: 60px;
}
.sasmix-overview-section-05 .overview-wrap .overview-image .image img {
  border-radius: 30px;
}
.sasmix-overview-section-05 .overview-wrap .overview-content {
  padding-left: 40px;
}
.sasmix-overview-section-05 .overview-wrap .overview-content p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #54595F;
  margin-top: 20px;
}
.sasmix-overview-section-05 .overview-wrap .overview-content .btn {
  margin-top: 30px;
}

.sasmix-overview-section-06 .overview-wrap {
  padding-right: 0;
  padding-left: 60px;
}
.sasmix-overview-section-06 .overview-wrap .overview-image .image {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .sasmix-overview-section-06 .overview-wrap .overview-image .image {
    text-align: left;
  }
}
.sasmix-overview-section-06 .overview-wrap .overview-content {
  padding-left: 0;
  padding-right: 60px;
}
@media only screen and (max-width: 991px) {
  .sasmix-overview-section-06 .overview-wrap .overview-content {
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .sasmix-overview-section-05 .overview-wrap {
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .sasmix-overview-section-05 .overview-wrap .overview-content {
    padding-left: 0;
    margin-top: 50px;
  }
}

.sasmix-overview-section-07 .overview-left {
  padding-right: 25px;
}
.sasmix-overview-section-07 .overview-list-item {
  display: flex;
  margin-top: 30px;
}
.sasmix-overview-section-07 .overview-list-item .number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
}
.sasmix-overview-section-07 .overview-list-item .number span {
  font-size: 20px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #001F3F;
}
.sasmix-overview-section-07 .overview-list-item .content {
  flex: 1;
  margin-left: 15px;
  margin-top: -5px;
}
.sasmix-overview-section-07 .overview-list-item .content p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #54595F;
}
.sasmix-overview-section-07 .overview-list-item .content p span {
  font-weight: 700;
  color: #001F3F;
}
.sasmix-overview-section-07 .features-box-01 {
  padding-top: 30px;
}
@media only screen and (max-width: 991px) {
  .sasmix-overview-section-07 .features-box-01 {
    padding-top: 0;
  }
}
.sasmix-overview-section-07 .features-item-04 {
  background: #ffffff;
  box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.13);
  border: 0;
  border-radius: 20px;
  padding: 25px 25px 30px;
  margin-top: 30px;
  transform: translateY(0px);
  transition: all 0.3s linear;
}
.sasmix-overview-section-07 .features-item-04 .icon-img {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  background: #FFE5E5;
  border-radius: 10px;
  transform: rotateY(0deg);
  transition: all 0.3s linear;
}
.sasmix-overview-section-07 .features-item-04 .feat-content .title {
  font-size: 24px;
  line-height: 30px;
  color: #001F3F;
  margin-top: 20px;
}
.sasmix-overview-section-07 .features-item-04 .feat-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #54595F;
  margin-top: 10px;
}
.sasmix-overview-section-07 .features-item-04:hover {
  transform: translateY(-10px);
}
.sasmix-overview-section-07 .features-item-04:hover .icon-img {
  transform: rotateY(180deg);
}

.sasmix-overview-section-08 .overview-image-wrap .image {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .sasmix-overview-section-08 .overview-image-wrap .image {
    text-align: center;
  }
}

.sasmix-overview-section-09 .overview-wrap-02 {
  margin-left: 15px;
  margin-right: 15px;
}
.sasmix-overview-section-09 .overview-wrap-03 {
  margin-top: -30px;
}
.sasmix-overview-section-09 .overview-image {
  position: relative;
  margin-top: 30px;
}
.sasmix-overview-section-09 .overview-image .image img {
  height: 612px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
.sasmix-overview-section-09 .overview-image .image-content {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  position: absolute;
  left: 32%;
  top: 30.5%;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.sasmix-overview-section-09 .overview-image .image-content .icon-img {
  background: #DCFAF8;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
}
.sasmix-overview-section-09 .overview-image .image-content .icon-img img {
  width: 20px;
}
.sasmix-overview-section-09 .overview-image .image-content .image-text {
  flex: 1;
  text-align: left;
  margin-left: 15px;
}
.sasmix-overview-section-09 .overview-image .image-content .image-text .title {
  color: #232323;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.sasmix-overview-section-09 .overview-image .image-content .image-text p {
  font-size: 12px;
  font-weight: 400;
  color: #718EBF;
}
.sasmix-overview-section-09 .overview-content {
  background: #EDEDFB;
  border-radius: 50px;
  padding: 120px 185px 130px;
  margin-top: 30px;
}
.sasmix-overview-section-09 .overview-content .section-title-wrap {
  margin: 0;
}
.sasmix-overview-section-09 .overview-content .section-title-wrap .sub-title {
  background: #ffffff;
}
.sasmix-overview-section-09 .overview-content p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #54595F;
  margin-top: 20px;
}
.sasmix-overview-section-09 .overview-content .btn {
  background: #1680FB;
  margin-top: 25px;
}
.sasmix-overview-section-09 .overview-content .btn:hover {
  background: #F4257B;
}

@media only screen and (max-width: 1399px) {
  .sasmix-overview-section-09 .overview-content {
    padding: 100px 50px 115px;
  }
}
@media only screen and (max-width: 1199px) {
  .sasmix-overview-section-09 .overview-content {
    padding: 100px 44px 115px;
  }
  .sasmix-overview-section-09 .overview-content .section-title2 .title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .sasmix-overview-section-09 .overview-content {
    padding: 70px 44px 90px;
  }
  .sasmix-overview-section-09 .overview-image .image img {
    height: 490px;
  }
}
@media only screen and (max-width: 575px) {
  .sasmix-overview-section-09 .overview-content {
    padding: 70px 35px 90px;
  }
  .sasmix-overview-section-09 .overview-image .image-content {
    left: 19%;
  }
}

.sasmix-overview-section-10 .overview-image .image-content {
  left: 47%;
  top: auto;
  bottom: 17%;
}
@media only screen and (max-width: 1199px) {
  .sasmix-overview-section-10 .overview-image .image-content {
    padding-left: 22px;
    left: 38%;
  }
}
@media only screen and (max-width: 575px) {
  .sasmix-overview-section-10 .overview-image .image-content {
    left: 19%;
  }
}

.sasmix-overview-section-11 .overview-content .download-link {
  color: #F4257B;
}
.sasmix-overview-section-11 .overview-content .download-link:hover {
  color: #7F3DE1;
}

.sasmix-overview-section-12 .overview-image-wrap {
  padding-left: 0;
  position: relative;
  z-index: 1;
}
.sasmix-overview-section-12 .overview-image-wrap .shape-1 {
  position: absolute;
  left: 20%;
  top: -1%;
  z-index: -1;
}
.sasmix-overview-section-12 .overview-image-wrap .shape-2 {
  position: absolute;
  right: 6%;
  bottom: 11%;
  z-index: -1;
}
.sasmix-overview-section-12 .overview-content {
  padding-left: 30px;
}
.sasmix-overview-section-12 .overview-content .btn {
  margin-top: 30px;
}

.sasmix-overview-section-13 .overview-image-wrap {
  padding-left: 0;
}
.sasmix-overview-section-13 .overview-image-wrap .image img {
  width: 447px;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sasmix-overview-section-13 .overview-content {
  padding-left: 60px;
}

.sasmix-overview-section-14 .overview-content {
  padding-left: 0;
  padding-right: 75px;
}

/*--
/*  08 - Service CSS
/*----------------------------------------*/
.sasmix-service-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sasmix-service-section .shape-1 {
  position: absolute;
  left: 0;
  top: -31%;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .sasmix-service-section .shape-1 {
    top: -20%;
  }
}
@media only screen and (max-width: 991px) {
  .sasmix-service-section .shape-1 {
    top: -7%;
    width: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .sasmix-service-section .shape-1 {
    width: 410px;
  }
}
.sasmix-service-section .shape-2 {
  position: absolute;
  right: 0;
  top: 38%;
  z-index: -1;
}

.service-wrap {
  background: rgba(237, 237, 251, 0.5);
  padding-top: 110px;
  padding-bottom: 120px;
  border-radius: 50px;
  margin-left: 90px;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .service-wrap {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .service-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.service-wrap .service-content-wrap {
  padding-top: 20px;
}

.service-item {
  background: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 10px;
  margin-top: 30px;
}
.service-item .icon {
  width: 85px;
  height: 85px;
  line-height: 83px;
  text-align: center;
  border-radius: 50%;
  background: #F4257B;
  border: 0;
}
.service-item .icon svg {
  fill: #ffffff;
}
.service-item .content {
  flex: 1;
  margin-left: 15px;
}
.service-item .content .title {
  font-size: 24px;
  line-height: 30px;
  color: #001F3F;
  transition: all 0.3s linear;
}
.service-item:hover .content .title {
  color: #F4257B;
}

.sasmix-service-section-02 .service-wrap-02 {
  padding-top: 40px;
}
.sasmix-service-section-02 .service-bottom-text {
  border-top: 1px solid #ebebeb;
  margin-top: 100px;
  padding-top: 30px;
}
@media only screen and (max-width: 991px) {
  .sasmix-service-section-02 .service-bottom-text {
    margin-top: 60px;
  }
}
.sasmix-service-section-02 .service-bottom-text p {
  font-size: 20px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #001F3F;
}
.sasmix-service-section-02 .service-bottom-text p a {
  font-weight: 700;
  color: #1680FB;
}
.sasmix-service-section-02 .service-bottom-text p a:hover {
  color: #F4257B;
}

.service-item-02 {
  margin-top: 30px;
}
.service-item-02 .icon-img {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  background: #EDEDFB;
  border-radius: 10px;
}
.service-item-02 .ser-content {
  padding-right: 25px;
}
@media only screen and (max-width: 991px) {
  .service-item-02 .ser-content {
    padding-right: 0;
  }
}
.service-item-02 .ser-content .title {
  font-size: 24px;
  line-height: 30px;
  color: #001F3F;
  margin-top: 15px;
}
.service-item-02 .ser-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #54595F;
  margin-top: 10px;
}

/*--
/*  09 - Pricing CSS
/*----------------------------------------*/
.sasmix-pricing-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sasmix-pricing-section .shape-1 {
  position: absolute;
  right: -3%;
  top: 40%;
  z-index: -1;
}
.sasmix-pricing-section .pricing-content-wrap {
  padding-top: 20px;
}

.single-pricing {
  border: 2px solid;
  border: double 2px transparent;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(to bottom, #F4257B, #7636DE);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 20px;
  margin-top: 30px;
  transform: translateY(0px);
  transition: transform 0.3s ease;
}
.single-pricing .pricing-wrap {
  padding: 35px 45px 40px;
}
@media only screen and (max-width: 1199px) {
  .single-pricing .pricing-wrap {
    padding: 35px 30px 40px;
  }
}
.single-pricing .pricing-badge .title {
  font-size: 18px;
  line-height: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #000000;
}
.single-pricing .pricing-badge p {
  font-size: 18px;
  line-height: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #54595F;
  margin-top: 10px;
}
.single-pricing .pricing-price {
  margin-top: 25px;
}
.single-pricing .pricing-price .price {
  font-size: 80px;
  line-height: 50px;
  color: #001F3F;
}
.single-pricing .pricing-price .currency {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  left: -16px;
  top: -40px;
}
.single-pricing .pricing-btn .btn {
  padding: 0 75px;
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .single-pricing .pricing-btn .btn {
    padding: 0 50px;
  }
}
.single-pricing .pricing-content {
  padding-top: 10px;
}
.single-pricing .pricing-content ul li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  border-top: 1px solid #ebebeb;
  color: #54595F;
  padding-top: 10px;
  margin-top: 10px;
}
.single-pricing .pricing-content ul li:first-child {
  border-top: 0;
}
.single-pricing .pricing-content ul li i {
  margin-right: 3px;
}
.single-pricing:hover {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(to bottom, #7636DE, #F4257B);
  transform: translateY(-10px);
}

.sasmix-pricing-section-02 .pricing-title-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 360px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.sasmix-pricing-section-02 .pricing-content-wrap {
  margin-top: -340px;
}
.sasmix-pricing-section-02 .single-pricing .pricing-btn .btn {
  background: #1680FB;
}
.sasmix-pricing-section-02 .single-pricing .pricing-btn .btn:hover {
  background: #F4257B;
}

.sasmix-pricing-section-03 .pricing-bg-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50px;
  padding-top: 110px;
  padding-bottom: 120px;
  margin-left: 40px;
  margin-right: 40px;
}
@media only screen and (max-width: 991px) {
  .sasmix-pricing-section-03 .pricing-bg-wrap {
    padding-top: 80px;
    padding-bottom: 90px;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.sasmix-pricing-section-04 .single-pricing .pricing-btn .btn {
  background: #1680FB;
}
.sasmix-pricing-section-04 .single-pricing .pricing-btn .btn:hover {
  background: #F4257B;
}

.pricing-grid {
  margin-top: -30px;
}

/*--
/*  10 - Testimonial CSS
/*----------------------------------------*/
.sasmix-testimonial-section .section-title2 .title {
  position: relative;
  font-size: 96px;
}
@media only screen and (max-width: 767px) {
  .sasmix-testimonial-section .section-title2 .title {
    font-size: 60px;
  }
}
.sasmix-testimonial-section .section-title2 .title img {
  position: absolute;
  left: 8%;
  top: -7%;
}
@media only screen and (max-width: 1199px) {
  .sasmix-testimonial-section .section-title2 .title img {
    top: -40%;
  }
}
@media only screen and (max-width: 575px) {
  .sasmix-testimonial-section .section-title2 .title img {
    top: -20%;
    left: -2%;
    width: 80px;
  }
}
.sasmix-testimonial-section .section-title2 p {
  margin-left: -75px;
}
@media only screen and (max-width: 767px) {
  .sasmix-testimonial-section .section-title2 p {
    margin-left: 35px;
  }
}

.testimonial-wrap {
  margin-top: 60px;
}

.single-testimonial {
  display: flex;
  background: #EDEDFB;
  border-radius: 50px;
  padding: 30px 60px 35px 30px;
}
.single-testimonial .testimonial-content {
  flex: 1;
  margin-left: 20px;
}
.single-testimonial .testimonial-content p {
  font-size: 22px;
  line-height: 34px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #54595F;
  margin-top: 10px;
}
.single-testimonial .testimonial-content .name-info {
  font-size: 14px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-top: 10px;
}
.single-testimonial .testimonial-content .name-info span {
  font-weight: 400;
  color: #54595F;
}

.testimonial-active .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.testimonial-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #e8e8e8;
  margin: 0 7px;
}
.testimonial-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F4257B;
}

@media only screen and (max-width: 767px) {
  .single-testimonial {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    padding: 30px 35px 45px 35px;
  }
  .single-testimonial .testimonial-content {
    margin-left: 0;
  }
}

.single-testimonial-02 {
  position: relative;
  display: flex;
  align-items: center;
  background: #EDEDFB;
  border-radius: 50px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .single-testimonial-02 {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .single-testimonial-02 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-testimonial-02 .shape-1 {
  position: absolute;
  left: 55px;
  top: 65px;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .single-testimonial-02 .shape-1 {
    left: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonial-02 .shape-1 {
    left: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .single-testimonial-02 .shape-1 {
    left: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .single-testimonial-02 .author-img {
    text-align: center;
    margin-top: 40px;
  }
}
.single-testimonial-02 .author-img img {
  height: 490px;
}
@media only screen and (max-width: 991px) {
  .single-testimonial-02 .author-img img {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .single-testimonial-02 .author-img img {
    height: auto;
  }
}
.single-testimonial-02 .testimonial-content {
  flex: 1;
  padding-left: 90px;
  padding-right: 75px;
}
@media only screen and (max-width: 1199px) {
  .single-testimonial-02 .testimonial-content {
    padding-left: 70px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .single-testimonial-02 .testimonial-content {
    text-align: center;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonial-02 .testimonial-content {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .single-testimonial-02 .testimonial-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-testimonial-02 .testimonial-content p {
  font-size: 36px;
  line-height: 56px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  color: #001F3F;
  margin-top: 15px;
}
@media only screen and (max-width: 575px) {
  .single-testimonial-02 .testimonial-content p {
    font-size: 30px;
    line-height: 52px;
  }
}
.single-testimonial-02 .testimonial-content .name-info {
  font-size: 14px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-top: 15px;
}
.single-testimonial-02 .testimonial-content .name-info span {
  font-weight: 400;
  color: #54595F;
}

.testimonial-2-active .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.testimonial-2-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  margin: 0 7px;
}
.testimonial-2-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1680FB;
}

.sasmix-testimonial-section-03 .testimonial-2-active .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.sasmix-testimonial-section-03 .testimonial-2-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  margin: 0 7px;
}
.sasmix-testimonial-section-03 .testimonial-2-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F4257B;
}

.sasmix-testimonial-section-04 .testimonial-bg-wrap {
  background: #EDEDFB;
  border-radius: 100px;
  padding-top: 110px;
  padding-bottom: 120px;
  margin-left: 40px;
  margin-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .sasmix-testimonial-section-04 .testimonial-bg-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .sasmix-testimonial-section-04 .testimonial-bg-wrap {
    padding-top: 90px;
    padding-bottom: 100px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sasmix-testimonial-section-04 .section-title2 .title img {
    width: 80px;
    top: -20%;
  }
}
.sasmix-testimonial-section-04 .single-testimonial {
  position: relative;
  background: #ffffff;
  z-index: -1;
}
.sasmix-testimonial-section-04 .single-testimonial .shape-1 {
  position: absolute;
  right: 75px;
  top: 45px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sasmix-testimonial-section-04 .single-testimonial .shape-1 {
    right: 165px;
    top: 340px;
  }
}
@media only screen and (max-width: 575px) {
  .sasmix-testimonial-section-04 .single-testimonial .shape-1 {
    display: none;
  }
}
.sasmix-testimonial-section-04 .single-testimonial .shape-1 svg {
  fill: #EDEDFB;
}
.sasmix-testimonial-section-04 .testimonial-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}
.sasmix-testimonial-section-04 .testimonial-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F4257B;
}

/*--
/*  11 - Faq CSS
/*----------------------------------------*/
.sasmix-faq-section .faq-right {
  padding-top: 50px;
}

@media only screen and (max-width: 991px) {
  .faq-accordion {
    margin-top: 60px;
  }
}
.faq-accordion .accordion-item {
  border: 0;
  border-radius: 0;
  border-top: 1px solid #ebebeb;
}
.faq-accordion .accordion-item:first-of-type {
  margin-top: 0;
  border-top: 0;
}
.faq-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq-accordion .accordion-item:last-of-type .accordion-button {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.faq-accordion .accordion-item .accordion-button {
  padding: 20px 35px;
  padding-left: 0;
  border-radius: 0;
}
.faq-accordion .accordion-item .accordion-button .title {
  font-size: 24px;
  line-height: 36px;
  color: #001F3F;
  font-family: "DM Sans", sans-serif;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.faq-accordion .accordion-item .accordion-button::after {
  position: absolute;
  content: "+";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  color: #222222;
  background: none;
  right: 30px;
  transition: all 0.3s ease-out 0s;
}
.faq-accordion .accordion-item .accordion-body {
  font-size: 18px;
  font-weight: 600;
  color: #54595F;
  padding-top: 0;
  padding-left: 0;
  padding-right: 50px;
}
.faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) .title {
  color: #F4257B;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  position: absolute;
  content: "-";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  background: none;
  transform: rotate(0);
}

@media only screen and (max-width: 991px) {
  .sasmix-faq-section .faq-left {
    margin-top: 20px;
  }
  .sasmix-faq-section .faq-right {
    padding-top: 0;
  }
}

.sasmix-faq-section-02 .faq-left .cta-wrap {
  position: relative;
  margin-top: 30px;
}
.sasmix-faq-section-02 .faq-left .cta-wrap .cta-img img {
  border-radius: 50px;
}
.sasmix-faq-section-02 .faq-left .cta-wrap .cta-content {
  max-width: 410px;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 75px;
  padding-left: 40px;
  padding-right: 95px;
}
.sasmix-faq-section-02 .faq-left .cta-wrap .cta-content .title {
  font-size: 38px;
  line-height: 50px;
  color: #ffffff;
}
.sasmix-faq-section-02 .faq-left .cta-wrap .cta-content .btn {
  background: #1680FB;
  margin-top: 30px;
}
.sasmix-faq-section-02 .faq-left .cta-wrap .cta-content .btn:hover {
  background: #F4257B;
}
.sasmix-faq-section-02 .faq-accordion .accordion-item .accordion-button:not(.collapsed) .title {
  color: #1680FB;
}

@media only screen and (max-width: 1199px) {
  .sasmix-faq-section-02 .faq-left .cta-wrap .cta-content {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .sasmix-faq-section-02 .faq-left {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .sasmix-faq-section-02 .faq-left .cta-wrap .cta-content .title {
    font-size: 34px;
    line-height: 46px;
  }
}

.sasmix-faq-section-03 .faq-content-wrap {
  padding-top: 60px;
}
.sasmix-faq-section-03 .faq-right {
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .sasmix-faq-section-03 .faq-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .sasmix-faq-section-03 .faq-accordion {
    margin-top: 60px;
  }
}
.sasmix-faq-section-03 .faq-accordion .accordion-item {
  border: 0;
  border-radius: 0;
  border-top: 1px solid #ebebeb;
}
.sasmix-faq-section-03 .faq-accordion .accordion-item:first-of-type {
  margin-top: 0;
  border-top: 0;
}
.sasmix-faq-section-03 .faq-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.sasmix-faq-section-03 .faq-accordion .accordion-item:last-of-type .accordion-button {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.sasmix-faq-section-03 .faq-accordion .accordion-item .accordion-button {
  padding: 20px 35px;
  padding-left: 0;
  border-radius: 0;
}
.sasmix-faq-section-03 .faq-accordion .accordion-item .accordion-button .title {
  font-size: 24px;
  line-height: 36px;
  color: #001F3F;
  font-family: "DM Sans", sans-serif;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.sasmix-faq-section-03 .faq-accordion .accordion-item .accordion-button .title .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border-radius: 10px;
  background: #1680FB;
  margin-right: 15px;
}
.sasmix-faq-section-03 .faq-accordion .accordion-item .accordion-button::after {
  display: none;
}
.sasmix-faq-section-03 .faq-accordion .accordion-item .accordion-body {
  font-size: 18px;
  font-weight: 600;
  color: #54595F;
  padding-top: 0;
  padding-left: 0;
  padding-right: 50px;
}
.sasmix-faq-section-03 .faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.sasmix-faq-section-03 .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.sasmix-faq-section-03 .faq-accordion .accordion-item .accordion-button:not(.collapsed) .title {
  color: #1680FB;
}
.sasmix-faq-section-03 .faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  display: none;
}
.sasmix-faq-section-03 .faq-bottom-text {
  background: #1680FB;
  border-radius: 50px;
  padding: 10px;
  margin-top: 110px;
}
.sasmix-faq-section-03 .faq-bottom-text p {
  font-size: 20px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.sasmix-faq-section-03 .faq-bottom-text p .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 75px;
}
.sasmix-faq-section-03 .faq-bottom-text p a {
  font-weight: 700;
  color: #ffffff;
}
.sasmix-faq-section-03 .faq-bottom-text p a:hover {
  color: #F4257B;
}

@media only screen and (max-width: 991px) {
  .sasmix-faq-section-03 .faq-bottom-text {
    margin-top: 60px;
  }
  .sasmix-faq-section-03 .faq-bottom-text p .icon {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sasmix-faq-section-03 .faq-bottom-text {
    text-align: center;
    border-radius: 30px;
    padding: 20px;
  }
  .sasmix-faq-section-03 .faq-bottom-text p .icon {
    display: block;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

.sasmix-faq-section-04 {
  padding-top: 220px;
}
.sasmix-faq-section-04 .faq-accordion .accordion-item .accordion-button:not(.collapsed) .title {
  color: #1680FB;
}

/*--
/*  12 - Cta CSS
/*----------------------------------------*/
.sasmix-cta-section .cta-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  padding: 90px 50px 90px;
}
@media only screen and (max-width: 991px) {
  .sasmix-cta-section .cta-wrap {
    padding: 70px 50px 70px;
  }
}
@media only screen and (max-width: 575px) {
  .sasmix-cta-section .cta-wrap {
    padding: 70px 35px 70px;
  }
}
.sasmix-cta-section .cta-wrap .cta-content {
  max-width: 680px;
  margin: 0 auto;
}
.sasmix-cta-section .cta-wrap .cta-content .title {
  font-size: 54px;
  line-height: 66px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .sasmix-cta-section .cta-wrap .cta-content .title {
    font-size: 44px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .sasmix-cta-section .cta-wrap .cta-content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.sasmix-cta-section .cta-wrap .cta-content .btn {
  margin-top: 15px;
}

/*--
/*  13 - Blog CSS
/*----------------------------------------*/
.sasmix-blog-wrap {
  padding-top: 20px;
}

.single-blog {
  margin-top: 30px;
}
.single-blog .blog-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.single-blog .blog-image a {
  display: block;
}
.single-blog .blog-image a img {
  width: 100%;
  transition: all 0.3s linear;
}
.single-blog .blog-content {
  padding: 20px 30px 20px;
  background: #ffffff;
  box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.13);
  width: 90%;
  position: relative;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  margin-top: -40px;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .single-blog .blog-content {
    width: 95%;
  }
}
.single-blog .blog-content .blog-meta span {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #646464;
  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: #F4257B;
  margin-right: 5px;
}
.single-blog .blog-content .title {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  padding-right: 15px;
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .single-blog .blog-content .title {
    padding-right: 0;
  }
}
.single-blog .blog-btn .read-more {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #001F3F;
  margin-top: 15px;
  transition: all 0.3s linear;
}
.single-blog .blog-btn .read-more span {
  margin-left: -5px;
}
.single-blog .blog-btn .read-more span svg {
  fill: #F4257B;
}
.single-blog .blog-btn .read-more:hover {
  color: #F4257B;
}
.single-blog:hover .blog-image a img {
  transform: scale(1.1);
}

.sasmix-blog-section-02 .single-blog .blog-content .blog-meta span i {
  color: #1680FB;
}
.sasmix-blog-section-02 .single-blog .blog-content .blog-meta span:hover a {
  color: #1680FB;
}
.sasmix-blog-section-02 .single-blog .blog-content .title:hover a {
  color: #1680FB;
}
.sasmix-blog-section-02 .single-blog .blog-btn .read-more span svg {
  fill: #1680FB;
}
.sasmix-blog-section-02 .single-blog .blog-btn .read-more:hover {
  color: #1680FB;
}

.sasmix-blog-grid-wrap {
  margin-top: -30px;
}

/*--
/*  14 - Experience CSS
/*----------------------------------------*/
.sasmix-event-schedule .event-bg-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 100px;
  padding-bottom: 7px;
  margin-left: 40px;
  margin-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .sasmix-event-schedule .event-bg-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .sasmix-event-schedule .event-bg-wrap {
    background-position: center right;
  }
}
.sasmix-event-schedule .section-title2 {
  margin-top: -40px;
}
.sasmix-event-schedule .section-title2 .title {
  margin-top: -45px;
}

.sasmix-event-schedule-tabs-menu {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
@media only screen and (max-width: 991px) {
  .sasmix-event-schedule-tabs-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
.sasmix-event-schedule-tabs-menu li {
  margin-top: 10px;
}
.sasmix-event-schedule-tabs-menu li + li {
  margin-left: 20px;
}
.sasmix-event-schedule-tabs-menu .active .sasmix-event-schedule-day {
  color: #F4257B;
}

.sasmix-event-schedule-time {
  width: 235px;
  padding: 20px 0;
  background: #ffffff;
  box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.13);
  border: 1px dashed #ffffff;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .sasmix-event-schedule-time {
    width: 210px;
  }
}
.sasmix-event-schedule-time p {
  color: #ffffff;
}

.sasmix-event-schedule-day {
  font-size: 18px;
  font-weight: 700;
  color: #001F3F;
  margin-bottom: 3px;
}
.sasmix-event-schedule-day img {
  width: 30px;
  margin-right: 5px;
}

.sasmix-event-schedule-tab-content {
  flex-grow: 1;
}

.sasmix-event-schedule-tab-pane {
  display: none;
}
.sasmix-event-schedule-tab-pane.active {
  display: block;
}
.sasmix-event-schedule-tab-pane .tab-image {
  margin-top: 50px;
}

.sasmix-event-accordion-item {
  background-color: #ffffff;
  padding: 20px 30px 25px;
  border-radius: 8px;
}
.sasmix-event-accordion-item + .sasmix-event-accordion-item {
  margin-top: 10px;
}
.sasmix-event-accordion-item.active .sasmix-event-accordion-body {
  display: block;
}

.sasmix-event-accordion-toggle {
  cursor: pointer;
  position: relative;
}
.sasmix-event-accordion-toggle::before {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: #002e5b;
  font-size: 36px;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  transition: all 0.3s linear;
}
.sasmix-event-accordion-toggle.active::before {
  content: "-";
}
.sasmix-event-accordion-toggle .time {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #69737d;
  display: block;
}
.sasmix-event-accordion-toggle .title {
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.sasmix-event-accordion-body {
  padding-top: 15px;
  display: none;
  overflow: hidden;
}
.sasmix-event-accordion-body.open {
  display: block;
}
/*--
/*  15 - Team CSS
/*----------------------------------------*/
.sasmix-team-section .section-title-wrap {
  max-width: 740px;
}
.sasmix-team-section .team-content-wrap {
  padding-top: 50px;
}

.single-team {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.single-team:hover .team-img a img {
  transform: scale(1.1);
}
.single-team:hover .team-img .team-social {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.single-team .team-img {
  position: relative;
}
.single-team .team-img a {
  display: block;
}
.single-team .team-img a img {
  width: 100%;
  transition: all 0.3s linear;
}
.single-team .team-img .team-social {
  position: absolute;
  bottom: 110px;
  transition: 0.35s;
  right: 28px;
  transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.single-team .team-img .team-social ul li {
  margin-top: 10px;
}
.single-team .team-img .team-social ul li a {
  font-size: 16px;
  border-radius: 100px;
  color: #001F3F;
  background: #ffffff;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
}
.single-team .team-img .team-social ul li a:hover {
  color: #F4257B;
}
.single-team .team-content {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 10px 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 90%;
  transform: translateX(-50%);
}
.single-team .team-content .team-name-deg .name a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
}
.single-team .team-content .team-name-deg .name a:hover {
  color: #F4257B;
}
.single-team .team-content .team-name-deg .team-deg {
  font-size: 13px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.single-team .team-content .team-share span {
  font-size: 16px;
  border-radius: 100px;
  color: #001F3F;
  background: #ffffff;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
}

.team-active .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.team-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #e8e8e8;
  margin: 0 6px;
}
.team-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F4257B;
}

.team-grid-wrap {
  margin-top: -30px;
}
.team-grid-wrap .single-team {
  margin-top: 30px;
}

/*--
/*  15 - Page Banner CSS
/*----------------------------------------*/
.page-banner-section {
  min-height: 550px;
  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: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner-section {
    min-height: 410px;
  }
}
.page-banner-section .shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page-banner-section .shape-1 {
    display: none;
  }
}
.page-banner-section .shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page-banner-section .shape-2 {
    display: none;
  }
}

.page-banner {
  padding-top: 60px;
}
.page-banner .title {
  font-size: 56px;
  line-height: 68px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .page-banner .title {
    font-size: 36px;
    line-height: 50px;
  }
}
.page-banner .breadcrumb {
  margin-bottom: 0;
  margin-top: 10px;
}
.page-banner .breadcrumb .breadcrumb-item {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .page-banner .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  font-family: flaticon !important;
  font-size: 20px;
  padding-right: 5px;
  color: #ffffff;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-size: 16px;
  }
}
/*--
/*  16 - Blog List CSS
/*----------------------------------------*/
.blog-standard-wrap {
  margin-top: -30px;
}

.blog-post-wrap {
  padding-right: 50px;
}

.single-blog-post .blog-content .title {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  padding-right: 15px;
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .single-blog-post .blog-content .title {
    padding-right: 0;
  }
}

.blog-sidebar {
  background: #EDEDFB;
  border-radius: 10px;
  position: sticky;
  top: 0;
  padding: 40px 30px 50px;
  margin-top: 30px;
}

.sidebar-widget {
  margin-top: 45px;
}
.sidebar-widget.widget-search {
  margin-top: 0;
}
.sidebar-widget .search-form {
  position: relative;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  border: 0;
  border-radius: 5px;
  color: #5E687C;
  font-weight: 500;
  outline: none;
  overflow: hidden;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #5E687C;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #5E687C;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #5E687C;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #5E687C;
  font-weight: 400;
}
.sidebar-widget .search-form button {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  border-radius: 5px;
  background: transparent;
  color: #101828;
  border: 0;
  top: 50%;
  font-size: 16px;
  font-weight: 700;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.sidebar-widget .search-form button:hover {
  color: #F4257B;
}

.sidebar-widget .widget-title {
  margin-bottom: 20px;
}
.sidebar-widget .widget-title .title {
  font-size: 20px;
  line-height: 32px;
  color: #001F3F;
}

.sidebar-widget .recent-posts ul li {
  border-top: 1px solid #E1E1E1;
  margin-top: 20px;
  padding-top: 20px;
}
.sidebar-widget .recent-posts ul li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.sidebar-widget .recent-posts ul li .post-link {
  display: flex;
  align-items: center;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb {
  margin-right: 20px;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
  border-radius: 10px;
}
.sidebar-widget .recent-posts ul li .post-link .post-text {
  flex: 1;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .title {
  font-size: 16px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #001F3F;
  transition: all 0.3s linear;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #3B4047;
  display: inline-block;
  margin-top: 5px;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
  color: #F4257B;
  margin-right: 5px;
}
.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
  color: #F4257B;
}

.sidebar-widget .category .cate-item {
  margin-top: 15px;
}
.sidebar-widget .category .cate-item:first-child {
  margin-top: 0;
}
.sidebar-widget .category .cate-item a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #54595F;
  transition: all 0.3s linear;
}
.sidebar-widget .category .cate-item a i {
  font-size: 10px;
  line-height: 24px;
  color: #F4257B;
  margin-right: 5px;
}
.sidebar-widget .category .cate-item a .post-count {
  margin-left: auto;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 600;
  color: #001F3F;
  transition: all 0.3s linear;
}
.sidebar-widget .category .cate-item a:hover {
  color: #F4257B;
}
.sidebar-widget .category .cate-item a:hover .post-count {
  color: #F4257B;
}

.sidebar-widget .sidebar-tag li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
}
.sidebar-widget .sidebar-tag li a {
  display: inline-block;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #54595F;
  line-height: 18px;
  background: #ffffff;
  transition: all 0.3s linear;
}
.sidebar-widget .sidebar-tag li a:hover {
  background-color: #F4257B;
  color: #ffffff;
}

/*--  Pagination Styles  --*/
.tp-pagination {
  margin-top: 50px;
  text-align: center;
}
.tp-pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 449px) {
  .tp-pagination ul li {
    margin-right: 5px;
  }
}
.tp-pagination ul li:last-child {
  margin-right: 0;
}
.tp-pagination ul li.active a {
  background: #F4257B;
  border: 1px solid transparent;
}
.tp-pagination ul li a.page-numbers {
  padding: 7px 5px;
  line-height: 1.2;
}
.tp-pagination ul li a, .tp-pagination ul li span {
  position: relative;
  overflow: hidden;
  background: transparent;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #B4B2C5;
  border-radius: 3px;
  color: #101828;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 575px) {
  .tp-pagination ul li a, .tp-pagination ul li span {
    width: 42px;
    height: 42px;
    line-height: 40px;
  }
}
.tp-pagination ul li a:hover, .tp-pagination ul li a.current, .tp-pagination ul li span:hover, .tp-pagination ul li span.current {
  background: #F4257B;
  color: #ffffff;
  border: 1px solid transparent;
}

/*--
/*  17 - Blog Details CSS
/*----------------------------------------*/
.blog-details-wrap {
  margin-top: -30px;
}

.blog-details-post {
  padding-right: 50px;
}
.blog-details-post .single-blog {
  margin-top: 30px;
}
.blog-details-post .single-blog .blog-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-radius: 10px;
}
.blog-details-post .single-blog .blog-content {
  padding: 0;
  box-shadow: none;
  width: 100%;
  bottom: 0;
  margin-top: 25px;
  border-radius: 0;
}
.blog-details-post .single-blog .blog-content .blog-meta span {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #646464;
  margin-right: 15px;
}
@media only screen and (max-width: 575px) {
  .blog-details-post .single-blog .blog-content .blog-meta span {
    margin-right: 12px;
  }
}
.blog-details-post .single-blog .blog-content .blog-meta span i {
  color: #F4257B;
  margin-right: 5px;
}
.blog-details-post .single-blog .blog-content .title {
  font-size: 24px;
  line-height: 30px;
  color: #001F3F;
  padding-right: 15px;
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .single-blog .blog-content .title {
    padding-right: 0;
  }
}
.blog-details-post .single-blog .blog-content p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #54595F;
  margin-top: 10px;
}
.blog-details-post .single-blog:hover .blog-image a img {
  transform: scale(1.1);
}
.blog-details-post .blog-details-content .blog-quote {
  background-color: #FFE6F0;
  border-radius: 5px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 35px;
}
.blog-details-post .blog-details-content .blog-quote .blockquote {
  padding-left: 60px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 20px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .blog-quote .blockquote {
    padding-right: 0;
    margin-left: 0;
  }
}
.blog-details-post .blog-details-content .blog-quote .blockquote::before {
  content: "\f158";
  font-family: flaticon !important;
  font-size: 80px;
  line-height: 1;
  margin-right: 5px;
  position: absolute;
  top: 28px;
  left: 20px;
  color: #AE6885;
  opacity: 0.4;
  z-index: -1;
}
.blog-details-post .blog-details-content .blog-quote .blockquote:not(:first-child) {
  margin-top: 25px;
}
.blog-details-post .blog-details-content .blog-quote .blockquote:not(:last-child) {
  margin-bottom: 25px;
}
.blog-details-post .blog-details-content .blog-quote .blockquote p {
  font-size: 16px;
  color: #001F3F;
  line-height: 27px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: -5px;
}
.blog-details-post .blog-details-content .blog-quote .blockquote span {
  font-size: 12px;
  color: #001F3F;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-details-post .blog-details-content .blog-details-text .title {
  font-size: 20px;
  line-height: 30px;
  color: #001F3F;
}
.blog-details-post .blog-details-content .blog-details-text p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #54595F;
  margin-top: 10px;
}
.blog-details-post .blog-details-content .blog-details-tag-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 1px solid #e3e3e5;
  border-bottom: 1px solid #e3e3e5;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag {
  padding-top: 20px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .label {
  font-size: 14px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #333333;
  margin-right: 10px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li {
  margin-bottom: 0px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li a {
  background: #F8F7FC;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li a:hover {
  background: #F4257B;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li {
  display: inline-block;
  margin-right: 10px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li:last-child {
  margin-right: 0;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a {
  display: inline-block;
  font-size: 13px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  background: #001F3F;
  border-radius: 50%;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a:hover {
  color: #F4257B;
}
.blog-details-post .blog-details-content .sasmix-post-pagination {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.16);
  padding: 10px 30px;
  margin-top: 80px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .sasmix-post-pagination {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .sasmix-post-pagination {
    padding: 0 10px;
  }
}
.blog-details-post .blog-details-content .sasmix-post-pagination::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #e1e1e1;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .sasmix-post-pagination::before {
    width: auto;
    height: 1px;
    left: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}
.blog-details-post .blog-details-content .sasmix-post-pagination .previous-post, .blog-details-post .blog-details-content .sasmix-post-pagination .next-post {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .sasmix-post-pagination .previous-post, .blog-details-post .blog-details-content .sasmix-post-pagination .next-post {
    width: 100%;
  }
}
.blog-details-post .blog-details-content .sasmix-post-pagination .blog-pagination-post {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .sasmix-post-pagination .blog-pagination-post {
    padding: 20px 0;
  }
}
.blog-details-post .blog-details-content .sasmix-post-pagination .blog-pagination-post .post-thumb {
  flex-shrink: 0;
}
.blog-details-post .blog-details-content .sasmix-post-pagination .blog-pagination-post .post-thumb a img {
  width: 75px;
  height: 75px;
  border-radius: 5px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-post .blog-details-content .sasmix-post-pagination .blog-pagination-post .post-thumb a i {
  font-size: 14px;
  color: #F4257B;
  padding: 0 10px;
}
.blog-details-post .blog-details-content .sasmix-post-pagination .blog-pagination-post .post-content {
  flex-grow: 1;
  padding: 0 20px;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .sasmix-post-pagination .blog-pagination-post .post-content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .sasmix-post-pagination .blog-pagination-post .post-content {
    padding: 0 13px;
  }
}
.blog-details-post .blog-details-content .sasmix-post-pagination .blog-pagination-post .post-content .title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #102D4B;
}
.blog-details-post .blog-details-content .sasmix-post-pagination .blog-pagination-post .post-content .date {
  font-size: 12px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  color: #7A8699;
}
.blog-details-post .blog-details-content .sasmix-post-pagination .blog-pagination-post .post-content .date i {
  color: #F4257B;
  margin-right: 6px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box {
  margin-top: 50px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-title {
  font-size: 20px;
  line-height: 30px;
  color: #001F3F;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment {
    display: block;
  }
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-author {
  flex-shrink: 0;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-author img {
  width: 75px;
  border-radius: 5px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content {
  flex-grow: 1;
  padding-left: 30px;
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content {
    padding-left: 0;
    padding-top: 25px;
  }
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .name {
  font-size: 16px;
  font-weight: 700;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content p {
  font-size: 16px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  margin-top: 5px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta .date {
  margin-right: 30px;
  color: #F4257B;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .comment-reply {
  padding-left: 105px;
}
@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .comment-reply {
    padding-left: 0;
  }
}
.blog-details-post .blog-details-content .comment-wrap .comment-form {
  margin-top: 50px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-title {
  font-size: 20px;
  line-height: 30px;
  color: #001F3F;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form p {
  font-size: 14px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #686f7a;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap {
  padding-top: 10px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form {
  margin-top: 20px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control {
  border: 1px solid transparent;
  background: #f6f7f9;
  border-radius: 5px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "DM Sans", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "DM Sans", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "DM Sans", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "DM Sans", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:focus {
  outline: none;
  border-color: #F4257B;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control {
  height: 135px;
  padding-top: 15px;
  font-size: 13px;
  color: #415674;
  font-weight: 600;
  padding: 10px 25px;
  resize: none;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .form-btn .btn {
  height: 45px;
  line-height: 45px;
  margin-top: 30px;
  font-size: 16px;
  padding: 0 40px;
}

/*--
/*  18 - Contact CSS
/*----------------------------------------*/
.contact-info-wrap .section-title2 {
  margin: 0;
  margin-bottom: 45px;
}
.contact-info-wrap .section-title2 .title {
  line-height: 60px;
}
@media only screen and (max-width: 767px) {
  .contact-info-wrap .section-title2 .title {
    line-height: 42px;
  }
}
.contact-info-wrap .single-contact-info {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.contact-info-wrap .single-contact-info .info-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  background: #FFF2F8;
  border: 1px solid #F4257B;
}
.contact-info-wrap .single-contact-info .info-icon i {
  color: #F4257B;
}
.contact-info-wrap .single-contact-info .info-content {
  margin-left: 20px;
}
.contact-info-wrap .single-contact-info .info-content .title {
  font-size: 20px;
  line-height: 30px;
  color: #001F3F;
}
.contact-info-wrap .single-contact-info .info-content p {
  font-size: 18px;
  font-weight: 500;
  color: #475467;
}

.contact-form {
  margin-top: -20px;
}
@media only screen and (max-width: 991px) {
  .contact-form {
    margin-top: 40px;
  }
}
.contact-form .contact-form-wrap .single-form {
  margin-top: 20px;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  border: 0;
  border-bottom: 1px solid #ebebeb;
  background: none;
  font-size: 16px;
  font-weight: 500;
  color: #54595F;
  padding-left: 0;
  border-radius: 0;
}
.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: 16px;
  font-family: "DM Sans", sans-serif;
  color: #54595F;
  font-weight: 500;
}
.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: 16px;
  font-family: "DM Sans", sans-serif;
  color: #54595F;
  font-weight: 500;
}
.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: 16px;
  font-family: "DM Sans", sans-serif;
  color: #54595F;
  font-weight: 500;
}
.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: 16px;
  font-family: "DM Sans", sans-serif;
  color: #54595F;
  font-weight: 500;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  outline: none;
  border-color: #F4257B;
}
.contact-form .contact-form-wrap .single-form textarea {
  height: 110px;
  padding-top: 15px;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  color: #54595F;
  background: none;
  font-weight: 500;
  padding: 10px 25px;
  padding-left: 0;
  border-radius: 0;
  resize: none;
}
.contact-form .contact-form-wrap .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #54595F;
  font-weight: 500;
}
.contact-form .contact-form-wrap .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #54595F;
  font-weight: 500;
}
.contact-form .contact-form-wrap .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #54595F;
  font-weight: 500;
}
.contact-form .contact-form-wrap .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #54595F;
  font-weight: 500;
}
.contact-form .contact-form-wrap .single-form textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #F4257B;
}
.contact-form .contact-form-wrap .form-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 55px;
  margin-top: 30px;
}

.contact-map-section .contact-map-wrap {
  margin-bottom: -10px;
}
.contact-map-section .contact-map-wrap iframe {
  height: 510px;
  width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .contact-map-section .contact-map-wrap iframe {
    height: 430px;
  }
}

/*--
/*  18 - Team Details CSS
/*----------------------------------------*/
.sasmix-team-profile-section .team-profile {
  margin-right: 35px;
}
@media only screen and (max-width: 991px) {
  .sasmix-team-profile-section .team-profile {
    margin-right: 0;
  }
}
.sasmix-team-profile-section .team-profile .profile-img img {
  width: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .sasmix-team-profile-section .profile-content {
    margin-top: 50px;
  }
}
.sasmix-team-profile-section .profile-content .name {
  font-size: 36px;
  line-height: 44px;
  color: #001F3F;
}
.sasmix-team-profile-section .profile-content .designation {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #475467;
}
.sasmix-team-profile-section .profile-content .profile-social {
  margin-top: 15px;
}
.sasmix-team-profile-section .profile-content .profile-social .title {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.sasmix-team-profile-section .profile-content .profile-social ul li {
  display: inline-block;
}
.sasmix-team-profile-section .profile-content .profile-social ul li a {
  display: inline-block;
  font-size: 14px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  background: #C4C4C4;
  color: #001F3F;
}
.sasmix-team-profile-section .profile-content .profile-social ul li a:hover {
  color: #F4257B;
}
.sasmix-team-profile-section .profile-content .profile-social ul li + li {
  margin-left: 5px;
}
.sasmix-team-profile-section .profile-content .text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #54595F;
  margin-top: 30px;
}
.sasmix-team-profile-section .team-profile-description {
  margin-top: 20px;
}
.sasmix-team-profile-section .team-profile-description .title {
  font-size: 20px;
  line-height: 30px;
  color: #001F3F;
  margin-bottom: 10px;
}
.sasmix-team-profile-section .team-profile-description p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #54595F;
}
.sasmix-team-profile-section .team-profile-info .single-profile-info {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.sasmix-team-profile-section .team-profile-info .single-profile-info .info-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  background: #FFF2F8;
  border: 1px solid #F4257B;
}
.sasmix-team-profile-section .team-profile-info .single-profile-info .info-icon i {
  color: #F4257B;
}
.sasmix-team-profile-section .team-profile-info .single-profile-info .info-content {
  margin-left: 18px;
}
.sasmix-team-profile-section .team-profile-info .single-profile-info .info-content .title {
  font-size: 20px;
  line-height: 30px;
  color: #001F3F;
}
.sasmix-team-profile-section .team-profile-info .single-profile-info .info-content p {
  font-size: 16px;
  font-weight: 500;
  color: #475467;
}

.team-details-description .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #001F3F;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .team-details-description .title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.team-details-description p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #54595F;
}

.skill-section {
  padding-top: 15px;
}

.team-details-skill-section {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .team-details-skill-section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details-skill-section {
    padding-bottom: 80px;
  }
}

.skill-descrption {
  margin-top: 40px;
}
.skill-descrption .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #001F3F;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .skill-descrption .title {
    font-size: 28px;
  }
}
.skill-descrption p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #54595F;
}
.skill-descrption p.text {
  padding-bottom: 20px;
}

/*--
/*  22 - Login Register CSS
/*----------------------------------------*/
.login-register-section .login-register-wrap {
  margin-top: -50px;
}
.login-register-section .login-register-wrap .section-title .title {
  font-size: 36px;
  font-weight: 700;
  color: #001F3F;
  line-height: 1.2;
  margin-top: -8px;
}
.login-register-section .login-register-wrap .login-register-box {
  border: 1px solid #ebebeb;
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form {
  margin-top: 20px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control {
  border: 1px solid transparent;
  background: #f6f7f9;
  border-radius: 0;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:focus {
  outline: none;
  border-color: #F4257B;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control {
  height: 135px;
  font-size: 13px;
  color: #415674;
  font-weight: 600;
  padding: 10px 25px;
  padding-top: 15px;
  resize: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input {
  margin-right: 8px;
  margin-top: 5px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input:focus {
  box-shadow: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-label {
  display: inline;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  text-transform: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn {
  margin-top: 30px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn .btn {
  height: 50px;
  line-height: 45px;
  width: 100%;
}

/*----------------------------------------*/
/*  05. Widget CSS
/*----------------------------------------*/
/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/
.sidebar-wrap {
  border-left: 1px solid #eeeeee;
  height: 100%;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-wrap {
    border-left: none;
    height: auto;
    padding-top: 0;
  }
}

.widget {
  margin-bottom: 40px;
  color: #69737d;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .widget .widget-title {
    padding-left: 0;
  }
}

/*--
/*  24.1 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-wrap {
  padding-top: 70px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  .footer-widget-wrap {
    padding-top: 50px;
  }
}

.footer-widget {
  margin-top: 30px;
}
.footer-widget.footer-widget-2, .footer-widget.footer-widget-3 {
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .footer-widget.footer-widget-2, .footer-widget.footer-widget-3 {
    padding-left: 0px;
  }
}

.footer-widget-about {
  margin-top: 30px;
}
.footer-widget-about p {
  font-size: 14px;
  line-height: 24px;
  color: #909090;
  padding-right: 40px;
  margin-top: 15px;
}

.footer-social .social {
  margin-top: 25px;
}
.footer-social .social li {
  display: inline-block;
}
.footer-social .social li + li {
  margin-left: 8px;
}
.footer-social .social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.footer-social .social li a:hover {
  background: #F4257B;
}

.footer-widget .footer-widget-title {
  font-size: 18px;
  line-height: 36px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #ffffff;
}
.footer-widget .widget-app a {
  display: block;
}
.footer-widget .widget-app a img {
  margin-top: 20px;
  border-radius: 10px;
}

.widget-link {
  padding-top: 10px;
}
.widget-link .link li {
  margin-top: 7px;
}
.widget-link .link li a {
  font-size: 14px;
  color: #909090;
  transition: all 0.3s linear;
}
.widget-link .link li a:hover {
  color: #F4257B;
}

.footer-section-02 .footer-widget-about p {
  color: #787878;
}
.footer-section-02 .footer-social .social li a {
  font-size: 16px;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.footer-section-02 .footer-social .social li a:hover {
  background: #1680FB;
}
.footer-section-02 .footer-widget .footer-widget-title {
  color: #001F3F;
}
.footer-section-02 .widget-link .link li a {
  color: #787878;
}
.footer-section-02 .widget-link .link li a:hover {
  color: #1680FB;
}

/*--
/*  24. Footer CSS
/*----------------------------------------*/
.footer-section {
  background: #061729;
}

.footer-logo {
  max-width: 170px;
}

.footer-copyright-area {
  background: #03101F;
  padding-top: 25px;
  padding-bottom: 25px;
}

.copyright-text p {
  font-size: 14px;
  line-height: 24px;
  color: #C4C4C4;
}

.footer-section-02 {
  background: #EDEDFB;
}

.footer-copyright-area-02 {
  background: #DDDDDD;
}
.footer-copyright-area-02 .copyright-text p {
  color: #787878;
}

.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: #F4257B;
  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: #F4257B;
  stroke-width: 4;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}