:root {
  --primary-color: #273892;
  --second-color: #273892;
}

body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  line-height: 2rem;
  font-size: 1.4rem;
  color: #252a2c;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: "Nunito", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
}

.coming_soon_logo {
  max-height: 60px;
}

::-moz-selection {
  background: var(--primary-color);
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: var(--primary-color);
  text-shadow: none;
  color: #ffffff;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #f8f9fa;
  color: #000;
  padding: 0.2em 0;
}

img {
  max-width: 100%;
}

/*
[ 2. Typography ]
==========================*/
p {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #252a2c;
}

label.error {
  display: none !important;
}

@media (min-width: 768px) {

  h1,
  h2 {
    line-height: 4.4rem;
  }

}

@media (max-width: 767.98px) {
  h1 {
    font-size: 3.5rem;
  }
}

h5 {
  font-weight: 600;
}

*,
:focus,
button:focus {
  outline: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  color: #252a2c;
  /* text-transform: capitalize; */
}

a:hover,
a :focus {
  color: var(--primary-color);
  text-decoration: none;
}

a,
.navbar a,
.form-control {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*
[ 3. Global Classes ]
============================ */
.section-ptb,
.section-pt,
.section-pb {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .section-ptb,
  .section-pt,
  .section-pb {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (max-width: 767.98px) {

  .section-ptb,
  .section-pt,
  .section-pb {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.section-pt {
  padding-bottom: 0 !important;
}

.section-pb {
  padding-top: 0 !important;
}

.column-center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.fix {
  overflow: hidden;
}

hr.line {
  margin: 0;
  border-color: #262e45;
  border-width: 2px;
}

.input-lg-w {
  width: 30rem !important;
}

@media (max-width: 767.98px) {
  .h-sm-auto {
    height: auto !important;
  }
}

.hero-block p strong {
  font-weight: 600;
}

/*Margin & Padding
---------------------*/
/* Margin Top */
.mt-1 {
  margin-top: 0.1rem !important;
}

.mt-2 {
  margin-top: 0.2rem !important;
}

.mt-3 {
  margin-top: 0.3rem !important;
}

.mt-4 {
  margin-top: 0.4rem !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-55 {
  margin-top: 5.5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-65 {
  margin-top: 6.5rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-75 {
  margin-top: 7.5rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-85 {
  margin-top: 8.5rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt-95 {
  margin-top: 9.5rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mt-105 {
  margin-top: 10.5rem !important;
}

.mt-110 {
  margin-top: 11rem !important;
}

.mt-115 {
  margin-top: 11.5rem !important;
}

.mt-120 {
  margin-top: 12rem !important;
}

.mt-125 {
  margin-top: 12.5rem !important;
}

.mt-130 {
  margin-top: 13rem !important;
}

.mt-135 {
  margin-top: 13.5rem !important;
}

.mt-140 {
  margin-top: 14rem !important;
}

.mt-145 {
  margin-top: 14.5rem !important;
}

.mt-150 {
  margin-top: 15rem !important;
}

.mt-155 {
  margin-top: 15.5rem !important;
}

.mt-160 {
  margin-top: 16rem !important;
}

.mt-165 {
  margin-top: 16.5rem !important;
}

.mt-170 {
  margin-top: 17rem !important;
}

.mt-175 {
  margin-top: 17.5rem !important;
}

.mt-180 {
  margin-top: 18rem !important;
}

.mt-185 {
  margin-top: 18.5rem !important;
}

.mt-190 {
  margin-top: 19rem !important;
}

.mt-195 {
  margin-top: 19.5rem !important;
}

.mt-200 {
  margin-top: 20rem !important;
}

/* Margin Bottom*/
.mb-1 {
  margin-bottom: 0.1rem !important;
}

.mb-2 {
  margin-bottom: 0.2rem !important;
}

.mb-3 {
  margin-bottom: 0.3rem !important;
}

.mb-4 {
  margin-bottom: 0.4rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

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

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

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

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

.mb-35 {
  margin-bottom: 3.5rem !important;
}

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

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-55 {
  margin-bottom: 5.5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-65 {
  margin-bottom: 6.5rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-75 {
  margin-bottom: 7.5rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-85 {
  margin-bottom: 8.5rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mb-95 {
  margin-bottom: 9.5rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mb-105 {
  margin-bottom: 10.5rem !important;
}

.mb-110 {
  margin-bottom: 11rem !important;
}

.mb-115 {
  margin-bottom: 11.5rem !important;
}

.mb-120 {
  margin-bottom: 12rem !important;
}

.mb-125 {
  margin-bottom: 12.5rem !important;
}

.mb-130 {
  margin-bottom: 13rem !important;
}

.mb-135 {
  margin-bottom: 13.5rem !important;
}

.mb-140 {
  margin-bottom: 14rem !important;
}

.mb-145 {
  margin-bottom: 14.5rem !important;
}

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

.mb-155 {
  margin-bottom: 15.5rem !important;
}

.mb-160 {
  margin-bottom: 16rem !important;
}

.mb-165 {
  margin-bottom: 16.5rem !important;
}

.mb-170 {
  margin-bottom: 17rem !important;
}

.mb-175 {
  margin-bottom: 17.5rem !important;
}

.mb-180 {
  margin-bottom: 18rem !important;
}

.mb-185 {
  margin-bottom: 18.5rem !important;
}

.mb-190 {
  margin-bottom: 19rem !important;
}

.mb-195 {
  margin-bottom: 19.5rem !important;
}

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

/* Padding Top */
.px-20 {
  padding: 0 20px;
}

.p-20 {
  padding: 20px !important
}

.p-30 {
  padding: 30px !important
}

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

.pt-1 {
  padding-top: 0.1rem !important;
}

.pt-2 {
  padding-top: 0.2rem !important;
}

.pt-3 {
  padding-top: 0.3rem !important;
}

.pt-4 {
  padding-top: 0.4rem !important;
}

.pt-5 {
  padding-top: 0.5rem !important;
}

.pt-10 {
  padding-top: 1rem;
}

.pt-15 {
  padding-top: 1.5rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pt-25 {
  padding-top: 2.5rem;
}

.pt-30 {
  padding-top: 3rem;
}

.pt-35 {
  padding-top: 3.5rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pt-45 {
  padding-top: 4.5rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pt-55 {
  padding-top: 5.5rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pt-65 {
  padding-top: 6.5rem;
}

.pt-70 {
  padding-top: 7rem;
}

.pt-75 {
  padding-top: 7.5rem;
}

.pt-80 {
  padding-top: 8rem;
}

.pt-85 {
  padding-top: 8.5rem;
}

.pt-90 {
  padding-top: 9rem;
}

.pt-95 {
  padding-top: 9.5rem;
}

.pt-100 {
  padding-top: 10rem;
}

.pt-105 {
  padding-top: 10.5rem;
}

.pt-110 {
  padding-top: 11rem;
}

.pt-115 {
  padding-top: 11.5rem;
}

.pt-120 {
  padding-top: 12rem;
}

.pt-125 {
  padding-top: 12.5rem;
}

.pt-130 {
  padding-top: 13rem;
}

.pt-135 {
  padding-top: 13.5rem;
}

.pt-140 {
  padding-top: 14rem;
}

.pt-145 {
  padding-top: 14.5rem;
}

.pt-150 {
  padding-top: 15rem;
}

.pt-155 {
  padding-top: 15.5rem;
}

.pt-160 {
  padding-top: 16rem;
}

.pt-165 {
  padding-top: 16.5rem;
}

.pt-170 {
  padding-top: 17rem;
}

.pt-175 {
  padding-top: 17.5rem;
}

.pt-180 {
  padding-top: 18rem;
}

.pt-185 {
  padding-top: 18.5rem;
}

.pt-190 {
  padding-top: 19rem;
}

.pt-195 {
  padding-top: 19.5rem;
}

.pt-200 {
  padding-top: 20rem;
}

/* Padding Bottom */
.pb-1 {
  padding-bottom: 0.1rem;
}

.pb-2 {
  padding-bottom: 0.2rem;
}

.pb-3 {
  padding-bottom: 0.3rem;
}

.pb-4 {
  padding-bottom: 0.4rem;
}

.pb-5 {
  padding-bottom: 0.5rem;
}

.pb-10 {
  padding-bottom: 1rem;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pb-25 {
  padding-bottom: 2.5rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.pb-35 {
  padding-bottom: 3.5rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pb-45 {
  padding-bottom: 4.5rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.pb-55 {
  padding-bottom: 5.5rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.pb-65 {
  padding-bottom: 6.5rem;
}

.pb-70 {
  padding-bottom: 7rem;
}

.pb-75 {
  padding-bottom: 7.5rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.pb-85 {
  padding-bottom: 8.5rem;
}

.pb-90 {
  padding-bottom: 9rem;
}

.pb-95 {
  padding-bottom: 9.5rem;
}

.pb-100 {
  padding-bottom: 10rem;
}

.pb-105 {
  padding-bottom: 10.5rem;
}

.pb-110 {
  padding-bottom: 11rem;
}

.pb-115 {
  padding-bottom: 11.5rem;
}

.pb-120 {
  padding-bottom: 12rem;
}

.pb-125 {
  padding-bottom: 12.5rem;
}

.pb-130 {
  padding-bottom: 13rem;
}

.pb-135 {
  padding-bottom: 13.5rem;
}

.pb-140 {
  padding-bottom: 14rem;
}

.pb-145 {
  padding-bottom: 14.5rem;
}

.pb-150 {
  padding-bottom: 15rem;
}

.pb-155 {
  padding-bottom: 15.5rem;
}

.pb-160 {
  padding-bottom: 16rem;
}

.pb-165 {
  padding-bottom: 16.5rem;
}

.pb-170 {
  padding-bottom: 17rem;
}

.pb-175 {
  padding-bottom: 17.5rem;
}

.pb-180 {
  padding-bottom: 18rem;
}

.pb-185 {
  padding-bottom: 18.5rem;
}

.pb-190 {
  padding-bottom: 19rem;
}

.pb-195 {
  padding-bottom: 19.5rem;
}

.pb-200 {
  padding-bottom: 20rem;
}

/* Paddin Top & Padding Bottom */
.ptb-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.ptb-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ptb-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.ptb-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ptb-25 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.ptb-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.ptb-35 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.ptb-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ptb-45 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.ptb-50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.ptb-55 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.ptb-60 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.ptb-65 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.ptb-70 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.ptb-75 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.ptb-80 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.ptb-85 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.ptb-90 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.ptb-95 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.ptb-100 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ptb-100 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (max-width: 767.98px) {
  .ptb-100 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .bg-2 {
    background-image: unset !important;
  }
}

/* Padding Left */
.pl-5 {
  padding-left: 0.5rem;
}

.pl-10 {
  padding-left: 1rem;
}

.pl-15 {
  padding-left: 1.5rem;
}

.pl-20 {
  padding-left: 2rem;
}

.pl-25 {
  padding-left: 2.5rem;
}

.pl-30 {
  padding-left: 3rem;
}

.pl-35 {
  padding-left: 3.5rem;
}

.pl-40 {
  padding-left: 4rem;
}

.pl-45 {
  padding-left: 4.5rem;
}

.pl-50 {
  padding-left: 5rem;
}

/* Margin For md */
@media (min-width: 768px) and (max-width: 991.98px) {
  .mb-md-30 {
    margin-bottom: 3rem !important;
  }

  .mb-md-50 {
    margin-bottom: 5rem !important;
  }
}

/* Margin For sm */
@media (max-width: 767.98px) {
  .mb-100 {
    margin-bottom: 5rem !important;
  }

  .mb-sm-30 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-40 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-50 {
    margin-bottom: 5rem !important;
  }
}

/* background Image */
.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6,
.bg-7,
.bg-8,
.cloud-shape::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.bg-1 {
  background-image: url("../img/bg/1.png");
}

.bg-2 {
  background-image: url("../img/bg/2.png");
}

.bg-3 {
  background-image: url("../img/bg/3.png");
}

.bg-4 {
  background-image: url("../img/bg/4.png");
}

.bg-5 {
  background-image: url("../img/bg/5.png");
}

.bg-6 {
  background-image: url("../img/bg/6.png");
}

.bg-7 {
  background-image: url("../img/bg/7.png");
}

.bg-8 {
  background-image: url("../img/bg/8.png");
}

.bg-7 {
  background-image: url("../img/bg/7.jpg");
}

.bg-8 {
  background-size: auto;
}

/* background Color */
.bg-blue {
  background-color: #478fff;
}

.bg-gray {
  background-color: #f1f1f1;
}

/* Gradients  */
.solid-gredient-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #e5e9ff));
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #e5e9ff 50%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #e5e9ff 50%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #e5e9ff 50%);
  background-repeat: repeat-x;
}

.solid-gredient-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #262e45));
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #262e45 50%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #262e45 50%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #262e45 50%);
  background-repeat: repeat-x;
}

.solid-gredient-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1fb398), color-stop(50%, #ffffff));
  background-image: -webkit-linear-gradient(top, #1fb398 50%, #ffffff 50%);
  background-image: -o-linear-gradient(top, #1fb398 50%, #ffffff 50%);
  background-image: linear-gradient(to bottom, #1fb398 50%, #ffffff 50%);
  background-repeat: repeat-x;
}

/* Befour & After */
.cloud-shape>.container {
  padding-bottom: 50px;
}

.cloud-shape::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("../img/bg/cloud.png");
  background-position: bottom center;
  background-size: contain;
  bottom: 0;
  top: inherit;
  height: 13.6rem;
}

.angle-shape {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-color: #ffffff transparent transparent #ffffff;
  border-style: solid;
  border-width: 12.5rem 50vw;
  height: 25rem;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .angle-shape {
    border-width: 8rem 0vw;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .angle-shape {
    border-width: 6rem 0vw;
  }
}

/* All Overlay */
.overlay {
  position: relative;
}

.overlay::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay.dark-1::after {
  background-color: rgba(37, 42, 44, 0.79);
}

.list-group>li {
  list-style: outside none none;
}

/* Badge*/
.badge-dark {
  background-color: #262e45;
}

.badge-primary {
  background-color: var(--primary-color);
}

.badge {
  font-size: 1.2rem;
  line-height: 2.4rem;
  padding: 0 1.6rem;
}

.badge-lg {
  font-size: 100%;
  padding: 0 2em;
  font-weight: 600;
  line-height: 2.8;
  border-radius: 0;
}

/* Card */
.card .card-header {
  margin: -1px;
  padding: 0;
}

/* Display Responsive */
.display-1,
.display-3 {
  line-height: 1;
}

@media (max-width: 767.98px) {
  .display-1 {
    font-size: 3.5rem;
  }

  .display-3 {
    font-size: 3rem;
  }
}

/* Pagination */
.custom .pagination .page-item {
  margin: 0 .5rem;
}

.custom .pagination .page-item .page-link {
  width: 38px;
  font-size: 1.6rem;
}

.custom .pagination .page-item:first-child .page-link,
.custom .pagination .page-item:last-child .page-link {
  border-radius: 0;
}

/* Social Icon*/
.social-icon li a {
  padding: 0 1rem;
}

.social-icon.text-white {
  margin-left: -5px;
}

.social-icon.text-white li a {
  color: #ffffff;
  font-size: 1.8rem;
}

.social-icon.text-white li a:hover {
  color: var(--primary-color);
}

.social-icon.individual-color {
  /* display: none; */
  /* display: inline-block; */
  margin-bottom: -6px;
}

.social-icon.individual-color li a {
  padding: 0 1.4rem;
  font-size: 1.8rem;
  color: #fff;
}

.social-icon.individual-color li a i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.social-icon.individual-color li.facebook {
  background-color: #3b5998;
}

.social-icon.individual-color li.twitter {
  background-color: #00aced;
}

.social-icon.individual-color li.instagram {
  background-color: #bf2c85;
}

.social-icon.individual-color li.linkedin {
  background-color: blue;
}

.social-icon.individual-color li a:hover i {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* Button Styles*/
a.btn,
button.btn {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}

.btn-light {
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-light:hover {
  background-color: #e5e9ff;
  border-color: #e5e9ff;
}

.btn-outline-light {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-outline-light.btn-sm {
  border-radius: 0.5rem;
  font-weight: 700;
}

.btn-outline-light:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15) !important;
}

/* .btn-primary:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(244, 68, 56, 0.5);
  box-shadow: 0px 10px 30px 0px rgba(244, 68, 56, 0.5); } */

.btn-secondary {
  -webkit-box-shadow: 0 10px 30px 0 rgba(31, 179, 152, 0.2);
  box-shadow: 0 10px 30px 0 rgba(31, 179, 152, 0.2);
}

.btn-secondary:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(31, 179, 152, 0.3);
  box-shadow: 0 10px 30px 0 rgba(31, 179, 152, 0.3);
}


/* Slick Dots */
.slick-slider .slick-dots {
  display: block;
  line-height: 1;
  text-align: center;
  margin-top: 8rem;
}

.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 .5rem;
}

.slick-slider .slick-dots li button {
  background-color: transparent;
  border: 1px solid #ffffff;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  height: .5rem;
  width: 2.5rem;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slick-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}

/*
[ 6. Scroll UP ]
================ */
#scrollUp {
  background-color: var(--primary-color);
  bottom: 5rem;
  right: 2rem;
  width: 4rem;
  height: 4.2rem;
  line-height: 4.3rem;
  text-align: center;
}

#scrollUp:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(244, 68, 56, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(244, 68, 56, 0.3);
  background-color: #fff;
}

#scrollUp i {
  color: #ffffff;
  font-size: 2rem;
}

/*
[ 4. Template Parts ]
=================== */
/*Header Section*/
.bottom-header {
  /* padding: 10px 0; */
}

/* .bottom-header ul.navbar-nav li a span {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 150%;
} */
.bottom-header ul.navbar-nav li a span {
  font-size: 1.2rem;
  font-weight: 700;
  /* display: flex;
  align-items: center;
  gap: 10px; */
  text-transform: uppercase;
}

.bottom-header ul.navbar-nav {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.navbar-nav {
  align-items: center;
}

.bottom-header {
  /* padding: 10px 0; */
  /* border-top: 1px solid #c09a04; */
  /* border-top: 1px solid #e9e9e9; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* background-color: #f9cf2f; */
}

@media (max-width: 767.98px) {
  header.position-absolute {
    position: unset !important;
  }
}

header .topbar {
  border-bottom: .1rem solid #ddebf6;
  max-height: 30px;
  background: #000;
}

header .topbar.bb-0 {
  border-bottom: 0;
}

header .topbar .social-icon {
  line-height: 5rem;
}

@media (max-width: 767.98px) {
  header .topbar .social-icon {
    line-height: 1;
  }

  header .topbar .social-icon a {
    padding: 0 0.5rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .topbar .social-icon {
    line-height: 5rem;
  }
}

header .topbar p {
  font-size: 1.4rem;
  margin-bottom: 0;
  font-weight: 700;
  /* line-height: 5rem;  */
  color: #fff
}

header .topbar ul {
  line-height: 30px;
}

header .topbar ul li a,
header .topbar p a {
  color: #fff;
}

@media (max-width: 767.98px) {
  header .topbar p {
    font-size: 1.4rem;
  }
}

header .navbar {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.navbar-brand img {
  height: 55px;
}

@media (max-width: 991.98px) {
  header .navbar {
    padding: 1rem;
  }

  header .navbar.navbar-light {
    background-color: #ffffff;
  }
}

header .navbar .navbar-nav .nav-link {
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

header .navbar .navbar-nav .nav-link img {
  width: 35px;
}

@media (max-width: 991.98px) {
  header .navbar .navbar-nav .dropdown-menu {
    margin-top: 0;
  }
}

header .navbar .navbar-nav .dropdown-menu .dropdown-item {
  font-weight: 600;
}

header .navbar .navbar-nav .dropdown-menu .dropdown-item.active {
  color: var(--primary-color);
  background-color: transparent;
}

header .navbar .search-icon {
  position: relative;
}

header .navbar .search-icon i {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}

header .navbar .search-icon #searchBox {
  min-width: 320px;
  margin-top: 1rem;
}

@media (max-width: 767.98px) {
  header .navbar .search-icon #searchBox {
    min-width: 250px;
  }
}

@media (max-width: 991.98px) {
  header .navbar .search-icon #searchBox {
    display: block;
  }
}

@media (min-width: 992px) {
  header .navbar .search-icon #searchBox {
    position: absolute;
    right: 0;
    top: 3.7rem;
  }
}

header .navbar .search-icon button {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

header .navbar .search-icon button i {
  font-size: 1.4rem;
}

header .navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  /* padding: 1rem 0; */
  z-index: 5;
  -webkit-box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  header .navbar.is-sticky {
    position: unset;
    padding: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

header .navbar.navbar-dark {
  padding: 0;
}

header .navbar.navbar-dark.is-sticky {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header .navbar.navbar-dark.is-sticky .bg-dark {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  margin-bottom: 0px;
  border-radius: 0 0 7px 7px;
}

header .navbar.navbar-dark .bg-dark {
  border-radius: 7px;
  margin-bottom: -50px;
  padding-bottom: 2.2rem;
  padding-top: 2.2rem;
}

@media (min-width: 1200px) {
  header .navbar.navbar-dark .bg-dark.container {
    max-width: calc(1200px - 30px);
    padding-left: 2.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .navbar.navbar-dark .bg-dark.container {
    max-width: calc(960px - 30px);
  }
}

@media (max-width: 991.98px) {
  header .navbar.navbar-dark .bg-dark.container {
    max-width: 100%;
    border-radius: 0;
    margin-bottom: 0px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 992px) {
  .header-space {
    min-height: 16rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-space {
    min-height: 12.5rem;
  }
}

.hero-block ul li {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.6rem;
  /* color: #252a2c; */
  margin-bottom: 10px;
}

.bs2_item img {
  height: 60px;
  width: auto;
  margin-bottom: 20px;
}

.bs2_item h3 {
  font-size: 1.8rem;
}

.bs2_item p {
  font-size: 1.5rem;
  line-height: 2.3rem;
}

.bs2_item_outer {
  padding: 20px;
  background: #fff;
  border: 1px solid #dedede;
  transition: .5s ease all;
}

.bs2_item_outer:hover {
  background: #dadada;
}

.bs2_item_outer:hover p,
.bs2_item_outer:hover h3 {
  color: #605f5f;
}
.local_presence img {
    width: auto;
    height: 38px;
}
/* BreadCrumb */
.breadcrumb-area {
  padding: 60px 0;
  background-color: #283d8d !important
}

.icon-font-item img {
  height: 55px;
  width: auto;
  margin-bottom: 20px;
}

.icon-font-item h3 {
  font-size: 16px;
}

.breadcrumb-area.bg-6 {
  background-position: 96% bottom;
  background-size: auto auto;
  min-height: 300px;
}

.services-header p {
  font-weight: 400;
}

.btn-small {
  /* -webkit-box-shadow: 0px 10px 30px 0px rgb(39 56 146 / 46%); */
  /* box-shadow: 0px 10px 30px 0px rgb(39 56 146 / 46%); */
  padding: 9px 17px;
  line-height: 16px;
  font-size: 15px;
  border-radius: 50px;
  text-transform: capitalize;
  letter-spacing: .5px;
  transition: .5s ease all;
}

.btn-small-second {
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-small-second:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-small-second-border {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-small-second-border:hover {
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
}

.services-details .item .card {
  background: #fff;
  min-height: 280px;
}

.services-details .item {
  padding: 10px
}

.services-details h3 {
  font-size: 17px;
  font-weight: 700;
}

.why-chooose-block-cont {
  padding: 30px 0;
}

.services-details .card p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.other-pages-brand-carousel .slick-slide img {
  display: block;
  height: 87px;
  width: auto;
  object-fit: contain;
}

.other-pages-brand-carousel .slick-slide {
  padding: 5px;
}

/* career_tab */
.career_tab .accordion-area {
  max-width: 900px;
  margin: 0 auto;
}

.career_tab .panel ul li {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
}

.career_tab .panel {
  padding: 20px;
}

/* footer CTA link  */
.footericons_cta {
  display: none;
}

@media screen and (max-width: 991px) {
  .footericons_cta {
    display: block;
    position: fixed;
    bottom: 0px;
    background: #FFF;
    padding: 5px;
    border: none;
    z-index: 10000;
    width: 100%;
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
  }

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

  .footericons_cta {
    display: block;
  }

  .footericons_cta ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footericons_cta ul li {
    text-align: center;

  }

  .footericons_cta ul .callbtn a {
    display: block;
    color: #fff;
    border: 2px solid #268fdc;
    padding: 10px;
    background: #268fdc;
    font-size: 16px;
  }

  .footericons_cta ul .getquotebtn a {
    display: block;
    color: #FFF;
    padding: 10px;
    background: #5f9d39;
    border: 2px solid #5f9d39;
    font-size: 16px;
  }
}

.client-testimonial2 {
  padding: 50px 0;
}

@media (max-width: 767.98px) {
  .breadcrumb-area {
    padding: 6.2rem 0;
  }

  .breadcrumb-area.bg-6 {
    background-size: 23% auto;
  }

  .hero-block.small-box-area img {
    width: 50%;
    margin: 0 auto;
    display: flex;
  }
}

/* 
.breadcrumb-area h1 {
  font-size: 2.5rem;
  margin-top:0;
  font-weight: 500;
  margin-bottom: 0px;
} */
.services-header h1 {
  font-size: 3.2rem;
  line-height: 3.9rem;
  font-weight: 700;
}

.breadcrumb-area .breadcrumb li {
  font-weight: 600;
  font-size: 1.6rem;
}

.breadcrumb-area .breadcrumb.bg-dark {
  background-color: transparent !important;
}

.breadcrumb-area .breadcrumb.bg-dark li:hover a {
  color:#c1c9f0;
}

.breadcrumb-area .breadcrumb.bg-dark li.active {
  color: #fff;

}

.breadcrumb-area .breadcrumb.bg-dark li i {
  margin-left: 1.5rem;
  margin-right: 1.2rem;
  font-size: 1.2rem;
}

.breadcrumb-area .breadcrumb.bg-dark li i,
.breadcrumb-area .breadcrumb.bg-dark li a {
  color: #ffffff;
}

/* Slider Part */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .slider-area {
    padding-top: 5rem;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .slider-area {
    padding-top: 5rem;
  }
}

@media (max-width: 767.98px) {
  .slider-area {
    padding: 6rem 0;
  }
}

.slider-area.bg-1 {
  background-position: right bottom;
  background-size: auto auto;
}

.slider-area .caption {
  max-width: 60vw;
  margin: 0 auto;
}

/* .slider-area .caption p {
  max-width: 60rem;
} */

@media (max-width: 767.98px) {
  .slider-area .caption p {
    line-height: 2.5rem;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .slider-area.bg-secondary .container {
    padding-top: 7rem;
  }
}

@media (min-width: 1500px) {
  .slider-area.bg-secondary .image-layer {
    margin-right: -6rem;
  }
}

/* Promo Part */
.promo-area {
  z-index: 2;
}

@media (min-width: 1200px) {
  .promo-area.mt-minus {
    margin-top: -15rem;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .promo-area.mt-minus {
    margin-top: 0rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .promo-area.mt-minus {
    margin-top: -15rem;
  }
}

/* .promo-area .promo-box {
  border-radius: .5rem;
  min-height: 33.5rem;
  background-color: #4D77B9;
  padding: 2rem 0
} */

.promo-area .promo-box h1 {
  font-size: 4rem;
}

/* @media (max-width: 767.98px) {
  .promo-area .promo-box h1 {
    font-size: 3.5rem;
  }
} */

/* .promo-area .promo-box .form-control {
  margin: 0 .5rem;
  width: 25rem;
  border: 0;
  font-size: 1.6rem;
  color: #2f2c2c;
} */

@media (max-width: 767.98px) {
  .promo-area .promo-box .form-control {
    width: 100%;
  }
}

.promo-area .promo-box button {
  border-width: 0;
}

@media (max-width: 767.98px) {
  .promo-area .promo-box button {
    margin: 0 5px;
    width: 100%;
  }
}

.promo-area .bg-2 {
  background-position: left 104%;
  background-size: auto auto;
}

.promo-area.promo-2 .promo-box {
  background-size: auto auto;
}

@media (min-width: 1200px) {
  .promo-area.promo-2 .promo-box .mx-auto {
    padding-left: 6rem;
  }
}

@media (max-width: 767.98px) {
  .promo-area.promo-2 .promo-box {
    padding: 0 1rem;
  }

  .promo-area.promo-2 .promo-box h1 {
    text-align: center;
  }
}

.promo-area.promo-2 .promo-box .form-control {
  width: 32.8rem;
}

@media (max-width: 767.98px) {
  .promo-area.promo-2 .promo-box .form-control {
    width: 100%;
  }
}

/* Icon Block Part*/
@media (max-width: 767.98px) {
  .icon-blocks .row.pb-70 {
    padding-bottom: 4rem !important;
  }
}

.icon-blocks .icon-block p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.services-details .icon img.center {
  display: flex;
  margin: 0 auto;
  height: 80px;
}

.services-details .icon img.star {
  height: 50px;
}

@media (min-width: 992px) {
  .icon-blocks .icon-block p {
    padding: 0 1rem;
  }

  .services-details .icon-blocks .icon-block p {
    padding: 0 2rem;
  }
}

.icon-blocks .icon-block .item-link {
  font-weight: 700;
  color: var(--primary-color);
}

.icon-blocks .icon-block .item-link:hover i {
  left: 8px;
}

.icon-blocks .icon-block .item-link i {
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
  top: 1.3px;
  left: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-blocks .card {
  border-radius: .5rem;
  border-width: 0;
}

.icon-blocks .card.bg-3 {
  background-size: auto;
  background-position: bottom left;
  background-color: #252a2c;
}

.icon-blocks .card .icon-block p {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .icon-blocks .row.mt-80 {
    margin-top: 4rem !important;
  }
}

/* Hero Block Part */
.hero-block .hero-text p {
  font-size: 1.5rem;
  line-height: 2.3rem;
}

.hero-block .hero-text p b {
  font-weight: 700;
  font-size: 15px;
}

.hero-block .hero-text .list-group li {
  font-size: 1.8rem;
  line-height: 3.4rem;
}

.hero-block .hero-text .case-info .list-group li {
  font-size: 1.6rem;
  font-weight: 600;
}

.hero-block .hero-text .case-info .list-group li span {
  font-weight: 700;
  width: 15rem;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .hero-block .hero-text.section-pb {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .hero-block .hero-text.m-minus p {
    margin-right: -2.5rem;
  }
}

.hero-block .hero-thumb {
  width: 100%;
}

@media (min-width: 1200px) {
  .hero-block.style-1 .hero-text {
    padding-left: 4rem;
  }
}

@media (max-width: 1199.98px) {
  .hero-block.style-1 .hero-text .mb-55 {
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .hero-block.style-2 .hero-text {
    padding-left: 4rem;
    padding-right: 5rem;
  }
}

.hero-block.style-2 .hero-text .list-group li {
  font-weight: 700;
  line-height: 4rem;
}

.hero-block.center-mode .hero-thumb {
  width: 100%;
}

/* Work Process Part */
.work-process .process-boxs {
  min-height: 33rem;
}

.work-process .process-boxs .circle-box {
  padding-left: .9rem;
}

.work-process .process-boxs p {
  font-size: 15px;
  line-height: 150%;
  margin-top: 10px;
}

@media (max-width: 1199.98px) {
  .work-process .process-boxs .circle-box {
    width: 25%;
  }

  .work-process .process-boxs .circle-box:last-child img {
    width: 60%;
  }

  .work-process .process-boxs .circle-box:last-child h3 {
    text-align: left !important;
    padding-left: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .work-process .process-boxs .circle-box:last-child {
    margin-top: 3rem;
  }

  .work-process .process-boxs .circle-box:last-child img {
    width: auto;
  }
}

@media (max-width: 991.98px) {
  .work-process .process-boxs .circle-box {
    width: 50%;
  }

  .work-process .process-boxs .circle-box:first-child {
    margin-bottom: 1.5rem;
  }

  .work-process .process-boxs .circle-box:first-child h3 {
    margin-top: 0.8rem !important;
  }
}

/* Case Study Part */
.case-study .single-case {
  margin: 0 1.5rem;
}

.case-study .single-case .case-thumb {
  overflow: hidden;
}

.case-study .single-case .case-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.case-study .single-case:hover .case-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.case-study .slick-progress {
  display: block;
  width: 30rem;
  height: .3rem;
  overflow: hidden;
  background-color: #e5e9ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#7488f4), to(#7488f4));
   /* background-image: -webkit-gradient(linear, left top, right top, from(red)), to(red)); */
  background-image: -webkit-linear-gradient(left, #7488f4, #7488f4);
  background-image: -o-linear-gradient(left, #7488f4, #7488f4);
  background-image: linear-gradient(to right, #7488f4, #7488f4);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
  .case-study .slick-progress {
    width: 20rem;
  }

  .case-study .slick-progress.mt-80 {
    margin-top: 4rem !important;
  }
}

.case-study.outline-style .single-case {
  margin: 0 0 3rem;
}

.case-study.outline-style .single-case .case-title {
  border: 1px solid #e5e9ff;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.case-study.outline-style .single-case:hover .case-title {
  background-color: #e5e9ff;
}

.case-title .badge {
  margin-top: 10px;
  transition: .5s ease all;
}

.case-title .badge:hover {
  background-color: #273892
}

.case-title .badge a {
  color: #fff;
}

/* Fun facts Part */
.fun-facts .single-fact img {
  min-height: 7.5rem;
}

.fun-facts .single-fact h1 {
  font-size: 3.6rem;
}

.fun-facts .single-fact h4 {
  font-size: 2rem;
  font-weight: 600;
}

/* Pricing Plan Part */
.pricing-plan .aos-animate {
  padding: 0 8px;
}

.pricing-plan .single-plan {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.pricing-plan .single_plan__inner {
  padding: 20px 13px;
}

.pricing-plan .single-plan.popular-plan {
  overflow: hidden;
  position: relative;
}

.pricing-plan .single-plan.popular-plan .stiker {
  position: absolute;
  right: -6.5rem;
  top: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20rem;
  text-align: center;
}

.pricing-plan .single-plan.popular-plan .stiker h5 {
  line-height: 4rem;
  font-weight: 700;
  font-size: 12px;
}

.pricing-plan .single-plan.bg-primary {
  color: #ffffff;
}

.pricing-plan .single-plan h2 {
  color: #fff;
  font-size: 23px;
  background: #273892;
  padding: 0 20px;
  font-size: 17px;
  border-radius: 10px 10px 0 0;
}

.pricing-plan .single-plan.popular-plan h2 {
  background: #fff;
  color: #333;
}

.single-plan {
  border-radius: 10px;
}

.pricing-plan .single-plan .price sup {
  font-size: 1.8rem;
  font-weight: 400;
  left: -3px;
  top: -14px;
}

.pricing-plan .single-plan .price h1 {
  font-size: 4rem;
  line-height: 1;
}

.pricing-plan .single-plan .price sub {
  font-size: 1.4rem;
  font-weight: 600;
  bottom: 0;
  left: 2px;
}

.pricing-plan .single-plan .list-group li {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.4rem;
}

.pricing-plan .single-plan .btn {
  line-height: 4rem;
}

button.btn.btn-primary.border-radius {
  border-radius: 10px;
}

@media (min-width: 1200px) {
  /* .pricing-plan.style-1 .single-plan {
    width: calc(100% - 4rem);
  } */
}

.single-plan ul li i {
  color: #273892;
  font-size: 13px;
  background: #c3ccff;
  padding: 3px;
  margin-right: 8px;
  border-radius: 100%;
}

.pricing-plan.style-1 .single-plan.popular-plan {
  width: 100%;
  margin-top: -3.2rem;
  /* background: #d3d7ea; */
}

.bg__gradient {
  /* background-color: #ffe6a5; */
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
  font-weight: 100;
  background: #273892;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px
}

@media (max-width: 767.98px) {
  .pricing-plan.style-1 .single-plan.popular-plan {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.pricing-plan.style-1 .single-plan.popular-plan .list-group li {
  font-size: 1.5rem;
  line-height: 3.6rem;
}

.pricing-plan.style-1 .single-plan.bg-3 {
  background-position: left bottom;
  background-size: auto auto;
}

@media (min-width: 1200px) {
  .pricing-plan.style-2 .col {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-plan.style-2 .col {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-plan.style-2 .col .single-plan {
    border-radius: 0;
  }
}

.pricing-plan.style-2 .single-plan {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1200px) {
  .pricing-plan.style-2 .single-plan {
    padding-left: 5rem;
    padding-right: 5rem;
    width: 100%;
  }
}

.pricing-plan.style-2 .single-plan.bg-dark h1,
.pricing-plan.style-2 .single-plan.bg-dark h2,
.pricing-plan.style-2 .single-plan.bg-dark h3,
.pricing-plan.style-2 .single-plan.bg-dark p,
.pricing-plan.style-2 .single-plan.bg-dark span {
  color: #ffffff;
}

.pricing-plan.style-2 .single-plan.bg-light h1,
.pricing-plan.style-2 .single-plan.bg-light h2,
.pricing-plan.style-2 .single-plan.bg-light h3,
.pricing-plan.style-2 .single-plan.bg-light p,
.pricing-plan.style-2 .single-plan.bg-light span {
  color: #252a2c;
}

.pricing-plan.style-2 .single-plan.popular-plan .stiker {
  border-radius: 15px;
  right: -2.5rem;
  top: 2.6rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 10.8rem;
}

.pricing-plan.style-2 .single-plan.popular-plan .stiker h5 {
  font-size: 1.2rem;
  line-height: 3.2rem;
  padding-left: 8px;
  text-transform: uppercase;
}

.pricing-plan.style-2 .single-plan.popular-plan .btn {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(38, 46, 69, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(38, 46, 69, 0.3);
}

.pricing-plan.style-2 .single-plan p {
  font-size: 1.6rem;
}

.pricing-plan.style-2 .single-plan .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  .pricing-plan.table-style .plan-nav {
    position: absolute;
    left: 2.6rem;
    top: 4rem;
  }
}

.pricing-plan.table-style .plan-nav .nav-tabs {
  border: 0;
}

.pricing-plan.table-style .plan-nav .nav-tabs .nav-link {
  border: 0;
}

.pricing-plan.table-style .plan-nav .nav-tabs .nav-link.active .btn {
  color: #ffffff;
  background-color: #fff;
  border-color: #fff;
}

.pricing-plan.table-style .plan-nav .nav-tabs .nav-link :focus {
  color: #ffffff;
}

.pricing-plan.table-style table thead th {
  vertical-align: middle;
}

@media (min-width: 992px) {
  .pricing-plan.table-style table thead th:first-child {
    text-align: left;
  }

  .pricing-plan.table-style table thead th:first-child h2 {
    position: relative;
    left: 2rem;
  }
}

@media (max-width: 767.98px) {
  .pricing-plan.table-style table thead th:first-child h2 {
    padding: 0 1rem;
    margin-top: 5rem !important;
  }
}

.pricing-plan.table-style table thead th .icon {
  width: 10rem;
}

.pricing-plan.table-style table tbody tr {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 1.6rem;
}

.pricing-plan.table-style table tbody tr th {
  text-align: left;
  padding-left: 2rem;
}

@media (max-width: 991.98px) {

  .pricing-plan.table-style table th,
  .pricing-plan.table-style table td {
    padding: 1rem 0 1rem 0rem;
  }

  .pricing-plan.table-style table th h2,
  .pricing-plan.table-style table td h2 {
    font-size: 2.3rem;
    white-space: nowrap;
  }
}

/* Team Member Part */
.team-area .single-member .name h3 {
  font-size: 2.2rem;
}

/* Client Testimonial Part*/
.client-testimonial.bg-4 {
  background-position: bottom center;
  background-size: auto;
}

.client-testimonial .row.no-gutters {
  padding: 0 2rem;
}

.client-testimonial .row.no-gutters .col.center-col {
  margin: 0 6rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .client-testimonial .row.no-gutters .col.center-col {
    margin: 0 3rem;
  }
}

@media (max-width: 991.98px) {
  .client-testimonial .row.no-gutters .col.center-col {
    margin: 0 1rem 1rem;
  }
}

@media (max-width: 575.98px) {
  .client-testimonial .row.no-gutters .col.center-col {
    margin: 3rem 0;
  }
}

@media (max-width: 767.98px) {
  .client-testimonial .row.no-gutters {
    padding: 0;
  }
}

.client-testimonial .row {
  /* gap:20px; */
}

.testimonial-box iframe {
  border: 5px solid #fff;
  border-radius: 10px;
}

.client-testimonial .testimonial-box {
  padding: 10px;
  border-radius: 5px;
}

/* @media (max-width: 991.98px) {
  .client-testimonial .testimonial-box {
    padding: 3rem;
  }
} */
.h2,
h2,
.h1,
h1 {
  text-transform: capitalize;
}

.contact-area .contact-info img {
  filter: brightness(0.1);
}

.footer-widget-area {
  background: #252525 !important
}

.client-testimonial .testimonial-box i {
  font-size: 8rem;
  color: #eceff5;
  position: absolute;
  top: 5rem;
}
.client-testimonial-2 .testimonial-box{
      box-shadow: 0 2px 5px 0 #0000001a, 0 -1px 5px 0 #0000000d;
}

@media (max-width: 991.98px) {
  .client-testimonial .testimonial-box i {
    top: 3rem;
  }
}

.client-testimonial .testimonial-box p {
  padding-top: 2.5rem;
  position: relative;
  z-index: 2;
  color: #424141;
  font-size: 1.5rem;
}
.star-group span.fa {
    color: #ffa300;
}
.client-testimonial .testimonial-box .thumb {
  max-width: 7rem;
  border-radius: 50%;
}

.client-testimonial .testimonial-box h4 {
  font-size: 1.4rem;
}
.client-testimonial .testimonial-box h5 {
  font-size: 1.3rem;
}

/* Client Logo */
@media (min-width: 992px) {
  .client-logo .row.justify-content-around {
      /* margin-left: -6rem;
      margin-right: -6rem; */
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .client-logo .col-2 {
    padding: 0 .5rem;
  }
}

.ftr-item .widget-title i {
  display: none;
}

@media (max-width: 767.98px) {
  .client-logo .col-2 {
    min-width: 50% !important;
    padding: 1.5rem 0;
  }

  /* ------ footer accordion----- */
  .ftr-item .widget-content {
    height: 0;
    display: none;
    opacity: 0;
    transition: .5s ease all;
  }

  .ftr-item .widget-title.active~.widget-content {
    height: auto;
    display: block;
    opacity: 1;
  }

  .ftr-item {
    margin: 0 !important;
  }

  footer .footer-widget-area .footer-widget .widget-title {
    margin-bottom: 0 !important;
    padding: 14px 0;
    border-bottom: 1px solid #6b6969;
  }

  .ftr-item .widget-title {
    position: relative;
  }

  footer a.ftr-img img {
    width: 30%;
    height: auto;
    margin-bottom: 22px;
    margin-top: 20px;
  }

  .ftr-item .widget-title i {
    position: absolute;
    right: 10px;
    display: block;
    transition: .5s ease all;
    top: 50%;
    transform: rotate(0deg) translate(0%, -50%);
  }

  .ftr-item .widget-title.active i {
    transform: rotate(180deg);
  }
}

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

.client-logo .col-2 .brand-logo img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* -webkit-filter: brightness(0); */
  /* filter: brightness(0); */
  height: 70px;
  width: auto;
}

.client-logo .row {
  gap: 20px 0 !important;
}

.brand-logo {
  border: 1px solid #ddd;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

.client-logo-block.block-sidebar .brand-logo {
  padding: 0;
  margin: 2px;
  height: 60px;
}

.client-logo .col-2 .brand-logo:hover img {
  /* -webkit-filter: brightness(1); */
  /* filter: brightness(1); */
  transform: scale(1.1);
}

/* Blog Part */
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-area .card .card-header img {
    max-width: 100%;
  }
}

.blog-area .card .card-body {
  padding: 0 2rem 0 3rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-area .card .card-body {
    padding: 0 2rem 0 1.5rem;
  }

  .blog-area .card .card-body h3 {
    margin-top: 0 !important;
  }
}

.blog-area .card .card-body .badge-lg {
  position: relative;
  top: -19px;
}

.blog-area .card .card-body h3 {
  font-weight: 700;
}

.blog-area .card .card-body p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.blog-area .card .card-footer {
  padding: 1.5rem 0;
  margin: auto;
  width: calc(100% - 6rem);
}

a.navbar-brand.footer_logo img {
  height: 34px;
}

.footer-widget h3 {
  font-size: 18px;
  font-weight: 800;
  color: #ababab;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-area .card .card-footer {
    width: calc(100% - 3rem);
  }
}

.blog-area .card .card-footer .thumb {
  width: 3.8rem;
}

.blog-area.blog-page .card {
  margin-bottom: 3rem;
}

@media (min-width: 1200px) {
  .blog-area.style-2 .card {
    margin-bottom: 6rem;
  }

  .blog-area.style-2 .card .card-body {
    padding-left: 5rem;
    padding-right: 3rem;
  }

  .blog-area.style-2 .card .card-body h3 {
    font-weight: 800;
  }

  .blog-area.style-2 .card .card-body p {
    line-height: 3rem;
  }
}

@media (min-width: 1200px) {
  .blog-area.style-2 .card .card-footer {
    width: calc(100% - 10rem);
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }
}

.blog-area.style-2 .card .card-footer .continue-link a {
  font-size: 1.6rem;
  font-weight: 600;
}

.blog-area.style-2 .card .card-footer .continue-link a i {
  font-size: 1.8rem;
  padding-left: 1rem;
  position: relative;
  top: 1.5px;
}

@media (max-width: 767.98px) {
  .blog-area.style-2 .card .card-footer .continue-link {
    display: none;
  }
}

/* Blog Details */
.blog-details .card .card-body {
  padding: 0 3rem;
}
.blog-details .card .card-body  ul li {
    line-height: 2.6rem;
    color: #252a2c;
    font-weight: 400;
    font-size: 1.5rem;
    list-style-type: square;
}
.blog-details .card-body p a {
    color: #2c2cf0;
    /* text-decoration: underline; */
}
.blog-details .card .card-body ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
@media (max-width: 1199.98px) {
  .blog-details .card .card-body {
    padding: 0 2rem;
  }

  .blog-details .card .card-body .ptb-30 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .blog-details .card .card-body .line.mb-30 {
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .blog-details .card .card-body .badge {
    margin-bottom: 1.5rem;
  }
}

.blog-details .card .card-body .media .thumb {
  width: 3.6rem;
}

.blog-details .card .card-body .quote-card {
    padding: 4.5rem 3rem 3rem 3rem;
    border-left: 5px solid var(--primary-color);
}
@media (max-width: 991.98px) {
  .blog-details .card .card-body .quote-card {
    padding: 2rem 1.5rem;
  }
}

.blog-details .card .card-body .quote-card h3 {
  line-height: 2.6rem;
  font-weight: 600;
  font-size: 1.6rem;
}

.blog-details .card .card-body .list-group li {
    font-size: 1.5rem;
    line-height: 3.4rem;
}
.blog-details .card .card-body .card-footer {
  background-color: transparent;
  border: none;
  padding: 6rem 0 4rem;
}

@media (max-width: 991.98px) {
  .blog-details .card .card-body .card-footer {
    padding-top: 3rem;
  }
}

@media (max-width: 991.98px) {
  .blog-details .card .card-body .card-footer .category-link {
    margin-bottom: 1.5rem;
  }
}

.blog-details .card .card-body .card-footer .category-link a {
  font-weight: 600;
  font-size: 1.6rem;
}

.blog-details .card .card-body .card-footer .social-icon li {
  line-height: 1.4;
  font-size: 1.7rem;
}

.blog-details .card .card-body .card-footer .social-icon li a {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.blog-details .card .line {
  border-color: #dedede;
  border-width: 1px;
}

.blog-details p {
  font-weight: 400;
}

.blog-details .comments-area .title h3 {
  font-weight: 700;
}

.blog-details .comments-area .title .line {
  width: 5.5rem;
}
.blog-details .social-icons {
    margin-right: 30px;
}
.blog-details .other_pages ul {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.other_pages ul li {
    font-size: 17px;
}
.other_pages ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog-details .card .card-body h3 {
    font-size: 18px;
    margin-top: 20px;
}
.blog-details .card .card-body h2 {
    font-size: 25px;
    margin-top: 20px;
}
@media (max-width: 991.98px) {
  .blog-details .comments-area .title.mb-50 {
    margin-bottom: 3rem !important;
  }
}

.blog-details .comments-area .comment-boxs .media {
  border: 1px solid #dedede;
  padding: 3rem;
}

.blog-details .comments-area .comment-boxs .media.admin-box {
  border: none;
}

@media (min-width: 1200px) {
  .blog-details .comments-area .comment-boxs .media.admin-box {
    padding: 4rem;
  }
}

.blog-details .comments-area .comment-boxs .media.admin-box span {
  font-size: 1.4rem;
  padding-left: 1rem;
}

.blog-details .comments-area .comment-boxs .media .thumb {
  width: 10rem;
}

@media (max-width: 1199.98px) {
  .blog-details .comments-area .comment-boxs .media .thumb {
    margin-bottom: 1.5rem;
  }
}

.blog-details .comments-area .comment-boxs .media .media-body a,
.blog-details .comments-area .comment-boxs .media .media-body h6,
.blog-details .comments-area .comment-boxs .media .media-body h4 {
  font-weight: 700;
}

.blog-details .comments-area .comment-boxs .media .media-body p {
  line-height: 2.8rem;
}

.blog-details .comments-area .comment-boxs .media .media-body .item-link {
  padding-bottom: 3px;
  border-bottom: 1px solid #262e45;
}

.blog-details .comments-area .comment-boxs .media .media-body .item-link:hover {
  border-color: var(--primary-color);
}

.blog-details .comments-area .comment-boxs .media .media-body .media {
  margin-top: 4rem;
  padding-right: 1.5rem;
}

@media (max-width: 991.98px) {
  .blog-details .comments-area .comment-boxs .media {
    display: block;
  }

  .blog-details .comments-area .comment-boxs .media .media-body {
    padding-left: 0;
  }
}

.blog-details .comments-area .comment-form .form-control {
  margin-bottom: 3rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1199.98px) {
  .blog-details .ptb-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.blog-details .mt-80 {
  margin-top: 5rem !important;
}

.blog-details .mb-80 {
  margin-bottom: 5rem !important;
}

/* Sidebar */
/* .sidebar {
  border: 1px solid #dedede;
} */
.blog-details p {
    font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .sidebar {
    /* margin-left: 3.5rem; */
  }
}

/* .sidebar .widget {
  padding: 4rem;
  border-bottom: 1px solid #dedede;
} */
.sidebar .widget {
    padding: 19px;
    /* border-bottom: 1px solid #dedede; */
    background: #f6f6f6 !important;
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
  .sidebar .widget {
    padding: 3rem 2rem;
  }
}

.sidebar .widget:last-child {
  border-bottom: 0;
}
.sidebar h4,
.sidebar .widget-title h4 {
  font-weight: 700;
  margin-top: -3px;
  color: #273892;
}
.sidebar hr,
.sidebar .widget-title hr {
  width: 5.5rem;
  margin-bottom: 10px;
}
.sidebar hr.line.white {
    border-color: #fff;
    background-color: #fff;
}
.block-sidebar .container, .block-sidebar .row, .block-sidebar .col ,.block-sidebar .col-12{
    padding: 0px !important;
}
.sidebar .widget p {
  line-height: 3rem;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.sidebar .widget.search-box .form-control {
  color: #252a2c;
  line-height: 4.2rem;
}
.sidebar .widget.search-box .input-group-text {
    font-size: 1.4rem;
    color: #fff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: #273892;
}
.sidebar .widget.categories ul li {
  line-height: 3rem;
}

.sidebar .widget.categories ul li i {
  font-size: 1.6rem;
  padding-right: 0.5rem;
}

.sidebar .widget.categories ul li a {
  font-weight: 600;
}

.sidebar .widget.latest-post ul li .badge {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1.5rem;
}

.sidebar .widget.latest-post ul li p {
  line-height: 2.2rem;
}

@media (min-width: 1200px) {
  .sidebar .widget.latest-post ul li p {
    margin-right: -1rem;
  }
}

.sidebar .widget.latest-post ul li .line {
  margin-top: 3rem;
  margin-bottom: 4rem;
  width: calc(100% + 4rem);
  border-color: #dedede;
  border-width: 1px;
}

.sidebar .widget.latest-post ul li:last-child hr {
  display: none;
}

.sidebar .widget.instagram ul {
  margin: -0.5rem;
}

.sidebar .widget.instagram ul li {
  float: left;
  width: 8rem;
  padding: 0.5rem;
}

.sidebar .widget.instagram ul li a {
  display: block;
}

.sidebar .widget.instagram ul li a.overlay::after {
  opacity: 0;
}

.sidebar .widget.instagram ul li a.overlay:hover::after {
  opacity: 1;
}

.sidebar .widget.tags .tag-link {
  margin: -5px;
}

.sidebar .widget.tags .tag-link a {
  line-height: 2.5rem;
  padding: 0 1rem;
  border: 1px solid #252525;
  margin: 5px 4px;
  display: inline-block;
  font-weight: 600;
}

.sidebar .widget.tags .tag-link a:hover {
  background-color: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
}

/* Contact Part */
.contact-area .contact-info h2 {
  font-size: 2.6rem;
}

.contact-area .contact-info .list-group li {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 3.5rem;
}

@media (max-width: 991.98px) {
  .contact-area .contact-info .list-group li {
    font-size: 1.5rem;
  }
}

.contact-area .contact-info .list-group li img {
  margin-right: 1.2rem;
}

.contact-area .contact-form .form-control {
  /* margin-bottom: 2rem; */
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-area .contact-form .input-groups {
  margin-bottom: 2rem;
}

.error_msg {
  color: #d30e0e;
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .contact-area .contact-form {
    padding-left: 4rem;
    padding-right: 6rem;
  }
}

.gmap-area #googleMap {
  width: 100%;
}

.map-location iframe {
  margin-bottom: -5px;
}

.gmap-area #googleMap.height-600 {
  height: 60rem;
}

@media (max-width: 991.98px) {
  .gmap-area #googleMap.height-600 {
    height: 35rem;
  }
}

/* Footer Part*/
footer .footer-widget-area.bg-dark a {
  color: #bebebe;
}

footer .footer-widget-area.bg-dark a:hover {
  color: #fff;
}

/* @media (max-width: 767.98px) {
  footer .footer-widget-area .footer-widget .widget-title {
    margin-bottom: 1.5rem !important;
  }
} */

footer .footer-widget-area .footer-widget .widget-content p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #bebebe;
}

.widget-content img {
  width: 25px;
}

footer .footer-widget-area.bg-dark a {
  /* color: #ffffff; */
  font-size: 14px;
}

footer .footer-widget-area .social-icon ul li a {
  font-size: 2.6rem;
  line-height: 3.1rem;
}

/* footer .footer-widget-area .footer-widget .widget-content ul.float-left {
  width: 50%;
  margin-top: -1rem;
} */
footer a.ftr-img img {
  width: 59%;
  height: auto;
  margin-bottom: 22px;
}

footer .footer-widget-area .footer-widget .ftr-links ul li a {
  font-size: 1.4rem;
  line-height: 3rem;
}

footer .footer-widget-area .footer-widget .widget-content .media .media-body p {
  font-size: 1.8rem;
  margin-bottom: 0;
}

footer .footer-widget-area .footer-widget .widget-content .media .media-body span {
  color: #949494;
}

footer .footer-copyright {
  background-color: #121516;
  text-align: center;
}

footer .footer-copyright p {
  line-height: 4rem;
  font-size: 1.2rem;
  color: #ababab;
  text-align: center;
}

footer .footer-copyright p a {
  color: #ababab;
}

/*
[ 5. Preloader ]
================ */
.loader-wrap {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

.loader-wrap .d-flex {
  height: 100%;
}

.loader-wrap .loader {
  position: relative;
  width: 75px;
  height: 100px;
}

.loader-wrap .loader__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: var(--primary-color);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.loader-wrap .loader__bar:nth-child(1) {
  left: 0px;
  -webkit-transform: scale(1, 0.2);
  -ms-transform: scale(1, 0.2);
  transform: scale(1, 0.2);
  -webkit-animation: barUp1 4s infinite;
  animation: barUp1 4s infinite;
}

.loader-wrap .loader__bar:nth-child(2) {
  left: 15px;
  -webkit-transform: scale(1, 0.4);
  -ms-transform: scale(1, 0.4);
  transform: scale(1, 0.4);
  -webkit-animation: barUp2 4s infinite;
  animation: barUp2 4s infinite;
}

.loader-wrap .loader__bar:nth-child(3) {
  left: 30px;
  -webkit-transform: scale(1, 0.6);
  -ms-transform: scale(1, 0.6);
  transform: scale(1, 0.6);
  -webkit-animation: barUp3 4s infinite;
  animation: barUp3 4s infinite;
}

.loader-wrap .loader__bar:nth-child(4) {
  left: 45px;
  -webkit-transform: scale(1, 0.8);
  -ms-transform: scale(1, 0.8);
  transform: scale(1, 0.8);
  -webkit-animation: barUp4 4s infinite;
  animation: barUp4 4s infinite;
}

.loader-wrap .loader__bar:nth-child(5) {
  left: 60px;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-animation: barUp5 4s infinite;
  animation: barUp5 4s infinite;
}

.loader-wrap .loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  border-radius: 50%;
  -webkit-animation: ball 4s infinite;
  animation: ball 4s infinite;
}

@-webkit-keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  5% {
    -webkit-transform: translate(8px, -14px);
    transform: translate(8px, -14px);
  }

  10% {
    -webkit-transform: translate(15px, -10px);
    transform: translate(15px, -10px);
  }

  17% {
    -webkit-transform: translate(23px, -24px);
    transform: translate(23px, -24px);
  }

  20% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }

  27% {
    -webkit-transform: translate(38px, -34px);
    transform: translate(38px, -34px);
  }

  30% {
    -webkit-transform: translate(45px, -30px);
    transform: translate(45px, -30px);
  }

  37% {
    -webkit-transform: translate(53px, -44px);
    transform: translate(53px, -44px);
  }

  40% {
    -webkit-transform: translate(60px, -40px);
    transform: translate(60px, -40px);
  }

  50% {
    -webkit-transform: translate(60px, 0);
    transform: translate(60px, 0);
  }

  57% {
    -webkit-transform: translate(53px, -14px);
    transform: translate(53px, -14px);
  }

  60% {
    -webkit-transform: translate(45px, -10px);
    transform: translate(45px, -10px);
  }

  67% {
    -webkit-transform: translate(37px, -24px);
    transform: translate(37px, -24px);
  }

  70% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }

  77% {
    -webkit-transform: translate(22px, -34px);
    transform: translate(22px, -34px);
  }

  80% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }

  87% {
    -webkit-transform: translate(7px, -44px);
    transform: translate(7px, -44px);
  }

  90% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  5% {
    -webkit-transform: translate(8px, -14px);
    transform: translate(8px, -14px);
  }

  10% {
    -webkit-transform: translate(15px, -10px);
    transform: translate(15px, -10px);
  }

  17% {
    -webkit-transform: translate(23px, -24px);
    transform: translate(23px, -24px);
  }

  20% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }

  27% {
    -webkit-transform: translate(38px, -34px);
    transform: translate(38px, -34px);
  }

  30% {
    -webkit-transform: translate(45px, -30px);
    transform: translate(45px, -30px);
  }

  37% {
    -webkit-transform: translate(53px, -44px);
    transform: translate(53px, -44px);
  }

  40% {
    -webkit-transform: translate(60px, -40px);
    transform: translate(60px, -40px);
  }

  50% {
    -webkit-transform: translate(60px, 0);
    transform: translate(60px, 0);
  }

  57% {
    -webkit-transform: translate(53px, -14px);
    transform: translate(53px, -14px);
  }

  60% {
    -webkit-transform: translate(45px, -10px);
    transform: translate(45px, -10px);
  }

  67% {
    -webkit-transform: translate(37px, -24px);
    transform: translate(37px, -24px);
  }

  70% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }

  77% {
    -webkit-transform: translate(22px, -34px);
    transform: translate(22px, -34px);
  }

  80% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }

  87% {
    -webkit-transform: translate(7px, -44px);
    transform: translate(7px, -44px);
  }

  90% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

  40% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  90% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

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

@keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

  40% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  90% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

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

@-webkit-keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }

  40% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }

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

  90% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }

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

@keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }

  40% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }

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

  90% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }

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

@-webkit-keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }

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

@keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }

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

@-webkit-keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }

  40% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }

  50% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }

  90% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }

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

@keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }

  40% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }

  50% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }

  90% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }

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

@-webkit-keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

  90% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

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

@keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

  90% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }

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




/* rs css  */
.performance .p_item img {
  width: 50px;
  height: auto;
}

.performance .p_item {
  background: #fff;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  gap: 18px;
  /* justify-content: space-between; */
  align-items: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: .5s ease all;
  cursor: pointer;
  z-index: 0;
  /* border-bottom: 2px solid #273892; */
}

.p_item:after {
  width: 0%;
  height: 2px;
  position: absolute;
  background: red;
  content: "";
  bottom: 0;
  left: 0;
  overflow: hidden;
  animation: animationbottomline 5s infinite alternate linear;
}

/* @keyframes animationbottomline {
  0%{
    width: 0%;
  }
  0%{
    width: 100%;
  }
} */

.p_item-outer {
  padding: 0 7px;
}

.p__box {
  text-align: left;
}

.performance .p_item img {
  width: 55px;
}

.performance .p__box h3 {
  font-size: 15px;
  margin-top: 0;
}

.performance h4 {
  font-size: 14px;
  margin-top: 10px;
}

.performance .p_item:hover {
  z-index: 2;
  background: #4f7bbc;
  /* transform: scale(1.1); */

}

.performance .p_item .hover-img {
  display: none;
}

.performance .p_item:hover .normal-img {
  display: none;
}

.performance .p_item:hover .hover-img {
  display: block;
}

.performance .p_item:hover h4,
.performance .p_item:hover h3 {
  color: #fff
}


/* rs css */
/* .button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(20, 20, 20);
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}

.button:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background-color: rgb(181, 160, 255);
  align-items: center;
}

.button:hover .svgIcon {
  transition-duration: 0.3s;
  transform: translateY(-200%);
}

.button::before {
  position: absolute;
  bottom: -20px;
  content: "Back to Top";
  color: white;
  font-size: 0px;
}

.button:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  transition-duration: 0.3s;
} */
.btn-conteiner {
  display: flex;
  justify-content: center;
  --color-text: #ffffff;
  --color-background: #ff135a;
  --color-outline: #ff145b80;
  --color-shadow: #00000080;
}

.btn-content {
  display: flex;
  align-items: center;
  padding: 5px 30px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: var(--color-text);
  background: var(--color-background);
  transition: 1s;
  border-radius: 100px;
  box-shadow: 0 0 0.2em 0 var(--color-background);
}

.btn-content:hover,
.btn-content:focus {
  transition: 0.5s;
  -webkit-animation: btn-content 1s;
  animation: btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 0.4em 0 var(--color-background);
}

.btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}

.btn-content:hover .icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}

.icon-arrow {
  width: 20px;
  margin-left: 15px;
  position: relative;
  top: 6%;
}

/* SVG */
#arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}

#arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.btn-content:hover #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}

.btn-content:hover #arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.btn-content:hover #arrow-icon-two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */
@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: var(--color-background);
  }

  100% {
    fill: white;
  }
}

/* Button animations */
@-webkit-keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

@keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}



/* rs css  */
.performance_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

li.subdropdown-menu_cont {
  position: relative;
}

ul.subdropdown-menu {
  position: absolute;
  right: -220px;
  background: #fff;
  border: 0 solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  top: 0;
  border-radius: 3px;
  display: none;
  opacity: 0;
  transition: .5s ease all;

}

ul.subdropdown-menu li {
  display: block;
  width: 100%;
  padding: 0.5rem 2rem;
  clear: both;
  font-weight: 600;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.subdropdown-menu_cont:hover ul.subdropdown-menu {
  display: block;
  opacity: 1;
}

.button {
  position: relative;
  /* overflow: hidden; */
  height: 4rem;
  padding: 0 2rem;
  border-radius: 50px;
  background: #fff;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
   /* background: linear-gradient(82.3deg,
      rgba(150, 93, 233, 1) 10.8%,
      rgba(99, 88, 238, 1) 94.3%); */
  background: linear-gradient(82.3deg, #527abb 10.8%, #273892 94.3%);
}

.button:hover::before {
  transform: scaleX(1);
}

.button-content {
  position: relative;
  z-index: 1;
}

.button:hover {
  color: #fff;
}

/* .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(82.3deg,
      rgba(150, 93, 233, 1) 10.8%,
      rgba(99, 88, 238, 1) 94.3%);
  background: linear-gradient(82.3deg, #273892 10.8%, #273892 94.3%);
  transition: all 0.475s;
} */

.hireus svg,
.hireus i {
  transform: rotate(0);
  animation: phone .4s infinite alternate linear;
}

@keyframes phone {
  0% {
    transform: rotate(-20deg) scale(2.5);
  }

  100% {
    transform: rotate(20deg);
  }
}

.navbar-light .navbar-nav .nav-link {
  border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav .nav-link:hover {
  background: #eeeeee;
  /* border-bottom: 2px solid #273892; */
}

.bottom-header li.nav-item:after {
  width: 0%;
  height: 2px;
  background: #273892;
  position: absolute;
  content: "";
  transition: .5s ease all;
}

.bottom-header li.nav-item:hover:after {
  width: 100%;
  height: 2px;
  background: #273892;
  position: absolute;
  content: "";
}

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

.image-layer {
  width: 40%;
}

p.marq {
  /* text-align: center; */
  font-size: 21px;
  margin: 0;
  padding: 12px 0;
  position: relative;
}

.offer-hi {
  position: relative;
}

p.marq span {
  font-weight: bold;
  color: transparent;
  background-image: url(../img/bg/bg-gradient.png);
  background-size: 200%;
  background-position: 0 50%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate-background 5s infinite alternate linear;
}

p.marq span {
  color: #000;
}

/* 
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #f5f5f5;
} */
@keyframes animate-background {
  0% {
    background-position: 0 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}


.audit_btn_sticky {
  position: fixed;
  right: -36px;
  top: 50%;
  z-index: 99999;
  transform: rotate(-90deg) translate(0%, 0%) scale(1);
  transition: .5s ease all;
}

.audit_btn_sticky:hover {
  transform: rotate(-90deg) translate(0%, 0%) scale(1.2);
}

.audit_btn_sticky a {
  padding: 6px 14px;
  background: #383838;
  color: #fff;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
  transition: 0.3s;
}

.block-sidebar .slick-progress {
  max-width: 100%;
}

/* form css  start */

span.wpcf7-not-valid-tip {
  display: none;
}

.booking_form form {
  max-width: 600px;
  margin: 0 auto;
  justify-content: center;
  gap: 7px 0;
}

/* form css  end */

.why-chooose h2 span {
  position: relative;
}

.why-chooose h2 span:after {
  width: 0%;
  height: 3px;
  content: "";
  position: absolute;
  background: #273892;
  bottom: 0;
  left: 0;
  transition: .5s ease all;
}

.why-chooose .row:hover h2 span {
  color: #273892;
  /* transform: scale(1.2); */
}

.why-chooose .row:hover h2 span:after {
  width: 100%;
}


/* case study block  */

a.read_more {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  vertical-align: top;
  background: #273892;
  border-radius: 50px;
  padding: 5px 20px;
  border: 1px solid #273892;
  text-transform: uppercase;
  margin-top: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  display: block;
  max-width: 160px;
  text-align: center;
}
.brand-carousel-desktop .col-2 {
    max-width: 12.66667%;
    padding: 0;
}
.hero-block.small-box-area a.read_more {
  max-width: 170px;
  padding: 10px 20px;
}

.read_more i.fa.fa-arrow-right {
  font-size: 12px;
  margin-left: 5px;
  transition: .5s ease all;
}

.read_more:hover {
  color: #273892;
  background: transparent;
  border: 1px solid #273892;
}

.read_more:hover i.fa.fa-arrow-right {
  margin-left: 10px;
}


/* accordion area  */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #2738921a;
  color: #444;
  cursor: pointer;
  padding: 5px 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 1.8rem;
  line-height: 3.5rem !important;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 3.2rem;
  color: #252a2c;
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #dedede;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion-area .active,
.accordion-area .accordion:hover {
  background-color: #273892;
  color: #fff;
  padding: 5px 20px;
}

div#book_a_call {
    /* margin-bottom: 60px; */
    background: #273892;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #faf9f9;
  display: none;
  overflow: hidden;
  transition: .5s ease all;
}

.panel p {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.8rem;
  color: #252a2c;
  margin-top: 10px;
}

.accordion:after {
  content: '+';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.accordion-area .active:after {
  content: "-";
  /* Unicode character for "minus" sign (-) */
}

.client-logo-block .brand-logo {
  background: transparent !important;
}

.client-logo-block {
  padding: 19px !important;
}

/* .hero-text.m-minus {
  position: sticky;
  top: 20%;
} */
.hero-block2 .hero-text.m-minus p {
  width: 100%;
  text-align: justify !important
}

/* custom -slider side  */
/* .slick-slide.slick-active {
  transform: scale(1.1);
}
.slick-slide {
  transform: scale(.9);
}
.slick-slide.slick-active {
  transform: scale(1.1);
}
.slick-slide .item .card {
  background: #eee;
  padding: 20px;
  border-radius: 10px;
} */
/* ======================= */
.pricing_area h2 {
  font-size: 23px;
}

/* =============== */
.slider_one_side .card {
  background: #eee;
  padding: 20px;
  margin: 6px;
}

/* success-story-review-sec  */
section.success-story-review-sec .succ-story-card {
  display: flex;
  justify-content: space-between;
  background: 0 0 !important;
  /* box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0; */
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
      box-shadow: rgb(192 192 192 / 57%) 0px 0px 0px 2px;
  /* padding: 10px; */
  margin-bottom: 14px;
  border-radius: 10px;
  transition: .5s ease all;
}

section.success-story-review-sec .succ-story-card figure {
  width: 50%;
  margin: 0;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}

section.success-story-review-sec .succ-story-card:hover figure img {
  transform: scale(1.3);
}

section.success-story-review-sec .succ-story-card figure img {
  height: 216px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px 0px 0px 10px;
  transform: scale(1.0);
  transition: .5s ease all;
}

section.success-story-review-sec .succ-story-card:hover {
  /* padding:5px */
}

section.success-story-review-sec .succ-story-card:hover .caption {
  /* background: #eee; */
}

section.success-story-review-sec .succ-story-card:hover .caption h3 {
  /* color: #283d8d; */
}

/* section.success-story-review-sec .succ-story-card:hover .caption .result h4 {
  color: #000;
} */
section.success-story-review-sec .succ-story-card:hover .caption ul li {
  /* background: #333; */
  /* color: #fff; */
}
section.success-story-review-sec .succ-story-card:hover {
    box-shadow: rgb(39 56 146 / 57%) 0px 0px 0px 2px;
}

section.success-story-review-sec .succ-story-card .caption {
  /*width: 50%;*/
  background: #fff;
  border-radius: 0 10px 10px 0;
  padding: 14px 20px;
  margin-left: -15px;
  height: 216px;
}

section.success-story-review-sec h3 {
  color: #273892;
  font-size: 2.1rem;
  padding-bottom: 5px;
  transition: .5s ease all;
}

.succ-story-card .caption ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.succ-story-card .caption ul li {
  list-style: none;
  background: #727070;
  font-size: 14px;
  padding: 1px 10px;
  border-radius: 50px;
  margin-bottom: 0;
  color: #fff;
  border: 1PX SOLID #5d5d5d;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: .5s ease all;

}

.succ-story-card .caption ul li i {
  font-size: 10px;
}

.succ-story-card .caption .result {
  display: flex !important;
  margin-top: 0;
  padding: 16px 0 0;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 0;
}

.succ-story-card .caption .result .left {
  width: 50%;
}

.succ-story-card .left {
  border-radius: 7px;
  padding: 0px 0;
  position: relative;
}

.succ-story-card .caption .result .right {
  width: 50%;
}

.succ-story-card .caption .result p {
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  margin-top: 10px;
}

.succ-story-card .caption .result h4 {
    font-size: 18px;
    padding: 0;
    margin-bottom: 0;
    color: #333;
    text-align: center;
    transition: .5s ease all;
}

.circle-box img {
    width: 80%;
}
.succ-story-card .caption .result h4 span {
  display: block
}

.succ-story-card .caption .result p {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.lead-generation.icon-blocks img {
  width: auto;
  height: 60px;
}

/* 
.bottom-header li.nav-item {
  position: relative;
}
.bottom-header li.nav-item:before {
  width: 1px;
  height: 23px;
  position: absolute;
  right: -22px;
  top: 50%;
  content: "";
  background: #d7d7d7;
  z-index: 999;
  transform: translate(0%, -50%);
} */

/* services details start  */
h2.heading-small {
  font-size: 2.2rem;
  line-height: 3rem !important;
}

/* services details end  */
.small-box-area {
    padding: 30px 0;
    border-bottom: 8px solid #eae9e9;
}
.ip__main_contant .small-box-area:last-child {
    border-bottom: navajowhite;
}
.hero-block.small-box-area img {
  width: 80%;
}

.animated-text h1 {
  font-size: 58px;
  line-height: 110%;
  /* color: #747474; */
}

.animated-text h1 span.text {
  padding: 0;
  padding-right: 4px;
  border-right: 2px solid #747474;
  animation: blink 0.75s infinite;
}

.animated-text h1 .blue {
  color: #4480ff;
}

.animated-text h1 .green {
  color: #4caf50;
}

.animated-text h1 .yellow {
  color: #f4b400;
}

.animated-text h1 .red {
  color: #f44336;
}

.animated-text p.info {
  font-size: 12px;
  margin-top: 6rem;
  /* color: #747474; */
}

.animated-text p.info a {
  text-decoration: none;
  color: #4480ff;
}

@keyframes blink {
  from {
    border: none;
  }

  to {
    border-color: 2px solid #747474;
  }
}

/* read to boost section start  */
.visibility-boost-cont {
    padding: 30px;
    box-shadow: 0 2px 5px 0 #0000001a, 0 -1px 5px 0 #0000000d;
    border-radius: 20px;
    margin: 30px 0;
}

/* read to boost section end  */

@media screen and (max-width: 670px) {
  h1 {
    font-size: 40px;
  }

  /* img {
    width: 75px;
    height: 75px;
  } */
}

@media screen and (max-width: 400px) {
  h1 {
    font-size: 32px;
  }
}

.recognised-by img {
  width: 180px;
}

.recognised-by ul {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
}

.recognised-by li img {
  filter: drop-shadow(5px 5px 5px #ccc);
}

.recognised-by ul li {
  transition: .5s ease all;
  cursor: pointer;
}

.recognised-by ul li:hover {
  transform: translate(0px, -10px);
}

/* mega menu start */
.megamenu h3 {
  font-size: 13px;
}

.megamenu h3 br {
  display: none;
}

ul.dropdown-menu.mega_menu.show {
  width: 100vw;
  transform: translate(0%, 0);
  left: 0;
  position: absolute;
  left: -38%;
  right: 0;
  width: 100vw;
  top: 100%;
  background: #fff;
  z-index: 999;
  padding: 30px;
}

.mega-menu__heading {
  display: flex;
  margin-left: 20px;
  gap: 10px;
}

.mega-menu__heading i {
  background: #fff;
  display: flex;
  height: 17px;
  width: 17px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
}

/* mega menu end */


/* mobile menu  */
/* .mobile-menu .container{
  position: relative;
  height: 200px;
  width: 400px;
  width: 300px;
  height: 400px;
  background: #48a770;
  background: #efefef;
  background: #852470;
  border: 2px solid #600f4e;
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
  background-color: #852470;
}
.mobile-menu a {
  text-decoration: none;
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  color: #f3efe0;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255,255,255,0.1);
  letter-spacing: 1px;
  font-weight: 400;
  border-bottom: 1px solid #600f4e;
}
.mobile-menu ul li{
  color: #333;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #852470;
  
}
.mobile-menu ul li a:hover {
  background-color:  #600f4e;
}
.mobile-menu li span {
  font-size: 1.5em;
  line-height: .25em;
}
.mobile-menu .hide
{
 margin-left:-300px;
 transition: all 0.8s ease;
}

.mobile-menu .side-menu
{
position:absolute;
top:0px;
background:#eeeeee;
color:white;
width: 299px;
height:350px;
background: transparent;
background-color:  #982a80;
}
.mobile-menu .side-menu ul {
  border-top: 1px solid #600f4e;
}
.mobile-menu .side-menu ul li a {
  background-color: #982a80;
}
.mobile-menu .side-menu:last-child ul li a {
  background-color: #a93c91;
}
.mobile-menu .show-menu
{
margin-left:0 !important;
  
} */

/*Nav menu styling*/
.mobile-menu {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  align-items: center;
  display: none;
  padding: 5px 0;
}

.mm-logo img {
  width: auto;
  height: 40px;
}

.mm__right {
  visibility: hidden;
}

.mobile-menu__cont {
  display: flex;
  justify-content: space-between;
}

.mm-side-header {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
  height: 45px;
}

span#close_mm_menu {
  font-size: 26px;
  background: #eee;
  padding: 7px;
  cursor: pointer;
}

.nav-menu-wrap .nav-menu {
  max-width: 500px;
  position: fixed;
  top: 0;
  right: -500px;
  min-height: 100vh;
  background: #fff;
  z-index: 999;
  transition: .5s ease all;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.nav-menu-wrap .nav-menu.active {
  right: 0;
}

.nav-menu {
  width: 100%;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 500ms linear;
  -o-transition: height 500ms linear;
  -moz-transition: height 500ms linear;
  transition: height 500ms linear;
}

.nav-menu,
.sub-menu {
  margin: 0px;
  padding: 0px;
  position: relative;
  background: #eee;
}

.nav-menu li {
  list-style-type: none;
  display: block;
  background: transparent;
  float: left;
  width: 100%;
  border-top: solid 1px #ccc;
  background: #fff;
}

.nav-menu li:last-child {
  border-bottom: 1px solid #ccc;
}

.nav-menu li>a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 10px 15px;
  position: relative;
  float: left;
  width: 80%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.nav-menu li>a~.sub- {}



.nav-menu li>a:hover {
  background: #e9e9e9;
}

.nav-menu .sub-menu-toggle {
  display: none;
}

/*Sub nav menus*/

.nav-menu .sub-menu {
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 100%;
  background-color: #fff;
  -moz-transition: all 400ms ease-in;
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  z-index: 5;
  -moz-transform: translate3d(0%, 0px, 0px);
  -webkit-transform: translate3d(0%, 0px, 0px);
  -ms-transform: translate(0%, 0px);
  -o-transform: translate(0%, 0px);
  transform: translate3d(0%, 0px, 0px);
}

.nav-menu .sub-menu.active {
  -moz-transform: translate3d(-100%, 0px, 0px);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate(-100%, 0px);
  -o-transform: translate(-100%, 0px);
  transform: translate3d(-100%, 0px, 0px);

}


.nav-menu .sub-menu>li {}

.nav-menu .sub-menu li>a {}

/*Sub menu toggle*/
.nav-menu .sub-menu-toggle {
  position: relative;
  top: 0px;
  right: 0px;
  color: #000;
  background: #ccc;
  display: inline-block;
  cursor: pointer;
  width: 20%;
  text-align: center
}

.nav-menu .sub-menu-toggle:hover,
.nav-menu .sub-menu-toggle:active {
  background: #ddd;
}

.nav-menu .sub-menu-toggle:before {
  display: inline-block;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.nav-menu .sub-menu-toggle.flip:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/*Nav menu toggle*/
.nav-menu-toggle {
  /* border: solid 1px #ddd; */
  /* background: #ccc; */
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  /* margin-bottom: 15px; */
  z-index: 999;
}

.nav-menu-toggle .toggle {
  color: #283d8d;
  line-height: 40px;
  font-size: 200%;
}


/*Close sub menu items*/
.sub-menu .close {}

.sub-menu .close div {
  padding: 10px 15px;
  cursor: pointer;
  background: #dce0f7;
}

.sub-menu .close div i {
  float: right;
}

/* mobl-brand-carousel */
.mobl-brand-carousel {
  display: none;
}

.mobl-brand-carousel .brand-logo img {
  /* filter: brightness(0.2); */
  height: auto;
  width: 100%;
}

.other-pages-brand-carousel .brand-logo {
  border: none;
}

.mobl-brand-carousel .slick-slide {
  padding: 10px;
}

.result .left {
  position: relative;
}

.result .left:after {
  width: 1px;
  height: 50px;
  background: #a4a4a4;
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translate(-0%, -50%);
}

section.success-story-review-sec .succ-story-card figure {
  width: 100%;
}

section.success-story-review-sec .succ-story-card .caption {
  width: 100%;
}

/* popform css start  */

/* The Modal (background) */
#booking_form_cont.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  transition: .5s ease all;
}

.field_group {
  width: 100%;
  display: flex;
  gap: 10px;
}

.valid_success_error.success {
  color: #036c03;
  background: #b3d7b3;
  border: 1px solid #036c03;
  padding: 7px 15px;
}

.booking_form select {
  /* max-width: 410px !important; */
  /* width: 100% !important; */
}

/* Modal Content */
#booking_form_cont .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

/* The Close Button */
#booking_form_cont .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

#booking_form_cont form input,
#booking_form_cont form select {
  /* margin-bottom: 10px; */
  border: 1px solid #eee;
  width: 100%;
}

#booking_form_cont .input-groups {
  /* display: flex; */
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
}

.field_group .error {
  text-align: left;
  margin: 2px 5px;
}

#booking_form_cont .close:hover,
#booking_form_cont .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#booking_form_cont .modal-header {
  padding: 10px 30px;
  background-color: #273892;
  color: white;
  text-align: center;
  justify-content: center;
  /* height: 8%; */
}

.modal-header h2 {
  font-size: 30px;
  margin: 0px;
}

#booking_form_cont button {
  text-align: center;
  display: flex;
  margin: 20px auto 0 auto;
}

.modal-body {
  padding: 20px 30px
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
  postion: fixed;
  height: 15%;
}

.input-field {
  width: 100%;
}

/* popup form css end */

@media screen and (min-width: 600px) {

  section.success-story-review-sec .succ-story-card .caption,
  section.success-story-review-sec .succ-story-card figure {
    width: 50%;
  }
}

@media screen and (max-width:1024px) {
  .mobl-brand-carousel {
    display: block;
  }

  .brand-carousel-desktop {
    display: none;
  }

  .client-logo .heading.mb-55 {
    margin: 0 !important;
  }

  .mobile-menu {
    display: flex;
  }

  .topbar,
  .middle_header,
  .bottom-header {
    display: none;
  }
}


@media screen and (max-width: 992px) {
  .slider-area h2 {
    font-size: 2.2rem;
  }

  .ip__sidebar {
    display: none;
  }

  .animated-text h1 {
    font-size: 38px;
    /* color: #747474; */
    line-height: 45px;
  }

  .slider-area .caption {
    max-width: 100vw;
    margin: 0 auto;
  }

  .slider-area .caption p.marq img {
    width: 20px;
    margin-right: 10px;
  }

  .p_item {
    flex-direction: column;
    text-align: center;
    padding: 10px;
  }

  .performance .p_item img {
    width: 45px;
  }

  .performance .p__box h3 {
    font-size: 17px;
    margin-top: 0;
    text-align: center;
  }

  .performance h4 {
    font-size: 15px;
    margin-top: 7px;
    text-align: center;
  }

  .p_item-outer {
    padding: 0 7px;
    margin-bottom: 12px;
  }

  .succ-story-card .caption .result h4,
  .succ-story-card .caption .result h4 span {
    font-size: 22px !important;
  }

  .h3,
  h3 {
    font-size: 1.8rem;
  }

  .heading h2,
  .heading h1,
  .heading h2,
  .h2,
  h2,
  .h1,
  h1,
  .promo-area .promo-box h1 {
    line-height: 3.2rem;
    font-size: 2.9rem;
  }

  /* Section Heading */
  .heading h1,
  .heading h2 {
    line-height: 3.8rem;
    text-transform: capitalize;
  }

  .heading h2 {
    line-height: 3.8rem;
    font-size: 3rem;
    color: #262e45;
    /* font-weight: 400; */
  }

  h2 br {
    display: none !important;
  }
div#our_indusrtries .row {
    gap: 10px;
}
.slick-slide {
    padding: 5px;
}
}


/* form side bar  */
.book_call_form_sidebar {
  padding: 15px;
  background: #333;
  border-radius: 4px;
}

.book_call_form_sidebar .field_group {
  width: 100%;
  display: unset;
  gap: 10px;
}

.book_call_form_sidebar .input-groups {
  margin-bottom: 10px;
}

.book_call_form_sidebar .input-groups select,
.book_call_form_sidebar .input-groups input {
  border-radius: 3px;
  width: 100%;
}

.book_call_form_sidebar button.btn {
  border-radius: 50px;
  font-size: 11px;
}


/* Inner Pages  */

/* .ip__sidebar {
    position: sticky;
    top: 50px;
    right: 0;
    height: 100vh;
} */
.bookmark-items {
  padding-left: 12px;
}

.bookmark-item {
  position: relative;
}

.bookmark-item:before {
  content: "";
  width: 1px;
  height: 150%;
  background: #d5d5d5;
  position: absolute;
  left: -12px;
  transition: .5s ease all;
}

.bookmark-item:hover:before,
.bookmark-item:active:before {
  background: #273892;
}

.bookmark-item a {
  display: block;
}

div#icp_toc_title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}

.ip_main_content {
  padding: 30px 0 0 0;
}

.simplebar-content-wrapper {
  /* background:#f6f6f6; */
  /* padding: 20px; */
  /* border-radius: 5px; */
}

a.schedule-snippet-wrap-link span {
  font-size: 15px;
  font-weight: 800;
}

.schedule-snippet-wrap-btn {
  background: url(../img/schedule-call-bg.svg);
}

.schedule-snippet-wrap-btn img {
  width: 80px;
}

/* .services-details .item .card {
    background: #fffdf5;
    transition:.5s ease all;
    border: 1px solid #dadfe3;
}
.services-details .item .card:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} */
.banner_content_area {
  /* margin: 30px 0; */
  padding: 30px 20px;
  background: #273892;
}

.a-steps {
  display: flex;
  margin-bottom: 15px;
  position: relative;
}

.a-steps_description ul li {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #252a2c;
  margin-bottom: 11px;
}

p.a-steps_number {
  display: inline-block;
  /* background: red; */
  background: #fff;
  border: 1px solid #dadfe3;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  line-height: 1;
  margin-right: 0;
  padding: 10px 14px;
  text-align: center;
  transition: all .3s ease;
  white-space: nowrap;
  z-index: 1;
  margin-right: 15px;
  transition: .5s ease all;
}

.btn-second {
  background-color: #EEB216;
}

.pimcore_area_steps-editable .a-steps_line:after {
  background-color: #005eb8;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .7s ease;
  width: 1px;
}

.pimcore_area_steps-editable .a-steps {
  display: flex;
  max-width: 100%;
  padding-bottom: 30px;
  position: relative;
}

.a-steps p.a-steps_number:before {
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  background: #eee;
  left: 20px;
  z-index: 0;
  top: 40px;
  transition: .5s ease all;
}

.a-steps p.a-steps_number:after {
  background: #273892;
  width: 1px;
  height: 0%;
  content: "";
  position: absolute;
  /* background: #eee; */
  left: 20px;
  z-index: 0;
  top: 40px;
  transition: .5s ease all;
}

.a-steps:hover p.a-steps_number:after {
  background: #273892;
  height: 100%;

}

.a-steps:hover h3.heading-class {
  color: #273892;
}

.a-steps:last-child p.a-steps_number:before,
.a-steps:last-child p.a-steps_number:after {
  display: none;
}

.a-steps:hover p.a-steps_number {
  border-color: #273892;
  background-color: #273892;
  color: #fff;
}

.case-study #case_study_block_sidebar .single-case {
  margin: 0 !important;
}
.block-sidebar.book_call_form_sidebar h2{
  color:#fff  !important;
}
.block-sidebar h2 {
  font-size: 2.2rem;
  line-height: 3.5rem !important;
  color: #273892 !important;
}

.icon-font-item_outer {
  padding: 0 7px;
}
.icon-font-item ul li {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #252a2c;
    font-size: 1.5rem;
}
.icon-font-item p {
  font-size: 1.5rem;
}

.services-details .item .card,
.block-style-3 .icon-font-item {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 #0000001a, 0 -1px 5px 0 #0000000d;
  min-height: 150px;
  padding: 15px 10px;
  text-align: center;
  transition: all .5s ease;
  /* margin: 10px 0; */
  /* border-bottom: 2px solid transparent; */
  position: relative;
  /* min-height: 260px; */
}

.services-details .item .card p,
.block-style-3 .icon-font-item p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* show only 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  transition: .5s ease all;
}

/* On hover, show full text */
/* .services-details .item .card:hover p, .block-style-3 .icon-font-item:hover p{
  -webkit-line-clamp: unset;
  overflow: visible;
  background: #fff;
  z-index: 1;
} */
.block-style-3.col__center .icon-font-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.small__img img {
  width: auto;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.services-details .item .card:after,
.block-style-3 .icon-font-item:after {
  width: 0%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #273892;
  transition: .5s ease all;
}

.services-details .item .card:hover:after,
.block-style-3 .icon-font-item:hover:after {
  width: 100%;
  background-color: #273892;
}

.block-style-3 .arrow_icon {
  position: absolute;
  top: 15px;
  right: 15px;
  transform: rotate(-45deg);
  color: #273892;
  transition: .5s ease all;
}

.block-style-3 .icon-font-item:hover .arrow_icon {
  transform: rotate(0);
}

button.slick-arrow {
  background: transparent;
  border: 1px solid #333;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  color: transparent;
  z-index: 9;
  background-color: #fff;
}

button.slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translate(0%, -50%);
}

button.slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translate(0%, -50%);
}

.services-details button.slick-prev.slick-arrow {
  left: 0;
}

.services-details button.slick-next.slick-arrow {
  right: 0;
}

.hero-block .col__slides img {
  width: 100%;
}

button.slick-next.slick-arrow:after {
  position: absolute;
  content: "→";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 50%;
  color: #333;
  transform: translate(50%, -100%);
}

button.slick-prev.slick-arrow:before {
  position: absolute;
  content: "←";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 50%;
  color: #333;
  transform: translate(50%, -100%);
}

.col__slides_sec {
  padding: 30px 50px;
}


/* bottom footer stikcy  */
.footer-cta.fixed {
  transform: translateY(0);
}

section.footer-cta .container {
  max-width: 90%;
}

.footer-cta {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  text-align: center;
  /* transform: translateY(100%); */
  /* overflow-x: hidden; */
  transition: transform .5s ease-in;
  left: 0;
  background: #fff;
  background-size: 100% 60px;
  background-position: center bottom;
  /* transform: translateY(0); */
  padding: 17px;
  border-radius: 30px 30px 0 0;
  width: 100vw;
  width: 100vw;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* .CTA_ftr {
    text-align: left;
    margin: auto;
    padding: 8px 0;
    max-width: 1250px;
} */
.CTA_ftr {
  justify-content: space-between;
  align-items: center;
}

.CTA_ftr p {
  margin: 0;
}

.footer-cta .close_btn {
  position: absolute;
  left: 50px;
  bottom: 17px;
  color: #fff;
  font-size: 20px;
  background: #8f8f8f;
  width: 23px;
  height: 23px;
  text-align: center;
  border-radius: 100%;
  border: 0;
  outline: 0;
}

.footer_cta {
  text-align: right;
}

.footer-cta figure {
  margin: 0 0 1rem;
  width: 50px;
}

.footer_cta_img img {
  position: absolute;
  top: -53px;
  height: 80px;
  margin-left: 0;
}

.CTA_ftr .footer_cta a {
  border: 0.2rem solid transparent;
  padding: 1.1rem 1.8rem;
  font-size: 1.2rem;
  border-color: #273892;
  color: #273892;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  background: #273892;
}

/* work process style 2 start  */
.process-boxs2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap:10px
}
.process-boxs2.col_6{
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.process-boxs2 .circle-box2 .img-wrapper {
    background: #27389224;
    display: inline-block;
    padding: 20px;
    border-radius: 50%;
    position: relative;
}
.process-boxs2 .circle-box2 img {
    width: 30px;
}
.process-boxs2.col_6 .circle-box2 .img-wrapper:after {
    width: 66px;
}
.process-boxs2 .circle-box2 .img-wrapper:after {
    position: absolute;
    content: "";
    width: 92px;
    height: 2px;
    top: 50%;
    border-bottom: 3px dashed #273892;
    left: 100%;
}
.process-boxs2 .circle-box2 h3 {
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0;
}
.process-boxs2 .circle-box2:last-child .img-wrapper:after {
    display: none;
}

/* work process style 2 end  */

.bg__gradient.style2 span.h5.text-white {
    font-weight: 400;
    display: block;
    margin-top: 10px;
}


/* about team start  */
.single-member{
  overflow: hidden;
}
.thumb img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.thumb {
    position: relative;
}
/* .thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #000000b0 7%, transparent 90%);
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 8px;
} */
 
.name {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    z-index: 2;
}
.single-member h3, .single-member h5 {
    color: #fff;
}
.social-icon.individual-color {
    display: none;
    position: absolute;
    left: -50%;
    top: 20px;
    transition: .5 ease all;
}
.single-member:hover .social-icon {
    left: 10px;
}
.single-member .social-icon ul li {
    padding: 10px;
    /* background: red; */
    border-radius: 0px 10px 10px 0;
    margin: 5px;
}
/* about team end  */

.block-style-4 .icon-font-item {
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 20px;
    background-image: url(../img/bg/8.png);
}
.block-style-4 .icon-font-item.second-item {
    /* background-color: #fbedce; */
}
.block-style-4 .icon-font-item img {
    height: auto;
    width: auto;
    margin-bottom: 20px;
    border-radius: 10px;
}
/* block-style-4 */
@media screen and (max-width:768px) {

  .services-details .item,
  .hero-block.small-box-area .col-lg-6,
  .hero-block.slider_one_side .col-12 {
    padding: 0 !important;
  }

  .slider_one_side .card {
    margin: 0;
  }

  div#book_a_call p.text-white {
    margin: 0 30px;

  }

  .booking_form form {
    padding: 0px 25px 15px 15px;
  }

  div#book_a_call .input-groups {
    width: 100%;
  }

  .promo-area .promo-box {
    border-radius: 0;
  }

  div#book_a_call {
    margin-bottom: 0;
  }

  .hero-block.bg-light.small-box-area {
    padding: 20px;
  }

  .a_steps_sec .col-12 {
    padding: 0;
  }

  .col__slides_sec {
    display: none;
  }

  p.bg__gradient {
    flex-direction: column;
  }

  .footer-widget iframe {
    width: 100%;
  }

  .footer-cta {
    display: none;
  }

  .CTA_ftr .footer_cta a {
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
  }

  .CTA_ftr p {
    margin: 0;
    font-size: 15px;
  }

  .footer_cta_img img {
    top: -24px;
    height: 60px;
  }
  button.slick-next.slick-arrow {
    right: -14px;
}
 button.slick-prev.slick-arrow {
    left: -14px;
}
.process-boxs2.col_6,
.process-boxs2 {
    grid-template-columns: 1fr 1fr 1fr;
}
.process-boxs2 .circle-box2 .img-wrapper:after{
  display: none;
}
.local_presence .row.text-center {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.local_presence .bs2_item h3 {
    font-size: 1.3rem;
}
.visibility-boost-cont {
    padding: 20px 10px;
    /* text-align: justify; */
}
.visibility-boost-cont .container {
    padding: 0;
}
.visibility-boost-cont .container p {
    text-align: justify;
}
}

.contact__page .footer-widget iframe {
  display: none;
}

@media screen and (max-width: 600px) {
  section.success-story-review-sec .succ-story-card .caption ul li {
    font-size: 16px;
    padding: 4px 10px;
  }

  section.success-story-review-sec .succ-story-card .caption ul {
    gap: 6px;
  }

  section.success-story-review-sec .succ-story-card {
    flex-direction: column;
  }

  section.success-story-review-sec .succ-story-card .caption {
    margin-left: 0;
  }

  .hero-block .hero-text p {
    text-align: justify;
  }

  section.success-story-review-sec .succ-story-card .caption {
    border-radius: 0 0px 10px 10px;
  }

  .work-process p br {
    display: none;
  }

  .work-process .col {
    padding: 0;
  }

  .recognised_by .row.text-center.pt-50.pb-50 {
    padding-bottom: 20px;
  }

  .brand-logo {
    height: 50px;
  }

  .performance_row {
    grid-template-columns: repeat(2, 1fr);
  }

  /* .performance_row > div:last-child {*/
  /*  grid-column: span 2;*/
  /*} */
  /*.p_item-outer.middle-box {*/
  /*  order: 5;*/
  /*  grid-column: span 2;*/
  /*}*/
  #booking_form_cont .modal-content {
    width: 90%;
  }

  div#middle-box {
    order: 5;
    grid-column: span 2;
    padding: 0 6px;
  }

  .mobl-brand-carousel .slick-slide {
    padding: 0px 5px;
  }

  .brand-logo {
    padding: 0;
  }

  .brand-logo img {
    border-radius: 20px;
  }

  .mb-65 {
    margin-bottom: 1.5rem !important;
  }

  section.success-story-review-sec .succ-story-card .caption ul li {
    font-size: 16px;
    padding: 4px 10px;
  }

  .lead-generation {
    padding-bottom: 0px;
  }

  .work-process .heading {
    margin-bottom: 20px;
  }
  button.slick-next.slick-arrow {
    right: -14px;
}
 button.slick-prev.slick-arrow {
    left: -14px;
}
}

