@charset "UTF-8";
/*============================================ 
======== Css Content =========
# Typography
# Normalize 
# Global style
# Pages style
# Responsive style
============================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");
:root {
  --body-font-primary: "Poppins", sans-serif;
  --body-color: #ffffff;
  --body-bg: #ffffff;
  --custom-bg: #ffffff;
  --body-text-color: rgba(0, 0, 0, 0.5);
  --heading-color: #191919;
  --placeholder-color: #b2b0c1;
}

body {
  font-family: var(--body-font-primary);
  background-color: var(--body-color);
  color: var(--body-text-color);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
}

section {
  overflow-x: hidden;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ol,
ul,
li,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a {
  color: var(--heading-color);
  line-height: 1.2;
  font-weight: 500;
  font-family: var(--body-font-primary);
  margin-bottom: 0.5rem;
}
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}

h1,
h1 > a {
  font-weight: 600;
  font-size: 2.5rem;
}

h2,
h2 > a {
  font-weight: 600;
  font-size: 1.75rem;
}

h3,
h3 > a {
  font-weight: 600;
  font-size: 1.5rem;
}

h4,
h4 > a {
  font-weight: 600;
  font-size: 1.25rem;
}

h5,
h5 > a {
  font-size: 1.125rem;
  font-weight: 600;
}

h6,
h6 > a {
  font-size: 1rem;
  font-weight: 600;
}

a {
  color: var(--heading-color);
  transition: 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

a:focus,
a:hover {
  color: #3a79f9 !important;
  outline: none;
}

p {
  line-height: 1.6875rem;
  color: var(--body-text-color);
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

input,
textarea {
  width: 100%;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--placeholder-color) !important;
  opacity: 1;
  font-size: 14px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--placeholder-color) !important;
  opacity: 1;
  font-size: 14px;
}
input::placeholder,
textarea::placeholder {
  color: var(--placeholder-color) !important;
  opacity: 1;
  font-size: 14px;
}

.form-select {
  color: var(--placeholder-color) !important;
}
.form-select option {
  color: rgba(19, 18, 18, 0.8) !important;
  padding: 10px;
}

button {
  border: none !important;
}

.form-control {
  padding: 0.5625rem 0.75rem;
  border: none;
  border-radius: 0.125rem;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}

ul {
  list-style-type: none;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt-30 {
  padding-top: 30px;
}

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

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

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

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.my-20 {
  margin: 20px auto;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

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

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pxy-30 {
  padding: 30px;
}

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

@media (max-width: 991px) {
  .mt-60 {
    margin-top: 40px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .pt-80 {
    padding-top: 50px;
  }
  .pb-80 {
    padding-bottom: 50px;
  }
  .mb-80 {
    margin-bottom: 50px;
  }
  .mt-80 {
    margin-top: 50px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .py-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 30px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pxy-30 {
    padding: 20px 13px;
  }
}
@media (max-width: 575px) {
  .mt-60 {
    margin-top: 25px;
  }
  .mb-60 {
    margin-bottom: 25px;
  }
  .py-80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-120 {
    padding-top: 50px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
  .py-120 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pxy-30 {
    padding: 15px 10px;
  }
}
*::-webkit-scrollbar {
  width: 0.4vw;
  height: 16px;
}

*::-webkit-scrollbar-thumb {
  background: #434343;
  border-radius: 16px;
  box-shadow: inset 2px 2px 2px hsla(0deg, 0%, 100%, 0.25),
    inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}

*::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #434343, #434343 1px, #111 0, #111);
}

#pre_loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: visible;
  background: url(../images/logo/credibrokers_logo.webp) no-repeat center center;
  background-size: 20%;
  background-color: #e5eff1;
}

.scrollToTop {
  position: fixed;
  right: 30px;
  bottom: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #3a79f9;
  font-size: 20px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  color: #fff !important;
  transition: 0.3s;
  transform: translateY(100%);
}
.scrollToTop:hover {
  color: #fff !important;
}
.scrollToTop:focus {
  color: #fff !important;
}

.topActive {
  bottom: 30px;
  transform: translateY(0%);
}

.error {
  color: red;
  font-size: 14px;
}

.title_mb {
  margin-bottom: 3.75rem;
}

.section_title_mb {
  margin-bottom: 1.5625rem;
}

.section_py {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.section_padding {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.section_pt {
  padding-top: 3.75rem;
}

.section_pb {
  padding-bottom: 3.75rem;
}

.section_pyUp {
  padding-top: 7.5rem;
  padding-bottom: 3.75rem;
}

.section_pyDown {
  padding-top: 3.75rem;
  padding-bottom: 7.5rem;
}

.content_mb {
  margin-bottom: 1.875rem;
}

.content_title_mb {
  margin-bottom: 1rem;
}

.part_title {
  margin-bottom: 1rem;
}

.mb_4rem {
  margin-bottom: 4rem;
}

.mb_2UpRem {
  margin-bottom: 2.5rem;
}

.mb_rem {
  margin-bottom: 1rem;
}

.mb_none {
  margin-bottom: 0 !important;
}

.mb_1UpRem {
  margin-bottom: 1.25rem;
}

.mb_3halfRem {
  margin-bottom: 1.5rem;
}

.title_ch {
  max-width: 18ch;
}

.content_ch {
  max-width: 50ch;
}

.xsmall {
  font-size: 0.8125rem !important;
}

.slarge {
  font-weight: 600;
  font-size: 1.125rem;
}

.large {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--body-font-primary);
}

.x_large {
  font-weight: 600;
  font-size: 1.5rem;
}

.xx_large {
  font-weight: 600;
  font-size: 1.75rem;
}

.color {
  color: #3a79f9;
}

.font_weight {
  font-weight: 500;
}

.font_weight_600 {
  font-weight: 600;
}

.shadow {
  box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
}

.shadow_sm {
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
}

.shadow_md {
  box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
}

.shadow_lg {
  box-shadow: 0.375rem 0.3125rem 1.5625rem rgba(0, 0, 0, 0.2);
}

.shadow__none {
  box-shadow: none !important;
}

.text_white {
  color: var(--body-text-color) !important;
}

.bg-white {
  background: var(--body-bg) !important;
}

.bg-custom {
  background: var(--custom-bg) !important;
}

.btn-others {
  background: linear-gradient(88deg, #3a79f9 0%, #518bff 51%, #3a79f9 100%);
  background-size: 200% auto;
  color: #fff !important;
  border: none;
  outline: none !important;
  padding: 0.375rem 1rem;
  border-radius: 6.25rem;
  transition: 0.5s;
  width: auto;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.btn-others:hover {
  box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.3);
  color: #fff !important;
}

.btn-theme {
  background: linear-gradient(88deg, #f9f871 0%, #ebe92c 51%, #f4e22b 100%);
  background-size: 200% auto;
  color: #303030 !important;
  border: none;
  outline: none !important;
  padding: 15px 43px;
  border-radius: 6.25rem;
  transition: 0.5s;
  width: auto;
  font-weight: 600;
  font-size: 1.125rem;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.btn-theme:hover span {
  transform: translatex(-10px);
  transition: 0.5s;
}
.btn-theme span {
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btn-theme span:after {
  content: "→";
  position: absolute;
  opacity: 0;
  right: -30px;
  font-size: 20px;
  font-weight: 900;
  transition: 0.5s;
}
.btn-theme:hover span:after {
  opacity: 1;
  right: -30px;
}
.btn-theme:hover {
  background-position: right center;
  color: #303030 !important;
}

.btn_light {
  background: #e6eefe !important;
  color: #4582fc !important;
  transition: 0.1s;
}
.btn_light:hover {
  background: #3a79f9 !important;
  color: #fff !important;
}

.alert {
  transition: 1s;
  margin-bottom: -20px;
  margin-top: 10px;
  display: block;
}

.in-box {
  position: relative;
  margin-bottom: 1.5625rem;
}
.in-box label {
  position: absolute;
}

.contact-area .contact_form {
  border-radius: 10px;
  background-color: rgba(76, 33, 118, 0.4588235294);
  border: 1px solid rgba(127, 108, 152, 0.5);
}
.contact-area .contact_form label {
  margin-bottom: 10px;
  font-weight: 500;
}
.contact-area .contact_form .error {
  position: absolute;
  font-size: 14px;
  color: #f55656;
}

/* Social Icons */
.social_icons {
  font-size: 120%;
}

