/*----------------------------------------------------
@File: Default Styles
@Author: Md. Shahadat Hussain
@URL: https://themeforest.net/user/droitthemes

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name:
@Author: Md. Shahadat Hussain
@Developed By: Rony
@Developer URL: https://themeforest.net/user/droitthemes

@Default Styles

Table of Content:
01/ variables
02/ predefine
03/ button
04/ preloader
05/ header
06/ banner
07/ breadcrumb
08/ features
09/ service
10/ price
11/ about
12/ testimonial
13/ screenshot
14/ joblist
15/ faq
16/ portfolio
17/ contact
18/ error
19/ shop
20/ blog
21/ footer

=====================================================================*/
/*====================================================*/
/*=== fonts ====*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900");
@font-face {
  font-family: "Glacial Indifference";
  src: url("../fonts/GlacialIndifference-Regular.woff2") format("woff2"), url("../fonts/GlacialIndifference-Regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Glacial Indifference";
  src: url("../fonts/GlacialIndifference-Bold.woff2") format("woff2"), url("../fonts/GlacialIndifference-Bold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/*Manrope*/
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-Light.eot");
  src: url("../fonts/manrope/Manrope-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope/Manrope-Light.woff2") format("woff2"), url("../fonts/manrope/Manrope-Light.woff") format("woff"), url("../fonts/manrope/Manrope-Light.ttf") format("truetype"), url("../fonts/manrope/Manrope-Light.svg#Manrope-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-Regular.eot");
  src: url("../fonts/manrope/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope/Manrope-Regular.woff2") format("woff2"), url("../fonts/manrope/Manrope-Regular.woff") format("woff"), url("../fonts/manrope/Manrope-Regular.ttf") format("truetype"), url("../fonts/manrope/Manrope-Regular.svg#Manrope-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-Medium.eot");
  src: url("../fonts/manrope/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope/Manrope-Medium.woff2") format("woff2"), url("../fonts/manrope/Manrope-Medium.woff") format("woff"), url("../fonts/manrope/Manrope-Medium.ttf") format("truetype"), url("../fonts/manrope/Manrope-Medium.svg#Manrope-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-SemiBold.eot");
  src: url("../fonts/manrope/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/manrope/Manrope-SemiBold.woff") format("woff"), url("../fonts/manrope/Manrope-SemiBold.ttf") format("truetype"), url("../fonts/manrope/Manrope-SemiBold.svg#Manrope-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-Bold.eot");
  src: url("../fonts/manrope/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope/Manrope-Bold.woff2") format("woff2"), url("../fonts/manrope/Manrope-Bold.woff") format("woff"), url("../fonts/manrope/Manrope-Bold.ttf") format("truetype"), url("../fonts/manrope/Manrope-Bold.svg#Manrope-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-ExtraBold.eot");
  src: url("../fonts/manrope/Manrope-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/manrope/Manrope-ExtraBold.woff") format("woff"), url("../fonts/manrope/Manrope-ExtraBold.ttf") format("truetype"), url("../fonts/manrope/Manrope-ExtraBold.svg#Manrope-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*===== color =====*/
/*====================================================*/
/*====================================================*/
a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

i:before {
  margin-left: 0px !important;
}

.body_wrapper {
  z-index: 20;
  overflow: hidden;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-85 {
  opacity: 0.85;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.mb-15px {
  margin-bottom: 15px !important;
}

.mb-25px {
  margin-bottom: 25px !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.mb-5per {
  margin-bottom: 5% !important;
}

.pt-6 {
  padding-top: 6% !important;
}

.pt-20px {
  padding-top: 20px !important;
}

.pb-20px {
  padding-bottom: 20px !important;
}

.pb-30px {
  padding-bottom: 30px !important;
}

@media (max-width: 1199.98px) {
  .lg-mb-25px {
    margin-bottom: 25px !important;
  }
  .lg-pt-4 {
    padding-top: 4% !important;
  }
  .lg-pb-20px {
    padding-bottom: 20px !important;
  }
  .lg-fs-14 {
    font-size: 14px;
  }
  .lg-lh-20 {
    line-height: 20px;
  }
  .lg-pb-30px {
    padding-bottom: 30px !important;
  }
  .lg-pt-10px {
    padding-top: 10px !important;
  }
  .lg-pb-10px {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 767.98px) {
  .sm-lh-normal {
    line-height: normal;
  }
  .sm-mb-15px {
    margin-bottom: 15px !important;
  }
  .sm-mb-20px {
    margin-bottom: 20px !important;
  }
  .sm-mb-25px {
    margin-bottom: 25px !important;
  }
  .sm-pb-0 {
    padding-bottom: 0 !important;
  }
}
/*========= Typed Text =============*/
.typed::after {
  content: "|";
  display: inline;
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite;
  animation: blink 1s infinite;
}

.typed-cursor {
  font-weight: 300 !important;
  font-size: 52px;
  position: relative;
  top: -4px;
}

/*Custom cursor animation*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font: 400 16px/28px "Glacial Indifference";
  letter-spacing: 0px;
  color: #677294;
  padding: 0px;
  overflow-x: hidden;
  z-index: 0;
}

a, .btn, button {
  text-decoration: none;
  outline: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

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

.seo_sec_title h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #263b5e;
  margin-bottom: 15px;
}
.seo_sec_title p {
  font-size: 16px;
  font-weight: 300;
  color: #6a7695;
  margin-bottom: 0;
}

@media (min-width: 1250px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
.container.custom_container {
  max-width: 1520px;
}

.f_size_60 {
  font-size: 60px;
}

.f_size_56 {
  font-size: 56px;
}

.f_size_50 {
  font-size: 50px;
}

.f_size_40 {
  font-size: 40px;
}

.f_size_30 {
  font-size: 30px;
}

.f_size_28 {
  font-size: 28px;
}

.f_size_22 {
  font-size: 22px;
}

.f_size_24 {
  font-size: 24px;
}

.f_size_20 {
  font-size: 20px;
}

.f_size_18 {
  font-size: 18px;
}

.f_size_16 {
  font-size: 16px;
}

.f_size_15 {
  font-size: 15px;
}

.l_height60 {
  line-height: 60px;
}

.l_height55 {
  line-height: 55px;
}

.l_height50 {
  line-height: 50px;
}

.l_height45 {
  line-height: 45px;
}

.l_height40 {
  line-height: 40px;
}

.l_height30 {
  line-height: 30px;
}

.l_height34 {
  line-height: 34px;
}

.l_height28 {
  line-height: 28px;
}

.f_p {
  font-family: "Glacial Indifference";
}

/*=========== font-weight ==============*/
.f_300 {
  font-weight: 300;
}

.f_400 {
  font-weight: 400;
}

.f_500 {
  font-weight: 500;
}

.f_600 {
  font-weight: 600;
}

.f_700 {
  font-weight: 700 !important;
}

.f_900 {
  font-weight: 900;
}

.t_color {
  color: #051441;
}

.w_color {
  color: #fff !important;
}

.t_color2 {
  color: #3f4451;
}

.t_color3 {
  color: #222d39;
}

.d_p_color {
  color: #bdbed6;
}

.bg_color {
  background: #fbfbfd;
}

.dk_bg_one {
  background: #090a21;
}

.dk_bg_two {
  background: #0f1029;
}

.seo_title_color {
  color: #263b5e;
}

.mt_60 {
  margin-top: 60px;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_40 {
  margin-top: 40px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_75 {
  margin-top: 75px;
}

.mt_100 {
  margin-top: 100px;
}

.mt_130 {
  margin-top: 130px;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_15 {
  margin-bottom: 15px !important;
}

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

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

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

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

.mb_60 {
  margin-bottom: 60px;
}

.mb_90 {
  margin-bottom: 90px;
}

.pl_20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_50 {
  padding-left: 50px;
}

.pl_100 {
  padding-left: 100px;
}

.pl_70 {
  padding-left: 70px;
}

.pl_120 {
  padding-left: 120px;
}

.pr_100 {
  padding-right: 100px;
}

.pr_120 {
  padding-right: 120px;
}

.pr_70 {
  padding-right: 70px;
}

.pr_50 {
  padding-right: 50px;
}

.pr_20 {
  padding-right: 20px;
}

.px_15 {
  padding-right: 15px;
  padding-left: 15px;
}

.py_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py_18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.pt_40 {
  padding-top: 40px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pt_50 {
  padding-top: 50px;
}

.pt_80 {
  padding-top: 80px;
}

.pt_100 {
  padding-top: 100px;
}

.pt_150 {
  padding-top: 150px;
}

.pt_120 {
  padding-top: 40px;
}

.pt_100 {
  padding-top: 100px !important;
}

.pb_60 {
  padding-bottom: 60px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.pb_90 {
  padding-bottom: 90px !important;
}

.sec_pad {
  padding: 90px 0px;
}

.height {
  height: 100%;
}

.text-black {
  color: #232f34 !important;
}

.overflow-hidden {
  overflow: hidden;
}

.relative-position {
  position: relative;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}

.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}

.ul-li-block ul li {
  list-style: none;
  display: block;
}

.border-bottom-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.link-text {
  color: #0021a5;
}
.link-text:hover, .link-text:focus {
  color: #00187A;
  text-decoration: underline;
}

/* Z-index */
.z-index-1 {
  z-index: 1 !important;
}

/* background */
.bg-light-blue {
  background-color: #f9fafe !important;
}

.bg-light-info {
  background-color: rgba(52, 89, 149, 0.05) !important;
}

.bg-light-danger {
  background-color: rgba(251, 77, 61, 0.05) !important;
}

.bg-light-warning {
  background-color: rgba(250, 169, 22, 0.05) !important;
}

.bg-light-success {
  background-color: rgba(3, 206, 164, 0.05) !important;
}

/* Color Theme */
.bg-area_red {
  background-image: -moz-linear-gradient(-20deg, #800000 0%, #FF8182 100%) !important;
  background-image: -webkit-linear-gradient(-20deg, #800000 0%, #FF8182 100%) !important;
  background-image: -ms-linear-gradient(-20deg, #800000 0%, #FF8182 100%) !important;
  background-image: linear-gradient(-20deg, #800000 0%, #FF8182 100%) !important;
}

.bg-area_navyblue {
  background-image: -moz-linear-gradient(135deg, #01004E, #7D7DFF) !important;
  background-image: -webkit-linear-gradient(135deg, #01004E, #7D7DFF) !important;
  background-image: -ms-linear-gradient(135deg, #01004E, #7D7DFF) !important;
  background-image: linear-gradient(135deg, #01004E, #7D7DFF) !important;
}

.banner-area__red {
  background-image: -moz-linear-gradient(135deg, #bf1c28 0%, #E63946 100%) !important;
  background-image: -webkit-linear-gradient(135deg, #bf1c28 0%, #E63946 100%) !important;
  background-image: -ms-linear-gradient(135deg, #bf1c28 0%, #E63946 100%) !important;
  background-image: linear-gradient(135deg, #bf1c28 0%, #E63946 100%) !important;
}

.banner-area__blue-red {
  background-image: -moz-linear-gradient(135deg, #001eff 0%, #681111 100%) !important;
  background-image: -webkit-linear-gradient(135deg, #001eff 0%, #681111 100%) !important;
  background-image: -ms-linear-gradient(135deg, #001eff 0%, #681111 100%) !important;
  background-image: linear-gradient(135deg, #001eff 0%, #681111 100%) !important;
}

/*====================================================*/
/*====================================================*/
.btn_hover {
  overflow: hidden;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  font-family: "Glacial Indifference";
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s linear;
}
.btn_hover:hover {
  color: #fff;
}

.menu_four .btn_get {
  border-color: #fff;
  padding: 0px 30px;
  background: #fff;
  min-width: 120px;
  text-align: center;
}

.btn_get {
  font: 600 16px/47px "Glacial Indifference";
  color: #FA4616;
  border: 2px solid rgb(204, 197, 250);
  border-radius: 4px;
  box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
  padding: 0px 23px;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition: all 0.3s ease;
  min-width: 120px;
  text-align: center;
}
.btn_get:hover {
  color: #fff;
  background: #FA4616;
  border-color: #FA4616;
  box-shadow: none;
}

.btn_get_two {
  box-shadow: none;
  background: #5e2ced;
  border-color: #5e2ced;
  color: #fff;
}
.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}

.price_btn {
  font: 600 16px "Glacial Indifference";
  color: #6754e2;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 0px 25px;
  display: inline-block;
  transition: background 0.2s linear;
}
.price_btn:hover {
  color: #fff;
}

.slider_btn {
  font: 600 16px/20px "Glacial Indifference";
  border-radius: 45px;
  padding: 15px 35px;
  background: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider_btn:hover {
  color: #fff;
}

.btn_three {
  font: 600 16px "Glacial Indifference";
  color: #fff;
  background: #7444fd;
  border-radius: 3px;
  padding: 15px 30px;
  border: 1px solid #7444fd;
  margin-top: 50px;
  transition: all 0.3s linear;
  cursor: pointer;
  display: inline-block;
}
.btn_three:hover {
  color: #7444fd;
  background: transparent;
}

.agency_banner_btn {
  font: 600 16px "Glacial Indifference";
  color: #fff;
  background: #0021A5;
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
  border-radius: 30px;
  padding: 16px 38px;
  border: 1px solid #0021A5;
  transition: all 0.2s linear;
  cursor: pointer;
}
.agency_banner_btn:hover {
  color: #0021A5;
  box-shadow: none;
  background: transparent;
}

.agency_banner_btn_two {
  font: 600 16px "Glacial Indifference";
  color: #222d39;
  position: relative;
  margin-left: 50px;
  transition: color 0.2s linear;
}
.agency_banner_btn_two:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #60656d;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: background 0.2s linear;
}
.agency_banner_btn_two:hover {
  color: #5e2ced;
}
.agency_banner_btn_two:hover:before {
  background: #5e2ced;
}

.software_banner_btn {
  font: 600 16px "Glacial Indifference";
  color: #FA4616;
  background: #fff;
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
  display: inline-block;
  padding: 16px 42px;
  border-radius: 45px;
  border: 0px;
  transition: all 0.2s linear;
}
.software_banner_btn:hover {
  color: #fff;
  background: #FA4616;
}

.video_btn {
  font: 600 16px "Glacial Indifference";
  color: #fff;
  margin-left: 30px;
}
.video_btn .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  color: #3d64f4;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  margin-right: 18px;
  vertical-align: middle;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.19);
}
.video_btn span {
  display: inline-block;
  position: relative;
}
.video_btn span:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #fff;
}
.video_btn:hover {
  color: #fff;
}

.btn_four {
  font: 600 16px "Glacial Indifference";
  padding: 16px 40px;
  border-radius: 45px;
  color: #fff;
  border: 1px solid #0021A5;
  background: #0021A5;
  cursor: pointer;
}
.btn_four:hover {
  color: #fff;
  background: #FA4616;
  border-color: #FA4616;
}

.saas_banner_btn {
  padding: 16px 40px;
  background: #3d57f4;
  border-radius: 4px;
  color: #fff;
}
.saas_banner_btn:hover {
  color: #3d57f4;
  background: #fff;
}

.btn_five {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 3px;
  padding: 12px 28px;
}
.btn_five:hover {
  background: #3d57f4;
  border-color: #3d57f4;
}

.app_btn {
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
  background-color: rgb(64, 105, 235);
  display: inline-block;
  padding: 14px 40px;
  color: #fff;
  border-radius: 45px;
  border: 1px solid rgb(64, 105, 235);
}
.app_btn:hover {
  color: rgb(64, 105, 235);
  background: #fbfbfd;
  box-shadow: none;
}

.gr_btn {
  font: 600 16px "Glacial Indifference";
  color: #23b1fe;
  display: inline-block;
  padding: 15px 31px;
  position: relative;
  min-width: 140px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(-48deg, rgb(35, 126, 253) 0%, rgb(36, 176, 254) 46%, rgb(36, 226, 255) 100%);
  background-image: -webkit-linear-gradient(-48deg, rgb(35, 126, 253) 0%, rgb(36, 176, 254) 46%, rgb(36, 226, 255) 100%);
  background-image: -ms-linear-gradient(-48deg, rgb(35, 126, 253) 0%, rgb(36, 176, 254) 46%, rgb(36, 226, 255) 100%);
  z-index: 1;
  transition: color 0.2s linear;
}
.gr_btn:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  width: calc(100% - 2px);
  bottom: 1px;
  border-radius: 4px;
  background: #fff;
  z-index: 0;
  transition: opacity 0.2s linear;
  transform: translatex(-50%);
}
.gr_btn .text {
  position: relative;
  z-index: 1;
}
.gr_btn:hover {
  color: #fff;
}
.gr_btn:hover:before {
  opacity: 0;
}

.btn_six {
  font-size: 16px;
  border: 1px solid #fff;
  padding: 16px 38px;
  transition: all 0.3s linear;
  display: inline-block;
}
.btn_six + .btn_six {
  background: #fff;
  color: #17c7bd;
  margin-left: 20px;
}
.btn_six + .btn_six i {
  padding-right: 5px;
}
.btn_six + .btn_six:hover {
  background: #17c7bd;
  color: #fff;
}

.seo_btn {
  display: inline-block;
  padding: 11px 40px;
  border-radius: 4px;
}

.seo_btn_one {
  color: #5e2ced;
  background: #e8e1fc;
}
.seo_btn_one:hover {
  background: #5e2ced;
  color: #fff;
}

.seo_btn_two {
  color: #00c99c;
  background: #d4f6ee;
}
.seo_btn_two:hover {
  background: #00c99c;
  color: #fff;
}

.about_btn {
  font: 600 16px "Glacial Indifference";
  padding: 18px 40px;
  background: #0021A5;
  border-color: 1px solid #0021A5;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease;
}
.about_btn:hover {
  color: #fff;
  background: #FA4616;
  border-color: 1px solid #FA4616;
}

/* Button Type Submit */
a[type=submit], button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

/*====================================================*/
/*====================================================*/
/*=========== Preloader ============*/
.ctn-preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}
.ctn-preloader .animation-preloader {
  z-index: 1000;
}
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Gotham";
  text-align: center;
  user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Gotham";
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.ctn-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}
.ctn-preloader p {
  font-family: "Gotham";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}
.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.ctn-preloader .loader .row {
  height: 100%;
}
.ctn-preloader .loader .loader-section {
  padding: 0px;
}
.ctn-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}
.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Gotham";
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Gotham";
  }
}
/*====================================================*/
/*====================================================*/
/*================= error_area css ==================*/
.error {
  color: #f64e60;
}

.form-group.has-error .form-control {
  border-color: #f64e60;
}
.form-group.has-error .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 78, 96, 0.25);
}

/*====================================================*/
/*====================================================*/
/*============== header_area css ==============*/
.header_area {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 20;
  top: 0;
}

.box-shadow {
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}

.menu_one {
  padding: 0px;
}
.menu_one .btn_get {
  margin-left: 40px;
}
.menu_one .btn-blob {
  width: 190px;
  padding: 15px;
  text-align: center;
  border-radius: 4px;
  margin-left: 40px;
  background-color: #ffffff;
  background-image: none;
  color: #fa4616;
}
.menu_one .btn-blob:before {
  background-color: #fd6439;
  right: -60%;
}
.menu_one .btn-blob:hover:before {
  background-color: #fa4616;
}

.sticky_logo img + img {
  display: none;
}

@media (min-width: 992px) {
  .mobile_btn {
    visibility: hidden;
    display: none;
  }
}

.menu > .nav-item {
  position: relative;
  padding-bottom: 35px;
  padding-top: 35px;
}
.menu > .nav-item > .nav-link {
  font: 500 16px "Glacial Indifference";
  color: #051441;
  padding: 0px;
  transition: color 0.3s ease 0s;
  position: relative;
  text-transform: uppercase;
}
.menu > .nav-item > .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  background: #0021A5;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  transition: all 0.2s linear;
}
.menu > .nav-item > .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0px;
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  left: -40px;
  min-width: 200px;
  padding: 24px 0;
  background: #fff;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  display: block;
  width: 100%;
  margin-right: 0px;
  padding: 0;
  position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0px;
  white-space: nowrap;
  font: 400 14px/34px "Glacial Indifference";
  color: #051441;
  transition: color 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link span.arrow_carrot-right {
  right: 20px;
  position: absolute;
  line-height: 30px;
  font-size: 18px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: transform 0.3s ease-in;
  padding: 0px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -25px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three {
  overflow: visible;
  padding: 0;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  top: 80%;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item {
  padding: 0px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu {
  left: 0;
  top: 0;
  padding: 24px 0;
  position: relative;
  transform: translateY(0);
  overflow-x: hidden;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item {
  padding: 0;
  margin-top: 20px;
  transition: all 0.15s linear;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link {
  padding: 6px 25px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_icon {
  margin-right: 10px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_icon img {
  max-width: 48px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_content {
  opacity: 0.75;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_content .mega_menu_title {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #222D39;
  margin-bottom: 5px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_content p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #222D39;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item:before {
  content: "";
  width: calc(100% - 84px);
  height: 1px;
  position: absolute;
  top: -10px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item:first-child {
  margin: 0;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item:first-child:before {
  content: none;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.nav_download_btn {
  border-top-color: #f2f0f7;
  padding: 15px 45px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.nav_download_btn .nav-link .navdropdown_link {
  align-items: center;
  justify-content: center;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.nav_download_btn .nav-link .navdropdown_link .navdropdown_icon {
  margin-right: 10px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item:hover, .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.active {
  transform: scale(1.05);
  background-color: rgb(255, 255, 255);
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item:hover .nav-link, .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.active .nav-link {
  background-color: rgba(218, 232, 247, 0.5);
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item:hover .nav-link .navdropdown_link .navdropdown_content, .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.active .nav-link .navdropdown_link .navdropdown_content {
  opacity: 1;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.disabled {
  transform: none;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.disabled .nav-link {
  color: #6C757D;
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: all !important;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.disabled .nav-link .navdropdown_link .navdropdown_content {
  opacity: 0.5;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.disabled:hover .nav-link {
  background-color: #FFF;
}
.menu > .nav-item.submenu .dropdown-menu.has-caret:before {
  position: absolute;
  display: inline-block;
  content: "";
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  left: calc(18% + 2px);
}
.menu > .nav-item.submenu .dropdown-menu.has-caret:after {
  position: absolute;
  display: inline-block;
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.03);
  border-left: 10px solid transparent;
  top: -10px;
  left: 18%;
  z-index: -1;
}
.menu > .nav-item.submenu.mega_menu {
  position: static;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner {
  min-width: 200px;
  list-style: none;
  position: absolute;
  box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
  left: 0px;
  right: 0px;
  transition: all 300ms linear 0s;
  background: #fff;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu .mega_menu_inner {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  left: 0;
  background: transparent;
  box-shadow: none;
  padding: 0px;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
  }
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0px;
  width: 25%;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item > .nav-link {
  font: 500 18px "Glacial Indifference";
  color: #13112d;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu {
  left: 0;
  position: relative;
  transform: translateY(0);
  box-shadow: none;
  padding: 0px;
  background: transparent;
  top: 0;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu > .nav-item {
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu > .nav-item:first-child {
  padding-top: 20px;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu > .nav-item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item:hover > .nav-link {
  color: inherit !important;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu {
  left: 0;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu {
    padding: 20px 0px;
  }
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCSB_scrollTools {
  width: 0px;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCSB_container {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCustomScrollBox {
  width: 100%;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item {
  padding: 0px;
  margin-bottom: 0;
  width: 100%;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .dropdown-menu {
  left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  max-height: calc(100vh - 120px);
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .dropdown-menu .nav-item {
  width: 25%;
  padding: 15px 20px;
  margin-bottom: 0;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item {
  text-align: center;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .rebon_tap {
  font: 500 12px "Glacial Indifference";
  color: #fff;
  background: #FA4616;
  display: block;
  position: absolute;
  top: -7px;
  left: -25px;
  padding: 15px 22px 5px;
  text-transform: uppercase;
  transform: rotate(-45deg);
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img {
  box-shadow: 0px 4px 8px 0px rgba(12, 0, 46, 0.06);
  position: relative;
  margin-top: 0;
  display: block;
  overflow: hidden;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #13112d;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img img {
  width: 100%;
  max-width: 100%;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img.box_none {
  box-shadow: none;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .text {
  font: 500 16px/22px "Glacial Indifference";
  color: #13112d;
  display: block;
  margin-top: 20px;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item:hover .img:before {
  opacity: 0.5;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu:hover .dropdown-menu > .nav-item > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .menu > .nav-item.submenu.mega_menu:hover .mega_menu_inner {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
  left: auto;
  right: 0;
}
.menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu .nav-item > .dropdown-menu {
  left: auto;
  right: 100%;
}
.menu > .nav-item:nth-last-child(-n+2).submenu.mega_menu .dropdown-menu {
  left: 0;
  right: auto;
}
.menu > .nav-item:nth-last-child(-n+2).submenu.mega_menu .dropdown-menu .nav-item > .dropdown-menu {
  left: 0;
  right: auto;
}
.menu > .nav-item + .nav-item {
  margin-left: 45px;
}
@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .menu > .nav-item:hover .dropdown-menu.mega_menu_three .nav-item .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
.menu > .nav-item:not(.mega_menu):nth-last-child(-n+2).submenu .dropdown-menu {
  left: auto !important;
  right: -60px;
}

@media (max-width: 991.98px) {
  .menu {
    padding: 10px 30px;
    background: #fff;
    margin-top: 0px;
  }
  .menu > .nav-item.submenu .dropdown-menu {
    padding: 20px 0 10px;
  }
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .nav-link {
    padding: 6px 15px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three {
    visibility: visible;
    box-shadow: none;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu {
    padding: 15px 0 5px;
    margin: 0 -30px;
    display: block !important;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item:before {
    width: calc(100% - 108px);
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link {
    padding: 6px 20px 6px 50px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_content p {
    white-space: normal;
  }
}
@media (max-width: 575.98px) {
  .menu {
    padding: 10px 20px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu {
    margin: 0 -20px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item {
    margin-top: 16px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item:before {
    width: calc(100% - 88px);
    top: -8px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link {
    padding: 6px 10px 6px 30px;
  }
}
@media (max-width: 480px) {
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item:before {
    width: calc(100% - 80px);
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_icon img {
    max-width: 42px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_content .mega_menu_title {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_content p {
    font-size: 13px;
  }
}
@media (max-width: 374.98px) {
  .menu {
    padding: 10px 15px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu {
    margin: 0 -15px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item:before {
    width: calc(100% - 75px);
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link {
    padding: 4px 10px 4px 25px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_icon {
    margin-right: 8px;
  }
}
@media (max-width: 359.98px) {
  .menu > .nav-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu {
    padding: 12px 0 4px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item:before {
    width: calc(100% - 66px);
    top: -6px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link {
    padding: 4px 8px 4px 18px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_icon {
    margin-right: 8px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_icon img {
    max-width: 40px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_content .mega_menu_title {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_content p {
    font-size: 12px;
  }
}
.navbar .search_cart .search a, .navbar .search_cart .shpping-cart a {
  font-size: 18px;
  line-height: 18px;
  color: #282835;
  margin-left: 16px;
}
.navbar .search_cart.w_menu .search a, .navbar .search_cart.w_menu .shpping-cart a {
  color: #fff;
}
.navbar .search_cart.w_menu .search a.nav-link {
  margin-left: 0;
}
.navbar .search_cart.w_menu .search a.nav-link:before {
  display: none;
}
.navbar .search_cart .search {
  display: inline-block;
}
.navbar .search_cart .search a.nav-link {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  margin-left: 32px;
}
.navbar .search_cart .search a.nav-link:before {
  width: 1px !important;
  height: 12px;
  left: -14px;
  top: 3px;
  background: #13112d;
}
.navbar .search_cart .shpping-cart {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
}
.navbar .search_cart .shpping-cart .num {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0021A5;
  color: #fff;
  font-size: 11px;
  display: block;
  position: absolute;
  top: -8px;
  right: -9px;
  line-height: 16px;
  text-align: center;
}
.navbar .search_cart .shpping-cart .nav-link:before {
  display: none;
}
.navbar .search_cart .shpping-cart .dropdown-menu {
  padding: 0px;
  min-width: 350px;
  width: 100%;
  position: absolute;
}
.navbar .search_cart .shpping-cart .dropdown-menu li {
  background: #fff;
}
.navbar .search_cart .shpping-cart .dropdown-menu li:first-child {
  padding-bottom: 0px;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item a {
  color: #333;
  margin-left: 0;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-img {
  display: block;
  width: 30%;
  transition: all 0.3s linear;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content {
  width: 60%;
  padding-left: 15px;
  align-self: center;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content .cart-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  font-family: "Glacial Indifference";
  margin-bottom: 10px;
  transition: color 0.3s linear;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p {
  font-size: 14px;
  line-height: 22px;
  font-family: "Glacial Indifference";
  color: #333;
  font-weight: 300;
  margin-bottom: 0px;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p del {
  color: #919191;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove {
  width: 10%;
  text-align: right;
  align-self: center;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a {
  font-size: 14px;
  color: #333;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a:hover {
  color: #0021A5;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-img {
  opacity: 0.5;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-title a {
  color: #0021A5;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f {
  padding: 25px 30px 30px;
  background: #f9f9f9;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total {
  font-size: 14px;
  color: #676b75;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total .p-total {
  float: right;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn {
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 4px;
  margin: 0px;
  line-height: 40px;
  padding: 0px 32px;
  background: #0021A5;
  border: 1px solid #0021A5;
  color: #fff;
  transition: all 0.3s linear;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn:hover {
  background: transparent;
  color: #0021A5;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn + .get_btn {
  margin-left: 10px;
  background: transparent;
  color: #0021A5;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn + .get_btn:hover {
  background: #0021A5;
  color: #fff;
}

.menu_two {
  padding: 0px;
}
.menu_two .w_menu > .nav-item .nav-link:before {
  background: #a5d5f5;
}
.menu_two .w_menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
  color: #13112d;
}
.menu_two .menu_toggle .hamburger-cross span, .menu_two .menu_toggle .hamburger span {
  background: #fff;
}

.w_menu .nav-item .nav-link {
  color: #fff;
}
.w_menu .nav-item .nav-link:before {
  background: #fff;
}

.b_menu .nav-item .nav-link {
  color: #051441;
}
.b_menu .nav-item .nav-link:before {
  background: #051441;
}

.nav_right_btn .login_btn {
  font: 500 15px "Glacial Indifference";
  padding: 13px 32px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  color: #fff;
  transition: all 0.2s linear;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  border-top-right-radius: 45px;
  border: 1px solid transparent;
}
.nav_right_btn .login_btn:hover, .nav_right_btn .login_btn.active {
  background: #fff;
  box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
}
@media (max-width: 991px) {
  .nav_right_btn {
    display: none;
  }
}

.menu_new .btn_get {
  border: 2px solid #fdb09c;
  box-shadow: none;
}
.menu_new .btn_get:hover {
  background: #0021A5;
  border-color: #0021A5 !important;
}

.menu_four .btn_get {
  border-color: #fff;
  padding: 0px 30px;
  background: #fff;
  min-width: 120px;
  text-align: center;
}
.menu_four .btn_get:hover {
  background: #FA4616;
  border-color: #FA4616;
  color: #fff;
}
.menu_four .btn_get_radious {
  background: transparent;
}
.menu_four .btn_get_radious:hover {
  background: #fff;
}
.menu_four .menu_toggle .hamburger span, .menu_four .menu_toggle .hamburger-cross span {
  background: #fff;
}
.menu_four .menu_toggle.has_black-hamburger .hamburger span, .menu_four .menu_toggle.has_black-hamburger .hamburger-cross span {
  background: #051441;
}
.menu_four .event_btn {
  border-color: #af8a90;
  background: transparent;
  padding: 7px 41px;
}
.menu_four .event_btn:hover {
  background: #fd475d;
  border-color: #fd475d;
}

.menu_five {
  border-radius: 0px;
}
.menu_five .menu > .nav-item .nav-link {
  color: #fff;
}
.menu_five .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_five .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu_five .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #0021A5;
}
.menu_five .menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
  color: #051441;
}
.menu_five .btn_get {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  line-height: 44px;
  padding: 0px 28px;
  min-width: 120px;
  text-align: center;
}
.menu_five .btn_get:hover {
  background: #fff;
  color: #3d64f4;
  border-color: #fff;
}
.menu_five .menu_toggle .hamburger span, .menu_five .menu_toggle .hamburger-cross span {
  background: #fff;
}

.menu_six {
  padding: 0px;
}
.menu_six .menu > .nav-item .nav-link {
  color: #fff;
}
.menu_six .menu > .nav-item:hover .nav-link, .menu_six .menu > .nav-item.active .nav-link {
  color: #3d57f4;
}
.menu_six .menu > .nav-item:hover .nav-link:before, .menu_six .menu > .nav-item.active .nav-link:before {
  background: #3d57f4;
}
.menu_six .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_six .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu_six .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #3d57f4;
}
.menu_six .menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
  color: #051441;
}
.menu_six .menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
  left: -40px;
  right: auto;
}
.menu_six .menu_toggle .hamburger-cross span, .menu_six .menu_toggle .hamburger span {
  background: #fff;
}
.menu_six .btn_get {
  border: 1px solid #fff;
  line-height: 43px;
  color: #fff;
}
.menu_six .btn_get:hover {
  background: #3d57f4;
  border-color: #3d57f4;
}

.menu_seven {
  padding: 0px;
}
.menu_seven .menu .nav-item .nav-link {
  color: #fff;
}
.menu_seven .menu .nav-item.active .nav-link:before, .menu_seven .menu .nav-item:hover .nav-link:before {
  background: #fff;
}
.menu_seven .menu .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_seven .menu .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu_seven .menu .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #4069eb;
}
.menu_seven .menu .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
  color: #051441;
}
.menu_seven .menu_toggle .hamburger-cross span, .menu_seven .menu_toggle .hamburger span {
  background: #fff;
}
.menu_seven .btn_get {
  background: transparent;
}
.menu_seven .btn_get:hover {
  background: #fff;
  color: #0021A5;
}

.menu_eight .menu .nav-item.active .nav-link:before, .menu_eight .menu .nav-item:hover .nav-link:before {
  background: #fff;
}
.menu_eight .menu .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_eight .menu .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu_eight .menu .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #23b1fe;
}
.menu_eight .menu .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
  color: #051441;
}
.menu_eight .saas_btn {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #23b1fe;
}
.menu_eight .saas_btn.erp_btn_two {
  border-radius: 45px;
  color: #4e78f4;
}
.menu_eight .menu_toggle .hamburger-cross span, .menu_eight .menu_toggle .hamburger span {
  background: #fff;
}

.menu_nine .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_nine .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu_nine .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #5f51fb;
}
.menu_nine .menu_toggle .hamburger-cross span, .menu_nine .menu_toggle .hamburger span {
  background: #fff;
}
.menu_nine .btn_get {
  border-radius: 45px;
  line-height: 40px;
  font-size: 15px;
  margin-left: 35px;
}

.btn_get_radious {
  border-radius: 45px;
  border-width: 1px;
  color: #fff;
  background: #fff;
  box-shadow: none;
  padding: 0px 28px;
  line-height: 45px;
}
.btn_get_radious:before {
  background: #5846ed;
}
.btn_get_radious:hover {
  color: #5846ed;
}

/*============== header_area css ==============*/
/*========= hamburger menu css ========*/
.navbar-toggler {
  padding: 0px;
  margin-left: 20px;
}
.navbar-toggler:focus {
  outline: none;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}
.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #0021A5;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: #0021A5;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  transition-delay: 0.2s;
}

.header_area_two + section, .header_area_three + section {
  margin-top: 93px;
}

.h_dark {
  background: #13112d;
}

.header_area_three {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.1);
}
.header_area_three .menu_four .pl_30 {
  padding-left: 30px;
}
.header_area_three .menu_four .btn_get {
  border-color: #5e2ced;
  background: #5e2ced;
  color: #fff;
}
.header_area_three .menu_four .btn_get:hover {
  background: transparent;
  color: #5e2ced;
}
.header_area_three.navbar_fixed .menu_four .btn_get {
  border-color: #5e2ced !important;
}

.header_area_four .header_top {
  background: #13112d;
}
.header_area_four .header_top a {
  transition: color 0.3s linear;
}
.header_area_four .header_top a:hover {
  color: #5e2ced;
}
.header_area_four + section {
  margin-top: 144px;
}

.header_top {
  padding: 12px 0px;
}

.header_contact_info {
  margin-bottom: 0;
}
.header_contact_info li {
  display: inline-block;
  font-size: 14px;
  font-family: "Glacial Indifference";
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}
.header_contact_info li:before {
  content: "";
  width: 1px;
  height: 12px;
  top: 1px;
  background: #5e5d76;
  display: inline-block;
  position: relative;
  margin: 0px 22px 0px 20px;
}
.header_contact_info li:first-child:before {
  display: none;
}
.header_contact_info li a {
  color: #c3c1da;
  font-weight: 300;
  padding-left: 5px;
}

.header_social_icon {
  text-align: right;
  margin-bottom: 0;
}
.header_social_icon li {
  display: inline-block;
  margin: 0px 0px 0px 15px;
}
.header_social_icon li a {
  font-size: 12px;
  color: #fff;
}

.header_area_five .menu_one {
  padding: 0px 50px;
}

.header_area_six .header_top {
  border-bottom: 1px solid #e5ddfc;
}
.header_area_six .header_top a:hover {
  color: #5e2ced !important;
}
.header_area_six .header_top .header_contact_info li {
  color: #282835;
}
.header_area_six .header_top .header_contact_info li a {
  color: #677294;
}
.header_area_six .header_top .header_social_icon li a {
  color: #282835;
}
.header_area_six + section {
  margin-top: 144px;
}

.header_area_seven .header_top {
  background: #5e2ced;
  padding: 0px;
}
.header_area_seven .header_top a {
  line-height: 50px;
  opacity: 0.7;
  transition: opacity 0.2s linear;
}
.header_area_seven .header_top a:hover {
  opacity: 1;
}
.header_area_seven .header_top .header_contact_info li i {
  vertical-align: middle;
}
.header_area_seven .header_top .header_contact_info li a {
  color: #fff;
}
.header_area_seven .header_top .header_social_icon {
  border-left: 1px solid #7444ff;
  padding-left: 22px;
  margin-left: 40px;
}
.header_area_seven .header_top .header_top_menu {
  text-align: right;
  margin-bottom: 0px;
}
.header_area_seven .header_top .header_top_menu li {
  display: inline-block;
}
.header_area_seven .header_top .header_top_menu li:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #8e6bf7;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 17px 0px 15px;
}
.header_area_seven .header_top .header_top_menu li a {
  font-size: 12px;
  font-family: "Glacial Indifference";
  font-weight: 300;
  color: #fff;
  transition: opacity 0.2s linear;
}
.header_area_seven .header_top .header_top_menu li:first-child:before {
  display: none;
}
.header_area_seven + section {
  margin-top: 118px;
}

.menu_poss .w_menu.search_cart .search a.nav-link {
  margin-left: 32px;
}

/*============ sticky menu css ==============*/
.header_area {
  transition: all 0.2s linear;
}
.header_area.navbar_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
.header_area.navbar_fixed .menu_one {
  padding: 0px;
  transition: all 0.2s linear;
}
.header_area.navbar_fixed .menu_one .btn_get {
  box-shadow: none;
}
.header_area.navbar_fixed .menu_one .btn-blob {
  border: 1px solid #fd6439;
}
.header_area.navbar_fixed .sticky_logo img {
  display: none;
}
.header_area.navbar_fixed .sticky_logo img + img {
  display: block;
}
.header_area.navbar_fixed .w_menu .nav-item .nav-link, .header_area.navbar_fixed .b_menu .nav-item .nav-link {
  color: #051441;
}
.header_area.navbar_fixed .w_menu .nav-item .nav-link:before, .header_area.navbar_fixed .b_menu .nav-item .nav-link:before {
  background: #051441;
}
.header_area.navbar_fixed .w_menu .nav-item .nav-link.active, .header_area.navbar_fixed .b_menu .nav-item .nav-link.active {
  color: #FA4616;
}
.header_area.navbar_fixed .w_menu .nav-item .nav-link.active:before, .header_area.navbar_fixed .b_menu .nav-item .nav-link.active:before {
  background: #FA4616;
}
.header_area.navbar_fixed .menu_poss .w_menu .nav-item .nav-link:hover {
  color: #5e53fb;
}
.header_area.navbar_fixed .menu_poss .w_menu .nav-item .nav-link:hover:before {
  background: #5e53fb;
}
.header_area.navbar_fixed .menu_poss .w_menu .nav-item.active .nav-link {
  color: #5e53fb;
}
.header_area.navbar_fixed .menu_poss .w_menu .nav-item.active .nav-link:before {
  background: #5e53fb;
}
.header_area.navbar_fixed .menu_poss .w_menu.search_cart .search a.nav-link:before {
  background: #5e53fb;
}
.header_area.navbar_fixed .menu_two .menu_toggle .hamburger-cross span, .header_area.navbar_fixed .menu_two .menu_toggle .hamburger span {
  background: #051441;
}
.header_area.navbar_fixed .menu_two .nav_right_btn .login_btn.active, .header_area.navbar_fixed .menu_two .nav_right_btn .login_btn:hover {
  box-shadow: none;
}
.header_area.navbar_fixed .menu_two .nav_right_btn .login_btn.active:hover {
  color: #fff;
}
.header_area.navbar_fixed .menu_four .btn_get {
  border: 2px solid rgb(252.8781512605, 176.4915966387, 156.1218487395);
  box-shadow: none;
}
.header_area.navbar_fixed .menu_four .btn_get:hover {
  border-color: rgb(250.8823529412, 102.6470588235, 63.1176470588);
}
.header_area.navbar_fixed .menu_four .btn_get_radious {
  border-color: #0021A5;
  color: #0021A5;
}
.header_area.navbar_fixed .menu_four .btn_get_radious:hover {
  background: #0021A5;
  color: #fff;
}
.header_area.navbar_fixed .menu_four .menu_toggle .hamburger span, .header_area.navbar_fixed .menu_four .menu_toggle .hamburger-cross span {
  background: #FA4616;
}
.header_area.navbar_fixed .menu_four .event_btn {
  color: #2c2c51;
  border-color: #2c2c51;
}
.header_area.navbar_fixed .menu_four .event_btn:hover {
  border-color: #fd475d;
  color: #fff;
}
.header_area.navbar_fixed .nav_right_btn .login_btn {
  color: #051441;
}
.header_area.navbar_fixed .menu_five .btn_get {
  border-color: #0021A5;
  color: #0021A5;
  display: inline-block;
}
.header_area.navbar_fixed .menu_five .btn_get:hover {
  background: #0021A5;
  color: #fff;
}
.header_area.navbar_fixed .menu_five .menu_toggle .hamburger-cross span, .header_area.navbar_fixed .menu_five .menu_toggle .hamburger span {
  background: #0021A5;
}
.header_area.navbar_fixed .menu_six .menu > .nav-item > .nav-link {
  color: #051441;
}
.header_area.navbar_fixed .menu_six .menu > .nav-item:hover > .nav-link, .header_area.navbar_fixed .menu_six .menu > .nav-item.active > .nav-link {
  color: #0021A5;
}
.header_area.navbar_fixed .menu_six .menu > .nav-item:hover > .nav-link:before, .header_area.navbar_fixed .menu_six .menu > .nav-item.active > .nav-link:before {
  background: #0021A5;
}
.header_area.navbar_fixed .menu_six .menu_toggle .hamburger-cross span, .header_area.navbar_fixed .menu_six .menu_toggle .hamburger span {
  background: #0021A5;
}
.header_area.navbar_fixed .menu_six .btn_get {
  border-color: #0021A5;
  box-shadow: none;
  color: #0021A5;
}
.header_area.navbar_fixed .menu_six .btn_get:hover {
  color: #fff;
}
.header_area.navbar_fixed .menu_seven .menu > .nav-item > .nav-link {
  color: #051441;
}
.header_area.navbar_fixed .menu_seven .menu > .nav-item:hover > .nav-link, .header_area.navbar_fixed .menu_seven .menu > .nav-item.active > .nav-link {
  color: #0021A5;
}
.header_area.navbar_fixed .menu_seven .menu > .nav-item:hover > .nav-link:before, .header_area.navbar_fixed .menu_seven .menu > .nav-item.active > .nav-link:before {
  background: #0021A5;
}
.header_area.navbar_fixed .menu_seven .btn_get {
  border-color: #0021A5;
  color: #0021A5;
}
.header_area.navbar_fixed .menu_seven .btn_get:hover {
  background: #0021A5;
  color: #fff;
}
.header_area.navbar_fixed .menu_seven .menu_toggle .hamburger-cross span, .header_area.navbar_fixed .menu_seven .menu_toggle .hamburger span {
  background: #0021A5;
}
.header_area.navbar_fixed .menu_eight .saas_btn {
  border-color: #23b1fe;
  box-shadow: none;
}
.header_area.navbar_fixed .menu_eight .saas_btn:hover {
  background: #23b1fe;
  color: #fff;
}
.header_area.navbar_fixed .menu_eight .saas_btn.erp_btn_two {
  border-color: #4e78f4;
}
.header_area.navbar_fixed .menu_eight .saas_btn.erp_btn_two:hover {
  background: #4e78f4;
}
.header_area.navbar_fixed .menu_eight .menu_toggle .hamburger span, .header_area.navbar_fixed .menu_eight .menu_toggle .hamburger-cross span {
  background: #23b1fe;
}
.header_area.navbar_fixed .security_btn {
  color: #0e79de;
}
.header_area.navbar_fixed .security_btn:hover {
  background: #0e79de;
  color: #fff;
}
.header_area.navbar_fixed .menu_nine .menu > .nav-item:hover > .nav-link, .header_area.navbar_fixed .menu_nine .menu > .nav-item.active > .nav-link {
  color: #0021A5;
}
.header_area.navbar_fixed .menu_nine .menu > .nav-item:hover > .nav-link:before, .header_area.navbar_fixed .menu_nine .menu > .nav-item.active > .nav-link:before {
  background: #0021A5;
}
.header_area.navbar_fixed .menu_nine .btn_get {
  border-color: #0021A5;
  color: #0021A5;
}
.header_area.navbar_fixed .menu_nine .btn_get:hover {
  background: #0021A5;
  color: #fff;
}
.header_area.navbar_fixed .menu_nine .menu_toggle .hamburger-cross span, .header_area.navbar_fixed .menu_nine .menu_toggle .hamburger span {
  background: #0021A5;
}
.header_area.navbar_fixed.header_area_five .menu_one {
  padding: 0px 50px;
}
.header_area.navbar_fixed.header_area_six .header_top {
  display: none;
}

.security_btn {
  margin-top: 0;
  font-size: 14px;
  border: 2px solid #87bcef;
  padding: 7px 39px;
  border-radius: 45px;
  color: #fff;
}
.security_btn:hover {
  background: #fff;
  color: #0e79de;
  border-color: #0e79de;
}

.full_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
.full_header .logo img {
  display: none;
}
.full_header .logo img + img {
  display: inline-block;
}
.full_header .bar_menu {
  cursor: pointer;
}
.full_header .bar_menu span {
  width: 36px;
  height: 2px;
  background: #fff;
  display: block;
}
.full_header .bar_menu span:not(:last-child) {
  margin-bottom: 7px;
}
.full_header .bar_menu span:nth-child(2) {
  width: 24px;
}
.full_header .bar_menu span:nth-child(3) {
  width: 30px;
}
.full_header.content-white .logo img {
  display: inline-block;
}
.full_header.content-white .logo img + img {
  display: none;
}

.hamburger-menu-wrepper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 108;
  padding: 55px 80px;
  transform: scaleY(0);
  transition: transform 0.8s ease 0.4s;
  transform-origin: 0% 100%;
  background: rgba(5, 20, 65, 0.98);
}
.hamburger-menu-wrepper .nav {
  position: relative;
  z-index: 108;
  transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
  -o-transition: all ease 0.3s 0s;
  transition: all ease 0.3s 0s;
}
.hamburger-menu-wrepper .nav .nav_logo img {
  opacity: 1 !important;
}
.hamburger-menu-wrepper .nav .close-menu {
  color: #fff;
}
.hamburger-menu-wrepper .animation-box {
  position: absolute;
  top: 5%;
  height: 100%;
  width: 100%;
  left: 0;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.hamburger-menu-wrepper .animation-box .menu-box {
  display: table;
  height: 100%;
  width: 62%;
  margin: 0 auto;
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
}
.hamburger-menu-wrepper.show-menu {
  z-index: 108;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transform-origin: 50% 0%;
  transition: -webkit-transform 0.7s ease 0.2s;
  transition: transform 0.7s ease 0.2s;
  transition: transform 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
}
.hamburger-menu-wrepper.show-menu .nav {
  transform: translateY(0px);
  transition: transform ease 1.4s 0.7s, opacity ease 1.4s 0.7s;
  opacity: 1;
  visibility: visible;
}
.hamburger-menu-wrepper.show-menu .animation-box {
  top: 0;
  opacity: 1;
  transition-timing-function: linear;
  transition-duration: 0.7s;
}
.hamburger-menu-wrepper.show-menu .animation-box .menu-box {
  opacity: 1;
}
.hamburger-menu-wrepper.show-menu .animation-box .menu-box .offcanfas_menu > li a {
  transform: translateY(0px);
  transition: transform ease 1.4s 0.6s, opacity ease 1.4s 0.6s, color 0.3s;
  opacity: 1;
  visibility: visible;
}

.navbar .offcanfas_menu {
  margin: 0px;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.navbar .offcanfas_menu > .nav-item {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
.navbar .offcanfas_menu > .nav-item:not(:last-child) {
  margin-bottom: 18px;
}
.navbar .offcanfas_menu > .nav-item .nav-link {
  font-size: 2.1rem;
  line-height: 46px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-family: "Glacial Indifference";
  transform: translateY(45px);
  opacity: 0;
  visibility: hidden;
  -o-transition: all ease 0.3s 0s;
  transition: all ease 0.3s 0s;
  display: inline-block;
}
.navbar .offcanfas_menu > .nav-item .nav-link:before {
  background: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link {
  padding-right: 20px;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link:after {
  content: "3";
  font-family: eleganticons;
  position: absolute;
  right: 13px;
  top: 0;
  display: block;
  border: 0;
  line-height: 50px;
  margin-left: 20px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu {
  position: relative !important;
  transform: translate3d(0px, 0px, 0px) !important;
  display: none;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0s linear;
  z-index: 0;
  background: transparent;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 0;
  max-height: none !important;
  left: 0;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item {
  background: transparent;
  padding: 0px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item > .nav-link {
  color: #fff;
  font-size: 16px;
  line-height: 31px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item:hover .nav-link, .navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item.active .nav-link {
  color: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.active .nav-link {
  color: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.active .nav-link:before {
  background: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.show .nav-link {
  color: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.show .nav-link:before {
  width: 100%;
  background: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.show .dropdown-menu {
  position: relative !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.header_footer {
  display: table-footer-group;
  padding-bottom: 80px;
}
.header_footer h5 {
  font-size: 16px;
  color: #fff;
}
.header_footer ul {
  margin-bottom: 40px;
}
.header_footer ul li {
  display: inline-block;
  margin-right: 6px;
}
.header_footer ul li a {
  width: 44px;
  height: 44px;
  border: 1px solid #656c82;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  display: block;
  transition: all 0.3s linear;
}
.header_footer ul li a:hover {
  background: #fff;
  border-color: #fff;
  color: #5f28fb;
}
.header_footer p {
  font-size: 16px;
  color: #858faf;
  margin-bottom: 100px;
}

.close_icon {
  position: absolute;
  right: 60px;
  top: 40px;
  color: #7b84a2;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.close_icon:hover {
  color: #fff;
}

.burger_menu {
  width: 40px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  font-size: 25px;
  display: flex;
  align-items: center;
  color: #051441;
  margin-left: 25px;
}

.side_menu_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(5, 20, 65, 0.9);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.8s ease 0.4s;
  transition: -webkit-transform 0.8s ease 0.4s;
  -o-transition: transform 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.side_menu_wrapper .side_menu {
  max-width: 545px;
  height: 100%;
  margin-left: auto;
  background: #fff;
  position: relative;
  transition-duration: 0.4s;
  transform: translateX(100%);
  opacity: 0;
}
.side_menu_wrapper .side_menu ul {
  margin-bottom: 0;
}
.side_menu_wrapper .side_menu .menu_top {
  padding: 60px 70px 0px;
}
.side_menu_wrapper .side_menu .menu_top .close {
  font-size: 20px;
}
.side_menu_wrapper .side_menu .m_content {
  position: absolute;
  left: 0px;
  top: 10vh;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 55vh;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-weight: 600;
  width: 100%;
  display: block;
  letter-spacing: -0.025rem;
  list-style: none;
  margin: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: opacity 0.5s 0.6s ease, -webkit-transform 0.5s 0.6s ease;
  transition: opacity 0.5s 0.6s ease, -webkit-transform 0.5s 0.6s ease;
  -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease, -webkit-transform 0.5s 0.6s ease;
  list-style: none;
  padding-left: 18%;
  padding-right: 100px;
  margin-top: 5vh;
}
.side_menu_wrapper .side_menu .m_content h2 {
  font-size: 3.5vh;
  line-height: 4vh;
  font-weight: 700;
  color: #051441;
  margin-bottom: 1vh;
}
.side_menu_wrapper .side_menu .m_content a {
  font-size: 2.5vh;
  font-weight: 500;
}
.side_menu_wrapper .side_menu .m_content p {
  font-size: 1.9vh;
  line-height: 2.9vh;
  color: #7e86a1;
  font-weight: 300;
  margin-top: 4vh;
  margin-bottom: 8.2vh;
}
.side_menu_wrapper .side_menu .get_info li .media img {
  margin-right: 20px;
  height: 5vh;
}
.side_menu_wrapper .side_menu .get_info li .media .media-body h4 {
  font-size: 2vh;
  font-weight: 600;
  margin-bottom: 0.5vh;
}
.side_menu_wrapper .side_menu .get_info li .media .media-body p {
  margin-bottom: 0vh;
  margin-top: 0.5vh;
  font-size: 1.8vh;
}
.side_menu_wrapper .side_menu .get_info li + li {
  margin-top: 2.9vh;
}
.side_menu_wrapper .side_menu .m_footer {
  position: absolute;
  left: 18%;
  bottom: 10%;
  display: flex;
  align-items: center;
}
.side_menu_wrapper .side_menu .m_footer li a {
  font-size: 20px;
  color: #959ebb;
  font-size: 16px;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #959ebb;
  display: inline-block;
  margin: 0px 5px;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.side_menu_wrapper .side_menu .m_footer li a:hover {
  background: rgb(95, 40, 251);
  border-color: rgb(95, 40, 251);
  color: #fff;
  box-shadow: 0px 20px 20px 0px rgba(95, 40, 251, 0.3);
}

.menu-is-opened .side_menu_wrapper {
  z-index: 100;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transition: -webkit-transform 0.7s ease 0.2s;
  -webkit-transition: -webkit-transform 0.7s ease 0.2s;
  -o-transition: transform 0.7s ease 0.2s;
  transition: transform 0.7s ease 0.2s;
  transition: transform 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
}
.menu-is-opened .side_menu_wrapper .side_menu {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s 0.6s linear;
}

.menu_one.navbar .search_cart .search a.nav-link:before {
  display: none;
}

/*================= menu_scroll css ================*/
.menu_one.menu_scroll .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

.menu_one .container-fluid {
  padding-left: 65px;
  padding-right: 100px;
}
.menu_one .tracking_btn {
  text-align: center;
  position: relative;
}
.menu_one .tracking_btn .er_btn {
  font-size: 16px;
  color: #fff;
  background: #6754e2;
  border: 0px;
  padding: 8px 50px;
  margin-top: 0;
  display: block;
  position: relative;
  overflow: visible;
}
.menu_one .tracking_btn .er_btn:hover {
  background: #6754e2;
}
.menu_one .tracking_btn h6 {
  font-size: 12px;
  color: #777777;
  margin-bottom: 0;
  line-height: 12px;
  position: relative;
  bottom: -7px;
}

/*====================================================*/
/*====================================================*/
.typography_breacrumb {
  background: #f9f9f9;
}
.typography_breacrumb h1 {
  color: #222d39;
  font-weight: 400;
}
.typography_breacrumb h1 span {
  font-weight: 700;
}
.typography_breacrumb p {
  color: #677294;
}

h1, h2, h3, h4, h5, h6 {
  color: #4b505e;
}

p {
  font-size: 18px;
  color: #677294;
}
p span {
  padding: 3px 8px;
}

.bg-dark {
  background: #222d39 !important;
}

.bg-purpple {
  background: #6e3ef8;
}

.bg-blue {
  background: #2cabed;
}

.h_title {
  font-size: 24px;
  color: #677294;
  font-weight: 300;
  margin-bottom: 50px;
}

.heading_style h1, .heading_style h2, .heading_style h3, .heading_style h4, .heading_style h5, .heading_style h6 {
  color: #4b505e;
  font-weight: 700;
}
.heading_style .h_title {
  font-size: 24px;
  color: #677294;
  font-weight: 300;
}
.heading_style h1 {
  font-size: 50px;
}
.heading_style h2 {
  font-size: 44px;
}
.heading_style h3 {
  font-size: 36px;
}
.heading_style h4 {
  font-size: 30px;
}
.heading_style h5 {
  font-size: 24px;
}
.heading_style h6 {
  font-size: 18px;
}
.heading_style.medium h1, .heading_style.medium h2, .heading_style.medium h3, .heading_style.medium h4, .heading_style.medium h5, .heading_style.medium h6 {
  font-weight: 500;
}
.heading_style.medium .h_title {
  font-weight: 300;
}
.heading_style.regular .h_title {
  font-weight: 300;
}
.heading_style.regular h1, .heading_style.regular h2, .heading_style.regular h3, .heading_style.regular h4, .heading_style.regular h5, .heading_style.regular h6 {
  font-weight: 400;
}

.tooltip_p .text-green {
  color: #49c10e;
}
.tooltip_p .text-red {
  color: #f0368d;
}

.tooltip > .tooltip-inner {
  background-color: #f00;
  color: #fff;
}
.tooltip > .tooltip-inner .arrow:before {
  border-bottom-color: red;
}

.drop_text span {
  float: left;
  font-size: 54px;
  color: #2cabed;
  font-weight: 700;
  line-height: 50px;
}

.nested {
  font-size: 16px;
  color: #627387;
  line-height: 36px;
  font-weight: 400;
}

.blockquote {
  border-left: 2px solid #4b505e;
  padding-left: 30px;
}
.blockquote p {
  font-size: 18px;
  color: #4b505e;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.blockquote_two {
  background: #f9fafb;
  padding: 20px 20px 20px 40px;
  font-size: 22px;
  font-style: italic;
  color: #627387;
}
.blockquote_two img {
  margin-right: 40px;
}

.blockquote_three {
  background: #f9fafb;
  padding: 40px;
  font-size: 22px;
  color: #677294;
  font-style: italic;
  line-height: 40px;
}
.blockquote_three img {
  margin-right: 40px;
}

.typography_promo_area {
  position: relative;
  z-index: 1;
  height: 400px;
  background-color: rgb(94, 44, 237);
  display: flex;
  align-items: center;
}
.typography_promo_area .bg_overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-attachment: fixed;
  opacity: 0.1;
}
.typography_promo_area h2 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}
.typography_promo_area .btn_get {
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s linear;
  margin-top: 30px;
}
.typography_promo_area .btn_get:hover {
  background: #fff;
  color: #051441;
}

.alert {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  margin-bottom: 30px;
}
.alert i {
  float: left;
  font-size: 20px;
  line-height: 32px;
  margin-right: 20px;
}
.alert .alert_close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}
.alert .alert_close i {
  margin-right: 0;
}
.alert.notice {
  background: #f9f8fc;
  border-color: #e9e6f5;
  color: #677294;
}
.alert.error {
  background: #ffebeb;
  border-color: #f4bdbd;
  color: #eb4a4a;
}
.alert.warning {
  background: #fffaeb;
  border-color: #edd796;
  color: #e7b931;
}
.alert.info {
  background: #ebfcff;
  border-color: #aee9f3;
  color: #49cbe1;
}
.alert.success {
  background: #ecffeb;
  border-color: #b0efac;
  color: #4acc43;
}
.alert.message {
  background: #f5f1fd;
  border-color: #d7caf5;
  color: #8d62e3;
}

.big_alert {
  padding: 40px;
  font-size: 20px;
}
.big_alert i {
  font-size: 24px;
}

.box_alert {
  border: 1px solid #e9e6f5;
  padding: 40px;
  position: relative;
  margin-bottom: 30px;
}
.box_alert .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  color: #677294;
  border: 1px solid rgb(233, 230, 245);
  background: #f9f8fc;
  border-radius: 50%;
  margin-right: 30px;
}
.box_alert .media-body h5 {
  font-size: 20px;
  line-height: 28px;
  color: #222d39;
  font-weight: 500;
  margin-bottom: 10px;
}
.box_alert .media-body p {
  font-size: 15px;
  line-height: 28px;
  color: #677294;
}
.box_alert .alert_close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #677294;
  font-size: 20px;
  cursor: pointer;
}
.box_alert.box_warning .icon {
  background: #fffaeb;
  border-color: #edd796;
  color: #e7b931;
}
.box_alert.box_success .icon {
  background: #ecffeb;
  border-color: #b0efac;
  color: #4acc43;
}
.box_alert.box_error .icon {
  background: #ffebeb;
  border-color: #f4bdbd;
  color: #eb4a4a;
}
.box_alert.box_info .icon {
  background: #ebfcff;
  border-color: #aee9f3;
  color: #49cbe1;
}
.box_alert.box_info_two .icon {
  background: #f5f1fd;
  border-color: #d7caf5;
  color: #8d62e3;
}

.button_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button_item .btn_hover {
  margin-top: 0;
}
.button_item + .button_item {
  margin-top: 20px;
}

.btn_s {
  padding: 9px 44px;
}

.btn_m {
  padding: 16px 50px;
}

.btn_l {
  padding: 24px 86px;
}

.btn_c {
  padding: 16px 50px;
}

.btn_border {
  border-width: 1px;
  border-style: solid;
  border-color: #222d39;
  color: #222d39;
}
.btn_border:hover {
  background: #7444fd;
  border-color: #7444fd;
  color: #fff;
}

.border2 {
  border-width: 2px;
}

.border3 {
  border-width: 3px;
}

.border4 {
  border-width: 4px;
}

.btn_r {
  border-radius: 4px;
}

.btn_r_n {
  border-radius: 0px;
}

.btn_r_two {
  border-radius: 8px;
}

.btn_r_three {
  border-radius: 45px;
}

.box_s {
  background: #5f2eed;
  box-shadow: 0 6px #8057f8;
}
.box_s:hover {
  background: #5f2eed;
  color: #fff;
}
.box_s:hover:hover {
  box-shadow: 0 4px #8057f8;
}

.btn-style2 {
  position: relative;
  overflow: visible;
  z-index: auto;
  background: #5f2eed;
  transition: all 0.1s linear;
}
.btn-style2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #dfd5fb;
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -2;
  transition: all 0.3s linear;
}
.btn-style2:hover {
  background: #5f2eed;
  margin-right: 0;
  margin-bottom: 0;
  color: #fff;
}
.btn-style2:hover:before {
  right: 0;
  bottom: 0;
}

.btn-style3 {
  position: relative;
  background: transparent;
}
.btn-style3:before {
  content: "";
  left: 5px;
  right: 5px;
  bottom: 5px;
  top: 5px;
  background: #5f2eed;
  position: absolute;
  z-index: -1;
  transition: all 0.2s linear;
}
.btn-style3:hover {
  color: #fff;
}
.btn-style3:hover:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.btn-style4 {
  position: relative;
  background: #dfd5fb;
  border: 0px;
}
.btn-style4:before {
  content: "";
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  background: #5f2eed;
  position: absolute;
  z-index: -1;
  transition: all 0.2s linear;
}
.btn-style4:hover {
  color: #fff;
}
.btn-style4:hover:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.i_btn_one {
  padding: 16px 50px;
}
.i_btn_one i {
  margin-right: 10px;
}

.i_btn_two {
  padding: 16px 50px;
}
.i_btn_two i {
  margin-left: 14px;
}

.i_btn_three {
  padding: 0 50px 0px 0px;
  display: flex;
  align-items: center;
}
.i_btn_three i {
  width: 50px;
  float: left;
  text-align: center;
  height: 100%;
  line-height: 53px;
  margin-right: 35px;
  border-right: 1.2px solid rgba(255, 255, 255, 0.2);
}
.i_btn_three:hover i {
  border-color: #7444fd;
}

.i_btn_four {
  padding: 0 0px 0px 50px;
  display: flex;
  align-items: center;
}
.i_btn_four i {
  width: 50px;
  float: left;
  text-align: center;
  height: 100%;
  line-height: 53px;
  margin-left: 35px;
  border-left: 1.2px solid rgba(255, 255, 255, 0.2);
}
.i_btn_four:hover i {
  border-color: #7444fd;
}

.btn_green {
  background: #62be09;
  border-color: #62be09;
  padding: 16px 64px;
}
.btn_green:hover {
  background: #62be09;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_yellow {
  background: #e4a817;
  border-color: #e4a817;
  padding: 16px 64px;
}
.btn_yellow:hover {
  background: #e4a817;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_purple {
  background: #b715f3;
  border-color: #b715f3;
}
.btn_purple:hover {
  background: #b715f3;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_violte {
  background: #5f2eed;
  border-color: #5f2eed;
}
.btn_violte:hover {
  background: #5f2eed;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_orange {
  background: #FD190D !important;
  border-color: #FD190D !important;
  color: #fff !important;
}
.btn_orange:hover, .btn_orange:focus, .btn_orange:active {
  background: #0021a5 !important;
  color: #fff !important;
  border-color: #0021a5 !important;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
}

.btn_red {
  background: #e63946 !important;
  border-color: #e63946 !important;
  color: #FFFFFF !important;
}
.btn_red:hover, .btn_red:focus, .btn_red:active {
  background: #0000FE !important;
  border-color: #0000FE !important;
  color: #FFFFFF !important;
}

.btn_outline-red {
  background: #FFFFFF !important;
  border-color: #e63946 !important;
  color: #e63946 !important;
}
.btn_outline-red:hover, .btn_outline-red:focus, .btn_outline-red:active {
  background: #0000FE !important;
  border-color: #0000FE !important;
  color: #FFFFFF !important;
}

.btn_blue {
  background: #0000FE !important;
  border-color: #0000FE !important;
  color: #FFFFFF !important;
}
.btn_blue:hover, .btn_blue:focus, .btn_blue:active {
  background: #e63946 !important;
  border-color: #e63946 !important;
  color: #FFFFFF !important;
}

.btn_nill {
  background: #1bbbce;
  border-color: #1bbbce;
  padding: 16px 64px;
}
.btn_nill:hover {
  background: #1bbbce;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn-blob {
  font: 600 16px/20px "Glacial Indifference";
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 45px;
  padding: 15px 35px;
  overflow: hidden;
  z-index: 1;
  background-image: linear-gradient(160deg, #4b3eff 0%, #22b1ff 100%);
  color: #FFFFFF;
}
.btn-blob:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  right: -80%;
  border-radius: 20px;
  z-index: -1;
  background-color: #3848ee;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.btn-blob span, .btn-blob i[class*=fa-] {
  webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.btn-blob i[class*=fa-] {
  margin-left: 8px;
}
.btn-blob:hover {
  color: #FFFFFF;
}
.btn-blob:hover:before {
  -webkit-transform: scale(10);
  transform: scale(10);
  background-color: rgba(255, 255, 255, 0.08);
}
.btn-blob:hover i[class*=fa-] {
  margin-left: 14px;
}
.btn-blob:hover span {
  margin-left: -2px;
}

/* Loading Button */
.loading-btn {
  position: relative;
  min-width: 40px;
  height: 40px;
  padding: 3px;
  background: transparent;
  border: 0;
  border-radius: 20px;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.loading-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  height: 30px;
  width: 30px;
  border: 3px solid rgba(240, 91, 45, 0.3);
  border-top-color: #FD190D;
  border-radius: 50%;
  -webkit-animation: loading-btn--fade-in 0.33s ease, loading-btn--rotation 0.66s linear 0s infinite;
  animation: loading-btn--fade-in 0.33s ease, loading-btn--rotation 0.66s linear 0s infinite;
}

@-webkit-keyframes loading-btn--rotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loading-btn--rotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*====================================================*/
/*====================================================*/
/*legal doc block*/
.qd-legal_area {
  font-family: "Poppins", sans-serif;
  color: #484848 !important;
  margin-top: 90px;
}
.qd-legal_area h3, .qd-legal_area h4, .qd-legal_area h5, .qd-legal_area a, .qd-legal_area p {
  font-family: "Poppins", sans-serif;
  color: #484848;
}
.qd-legal_area .qd-legal_header {
  position: relative;
  padding: 100px 0;
  background-color: rgba(251, 70, 24, 0.04);
  overflow: hidden;
}
.qd-legal_area .qd-legal_header:before {
  content: "";
  position: absolute;
  bottom: -165px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/logo_qualdo-bg.svg");
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.qd-legal_area .qd-legal_header .qd-legal_info {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 20px;
}
.qd-legal_area .qd-legal_header h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 55px;
}
.qd-legal_area .qd-legal_header p {
  font-weight: 400;
  line-height: 25px;
}
.qd-legal_area .qd-legal_content {
  padding: 100px 0 40px;
}
.qd-legal_area .qd-legal_content .qd-legal-card {
  border: 1px solid #EFF2F7;
  border-radius: 10px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.02);
}
.qd-legal_area .qd-legal_content .qd-legal-card .card-body {
  padding: 35px;
}
.qd-legal_area .qd-legal_content .qd-legal-card .card-body .card-icon {
  width: 54px;
  height: 54px;
}
.qd-legal_area .qd-legal_content .qd-legal-card .card-body .card-title {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.qd-legal_area .qd-legal_content .qd-legal-card .card-body .card-subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #9D9D9D;
}
.qd-legal_area .qd-legal_content .qd-legal-card .card-body .card-text {
  font-weight: 400;
  line-height: 25px;
  color: #7C7C7C;
  margin: 20px 0 25px;
  font-size: 14px;
}
.qd-legal_area .qd-legal_content .qd-legal-card .card-body .card-link {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  color: rgba(0, 33, 165, 0.85);
}
.qd-legal_area .qd-legal_content .qd-legal-card .card-body .card-link img {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  right: -10px;
}
.qd-legal_area .qd-legal_content .qd-legal-card .card-body .card-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #0021A5;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.qd-legal_area .qd-legal_content .qd-legal-card .card-body .card-link:hover {
  color: #0021A5;
}
.qd-legal_area .qd-legal_content .qd-legal-card .card-body .card-link:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

@media (max-width: 991.98px) {
  .qd-legal_area {
    margin-top: 84px;
  }
  .qd-legal_area .qd-legal_header {
    padding: 70px 0;
  }
  .qd-legal_area .qd-legal_header:before {
    bottom: -135px;
  }
  .qd-legal_area .qd-legal_content .qd-legal-card {
    margin-bottom: 15px;
  }
  .qd-legal_area .qd-legal_content .qd-legal-card .card-body {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .qd-legal_area .qd-legal_content {
    padding: 70px 0 40px;
  }
  .qd-legal_area .qd-legal_content .qd-legal-card .card-body {
    text-align: center;
    padding: 25px;
  }
}
@media (max-width: 575.98px) {
  .qd-legal_area .qd-legal_header {
    padding: 40px 0;
  }
  .qd-legal_area .qd-legal_header:before {
    bottom: -110px;
  }
  .qd-legal_area .qd-legal_header h3 {
    font-size: 30px;
    line-height: 48px;
  }
  .qd-legal_area .qd-legal_header p {
    font-size: 14px;
    line-height: 20px;
  }
  .qd-legal_area .qd-legal_header .qd-legal_info {
    min-height: 150px;
  }
  .qd-legal_area .qd-legal_content {
    padding: 40px 0 0;
  }
  .qd-legal_area .qd-legal_content .qd-legal-card .card-body {
    padding: 15px;
  }
  .qd-legal_area .qd-legal_content .qd-legal-card .card-body .card-title {
    margin-top: 15px;
  }
  .qd-legal_area .qd-legal_content .qd-legal-card .card-body .card-text {
    margin: 15px 0 20px;
  }
}
/*
@media (min-width: 768px){
  .qd-legal_area{
      .qd-legal_content{
          .container{
              max-width: 850px;
          }
      }
  }
}
*/
/* AWS Legal Agreement */
.aws-legal-agreement .qd-legal_area {
  margin-top: 86px;
}
.aws-legal-agreement .qd-legal_area .qd-legal_header {
  padding-top: 50px;
  padding-bottom: 50px;
}
.aws-legal-agreement .qd-legal_area .qd-legal_header:before {
  bottom: -90px;
}
.aws-legal-agreement .qd-legal_area .qd-legal_content {
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .aws-legal-agreement .qd-legal_area .qd-legal_content {
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .aws-legal-agreement .qd-legal_area .qd-legal_header {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .aws-legal-agreement .qd-legal_area .qd-legal_content {
    padding-bottom: 20px;
  }
}
/*====================================================*/
/*====================================================*/
/*---------------------------------------------------- */
/* Start:  Microsite - DRX */
/*----------------------------------------------------*/
.eight-section-title {
  margin: 0 auto;
}

.eight-section-title .eg-title-tag {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  position: relative;
}

.eight-section-title .eg-title-tag i:nth-child(1) {
  height: 5px;
  width: 5px;
  background-color: #4ce7f3;
}

.eight-section-title h2 {
  font-size: 36px;
  font-weight: 700;
  padding: 15px 0px 12px;
  line-height: 1.306;
}

.eight-section-title h2 span {
  font-weight: 400;
}

.eight-section-title .square-shape {
  width: 40px;
  height: 35px;
  left: -52px;
  top: 0;
  position: absolute;
}

.eight-section-title .square-shape i {
  height: 9px;
  width: 9px;
  position: absolute;
  top: 0;
  left: 0;
}

.eight-section-title .square-shape i:nth-child(1) {
  top: -8px;
  width: 5px;
  height: 5px;
  left: 20px;
  background-color: #4ce7f3;
}

.eight-section-title .square-shape i:nth-child(2) {
  width: 10px;
  left: 28px;
  height: 10px;
  background-color: #4ce7f3;
}

.eight-section-title .square-shape i:nth-child(3) {
  height: 17px;
  width: 17px;
  background-color: #7c0dbe;
}

.eight-section-title .square-shape i:nth-child(4) {
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  background-color: #ff00d6;
}

@keyframes scale {
  from {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  to {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
}
@keyframes left-right-move {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-100px);
  }
}
/* End: Title */
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/* Start: Banner area */
.eight-banner-section {
  overflow: visible;
  background: #6d8cf8;
  padding: 240px 0px 240px;
  background: linear-gradient(to right, #c12dd1, #6d8cf8);
}

.eight-banner-section:after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/dq-edition/shape/bl-shape.png);
}

.eight-banner-section .eight-banner-content {
  position: relative;
  z-index: 5;
}

.eight-banner-section .eight-banner-content .ei-banner-mbl-mockup {
  position: absolute;
  top: 0;
  right: 0;
}

.eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-mobile {
  position: absolute;
  right: 200px;
  top: 50px;
  width: 280px;
  height: auto;
}

.eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-tablet {
  position: absolute;
  top: -100px;
  right: -700px;
  width: 1150px;
  height: auto;
}

.eight-banner-section .eight-banner-content .banner-content-box {
  max-width: 650px;
}

.eight-banner-section .eight-banner-content .banner-content-box .slider_btn {
  background: #FA4616;
  color: #fff;
  border-color: #FA4616;
  transition: all 0.3s linear;
}
.eight-banner-section .eight-banner-content .banner-content-box .slider_btn:hover {
  border-color: #0021A5;
  background: #0021A5;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn {
  padding: 45px 0px 0 0px;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a {
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins";
  display: inline-block;
  transition: 0.3s all ease-in-out;
  padding: 0 25px;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1) {
  height: 55px;
  color: #fff;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
  margin-right: 20px;
  background-color: #FA4616;
  border: 1px solid #FA4616;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1) i {
  top: 5px;
  color: #000;
  font-size: 25px;
  position: relative;
  margin-right: 10px;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1):hover {
  color: #FA4616;
  background: transparent;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2) {
  color: #4ce7f3;
  position: relative;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2) span {
  color: #fff;
  margin-right: 2px;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2):after {
  width: 0%;
  content: "";
  position: absolute;
  height: 1px;
  background-color: #4ce7f3;
  bottom: -2px;
  left: auto;
  right: 0;
  transition: 0.3s all ease-in-out;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2):hover:after {
  left: 22px;
  width: 80%;
  right: auto;
}

.eight-banner-section .eight-banner-content h1 {
  color: #232f34;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.083;
  padding-bottom: 20px;
}

.eight-banner-section .eight-banner-content h1 span {
  color: #232f34;
}

.eight-banner-section .eight-banner-content p {
  font-size: 20px;
  color: #3c4043;
  margin-bottom: 50px;
}

.eight-banner-section .eight-banner-content .icon-radius {
  position: absolute;
  left: 0;
  top: 0;
  margin: -75px 0 0 -75px;
  z-index: -1;
}
.eight-banner-section .eight-banner-content .icon-radius:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  left: 0;
  top: 0;
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../img/dq-edition/icon_radius-dots.svg);
  -webkit-animation: rotate360 10s infinite 1s;
  animation: rotate360 10s infinite 1s;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  margin: auto;
}

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: 0;
  background: #6d8cf8;
  background: linear-gradient(to bottom, #c12dd1, #6d8cf8);
  /* New */
  background: #cfcfcf;
  background: -moz-linear-gradient(to top, #e6e6e6 0%, #ffffff 100%);
  background: -webkit-linear-gradient(to top, #e6e6e6 0%, #ffffff 100%);
  background: linear-gradient(to top, #e6e6e6 0%, #ffffff 100%);
}

.bgTop {
  z-index: 15;
  opacity: 0.5;
}

.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}

.bgBottom {
  z-index: 5;
}

/*  Dots */
.bg-dot {
  background-size: 0.75rem 0.75rem;
  background-image: radial-gradient(#fff 2px, transparent 2.5px);
  top: -150px;
  left: -400px;
  z-index: 0;
  transform: translate3d(0px, 19px, 0px);
  position: absolute;
  width: 200px;
  height: 200px;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.waveTop {
  background-size: 50% 100px;
}

.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  animation-delay: 1s;
}

.waveMiddle {
  background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}

.waveBottom {
  background-size: 50% 100px;
}

.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

.cd-headline.clip span {
  display: inline-block;
  padding-bottom: 10px;
}

.cd-headline.clip .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 2px;
  height: 70px;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  position: relative;
}
.cd-words-wrapper b:before {
  width: 100%;
  height: 4px;
  background-image: linear-gradient(45deg, #3d94f7, #3d94f7);
  background-image: linear-gradient(45deg, #232f34, #232f34);
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: -1;
}

.cd-words-wrapper b {
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.cd-words-wrapper b.is-visible {
  opacity: 1;
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

@media (max-width: 1600px) {
  .eight-banner-section {
    padding: 180px 0px 160px;
  }
  .eight-banner-section .eight-banner-content h1 {
    font-size: 56px;
  }
  .cd-words-wrapper b:before {
    bottom: 6px;
  }
  .eight-banner-section .eight-banner-content .banner-content-box {
    max-width: 620px;
  }
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-tablet {
    right: -470px;
    width: 1000px;
    top: -80px;
  }
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-mobile {
    right: 315px;
    top: 60px;
    width: 240px;
  }
  .cd-headline.clip .cd-words-wrapper:after {
    top: 6px;
    height: 64px;
  }
}
@media (max-width: 1370px) {
  .eight-banner-section {
    padding: 160px 0px 140px;
  }
  .eight-banner-section .eight-banner-content .banner-content-box {
    max-width: 580px;
  }
  .eight-banner-section .eight-banner-content h1 {
    font-size: 48px;
    margin-bottom: 0;
  }
  .eight-banner-section .eight-banner-content p {
    margin-bottom: 40px;
  }
  .cd-words-wrapper b:before {
    bottom: 4px;
  }
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-tablet {
    right: -270px;
    width: 820px;
    top: -70px;
  }
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-mobile {
    right: 370px;
    top: 40px;
    width: 200px;
  }
  .cd-headline.clip .cd-words-wrapper:after {
    top: 4px;
    height: 60px;
  }
}
@media (max-width: 1280px) {
  .eight-banner-section {
    padding-bottom: 135px;
  }
  .eight-banner-section .eight-banner-content p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-tablet {
    right: -240px;
    width: 790px;
    top: -70px;
  }
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-mobile {
    right: 380px;
    top: 50px;
    width: 185px;
  }
}
@media (max-width: 1199.98px) {
  .eight-banner-section .eight-banner-content .banner-content-box {
    max-width: 490px;
  }
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-tablet {
    right: -370px;
    top: -60px;
  }
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-mobile {
    right: 250px;
    top: 60px;
  }
}
@media (max-width: 991.98px) {
  .eight-banner-section {
    padding-bottom: 135px;
  }
  .eight-banner-section .eight-banner-content {
    text-align: center;
  }
  .eight-banner-section .eight-banner-content p {
    max-width: 600px;
    display: inline-block;
  }
  .eight-banner-section .eight-banner-content .banner-content-box {
    max-width: 100%;
  }
  .cd-headline.clip .cd-words-wrapper::after {
    height: 60px;
    top: 4px;
  }
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup {
    position: relative;
    margin: 50px auto 0;
    text-align: center;
  }
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-tablet {
    position: relative;
    width: 700px;
    left: 0;
    top: 0;
    right: auto;
  }
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-mobile {
    position: absolute;
    left: -15px;
    right: auto;
    top: 90px;
    width: 170px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-mobile {
    width: 160px;
    top: 85px;
    left: 5px;
  }
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-tablet {
    width: 650px;
    left: 0;
  }
  .eight-banner-section .eight-banner-content .icon-radius {
    left: 15%;
    margin: -45px 0;
  }
  .eight-banner-section .eight-banner-content .icon-radius::before {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 650px) {
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-mobile {
    width: 125px;
    top: 60px;
    left: 50px;
  }
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-tablet {
    width: 500px;
  }
}
@media (max-width: 575.98px) {
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-mobile {
    width: 23%;
    top: 70px;
    left: 0;
  }
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-tablet {
    width: 100%;
    left: 10px;
  }
  .eight-banner-section {
    padding: 150px 0px 100px;
  }
  .eight-banner-section .eight-banner-content h1 {
    font-size: 34px;
    line-height: 46px;
    padding-bottom: 25px;
    margin: 0;
  }
  .cd-words-wrapper b:before {
    bottom: 6px;
  }
  .cd-headline.clip span {
    padding: 0;
  }
  .cd-headline.clip .cd-words-wrapper::after {
    height: 40px;
    top: 5px;
  }
  .eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn {
    padding: 35px 0px 0 0px;
  }
  .eight-banner-section .eight-banner-content .icon-radius {
    left: 0;
    margin: -50px 0;
  }
  .eight-banner-section .eight-banner-content .icon-radius::before {
    width: 130px;
    height: 130px;
  }
  .eight-banner-section .eight-banner-content p {
    margin-bottom: 40px;
  }
  .wave {
    width: 300%;
  }
  .waveTop {
    background-size: 50% 70px;
  }
  .waveMiddle {
    background-size: 50% 90px;
  }
  .waveBottom {
    background-size: 50% 70px;
  }
}
@media (max-width: 375px) {
  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup .mock-mobile {
    top: 50px;
  }
}
@media (max-width: 359.98px) {
  .eight-banner-section .eight-banner-content h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
/* End: Banner area */
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/* Start: Featured area */
@keyframes rotate {
  0% {
    top: -10px;
    left: -10px;
  }
  25% {
    top: 0px;
    left: 0px;
  }
  50% {
    top: 0px;
    left: 0px;
  }
  75% {
    top: 5px;
    left: 5px;
  }
  100% {
    top: -10px;
    left: -10px;
  }
}
.feature-eight-section {
  padding: 165px 0px 120px;
}

.feature-eight-section .ei-feature-shape {
  right: 0;
  top: 150px;
  z-index: -1;
  position: absolute;
}

.feature-eight-section .eight-section-title {
  max-width: 500px;
  position: relative;
}

.feature-eight-section .eight-feature-box {
  border-radius: 20px;
  padding: 40px 30px 53px;
  background-color: #e9ebf7;
  transition: 0.3s all ease-in-out;
}

.feature-eight-section .eight-feature-box .feature-icon8 {
  width: 98px;
  z-index: 1;
  height: 98px;
  margin: 0 auto;
  line-height: 98px;
  margin-bottom: 34px;
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: -0.707px 0.707px 10px 0px rgba(43, 1, 68, 0.1);
}

.feature-eight-section .eight-feature-box .feature-icon8:before,
.feature-eight-section .eight-feature-box .feature-icon8:after {
  content: "";
  z-index: -2;
  border-radius: 30%;
  mix-blend-mode: multiply;
  height: 110px;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 110px;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.feature-eight-section .eight-feature-box .feature-icon8:before {
  animation: rotate 1.8s linear infinite;
  background: #3340ff;
}

.feature-eight-section .eight-feature-box .feature-icon8:after {
  animation: rotate 1.2s linear reverse infinite;
  background: #00e7ff;
}

.feature-eight-section .eight-feature-box .feature-icon8 i {
  display: block;
}

.feature-eight-section .eight-feature-box .feature-icon8 i img {
  width: 74px;
  height: 74px;
}

.feature-eight-section .eight-feature-box .feature-icon8 .ei-icon-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 25px;
}

.feature-eight-section .eight-feature-box .ei-feature-more {
  position: absolute;
  background-color: #4ce7f3;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  transition: 0.3s all ease-in-out;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 0px;
  margin: 0 auto;
}

.feature-eight-section .eight-feature-box .feature-text8 h3 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 13px;
  color: #484848;
}

.feature-eight-section .eight-feature-box .feature-text8 p {
  min-height: 135px;
  margin: 0;
}

.feature-eight-section .eight-feature-box.active,
.feature-eight-section .eight-feature-box:hover {
  background-color: #fff;
  box-shadow: 0px 25px 38px 0px rgba(43, 1, 68, 0.17);
}

.feature-eight-section .eight-feature-box.active .feature-icon8:before,
.feature-eight-section .eight-feature-box.active .feature-icon8:after,
.feature-eight-section .eight-feature-box:hover .feature-icon8:before,
.feature-eight-section .eight-feature-box:hover .feature-icon8:after {
  display: block;
  opacity: 1;
}

.feature-eight-section .eight-feature-bo.active .ei-feature-more,
.feature-eight-section .eight-feature-box:hover .ei-feature-more {
  opacity: 1;
  bottom: -25px;
  visibility: visible;
}

@media (max-width: 1400px) {
  .feature-eight-section {
    padding: 120px 0px;
  }
  .feature-eight-section .eight-feature-box {
    padding: 30px 20px 40px;
  }
}
@media (max-width: 1280px) {
  .analytices_title p {
    font-size: 18px;
  }
  .feature-eight-section {
    padding: 100px 0px;
  }
  .feature-eight-section .eight-feature-box {
    padding: 25px 10px 30px;
  }
  .hosting_title h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .hosting_title h2 .mb_15 {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .feature-eight-section {
    padding: 100px 0px 80px;
  }
  .feature-eight-section .eight-feature-box {
    margin-bottom: 30px;
    padding: 30px 20px 40px;
  }
  .feature-eight-section .ei-feature-shape {
    opacity: 0.15;
  }
}
@media (max-width: 768px) {
  .feature-eight-section {
    padding: 90px 0px 50px;
  }
  .feature-eight-section .eight-feature-box {
    margin-bottom: 20px;
  }
  .feature-eight-section .eight-feature-box .feature-text8 p {
    min-height: auto;
  }
}
@media (max-width: 575.98px) {
  .feature-eight-section {
    padding: 50px 0px 40px;
  }
  .feature-eight-section .eight-feature-box {
    padding: 30px 20px 40px;
  }
  .feature-eight-section .eight-feature-box .feature-icon8 {
    width: 84px;
    height: 84px;
    line-height: 84px;
    border-radius: 20px;
    margin-bottom: 25px;
  }
  .feature-eight-section .eight-feature-box .feature-icon8 i img {
    width: 64px;
    height: 64px;
  }
  .feature-eight-section .eight-feature-box .feature-icon8::before, .feature-eight-section .eight-feature-box .feature-icon8::after {
    width: 96px;
    height: 96px;
  }
  .feature-eight-section .eight-feature-box .feature-text8 h3 {
    margin-bottom: 0;
  }
}
/* End: Featured area */
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/* Start: Feature area */
.saas_two_feature_section .s2-feature_text h2 {
  font-weight: 700;
  color: #010101;
}

.saas_two_feature_section .s2-feature_text h2 span {
  font-weight: 300;
}

.saas_two_feature_section .s2-feature_text .saas_btn a i {
  background: linear-gradient(-45deg, #6b2c94 32%, #fc01fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.saas_two_feature_section {
  padding: 105px 0px 85px;
}

.saas_two_feature_section .s2-feature_text {
  max-width: 520px;
  padding: 40px 0 0 50px;
}

.saas_two_feature_section .s2-feature_text h2 {
  font-size: 40px;
  line-height: 1.25;
  padding: 15px 0px 15px;
}

.saas_two_feature_section .s2-feature_text p {
  padding-bottom: 43px;
}

.saas_two_feature_section .s2-feature_text .saas_btn a {
  padding: 10px 25px 10px 25px;
}

.saas_two_feature_section .s2-feature_text .saas_btn a i {
  font-size: 20px;
  margin-right: 5px;
}

.saas_two_feature_section .s2-feature_right {
  padding-left: 35px;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list {
  margin-bottom: 10px;
  padding: 22px 32px 20px;
  border-radius: 10px;
  transition: 0.4s all ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:before {
  position: absolute;
  content: "";
  height: 0px;
  width: 5px;
  left: 0;
  top: 50%;
  border-radius: 50px;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list.active:before,
.saas_two_feature_section .s2-feature_right .s2-feature_list:hover:before {
  height: 60px;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
  width: 95px;
  flex-shrink: 0;
  height: 95px;
  border-radius: 100%;
  line-height: 105px;
  margin-right: 30px;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon:after {
  left: 0;
  right: 0;
  top: 5px;
  width: 90%;
  height: 90%;
  content: "";
  margin: 0 auto;
  position: absolute;
  border: 5px solid #fff;
  border-radius: 100%;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon i {
  font-size: 34px;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box {
  max-width: 345px;
  display: inline-block;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box p {
  margin-bottom: 0;
  line-height: 26px;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box h3 {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list.active,
.saas_two_feature_section .s2-feature_right .s2-feature_list:hover {
  box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.13);
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(1) .s2-feature_icon {
  background-color: #d9f3de;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(1) .s2-feature_icon i {
  color: #049507;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(1):before {
  background-color: #049507;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(2) .s2-feature_icon {
  background-color: #e1e1f5;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(2) .s2-feature_icon i {
  color: #6c2b95;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(2):before {
  background-color: #6c2b95;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(3) .s2-feature_icon {
  background-color: #ebdcf4;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(3) .s2-feature_icon i {
  color: #d912dc;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(3):before {
  background-color: #d912dc;
}

@media screen and (max-width: 1120px) {
  .saas_two_feature_section .s2-feature_right {
    padding-left: 0;
  }
  .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1015px) {
  .saas_two_feature_section .s2-feature_right .s2-feature_list {
    padding: 22px 20px 20px;
  }
}
@media screen and (max-width: 991px) {
  .saas_two_feature_section .s2-feature_right {
    padding-left: 0;
    margin-top: 40px;
  }
  .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box {
    max-width: 100%;
  }
  .saas_two_feature_section .s2-feature_text {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .saas_two_feature_section {
    padding: 60px 0px;
  }
  .saas_two_feature_section .s2-feature_content .s2-feature_text_box {
    text-align: left;
  }
}
@media screen and (max-width: 576.98px) {
  .saas_two_feature_section .s2-feature_right .s2-feature_list {
    display: block;
  }
  .saas_two_feature_section .s2-feature_right .s2-feature_list.active,
  .saas_two_feature_section .s2-feature_right .s2-feature_list:hover {
    margin-left: 0;
  }
  .saas_two_feature_section {
    padding: 40px 0px;
  }
  .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }
  .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box {
    text-align: center;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .saas_two_feature_section {
    padding: 60px 0px 25px;
  }
}
@media screen and (max-width: 420px) {
  .saas_two_feature_section .s2-feature_text h2 {
    font-size: 30px;
  }
  .saas_two_feature_section .s2-feature_text {
    padding: 0;
  }
  .saas_two_feature_section .s2-feature_text h2 {
    padding-top: 0;
  }
  .saas_two_feature_section .s2-feature_text p {
    padding-bottom: 25px;
  }
  .saas_two_feature_section .s2-feature_right .s2-feature_list:hover {
    margin-left: 0;
  }
}
/*---------------------------------------------------- */
/* End: Feature area */
/*---------------------------------------------------- */
/* Start: About area */
.str-about-section {
  background-color: #f7f7f7;
  padding: 115px 0px 110px;
}
.str-about-section .str-about-feature-box {
  display: flex;
  align-items: center;
}
.str-about-section .str-about-feature-box .str-about-feature-icon {
  flex-shrink: 0;
}

.str-about-section .str-aboutbg1 {
  top: -20%;
  left: 0;
}

.str-about-section .str-aboutbg2 {
  top: 20%;
  right: -5%;
}

.str-about-section .str-aboutbg3 {
  bottom: -10%;
  left: -10%;
}

.str-about-section .hosting_title {
  margin-bottom: 40px;
}

.str-about-section .str-about-content .str-section-title {
  padding-bottom: 25px;
}

.str-about-section .str-about-content .str-about-textarea {
  color: #010101;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.647;
  padding-bottom: 25px;
}

.str-about-section .str-about-content .str-about-list {
  padding: 5px 0px 25px;
}

.str-about-section .str-about-content .str-about-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
}

.str-about-section .str-about-content .str-about-list li:before {
  top: 0;
  left: 0;
  color: #6e24c8;
  content: "\f058";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.str-about-section .str-about-content .str-about-img {
  display: flex;
  margin-left: 50px;
}

.str-about-section .str-about-content .str-about-img .str-about-shape {
  right: 0;
  top: 40%;
  position: absolute;
  transform: translateY(-50%);
}

.str-about-section .str-about-content .str-about-img .str-about-logo {
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
}

.str-about-section .str-about-content .str-about-img .str-about-img-field {
  width: 50%;
}

.str-about-section .str-about-content .str-about-pic {
  margin: 5px;
}
.str-about-section .str-about-content .str-about-pic img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 35px 15px rgba(0, 0, 0, 0.2);
}

.str-about-section .str-about-content .str-progress-area {
  margin-top: 20px;
  max-width: 290px;
}

.str-about-section .str-about-content .str-progress-area h3 {
  color: #17161a;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
}

.str-about-section .str-about-content .str-progress-area .barfiller {
  width: 100%;
  height: 12px;
  background: #ebebeb;
  position: relative;
  margin-bottom: 16px;
}

.str-about-section .str-about-content .str-progress-area .barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%) !important;
}

.str-about-section .str-about-content .str-progress-area .barfiller .tipWrap {
  display: none;
}

.str-about-section .str-about-content .str-progress-area .barfiller .tip {
  left: 0px;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 4px;
  background: #333;
  margin-top: -30px;
  position: absolute;
  font-family: "Poppins";
}

.str-about-section .str-about-content .str-progress-area .barfiller .tip:after {
  left: 9px;
  z-index: 9;
  content: "";
  bottom: -4px;
  border: solid;
  display: block;
  position: absolute;
  border-width: 6px 6px 0 6px;
  border-color: rgba(0, 0, 0, 0.8) transparent;
}

.str-about-section .str-about-content .str-about-subtitle {
  margin-bottom: 20px;
  color: #677294;
}

.str-about-section .str-about-feature-box {
  border-radius: 5px;
  padding: 25px 30px;
}

.str-about-section .str-about-feature-box .str-about-feature-icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  margin-right: 25px;
  border-radius: 100%;
}

.str-about-section .str-about-feature-box .str-about-feature-icon i {
  color: #fff;
  font-size: 45px;
}

.str-about-section .str-about-feature-box .str-about-feature-text h3 {
  color: #fff;
  font-size: 24px;
  margin: 0;
  font-weight: 500;
  line-height: 1.333;
}

.str-about-section .str-about-feature-area {
  padding-top: 75px;
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(1) .str-about-feature-box {
  background-image: linear-gradient(90deg, #3a006c 1%, #510498 49%, #6807c3 100%);
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(1) .str-about-feature-icon {
  background-color: #683992;
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(2) .str-about-feature-box {
  background-image: linear-gradient(90deg, #6006b3 1%, #3317b4 49%, #0627b5 100%);
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(2) .str-about-feature-icon {
  background-color: #7a40c4;
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(3) .str-about-feature-box {
  background-image: linear-gradient(90deg, #1422b5 1%, #0c57da 49%, #048cff 100%);
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(3) .str-about-feature-icon {
  background-color: #4464d2;
}

.str-btn {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins";
}

.str-btn i {
  color: #6e24c8;
  margin-left: 5px;
  transition: 0.3s all ease-in-out;
}

.str-btn:before {
  bottom: -1px;
  content: "";
  height: 2px;
  width: 112px;
  position: absolute;
  background-color: #222d39;
}

.str-btn:hover i {
  margin-left: 10px;
}

/*---------------------------------------------------- */
/*abiut area*/
/*----------------------------------------------------*/
@keyframes rotate-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.str-work-process-section {
  padding: 105px 0px 115px;
}

.str-work-process-section .str-work-icon-text .str-work-icon {
  width: 155px;
  height: 155px;
  margin: 0 auto;
  position: relative;
  line-height: 155px;
  margin-bottom: 45px;
  border-radius: 100%;
  border: 2px solid #d7e7fd;
}

.str-work-process-section .str-work-icon-text .str-work-icon i {
  color: #444444;
  font-size: 45px;
}

.str-work-process-section .str-work-icon-text .str-work-icon .str-icon-border {
  top: -10px;
  left: -10px;
  width: 170px;
  height: 170px;
  position: absolute;
  border-radius: 100%;
  border: 15px solid #4ae0f0;
  border-right-color: transparent;
  animation-duration: 1500ms;
  animation: rotate-anim 3s infinite linear;
  animation-play-state: paused;
}

.str-work-process-section .str-work-icon-text .str-work-icon .str-icon-border .work-circle-shape {
  content: "";
  height: 35px;
  width: 35px;
  right: -25px;
  top: 50px;
  position: absolute;
  border-radius: 100%;
  background-image: linear-gradient(-30deg, #54e8ec 0%, #33cefa 100%);
  box-shadow: -1.045px 9.945px 16px 0px rgba(52, 207, 251, 0.4);
}

.str-work-process-section .str-work-icon-text .str-work-icon .icon-inner-shadow {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  box-shadow: -1.045px 9.945px 16px 0px rgba(52, 207, 251, 0.4);
}

.str-work-process-section .str-work-icon-text:hover .str-icon-border {
  animation-play-state: running;
}

.str-work-process-section .str-work-icon-text .str-work-text h3 {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}

.str-work-process-section .str-work-icon-text .str-work-text p {
  margin: 0 auto;
  max-width: 200px;
  padding-bottom: 5px;
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn {
  transition: 0.3s all ease-in-out;
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn i {
  color: #494949;
  margin-left: 0;
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn:hover {
  color: #6e24c8;
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn:hover i {
  margin-left: 5px;
  color: #6e24c8;
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn:before {
  width: 100%;
  height: 1px;
}

.str-work-process-section .str-work-process-content {
  padding-top: 75px;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text {
  position: relative;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text:before {
  top: 70px;
  left: -50px;
  content: "";
  width: 70px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/startup/shape/rv1.png);
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text .icon-inner-shadow {
  display: none;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text .str-icon-border {
  border: 15px solid #0095ff;
  border-right-color: transparent;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text .work-circle-shape {
  box-shadow: -1.045px 9.945px 16px 0px rgba(0, 122, 255, 0.4);
  background-image: linear-gradient(-30deg, #00bdff 0%, #007aff 100%);
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text {
  position: relative;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text:before {
  top: 70px;
  left: -50px;
  content: "";
  width: 70px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/startup/shape/rv2.png);
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text .icon-inner-shadow {
  display: none;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text .str-icon-border {
  border: 15px solid #590fb8;
  border-right-color: transparent;
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text .work-circle-shape {
  box-shadow: none;
  background-image: linear-gradient(176deg, #008df9 0%, #324add 49%, #6407c1 100%);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .str-about-section .str-about-feature-box {
    padding: 20px;
  }
  .str-about-section .str-about-feature-box .str-about-feature-icon {
    margin-right: 20px;
  }
}
@media (max-width: 1199.98px) {
  .str-about-section .str-about-content .str-about-list li {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .str-about-text .er_btn_two {
    margin-bottom: 40px;
  }
  .str-about-content {
    text-align: center;
  }
  .str-about-section .str-about-content .str-about-list li::before {
    position: static;
    margin-right: 5px;
  }
  .str-about-section .str-about-feature-box {
    text-align: left;
    margin-bottom: 20px;
  }
  .str-about-section .str-about-content .str-about-list li {
    text-align: left;
  }
  .str-about-section .str-about-content .str-about-list li::before {
    margin-left: -24px;
  }
}
@media (max-width: 768px) {
  .str-about-section {
    padding: 80px 0 60px;
  }
}
@media (max-width: 576px) {
  .str-about-section .str-about-feature-box .str-about-feature-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin-right: 15px;
  }
  .str-about-section .str-about-feature-box .str-about-feature-icon i {
    font-size: 30px;
  }
  .str-about-section .str-about-feature-box .str-about-feature-text h3 {
    font-size: 20px;
  }
  .str-about-section .str-about-feature-box {
    padding: 20px 25px;
  }
  .str-about-section {
    padding: 50px 0px 50px;
  }
}
/*---------------------------------------------------- */
/* End: About area */
/*---------------------------------------------------- */
/*call to action area*/
/*----------------------------------------------------*/
.pm-call-to-action-section .call-to-action-wrapper {
  z-index: 1;
  padding: 115px 0px;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape1, .pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape2, .pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape3, .pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape4 {
  z-index: -1;
}

.pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape1 {
  left: 85px;
  bottom: 45px;
  opacity: 0.2;
}

.pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape2 {
  left: 170px;
  bottom: 75px;
  opacity: 0.25;
}

.pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape3 {
  top: 65px;
  right: 65px;
  opacity: 0.2;
}

.pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape4 {
  top: 100px;
  right: 145px;
  opacity: 0.25;
}

.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content {
  z-index: 1;
  margin: 0 auto;
  max-width: 800px;
}

.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content p {
  color: #adcdf9;
  font-size: 18px;
  padding-top: 25px;
}

.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-section-title .pm-title-tag {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-section-title h2 {
  color: #fff;
}

.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn {
  margin-top: 35px;
}

/* CSS Animations Keyframes */
@keyframes spining {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
}
.crm-call-to-action {
  padding: 80px 0px;
  background: -webkit-linear-gradient(0, #FC4D5D 0%, #FFBC60 100%);
}

.crm-call-to-action .crm-call-action-text {
  text-align: center;
}

.crm-call-to-action .crm-call-action-text p {
  color: #fff;
  font-size: 50px;
  line-height: normal;
  margin: 0;
  flex-grow: 1;
}

.crm-call-to-action .crm-call-action-text p span {
  font-size: 50px;
  font-weight: 700;
  padding: 0;
}

.crm-call-to-action.bg-area_navyblue .crm-call-action-btn .btn_red {
  background-color: #e63946 !important;
  border-color: #e63946 !important;
}
.crm-call-to-action.bg-area_navyblue .crm-call-action-btn .btn_red:hover, .crm-call-to-action.bg-area_navyblue .crm-call-action-btn .btn_red:focus, .crm-call-to-action.bg-area_navyblue .crm-call-action-btn .btn_red:active {
  background-color: #E00000 !important;
  border-color: #E00000 !important;
}

.text-gradient {
  background: linear-gradient(to right, #1ec5fa 0%, #0d47d5 100%);
  color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

@media (max-width: 1280px) {
  .crm-call-to-action .crm-call-action-text p {
    font-size: 45px;
  }
  .crm-call-to-action .crm-call-action-text p span {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .crm-call-to-action .crm-call-action-text p {
    font-size: 40px;
  }
  .crm-call-to-action .crm-call-action-text p span {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .crm-call-to-action {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .crm-call-to-action .crm-call-action-text {
    display: block;
    text-align: center;
  }
  .crm-call-to-action .crm-call-action-text p {
    margin: 0 0 20px;
  }
  .pm-call-to-action-section .call-to-action-wrapper {
    padding: 70px 0px;
  }
  .sec_pad {
    padding: 70px 0;
  }
  .pricing_area .pt_100 {
    padding-top: 80px !important;
  }
}
@media (max-width: 576px) {
  .crm-call-to-action {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .crm-call-to-action .crm-call-action-text p {
    font-size: 30px;
  }
  .crm-call-to-action .crm-call-action-text p span {
    font-size: 34px;
  }
  .pm-call-to-action-section .get_content h2 {
    line-height: 35px;
    margin-bottom: 20px;
  }
  .pm-call-to-action-section .get_content p {
    margin-bottom: 30px;
  }
}
.pm-call-to-action-section .call-to-action-wrapper {
  background-image: linear-gradient(-20deg, #FA4616 0%, #ff9a44 100%);
}

.banner-area__orange-yellow {
  background-image: linear-gradient(135deg, rgb(233, 30, 99), rgb(103, 58, 183));
}

.get_started_area.get_started_area-dark-blue {
  background-image: -moz-linear-gradient(145deg, #23026d 0%, #3d64f4 100%);
  background-image: -webkit-linear-gradient(145deg, #23026d 0%, #3d64f4 100%);
  background-image: -ms-linear-gradient(145deg, #23026d 0%, #3d64f4 100%);
}

.bg-area_red .crm-call-action-btn .btn_blue:hover, .bg-area_red .crm-call-action-btn .btn_blue:focus, .bg-area_red .crm-call-action-btn .btn_blue:active {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: #0021A5 !important;
}

@media (max-width: 991.98px) {
  .get_started_area .get_content {
    text-align: center;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/fonts-4/icomoon.eot?yvr2zf");
  src: url("../fonts/fonts-4/icomoon.eot?yvr2zf#iefix") format("embedded-opentype"), url("../fonts/fonts-4/icomoon.ttf?yvr2zf") format("truetype"), url("../fonts/fonts-4/icomoon.woff?yvr2zf") format("woff"), url("../fonts/fonts-4/icomoon.svg?yvr2zf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.feature-eight-section .eight-feature-box .feature-icon8 i {
  font-size: 68px;
  font-weight: 500;
  display: block;
  background-image: linear-gradient(173deg, #ff00d7 30%, #3845ff 67%, #002efa 99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_observability:before {
  content: "\e900";
}

.icon-icon_quality:before {
  content: "\e901";
}

.icon-icon_trustability:before {
  content: "\e902";
}

.icon-icon_reliability:before {
  content: "\e903";
}

/* Start:Section title */
.section_title .title_tag {
  font-size: 14px;
  font-family: "Poppins";
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 20px;
  line-height: 35px;
  background-color: #fff;
  padding-right: 20px;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
}

.section_title .title_tag .tag_icon {
  height: 35px;
  width: 35px;
  line-height: 35px;
  margin-right: 13px;
  border-radius: 100%;
  background-image: linear-gradient(-38deg, #20fdee 0%, #0478e9 100%);
}

.section_title .title_tag .tag_icon i {
  color: #fff;
  font-size: 18px;
}

.section_title .section_title_text h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 15px;
  color: #222d39;
}

.section_title .section_title_text h2 span {
  font-weight: 400;
}

.section_title .section_title_text p {
  font-size: 20px;
  margin-bottom: 0;
  color: #7b7b93;
}

@keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}
.saas-modern-scrollup {
  width: 55px;
  right: 30px;
  z-index: 5;
  height: 55px;
  bottom: 100px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-image: linear-gradient(-38deg, #20fdee 0%, #0478e9 100%);
}

.saas-modern-scrollup:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  left: 20px;
  top: 15px;
  right: 0px;
  box-shadow: 0 0 15px 10px rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}

.saas-modern-scrollup i {
  color: #fff;
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .saas_two_section_title h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .section_title .section_title_text h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .section_title .section_title_text p {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .section_title .section_title_text h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
/* Sasstwo title section */
.saas_two_section_title .title_tag {
  padding: 5px 30px;
}

.saas_two_section_title h2 {
  font-size: 50px;
  line-height: 55px;
}

.saas_two_banner_section {
  margin: 0 auto;
  max-width: 1920px;
  background-color: #fafafa;
  padding: 180px 0px 140px;
}

.saas_two_banner_section:before {
  right: 0;
  width: 80%;
  content: "";
  top: -10px;
  height: 115%;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../img/microsite-3/b-shape1.png");
}

.saas_two_banner_section .s2-banner_content {
  position: relative;
  z-index: 1;
}

.saas_two_banner_section .s2-banner_content .s2-tilte_tag {
  display: inline-block;
  color: #0000B8;
  font-size: 16px;
  font-weight: 600;
}

.saas_two_banner_section .s2-banner_content h1 {
  font-size: 46px;
  line-height: 52px;
  margin: 18px 0px 20px 0px;
}

.saas_two_banner_section .s2-banner_content p {
  font-size: 18px;
  margin-bottom: 35px;
  max-width: 90%;
}

.saas_two_banner_section .s2-banner_content .banner_btn a {
  height: 50px;
  width: 175px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  margin-right: 20px;
  font-weight: 700;
  color: #010101;
  font-family: "Poppins";
  display: inline-block;
  z-index: 1;
  border: 2px solid #6c2b95;
}

.saas_two_banner_section .s2-banner_content .banner_btn a i {
  font-size: 20px;
  margin-right: 8px;
}

.saas_two_banner_section .s2-banner_content .banner_btn span {
  color: #6a6a6a;
  display: block;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 10px;
}

.saas_two_banner_section .banner_mockup {
  position: absolute;
  top: -20px;
  right: -50px;
  z-index: 1;
}

.saas_two_banner_section .banner_mockup img {
  width: 640px;
  height: auto;
}

.saas_two_banner_section .s2-banner_shape1 {
  left: 0;
  top: 85px;
}

.saas_two_banner_section .s2-banner_pattern1 {
  left: -270px;
  top: 110px;
}

.saas_two_banner_section .s2-banner_pattern1 img {
  -webkit-animation: rotating 150s linear infinite;
  -moz-animation: rotating 150s linear infinite;
  -ms-animation: rotating 150s linear infinite;
  -o-animation: rotating 150s linear infinite;
  animation: rotating 150s linear infinite;
}

.saas_two_banner_section .s2-banner_shape2 {
  top: 0;
  right: 0;
  animation: floatY 3s ease-in-out infinite;
}

.saas_two_banner_section .s2-banner_shape3 {
  top: -50px;
  right: 50%;
  transform: translateX(80%);
  animation: floatX 10s ease-in-out infinite;
}

.saas_two_banner_section .s2-banner_pattern2 {
  top: 100px;
  right: -270px;
}

@keyframes rotating {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 992px) and (max-width: 1449.98px) {
  .saas_two_banner_section .s2-banner_shape1 img {
    width: 85%;
  }
  .saas_two_banner_section .s2-banner_pattern1 {
    top: 100px;
  }
  .saas_two_banner_section .s2-banner_pattern1 img {
    width: 90%;
  }
}
@media (min-width: 1450px) {
  .saas_two_banner_section {
    padding-top: 250px;
  }
  .saas_two_banner_section .s2-banner_content .s2-tilte_tag {
    font-size: 18px;
  }
  .saas_two_banner_section .s2-banner_content h1 {
    font-size: 54px;
    line-height: normal;
    margin-bottom: 30px;
  }
  .saas_two_banner_section .s2-banner_content p {
    margin-bottom: 50px;
  }
  .saas_two_banner_section .banner_mockup {
    top: 0;
    right: -200px;
  }
  .saas_two_banner_section .banner_mockup img {
    width: 750px;
  }
}
@media (max-width: 1199.98px) {
  .saas_two_banner_section .s2-banner_content h1 {
    font-size: 40px;
    line-height: 46px;
    margin-top: 12px;
  }
  .saas_two_banner_section .banner_mockup {
    right: -20px;
  }
  .saas_two_banner_section .banner_mockup img {
    width: 480px;
  }
  .saas_two_banner_section .s2-banner_content .s2-tilte_tag {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .saas_two_section_title h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .saas_two_banner_section {
    padding-bottom: 120px;
  }
  .saas_two_banner_section .s2-banner_content p {
    max-width: 100%;
  }
  .saas_two_banner_section .s2-banner_shape2 {
    top: -160px;
    right: -40px;
  }
  .saas_two_banner_section .s2-banner_shape3 {
    top: -100px;
  }
  .saas_two_banner_section .s2-banner_content {
    text-align: center;
  }
  .saas_two_banner_section .banner_mockup {
    position: relative;
    width: 600px;
    left: 50%;
    right: auto;
    top: 30px;
    margin-left: -300px;
  }
  .saas_two_banner_section .banner_mockup img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .saas_two_banner_section:before {
    width: 100%;
    height: 100%;
    top: -30px;
    right: 0;
    background-size: 200% auto;
  }
  .saas_two_banner_section .banner_mockup {
    width: 540px;
    margin-left: -270px;
  }
}
@media (max-width: 575.98px) {
  .saas_two_section_title h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .saas_two_banner_section {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .saas_two_banner_section:before {
    top: 0;
  }
  .saas_two_banner_section .s2-banner_content .s2-tilte_tag {
    font-size: 14px;
  }
  .saas_two_banner_section .s2-banner_content h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .saas_two_banner_section .s2-banner_content p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .saas_two_banner_section .banner_mockup {
    width: 440px;
    margin-left: -220px;
  }
  .saas_two_banner_section .s2-banner_pattern2 {
    top: 80px;
    right: -340px;
  }
  .saas_two_banner_section .s2-banner_shape3 {
    top: -140px;
    right: 100%;
  }
  .saas_two_banner_section .s2-banner_shape2 {
    top: -280px;
  }
  .saas_two_banner_section .s2-banner_shape1 {
    left: -80px;
  }
  .saas_two_banner_section .s2-banner_pattern1 {
    left: -320px;
  }
}
@media (max-width: 400px) {
  .saas_two_banner_section .s2-banner_content h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .saas_two_banner_section .banner_mockup {
    width: 360px;
    margin-left: -180px;
  }
}
/* Start:Testimonial */
.testimonial_section {
  padding: 90px 0px 70px 0px;
}

.testimonial_section .section_title {
  padding-bottom: 50px;
}

.testimonial_content {
  padding: 20px;
  display: inline-block;
}

.testimonial_content .testimonial_rating {
  margin-top: 10px;
}

.testimonial_content .testimonial_rating li {
  font-size: 14px;
  color: #f6b91c;
}

.testimonial_content .testimonial_text {
  z-index: 1;
  padding: 50px 40px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 7px 24px 0px rgba(2, 55, 156, 0.2);
}

.testimonial_content .testimonial_text:before {
  content: "";
  height: 100%;
  width: 40%;
  position: absolute;
  right: -45px;
  z-index: -1;
  bottom: -95px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  background-image: url("../img/tshape.png");
  background-repeat: no-repeat;
}

.testimonial_content .testimonial_text:hover:before {
  bottom: -85px;
  opacity: 1;
  visibility: visible;
}

.qoute_mark:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -45px;
  z-index: 1;
  border-left: 0px solid transparent;
  border-right: 50px solid transparent;
  border-top: 45px solid #fff;
  filter: drop-shadow(0px 20px 13px rgba(2, 55, 156, 0.2));
}

.testimonial_name_designation {
  margin-top: 30px;
  padding-left: 30px;
}

.testimonial_name_designation .testimonial_img {
  height: 65px;
  width: 65px;
  border-radius: 100%;
  margin-right: 18px;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0px 7px 6px 0px rgba(0, 15, 44, 0.19), inset -1px 0px 27px 0px rgba(0, 0, 0, 0.29);
}

.testimonial_name_designation .testimonial_meta {
  margin-top: 10px;
  display: inline-block;
}

.testimonial_name_designation .testimonial_meta h4 {
  font-size: 22px;
  font-weight: 700;
  color: #161616;
}

.testimonial_name_designation .testimonial_meta p {
  font-size: 14px;
  color: #444444;
}

.testimonial_slider .carousel-control-prev,
.testimonial_slider .carousel-control-next {
  top: auto;
  left: 190px;
  bottom: 40px;
  font-size: 18px;
  color: #373a5b;
  width: 50px;
  height: 50px;
  opacity: 1;
  line-height: 58px;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  margin: 0px 15px 0px 0px;
  background-color: #fff;
  transition: all 300ms ease;
  box-shadow: 0px 7px 7px 0px rgba(0, 15, 44, 0.18);
}

.testimonial_slider .carousel-control-prev:before,
.testimonial_slider .carousel-control-next:before {
  position: absolute;
  content: "\f061";
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.testimonial_slider .carousel-control-prev:hover,
.testimonial_slider .carousel-control-next:hover {
  background-color: #000;
  color: #fff;
}

.testimonial_slider .carousel-control-prev {
  left: 120px;
}

.testimonial_slider .carousel-control-prev:before {
  content: "\f060";
}

.carousel-indicators {
  position: static;
}

.testimonial_indicator {
  margin: 20px 20px 0 0;
  display: block;
  height: 510px;
  max-width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-image: url("../img/in-bg.png");
}

.testimonial_indicator .carousel-indicators li {
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #202120;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
  transition: all 500ms ease;
  box-shadow: 0px 7px 6px 0px rgba(0, 15, 44, 0.19), inset -1px 0px 27px 0px rgba(0, 0, 0, 0.29);
}

.testimonial_indicator .carousel-indicators li img {
  display: block;
}

.testimonial_indicator .carousel-indicators li:nth-child(1) {
  bottom: 105px;
  right: 100px;
}

.testimonial_indicator .carousel-indicators li:nth-child(2) {
  left: 90px;
  bottom: 45px;
}

.testimonial_indicator .carousel-indicators li:nth-child(3) {
  top: 40%;
  left: 0px;
}

.testimonial_indicator .carousel-indicators li:nth-child(4) {
  top: 90px;
  left: 100px;
}

.testimonial_indicator .carousel-indicators li:nth-child(5) {
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.testimonial_indicator .carousel-indicators li:nth-child(6) {
  right: 120px;
  top: -30px;
}

.testimonial_indicator .active {
  transform: scale(1.5);
}

@media (max-width: 991.98px) {
  .testimonial_section {
    padding-bottom: 130px;
  }
  .testimonial_indicator {
    margin: 20px auto 0;
    max-width: 550px;
  }
  .testimonial_slider .carousel-control-prev, .testimonial_slider .carousel-control-next {
    bottom: -50px;
  }
}
@media (max-width: 768px) {
  .testimonial_section {
    padding-top: 60px;
  }
}
@media (max-width: 575.98px) {
  .testimonial_section {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .testimonial_content {
    padding: 10px;
  }
  .testimonial_content .testimonial_text {
    padding: 25px 20px;
    box-shadow: 0px 4px 16px 0px rgba(2, 55, 156, 0.2);
  }
  .testimonial_indicator {
    background-size: 395px 465px;
  }
  .testimonial_slider .carousel-control-prev, .testimonial_slider .carousel-control-next {
    bottom: -40px;
  }
  .qoute_mark:after {
    bottom: -35px;
    border-right-width: 40px;
    border-top-width: 35px;
    filter: drop-shadow(0px 10px 12px rgba(2, 55, 156, 0.2));
  }
  .testimonial_name_designation {
    margin-top: 20px;
    padding-left: 20px;
  }
  .testimonial_name_designation .testimonial_img {
    margin-right: 15px;
  }
  .testimonial_name_designation .testimonial_meta h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 420px) {
  .testimonial_indicator {
    background-size: 355px 425px;
  }
}
/* End:Testimonial */
/* start:FAQ */
.s2-faq_section {
  z-index: 1;
  padding: 90px 0px 80px;
  background-color: #f7f7f7;
}

.s2-faq_section:after {
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
}

.s2-faq_section .s2_faq_content {
  max-width: 800px;
  margin: 60px auto 20px;
}

.s2-faq_section .s2_faq_content .accordion {
  margin-bottom: 0;
}

.s2-faq_section .s2_faq-header {
  border-top: 1px solid #D8D8D8;
}

.s2-faq_section .s2_faq_content button {
  border: none;
  color: #222d39;
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins";
  padding: 20px 30px 20px 0;
  position: relative;
  width: 100%;
  text-align: left;
  background-color: transparent;
}

.s2-faq_section .s2_faq_content button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 24px;
  height: 24px;
  background: url("../img/icon/icon_close.svg") center center no-repeat;
  background-size: 16px;
  margin-top: -12px;
  transition: all 0.2s linear;
  transform: rotate(-45deg);
}

.s2-faq_section .s2_faq_content button.collapsed:after {
  transform: rotate(-90deg);
}

.s2-faq_section .s2_faq_content .s2_faq .s2_faq-body {
  padding: 0 20px 24px 0;
  text-align: justify;
  font-size: 18px;
  color: #677294;
  line-height: 1.625;
}

@media (max-width: 991.98px) {
  .saas_two_section_title h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 768px) {
  .s2-faq_section {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .s2-faq_section .s2_faq_content {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 575.98px) {
  .saas_two_section_title h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .s2-faq_section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .s2-faq_section .s2_faq_content {
    margin-top: 35px;
  }
  .s2-faq_section .s2_faq_content button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .s2-faq_section .s2_faq_content button:after {
    background-size: 14px;
  }
  .s2-faq_section .s2_faq_content button.collapsed:after {
    background-size: 14px;
  }
  .s2-faq_section .s2_faq_content .s2_faq .s2_faq-body {
    font-size: 16px;
    line-height: 24px;
  }
}
/* End:FAQ */
/*---------------------------------------------------- */
/* End:  Microsite - DRX */
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/* Start:  Microsite - Azure */
/*----------------------------------------------------*/
/* Banner Section */
.azure-banner-area {
  position: relative;
}
.azure-banner-area:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/microsite-1/banner-bg.png") center center no-repeat;
  background-size: cover;
}
.azure-banner-area .btn-blob {
  background-color: #EF1324;
  background-image: none;
}
.azure-banner-area .btn-blob:before {
  background-color: #5b68fd;
}
.azure-banner-area .btn-blob:hover:before {
  background-color: #FA4616;
}

.hero-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner_section {
  overflow: visible;
  margin-bottom: 90px;
  z-index: 0;
  padding: 215px 0 325px 0;
}

.banner_section .banner_text h1 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 25px;
}

.banner_section .banner_text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.banner_text .download_btn {
  color: #fff;
  width: 175px;
  height: 55px;
  font-size: 15px;
  margin: 0 auto;
  font-weight: 700;
  line-height: 55px;
  border-radius: 30px;
  background-color: #000;
  font-family: "Poppins";
  transition: 400ms all ease;
}

.banner_text .download_btn a {
  display: block;
  width: 100%;
}

.banner_text .download_btn:hover {
  background-color: #fff;
  color: #000;
}

.banner_screen {
  left: 0;
  right: 0;
  bottom: -210px;
  margin: 0 auto;
  max-width: 765px;
  position: absolute;
}

.middle_screen {
  -webkit-animation: banner-zoomin 1.25s ease-in-out 0.25s 1;
  -moz-animation: banner-zoomin 1.25s ease-in-out 0.25s 1;
  -ms-animation: banner-zoomin 1.25s ease-in-out 0.25s 1;
  -o-animation: banner-zoomin 1.25s ease-in-out 0.25s 1;
  animation: banner-zoomin 1.25s ease-in-out 0.25s 1;
}

.banner_screen .screen_img .side_screen1, .banner_screen .screen_img .side_screen2 {
  -webkit-animation: sidescreen-zoomin 1.35s ease-in-out 0.5s 1;
  -moz-animation: sidescreen-zoomin 1.35s ease-in-out 0.5s 1;
  -ms-animation: sidescreen-zoomin 1.35s ease-in-out 0.5s 1;
  -o-animation: sidescreen-zoomin 1.35s ease-in-out 0.5s 1;
  animation: sidescreen-zoomin 1.35s ease-in-out 0.5s 1;
}

.banner_screen .screen_img .side_screen1 {
  top: -30px;
  left: -102px;
  position: absolute;
  border-radius: 6px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.16);
}

.banner_screen .screen_img .side_screen2 {
  top: 65px;
  right: -150px;
  position: absolute;
  border-radius: 6px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.16);
}

.banner_shape1,
.banner_shape2,
.banner_shape3 {
  position: absolute;
  z-index: -1;
}

.banner_shape1 {
  top: 80px;
  left: 30%;
}

.banner_shape2 {
  top: 220px;
  left: 12%;
}

.banner_shape3 {
  top: 40%;
  right: 15%;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@keyframes banner-zoomin {
  0% {
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes sidescreen-zoomin {
  0% {
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 1199.98px) {
  .banner_screen {
    max-width: 680px;
    bottom: -150px;
  }
  .banner_screen .middle_screen img {
    width: 100%;
  }
  .banner_screen .screen_img .side_screen1 {
    width: 200px;
  }
  .banner_screen .screen_img .side_screen1 img {
    width: 100%;
  }
  .banner_screen .screen_img .side_screen2 {
    width: 280px;
  }
  .banner_screen .screen_img .side_screen2 img {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .banner_section {
    padding-top: 165px;
    padding-bottom: 275px;
  }
  .banner_section .banner_text h1 {
    font-size: 40px;
  }
  .banner_screen {
    max-width: 550px;
    bottom: -120px;
  }
  .banner_screen .screen_img .side_screen1 {
    width: 180px;
    left: -90px;
  }
  .banner_screen .screen_img .side_screen2 {
    width: 220px;
    right: -80px;
  }
}
@media (max-width: 768px) {
  .banner_screen {
    max-width: 500px;
    bottom: -90px;
  }
  .banner_screen .screen_img .side_screen1 {
    width: 150px;
    left: -30px;
  }
  .banner_screen .screen_img .side_screen2 {
    width: 180px;
    right: -30px;
  }
}
@media (max-width: 575.98px) {
  .banner_section {
    padding-top: 130px;
    padding-bottom: 240px;
    margin-bottom: 70px;
  }
  .banner_section .banner_text h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .banner_section .banner_text p {
    line-height: 26px;
  }
  .banner_screen {
    max-width: 400px;
    bottom: -40px;
  }
  .banner_screen .screen_img .side_screen1 {
    width: 100px;
    left: -25px;
    top: -20px;
  }
  .banner_screen .screen_img .side_screen2 {
    width: 130px;
    right: -25px;
    top: 35px;
  }
}
@media (max-width: 400px) {
  .banner_section {
    padding-bottom: 180px;
  }
  .banner_screen {
    width: 300px;
  }
}
/* Feature area */
.featured_service_section {
  padding: 250px 0px 100px;
}

.featured_service_section .section_title {
  padding-bottom: 55px;
}

.featured_content li {
  float: left;
  list-style: none;
  padding-bottom: 40px;
}

.featured_content .featured_icon_text {
  z-index: 1;
  padding: 40px 15px 30px;
  height: 100%;
  margin: 0px auto;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #f1f1f1;
  box-shadow: 8px 8px 0 rgba(32, 33, 37, 0.05);
  transition: 0.3s all ease-in-out;
}

.featured_content .featured_icon_text .featured_icon {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  line-height: 110px;
  margin-bottom: 25px;
  border-radius: 100%;
  background: rgba(13, 104, 192, 0.05);
}

.featured_content .featured_icon_text .featured_icon i {
  color: #fff;
  font-size: 50px;
}

.featured_content .featured_icon_text .featured_text h3 {
  font-size: 20px;
  color: #222d39;
  font-weight: 600;
  margin-bottom: 15px;
  transition: 0.3s all ease-in-out;
}

.featured_content .featured_icon_text .featured_text p {
  line-height: 1.625;
  transition: 0.3s all ease-in-out;
  margin-bottom: 0;
}

.featured_content .featured_icon_text .feature_btn {
  opacity: 0;
  visibility: hidden;
  margin-right: 25px;
  transition: 0.3s all ease-in-out;
}

.featured_content .featured_icon_text .feature_btn a {
  color: #30f7ee;
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins";
  position: relative;
}

.featured_content .featured_icon_text .feature_btn a:after {
  font-weight: 900;
  content: "\f061";
  position: absolute;
  right: -20px;
  font-family: "Font Awesome 5 Free";
  line-height: 28px;
}

.featured_content .featured_icon_text:hover:before {
  opacity: 1;
  visibility: visible;
}

.featured_content .featured_icon_text:hover .feature_btn {
  opacity: 1;
  visibility: visible;
}

#featured_scroll {
  padding-bottom: 80px;
}

#featured_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  margin: 0 auto;
  height: 30px;
  max-width: 570px;
}

#featured_scroll .mCSB_scrollTools .mCSB_draggerRail {
  height: 20px;
  background-color: #ececec;
}

#featured_scroll .mCSB_scrollTools {
  opacity: 1;
}

#featured_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 20px;
  box-shadow: 0px 6px 18px -5px rgba(2, 8, 38, 0.35);
  background-color: #22b0e7;
}

#featured_scroll .mCustomScrollbar,
#featured_scroll .mCustomScrollbar.mCS_touch_action,
#featured_scroll .mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
  touch-action: auto;
}

#featured_scroll .mCustomScrollBox {
  touch-action: pan-x pinch-zoom;
}

#featured_scroll .mCustomScrollBox.mCSB_vertical_horizontal {
  touch-action: pinch-zoom;
}

#featured_scroll .mCustomScrollBox.mCSB_horizontal {
  touch-action: pan-y pinch-zoom;
}

@media (max-width: 1199.98px) {
  .featured_service_section {
    padding-top: 180px;
  }
}
@media (max-width: 991.98px) {
  .featured_service_section {
    padding-top: 150px;
  }
}
@media (max-width: 768px) {
  .featured_service_section {
    padding-top: 110px;
    padding-bottom: 60px;
  }
  .featured_content .featured_icon_text {
    padding-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .featured_service_section {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .featured_service_section .section_title {
    padding-bottom: 35px;
  }
}
/* Compare Area */
.compare_section {
  padding: 50px 0;
  overflow: visible;
}

.compare_section .compare_title h2 {
  color: #222d39;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 15px;
}

.compare_section .compare_title p {
  margin-bottom: 25px;
}

.compare_content_item {
  padding-top: 50px;
}

.compare_content_item .compare_list li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.compare_content_item .compare_list li i {
  float: left;
  color: #22b1ff;
  margin-right: 12px;
  position: absolute;
  left: 0;
}

.compare_content_item .compare_list li span {
  overflow: hidden;
  font-size: 18px;
}

.compare_img {
  z-index: 4;
  max-width: 525px;
}

.compare_img .com_img {
  transform: translateY(10px);
}

.compare_img .compare_shape1,
.compare_img .compare_shape2 {
  z-index: -1;
  position: absolute;
}

.compare_img .compare_shape1 {
  top: 35px;
  left: 0;
}

.compare_img .compare_shape2 {
  top: 15px;
  right: 0;
}

.compare_section_two {
  padding-bottom: 100px;
}

.compare_section_two .compare_shape1 {
  top: 20px;
  left: -65px;
}

.compare_section_two .compare_shape2 {
  top: 0;
  right: 65px;
}

.compare_section_two .compare_content {
  padding-left: 30px;
}

.compare_section_two .compare_content .compare_title {
  padding-bottom: 15px;
}

@media (max-width: 1199.98px) {
  .compare_content_item .compare_list li span {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .compare_section_two .compare_content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .compare_section {
    padding-bottom: 30px;
  }
  .compare_section_two {
    padding-bottom: 70px;
  }
  .compare_content_item {
    padding-top: 20px;
  }
  .compare_img {
    margin: 0 auto;
  }
  .compare_img .compare_shape1 {
    left: 0;
  }
  .compare_img .compare_shape2 {
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .compare_section .compare_title h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .compare_img {
    max-width: 400px;
    margin-top: 20px;
  }
  .compare_img .com_img img {
    width: 100%;
  }
  .compare_img .compare_shape1, .compare_img .compare_shape2 {
    width: 70%;
  }
  .compare_img .compare_shape1 img, .compare_img .compare_shape2 img {
    width: 100%;
  }
  .compare_content_item {
    padding-top: 0;
  }
  .compare_content_item .compare_list li {
    margin-bottom: 15px;
  }
}
/* Client area */
.trusted_user_section {
  padding: 100px 0px;
}

.trusted_content_img {
  padding-left: 45px;
}

.trusted_content_img li {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 100%;
  padding: 20px;
  margin: 0 20px 20px 0px;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 4px 15px 0px rgba(23, 23, 23, 0.13);
}

.trusted_content_img li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  border-radius: 20%;
}

.trusted_content_img li:nth-child(1) {
  transform: translateY(20px);
}

.trusted_content_img li:nth-child(1):hover {
  transform: translateY(20px) scale(1.1);
}

.trusted_content_img li:nth-child(2) {
  transform: translateY(50px);
}

.trusted_content_img li:nth-child(2):hover {
  transform: translateY(50px) scale(1.1);
}

.trusted_content_img li:nth-child(3) {
  transform: translateY(20px);
}

.trusted_content_img li:nth-child(3):hover {
  transform: translateY(20px) scale(1.1);
}

.trusted_content_img li:nth-child(4) {
  transform: translateY(20px);
}

.trusted_content_img li:nth-child(4):hover {
  transform: translateY(20px) scale(1.1);
}

.trusted_content_img li:nth-child(5) {
  transform: translateY(50px);
}

.trusted_content_img li:nth-child(5):hover {
  transform: translateY(50px) scale(1.1);
}

.trusted_content_img li:nth-child(6) {
  transform: translateY(20px);
}

.trusted_content_img li:nth-child(6):hover {
  transform: translateY(20px) scale(1.1);
}

.trusted_content_img li:hover {
  box-shadow: 0px 4px 35px 0px rgba(23, 23, 23, 0.13);
}

.user_content {
  padding-top: 10px;
}

.user_content .section_title {
  margin-left: 0;
}

.user_content .section_title .section_title_text h2 {
  color: #222d39;
  font-size: 40px;
  line-height: 50px;
}

.user_content .user_text {
  color: #383838;
  font-size: 18px;
  padding-top: 25px;
}

@media (max-width: 1199.98px) {
  .trusted_content_img li:nth-child(2), .trusted_content_img li:nth-child(4), .trusted_content_img li:nth-child(6) {
    transform: translateY(40px);
  }
  .trusted_content_img li:nth-child(2):hover, .trusted_content_img li:nth-child(4):hover, .trusted_content_img li:nth-child(6):hover {
    transform: translateY(40px) scale(1.1);
  }
  .trusted_content_img li:nth-child(5) {
    transform: translateY(20px);
  }
  .trusted_content_img li:nth-child(5):hover {
    transform: translateY(20px) scale(1.1);
  }
}
@media (max-width: 991.98px) {
  .user_content {
    text-align: center;
  }
  .trusted_content_img {
    padding-top: 60px;
    padding-left: 20px;
    text-align: center;
  }
  .trusted_content_img li:nth-child(1), .trusted_content_img li:nth-child(2),
  .trusted_content_img li:nth-child(3), .trusted_content_img li:nth-child(4),
  .trusted_content_img li:nth-child(5), .trusted_content_img li:nth-child(6) {
    transform: translateY(0);
  }
  .trusted_content_img li:nth-child(1):hover, .trusted_content_img li:nth-child(2):hover,
  .trusted_content_img li:nth-child(3):hover, .trusted_content_img li:nth-child(4):hover,
  .trusted_content_img li:nth-child(5):hover, .trusted_content_img li:nth-child(6):hover {
    transform: translateY(0) scale(1.1);
  }
}
@media (max-width: 768px) {
  .trusted_user_section {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .user_content .section_title .section_title_text h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .section_title .section_title_text p {
    font-size: 16px;
  }
  .trusted_user_section {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .trusted_content_img {
    padding-top: 40px;
    padding-left: 10px;
  }
  .trusted_content_img li {
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
/*---------------------------------------------------- */
/* End:  Microsite - Azure */
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/* Start:  Microsite - 2 */
/*----------------------------------------------------*/
/*Banner Section*/
.aplpg-hero-slider-area {
  position: relative;
  overflow: hidden;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide {
  padding: 50px 0 50px 0;
  position: relative;
  background-position: bottom left;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left {
  position: absolute;
  top: 25%;
  left: 20px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left .aplpg-social-links a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #ffffff;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left .aplpg-social-links a:hover {
  background-color: #ffffff;
  color: #002b56;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left .aplpg-scroll-btn {
  margin-top: 60px;
  margin-left: -40px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left .aplpg-scroll-btn a {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  display: inline-block;
  color: #ffffff;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left .aplpg-scroll-btn a i {
  margin-right: 8px;
  -webkit-animation: 1.8s aplpg_ups_down linear infinite;
  animation: 1.8s aplpg_ups_down linear infinite;
}

@media (max-width: 1199.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left {
    display: none;
  }
}
.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left h1 {
  color: #ffffff;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left p {
  margin-top: 20px;
  color: #ffffff;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form {
  margin-top: 30px;
  width: 75%;
  position: relative;
  display: inline-block;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form input[type=email] {
  width: 100%;
  padding: 16px 18px;
  border: none;
  border-radius: 30px;
  font-weight: 500;
  font-size: 15px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form input[type=email]::-webkit-input-placeholder {
  color: #9f9f9f;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form input[type=email]:-ms-input-placeholder {
  color: #9f9f9f;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form input[type=email]::-ms-input-placeholder {
  color: #9f9f9f;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form input[type=email]::placeholder {
  color: #9f9f9f;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form button {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
  padding: 13px 22px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  background-image: -webkit-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
  background-image: -o-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
  background-image: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
  color: #ffffff;
  z-index: 1;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: -webkit-linear-gradient(137deg, #17c8fc 0%, #1d72f1 100%);
  background-image: -o-linear-gradient(137deg, #17c8fc 0%, #1d72f1 100%);
  background-image: linear-gradient(313deg, #17c8fc 0%, #1d72f1 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form button:hover::after {
  opacity: 1;
}

@media (max-width: 460px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form button {
    position: initial;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left {
    padding-left: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1199.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left {
    padding: 200px 0;
  }
}
@media (max-width: 991.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left {
    text-align: center;
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 575.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left {
    width: 90%;
  }
}
.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup > img {
  margin-left: 120px;
  width: 80%;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup > img {
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup > img {
    width: 60%;
    margin-left: 80px;
  }
}
@media (max-width: 991.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup > img {
    width: 100%;
    margin-left: 30px;
  }
}
.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-clients-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 160px;
  left: 50px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 6px 10px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-clients-count .aplpg-headline h6 {
  font-family: "Roboto", sans-serif;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-clients-count .aplpg-clients-thumb {
  margin-left: 15px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-clients-count .aplpg-clients-thumb img {
  margin-left: 0;
  width: 120px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-dot-object {
  position: absolute;
  bottom: 40px;
  right: -80px;
  z-index: -1;
  width: 50px;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-dot-object {
    right: 10px;
  }
}
@media (max-width: 991.98px) {
  .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup {
    display: none;
  }
}
.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-headline h1 {
  -webkit-animation: 1.5s fadeInDown;
  animation: 1.5s fadeInDown;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-pera-txt {
  -webkit-animation: 1.5s aplpg_fadeInUp;
  animation: 1.5s aplpg_fadeInUp;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-slider-form {
  -webkit-animation: 1.8s aplpg_fadeInUp;
  animation: 1.8s aplpg_fadeInUp;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-mobile-mockup > img {
  -webkit-animation: 1.5s fadeInRight;
  animation: 1.5s fadeInRight;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-mobile-mockup .aplpg-clients-count {
  -webkit-animation: 2s aplpg_fadeInUp;
  animation: 2s aplpg_fadeInUp;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-mobile-mockup .aplpg-dot-object {
  -webkit-animation: 3s zoomInDown;
  animation: 3s zoomInDown;
}

.aplpg-hero-slider-area .slick-dots {
  position: absolute;
  top: 55%;
  right: 20px;
  width: auto;
  height: auto;
}

.aplpg-hero-slider-area .slick-dots li {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  padding: 6px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-hero-slider-area .slick-dots li button {
  background-color: #4e9bff;
  display: block;
  border-radius: 50%;
  padding: 0;
  width: 100%;
  height: 100%;
}

.aplpg-hero-slider-area .slick-dots li button::before {
  content: "";
}

.aplpg-hero-slider-area .slick-dots li.slick-active {
  border: 1px solid #4e9bff;
}

.aplpg-headline h1,
.aplpg-headline h2,
.aplpg-headline h3,
.aplpg-headline h4,
.aplpg-headline h5,
.aplpg-headline h6 {
  font-family: "Glacial Indifference";
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 0;
  color: #222d39;
}

.aplpg-headline h1 {
  font-size: 60px;
}

.aplpg-headline h2 {
  font-size: 48px;
}

.aplpg-headline h3 {
  font-size: 36px;
}

.aplpg-headline h4 {
  font-size: 30px;
}

.aplpg-headline h5 {
  font-size: 24px;
}

.aplpg-headline h6 {
  font-size: 20px;
}

.aplpg-pera-txt p {
  font-size: 16px;
  margin: 0;
}

.aplpg-title-area {
  margin-bottom: 30px;
}

.aplpg-title-area .aplpg-subtitle {
  display: inline-block;
  color: #4e9bff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.aplpg-title-area .aplpg-headline.p-30 {
  padding: 0 30px;
}

.aplpg-title-area .aplpg-headline.pr-60 {
  padding-right: 60px;
}

.aplpg-title-area .aplpg-pera-txt {
  margin-top: 25px;
}

@media (max-width: 1199.98px) {
  .aplpg-headline h1 {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .aplpg-title-area {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .aplpg-headline h1 {
    font-size: 40px;
  }
  .aplpg-headline h2 {
    font-size: 36px;
  }
  .aplpg-headline h3 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .aplpg-headline h2 {
    font-size: 30px;
  }
}
/* Grid Section */
.aplpg-process-section {
  padding: 100px 0 0px;
}

.aplpg-process-content {
  margin-top: 30px;
}

.aplpg-process-content .aplpg-process-column {
  padding: 30px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(157, 157, 157, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(157, 157, 157, 0.08);
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-process-content .aplpg-process-column .aplpg-icon-wrapper i {
  width: 80px;
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 46px;
  color: #4e9bff;
  background-color: #d7e9ff;
  border-radius: 30px 0 25px 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-process-content .aplpg-process-column .aplpg-icon-wrapper i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
  background-image: -o-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
  background-image: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-process-content .aplpg-process-column .aplpg-headline {
  margin-top: 25px;
}

.aplpg-process-content .aplpg-process-column .aplpg-pera-txt {
  margin-top: 20px;
}

.aplpg-process-content .aplpg-process-column:hover {
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
}

.aplpg-process-content .aplpg-process-column:hover .aplpg-icon-wrapper i {
  color: #ffffff;
  -webkit-animation: 0.3s aplpg_ZoomInZoomOut linear;
  animation: 0.3s aplpg_ZoomInZoomOut linear;
}

.aplpg-process-content .aplpg-process-column:hover .aplpg-icon-wrapper i::after {
  opacity: 1;
}

@media (max-width: 768px) {
  .aplpg-process-content .aplpg-process-column {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@-webkit-keyframes aplpg_ZoomInZoomOut {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.6) rotateY(90deg);
    transform: scale(0.6) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
}
@keyframes aplpg_ZoomInZoomOut {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.6) rotateY(90deg);
    transform: scale(0.6) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
}
/* about section */
.aplpg-about-section {
  background-color: #ffffff;
  padding: 120px 0;
}

.aplpg-about-section .aplpg-about-left {
  text-align: center;
}

.aplpg-about-section .aplpg-about-left img {
  max-width: 100%;
  width: auto;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  padding: 18px;
  border-radius: 3px;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list .aplpg-icon-wrapper i {
  font-size: 46px;
  color: #4e9bff;
  display: inline-block;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list .aplpg-list-content {
  margin-left: 30px;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list .aplpg-list-content .aplpg-pera-txt {
  margin-top: 10px;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list + .aplpg-about-list {
  margin-top: 25px;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list:hover .aplpg-icon-wrapper i {
  -webkit-animation: 0.3s aplpg_ZoomInZoomOut linear;
  animation: 0.3s aplpg_ZoomInZoomOut linear;
}

@media (max-width: 991.98px) {
  .aplpg-about-right {
    margin-top: 60px;
  }
  .aplpg-about-right .aplpg-about-right-content {
    display: block;
  }
  .aplpg-about-right .aplpg-about-right-content .aplpg-about-list:nth-child(2) {
    margin-left: 0px;
  }
  .aplpg-about-right .aplpg-about-right-content .aplpg-about-list:nth-child(4) {
    margin-left: 30px;
  }
  .aplpg-about-right .aplpg-about-right-content .aplpg-about-list:nth-child(6) {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .aplpg-about-right .aplpg-about-right-content .aplpg-about-list:nth-child(4) {
    margin-left: 0px;
  }
  .aplpg-about-right .aplpg-about-right-content .aplpg-about-list:nth-child(6) {
    margin-left: 0px;
  }
}
/* Feature Section */
.aplpg-feature-section {
  padding: 100px 0;
}

.aplpg-feature-right .aplpg-feature-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
}

.aplpg-feature-right .aplpg-feature-column .aplpg-icon-wrapper span {
  width: 55px;
  height: 55px;
  background-color: #d7e9ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 36px;
}

.aplpg-feature-right .aplpg-feature-column .aplpg-icon-wrapper span i {
  line-height: 0;
  background-image: -webkit-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
  background-image: -o-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
  background-image: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aplpg-feature-right .aplpg-feature-column .aplpg-feature-content {
  margin-left: 20px;
}

.aplpg-feature-right .aplpg-feature-column .aplpg-feature-content .aplpg-headline {
  margin-bottom: 13px;
}

.aplpg-feature-right .aplpg-feature-column .aplpg-feature-content .aplpg-headline h6 {
  font-size: 18px;
}

.aplpg-feature-right .aplpg-feature-column:hover .aplpg-icon-wrapper span {
  -webkit-animation: 0.3s aplpg_ZoomInZoomOut linear;
  animation: 0.3s aplpg_ZoomInZoomOut linear;
}

@media (max-width: 991.98px) {
  .aplpg-feature-right {
    margin-top: 60px;
  }
  .aplpg-feature-btn {
    text-align: center;
  }
}
/* Explore Section */
.aplpg-explore-section {
  padding: 100px 0 40px;
}

.aplpg-explore-left {
  position: relative;
}

.aplpg-explore-left .aplpg-explore-right-shape {
  position: absolute;
  right: 80px;
  top: -50px;
  width: 120px;
  z-index: -1;
}

.aplpg-explore-left .aplpg-img-wrapper img {
  margin-left: -85px;
}

.aplpg-explore-right .aplpg-title-area {
  margin-bottom: 40px;
}

@media (max-width: 1280px) {
  .aplpg-explore-left .aplpg-img-wrapper img {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .aplpg-explore-left .aplpg-img-wrapper {
    text-align: center;
  }
  .aplpg-explore-left .aplpg-img-wrapper img {
    max-width: 100%;
    width: auto;
  }
  .aplpg-explore-right {
    margin-top: 20px;
  }
  .aplpg-explore-btns {
    text-align: center;
  }
}
@media (max-width: 460px) {
  .aplpg-explore-right .aplpg-explore-btns a.aplpg-secondary-btn {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
/* Brands Section */
.aplpg-brand-section {
  padding: 80px 0 40px 0;
  background-color: #ffffff;
}

.aplpg-brand-left .aplpg-title-area {
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .aplpg-brand-section {
    padding-bottom: 100px;
  }
  .aplpg-brand-right .aplpg-brands-logo-wrapper img {
    width: auto;
    max-width: 100%;
  }
  .aplpg-brand-right .aplpg-brands-logo-wrapper {
    text-align: center;
  }
  .aplpg-brand-btn {
    text-align: center;
  }
}
/*---------------------------------------------------- */
/* End:  Microsite - 2 */
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/* End:  Microsite - 3 */
/*----------------------------------------------------*/
/* Banner section */
.integration_section .integration_text .feature_tag {
  display: inline-block;
  color: #0000B8;
  font-size: 18px;
  font-weight: 600;
}

.saas_two_section_title .title_tag,
.saas_two_feature_section .s2-feature_text .feature_tag {
  color: #951fb3;
  font-size: 18px;
  font-weight: 500;
  padding: 3px 30px;
  border-radius: 8px;
  display: inline-block;
  background-color: #ede0f4;
}

.saas_two_section_title h2,
.saas_two_banner_section .s2-banner_content h1,
.saas_two_about_section .s2-about_text_icon .s2-about_text h3,
.saas_two_feature_section .s2-feature_text h2,
.integration_section .integration_text h2,
.saas_two_team_section .s2-team_img_text .s2_name_info h3 {
  font-weight: 700;
  color: #222d39;
}

.saas_two_section_title h2 span,
.saas_two_banner_section .s2-banner_content h1 span,
.saas_two_about_section .s2-about_text_icon .s2-about_text h3 span,
.saas_two_feature_section .s2-feature_text h2 span,
.integration_section .integration_text h2 span,
.saas_two_team_section .s2-team_img_text .s2_name_info h3 span {
  font-weight: 300;
}

.saas_two_about_section .s2-about_text_icon .s2-about_text p,
.saas_two_feature_section .s2-feature_text p,
.integration_section .integration_text p {
  color: #353535;
  font-size: 18px;
  line-height: 1.588;
  margin-bottom: 20px;
}

.service_read_more a,
.saas_two_about_section .s2-about_text_icon .s2-about_text a {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  font-family: "Poppins";
}

.service_read_more a:after,
.saas_two_about_section .s2-about_text_icon .s2-about_text a:after {
  top: 0px;
  right: -35px;
  content: "\f30b";
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  font-family: "Font Awesome 5 Free";
}

.service_read_more a:before,
.saas_two_about_section .s2-about_text_icon .s2-about_text a:before {
  height: 2px;
  width: 0%;
  bottom: -3px;
  content: "";
  position: absolute;
  background-color: #0066ff;
  transition: 0.4s all ease-in-out;
}

.service_read_more a:hover:before,
.saas_two_about_section .s2-about_text_icon .s2-about_text a:hover:before {
  width: 100%;
}

.service_read_more a:hover:after,
.saas_two_about_section .s2-about_text_icon .s2-about_text a:hover:after {
  opacity: 1;
  right: -25px;
  transition-delay: 0.3s;
  visibility: visible;
}

.saas_btn:before,
.service_read_more a:after,
.saas_two_about_section .s2-about_text_icon .s2-about_text a:after,
.integration_section .integration_text a:after,
.saas_two_banner_section .s2-banner_content .banner_btn a i,
.saas_two_feature_section .s2-feature_text .saas_btn a i,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a i {
  background: linear-gradient(-45deg, #6b2c94 32%, #fc01fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes floatY {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes floatX {
  0% {
    transform: translateX(80%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(80%);
  }
}
/* Grid Section */
.gcp-grid-section {
  padding: 100px 0 80px;
}

.gcp-grid-title-area {
  margin-bottom: 55px;
}
.gcp-grid-title-area h3 {
  font-size: 50px;
  font-weight: bold;
  line-height: normal;
  color: #3F4451;
  margin-bottom: 30px;
}

.gcp-service-card {
  background-color: transparent;
  border-radius: 10px;
  -webkit-box-shadow: 8px 8px 0 rgba(32, 33, 37, 0.1);
  box-shadow: 8px 8px 0 rgba(32, 33, 37, 0.1);
  border: 1px solid #DBDCE0;
  padding: 20px;
  display: flex;
  align-items: flex-start;
}
.gcp-service-card .card-icon-wrap {
  width: 100px;
  height: 100px;
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.gcp-service-card .card-icon-wrap img {
  width: 64px;
  height: auto;
}
.gcp-service-card .card-content {
  margin-left: 20px;
}
.gcp-service-card .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #4B505E;
  margin-bottom: 15px;
}
.gcp-service-card .card-text {
  font-size: 18px;
  color: #677294;
  margin-bottom: 0;
  line-height: 26px;
}

.subtitle-tag {
  display: inline-block;
  color: #0000B8;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .gcp-service-card .card-icon-wrap {
    width: 80px;
    height: 80px;
  }
  .gcp-service-card .card-icon-wrap img {
    width: 48px;
  }
  .gcp-service-card .card-content {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .gcp-grid-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .gcp-grid-title-area h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .gcp-grid-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .gcp-grid-section .gcp-grid-wrap .col-md-6.mb-30 {
    margin-bottom: 20px;
  }
  .gcp-grid-title-area {
    margin-bottom: 40px;
  }
  .gcp-grid-title-area h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .gcp-service-card {
    padding: 15px;
    border-radius: 6px;
    box-shadow: 5px 5px 0 rgba(32, 33, 37, 0.1);
  }
  .gcp-service-card .card-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 6px;
  }
  .gcp-service-card .card-icon-wrap img {
    width: 32px;
  }
  .gcp-service-card .card-content {
    margin-left: 10px;
  }
  .gcp-service-card .card-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .gcp-service-card .card-text {
    font-size: 16px;
  }
  .subtitle-tag {
    font-size: 16px;
    line-height: normal;
  }
}
.apldg-choose-us {
  padding: 100px 0;
  position: relative;
}

.apldg-choose-us .apldg-object-5,
.apldg-choose-us .apldg-object-6,
.apldg-choose-us .apldg-object-7 {
  position: absolute;
  width: 20px;
  display: inline-block;
}

.apldg-choose-us .apldg-object-5 {
  right: 200px;
  top: 0;
  -webkit-animation: 30s apldg_move_animation linear infinite;
  animation: 30s apldg_move_animation linear infinite;
}

.apldg-choose-us .apldg-object-6 {
  bottom: 200px;
  left: 100px;
  -webkit-animation: 30s apldg_move_animation linear infinite;
  animation: 30s apldg_move_animation linear infinite;
}

.apldg-choose-us .apldg-object-7 {
  bottom: 100px;
  right: 300px;
  -webkit-animation: 30s apldg_move_animation linear infinite;
  animation: 30s apldg_move_animation linear infinite;
}

.apldg-choose-us .apldg-choose-left .apldg-choose-column {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(166, 166, 166, 0.2);
  box-shadow: 0px 15px 40px 0px rgba(166, 166, 166, 0.2);
  border-radius: 10px;
  padding: 30px 20px;
}

.apldg-choose-us .apldg-choose-left .apldg-choose-column .apldg-icon-wrapper i {
  width: 60px;
  height: 60px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4188ee), to(#66e4de));
  background-image: -webkit-linear-gradient(left, #4188ee 0%, #66e4de 100%);
  background-image: -o-linear-gradient(left, #4188ee 0%, #66e4de 100%);
  background-image: linear-gradient(90deg, #4188ee 0%, #66e4de 100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 30px;
  border-radius: 4px;
}

.apldg-choose-us .apldg-choose-left .apldg-choose-column .apldg-icon-wrapper.gradient-2 i {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff539f), to(#ff7875));
  background-image: -webkit-linear-gradient(left, #ff539f 0%, #ff7875 100%);
  background-image: -o-linear-gradient(left, #ff539f 0%, #ff7875 100%);
  background-image: linear-gradient(90deg, #ff539f 0%, #ff7875 100%);
}

.apldg-choose-us .apldg-choose-left .apldg-choose-column .apldg-icon-wrapper.gradient-3 i {
  background-image: -webkit-linear-gradient(313deg, #fd5900 0%, #ffcd00 99%);
  background-image: -o-linear-gradient(313deg, #fd5900 0%, #ffcd00 99%);
  background-image: linear-gradient(137deg, #fd5900 0%, #ffcd00 99%);
}

.apldg-choose-us .apldg-choose-left .apldg-choose-column .apldg-icon-wrapper.gradient-4 i {
  background-image: -webkit-linear-gradient(313deg, #5754f9 0%, #e23ff0 99%);
  background-image: -o-linear-gradient(313deg, #5754f9 0%, #e23ff0 99%);
  background-image: linear-gradient(137deg, #5754f9 0%, #e23ff0 99%);
}

.apldg-choose-us .apldg-choose-left .apldg-choose-column .apldg-headline {
  margin-top: 25px;
}

.apldg-choose-us .apldg-choose-left .apldg-choose-column .apldg-headline h6 {
  font-size: 22px;
  color: #222d39;
  font-weight: 600;
}

.apldg-choose-us .apldg-choose-left .apldg-choose-column .apldg-pera-txt {
  margin-top: 15px;
}

.apldg-choose-us .apldg-choose-left .apldg-choose-column:hover .apldg-icon-wrapper i {
  -webkit-animation: 0.3s apldg_ZoomInZoomOut linear;
  animation: 0.3s apldg_ZoomInZoomOut linear;
}

.apldg-title-area {
  margin-bottom: 30px;
}

.apldg-title-area .apldg-subtitle {
  display: inline-block;
  color: #0000B8;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.apldg-title-area .apldg-headline.p-30 {
  padding: 0 30px;
}

.apldg-title-area .apldg-headline.pr-60 {
  padding-right: 60px;
}

.apldg-title-area .apldg-pera-txt {
  margin-top: 25px;
}

@-webkit-keyframes apldg_move_animation {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(200px, 100px) rotate(90deg);
    transform: translate(200px, 100px) rotate(90deg);
  }
  50% {
    -webkit-transform: transalate(600px, 200px) rotate(180deg);
    transform: transalate(600px, 200px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-50px) rotate(270deg);
    transform: translate(-50px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(360deg);
    transform: translate(0) rotate(360deg);
  }
}
@keyframes apldg_move_animation {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(200px, 100px) rotate(90deg);
    transform: translate(200px, 100px) rotate(90deg);
  }
  50% {
    -webkit-transform: transalate(600px, 200px) rotate(180deg);
    transform: transalate(600px, 200px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-50px) rotate(270deg);
    transform: translate(-50px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(360deg);
    transform: translate(0) rotate(360deg);
  }
}
@-webkit-keyframes apldg_ZoomInZoomOut {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.6) rotateY(90deg);
    transform: scale(0.6) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
}
@keyframes apldg_ZoomInZoomOut {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.6) rotateY(90deg);
    transform: scale(0.6) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
}
@media (max-width: 768px) {
  .apldg-choose-us {
    padding: 70px 0;
  }
  .apldg-choose-us .apldg-choose-right {
    text-align: center;
  }
  .apldg-choose-us .apldg-choose-right.pl_40 {
    padding-left: 0;
  }
  .apldg-choose-us .apldg-choose-left .apldg-choose-column {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .apldg-choose-us {
    padding: 50px 0;
  }
  .apldg-choose-us .apldg-choose-left .apldg-choose-column {
    padding: 25px 15px;
  }
  .apldg-choose-us .apldg-choose-left .apldg-choose-column .apldg-headline h6 {
    font-size: 20px;
  }
}
/* About Section 2*/
.web-app-about-section {
  padding: 100px 0px;
  background-color: #f9fafa;
}

.web-app-about-text-img .web-app-about-text {
  padding-top: 40px;
}

.web-app-about-text-img .web-app-about-text .web-app-about-txt-content {
  font-size: 18px;
  margin: 18px 0px 40px;
}

.web-app-about-text-img .web-app-about-img-content .web-about-img-1 {
  max-width: 565px;
  border-radius: 30px;
  box-shadow: 13.766px 19.66px 69px 0px rgba(28, 33, 54, 0.07);
}

.web-app-about-text-img .web-app-about-img-content .web-about-img-2 {
  top: auto;
  bottom: -75px;
  right: 55px;
  border-radius: 35px;
  box-shadow: 0px 10px 20px 0px rgba(12, 10, 42, 0.11);
}

.web-app-about-text-img.web-app-about-left-img {
  margin-bottom: 90px;
}

.web-app-about-text-img.web-app-about-left-img .web-app-about-img-content {
  padding-left: 40px;
}

.web-app-about-text-img.web-app-about-left-img .web-app-about-img-content .web-about-img-2 {
  top: -30px;
  right: 25px;
  bottom: auto;
}

.web-app-about-text-img.web-app-about-left-img .web-app-about-btn {
  background-color: #fc5a84;
}

.web-app-section-title h2 {
  color: #222d39;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.278;
}

.web-app-section-title span {
  display: block;
  font-size: 24px;
  margin-top: 12px;
  line-height: normal;
  font-weight: 500;
}

@media (max-width: 1199.98px) {
  .web-app-about-text-img .web-app-about-img-content .web-about-img-1 {
    max-width: 480px;
    margin: 0 auto;
  }
  .web-app-about-text-img .web-app-about-img-content .web-about-img-1 img {
    width: 100%;
  }
  .web-app-about-text-img .web-app-about-img-content .web-about-img-2 {
    right: 40px;
  }
}
@media (max-width: 991.98px) {
  .web-app-about-section {
    padding-bottom: 180px;
  }
  .web-app-about-text-img .web-app-about-text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .web-app-about-section {
    padding: 70px 0px 140px;
  }
  .web-app-about-text-img .web-app-about-img-content .web-about-img-1 {
    max-width: 440px;
  }
  .web-app-about-text-img .web-app-about-img-content .web-about-img-2 {
    width: 120px;
    right: 80px;
  }
  .web-app-about-text-img .web-app-about-img-content .web-about-img-2 img {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .web-app-about-section {
    padding: 50px 0px 80px;
  }
  .web-app-section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .web-app-section-title span {
    font-size: 20px;
  }
  .web-app-about-text-img .web-app-about-text .web-app-about-txt-content {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .web-app-about-text-img .web-app-about-img-content .web-about-img-1 {
    max-width: 90%;
    margin: 0 auto;
  }
  .web-app-about-text-img .web-app-about-img-content .web-about-img-2 {
    width: 85px;
    right: 0;
    bottom: -30px;
  }
}
/* Service Area*/
.saas_two_service_section {
  padding: 90px 0px 110px;
}

.saas_two_service_section .service_content {
  padding-top: 70px;
}

.saas_two_service_section .service_content_box {
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 25px 30px 30px 35px;
  z-index: 1;
  background-color: #fff;
  transition: 0.5s all ease-in-out;
  box-shadow: 0px 20px 81px 0px rgba(8, 0, 20, 0.14);
}

.saas_two_service_section .service_content_box:before {
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -3;
  border-radius: 10px;
  position: absolute;
  transition: 0.5s all ease-in-out;
  background-image: linear-gradient(45deg, #fc01fd 32%, #6b2c94 100%);
}

.saas_two_service_section .service_content_box:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 10px;
  background-color: #fff;
}

.saas_two_service_section .service_content_box:hover {
  transform: translate(-7px, -7px);
  box-shadow: 0px 20px 81px 0px rgba(8, 0, 20, 0.3);
}

.saas_two_service_section .service_content_box:hover:before {
  transform: translate(7px, 7px);
}

.saas_two_service_section .service_content_box .service_icon_box {
  width: 60px;
  margin-bottom: 18px;
}

.saas_two_service_section .service_content_box .service_icon_box .upper_icon svg {
  height: 48px;
  width: 48px;
  fill: #30347b;
}

.saas_two_service_section .service_content_box .service_icon_box .lower_icon {
  position: absolute;
  top: 10px;
  z-index: -1;
  right: 0;
}

.saas_two_service_section .service_content_box .service_icon_box .lower_icon svg {
  width: 45px;
  height: 45px;
  fill: #c4a2fc;
}

.saas_two_service_section .service_content_box .service_text_box h3 {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.saas_two_service_section .service_content_box .service_text_box p {
  line-height: 1.5;
  color: #666666;
  margin-bottom: 0;
  font-size: 16px;
}

/* About Section */
.saas_two_about_section {
  padding: 70px 0px;
  background-color: #ebedf2;
}

.saas_two_about_section:before {
  content: "";
  position: absolute;
  top: 0;
  right: -400px;
  height: 100%;
  width: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/microsite-3/abshape.png");
}

.saas_two_about_section:after {
  content: "";
  height: 600px;
  width: 600px;
  right: -380px;
  top: 285px;
  border-radius: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../img/microsite-3/abshape2.png");
}

.saas_two_about_section .about_content_s2 {
  padding: 50px 70px 50px 110px;
}

.saas_two_about_section .s2-about_text_icon {
  padding-top: 35px;
}

.saas_two_about_section .s2-about_text_icon .s2-about_icon {
  width: 70px;
  height: 70px;
  padding-top: 15px;
  border-radius: 100%;
  margin-bottom: 16px;
  background-color: #6c2b95;
}

.saas_two_about_section .s2-about_text_icon .s2-about_icon svg {
  fill: #fff;
  width: 40px;
  height: 40px;
}

.saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
  font-size: 36px;
  line-height: 1.278;
  margin-bottom: 15px;
}

/* Dia Section */
.dia-about-section.dia-about-section1 {
  padding-top: 100px;
}

.dia-section-title span.subtitle-tag {
  color: #0000B8;
  font-size: 18px;
}

.dia-about-section1 .dia-about-content .dia-about-list li:after {
  color: #7D7DFF;
}

.dia-about-content .dia-about-img .landing-mobile {
  width: 300px;
  position: relative;
  left: 90px;
}

@media (max-width: 991.98px) {
  .dia-about-section.dia-about-section1 {
    padding-bottom: 100px;
  }
  .dia-about-section.dia-about-section1 .dia-about-content .dia-about-title-text {
    text-align: center;
    padding-top: 0;
  }
  .dia-about-section.dia-about-section1 .dia-about-content .dia-about-img {
    padding-left: 0;
    text-align: center;
    max-width: 500px;
    margin: 30px auto 0;
  }
  .dia-about-content .dia-about-img .landing-mobile {
    width: 240px;
    left: auto;
  }
  .dia-about-content .dia-about-img .ab-shape1 img, .dia-about-content .dia-about-img .ab-shape2 img {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .dia-about-section.dia-about-section1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575.98px) {
  .dia-about-section.dia-about-section1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .dia-about-section.dia-about-section1 .dia-about-content .dia-about-img {
    max-width: 350px;
  }
  .dia-about-content .dia-about-img .landing-mobile {
    width: 200px;
  }
  .dia-about-content .dia-about-img .ab-shape1 img, .dia-about-content .dia-about-img .ab-shape2 img {
    width: 100px;
  }
}
/* Partners Section */
.integration_section {
  background-color: #f0f2f7;
  padding: 100px 0px;
}

.integration_section .integration_img {
  padding-top: 10px;
  margin-left: 0;
}

.integration_section .integration_text {
  padding-right: 50px;
}

.integration_section .integration_text h2 {
  font-size: 40px;
  line-height: 1.25;
  margin: 15px 0px 20px;
}

.integration_section .integration_text p {
  color: #677294;
  margin-bottom: 18px;
}

@media (max-width: 991.98px) {
  .integration_section {
    text-align: center;
    padding-bottom: 80px;
  }
  .integration_section .integration_img {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .integration_section {
    padding: 70px 0 50px;
  }
  .integration_section .integration_img img {
    width: 75%;
  }
}
@media (max-width: 575.98px) {
  .integration_section {
    padding: 50px 0 30px;
  }
  .integration_section .integration_text h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 10px;
  }
  .integration_section .integration_text p {
    font-size: 16px;
  }
  .integration_section .integration_img {
    padding-top: 10px;
  }
  .integration_section .integration_img img {
    width: 100%;
  }
}
/*---------------------------------------------------- */
/* End:  Microsite - 3 */
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/* Start:  Microsite - 4 */
/*----------------------------------------------------*/
/*Banner section*/
.pr-mark-banner-section {
  overflow: hidden;
  z-index: 1;
}

.pr-mark-banner-section .pr-mark-banner-shape4 {
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-animation: Pr_mark_animation_2 12s infinite linear alternate;
  animation: Pr_mark_animation_2 12s infinite linear alternate;
}

.pr-mark-banner-section .pr-mark-banner-shape2 {
  top: 125px;
  left: 65px;
  z-index: -1;
  -webkit-animation: Pr_mark_animation_1 12s infinite linear alternate;
  animation: Pr_mark_animation_1 12s infinite linear alternate;
}

.pr-mark-banner-section .pr-mark-banner-shape3 {
  top: 50%;
  left: 10%;
  opacity: 0.6;
  z-index: -1;
  -webkit-animation: Pr_mark_animation_3 12s infinite linear alternate;
  animation: Pr_mark_animation_3 12s infinite linear alternate;
}

.pr-mark-banner-section .pr-mark-banner-shape5 {
  left: 50%;
  bottom: 100px;
  z-index: -1;
  -webkit-animation: Pr_mark_animation_3 15s infinite linear alternate;
  animation: Pr_mark_animation_3 15s infinite linear alternate;
}

.pr-mark-banner-content {
  padding: 200px 0px 160px;
}

.pr-mark-banner-content .pr-mark-banner-img {
  z-index: 1;
  top: 150px;
  right: -100px;
  position: absolute;
}

.pr-mark-banner-content .pr-mark-banner-img img {
  width: 500px;
}

.pr-mark-banner-content .pr-mark-banner-text {
  max-width: 580px;
}

.pr-mark-banner-content .pr-mark-banner-text .banner-sub-tag {
  padding: 7px 40px;
  border-radius: 5px;
  display: inline-block;
  background: linear-gradient(-135deg, rgba(253, 68, 133, 0.2) 0%, rgba(255, 163, 141, 0.2) 100%);
}

.pr-mark-banner-content .pr-mark-banner-text .banner-sub-tag b {
  background: linear-gradient(49deg, #fd4485 0%, #ffa38d 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pr-mark-banner-content .pr-mark-banner-text h1 {
  color: #0d1d72;
  font-size: 60px;
  font-weight: 700;
  padding: 20px 0px;
}

.pr-mark-banner-content .pr-mark-banner-text p {
  padding-bottom: 30px;
}

.pr-mark-banner-content .pr-mark-banner-text .pr-mark-banner-btn .pr-mark-btn {
  margin-right: 30px;
}

.pr-mark-banner-content .pr-mark-banner-text .pr-mark-banner-video a {
  width: 58px;
  height: 58px;
  margin-right: 20px;
  border-radius: 100%;
  color: #fe5d87;
  border: 2px solid #fe5d87;
}

.pr-mark-banner-content .pr-mark-banner-text .pr-mark-banner-video a i {
  font-size: 18px;
}

.pr-mark-banner-content .pr-mark-banner-text .pr-mark-banner-video span {
  font-size: 15px;
  font-weight: 600;
  color: #0d1d72;
  font-family: "Poppins";
}

.pr-mark-banner-content .pr-mark-banner-client-wrapper {
  top: 55px;
  left: -45px;
  width: 330px;
  border-radius: 7px;
  position: absolute;
  background-color: #fff;
  padding: 18px 15px 15px 20px;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.25);
  box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.25);
}

.pr-mark-banner-content .pr-mark-banner-client-wrapper .pr-mark-banner-client-text {
  color: #252525;
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
}

.pr-mark-banner-content .pr-mark-banner-client-wrapper .pr-mark-banner-client-img li {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-left: -35px;
  border-radius: 100%;
  border: 2px solid #fff;
}

.pr-mark-banner-content .pr-mark-banner-client-wrapper .pr-mark-banner-client-img li:first-child {
  margin-left: 0;
}

.pr-mark-banner-content .pr-mark-banner-client-wrapper .pr-mark-banner-client-img li:last-child {
  position: relative;
}

.pr-mark-banner-content .pr-mark-banner-client-wrapper .pr-mark-banner-client-img li:last-child:after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0.6;
  height: 100%;
  position: absolute;
  background-color: #000;
}

.pr-mark-banner-content .pr-mark-banner-client-wrapper .pr-mark-tc-counter {
  top: 18px;
  right: 10px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  font-family: "Poppins";
}

.pr-mark-banner-content .pr-mark-banner-shape1 {
  top: 110px;
  z-index: -1;
  right: -90px;
  -webkit-animation: zoominoutsinglefeatured 10s infinite;
  animation: zoominoutsinglefeatured 10s infinite;
}

.pr-mark-banner-content .pr-mark-banner-counter {
  width: 95px;
  height: 95px;
  right: -60px;
  bottom: 110px;
  padding-top: 18px;
  position: absolute;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.25);
  box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.25);
}

.pr-mark-banner-content .pr-mark-banner-counter h3 {
  color: #252525;
  font-size: 30px;
  font-weight: 700;
}

.pr-mark-banner-content .pr-mark-banner-counter p {
  color: #252525;
  font-weight: 600;
  font-family: "Poppins";
}

@media (max-width: 1440px) {
  .pr-mark-banner-content .pr-mark-banner-img {
    right: -20px;
  }
}
/*feature section*/
.pr-mark-section-title.middle-align {
  margin: 0 auto;
  max-width: 615px;
}

.pr-mark-section-title.middle-align .pr-mark-section-title-tag:before {
  display: block;
}

.pr-mark-section-title .pr-mark-section-title-tag {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  color: #fe5d87;
  font-family: "Poppins";
}

.pr-mark-section-title .pr-mark-section-title-tag:before, .pr-mark-section-title .pr-mark-section-title-tag:after {
  top: 18px;
  height: 3px;
  width: 42px;
  content: "";
  position: absolute;
  background-color: #fe5d87;
}

.pr-mark-section-title .pr-mark-section-title-tag:before {
  left: -45px;
  display: none;
}

.pr-mark-section-title .pr-mark-section-title-tag:after {
  right: -45px;
}

.pr-mark-section-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0d1d72;
  padding: 10px 0px 20px;
  margin-bottom: 0;
}

.pr-mark-feature-section {
  z-index: 1;
  overflow: hidden;
  padding: 120px 0px 50px;
}

.pr-mark-feature-section .pr-mark-feature-shape {
  top: 0;
  right: 0;
  z-index: -1;
}

.pr-mark-feature-innerbox {
  margin-left: 43px;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  padding: 30px 25px 30px 60px;
  -webkit-box-shadow: 6.891px 24.032px 80px 0px rgba(189, 189, 189, 0.3);
  box-shadow: 6.891px 24.032px 80px 0px rgba(189, 189, 189, 0.3);
}

.pr-mark-feature-innerbox .pr-mark-feature-inner-icon {
  top: 50%;
  left: -42px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: linear-gradient(135deg, #2899ff 0%, #6dcbff 100%, #ffc587 100%);
  -webkit-box-shadow: 0px 14px 40px 0px rgba(58, 171, 255, 0.25);
  box-shadow: 0px 14px 40px 0px rgba(58, 171, 255, 0.25);
}

.pr-mark-feature-innerbox .pr-mark-feature-inner-icon i {
  color: #fff;
  line-height: 0.7;
  font-size: 45px;
}

.pr-mark-feature-innerbox .pr-mark-feature-inner-text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #0d1d72;
}

.pr-mark-feature-innerbox .pr-mark-feature-inner-text p {
  color: #666666;
  margin-bottom: 0;
}

.pr-mark-feature-innerbox:hover {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.pr-mark-feature-content {
  padding-top: 50px;
}

.pr-mark-feature-content .col-lg-4:nth-child(2) .pr-mark-feature-inner-icon {
  background: linear-gradient(-49deg, #fd4485 0%, #ffa38d 100%);
  -webkit-box-shadow: 0px 15px 60px 0px rgba(253, 89, 135, 0.3);
  box-shadow: 0px 15px 60px 0px rgba(253, 89, 135, 0.3);
}

.pr-mark-feature-content .col-lg-4:nth-child(3) .pr-mark-feature-inner-icon {
  background: linear-gradient(135deg, #ff5728 0%, #ffc587 100%, #ffd328 100%);
  -webkit-box-shadow: 0px 15px 60px 0px rgba(255, 87, 40, 0.3);
  box-shadow: 0px 15px 60px 0px rgba(255, 87, 40, 0.3);
}

/*About section*/
.pr-mark-about-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 80px;
}

.pr-mark-about-section .pr-mark-about-shape {
  top: 40px;
  left: -100px;
  -webkit-animation: Pr_mark_animation_3 12s infinite linear alternate;
  animation: Pr_mark_animation_3 12s infinite linear alternate;
}

.pr-mark-about-section .pr-mark-about-cricle-shape {
  right: 0;
  bottom: 0;
  -webkit-animation: Pr_mark_animation_4 12s infinite linear alternate;
  animation: Pr_mark_animation_4 12s infinite linear alternate;
}

.pr-mark-about-text .pr-mark-section-title {
  padding-bottom: 25px;
}

.pr-mark-about-text .pr-mark-section-title p {
  padding-bottom: 20px;
}

@keyframes Pr_mark_animation_1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes Pr_mark_animation_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes Pr_mark_animation_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes Pr_mark_animation_3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes Pr_mark_animation_3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes Pr_mark_animation_4 {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0);
    transform: translate(-300px, 151px) rotate(0);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes Pr_mark_animation_4 {
  0% {
    -webkit-transform: translate(-100px, 120px) rotate(0);
  }
  100% {
    -webkit-transform: translate(100px, -120px) rotate(180deg);
  }
}
@keyframes Pr_mark_animation_5 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
    transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-70px, 72px) rotate(124deg);
    transform: translate(-70px, 72px) rotate(124deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes Pr_mark_animation_5 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(124deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/*Service Section*/
.pr-mark-service-section {
  z-index: 1;
  overflow: hidden;
  padding: 115px 0px 75px;
}

.pr-mark-service-section .pr-mark-service-cricle-shape {
  top: 0;
  z-index: -1;
  left: 100px;
  -webkit-animation: Pr_mark_animation_5 12s infinite linear alternate;
  animation: Pr_mark_animation_5 12s infinite linear alternate;
}

.pr-mark-service-section .pr-mark-section-title {
  max-width: 590px;
}

.pr-mark-service-upper-content .pr-mark-btn {
  padding-top: 80px;
}

.pr-mark-service-content {
  padding-top: 50px;
}

.pr-mark-service-content .pr-mark-service-shape1 {
  top: 40%;
  right: -30px;
  -webkit-animation: Pr_mark_animation_3 12s infinite linear alternate;
  animation: Pr_mark_animation_3 12s infinite linear alternate;
}

.pr-mark-service-content .pr-mark-feature-innerbox {
  margin-bottom: 30px;
  padding: 27px 15px 27px 55px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(118, 118, 118, 0.2);
  box-shadow: 0px 10px 60px 0px rgba(118, 118, 118, 0.2);
}

.pr-mark-service-content .pr-mark-feature-innerbox .pr-mark-feature-inner-text h3 {
  font-size: 20px;
}

.pr-mark-service-content .pr-mark-feature-innerbox .pr-mark-feature-inner-icon {
  background: linear-gradient(49deg, #fd4485 0%, #ffa38d 100%);
  -webkit-box-shadow: 0px 15px 60px 0px rgba(253, 89, 135, 0.3);
  box-shadow: 0px 15px 60px 0px rgba(253, 89, 135, 0.3);
}

.pr-mark-service-content .col-lg-4:nth-child(2) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon, .pr-mark-service-content .col-lg-4:nth-child(4) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon, .pr-mark-service-content .col-lg-4:nth-child(6) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon {
  background: linear-gradient(49deg, #e0f3ff 0%, #e0f3ff 100%);
  -webkit-box-shadow: 0px 15px 60px 0px #e0f3ff;
  box-shadow: 0px 15px 60px 0px #e0f3ff;
}

.pr-mark-service-content .col-lg-4:nth-child(2) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon i, .pr-mark-service-content .col-lg-4:nth-child(4) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon i, .pr-mark-service-content .col-lg-4:nth-child(6) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon i {
  color: #3bacff;
}

.pr-mark-service-content .col-lg-4:nth-child(3) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon, .pr-mark-service-content .col-lg-4:nth-child(5) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon {
  background: linear-gradient(49deg, #ffefe5 0%, #ffefe5 100%);
  -webkit-box-shadow: 0px 15px 60px 0px #e0f3ff;
  box-shadow: 0px 15px 60px 0px #e0f3ff;
}

.pr-mark-service-content .col-lg-4:nth-child(3) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon i, .pr-mark-service-content .col-lg-4:nth-child(5) .pr-mark-feature-innerbox .pr-mark-feature-inner-icon i {
  color: #ff8555;
}

.pr-mark-cta-section {
  padding: 50px 0px;
}

.pr-mark-cta-section .pr-mark-section-title h2 {
  color: #fff;
  padding-bottom: 0;
}

/*---------------------------------------------------- */
/* End:  Microsite - 4 */
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/* Start:  Microsite - 5 */
/*----------------------------------------------------*/
/*Service Section*/
.pr3-service-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.pr3-service-section .mt-60 {
  margin-top: -60px;
}

.pr3-title-area {
  margin-bottom: 30px;
}

.pr3-title-area span {
  color: #497efd;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 6px;
  display: inline-block;
}

.pr3-title-area h3 {
  margin-bottom: 20px;
}

.pr3-headline h1,
.pr3-headline h2,
.pr3-headline h3,
.pr3-headline h4,
.pr3-headline h5,
.pr3-headline h6 {
  font-weight: 700;
  text-transform: none;
  line-height: 1.25;
  margin-bottom: 0;
  color: #1a0b60;
}

.pr3-headline h1 {
  font-size: 60px;
}

@media (max-width: 768px) {
  .pr3-headline h1 {
    font-size: 50px;
  }
}
.pr3-headline h2 {
  font-size: 48px;
}

@media (max-width: 768px) {
  .pr3-headline h2 {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .pr3-headline h2 {
    font-size: 30px;
  }
}
.pr3-headline h3 {
  font-size: 36px;
}

@media (max-width: 768px) {
  .pr3-headline h3 {
    font-size: 30px;
  }
}
.pr3-headline h4 {
  font-size: 24px;
}

@media (max-width: 768px) {
  .pr3-headline h4 {
    font-size: 20px;
  }
}
.pr3-headline h5 {
  font-size: 22px;
}

.pr3-headline h6 {
  font-size: 18px;
}

.pr3-pera-txt p {
  color: #666666;
  margin: 0;
}

.pr3-service-content {
  margin-top: 90px;
  position: relative;
}

.pr3-service-content .pr3-sr-shape-1 {
  width: 130px;
  display: inline-block;
  position: absolute;
  right: -40px;
  top: -70px;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .pr3-service-content {
    margin-top: 30px;
  }
}
.pr3-service-content .pr3-service-column {
  text-align: center;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 14px 40px 0px rgba(144, 144, 144, 0.05);
  box-shadow: 0px 14px 40px 0px rgba(144, 144, 144, 0.05);
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.pr3-service-content .pr3-service-column .pr3-icon-wrapper {
  margin-bottom: 20px;
}

.pr3-service-content .pr3-service-column .pr3-icon-wrapper i {
  width: 60px;
  height: 60px;
  background-image: -webkit-linear-gradient(115deg, #01ce92 0%, #58ff83 100%);
  background-image: -o-linear-gradient(115deg, #01ce92 0%, #58ff83 100%);
  background-image: linear-gradient(-25deg, #01ce92 0%, #58ff83 100%);
  font-size: 36px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.pr3-service-content .pr3-service-column .pr3-headline {
  margin-bottom: 20px;
}

.pr3-service-content .pr3-service-column a {
  margin-top: 20px;
  display: inline-block;
  color: #13d88f;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Lexend", sans-serif;
}

.pr3-service-content .pr3-service-column a i {
  display: inline-block;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  margin-left: 2px;
}

.pr3-service-content .pr3-service-column.color-2 .pr3-icon-wrapper i {
  background-image: -webkit-linear-gradient(115deg, #ff5728 0%, #ffc587 100%, #ffd328 100%);
  background-image: -o-linear-gradient(115deg, #ff5728 0%, #ffc587 100%, #ffd328 100%);
  background-image: linear-gradient(-25deg, #ff5728 0%, #ffc587 100%, #ffd328 100%);
}

.pr3-service-content .pr3-service-column.color-2 a {
  color: #ff5728;
}

.pr3-service-content .pr3-service-column.color-3 .pr3-icon-wrapper i {
  background-image: -webkit-linear-gradient(115deg, #8a6eff 4%, #b9a1ff 78%);
  background-image: -o-linear-gradient(115deg, #8a6eff 4%, #b9a1ff 78%);
  background-image: linear-gradient(-25deg, #8a6eff 4%, #b9a1ff 78%);
}

.pr3-service-content .pr3-service-column.color-3 a {
  color: #8a6eff;
}

.pr3-service-content .pr3-service-column.color-4 .pr3-icon-wrapper i {
  background-image: -webkit-linear-gradient(115deg, #ff4a9f 0%, #ffceec 100%);
  background-image: -o-linear-gradient(115deg, #ff4a9f 0%, #ffceec 100%);
  background-image: linear-gradient(-25deg, #ff4a9f 0%, #ffceec 100%);
}

.pr3-service-content .pr3-service-column.color-4 a {
  color: #ff4a9f;
}

.pr3-service-content .pr3-service-column.color-5 .pr3-icon-wrapper i {
  background-image: -webkit-linear-gradient(115deg, #2899ff 11%, #a9e0ff 100%, #ffc587 100%);
  background-image: -o-linear-gradient(115deg, #2899ff 11%, #a9e0ff 100%, #ffc587 100%);
  background-image: linear-gradient(-25deg, #2899ff 11%, #a9e0ff 100%, #ffc587 100%);
}

.pr3-service-content .pr3-service-column.color-5 a {
  color: #2899ff;
}

.pr3-service-content .pr3-service-column.color-6 .pr3-icon-wrapper i {
  background-image: -webkit-linear-gradient(115deg, #ff9f65 0%, #ffe2aa 100%);
  background-image: -o-linear-gradient(115deg, #ff9f65 0%, #ffe2aa 100%);
  background-image: linear-gradient(-25deg, #ff9f65 0%, #ffe2aa 100%);
}

.pr3-service-content .pr3-service-column.color-6 a {
  color: #ff9f65;
}

.pr3-service-content .pr3-primary-btn {
  margin-top: -60px;
  text-align: center;
}

/*bussiness section*/
.pr3-get-in-touch {
  padding: 100px 0;
  background-color: #ffffff;
  position: relative;
  overflow: visible;
}

@media (max-width: 1540px) {
  .pr3-get-in-touch {
    overflow: hidden;
  }
}
.pr3-get-in-touch .pr3-get-net-shape {
  position: absolute;
  width: 850px;
  top: -100px;
  right: 0;
}

.pr3-get-in-touch .pr3-get-net-shape img {
  width: 100%;
}

.pr3-get-in-touch .pr3-get-plus-shape {
  width: 150px;
  position: absolute;
  left: 80px;
  top: 30%;
  -webkit-animation: 8s pr3_object_animation linear infinite;
  animation: 8s pr3_object_animation linear infinite;
}

@media (max-width: 991.98px) {
  .pr3-get-in-touch .pr3-get-plus-shape {
    display: none;
  }
}
.pr3-get-left .pr3-primary-btn {
  margin-top: 30px;
}

.pr3-get-right {
  position: relative;
}

@media (max-width: 991.98px) {
  .pr3-get-right {
    margin-top: 60px;
  }
}
@media (max-width: 575.98px) {
  .pr3-get-right {
    display: none;
  }
}
.pr3-get-right .pr3-get-circle {
  width: 400px;
  -webkit-animation: 60s pr3_rotate_animation linear infinite;
  animation: 60s pr3_rotate_animation linear infinite;
}

.pr3-get-right .pr3-get-vector-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
}

@-webkit-keyframes pr3_object_animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes pr3_object_animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes pr3_rotate_animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pr3_rotate_animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*workflow section*/
.pr3-workflow {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

@media (max-width: 991.98px) {
  .pr3-workflow {
    padding-top: 100px;
  }
}
.pr3-workflow .pr3-workflow-shape {
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 300px;
}

.pr3-workflow-list {
  padding-right: 100px;
}

.pr3-workflow-list .pr3-workflow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pr3-workflow-list .pr3-workflow-item + .pr3-workflow-item {
  margin-top: 30px;
}

.pr3-workflow-list .pr3-workflow-item .pr3-icon-wrapper {
  margin-right: 30px;
}

.pr3-workflow-list .pr3-workflow-item .pr3-icon-wrapper i {
  width: 70px;
  height: 70px;
  background-image: -webkit-linear-gradient(115deg, #ff4a9f 0%, #ffceec 100%);
  background-image: -o-linear-gradient(115deg, #ff4a9f 0%, #ffceec 100%);
  background-image: linear-gradient(-25deg, #ff4a9f 0%, #ffceec 100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 36px;
  border-radius: 6px;
  color: #ffffff;
}

.pr3-workflow-list .pr3-workflow-item .pr3-item-content .pr3-headline {
  margin-bottom: 10px;
}

.pr3-workflow-list .pr3-workflow-item.color-2 .pr3-icon-wrapper i {
  background-image: -webkit-linear-gradient(115deg, #8a6eff 4%, #b9a1ff 78%);
  background-image: -o-linear-gradient(115deg, #8a6eff 4%, #b9a1ff 78%);
  background-image: linear-gradient(-25deg, #8a6eff 4%, #b9a1ff 78%);
}

.pr3-workflow-list .pr3-workflow-item.color-3 .pr3-icon-wrapper i {
  background-image: -webkit-linear-gradient(115deg, #01ce92 0%, #58ff83 100%);
  background-image: -o-linear-gradient(115deg, #01ce92 0%, #58ff83 100%);
  background-image: linear-gradient(-25deg, #01ce92 0%, #58ff83 100%);
}

@media (max-width: 991.98px) {
  .pr3-workflow-right {
    margin-top: 60px;
  }
}
.pr3-workflow-right img {
  width: initial;
}

/*about section*/
.pr3-about-section {
  padding: 100px 0;
  position: relative;
}

.pr3-about-section .pr3-left-shape {
  position: absolute;
  top: 100px;
  left: 30px;
  width: 120px;
  display: inline-block;
  -webkit-animation: 3s pr3_object_animation linear infinite;
  animation: 3s pr3_object_animation linear infinite;
}

.pr3-about-section .pr3-right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  -webkit-animation: 6s pr3_object_animation linear infinite;
  animation: 6s pr3_object_animation linear infinite;
}

.pr3-about-left {
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  .pr3-about-right {
    margin-top: 60px;
  }
}
.pr3-about-right .pr3-about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pr3-about-right .pr3-about-list + .pr3-about-list {
  margin-top: 20px;
}

.pr3-about-right .pr3-about-list .pr3-icon-wrapper {
  margin-right: 20px;
}

.pr3-about-right .pr3-about-list .pr3-icon-wrapper i {
  width: 60px;
  height: 60px;
  background-image: -webkit-linear-gradient(126deg, #ff5728 0%, #ffc587 100%, #ffd328 100%);
  background-image: -o-linear-gradient(126deg, #ff5728 0%, #ffc587 100%, #ffd328 100%);
  background-image: linear-gradient(324deg, #ff5728 0%, #ffc587 100%, #ffd328 100%);
  font-size: 36px;
  border-radius: 10px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pr3-about-right .pr3-about-list .pr3-icon-wrapper.color-2 i {
  background-image: -webkit-linear-gradient(126deg, #ff4a9f 0%, #ffceec 100%);
  background-image: -o-linear-gradient(126deg, #ff4a9f 0%, #ffceec 100%);
  background-image: linear-gradient(324deg, #ff4a9f 0%, #ffceec 100%);
}

.pr3-about-right .pr3-about-list .pr3-headline {
  margin-bottom: 6px;
}

.pr3-about-right .pr3-about-list .pr3-pera-txt p {
  color: #1a0b60;
}

.pr3-about-right .pr3-about-btns {
  margin-top: 40px;
}

@media (max-width: 460px) {
  .pr3-about-right .pr3-about-btns a {
    margin-top: 20px;
  }
}
.pr3-about-right .pr3-about-btns a:first-child {
  margin-right: 20px;
}

.pr3-about-right .pr3-about-btns .pr3-contact-btn {
  border: 2px solid #497efd;
  color: #1a0b60;
  width: 168px;
  height: 53px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-image: -webkit-linear-gradient(315deg, #5500f4 0%, #4880fd 100%);
  background-image: -o-linear-gradient(315deg, #5500f4 0%, #4880fd 100%);
  background-image: linear-gradient(135deg, #5500f4 0%, #4880fd 100%);
}

.pr3-about-right .pr3-about-btns .pr3-contact-btn::after {
  background-image: -webkit-linear-gradient(225deg, white 0%, #d1dffd 100%);
  background-image: -o-linear-gradient(225deg, white 0%, #d1dffd 100%);
  background-image: linear-gradient(-135deg, white 0%, #d1dffd 100%);
  opacity: 1;
}

.pr3-about-right .pr3-about-btns .pr3-contact-btn:hover {
  background-image: -webkit-linear-gradient(315deg, #5500f4 0%, #4880fd 100%);
  background-image: -o-linear-gradient(315deg, #5500f4 0%, #4880fd 100%);
  background-image: linear-gradient(135deg, #5500f4 0%, #4880fd 100%);
  color: #ffffff;
}

.pr3-about-right .pr3-about-btns .pr3-contact-btn:hover::after {
  opacity: 0;
}

/*====================================================*/
/*====================================================*/
/* Banner Section */
.wp-banner-section {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 170px 0 140px;
  background: url("../img/whitepaper/wp-bg-banner.png") top left no-repeat;
  background-size: 100% 100%;
}
.wp-banner-section:before {
  content: "";
  width: 765px;
  height: 285px;
  opacity: 0.03;
  position: absolute;
  top: 87px;
  right: 0;
  background: url("../img/whitepaper/bg-box-pattern.svg") top right no-repeat;
}
.wp-banner-section .wp-banner-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.wp-banner-section .wp-banner__img {
  padding-right: 40px;
}
.wp-banner-section .wp-banner__img img {
  width: 175px;
  height: auto;
  border-radius: 0 10px 10px 0;
}
.wp-banner-section .wp-banner__stacked {
  max-width: 800px;
  color: #ffffff;
  padding-left: 35px;
  border-left: 10px solid #EF415F;
}
.wp-banner-section .wp-banner__title-tag {
  font-size: 20px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 10px;
  line-height: normal;
  text-transform: uppercase;
}
.wp-banner-section .wp-banner__title {
  font-size: 34px;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
  margin-bottom: 10px;
}
.wp-banner-section .wp-banner__text {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 30px;
  color: #ffffff;
}

.wp-banner-highlight {
  max-width: 570px;
  padding: 35px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.03);
}
.wp-banner-highlight .wp-banner-highlight__title {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.wp-banner-highlight .wp-banner-highlight__text {
  font-size: 16px;
  color: #FFFFFF;
  line-height: normal;
  margin-bottom: 0;
}

/* About Section */
.dia-about-section {
  padding: 40px 0 80px;
}

.dia-about-section .dia-about-title-text {
  padding-top: 25px;
}

.dia-about-content .dia-about-title-text {
  max-width: 455px;
}

.dia-about-content .dia-about-text {
  font-size: 18px;
  padding: 25px 0px 75px;
}

.dia-about-list li {
  width: 50%;
  float: left;
  color: #484848;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  margin-bottom: 18px;
}

.dia-about-list li:after {
  left: 0;
  top: -3px;
  color: #68D595;
  font-size: 20px;
  content: "\f058";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.dia-about-content .dia-about-img {
  z-index: 1;
  padding-left: 40px;
}

.dia-about-content .dia-about-img .ab-shape1 {
  top: 30px;
  left: -10px;
  z-index: -1;
}

.dia-about-content .dia-about-img .ab-shape2 {
  right: 0;
  bottom: 0;
  z-index: -1;
}

.dia-section-title span {
  color: #FD190D;
  font-weight: 700;
}

.dia-section-title span {
  font-size: 16px;
}

.dia-section-title h2 {
  color: #282350;
  font-size: 40px;
  font-weight: 700;
  padding-top: 5px;
  line-height: 1.375;
}

/* Form Section */
.wp-form-section {
  margin-top: -332px;
  margin-bottom: 25px;
  background-color: #ffffff;
  border: 1px solid #EFF2F7;
  border-radius: 15px;
  padding: 40px 50px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 5px 50px rgba(0, 0, 10, 0.2);
}

.wp-login-form .wp-form-title {
  font-size: 24px;
  font-weight: bold;
  color: #163D5C;
  margin-bottom: 20px;
}
.wp-login-form label {
  font-weight: 500;
  color: rgba(22, 61, 92, 0.75);
}
.wp-login-form .form-control {
  padding: 9px 16px;
  background-color: #F7F7F7;
  border: 1px solid transparent;
  border-radius: 6px;
}
.wp-login-form .custom-checkbox .custom-control-label:before {
  background-color: transparent;
  border: 1px solid #B5B5B6;
}
.wp-login-form .custom-checkbox .custom-control-label:before, .wp-login-form .custom-checkbox .custom-control-label:after {
  top: 6px;
}
.wp-login-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #007bff;
}
.wp-login-form .wp-form_info-text {
  font-size: 16px;
  color: #7C7C7C;
}

.terms-condition-box .custom-control-input.has-error + .custom-control-label:before {
  border-color: #f64e60;
}

/*=============== get started area css ===============*/
.get_started_area {
  background-image: -moz-linear-gradient(140deg, #672dde 0%, #4069eb 100%);
  background-image: -webkit-linear-gradient(140deg, #672dde 0%, #4069eb 100%);
  background-image: -ms-linear-gradient(140deg, #672dde 0%, #4069eb 100%);
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.get_started_area .shap {
  position: absolute;
  opacity: 0.02;
  transform: rotate(45deg);
  border-radius: 45px;
  left: 90px;
  z-index: -1;
}
.get_started_area .shap.one {
  background: rgb(255, 255, 255);
  top: -290px;
  left: -50px;
}
.get_started_area .shap.two {
  background: rgb(255, 255, 255);
  top: -260px;
  left: 100px;
}
.get_started_area .shap.three {
  background: rgb(255, 255, 255);
  top: auto;
  left: 47%;
  bottom: -300px;
}
.get_started_area .shap.four {
  background: rgb(255, 255, 255);
  top: auto;
  left: 63%;
  bottom: -280px;
}

.get_content h3 {
  color: #fff;
}
.get_content h2, .get_content p {
  color: #fff;
}
.get_content .app_btn {
  font: 600 16px "Glacial Indifference";
  padding: 12px 34px;
  border-color: #fff;
  background: #fff;
  line-height: 27px;
  transition: all 0.2s linear;
  min-width: 200px;
  text-align: center;
}
.get_content .app_btn.app_btn_one {
  color: #4069eb;
  vertical-align: middle;
}
.get_content .app_btn.app_btn_one img {
  padding-right: 12px;
}
.get_content .app_btn.app_btn_one:hover {
  background: #FA4616;
  border-color: #FA4616;
  color: #fff;
}
.get_content .app_btn.app_btn_two {
  background: rgba(255, 255, 255, 0.1);
  vertical-align: middle;
  box-shadow: none;
  margin-left: 20px;
}
.get_content .app_btn.app_btn_two i {
  font-size: 25px;
  padding-right: 10px;
  vertical-align: sub;
}
.get_content .app_btn.app_btn_two:hover {
  color: #4069eb;
  background: #fff;
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
}

.get_started_area-orange {
  background-image: -moz-linear-gradient(0, #FC4D5D 0%, #FFBC60 100%);
  background-image: -webkit-linear-gradient(0, #FC4D5D 0%, #FFBC60 100%);
  background-image: -ms-linear-gradient(0, #FC4D5D 0%, #FFBC60 100%);
  padding: 120px 0px 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.get_started_area-blue {
  background-image: -moz-linear-gradient(140deg, #672dde 0%, #4069eb 100%);
  background-image: -webkit-linear-gradient(140deg, #672dde 0%, #4069eb 100%);
  background-image: -ms-linear-gradient(140deg, #672dde 0%, #4069eb 100%);
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.wp_get-started {
  position: relative;
  z-index: 9;
  margin-bottom: -120px;
}
.wp_get-started .get_started_area {
  padding: 50px 120px;
  border-radius: 6px;
  background-image: linear-gradient(225deg, #153C5B 0%, #205885 100%);
  background-image: -moz-linear-gradient(225deg, #153C5B 0%, #205885 100%);
  background-image: -webkit-linear-gradient(225deg, #153C5B 0%, #205885 100%);
  background-image: -ms-linear-gradient(225deg, #153C5B 0%, #205885 100%);
  box-shadow: 0 30px 50px rgba(12, 0, 44, 0.16);
}
.wp_get-started .get_started_area .shap {
  opacity: 0.03;
  background: rgb(255, 255, 255);
}
.wp_get-started .get_started_area .shap.one {
  width: 650px;
  height: 510px;
  top: -350px;
  left: -200px;
}
.wp_get-started .get_started_area .shap.two {
  width: 666px;
  height: 330px;
  top: -280px;
  left: -90px;
}
.wp_get-started .get_started_area .shap.three {
  top: auto;
  left: 47%;
  bottom: -520px;
}
.wp_get-started .get_started_area .shap.four {
  top: auto;
  left: 60%;
  bottom: -400px;
}

@media (max-width: 1199.98px) {
  .wp-banner-highlight {
    padding: 30px;
  }
  .wp-form-section {
    margin-top: -322px;
  }
}
@media (max-width: 991.98px) {
  .get_started_area .get_content {
    text-align: center;
  }
  .wp_get-started .get_started_area {
    padding-left: 60px;
    padding-right: 60px;
  }
  .dia-about-content .dia-about-title-text {
    max-width: 100%;
    text-align: center;
  }
  .dia-about-content .dia-about-text {
    padding: 15px 0px 50px;
  }
  .wp-banner-section {
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .wp-banner-section .wp-banner__img {
    padding-right: 35px;
  }
  .wp-banner-section .wp-banner__stacked {
    padding-left: 30px;
  }
  .wp-banner-section .wp-banner__title-tag {
    font-size: 18px;
  }
  .wp-banner-section .wp-banner__title {
    font-size: 28px;
  }
  .wp-banner-section .wp-banner__text {
    font-size: 18px;
  }
  .wp-form-section {
    margin-top: -200px;
  }
}
@media (max-width: 768px) {
  .dia-about-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .wp_get-started .get_started_area {
    padding-left: 40px;
    padding-right: 40px;
  }
  .wp_get-started.pt_80 {
    padding-top: 60px;
  }
  .wp-form-section {
    margin-bottom: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 10, 0.2);
  }
}
@media (max-width: 575.98px) {
  .dia-about-section {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .dia-section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .dia-about-content .dia-about-list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .dia-about-content .dia-about-text {
    font-size: 16px;
    padding: 15px 0px 40px;
  }
  .wp-form-section {
    padding: 30px 20px;
    margin-top: -180px;
    margin-bottom: 10px;
  }
  .wp-login-form .wp-form-title {
    font-size: 22px;
  }
  .wp-login-form label {
    margin-bottom: 0.25rem;
  }
  .wp-login-form .form-group {
    margin-bottom: 0.5rem;
  }
  .wp_get-started.pt_80 {
    padding-top: 30px;
  }
  .wp_get-started .get_started_area {
    padding: 30px 20px;
  }
  .payment_service_area.payment_service_area-one {
    padding-top: 120px;
    padding-bottom: 10px;
  }
  .wp-banner-section {
    padding-top: 130px;
  }
  .wp-banner-section .wp-banner-content {
    margin-bottom: 35px;
  }
  .wp-banner-section .wp-banner__title-tag {
    font-size: 16px;
  }
  .wp-banner-section .wp-banner__title {
    font-size: 24px;
  }
  .wp-banner-section .wp-banner__text {
    font-size: 16px;
    line-height: 22px;
  }
  .wp-banner-section .wp-banner__img {
    display: none;
  }
  .wp-banner-section .wp-banner__stacked {
    padding-left: 20px;
  }
  .wp-banner-section .wp-banner__stacked h5 {
    font-size: 16px;
  }
  .wp-banner-highlight {
    padding: 20px;
  }
}
/* WhitePaper Thanks Text */
.wp-hero-section {
  position: relative;
  padding: 130px 0 20px;
  background-color: #163D5C;
}
.wp-hero-section:before {
  content: "";
  width: 765px;
  height: 285px;
  opacity: 0.03;
  position: absolute;
  top: 87px;
  right: 0;
  background: url("../img/whitepaper/bg-box-pattern.svg") top right no-repeat;
}
.wp-hero-section .wp-hero-wrapper {
  display: flex;
  align-items: center;
}
.wp-hero-section .wp-hero__img {
  position: relative;
  min-width: 175px;
}
.wp-hero-section .wp-hero__img img {
  width: 175px;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.wp-hero-section .wp-hero__content {
  margin-left: 30px;
  padding-left: 25px;
  border-left: 6px solid #EF415F;
}
.wp-hero-section .wp-hero__title-tag {
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.75);
  margin: 5px 0;
  line-height: normal;
  text-transform: uppercase;
}
.wp-hero-section .wp-hero__title {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  line-height: 48px;
}

/* Thank You Message */
.thank-you-msg {
  text-align: center;
  padding: 135px 0 100px;
}
.thank-you-msg .thank-you-msg__icon {
  margin-bottom: 15px;
}
.thank-you-msg .thank-you-msg__icon img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.thank-you-msg .thank-you-msg__text h2 {
  font-size: 40px;
  font-weight: bold;
  color: #163D5C;
  margin-bottom: 25px;
}
.thank-you-msg .thank-you-msg__text h4 {
  font-size: 22px;
  color: rgba(22, 61, 92, 0.75);
}
.thank-you-msg .thank-you-msg__text p {
  font-size: 18px;
  color: rgba(22, 61, 92, 0.75);
  margin: 0;
}
.thank-you-msg .thank-you-msg__text p a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .wp-hero-section .wp-hero-wrapper {
    align-items: flex-start;
  }
  .wp-hero-section .wp-hero__img {
    position: relative;
  }
  .wp-hero-section .wp-hero__img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .wp-hero-section .wp-hero__content {
    margin-top: 25px;
  }
}
@media (max-width: 1199.98px) {
  .wp-hero-section .wp-hero__img {
    min-width: 160px;
  }
  .wp-hero-section .wp-hero__img img {
    width: 160px;
  }
  .wp-hero-section .wp-hero__title {
    font-size: 26px;
    line-height: 38px;
  }
  .wp-hero-section .wp-hero__content {
    margin-left: 25px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .thank-you-msg {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575.98px) {
  .wp-hero-section .wp-hero__img {
    display: none;
  }
  .wp-hero-section .wp-hero__title-tag {
    font-size: 15px;
  }
  .wp-hero-section .wp-hero__title {
    font-size: 24px;
    line-height: 30px;
  }
  .wp-hero-section .wp-hero__content {
    margin-left: 0;
  }
  .thank-you-msg {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .thank-you-msg .thank-you-msg__icon img {
    width: 80px;
  }
  .thank-you-msg .thank-you-msg__text h2 {
    font-size: 30px;
  }
  .thank-you-msg .thank-you-msg__text h4 {
    font-size: 20px;
  }
  .thank-you-msg .thank-you-msg__text p {
    font-size: 18px;
  }
}
/*====================================================*/
/*====================================================*/
/*=============== section_footer ===============*/
.section_footer {
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.section_footer p {
  font-size: 14px;
  color: #fff;
}

.payment_service_area {
  padding-top: 225px;
  position: relative;
  z-index: 2;
  background: url("../img/shape_two.png") no-repeat scroll center 0;
  background-size: auto;
  background-size: 100% 110%;
}

/* Divider style 03 */
.divider-style-03.divider-style-03-01 {
  border-top: 1px solid;
  width: 100%;
}
.divider-style-03.divider-style-03-02 {
  border-top: 1px dashed;
}
.divider-style-03.divider-style-03-03 {
  border-top: 4px double;
}
.divider-style-03.divider-style-03-04 {
  border-top: 2px dashed;
}
.divider-style-03.divider-style-03-05 {
  border-top: 2px dotted;
}

/* Link Line Animation */
.link-line-animation {
  position: relative;
  text-decoration: none !important;
}
.link-line-animation:after {
  content: "";
  width: 0;
  height: 2px;
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s linear;
}
.link-line-animation:hover:after {
  width: 100%;
}
.link-line-animation:hover, .link-line-animation:focus {
  text-decoration: none;
}

.app-footer {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  color: #003F7A;
  background-color: #E6F3FF;
  z-index: 1;
}
.app-footer:before, .app-footer:after {
  content: "";
  width: 33%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.app-footer:before {
  background: url("../img/bg_box-pattern.png") top center repeat;
  background-size: auto;
  z-index: -1;
}
.app-footer:after {
  background: linear-gradient(180deg, #FD190D 0%, #E3160C 100%);
  z-index: -2;
}
.app-footer p {
  font-size: 16px;
  color: #003F7A;
}
.app-footer a {
  color: #003F7A;
}
.app-footer a:hover, .app-footer a:focus {
  color: var(--primary-color);
  opacity: 1;
  text-decoration: underline;
}
.app-footer .footer-logo img {
  max-height: 30px;
}
.app-footer .footer-navbar li {
  display: inline-block;
  margin-bottom: 0;
}
.app-footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.app-footer ul li {
  margin-bottom: 5px;
}
.app-footer .elements-social svg {
  color: #003F7A;
  transition: all 200ms cubic-bezier(0.37, 0, 0.63, 1);
}
.app-footer .elements-social a:hover svg, .app-footer .elements-social a:focus svg {
  -webkit-transform: translate3d(0, -1px, 0) scale(1.1);
  transform: translate3d(0, -1px, 0) scale(1.1);
  color: var(--primary-color);
}
.app-footer .elements-social.social-icon-style-02 li {
  margin: 0 15px 0 0;
}
.app-footer .elements-social.social-icon-style-02 li a {
  width: auto;
  height: auto;
}
.app-footer .elements-social ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.app-footer .elements-social ul li {
  display: inline-block;
}
.app-footer .elements-social ul li:first-child {
  margin-left: 0 !important;
}
.app-footer .elements-social ul li a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.app-footer .elements-social .dark li a {
  color: #232323;
}
.app-footer .elements-social .dark li a:hover svg, .app-footer .elements-social .dark li a:focus svg {
  color: #0021A5;
}
.app-footer [class^=social-icon-] ul, .app-footer [class*=" social-icon-"] ul {
  list-style: none;
}
.app-footer__col-white ul li, .app-footer__col-white span, .app-footer__col-white p, .app-footer__col-white a {
  color: var(--white);
}
.app-footer__col-white li a:hover, .app-footer__col-white li a:focus {
  color: var(--white);
}
.app-footer .footer-navbar .nav-link {
  padding: 0;
  margin: 0 12px;
}
.app-footer .footer-navbar .link-line-animation:after {
  height: 1px;
}

@media (min-width: 576px) {
  .app-footer .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .app-footer .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .app-footer .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .app-footer .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .app-footer .container {
    max-width: 1320px;
  }
}
@media (min-width: 1680px) {
  .app-footer .container {
    max-width: 1440px;
  }
}
@media (max-width: 1199px) {
  .app-footer:before, .app-footer:after {
    width: 34%;
  }
  .app-footer .nav-link {
    padding: 0 12px;
  }
}
@media (max-width: 991.98px) {
  .app-footer:before, .app-footer:after {
    width: 100%;
    height: 24%;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .app-footer .elements-social svg {
    color: var(--white);
  }
  .app-footer__col-white ul li, .app-footer__col-white span, .app-footer__col-white p, .app-footer__col-white a {
    color: #003F7A;
  }
  .app-footer__row-white ul li, .app-footer__row-white span, .app-footer__row-white p, .app-footer__row-white a {
    color: var(--white);
  }
  .app-footer:before, .app-footer:after {
    content: none;
  }
  .app-footer .footer-infography {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FD190D 0%, #E3160C 100%);
  }
  .app-footer .footer-infography:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: url("../img/bg_box-pattern.png") top center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767.98px) {
  .app-footer:before, .app-footer:after {
    height: 47%;
  }
  .app-footer__col-white ul li, .app-footer__col-white span, .app-footer__col-white p, .app-footer__col-white a {
    color: var(--white);
  }
  .app-footer .nav-link {
    padding: 0 5px 0 0;
  }
}
@media (max-width: 575.98px) {
  .app-footer:before, .app-footer:after {
    height: 46%;
  }
  .app-footer .footer-navbar .nav-link {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/*====================================================*/

/*# sourceMappingURL=style.css.map */
