/*-----------------------------------------------------------------------------------

    Template Name: SaaS Startup - Multipurpose Startup SaaS Template
    Template URI: site.com
    Description: SaaS Startup - Multipurpose Startup SaaS Template
    Author: Quomodo Soft
    Author URI: site.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. HEADER
    03. BANNER
	04. SERVICES
    05. ADVERTISER
    06. WHAT WE DO
    07. TESTIMONIAL
    08. FUN FACTS
    09. PRICING
    10. FAQ
    11. FOOTER
    12. ABOUT
    13. WORKING PROCESS
    14. AUGMENTATION
    15. OUR SERVICES
    16. PERFOMANCE
    17. HUBSTAFF
    18. TEAM
    19. VIDEO
    20. REAL DATA
    21. FRRDBACK
    22. FEATURE
    23. SCREENSHORS
    24. FEATURES
    25. HOW IT WORKS
    26. LANGUAGES
    27. DOWNLOAD
    28. HISTORY
    29. BLOG LIST
    30. PORTFOLIO
    31. CONTACT
    32. LOGIN
    33. ERROR

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/

html,
body {
  height: 100%; }

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Helvetica-Neue-LT-GEO-55-Roman", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #3c3a5a;
  line-height: 28px;
  overflow-x: hidden; }
  body.home-4-bg {
    background: #fffdfd; }

img {
  max-width: 100%; }

a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none; }
  a:hover {
    color: #9e1cac; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif;
  font-weight: 700;
  color: #1b1b25;
  margin: 0px 0 15px;
  line-height: normal; }

p {
  margin: 0 0 15px; }

.banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.slick-slide {
  outline: 0; }

.page-link:focus {
  box-shadow: none; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  padding: 0 42px;
  font-size: 18px;
  line-height: 60px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #1b1b25; }
  .main-btn:hover {
    background-color: #fff;
    color: #9e1cac;
    border-color: #9e1cac; }

.section-title {
  padding-bottom: 38px; }
  .section-title > span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #9e1cac;
    line-height: 55px;
    padding: 0 40px;
    background: rgba(246, 89, 84, 0.05);
    border-radius: 40px;
    display: inline-block; }
  .section-title .title {
    padding: 20px 20px 0;
    font-size: 36px;
    line-height: 46px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .section-title .title {
        font-size: 32px;
        line-height: 42px; } }
    @media (max-width: 767px) {
      .section-title .title {
        font-size: 22px;
        line-height: 32px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .section-title .title {
        font-size: 32px;
        line-height: 42px; } }
    .section-title .title span {
      display: inline;
      font-weight: 400; }
  .section-title.section-title-2 > span {
    color: #3b36de;
    background: rgba(59, 54, 222, 0.05); }

.section-title-4 {
  padding-bottom: 23px; }
  .section-title-4 > span {
    font-size: 20px;
    font-weight: 700;
    font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif;
    color: #3b36de;
    display: inline-block;
    position: relative;
    line-height: 1.4;
    margin-bottom: 15px; }
    .section-title-4 > span::before {
      position: absolute;
      content: '';
      left: -70px;
      top: 50%;
      transform: translateY(-50%);
      height: 2px;
      width: 60px;
      background: #3b36de; }
      @media (max-width: 767px) {
        .section-title-4 > span::before {
          width: 30px;
          left: -40px; } }
    .section-title-4 > span::after {
      position: absolute;
      content: '';
      right: -70px;
      top: 50%;
      transform: translateY(-50%);
      height: 2px;
      width: 60px;
      background: #3b36de; }
      @media (max-width: 767px) {
        .section-title-4 > span::after {
          width: 30px;
          right: -40px; } }
  .section-title-4 .title {
    font-size: 36px;
    line-height: 46px; }
    .section-title-4 .title span {
      font-weight: 400; }
  .section-title-4.section-title-white > span {
    color: #fff; }
    .section-title-4.section-title-white > span::before {
      background: #fff; }
    .section-title-4.section-title-white > span::after {
      background: #fff; }
  .section-title-4.section-title-white .title {
    color: #fff;
    padding: 0 10px; }

.section-title-5 {
  padding-bottom: 22px; }
  .section-title-5 .icon {
    display: inline-block;
    height: 125px;
    width: 125px;
    text-align: center;
    line-height: 125px;
    border-radius: 50%;
    box-shadow: 0 20px 45px 0 rgba(144, 121, 121, 0.12);
    background: #fff; }
  .section-title-5 .title {
    font-size: 52px;
    line-height: 70px;
    font-weight: 400;
    text-decoration: underline;
    padding-top: 21px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .section-title-5 .title {
        font-size: 40px;
        line-height: 50px; } }
    @media (max-width: 767px) {
      .section-title-5 .title {
        font-size: 32px;
        line-height: 42px; } }

.section-title-6 {
  padding-bottom: 17px; }
  .section-title-6 span {
    color: #ff8618;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif; }
  .section-title-6 .title {
    font-size: 46px;
    line-height: 62px;
    font-weight: 400;
    padding-top: 13px; }
    @media (max-width: 767px) {
      .section-title-6 .title {
        font-size: 30px;
        line-height: 40px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .section-title-6 .title {
        font-size: 46px;
        line-height: 60px; } }

.section-title-7 {
  padding-bottom: 19px; }
  .section-title-7 > span {
    padding: 0 67px;
    line-height: 60px;
    background: #3c3a5a;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif; }
  .section-title-7 .title {
    font-weight: 400;
    font-size: 42px;
    line-height: 60px;
    padding-top: 24px; }
    @media (max-width: 767px) {
      .section-title-7 .title {
        font-size: 30px;
        line-height: 40px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .section-title-7 .title {
        font-size: 42px;
        line-height: 52px; } }
    .section-title-7 .title span {
      font-weight: 700;
      color: #9e1cac; }

/* LOADER  */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999999999; }
  .preloader .three {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

#loader span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #9e1cac;
  margin: 35px 5px;
  opacity: 0; }

#loader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite; }

#loader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite; }

#loader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite; }

@keyframes opacitychange {
  0%, 100% {
    opacity: 0; }
  60% {
    opacity: 1; } }