.social_icons a {
  padding: 0.125rem 0.25rem;
  color: #9e9e9e;
}

/* #Navbar */
.header_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header_area .navbar {
  padding: 0;
}
.header_area .navbar-toggler {
  color: #fff;
  font-size: x-large;
}
.header_area .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.header_area .navbar-nav .nav-item {
  margin-left: 14px;
  align-items: center;
  display: flex;
}
.header_area .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  line-height: 23px;
  color: var(--heading-color);
  font-weight: 600;
  font-family: var(--body-font-secondary);
  padding: 10px;
  color: #ffffff;
  padding: 35px 5px;
  text-transform: capitalize;
}
.header_area .navbar-nav .nav-item .nav-link.quote {
  background: linear-gradient(88deg, #3a79f9 0%, #518bff 51%, #3a79f9 100%);
  background-size: 200% auto;
  border-radius: 6.25rem;
  padding: 0.4375rem 1rem;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  color: #fff;
}
.header_area .navbar-nav .nav-item .nav-link.quote:hover {
  box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.3);
}
.header_area .navbar-nav .nav-item .nav-link.quote:focus {
  color: #fff !important;
}
.header_area .navbar-nav .nav-item:hover a.quote {
  color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
  color: #3a79f9 !important;
}

.fixed-top {
  position: fixed;
  top: -70px;
  transform: translateY(70px);
  transition: transform 0.5s;
  background: #191232;
}

.active {
  color: #3a79f9 !important;
}

