@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
a,
a:hover,
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 0 solid !important;
  text-decoration: none;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

button,
[role=button] {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: 0 solid !important;
}

a:hover {
  color: #1DBCFF;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

input::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

input::placeholder {
  color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

body {
  font-weight: 500;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-family: "Noto Sans", sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

* {
  scrollbar-width: auto;
  scrollbar-color: #f1f1f1;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.4rem;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #002395;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #001762;
}

::-moz-selection {
  background: #002395;
  color: #fff;
}

::selection {
  background: #002395;
  color: #fff;
}

.header-area {
  height: 56px;
}

.page-min-height {
  min-height: calc(100vh - 56px);
}

.page-max-height {
  height: calc(100vh - 56px);
}

.common-margin {
  margin-top: 8px;
  margin-bottom: 8px;
}

.common-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.common-padding-top {
  padding-top: 40px;
}

.common-padding-bottom {
  padding-bottom: 40px;
}

.fancybox-active.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.row.mp-0 {
  margin-left: 0;
  margin-right: 0;
}

.row.mp-0 > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.row.mp-0_5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row.mp-0_5 > [class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.mp-0_8 {
  margin-left: -8px;
  margin-right: -8px;
}

.row.mp-0_8 > [class^=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.row.mp-1 {
  margin-left: -10px;
  margin-right: -10px;
}

.row.mp-1 > [class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.mp-2 {
  margin-left: -20px;
  margin-right: -20px;
}

.row.mp-2 > [class^=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

.row.mp-2_5 {
  margin-left: -25px;
  margin-right: -25px;
}

.row.mp-2_5 > [class^=col-] {
  padding-left: 25px;
  padding-right: 25px;
}

.row.mp-3 {
  margin-left: -30px;
  margin-right: -30px;
}

.row.mp-3 > [class^=col-] {
  padding-left: 30px;
  padding-right: 30px;
}

.row.mp-3_5 {
  margin-left: -35px;
  margin-right: -35px;
}

.row.mp-3_5 > [class^=col-] {
  padding-left: 35px;
  padding-right: 35px;
}

.row.mp-4 {
  margin-left: -40px;
  margin-right: -40px;
}

.row.mp-4 > [class^=col-] {
  padding-left: 40px;
  padding-right: 40px;
}

.row.mp-4_5 {
  margin-left: -45px;
  margin-right: -45px;
}

.row.mp-4_5 > [class^=col-] {
  padding-left: 45px;
  padding-right: 45px;
}

.row.mp-5 {
  margin-left: -50px;
  margin-right: -50px;
}

.row.mp-5 > [class^=col-] {
  padding-left: 50px;
  padding-right: 50px;
}

.transition {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.radius-20 {
  border-radius: 20px;
}

.cursor-pointer {
  cursor: pointer;
}

.fw-lighter {
  font-weight: 200 !important;
}

.fw-light {
  font-weight: 300 !important;
}

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

.fw-bolder {
  font-weight: 900 !important;
}

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

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

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

.pl-40 {
  padding-left: 40px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

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

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

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

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

.zi-1 {
  z-index: 1;
}

.zi-2 {
  z-index: 2;
}

.zi-3 {
  z-index: 3;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

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

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

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

.fs-24 {
  font-size: 24px;
}

.lh-15 {
  line-height: 15px;
}

.lh-20 {
  line-height: 20px;
}

.lh-21 {
  line-height: 21px;
}

.lh-24 {
  line-height: 24px;
}

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

.ls-16 {
  letter-spacing: 0.24px;
}

.ls-20 {
  letter-spacing: 0.3px;
}

.radius-4 {
  border-radius: 4px !important;
}

.radius-top-left-4 {
  border-top-left-radius: 4px !important;
}

.radius-top-right-4 {
  border-top-right-radius: 4px !important;
}

.radius-bottom-left-4 {
  border-bottom-left-radius: 4px !important;
}

.radius-bottom-right-4 {
  border-bottom-right-radius: 4px !important;
}

.radius-5 {
  border-radius: 5px !important;
}

.radius-top-left-5 {
  border-top-left-radius: 5px !important;
}

.radius-top-right-5 {
  border-top-right-radius: 5px !important;
}

.radius-bottom-left-5 {
  border-bottom-left-radius: 5px !important;
}

.radius-bottom-right-5 {
  border-bottom-right-radius: 5px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-top-left-10 {
  border-top-left-radius: 10px !important;
}

.radius-top-right-10 {
  border-top-right-radius: 10px !important;
}

.radius-bottom-left-10 {
  border-bottom-left-radius: 10px !important;
}

.radius-bottom-right-10 {
  border-bottom-right-radius: 10px !important;
}

.radius-16 {
  border-radius: 16px !important;
}

.radius-top-left-16 {
  border-top-left-radius: 16px !important;
}

.radius-top-right-16 {
  border-top-right-radius: 16px !important;
}

.radius-bottom-left-16 {
  border-bottom-left-radius: 16px !important;
}

.radius-bottom-right-16 {
  border-bottom-right-radius: 16px !important;
}

.text-blue {
  color: #3366FF;
}

.text-green {
  color: #2FC92C;
}

.text-black-onyx {
  color: #343A40;
}

.text-red {
  color: #FF3D71;
}

.text-black-auro-metal-saurus {
  color: #6C757D;
}

.text-black-dark-gunmetal {
  color: #212529;
}

.bg-blue {
  background-color: #3366FF;
}

.bg-orange {
  background-color: #FF8D06;
}

.bg-red {
  background-color: #FF3D71;
}

.bg-purple {
  background-color: #7964F5;
}

.bg-yellow {
  background-color: #EED23C;
}

.bg-gray {
  background-color: #6C757D;
}

.bg-green {
  background-color: #2FC92C;
}

.bg-white-lotion {
  background-color: #FAFAFA;
}

.bg-white-ghost {
  background-color: #F9F9F9;
}

.bg-black-auro-metal-saurus {
  background-color: #6C757D;
}

.bg-red-infra {
  background-color: #FF3D71;
}

.bg-white-cultured {
  background-color: #F5F5F5;
}

.bg-light-gray {
  background-color: #CDCDCD;
}

.bg-white-anti-flash {
  background-color: #F1F1F1;
}

.border-blue {
  border: 1px solid #3366FF;
}

.border-bottom-blue {
  border-bottom: 1px solid #3366FF;
}

.border-white-chinese-silver {
  border: 1px solid #CDCDCD;
}

.border-bottom-white-chinese-silver {
  border-bottom: 1px solid #CDCDCD;
}

.border-black-auro-metal-saurus {
  border: 1px solid #6C757D;
}

.border-bottom-black-auro-metal-saurus {
  border-bottom: 1px solid #6C757D;
}

.mt-6 {
  margin-top: 6px;
}

.bg-blue.hover:hover {
  background-color: #0040ff;
}

.bg-black-auro-metal-saurus.hover:hover {
  background-color: #545b62;
}

.text-blue.hover:hover {
  color: #0040ff;
}

p {
  font-family: "Montserrat", sans-serif;
}

/*-----------------------------------------------------------
	0. ANIAMTION Section CSS Start
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	0. ANIAMTION Section CSS End
-------------------------------------------------------------*/
#hero_area {
  z-index: -1000;
}

.hero_animation {
  position: absolute;
  opacity: 0.1;
  right: -10%;
  top: -20%;
  z-index: -1000;
}

/*-----------------------------------------------------------
	1. HEADER Section CSS Start
-------------------------------------------------------------*/
.main-header {
  position: relative;
  z-index: 99999;
}
.main-header .site-logo {
  padding-top: 4rem;
}
.main-header .main-navbar {
  padding-top: 4rem;
}
.main-header .main-navbar ul {
  padding: 0;
  margin: 0;
  padding-top: 1rem;
}
.main-header .main-navbar ul li a {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-right: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-header .main-navbar ul li a:hover {
  color: #1DBCFF;
}
.main-header .main-navbar ul li a .dropdown-toggle:after {
  content: "\f107";
}
.main-header .main-navbar ul li a.active {
  position: relative;
}
.main-header .main-navbar ul li a.active:before {
  position: absolute;
  content: "";
  background-color: #1DBCFF;
  top: -200%;
  left: 45%;
  width: 8px;
  height: 50px;
}
.main-header .main-navbar ul li ul li a {
  padding: 0.6rem;
  font-weight: 500;
}

.offcanvas-body .main-menu-nav {
  padding-top: 0rem;
}
.offcanvas-body .main-menu-nav ul {
  padding: 0;
  margin: 0;
  padding-top: 1rem;
}
.offcanvas-body .main-menu-nav ul li a {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-right: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-body .main-menu-nav ul li a:hover {
  color: #1DBCFF;
}
.offcanvas-body .main-menu-nav ul li a .dropdown-toggle:after {
  content: "\f107";
}
.offcanvas-body .main-menu-nav ul li a.active {
  position: relative;
}
.offcanvas-body .main-menu-nav ul li ul li a {
  padding: 0.6rem;
  font-weight: 500;
}

/*-----------------------------------------------------------
	1. HEADER Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	2. Footer Section CSS Start
-------------------------------------------------------------*/
.main-footer {
  margin-top: 3rem;
  z-index: 2;
  position: relative;
  background-color: #fff;
}
.main-footer .footer-top-border {
  padding-bottom: 8rem;
}
.main-footer .footer-top-border-item {
  min-width: 16.6666%;
  height: 18px;
}
.main-footer .footer-top-border-item-1 {
  background-color: #fff;
  width: auto;
}
.main-footer .footer-top-border-item-2 {
  background-color: #FFCB05;
  width: auto;
}
.main-footer .footer-top-border-item-3 {
  background-color: #1DBCFF;
  width: auto;
}
.main-footer .footer-top-border-item-4 {
  background-color: #002395;
  width: auto;
}
.main-footer .footer-top-border-item-5 {
  background-color: #EC008C;
  width: auto;
}
.main-footer .footer-top-border-item-6 {
  background-color: #7B0046;
  width: auto;
}
.main-footer .footer-top .footer-widget-title {
  font-weight: 700;
  font-size: 14px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}
.main-footer .footer-top .footer-widget-desc p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #444444;
}
.main-footer .footer-top .footer-widget-col-2 {
  margin-left: 5em;
}
.main-footer .footer-top .footer-widget-col-3 {
  margin-left: 7em;
}
.main-footer .footer-top .footer-widget-social ul {
  margin-top: 2rem;
}
.main-footer .footer-top .footer-widget-social ul li {
  margin-right: 1rem;
}
.main-footer .footer-top .footer-widget-social ul li a i {
  font-size: 32px;
  color: #002395;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-footer .footer-top .footer-widget-social ul li a:hover i {
  color: #1DBCFF;
  cursor: pointer;
}
.main-footer .footer-top .footer-widget-subscribe {
  margin-top: 2rem;
}
.main-footer .footer-top .footer-widget-subscribe form input[type=email] {
  padding: 6px 20px;
  min-height: 46px;
  border-radius: 3px;
  min-width: 80%;
  color: #444444;
  background-color: #FBFBFB;
  border: 1px solid #1DBCFF;
  font-family: "Montserrat", sans-serif;
}
.main-footer .footer-top .footer-widget-subscribe form input[type=email]::-webkit-input-placeholder {
  color: #444444;
}
.main-footer .footer-top .footer-widget-subscribe form input[type=email]::-moz-placeholder {
  color: #444444;
}
.main-footer .footer-top .footer-widget-subscribe form input[type=email]:-ms-input-placeholder {
  color: #444444;
}
.main-footer .footer-top .footer-widget-subscribe form input[type=email]::-ms-input-placeholder {
  color: #444444;
}
.main-footer .footer-top .footer-widget-subscribe form input[type=email]::placeholder {
  color: #444444;
}
.main-footer .footer-top .footer-widget-subscribe form input[type=submit] {
  border-radius: 3px;
  border: none;
  background-color: #002395;
  color: #fff;
  padding: 6px 20px;
  margin-left: -1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.main-footer .footer-top .footer-widget-contact {
  min-height: 115px;
}
.main-footer .footer-bottom {
  padding-top: 8rem;
  padding-bottom: 2rem;
}
.main-footer .footer-bottom-copyright {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-left: 5em;
  text-align: left;
}
.main-footer .footer-bottom-copyright p {
  margin-left: 0;
}
.main-footer .footer-bottom .footer-menu ul li a {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-left: 5em;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-footer .footer-bottom .footer-menu ul li a:hover {
  color: #1DBCFF;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}
.back-to-top i {
  font-size: 33px;
  color: #1DBCFF;
}

.main-footer-2 .footer-top-border {
  padding-bottom: 0rem;
}
.main-footer-2 .footer-signup {
  background-color: #002395;
  padding: 10rem 0;
  margin-bottom: 12rem;
  position: relative;
  padding-bottom: 5rem;
}
.main-footer-2 .footer-signup-content {
  z-index: 2;
  padding: 0 15rem;
  position: relative;
}
.main-footer-2 .footer-signup-content h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.main-footer-2 .footer-signup-content .footer-signup-btn {
  margin: 2rem 0;
  margin-top: 7rem;
  margin-bottom: 3rem;
}
.main-footer-2 .footer-signup-content .footer-signup-btn a {
  font-family: "Jost", sans-serif;
  background-color: #EC008C;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  padding: 0.5rem 5rem;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-footer-2 .footer-signup-content .footer-signup-btn a:hover {
  background-color: #1DBCFF;
}
.main-footer-2 .footer-signup-content h5 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.main-footer-2 .footer-signup .footer_bottom_animation {
  position: absolute;
  z-index: 1;
  bottom: -8rem;
}
.main-footer-2 .footer-signup-2 {
  background: radial-gradient(#5553A5, #191E3D);
}
.main-footer-2 .footer-signup-2 .footer-signup-content {
  z-index: 2;
  padding: 0 2rem;
  position: relative;
}
.main-footer-2 .footer-signup-2 .footer-signup-content h1 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFCB05;
  font-size: 3.125rem;
}
.main-footer-2 .footer-signup-2 .footer-signup-content p {
  font-size: 2.5rem;
}
.main-footer-2 .footer-signup-2 .footer-signup-content .footer-signup-btn-yellow a {
  font-family: "Jost", sans-serif;
  background-color: #FFCB05;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  padding: 0.5rem 5rem;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-footer-2 .footer-signup-2 .footer-signup-content .footer-signup-btn-yellow a:hover {
  background-color: #1DBCFF;
}

/*-----------------------------------------------------------
	2. Footer Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	3. HOME PAGE Banner Section CSS Start
-------------------------------------------------------------*/
.dh-button {
  border-radius: 50px;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  text-align: center;
}

.pink-button-fill {
  background-color: #EC008C;
  border: 3px solid #EC008C;
  color: #fff;
  padding: 1.3rem 4rem;
  letter-spacing: 1px;
}
.pink-button-fill:hover {
  color: #fff;
  background-color: #1DBCFF;
  border-color: #1DBCFF;
}

.pink-button-outline {
  background-color: transparent;
  border: 3px solid #EC008C;
  color: #EC008C;
  padding: 1.3rem 4rem;
  letter-spacing: 1px;
}
.pink-button-outline:hover {
  color: #fff;
  background-color: #1DBCFF;
  border-color: #1DBCFF;
}

.banner-section {
  padding-bottom: 4rem;
  min-height: 80vh;
  z-index: 1;
}
.banner-section-main-text {
  padding-top: 6rem;
  text-align: left;
}
.banner-section-main-text h1 {
  color: #000;
  font-weight: 700;
  font-size: 190px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  line-height: 0.8;
  padding: 0;
  margin: 0;
}
.banner-section-main-text h1 sup {
  font-size: 46px;
  font-size: 46px;
  left: -80px;
  top: -94px;
}
.banner-section-bottom-text {
  margin-top: 8rem;
  margin-left: 15px;
}
.banner-section-bottom-text h2 {
  color: #000;
  font-weight: 500;
  letter-spacing: 4px;
  font-size: 32px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}
.banner-section-bottom-text .banner-section-buttons {
  margin-top: 2rem;
}
.banner-section-bottom-text .banner-section-buttons a {
  min-width: 320px;
  margin-right: 2rem;
}

/*-----------------------------------------------------------
	3. HOME PAGE Banner Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	4. Welcome Section CSS Start
-------------------------------------------------------------*/
.welcome {
  background-color: #000;
  padding: 10rem 0;
}
.welcome-desc h1 {
  font-family: "Jost", sans-serif;
  font-size: 46px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.welcome-desc p {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  text-align: center;
  width: 800px;
  margin: 0px auto;
}

/*-----------------------------------------------------------
	4. Welcome Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	5. Tools Section CSS Start
-------------------------------------------------------------*/
.tools-services {
  padding: 10rem 0;
  position: relative;
  z-index: 3;
}
.tools-services:before {
  position: absolute;
  content: "";
  background-image: url("../img/robot-side.png");
  left: -80px;
  bottom: 174px;
  width: 800px;
  height: 400px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.tools-services-section {
  border: 8px solid #000;
  background-color: #fff;
  -webkit-box-shadow: 0px 95px 130px white;
          box-shadow: 0px 95px 130px white;
}
.tools-services-section-title {
  margin-left: 3rem;
}
.tools-services-section-title .animated-title {
  padding: 5rem;
  position: relative;
  margin-top: 4rem;
}
.tools-services-section-title .animated-title h1 {
  color: #000;
  font-weight: 700;
  font-size: 190px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  line-height: 0.8;
  padding: 0;
  margin: 0;
}
.tools-services-section-title .animated-title .power_animation {
  min-width: auto;
  left: 1%;
  position: absolute;
  top: -28%;
}
.tools-services-section-title .animated-title-1 {
  text-transform: uppercase;
}
.tools-services-section-title .animated-title-2 {
  margin-left: 8rem !important;
}
.tools-services-section-title h3 {
  padding: 5rem;
  padding-top: 0;
  font-weight: 700;
  font-size: 46px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-left: 1rem;
}
.tools-services-section-services {
  margin-top: 2rem;
}
.tools-services-section-services ul {
  margin: 0;
  padding: 0;
  margin-bottom: 3rem;
  overflow-x: visible;
  min-width: 1600px;
  max-height: 265px;
  overflow-y: scroll !important;
  background-color: transparent;
}
.tools-services-section-services ul ::-webkit-scrollbar-track {
  background: transparent !important;
  border-radius: 10px;
}
.tools-services-section-services ul ::-webkit-scrollbar-thumb {
  background: transparent !important;
  border-radius: 10px;
}
.tools-services-section-services ul li {
  padding: 4rem;
  padding-left: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.tools-services-section-services ul li .service-item-img {
  width: auto;
}
.tools-services-section-services ul li .service-item-desc {
  margin-left: 3rem;
}
.tools-services-section-services ul li .service-item-desc h1 {
  font-weight: 700;
  font-size: 64px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}
.tools-services-section-services ul li .service-item-desc h4 {
  font-weight: 500;
  font-size: 20px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin-left: 8px;
  margin-top: -1rem;
}
.tools-services-section-services ul li:first-child {
  background-color: #1DBCFF;
}
.tools-services-section-services ul li:first-child .service-item-desc {
  margin-left: 3rem;
}
.tools-services-section-services ul li:first-child .service-item-desc h1 {
  color: #000 !important;
}
.tools-services-section-services ul li:nth-child(2) {
  background-color: #002395 !important;
}
.tools-services-section-services ul li:nth-child(2) .service-item-desc {
  margin-left: 3rem;
}
.tools-services-section-services ul li:nth-child(2) .service-item-desc h1 {
  color: #FFCB05;
}
.tools-services-section-services ul li:nth-child(3) {
  background-color: #1D1E39;
}
.tools-services-section-services ul li:nth-child(3) .service-item-desc {
  margin-left: 3rem;
}
.tools-services-section-services ul li:nth-child(3) .service-item-desc h1 {
  color: #A1C6E9;
}
.tools-services-section-services ul li:nth-child(4) {
  background-color: #FFCB05;
}
.tools-services-section-services ul li:nth-child(4) .service-item-desc {
  margin-left: 3rem;
}
.tools-services-section-services ul li:nth-child(4) .service-item-desc h1 {
  color: #000;
}
.tools-services-section-services ul li:nth-child(5) {
  background-color: #7B0046;
}
.tools-services-section-services ul li:nth-child(5) .service-item-desc {
  margin-left: 3rem;
}
.tools-services-section-services ul li:nth-child(5) .service-item-desc h1 {
  color: #FFCB05;
}
.tools-services-section-services ul li:nth-child(6) {
  background-color: #EC008C;
}
.tools-services-section-services ul li:nth-child(6) .service-item-desc {
  margin-left: 3rem;
}
.tools-services-section-services ul li:nth-child(6) .service-item-desc h1 {
  color: #FF8BC1;
}
.tools-services-section-services ul li:nth-child(7) {
  background-color: #FFACDD;
}
.tools-services-section-services ul li:nth-child(7) .service-item-desc {
  margin-left: 3rem;
}
.tools-services-section-services ul li:nth-child(7) .service-item-desc h1 {
  color: #7B0046;
}
.tools-services-section-services ul li:nth-child(8) {
  background-color: #fff;
}
.tools-services-section-services ul li:nth-child(8) .service-item-desc {
  margin-left: 3rem;
}
.tools-services-section-services ul li:nth-child(8) .service-item-desc h1 {
  color: #000;
}
.tools-services-section-services ul li:nth-child(8) .service-item-desc h4 {
  color: #9B9B9B;
}
.tools-services-section-services ul li:nth-child(9) {
  background-color: #000;
}
.tools-services-section-services ul li:nth-child(9) .service-item-desc {
  margin-left: 3rem;
}
.tools-services-section-services ul li:nth-child(9) .service-item-desc h1 {
  color: #fff;
}
.tools-services-section-services ul li:nth-child(9) .service-item-desc h4 {
  color: #9B9B9B;
}

.dh-tools-services {
  background-color: #F2F2F2;
  padding: 10rem 0;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px 95px 130px white;
          box-shadow: 0px 95px 130px white;
}
.dh-tools-services-title {
  margin-bottom: 5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dh-tools-services-title h1 {
  font-weight: 700;
  font-size: 12.5rem;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: -12px;
}
.dh-tools-services-title span {
  font-weight: 700;
  font-size: 2.875rem;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 0.8;
  margin-top: 3rem;
  text-align: left;
}
.dh-tools-services .dh-all-tools {
  padding: 0 8rem;
}
.dh-tools-services .single-dh-tool {
  padding-bottom: 5rem;
}
.dh-tools-services .single-dh-tool-icon img {
  min-width: 62px;
  height: auto;
}
.dh-tools-services .single-dh-tool-desc {
  margin-left: 2rem;
}
.dh-tools-services .single-dh-tool-desc h3 {
  margin-bottom: 0;
  font-size: 1.7rem;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.dh-tools-services .single-dh-tool-desc p {
  margin-bottom: 0;
  font-size: 1rem;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  padding-right: 8rem;
}

/*-----------------------------------------------------------
	5. Tools Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	6. Next Level Section CSS Start
-------------------------------------------------------------*/
.next-level-desc {
  padding-bottom: 20rem;
}
.next-level-desc .globe_animation {
  opacity: 0.2;
  margin-left: 0%;
  margin-top: -50%;
  z-index: -1000;
}
.next-level-desc-data {
  margin-top: -50%;
  background-color: rgba(255, 255, 255, 0.7882352941);
  padding: 1rem 0;
  opacity: 1;
  position: relative;
}
.next-level-desc-data h3 {
  font-weight: 700;
  font-size: 30px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.next-level-desc-data h1 {
  font-weight: 700;
  font-size: 160px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-top: -2rem;
}
.next-level-desc-data p {
  font-weight: 400;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  width: 800px;
  margin: 0px auto;
  display: block;
  min-height: 140px;
  line-height: 1.5;
  margin-bottom: 5rem;
}
.next-level-desc-data .next-level-btn a {
  padding: 1rem 5rem;
}

/*-----------------------------------------------------------
	6. Next Level Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	7. Focus Section CSS Start
-------------------------------------------------------------*/
.focus {
  padding: 12rem 0;
  background-image: url("../img/focus-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.focus .blink_animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  margin-top: 3rem;
}
.focus-top {
  padding: 10rem 5rem;
  position: relative;
  z-index: 1;
}
.focus-top:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  z-index: -1;
}
.focus-top .focus-title {
  margin-right: 15rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.focus-top .focus-title h1 {
  text-transform: uppercase;
  font-size: 130px;
  line-height: 0.8;
}
.focus-top .focus-title h3 {
  text-transform: uppercase;
  font-size: 130px;
  line-height: 0.8;
}
.focus-top .focus-title h4 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 0.9;
  margin-top: 3rem;
  max-width: 180px;
}
.focus-top .focus-desc {
  margin-right: 15rem;
  margin-top: 1rem;
}
.focus-top .focus-desc p {
  font-size: 18px;
  font-weight: 500;
}
.focus-bottom {
  padding: 10rem 5rem;
  position: relative;
  z-index: 1;
}
.focus-bottom:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  z-index: -1;
}
.focus-bottom .focus-title {
  margin-right: 6rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.focus-bottom .focus-title h1 {
  text-transform: uppercase;
  font-size: 130px;
  line-height: 0.8;
}
.focus-bottom .focus-title h3 {
  text-transform: uppercase;
  font-size: 130px;
  line-height: 0.8;
}
.focus-bottom .focus-title h4 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 0.9;
  margin-top: 6rem;
  max-width: 230px;
}
.focus-bottom .focus-desc {
  margin-right: 15rem;
  margin-top: 1rem;
}
.focus-bottom .focus-desc p {
  font-size: 18px;
  font-weight: 500;
}
.focus-middle {
  padding: 11rem 0;
  position: relative;
}
.focus-middle .focus-title {
  text-align: center;
  color: #fff;
}
.focus-middle .focus-title h1 {
  text-transform: uppercase;
  font-size: 160px;
  line-height: 0.8;
}
.focus-middle .focus-title h4 {
  text-transform: uppercase;
  font-size: 50px;
}
.focus-middle .focus-title p {
  font-size: 28px;
  text-align: center;
}
.focus-btn {
  position: relative;
  z-index: 4;
  margin-top: -1rem;
}
/*-----------------------------------------------------------
	7. Focus Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	8. Success Section CSS Start
-------------------------------------------------------------*/
.success {
  padding: 15rem 0;
}
.success-desc h3 {
  font-size: 47px;
  font-weight: 700;
  letter-spacing: 3px;
}
.success-desc h1 {
  font-size: 150px;
  font-weight: 700;
}
.success-desc .success_animation {
  margin: 0px auto;
  margin-top: -10%;
}

/*-----------------------------------------------------------
	8. Success Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	9. Testimonials Section CSS Start
-------------------------------------------------------------*/
.testimonial {
  background-color: #F1F1F1;
  padding: 8rem 0;
}
.testimonial-desc {
  display: block;
}
.testimonial-desc-stars {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial-desc-data h1 {
  margin: 1rem 0;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.testimonial-desc-data p {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5;
  color: #131313;
  padding: 0 4rem;
}

/*-----------------------------------------------------------
	9. Testimonials Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	10. Review Section CSS Start
-------------------------------------------------------------*/
.review {
  padding-bottom: 15rem;
}
.review .swiper {
  margin-top: -4rem;
}
.review .swiper-wrapper {
  max-width: 100%;
}
.review .swiper-slide {
  width: auto;
}
.review .single-review {
  padding: 0 1rem;
}
.review .single-review-person-img {
  margin-bottom: 1rem;
}
.review .single-review-quote {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.review .single-review-quote-icon {
  font-weight: 700;
  font-size: 64px;
  font-family: "Jost", sans-serif;
  color: #1DBCFF;
}
.review .single-review-title {
  font-weight: 700;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
}
.review-btn {
  margin-top: 4rem;
}

/*-----------------------------------------------------------
	10. Review Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	11. Logo Grid Section CSS Start
-------------------------------------------------------------*/
.logo-grid {
  margin: 5rem 0;
  margin-bottom: 8rem;
}

.all-logo ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.all-logo ul li {
  max-width: 20%;
  min-width: 20%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  padding: 2rem;
}

/*-----------------------------------------------------------
	11. Logo Grid Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	12. About Hero Banner Section CSS Start
-------------------------------------------------------------*/
.about-hero-banner {
  padding-top: 8rem;
  padding-bottom: 3rem;
}
.about-hero-banner-main .banner-section-main-text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-hero-banner-main .banner-section-main-text .small-letter {
  font-size: 3.75rem;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.about-hero-banner-main .banner-section-main-text h1 {
  position: relative;
  line-height: 0.6;
}
.about-hero-banner-main .banner-section-main-text h1 lottie-player {
  position: absolute;
  left: -22%;
  top: -82%;
}
.about-hero-banner-main .banner-section-main-img {
  position: relative;
}
.about-hero-banner-main .banner-section-main-img img {
  min-width: 1073px;
  position: absolute;
  right: -48rem;
  margin-top: -3rem;
}
.about-hero-banner-text p {
  padding-top: 4rem;
  font-size: 1.125rem;
}

.about-success {
  position: relative;
  margin-top: -14rem;
}
.about-success-text h3 {
  font-size: 46px;
  text-transform: uppercase;
}
.about-success-text h1 {
  font-size: 150px;
  text-transform: uppercase;
  line-height: 0.9;
}
.about-success-points-row {
  padding-top: 12rem;
  margin-top: -6rem;
  position: relative;
}
.about-success-points-row:before {
  position: absolute;
  content: "";
  background-color: #1DBCFF;
  min-height: 105%;
  width: 8px;
  top: -2rem;
  left: -4rem;
}
.about-success-points-row .about-success-points-single {
  cursor: pointer;
  padding-right: 5rem;
}
.about-success-points-row .about-success-points-single h2 {
  text-transform: uppercase;
  font-size: 5rem;
  margin-bottom: 0;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about-success-points-row .about-success-points-single h2:hover {
  color: #1DBCFF;
}
.about-success-points-row .about-success-points-single h1 {
  font-size: 5rem;
  text-transform: uppercase;
  color: #000;
  margin-top: -1rem;
}
.about-success-points-row .about-success-points-single p {
  font-size: 1.125rem;
  font-weight: 400;
}
.about-success-points-row .about-success-points-single-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  vertical-align: middle;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  min-height: 100%;
}

.about-core-values {
  padding-top: 15rem;
}
.about-core-values-data {
  text-align: center;
  border: 8px solid #000;
  padding: 4rem 13rem;
}
.about-core-values-data h3 {
  font-size: 2.875rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.about-core-values-data h1 {
  font-size: 9.375rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.about-core-values-data h2 {
  font-size: 2.875rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.about-core-values-data p {
  font-size: 1.5rem;
  margin-top: 3rem;
  line-height: 1.3;
}

.about-fun-facts {
  background-color: #000;
  margin-top: -1rem;
  padding: 6rem 0;
}
.about-fun-facts .about-fun-fact-single {
  margin-bottom: 6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about-fun-facts .about-fun-fact-single .aff-title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-fun-facts .about-fun-fact-single .aff-title h2 {
  font-size: 3.5rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
.about-fun-facts .about-fun-fact-single .aff-title img {
  margin-top: -0.5rem;
  width: 80px;
  height: auto;
}
.about-fun-facts .about-fun-fact-single .aff-desc {
  margin-left: 2rem;
  margin-top: 2rem;
}
.about-fun-facts .about-fun-fact-single .aff-desc-icon {
  width: 80px;
}
.about-fun-facts .about-fun-fact-single .aff-desc-icon i {
  font-size: 30px;
  color: #fff;
}
.about-fun-facts .about-fun-fact-single .aff-desc-details {
  margin-left: 1.5rem;
}
.about-fun-facts .about-fun-fact-single .aff-desc-details p {
  font-size: 24px;
  font-weight: 500;
  color: #7B7B7B;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about-fun-facts .about-fun-fact-single:hover {
  cursor: pointer;
}
.about-fun-facts .about-fun-fact-single:hover .aff-desc-details p {
  color: #fff;
}

.about-join-team {
  margin-top: -1rem;
}
.about-join-team-desc {
  text-align: center;
  border: 8px solid #000;
  padding: 4rem 10rem;
  padding-bottom: 0;
}
.about-join-team-desc h3 {
  font-size: 2.875rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.about-join-team-desc h1 {
  font-size: 9.375rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.about-join-team-desc h2 {
  font-size: 2.875rem;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 3rem;
  margin-bottom: 6rem;
}
.about-join-team-desc p {
  font-size: 1.5rem;
  margin-top: 3rem;
  line-height: 1.3;
}
.about-join-team-desc-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-join-team-desc-cta a {
  position: absolute;
  padding: 1.1rem 5rem;
  margin-top: -2rem;
}

.about-result {
  margin-top: 15rem;
}
.about-result-left {
  margin-left: 8rem;
  padding-bottom: 1.5rem;
}
.about-result-left h3 {
  font-size: 2.875rem;
}
.about-result-left h2 {
  font-size: 9.375rem;
  margin-bottom: 0;
  line-height: 0.8;
}
.about-result-right {
  margin-right: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  vertical-align: bottom;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 100%;
  padding-bottom: 1.5rem;
}
.about-result-right ul {
  margin: 0;
  padding: 0;
}
.about-result-right ul li {
  text-align: right;
  margin-bottom: 1.5rem;
}
.about-result-right ul li span {
  font-size: 2.875rem;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}
.about-result-right ul li:last-child {
  margin-bottom: 0;
}
.about-result-final {
  margin: 0 8rem;
  border-top: 4px solid #000;
}
.about-result-final h2 {
  text-align: right;
  font-size: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 1rem;
}

.about-client-first {
  padding: 8rem 0;
  background-image: url("../img/robot-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: none;
  margin: 12rem 0;
}
.about-client-first-left {
  padding: 3rem;
}
.about-client-first-left-row {
  background-color: rgba(51, 51, 51, 0.4784313725);
}
.about-client-first-left h3 {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.about-client-first-left h1 {
  font-size: 7rem;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  line-height: 0.8;
  color: #fff;
}
.about-client-first-right {
  padding: 3rem;
}
.about-client-first-right-row {
  background-color: #fff;
}
.about-client-first-right p {
  line-height: 1.6;
}

.about-approach-top {
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
}
.about-approach-top h1 {
  font-size: 180px;
  text-transform: uppercase;
  line-height: 0.9;
}
.about-approach-top h3 {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-top: -120px;
  padding: 2px;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  letter-spacing: 3px;
}
.about-approach-bottom {
  text-align: center;
}
.about-approach-bottom-single {
  margin-bottom: 2rem;
}
.about-approach-bottom-single h1 {
  font-size: 5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.about-approach-bottom-single p {
  font-size: 1.125rem;
}

.about-solutions {
  background-color: #000;
  padding: 10rem 20rem;
  margin-top: 15rem;
}
.about-solutions-desc {
  text-align: center;
  z-index: 2;
  position: relative;
}
.about-solutions-desc p {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  margin-bottom: 6rem;
}

.about_solutions_animation {
  margin: 0px auto;
  margin-top: -50rem;
  width: 100%;
  z-index: 1;
  position: relative;
  opacity: 0.3;
}

.about-contact {
  margin-bottom: -18rem;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.about-contact-desc {
  text-align: center;
  margin-bottom: 8rem;
}
.about-contact-desc lottie-player {
  display: block;
  margin: 0px auto;
}
.about-contact-desc h3 {
  font-size: 2.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -200px;
}
.about-contact-desc p {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 2rem 4rem;
  margin-bottom: 5rem;
}
.about-contact-desc a {
  padding: 1rem 5rem;
}

/*-----------------------------------------------------------
	12. About Hero Banner Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	13. Join Section CSS Start
-------------------------------------------------------------*/
.about-hero-banner-main .banner-section-main-text.join-section-main-text {
  padding-top: 2rem;
}
.about-hero-banner-main .banner-section-main-text.join-section-main-text h1 {
  line-height: 0.8;
}

.about-hero-banner-text.join-hero-banner-text {
  padding-top: 3rem;
}
.about-hero-banner-text.join-hero-banner-text h3 {
  font-size: 2.875rem;
  text-transform: uppercase;
}
.about-hero-banner-text.join-hero-banner-text p {
  padding-top: 1rem;
}

.join_team_animation {
  position: absolute;
  top: -2rem;
  right: -60rem;
}

.jt-opportunity-title {
  margin-top: 8rem;
}
.jt-opportunity-title h1 {
  font-size: 8.75rem;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -5px;
}

.jt-opportunity {
  background-color: #000;
  padding: 6rem 0;
  margin-top: -1.5rem;
}
.jt-opportunity-desc h3 {
  font-size: 2.875rem;
  text-transform: uppercase;
  color: #fff;
  padding-right: 18rem;
}
.jt-opportunity-desc-left {
  margin-top: 5rem;
}
.jt-opportunity-desc-left ul li span {
  position: relative;
  font-size: 2rem;
  color: #fff;
  padding-bottom: 2rem;
  display: block;
}
.jt-opportunity-desc-left ul li span:before {
  position: absolute;
  content: "";
  background-color: #1DBCFF;
  left: -32rem;
  bottom: 1rem;
  width: 100%;
  height: 3px;
}
.jt-opportunity-desc-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: bottom;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 100%;
}
.jt-opportunity-desc-right p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  padding-left: 3.5rem;
  line-height: 1.6;
}
.jt-opportunity-desc-right p a {
  text-decoration: underline;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.jt-opportunity-desc-right p a:hover {
  color: #1DBCFF;
}

.why-work-dh {
  background-image: url("../img/robot-group.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0;
}
.why-work-dh .container {
  background-color: rgba(255, 255, 255, 0.6117647059);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  padding: 6rem;
}
.why-work-dh-desc {
  text-align: left;
}
.why-work-dh-desc h1 {
  font-size: 8.75rem;
  color: #000;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -6px;
}
.why-work-dh-para {
  margin-top: 3rem;
}
.why-work-dh-para p {
  font-size: 22px;
  color: #444;
  line-height: 1.5;
  padding-right: 2rem;
}

.how-to-apply {
  padding: 14rem 0;
  padding-bottom: 0rem;
}
.how-to-apply-desc {
  position: relative;
  z-index: 3;
  border: 8px solid #000;
}
.how-to-apply-desc-top {
  padding: 1rem 0;
  border-bottom: 8px solid #000;
}
.how-to-apply-desc-top h1 {
  text-align: center;
  font-size: 8.75rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}
.how-to-apply-desc-bottom .single-apply-block {
  min-width: 33.3333%;
  border-left: 8px solid #000;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.how-to-apply-desc-bottom .single-apply-block p {
  padding: 2rem 3rem;
  font-size: 1.375rem;
  line-height: 1.5;
}
.how-to-apply-desc-bottom .single-apply-block p a {
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.how-to-apply-desc-bottom .single-apply-block p a:hover {
  color: #1DBCFF;
}
.how-to-apply-desc-bottom .single-apply-block:first-child {
  border-left: 0;
}
.how-to-apply-desc-bottom .single-apply-block:hover {
  background-color: #000;
}
.how-to-apply-desc-bottom .single-apply-block:hover p {
  color: white;
}
.how-to-apply-desc-bottom .single-apply-block:hover p a {
  color: #fff;
}

.question_animation {
  position: relative;
  z-index: 1;
  margin-top: -57rem;
  opacity: 0.1;
}

.apply-now {
  margin-top: -8rem;
  margin-bottom: 20rem;
}
.apply-now-desc h1 {
  font-size: 4.375rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.apply-now-block {
  margin-top: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apply-now-block h3 {
  margin-bottom: 0;
  padding-left: 2rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}

.apply-now-form {
  background-color: #F1F1F1;
  padding: 8rem 0;
}
.apply-now-form-title h1 {
  font-size: 8.75rem;
  text-transform: uppercase;
}
.apply-now-form-main form {
  margin-top: 2rem;
}
.apply-now-form-main form .form-container {
  padding-bottom: 1rem;
}
.apply-now-form-main form .form-container input, .apply-now-form-main form .form-container select, .apply-now-form-main form .form-container textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  line-height: 1.6;
  font-size: 1.125rem;
  padding: 1rem;
}
.apply-now-form-main form .form-container input::-webkit-input-placeholder, .apply-now-form-main form .form-container select::-webkit-input-placeholder, .apply-now-form-main form .form-container textarea::-webkit-input-placeholder {
  color: #000;
}
.apply-now-form-main form .form-container input::-moz-placeholder, .apply-now-form-main form .form-container select::-moz-placeholder, .apply-now-form-main form .form-container textarea::-moz-placeholder {
  color: #000;
}
.apply-now-form-main form .form-container input:-ms-input-placeholder, .apply-now-form-main form .form-container select:-ms-input-placeholder, .apply-now-form-main form .form-container textarea:-ms-input-placeholder {
  color: #000;
}
.apply-now-form-main form .form-container input::-ms-input-placeholder, .apply-now-form-main form .form-container select::-ms-input-placeholder, .apply-now-form-main form .form-container textarea::-ms-input-placeholder {
  color: #000;
}
.apply-now-form-main form .form-container input::placeholder, .apply-now-form-main form .form-container select::placeholder, .apply-now-form-main form .form-container textarea::placeholder {
  color: #000;
}
.apply-now-form-main form .form-container select {
  background-color: rgba(0, 0, 0, 0.0666666667);
}
.apply-now-form-main form .form-container .form-submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EC008C;
  color: #fff;
  border: 2px solid #EC008C;
  border-radius: 50px;
  width: 300px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.375rem;
}
.apply-now-form-main form .form-container .form-submit:hover {
  background-color: transparent;
  color: #EC008C;
}

.thank-you-section {
  padding: 14rem 0;
  padding-bottom: 0;
}
.thank-you-section-desc {
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: -20rem;
}
.thank-you-section-desc h1 {
  font-size: 5rem;
  text-transform: uppercase;
}
.thank-you-section-desc p {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 5rem;
}
.thank-you-section .thankyou_animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  margin: 0px auto;
  margin-top: -20rem;
}

/*-----------------------------------------------------------
	13. Join Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	14. MEMEBER Section CSS Start
-------------------------------------------------------------*/
.banner-section.about-hero-banner.team-banner {
  min-height: auto;
}

.team-members {
  margin-bottom: 30rem;
  padding-top: 2rem;
}
.team-members .member-details {
  overflow: hidden;
  margin-bottom: 5rem;
}
.team-members .member-details-top {
  overflow: hidden;
  width: 100%;
  height: 400px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.team-members .member-details-top img {
  min-width: 100% !important;
  height: auto;
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team-members .member-details-top:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.team-members .member-details-bottom {
  margin-top: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team-members .member-details-bottom .member-name-position .m-name h1 {
  font-size: 1.875rem;
  text-transform: uppercase;
  line-height: 0.5;
  color: #000;
}
.team-members .member-details-bottom .member-name-position .m-position {
  padding-top: 8px;
}
.team-members .member-details-bottom .member-name-position .m-position p {
  font-size: 1.125rem;
  color: #444444;
}
.team-members .member-details-bottom .member-social ul li {
  margin-right: 0.5rem;
}
.team-members .member-details-bottom .member-social ul li a i {
  color: #1DBCFF;
  font-size: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team-members .member-details-bottom .member-social ul li a:hover i {
  color: #002395;
}
.team-members .member-details-bottom .member-social ul li:last-child {
  margin-right: 0;
}

/*-----------------------------------------------------------
	14. MEMEBER Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	15. Our Portfolio Section CSS Start
-------------------------------------------------------------*/
.creative-portfolio {
  max-height: 500px;
  background-color: #f4f4f4;
  overflow-x: scroll;
}
.creative-portfolio .creative-portfolio-item {
  min-height: 500px;
}
.creative-portfolio .creative-portfolio-item-left {
  min-height: 500px;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}
.creative-portfolio .creative-portfolio-item-center {
  min-height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.creative-portfolio .creative-portfolio-item-center .portfolio-item-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.creative-portfolio .creative-portfolio-item-center .portfolio-item-title h1 {
  font-size: 1.75rem;
  padding: 1rem 2rem;
  margin-top: 3rem;
}
.creative-portfolio .creative-portfolio-item-right {
  min-height: 500px;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.all-portfolio {
  margin-bottom: 30rem;
  padding-top: 2rem;
  background-color: #fff;
  z-index: 4;
  position: relative;
  /* ---- button-group ---- */
  /* ---- isotope ---- */
  /* clear fix */
  /* ---- .element-item ---- */
}
.all-portfolio .filter-items {
  margin: 4rem 0;
}
.all-portfolio .filter-items ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all-portfolio .filter-items ul li a {
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #000;
  padding: 8px 20px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.all-portfolio .filter-items ul li a:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
  cursor: pointer;
}
.all-portfolio .filter-items ul li.active a {
  background-color: #000;
  color: #fff;
}
.all-portfolio .portfolio-details {
  overflow: hidden;
  margin-bottom: 0rem;
  margin-bottom: 5rem;
}
.all-portfolio .portfolio-details-top {
  overflow: hidden;
  width: 100%;
  height: 400px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.all-portfolio .portfolio-details-top img {
  min-width: 100% !important;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.all-portfolio .portfolio-details-bottom {
  margin-top: 2rem;
  padding-right: 5rem;
}
.all-portfolio .portfolio-details-bottom h1 {
  font-size: 1.875rem;
  text-transform: uppercase;
  line-height: 1;
  color: #000;
}
.all-portfolio .portfolio-details-bottom p {
  font-size: 1.125rem;
  color: #444444;
}
.all-portfolio .button {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #FFF;
  border: none;
  border-radius: 50px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
  font-size: 16px;
  cursor: pointer;
}
.all-portfolio .button-group .button {
  float: left;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 1px;
}
.all-portfolio .button:hover {
  background-color: #1DBCFF;
  color: #fff;
}
.all-portfolio .button:active,
.all-portfolio .button.is-checked {
  background-color: #000;
  border-radius: 50px;
}
.all-portfolio .button.is-checked {
  color: white;
  border-radius: 50px;
}
.all-portfolio .button:active {
  border-radius: 50px;
}
.all-portfolio .button-group:after {
  content: "";
  display: block;
  clear: both;
}
.all-portfolio .grid {
  border: none;
}
.all-portfolio .grid:after {
  content: "";
  display: block;
  clear: both;
}
.all-portfolio .element-item {
  margin-bottom: 3rem;
}
.all-portfolio .element-item > * {
  margin: 0;
  padding: 0;
}

.portfolio-next-level {
  margin-top: -20rem;
}
.portfolio-next-level .next-level-desc {
  padding-bottom: 15rem;
}

.single-portfolio .about-hero-banner {
  padding-top: 3rem;
  padding-bottom: 0;
}
.single-portfolio .about-hero-banner-main .single-portfolio-title h1 {
  font-size: 7.5rem;
}
.single-portfolio .all-portfolio {
  margin-bottom: 0;
}
.single-portfolio .all-portfolio .filter-items {
  margin: 1rem 0;
}
.single-portfolio .single-img-large {
  min-height: 1280px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-portfolio .dual-img {
  min-height: 1280px;
}
.single-portfolio .dual-img-1 {
  min-height: 640px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-portfolio .dual-img-2 {
  min-height: 640px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-portfolio .project-details {
  background-color: rgba(228, 228, 228, 0.55);
  padding: 4rem;
  position: relative;
  margin-top: -5rem;
  margin-bottom: 10rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.single-portfolio .project-details .project-desc-title h1 {
  margin-bottom: 2rem;
  display: block;
  font-size: 4.375rem;
}
.single-portfolio .project-details .project-desc-details-left {
  margin-right: 2rem;
}
.single-portfolio .project-details .project-desc-details-left p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.single-portfolio .project-details .project-desc-details-right {
  margin-left: 2rem;
}
.single-portfolio .project-details .project-desc-details-right p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.single-portfolio .project-details .project-share {
  margin-top: 4rem;
}
.single-portfolio .project-details .project-share ul li {
  margin-right: 1rem;
}
.single-portfolio .project-details .project-share ul li a i {
  color: #1DBCFF;
  font-size: 1.625rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-portfolio .project-details .project-share ul li a:hover i {
  color: #000;
}
.single-portfolio .project-details .project-link {
  position: absolute;
  right: 4rem;
  bottom: -0.5rem;
}
.single-portfolio .project-details .project-link a {
  padding: 0.8rem 4rem;
  font-size: 1.375rem;
}
.single-portfolio .related-work-title {
  margin-bottom: 2rem;
}
.single-portfolio .related-work-swiper {
  position: relative;
}
.single-portfolio .related-work-swiper .portfolio-details {
  overflow: hidden;
  margin-bottom: 0rem;
  margin-bottom: 5rem;
}
.single-portfolio .related-work-swiper .portfolio-details-top {
  overflow: hidden;
  width: 100%;
  height: 400px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.single-portfolio .related-work-swiper .portfolio-details-top img {
  min-width: 100% !important;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-portfolio .related-work-swiper .portfolio-details-bottom {
  margin-top: 0rem;
  padding-right: 5rem;
}
.single-portfolio .related-work-swiper .portfolio-details-bottom h1 {
  font-size: 1.875rem;
  text-transform: uppercase;
  line-height: 1;
  color: #000;
}
.single-portfolio .related-work-swiper .portfolio-details-bottom p {
  font-size: 1.125rem;
  color: #444444;
}
.single-portfolio .related-work-swiper:before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.75);
  /* color: rgb(0, 0, 0); */
  width: 100px;
  height: 100%;
  left: 0rem;
  top: 0px;
  z-index: 99;
  -webkit-box-shadow: 2px -1px 20px 20px rgba(255, 255, 255, 0.75);
          box-shadow: 2px -1px 20px 20px rgba(255, 255, 255, 0.75);
}
.single-portfolio .related-work-swiper:after {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.75);
  /* color: rgb(0, 0, 0); */
  width: 100px;
  height: 100%;
  right: 0rem;
  top: 0px;
  z-index: 99;
  -webkit-box-shadow: 2px -1px 20px 20px rgba(255, 255, 255, 0.75);
          box-shadow: 2px -1px 20px 20px rgba(255, 255, 255, 0.75);
}

/*-----------------------------------------------------------
	15. Our Portfolio Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	16. Contact Page Section CSS Start
-------------------------------------------------------------*/
.contact-us-top {
  padding-top: 2rem;
}
.contact-us-top-left {
  background-color: #F1F1F1;
  padding: 2rem;
}
.contact-us-top-left form {
  margin-top: 2rem;
  position: relative;
}
.contact-us-top-left form .form-container {
  padding-bottom: 1rem;
}
.contact-us-top-left form .form-container input, .contact-us-top-left form .form-container select, .contact-us-top-left form .form-container textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  line-height: 1.6;
  font-size: 1.125rem;
  padding: 1rem 0;
}
.contact-us-top-left form .form-container input::-webkit-input-placeholder, .contact-us-top-left form .form-container select::-webkit-input-placeholder, .contact-us-top-left form .form-container textarea::-webkit-input-placeholder {
  color: #000;
}
.contact-us-top-left form .form-container input::-moz-placeholder, .contact-us-top-left form .form-container select::-moz-placeholder, .contact-us-top-left form .form-container textarea::-moz-placeholder {
  color: #000;
}
.contact-us-top-left form .form-container input:-ms-input-placeholder, .contact-us-top-left form .form-container select:-ms-input-placeholder, .contact-us-top-left form .form-container textarea:-ms-input-placeholder {
  color: #000;
}
.contact-us-top-left form .form-container input::-ms-input-placeholder, .contact-us-top-left form .form-container select::-ms-input-placeholder, .contact-us-top-left form .form-container textarea::-ms-input-placeholder {
  color: #000;
}
.contact-us-top-left form .form-container input::placeholder, .contact-us-top-left form .form-container select::placeholder, .contact-us-top-left form .form-container textarea::placeholder {
  color: #000;
}
.contact-us-top-left form .form-container select {
  background-color: rgba(0, 0, 0, 0.0666666667);
}
.contact-us-top-left form .form-container textarea {
  border-bottom: transparent;
}
.contact-us-top-left form .form-container .form-submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EC008C;
  color: #fff;
  border: 2px solid #EC008C;
  border-radius: 50px;
  width: 300px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.375rem;
  position: absolute;
}
.contact-us-top-left form .form-container .form-submit:hover {
  background-color: #fff;
  color: #EC008C;
}
.contact-us-top-right {
  margin-left: 3rem;
}
.contact-us-top-right .contact-us-widget {
  width: 270px;
  margin-bottom: 2rem;
}
.contact-us-top-right .contact-us-widget h1 {
  font-size: 2.875rem;
  text-transform: uppercase;
}
.contact-us-top-right .contact-us-widget p {
  color: #444444;
}
.contact-us-top-right .contact-us-widget ul {
  margin-left: -1.5rem;
}
.contact-us-top-right .contact-us-widget ul li a span i {
  margin-right: 1rem;
}
.contact-us-top-right .contact-us-widget .contact_us_animation {
  position: absolute;
  right: 0;
  top: 42rem;
}
.contact-us-top-right .contact-us-widget:last-child {
  margin-top: 10rem;
}
.contact-us-bottom {
  padding-top: 4rem;
  margin-bottom: -4rem;
}

/*-----------------------------------------------------------
	16. Contact Page Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	17. Insights Section CSS Start
-------------------------------------------------------------*/
.banner-section.insights-banner {
  min-height: 50vh;
}

.insights-banner .about-hero-banner-text.join-hero-banner-text {
  padding-top: 1rem;
}
.insights-banner .insights-ctg-search {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}
.insights-banner .insights-ctg-search .insights-ctg {
  width: 30%;
}
.insights-banner .insights-ctg-search .insights-ctg select {
  border: 3px solid #000;
  padding: 0.5rem;
  min-width: 100%;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}
.insights-banner .insights-ctg-search .insights-ctg select option {
  text-transform: uppercase;
}
.insights-banner .insights-ctg-search .insights-search {
  width: 70%;
  margin-left: 2rem;
  border: 3px solid #000;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.insights-banner .insights-ctg-search .insights-search input[type=text] {
  border: none;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.insights-banner .insights-ctg-search .insights-search input[type=text]::-webkit-input-placeholder {
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #000;
}
.insights-banner .insights-ctg-search .insights-search input[type=text]::-moz-placeholder {
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #000;
}
.insights-banner .insights-ctg-search .insights-search input[type=text]:-ms-input-placeholder {
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #000;
}
.insights-banner .insights-ctg-search .insights-search input[type=text]::-ms-input-placeholder {
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #000;
}
.insights-banner .insights-ctg-search .insights-search input[type=text]::placeholder {
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #000;
}
.insights-banner .insights-ctg-search .insights-search i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.insights-banner .insights-ctg-search .insights-search i:hover {
  cursor: pointer;
  color: #1DBCFF;
}

.all-insights .insight-details {
  overflow: hidden;
  margin-bottom: 0rem;
  margin-bottom: 5rem;
}
.all-insights .insight-details-top {
  overflow: hidden;
  width: 100%;
  height: 420px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.all-insights .insight-details-top img {
  min-width: 100% !important;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.all-insights .insight-details-bottom {
  margin-top: 1rem;
  padding-right: 4rem;
}
.all-insights .insight-details-bottom h1 {
  font-size: 1.875rem;
  text-transform: uppercase;
  line-height: 1;
  color: #000;
  min-height: 6rem;
}
.all-insights .insight-details-bottom p {
  font-size: 1.125rem;
  color: #444444;
}
.all-insights .insight-details-bottom .ctg-list {
  margin: 2rem 0;
  margin-bottom: 0.5rem;
}
.all-insights .insight-details-bottom .ctg-list ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all-insights .insight-details-bottom .ctg-list ul li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.all-insights .insight-details-bottom .ctg-list ul li a {
  font-size: 12px;
  border: 1px solid #9B9B9B;
  color: #9B9B9B;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  padding: 0.2rem 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.all-insights .insight-details-bottom .ctg-list ul li a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.all-insights .insight-details-bottom .tag-list {
  margin: 0rem;
  margin-bottom: 1rem;
}
.all-insights .insight-details-bottom .tag-list ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all-insights .insight-details-bottom .tag-list ul li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.all-insights .insight-details-bottom .tag-list ul li a {
  font-size: 12px;
  border: none;
  color: #9B9B9B;
  background-color: #F1F1F1;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  padding: 0.4rem 2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.all-insights .insight-details-bottom .tag-list ul li a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.all-insights .insight-details .insight-read-more a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #9B9B9B;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.all-insights .insight-details .insight-read-more a i {
  font-size: 24px;
  margin-left: 1rem;
}
.all-insights .insight-details .insight-read-more a:hover {
  color: #1DBCFF;
}

.single-insight .about-hero-banner {
  padding-top: 3rem;
  padding-bottom: 0;
}
.single-insight .about-hero-banner-main .single-insight-title {
  padding-right: 22rem;
}
.single-insight .about-hero-banner-main .single-insight-title h1 {
  font-size: 7.5rem;
}
.single-insight .all-portfolio {
  margin-bottom: 0;
}
.single-insight .all-portfolio .filter-items {
  margin: 1rem 0;
}
.single-insight .single-img-large {
  min-height: 640px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-insight .dual-img {
  min-height: 1280px;
}
.single-insight .dual-img-1 {
  min-height: 640px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-insight .dual-img-2 {
  min-height: 640px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-insight .project-details {
  background-color: rgba(228, 228, 228, 0.55);
  padding: 4rem;
  position: relative;
  margin-top: -5rem;
  margin-bottom: 10rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.single-insight .project-details .project-desc-title h1 {
  margin-bottom: 2rem;
  display: block;
  font-size: 4.375rem;
}
.single-insight .project-details .project-desc-details-left {
  margin-right: 2rem;
}
.single-insight .project-details .project-desc-details-left p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.single-insight .project-details .project-desc-details-right {
  margin-left: 2rem;
}
.single-insight .project-details .project-desc-details-right p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.single-insight .project-details .project-share {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.single-insight .project-details .project-share ul li {
  margin-right: 1rem;
}
.single-insight .project-details .project-share ul li a i {
  color: #1DBCFF;
  font-size: 1.625rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-insight .project-details .project-share ul li a:hover i {
  color: #000;
}
.single-insight .project-details .project-link {
  position: absolute;
  right: 4rem;
  bottom: -0.5rem;
}
.single-insight .project-details .project-link a {
  padding: 0.8rem 4rem;
  font-size: 1.375rem;
}
.single-insight .insight-details-top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  vertical-align: top;
  padding-bottom: 1rem;
  border-top: 12px solid #fff;
  position: relative;
}
.single-insight .insight-details-top:before {
  position: absolute;
  content: "";
  background-color: #1DBCFF;
  width: 180px;
  height: 12px;
  top: -12px;
  left: 0;
}
.single-insight .insight-details-top-left {
  width: 40%;
}
.single-insight .insight-details-top-left .ctg-list {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.single-insight .insight-details-top-left .ctg-list ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-insight .insight-details-top-left .ctg-list ul li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.single-insight .insight-details-top-left .ctg-list ul li a {
  font-size: 12px;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  padding: 0.2rem 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-insight .insight-details-top-left .ctg-list ul li a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.single-insight .insight-details-top-left .tag-list {
  margin: 0rem;
  margin-bottom: 1rem;
}
.single-insight .insight-details-top-left .tag-list ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-insight .insight-details-top-left .tag-list ul li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.single-insight .insight-details-top-left .tag-list ul li a {
  font-size: 12px;
  border: none;
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  padding: 0.4rem 2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-insight .insight-details-top-left .tag-list ul li a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.single-insight .insight-details-top-right {
  position: relative;
}
.single-insight .insight-details-top-right .author-desc p {
  text-align: right;
  margin-bottom: 0;
}
.single-insight .insight-details-top .author-img {
  position: absolute;
  right: 3rem;
  bottom: -3rem;
}
.single-insight .insight-details-bottom {
  background-color: #fff;
  margin-bottom: 0rem;
}
.single-insight .insight-details-bottom .project-desc-details p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.single-insight .insight-details-bottom .project-desc-details-left {
  min-width: 40%;
}
.single-insight .insight-details-bottom .project-desc-details-left img {
  width: 470px;
  height: auto;
}

/*-----------------------------------------------------------
	17. Insights Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	18. Product Page Section CSS Start
-------------------------------------------------------------*/
.main-header.product-header {
  padding: 2rem 0;
}
.main-header.product-header .site-logo {
  padding-top: 0rem;
}
.main-header.product-header .dh-signup-button {
  border: 2px solid #EC008C;
  color: #000;
  display: block;
  padding: 0.7rem;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-header.product-header .dh-signup-button:hover {
  background-color: #EC008C;
  color: #fff;
}

.product-banner {
  position: relative;
  background-image: url("../img/product-banner-bg.png");
  background-size: cover;
  background-position: top center;
  z-index: 2;
}
.product-banner::before {
  width: 100%;
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.product-banner-content-top {
  background-color: rgba(255, 255, 255, 0.6666666667);
  border-radius: 50px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 8rem;
  padding-top: 10rem;
  padding-bottom: 2rem;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  position: relative;
  margin-top: 0rem;
  margin: 0 10rem;
}
.product-banner-content-top h1 {
  font-size: 3.75rem;
  text-transform: uppercase;
}
.product-banner-content-top h4 {
  padding-right: 10rem;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2rem;
}
.product-banner-content-bottom {
  margin: 0 10rem;
  padding: 8rem;
  padding-top: 3rem;
  z-index: 2;
  position: relative;
}
.product-banner-content-bottom h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  color: #fff;
  display: block;
  margin-bottom: 3rem;
}
.product-banner-content-bottom a {
  padding: 1rem 3rem;
}
.product-banner .product-mascot {
  position: relative;
  z-index: 2;
  min-width: 1200px;
  margin-left: -24rem;
  margin-top: -24rem;
}
.product-banner .product_hero_animation {
  margin-top: -40rem;
  z-index: 1;
  position: absolute;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}

.product-big-banner {
  min-height: 1400px;
  z-index: 1;
  position: relative;
  margin-top: -22rem;
  background-size: contain;
  background-position: center center;
}

.meet-dh2 {
  margin-top: 3rem;
  position: relative;
  z-index: 3;
}
.meet-dh2-content {
  background-color: #001865;
  border-radius: 50px;
  padding: 80px;
  color: #fff;
  position: relative;
}
.meet-dh2-content::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 60px;
  left: 4rem;
  bottom: -20px;
  -webkit-box-shadow: 0px 0px 30px #1DBCFF;
          box-shadow: 0px 0px 30px #1DBCFF;
  -webkit-filter: blur(34px);
          filter: blur(34px);
  background-color: #1DBCFF;
}
.meet-dh2-content h1 {
  font-size: 90px;
  text-transform: uppercase;
  line-height: 1;
  color: #1DBCFF;
}
.meet-dh2-content h3 {
  font-family: "Montserrat", sans-serif;
  margin-right: 22rem;
  font-weight: 500;
  font-size: 36px;
}
.meet-dh2-content p {
  margin-right: 26rem;
  line-height: 2;
  font-size: 20px;
  font-weight: 400;
  margin-top: 3rem;
}
.meet-dh2-animation {
  position: absolute;
  right: -50rem;
  top: -12rem;
  overflow: visible;
  opacity: 0.3;
}
.meet-dh2-grey-bg {
  background-color: #F1F1F1;
  height: 600px;
  z-index: -1;
  position: relative;
  margin-top: -25rem;
}

.streamline {
  background-color: #F1F1F1;
  padding-bottom: 24rem;
}
.streamline-content {
  padding: 3rem 0;
}
.streamline-content h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin: 2rem 0;
}
.streamline-content p {
  font-size: 1.8rem;
  font-weight: 400;
}
.streamline-content img {
  margin-top: 6rem;
}

.product-benifits {
  margin-top: -15rem;
  position: relative;
}
.product-benifits-content {
  background-color: #001865;
  border-radius: 50px;
  padding: 150px 280px;
  color: #fff;
  position: relative;
  display: block;
  margin: 10px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-benifits-content::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 90px;
  left: 4rem;
  top: -20px;
  -webkit-box-shadow: 0px 0px 30px #1DBCFF;
          box-shadow: 0px 0px 30px #1DBCFF;
  -webkit-filter: blur(64px);
          filter: blur(64px);
  background-color: #1DBCFF;
}
.product-benifits-content h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 5.6rem;
  z-index: 2;
}
.product-benifits-content p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 300;
  z-index: 2;
}

.product-animation {
  position: absolute;
  top: -12rem;
  left: 20%;
  text-align: center;
}
.product-animation .product_globe_animation {
  min-width: 1100px;
  margin: 10px auto;
  opacity: 0.4;
  z-index: 1;
}

.power-points {
  margin-top: 20rem;
}
.power-points-header {
  text-transform: uppercase;
  font-size: 1.5625rem;
  letter-spacing: 10px;
  font-weight: 400;
  color: #1DBCFF;
}
.power-points .all-power-points {
  margin: 3rem 0 8rem 0;
}
.power-points .all-power-points .single-power-point {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-bottom: 4rem;
}
.power-points .all-power-points .single-power-point-icon {
  font-size: 28px;
  color: #1DBCFF;
}
.power-points .all-power-points .single-power-point-text {
  text-transform: uppercase;
  margin-left: 1rem;
  margin-top: -0.3rem;
}
.power-points .all-power-points .single-power-point-text h1 {
  font-size: 1.8rem;
}
.power-points .all-power-points .single-power-point-text p {
  font-size: 0.8rem;
  font-weight: 400;
}

.creative-flow {
  padding: 5rem 0;
}
.creative-flow .single-creative-flow .creative-flow-content {
  margin-top: 10rem;
}
.creative-flow .single-creative-flow .creative-flow-content h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 500;
}
.creative-flow .single-creative-flow .creative-flow-content p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 3rem;
}
.creative-flow .single-creative-flow .creative-flow-content a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 5rem;
  display: block;
  text-align: right;
}
.creative-flow .single-creative-flow .creative-flow-animation {
  position: relative;
  z-index: 1;
}
.creative-flow .single-creative-flow .creative-flow-animation .flow-animation {
  position: absolute;
  top: -2rem;
  left: -2rem;
}
.creative-flow .single-creative-flow .creative-flow-mockup {
  position: relative;
}
.creative-flow .single-creative-flow .creative-flow-mockup-img {
  z-index: 2;
  position: relative;
}
.creative-flow .single-creative-flow .creative-flow-mockup-img img {
  min-width: 1400px;
}
.creative-flow .single-creative-flow .creative-flow-mockup-path {
  z-index: 1;
  margin-top: -12rem;
  margin-left: -18rem;
}
.creative-flow .single-creative-flow-2 .creative-flow-content {
  position: relative;
  margin-top: 0rem;
}
.creative-flow .single-creative-flow-2 .creative-flow-content h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: -5rem;
}
.creative-flow .single-creative-flow-2 .creative-flow-content a img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.creative-flow .single-creative-flow-2 .creative-flow-content .flow-animation {
  position: absolute;
  top: -2rem;
  left: 35rem;
}
.creative-flow .single-creative-flow-2 .creative-flow-content .flow-animation-2 {
  margin-left: -6rem;
  margin-top: -18rem;
}
.creative-flow .single-creative-flow-2 .creative-flow-mockup {
  position: relative;
}
.creative-flow .single-creative-flow-2 .creative-flow-mockup-img {
  z-index: 2;
  position: relative;
  left: -35rem;
  margin-top: -7rem;
}
.creative-flow .single-creative-flow-2 .creative-flow-mockup-img img {
  min-width: 1400px;
}
.creative-flow .single-creative-flow-2 .creative-flow-mockup-path {
  position: unset;
  bottom: -8rem;
  z-index: 1;
}
.creative-flow .single-creative-flow-2 .creative-flow-mockup-path img {
  margin-left: 38rem;
}
.creative-flow .single-creative-flow-3 {
  margin-top: -12rem;
}
.creative-flow .single-creative-flow-3 .creative-flow-animation .flow-animation {
  position: absolute;
  top: -12rem;
  left: -14rem;
}
.creative-flow .single-creative-flow-4 .creative-flow-content {
  position: relative;
  margin-top: 0rem;
}
.creative-flow .single-creative-flow-4 .creative-flow-content h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: -5rem;
}
.creative-flow .single-creative-flow-4 .creative-flow-content a img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.creative-flow .single-creative-flow-4 .creative-flow-content .flow-animation {
  position: absolute;
}
.creative-flow .single-creative-flow-4 .creative-flow-content .flow-animation-2 {
  margin-left: -18rem;
  margin-top: -12rem;
}
.creative-flow .single-creative-flow-4 .creative-flow-mockup {
  position: relative;
}
.creative-flow .single-creative-flow-4 .creative-flow-mockup-img {
  z-index: 2;
  position: relative;
  left: -35rem;
  margin-top: -7rem;
}
.creative-flow .single-creative-flow-4 .creative-flow-mockup-img img {
  min-width: 1400px;
}
.creative-flow .single-creative-flow-4 .creative-flow-mockup-path {
  position: unset;
  bottom: -8rem;
  z-index: 1;
}
.creative-flow .single-creative-flow-4 .creative-flow-mockup-path img {
  margin-left: 38rem;
}

.main-header.product-header .dh-signup-button-yellow {
  border-color: #FFCB05;
}
.main-header.product-header .dh-signup-button-yellow:hover {
  background-color: #FFCB05;
  color: #fff;
}

.product-side-menu {
  position: relative;
  z-index: 999;
}
.product-side-menu ul {
  position: fixed;
  left: 0;
  top: 0rem;
}
.product-side-menu ul li {
  position: relative;
  left: -29rem;
  top: 30rem;
  width: 540px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product-side-menu ul li:hover {
  left: -24rem;
}
.product-side-menu ul li a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  color: #333;
  padding: 0.5rem;
  padding-right: 1.4rem;
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid;
  margin-bottom: 0.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product-side-menu ul li a .side-menu-item-title {
  font-weight: 600;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-right: 1.8rem;
  text-align: center;
}
.product-side-menu ul li a .side-menu-item-icon {
  width: 25px;
  height: auto;
}
.product-side-menu ul li:nth-child(1) a {
  border-color: #FFCB05;
}
.product-side-menu ul li:nth-child(1) a .side-menu-item-title {
  color: #FFCB05;
}
.product-side-menu ul li:nth-child(2) a {
  border-color: #EC008C;
}
.product-side-menu ul li:nth-child(2) a .side-menu-item-title {
  color: #EC008C;
}
.product-side-menu ul li:nth-child(3) a {
  border-color: #1DBCFF;
}
.product-side-menu ul li:nth-child(3) a .side-menu-item-title {
  color: #1DBCFF;
}
.product-side-menu ul li:nth-child(4) a {
  border-color: #fff;
}
.product-side-menu ul li:nth-child(4) a .side-menu-item-title {
  color: #fff;
}

.product-side-menu-2 ul li:nth-child(1) a {
  border-color: #1DBCFF;
}
.product-side-menu-2 ul li:nth-child(1) a .side-menu-item-title {
  color: #1DBCFF;
}

/*-----------------------------------------------------------
	18. Product Page Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	19. Custom Websites Section CSS Start
-------------------------------------------------------------*/
.custom-websites-banner {
  background-image: url("../img/cw-banner.png");
  background-size: cover;
  background-position: top center;
}
.custom-websites-banner-2 {
  background-image: none;
  background: radial-gradient(#5553A5, #191E3D);
  position: relative;
  z-index: 2;
}
.custom-websites-banner-content {
  padding: 8rem 0;
}
.custom-websites-banner-content h3 {
  font-size: 60px;
  color: #FFCB05;
  text-transform: uppercase;
}
.custom-websites-banner-content h1 {
  font-size: 7.5rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 6.5rem;
}
.custom-websites-banner-content h4 {
  font-size: 3.75rem;
  text-transform: uppercase;
  color: #fff;
  margin-top: 3rem;
}
.custom-websites-banner-content h5 {
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  padding-right: 8rem;
  margin-top: 4rem;
}
.custom-websites-banner-content .banner-link {
  margin-top: 3rem;
}
.custom-websites-banner-content .banner-link a {
  background-color: #FFCB05;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-family: "Jost", sans-serif;
  padding: 1rem 3rem;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.custom-websites-banner-content .banner-link a:hover {
  background-color: #1DBCFF;
}
.custom-websites-banner-content .banner-link-2 {
  position: absolute;
  bottom: -1rem;
}
.custom-websites-banner-content .banner-link-2 a {
  padding: 1rem 4rem;
}
.custom-websites-banner-animation .cw_hero_animation {
  position: absolute;
  max-width: 850px;
  right: -2rem;
  top: 8rem;
  z-index: 1;
}
.custom-websites-banner-animation .cw_hero_animation-2 {
  position: absolute;
  max-width: 900px !important;
  right: 4rem;
  top: 5rem;
}
.custom-websites-banner-animation .cw_hero_star_animation {
  position: absolute;
  top: 35%;
  right: 0rem;
  z-index: 2;
  max-width: 1125px;
}
.custom-websites-banner .cw_hero_bottom_animation {
  opacity: 0.6;
  margin-top: -2rem;
}

.powerful-beauty {
  margin-top: -15rem;
}
.powerful-beauty .row {
  -webkit-box-shadow: 0px 20px 50px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 20px 50px rgba(51, 51, 51, 0.2);
  border-radius: 50px;
}
.powerful-beauty-content {
  display: block !important;
  padding: 6rem 4rem;
}
.powerful-beauty-content-row {
  background-color: rgba(255, 255, 255, 0.7843137255);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  z-index: 2;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.powerful-beauty-content h1 {
  color: #191E3D;
  text-transform: uppercase;
  font-size: 7.5rem;
  display: block;
  line-height: 6.5rem;
}
.powerful-beauty-content h1 span {
  color: #fff;
}
.powerful-beauty-content h5 {
  text-transform: uppercase;
  font-size: 1.625rem;
  margin-right: 12rem;
}
.powerful-beauty-list {
  padding: 5rem 4rem;
  padding-top: 7rem;
  position: relative;
}
.powerful-beauty-list-row {
  background-color: #191E3D;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 3;
}
.powerful-beauty-list .scroll_line {
  position: absolute;
  left: -12.5rem;
  top: -6rem;
}
.powerful-beauty-list ul {
  height: 200px;
  width: 360px;
  overflow-y: scroll !important;
}
.powerful-beauty-list ul::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.powerful-beauty-list ul::-webkit-scrollbar-thumb {
  background: #191E3D;
  border-radius: 10px;
}
.powerful-beauty-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2.5rem;
}
.powerful-beauty-list ul li .pw-list-icon {
  height: 100%;
}
.powerful-beauty-list ul li .pw-list-icon i {
  color: #FFCB05;
}
.powerful-beauty-list ul li .pw-list-title {
  font-size: 1.8rem;
  font-family: "Jost", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 2rem;
  margin-top: -0.5rem;
}

.website-slides {
  padding-top: 10rem;
  z-index: 3;
  position: relative;
}
.website-slides .swiper-web .single-web-slide {
  min-width: 1100px;
}
.website-slides-2 {
  padding-top: 0;
  margin-top: -35rem;
}

.cw-focus {
  position: relative;
  margin-top: -42rem;
  background-image: url("../img/cw-focus.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.cw-focus .cw_focus_top_animation {
  padding-top: 8rem;
}
.cw-focus .focus_bottom_animation {
  margin-top: -100rem;
  z-index: 1;
}
.cw-focus-content {
  margin-top: -22rem;
}
.cw-focus-content h1 {
  font-size: 6.875rem;
  color: #fff;
  text-transform: uppercase;
}
.cw-focus-content h1 span {
  color: #FFCB05;
}
.cw-focus-content p {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.4;
  padding: 0 4rem;
  margin-top: 2rem;
}
.cw-focus .focus-container {
  position: relative;
}
.cw-focus .focus-container .focus-middle {
  margin-top: 43rem;
  z-index: 3;
}
.cw-focus .focus-container .focus-middle .focus-title h1 {
  color: #191E3D;
}
.cw-focus .focus-container .focus-middle .focus-title h4 {
  color: #191E3D;
}
.cw-focus .focus-container .focus-middle .focus-title p {
  color: #191E3D;
  font-size: 18px;
  line-height: 1.4;
}
.cw-focus .focus-container .focus_blink_animation {
  position: absolute;
  top: 0;
  z-index: 1;
}

.focus-cta-bottom {
  margin-top: 35rem;
  padding-bottom: 22rem;
}
.focus-cta-bottom h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 0 10rem;
  text-transform: uppercase;
}
.focus-cta-bottom .focus-bottom-btn {
  display: block;
  margin-top: 3rem;
}
.focus-cta-bottom .focus-bottom-btn a {
  background-color: #FFCB05;
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: 1.375rem;
  text-transform: uppercase;
  padding: 1rem 4rem;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.focus-cta-bottom .focus-bottom-btn a:hover {
  background-color: #1DBCFF;
}

.cw-powerful-advatanges-title {
  padding: 2rem;
  background-color: #FFCB05;
}
.cw-powerful-advatanges-title h1 {
  text-transform: uppercase;
  color: #191E3D;
  font-size: 90px;
  margin: 0;
}
.cw-powerful-advatanges-list {
  z-index: 2;
  position: relative;
}
.cw-powerful-advatanges-list ul {
  background-color: #fff;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 2px solid #FFCB05;
}
.cw-powerful-advatanges-list ul li {
  border: 2px solid #FFCB05;
  max-width: 50%;
  padding: 3rem;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cw-powerful-advatanges-list ul li:hover {
  background-color: #191E3D;
}
.cw-powerful-advatanges-list ul li:hover h3 {
  color: #fff;
}
.cw-powerful-advatanges-list ul li:hover p {
  color: #fff;
}
.cw-powerful-advatanges-list ul li h3 {
  color: #191E3D;
  text-transform: uppercase;
  font-size: 35px;
}
.cw-powerful-advatanges-list ul li p {
  color: #191E3D;
  font-size: 22px;
  line-height: 1.6;
  margin-top: 2rem;
}

.cw-process {
  background: rgb(251, 251, 252);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(251, 251, 252)), color-stop(35%, rgb(241, 241, 241)), to(rgb(241, 241, 241)));
  background: linear-gradient(180deg, rgb(251, 251, 252) 0%, rgb(241, 241, 241) 35%, rgb(241, 241, 241) 100%);
  padding-top: 18rem;
  padding-bottom: 10rem;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
  margin-bottom: -3rem;
}
.cw-process-2 {
  margin-top: 0;
  padding-bottom: 40rem;
}
.cw-process-title {
  margin-bottom: 5rem;
}
.cw-process-title h4 {
  font-size: 3rem;
  text-transform: uppercase;
  color: #191E3D;
}
.cw-process-title h1 {
  color: #191E3D;
  font-size: 10rem;
  text-transform: uppercase;
  line-height: 0.9;
}
.cw-process-points .cw-single-process .cw-single-process-number {
  position: relative;
}
.cw-process-points .cw-single-process .cw-single-process-number span {
  font-family: "Jost", sans-serif;
  color: #FFCB05;
  font-size: 7.5rem;
  font-weight: 700;
  margin-right: 2rem;
}
.cw-process-points .cw-single-process .cw-single-process-desc {
  margin-top: -2.5rem;
}
.cw-process-points .cw-single-process .cw-single-process-desc h1 {
  font-size: 3.125rem;
  color: #191E3D;
  text-transform: uppercase;
  font-weight: 700;
}
.cw-process-points .cw-single-process .cw-single-process-desc p {
  font-size: 1.5rem;
  line-height: 1.4;
}
.cw-process-points .cw-single-process-1 {
  padding-bottom: 22rem;
}
.cw-process-points .cw-single-process-1 p {
  padding-right: 12rem;
}
.cw-process-points .cw-single-process-1 .cw-process-step-dot {
  position: absolute;
  margin-left: -1rem;
}
.cw-process-points .cw-single-process-2 {
  margin-top: 12rem;
}
.cw-process-points .cw-single-process-2 .cw-process-step-dot {
  position: absolute;
  margin-left: -5.5rem;
}
.cw-process-points .cw-single-process-3 {
  padding-bottom: 22rem;
}
.cw-process-points .cw-single-process-3 .cw-single-process-desc {
  position: relative;
}
.cw-process-points .cw-single-process-3 p {
  padding-right: 12rem;
}
.cw-process-points .cw-single-process-3 .cw-process-step-dot {
  position: absolute;
  right: 0;
  margin-right: 5.8rem;
  margin-top: -1rem;
}
.cw-process-points .cw-single-process-4 {
  margin-top: 12rem;
}
.cw-process-points .cw-single-process-4 p {
  padding-right: 6rem;
}
.cw-process-points .cw-single-process-4 .cw-process-step-dot {
  position: absolute;
  right: 0;
  margin-right: 9rem;
  margin-top: -4rem;
}
.cw-process-points .cw-single-process-5 p {
  padding-right: 14rem;
}
.cw-process-points .cw-single-process-5 .cw-process-step-dot {
  position: absolute;
  right: 0;
  margin-right: -1.5rem;
  margin-top: -12rem;
}
.cw-process-points .cw-single-process-6 .cw-process-step-dot {
  position: absolute;
  right: 0;
  margin-right: 10rem;
  margin-top: -4rem;
}
.cw-process-path-1 {
  margin-top: -27rem;
  margin-left: 2rem;
}
.cw-process-path-2 {
  margin-top: -30.5rem;
  margin-left: 4.5rem;
}
.cw-process-path-3 {
  position: absolute;
  left: 44%;
  margin-top: -1.5rem;
}
.cw-process-row-3 {
  margin-top: 8rem;
}

.timeline-content h2 {
  text-transform: uppercase;
  font-size: 4.375rem;
}
.timeline-content p {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
  padding-right: 2rem;
}
.timeline-list {
  margin-top: 3rem;
}
.timeline-list ul li {
  padding-bottom: 3rem;
}
.timeline-list ul li:last-child .timeline-step:after {
  display: none;
}
.timeline-list ul li .timeline-step {
  position: relative;
  background-color: #FFCB05;
  min-width: 65px;
  height: 65px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timeline-list ul li .timeline-step h4 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0;
  z-index: 2;
}
.timeline-list ul li .timeline-step:after {
  position: absolute;
  content: "";
  background-color: #FFCB05;
  width: 4px;
  min-height: 250px;
  top: 0;
  left: 50%;
  z-index: 1;
}
.timeline-list ul li .timeline-desc {
  margin-left: 3rem;
}
.timeline-list ul li .timeline-desc h1 {
  text-transform: uppercase;
}
.timeline-list ul li .timeline-desc p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

/*-----------------------------------------------------------
	19. Custom Websites Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	20. FINAL PROCESS Section CSS Start
-------------------------------------------------------------*/
.final-process {
  padding-top: 15rem;
  position: relative;
}
.final-process .step-val {
  position: absolute;
  bottom: 12rem;
  font-size: 47.9375rem;
  left: -6rem;
  font-weight: 700;
  color: #F1F1F1;
  font-family: "Jost", sans-serif;
}
.final-process .step-val-2 {
  left: -12rem;
}
.final-process .step-val-3 {
  left: -12rem;
}
.final-process .step-val-4 {
  left: -15rem;
}
.final-process .step-val-5 {
  left: -15rem;
}
.final-process-content {
  z-index: 2;
  position: relative;
}
.final-process-content h1 {
  font-size: 6.25rem;
  text-transform: uppercase;
  line-height: 1;
  color: #191E3D;
}
.final-process-content h3 {
  text-transform: uppercase;
  line-height: 1;
  color: #FFCB05;
  font-size: 3.125rem;
}
.final-process-content p {
  padding-top: 3rem;
  padding-right: 12rem;
  padding-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}

.final-process-inner-data {
  background-color: #F1F1F1;
  padding: 2rem 0;
  padding-top: 4rem;
}
.final-process-inner-data .fp-inner-content-title p {
  font-size: 1.5rem;
}
.final-process-inner-data .fp-inner-block {
  position: relative;
  border-left: 5px solid #FFCB05;
  margin: 2rem 0;
}
.final-process-inner-data .fp-inner-block p {
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 2rem;
  line-height: 1.4;
}

.final-process-bottom-data {
  margin-top: 3rem;
}
.final-process-bottom-data p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.spacer-data {
  min-height: 300px;
}

/*-----------------------------------------------------------
	20. FINAL PROCESS Section CSS End
-------------------------------------------------------------*/
/*-----------------------------------------------------------
	21. Services Section CSS Start
-------------------------------------------------------------*/
.services-hero-banner-main .banner-section-main {
  position: relative;
}
.services-hero-banner-main .banner-section-main-text h1 {
  line-height: 0.9em;
  z-index: 2;
}
.services-hero-banner-main .banner-section-main-img .service_hero_animation {
  position: absolute;
  left: -22rem;
  top: -12rem;
  z-index: 1;
}
.services-hero-banner-text {
  margin-left: 2rem;
}
.services-hero-banner-text h2 {
  font-weight: 500;
}

.services-list {
  margin-top: 100px;
  position: relative;
  z-index: 99;
}
.services-list-item {
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.services-list-item .ss-title {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem;
}
.services-list-item .ss-title h1 {
  font-size: 3.4rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.services-list-item .ss-desc {
  padding: 5rem;
  padding-right: 8rem;
}
.services-list-item .ss-desc h3 {
  font-size: 1.875rem;
  padding-right: 20rem;
  text-transform: uppercase;
}
.services-list-item .ss-desc p {
  font-size: 1.1875rem;
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: 400;
}
.services-list-item .ss-cta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.services-list-item .ss-cta-icon {
  position: relative;
}
.services-list-item .ss-cta-icon .confetti_aniamtion {
  position: absolute;
  top: -6rem;
  opacity: 0;
}
.services-list-item .ss-cta-icon img {
  min-width: 130px;
  margin-bottom: 3rem;
}
.services-list-item .ss-cta-btn {
  position: relative;
}
.services-list-item .ss-cta-btn a {
  font-family: Montserrat, sans-serif;
  border-radius: 50px;
  background-color: #CFCFCF;
  font-weight: 600;
  color: #000;
  padding: 0.7rem 2rem;
  font-size: 1.125rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.services-list-item .ss-cta-btn a i {
  margin-left: 0.6rem;
}
.services-list-item .ss-cta-btn a:hover {
  background-color: #FFCB05;
}
.services-list-item:hover .ss-cta-icon .confetti_aniamtion {
  opacity: 1;
}

.services-next-level {
  margin-bottom: -18rem;
  position: relative;
  z-index: 1;
}
.services-next-level .globe_animation {
  margin-top: -15rem;
}
.services-next-level .next-level-desc-data {
  margin-top: -55rem;
}

/*-----------------------------------------------------------
	21. Services Section CSS End
-------------------------------------------------------------*/