/*===========================
    32.VK edit
===========================*/
.colorForTexbox {
  background: #F4F6F7; }

.error {
  color: red; }

.span-style {
  font-size: 12px;
  padding-left: 20px;
  color: #fb501c; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.noHover {
  pointer-events: none; }

.span-font-color {
  color: #121d2d; }

/* .blur{
  filter: blur(5px);
} */
.thank-you-pop {
  width: 100%;
  padding: 20px;
  text-align: center; }

.thank-you-pop img {
  width: 76px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 25px; }

.thank-you-pop h1 {
  font-size: 42px;
  margin-bottom: 25px;
  color: #5C5C5C; }

.thank-you-pop p {
  font-size: 20px;
  margin-bottom: 27px;
  color: #5C5C5C; }

.thank-you-pop h3.cupon-pop {
  font-size: 25px;
  margin-bottom: 40px;
  color: #222;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  border: 2px dashed #222;
  clear: both;
  font-weight: normal; }

.thank-you-pop h3.cupon-pop span {
  color: #03A9F4; }

.thank-you-pop a {
  display: inline-block;
  margin: 0 auto;
  padding: 9px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #8BC34A;
  border-radius: 17px; }

.thank-you-pop a i {
  margin-right: 5px;
  color: #fff; }

#ignismyModal .modal-header {
  border: 0; }

h1, h2, h3, h4, h5 {
  text-transform: uppercase; }

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

/*===========================
    2.HEADER css 
===========================*/
.header-area.header-2-area .header-nav.sticky {
  background: #fff; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-2-area .header-nav .navigation .navbar .navbar-collapse {
    background: #3b36de; } }
@media (max-width: 767px) {
  .header-area.header-2-area .header-nav .navigation .navbar .navbar-collapse {
    background: #3b36de; } }
.header-area.header-2-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a {
  color: #3b36de !important; }
.header-area.header-2-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-nav-toggler {
  color: #3b36de !important; }
.header-area.header-4-area .header-nav .navigation .navbar .navbar-btn a {
  line-height: 60px;
  width: 190px;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.09);
  background-color: #6236ff;
  color: #fff;
  font-size: 18px; }
  .header-area.header-4-area .header-nav .navigation .navbar .navbar-btn a:hover {
    color: #1b1b25;
    background: #fff;
    border-color: #fff; }
.header-area.header-5-area .header-nav .navigation .navbar .navbar-btn a {
  line-height: 60px;
  width: 190px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  border: 2px solid #fff;
  box-shadow: none;
  padding: 0; }
  .header-area.header-5-area .header-nav .navigation .navbar .navbar-btn a:hover {
    color: #3b36de;
    background: #fff; }
.header-area.header-5-area .header-nav .navigation .navbar .navbar-brand {
  display: block; }
.header-area.header-5-area .header-nav .navigation .navbar .navbar-brand-2 {
  display: none; }
.header-area.header-5-area .header-nav.sticky .navigation .navbar .navbar-brand {
  display: none; }
.header-area.header-5-area .header-nav.sticky .navigation .navbar .navbar-brand-2 {
  display: block; }
.header-area.header-5-area .header-nav.sticky .navigation .navbar .navbar-btn .main-btn {
  border-color: #222 !important;
  color: #222 !important; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-5-area .header-nav.sticky .navigation .navbar .navbar-btn {
    position: fixed;
    bottom: 0;
    z-index: 2; } }
@media (max-width: 767px) {
  .header-area.header-5-area .header-nav.sticky .navigation .navbar .navbar-btn {
    position: fixed;
    bottom: 0;
    z-index: 2; } }
.header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
  color: rgba(0, 0, 0, 0.85) !important; }
  .header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item a:hover {
    color: #ff8618; }
.header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item.active a {
  color: #ff8618; }
.header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
  color: rgba(0, 0, 0, 0.85); }
  .header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a:hover {
    color: #ff8618 !important; }
.header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  color: #1b1b25; }
.header-area.header-6-area .header-nav .navigation .navbar .navbar-btn a {
  line-height: 60px;
  width: 204px;
  background-color: transparent;
  color: #ff8618;
  font-size: 18px;
  border-radius: 30px;
  border: solid 2px #ff8618;
  box-shadow: none;
  padding: 0; }
  .header-area.header-6-area .header-nav .navigation .navbar .navbar-btn a:hover {
    color: #fff;
    background: #ff8618; }
.header-area.header-6-area .header-nav .navigation .navbar .navbar-toggler .toggler-icon {
  background: #1b1b25; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-6-area .header-nav .navigation .navbar .navbar-collapse {
    background: #fff; } }
@media (max-width: 767px) {
  .header-area.header-6-area .header-nav .navigation .navbar .navbar-collapse {
    background: #fff; } }
.header-area.header-7-area .header-nav.sticky .navigation .navbar .navbar-btn a {
  background: #3c3a5a;
  border: 2px solid #3c3a5a; }
  .header-area.header-7-area .header-nav.sticky .navigation .navbar .navbar-btn a:hover {
    background-color: transparent;
    color: #3c3a5a; }
  .header-area.header-7-area .header-nav.sticky .navigation .navbar .navbar-btn a.main-btn-2:hover {
    background: #3c3a5a; }
.header-area.header-7-area .header-nav .navigation .navbar .navbar-btn {
  margin-left: 94px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-7-area .header-nav .navigation .navbar .navbar-btn {
      margin-left: 0; } }
  .header-area.header-7-area .header-nav .navigation .navbar .navbar-btn a {
    margin-left: 30px;
    background-color: #9e1cac;
    border-radius: 5px;
    line-height: 60px;
    color: #fff;
    border: 2px solid #9e1cac;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-area.header-7-area .header-nav .navigation .navbar .navbar-btn a {
        margin-left: 10px;
        width: 215px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area.header-7-area .header-nav .navigation .navbar .navbar-btn a {
        margin-left: 0;
        background-color: #9e1cac !important;
        border-radius: 5px;
        line-height: initial;
        color: #fff !important;
        border: 2px solid #9e1cac !important;
        box-shadow: none;
        font-size: 13px;
        font-weight: 500;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center; } }
    @media (max-width: 767px) {
      .header-area.header-7-area .header-nav .navigation .navbar .navbar-btn a {
        margin-left: 0;
        background-color: #9e1cac !important;
        border-radius: 5px;
        line-height: initial;
        color: #fff !important;
        border: 2px solid #9e1cac !important;
        box-shadow: none;
        font-size: 13px;
        font-weight: 500;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center; } }
    .header-area.header-7-area .header-nav .navigation .navbar .navbar-btn a:hover {
      background: #fff;
      color: #1b1b25; }
    .header-area.header-7-area .header-nav .navigation .navbar .navbar-btn a.main-btn-2 {
      background: #fff;
      color: #1b1b25; }
      .header-area.header-7-area .header-nav .navigation .navbar .navbar-btn a.main-btn-2:hover {
        background-color: transparent;
        color: #fff; }
  .header-area.header-7-area .header-nav .navigation .navbar .navbar-btn .flag {
    cursor: pointer; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-area.header-7-area .header-nav .navigation .navbar .navbar-btn .flag {
        margin-left: 10px; } }
.header-area.pages-header-area .header-nav.sticky {
  background: #fff; }
.header-area.pages-header-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
  color: #1b1b25; }
.header-area.pages-header-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  color: #1b1b25; }
.header-area.pages-header-area .header-nav .navigation .navbar .navbar-toggler .toggler-icon {
  background: #1b1b25; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.pages-header-area .header-nav .navigation .navbar .navbar-collapse {
    background: #fff; } }
@media (max-width: 767px) {
  .header-area.pages-header-area .header-nav .navigation .navbar .navbar-collapse {
    background: #fff; } }

.header-nav {
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  z-index: 99;
  background-color: transparent; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav {
      padding: 15px 0;
      top: 0; } }
  @media (max-width: 767px) {
    .header-nav {
      padding: 15px 0;
      top: 0; } }
  .header-nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    z-index: 999;
    animation: sticky  1.2s; }
    .header-nav.sticky .navbar .navbar-brand {
      display: none; }
    .header-nav.sticky .navbar .navbar-brand-2 {
      display: block !important; }
    .header-nav.sticky .navbar .navbar-nav .nav-item a {
      line-height: 80px !important;
      color: #222 !important; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-nav.sticky .navbar .navbar-nav .nav-item a {
          line-height: 40px !important;
          color: #fff !important; } }
      @media (max-width: 767px) {
        .header-nav.sticky .navbar .navbar-nav .nav-item a {
          line-height: 40px !important;
          color: #fff !important; } }
    .header-nav.sticky .navbar .navbar-nav .nav-item .sub-menu li a {
      line-height: 2.5 !important;
      color: #222 !important; }
    .header-nav.sticky .navbar .navbar-toggler .toggler-icon {
      background: #222 !important; }
  .header-nav .navigation .navbar {
    position: relative;
    padding: 0;
    flex-wrap: inherit; }
    .header-nav .navigation .navbar .navbar-brand-2 {
      display: none; }
    .header-nav .navigation .navbar .country-flag img {
      border: 5px solid #fff;
      border-radius: 6px;
      box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2); }
    .header-nav .navigation .navbar .navbar-toggler {
      border: 0; }
      .header-nav .navigation .navbar .navbar-toggler .toggler-icon {
        width: 30px;
        height: 2px;
        background-color: #fff;
        margin: 5px 0;
        display: block;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px; }
      .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
        opacity: 0; }
      .header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        top: -7px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-nav .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 128%;
        left: 0;
        width: 100%;
        background-color: #9e1cac;
        z-index: 8;
        padding: 10px 16px;
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); } }
    @media (max-width: 767px) {
      .header-nav .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 128%;
        left: 0;
        width: 100%;
        background-color: #9e1cac;
        z-index: 8;
        padding: 10px 16px;
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); } }
    .header-nav .navigation .navbar .navbar-nav {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-nav .navigation .navbar .navbar-nav {
          margin-right: 0; } }
      @media (max-width: 767px) {
        .header-nav .navigation .navbar .navbar-nav {
          margin-right: 0; } }
      .header-nav .navigation .navbar .navbar-nav .nav-item {
        position: relative; }
        .header-nav .navigation .navbar .navbar-nav .nav-item a {
          font-size: 16px;
          font-weight: 400;
          color: #fff;
          text-transform: capitalize;
          position: relative;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
          margin-right: 26px;
          line-height: 45px;
          padding: 0; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-nav .navigation .navbar .navbar-nav .nav-item a > i {
              display: none; } }
          @media (max-width: 767px) {
            .header-nav .navigation .navbar .navbar-nav .nav-item a > i {
              display: none; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-nav .navigation .navbar .navbar-nav .nav-item a {
              padding: 0;
              display: block;
              border: 0;
              margin: 0;
              line-height: 40px; } }
          @media (max-width: 767px) {
            .header-nav .navigation .navbar .navbar-nav .nav-item a {
              padding: 0;
              display: block;
              border: 0;
              margin: 0;
              line-height: 40px; } }
          .header-nav .navigation .navbar .navbar-nav .nav-item a span {
            padding-left: 5px;
            font-size: 15px; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .header-nav .navigation .navbar .navbar-nav .nav-item a span {
                display: none; } }
            @media (max-width: 767px) {
              .header-nav .navigation .navbar .navbar-nav .nav-item a span {
                display: none; } }
        .header-nav .navigation .navbar .navbar-nav .nav-item:first-child a {
          margin-left: 0; }
        .header-nav .navigation .navbar .navbar-nav .nav-item:last-child a {
          margin-right: 0; }
        .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
          position: absolute;
          left: 0;
          top: 110%;
          width: 205px;
          background-color: #fff;
          opacity: 0;
          visibility: hidden;
          transition: all linear 0.3s;
          z-index: 99;
          -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
          -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
          list-style-type: none;
          margin: 0;
          padding: 25px 0;
          border-radius: 5px; }
          @media only screen and (min-width: 1200px) and (max-width: 1600px) {
            .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
              width: 150px; } }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
              width: 150px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
              position: relative !important;
              width: 100% !important;
              left: 0 !important;
              top: auto !important;
              opacity: 1 !important;
              visibility: visible !important;
              display: none;
              right: auto;
              -webkit-transform: translateX(0%);
              -moz-transform: translateX(0%);
              -ms-transform: translateX(0%);
              -o-transform: translateX(0%);
              transform: translateX(0%);
              -webkit-transition: all none ease-out 0s;
              -moz-transition: all none ease-out 0s;
              -ms-transition: all none ease-out 0s;
              -o-transition: all none ease-out 0s;
              transition: all none ease-out 0s;
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none;
              text-align: left;
              border-top: 0;
              transition: 0s; } }
          @media (max-width: 767px) {
            .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
              position: relative !important;
              width: 100% !important;
              left: 0 !important;
              top: auto !important;
              opacity: 1 !important;
              visibility: visible !important;
              display: none;
              right: auto;
              -webkit-transform: translateX(0%);
              -moz-transform: translateX(0%);
              -ms-transform: translateX(0%);
              -o-transform: translateX(0%);
              transform: translateX(0%);
              -webkit-transition: all none ease-out 0s;
              -moz-transition: all none ease-out 0s;
              -ms-transition: all none ease-out 0s;
              -o-transition: all none ease-out 0s;
              transition: all none ease-out 0s;
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none;
              text-align: left;
              border-top: 0;
              transition: 0s; } }
          .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li {
            position: relative; }
            .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
              margin-left: 10px; }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
                  margin-left: 0; } }
              @media (max-width: 767px) {
                .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
                  margin-left: 0; } }
            .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-nav-toggler {
              color: #1b1b25;
              -webkit-transition: all 0.3s ease-out 0s;
              -moz-transition: all 0.3s ease-out 0s;
              -ms-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s; }
            .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
              display: block;
              padding: 0px 30px;
              position: relative;
              color: #1d1d1d;
              -webkit-transition: all 0.3s ease-out 0s;
              -moz-transition: all 0.3s ease-out 0s;
              -ms-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s;
              border-radius: 4px;
              margin: 0 0;
              line-height: 2.5; }
              @media only screen and (min-width: 1200px) and (max-width: 1600px) {
                .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
                  padding: 0 20px; } }
              @media only screen and (min-width: 992px) and (max-width: 1200px) {
                .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
                  padding: 0 20px; } }
              .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
                float: right;
                font-size: 16px;
                margin-top: 5px; }
                @media only screen and (min-width: 768px) and (max-width: 991px) {
                  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
                    display: none; } }
                @media (max-width: 767px) {
                  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
                    display: none; } }
              .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i {
                display: inline-block; }
            .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
              right: auto;
              left: 100%;
              top: 0;
              opacity: 0;
              visibility: hidden;
              -webkit-transition: all 0.3s ease-out 0s;
              -moz-transition: all 0.3s ease-out 0s;
              -ms-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s; }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
                  padding-left: 30px;
                  -webkit-transition: all 0s ease-out 0s;
                  -moz-transition: all 0s ease-out 0s;
                  -ms-transition: all 0s ease-out 0s;
                  -o-transition: all 0s ease-out 0s;
                  transition: all 0s ease-out 0s; } }
              @media (max-width: 767px) {
                .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
                  padding-left: 30px;
                  -webkit-transition: all 0s ease-out 0s;
                  -moz-transition: all 0s ease-out 0s;
                  -ms-transition: all 0s ease-out 0s;
                  -o-transition: all 0s ease-out 0s;
                  transition: all 0s ease-out 0s; } }
            .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-menu {
              top: -60%;
              opacity: 1;
              visibility: visible; }
            .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-nav-toggler {
              color: #9e1cac; }
            .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a {
              color: #9e1cac !important; }
        .header-nav .navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
          opacity: 1;
          visibility: visible;
          top: 100%; }
        .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
          display: none; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
              display: inline-block;
              position: absolute;
              top: 0;
              right: 0;
              padding: 10px 14px;
              font-size: 16px;
              background: none;
              border: 0;
              color: #fff; } }
          @media (max-width: 767px) {
            .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
              display: inline-block;
              position: absolute;
              top: 0;
              right: 0;
              padding: 10px 14px;
              font-size: 16px;
              background: none;
              border: 0;
              color: #fff; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-nav .navigation .navbar .navbar-btn {
        position: fixed;
        z-index: 9;
        bottom: 20px;
        left: 20px;
        display: flex !important; } }
    @media (max-width: 767px) {
      .header-nav .navigation .navbar .navbar-btn {
        position: fixed;
        z-index: 9;
        bottom: 20px;
        left: 20px;
        display: flex !important; } }
    .header-nav .navigation .navbar .navbar-btn a {
      margin-left: 40px;
      box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.09);
      background: #fff;
      border-radius: 5px;
      border: 0;
      color: #131415;
      line-height: 45px;
      padding: 0 30px;
      font-size: 14px;
      font-weight: 500; }
      .header-nav .navigation .navbar .navbar-btn a:hover {
        background: #9e1cac;
        border-color: #3b36de;
        color: #fff; }

@-webkit-keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }
@keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }
/*===========================
    3.BANNER css 
===========================*/
.banner-area {
  padding-bottom: 309px;
  padding-top: 367px;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-area {
      padding-top: 200px;
      padding-bottom: 200px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area {
      padding-top: 200px;
      padding-bottom: 200px; } }
  @media (max-width: 767px) {
    .banner-area {
      padding-top: 200px;
      padding-bottom: 250px; } }
  .banner-area .banner__bg {
    background-image: url(../images/banner-bg.png);
    background-size: 100% 100%;
    overflow: hidden;
    z-index: -2; }
    .banner-area .banner__bg::before {
      position: absolute;
      content: '';
      left: 295px;
      bottom: 104px;
      height: 60px;
      width: 60px;
      background: #fff;
      opacity: 0.15;
      border-radius: 50%;
      z-index: -2; }
    .banner-area .banner__bg::after {
      position: absolute;
      content: '';
      left: 160px;
      bottom: 190px;
      height: 30px;
      width: 30px;
      background: #fff;
      opacity: 0.15;
      border-radius: 50%;
      z-index: -2; }
  .banner-area .banner-shaps-item {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden; }
    .banner-area .banner-shaps-item .banner-shape {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2; }
    .banner-area .banner-shaps-item .banner-thumb {
      position: absolute;
      right: 0;
      top: 171px;
      z-index: -1; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .banner-area .banner-shaps-item .banner-thumb {
          width: 50%;
          top: 440px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner-area .banner-shaps-item .banner-thumb {
          width: 50%;
          top: auto;
          bottom: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-area .banner-shaps-item .banner-thumb {
          width: 30%;
          top: auto;
          bottom: 50px; } }
      @media (max-width: 767px) {
        .banner-area .banner-shaps-item .banner-thumb {
          width: 70%;
          top: auto;
          bottom: 0px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .banner-area .banner-shaps-item .banner-thumb {
          width: 30%;
          top: auto;
          bottom: 50px; } }
    .banner-area .banner-shaps-item .banner-thumb-2 {
      position: absolute;
      right: 455px;
      top: 325px;
      z-index: -1; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .banner-area .banner-shaps-item .banner-thumb-2 {
          right: 340px;
          top: 480px;
          width: 27%; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner-area .banner-shaps-item .banner-thumb-2 {
          top: 220px;
          right: 230px;
          width: 24%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-area .banner-shaps-item .banner-thumb-2 {
          top: auto;
          bottom: 10px;
          right: 170px;
          width: 23%; } }
      @media (max-width: 767px) {
        .banner-area .banner-shaps-item .banner-thumb-2 {
          top: auto;
          bottom: 20px;
          right: 140px;
          width: 33%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .banner-area .banner-shaps-item .banner-thumb-2 {
          top: auto;
          bottom: 10px;
          right: 170px;
          width: 23%; } }
  .banner-area.banner-2-area .banner__bg {
    background-image: url(../images/banner-bg-2.png); }
  .banner-area.banner-3-area {
    margin-bottom: 120px;
    padding-top: 367px;
    padding-bottom: 220px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner-area.banner-3-area {
        padding-top: 200px;
        padding-bottom: 120px; } }
    @media (max-width: 767px) {
      .banner-area.banner-3-area {
        padding-top: 200px;
        padding-bottom: 120px; } }
    .banner-area.banner-3-area .banner__bg {
      background-image: none;
      background-color: #9e1cac; }
    .banner-area.banner-3-area .banner-thumb {
      margin-right: -60px;
      margin-left: -140px;
      margin-top: -80px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .banner-area.banner-3-area .banner-thumb {
          margin-right: 0; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner-area.banner-3-area .banner-thumb {
          margin-left: -100px;
          margin-right: 0;
          margin-top: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-area.banner-3-area .banner-thumb {
          margin-left: 0px;
          margin-right: 0;
          margin-top: 40px; } }
      @media (max-width: 767px) {
        .banner-area.banner-3-area .banner-thumb {
          margin-left: 0px;
          margin-right: 0;
          margin-top: 40px; } }
      .banner-area.banner-3-area .banner-thumb img {
        width: 100%; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .banner-area.banner-3-area .banner-thumb img {
            width: 75%; } }
        @media (max-width: 767px) {
          .banner-area.banner-3-area .banner-thumb img {
            width: 60%; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .banner-area.banner-3-area .banner-thumb img {
            width: 75%; } }
  .banner-area.banner-4-area {
    height: 1150px;
    padding-top: 0;
    padding-bottom: 0; }
    .banner-area.banner-4-area .banner__bg {
      background-image: url(../images/banner-bg-3.png); }
      .banner-area.banner-4-area .banner__bg::before {
        display: none; }
      .banner-area.banner-4-area .banner__bg::after {
        display: none; }
      .banner-area.banner-4-area .banner__bg .banner-shape-1 {
        position: absolute;
        left: 0;
        top: 0; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .banner-area.banner-4-area .banner__bg .banner-shape-1 {
            width: 30%; } }
        @media (max-width: 767px) {
          .banner-area.banner-4-area .banner__bg .banner-shape-1 {
            width: 30%; } }
      .banner-area.banner-4-area .banner__bg .banner-shape-2 {
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .banner-area.banner-4-area .banner__bg .banner-shape-2 {
            width: 30%; } }
        @media (max-width: 767px) {
          .banner-area.banner-4-area .banner__bg .banner-shape-2 {
            width: 30%; } }
    .banner-area.banner-4-area .banner-4-content {
      padding-top: 203px; }
      .banner-area.banner-4-area .banner-4-content .title {
        color: #fff;
        font-size: 60px;
        line-height: 76px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .banner-area.banner-4-area .banner-4-content .title {
            font-size: 50px;
            line-height: 60px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .banner-area.banner-4-area .banner-4-content .title {
            font-size: 50px;
            line-height: 60px; } }
        @media (max-width: 767px) {
          .banner-area.banner-4-area .banner-4-content .title {
            font-size: 27px;
            line-height: 37px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .banner-area.banner-4-area .banner-4-content .title {
            font-size: 36px;
            line-height: 46px; } }
        .banner-area.banner-4-area .banner-4-content .title span {
          font-weight: 400; }
      .banner-area.banner-4-area .banner-4-content p {
        color: #fff;
        padding: 5px 150px 20px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .banner-area.banner-4-area .banner-4-content p {
            padding: 5px 100px 20px; } }
        @media (max-width: 767px) {
          .banner-area.banner-4-area .banner-4-content p {
            padding: 5px 0px 20px; } }
      .banner-area.banner-4-area .banner-4-content ul {
        margin: 0;
        padding: 0; }
        .banner-area.banner-4-area .banner-4-content ul li {
          display: inline-block; }
          .banner-area.banner-4-area .banner-4-content ul li a {
            line-height: 60px;
            width: 190px;
            box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.09);
            background-color: #6236ff;
            color: #fff;
            font-size: 18px;
            margin: 0 12px; }
            @media (max-width: 767px) {
              .banner-area.banner-4-area .banner-4-content ul li a {
                margin-bottom: 10px; } }
            @media only screen and (min-width: 576px) and (max-width: 767px) {
              .banner-area.banner-4-area .banner-4-content ul li a {
                margin-bottom: 0px; } }
            .banner-area.banner-4-area .banner-4-content ul li a:hover {
              background: #fff;
              border-color: #fff;
              color: #1b1b25; }
            .banner-area.banner-4-area .banner-4-content ul li a.main-btn-2 {
              background: #fff;
              border-color: #fff;
              color: #1b1b25; }
              .banner-area.banner-4-area .banner-4-content ul li a.main-btn-2:hover {
                border-color: #6236ff;
                background-color: #6236ff;
                color: #fff; }
  .banner-area .banner-laptop {
    position: absolute;
    left: 50%;
    top: 598px;
    transform: translateX(-50%);
    width: 1190px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-area .banner-laptop {
        width: 100%;
        top: 600px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner-area .banner-laptop {
        width: 100%; } }
    @media (max-width: 767px) {
      .banner-area .banner-laptop {
        width: 100%;
        top: 700px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .banner-area .banner-laptop {
        width: 100%;
        top: 600px; } }
  .banner-area.banner-7-area {
    overflow: hidden; }
    .banner-area.banner-7-area .banner__bg {
      background-image: url(../images/banner-bg-7.png);
      background-size: cover; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-area.banner-7-area .banner__bg {
          background-position: left;
          background-size: cover; } }
      @media (max-width: 767px) {
        .banner-area.banner-7-area .banner__bg {
          background-position: left;
          background-size: cover; } }
      .banner-area.banner-7-area .banner__bg::before {
        display: none; }
      .banner-area.banner-7-area .banner__bg::after {
        display: none; }
      .banner-area.banner-7-area .banner__bg .shape-1 {
        position: absolute;
        bottom: 350px;
        left: 135px;
        animation: jump 20s infinite linear; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .banner-area.banner-7-area .banner__bg .shape-1 {
            bottom: 150px; } }
      .banner-area.banner-7-area .banner__bg .shape-2 {
        position: absolute;
        left: 260px;
        top: 260px;
        animation: animationFramesThree 20s infinite linear; }
      .banner-area.banner-7-area .banner__bg .shape-3 {
        position: absolute;
        left: 660px;
        top: 240px;
        animation: animationFramesFive 20s infinite linear; }
      .banner-area.banner-7-area .banner__bg .shape-4 {
        position: absolute;
        right: 310px;
        top: 150px;
        animation: animationFramesTwo 20s infinite linear; }
    .banner-area.banner-7-area .banner-shaps-item .banner-thumb-2 {
      right: 450px;
      top: 385px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .banner-area.banner-7-area .banner-shaps-item .banner-thumb-2 {
          right: 320px;
          top: 510px;
          width: 27%; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner-area.banner-7-area .banner-shaps-item .banner-thumb-2 {
          top: 220px;
          right: 230px;
          width: 24%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-area.banner-7-area .banner-shaps-item .banner-thumb-2 {
          top: auto;
          bottom: 10px;
          right: 170px;
          width: 23%; } }
      @media (max-width: 767px) {
        .banner-area.banner-7-area .banner-shaps-item .banner-thumb-2 {
          top: auto;
          bottom: 20px;
          right: 140px;
          width: 33%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .banner-area.banner-7-area .banner-shaps-item .banner-thumb-2 {
          top: auto;
          bottom: 10px;
          right: 170px;
          width: 23%; } }
    .banner-area.banner-7-area .banner-shaps-item .banner-thumb-3 {
      position: absolute;
      right: 610px;
      top: 190px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .banner-area.banner-7-area .banner-shaps-item .banner-thumb-3 {
          right: 25%;
          top: 30%;
          width: 15%; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner-area.banner-7-area .banner-shaps-item .banner-thumb-3 {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-area.banner-7-area .banner-shaps-item .banner-thumb-3 {
          display: none; } }
      @media (max-width: 767px) {
        .banner-area.banner-7-area .banner-shaps-item .banner-thumb-3 {
          display: none; } }
    .banner-area.banner-7-area .banner-content p {
      padding-right: 100px; }
      @media (max-width: 767px) {
        .banner-area.banner-7-area .banner-content p {
          padding-right: 0; } }
    .banner-area.banner-7-area .banner-content ul li a.main-btn {
      background: #fff;
      border: 2px solid #fff;
      color: #1b1b25; }
      .banner-area.banner-7-area .banner-content ul li a.main-btn:hover {
        background-color: transparent;
        color: #fff; }

.banner-content {
  z-index: 6;
  color: #fff; }
  .banner-content .title {
    color: #fff;
    padding-right: 10px;
    font-size: 60px;
    line-height: 76px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-content .title {
        font-size: 50px;
        line-height: 60px; } }
    @media (max-width: 767px) {
      .banner-content .title {
        font-size: 33px;
        line-height: 43px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .banner-content .title {
        font-size: 48px;
        line-height: 58px; } }
    .banner-content .title span {
      font-weight: 400;
      display: inline; }
  .banner-content p {
    padding-right: 115px;
    padding-top: 22px;
    padding-bottom: 38px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-content p {
        padding-right: 90px; } }
    @media (max-width: 767px) {
      .banner-content p {
        padding-right: 0px; } }
  .banner-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .banner-content ul li {
      display: inline-block; }
      .banner-content ul li a.play {
        margin-left: 20px;
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize;
        color: #fff; }
        @media (max-width: 767px) {
          .banner-content ul li a.play {
            margin-left: 0;
            margin-top: 20px;
            display: inline-block; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .banner-content ul li a.play {
            margin-left: 20px;
            margin-top: 0px; } }
        .banner-content ul li a.play .play-btn {
          display: inline-block;
          height: 45px;
          width: 45px;
          border: 2px solid #fff;
          text-align: center;
          line-height: 39px;
          border-radius: 50%;
          padding-left: 4px; }

.banner-5-area {
  padding-bottom: 102px;
  position: relative;
  z-index: 10;
  background: #fff;
  overflow: hidden; }
  @media (max-width: 767px) {
    .banner-5-area {
      padding-bottom: 40px; } }
  .banner-5-area .banner-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 55%;
    z-index: -1; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-5-area .banner-bg {
        width: 55%; } }
    @media (max-width: 767px) {
      .banner-5-area .banner-bg {
        width: 40%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .banner-5-area .banner-bg {
        width: 64%; } }
  .banner-5-area.banner-6-area {
    padding-bottom: 155px; }
    @media (max-width: 767px) {
      .banner-5-area.banner-6-area {
        padding-bottom: 0; } }
    .banner-5-area.banner-6-area .banner-bg {
      right: 104px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .banner-5-area.banner-6-area .banner-bg {
          right: 0; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner-5-area.banner-6-area .banner-bg {
          right: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-5-area.banner-6-area .banner-bg {
          right: 0; } }
      @media (max-width: 767px) {
        .banner-5-area.banner-6-area .banner-bg {
          right: 0; } }

.banner-5-content {
  padding-top: 245px;
  font-weight: 300; }
  .banner-5-content > span {
    text-transform: uppercase;
    color: #e02020;
    padding-bottom: 21px;
    display: inline-block; }
  .banner-5-content .title {
    font-size: 52px;
    line-height: 70px;
    padding-bottom: 19px;
    padding-right: 50px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-5-content .title {
        font-size: 40px;
        line-height: 50px; } }
    @media (max-width: 767px) {
      .banner-5-content .title {
        padding-right: 0;
        font-size: 30px;
        line-height: 40px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .banner-5-content .title {
        padding-right: 0;
        font-size: 52px;
        line-height: 70px; } }
    .banner-5-content .title span {
      display: inline;
      font-weight: 400; }
  .banner-5-content p {
    padding-right: 82px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-5-content p {
        padding-right: 0px; } }
    @media (max-width: 767px) {
      .banner-5-content p {
        padding-right: 0px; } }
  .banner-5-content .input-box {
    margin-top: 45px;
    display: flex; }
    @media (max-width: 767px) {
      .banner-5-content .input-box {
        display: block; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .banner-5-content .input-box {
        display: flex; } }
    .banner-5-content .input-box input {
      height: 60px;
      width: 318px;
      border-radius: 5px;
      border: solid 2px rgba(102, 102, 102, 0.12);
      padding-left: 24px;
      font-size: 16px;
      color: #1d1d1d; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner-5-content .input-box input {
          width: 240px; } }
      @media (max-width: 767px) {
        .banner-5-content .input-box input {
          width: 100%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .banner-5-content .input-box input {
          width: 50%; } }
      .banner-5-content .input-box input::placeholder {
        color: #1d1d1d;
        opacity: .4; }
    .banner-5-content .input-box button {
      margin-left: 20px;
      background: #3b36de;
      border-color: #3b36de; }
      .banner-5-content .input-box button i {
        padding-left: 6px; }
      @media (max-width: 767px) {
        .banner-5-content .input-box button {
          margin-left: 0;
          margin-top: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .banner-5-content .input-box button {
          margin-left: 20px;
          margin-top: 0px; } }
      .banner-5-content .input-box button:hover {
        background: #1b1b25;
        color: #fff; }
  .banner-5-content.banner-6-content {
    padding-top: 234px; }
    .banner-5-content.banner-6-content p {
      padding-right: 80px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner-5-content.banner-6-content p {
          padding-right: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner-5-content.banner-6-content p {
          padding-right: 0; } }
      @media (max-width: 767px) {
        .banner-5-content.banner-6-content p {
          padding-right: 0; } }
    .banner-5-content.banner-6-content ul {
      padding-top: 44px; }
      .banner-5-content.banner-6-content ul li {
        display: inline-block; }
        .banner-5-content.banner-6-content ul li a {
          border-radius: 30px;
          background: #ff8618;
          color: #fff;
          border: 2px solid #ff8618;
          padding: 0 47px; }
          .banner-5-content.banner-6-content ul li a:hover {
            background-color: transparent;
            color: #ff8618; }
          .banner-5-content.banner-6-content ul li a.main-btn-2 {
            background-color: transparent;
            color: #ff8618;
            margin-left: 24px; }
            @media (max-width: 767px) {
              .banner-5-content.banner-6-content ul li a.main-btn-2 {
                margin-left: 0;
                margin-top: 20px; } }
            @media only screen and (min-width: 576px) and (max-width: 767px) {
              .banner-5-content.banner-6-content ul li a.main-btn-2 {
                margin-left: 24px;
                margin-top: 0px; } }
            .banner-5-content.banner-6-content ul li a.main-btn-2:hover {
              background: #ff8618;
              color: #fff; }

.banner-5-thumb {
  margin-left: -63px;
  margin-right: -63px;
  margin-top: 180px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-5-thumb {
      margin-left: 0;
      margin-right: 0;
      margin-top: 0; } }
  @media (max-width: 767px) {
    .banner-5-thumb {
      margin-left: 0;
      margin-right: 0;
      margin-top: 0; } }
  .banner-5-thumb > img {
    width: 100%; }
  .banner-5-thumb.banner-6-thumb {
    margin-top: 200px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner-5-thumb.banner-6-thumb {
        margin-top: 50px; } }
    @media (max-width: 767px) {
      .banner-5-thumb.banner-6-thumb {
        margin-top: 50px; } }
    .banner-5-thumb.banner-6-thumb .banner-thumb-mobile {
      position: absolute;
      right: 50px;
      bottom: -165px; }
      @media (max-width: 767px) {
        .banner-5-thumb.banner-6-thumb .banner-thumb-mobile {
          display: none; } }
    .banner-5-thumb.banner-6-thumb .banner-icon-thumb-1 {
      position: absolute;
      left: 24px;
      bottom: -80px; }
      @media (max-width: 767px) {
        .banner-5-thumb.banner-6-thumb .banner-icon-thumb-1 {
          display: none; } }
    .banner-5-thumb.banner-6-thumb .banner-icon-thumb-2 {
      position: absolute;
      right: -90px;
      top: -46px; }
      @media (max-width: 767px) {
        .banner-5-thumb.banner-6-thumb .banner-icon-thumb-2 {
          display: none; } }

.page-title {
  position: relative;
  z-index: 10; }

.page-title-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: rgba(255, 79, 79, 0.06);
  overflow: hidden; }
  .page-title-bg .page-title-shape-1 {
    position: absolute;
    left: 0;
    bottom: 0; }
  .page-title-bg .page-title-shape-2 {
    position: absolute;
    right: 0;
    top: 0; }
  .page-title-bg::before {
    position: absolute;
    content: '';
    right: 300px;
    top: 210px;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background: #ff4f4f;
    opacity: .08; }
  .page-title-bg::after {
    position: absolute;
    content: '';
    left: 400px;
    top: 160px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #ff4f4f;
    opacity: .08; }
  .page-title-bg .shape-1 {
    position: absolute;
    top: 220px;
    left: 620px;
    height: 44px;
    width: 44px;
    background: #ff4f4f;
    opacity: .08;
    border-radius: 50%; }
  .page-title-bg .shape-2 {
    position: absolute;
    top: 110px;
    left: 810px;
    height: 25px;
    width: 25px;
    background: #ff4f4f;
    opacity: .08;
    border-radius: 50%; }
  .page-title-bg .shape-3 {
    position: absolute;
    right: 355px;
    bottom: 85px;
    height: 38px;
    width: 38px;
    background: #ff4f4f;
    opacity: .08;
    border-radius: 50%; }
  .page-title-bg .shape-4 {
    position: absolute;
    right: 600px;
    bottom: 125px;
    height: 62px;
    width: 62px;
    background: #ff4f4f;
    opacity: .08;
    border-radius: 50%; }

.page-title-content {
  padding-top: 254px;
  padding-bottom: 172px; }
  .page-title-content .title {
    font-size: 60px;
    line-height: 76px;
    padding-bottom: 5px; }
    @media (max-width: 767px) {
      .page-title-content .title {
        font-size: 36px; } }
  .page-title-content nav {
    display: inline-block; }
    .page-title-content nav ol {
      padding: 0;
      margin: 0;
      background-color: transparent;
      border-radius: 0; }
      .page-title-content nav ol li {
        color: #1b1b25 !important; }
        .page-title-content nav ol li a {
          color: #1b1b25; }
  .page-title-content.page-title-2-content h3 {
    font-size: 42px;
    line-height: 50px;
    padding: 5px 40px 15px; }
    @media (max-width: 767px) {
      .page-title-content.page-title-2-content h3 {
        font-size: 28px;
        line-height: 38px;
        padding: 5px 0px 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .page-title-content.page-title-2-content h3 {
        font-size: 32px;
        line-height: 42px;
        padding: 5px 0px 15px; } }
  .page-title-content.page-title-2-content ul li {
    display: inline-block;
    margin: 0 20px; }
    @media (max-width: 767px) {
      .page-title-content.page-title-2-content ul li {
        margin: 0 10px; } }
    .page-title-content.page-title-2-content ul li i {
      padding-right: 6px; }

.breadcrumb-item + .breadcrumb-item::before {
  color: #1b1b25;
  content: ">";
  font-size: 26px;
  line-height: 30px; }

/*===========================
    3.SERVICES css 
===========================*/
.sevices-area {
  padding-bottom: 48px; }
  .sevices-area.main-service-area {
    padding-bottom: 120px; }

.sevices-item {
  padding: 84px 34px 57px;
  box-shadow: 0px 14px 40px 0 rgba(144, 121, 121, 0.12);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sevices-item {
      padding: 84px 20px 72px; } }
  @media (max-width: 767px) {
    .sevices-item {
      padding: 84px 20px 72px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .sevices-item {
      padding: 84px 34px 72px; } }
  .sevices-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #9e1cac;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: -4;
    opacity: 0; }
  .sevices-item svg {
    height: 60px; }
    .sevices-item svg g path {
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
  .sevices-item .title {
    padding-top: 47px;
    font-weight: 500;
    padding-bottom: 18px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    font-size: 28px;
    line-height: 38px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .sevices-item .title {
        font-size: 24px;
        line-height: 34px; } }
    @media (max-width: 767px) {
      .sevices-item .title {
        font-size: 22px;
        line-height: 32px; } }
  .sevices-item p {
    padding-right: 35px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .sevices-item p {
        padding-right: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sevices-item p {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .sevices-item p {
        padding-right: 0;
        font-size: 15px; } }
  .sevices-item:hover::before {
    opacity: 1; }
  .sevices-item:hover .title {
    color: #fff; }
  .sevices-item:hover p {
    color: #fff; }
  .sevices-item:hover svg g path {
    fill: #fff; }
  .sevices-item:hover .services-overlay-1, .sevices-item:hover .services-overlay-2, .sevices-item:hover .services-overlay-3 {
    right: 0; }
  .sevices-item .services-overlay-1 {
    position: absolute;
    right: -40px;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s; }
  .sevices-item .services-overlay-2 {
    position: absolute;
    right: -40px;
    bottom: 0;
    z-index: -2;
    -webkit-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s; }
  .sevices-item .services-overlay-3 {
    position: absolute;
    right: -40px;
    bottom: 0;
    z-index: -3;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s; }
  .sevices-item.services-2-item::before {
    background: #3b36de; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sevices-item.item-3 {
      display: none; } }

.services-5-area {
  position: relative;
  padding-top: 254px;
  padding-bottom: 445px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-5-area {
      padding-top: 120px;
      padding-bottom: 300px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-5-area {
      background: rgba(98, 54, 255, 0.05);
      padding-top: 120px;
      padding-bottom: 112px;
      margin-bottom: 120px;
      margin-top: 120px; } }
  @media (max-width: 767px) {
    .services-5-area {
      background: rgba(98, 54, 255, 0.05);
      padding-top: 120px;
      padding-bottom: 50px;
      margin-bottom: 120px;
      margin-top: 120px; } }
  .services-5-area .services-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/services-shape-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .services-5-area .services-bg {
        background-size: cover; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .services-5-area .services-bg {
        display: none; } }
    @media (max-width: 767px) {
      .services-5-area .services-bg {
        display: none; } }

.services-5-item {
  margin-right: 102px;
  padding-bottom: 58px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-5-item {
      margin-right: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-5-item {
      margin-right: 30px; } }
  @media (max-width: 767px) {
    .services-5-item {
      margin-right: 30px; } }
  .services-5-item .icon {
    height: 60px;
    width: 60px; }
  .services-5-item .title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    padding-top: 49px; }
    @media (max-width: 767px) {
      .services-5-item .title {
        font-size: 22px;
        line-height: 32px; } }

.services-7-area {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px; }
  .services-7-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(246, 89, 84, 0.05); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-7-area .services-7-title {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .services-7-area .services-7-title {
      margin-top: 0; } }
  .services-7-area .services-7-title > span {
    padding: 0 67px;
    line-height: 60px;
    background: #3c3a5a;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif; }
  .services-7-area .services-7-title .title {
    font-weight: 400;
    font-size: 36px;
    line-height: 60px;
    padding-top: 24px;
    padding-bottom: 5px; }
    .services-7-area .services-7-title .title span {
      font-weight: 700;
      color: #9e1cac; }

.services-7-item {
  padding: 70px 40px 50px;
  box-shadow: 0 5px 30px 0px rgba(100, 100, 100, 0.07);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-7-item {
      padding: 70px 20px 65px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-7-item {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .services-7-item {
      margin-top: 30px;
      padding: 70px 20px 65px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-7-item {
      padding: 70px 40px 65px; } }
  .services-7-item .services-shape {
    position: absolute;
    z-index: -2;
    right: 0;
    bottom: 0; }
  .services-7-item .services-shape-2 {
    position: absolute;
    z-index: -2;
    right: 48px;
    top: 44px; }
  .services-7-item .services-shape-3 {
    position: absolute;
    z-index: -2;
    left: 50%;
    bottom: 155px;
    transform: translateX(-50%); }
  .services-7-item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    opacity: 1; }
  .services-7-item .icon {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    background: rgba(246, 124, 155, 0.15);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
  .services-7-item .title {
    font-size: 24px;
    line-height: 33px;
    padding-top: 32px;
    font-weight: 500;
    padding-bottom: 11px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
  .services-7-item p {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
  .services-7-item:not(.no-hovers):hover {
    background: #3c3a5a; }
    .services-7-item:not(.no-hovers):hover:before {
      opacity: 0; }
    .services-7-item:not(.no-hovers):hover .icon {
      background: #fff; }
    .services-7-item:not(.no-hovers):hover .title, .services-7-item:not(.no-hovers):hover p {
      color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-7-item.item-1 {
      display: none; } }
  @media (max-width: 767px) {
    .services-7-item.item-1 {
      display: none; } }

.about-services-area {
  position: relative; }
  .about-services-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 79, 79, 0.69) 0%, #ff4f4f); }
  .about-services-area .section-title > span {
    background: rgba(255, 255, 255, 0.05);
    color: #fff; }
  .about-services-area .section-title .title {
    color: #fff;
    font-weight: 400; }
    .about-services-area .section-title .title span {
      font-weight: 700; }

/*===========================
    4.ADVERTISER css 
===========================*/
.advertiser-area {
  padding-top: 310px;
  padding-bottom: 175px;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .advertiser-area {
      padding-top: 150px; } }
  @media (max-width: 767px) {
    .advertiser-area {
      padding-top: 150px;
      padding-bottom: 120px; } }
  .advertiser-area .advertiser-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 1040px;
    width: 100%;
    background-image: linear-gradient(to top, rgba(255, 135, 135, 0), #ff4f4f);
    opacity: .15;
    clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .advertiser-area .advertiser-bg {
        clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%); } }
    @media (max-width: 767px) {
      .advertiser-area .advertiser-bg {
        clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%); } }
  .advertiser-area.advertiser-2-area .advertiser-bg {
    background-image: linear-gradient(to top, rgba(59, 54, 222, 0), #3b36de); }
  .advertiser-area.advertiser-3-area {
    padding-top: 85px;
    margin-top: 70px; }
    .advertiser-area.advertiser-3-area .advertiser-bg {
      clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%); }

.advertiser-item .advertiser-thumb {
  position: relative;
  margin-left: -30px;
  z-index: 10; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .advertiser-item .advertiser-thumb {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .advertiser-item .advertiser-thumb {
      margin-left: 0; } }
  .advertiser-item .advertiser-thumb .thumb {
    position: absolute;
    bottom: 225px;
    left: 77px; }
  .advertiser-item .advertiser-thumb .advertiser-bg-shape {
    position: absolute;
    left: -195px;
    top: 50%;
    transform: translateY(-50%);
    width: 704px;
    z-index: -2; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .advertiser-item .advertiser-thumb .advertiser-bg-shape {
        width: 580px;
        left: -45px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .advertiser-item .advertiser-thumb .advertiser-bg-shape {
        width: 440px;
        left: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .advertiser-item .advertiser-thumb .advertiser-bg-shape {
        width: 100%;
        left: 0px; } }
    @media (max-width: 767px) {
      .advertiser-item .advertiser-thumb .advertiser-bg-shape {
        width: 100%;
        left: 0px; } }
    .advertiser-item .advertiser-thumb .advertiser-bg-shape .round-shape {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 120px;
      width: 120px;
      background-image: linear-gradient(to bottom, #6d68f1, #3b37de);
      border-radius: 50%;
      animation: animationFramesOne 20s infinite linear; }
    .advertiser-item .advertiser-thumb .advertiser-bg-shape .advertiser-shape-1 {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      animation: rotated 20s infinite linear; }
    .advertiser-item .advertiser-thumb .advertiser-bg-shape .advertiser-shape-2 {
      position: absolute;
      left: 110px;
      bottom: 80px;
      animation: jump 20s infinite linear; }
    .advertiser-item .advertiser-thumb .advertiser-bg-shape > img {
      width: 100%; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .advertiser-item .advertiser-content {
    padding-left: 45px;
    padding-right: 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advertiser-item .advertiser-content {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 767px) {
  .advertiser-item .advertiser-content {
    padding-left: 0;
    padding-right: 0; } }
.advertiser-item .advertiser-content .title {
  font-size: 28px;
  line-height: 38px; }
  @media (max-width: 767px) {
    .advertiser-item .advertiser-content .title {
      font-size: 22px;
      line-height: 32px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .advertiser-item .advertiser-content .title {
      font-size: 28px;
      line-height: 38px; } }
  .advertiser-item .advertiser-content .title span {
    display: inline;
    font-weight: 400; }
.advertiser-item .advertiser-content p {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 10px; }
  @media (max-width: 767px) {
    .advertiser-item .advertiser-content p {
      padding-right: 0; } }
.advertiser-item .advertiser-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .advertiser-item .advertiser-content ul li {
    line-height: 1.44;
    padding-top: 15px;
    color: #1b1b25; }
    .advertiser-item .advertiser-content ul li img {
      padding-right: 15px; }
.advertiser-item.item-2 {
  margin-top: -140px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .advertiser-item.item-2 {
      margin-top: 100px; } }
  @media (max-width: 767px) {
    .advertiser-item.item-2 {
      margin-top: 100px; } }
  .advertiser-item.item-2 .advertiser-thumb {
    margin-left: 0;
    margin-right: -70px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .advertiser-item.item-2 .advertiser-thumb {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .advertiser-item.item-2 .advertiser-thumb {
        margin-right: 0; } }
    .advertiser-item.item-2 .advertiser-thumb .advertiser-bg-shape {
      left: -30px;
      top: 43%; }
      .advertiser-item.item-2 .advertiser-thumb .advertiser-bg-shape .round-shape {
        left: auto;
        right: 0; }
      .advertiser-item.item-2 .advertiser-thumb .advertiser-bg-shape .advertiser-shape-1 {
        right: auto;
        left: 20px;
        top: 26%; }
      .advertiser-item.item-2 .advertiser-thumb .advertiser-bg-shape .advertiser-shape-2 {
        left: 45px;
        bottom: 110px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .advertiser-item.item-2 .advertiser-content {
      padding-left: 0;
      padding-right: 45px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .advertiser-item.item-2 .advertiser-content {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .advertiser-item.item-2 .advertiser-content {
      padding-bottom: 50px; } }
.advertiser-item.item-3 {
  margin-top: 160px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .advertiser-item.item-3 {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .advertiser-item.item-3 {
      margin-top: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .advertiser-item.item-3 .advertiser-content {
      padding-top: 37px; } }
  @media (max-width: 767px) {
    .advertiser-item.item-3 .advertiser-content {
      padding-top: 45px; } }
  .advertiser-item.item-3 .advertiser-thumb {
    margin-right: -58px;
    margin-left: -230px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .advertiser-item.item-3 .advertiser-thumb {
        margin-right: -80px;
        margin-left: 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .advertiser-item.item-3 .advertiser-thumb {
        margin-right: -32px;
        margin-left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .advertiser-item.item-3 .advertiser-thumb {
        margin-right: 0;
        margin-left: 0; } }
    @media (max-width: 767px) {
      .advertiser-item.item-3 .advertiser-thumb {
        margin-right: 0;
        margin-left: 0; } }
    .advertiser-item.item-3 .advertiser-thumb > img {
      width: 100%; }
    .advertiser-item.item-3 .advertiser-thumb .advertiser-bg-shape {
      left: 45px;
      top: 40%; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .advertiser-item.item-3 .advertiser-thumb .advertiser-bg-shape {
          left: -45px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .advertiser-item.item-3 .advertiser-thumb .advertiser-bg-shape {
          left: -45px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .advertiser-item.item-3 .advertiser-thumb .advertiser-bg-shape {
          left: 0;
          top: 50%;
          width: 65%; } }
      @media (max-width: 767px) {
        .advertiser-item.item-3 .advertiser-thumb .advertiser-bg-shape {
          left: 0;
          top: 50%;
          width: 65%; } }
      .advertiser-item.item-3 .advertiser-thumb .advertiser-bg-shape .round-shape {
        transform: translateY(0);
        left: 185px;
        top: 10px; }
      .advertiser-item.item-3 .advertiser-thumb .advertiser-bg-shape .advertiser-shape-2 {
        left: 36%;
        bottom: -30px;
        transform: translateX(-50%) rotate(-70deg); }

.advertiser-6-area {
  padding-top: 36px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .advertiser-6-area {
      margin-bottom: -40px; } }
  @media (max-width: 767px) {
    .advertiser-6-area {
      margin-bottom: -40px; } }

.advertiser-6-content .title {
  font-size: 34px;
  line-height: 46px; }
  .advertiser-6-content .title span {
    display: inline;
    font-weight: 400; }
.advertiser-6-content .text {
  padding-right: 70px;
  padding-top: 20px;
  padding-bottom: 32px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .advertiser-6-content .text {
      padding-right: 5px; } }
  @media (max-width: 767px) {
    .advertiser-6-content .text {
      padding-right: 5px; } }
.advertiser-6-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .advertiser-6-content ul li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .advertiser-6-content ul li {
        font-size: 15px; } }
    .advertiser-6-content ul li img {
      opacity: .3;
      padding-right: 15px; }
.advertiser-6-content a {
  border-radius: 30px;
  border: 2px solid #ff8618;
  background-color: transparent;
  color: #ff8618;
  margin-top: 20px; }
  .advertiser-6-content a:hover {
    background: #ff8618;
    color: #fff;
    border-color: #ff8618; }

.advertiser-6-thumb {
  margin-right: -68px;
  margin-left: -47px;
  margin-top: 35px;
  text-align: right; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .advertiser-6-thumb {
      margin-right: 0;
      margin-left: 0;
      margin-top: 0;
      text-align: left; } }
  @media (max-width: 767px) {
    .advertiser-6-thumb {
      margin-right: 0;
      margin-left: 0;
      margin-top: 0;
      text-align: left; } }

/*===========================
    5.WHAT WE DO css 
===========================*/
.what-we-do-area {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  z-index: 10; }
  .what-we-do-area .what-we-do-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 79, 79, 0.06);
    z-index: -1; }
    .what-we-do-area .what-we-do-bg .what-we-do-overlay-1 {
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .what-we-do-area .what-we-do-bg .what-we-do-overlay-1 {
          width: 30%; } }
      @media (max-width: 767px) {
        .what-we-do-area .what-we-do-bg .what-we-do-overlay-1 {
          width: 40%; } }
    .what-we-do-area .what-we-do-bg .what-we-do-overlay-2 {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .what-we-do-area .what-we-do-bg .what-we-do-overlay-2 {
          width: 30%; } }
      @media (max-width: 767px) {
        .what-we-do-area .what-we-do-bg .what-we-do-overlay-2 {
          width: 40%; } }
  .what-we-do-area.what-we-do-2-area .what-we-do-bg {
    background: rgba(59, 54, 222, 0.06); }

.what-we-do-item {
  padding-bottom: 20px; }
  .what-we-do-item .icon {
    display: inline-block;
    height: 220px;
    width: 220px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 20px 14px 48px 0 rgba(144, 121, 121, 0.12);
    text-align: center;
    line-height: 220px;
    position: relative;
    overflow: hidden;
    z-index: 5; }
    .what-we-do-item .icon::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: #9e1cac;
      z-index: -1;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s;
      opacity: 0; }
    .what-we-do-item .icon svg {
      height: 100px;
      width: 100px; }
      .what-we-do-item .icon svg g path {
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s; }
  .what-we-do-item a {
    font-size: 28px;
    font-weight: 400;
    color: #3c3a5a;
    line-height: 1.36;
    padding-top: 28px;
    white-space: nowrap;
    display: block; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .what-we-do-item a {
        font-size: 22px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .what-we-do-item a {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .what-we-do-item a {
        font-size: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .what-we-do-item a {
        font-size: 22px; } }
  .what-we-do-item:hover .icon::before {
    opacity: 1; }
  .what-we-do-item:hover .icon svg g path {
    fill: #fff; }
  .what-we-do-item.what-we-do-2-item .icon::before {
    background: #3b36de; }

/*===========================
    6.TESTIMONIAL css 
===========================*/
.testimonial-area {
  padding-top: 120px;
  padding-bottom: 70px; }
  .testimonial-area.about-testimonial-area {
    padding-top: 0; }
  .testimonial-area.service-testimonial-area {
    position: relative; }
    .testimonial-area.service-testimonial-area::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(255, 79, 79, 0.06); }

.testimonial-item {
  padding: 60px 45px 30px;
  border-radius: 10px;
  box-shadow: 0px 5px 30px 0 rgba(144, 121, 121, 0.12);
  position: relative;
  margin-bottom: 50px;
  z-index: 10;
  background: #fff; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-item {
      padding: 60px 20px 44px; } }
  @media (max-width: 767px) {
    .testimonial-item {
      padding: 60px 20px 44px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-item {
      padding: 60px 45px 44px; } }
  .testimonial-item .icon {
    position: absolute;
    top: 60px;
    right: 43px; }
  .testimonial-item > img {
    box-shadow: 15px 25px 48px 0 rgba(144, 121, 121, 0.22);
    border-radius: 10px;
    overflow: hidden; }
  .testimonial-item .title {
    padding-top: 33px;
    font-size: 34px;
    line-height: 46px; }
  .testimonial-item span {
    font-size: 18px;
    line-height: 1.44;
    padding-top: 10px;
    color: #1d1d1d;
    padding-bottom: 18px;
    display: inline-block; }
  .testimonial-item.item-2 {
    z-index: 11; }
  .testimonial-item.item-3 {
    z-index: 12; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial-item.item-3 {
        display: none; } }

.testimonial-4-area {
  padding-top: 111px; }

.testimonial-active .slick-current .testimonial-4-item {
  border-color: transparent;
  box-shadow: 0 10px 35px 0 rgba(144, 121, 121, 0.12); }
.testimonial-active .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  font-size: 32px;
  color: #1b1b25;
  opacity: .2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .testimonial-active .slick-arrow:hover {
    opacity: 1; }
  .testimonial-active .slick-arrow.prev {
    left: -45px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .testimonial-active .slick-arrow.prev {
        left: 0px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .testimonial-active .slick-arrow.prev {
        left: 0; } }
  .testimonial-active .slick-arrow.next {
    right: -45px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .testimonial-active .slick-arrow.next {
        right: 0px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .testimonial-active .slick-arrow.next {
        right: 0; } }

.testimonial-4-item {
  padding: 62px 30px 35px;
  border-radius: 5px;
  border: solid 2px rgba(102, 102, 102, 0.12);
  position: relative;
  margin-bottom: 50px;
  background: #fff;
  z-index: 10; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-4-item {
      padding: 60px 20px 44px; } }
  @media (max-width: 767px) {
    .testimonial-4-item {
      padding: 60px 20px 44px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-4-item {
      padding: 60px 45px 44px; } }
  .testimonial-4-item .icon {
    position: absolute;
    left: 50%;
    top: -40px;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: #fff;
    transform: translateX(-50%);
    border-radius: 50%;
    box-shadow: 0 20px 64px 0 rgba(144, 121, 121, 0.12); }
    .testimonial-4-item .icon img {
      display: inline-block; }
  .testimonial-4-item .info {
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px; }
    .testimonial-4-item .info img {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 50%;
      box-shadow: 15px 25px 48px 0 rgba(144, 121, 121, 0.22); }
    .testimonial-4-item .info .title {
      font-size: 24px;
      font-weight: 500;
      padding-bottom: 7px;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .testimonial-4-item .info .title {
          font-size: 18px;
          padding-bottom: 0; } }
    .testimonial-4-item .info span {
      font-weight: 300; }
  .testimonial-4-item p {
    font-weight: 300; }
  .testimonial-4-item.item-2 {
    z-index: 11; }
  .testimonial-4-item.item-3 {
    z-index: 12; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial-4-item.item-3 {
        display: none; } }

.testimonial-7-area {
  position: relative; }
  .testimonial-7-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #9e1cac;
    opacity: .05; }

.testimonial-7-item {
  background: #fff;
  box-shadow: 0 5px 20px 0px rgba(100, 100, 100, 0.07);
  border-radius: 10px;
  padding: 62px 40px 53px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin-bottom: 60px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
  @media (max-width: 767px) {
    .testimonial-7-item {
      padding: 62px 20px 53px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-7-item {
      padding: 62px 40px 53px; } }
  .testimonial-7-item::before {
    position: absolute;
    content: '';
    left: 0;
    right: auto;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
  .testimonial-7-item .services-shape {
    position: absolute;
    z-index: -2;
    right: 0;
    bottom: 0; }
  .testimonial-7-item .services-shape-2 {
    position: absolute;
    z-index: -2;
    right: 48px;
    top: 44px; }
  .testimonial-7-item .services-shape-3 {
    position: absolute;
    z-index: -2;
    left: 50%;
    bottom: 155px;
    transform: translateX(-50%); }
  .testimonial-7-item span {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    color: #f65954;
    font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif;
    text-transform: capitalize;
    padding-bottom: 22px;
    display: inline-block; }
  .testimonial-7-item p {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
  .testimonial-7-item .brand {
    padding-bottom: 33px; }
    .testimonial-7-item .brand svg g path {
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
  .testimonial-7-item .user {
    padding-top: 17px; }
    .testimonial-7-item .user img {
      border-radius: 50%; }
    .testimonial-7-item .user .title {
      padding-left: 20px;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
  .testimonial-7-item:hover {
    background: #3c3a5a; }
    .testimonial-7-item:hover::before {
      opacity: 0; }
    .testimonial-7-item:hover svg g path {
      fill: #fff; }
      .testimonial-7-item:hover svg g path.color {
        fill: #F65954 !important; }
    .testimonial-7-item:hover p {
      color: #fff; }
    .testimonial-7-item:hover .user .title {
      color: #fff; }

.testimonial-7-active .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px; }
  .testimonial-7-active .slick-dots li {
    display: inline-block; }
    .testimonial-7-active .slick-dots li button {
      border: 0;
      height: 15px;
      width: 15px;
      font-size: 0;
      border-radius: 50%;
      background: #3c3a5a;
      opacity: .16;
      margin: 0 5px;
      padding: 0; }
    .testimonial-7-active .slick-dots li.slick-active button {
      opacity: 1;
      background: #9e1cac; }

/*===========================
    7.FUN FACTS css 
===========================*/
.fun-facts-area {
  padding-top: 70px;
  padding-bottom: 116px;
  position: relative;
  z-index: 10; }
  .fun-facts-area .fun-facts-shaps {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgba(255, 79, 79, 0.05); }
    .fun-facts-area .fun-facts-shaps .fun-facts-shape-1 {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1; }
    .fun-facts-area .fun-facts-shaps .fun-facts-shape-2 {
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1; }
  .fun-facts-area.fun-facts-2-area .fun-facts-shaps {
    background: rgba(59, 54, 222, 0.06); }
  .fun-facts-area .fun-facts-line {
    position: relative; }
    .fun-facts-area .fun-facts-line > img {
      position: absolute;
      left: 50%;
      top: 46%;
      transform: translate(-50%, -50%); }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .fun-facts-area .fun-facts-line > img {
          width: 90%;
          top: 34%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .fun-facts-area .fun-facts-line > img {
          display: none; } }
      @media (max-width: 767px) {
        .fun-facts-area .fun-facts-line > img {
          display: none; } }

.fun-facts-item .icon {
  height: 160px;
  width: 160px;
  text-align: center;
  line-height: 160px;
  background: rgba(255, 79, 79, 0.1);
  border-radius: 50%;
  display: inline-block;
  z-index: 10;
  position: relative; }
  .fun-facts-item .icon::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 130px;
    width: 130px;
    background: #fff;
    border-radius: 50%;
    z-index: -1; }
  .fun-facts-item .icon::after {
    position: absolute;
    content: '';
    right: 15px;
    bottom: 15px;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    z-index: -2;
    opacity: 0.66;
    -webkit-filter: blur(32px);
    filter: blur(32px);
    background-color: #ff4f4f; }
.fun-facts-item .title {
  font-size: 34px;
  line-height: 46px;
  padding-top: 22px; }
.fun-facts-item > span {
  font-size: 20px;
  color: #1b1b25;
  font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif; }
.fun-facts-item.fun-facts-2-item .icon::after {
  background-color: #3b36de; }

/*===========================
    8.PRICING css 
===========================*/
.pricing-area {
  padding-top: 120px;
  padding-bottom: 92px; }
  .pricing-area.service-pricing-area {
    padding-bottom: 120px; }
  .pricing-area .section-title .nav {
    display: inline-block;
    border: solid 2px rgba(102, 102, 102, 0.12);
    border-radius: 5px;
    overflow: hidden;
    margin-top: 64px; }
    .pricing-area .section-title .nav li {
      display: inline-block; }
      .pricing-area .section-title .nav li a {
        padding: 0;
        line-height: 60px;
        padding: 0 30px;
        background-color: transparent;
        font-size: 24px;
        font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif;
        color: #1b1b25;
        text-transform: capitalize;
        border-radius: 0;
        margin: 0 -2px; }
        .pricing-area .section-title .nav li a.active {
          position: relative;
          z-index: 5;
          color: #fff; }
          .pricing-area .section-title .nav li a.active::before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: #9e1cac;
            z-index: -1; }
  .pricing-area .section-title.section-title-2 .nav li a.active::before {
    background: #3b36de; }

.pricing-item {
  border-radius: 5px;
  border: solid 2px rgba(102, 102, 102, 0.12);
  padding: 54px 30px 42px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-item {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .pricing-item {
      margin-top: 30px; } }
  .pricing-item .title {
    opacity: .7; }
  .pricing-item h1 {
    color: #9e1cac;
    padding-top: 12px; }
  .pricing-item span {
    font-weight: 300;
    font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif;
    font-size: 18px;
    letter-spacing: 5px;
    padding-top: 24px;
    padding-bottom: 95px;
    display: inline-block; }
  .pricing-item ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .pricing-item ul::before {
      position: absolute;
      content: '';
      left: 0;
      top: -40px;
      width: 100%;
      height: 1px;
      background: rgba(59, 59, 59, 0.22); }
    .pricing-item ul li {
      font-size: 18px;
      line-height: 1.44;
      padding-bottom: 15px;
      color: #1d1d1d; }
  .pricing-item a.main-btn {
    border-radius: 5px;
    border: solid 2px rgba(102, 102, 102, 0.12);
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    color: #1b1b25;
    padding: 0 75px;
    margin-top: 43px; }
    .pricing-item a.main-btn:hover {
      box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.09);
      background: #9e1cac;
      border-color: #9e1cac;
      color: #fff; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .pricing-item a.main-btn {
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .pricing-item a.main-btn {
        padding: 0 30px; } }
  .pricing-item a.btn {
    font-size: 18px;
    line-height: 1.44;
    color: #9e1cac;
    margin-top: 30px;
    padding: 0; }
    .pricing-item a.btn img {
      padding-left: 20px; }
  .pricing-item.center {
    border: 0;
    box-shadow: 0 20px 40px 0 rgba(144, 121, 121, 0.12);
    position: relative;
    overflow: hidden;
    padding: 50px 30px 42px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .pricing-item.center {
        display: none; } }
    .pricing-item.center b {
      font-size: 18px;
      font-weight: 500;
      color: #9e1cac;
      line-height: 2;
      text-transform: uppercase;
      padding-bottom: 20px;
      display: block; }
    .pricing-item.center::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 10px;
      width: 100%;
      background: #9e1cac; }
    .pricing-item.center a.main-btn {
      background: #9e1cac;
      border-color: #9e1cac;
      color: #fff;
      box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.09); }
      .pricing-item.center a.main-btn:hover {
        box-shadow: none;
        background-color: transparent;
        border-color: rgba(102, 102, 102, 0.12);
        color: #1b1b25; }
  .pricing-item.pricing-2-item h1 {
    color: #3b36de; }
  .pricing-item.pricing-2-item a.main-btn:hover {
    border-color: #3b36de;
    background: #3b36de; }
  .pricing-item.pricing-2-item a.btn {
    color: #3b36de; }
  .pricing-item.pricing-2-item.center::before {
    background: #3b36de; }
  .pricing-item.pricing-2-item.center a.main-btn {
    background: #3b36de;
    border-color: #3b36de; }
    .pricing-item.pricing-2-item.center a.main-btn:hover {
      border-color: rgba(102, 102, 102, 0.12);
      background-color: transparent;
      color: #1b1b25; }
  .pricing-item.pricing-2-item.center b {
    color: #3b36de; }

.brand-area {
  padding-bottom: 90px;
  padding-top: 26px; }
  .brand-area .brand-item img {
    opacity: .4;
    display: inline-block;
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: .2; }
    .brand-area .brand-item img:hover {
      opacity: 1;
      filter: grayscale(0%); }

.brand-4-area {
  padding-top: 243px;
  padding-bottom: 100px;
  z-index: 111;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-4-area {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .brand-4-area {
      padding-top: 30px; } }
  .brand-4-area .brand-item {
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 126px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .brand-4-area .brand-item {
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .brand-4-area .brand-item {
        margin-top: 30px;
        height: auto; } }
    .brand-4-area .brand-item img {
      display: inline-block;
      cursor: pointer;
      opacity: 0.75;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .brand-4-area .brand-item:hover {
      box-shadow: 0 20px 64px 0 rgba(144, 121, 121, 0.12);
      background: #fff; }
      .brand-4-area .brand-item:hover img {
        opacity: 1; }
  .brand-4-area.brand-5-area {
    padding-top: 0;
    padding-bottom: 68px;
    background: #fff; }
    .brand-4-area.brand-5-area .brand-item img {
      opacity: 0.75; }
    .brand-4-area.brand-5-area .brand-item:hover {
      box-shadow: none; }
      .brand-4-area.brand-5-area .brand-item:hover img {
        opacity: 1; }

.pricing-4-area {
  padding-top: 277px;
  padding-bottom: 370px;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-4-area {
      background: rgba(98, 54, 255, 0.02);
      padding-top: 114px;
      padding-bottom: 120px;
      margin-top: 70px; } }
  @media (max-width: 767px) {
    .pricing-4-area {
      background: rgba(98, 54, 255, 0.02);
      padding-top: 114px;
      padding-bottom: 120px;
      margin-top: 70px; } }
  .pricing-4-area .pricing-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: url(../images/pricing-shape-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .pricing-4-area .pricing-bg {
        background-size: cover; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .pricing-4-area .pricing-bg {
        display: none; } }
    @media (max-width: 767px) {
      .pricing-4-area .pricing-bg {
        display: none; } }

.pricing-4-item {
  background: #fff;
  border: solid 2px rgba(102, 102, 102, 0.12);
  border-radius: 5px;
  padding-bottom: 43px;
  padding-top: 35px;
  overflow: hidden;
  position: relative;
  z-index: 10; }
  .pricing-4-item::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%) rotate(-7deg);
    top: -30px;
    height: 130px;
    width: 110%;
    background: #ff4f4f;
    opacity: 0.15;
    z-index: -1; }
  .pricing-4-item::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%) rotate(-7deg);
    top: 101px;
    height: 82px;
    width: 110%;
    background: #ff4f4f;
    opacity: 0.05;
    z-index: -2; }
  .pricing-4-item .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 55px; }
  .pricing-4-item span {
    font-size: 36px;
    font-weight: 700;
    color: #de774f;
    font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif; }
    .pricing-4-item span span {
      font-weight: 300;
      font-size: 18px;
      color: #1b1b25; }
  .pricing-4-item ul {
    margin: 59px 0 0;
    padding: 0;
    list-style-type: none; }
    .pricing-4-item ul li {
      font-size: 18px;
      line-height: 26px;
      margin-top: 15px;
      color: #202020; }
  .pricing-4-item a {
    line-height: 60px;
    width: 250px;
    background-color: transparent;
    border: solid 2px rgba(102, 102, 102, 0.12);
    color: #1b1b25;
    margin-top: 47px; }
    .pricing-4-item a:hover {
      background: #3b36de;
      border-color: #3b36de;
      color: #fff; }
  .pricing-4-item.center {
    border: 0;
    box-shadow: 0 20px 64px 0 rgba(144, 121, 121, 0.12); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .pricing-4-item.center {
        display: none; } }
    .pricing-4-item.center::before {
      background: #6236ff;
      opacity: 1; }
    .pricing-4-item.center::after {
      background: #6236ff;
      opacity: 0.05; }
    .pricing-4-item.center .title {
      color: #fff; }
    .pricing-4-item.center span {
      color: #3b36de; }
      .pricing-4-item.center span span {
        color: #1b1b25; }
    .pricing-4-item.center a {
      background: #3b36de;
      border-color: #3b36de;
      box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.09);
      color: #fff; }
      .pricing-4-item.center a:hover {
        background-color: transparent;
        border-color: rgba(102, 102, 102, 0.12);
        color: #1b1b25;
        box-shadow: none; }

.pricing-6-area {
  padding-top: 114px;
  padding-bottom: 120px; }
  .pricing-6-area .section-title-6 {
    padding-bottom: 27px; }

.pricing-6-item {
  padding: 105px 30px 42px;
  border: 2px solid #ff8618;
  border-radius: 10px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .pricing-6-item {
      padding: 105px 15px 42px; } }
  @media (max-width: 767px) {
    .pricing-6-item {
      padding: 105px 10px 42px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-6-item {
      padding: 105px 30px 42px; } }
  .pricing-6-item .title {
    font-size: 60px;
    margin: 0; }
  .pricing-6-item span {
    font-size: 26px;
    font-weight: 300;
    padding-top: 5px;
    display: block;
    position: relative; }
    .pricing-6-item span::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: -55px;
      height: 1px;
      width: 100%;
      background: transparent;
      border-bottom: 1px dashed #1f72b0; }
  .pricing-6-item ul {
    text-align: left;
    margin: 96px 0 0;
    padding: 0;
    list-style-type: none; }
    .pricing-6-item ul li {
      font-size: 18px;
      line-height: 26px;
      padding-bottom: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .pricing-6-item ul li {
          font-size: 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .pricing-6-item ul li {
          font-size: 15px; } }
      @media (max-width: 767px) {
        .pricing-6-item ul li {
          font-size: 15px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .pricing-6-item ul li {
          font-size: 18px; } }
      .pricing-6-item ul li img {
        padding-right: 12px; }
  .pricing-6-item a {
    margin-top: 25px;
    border-radius: 30px;
    background: #ff8618;
    border: 2px solid #ff8618;
    color: #fff; }
    .pricing-6-item a:hover {
      border-color: #ff8618;
      color: #ff8618; }
  .pricing-6-item.center {
    background: #ff8618; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .pricing-6-item.center {
        display: none; } }
    .pricing-6-item.center .title {
      color: #fff; }
    .pricing-6-item.center span {
      color: #fff; }
      .pricing-6-item.center span::before {
        border-color: #fff;
        opacity: .3; }
    .pricing-6-item.center ul li {
      color: #fff; }
      .pricing-6-item.center ul li:last-child img {
        opacity: .3; }
    .pricing-6-item.center a {
      border-color: #fff;
      background: #fff;
      color: #1b1b25; }

.pricing-7-area {
  overflow: hidden; }

.pricing-7-area .switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 45px;
  vertical-align: middle;
  margin: 0; }

.pricing-7-area .switch input {
  display: none; }

.pricing-7-area .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  background: #9e1cac; }

.pricing-7-area .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 6px;
  bottom: 10px;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s; }

.pricing-7-area .switch.off .slider:before {
  -webkit-transform: translateX(50px);
  transform: translateX(50px); }

.pricing-7-area .slider.round {
  border-radius: 34px; }

.pricing-7-area .slider.round:before {
  border-radius: 50%; }

.pricing-7-area ul.switch-toggler-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 48px; }

.pricing-7-area ul.switch-toggler-list li a {
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  color: #1b1b25;
  font-size: 24px;
  font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif; }

.pricing-7-area ul.switch-toggler-list li.active a {
  color: #1b1b25; }

.pricing-7-item {
  background: #fff;
  border-radius: 10px;
  padding-top: 66px;
  padding-bottom: 37px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
  .pricing-7-item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    border: solid 2px rgba(102, 102, 102, 0.12);
    border-radius: 10px;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    opacity: 1; }
  .pricing-7-item .services-shape {
    position: absolute;
    z-index: -2;
    right: 0;
    bottom: 0; }
  .pricing-7-item .services-shape-2 {
    position: absolute;
    z-index: -2;
    right: 48px;
    top: 138px; }
  .pricing-7-item .services-shape-3 {
    position: absolute;
    z-index: -2;
    left: 50%;
    bottom: 155px;
    transform: translateX(-50%); }
  .pricing-7-item .title {
    font-size: 36px;
    color: #1b1b25;
    padding-bottom: 15px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
  .pricing-7-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .pricing-7-item ul li {
      font-size: 18px;
      line-height: 26px;
      padding-bottom: 15px;
      color: #1b1b25;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
  .pricing-7-item span {
    display: block;
    font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif;
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    color: #1b1b25;
    padding-top: 27px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
  .pricing-7-item a {
    line-height: 60px;
    width: 250px;
    border: 0;
    box-shadow: 0 15px 55px 12px rgba(100, 100, 100, 0.07);
    background: #fff;
    color: #1b1b25 !important;
    margin-top: 30px; }
  .pricing-7-item.center, .pricing-7-item:hover {
    background: #3c3a5a; }
    .pricing-7-item.center::before, .pricing-7-item:hover::before {
      border: 0;
      opacity: 0; }
    .pricing-7-item.center .title, .pricing-7-item:hover .title {
      color: #fff; }
    .pricing-7-item.center ul li, .pricing-7-item:hover ul li {
      color: #fff; }
    .pricing-7-item.center span, .pricing-7-item:hover span {
      color: #fff; }
    .pricing-7-item.center a, .pricing-7-item:hover a {
      box-shadow: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-7-item.item-3 {
      display: none; } }

.newsletter-area .section-title-7 {
  padding: 0 30px 19px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .newsletter-area .section-title-7 {
      padding: 0 0 34px; } }
  @media (max-width: 767px) {
    .newsletter-area .section-title-7 {
      padding: 0 0 34px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .newsletter-area .section-title-7 .title {
      font-size: 38px;
      line-height: 48px; } }
  @media (max-width: 767px) {
    .newsletter-area .section-title-7 .title {
      font-size: 32px;
      line-height: 42px; } }
.newsletter-area .input-box {
  margin: 30px 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .newsletter-area .input-box {
      display: block;
      margin: 30px 0 0; } }
  .newsletter-area .input-box input {
    height: 60px;
    width: 380px;
    border-radius: 5px;
    border: solid 2px rgba(102, 102, 102, 0.12);
    font-size: 18px;
    font-weight: 500;
    color: #1b1b25;
    padding-left: 30px; }
    @media (max-width: 767px) {
      .newsletter-area .input-box input {
        width: 100%; } }
    .newsletter-area .input-box input::placeholder {
      opacity: 1;
      color: #1b1b25; }
  .newsletter-area .input-box button {
    line-height: 60px;
    border-radius: 5px;
    box-shadow: 0 15px 55px 12px rgba(100, 100, 100, 0.07);
    width: 250px;
    background: #fff;
    color: #1b1b25 !important; }
    @media (max-width: 767px) {
      .newsletter-area .input-box button {
        margin-top: 20px; } }

/*===========================
    8.FAQ css 
===========================*/
.faq-area {
  padding-bottom: 120px; }
  .faq-area .section-title {
    padding-bottom: 39px; }
  .faq-area .faq-btns ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .faq-area .faq-btns ul {
        display: flex;
        justify-content: center; } }
    @media (max-width: 767px) {
      .faq-area .faq-btns ul {
        display: flex;
        justify-content: center; } }
    .faq-area .faq-btns ul li {
      margin-bottom: 30px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .faq-area .faq-btns ul li {
          display: inline-block;
          margin: 0 5px 10px; } }
      @media (max-width: 767px) {
        .faq-area .faq-btns ul li {
          display: inline-block;
          margin: 0 5px 10px; } }
      .faq-area .faq-btns ul li a {
        width: 118px;
        text-align: center;
        background: rgba(255, 79, 79, 0.13) !important;
        color: #1b1b25 !important;
        font-size: 18px;
        font-weight: 500;
        display: inline-block;
        line-height: 35px;
        border-radius: 5px;
        padding: 0; }
      .faq-area .faq-btns ul li:nth-child(2) a {
        background: #39417a !important;
        color: #fff !important; }
      .faq-area .faq-btns ul li:nth-child(3) a {
        background: rgba(0, 145, 255, 0.13) !important; }
      .faq-area .faq-btns ul li:nth-child(4) a {
        background: rgba(247, 181, 0, 0.13) !important; }
      .faq-area .faq-btns ul li:nth-child(5) a {
        background: rgba(183, 106, 85, 0.13) !important; }
  .faq-area.faq-2-area {
    padding-bottom: 120px; }
  .faq-area.faq-3-area {
    padding-bottom: 60px; }
    .faq-area.faq-3-area .faq-btns {
      margin-top: 0; }
      .faq-area.faq-3-area .faq-btns ul li {
        display: inline-block; }
        .faq-area.faq-3-area .faq-btns ul li a {
          margin: 0 7px; }
    .faq-area.faq-3-area .faq-accordion-area {
      margin-top: 10px; }
      .faq-area.faq-3-area .faq-accordion-area .accrodion {
        margin-top: 0; }
        .faq-area.faq-3-area .faq-accordion-area .accrodion .accrodion-title {
          border-radius: 0;
          border: 0;
          border-bottom: solid 2px rgba(102, 102, 102, 0.12);
          padding: 24px 40px; }
        .faq-area.faq-3-area .faq-accordion-area .accrodion .accrodion-content .inner {
          padding: 37px 102px 21px 40px; }
        .faq-area.faq-3-area .faq-accordion-area .accrodion.active {
          box-shadow: none; }
          .faq-area.faq-3-area .faq-accordion-area .accrodion.active .accrodion-inner {
            background: #fff; }
          .faq-area.faq-3-area .faq-accordion-area .accrodion.active .accrodion-title {
            box-shadow: none; }

.faq-accordion-area {
  margin-top: 30px;
  margin-right: 0px; }
  .faq-accordion-area .accrodion {
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff; }
    .faq-accordion-area .accrodion::before {
      content: '';
      position: absolute;
      top: -1px;
      bottom: -1px;
      left: 0px;
      right: 0px;
      border-radius: 0px;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      background-image: -webkit-gradient(linear, left top, right top, from(var(--thm-primary)), to(var(--thm-base)));
      background-image: linear-gradient(90deg, var(--thm-primary) 0%, var(--thm-base) 100%);
      -webkit-transition: -webkit-transform .4s ease;
      transition: -webkit-transform .4s ease;
      border-radius: 5px;
      transition: transform .4s ease;
      transition: transform .4s ease, -webkit-transform .4s ease; }
    .faq-accordion-area .accrodion + .accrodion {
      margin-top: 40px; }
    .faq-accordion-area .accrodion.active .accrodion-inner {
      background-color: rgba(255, 79, 79, 0.05);
      border-color: #fff; }
    .faq-accordion-area .accrodion.active::before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .faq-accordion-area .accrodion.active .accrodion-title {
      border-color: #fff;
      box-shadow: 20px 14px 48px 0 rgba(144, 121, 121, 0.12); }
      .faq-accordion-area .accrodion.active .accrodion-title h4 {
        color: #1b1b25; }
      .faq-accordion-area .accrodion.active .accrodion-title::before {
        opacity: 0; }
      .faq-accordion-area .accrodion.active .accrodion-title::after {
        opacity: 1;
        color: #9e1cac; }
    .faq-accordion-area .accrodion .accrodion-inner {
      background-color: transparent;
      position: relative;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .faq-accordion-area .accrodion .accrodion-title {
      cursor: pointer;
      position: relative;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      padding: 20px 30px;
      border-radius: 10px;
      border: solid 2px rgba(102, 102, 102, 0.12);
      background: #fff; }
      @media (max-width: 767px) {
        .faq-accordion-area .accrodion .accrodion-title {
          padding: 15px 20px 15px 20px; } }
      .faq-accordion-area .accrodion .accrodion-title::before {
        content: '\f105';
        font-family: 'Font Awesome 5 Pro';
        font-size: 24px;
        color: rgba(102, 102, 102, 0.12);
        text-align: center;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease; }
        @media (max-width: 767px) {
          .faq-accordion-area .accrodion .accrodion-title::before {
            right: 20px; } }
      .faq-accordion-area .accrodion .accrodion-title::after {
        content: '\f107';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400;
        font-size: 24px;
        color: #1b1b25;
        text-align: center;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease; }
        @media (max-width: 767px) {
          .faq-accordion-area .accrodion .accrodion-title::after {
            right: 20px; } }
      .faq-accordion-area .accrodion .accrodion-title h4 {
        margin: 0;
        color: #1b1b25;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0; }
        @media (max-width: 767px) {
          .faq-accordion-area .accrodion .accrodion-title h4 {
            font-size: 14px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .faq-accordion-area .accrodion .accrodion-title h4 {
            font-size: 16px; } }
    .faq-accordion-area .accrodion .accrodion-content .inner {
      padding: 37px 65px 21px 60px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .faq-accordion-area .accrodion .accrodion-content .inner {
          padding: 37px 40px 21px 40px; } }
      @media (max-width: 767px) {
        .faq-accordion-area .accrodion .accrodion-content .inner {
          padding: 37px 20px 21px 20px; } }

.accrodion.item-2 .accrodion-inner .accrodion-title::after {
  color: #3b36de !important; }

/*===========================
    9.FOOTER css 
===========================*/
.footer-area {
  position: relative;
  padding-top: 110px;
  z-index: 10; }
  .footer-area .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 79, 79, 0.08);
    z-index: -1; }
    .footer-area .footer-bg .footer-left {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .footer-area .footer-bg .footer-left {
          width: 32%; } }
    .footer-area .footer-bg .footer-right {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: -1; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .footer-area .footer-bg .footer-right {
          width: 32%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-started {
      text-align: center; } }
  @media (max-width: 767px) {
    .footer-area .footer-started {
      text-align: center; } }
  .footer-area .footer-started .title {
    font-size: 36px;
    line-height: 46px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-area .footer-started .title br {
        display: none; } }
    @media (max-width: 767px) {
      .footer-area .footer-started .title br {
        display: none; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .footer-area .footer-started .title {
        font-size: 32px;
        line-height: 42px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-area .footer-started .title {
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .footer-area .footer-started .title {
        padding-bottom: 20px;
        font-size: 22px;
        line-height: 32px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .footer-area .footer-started .title {
        padding-bottom: 20px;
        font-size: 30px; } }
  .footer-area .footer-items {
    border-top: solid 2px rgba(32, 36, 66, 0.08);
    margin-top: 45px;
    padding-top: 28px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .footer-area .footer-items .footer-list {
        margin-left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-area .footer-items .footer-list {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .footer-area .footer-items .footer-list {
        margin-left: 0; } }
    .footer-area .footer-items .footer-list .title {
      font-size: 24px;
      line-height: 32px;
      padding-bottom: 3px; }
    .footer-area .footer-items .footer-list ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .footer-area .footer-items .footer-list ul li a {
        font-size: 20px;
        color: #232423;
        opacity: .7;
        padding-top: 26px;
        display: inline-block; }
        @media (max-width: 767px) {
          .footer-area .footer-items .footer-list ul li a {
            font-size: 16px; } }
        .footer-area .footer-items .footer-list ul li a:hover {
          color: #9e1cac;
          opacity: 1; }
    .footer-area .footer-items .footer-about {
      margin-left: 98px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .footer-area .footer-items .footer-about {
          margin-left: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-area .footer-items .footer-about {
          margin-left: 0; } }
      @media (max-width: 767px) {
        .footer-area .footer-items .footer-about {
          margin-left: 0; } }
      .footer-area .footer-items .footer-about .title {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 18px; }
      .footer-area .footer-items .footer-about p {
        padding-top: 10px;
        padding-bottom: 10px; }
      .footer-area .footer-items .footer-about ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .footer-area .footer-items .footer-about ul {
            justify-content: flex-start; } }
        @media (max-width: 767px) {
          .footer-area .footer-items .footer-about ul {
            justify-content: flex-start; } }
        .footer-area .footer-items .footer-about ul li a {
          height: 43px;
          width: 43px;
          text-align: center;
          line-height: 39px;
          border-radius: 50%;
          border: solid 1px #979797;
          display: inline-block; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .footer-area .footer-items .footer-about ul li a {
              margin-right: 10px; } }
          @media (max-width: 767px) {
            .footer-area .footer-items .footer-about ul li a {
              margin-right: 10px; } }
          .footer-area .footer-items .footer-about ul li a svg path {
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s; }
          .footer-area .footer-items .footer-about ul li a:hover {
            background: #9e1cac;
            border-color: #9e1cac; }
            .footer-area .footer-items .footer-about ul li a:hover svg path {
              fill: #fff; }
    .footer-area .footer-items .footer-about-1 p {
      opacity: .7;
      padding-right: 24px;
      padding-top: 34px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .footer-area .footer-items .footer-about-1 p {
          padding-right: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-area .footer-items .footer-about-1 p {
          padding-right: 0; } }
      @media (max-width: 767px) {
        .footer-area .footer-items .footer-about-1 p {
          padding-right: 0; } }
  .footer-area .footer-copyright p {
    font-size: 16px;
    line-height: 1.18;
    color: #272727;
    margin: 0; }
    @media (max-width: 767px) {
      .footer-area .footer-copyright p {
        font-size: 18px; } }
  .footer-area.footer-2-area {
    padding-top: 88px; }
    .footer-area.footer-2-area .footer-items {
      margin: 0;
      padding: 0;
      border: 0 !important; }
    .footer-area.footer-2-area .footer-copyright {
      border-top: 1px solid rgba(32, 36, 66, 0.08);
      padding: 22px 0;
      margin-top: 100px; }
    .footer-area.footer-2-area .footer-items .footer-about ul li a:hover {
      border-color: #3b36de;
      background: #3b36de; }
    .footer-area.footer-2-area .footer-items .footer-list ul li a:hover {
      color: #3b36de;
      opacity: 1; }
    .footer-area.footer-2-area.footer-4-area {
      position: relative;
      z-index: 10;
      padding-top: 0; }
      .footer-area.footer-2-area.footer-4-area .footer-bg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background-image: url(../images/footer-shape.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent; }
      .footer-area.footer-2-area.footer-4-area .footer-projects {
        margin-bottom: 60px;
        padding: 80px;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/footer-projects-bg.png); }
        @media (max-width: 767px) {
          .footer-area.footer-2-area.footer-4-area .footer-projects {
            padding: 30px; } }
        .footer-area.footer-2-area.footer-4-area .footer-projects .projects-content span {
          font-size: 16px;
          font-weight: 500;
          font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif;
          color: #fff; }
        .footer-area.footer-2-area.footer-4-area .footer-projects .projects-content .title {
          font-size: 36px;
          line-height: 46px;
          font-weight: 500;
          color: #fff;
          margin-top: 7px; }
          @media (max-width: 767px) {
            .footer-area.footer-2-area.footer-4-area .footer-projects .projects-content .title {
              font-size: 30px; } }
        @media (max-width: 767px) {
          .footer-area.footer-2-area.footer-4-area .footer-projects .projects-btn {
            margin-top: 20px; } }
        .footer-area.footer-2-area.footer-4-area .footer-projects .projects-btn a {
          background: transparent;
          border: 2px solid #fff;
          color: #fff; }
          .footer-area.footer-2-area.footer-4-area .footer-projects .projects-btn a:hover {
            background: #fff;
            color: #3b36de; }
  .footer-area.footer-3-area {
    padding-top: 88px; }
    .footer-area.footer-3-area .footer-items {
      margin: 0;
      padding: 0;
      border: 0 !important; }
    .footer-area.footer-3-area .footer-copyright {
      border-top: 1px solid rgba(32, 36, 66, 0.08);
      padding: 22px 0;
      margin-top: 100px; }
    .footer-area.footer-3-area .footer-items .footer-about ul li a:hover {
      border-color: #9e1cac;
      background: #9e1cac; }
    .footer-area.footer-3-area .footer-items .footer-list ul li a:hover {
      color: #9e1cac;
      opacity: 1; }
  .footer-area .footer-box {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1; }
  .footer-area.footer-6-area {
    padding-top: 82px; }
    .footer-area.footer-6-area .footer-items .footer-about {
      margin-left: -2px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .footer-area.footer-6-area .footer-items .footer-about ul li a {
          height: 35px;
          width: 35px;
          line-height: 32px; } }
  .footer-area.footer-7-area {
    position: relative;
    z-index: 10; }
    .footer-area.footer-7-area .footer-items .footer-about-1 {
      color: #fff;
      margin-right: -30px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-area.footer-7-area .footer-items .footer-about-1 {
          margin-right: 0; } }
      @media (max-width: 767px) {
        .footer-area.footer-7-area .footer-items .footer-about-1 {
          margin-right: 0; } }
      .footer-area.footer-7-area .footer-items .footer-about-1 p {
        opacity: 1;
        padding-right: 0; }
    .footer-area.footer-7-area .footer-items .footer-list {
      margin-left: 75px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .footer-area.footer-7-area .footer-items .footer-list {
          margin-left: 30px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-area.footer-7-area .footer-items .footer-list {
          margin-left: 0px; } }
      @media (max-width: 767px) {
        .footer-area.footer-7-area .footer-items .footer-list {
          margin-left: 0px; } }
      .footer-area.footer-7-area .footer-items .footer-list .title {
        color: #fff; }
      .footer-area.footer-7-area .footer-items .footer-list ul li a {
        color: #fff;
        opacity: 1; }
        .footer-area.footer-7-area .footer-items .footer-list ul li a:hover {
          color: #9e1cac; }
    .footer-area.footer-7-area .footer-items .footer-about {
      color: #fff; }
      .footer-area.footer-7-area .footer-items .footer-about .title {
        color: #fff; }
      .footer-area.footer-7-area .footer-items .footer-about ul li a {
        border-color: #fff; }
        .footer-area.footer-7-area .footer-items .footer-about ul li a svg path {
          fill: #fff; }
        .footer-area.footer-7-area .footer-items .footer-about ul li a:hover {
          border-color: #fff;
          background: #fff; }
          .footer-area.footer-7-area .footer-items .footer-about ul li a:hover svg path {
            fill: #9e1cac; }
    .footer-area.footer-7-area .footer-copyright {
      border-top: 2px solid rgba(255, 255, 255, 0.08); }
      .footer-area.footer-7-area .footer-copyright p {
        color: #fff; }

.subscribe-area {
  padding-top: 106px;
  padding-bottom: 120px;
  position: relative;
  z-index: 10; }
  .subscribe-area .subscribe-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #3b36de;
    z-index: -1; }
    .subscribe-area .subscribe-bg::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-image: url(../images/subscribe-map.png);
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      margin-top: 102px; }
  .subscribe-area .subscribe-content .title {
    font-size: 46px;
    line-height: 60px;
    color: #fff;
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .subscribe-area .subscribe-content .title br {
        display: none; } }
    @media (max-width: 767px) {
      .subscribe-area .subscribe-content .title {
        font-size: 28px;
        line-height: 38px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .subscribe-area .subscribe-content .title {
        font-size: 34px;
        line-height: 44px; } }
  .subscribe-area .subscribe-content a {
    background: #fff;
    color: #1b1b25;
    border: 1px solid #fff; }
    .subscribe-area .subscribe-content a:hover {
      background-color: transparent;
      color: #fff;
      border-color: #fff; }
  .subscribe-area.subscribe-3-area .subscribe-bg {
    background: #9e1cac; }
  .subscribe-area.subscribe-5-area .subscribe-bg::before {
    display: none; }
  .subscribe-area.subscribe-5-area .subscribe-bg .subscribe-shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .subscribe-area.subscribe-5-area .subscribe-bg .subscribe-shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }

/*==== BACK TO TOP ====*/
.back-to-top {
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #9e1cac;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.09); }
  .back-to-top i {
    color: #fff; }
  .back-to-top:hover {
    background-color: #9e1cac; }
  .back-to-top.back-to-top-2 {
    background: #3b36de; }

/*===========================
    10.ABOUT css 
===========================*/
.about-area {
  padding-top: 100px;
  padding-bottom: 112px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .about-content {
    margin-bottom: 40px; } }
.about-content span {
  font-size: 20px;
  font-weight: 700;
  color: #3c3a5a;
  padding-left: 70px;
  position: relative;
  font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif; }
  .about-content span::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 60px;
    background: #3c3a5a;
    border-radius: 5px; }
.about-content .title {
  font-size: 46px;
  line-height: 56px;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 16px; }
  @media (max-width: 767px) {
    .about-content .title {
      font-size: 38px;
      line-height: 48px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-content .title {
      font-size: 46px;
      line-height: 56px; } }
.about-content a {
  background: #3b36de;
  border-color: #3b36de;
  color: #fff;
  padding: 0 60px;
  margin-top: 13px; }
  .about-content a:hover {
    background: #1d1d1d;
    border-color: #1d1d1d;
    color: #fff;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.09); }

.about-thumb {
  margin-left: -30px;
  margin-right: -60px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .about-thumb {
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-thumb {
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-thumb {
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .about-thumb {
      margin-left: 0;
      margin-right: 0; } }
  .about-thumb img {
    width: 100%; }

.about-7-area {
  padding-top: 5px;
  padding-bottom: 200px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-7-area {
      padding-bottom: 116px; } }
  @media (max-width: 767px) {
    .about-7-area {
      padding-bottom: 116px; } }
  .about-7-area .about-thumb-7 {
    position: relative;
    z-index: 10; }
    .about-7-area .about-thumb-7 .thumb {
      position: absolute;
      left: 240px;
      bottom: 35px; }
      @media (max-width: 767px) {
        .about-7-area .about-thumb-7 .thumb {
          left: 150px; } }
    .about-7-area .about-thumb-7::before {
      position: absolute;
      content: '';
      left: -80px;
      bottom: -80px;
      width: 244px;
      height: 244px;
      background: #9e1cac;
      opacity: .1;
      border-radius: 50%;
      z-index: -1; }
  .about-7-area.service-about-area {
    padding-top: 120px; }
    .about-7-area.service-about-area .about-7-content > span {
      font-size: 20px;
      font-weight: 700;
      color: #ee635a;
      line-height: 60px;
      padding: 0 65px;
      background: rgba(246, 89, 84, 0.05); }

.about-7-content {
  margin-left: -25px;
  position: relative;
  z-index: 11; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-7-content {
      margin-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-7-content {
      margin-left: 0;
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .about-7-content {
      margin-left: 0;
      margin-top: 40px; } }
  .about-7-content > span {
    padding: 0 67px;
    line-height: 60px;
    background: #3c3a5a;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif; }
  .about-7-content .title {
    font-weight: 400;
    font-size: 42px;
    line-height: 60px;
    padding-top: 24px;
    padding-bottom: 17px; }
    @media (max-width: 767px) {
      .about-7-content .title {
        font-size: 27px;
        line-height: 37px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about-7-content .title {
        font-size: 42px;
        line-height: 52px; } }
    .about-7-content .title span {
      font-weight: 700;
      color: #9e1cac; }

/*===========================
    11.WORKING PROCESS css 
===========================*/
.working-process-area {
  padding-top: 0px;
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .working-process-area {
      padding-bottom: 40px; } }

.working-process-item {
  padding: 46px 25px 37px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .working-process-item {
      padding: 46px 10px 42px; } }
  @media (max-width: 767px) {
    .working-process-item {
      padding: 46px 15px 42px; } }
  .working-process-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 0px;
    width: 100%;
    background: #3b36de;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .working-process-item .title {
    font-size: 20px;
    line-height: 36px;
    padding-top: 38px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .working-process-item .title {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .working-process-item .title {
        font-size: 18px; } }
  .working-process-item .icon {
    height: 115px;
    width: 130px;
    display: inline-block;
    line-height: 115px;
    position: relative; }
    .working-process-item .icon .shape {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 115px;
      width: 132px; }
  .working-process-item:hover {
    background: #fff;
    box-shadow: 0 10px 52px 5px rgba(98, 54, 255, 0.08); }
    .working-process-item:hover::before {
      height: 10px; }

/*===========================
    12.AUGMENTATION css 
===========================*/
.augmentation-area {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 290px;
  padding-bottom: 390px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .augmentation-area {
      padding-top: 90px;
      padding-bottom: 90px;
      margin-top: 100px;
      margin-bottom: 100px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .augmentation-area {
      padding-top: 90px;
      padding-bottom: 90px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .augmentation-area {
      padding-top: 0px;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .augmentation-area {
      padding-top: 0px;
      padding-bottom: 0; } }
  .augmentation-area .augmentation-content {
    padding-left: 70px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .augmentation-area .augmentation-content {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .augmentation-area .augmentation-content {
        margin-bottom: 30px;
        padding-left: 0; } }
    .augmentation-area .augmentation-content .title {
      font-size: 28px;
      line-height: 38px;
      padding-bottom: 17px; }
      .augmentation-area .augmentation-content .title span {
        font-weight: 400; }
    .augmentation-area .augmentation-content a {
      font-size: 18px;
      font-weight: 500;
      color: #3b36de;
      margin-top: 37px;
      display: inline-block; }
      .augmentation-area .augmentation-content a img {
        padding-left: 14px; }
  .augmentation-area .augmentation-thumb {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .augmentation-area .augmentation-thumb {
        width: 47%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .augmentation-area .augmentation-thumb {
        position: static;
        transform: translateY(0);
        width: 100%; } }
    @media (max-width: 767px) {
      .augmentation-area .augmentation-thumb {
        position: static;
        transform: translateY(0);
        width: 100%; } }
  .augmentation-area .augmentation-shape {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .augmentation-area .augmentation-shape {
        width: 47%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .augmentation-area .augmentation-shape {
        display: none; } }
    @media (max-width: 767px) {
      .augmentation-area .augmentation-shape {
        display: none; } }

.augmentation-7-area {
  margin-top: 86px;
  padding-bottom: 57px;
  overflow: hidden; }

.augmentation-7-item .augmentation-7-thumb {
  margin-left: -80px;
  margin-right: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .augmentation-7-item .augmentation-7-thumb {
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .augmentation-7-item .augmentation-7-thumb {
      margin-left: 0;
      margin-right: 0; } }
  .augmentation-7-item .augmentation-7-thumb img {
    width: 100%; }
.augmentation-7-item .augmentation-7-content {
  margin-left: -25px;
  padding-right: 40px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .augmentation-7-item .augmentation-7-content {
      padding-right: 0;
      margin-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .augmentation-7-item .augmentation-7-content {
      padding-right: 0;
      margin-left: 0; } }
  @media (max-width: 767px) {
    .augmentation-7-item .augmentation-7-content {
      padding-right: 0;
      margin-left: 0; } }
  .augmentation-7-item .augmentation-7-content .title {
    font-weight: 400;
    font-size: 42px;
    line-height: 60px;
    padding-bottom: 17px; }
    .augmentation-7-item .augmentation-7-content .title span {
      font-weight: 700;
      color: #9e1cac; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .augmentation-7-item.item-2 {
    margin-top: 100px;
    padding-bottom: 60px; } }
@media (max-width: 767px) {
  .augmentation-7-item.item-2 {
    margin-top: 100px;
    padding-bottom: 60px; } }
.augmentation-7-item.item-2 .augmentation-7-thumb {
  margin-left: 70px;
  margin-right: -80px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .augmentation-7-item.item-2 .augmentation-7-thumb {
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .augmentation-7-item.item-2 .augmentation-7-thumb {
      margin-left: 0;
      margin-right: 0; } }

/*===========================
    13.OUR SERVICES css 
===========================*/
.our-services-area {
  padding-top: 358px;
  padding-bottom: 420px;
  position: relative;
  margin-top: 128px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .our-services-area {
      margin-top: 90px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-services-area {
      margin-top: 0px;
      background-image: linear-gradient(to bottom, #b189fe, #6236ff);
      padding-top: 114px;
      padding-bottom: 120px; } }
  @media (max-width: 767px) {
    .our-services-area {
      margin-top: 70px;
      background-image: linear-gradient(to bottom, #b189fe, #6236ff);
      padding-top: 114px;
      padding-bottom: 120px; } }
  .our-services-area .our-services-bg {
    background-image: url(../images/services-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .our-services-area .our-services-bg {
        background-size: cover; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .our-services-area .our-services-bg {
        display: none; } }
    @media (max-width: 767px) {
      .our-services-area .our-services-bg {
        display: none; } }

.our-sevices-item {
  padding: 84px 34px 55px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  color: #fff;
  border: solid 2px rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .our-sevices-item {
      padding: 84px 20px 72px; } }
  @media (max-width: 767px) {
    .our-sevices-item {
      padding: 84px 20px 72px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-sevices-item {
      padding: 84px 34px 72px; } }
  .our-sevices-item .serices-shape {
    position: absolute;
    right: -100px;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: -4; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .our-sevices-item .serices-shape {
        right: 0; } }
  .our-sevices-item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #3b36de;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: -4;
    opacity: 0; }
  .our-sevices-item .icon {
    position: relative; }
    .our-sevices-item .icon::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: -13px;
      height: 45px;
      width: 45px;
      background: #fff;
      opacity: .15;
      border-radius: 50%; }
  .our-sevices-item svg {
    height: 60px; }
    .our-sevices-item svg g path {
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
  .our-sevices-item .title {
    padding-top: 47px;
    font-weight: 500;
    padding-bottom: 3px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    font-size: 26px;
    line-height: 38px;
    color: #fff; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .our-sevices-item .title {
        font-size: 22px;
        line-height: 34px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .our-sevices-item .title {
        font-size: 24px;
        line-height: 34px; } }
    @media (max-width: 767px) {
      .our-sevices-item .title {
        font-size: 22px;
        line-height: 32px; } }
  @media (max-width: 767px) {
    .our-sevices-item p {
      padding-right: 0;
      font-size: 15px; } }
  .our-sevices-item a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
    display: inline-block; }
  .our-sevices-item:hover {
    border-color: transparent;
    box-shadow: 0px 42px 40px -17px #6236ff; }
    .our-sevices-item:hover .serices-shape {
      opacity: 1;
      right: 0; }
    .our-sevices-item:hover::before {
      opacity: 1; }
    .our-sevices-item:hover .title {
      color: #fff; }
    .our-sevices-item:hover svg g path {
      fill: #fff; }
  .our-sevices-item .services-overlay-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .our-sevices-item .services-overlay-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -2; }
  .our-sevices-item .services-overlay-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -3; }
  .our-sevices-item.services-2-item::before {
    background: #3b36de; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-sevices-item.item-3 {
      display: none; } }
  .our-sevices-item.about-services-item::before {
    background: #ff4f4f; }
  .our-sevices-item.about-services-item:hover {
    box-shadow: 0px 42px 40px -17px #ff4f4f; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-sevices-item.about-services-item.item-3 {
      display: none; } }

.status-area {
  padding-bottom: 104px; }
  .status-area .section-title > span {
    width: 245px; }

/*===========================
    14.PERFOMANCE css 
===========================*/
.performance-area {
  position: relative;
  margin-top: 10px;
  margin-bottom: 70px;
  padding-top: 290px;
  padding-bottom: 390px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .performance-area {
      padding-top: 90px;
      padding-bottom: 90px;
      margin-top: 100px;
      margin-bottom: 100px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .performance-area {
      padding-top: 90px;
      padding-bottom: 90px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .performance-area {
      padding-top: 94px;
      padding-bottom: 55px;
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .performance-area {
      padding-top: 94px;
      padding-bottom: 55px;
      margin-bottom: 0; } }
  .performance-area .performance-content {
    font-weight: 300; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .performance-area .performance-content {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .performance-area .performance-content {
        margin-bottom: 30px; } }
    .performance-area .performance-content .title {
      font-size: 42px;
      line-height: 60px;
      padding-bottom: 29px; }
      @media (max-width: 767px) {
        .performance-area .performance-content .title {
          font-size: 38px;
          line-height: 48px; } }
      .performance-area .performance-content .title span {
        font-weight: 400; }
    .performance-area .performance-content .input-box {
      margin-top: 45px;
      display: flex; }
      @media (max-width: 767px) {
        .performance-area .performance-content .input-box {
          display: block; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .performance-area .performance-content .input-box {
          display: flex; } }
      .performance-area .performance-content .input-box input {
        height: 60px;
        width: 318px;
        border-radius: 5px;
        border: solid 2px rgba(102, 102, 102, 0.12);
        padding-left: 24px;
        font-size: 16px;
        color: #1d1d1d; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .performance-area .performance-content .input-box input {
            width: 240px; } }
        @media (max-width: 767px) {
          .performance-area .performance-content .input-box input {
            width: 100%; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .performance-area .performance-content .input-box input {
            width: 50%; } }
        .performance-area .performance-content .input-box input::placeholder {
          color: #1d1d1d;
          opacity: .4; }
      .performance-area .performance-content .input-box button {
        margin-left: 20px;
        background: #3b36de;
        border-color: #3b36de; }
        .performance-area .performance-content .input-box button i {
          padding-left: 6px; }
        @media (max-width: 767px) {
          .performance-area .performance-content .input-box button {
            margin-left: 0;
            margin-top: 20px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .performance-area .performance-content .input-box button {
            margin-left: 20px;
            margin-top: 0px; } }
        .performance-area .performance-content .input-box button:hover {
          background: #1b1b25;
          color: #fff; }
  .performance-area .performance-thumb {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .performance-area .performance-thumb {
        width: 47%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .performance-area .performance-thumb {
        position: static;
        transform: translateY(0);
        width: 100%; } }
    @media (max-width: 767px) {
      .performance-area .performance-thumb {
        position: static;
        transform: translateY(0);
        width: 100%; } }
  .performance-area .performance-shape {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .performance-area .performance-shape {
        width: 47%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .performance-area .performance-shape {
        display: none; } }
    @media (max-width: 767px) {
      .performance-area .performance-shape {
        display: none; } }
  .performance-area.augmentation-5-area {
    padding-top: 330px;
    padding-bottom: 328px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .performance-area.augmentation-5-area {
        padding-top: 200px;
        padding-bottom: 100px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .performance-area.augmentation-5-area {
        padding-top: 0px;
        padding-bottom: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .performance-area.augmentation-5-area {
        padding-top: 0px;
        padding-bottom: 0px; } }
    @media (max-width: 767px) {
      .performance-area.augmentation-5-area {
        padding-top: 0px;
        padding-bottom: 0px; } }
    .performance-area.augmentation-5-area .performance-content a {
      margin-top: 30px;
      border: solid 2px rgba(102, 102, 102, 0.12);
      color: rgba(29, 29, 29, 0.4);
      background-color: transparent; }
      .performance-area.augmentation-5-area .performance-content a:hover {
        border-color: #3b36de;
        background: #3b36de;
        color: #fff; }
  .performance-area.augmentation-people {
    padding-top: 330px;
    padding-bottom: 328px;
    margin-top: 154px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .performance-area.augmentation-people {
        padding-top: 100px;
        padding-bottom: 200px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .performance-area.augmentation-people {
        padding-top: 0px;
        padding-bottom: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .performance-area.augmentation-people {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0; } }
    @media (max-width: 767px) {
      .performance-area.augmentation-people {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0; } }
    .performance-area.augmentation-people .performance-content a {
      margin-top: 30px;
      border: 2px solid rgba(102, 102, 102, 0.12);
      background-color: transparent;
      color: rgba(29, 29, 29, 0.4); }
      .performance-area.augmentation-people .performance-content a:hover {
        border: solid 2px #3b36de;
        background-color: #3b36de;
        color: #fff; }
    .performance-area.augmentation-people .performance-shape {
      left: 0;
      right: auto; }
    .performance-area.augmentation-people .performance-thumb {
      left: 0;
      right: auto; }

/*===========================
    15.HUBSTAFF css 
===========================*/
.hubstaff-area {
  margin-bottom: 120px; }
  @media (max-width: 767px) {
    .hubstaff-area {
      padding-top: 30px; } }

.hubstaff-items {
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hubstaff-items {
      justify-content: center !important; } }
  @media (max-width: 767px) {
    .hubstaff-items {
      justify-content: center !important; } }
  .hubstaff-items .item {
    height: 220px;
    width: 207px;
    background: #fff;
    box-shadow: 20px 14px 48px 0 rgba(144, 121, 121, 0.12);
    border-radius: 10px;
    padding: 37px 10px 0;
    position: relative;
    overflow: hidden;
    z-index: 10; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .hubstaff-items .item {
        width: 170px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hubstaff-items .item {
        margin: 30px 15px 0; } }
    @media (max-width: 767px) {
      .hubstaff-items .item {
        margin: 30px 15px 0; } }
    .hubstaff-items .item::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 1000%;
      background: #3b36de;
      z-index: -1;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      opacity: 0; }
    .hubstaff-items .item span {
      display: block;
      font-size: 22px;
      line-height: 30px;
      padding-top: 25px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      color: #1b1b25; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .hubstaff-items .item span {
          font-size: 18px;
          line-height: 28px; } }
    .hubstaff-items .item svg g path {
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .hubstaff-items .item:hover::before {
      opacity: 1; }
    .hubstaff-items .item:hover svg g path {
      fill: #fff; }
    .hubstaff-items .item:hover span {
      color: #fff; }

/*===========================
    16.TEAM css 
===========================*/
.team-5-item {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .team-5-item .team-thumb {
    position: relative;
    overflow: hidden; }
    .team-5-item .team-thumb::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: #6236ff;
      opacity: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .team-5-item .team-thumb img {
      width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .team-5-item .team-thumb ul {
      z-index: 2;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 140px;
      opacity: 1;
      width: 100%;
      text-align: center;
      opacity: 1;
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s;
      padding: 0; }
      .team-5-item .team-thumb ul li {
        margin: 0 16px;
        display: inline-block; }
        .team-5-item .team-thumb ul li a {
          margin-top: 0;
          opacity: 0; }
        .team-5-item .team-thumb ul li:nth-child(1) a {
          transition: all linear 0.3s .1s; }
        .team-5-item .team-thumb ul li:nth-child(2) a {
          transition: all linear 0.3s .3s; }
        .team-5-item .team-thumb ul li:nth-child(3) a {
          transition: all linear 0.3s .5s; }
  .team-5-item .team-contnet {
    padding-top: 42px;
    padding-bottom: 44px;
    border: solid 2px rgba(151, 151, 151, 0.15);
    border-radius: 0 0 10px 10px;
    border-top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .team-5-item .team-contnet .title {
      font-size: 34px;
      line-height: 46px;
      margin: 0; }
    .team-5-item .team-contnet span {
      display: inline-block;
      padding-top: 10px;
      font-weight: 700;
      font-size: 20px;
      color: #9e1cac;
      font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif; }
  .team-5-item:hover {
    box-shadow: 0px 14px 35px 0 rgba(144, 121, 121, 0.12); }
    .team-5-item:hover .team-thumb::before {
      opacity: .7;
      z-index: 1; }
    .team-5-item:hover .team-thumb img {
      transform: scale(1.1); }
    .team-5-item:hover .team-thumb ul {
      bottom: 168px; }
      .team-5-item:hover .team-thumb ul li a {
        margin-top: -30px;
        opacity: 1; }
    .team-5-item:hover .team-contnet {
      border-color: #fff; }
  .team-5-item.team-2-item {
    padding-top: 30px; }
    .team-5-item.team-2-item .team-thumb {
      text-align: center; }
      .team-5-item.team-2-item .team-thumb::before {
        display: none; }
      .team-5-item.team-2-item .team-thumb img {
        width: auto;
        transform: scale(1); }
      .team-5-item.team-2-item .team-thumb ul {
        background: #9e1cac;
        display: inline-block;
        width: 235px;
        border-radius: 5px;
        bottom: -50px;
        opacity: 0; }
        .team-5-item.team-2-item .team-thumb ul li {
          margin: 20px 18px; }
    .team-5-item.team-2-item .team-contnet {
      border: 0;
      box-shadow: none; }
    .team-5-item.team-2-item:hover .team-thumb ul {
      bottom: 20px;
      opacity: 1; }

.team-v1-area .team-5-item {
  border: solid 2px rgba(151, 151, 151, 0.15);
  overflow: hidden; }
  .team-v1-area .team-5-item .team-thumb::before {
    background: #f65954; }

/*===========================
    17.VIDEO css 
===========================*/
.video-area {
  padding-top: 107px;
  padding-bottom: 120px;
  position: relative;
  z-index: 10; }
  .video-area .video-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #3b36de;
    z-index: -1;
    overflow: hidden; }
    .video-area .video-bg::before {
      position: absolute;
      content: '';
      left: 0;
      top: 48px;
      width: 100%;
      height: 720px;
      background-image: url(../images/video-bg-shape.png);
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -4; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .video-area .video-bg::before {
          height: 500px; } }
    .video-area .video-bg .shape-1 {
      height: 1120px;
      width: 1120px;
      background: #fff;
      z-index: -3;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      opacity: .05;
      bottom: -335px; }
    .video-area .video-bg .shape-2 {
      height: 1000px;
      width: 1000px;
      background: #fff;
      z-index: -2;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      opacity: .05;
      bottom: -270px; }
    .video-area .video-bg .shape-3 {
      height: 880px;
      width: 880px;
      background: #fff;
      z-index: -1;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      opacity: .05;
      bottom: -225px; }

.video-content {
  color: #fff; }
  .video-content .title {
    font-size: 42px;
    line-height: 60px;
    color: #fff;
    padding: 0 40px 17px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .video-content .title {
        font-size: 38px;
        line-height: 48px;
        padding: 0 0 32px; } }
    @media (max-width: 767px) {
      .video-content .title {
        font-size: 38px;
        line-height: 48px;
        padding: 0 0 32px; } }
    .video-content .title span {
      font-weight: 400; }
  .video-content .text {
    padding: 0 40px; }
    @media (max-width: 767px) {
      .video-content .text {
        padding: 0; } }
  .video-content a {
    line-height: 65px;
    padding: 0 25px;
    margin-top: 29px; }
    .video-content a path {
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .video-content a:hover {
      color: #242525; }
      .video-content a:hover svg path {
        fill: #242525; }

.video-7-area {
  position: relative;
  padding-top: 190px;
  padding-bottom: 135px;
  z-index: 10; }

.video-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #3c3a5a;
  z-index: -1;
  overflow: hidden; }
  .video-bg .video-shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .video-bg .video-shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
    @media (max-width: 767px) {
      .video-bg .video-shape-2 {
        width: 35%; } }
    .video-bg .video-shape-2::before {
      position: absolute;
      content: '';
      right: 180px;
      bottom: 32px;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      background: #3c3a5a;
      animation: jump 5s infinite linear; }
  .video-bg .video-shape-3 {
    position: absolute;
    right: 250px;
    top: 100px;
    animation: animationFramesOne 20s infinite linear;
    z-index: -2; }
  .video-bg .video-shape-4 {
    position: absolute;
    left: 200px;
    top: 230px;
    z-index: -2;
    animation: animationFramesTwo 20s infinite linear; }
  .video-bg .video-shape-5 {
    position: absolute;
    left: 310px;
    bottom: 80px;
    z-index: -2;
    animation: animationFramesThree 20s infinite linear; }
  .video-bg .video-shape-6 {
    position: absolute;
    right: 700px;
    top: 90px;
    z-index: -2;
    animation: animationFramesFour 20s infinite linear; }

.video-7-content {
  text-align: center; }
  .video-7-content .title {
    font-size: 46px;
    line-height: 60px;
    color: #fff;
    font-weight: 400;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .video-7-content .title {
        font-size: 26px;
        line-height: 36px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .video-7-content .title {
        font-size: 32px;
        line-height: 42px; } }
    .video-7-content .title span {
      font-weight: 700; }
  .video-7-content > span {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    display: block;
    padding-top: 15px;
    padding-bottom: 33px; }
  .video-7-content a {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background: #9e1cac;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 10; }
    .video-7-content a::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: #9e1cac;
      border-radius: 50%;
      z-index: -1;
      animation: pulse-border-2 2s linear infinite; }
    .video-7-content a::after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: #9e1cac;
      border-radius: 50%;
      z-index: -2;
      animation: pulse-border 1.5s linear infinite; }

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }
@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }
/*===========================
    18.REAL DATA css 
===========================*/
.real-data-area {
  padding-bottom: 105px;
  padding-top: 120px;
  position: relative;
  z-index: 10; }

.real-data-shaps {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%; }
  .real-data-shaps .real-data-shape-1 {
    position: absolute;
    left: 0;
    top: 0; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .real-data-shaps .real-data-shape-1 {
        width: 15%; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .real-data-shaps .real-data-shape-1 {
        width: 15%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .real-data-shaps .real-data-shape-1 {
        width: 15%; } }
    @media (max-width: 767px) {
      .real-data-shaps .real-data-shape-1 {
        width: 15%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .real-data-shaps .real-data-shape-1 {
        width: 25%; } }
  .real-data-shaps .real-data-shape-2 {
    position: absolute;
    right: 0;
    top: 0; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .real-data-shaps .real-data-shape-2 {
        width: 20%; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .real-data-shaps .real-data-shape-2 {
        width: 20%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .real-data-shaps .real-data-shape-2 {
        width: 20%; } }
    @media (max-width: 767px) {
      .real-data-shaps .real-data-shape-2 {
        width: 20%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .real-data-shaps .real-data-shape-2 {
        width: 30%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .real-data-item {
    margin-top: 50px; } }
@media (max-width: 767px) {
  .real-data-item {
    margin-top: 50px; } }
.real-data-item .icon {
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 10px;
  background: rgba(112, 74, 255, 0.08); }
.real-data-item span {
  display: inline-block;
  padding-top: 47px;
  font-size: 24px;
  color: #9e9696;
  font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif; }
.real-data-item .title {
  font-size: 58px;
  font-weight: 300;
  color: #3b36de;
  padding-top: 17px; }
.real-data-item.item-2 .icon {
  background: rgba(254, 177, 0, 0.08); }
.real-data-item.item-2 .title {
  color: #feb100; }
.real-data-item.item-3 .icon {
  background: rgba(249, 70, 143, 0.08); }
.real-data-item.item-3 .title {
  color: #f9468f; }
.real-data-item.item-4 .icon {
  background: rgba(73, 206, 136, 0.08); }
.real-data-item.item-4 .title {
  color: #49ce88; }

/*===========================
    19.FRRDBACK css 
===========================*/
.feedback-area {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .feedback-area {
      overflow: hidden; } }

.feedback-slide .feedback-item {
  padding: 60px 135px 53px;
  margin: 40px 80px 60px;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feedback-slide .feedback-item {
      padding: 60px 30px 53px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .feedback-slide .feedback-item {
      padding: 60px 30px 53px;
      margin: 40px 30px 60px; } }
  @media (max-width: 767px) {
    .feedback-slide .feedback-item {
      padding: 60px 15px 53px;
      margin: 40px 0px 60px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .feedback-slide .feedback-item {
      padding: 60px 30px 53px;
      margin: 40px 0px 60px; } }
  .feedback-slide .feedback-item .feedback-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-shadow: 0 20px 64px 0 rgba(144, 121, 121, 0.12);
    background: #fff;
    border-radius: 25px;
    z-index: -1; }
  .feedback-slide .feedback-item img {
    display: inline-block; }
  .feedback-slide .feedback-item .text {
    padding-top: 20px;
    padding-bottom: 25px; }
  .feedback-slide .feedback-item .title {
    font-size: 26px;
    line-height: 46px;
    padding-top: 5px; }
  .feedback-slide .feedback-item span {
    font-size: 20px;
    color: #202442;
    opacity: .25; }
  .feedback-slide .feedback-item .user {
    display: inline-block;
    max-width: 80px; }
    .feedback-slide .feedback-item .user img {
      border-radius: 50%; }
.feedback-slide .slick-current {
  z-index: 99; }
.feedback-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 99;
  font-size: 32px;
  color: #000;
  opacity: .2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .feedback-slide .slick-arrow:hover {
    opacity: 1; }
  .feedback-slide .slick-arrow.prev {
    left: -50px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .feedback-slide .slick-arrow.prev {
        left: 0; } }
    @media (max-width: 767px) {
      .feedback-slide .slick-arrow.prev {
        left: 0; } }
  .feedback-slide .slick-arrow.next {
    right: -50px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .feedback-slide .slick-arrow.next {
        right: 0; } }

/*===========================
    20.FEATURE css 
===========================*/
.feature-area {
  padding-top: 96px;
  padding-bottom: 90px; }

.feature-item {
  padding: 82px 35px 33px;
  background: #fefbf0;
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
  z-index: 10; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feature-item {
      padding: 82px 15px 33px; } }
  @media (max-width: 767px) {
    .feature-item {
      padding: 82px 5px 33px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .feature-item {
      padding: 82px 35px 33px; } }
  .feature-item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #f1c800;
    z-index: -1;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0; }
  .feature-item .icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 120px;
    border-radius: 50%;
    background: #f1c800;
    box-shadow: 0 16px 24px 0 rgba(241, 200, 0, 0.4);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .feature-item .icon svg g path {
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .feature-item .title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 8px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .feature-item .title {
        font-size: 22px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .feature-item .title {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .feature-item .title {
        font-size: 22px; } }
  .feature-item .text {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .feature-item:hover::before {
    opacity: 1; }
  .feature-item:hover .icon {
    background: #fff; }
    .feature-item:hover .icon svg g path {
      fill: #f1c800; }
  .feature-item:hover .title {
    color: #fff; }
  .feature-item:hover .text {
    color: #fff; }
  .feature-item.item-2 {
    background: #e6e0fd; }
    .feature-item.item-2::before {
      background: #6236ff; }
    .feature-item.item-2 .icon {
      background: #6236ff;
      box-shadow: 20px 14px 48px 0 rgba(144, 121, 121, 0.12); }
    .feature-item.item-2:hover .icon {
      background: #fff; }
      .feature-item.item-2:hover .icon svg g path {
        fill: #6236ff; }
  .feature-item.item-3 {
    background: #f0fcf6; }
    .feature-item.item-3::before {
      background: #45d966; }
    .feature-item.item-3 .icon {
      background: #45d966;
      box-shadow: 0 16px 24px 0 rgba(69, 217, 102, 0.4); }
    .feature-item.item-3:hover .icon {
      background: #fff; }
      .feature-item.item-3:hover .icon svg g path {
        fill: #45d966; }
  .feature-item.item-4 {
    background: #f4f7fc; }
    .feature-item.item-4::before {
      background: #0091ff; }
    .feature-item.item-4 .icon {
      background: #0091ff;
      box-shadow: 0 16px 24px 0 rgba(0, 145, 255, 0.4); }
    .feature-item.item-4:hover .icon {
      background: #fff; }
      .feature-item.item-4:hover .icon svg path {
        fill: #0091ff; }
  .feature-item.item-5 {
    background: #fef6f7; }
    .feature-item.item-5::before {
      background: #f67c9b; }
    .feature-item.item-5 .icon {
      background: #f67c9b;
      box-shadow: 0 16px 24px 0 rgba(246, 124, 155, 0.4); }
    .feature-item.item-5:hover .icon {
      background: #fff; }
      .feature-item.item-5:hover .icon svg g path {
        fill: #f67c9b; }
  .feature-item.item-6 {
    background: #fef6ff; }
    .feature-item.item-6::before {
      background: #e67aef; }
    .feature-item.item-6 .icon {
      background: #e67aef;
      box-shadow: 0 16px 24px 0 rgba(230, 122, 239, 0.4); }
    .feature-item.item-6:hover .icon {
      background: #fff; }
      .feature-item.item-6:hover .icon svg g path {
        fill: #e67aef; }

/*===========================
    21.SCREENSHORS css 
===========================*/
.screenshorts-area {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding-bottom: 183px; }
  .screenshorts-area .screenshorts-bg {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 134, 24, 0.06); }

.screenshorts-active .screenshorts-item img {
  width: 100%;
  opacity: .2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.screenshorts-active .slick-current .screenshorts-item img {
  opacity: 1; }
.screenshorts-active .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px; }
  .screenshorts-active .slick-dots li {
    display: inline-block; }
    .screenshorts-active .slick-dots li button {
      height: 16px;
      width: 16px;
      border-radius: 50%;
      border: 0;
      background: #202442;
      opacity: .09;
      margin: 0 7px;
      font-size: 0; }
    .screenshorts-active .slick-dots li.slick-active button {
      opacity: 1; }

/*===========================
    22.FEATURES css 
===========================*/
.features-area {
  padding-top: 113px;
  padding-bottom: 120px; }
  .features-area .features-thumb {
    margin-left: -45px;
    margin-right: -30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .features-area .features-thumb {
        margin-left: 0;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .features-area .features-thumb {
        margin-left: 0;
        margin-right: 0; } }

@media (max-width: 767px) {
  .features-content {
    margin-top: 50px; } }
.features-content span {
  color: #ff8618;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif; }
.features-content > .title {
  font-size: 46px;
  line-height: 62px;
  font-weight: 400;
  padding-top: 13px;
  padding-bottom: 31px; }
  @media (max-width: 767px) {
    .features-content > .title {
      font-size: 30px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .features-content > .title {
      font-size: 46px; } }
.features-content .features-item .title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  padding-top: 25px;
  padding-bottom: 5px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .features-content .features-item .title {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .features-content .features-item .title {
      font-size: 22px; } }

/*===========================
    23.HOW IT WORKS css 
===========================*/
.how-it-works-area {
  position: relative;
  padding-top: 116px;
  padding-bottom: 78px; }
  .how-it-works-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ff8618;
    opacity: .06; }

.how-it-works-content {
  position: relative; }
  .how-it-works-content .line {
    position: absolute;
    right: 200px;
    top: 40px;
    width: 312px;
    height: 2px;
    border-bottom: 2px dashed #ff8618;
    opacity: .3; }
    @media (max-width: 767px) {
      .how-it-works-content .line {
        right: 0;
        width: 130px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .how-it-works-content .line {
        width: 300px; } }
    .how-it-works-content .line::before {
      position: absolute;
      content: '';
      left: -11px;
      top: -6px;
      height: 13px;
      width: 13px;
      border: 2px solid #ff8618;
      border-radius: 50%; }
    .how-it-works-content .line::after {
      position: absolute;
      content: '';
      right: -11px;
      top: -6px;
      height: 13px;
      width: 13px;
      border: 2px solid #ff8618;
      border-radius: 50%; }
  .how-it-works-content span {
    height: 78px;
    width: 78px;
    text-align: center;
    line-height: 78px;
    background: #ff8618;
    display: inline-block;
    font-size: 36px;
    font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif;
    font-weight: 400;
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 5; }
    .how-it-works-content span::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      border-radius: 50%;
      background: #ff8618;
      z-index: -1;
      animation: pulse-border-2 2s linear infinite; }
  .how-it-works-content .title {
    font-size: 42px;
    line-height: 60px;
    font-weight: 400;
    padding-right: 60px;
    padding-top: 25px;
    padding-bottom: 9px; }
    @media (max-width: 767px) {
      .how-it-works-content .title {
        padding-right: 0;
        font-size: 30px;
        line-height: 40px; } }
  .how-it-works-content .text {
    padding-right: 40px; }
    @media (max-width: 767px) {
      .how-it-works-content .text {
        padding-right: 0; } }

.how-it-works-thumb {
  margin-left: -30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .how-it-works-thumb {
      margin-left: 0;
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .how-it-works-thumb {
      margin-left: 0;
      margin-top: 50px; } }
  .how-it-works-thumb img {
    width: 100%; }

/*===========================
    24.LANGUAGES css 
===========================*/
.languages-area {
  position: relative;
  padding-top: 108px;
  padding-bottom: 120px; }
  .languages-area .languages-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 134, 24, 0.06); }
    .languages-area .languages-bg::before {
      position: absolute;
      content: '';
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      height: 100%;
      width: 90%;
      background-image: url(../images/languages-map.png);
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .languages-area .languages-bg::before {
          background-size: cover;
          width: 100%; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .languages-area .languages-bg::before {
          background-size: cover;
          width: 100%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .languages-area .languages-bg::before {
          background-size: cover;
          width: 100%; } }
      @media (max-width: 767px) {
        .languages-area .languages-bg::before {
          background-size: cover;
          width: 100%; } }
  .languages-area .brand-2-active .brand-item {
    height: 103px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .languages-area .brand-2-active .brand-item:hover {
      background: #fff; }
    .languages-area .brand-2-active .brand-item img {
      display: inline-block;
      cursor: pointer; }
  .languages-area .brand-2-active.brand-6-active .brand-item {
    background-color: transparent; }
    .languages-area .brand-2-active.brand-6-active .brand-item img {
      opacity: .5;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .languages-area .brand-2-active.brand-6-active .brand-item:hover img {
      opacity: 1; }
  .languages-area.about-languages-area .languages-bg {
    background-color: transparent; }

.languages-title {
  text-align: center; }
  .languages-title .title {
    font-size: 46px;
    line-height: 60px;
    font-weight: 400;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .languages-title .title {
        font-size: 28px;
        line-height: 38px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .languages-title .title {
        font-size: 32px;
        line-height: 42px; } }
    .languages-title .title span {
      display: inline;
      font-weight: 700; }

/*===========================
    24.REVIEW css 
===========================*/
.review-area {
  padding-top: 114px;
  padding-bottom: 60px; }
  .review-area .section-title-6 {
    padding-bottom: 4px; }
    .review-area .section-title-6 .title {
      margin-bottom: 0; }

.review-item {
  border-radius: 25px;
  box-shadow: 0 20px 64px 0 rgba(144, 121, 121, 0.12);
  padding: 60px 65px 130px;
  margin: 60px 60px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .review-item {
      padding: 60px 30px 130px; } }
  @media (max-width: 767px) {
    .review-item {
      padding: 60px 30px 130px;
      margin: 60px 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .review-item {
      padding: 60px 30px 130px;
      margin: 60px 30px; } }
  .review-item i {
    font-size: 70px;
    color: #ff8618;
    position: relative;
    margin-bottom: 32px; }
    .review-item i::after {
      position: absolute;
      content: '';
      right: -10px;
      bottom: -20px;
      width: 57px;
      height: 50px;
      opacity: 0.27;
      -webkit-filter: blur(13px);
      filter: blur(13px);
      background-color: #ff8618; }
  .review-item .info {
    display: inline-block;
    padding-left: 75px;
    position: relative; }
    .review-item .info img {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 99; }
    .review-item .info .title {
      font-size: 24px;
      margin: 0; }
      @media (max-width: 767px) {
        .review-item .info .title {
          font-size: 17px; } }
    .review-item .info span {
      font-size: 20px;
      color: #92939b;
      padding-top: 5px; }
      @media (max-width: 767px) {
        .review-item .info span {
          font-size: 16px; } }

.review-slide .slick-current {
  z-index: 99; }
.review-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 99;
  font-size: 32px;
  color: #000;
  opacity: .2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .review-slide .slick-arrow:hover {
    opacity: 1; }
  .review-slide .slick-arrow.prev {
    left: -50px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .review-slide .slick-arrow.prev {
        left: 0; } }
    @media (max-width: 767px) {
      .review-slide .slick-arrow.prev {
        left: 0; } }
  .review-slide .slick-arrow.next {
    right: -50px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .review-slide .slick-arrow.next {
        right: 0; } }
    @media (max-width: 767px) {
      .review-slide .slick-arrow.next {
        right: 0; } }
.review-slide .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 107px;
  transform: translateX(-50%); }
  .review-slide .slick-dots li {
    display: inline-block; }
    .review-slide .slick-dots li button {
      border: 0;
      background: #202442;
      opacity: .18;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      margin: 0 3px;
      padding: 0;
      font-size: 0; }
    .review-slide .slick-dots li.slick-active button {
      opacity: 1;
      background: #ff8618; }

/*===========================
    25.DOWNLOAD css 
===========================*/
.download-area {
  position: relative;
  z-index: 10;
  padding-top: 108px;
  padding-bottom: 120px;
  background: #f4f7fc; }
  .download-area .download-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgba(255, 134, 24, 0.06); }
    .download-area .download-bg .download-shape-1 {
      position: absolute;
      left: 0;
      bottom: 0; }
    .download-area .download-bg .download-shape-2 {
      position: absolute;
      right: 0;
      top: 0; }

.download-content .title {
  font-size: 46px;
  line-height: 60px;
  padding-bottom: 35px; }
  @media (max-width: 767px) {
    .download-content .title {
      font-size: 34px;
      line-height: 44px; } }
.download-content ul li {
  display: inline-block; }
  @media (max-width: 767px) {
    .download-content ul li {
      margin-top: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .download-content ul li {
      margin-top: 0px; } }
  .download-content ul li a {
    margin: 0 12px;
    border-radius: 30px;
    border: 2px solid #ff8618;
    background: #ff8618;
    color: #fff;
    width: 204px; }
    .download-content ul li a:hover {
      background-color: transparent;
      color: #ff8618;
      border-color: #ff8618; }
    .download-content ul li a.main-btn-2 {
      background-color: transparent;
      color: #ff8618; }
      .download-content ul li a.main-btn-2:hover {
        background: #ff8618;
        color: #fff; }

/*===========================
    26.HISTORY css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .history-thumb img {
    width: 100%; } }
@media (max-width: 767px) {
  .history-thumb img {
    width: 100%; } }

.history-content {
  margin-top: 48px;
  margin-left: -30px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .history-content {
      margin-left: 0;
      margin-top: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .history-content {
      margin-left: 0;
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .history-content {
      margin-left: 0;
      margin-top: 30px; } }
  .history-content > span {
    line-height: 55px;
    width: 245px;
    background: rgba(255, 79, 79, 0.05);
    display: inline-block;
    text-align: center;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 700;
    color: #9e1cac;
    font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif; }
  .history-content .title {
    font-size: 42px;
    line-height: 60px;
    font-weight: 400;
    padding-top: 28px;
    padding-bottom: 27px; }
    @media (max-width: 767px) {
      .history-content .title {
        font-size: 26px;
        line-height: 36px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .history-content .title {
        font-size: 42px;
        line-height: 52px; } }
    .history-content .title span {
      font-weight: 700; }

/*===========================
    27.BLOG LIST css 
===========================*/
.blog-sidebar-search {
  box-shadow: 5px 5px 20px 10px rgba(255, 79, 79, 0.05);
  border-radius: 5px;
  overflow: hidden; }
  .blog-sidebar-search .input-box {
    position: relative; }
    .blog-sidebar-search .input-box button {
      position: absolute;
      right: 40px;
      top: 50%;
      transform: translateY(-50%);
      border: 0;
      font-size: 18px;
      color: #1b1b25;
      background-color: transparent; }
    .blog-sidebar-search .input-box input {
      width: 100%;
      line-height: 76px;
      padding-left: 40px;
      border: 0;
      border-radius: 5px;
      font-size: 18px;
      font-weight: 500;
      color: #3c3a5a; }
      .blog-sidebar-search .input-box input::placeholder {
        opacity: .4;
        color: #3c3a5a; }

.blog-sidebar-categories {
  box-shadow: 5px 5px 20px 10px rgba(255, 79, 79, 0.05);
  border-radius: 5px;
  overflow: hidden;
  padding: 60px 44px; }
  @media (max-width: 767px) {
    .blog-sidebar-categories {
      padding: 60px 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-sidebar-categories {
      padding: 60px 44px; } }
  .blog-sidebar-categories .categories-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .blog-sidebar-categories .categories-list ul li a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      line-height: 65px;
      border-bottom: solid 1px rgba(102, 102, 102, 0.12);
      position: relative;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      z-index: 10; }
      .blog-sidebar-categories .categories-list ul li a::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        background: #9e1cac;
        border-radius: 5px;
        z-index: -1;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      .blog-sidebar-categories .categories-list ul li a span {
        font-size: 18px;
        font-weight: 500;
        color: #3c3a5a;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media (max-width: 767px) {
          .blog-sidebar-categories .categories-list ul li a span {
            font-size: 15px; } }
      .blog-sidebar-categories .categories-list ul li a:hover {
        padding: 0 35px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .blog-sidebar-categories .categories-list ul li a:hover {
            padding: 0 15px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .blog-sidebar-categories .categories-list ul li a:hover {
            padding: 0 15px; } }
        @media (max-width: 767px) {
          .blog-sidebar-categories .categories-list ul li a:hover {
            padding: 0 10px; } }
        .blog-sidebar-categories .categories-list ul li a:hover span {
          color: #fff; }
        .blog-sidebar-categories .categories-list ul li a:hover::before {
          opacity: 1; }

.sidebar-title .title {
  font-size: 36px;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
  margin-bottom: 37px; }
  .sidebar-title .title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 40px;
    border-radius: 20px;
    background: #9e1cac; }

.blog-sidebar-post {
  padding: 60px 40px;
  box-shadow: 5px 5px 20px 10px rgba(255, 79, 79, 0.05);
  border-radius: 5px;
  overflow: hidden;
  background: #fff; }
  @media (max-width: 767px) {
    .blog-sidebar-post {
      padding: 60px 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-sidebar-post {
      padding: 60px 40px; } }
  .blog-sidebar-post .post-items .item {
    display: flex;
    border-bottom: solid 1px rgba(102, 102, 102, 0.12); }
    .blog-sidebar-post .post-items .item .thumb {
      min-width: 80px; }
    .blog-sidebar-post .post-items .item .content {
      padding-left: 22px; }
      @media (max-width: 767px) {
        .blog-sidebar-post .post-items .item .content {
          padding-left: 10px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-sidebar-post .post-items .item .content {
          padding-left: 20px; } }
      .blog-sidebar-post .post-items .item .content .title {
        font-size: 20px;
        font-weight: 500; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .blog-sidebar-post .post-items .item .content .title {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .blog-sidebar-post .post-items .item .content .title {
            font-size: 15px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .blog-sidebar-post .post-items .item .content .title {
            font-size: 22px; } }
      .blog-sidebar-post .post-items .item .content span {
        color: #3c3a5a;
        opacity: .8;
        display: inline-block;
        padding-top: 4px; }

.blog-sidebar-tags ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .blog-sidebar-tags ul li {
    display: inline-block; }
    .blog-sidebar-tags ul li a {
      font-size: 18px;
      font-weight: 500;
      color: #1b1b25;
      line-height: 45px;
      padding: 0 30px;
      background: rgba(255, 79, 79, 0.06);
      border-radius: 5px;
      display: inline-block;
      margin-bottom: 20px;
      margin-right: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-sidebar-tags ul li a {
          font-size: 16px;
          padding: 0 16px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-sidebar-tags ul li a {
          padding: 0 23px; } }
      @media (max-width: 767px) {
        .blog-sidebar-tags ul li a {
          font-size: 16px;
          padding: 0 10px;
          margin-right: 5px; } }

.blog-list-item .blog-list-thumb {
  position: relative; }
  .blog-list-item .blog-list-thumb a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: #fff;
    border-radius: 50%;
    color: #1b1b25;
    z-index: 10; }
    .blog-list-item .blog-list-thumb a::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      border-radius: 50%;
      background: #fff;
      z-index: -1;
      animation: pulse-border-2 2s linear infinite; }
  .blog-list-item .blog-list-thumb img {
    width: 100%; }
.blog-list-item .blog-list-content ul {
  margin: 24px 0 0;
  padding: 0;
  list-style-type: none; }
  .blog-list-item .blog-list-content ul li {
    display: inline-block;
    font-size: 18px;
    margin-right: 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .blog-list-item .blog-list-content ul li {
        margin-right: 20px;
        font-size: 16px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-list-item .blog-list-content ul li {
        margin-right: 10px;
        font-size: 14px; } }
    @media (max-width: 767px) {
      .blog-list-item .blog-list-content ul li {
        margin-right: 15px;
        font-size: 14px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-list-item .blog-list-content ul li {
        margin-right: 20px;
        font-size: 18px; } }
    .blog-list-item .blog-list-content ul li i {
      padding-right: 6px; }
    .blog-list-item .blog-list-content ul li:last-child {
      margin-right: 0; }
.blog-list-item .blog-list-content p {
  padding-right: 20px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-list-item .blog-list-content p {
      padding-right: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-list-item .blog-list-content p {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .blog-list-item .blog-list-content p {
      padding-right: 0; } }
.blog-list-item .blog-list-content .title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  padding-bottom: 15px;
  padding-top: 23px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-list-item .blog-list-content .title {
      font-size: 36px;
      line-height: 46px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-list-item .blog-list-content .title {
      font-size: 34px;
      line-height: 44px; } }
  @media (max-width: 767px) {
    .blog-list-item .blog-list-content .title {
      font-size: 30px;
      line-height: 40px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-list-item .blog-list-content .title {
      font-size: 36px;
      line-height: 46px; } }
.blog-list-item .blog-list-content a {
  background-color: transparent;
  color: #1b1b25;
  line-height: 60px;
  padding: 0 45px;
  border: solid 2px rgba(102, 102, 102, 0.12); }
  .blog-list-item .blog-list-content a:hover {
    border-color: #9e1cac;
    background: #9e1cac;
    color: #fff; }
.blog-list-item.item-2 .blog-list-content .title {
  padding-top: 27px;
  padding-bottom: 0; }
.blog-list-item.item-2 .blog-list-content ul {
  padding-top: 14px;
  padding-bottom: 27px; }

.blog-list-quote {
  padding: 86px 65px 90px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 10; }
  @media (max-width: 767px) {
    .blog-list-quote {
      padding: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-list-quote {
      padding: 86px 65px 90px; } }
  .blog-list-quote .blog-list-quote-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 79, 79, 0.06);
    z-index: -1; }
    .blog-list-quote .blog-list-quote-bg .blog-list-shape-1 {
      position: absolute;
      left: 0;
      bottom: 0; }
    .blog-list-quote .blog-list-quote-bg .blog-list-shape-2 {
      position: absolute;
      right: 0;
      top: 0; }
  .blog-list-quote i {
    font-size: 42px;
    color: #9e1cac;
    position: relative; }
    .blog-list-quote i::after {
      position: absolute;
      content: '';
      right: -15px;
      bottom: -10px;
      width: 39px;
      height: 34px;
      opacity: 0.27;
      -webkit-filter: blur(13px);
      filter: blur(13px);
      background-color: #ff4f4f; }
  .blog-list-quote .title {
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    padding-right: 30px;
    padding-top: 18px;
    padding-bottom: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .blog-list-quote .title {
        padding-right: 0;
        font-size: 22px;
        line-height: 32px; } }
    @media (max-width: 767px) {
      .blog-list-quote .title {
        padding-right: 0;
        font-size: 24px;
        line-height: 34px; } }
    .blog-list-quote .title span {
      font-weight: 700; }
  .blog-list-quote > span {
    padding-left: 20px;
    position: relative;
    color: rgba(60, 58, 90, 0.8); }
    .blog-list-quote > span::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 5px;
      height: 30px;
      background: #9e1cac;
      border-radius: 10px; }
  .blog-list-quote.blog-list-quote-v2 {
    padding: 70px 65px 50px; }
    @media (max-width: 767px) {
      .blog-list-quote.blog-list-quote-v2 {
        padding: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-list-quote.blog-list-quote-v2 {
        padding: 86px 65px 90px; } }
    .blog-list-quote.blog-list-quote-v2 i {
      font-size: 52px; }
      .blog-list-quote.blog-list-quote-v2 i::after {
        right: 0;
        bottom: 0; }
    .blog-list-quote.blog-list-quote-v2 .title {
      padding: 27px 15px 0; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-list-quote.blog-list-quote-v2 .title {
          padding: 27px 0 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-list-quote.blog-list-quote-v2 .title {
          padding: 27px 0 0; } }
      @media (max-width: 767px) {
        .blog-list-quote.blog-list-quote-v2 .title {
          padding: 27px 0 0; } }
    .blog-list-quote.blog-list-quote-v2.item-2 .title {
      padding: 27px 0 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-list-quote.item-2 {
      padding: 30px; } }
  .blog-list-quote.item-2 .title {
    padding-right: 0; }

.pagination li a {
  border-radius: 5px;
  border: solid 2px rgba(102, 102, 102, 0.12);
  padding: 0;
  margin: 0;
  height: 60px;
  width: 60px;
  line-height: 56px;
  text-align: center;
  margin-right: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #1b1b25; }
  @media (max-width: 767px) {
    .pagination li a {
      margin-right: 5px;
      height: 50px;
      width: 50px;
      line-height: 46px; } }
  .pagination li a.active, .pagination li a:hover {
    border-color: #9e1cac;
    background: #9e1cac;
    color: #fff; }

.blog-post-style p {
  padding-right: 20px; }
.blog-post-style h1 {
  font-size: 60px;
  line-height: 76px;
  padding-bottom: 15px;
  padding-top: 30px; }
  @media (max-width: 767px) {
    .blog-post-style h1 {
      font-size: 32px; } }
.blog-post-style h2 {
  font-size: 42px;
  line-height: 50px;
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .blog-post-style h2 {
      font-size: 28px; } }
.blog-post-style h3 {
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .blog-post-style h3 {
      font-size: 26px; } }
.blog-post-style h4 {
  font-size: 28px;
  line-height: 38px;
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .blog-post-style h4 {
      font-size: 24px; } }
.blog-post-style h5 {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .blog-post-style h5 {
      font-size: 22px; } }
.blog-post-style h6 {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .blog-post-style h6 {
      font-size: 20px; } }

.blog-post-tags {
  padding-top: 27px; }
  .blog-post-tags .blog-post-title {
    border-bottom: solid 2px rgba(151, 151, 151, 0.17);
    padding-bottom: 18px; }
    .blog-post-tags .blog-post-title .title {
      font-weight: 400;
      font-size: 36px;
      line-height: 46px; }
  .blog-post-tags .blog-post-tags-item {
    padding-top: 30px; }
    .blog-post-tags .blog-post-tags-item ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .blog-post-tags .blog-post-tags-item ul li {
        display: inline-block;
        margin-right: 16px; }
        @media (max-width: 767px) {
          .blog-post-tags .blog-post-tags-item ul li {
            margin-right: 14px; } }
        .blog-post-tags .blog-post-tags-item ul li a {
          line-height: 45px;
          background: rgba(255, 79, 79, 0.06);
          padding: 0 23px;
          border-radius: 5px;
          display: inline-block;
          font-size: 18px;
          font-weight: 500;
          color: #1b1b25; }
          .blog-post-tags .blog-post-tags-item ul li a:hover {
            background: #9e1cac;
            color: #fff; }

.blog-post-review {
  background: rgba(255, 79, 79, 0.06);
  padding: 32px 25px;
  border-radius: 5px; }
  .blog-post-review .thumb {
    min-width: 120px; }
  .blog-post-review .content {
    padding-left: 20px; }
    @media (max-width: 767px) {
      .blog-post-review .content {
        padding-left: 0;
        padding-top: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-post-review .content {
        padding-left: 20px;
        padding-top: 0px; } }
    .blog-post-review .content .title {
      font-size: 24px;
      padding-bottom: 3px; }
    .blog-post-review .content p {
      font-size: 14px;
      line-height: 24px;
      padding-bottom: 10px; }
    .blog-post-review .content ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .blog-post-review .content ul li {
        display: inline-block; }
        .blog-post-review .content ul li a {
          margin-right: 22px; }

.blog-post-comments {
  padding-top: 27px; }
  .blog-post-comments .blog-post-title {
    border-bottom: solid 2px rgba(151, 151, 151, 0.17);
    padding-bottom: 18px; }
    .blog-post-comments .blog-post-title .title {
      font-weight: 400;
      font-size: 36px;
      line-height: 46px; }
  .blog-post-comments .blog-post-comments-item .item {
    display: flex;
    padding-top: 23px;
    border-bottom: solid 1px rgba(151, 151, 151, 0.17); }
    @media (max-width: 767px) {
      .blog-post-comments .blog-post-comments-item .item {
        display: block; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-post-comments .blog-post-comments-item .item {
        display: flex; } }
    .blog-post-comments .blog-post-comments-item .item .thumb {
      min-width: 100px; }
    .blog-post-comments .blog-post-comments-item .item .content {
      padding-left: 20px;
      position: relative; }
      @media (max-width: 767px) {
        .blog-post-comments .blog-post-comments-item .item .content {
          padding-left: 0;
          margin-top: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-post-comments .blog-post-comments-item .item .content {
          padding-left: 20px;
          margin-top: 0; } }
      .blog-post-comments .blog-post-comments-item .item .content a {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 18px;
        font-weight: 500;
        color: #1b1b25; }
      .blog-post-comments .blog-post-comments-item .item .content .title {
        font-size: 24px;
        line-height: 32px;
        margin: 0; }
      .blog-post-comments .blog-post-comments-item .item .content span {
        opacity: .6;
        padding-top: 5px;
        display: inline-block; }
    @media (max-width: 767px) {
      .blog-post-comments .blog-post-comments-item .item.center {
        padding-left: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-post-comments .blog-post-comments-item .item.center {
        padding-left: 80px; } }

.blog-post-form {
  padding-top: 27px; }
  .blog-post-form .blog-post-title {
    border-bottom: solid 2px rgba(151, 151, 151, 0.17);
    padding-bottom: 18px;
    margin-bottom: 10px; }
    .blog-post-form .blog-post-title .title {
      font-weight: 400;
      font-size: 36px;
      line-height: 46px; }
      @media (max-width: 767px) {
        .blog-post-form .blog-post-title .title {
          font-size: 32px; } }
  .blog-post-form .input-box input {
    width: 100%;
    line-height: 60px;
    border: solid 2px rgba(102, 102, 102, 0.12);
    border-radius: 5px;
    padding-left: 30px;
    color: #3c3a5a; }
    .blog-post-form .input-box input::placeholder {
      opacity: .6;
      color: #3c3a5a; }
  .blog-post-form .input-box textarea {
    width: 100%;
    height: 195px;
    border: solid 2px rgba(102, 102, 102, 0.12);
    border-radius: 5px;
    padding-left: 30px;
    color: #3c3a5a;
    resize: none;
    padding-top: 18px; }
    .blog-post-form .input-box textarea::placeholder {
      opacity: .6;
      color: #3c3a5a; }
  .blog-post-form .input-box button {
    margin-top: 28px;
    background: #9e1cac;
    color: #fff;
    border: 2px solid #9e1cac;
    padding: 0 22px; }
    .blog-post-form .input-box button:hover {
      background-color: transparent;
      color: #9e1cac; }

/*===========================
    28.PORTFOLIO css 
===========================*/
.portfolio-v1-area .portfolio-btn {
  padding-bottom: 30px; }
  .portfolio-v1-area .portfolio-btn .nav {
    justify-content: center;
    box-shadow: 5px 5px 124px 10px rgba(255, 79, 79, 0.1);
    background: #fff; }
    .portfolio-v1-area .portfolio-btn .nav li a {
      padding: 0;
      margin: 0 27px;
      background-color: transparent;
      color: #3c3a5a;
      line-height: 76px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .portfolio-v1-area .portfolio-btn .nav li a {
          font-size: 14px;
          margin: 0 14px; } }
      .portfolio-v1-area .portfolio-btn .nav li a.active {
        color: #9e1cac; }
.portfolio-v1-area .portfolio-more a {
  border: solid 2px rgba(102, 102, 102, 0.12);
  line-height: 60px;
  width: 185px;
  background-color: transparent;
  color: #1b1b25; }
  .portfolio-v1-area .portfolio-more a:hover {
    background: #9e1cac;
    border-color: #9e1cac;
    color: #fff; }
.portfolio-v1-area.portfolio-v2-area .portfolio-btn .nav {
  box-shadow: none;
  background: rgba(246, 89, 84, 0.08); }

.portfolio-item-v1 {
  overflow: hidden;
  border-radius: 10px;
  position: relative; }
  .portfolio-item-v1 > img {
    width: 100%; }
  .portfolio-item-v1 .portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 79, 79, 0.92);
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .portfolio-item-v1 .portfolio-overlay .content {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }
      .portfolio-item-v1 .portfolio-overlay .content span {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif; }
      .portfolio-item-v1 .portfolio-overlay .content .title {
        font-size: 28px;
        font-weight: 500;
        color: #fff;
        padding-top: 10px; }
      .portfolio-item-v1 .portfolio-overlay .content p {
        color: #fff; }
    .portfolio-item-v1 .portfolio-overlay .shape {
      position: absolute;
      right: -80px;
      bottom: 0;
      z-index: -1;
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
  .portfolio-item-v1:hover .portfolio-overlay {
    opacity: 1; }
  .portfolio-item-v1:hover .shape {
    right: 0; }
  .portfolio-item-v1.portfolio-item-v2 {
    margin-bottom: 40px;
    overflow: visible; }
    .portfolio-item-v1.portfolio-item-v2 .portfolio-overlay {
      border-radius: 10px;
      overflow: hidden;
      z-index: 1; }
      .portfolio-item-v1.portfolio-item-v2 .portfolio-overlay .content {
        background: #fff;
        bottom: -40px;
        top: auto;
        padding: 0 55px;
        transform: translate(-50%, 0%);
        padding-bottom: 13px;
        padding-top: 2px;
        border-radius: 5px; }
        .portfolio-item-v1.portfolio-item-v2 .portfolio-overlay .content .title {
          color: #1b1b25; }
        .portfolio-item-v1.portfolio-item-v2 .portfolio-overlay .content p {
          color: #1b1b25; }
    .portfolio-item-v1.portfolio-item-v2 .content {
      background: #fff;
      position: absolute;
      bottom: -40px;
      left: 50%;
      width: 270px;
      transform: translate(-50%, 0%);
      padding-bottom: 13px;
      padding-top: 12px;
      border-radius: 5px;
      box-shadow: 5px 5px 24px 10px rgba(255, 79, 79, 0.1);
      z-index: 2;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      color: #1b1b25; }
      .portfolio-item-v1.portfolio-item-v2 .content .title {
        color: #1b1b25;
        font-size: 28px;
        font-weight: 500;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        margin: 0; }
      .portfolio-item-v1.portfolio-item-v2 .content p {
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        margin: 0; }
    .portfolio-item-v1.portfolio-item-v2:hover .content {
      bottom: 85px;
      box-shadow: none;
      background: rgba(255, 255, 255, 0.15); }
      .portfolio-item-v1.portfolio-item-v2:hover .content .title {
        color: #fff; }
      .portfolio-item-v1.portfolio-item-v2:hover .content p {
        color: #fff; }

/*===========================
    29.CONTACT css 
===========================*/
.contact-area .contact-content {
  padding-right: 80px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-area .contact-content {
      padding-right: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area .contact-content {
      padding-right: 0;
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .contact-area .contact-content {
      padding-right: 0;
      margin-top: 40px; } }
  .contact-area .contact-content .title {
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    padding-bottom: 25px; }
  .contact-area .contact-content ul {
    margin: 24px 0 0;
    padding: 0;
    list-style-type: none; }
    .contact-area .contact-content ul li {
      display: inline-block;
      margin-right: 45px; }
.contact-area .contact-form .input-box {
  flex-wrap: wrap; }
  .contact-area .contact-form .input-box input {
    width: 100%;
    border-radius: 5px;
    border: solid 2px rgba(102, 102, 102, 0.12);
    height: 60px;
    padding-left: 30px;
    color: #3c3a5a; }
    .contact-area .contact-form .input-box input::placeholder {
      opacity: .6;
      color: #3c3a5a; }
  .contact-area .contact-form .input-box textarea {
    width: 100%;
    border-radius: 5px;
    border: solid 2px rgba(102, 102, 102, 0.12);
    height: 195px;
    padding-left: 30px;
    color: #3c3a5a;
    resize: none;
    padding-top: 15px; }
    .contact-area .contact-form .input-box textarea::placeholder {
      opacity: .6;
      color: #3c3a5a; }
  .contact-area .contact-form .input-box button {
    border: 2px solid #9e1cac;
    background: #9e1cac;
    line-height: 60px;
    padding: 0 25px;
    margin-right: 38px;
    color: #fff; }
    .contact-area .contact-form .input-box button:hover {
      background-color: transparent;
      color: #9e1cac; }
  .contact-area .contact-form .input-box .text {
    opacity: .8;
    color: #3c3a5a;
    margin: 0; }
    @media (max-width: 767px) {
      .contact-area .contact-form .input-box .text {
        font-size: 14px;
        padding-top: 15px; } }

.contact-map {
  margin-bottom: -10px; }
  .contact-map iframe {
    width: 100%;
    height: 550px; }
    @media (max-width: 767px) {
      .contact-map iframe {
        height: 300px; } }

/*===========================
    30.LOGIN css 
===========================*/
.login-area {
  position: relative;
  z-index: 10; }
  .login-area::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 49%;
    background-image: url(../images/login-bg.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .login-area::before {
        background-size: cover; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .login-area::before {
        width: 0; } }
    @media (max-width: 767px) {
      .login-area::before {
        width: 0; } }
  .login-area .login-bg {
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 79, 79, 0.06); }
    .login-area .login-bg .login-shape {
      position: absolute;
      left: 0;
      bottom: 80px; }
    .login-area .login-bg::before {
      position: absolute;
      content: '';
      left: 405px;
      top: 165px;
      height: 82px;
      width: 82px;
      border-radius: 50%;
      background: rgba(255, 79, 79, 0.08); }
      @media (max-width: 767px) {
        .login-area .login-bg::before {
          left: 200px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .login-area .login-bg::before {
          left: 200px; } }
    .login-area .login-bg::after {
      position: absolute;
      content: '';
      left: 800px;
      top: 100px;
      height: 25px;
      width: 25px;
      border-radius: 50%;
      background: rgba(255, 79, 79, 0.08); }
      @media (max-width: 767px) {
        .login-area .login-bg::after {
          left: 270px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .login-area .login-bg::after {
          left: 300px; } }
  .login-area .copyright-item p {
    font-size: 18px;
    opacity: .3;
    color: #3c3a5a; }
    .login-area .copyright-item p span {
      color: #9e1cac; }
  .login-area.singup-area::before {
    background-image: url(../images/singup-bg.png); }

.login-title {
  padding-top: 0px; }
  .login-title .title {
    font-size: 60px;
    line-height: 76px;
    padding-bottom: 10px;
    margin: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .login-title .title {
        padding-right: 50px; } }
    @media (max-width: 767px) {
      .login-title .title {
        font-size: 38px;
        line-height: 48px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .login-title .title {
        font-size: 60px;
        line-height: 76px; } }
    .login-title .title span {
      color: #9e1cac; }
  @media (max-width: 767px) {
    .login-title p {
      font-size: 15px; } }

.login-form .input-box input {
  width: 100%;
  border: solid 2px rgba(102, 102, 102, 0.12);
  border-radius: 5px;
  line-height: 60px;
  padding-left: 30px;
  background: #F4F6F7; }
.login-form .input-box button {
  width: 100%;
  border: 2px solid #9e1cac;
  line-height: 60px;
  width: 100%;
  background: #9e1cac; }
  .login-form .input-box button:hover {
    background-color: transparent;
    color: #9e1cac; }
.login-form .input-box a {
  width: 100%;
  background-color: transparent;
  border: solid 2px rgba(102, 102, 102, 0.12);
  color: #1b1b25;
  margin-top: 30px;
  padding: 0; }
  .login-form .input-box a svg {
    margin-right: 10px;
    height: 40px;
    width: 40px; }
.login-form .input-box ul {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none; }
  .login-form .input-box ul li {
    display: inline-block;
    height: 5px;
    width: 15%;
    background: rgba(102, 102, 102, 0.12);
    border-radius: 10px; }
.login-form .input-btns a {
  color: #9e1cac;
  opacity: .8; }
  .login-form .input-btns a:hover {
    opacity: 1; }
.login-form .create-account-link span {
  font-size: 20px;
  font-family: "Helvetica-Neue-LT-GEO-75-Bold-Caps", sans-serif; }
  @media (max-width: 767px) {
    .login-form .create-account-link span {
      font-size: 18px; } }
  .login-form .create-account-link span a {
    color: #9e1cac; }

.checkbox_common {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.checkbox_common li label {
  color: #333;
  font-size: 16px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 400;
  color: #3c3a5a;
  opacity: .8; }
  .checkbox_common li label a {
    text-decoration: underline; }

.checkbox_common li input[type="checkbox"] {
  display: none; }

.checkbox_common li input[type="checkbox"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 15px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(102, 102, 102, 0.12);
  position: relative; }

.checkbox_common li input[type="checkbox"] + label span:before {
  color: #fff;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 11px;
  position: absolute;
  text-align: center;
  left: 3px;
  top: -7px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.checkbox_common li input[type="checkbox"]:checked + label span {
  background: #2079ff;
  border-color: rgba(102, 102, 102, 0.12); }

.checkbox_common li input[type="checkbox"]:checked + label span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.checkbox_common li input[type="checkbox"] + label span,
.checkbox_common li input[type="checkbox"]:checked + label span {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.checkbox_style5 li input[type="checkbox"] + label span::before {
  color: #9e1cac; }

.checkbox_style5 li input[type="checkbox"] + label span {
  border-radius: 5px; }

.checkbox_style5 li input[type="checkbox"]:checked + label span {
  background: transparent; }

/*===========================
    31.ERROR css 
===========================*/
.error-area {
  position: relative;
  z-index: 10;
  padding-top: 274px;
  padding-bottom: 167px; }

.error-content .title {
  font-size: 60px;
  line-height: 76px;
  padding-top: 48px; }
.error-content span {
  display: block;
  padding: 17px 0 33px; }
.error-content a {
  width: 220px;
  line-height: 60px;
  background: #9e1cac;
  color: #fff;
  border: 2px solid #9e1cac; }
  .error-content a:hover {
    background-color: transparent;
    color: #9e1cac; }

/*# sourceMappingURL=style.css.map */