.footer_area {
  display: block;
  background-color: #161c3d;
  z-index: 1;
}
.footer_area p,
.footer_area a {
  color: rgba(255, 255, 255, 0.61);
}
.footer_area .about_company img {
  min-width: auto;
}
.footer_area .about_company .about {
  color: rgba(255, 255, 255, 0.61);
  margin-top: 24px;
  margin-bottom: 36px;
}
.footer_area .about_company .social_icon a {
  border-radius: 50%;
  padding: 11px;
  transition: 0.3s;
  background: transparent;
  margin-left: 10px;
  background: rgba(118, 182, 237, 0.07);
}
.footer_area .about_company .social_icon a:first-child {
  margin-left: 0;
}
.footer_area .about_company .social_icon a i {
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: 0.3s;
}
.footer_area .about_company .social_icon a:hover {
  background: #3a79f9;
  background-size: 200% auto;
}
.footer_area .quick_links h3 {
  color: #fff;
  margin-bottom: 1.5rem;
}
.footer_area .quick_links li a {
  display: block;
  padding: 7px 0;
}
.footer_area .quick_links li:hover a {
  color: #fff;
}
.footer_area .get_in_touch h3 {
  color: #fff;
  margin-bottom: 1.5rem;
}
.footer_area .get_in_touch .call {
  margin-top: 2rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.footer_area .get_in_touch .call .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 58px;
  background-color: #3a79f9;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: all 500ms ease;
}
.footer_area .get_in_touch .call .logo i {
  font-size: 1.875rem;
  color: #fff;
  rotate: -45deg;
}
.footer_area .get_in_touch .call a {
  font-size: 1.375rem;
}
.footer_area .newsletter h3 {
  color: #fff;
  margin-bottom: 1.5rem;
}
.footer_area .newsletter .frmSubscribe {
  margin-top: 20px;
  margin-bottom: 10px;
}
.footer_area .newsletter .frmSubscribe .form-control {
  height: 70px;
  width: 100%;
  background-color: #39465a;
  outline: none;
  font-size: 14px;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 60px;
}
.footer_area .newsletter .frmSubscribe .btn-theme {
  border-radius: 3px;
  width: 100%;
}
.footer_area .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 27px 0;
}
.footer_area .footer_bottom .footer_terms {
  display: flex;
  justify-content: end;
  gap: 30px;
}
@media (min-width: 992px) {
  .nav-item .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: #161c3d;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
  }
  .nav-item .dropdown-menu li {
    margin-left: 0;
    text-align: left;
    display: block;
  }
  .nav-item .dropdown-menu li a {
    padding: 9px 15px 9px 25px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    display: block;
    font-size: 14px;
  }
  .nav-item .dropdown-menu li a:hover {
    color: #3a79f9;
    background: transparent;
  }
  .nav-item:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
