@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Jost:wght@400;500;600;700&display=swap");

/*-------- Default Items ------------ */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #e8e8e8;
}

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

::-webkit-scrollbar-thumb {
  background-image: -webkit-linear-gradient(45deg, #D62300, #FF8201);
  background-image: -o-linear-gradient(45deg, #D62300, #FF8201);
  background-image: linear-gradient(45deg, #D62300, #FF8201);
}

:root {
  --e-global-color-primary: #221c35;
  --e-global-color-secondary: #ffffff;
  --e-global-color-text: #606480;
  --e-global-color-accent: #D62300;
  --e-global-color-accent-2: #FF8201;
  --e-global-color-white: #ffffff;
  --e-global-color-light-grayish-blue: #dfe0e6;
  --e-global-color-dark-moderate-cyan: #40b19b;
  --e-global-color-orange: #f79550;
}

body {
  font-family: "Jost", sans-serif;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h5,
.h1,
.h2,
.h3,
.h5 {
  font-family: "Jost", sans-serif;
}

.h1,
h1 {
  font-size: 40px;
}

.h2,
h2 {
  font-size: 40px;
}

.h3,
h3 {
  font-size: 30px;
}

.h4,
h4 {
  font-size: 22px;
}

.h5,
h5 {
  font-size: 20px;
}

p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.text-size-18 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.text-size-16 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.hover-effect {
  transition: all 0.3s ease-in-out;
}

.hover-effect:hover {
  transform: translateY(-5px);
}

/*-------- HEADER ------------ */
.main-header {
  padding-top: 25px;
  padding-bottom: 25px;
}

.navbar .navbar-brand {
  margin-right: 51px;
}

.navbar li {
  padding: 0 13px;
}

.navbar li:first-child {
  padding-left: 0px;
}

.navbar li:last-child {
  padding-right: 0px;
}

.navbar li a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: var(--e-global-color-primary) !important;
}

.navbar li a:hover {
  color: var(--e-global-color-accent) !important;
}

.navbar-nav li.active > a {
  color: var(--e-global-color-accent) !important;
}

.navbar .navbar-icon a {
  color: var(--global--color-very-dark-gray);
  font-size: 26px;
  padding-right: 25px;
}

.navbar .navbar-icon a:hover {
  color: var(--e-global-color-accent);
}

.navbar .hotline-dropdown {
  padding: 20px 40px;
  border-radius: 10px;
  margin: 0;
  left: 20px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 30px 30px 20px rgba(30, 34, 47, 0.2);
  border-top: 4px solid var(--e-global-color-accent);
  width: 295px;
}

.navbar .hotline-dropdown li {
  padding: 0;
  display: block;
}

.navbar .hotline-dropdown li.active .hotline-menu {
  color: var(--e-global-color-accent) !important;
}

.navbar .hotline-dropdown .hotline-menu {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding: 6px 0px;
  color: var(--e-global-color-primary) !important;
  white-space: inherit;
}

.navbar .hotline-dropdown .hotline-menu:hover {
  background: transparent;
  color: var(--e-global-color-accent) !important;
}

.navbar .hotline-dropdown li:hover a:after {
  width: 100%;
  left: 0;
  right: auto;
}

.navbar .hotline-dropdown li:hover a:before {
  color: var(--e-global-color-accent);
}

.navbar .hotline-dropdown li a:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: var(--e-global-color-accent);
  bottom: 5px;
}

.navbar .hotline-dropdown li:hover a:after {
  width: 100%;
  left: 0;
  right: auto;
}

.navbar .hotline-dropdown li a:before {
  content: "\f111";
  line-height: 1;
  font-weight: 700;
  left: -18px;
  top: 16px;
  position: absolute;
  color: var(--global--color-text);
  font-size: 5px;
  font-family: "Font Awesome 5 Pro";
}

.navbar .hotline-dropdown .hotline-menu:hover {
  background: transparent;
  color: var(--e-global-color-accent) !important;
  display: block;
}

.login-outer-div ul li {
  padding: 0px 4px;
}

.login-outer-div ul li .sign-up {
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: var(--e-global-color-white) !important;
  border-radius: 10px;
  background-image: linear-gradient(to right, var(--e-global-color-accent-2) -3%, var(--e-global-color-accent) 101%, var(--e-global-color-accent-2) 64%);
  transition: all 3s ease-in-out;
  transform: 1s;
}

.login-outer-div ul li .sign-up:hover {
  background-image: linear-gradient(to right, var(--e-global-color-accent-2) 101%, var(--e-global-color-accent) -3%, var(--e-global-color-accent-2) 5%);
  color: #fff !important;
  transition: all 3s ease-in-out;
  transform: 1s;
}

/*-------- BANNER ------------ */
.banner-section-outer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-banner-section {
  padding-top: 150px;
}

.home-banner-text {
  padding-top: 20px;
}

.home-banner-text h1 {
  line-height: 70px;
}

.home-banner-text p {
  padding-right: 50px;
  margin-bottom: 31px;
}

.home-banner-button .free {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 10px;
  padding: 21px 40px;
  text-decoration: none;
  display: inline-block;
  color: var(--e-global-color-white);
  background: var(--e-global-color-accent);
}

.home-banner-button .free:hover {
  background: var(--e-global-color-white);
  color: var(--e-global-color-accent);
}

.home-banner-button .free-outer {
  margin-right: 10px;
}

.home-banner-button .play-icon {
  font-size: 18px;
  padding: 15px 23px;
  border: 2px solid var(--e-global-color-white);
  color: var(--e-global-color-white);
  border-radius: 10px;
  background: transparent;
}

.home-banner-button .play-icon:hover {
  border: 2px solid var(--e-global-color-accent);
  background: var(--e-global-color-accent);
}

.banner-img-content .banner-img {
  z-index: 2;
}

.banner-call {
  background: rgba(255, 255, 255, 0.15);
  width: 200px;
  padding: 23px 23px 17px 23px;
  border-radius: 10px;
  top: -130px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  left: -55px;
  z-index: 3;
}

.banner-call figure {
  margin-bottom: 8px;
}

.banner-call .banner-call-heading {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.banner-call .banner-call-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-bottom: 3px;
}

.banner-call-listing li {
  margin: 0 2px;
}

.banner-call-listing a {
  font-size: 10px;
  color: var(--e-global-color-accent);
  background: var(--e-global-color-white);
  padding: 2px 4px;
  border-radius: 4px;
}

.banner-call .call-icon-outer {
  position: absolute;
  right: 10px;
  top: 10px;
}

.banner-call .call-icon {
  font-size: 12px;
  color: var(--e-global-color-white);
  background: var(--e-global-color-accent);
  padding: 4px 7px;
  border-radius: 100px;
  display: block;
}

.banner-img-content .banner-arrow-img {
  right: 86px;
  top: -93px;
}

.banner-img-content .banner-map-img {
  right: -40px;
  top: 204px;
  z-index: 4;
}

.banner-img-content .banner-map-img .banner-map-img-inner img {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
}

.banner-img-content .banner-map-img .banner-map-icon {
  top: -26px;
  right: -20px;
}

.banner-img-content .banner-map-img .banner-map-icon img {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
  border-radius: 100px;
}

/*-------- PARTNERS SECTION ------------ */
.partner-section {
  padding-top: 120px;
}

.partner-section-box {
  padding: 94px 35px 101px 35px;
  box-shadow: 0px 0px 100px 0px rgba(226, 228, 231, 1);
  border-radius: 20px;
}

.partner-section-box h3 {
  color: var(--e-global-color-text);
  padding: 0 22%;
  line-height: 35px;
  margin-bottom: 55px;
}

.partner-listing li {
  padding: 0 36px;
  transition: all 0.3s ease-in-out;
}

.partner-listing li:hover {
  transform: translateY(-5px);
}

.partner-listing li:first-child {
  padding-left: 0;
}

.partner-listing li:last-child {
  padding-right: 0;
}

/*-------- INTERACTION SECTION ------------ */
.interaction-section {
  padding: 80px 0px;
}

.interaction-section .interaction-section-main-img img {
  box-shadow: 0px 0px 100px 0px rgba(243, 245, 247, 1);
  border-radius: 20px;
  z-index: 2;
}

.interaction-section h2 {
  line-height: 50px;
}

.interaction-section-text {
  padding-top: 12px;
}

.interaction-section-img-content .interaction-section-graph-img {
  bottom: 50px;
  right: 0;
  z-index: 3;
}

.interaction-section-img-content .interaction-section-graph-img img {
  box-shadow: 0px 0px 100px 0px rgba(226, 228, 231, 1);
  border-radius: 10px;
}

.interaction-section-img-content .interaction-section-shape-img-1 {
  top: -71px;
  left: -119px;
}

.interaction-section-img-content .interaction-section-shape-img-1 img {
  z-index: 1;
}

.interaction-section-text .interaction-section-shape-img-2 {
  top: -56px;

  right: -305px;
}

.interaction-section-shape-img-2 img {
  opacity: 0.3;
}

.interaction-section-img-content .interaction-section-shape-img-3 {
  bottom: -90px;
  right: -152px;
}

.interaction-section-listing-inner {
  padding-left: 79px;
}

.interaction-section-listing-inner h4 {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 26px;
}

.interaction-section-listing-inner::before {
  content: "";
  background-repeat: no-repeat;
  height: 54px;
  width: 54px;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 4px;
}

.interaction-section-text .main-text {
  margin-bottom: 49px;
}

.interaction-section-listing-outer {
  margin-bottom: 56px;
}

/*-------- SOLUTIONS SECTION ------------ */
.solutions-section h2 {
  padding: 0 15px;
  width: 100%;
  line-height: 50px;
}

.solutions-section-text p {
  padding-right: 45px;
}

.solutions-section-button {
  margin-top: -6px;
}

.solutions-section-button a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 10px;
  padding: 20px 34px;
  border: 1px solid var(--e-global-color-accent);
  text-decoration: none;
  display: inline-block;
  color: var(--e-global-color-white);
  background-image: linear-gradient(to right, var(--e-global-color-accent-2) -3%, var(--e-global-color-accent) 101%, var(--e-global-color-accent-2) 64%);
}

.solutions-section-button a:hover {
  border: 1px solid var(--e-global-color-accent);
  background: transparent;
  color: var(--e-global-color-accent);
}

.solutions-section-plan-box {
  padding: 44px;
  box-shadow: 0px 0px 100px 0px rgba(226, 228, 231, 1);
  border-radius: 20px;
  min-height: 300px !important;
  border-left: 5px solid var(--e-global-color-white);
  background: var(--e-global-color-white);
}

.solutions-section-plan-box:hover {
  border-left: 5px solid var(--e-global-color-accent);
}

.solutions-section-plan-box h4 {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 30px;
}

.solutions-section-plan-box p {
  padding: 0 15px;
}

.solutions-section-inner {
  margin-bottom: 74px;
}

.solutions-section-plan-box figure img {
  padding-top: 5px;
}

/*-------- CUSTOMER BASE SECTION ------------ */
.customer-base-section {
  padding: 80px 0px;
}

.customer-base-section .customer-base-section-text {
  padding-top: 55px;
}

.customer-base-section h2 {
  line-height: 50px;
}

.customer-base-section-text p {
  margin-bottom: 27px;
}

.customer-base-section-text .customer-base-section-shape-img-1 {
  top: -35px;
  left: -360px;
}

.customer-base-section .customer-img-1 {
  left: 51px;
  top: 58px;
  z-index: 1;
}

.customer-base-section .customer-img-2 {
  left: 152px;
  top: 168px;
  z-index: 3;
}

.customer-base-section .customer-img-3 {
  right: -12px;
  top: 208px;
  z-index: 2;
}

.customer-base-section .customer-img-4 {
  right: 44px;
  bottom: 122px;
  z-index: 4;
}

.customer-base-section .customer-img-5 {
  right: 155px;
  bottom: -27px;
  z-index: 5;
}

.customer-base-section .customer-img-1 img,
.customer-base-section .customer-img-2 img,
.customer-base-section .customer-img-3 img,
.customer-base-section .customer-img-4 img,
.customer-base-section .customer-img-5 img {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  border: 2px solid var(--e-global-color-white);
}

.customer-base-sectin-listing li {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.customer-base-sectin-listing i {
  font-size: 18px;
  line-height: 18px;
  margin-right: 8px;
  font-weight: 400;
  
    background: -webkit-linear-gradient(var(--e-global-color-accent), var(--e-global-color-accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.customer-base-section .customer-base-section-shape-img-2 {
  top: -74px;
  right: -90px;
}

.customer-base-section .counter-box {
  width: 300px;
  padding: 37px 29px 30px 29px;
  background: var(--e-global-color-white);
  box-shadow: 0px 0px 100px 0px rgba(226, 228, 231, 1);
  border-radius: 10px;
  bottom: 61px;
  left: -17px;
}

.customer-base-section .counter-box figure {
  margin-right: 27px;
}

.customer-base-section .counter-box .number,
.customer-base-section .counter-box .suffix {
  color: var(--e-global-color-primary);
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}

.customer-base-section .counter-box .customer {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.customer-base-section .counter-box .counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

.customer-base-section .customer-base-section-shape-img-3 {
  bottom: -134px;
  right: 0;
}

.customer-base-section-btn-outer {
  padding-top: 31px;
}

.customer-base-section-btn-outer a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 10px;
  padding: 19px 110px 19px 28px;
  text-decoration: none;
  color: var(--e-global-color-accent);
  border: 2px solid var(--e-global-color-accent);
}

.customer-base-section-btn-outer a:hover {
  border: 2px solid var(--e-global-color-accent);
  background-image: linear-gradient(to right, var(--e-global-color-accent-2) -3%, var(--e-global-color-accent) 101%, var(--e-global-color-accent-2) 64%);
  color: var(--e-global-color-white);
}

.customer-base-section-btn-outer i {
  font-size: 20px;
  line-height: 20px;
  right: 29px;
}

/*-------- VIDEO SECTION ------------ */
.video-section {
  padding: 50px 0px;
}

.video-section .vide-section-inner {
  background-color: transparent;
  background-image: linear-gradient(150deg, #1c204c 50%, #f58748 78%);
  border-radius: 20px;
  margin: 0 15px;
}

.video-section .video-content {
  margin: -50px 0;
}

.video-section .counter-content {
  padding-top: 58px;
  padding-bottom: 58px;
}

.video-section .counter-content .number,
.video-section .counter-content .suffix {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Jost", sans-serif;
}

.video-section .counter-content h4 {
  line-height: 30px;
  padding-right: 25%;
  margin-bottom: 20px;
}

.video-section .counter-content p {
  padding-right: 20px;
}

.video-section .variation-1 {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.video-content .video-section-shape-img {
  left: -146px;
  bottom: -53px;
  z-index: -1;
}

.video-content iframe {
  border-radius: 20px;
  border: none;
}

/*-------- SERVICES SECTION ------------ */
.services-section {
  padding: 80px 0;
  background-image: linear-gradient(to right, var(--e-global-color-accent-2) -3%, var(--e-global-color-accent) 101%, var(--e-global-color-accent-2) 64%);
}

.services-section h2 {
  line-height: 50px;
}

.services-section .services-section-inner p {
  padding: 0 18%;
}

.services-section .services-section-inner {
  margin-bottom: 73px;
  padding: 0 15px;
}

.services-section .services-section-plan-box {
  padding: 40px 35px;
  border-radius: 20px;
  line-height: 0;
  min-height: 270px;
  background: var(--e-global-color-white);
  transition: 1s ease-in-out;
  border-left: 5px solid var(--e-global-color-white);
  position: relative;
  overflow: hidden;
  /* box-shadow: 0px 0px 100px 0px rgba(226, 228, 231, 1); */
}

.services-section-plan-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.services-section-plan-box::after {
  background: url(../images/service-hover-img.png) no-repeat center center;
  z-index: -1;
}

.services-section-plan-box.hover::after {
  opacity: 1;
}

.services-section .services-section-plan-box figure img {
  filter: grayscale(100%);
}

.services-section .services-section-plan-box h4 {
  line-height: 30px;
  margin-bottom: 18px;
  background: -webkit-linear-gradient(#D62300, #FF8201);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-section .services-section-plan-box p {
  margin-bottom: 21px;
}

.services-section .services-section-plan-box a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.services-section .services-section-plan-box i {
  top: 2px;
  margin-left: 12px;
}

.services-section .services-section-plan-box:hover {
  border-left: 6px solid #000;
}

@media (min-width: 992px) {
  .services-section .services-section-plan-box:hover {
    border-left: 6px solid #000;
    background-repeat: no-repeat;
    background-position: center;
    transition: 1s ease-in-out;
    background-size: cover;
  }
}

.services-section .services-section-plan-box:hover figure img {
  filter: grayscale(0%);
}

.services-section .services-section-plan-box:hover h4 {
  color: #000;
}

.services-section .services-section-plan-box:hover a {
  color: #000;
}

.services-section .divider {
  height: 30px;
}

.services-section .services-section-shape-img-1 {
  right: -116px;
  top: 85px;
  z-index: -1;
}

.services-section .services-section-shape-img-2 {
  left: 92px;
  bottom: -28px;
}

/*-------- TEAMS SECTION ------------ */
.teams-section h2 {
  line-height: 50px;
}

.teams-section .teams-section-inner p {
  padding: 0 18%;
}

.teams-section .teams-section-inner {
  margin-bottom: 73px;
  padding: 0 15px;
}

.teams-section .team-section-plan-box {
  padding: 40px 35px;
  border-radius: 20px;
  line-height: 0;
  background: var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
}

.teams-section .teams-section-plan-box figure img {
  box-shadow: 0px 0px 100px 0px rgba(226, 228, 231, 1);
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.teams-section .teams-section-plan-box figure {
  transition: all 0.3s ease-in-out;
  margin-bottom: 31px;
  border-radius: 20px;
}

.teams-section .teams-section-plan-box h4 {
  line-height: 18px;
  margin-bottom: 13px;
  color: var(--e-global-color-primary);
}

.teams-section .teams-section-plan-box span {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 14px;
  color: var(--e-global-color-text);
}

.teams-section .teams-section-plan-box p {
  margin-bottom: 14px;
  padding: 0 20px;
}

.teams-section .teams-section-plan-box a {
  font-size: 15px;
  line-height: 14px;
  font-weight: 400;
  padding: 7px 8px;
  border: 1px solid var(--e-global-color-text);
  color: var(--e-global-color-text);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}

.teams-section .teams-section-plan-box a:hover {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
  border: 1px solid var(--e-global-color-accent);
}

.teams-section .teams-section-plan-box li {
  margin: 0 2px;
}

.teams-section .teams-section-plan-box:hover h4 {
  color: var(--e-global-color-accent);
}

.teams-section .teams-section-plan-box:hover figure {
  background-image: linear-gradient(150deg, #1c204c 50%, #f58748 78%);
  opacity: 1;
}

.teams-section .teams-section-plan-box:hover figure img {
  opacity: 0.2;
}

.teams-section .teams-section-shape-img-1 {
  right: -116px;
  top: 85px;
  z-index: -1;
}

/*-------- TALENT SECTION ------------ */
.talent-section {
  padding: 110px 0;
}

.talent-section-box {
  padding: 90px 395px 101px 78px;
  background: var(--e-global-color-white);
  box-shadow: 0px 0px 100px 0px rgba(226, 228, 231, 1);
  border-radius: 20px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.talent-section-box h2 {
  line-height: 50px;
}

.talent-section-box p {
  margin-bottom: 30px;
}

.talent-section-box .color {
  color: var(--e-global-color-accent);
}

.talent-section-box .career {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 10px;
  padding: 19px 97px 19px 28px;
  text-decoration: none;
  color: var(--e-global-color-accent);
  border: 2px solid var(--e-global-color-accent);
}

.talent-section-box .career:hover {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
  border: 2px solid var(--e-global-color-accent);
}

.talent-section-box i {
  font-size: 20px;
  line-height: 20px;
  right: 29px;
}

.talent-section-box .apply {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 10px;
  padding: 20px 34px;
  border: 2px solid var(--e-global-color-accent);
  text-decoration: none;
  display: inline-block;
  color: var(--e-global-color-white);
  background: var(--e-global-color-accent);
}

.talent-section-box .apply:hover {
  border: 2px solid var(--e-global-color-accent);
  background: transparent;
  color: var(--e-global-color-accent);
}

.talent-section-box .talent-section-shape-img-1 {
  top: -76px;
  left: -173px;
  z-index: -1;
}

.talent-section-box .talent-section-shape-img-2 {
  bottom: -139px;
  left: -305px;
}

/*-------- BLOG SECTION ------------ */
.blog-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section h2 {
  line-height: 50px;
}

.blog-section .blog-section-inner p {
  padding: 0 18%;
}

.blog-section .blog-section-inner {
  margin-bottom: 73px;
  padding: 0 15px;
}

.blog-section .blog-section-plan-box figure img {
  box-shadow: 0px 0px 100px 0px rgba(226, 228, 231, 1);
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.blog-section .blog-section-plan-box figure {
  margin-bottom: 25px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.blog-section .blog-section-plan-box figure:hover {
  background-image: linear-gradient(150deg, #D62300 50%, #FF8201 78%);
  opacity: 1;
}

.blog-section .blog-section-plan-box figure:hover img {
  opacity: 0.2;
}

.blog-section .blog-section-plan-box h4 {
  line-height: 30px;
  margin-bottom: 18px;
  color: var(--e-global-color-primary);
  padding: 0 20px;
}

.blog-section .blog-section-plan-box h4:hover {
  background: -webkit-linear-gradient(var(--e-global-color-accent), var(--e-global-color-accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-section .blog-section-plan-box a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.blog-section .blog-section-plan-box i {
  top: 2px;
  margin-left: 12px;
}

.blog-section .blog-section-plan-box a:hover {
  color: var(--e-global-color-accent);
}

.blog-section .blog-section-shape-img-1 {
  right: -116px;
  top: 85px;
  z-index: -1;
}

/*-------- REVIEW SECTION ------------ */
.review-section {
  padding: 120px 0 110px 0;
  background-color: #f6f6f6;
}

.review-section-box {
  padding: 94px 100px 355px 100px;
  background: var(--e-global-color-white);
  box-shadow: 0px 0px 100px 0px rgba(226, 228, 231, 1);
  border-radius: 20px;
  line-height: 0;
  margin-bottom: -363px;
}

.review-section-box h2 {
  line-height: 50px;
}

.review-section-box p {
  padding: 0 120px;
}

.review-section .review-section-shape-img-1 {
  top: -102px;
  left: -116px;
  z-index: -1;
}

.review-section .review-section-outer {
  padding-top: 90px;
  overflow: hidden;
}

.review-section .review-section-inner {
  background-color: var(--e-global-color-accent);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 90px 94px 90px;
  line-height: 0;
  border-radius: 20px;
}

.review-section .review-section-inner .carousel-inner {
  overflow: visible;
}

.review-section .review-section-inner .name {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 3px;
}

.review-section .review-section-inner .designation {
  font-size: 16px;
  line-height: 26px;
}

.review-section .review-section-review-img-1 {
  top: -50px;
}

.review-section .review-section-review-img-1 img {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  border: 3px solid var(--e-global-color-white);
}

.review-section .review-section-inner p {
  margin-bottom: 26px;
  margin-top: -5px;
}

.review-section .review-section-quote-img-1 {
  top: 90px;
  left: 82px;
}

.review-section .review-section-quote-img-2 {
  bottom: 0;
  right: 82px;
}

.review-section .carousel-control-prev {
  width: auto;
  left: 40px;
  opacity: 1;
  top: 239px;
  display: block;
}

.review-section .carousel-control-next {
  width: auto;
  right: 74px;
  display: block;
  opacity: 1;
  top: 239px;
}

.review-section .carousel-control-prev i,
.review-section .carousel-control-next i {
  font-size: 20px;
  line-height: 40px;
  color: var(--e-global-color-text);
  border: 2px solid;
  border-radius: 12px;
  width: 43px;
  height: 43px;
}

/*-------- NEWSLETTER SECTION ------------ */
.newsletter-section h2 {
  line-height: 50px;
}

.newsletter-section .newsletter-section-inner p {
  padding: 0 18%;
  margin-bottom: 54px;
}

.newsletter-section .newsletter-section-inner {
  padding: 0 15px;
}

.newsletter-section .newsletter-shape-img-1 {
  top: -45px;
  right: 15px;
  z-index: -1;
}

.newsletter-section .newsletter-shape-img-2 {
  bottom: -70px;
  left: 12px;
  z-index: -1;
}

.newsletter-section .newsletter-form .form-group {
  width: 572px;
  margin: 0 auto;
}

.newsletter-section .newsletter-form .form-control {
  background: var(--e-global-color-white);
  box-shadow: 0px 0px 100px 0px rgba(226, 228, 231, 1);
  border: none;
  border-radius: 20px;
  height: 78px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.newsletter-section .newsletter-form .subscribe-btn {
  font-size: 16px;
  line-height: 16px;
  padding: 20px 28px;
  border-radius: 10px;
  font-weight: 600;
  color: var(--e-global-color-white);
  border: 2px solid var(--e-global-color-accent);
  background: var(--e-global-color-accent);
  letter-spacing: 1px;
  right: 11px;
  top: 8px;
  transition: all 0.3s ease-in-out;
}

.newsletter-section .newsletter-form .subscribe-btn:hover {
  border: 2px solid var(--e-global-color-accent);
  background: transparent;
  color: var(--e-global-color-accent);
}

/*-------- FOOTER ------------ */
.footer-section {
  padding: 70px 0 70px 0;
  background-color: #f6f6f6;
  border-top: 1px solid #dcd1d1;
}

.footer-section h5 {
  line-height: 42px;
  margin-bottom: 19px;
}

.footer-section .footer-logo-content .footer-logo {
  margin-bottom: 34px;
}

.footer-section .footer-logo-content p {
  padding-right: 55px;
  line-height: 24px;
}

.footer-section .footer-logo-content a {
  font-size: 15px;
  line-height: 14px;
  font-weight: 400;
  padding: 7px 8px;
  border: 1px solid var(--e-global-color-text);
  color: var(--e-global-color-text);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}

.footer-section .footer-logo-content a:hover {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
  border: 1px solid var(--e-global-color-accent);
}

.footer-section .footer-links-content li a,
.footer-section .footer-support-content li a {
  font-size: 16px;
  line-height: 30px;
  margin-left: 9px;
  color: var(--e-global-color-text);
}

.footer-section .footer-links-content li i,
.footer-section .footer-support-content li i {
  font-size: 16px;
  line-height: 16px;
  color: var(--e-global-color-text);
}

.footer-section .footer-links-content li a:hover,
.footer-section .footer-support-content li a:hover {
  color: var(--e-global-color-accent);
}

.footer-section .footer-info-content li {
  margin: 9px 0;
}

.footer-section .footer-info-content li:last-child {
  margin-bottom: 0;
}

.footer-section .footer-info-content li span {
  font-size: 16px;
  line-height: 16px;
  color: var(--e-global-color-text);
}

.footer-section .footer-info-content li a {
  font-size: 16px;
  line-height: 16px;
  color: var(--e-global-color-text);
}

.footer-section .footer-info-content li a:hover {
  color: var(--e-global-color-accent);
}

.footer-section .footer-secrion-shape-img-1 {
  right: -291px;
  bottom: -95px;
}

/*-------- FOOTER BAR ------------ */
.footer-bar {
  background-color: #f6f6f6;
}

.footer-bar .footer-bar-content {
  padding: 30px 0;
  margin: 30px 15px;
  border-top: 1px solid #dfe0e6;
}

/*-------- ABOUT PAGE ------------ */
/*-------- SUB BANNER SECTION ------------ */
.sub-banner-section-outer {
  background-image: url(../images/breadcrumb.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.sub-banner-section {
  padding: 90px 0 70px 0;
}

.sub-banner-section h1 {
  line-height: 70px;
}

.sub-banner-section p {
  padding: 0 25%;
  margin-bottom: 23px;
}

.sub-banner-section .breadcrum span {
  font-size: 14px;
  line-height: 30px;
}

.sub-banner-section .breadcrum .breadcrum-active {
  text-decoration: underline;
}

.sub-banner-text h2 {
  font-size: 55px;
}

/*-------- ABOUT SERVICE SECTION ------------ */
.about-service-section {
  padding: 90px 0 50px 0;
}

.about-service-section-text {
  margin-top: -8px;
}

.about-service-section h2 {
  line-height: 50px;
}

.about-service-section-text p {
  margin-bottom: 27px;
}

.about-service-section .about-service-section-main-img img {
  box-shadow: 0px 0px 100px 0px rgba(243, 245, 247, 1);
  border-radius: 20px;
}

.about-service-section-text .about-service-section-shape-img-1 {
  top: -49px;
  right: -308px;
}

.about-service-section-listing li {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.about-service-section-listing i {
  font-size: 18px;
  line-height: 18px;
  margin-right: 8px;
  font-weight: 400;
  color: var(--e-global-color-accent);
}

.about-service-section .about-service-section-shape-img-2 {
  top: -74px;
  left: -90px;
}

.about-service-section .counter-box {
  width: 280px;
  padding: 25px 29px 18px 44px;
  background: var(--e-global-color-white);
  box-shadow: 0px 0px 100px 0px rgba(226, 228, 231, 1);
  border-radius: 10px;
  bottom: 61px;
  right: 35px;
}

.about-service-section .counter-box figure {
  margin-right: 22px;
}

.about-service-section .counter-box .number,
.about-service-section .counter-box .suffix {
  color: var(--e-global-color-primary);
  font-size: 40px;
  line-height: 38px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}

.about-service-section .counter-box .customer {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.about-service-section .counter-box .counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

.about-service-section .about-service-section-shape-img-3 {
  bottom: -92px;
  right: -152px;
}

.about-service-section-btn-outer {
  padding-top: 40px;
}

.about-service-section-btn-outer a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 10px;
  padding: 19px 32px;
  text-decoration: none;
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
  border: 2px solid var(--e-global-color-accent);
}

.about-service-section-btn-outer a:hover {
  border: 2px solid var(--e-global-color-accent);
  background: transparent;
  color: var(--e-global-color-accent);
}

.about-service-section-btn-outer i {
  font-size: 20px;
  line-height: 20px;
  right: 29px;
}

.about-service-section .progress-bar-outer {
  padding-top: 24px;
}

.about-service-section .progress-bar-outer span {
  font-size: 16px;
  line-height: 30px;
  color: var(--e-global-color-primary);
  margin-bottom: 6px;
}

.about-service-section .progress-bar-outer .progress-bar {
  height: 10px;
  border-radius: 0;
  background: #eeeeee;
}

.about-service-section .progress-bar-outer .bar {
  width: 0;
  height: 100%;
  background-color: var(--e-global-color-dark-moderate-cyan);
  background-size: 30px 30px;
  animation: move 2s linear infinite;
  box-shadow: 2px 0 10px inset rgba(0, 0, 0, 0.2);
  transition: width 2s ease-out;
}

/*Lollipop background gradient animation*/
@keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 30px 30px;
  }
}

.about-service-section .progress-bar-outer .perc {
  position: absolute;
  top: 40px;
  right: 28px;
  transform: translate(-50%, -50%);
  color: var(--e-global-color-text);
}

.about-service-section .progress-bar-outer .variation-1 {
  background: var(--e-global-color-orange);
}

.about-service-section .progress-bar-outer .variation-1 .perc {
  right: 97px;
}

/*-------- ABOUT VIDEO SECTION ------------ */
.about-page-video-section {
  padding: 170px 0;
}

/*-------- ABOUT CUSTOMER BASE SECTION ------------ */

/*-------- CONTACT SUPPORT SECTION ------------ */
.contact-page-support-section .contact-box {
  padding: 27px 29px 22px 29px;
  background: var(--e-global-color-white);
  box-shadow: 0px 0px 100px 0px rgba(226, 228, 231, 1);
  border-radius: 20px;
  margin-bottom: 20px;
  min-height: 250px;
}

.contact-page-support-section .contact-box figure {
  padding-top: 3px;
}

.contact-page-support-section .counter-box {
  right: -60px;
  bottom: 60px;
}

.contact-page-support-section .contact-box a:hover {
  color: var(--e-global-color-accent);
}

.contact-page-support-section .about-service-section-text p {
  margin-bottom: 32px;
}

/*-------- CONTACT FORM SECTION ------------ */
.contact-form-section .contact-form-shape-img-1 {
  top: -50px;
  left: -299px;
}

.contact-form-section .customer-base-section-text {
  padding-top: 0px;
  margin-top: -10px;
}

.contact-form-section .contact-form .form-control {
  background: var(--e-global-color-white);
  box-shadow: 0px 0px 40px 0px rgba(226, 228, 231, 1);
  border-radius: 20px;
  height: 70px;
  padding: 0 30px;
  border: none;
  font-size: 16px;
  line-height: 26px;
  color: var(--e-global-color-text);
}

.contact-form-section .contact-form .textarea {
  height: 150px;
  resize: none;
  padding-top: 23px;
  padding-bottom: 23px;
}

.contact-form-section .contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form-section .contact-form .submitform-btn {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: var(--e-global-color-white);
  background: var(--e-global-color-accent);
  padding: 20px;
  width: 100%;
  box-shadow: none;
  border: 1px solid var(--e-global-color-accent);
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}

.contact-form-section .contact-form .submitform-btn:hover {
  border: 1px solid var(--e-global-color-accent);
  color: var(--e-global-color-accent);
  background: transparent;
}

.contact-form-section .customer-base-section-text p {
  margin-bottom: 35px;
}

/*-------- MAP SECTION ------------ */
.map-section {
  padding-bottom: 0 !important;
}

.map-section .map-outer {
  background: var(--e-global-color-white);
  box-shadow: 0px 0px 40px 0px rgba(226, 228, 231, 1);
  line-height: 0;
  border-radius: 20px;
}

.map-section .map-outer iframe {
  border-radius: 20px;
}

/*-------- TEAMS PAGE TEAM SECTION ------------ */
.teams-page-team-section {
  padding: 110px 0;
}

.teams-page-team-section .contact-form-shape-img-1 {
  top: -52px;
  left: -290px;
}

.teams-page-team-section .spacer {
  height: 50px;
}

/*-------- TESTIMONIALS SECTION ------------ */
.testimonials-section {
  padding-bottom: 110px;
}

.testimonials-section .testimonial-box {
  padding: 85px 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 100px 0px rgba(243, 245, 247, 1) inset;
  line-height: 0;
}

.testimonials-section .owl-carousel {
  margin-bottom: 80px;
}

.testimonials-section .testimonial-box p {
  margin-bottom: 29px;
}

.testimonials-section .testimonial-box h4 {
  color: var(--e-global-color-accent);
  margin-bottom: 5px;
}

.testimonials-section .testimonial-box-quote-img-1 {
  top: 0;
  left: 45px;
}

.testimonials-section .testimonial-box-quote-img-2 {
  bottom: 0;
  right: 45px;
}

.testimonials-section .owl-nav {
  display: none;
}

.testimonials-section .testimonial-btn-outer a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 10px;
  padding: 19px 42px;
  text-decoration: none;
  color: var(--e-global-color-accent);
  border: 2px solid var(--e-global-color-accent);
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.testimonials-section .testimonial-btn-outer a:hover {
  border: 2px solid var(--e-global-color-accent);
  background: var(--e-global-color-accent);
  color: var(--e-global-color-white);
}

/*-------- ACCORDION SECTION ------------ */
.accordian-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.accordian-section .accordion-card button.btn.btn-link {
  color: var(--e-global-color-white);
  background: var(--e-global-color-accent);
}

.accordian-section p {
  margin-bottom: 33px;
}

.accordian-section .accordian-inner .accordion-card .btn {
  padding: 21px 50px 21px 30px;
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  box-shadow: 0px 0px 100px 0px rgba(226, 228, 231, 1);
  border-radius: 20px;
}

.accordian-section .accordion-card button.btn.btn-link.collapsed {
  color: var(--e-global-color-primary);
  background: var(--e-global-color-white);
}

.accordian-section .accordian-inner .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background: none;
}

.accordian-section .accordian-inner .card-body {
  padding: 15px 30px 0px 30px;
  font-size: 16px;
  line-height: 1.5;
}

.accordian-section .accordion-card button.btn.btn-link:focus {
  outline: none;
}

.accordian-section .accordian-inner .accordion-card {
  margin-bottom: 20px;
}

.accordian-section .accordion-card .btn-link:before {
  content: "\f107";
  position: absolute;
  right: 28px;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.accordian-section .accordion-card .collapsed:before {
  content: "\f105";
}

.accordian-section .accordian-inner .accordion-card:last-child {
  margin-bottom: 0 !important;
}

.accordian-section .accordion-card button.btn.btn-link.collapsed:hover {
  color: var(--e-global-color-accent);
}

/*-------- BLOG PAGES ------------ */
.blog-posts {
  padding: 70px 0 0px 0;
}

.single-post .single-post-heading {
  font-size: 30px !important;
}

/********* LOGIN PAGE FORM *******/
.login-form {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.login-form .login-form-title {
  margin-bottom: 50px;
}

.login-form .login-page-logo {
  margin-bottom: 25px;
}

.login-form .login-form-box {
  width: 450px;
  margin: 0 auto;
  position: relative;
}

.login-form .login-card {
  background: var(--e-global-color-white);
  padding: 45px;
  border-radius: 20px;
  color: var(--e-global-color-primary);
  margin-bottom: 30px;
}

.login-form .login-card label {
  font-size: 16px;
  color: var(--e-global-color-text) !important;
  font-weight: 500;
}

.login-form .login-card .input-field {
  padding: 0px 15px;
  width: 100%;
  border: 1px solid var(--e-global-color-text);
  border-radius: 2px;
  margin-top: 0px;
  height: 56px;
  font-size: 16px;
  line-height: 58px;
}

.login-form .login-card .input-field:focus {
  outline: none;
}

.login-form .login-card .btn-primary {
  padding: 0 45px;
  line-height: 50px;
  font-size: 18px;
  width: 100%;
  max-width: 100%;
  border-radius: 100px;
  margin-bottom: 20px;
  font-weight: 600;
  border: 1px solid var(--e-global-color-accent);
  text-decoration: none;
  display: inline-block;
  color: var(--e-global-color-white);
  background: var(--e-global-color-accent);
}

.login-form .login-card .btn-primary:hover {
  background: transparent;
  color: var(--e-global-color-accent);
}

.login-form .login-card .forgot-password {
  color: var(--e-global-color-accent);
  font-size: 18px;
  text-decoration: none;
}

.login-form .login-card .forgot-password:hover {
  text-decoration: underline;
}

.login-form .login-form-box .join-now-outer a {
  text-decoration: none;
  font-size: 18px;
  color: var(--e-global-color-accent);
}

.login-form .login-form-box .join-now-outer a:hover {
  text-decoration: underline;
}

.login-form .login-card .select-option option {
  font-size: 16px;
}

/********* SIGN-UP PAGE FORM *******/
.sign-up-form {
  padding: 70px 0;
}

.sign-up-form .login-form-box {
  width: 700px;
}

.sign-up-form .login-card label small {
  font-size: 14px;
}

.sign-up-form .login-card .select-option {
  padding: 0px 35px 0 15px;
  width: 100%;
  border: 1px solid var(--e-global-color-text);
  border-radius: 2px;
  margin-top: 0px;
  height: 56px !important;
  font-size: 16px;
  line-height: 56px;
  color: var(--e-global-color-text);
  background-repeat: no-repeat;
  background-position: 97.2% 23px;
  -webkit-appearance: none;
  appearance: none;
}

.sign-up-form .login-card .select-option:focus {
  outline: none;
  box-shadow: none;
}

/* Making Dropdown */
/* Dropdown Button */
.dropdown-item.active,
.dropdown-item:active {
  background-color: #fff;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
}

.dropdown-content a:hover {
  background-color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

@media (min-width: 1600px) {
  .carousel-caption {
    bottom: 14rem !important;
  }
}

@media (min-width: 992px) {
  .banner-image-1 {
    height: 93vh !important;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  .carousel-caption {
    position: absolute;
    right: 39% !important;
    bottom: 10rem;
    left: 13% !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start !important;
  }

  .carousel-caption p {
    color: #fff;
    margin-bottom: 40px;
  }

  .carousel-caption h1 {
    color: #fff;
    margin-bottom: 30px;
  }
}

/* Why Choose Us Section */

.lead-management-why {
  background-color: #eee;
  padding-top: 50px;
}

.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--e-global-color-accent);
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}

.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}

.skills {
  padding-top: 0px;
}

.skills .prog-item {
  margin-bottom: 25px;
}

.skills .prog-item:last-child {
  margin-bottom: 0;
}

.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
}

.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--e-global-color-accent);
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}

.cta-section .form-section {
  padding: 40px 50px;
  background-image: linear-gradient(to right, var(--e-global-color-accent-2) -3%, var(--e-global-color-accent) 101%, var(--e-global-color-accent-2) 64%);
  border-radius: 10px;
}

.cta-section .contact-form-section .contact-form .form-control {
  background: var(--e-global-color-white);
  box-shadow: none;
  border-radius: 8px;
  height: 50px;
  padding: 12px 23px;
  border: none;
  font-size: 15px;
  line-height: 26px;
  color: var(--e-global-color-text);
}

.cta-section .contact-form-section .contact-form .submitform-btn:hover {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.cta-section .contact-form-section h2 {
  color: #fff;
}

.cta-section .contact-form-section .contact-form .submitform-btn {
  background: #fff;
  color: var(--e-global-color-accent);
}

.cta-section .contact-form-section .contact-form .textarea {
  height: 60px;
  padding-top: 14px;
  padding-bottom: 23px;
}

.cta-section {
  padding-top: 0;
  padding-bottom: 100px;
}

/* home cta */

.home-cta-section .form-section {
  padding: 40px 50px;
  background-image: linear-gradient(to right, var(--e-global-color-accent-2) -3%, var(--e-global-color-accent) 101%, var(--e-global-color-accent-2) 64%);
  border-radius: 10px;
}

.home-cta-section .contact-form-section .contact-form .form-control {
  background: var(--e-global-color-white);
  box-shadow: none;
  border-radius: 8px;
  height: 50px;
  padding: 0 23px;
  border: none;
  font-size: 15px;
  line-height: 26px;
  color: var(--e-global-color-text);
}

.home-cta-section .contact-form-section .contact-form .submitform-btn:hover {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.home-cta-section .contact-form-section h2 {
  color: #fff;
}

.home-cta-section .contact-form-section .contact-form .submitform-btn {
  background: #fff;
  color: var(--e-global-color-accent);
}

.home-cta-section .contact-form-section .contact-form .textarea {
  height: 75px;
  padding-top: 16px;
  padding-bottom: 23px;
}

.home-cta-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f6f6f6;
}

@media (max-width: 765px) {
  .home-cta-section .form-section {
    padding: 40px 20px;
  }

  .cta-section .form-section {
    padding: 40px 20px;
  }
}

/* counter */
.counter-section {
  background-color: var(--e-global-color-accent);
  padding: 40px 0;
}

.cicon {
  padding-right: 10px;
  margin-top: 10px;
}

.counter-section.counter {
  display: flex;
  flex-direction: row;
  padding-top: 27px;
}

.counter-value {
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  color: #fff;
}

.ctext p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.list-section li {
  font-weight: bold;
  font-size: 16px;
}

.img-section img {
  height: 360px;
  width: 100%;
}

.counter-section .counter {
  font-size: 35px;
  color: #fff;
  font-weight: 900;
}

.counter-section .counter-1 {
  font-size: 29px;
  color: #fff;
  font-weight: 900;
}

.plus-content-1 {
  position: absolute;
  left: 85px;
  top: 15px;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .service-banner button {
    margin-top: 13px !important;
  }

  .service-banner h5 {
    margin-bottom: 20px;
  }

  .plus-content-1 {
    position: absolute;
    top: 20px;
    color: #fff;
    font-size: 45px;
    font-weight: 900;
  }
}

.plus-content-2 {
  left: 65px;
}

.list {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 20px 15px;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  border-left: 5px solid var(--e-global-color-accent);
  -webkit-box-shadow: -1px 3px 20px 0 rgb(82 90 101 / 10%);
  box-shadow: -1px 3px 20px 0 rgb(82 90 101 / 10%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 18px;
}

.service-list ul li {
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  list-style: none;
}

.service-list ul i {
  background: -webkit-linear-gradient(var(--e-global-color-accent), var(--e-global-color-accent-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
}

.service-list ul li:before {
  position: absolute;
  top: 5px;
  left: 0;
  color: #ff9600;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.solutions-section-plan-box i {
  font-size: 36px;
  background: -webkit-linear-gradient(var(--e-global-color-accent), var(--e-global-color-accent-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-section-service {
  background-image: url(../images/bg.jpg) !important;
  color: #fff !important;
  background-size: cover !important;
  font-size: 14px !important;
  padding: 80px 0 80px 0 !important;
  position: relative !important;
}

.cta-section-service:before {
  content: "" !important;
  background: rgba(0, 0, 0, 0.8) !important;
  position: absolute !important;
  inset: 0 !important;
}

/* Why Choose Us  */
.industries-why-us {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.industry-section h2 {
  line-height: 50px;
  margin-bottom: 16px;
  letter-spacing: 0px;
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.industries-why-us .solutions-section-plan-box {
  text-align: center;
  min-height: 226px !important;
}

.industry-section {
  background-color: #f1f1f1;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* vision mission statemensts */

.statofart {
  background-color: #fff;
  padding-bottom: 70px;
  padding-top: 70px;
}

.vison-mission {
  background-color: #eee;
  padding-bottom: 70px;
  padding-top: 70px;
}

.features .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features .section-title {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .infrastructure-img .about-service-section-main-img img {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .features .section-title {
    margin-bottom: 30px;
  }
}

.single-featuer-1 {
  padding: 35px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
  background-color: #fff;
  margin-top: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  z-index: 2;
  min-height: 321px;
}

.single-featuer-1 .shape {
  position: absolute;
  left: -30px;
  top: -17px;
  height: 60px;
  width: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-featuer-1 .shape2 {
  position: absolute;
  right: -30px;
  bottom: -17px;
  height: 60px;
  width: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-featuer-1:hover .shape {
  left: 3px;
}

.single-featuer-1:hover .shape2 {
  right: 3px;
}

.single-featuer-1:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.13);
}

.single-featuer .serial {
  font-size: 50px;
  font-weight: 700;
  color: #f4f4f4;
  position: absolute;
  right: 25px;
  top: 18px;
  z-index: -1;
}

.single-featuer-1 .serial {
  font-size: 50px;
  font-weight: 700;
  color: #f4f4f4;
  position: absolute;
  right: 25px;
  top: 18px;
  z-index: -1;
}

.single-featuer-1 .service-icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  justify-content: center;
  display: flex;
  padding: 5px;
  border-radius: 8px;
  color: #fff;
  background-image: linear-gradient(to right, var(--e-global-color-accent-2) -3%, var(--e-global-color-accent) 101%, var(--e-global-color-accent-2) 64%);
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(48, 128, 227, 0.18);
  box-shadow: 0px 10px 30px rgba(48, 128, 227, 0.18);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.single-featuer:hover .service-icon {
  background-color: #79dcc0;
  -webkit-box-shadow: 0px 10px 30px #79dcc03d;
  box-shadow: 0px 10px 30px #79dcc03d;
}

.single-featuer-1:hover .service-icon {
  background-color: var(--e-global-color-accent);
  -webkit-box-shadow: 0px 10px 30px #79dcc03d;
  box-shadow: 0px 10px 30px #79dcc03d;
}

.single-featuer h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}

.single-featuer-1 h3 {
  font-size: 29px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 30px;
}

.single-featuer p {
  font-size: 16px;
}

.single-featuer-1 p {
  font-size: 16px;
}

.single-featuer a {
  color: #1ca8c9;
  margin-top: 40px;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}

.single-featuer-1 p {
  font-size: 16px;
}

.single-featuer-1 p {
  font-size: 16px;
}

.single-featuer-1 a {
  color: #1ca8c9;
  margin-top: 40px;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}

.single-featuer a i {
  font-size: 22px;
  margin-left: 12px;
  position: relative;
  top: 3px;
}

.single-featuer a:hover {
  letter-spacing: 1px;
}

/* ================ The Timeline ================ */

.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(236, 0, 0);
  background: -moz-linear-gradient(
    top,
    rgba(80, 80, 80, 0) 0%,
    rgb(236, 0, 0) 8%,
    rgb(236, 0, 0) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(30, 87, 153, 1)),
    color-stop(100%, rgba(125, 185, 232, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(80, 80, 80, 0) 0%,
    rgb(236, 0, 0) 8%,
    rgb(236, 0, 0) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(80, 80, 80, 0) 0%,
    rgb(236, 0, 0) 8%,
    rgb(236, 0, 0) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(80, 80, 80, 0) 0%,
    rgb(236, 0, 0) 8%,
    rgb(236, 0, 0) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(80, 80, 80, 0) 0%,
    rgb(236, 0, 0) 8%,
    rgb(236, 0, 0) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;

  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background-image: linear-gradient(to right, var(--e-global-color-accent-2) -3%, var(--e-global-color-accent) 101%, var(--e-global-color-accent-2) 64%);
  padding: 6px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  font-size: 25px;
  font-weight: 900;
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  font-size: 25px;
  font-weight: 900;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -42px;
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  margin-top: -10px;
  background: #fff;
  border-radius: 50px;
  border: 4px solid rgb(236, 0, 0);
  z-index: 10;
}

.direction-r .flag:before {
  left: -42px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(236, 0, 0);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(236, 0, 0);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;

  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250, 80, 80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248, 248, 248);
}

.desc {
  margin: 1em 0.75em 0 0;

  font-size: 16px;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */
.time-line {
  padding: 50px 0;
}

@media screen and (max-width: 660px) {
  .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }

  .timeline li {
    padding: 2em 0;
  }

  .direction-l,
  .direction-r {
    float: none;
    width: 100%;

    text-align: center;
  }

  .flag-wrapper {
    text-align: center;
  }

  .flag {
    background: var(--e-global-color-accent);
    z-index: 15;
  }

  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: -54%;
    right: 28px;
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    margin-top: -10px;
    background: #fff;
    border-radius: 47px;
    border: 4px solid rgb(236 0 0);
    z-index: 10;
  }

  .direction-r .flag:before {
    left: 29px;
  }

  .direction-l .flag:after,
  .direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(236, 0, 0);
    border-width: 8px;
    pointer-events: none;
  }

  .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }

  .direction-l .time-wrapper {
    float: none;
  }

  .direction-r .time-wrapper {
    float: none;
  }

  .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(245, 245, 245);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);

    z-index: 15;
  }

  .direction-l .desc,
  .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;

    z-index: 15;
  }
}

@media screen and (min-width: 400px) and(max-width: 660px) {
  .direction-l .desc,
  .direction-r .desc {
    margin: 1em 4em 0 4em;
  }
}

/* our-team-section */

.our-team-section .top {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}

.our-team-section .box {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 20px;
}

.our-team-section .box p {
  text-align: justify;
}

.our-team-section img {
  width: 100%;
}

.our-team-section .social {
  margin-top: -270px;
  background: var(--e-global-color-accent);
  border-radius: 0 20px 20px 0;
  position: absolute;
}

.our-team-section a {
  display: flex;
  margin: 5px;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  padding: 5px;
}

.our-team-section .fab {
  line-height: 30px;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
}

.our-team-section .text {
  text-align: start;
  color: #000;
}

.our-team-section h6 {
  font-size: 20px;
  background: -webkit-linear-gradient(var(--e-global-color-accent), var(--e-global-color-accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* sub dropdown */
.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.dropdown-menu li {
  position: relative;
}

.sub-dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100% !important;
  background-color: #fff;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu li:hover .sub-dropdown-menu {
  display: block;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  color: white;
  padding: 10px 20px;
  text-decoration: none;
}

.dropdown-menu a:hover {
  background-color: #575757;
}

@media (max-width: 992px) {
  .sub-dropdown-menu {
    background-color: #fff !important;
    left: -72% !important;
  }

  .map-iframe {
    width: 100%;
  }

  .contact-page-support-section .contact-box {
    min-height: auto;
  }

  .industries-why-us .solutions-section-plan-box {
    min-height: auto !important;
  }
}

@media (min-width: 992px) {
  .icon-drop {
    display: none;
  }
}

.height-reduce .solutions-section-plan-box h4 {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
  line-height: 30px;
}

.height-reduce .solutions-section-plan-box {
  padding: 30px;
  box-shadow: 0px 0px 100px 0px rgba(226, 228, 231, 1);
  text-align: center;
  min-height: 195px !important;
}

/* Need Help */

.need-help-box {
  position: relative;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}

.need-help-box:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--e-global-color-accent);
}

.need-help-box .need-help-img img {
  width: 100%;
}

.need-help-box .need-help-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  z-index: 2;
}

.need-help-box .need-help-content h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  width: 100%;
}

.need-help-box .need-help-content h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  width: 100%;
}

.need-help-box .need-help-content h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  width: 100%;
}

.widget figure {
  margin: 0;
}

.widget h4 a:hover {
  color: #fff;
  text-decoration: none;
}

.widget h4 a {
  color: #fff;
}

.widget .solutions-section-button a {
  padding: 16px 19px;
  font-size: 15px;
  background-color: #fff;
  color: #000;
}

/* \end{code} */

.phone-call a {
  color: #ffffff;
}

a {
  /* color: #e81856; */
  text-decoration: none;
}

i {
  font-style: italic;
}

.whatsapp-icon {
  color: white;
  /* font-size: 15px; */
}

#mobile-call-buttons {
  background: #156afd;
  bottom: 0;
  height: 50px;
  left: 0;
  position: fixed;
  /* display: none; */
  right: 0;
  z-index: 100;
}

#mobile-call-buttons ul {
  padding: 0px;
}

#mobile-call-buttons ul li {
  border-bottom: 1px solid #fff;
  background: var(--e-global-color-accent);
  position: relative;
  width: 100%;
  list-style: none;
  float: left;
  line-height: 50px;
  text-align: center;
}

#mobile-call-buttons ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

#mobile-call-buttons ul li a i {
  -webkit-animation: pulsate 0.5s ease-out;
  animation: pulsate 0.5s ease-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@media (max-width: 767px) {
  .footer-bar {
    margin-bottom: 36px !important;
  }
}

.custom-border-radius {
  border-radius: 23px !important;
}

.modal-body form input {
  width: 100% !important;
  margin-bottom: 30px !important;
  border: none !important;
  padding: 4px 0px !important;
  border-bottom: 1px solid #e0e0e0 !important;
  padding-left: 30px !important;
}

.modal-body form input::placeholder {
  margin-left: 20px !important;
}

.modal-body form input:focus {
  outline: none !important;
}

.modal-footer button {
  background-color: var(--e-global-color-accent) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.modal-title {
  color: var(--e-global-color-accent) !important;
}

.modal-footer {
  height: 80px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.modal-footer button:hover {
  background-color: #fff !important;
  color: var(--e-global-color-accent) !important;
  border: 1px solid var(--e-global-color-accent) !important;
}

.form-input {
  position: relative !important;
}

.form-input img {
  position: absolute !important;
  top: 5px !important;
}

.modal-heading .close {
  color: var(--e-global-color-accent);
  margin-bottom: 23px !important;
}

.modal-heading .close:focus {
  outline: none !important;
}

.modal-heading {
  display: flex !important;
  justify-content: space-between !important;
}

.modal-body form button {
  background-color: var(--e-global-color-accent) !important;
  color: #fff !important;
  border: none !important;
  margin-top: 20px !important;
  padding: 5px 0px !important;
  border: 1px solid var(--e-global-color-accent) !important;
  border-radius: 10px !important;
}

.modal-heading h4 {
  margin-bottom: 20px !important;
}

.modal-body form button:hover {
  background-color: #fff;
  color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent) !important;
}

.modal-icons {
  width: 22px;
}

.error-section {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.menu-list i {
  display: none;
}

.form-group input[type="checkbox"]:checked ~ label {
  color: #606480;
}

.form-group {
  color: #606480 !important;
}

.txt-clr {
  color: #ea0000 !important;
}

/* calculator */

.input-label {
  color: #606480;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
}

.min-max-wrap {
  display: flex;
  justify-content: space-between;
}

.min-inp-amt,
.max-inp-amt {
  color: grey;
}

.crange {
  height: 100px;
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  background: #ddd;
  outline: none;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 15px;
  background: #ea0000;
  border-radius: 10px;
}

.cstm {
  background-color: #ea0000;
  border: 1px solid #ea0000;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  padding: 5px 0;
}

.cstm:hover {
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  color: #ea0000;
  border: 1px solid #ea0000;
}

.cstm:focus {
  outline: none !important;
}

.result-wrap {
  margin-bottom: 16px;
  background-color: #ddd;
  padding: 10px 10px 10px 20px;
  box-shadow: 0px 0px 100px 0px rgba(226, 228, 231, 1);
  border-radius: 10px;
}

.result-label {
  color: #606480;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
}

.result-output {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.l-result-wrap {
  margin-bottom: 16px;
  background-color: #fff;
  padding: 10px 10px 10px 20px;
  box-shadow: 0px 0px 100px 0px rgba(226, 228, 231, 1);
  border-radius: 10px;
}

.l-result-label {
  color: #606480;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
}

.l-result-output {
  color: #16631d;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.main-result {
  font-size: 30px;
  line-height: 35px;
}

.l-main-result {
  font-size: 30px;
  line-height: 35px;
}

.highligter-wrap {
  background-image: url("./../images/highlight-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 50px 0px;
  padding: 50px 0 30px 0;
}

.highligter-wrap .highligter-box h1 {
  font-size: 30px;
  line-height: 45px;
  color: #fff;
}

.highligter-wrap .highligter-box h1 span {
  font-weight: bolder;
}

.highligter-box {
  animation: highligter-box 2s ease-out infinite;
  margin: 56px 0px;
}

@keyframes highligter-box {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(0.8, 0.8);
  }

  100% {
    transform: scale(1, 1);
  }
}

@media only screen and (max-width: 1439px) {
  .highligter-box {
    padding: 32px 0px;
  }
}

@media only screen and (max-width: 991px) {
  .highligter-box {
    padding: 18px 0px 8px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .highligter-box {
    padding: 0px;
  }
}

.highligter-wrap a {
  text-decoration: none;
}

.broucher {
  background: var(--e-global-color-accent);
}

.broucher a {
  padding: 6px 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  /* font-family: Open Sans; */
  color: #fff;
}

.icon {
  position: relative;
  top: 5px;
}

.brlr {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

.scalup {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start !important;
  color: #fff;
  height: 120px;
  background-color: #D62300;
  transition: all 0.3s ease;
  margin-bottom: -73px;
}

.scalup:hover {
  transform: translateY(-50%);
}

.scalup p {
  color: #fff !important;
  font-size: 14px;
  font-weight: 300;
}

.broucherm {
  background-color: var(--e-global-color-accent);
}

.broucherm a {
  padding: 16px 0;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;

  color: #fff;
  text-transform: uppercase;
}

.scalupm {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start !important;
  color: #fff;
  height: 70px;
  background-color: var(--e-global-color-accent);
  transition: all 0.3s ease;
}

.scalupm:hover {
  transform: translateY(-50%);
}

.service-page-button a {
  background-image: linear-gradient(to right, var(--e-global-color-accent-2) -3%, var(--e-global-color-accent) 101%, var(--e-global-color-accent-2) 64%);
  padding: 10px 40px;
  border: none;
  text-decoration: none;
  color: #fff !important;
  cursor: pointer;
  font-weight: bolder;
  font-size: 20px;
}

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

.full-width {
  width: 100%;
}
.small-size {
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: capitalize;
}

.red-color {
  color: var(--e-global-color-accent);
}

.free-demo {
  position: fixed;
  top: 400px;
  right: -80px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-image: linear-gradient(to right, var(--e-global-color-accent-2) 62%, var(--e-global-color-accent) 104%, var(--e-global-color-accent-2) -1%);
  color: #fff;
  width: 200px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  padding: 4px 0px;
  transform: rotate(270deg);
  border: none;
  border-radius: 0;
  font-weight: bolder;
}
.free-demo:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.main-header .navbar-brand .navbar-logo img{
width: 215px;
}
  .footer-logo-content .footer-logo img{
width: 215px;
}