@media (max-width: 1199px) {
  .header_area .navbar-nav .nav-item .nav-link {
    padding: 27px 0px;
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .header_area .navbar-nav {
    margin-right: 30px;
    padding: 20px 25px 30px;
  }
  .header_area .navbar-nav .nav-item {
    display: block;
  }
  .header_area .navbar-nav .nav-item .nav-link {
    padding: 6px 0px;
    font-size: 0.875rem;
    font-size: 1rem;
  }
  .header_area .navbar-nav .nav-item .nav-link.quote {
    margin-top: 10px;
  }
  .header_area .navbar-collapse {
    background: #161c3d;
    border-radius: 5px;
  }
  .header_area .nav-right {
    padding-bottom: 15px;
  }
  .header_area .navbar-nav .dropdown-menu {
    background: #161c3d;
    border: none;
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  }
  .header_area .navbar-nav .dropdown-menu li a {
    padding: 9px 15px 9px 25px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    display: block;
    font-size: 14px;
  }
  .header_area .navbar-nav .dropdown-menu li a:hover {
    color: #3a79f9;
    background: transparent;
  }
  .copyright {
    text-align: center;
    margin-bottom: 1rem;
  }
  .footer_terms {
    justify-content: center !important;
  }
}
@media (max-width: 479px) {
  .header_area .navbar-nav {
    padding: 20px 20px 25px;
  }
}
.business_grow {
  min-height: 100vh;
  min-width: 100%;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.business_grow .section-layout {
  min-width: 100%;
  height: 100%;
}
img.logo {
  width: 95px;
  padding: 10px;
  border-radius: 15px;
}
.business_grow::before {
  content: "";
  background-color: #021754f0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
.business_grow .bg_hero {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.business_grow .bg_hero img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.business_grow h1 {
  color: #fff;
}
.business_grow a.text-white:hover {
  text-decoration: underline;
}
.business_grow .content_message {
  margin-bottom: 3rem;
}

.on_time_area .part {
  display: flex;
}
.on_time_area .part.mb-0 {
  margin-bottom: 0;
}
.on_time_area .part .img_area {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgb(84 58 249 / 13%);
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 30px;
}
.on_time_area .part .img_area img {
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  -o-object-fit: contain;
  object-fit: contain;
}
.on_time_area .part .text_part h3 {
  line-height: 1.55;
}

.about_area .about {
  background-color: #f3f7fa;
  padding: 70px;
  border-radius: 30px;
}
.about_area .about .about_text .large {
  margin-bottom: 1.25rem;
}
.about_area .about .about_text .part {
  display: flex;
}
.about_area .about .about_text .part .img_area {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(58, 121, 249, 0.1294117647);
  border-radius: 50%;
  margin-right: 25px;
}
.about_area .about .about_text .part .img_area img {
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  -o-object-fit: contain;
  object-fit: contain;
}
.about_area .about .about_text .part .text_part .part_title {
  margin-bottom: 1rem;
}
.about_area .about .about_text .readmore {
  display: flex;
  gap: 30px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.about_area .about .about_image {
  justify-content: center;
  display: flex;
}

.services_area .title_area {
  text-align: center;
}
.services_area .title_area p {
  margin-top: 5px;
}
.services_area .part {
  padding: 60px 30px 35px 30px;
  box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  text-align: center;
  margin: 0.8125rem auto;
}
.services_area .part img {
  height: 55px;
  width: 55px;
  margin-bottom: 1.5625rem;
}

.countdown {
  position: relative;
  overflow: hidden;
}
.countdown::after {
  content: "";
  background-color: #161c3d;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: -1;
}
.countdown .bg_countdown {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.countdown .works {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 30px;
}
.countdown .works .text_part {
  text-align: center;
}
.countdown .works .text_part p {
  color: #f3f7fa;
}

.how_it_works .title_area p {
  margin-top: 5px;
}
.how_it_works .part .img_area {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(58, 121, 249, 0.1294117647);
  border-radius: 50%;
  margin-right: 25px;
  margin-bottom: 2.5625rem;
  position: relative;
}
.how_it_works .part .img_area img {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  -o-object-fit: contain;
  object-fit: contain;
}
.how_it_works .part .img_area span {
  background-color: #3a79f9;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.how_it_works .part .text_part .part_title {
  margin-bottom: 1rem;
}

.successful_stories .part {
  width: 100%;
  height: auto;
  position: relative;
}
.successful_stories .part img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.successful_stories .part .text_part {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 2rem;
  z-index: 7;
  transition: 0.4s;
}
.successful_stories .part:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  height: 100%;
  transition: 0.3s;
  box-shadow: inset 0 0 0 1000px rgba(118, 182, 237, 0.07);
}
.successful_stories .part:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.successful_stories .part:hover .text_part h3,
.successful_stories .part:hover .text_part p {
  color: #fff;
}
.successful_stories .part .figure {
  background-color: #3a79f9;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: -0.04rem;
  left: 3rem;
  padding: 1rem;
  transform: rotate(-90deg);
  transform-origin: bottom;
  margin: 0 0 1rem;
  z-index: 15;
}

.talk_to_us {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.talk_to_us::after {
  content: "";
  background-color: #161c3d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: -1;
}
.talk_to_us .bg_talk {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.talk_to_us .talk {
  display: flex;
  align-items: center;
  gap: 50px;
}
.talk_to_us .talk .text_area h2 {
  color: #fff;
}
.talk_to_us .talk .text_area p {
  color: #fff;
}
.talk_to_us .talk .btn_talk {
  font-size: 0.8125rem;
  text-transform: uppercase;
}

.team_area .part {
  height: auto;
  width: auto;
}
.team_area .part img {
  background-color: rgba(22, 28, 61, 0.0352941176);
  max-width: 100%;
  height: auto;
  transition: all 0.25s;
}
.team_area .part img:hover {
  box-shadow: 10px 10px 0 #3a79f9;
}
.team_area .part .text_area {
  margin-top: 1.5rem;
}

.gallery_area .gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2.1875rem;
}
.gallery_area .gallery .gallery_img {
  height: 100%;
  width: 100%;
  position: relative;
}
.gallery_area .gallery .gallery_img:nth-child(1) {
  grid-row: span 2;
}
.gallery_area .gallery .gallery_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery_area .gallery .gallery_img .img_about {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 15px;
  background-color: #273252;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
.gallery_area .gallery .gallery_img .img_about .about_title {
  color: #3a79f9;
}
.gallery_area .gallery .gallery_img .img_about h3 {
  color: #fff;
}
.gallery_area .gallery .gallery_img:hover .img_about {
  opacity: 1;
}

.prices_area .prices {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}
.prices_area .prices .card {
  border-radius: 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
  box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.prices_area .prices .card .card-header {
  background-color: #161c3d;
  border: none;
  padding: 1rem 0;
}
.prices_area .prices .card .card-header h6 {
  color: #fff;
  margin-bottom: 0;
}
.prices_area .prices .card .card-body {
  padding: 0 0 1rem;
}
.prices_area .prices .card .card-body ul li {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border: 0;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.prices_area .prices .card .card-footer {
  background: none;
  border: none;
  padding: 1.5625rem;
}
.prices_area .prices .card:nth-child(2) {
  box-shadow: 0.375rem 0.3125rem 1.5625rem rgba(0, 0, 0, 0.2);
  margin-top: -1.25rem;
  margin-bottom: -1.125rem;
  z-index: 2;
}
.prices_area .prices .card:nth-child(2) .card-header {
  background-color: #3a79f9;
}
.prices_area .prices .card:nth-child(2) .doller {
  background-color: #346de0;
}
.prices_area .prices .card:nth-child(2) .doller p.x_large {
  color: #fff;
}
.prices_area .prices .card:nth-child(2) .doller p.xsmall {
  color: rgba(255, 255, 255, 0.61);
}

.testimonial {
  margin-bottom: 1.875rem;
}
.testimonial .goal {
  background-color: #f2f2f2;
}
.testimonial .company_logo {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
  padding: 95px 0px 295px 0px;
}
.testimonial .company_logo img {
  margin: auto;
}
.testimonial .author {
  margin: -235px auto 0px auto;
}
.testimonial .author .container {
  box-shadow: 0 0 73px rgba(10, 10, 10, 0.07);
}
.testimonial .author .container button.slick-arrow {
  display: none !important;
}
.testimonial .author .author_content {
  padding: 70px 60px 60px 75px;
  background-color: #fff;
}
.testimonial .author .author_content .text {
  width: 80%;
  margin: auto;
}
.testimonial .author .author_content .quote {
  font-size: 263px;
  float: none;
  height: 170px;
  margin-top: -90px;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  color: #e1e1e1;
}
.testimonial .author .author_content .blockquote_text {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #404040;
  margin-bottom: 3rem;
}
.testimonial .author .author_content .author_testimonial {
  display: flex;
  gap: 30px;
}
.testimonial .author .author_content .author_testimonial .author_img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial .author .author_content .author_testimonial .author_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.consulting {
  position: relative;
  background: linear-gradient(#021d50, #021d50c7), url(../images/bg-contact.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

.consulting::after {
  content: "";
  background-color: #161c3d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: -1;
}
.consulting .consulting_text h3,
.consulting .consulting_text p {
  color: #fff;
}
.consulting .consulting_text .consulting_bottom {
  display: flex;
  gap: 1.875rem;
}
.consulting .consulting_text .consulting_bottom .left_text {
  display: flex;
  align-items: center;
  max-width: 300px;
  background-color: var(--brium-white);
  padding: 25px 25px 16px;
  border-radius: 3px;
  gap: 1.25rem;
  background-color: #fff;
}
.consulting .consulting_text .consulting_bottom .left_text img {
  min-width: 5.25rem;
  color: red;
}
.consulting .consulting_text .consulting_bottom .left_text .text {
  color: #261f22;
}
.consulting .consulting_text .consulting_bottom .right_text {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.consulting .consulting_contact {
  background-color: var(--custom-bg);
  padding: 41px 60px 60px;
  border-radius: 5px;
  margin-left: 70px;
}
.consulting .consulting_contact .form-control {
  outline: none;
  height: 55px;
  width: 100%;
  border: 1px solid #eaebf1;
  background-color: #f1f3fa;
  color: rgba(19, 18, 18, 0.8);
  font-weight: 400;
  border-radius: 3px;
  display: block;
  outline: none;
  font-size: 15px;
  border: none;
}
.consulting .consulting_contact .form-control:focus,
.consulting .consulting_contact .form-control:focus-within {
  outline: none;
  box-shadow: none;
}
.consulting .consulting_contact .btn-theme {
  width: 100%;
}

.blog_area .part .blogImg {
  position: relative;
  overflow: hidden;
}
.blog_area .part .blogImg img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.blog_area .part .blogImg .blog_date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #3a79f9;
  text-align: center;
  padding: 13px 14px 12px;
  align-items: center;
  border-radius: 3px;
  color: #fff;
}
.blog_area .part .blogImg .blog_date p {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
.blog_area .part .text_area {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 0px rgba(201, 199, 205, 0.35);
  padding: 24px 25px 18px;
}
.blog_area .part .text_area .top_area {
  display: flex;
  gap: 20px;
}
.blog_area .part .text_area .top_area .author,
.blog_area .part .text_area .top_area .marketing {
  font-size: 15px;
}
.blog_area .part .text_area .top_area .author i,
.blog_area .part .text_area .top_area .marketing i {
  margin-right: 5px;
}
.blog_area .part .text_area .blog_title {
  margin-top: 14px;
}
.blog_area .part .text_area .bottom_area {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d0d0d0;
  padding-top: 0.8125rem;
  margin-top: 1.125rem;
}
.blog_area .part .text_area .bottom_area span.more {
  margin-right: 4px;
}
.blog_area .part .text_area .bottom_area span.comment {
  margin-left: 4px;
}
.blog_area .part:hover img {
  transform: scale(1.05);
}

.blog_title_area {
  padding-top: 260px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/breadcrumb.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -100px;
  position: relative;
}
.blog_title_area::before {
  content: "";
  background-color: #161c3d;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.8;
}
.blog_title_area .blog_banner {
  z-index: 10;
}
.blog_title_area .blog_banner .blog_title {
  font-size: 65px;
  margin-bottom: 30px;
  letter-spacing: -0.01em;
  color: #fff;
}
.blog_title_area .blog_banner .breadcrumb {
  display: flex;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
}
.blog_title_area .blog_banner .breadcrumb .breadcrumb-item {
  padding-left: 15px;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
}
.blog_title_area .blog_banner .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.blog_title_area .blog_banner .breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
.blog_title_area .blog_banner .breadcrumb .breadcrumb-item:before {
  color: #fff;
}

.blog_body img {
  border-radius: 0.9375rem;
}
.blog_body .blog_meta ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.5625rem;
}
.blog_body .blog_meta ul li {
  color: #030b15;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-right: 40px;
  margin-top: 5px;
}
.blog_body .blog_meta ul li i {
  margin-right: 10px;
  color: #564dca;
}

.pagination_wrap ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 0 !important;
}
.pagination_wrap ul li {
  display: block;
  margin: 10px 3.7px 0;
}
.pagination_wrap ul li a.page-link {
  width: 49px !important;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f5fa;
  border-radius: 5px;
  background: transparent;
  font-weight: 500;
  font-size: 1rem;
  color: #8a879f;
}
.pagination_wrap ul li a.page-link span {
  font-size: 30px;
  padding: 10px;
}
.pagination_wrap ul li a.page-link:hover,
.pagination_wrap ul li a.page-link.current {
  color: #fff;
  background: #3a79f9;
  border-color: #3a79f9;
}
.pagination_wrap ul li a.page-link:focus {
  box-shadow: none;
}

.our_approach {
  margin: 50px 0 65px;
}
.our_approach h3 {
  margin-bottom: 20px;
}
.our_approach p {
  margin-bottom: 15px;
}
.our_approach ul {
  font-weight: 500;
}
.our_approach ul li {
  color: var(--heading-color);
  margin-bottom: 5px;
}
.our_approach ul li i {
  margin-right: 15px;
  color: #3a79f9;
}
.our_approach .approach_img img {
  width: 100%;
  height: auto;
}

.technology_content .blog_details_img {
  margin-top: 2.1875rem;
}

.blog_details_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 36px 0;
  border-top: 1px solid #eceef3;
  border-bottom: 1px solid #eceef3;
}
.blog_details_bottom .blog_details_tag ul {
  display: flex;
  align-items: center;
}
.blog_details_bottom .blog_details_tag ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.blog_details_bottom .blog_details_tag ul li.tag_title {
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: #030b15;
  margin-right: 20px;
}
.blog_details_bottom .blog_details_tag ul li a {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #c1c1c1;
  display: block;
  padding: 5px 18px;
}
.blog_details_bottom .blog_details_tag ul li a:hover {
  background: #3a79f9;
  color: #fff;
}
.blog_details_bottom .blog_details_social ul {
  display: flex;
  align-items: center;
}
.blog_details_bottom .blog_details_social ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
}
.blog_details_bottom .blog_details_social ul li:last-child {
  margin-right: auto;
}
.blog_details_bottom .blog_details_social ul li:nth-child(2) a {
  color: #0072ac;
}
.blog_details_bottom .blog_details_social ul li:nth-child(3) a {
  color: #da0021;
}
.blog_details_bottom .blog_details_social ul li:nth-child(4) a {
  color: #0072ac;
}
.blog_details_bottom .blog_details_social ul li:nth-child(5) a {
  color: #3ac4ff;
}
.blog_details_bottom .blog_details_social ul li.tag_title {
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: #030b15;
  margin-right: 20px;
}
.blog_details_bottom .blog_details_social ul li a {
  font-size: 1rem;
}

.comment_wrap {
  border-bottom: 1px solid #eceef3;
}
.comment_wrap .latest_comments .comments_box {
  display: flex;
  align-items: flex-start;
  width: 74%;
  margin-bottom: 3.75rem;
}
.comment_wrap .latest_comments .comments_box .comments_avatar {
  height: 5rem;
  margin-right: 1.875rem;
  flex: 0 0 80px;
}
.comment_wrap .latest_comments .comments_box .comments_avatar img {
  height: 100%;
  border-radius: 50%;
}
.comment_wrap .latest_comments .comments_box .comment_text .avatar_name {
  margin-bottom: 10px;
}
.comment_wrap
  .latest_comments
  .comments_box
  .comment_text
  .avatar_name
  .comments_title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #030b15;
  font-size: 16px;
  margin-bottom: 0;
}
.comment_wrap .latest_comments .comments_box .comment_text .avatar_name span {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  color: #727885;
}
.comment_wrap .latest_comments .comments_box .comment_text p {
  font-size: 14px;
}
.comment_wrap .latest_comments ul li .children {
  margin-left: 100px;
}
.comment_wrap .latest_comments ul li .children .comments_box {
  width: 84%;
}

.post_comments_form {
  margin-top: 50px;
}
.post_comments_form .post_comment_content {
  margin-bottom: 45px;
}
.post_comments_form .comment_form .form_group {
  margin-bottom: 30px;
}
.post_comments_form .comment_form .form_group .form-control {
  background: #f3f6fc !important;
  border-radius: 5px;
  padding: 17px 20px;
}
.post_comments_form .comment_form .form_group label.error {
  position: absolute;
  color: red;
  font-size: 14px;
}

.blog_sidebar {
  margin-left: 1.5625rem;
}

.search_box {
  border: 1px solid #f2f5fa;
  box-shadow: 0px 12px 10px rgba(238, 239, 240, 0.25);
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 40px;
}
.search_box h3 {
  margin-bottom: 20px;
  color: #030b15;
}
.search_box .frmSearch .in-box {
  display: flex;
  background: #f3f6fc;
  border: 1px solid #f2f4f6;
}
.search_box .frmSearch input {
  background: #f3f6fc;
  border: none;
  color: #030a39;
  width: 100%;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 20px;
  padding-right: 10px;
}
.search_box .frmSearch input:focus-within {
  outline: none;
  border: none;
}
.search_box .frmSearch button {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 1.125rem;
  color: #030a39;
  padding: 20px;
  padding-left: 10px;
}

.categories,
.page {
  border: 1px solid #f2f5fa;
  box-shadow: 0px 12px 10px rgba(238, 239, 240, 0.25);
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 40px;
}
.categories .category_list ul li,
.page .category_list ul li {
  margin-bottom: 13px;
}
.categories .category_list ul li a,
.page .category_list ul li a {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #727885;
  font-weight: 600;
  display: flex;
  align-items: center;
  border: 1px solid #f2f5fa;
  background: #ffffff;
  padding: 11px 18px;
  justify-content: space-between;
}

.recent_post {
  border: 1px solid #f2f5fa;
  box-shadow: 0px 12px 10px rgba(238, 239, 240, 0.25);
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 40px;
}
.recent_post .part {
  display: flex;
  gap: 30px;
}
.recent_post .part img {
  min-width: 100px;
  border-radius: 10px;
  margin-bottom: 1.875rem;
}
.recent_post .date {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #727885;
  display: block;
  margin-bottom: 5px;
}

.Popular_tag {
  border: 1px solid #f2f5fa;
  box-shadow: 0px 12px 10px rgba(238, 239, 240, 0.25);
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 40px;
}
.Popular_tag .category_list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}
.Popular_tag .category_list ul li {
  padding: 0 5px 10px;
}
.Popular_tag .category_list ul li a {
  color: #b6b7ba;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #f2f4f6;
  padding: 6px 20px;
  display: block;
}

@media (min-width: 87.5rem) {
  .gallery_area .gallery .gallery_img .img_about {
    padding: 60px 52px 60px 42px;
  }
}
@media (min-width: 75rem) {
  html {
    font-size: 100%;
  }
  h1,
  .ts-h1 {
    font-size: 4.5rem;
    margin-bottom: 2.5rem;
  }
  h2,
  .ts-h2 {
    font-size: 2.25rem;
  }
  h3,
  .ts-h3 {
    font-size: 1.625rem;
  }
  .xxxlarge {
    font-size: 3rem;
  }
  .xx_large {
    font-size: 2.25rem;
  }
}
@media (max-width: 74.9375rem) {
  html {
    font-size: 95%;
  }
  h1,
  .ts-h1 {
    font-size: 3.125rem;
    margin-bottom: 2.5rem;
  }
  h2,
  .ts-h2 {
    font-size: 2rem;
  }
  .xx_large {
    font-size: 2rem;
  }
  h3,
  .ts-h3 {
    font-size: 1.375rem;
  }
  .xxxlarge {
    font-size: 2.75rem;
  }
  .on_time_area .part .img_area {
    width: 70px;
    height: 70px;
    margin-top: 0.5rem;
    margin-right: 1rem;
  }
  .about_area .about .about_text .readmore .slarge {
    font-size: 1rem;
  }
  .about_area .about .about_text .readmore .btn-theme {
    padding: 13px 35px;
  }
  .blog_sidebar {
    margin-left: auto;
    margin-top: 5rem;
  }
  .blog_sidebar .search_box,
  .blog_sidebar .categories,
  .blog_sidebar .page .recent_post,
  .blog_sidebar .Popular_tag {
    padding: 35px 25px;
  }
  .blog_sidebar .recent_post .part {
    gap: 15px;
  }
}
@media (max-width: 61.9375rem) {
  html {
    font-size: 90%;
  }
  h1,
  .ts-h1 {
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
  }
  h2,
  .ts-h2 {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
  h3,
  .ts-h3 {
    font-size: 1.375rem;
  }
  h4,
  .ts-h4 {
    font-size: 1.25rem;
  }
  .xxxlarge {
    font-size: 2.5rem;
  }
  .xx_large {
    font-size: 1.875rem;
  }
  .title_mb {
    margin-bottom: 1.875rem;
  }
  .section_title_mb {
    margin-bottom: 1.5625rem;
  }
  .section_py {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .section_padding {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .section_pt {
    padding-top: 1.875rem;
  }
  .section_pb {
    padding-bottom: 1.875rem;
  }
  .section_pyUp {
    padding-top: 3.75rem;
    padding-bottom: 1.875rem;
  }
  .section_pyDown {
    padding-top: 1.875rem;
    padding-bottom: 3.75rem;
  }
  .content_message {
    margin-bottom: 2rem;
  }
  .about_area .about .about_image {
    margin-top: 3rem;
  }
  .services_area .title_area {
    margin-bottom: 1.0625rem;
  }
  .how_it_works .part .img_area {
    margin-bottom: 1.875rem;
    width: 80px;
    height: 80px;
  }
  .how_it_works .part .img_area img {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
  }
  .business_grow .bg_hero {
    transform: scale(3) !important;
    top: auto;
  }
  .successful_stories .part {
    margin-bottom: 1.5rem;
  }
  .countdown .works {
    grid-template-columns: 1fr 1fr;
  }
  .team_area .part {
    margin-bottom: 1.875rem;
  }
  .team_area .part .text_area {
    margin-top: 1.1rem;
  }
  .testimonial .author .author_content {
    padding: 60px 60px 60px 65px;
  }
  .testimonial .author .author_content .text {
    width: 100%;
  }
  .testimonial .company_logo {
    padding: 55px 0px 295px 0px;
  }
  .gallery_area .gallery {
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem;
  }
  .gallery_area .gallery .gallery_img:nth-child(1) {
    grid-row: 1;
  }
  .consulting .consulting_contact {
    margin-top: 5rem;
    margin-left: 0;
  }
  .blog_area .part {
    margin-bottom: 1.875rem;
  }
  .footer_area .get_in_touch,
  .footer_area .newsletter {
    margin-top: 4rem;
  }
}
@media (max-width: 47.9375rem) {
  .header_area {
    padding-left: 0;
    padding-right: 0;
  }
  html {
    font-size: 85%;
  }
  h1,
  .ts-h1 {
    font-size: 2rem;
  }
  h2,
  .ts-h2 {
    font-size: 1.625rem;
  }
  h3,
  .ts-h3 {
    font-size: 1.25rem;
  }
  h4,
  .ts-h4 {
    font-size: 1.125rem;
  }
  .xxxlarge {
    font-size: 2.375rem;
  }
  .xx_large {
    font-size: 1.625rem;
  }
  .alert {
    margin-bottom: -5px !important;
    margin-top: 7px !important;
  }
  .business_grow .bg_hero {
    transform: scale(1) !important;
    top: 0;
  }
  .on_time_area .part {
    margin-bottom: 3rem;
  }
  .on_time_area .part .img_area {
    margin-top: 0;
    margin-right: 1rem;
  }
  .prices_area .prices {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .about_area .about {
    padding: 50px 40px;
  }
  .services_area .part {
    padding: 40px 30px 35px 30px;
  }
  .testimonial .author .author_content {
    padding: 50px 40px 50px 55px;
  }
  .blog_area .part .text_area .top_area {
    gap: 10px;
  }
  .blog_area .part .text_area .top_area .author,
  .blog_area .part .text_area .top_area .marketing {
    font-size: 14px;
  }
  .blog_area .part .text_area .top_area .author i,
  .blog_area .part .text_area .top_area .marketing i {
    margin-right: 3px;
  }
  .blog_area .part .text_area .bottom_area span.more {
    margin-right: 0;
  }
  .blog_area .part .text_area .bottom_area span.comment {
    margin-left: 0;
  }
  .consulting .consulting_contact {
    padding: 35px 30px;
  }
  .successful_stories .part .text_part .mb_3halfRem {
    margin-bottom: 1rem;
  }
  .business_grow {
    min-height: 80vh;
  }
}
@media (max-width: 35.938rem) {
  body {
    font-size: 15px;
    line-height: 19px;
  }
  h1,
  .ts-h1 {
    margin-bottom: 1.25rem;
  }
  .xxxlarge {
    font-size: 2.25rem;
  }
  .text_weight {
    font-weight: 400;
  }
  .on_time_area .part {
    margin-bottom: 2rem;
  }
  .about_area .about .about_text .readmore {
    gap: 15px;
    justify-content: space-between;
  }
  .about_area .about .about_text .readmore .btn-theme {
    padding: 13px 35px;
  }
  .how_it_works .part {
    margin-bottom: 2rem;
  }
  .how_it_works .part .img_area {
    margin-bottom: 1.125rem;
  }
  .successful_stories .part .figure {
    top: 0.25rem;
  }
  .team_area .part.part_b {
    margin-bottom: 1.875rem !important;
  }
  .gallery_area .gallery {
    grid-template-columns: 1fr;
  }
  .gallery_area .gallery .gallery_img {
    min-width: 100%;
  }
  .talk_to_us .talk {
    display: block;
  }
  .talk_to_us .talk .btn_talk {
    margin-top: 1.25rem;
  }
  .testimonial .author .author_content .blockquote_text {
    font-size: 1.25rem;
  }
  .testimonial .author .author_content .quote {
    font-size: 163px;
    height: 20px;
    margin-top: 75px;
    margin-bottom: 0;
  }
  .successful_stories .part .text_part .mb_3halfRem {
    margin-bottom: 1.875rem;
  }
  .footer_area .quick_links {
    margin-top: 4rem;
  }
}
@media (max-width: 29.938rem) {
  .consulting .consulting_text .consulting_bottom {
    display: block;
  }
  .consulting .consulting_text .consulting_bottom .right_text {
    margin-top: 1.5rem;
  }
  .about_area .about {
    padding: 30px 20px;
  }
  .about_area .about .about_text .part .img_area {
    margin-right: 10px !important;
  }
  .about_area .about .about_text .readmore {
    display: block;
  }
  .about_area .about .about_text .readmore .btn-theme {
    margin-top: 10px;
  }
  .countdown .bg_countdown img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .talk_to_us .bg_talk img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .testimonial .author .author_content {
    padding: 30px 20px 35px;
  }
  .consulting .consulting_contact {
    padding: 25px 20px;
  }
  .business_grow .bg_hero {
    top: 160px;
    transform: scale(1.5) !important;
  }
} /*# sourceMappingURL=style.css.map */
