/* Table Of Content - start
================================================== */
/* 
* Project Name   :  Paradox - Creative Agency WordPress Theme
* File           :  CSS Base
* Version        :  1.0.0
* Author         :  BDevs (https://themeforest.net/user/bdevs)

==================================================

1 - Template Global Settings
	1.1 - Template Fonts
	1.2 - Template Global Reset
	1.3 - Template Variable
	1.4 - Template Mixin
	1.5 - Template Breakpoints

2 - Template Elements
	2.1 - Template backtotop
	2.2 - Template color
	2.3 - Template space
	2.4 - Template animation
	2.5 - Template preloader
	2.6 - Template list
	2.7 - Template menu
	2.8 - Template meanmenu
	2.9 - Template button
	2.10 - Template typography
	2.11 - Template carousel
	2.12 - Template video
	2.13 - Template form
	2.14 - Template admin
	2.15 - Template tab
	2.16 - Template social
	2.17 - Template counter
	2.18 - Template rating
	2.19 - Template iconbox
	2.20 - Template accordion
	2.22 - Template pagination
	2.23 - Template countdown
	2.24 - Template offcanvas

3 - Template Parts
	3.1 - Template header
	3.2 - Template footer
	3.3 - Template breadcrumb
	3.4 - Template sidebar

4 - Template Components
	4.1 - Template banner
	4.2 - Template clients
	4.3 - Template service
	4.4 - Template portfolio
	4.5 - Template blog
	4.6 - Template pricing
	4.7 - Template testimonial
	4.8 - Template calltoaction
	4.9 - Template team
	4.10 - Template policy

5 - Template Pages
	5.1 - Template about
	5.2 - Template details
	5.3 - Template register
	5.4 - Template comming_soon
	5.5 - Template terms_conditions
	5.6 - Template contact
	5.7 - Template error

*/
/* Table Of Content - end
================================================== */
/* 1.2 - Template Global Reset - Start
================================================== */
body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  font-style: normal;
  color: #5D636A;
  font-family: "Manrope", sans-serif;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.page_wrapper {
  overflow: hidden;
  position: relative;
}

iframe {
  border: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

embed,
object,
video {
  height: auto;
  max-width: 100%;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  user-select: none;
  vertical-align: middle;
}

.image_wrap {
  overflow: hidden;
  border-radius: 12px;
}
.image_wrap img {
  border-radius: 12px;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  outline: 0;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
a:active, a:focus, a:hover, a:visited {
  outline: 0;
  text-decoration: none;
}

.fix {
  overflow: hidden;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  display: inline-block;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #0F0E0E;
  font-family: "Manrope", sans-serif;
  line-height: 1.2;
}

hr {
  opacity: 0.1;
  margin: 30px 0;
  background-color: #0F0E0E;
}

.fa {
  font-family: "Font Awesome 5 Brands";
}

.container {
  max-width: 1320px;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}

.container-fluid {
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}

.row {
  margin: -15px;
}

.col {
  flex: unset;
  padding: 15px;
}

.layer {
  position: relative !important;
}

/* 1.2 - Template Global Reset - End
================================================== */
/* Back To Top - Start
================================================== */
.backtotop.style_1 .scroll {
  width: 144px;
  height: 72px;
  font-size: 30px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border-radius: 100px 100px 0 0;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .backtotop.style_2 {
    padding-top: 50px;
  }
}
.backtotop.style_2 .scroll {
  width: 172px;
  height: 87px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  align-items: center;
  display: inline-flex;
  color: #FF7F50;
  justify-content: center;
  border-radius: 100px 100px 0 0;
  background-color: rgba(255, 127, 80, 0.1);
}
.backtotop.style_2 .scroll:hover {
  background-color: #FF7F50;
  color: #ffffff;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .backtotop.style_3 {
    padding-top: 50px;
  }
}
.backtotop.style_3 .scroll {
  width: 172px;
  height: 87px;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  line-height: 22px;
  color: #0F0E0E;
  position: relative;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border-radius: 100px 100px 0 0;
  background-color: #FFC961;
}
.backtotop.style_3 .scroll:hover {
  background-color: #5355DF;
  color: #ffffff;
}
.backtotop.style_3 .scroll:before {
  top: 5px;
  inset-inline-start: 5px;
  inset-inline-end: 5px;
  bottom: -1px;
  content: "";
  position: absolute;
  border: 1px solid #ffffff;
  border-radius: 100px 100px 0 0;
}

.backtotop.position-fixed {
  z-index: 99;
  inset-inline-end: 20px;
  bottom: 50px;
}
.backtotop.position-fixed > a {
  width: 44px;
  height: 44px;
  display: flex;
  font-size: 16px;
  border-radius: 100%;
  align-items: center;
  color: #5355DF;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.backtotop.position-fixed > a:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

/* Back To Top - End
================================================== */
/* Color Classes - Start
================================================== */
.bg_dark {
  background-color: #0F0E0E;
}

.bg_dark_2 {
  background-color: #33333A;
}

.bg_dark_3 {
  background-color: #292930;
}

.bg_primary {
  background-color: #5355DF;
}

.bg_warning {
  background-color: #FFC961;
}

.bg_danger {
  background-color: #FF7F50;
}

.bg_light {
  background-color: #F1F1FC;
}

.bg_light_2 {
  background-color: rgba(255, 127, 80, 0.1);
}

.bg_light_3 {
  background-color: #F7F8FA;
}

.bg_gradient_light {
  background-image: linear-gradient(0deg, #F1F1FC 0%, rgba(241, 241, 252, 0) 100%);
}

.bg_half_top_light {
  background-image: linear-gradient(0deg, transparent 41%, #E3ECFA 0%);
}

/* Color Classes - End
================================================== */
/* Template Space - Start
================================================== */
.section_space_lg {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_space_lg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section_space_lg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section_space_md {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_space_md {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section_space_md {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section_space_heading {
  padding-top: 104px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_space_heading {
    padding-top: 66px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section_space_heading {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Template Space - End
================================================== */
/* CSS Animation - Start
================================================== */
.decoration_wrap {
  z-index: 1;
  position: relative;
}
.decoration_wrap .deco_item {
  z-index: -1;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 30px 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .decoration_wrap .deco_item {
    flex-direction: row;
  }
}
.decoration_wrap .overlay {
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}
.decoration_wrap .half_bg_top {
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: -1;
  position: absolute;
}

.amin-up-down {
  animation: upDown 1s infinite alternate;
}

@keyframes dropDown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.upDown {
  animation: upDown 1s infinite alternate;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
.spin {
  animation: spin 4s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.flash {
  animation: flash 5s linear infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* CSS Animation - End
================================================== */
.fadeInDown {
  animation-name: uicoreFadeInDown, uicoreFadeIn !important;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1), cubic-bezier(0, 0, 0.2, 1);
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft, uicoreFadeIn;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1), cubic-bezier(0, 0, 0.2, 1);
}

@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes iconltr {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes iconltrup {
  49% {
    transform: translateY(30%);
  }
  50% {
    opacity: 0;
    transform: translateU(-30%);
  }
  51% {
    opacity: 1;
  }
}
/* Preloader - Start
================================================== */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  background-color: #fff;
  z-index: 999;
}

.sk-three-bounce {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}

.sk-three-bounce .sk-child {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #5355DF;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  margin: 0 auto;
  left: 0;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.sk-three-bounce.style_2.sk-three-bounce .sk-child {
  background-color: #FF7F50;
}

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Preloader - End
================================================== */
/* 2.4 - Order & Unorder List - Start
================================================== */
.unordered_list,
.unordered_list_end,
.unordered_list_center {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.unordered_list > li,
.unordered_list_end > li,
.unordered_list_center > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.unordered_list {
  justify-content: flex-start;
}

.unordered_list_center {
  justify-content: center;
}

.unordered_list_end {
  justify-content: flex-end;
}

.unordered_list_block {
  margin: 0px;
  padding: 0px;
  display: block;
}
.unordered_list_block > li {
  display: block;
  list-style: none;
}

.icon_list_boxed {
  display: flex;
  background-color: #ffffff;
  border-radius: 12px;
}
.icon_list_boxed .icon_list {
  padding: 30px;
  flex: 0 0 50%;
  max-width: 50%;
}
.icon_list_boxed .icon_list:not(:last-child) {
  border-style: solid;
  border-color: rgba(15, 14, 14, 0.1);
  border-width: 0 1px 0 0;
}

.icon_list.unordered_list_block > li:not(:last-child) {
  margin-bottom: 19px;
}
.icon_list .list_item_icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  font-size: 10px;
  margin-inline-end: 12px;
  color: #0F0E0E;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #FFC961;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.icon_list .list_item_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #0F0E0E;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.icon_list a:hover .list_item_text {
  color: #5355DF;
}

.page_list > li {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.page_list > li:not(:last-child) {
  margin: 0 0 12px;
}
.page_list a {
  color: #5D636A;
  align-items: center;
  display: inline-flex;
}
.page_list a span {
  display: flex;
  align-items: center;
}
.page_list a .list_item_icon {
  opacity: 0;
  font-size: 6px;
  color: #5355DF;
  margin: 0 8px 0 -15px;
  transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.page_list a:hover {
  color: #0F0E0E;
}
.page_list a:hover .list_item_icon {
  opacity: 1;
  margin: 0 8px 0 0;
}

.page_list.unordered_list > li:not(:last-child) {
  margin: 0 11px 0 0;
}
.page_list.unordered_list a .list_item_icon {
  opacity: 1;
  margin: 0 11px 0 0;
}

.tags_list {
  margin: -4px;
}
.tags_list > li {
  padding: 4px;
}
.tags_list a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 5px 10px;
  color: #5D636A;
  border-radius: 50px;
  border: 1px solid rgba(15, 14, 14, 0.1);
}
.tags_list a:hover {
  color: #0F0E0E;
  border-color: #FFC961;
  background-color: #FFC961;
}

.contact_info_list > li {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #0F0E0E;
}
.contact_info_list > li:not(:last-child) {
  margin-bottom: 20px;
}
.contact_info_list strong {
  float: left;
  margin-inline-end: 10px;
  color: #5355DF;
}
.contact_info_list span {
  display: table;
}

.contact_info_list.style_2 > li {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  color: #5D636A;
}
.contact_info_list.style_2 > li:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(15, 14, 14, 0.1);
}
.contact_info_list.style_2 strong {
  width: 100%;
  display: block;
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 26px;
  color: #0F0E0E;
}
.contact_info_list.style_2 span {
  display: block;
}
.contact_info_list.style_2 span a {
  color: #5D636A;
}
.contact_info_list.style_2 span a:hover {
  color: #5355DF;
}

.category_list {
  margin: -2px;
}
.category_list > li {
  padding: 2px;
}
.category_list a {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  padding: 2px 10px;
  color: #000000;
  background-color: #FFC961;
  border-radius: 50px;
}
.category_list a:hover {
  color: #ffffff;
  background-color: #5355DF;
}

.meta_list > li {
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  position: relative;
}
.meta_list > li:not(:last-child) {
  margin-inline-end: 12px;
  padding-inline-end: 12px;
}
.meta_list > li:not(:last-child):after {
  top: 12px;
  width: 4px;
  height: 4px;
  right: -2px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #5D636A;
}
.meta_list a {
  color: #5D636A;
}
.meta_list a:hover {
  color: #5355DF;
}

/* 2.4 - Order & Unorder List - End
================================================== */
/* Menu Css - Start
================================================== */
.main-menu ul {
  margin-bottom: 0;
}
.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 35px;
  /* submenu css start */
  /* mega menu start */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin-inline-end: 30px;
  }
}
.main-menu ul li:last-child {
  margin-inline-end: 0;
}
.main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #0F0E0E;
  padding: 35px 0;
  text-align: left;
  position: relative;
}
.main-menu ul li a::before {
  content: "";
  margin-inline-end: 12px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 6px;
  height: 6px;
  top: 50.76px;
  background: #5355DF;
  position: absolute;
  top: 50%;
  inset-inline-start: -12px;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
}
.main-menu ul li.has-dropdown > a {
  position: relative;
}
.main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 14px;
  color: var(--clr-common-white);
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-inline-start: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-menu ul li.has-mega-menu {
  position: static;
}
.main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: #ffffff;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  padding: 31px 0 8px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid #d9d9d9;
}
.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  color: #0F0E0E;
}
.main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  color: #0F0E0E;
  font-weight: 600;
  font-size: 14px;
  padding: 0 25px;
  padding-bottom: 0px;
  padding-inline-start: 30px;
  padding-bottom: 7px;
  width: 100%;
}
.main-menu ul li .submenu li a::before {
  position: absolute;
  content: "";
  left: 25px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 1.2px;
  background-color: #5355DF;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li:hover > a {
  color: #5355DF;
  padding-inline-start: 43px;
}
.main-menu ul li .submenu li:hover > a::before {
  width: 12px;
}
.main-menu ul li .submenu li:hover > a::after {
  color: #0F0E0E;
}
.main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.main-menu ul li .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 40px 225px;
  background: #ffffff;
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  z-index: 99;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li .mega-menu {
    padding: 40px 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li .mega-menu {
    padding: 25px 25px;
    padding-inline-start: 80px;
  }
}
.main-menu ul li .mega-menu li {
  float: left;
  width: 25%;
  margin-inline-end: 0;
  text-align: left;
}
.main-menu ul li .mega-menu li .mega-menu-title {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  cursor: text;
  padding: 0;
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
}
.main-menu ul li .mega-menu li .mega-menu-title::before {
  display: none;
}
.main-menu ul li .mega-menu li ul li {
  width: 100%;
  float: none;
  margin-bottom: 5px;
}
.main-menu ul li .mega-menu li ul li:last-child {
  margin-bottom: 0;
}
.main-menu ul li .mega-menu li ul li a {
  font-weight: 500;
  font-size: 15px;
  color: #5D636A;
  padding: 0;
  position: relative;
}
.main-menu ul li .mega-menu li ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 1.2px;
  background-color: #5355DF;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-menu ul li .mega-menu li ul li:hover > a {
  color: #5355DF;
}
.main-menu ul li .mega-menu li ul li:hover > a::before {
  background-color: #5355DF;
}
.main-menu ul li .mega-menu li:hover > .mega-menu-title {
  color: #5355DF;
  padding-inline-start: 0;
}
.main-menu ul li .mega-menu li:hover > a {
  color: #5355DF;
}
.main-menu ul li .mega-menu li a:hover {
  padding-inline-start: 18px;
}
.main-menu ul li .mega-menu li a:hover::before {
  width: 12px;
}
.main-menu ul li:hover > a {
  color: #5355DF;
}
.main-menu ul li:hover > a:before {
  opacity: 1;
}
.main-menu ul li:hover > a::after {
  color: #5355DF;
}
.main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
}
.main-menu ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
}
.main-menu-2 ul li a::before {
  background: #FF7F50;
}
.main-menu-2 ul li .submenu li a:hover {
  color: #FF7F50;
}
.main-menu-2 ul li .submenu li a:hover::before {
  background: #FF7F50;
}
.main-menu-2 ul li .submenu li:hover > a {
  color: #FF7F50;
}
.main-menu-2 ul li .submenu li:hover > a::before {
  background-color: #FF7F50;
}
.main-menu-2 ul li .submenu li.has-dropdown:hover > a::after {
  color: #FF7F50;
}
.main-menu-2 ul li .mega-menu li ul li:hover > a {
  color: #FF7F50;
}
.main-menu-2 ul li .mega-menu li ul li:hover > a::before {
  background: #FF7F50;
}
.main-menu-2 ul li .mega-menu li:hover > .mega-menu-title {
  color: #FF7F50;
}
.main-menu-2 ul li:hover > a {
  color: #FF7F50;
}
.main-menu-2 ul li:hover > a::after {
  color: #FF7F50;
}
.main-menu-3 ul li a {
  color: #ffffff;
}
.main-menu-3 ul li a:before {
  background: #FFC961;
}
.main-menu-3 ul li .submenu li:hover > a {
  color: #FFC961;
}
.main-menu-3 ul li .submenu li:hover > a::before {
  background: #FFC961;
}
.main-menu-3 ul li .submenu li a:hover {
  color: #FFC961;
}
.main-menu-3 ul li .submenu li a:hover::before {
  background: #FFC961;
}
.main-menu-3 ul li .submenu li.has-dropdown:hover > a::after {
  color: #FFC961;
}
.main-menu-3 ul li .mega-menu li ul li:hover > a {
  color: #FFC961;
}
.main-menu-3 ul li .mega-menu li ul li:hover > a::before {
  background: #FFC961;
}
.main-menu-3 ul li .mega-menu li:hover > .mega-menu-title {
  color: #FFC961;
}
.main-menu-3 ul li:hover > a {
  color: #FFC961;
}
.main-menu-3 ul li:hover > a::after {
  color: #FFC961;
}
.main-menu-4 ul li a {
  padding: 30px 0;
}

/* Mean menu Css - Start
================================================== */
/* mean menu customize */
.mean-container {
  margin-bottom: 40px;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
  width: 100%;
  padding: 10px 0;
  color: #ffffff;
  border-top: 1px solid #4a4a4a;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span:hover {
  color: #5355DF;
}
.mean-container .mean-nav ul li a:hover i,
.mean-container .mean-nav ul li span:hover i {
  color: #ffffff;
}

.mean-container .mean-nav ul li.dropdown-opened > a,
.mean-container .mean-nav ul li.dropdown-opened > span {
  color: #5355DF;
}

.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked {
  background: #5355DF;
  color: #ffffff;
  border-color: transparent !important;
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i {
  color: #ffffff;
}

.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
  margin-top: 7px;
  padding: 0 !important;
  line-height: 14px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #ffffff;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
  background: #5355DF;
  color: #ffffff;
  border-color: #5355DF;
}
.mean-container .mean-nav ul li a.mean-expand:hover i,
.mean-container .mean-nav ul li span.mean-expand:hover i {
  color: #ffffff;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #ffffff;
  background: #5355DF;
  border-color: #5355DF !important;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
  background: #5355DF;
  color: #ffffff;
  border-color: #5355DF;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover i {
  color: #ffffff;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: #ffffff;
}

/* Button Style - Start
================================================== */
.btn_wrap {
  padding: 60px 0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .btn_wrap {
    padding: 40px 0;
  }
}

.btns_group {
  margin: -10px;
}
.btns_group > li {
  padding: 10px;
}

.btn-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #5D636A;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}
.btn-link .btn_text {
  position: relative;
}
.btn-link .btn_text:before {
  inset-inline-start: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #5355DF;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.btn-link .btn_icon {
  margin-inline-start: 8px;
}
.btn-link .btn_icon img {
  transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.btn-link .btn_icon img:nth-child(2) {
  display: none;
}
.btn-link:hover {
  color: #5355DF;
}
.btn-link:hover .btn_text:before {
  width: 100%;
}
.btn-link:hover .btn_icon img {
  animation: 0.4s ease-in-out 0s normal none 1 running fadeInDown;
}
.btn-link:hover .btn_icon img:nth-child(1) {
  display: none;
}
.btn-link:hover .btn_icon img:nth-child(2) {
  display: inline-block;
}

.btn-link.text-white .btn_text:before {
  background-color: #ffffff;
}

[class*=btn-outline-] {
  background-color: transparent;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white .btn_text small {
  color: #ffffff;
}
.btn-outline-white:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  box-shadow: 0 30px 40px 0 rgba(15, 14, 14, 0.3);
}
.btn-outline-white:hover .btn_text small {
  color: #0F0E0E;
}

.btn-outline-primary {
  border-color: #5355DF;
}
.btn-outline-primary .btn_text small {
  color: #5355DF;
}
.btn-outline-primary:hover {
  border-color: #5355DF;
  background-color: #5355DF;
}
.btn-outline-primary:hover .btn_text small {
  color: #ffffff;
}

.btn-outline-dark {
  border-color: #0F0E0E;
}
.btn-outline-dark .btn_text small {
  color: #0F0E0E;
}
.btn-outline-dark:hover {
  border-color: #0F0E0E;
  background-color: #0F0E0E;
}
.btn-outline-dark:hover .btn_text small {
  color: #ffffff;
}

.filters-button-group {
  display: flex;
  margin-bottom: 60px;
  justify-content: center;
}
.filters-button-group .portfolio_button {
  padding: 10px 45px;
  border-radius: 50px;
  display: inline-flex;
  flex-wrap: wrap;
  background-color: #F1F1FC;
}
.filters-button-group .portfolio_button.has_bg_transparent {
  background-color: transparent;
  padding: 0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .filters-button-group .portfolio_button {
    padding: 10px 25px;
  }
}
@media (max-width: 575px) {
  .filters-button-group .portfolio_button {
    border-radius: 12px;
  }
}
.filters-button-group .portfolio_button button {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  color: #0F0E0E;
  padding: 10px 15px 9px;
}
.filters-button-group .portfolio_button button.active {
  color: #5355DF;
}

.filters-button-group.style_2 {
  margin-bottom: 30px;
}
.filters-button-group.style_2 .portfolio_button {
  background-color: #ffffff;
  border: 1px solid rgba(15, 14, 14, 0.1);
}
.filters-button-group.style_2 button.active {
  color: #FF7F50;
}

/* Button Style - End
================================================== */
.bd-btn-link {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  background-color: #5355DF;
  line-height: 1;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  color: #ffffff;
  border-radius: 30px;
  z-index: 55;
}
.bd-btn-link:hover, .bd-btn-link:focus {
  color: #ffffff;
}
.bd-btn-link:hover .bd-button-icon i, .bd-btn-link:focus .bd-button-icon i {
  color: #ffffff;
  transform: rotate(0deg);
}
.bd-btn-link.is-border {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.bd-btn-link:hover .bd-btn-anim-wrapp {
  transform: translateY(-150%);
}
.bd-btn-link:hover .bd-btn-anim-wrapp .bd-button-text:nth-child(2) {
  transform: translate(-50%, 100%);
  opacity: 1;
}
.bd-btn-link:hover .bd-button-text:nth-child(1) {
  opacity: 0;
}

.bd-btn-anim-wrapp {
  display: inline-block;
  order: 10;
}
.bd-btn-anim-wrapp .bd-button-text:nth-child(2) {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
  opacity: 0;
}

.bd-btn-link .bd-btn-anim-wrapp,
.bd-btn-link .bd-btn-anim-wrapp .bd-button-text {
  transition: opacity 0.6s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.bd-button-icon {
  flex-grow: 0;
  order: 5;
}
.bd-button-icon i {
  color: #ffffff;
  transform: rotate(45deg);
  position: relative;
  top: 2px;
  transition: opacity 0.6s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.bd-button-content-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  transform: translateY(-1px);
}

.bd-btn-link.btn_warning {
  color: #0F0E0E;
  border-color: #FFC961;
  background-color: #FFC961;
}
.bd-btn-link.btn_warning .bd-button-icon i {
  color: #0F0E0E;
}

.bd-btn-link.btn_danger {
  color: #ffffff;
  border-color: #FF7F50;
  background-color: #FF7F50;
}

.bd-btn-link.outline-dark {
  background-color: transparent;
  border: 1px solid #0F0E0E;
  color: #0F0E0E;
}
.bd-btn-link.outline-dark:hover {
  background-color: #0F0E0E;
  color: #ffffff;
}
.bd-btn-link.outline-dark:hover.bd-btn-link.outline-dark .bd-button-icon i {
  color: #ffffff;
}
.bd-btn-link.outline-dark .bd-button-icon i {
  color: #0F0E0E;
}

.bd-btn-link.btn_dark {
  color: #ffffff;
  border-color: #0F0E0E;
  background-color: #0F0E0E;
}

.bd-btn-link.outline-white {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.bd-btn-link.outline-white:hover {
  background-color: #ffffff;
  color: #0F0E0E;
}

[class*=btn_primary]:hover {
  -webkit-box-shadow: 0 20px 40px 0 rgba(83, 85, 223, 0.4);
  -moz-box-shadow: 0 20px 40px 0 rgba(83, 85, 223, 0.4);
  -ms-box-shadow: 0 20px 40px 0 rgba(83, 85, 223, 0.4);
  -o-box-shadow: 0 20px 40px 0 rgba(83, 85, 223, 0.4);
  box-shadow: 0 20px 40px 0 rgba(83, 85, 223, 0.4);
}

[class*=btn_warning]:hover {
  -webkit-box-shadow: 0 24px 40px 0 rgba(255, 201, 97, 0.4);
  -moz-box-shadow: 0 24px 40px 0 rgba(255, 201, 97, 0.4);
  -ms-box-shadow: 0 24px 40px 0 rgba(255, 201, 97, 0.4);
  -o-box-shadow: 0 24px 40px 0 rgba(255, 201, 97, 0.4);
  box-shadow: 0 24px 40px 0 rgba(255, 201, 97, 0.4);
}

[class*=outline-dark]:hover {
  -webkit-box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
  -moz-box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
  -ms-box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
  -o-box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
  box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
}

[class*=btn_danger]:hover {
  -webkit-box-shadow: 0 24px 40px 0 rgba(255, 127, 80, 0.4);
  -moz-box-shadow: 0 24px 40px 0 rgba(255, 127, 80, 0.4);
  -ms-box-shadow: 0 24px 40px 0 rgba(255, 127, 80, 0.4);
  -o-box-shadow: 0 24px 40px 0 rgba(255, 127, 80, 0.4);
  box-shadow: 0 24px 40px 0 rgba(255, 127, 80, 0.4);
}

[class*=btn_dark]:hover {
  -webkit-box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
  -moz-box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
  -ms-box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
  -o-box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
  box-shadow: 0 24px 40px 0 rgba(15, 14, 14, 0.3);
}

/* Typography - Start
================================================== */
.section_heading_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 60px;
  margin-bottom: 50px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section_heading.is_portfolio {
    margin-bottom: 30px;
  }
}

.section_heading {
  margin-bottom: 50px;
}
.section_heading .heading_subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}
.section_heading .double_icon {
  margin-inline-end: 5px;
  display: inline-block;
}
.section_heading .double_icon i {
  z-index: 1;
  float: left;
  font-size: 12px;
  position: relative;
  display: inline-block;
  color: #5355DF;
  display: inline-block;
  transform: rotate(45deg);
}
.section_heading .double_icon i:not(:first-child) {
  margin-inline-start: -7px;
}
.section_heading .double_icon i:nth-child(even) {
  z-index: 0;
  color: #FFC961;
}
.section_heading .heading_title {
  font-size: 50px;
  line-height: 1.36;
  margin-bottom: 25px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section_heading .heading_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section_heading .heading_title {
    font-size: 40px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section_heading .heading_title {
    font-size: 34px;
  }
}
@media (max-width:450px) {
  .section_heading .heading_title {
    font-size: 28px;
  }
}
.section_heading .heading_description {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 25px;
}

.section_heading.text-white .heading_subtitle,
.section_heading.text-white .heading_title,
.section_heading.text-white .heading_description {
  color: #ffffff;
}
.section_heading.text-white .section_heading.style_3 .heading_subtitle {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

.section_heading.style_2 .heading_subtitle {
  color: #FF7F50;
}

.section_heading.style_3 .heading_subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  padding: 5px 15px;
  border-radius: 50px;
  display: inline-block;
  color: #5355DF;
  background-color: rgba(83, 85, 223, 0.2);
}

.section_heading.style_4 .heading_subtitle span {
  background-repeat: no-repeat;
  background-position: center bottom 0;
  background-image: linear-gradient(0deg, #FFC961 8px, transparent 0);
}

.bg_primary .section_heading .double_icon i {
  color: #ffffff;
}
.bg_primary .section_heading .double_icon i:nth-child(even) {
  color: #FFC961;
}
.bg_primary .section_heading.style_3 .heading_subtitle {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

blockquote {
  padding: 40px 30px;
  margin-bottom: 30px;
  background-color: #F1F1FC;
  border-radius: 12px;
  border-inset-inline-start: 3px solid #5355DF;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  blockquote {
    border-inset-inline-start: 0;
    border-top: 3px solid #5355DF;
  }
}
blockquote .blockquote_content {
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 15px;
  font-family: "Manrope", sans-serif;
}
blockquote .author_name {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #0F0E0E;
  align-items: center;
  display: inline-flex;
}
blockquote .author_name:before {
  content: "";
  width: 60px;
  height: 1px;
  margin-inline-end: 10px;
  display: inline-block;
  background-color: rgba(15, 14, 14, 0.1);
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  inset-inline-start: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  top: 0;
  inset-inline-end: 0;
  width: 2px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #37393d;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* Typography - End
================================================== */
/* Carousel Style Reset - Start
================================================== */
.portfolio_carousel .slick-track {
  display: flex;
  gap: 30px;
}
@media (max-width: 575px) {
  .portfolio_carousel .slick-track {
    gap: 15px;
  }
}
.portfolio_carousel .slick-list {
  overflow: visible;
}

.portfolio_carousel-2 .slick-track {
  display: flex;
  gap: 30px;
}

.common_carousel_centered_2 .slick-list {
  overflow: visible;
}
.common_carousel_centered_2 .slick-slide {
  padding: 0 15px;
}

.portfolio_carousel_2 .slick-slide {
  display: block;
  padding: 0 15px;
}

.slick-dots {
  margin: 0;
  display: flex;
  position: static;
  padding-top: 50px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .slick-dots {
    padding-top: 20px;
  }
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 2px;
  display: inline-block;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 100%;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  border: 1px solid transparent;
}
.slick-dots li button:before {
  top: 50%;
  left: 50%;
  opacity: 1;
  content: "";
  width: 8px;
  height: 8px;
  color: transparent;
  border-radius: 100%;
  transform: scale(1.5);
  background-color: #0F0E0E;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slick-dots li:hover button, .slick-dots li.slick-active button {
  opacity: 1;
  border-color: #0F0E0E;
}
.slick-dots li:hover button:before, .slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent;
}

.text-white .slick-dots li button:before,
.bg_primary .slick-dots li button:before {
  background-color: #ffffff;
}
.text-white .slick-dots li:hover button, .text-white .slick-dots li.slick-active button,
.bg_primary .slick-dots li:hover button,
.bg_primary .slick-dots li.slick-active button {
  border-color: #ffffff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.carousel_arrow {
  padding: 60px 0 0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .carousel_arrow {
    padding: 40px 0 0;
  }
}
.carousel_arrow > li:not(:last-child) {
  margin-inline-end: 15px;
}
.carousel_arrow button {
  width: 60px;
  height: 60px;
  display: flex;
  overflow: hidden;
  position: relative;
  color: #0F0E0E;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  background-color: rgba(15, 14, 14, 0.05);
}
.carousel_arrow button:hover {
  color: #ffffff;
  background-color: #5355DF;
}
.carousel_arrow button:hover i {
  animation: iconltr 0.5s forwards;
}

.bg_primary .carousel_arrow button {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.12);
}
.bg_primary .carousel_arrow button:hover {
  color: #5355DF;
  background-color: #ffffff;
}

.bg_light_2 .carousel_arrow button:hover {
  color: #ffffff;
  background-color: #FF7F50;
}

.arrow_right_left {
  position: relative;
}
.arrow_right_left .carousel_arrow {
  padding: 0;
}
.arrow_right_left .carousel_arrow > li {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.arrow_right_left .carousel_arrow > li:nth-child(1) {
  inset-inline-start: -120px;
}
.arrow_right_left .carousel_arrow > li:nth-child(2) {
  inset-inline-end: -120px;
}

/* Carousel Style Reset - End
================================================== */
/* Video Widget - Start
================================================== */
.mfp-iframe-holder .mfp-content {
  width: 100%;
  line-height: 0;
  max-width: 70%;
}

.mfp-container {
  padding: 0 15px;
}

.mfp-bg {
  opacity: 0.9;
  background: #000000;
}

@media screen and (max-width: 1199px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 100%;
  }
}
.details_item_video {
  position: relative;
}
.details_item_video .video_poster {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}

.video_play_icon .icon_wrap {
  z-index: 1;
  width: 120px;
  height: 120px;
  font-size: 20px;
  position: relative;
  color: #ffffff;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  box-shadow: 0 0 0 1px #ffffff;
}
@media (max-width: 575px) {
  .video_play_icon .icon_wrap {
    width: 90px;
    height: 90px;
  }
}
.video_play_icon .icon_wrap:before, .video_play_icon .icon_wrap:after {
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: scale(0.4);
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.video_play_icon .icon_wrap:before {
  z-index: 2;
  background-color: #5355DF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.video_play_icon .icon_wrap:after {
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.video_play_icon .icon_wrap i {
  z-index: 3;
  position: relative;
  margin: 2px 0 0 5px;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.video_play_icon .icon_wrap:hover {
  backdrop-filter: blur(14px);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.video_play_icon .icon_wrap:hover:before {
  opacity: 1;
  transform: scale(0.49);
  transition-delay: 0.2s;
}
.video_play_icon .icon_wrap:hover:after {
  opacity: 1;
  transform: scale(0.75);
}
.video_play_icon .icon_wrap:hover i {
  transform: scale(0.8);
}

.testimonial-player .video_widget {
  border-radius: 12px;
  position: absolute;
  inset-inline-start: 0;
  width: 45%;
  height: 100%;
  top: 0;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-player .video_widget {
    position: sticky;
    inset-inline-start: 0;
    width: 100%;
  }
}

.video_widget {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.video_widget img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.video_widget:before {
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}
.video_widget .video_play_icon {
  top: 50%;
  left: 50%;
  z-index: 2;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video_play_btn {
  align-items: center;
  display: inline-flex;
}
.video_play_btn .icon_wrap {
  width: 46px;
  height: 46px;
  font-size: 14px;
  color: #0F0E0E;
  margin-inline-end: 10px;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #0F0E0E;
}
.video_play_btn .icon_wrap i {
  margin-inline-start: 4px;
}
.video_play_btn .btn_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #0F0E0E;
}

/* Video Widget - End
================================================== */
/* 2.9 - Form Style - Start
================================================== */
.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-control {
  width: 100%;
  caret-color: #5355DF;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(83, 85, 223, 0.2);
}
.form-control:focus {
  box-shadow: none;
  border-color: #5355DF;
}

input.form-control {
  height: 60px;
  padding: 0 20px;
}

textarea.form-control {
  min-height: 250px;
  padding: 16px 20px;
  resize: none;
}

.form-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #0F0E0E;
  margin-bottom: 14px;
  font-family: "Manrope", sans-serif;
}

.form_required_indicator {
  top: 0;
  line-height: 1;
  font-size: 18px;
  margin-inline-start: 2px;
  color: #5355DF;
}

:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 27px;
  color: #5D636A;
}

.select_option {
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 30px;
}
.select_option .nice-select {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  line-height: 60px;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(15, 14, 14, 0.1);
}
.select_option .nice-select:after {
  margin: 0;
  width: auto;
  height: auto;
  border: none;
  float: right;
  margin-inline-start: 5px;
  font-weight: 400;
  content: "\f107";
  transform: unset;
  position: static;
  color: #5D636A;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  font-family: "Font Awesome 5 Pro";
}
.select_option .nice-select:focus {
  border-color: #5355DF;
}
.select_option .nice-select .list {
  width: 100%;
  margin-top: 1px;
  min-width: 200px;
  padding: 20px 25px;
  box-shadow: 0 0 60px 0 rgba(15, 14, 14, 0.12);
  border-radius: 12px;
  border: 1px solid rgba(15, 14, 14, 0.1);
}
.select_option .nice-select .list > li {
  padding: 4px 0;
  font-size: 16px;
  min-height: auto;
  font-weight: 600;
  line-height: 22px;
  color: #5D636A;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  white-space: break-spaces;
  background-color: transparent;
}
.select_option .nice-select .list > li:hover, .select_option .nice-select .list > li.selected {
  color: #5355DF;
  background-color: transparent;
}
.select_option .nice-select .list li:not(selected) + .current {
  color: #0F0E0E;
}
.select_option .nice-select [data-display] {
  color: #5D636A;
}
.select_option .nice-select .current {
  font-size: 16px;
  line-height: 22px;
  color: #5D636A;
}

.form-check {
  position: relative;
  padding-inline-start: 26px;
  margin-bottom: 30px;
}
.form-check input {
  inset-inline-start: 0;
  top: 6px;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  appearance: none;
  position: absolute;
  border-radius: 100%;
  transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  border: 1px solid #5D636A;
}
.form-check input:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  line-height: 1;
  font-size: 8px;
  content: "\f00c";
  font-weight: 700;
  position: absolute;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
}
.form-check input:checked {
  border-color: #5355DF;
  background-color: #5355DF;
}
.form-check input:checked:before {
  opacity: 1;
}
.form-check label {
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 27px;
}
.form-check label a {
  color: #5355DF;
}

.small_newsletter_form {
  position: relative;
  margin-bottom: 30px;
}
.small_newsletter_form .input_icon {
  inset-inline-start: 0;
  top: 13px;
  font-size: 20px;
  color: #0F0E0E;
  position: absolute;
}
.small_newsletter_form input {
  width: 100%;
  height: 60px;
  display: block;
  padding-inline-start: 25px;
  padding-inline-end: 60px;
  color: #ffffff;
  border-radius: 50px;
  border: 1px solid #33333A;
  background-color: #33333A;
  transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.small_newsletter_form input:hover, .small_newsletter_form input:focus {
  border-color: rgba(255, 255, 255, 0.08);
}
.small_newsletter_form:has(.input_icon) input {
  padding-inline-start: 30px;
}
.small_newsletter_form button {
  top: 7px;
  inset-inline-end: 7px;
  width: 46px;
  height: 46px;
  display: flex;
  position: absolute;
  color: #0F0E0E;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #FFC961;
}
.small_newsletter_form button:hover {
  color: #ffffff;
  background-color: #5355DF;
}
.small_newsletter_form button:hover i {
  animation: iconltr 0.5s forwards;
}

.small_newsletter_form.style_2 input {
  border-radius: 0;
  color: #0F0E0E;
  border-width: 0 0 2px;
  background-color: transparent;
}
.small_newsletter_form.style_2 input:hover, .small_newsletter_form.style_2 input:focus {
  border-color: #0F0E0E;
}
.small_newsletter_form.style_2 button {
  inset-inline-end: 0;
  color: #ffffff;
  background-color: #0F0E0E;
}
.small_newsletter_form.style_2 button:hover {
  color: #ffffff;
  background-color: #FF7F50;
}

.form_box {
  margin: auto;
  padding: 60px;
  max-width: 890px;
  background-color: #F1F1FC;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .form_box {
    padding: 40px;
  }
}
@media (max-width:450px) {
  .form_box {
    padding: 40px 30px;
  }
}
.form_box .form_title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .form_box .form_title {
    font-size: 30px;
  }
}
@media (max-width:450px) {
  .form_box .form_title {
    font-size: 25px;
  }
}
.form_box .form_title .focus_title {
  color: #5355DF;
}

.subscribe_form {
  margin: auto;
  max-width: 610px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe_form {
    max-width: 100%;
  }
}
.subscribe_form .form-control {
  padding: 0;
  height: 80px;
  border: none;
  border-radius: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-inline-start: 60px;
  padding-inline-end: 230px;
  background-color: #ffffff;
  border: 1px solid rgba(15, 14, 14, 0.1);
}
@media (max-width: 575px) {
  .subscribe_form .form-control {
    padding: 10px 70px 10px 60px;
  }
}
.subscribe_form .bd-btn-link {
  top: 10px;
  inset-inline-end: 10px;
  position: absolute;
}
@media (max-width: 575px) {
  .subscribe_form .bd-btn-link {
    margin-top: 30px;
    position: sticky;
    width: 100%;
  }
}
.subscribe_form .bd-btn-link:hover {
  transform: unset;
}
.subscribe_form .form-label {
  top: 29px;
  inset-inline-start: 35px;
  margin: 0;
  position: absolute;
}

.subscribe_form_2 .form-group .form-control {
  height: 50px;
  border-radius: 0;
  padding: 0 0 0 24px;
  border-width: 0 0 1px 0;
  border-color: #0F0E0E;
  background-color: transparent;
}
.subscribe_form_2 .form-group .form-control:focus {
  border-color: #5355DF;
}
.subscribe_form_2 .form-group .input_icon {
  inset-inline-start: 0;
  top: 10px;
  color: #0F0E0E;
  position: absolute;
}
.subscribe_form_2 .bd-btn-link {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  border-radius: 12px;
}
.subscribe_form_2 .alert_text {
  font-size: 14px;
  line-height: 27px;
  color: #5355DF;
}

.kyeword_search_form {
  display: flex;
  align-items: center;
}
.kyeword_search_form .form-control {
  border-radius: 12px 0 0 12px;
}
.kyeword_search_form button {
  width: 70px;
  height: 60px;
  border-radius: 0 12px 12px 0;
  background-color: #5355DF;
}

/* 2.9 - Form Style - End
================================================== */
/* Admin Widget - Start
================================================== */
.admin_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
}
.admin_item .admin_thumbnail {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  overflow: hidden;
  margin-inline-end: 10px;
  border-radius: 100%;
}
.admin_item .admin_thumbnail img {
  width: 100%;
}
.admin_item .admin_name {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 2px;
}
.admin_item .admin_designation {
  display: block;
  font-size: 14px;
  line-height: 19px;
}

.post_admin {
  display: flex;
  padding: 40px;
  margin-bottom: 50px;
  border-radius: 12px;
  background-color: #F1F1FC;
  gap: 30px 15px;
}
@media (max-width: 575px) {
  .post_admin {
    padding: 30px;
  }
}
@media (max-width:450px) {
  .post_admin {
    flex-wrap: wrap;
  }
}
.post_admin .admin_image {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  overflow: hidden;
  border-radius: 100%;
}
.post_admin .admin_name {
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 8px;
}
.post_admin .admin_designation {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #5355DF;
}

/* Admin Widget - End
================================================== */
/* Tab Style - Start
================================================== */
.tabs_nav_boxed {
  padding: 30px 0;
  border-radius: 12px;
  border: 1px solid rgba(15, 14, 14, 0.1);
}
.tabs_nav_boxed > li {
  display: block;
}
.tabs_nav_boxed button {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  padding: 10px 40px;
  position: relative;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tabs_nav_boxed button {
    padding: 10px 20px;
  }
}
@media (max-width: 575px) {
  .tabs_nav_boxed button {
    padding: 10px 30px;
  }
}
.tabs_nav_boxed button span {
  color: #5D636A;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.tabs_nav_boxed button i {
  opacity: 0;
  font-size: 4px;
  line-height: 1;
  color: #5355DF;
  transform: translateX(-10px);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.tabs_nav_boxed button:hover span {
  color: #5355DF;
}
.tabs_nav_boxed button.active span {
  color: #5355DF;
  transform: translateX(10px);
}
.tabs_nav_boxed button.active i {
  opacity: 1;
  transform: translateX(0px);
}

/* Tab Style - End
================================================== */
/* Social Media - Start
================================================== */
.social_wrap {
  display: flex;
  align-items: center;
}
.social_wrap .social_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  margin: 0 10px 0 0;
  color: #5355DF;
}

.social_icon {
  margin: -6px;
}
.social_icon > li {
  padding: 6px;
}
.social_icon a {
  z-index: 1;
  width: 40px;
  height: 40px;
  display: flex;
  color: #0F0E0E;
  position: relative;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 14, 14, 0.1);
}
.social_icon a:hover {
  color: #ffffff;
  border-color: #5355DF;
  background-color: #5355DF;
}

/* Social Media - End
================================================== */
/* Counter Widget - Start
================================================== */
.counter_section .shape_1 {
  top: 40%;
  inset-inline-start: 50%;
  width: 110%;
  transform: translateX(-50%);
}
.counter_section .shape_2 {
  inset-inline-end: -50px;
  bottom: -70px;
}
.counter_section .shape_2 img {
  opacity: 0.2;
  max-width: 490px;
  filter: blur(200px);
}
.counter_section .shape_3 {
  top: 10px;
  inset-inline-start: 250px;
  max-width: 16px;
}
.counter_section .shape_4 {
  top: 60px;
  inset-inline-start: -70px;
  max-width: 110px;
}

.counter_item {
  padding: 60px;
  text-align: center;
  background-color: #EEEEFC;
  border-radius: 12px;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (max-width:450px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter_item {
    padding: 45px;
  }
}
.counter_item:hover {
  box-shadow: 0 2px 0 0 #5355DF;
}
.counter_item .counter_value {
  font-size: 67px;
  font-weight: 700;
  line-height: 80px;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width:450px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter_item .counter_value {
    font-size: 60px;
  }
}
.counter_item .counter_value span {
  display: inline-block;
}
.counter_item sup {
  top: -28px;
  inset-inline-start: -12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
  color: #5355DF;
  vertical-align: middle;
}
.counter_item .counter_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #5D636A;
}

.funfact_section {
  background-image: linear-gradient(0deg, transparent 50%, rgba(255, 127, 80, 0.1) 0%);
}

.funfact_box {
  display: flex;
  align-items: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #0F0E0E;
  border-radius: 12px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .funfact_box {
    flex-direction: column;
  }
}
.funfact_box .funfact_item {
  padding: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact_box .funfact_item {
    padding: 60px 30px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact_box .funfact_item {
    text-align: center;
  }
}
@media (max-width:450px) {
  .funfact_box .funfact_item {
    padding: 60px 30px;
  }
}
.funfact_box .funfact_item:not(:last-child) {
  flex: 0 0 290px;
  border-inset-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact_box .funfact_item:not(:last-child) {
    flex: 0 0 230px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .funfact_box .funfact_item:not(:last-child) {
    flex: 1 1 100%;
    border: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.funfact_item .counter_value {
  line-height: 1;
  font-size: 67px;
  font-weight: 800;
}
@media (max-width:450px) {
  .funfact_item .counter_value {
    font-size: 60px;
  }
}
.funfact_item .counter_title {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  color: #FF7F50;
}

.funfact_box_2 {
  display: flex;
  padding: 15px;
  border-radius: 12px;
  justify-content: space-between;
  background-color: rgba(83, 85, 223, 0.1);
}
@media (max-width: 575px) {
  .funfact_box_2 {
    display: grid;
    place-content: center;
  }
}
.funfact_box_2 .funfact_item {
  flex: 0 0 33.333%;
  padding: 15px 30px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .funfact_box_2 .funfact_item {
    padding: 15px 15px;
  }
}
.funfact_box_2 .funfact_item .counter_value {
  line-height: 1;
  font-size: 38px;
  margin: 0 0 8px;
  color: #5355DF;
}
.funfact_box_2 .funfact_item .counter_title {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #5D636A;
  letter-spacing: 0.5px;
}

/* Counter Widget - End
================================================== */
/* Rating Star - Start
================================================== */
.rating_wrap {
  display: flex;
  align-items: center;
}
.rating_wrap .review_counter {
  font-size: 12px;
  margin-inline-start: 5px;
}

.rating_star li {
  color: #FFC961;
  line-height: 1;
  font-size: 14px;
}
.rating_star li:not(:last-child) {
  margin-inline-end: 3px;
}

/* Rating Star - End
================================================== */
/* IconBox Widget - Start
================================================== */
.iconbox_item {
  z-index: 1;
  position: relative;
  background-color: #EEEEFC;
  padding: 30px 50px 30px 30px;
  border: 1px solid transparent;
  border-radius: 12px;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.iconbox_item:before {
  top: 0;
  inset-inline-start: 0;
  opacity: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0.96);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  border-radius: 12px;
}
.iconbox_item:hover:before {
  opacity: 1;
  transform: scale(1);
}
.iconbox_item .item_icon {
  width: 60px;
  height: 60px;
  align-items: center;
  border-radius: 100%;
  margin-bottom: 15px;
  display: inline-flex;
  justify-content: center;
}
.iconbox_item .serial_number {
  font-size: 50px;
  font-weight: 700;
  line-height: 68px;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  color: #FFC961;
  font-family: "Manrope", sans-serif;
}
.iconbox_item .serial_number:before {
  top: 50%;
  inset-inline-start: 24px;
  content: "";
  width: 60px;
  height: 60px;
  opacity: 0.2;
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
  background-color: #FFC961;
}
.iconbox_item .item_title {
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 15px;
}
@media (max-width:450px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .iconbox_item .item_title {
    font-size: 18px;
  }
}
.iconbox_item p {
  font-size: 16px;
  line-height: 22px;
}

.iconbox_item.icon_align_left {
  display: flex;
}
.iconbox_item.icon_align_left .item_icon {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  margin-inline-end: 15px;
}

.iconbox_item.bg-white {
  border-color: rgba(15, 14, 14, 0.1);
}
.iconbox_item.bg-white:before {
  transform: scale(1);
  background-color: #F1F1FC;
}
.iconbox_item.bg-white:hover {
  border-color: #F1F1FC;
}

.mission_vision .iconbox_item {
  padding: 20px 50px 20px 20px;
  background-color: transparent;
}
@media (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mission_vision .iconbox_item {
    padding: 20px 20px 20px 20px;
  }
}
.mission_vision .iconbox_item:before {
  background-color: rgba(83, 85, 223, 0.1);
}
.mission_vision .iconbox_item .item_icon {
  background-color: rgba(83, 85, 223, 0.1);
}
.mission_vision .iconbox_item.text-white:before {
  background-color: rgba(255, 255, 255, 0.08);
}
.mission_vision .iconbox_item.text-white .item_icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.mission_vision .iconbox_item.text-white .item_title {
  color: #ffffff;
}

.skill_iconboxes {
  margin-bottom: -12px;
}
.skill_iconboxes > .col {
  padding: 12px;
}
.skill_iconboxes .iconbox_item {
  padding: 20px;
  text-align: center;
}
.skill_iconboxes .iconbox_item .item_icon {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.skill_iconboxes .iconbox_item .item_icon img {
  transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.skill_iconboxes .iconbox_item .item_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.skill_iconboxes .iconbox_item:hover {
  border-color: rgba(15, 14, 14, 0.1);
}
.skill_iconboxes .iconbox_item:hover .item_icon {
  background-color: #ffffff;
}
.skill_iconboxes .iconbox_item:hover .item_icon img {
  transform: scale(0.7);
}

.our_value_iconbox .iconbox_item {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.our_value_iconbox .iconbox_item:before {
  display: none;
}
.our_value_iconbox .iconbox_item .item_icon {
  background-color: #5355DF;
}

/* IconBox Widget - End
================================================== */
/* Accordion - Start
================================================== */
.accordion_wrap {
  padding: 1px 0;
}
.accordion_wrap .accordion_item {
  margin: -1px 0;
  border-style: solid;
  border-width: 1px 0 1px;
  border-color: rgba(15, 14, 14, 0.1);
}
.accordion_wrap .accordion_button {
  width: 100%;
  display: block;
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  color: #0F0E0E;
  position: relative;
  padding: 39px 39px 39px 90px;
}
@media (max-width:450px) {
  .accordion_wrap .accordion_button {
    padding: 30px 30px 30px 85px;
  }
}
.accordion_wrap .accordion_button:before {
  top: 29px;
  inset-inline-start: 20px;
  width: 48px;
  height: 48px;
  content: "\f078";
  font-weight: 500;
  position: absolute;
  align-items: center;
  display: inline-flex;
  color: #5355DF;
  justify-content: center;
  background: #F1F1FC;
  border-radius: 12px;
  font-family: "Font Awesome 5 Pro";
}
@media (max-width:450px) {
  .accordion_wrap .accordion_button:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.accordion_wrap .accordion_button[aria-expanded=true]:before {
  content: "\f077";
}
.accordion_wrap .accordion_body {
  padding: 0 30px 30px 90px;
}
.accordion_wrap p {
  font-size: 17px;
  line-height: 27px;
}

[class*=bg_] .accordion_wrap .accordion_button:before {
  background-color: #ffffff;
}

.common_question_section .iconbox_item {
  margin: 30px 0 0;
  border-radius: 0;
  padding: 30px 0 0;
  border-width: 1px 0 0;
  border-color: rgba(15, 14, 14, 0.1);
  background-color: transparent;
}

/* Accordion - End
================================================== */
/* 2.12 - Pagination Nav - start
================================================== */
.pagination_wrap {
  padding-top: 60px;
}

.pagination_nav {
  margin: -1px;
  gap: 5px;
}
.pagination_nav li {
  padding: 1px;
}
.pagination_nav a {
  height: 40px;
  display: inline-flex;
  min-width: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #0F0E0E;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
.pagination_nav li:hover a, .pagination_nav li.active a {
  color: #ffffff;
  background-color: #5355DF;
}

.other_post_pagination {
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  justify-content: space-between;
  border: 1px solid rgba(15, 14, 14, 0.1);
  flex-wrap: wrap;
  gap: 20px 15px;
}
.other_post_pagination a {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #0F0E0E;
  align-items: center;
  display: inline-flex;
}
.other_post_pagination a .btn_text {
  padding: 0 10px;
}
.other_post_pagination a .btn_icon {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other_post_pagination a img:last-child {
  display: none;
}
.other_post_pagination a:first-child .btn_text {
  order: 1;
}
.other_post_pagination a:hover {
  color: #5355DF;
}
.other_post_pagination a:hover img:first-child {
  display: none;
}
.other_post_pagination a:hover img:last-child {
  display: block;
}

/* 2.12 - Pagination Nav - end
================================================== */
/* Progress Bar - Start
================================================== */
.progress_item {
  position: relative;
}
.progress_item:not(:last-child) {
  margin-bottom: 25px;
}

.progress_item .item_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}
.progress_item .progress {
  height: auto;
  padding: 10px;
  overflow: visible;
  border-radius: 50px;
  background-color: rgba(83, 85, 223, 0.1);
}
.progress_item .progress_bar {
  height: 10px;
  position: relative;
  border-radius: 50px;
  background-color: #5355DF;
}
.progress_item .progress_bar span {
  inset-inline-end: 0;
  top: -39px;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  position: absolute;
  color: #0F0E0E;
}

@keyframes rx_width_84 {
  0% {
    width: 0%;
  }
  100% {
    width: 84%;
  }
}
.rx_width_84 {
  -webkit-animation-name: rx_width_84;
  animation-name: rx_width_84;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes rx_width_93 {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
.rx_width_93 {
  -webkit-animation-name: rx_width_93;
  animation-name: rx_width_93;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* Progress Bar - End
================================================== */
/* CountDown Widget - Start
================================================== */
.countdown_timer {
  margin: -30px;
}
.countdown_timer > li {
  padding: 30px;
  position: relative;
}
@media (max-width: 575px) {
  .countdown_timer > li:not(:last-child):nth-child(2)::after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .countdown_timer > li:not(:last-child):nth-child(3)::after {
    display: none;
  }
}
@media (max-width:450px) {
  .countdown_timer > li:not(:last-child)::after {
    display: none;
  }
}
.countdown_timer > li:not(:last-child):after {
  top: 50%;
  inset-inline-end: -4px;
  content: "";
  width: 10px;
  height: 26px;
  position: absolute;
  background-size: 100% 100%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/shapes/shape_symbol_colon.svg");
}
.countdown_timer div {
  height: 134px;
  display: flex;
  min-width: 126px;
  color: #ffffff;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
  background-color: #5355DF;
}
.countdown_timer strong {
  line-height: 1;
  font-size: 67px;
  font-weight: 700;
  margin: -5px 0 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .countdown_timer strong {
    font-size: 60px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .countdown_timer strong {
    font-size: 50px;
  }
}
@media (max-width:450px) {
  .countdown_timer strong {
    font-size: 45px;
  }
}
.countdown_timer span {
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
}

/* CountDown Widget - End
================================================== */
/* Off Canvas - Start
================================================== */
.offcanvas__close .menu-close-btn {
  cursor: pointer;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  color: #ffffff;
  padding: 3px;
}
.offcanvas__close .menu-close-btn:hover {
  color: #5355DF;
}
.offcanvas__info {
  background: #292930 none repeat scroll 0 0;
  position: fixed;
  top: 0;
  width: 420px;
  height: 100%;
  inset-inline-end: -490px;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  backdrop-filter: blur(37px);
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}
@media (max-width:450px) {
  .offcanvas__info {
    width: 100%;
  }
}
.offcanvas__info.info-open {
  opacity: 1;
  inset-inline-end: 0;
}
.offcanvas__logo img {
  width: 165px;
}
.offcanvas__wrapper {
  position: relative;
  height: 100%;
  position: relative;
  height: 100%;
  padding: 45px 45px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__wrapper {
    padding: 35px 35px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 25px 25px;
  }
}
.offcanvas__top {
  padding-bottom: 15px;
}
.offcanvas__title {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #ffffff;
}
.offcanvas__contact {
  margin-bottom: 20px;
}
.offcanvas__contact-text p {
  margin-bottom: 10px;
}
.offcanvas__contact-text p a {
  color: #ffffff;
}
.offcanvas__contact-text p a:hover {
  color: #5355DF;
}
.offcanvas__contact-text span a {
  color: #ffffff;
}
.offcanvas__contact-text span a:hover {
  color: #5355DF;
}
.offcanvas__social {
  margin-bottom: 30px;
}
.offcanvas__social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.offcanvas__social ul li {
  list-style: none;
}
.offcanvas__social ul li a {
  color: #ffffff;
  font-weight: 500;
}
.offcanvas__social ul li a:hover {
  color: #5355DF;
}
.offcanvas__devider {
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 20px;
}
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #0F0E0E;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  inset-inline-end: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}
.offcanvas__area-2 .mean-container .mean-nav ul li a:hover {
  color: #FF7F50;
}
.offcanvas__area-2 .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked {
  background: #FF7F50;
  color: #ffffff;
  border-color: transparent !important;
}
.offcanvas__area-2 .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i {
  color: #ffffff;
}
.offcanvas__area-2 .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas__area-2 .mean-container .mean-nav ul li.dropdown-opened > span {
  color: #FF7F50;
}
.offcanvas__area-2 .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas__area-2 .mean-container .mean-nav ul li span.mean-expand:hover {
  background: #FF7F50;
  border-color: #FF7F50 !important;
}
.offcanvas__area-2 .mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #ffffff;
  background: #FF7F50;
  border-color: #FF7F50 !important;
}
.offcanvas__area-2 .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
  background: #FF7F50;
  border-color: #FF7F50;
}

/* Off Canvas - End
================================================== */
/* Template Header - Start
================================================== */
.bar-icon {
  width: 30px;
  height: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.bar-icon span {
  width: 100%;
  height: 2px;
  background: #0F0E0E;
  display: inline-block;
}
.bar-icon span:nth-child(2) {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  width: 6.56px;
}
.bar-icon span:nth-child(2) small {
  position: absolute;
  height: 100%;
  background: #0F0E0E;
  left: 12.56px;
  width: 18.06px;
  z-index: 5555;
}
.bar-icon.is-white span {
  background: #ffffff;
}
.bar-icon.is-white span:nth-child(2) small {
  background: #ffffff;
}

.site_header {
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 99;
  position: absolute;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.site_header .container {
  max-width: 1480px;
}
.site_header.sticky {
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(16, 18, 19, 0.08);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
}
.site_header .select_option {
  align-items: center;
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .site_header .select_option {
    display: none;
  }
}
.site_header .select_option .icon_wrap {
  margin: -5px 8px 0 0;
}
.site_header .bd-btn-link {
  height: 48px;
  padding: 0 25px;
}
.site_header .btn {
  padding: 0 25px;
}
.site_header .btn span small {
  padding: 13px 0;
}
.site_header .select_option .nice-select {
  padding: 0;
  border: none;
  background-color: transparent;
}
.site_header .select_option .nice-select:after {
  color: #0F0E0E;
}
.site_header .select_option .nice-select .list {
  right: 0;
  left: auto;
}
.site_header .select_option .nice-select .current {
  font-weight: 600;
  color: #0F0E0E;
}

.sticky .main-menu ul > li > a {
  padding: 27px 0;
}

.header_wrapper {
  display: grid;
  grid-template-columns: 25% auto 25%;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header_wrapper {
    grid-template-columns: 18% auto 27%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_wrapper {
    grid-template-columns: 20% auto 20%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header_wrapper {
    grid-template-columns: auto auto;
  }
}

.header_right {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: end;
}

@media (max-width:450px) {
  .site_logo a {
    max-width: 150px;
  }
}
.header_btns_group > li:last-child {
  margin-inline-start: 30px;
}

.site_header_2 {
  border-bottom: 1px solid rgba(15, 14, 14, 0.1);
}
.site_header_2 .select_option .nice-select:focus {
  border-color: #FF7F50;
}
.site_header_2 .select_option .nice-select .list > li:hover, .site_header_2 .select_option .nice-select .list > li.selected {
  color: #FF7F50;
}

.site_header_3 {
  transition: unset;
}
.site_header_3 .select_option .nice-select .current,
.site_header_3 .select_option .nice-select::after {
  color: #ffffff;
}
.site_header_3.sticky {
  backdrop-filter: blur(18px);
  background-color: rgba(16, 18, 19, 0.7);
  animation: 0.4s ease-in-out 0s normal none 1 running fadeInDown;
}

.site_header_4 .content_box {
  margin-top: 20px;
  padding: 0px 20px;
  border-radius: 120px;
  transition: all 0.2s ease;
  background-color: #ffffff;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .site_header_4 .content_box {
    margin-top: 0px;
    padding: 13px 15px;
    border-radius: 0 0 40px 40px;
    box-shadow: 0px 8px 55px 0px rgba(16, 18, 19, 0.08);
  }
}
.site_header_4.sticky .content_box {
  margin-top: 0;
  border-radius: 0 0 40px 40px;
  box-shadow: 0px 8px 55px 0px rgba(16, 18, 19, 0.08);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .site_header_4.sticky .content_box {
    padding: 13px 15px;
  }
}

/* Template Header - End
================================================== */
/* Site Footer - Start
================================================== */
.footer_widget_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_widget_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_widget_grid {
    grid-template-columns: auto;
  }
}

.footer_bottom_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 30px;
  place-content: space-between;
  align-items: center;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_bottom_grid {
    grid-template-columns: auto;
    place-items: center;
    justify-content: center;
  }
}

.site_footer p {
  color: #5D636A;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 30px;
}
.site_footer .site_logo {
  margin-bottom: 28px;
}
.site_footer .icon_list_widget .widget_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}
.site_footer .small_newsletter_form {
  margin-bottom: 20px;
}

.footer_widget_title {
  font-size: 21px;
  margin-bottom: 20px;
}

.site_footer.style_1 .social_icon a,
.site_footer.style_3 .social_icon a {
  color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.site_footer.style_1 .social_icon a:hover,
.site_footer.style_3 .social_icon a:hover {
  color: #ffffff;
  border-color: #5355DF;
  background-color: #5355DF;
}

.site_footer.style_1 {
  color: #AFAFAF;
}
.site_footer.style_1 .footer_widget_title {
  color: #ffffff;
}
.site_footer.style_1 label {
  color: #AFAFAF;
}
.site_footer.style_1 .icon_list_widget .widget_title {
  color: #AFAFAF;
}
.site_footer.style_1 .icon_list .list_item_text {
  color: #ffffff;
}
.site_footer.style_1 .icon_list a:hover .list_item_text {
  color: #5355DF;
}
.site_footer.style_1 .form-check input {
  border: 1px solid #AFAFAF;
}
.site_footer.style_1 .form-check input:checked {
  border-color: #5355DF;
}
.site_footer.style_1 .copyright_widget {
  color: #ffffff;
}
.site_footer.style_1 .copyright_widget a {
  color: #ffffff;
}
.site_footer.style_1 .copyright_widget a:hover {
  color: #5355DF;
}
.site_footer.style_1 .footer_widget_area {
  position: relative;
  padding: 127px 0 84px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site_footer.style_1 .footer_widget_area {
    padding: 100px 0 100px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .site_footer.style_1 .footer_widget_area {
    padding: 84px 0 84px;
  }
}
.site_footer.style_1 .footer_bottom {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .site_footer.style_1 .footer_bottom {
    padding-bottom: 0;
  }
}
.site_footer.style_1 .backtotop.style_1 {
  margin-bottom: -40px;
  text-align: center;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .site_footer.style_1 .backtotop.style_1 {
    margin-bottom: 0;
    order: 2;
  }
}
.site_footer.style_1 .backtotop.style_1 .scroll {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.site_footer.style_1 .backtotop.style_1 .scroll:hover {
  background-color: #FFC961;
  color: #0F0E0E;
}

.site_footer.style_2 .footer_widget_area {
  padding: 98px 0 0;
  background-image: linear-gradient(0deg, rgba(255, 127, 80, 0.1) 0%, rgba(255, 127, 80, 0) 100%);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .site_footer.style_2 .footer_widget_area {
    padding: 80px 0 0;
  }
}
.site_footer.style_2 .social_icon a:hover,
.site_footer.style_2 .form-check input:checked {
  border-color: #FF7F50;
  background-color: #FF7F50;
}
.site_footer.style_2 .icon_list a:hover .list_item_text {
  color: #FF7F50;
}
.site_footer.style_2 .icon_list_widget .widget_title {
  color: #5D636A;
}
.site_footer.style_2 .social_wrap .social_title {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 600;
  line-height: 22px;
  color: #0F0E0E;
}
.site_footer.style_2 .copyright_widget {
  padding: 30px 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  color: #0F0E0E;
  border-top: 1px solid rgba(15, 14, 14, 0.1);
}
.site_footer.style_2 .copyright_widget a {
  color: #0F0E0E;
}
.site_footer.style_2 .copyright_widget a:hover {
  color: #FF7F50;
}

.site_footer.style_3 {
  color: #AFAFAF;
}
.site_footer.style_3 p {
  color: #AFAFAF;
}
.site_footer.style_3 .footer_widget_area {
  padding: 80px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.site_footer.style_3 .social_wrap .social_title {
  color: #AFAFAF;
}
.site_footer.style_3 .page_list a {
  color: #AFAFAF;
}
.site_footer.style_3 .page_list a .list_item_icon {
  color: #FFC961;
}
.site_footer.style_3 .page_list a:hover {
  color: #ffffff;
}
.site_footer.style_3 .social_icon {
  margin-bottom: 30px;
}
.site_footer.style_3 .icon_list_widget .widget_title {
  color: #AFAFAF;
}
.site_footer.style_3 .icon_list .list_item_text {
  color: #ffffff;
}
.site_footer.style_3 .icon_list a:hover .list_item_text {
  color: #FFC961;
}
.site_footer.style_3 .footer_bottom {
  padding: 30px 0;
}
.site_footer.style_3 .footer_bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.site_footer.style_3 .footer_bottom .page_list a .list_item_icon {
  color: #5D636A;
}
.site_footer.style_3 .copyright_widget a {
  color: #ffffff;
  padding: 0px 3px;
}
.site_footer.style_3 .copyright_widget a:hover {
  color: #FFC961;
}

.agency_branch_countries {
  padding: 10px 0;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.agency_branch_countries .iconbox_item {
  padding: 0;
  border-radius: 0;
  align-items: center;
  background-color: transparent;
}
.agency_branch_countries .iconbox_item:before {
  display: none;
}
.agency_branch_countries .iconbox_item p {
  font-size: 17px;
  line-height: 27px;
  color: #AFAFAF;
}

.site_footer.style_4 .footer_widget_area {
  padding: 100px 0 84px;
  background-color: #EFF0F2;
}
.site_footer.style_4 .footer_bottom {
  padding: 33px 0 43px;
  background-color: #EFF0F2;
  border-top: 1px solid rgba(15, 14, 14, 0.1);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .site_footer.style_4 .footer_bottom {
    padding-bottom: 0;
  }
}
.site_footer.style_4 .copyright_widget {
  color: #0F0E0E;
}
.site_footer.style_4 .copyright_widget a {
  color: #0F0E0E;
}
.site_footer.style_4 .copyright_widget a:hover {
  color: #5355DF;
}
.site_footer.style_4 .backtotop {
  text-align: center;
  background-color: #EFF0F2;
  margin-bottom: -54px;
  text-align: center;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .site_footer.style_4 .backtotop {
    margin-bottom: 0;
    order: 2;
  }
}
.site_footer.style_4 .backtotop a {
  color: #0F0E0E;
  background-color: #FFC961;
}
.site_footer.style_4 .backtotop a:hover {
  background-color: #5355DF;
  color: #ffffff;
}
.site_footer.style_4 .small_newsletter_form input {
  color: #0F0E0E;
  background-color: #ffffff;
  border: 1px solid rgba(15, 14, 14, 0.1);
}

.site_footer.style_5 .calltoaction_section.style_5 {
  background-image: linear-gradient(0deg, rgba(83, 85, 223, 0.1) 50%, transparent 0%);
}
.site_footer.style_5 .calltoaction_section.style_5:before {
  display: none;
}
.site_footer.style_5 .footer_widget_area {
  padding: 100px 0 0;
  background-color: rgba(83, 85, 223, 0.1);
}
.site_footer.style_5 .copyright_widget {
  padding: 30px 0;
  font-size: 17px;
  line-height: 27px;
  color: #0F0E0E;
  border-top: 1px solid rgba(15, 14, 14, 0.1);
}
.site_footer.style_5 .copyright_widget a {
  color: #0F0E0E;
}
.site_footer.style_5 .copyright_widget a:hover {
  color: #5355DF;
}
.site_footer.style_5 .social_wrap .social_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 10px 0;
  color: #0F0E0E;
}
.site_footer.style_5 .icon_list_widget .widget_title {
  color: #5D636A;
}

/* Site Footer - End
================================================== */
/* Breadcrumb Section - Start
================================================== */
.page_banner {
  overflow: hidden;
  position: relative;
  padding: 260px 0 150px;
  background: linear-gradient(0deg, rgba(83, 85, 223, 0.2) 0%, rgba(83, 85, 223, 0) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .page_banner {
    padding: 220px 0 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .page_banner {
    padding: 210px 0 150px;
  }
}
.page_banner:before {
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  height: 32px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../images/shapes/shape_up_white.svg);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .page_banner:before {
    background-image: none;
  }
}
.page_banner .shape_1 {
  bottom: 0;
  inset-inline-start: -85px;
  max-width: 16px;
}
.page_banner .shape_2 {
  top: -130px;
  inset-inline-end: -305px;
  max-width: 139px;
}
.page_banner .shape_3 {
  top: -90px;
  inset-inline-end: 236px;
}

.page_title {
  font-size: 62px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page_title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page_title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .page_title {
    font-size: 38px;
  }
}
@media (max-width:450px) {
  .page_title {
    font-size: 32px;
  }
}

.breadcrumb_nav > li {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  color: #000000;
}
.breadcrumb_nav > li:not(:last-child) {
  margin-inline-end: 17px;
  padding-inline-end: 17px;
}
.breadcrumb_nav > li:not(:last-child):after {
  top: 1px;
  inset-inline-end: -7px;
  font-weight: 400;
  content: "\f061";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.breadcrumb_nav > li:last-child > a {
  pointer-events: none;
}
.breadcrumb_nav > li > a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #5355DF;
}
/* Breadcrumb Section - End
================================================== */
/* Sidebar Section - Start
================================================== */
.sidebar_widget {
  padding: 40px 30px;
  background-color: #F1F1FC;
  border-radius: 12px;
}
@media (max-width:450px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar_widget {
    padding: 40px 20px;
  }
}
.sidebar_widget:not(:last-child) {
  margin-bottom: 30px;
}
.sidebar_widget .widget_title {
  line-height: 1;
  font-size: 21px;
  position: relative;
  padding-inline-start: 16px;
  margin-bottom: 26px;
}
.sidebar_widget .widget_title:before {
  inset-inline-start: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #5355DF;
}

.sidebar_widget .icon_list > li:not(:last-child) {
  margin-bottom: 14px;
}
.sidebar_widget .icon_list a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #5D636A;
}
.sidebar_widget .icon_list a:hover {
  color: #0F0E0E;
}

/* Sidebar Section - End
================================================== */
/* Hero Banner Section - Start
================================================== */
.hero_banner_section .container {
  max-width: 1480px;
}

.hero_banner_section.style_1 {
  display: flex;
  padding-top: 200px;
  margin-bottom: 60px;
  align-items: center;
  background: linear-gradient(180deg, rgba(10, 51, 194, 0.06) 0%, transparent 100%);
  padding-bottom: 150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero_banner_section.style_1 {
    padding-bottom: 50px;
    padding-top: 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_banner_section.style_1 {
    padding-bottom: 50px;
    padding-top: 165px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_section.style_1 {
    padding-bottom: 35px;
    padding-top: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_1 {
    padding-top: 145px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_banner_section.style_1 {
    padding-bottom: 30px;
    padding-top: 145px;
  }
}
@media (max-width: 575px) {
  .hero_banner_section.style_1 {
    padding-bottom: 40px;
    padding-top: 145px;
  }
}
@media (max-width:450px) {
  .hero_banner_section.style_1 {
    padding-bottom: 30px;
  }
}
.hero_banner_section.style_1 .section_heading .heading_title {
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_1 .section_heading .heading_title {
    font-size: 60px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_banner_section.style_1 .section_heading .heading_title {
    font-size: 40px;
  }
}
@media (max-width:450px) {
  .hero_banner_section.style_1 .section_heading .heading_title {
    font-size: 34px;
  }
}
.hero_banner_section.style_1 .section_heading .heading_title span {
  position: relative;
}
.hero_banner_section.style_1 .section_heading .heading_title .focus_text {
  position: absolute;
  bottom: 5px;
  inset-inline-start: 0px;
  z-index: -1;
  -webkit-animation: section-animation 3s infinite;
  animation: section-animation 3s infinite;
}
.hero_banner_section.style_1 .hero_banner_image {
  max-width: 720px;
  margin: auto -87px auto auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero_banner_section.style_1 .hero_banner_image {
    max-width: 630px;
    margin: auto 35px auto auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_banner_section.style_1 .hero_banner_image {
    max-width: 600px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_section.style_1 .hero_banner_image {
    margin: auto 0px auto auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_1 .hero_banner_image {
    margin: auto auto 30px;
    max-width: 630px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_banner_section.style_1 .hero_banner_image {
    max-width: 550px;
    margin: auto auto 30px;
  }
}
@media (max-width: 575px) {
  .hero_banner_section.style_1 .hero_banner_image {
    max-width: 100%;
    margin: auto auto 30px;
  }
}
.hero_banner_section.style_1 .hero_banner_image img {
  width: 100%;
}
.hero_banner_section.style_1 .hero_banner_image .banner_main_1 {
  animation: upDown 1s infinite alternate;
}
.hero_banner_section.style_1 .shape_1 {
  top: 0;
  inset-inline-start: 50%;
  bottom: 0;
  width: 50%;
  border-radius: 0 0 0 120px;
  background-image: linear-gradient(0deg, #D2DCFB 0%, rgba(210, 220, 251, 0) 100%);
}
@media (max-width: 575px) {
  .hero_banner_section.style_1 .shape_1 {
    inset-inline-start: 0%;
    width: 100%;
    border-radius: 0;
  }
}
.hero_banner_section.style_1 .shape_2 {
  inset-inline-start: -180px;
  bottom: -50px;
  width: 253px;
  opacity: 0.5;
  height: 143px;
  border-radius: 50%;
  filter: blur(175px);
  transform: rotate(29.58deg);
  background-color: #FFC961;
}
.hero_banner_section.style_1 .shape_3 {
  top: 0;
  inset-inline-start: 0;
  width: 342px;
  height: 194px;
  border-radius: 50%;
  filter: blur(175px);
  background-color: #FFC961;
}
.hero_banner_section.style_1 .shape_4 {
  top: -100px;
  inset-inline-end: -230px;
  max-width: 289px;
}
.hero_banner_section.style_1 .shape_5 {
  top: -35px;
  right: 75px;
  max-width: 142px;
}
.hero_banner_section.style_1 .shape_6 {
  bottom: -12px;
  inset-inline-end: -195px;
  max-width: 842px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_1 .shape_6 {
    inset-inline-end: 0;
  }
}

.hero_banner_section.style_2 {
  text-align: center;
  padding: 188px 0 88px;
  background: linear-gradient(0deg, rgba(255, 127, 80, 0.1) 0%, rgba(255, 127, 80, 0) 100%);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_banner_section.style_2 {
    padding: 158px 0 58px;
  }
}
.hero_banner_section.style_2 .cd-headline {
  font-size: 67px;
  margin-bottom: 41px;
  line-height: 1.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_2 .cd-headline {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_banner_section.style_2 .cd-headline {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero_banner_section.style_2 .cd-headline {
    font-size: 45px;
  }
}
@media (max-width:450px) {
  .hero_banner_section.style_2 .cd-headline {
    font-size: 32px;
  }
}
.hero_banner_section.style_2 .cd-headline .cd-words-wrapper {
  color: #FF7F50;
}
.hero_banner_section.style_2 .man_image {
  margin: auto;
  max-width: 500px;
  animation: upDown 1s infinite alternate;
}
.hero_banner_section.style_2 .shape_1 {
  top: 50%;
  inset-inline-start: 50%;
  margin-inline-start: -30px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero_banner_section.style_2 .shape_2 {
  top: 254px;
  inset-inline-start: -16px;
}
.hero_banner_section.style_2 .shape_3 {
  inset-inline-end: -50px;
  bottom: 160px;
}
.hero_banner_section.style_2 .shape_4 {
  top: 260px;
  inset-inline-end: -20px;
}
.hero_banner_section.style_2 .shape_5 {
  top: 208px;
  inset-inline-start: -76px;
}
.hero_banner_section.style_2 .shape_6 {
  inset-inline-start: 50%;
  top: 140px;
  max-width: 263px;
  transform: translateX(-50%);
}
.hero_banner_section.style_2 .shape_6 img {
  opacity: 0.5;
  filter: blur(200px);
}
.hero_banner_section.style_2 .shape_7 {
  top: -100px;
  inset-inline-end: -120px;
  max-width: 432px;
}
.hero_banner_section.style_2 .shape_7 img {
  opacity: 0.4;
  filter: blur(300px);
}
.hero_banner_section.style_2 .iconbox_support {
  inset-inline-start: 90px;
  bottom: 118px;
  position: absolute;
}
.hero_banner_section.style_2 .iconbox_award {
  top: 45%;
  inset-inline-end: 100px;
  position: absolute;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_banner_section.style_2 .iconbox_award {
    display: none;
  }
}
.hero_banner_section.style_2 .iconbox_item {
  display: flex;
  text-align: left;
  align-items: center;
  padding: 10px 15px 10px 10px;
  background-color: #ffffff;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_banner_section.style_2 .iconbox_item {
    display: none;
  }
}
.hero_banner_section.style_2 .iconbox_item:before {
  display: none;
}
.hero_banner_section.style_2 .iconbox_item .item_icon {
  margin: 0 10px 0 0;
}
.hero_banner_section.style_2 .iconbox_item .item_title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: #5D636A;
  font-family: "Manrope", sans-serif;
}
.hero_banner_section.style_2 .iconbox_item p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #0F0E0E;
  font-family: "Manrope", sans-serif;
}

.hero_banner_section.style_3 {
  padding: 146px 0 80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero_banner_section.style_3 {
    padding: 100px 0 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_banner_section.style_3 {
    padding: 90px 0 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_section.style_3 {
    padding: 110px 0 60px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_banner_section.style_3 {
    padding: 135px 0 30px;
  }
}
.hero_banner_section.style_3 .hero_banner_heading {
  font-size: 90px;
  line-height: 1.08;
  margin-bottom: 70px;
  color: #ffffff;
  position: relative;
  z-index: 55;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_banner_section.style_3 .hero_banner_heading {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_section.style_3 .hero_banner_heading {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_3 .hero_banner_heading {
    font-size: 60px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_banner_section.style_3 .hero_banner_heading {
    font-size: 50px;
  }
}
@media (max-width:450px) {
  .hero_banner_section.style_3 .hero_banner_heading {
    font-size: 40px;
  }
}
.hero_banner_section.style_3 .hero_banner_heading span {
  position: relative;
  z-index: 5;
}
.hero_banner_section.style_3 .hero_banner_heading span::before {
  position: absolute;
  content: "";
  bottom: 5px;
  inset-inline-start: 0;
  background: url(../images/shapes/shape_line_2.svg);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  -webkit-animation: section-animation 3s infinite;
  animation: section-animation 3s infinite;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_3 .man_image {
    max-width: 560px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_section.style_3 .man_image {
    width: 460px;
  }
}
.hero_banner_section.style_3 .man_image img {
  animation: upDown 1s infinite alternate;
  width: 100%;
}
.hero_banner_section.style_3 .shape_1 {
  top: 50%;
  left: 50%;
  width: 670px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_banner_section.style_3 .shape_1 {
    width: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_section.style_3 .shape_1 {
    width: 500px;
  }
}
@media (max-width: 575px) {
  .hero_banner_section.style_3 .shape_1 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_image_3 {
    margin: 0 15%;
  }
}

.banner_bg_4 {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 42%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner_bg_4 {
    width: 50%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_bg_4 {
    display: none;
  }
}

.banner_bg_sm {
  position: absolute;
  content: "";
  z-index: -1;
  height: 45%;
  width: 100%;
  background: #5355DF;
  bottom: 0;
}
.banner_bg_sm .banner_bg_shape {
  position: absolute;
  top: -1px;
  width: 100%;
}
.banner_bg_sm .banner_bg_shape img {
  width: 100%;
}

.hero_banner_section.style_4 {
  position: relative;
  overflow: hidden;
  padding: 292px 0 184px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero_banner_section.style_4 {
    padding: 200px 0 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_banner_section.style_4 {
    padding: 200px 0 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_section.style_4 {
    padding: 185px 0 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_4 {
    padding: 165px 0 220px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_banner_section.style_4 {
    padding: 150px 0 250px;
  }
}
.hero_banner_section.style_4 .hero_banner_heading {
  font-size: 80px;
  margin-bottom: 30px;
  line-height: 1.12;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero_banner_section.style_4 .hero_banner_heading {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_section.style_4 .hero_banner_heading {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_4 .hero_banner_heading {
    font-size: 55px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_banner_section.style_4 .hero_banner_heading {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .hero_banner_section.style_4 .hero_banner_heading {
    font-size: 32px;
  }
}
.hero_banner_section.style_4 .hero_banner_heading .focus_text {
  color: #5355DF;
}
.hero_banner_section.style_4 p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 50px;
}
.hero_banner_section.style_4 .subscribe_form {
  border: none;
}
.hero_banner_section.style_4 .subscribe_form input {
  background-color: rgba(25, 84, 237, 0.1);
}
.hero_banner_section.style_4 .rocket_image {
  max-width: 280px;
  margin: auto -48px auto auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero_banner_section.style_4 .rocket_image {
    margin: auto 0px auto auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_banner_section.style_4 .rocket_image {
    margin: auto 25px auto auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_section.style_4 .rocket_image {
    max-width: 260px;
    margin: auto 0px auto auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_4 .rocket_image {
    margin: auto;
    transform: translateY(40%);
    max-width: 250px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_banner_section.style_4 .rocket_image {
    margin: auto;
    max-width: 175px;
    transform: translateY(65%);
  }
}
.hero_banner_section.style_4 .rocket_image img {
  animation: upDown 1s infinite alternate;
}
.hero_banner_section.style_4 .shape_1 {
  top: 17px;
  inset-inline-end: -74px;
  opacity: 0.5;
  max-width: 336px;
  filter: blur(200px);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_4 .shape_1 {
    inset-inline-end: auto;
    transform: translateX(-50%);
    left: 50%;
  }
}
.hero_banner_section.style_4 .shape_2 {
  top: -96px;
  inset-inline-end: -56px;
}
.hero_banner_section.style_4 .shape_3 {
  inset-inline-end: 300px;
  bottom: -86px;
}
.hero_banner_section.style_4 .shape_4 {
  top: 20px;
  inset-inline-start: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero_banner_section.style_4 .shape_4 {
    inset-inline-start: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_section.style_4 .shape_4 {
    inset-inline-start: 0px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_4 .shape_4 {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width:450px) {
  .hero_banner_section.style_4 .shape_4 {
    width: 100%;
  }
}
.hero_banner_section.style_4 .shape_4 > li:nth-child(1) {
  padding-inline-start: 75px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_4 .shape_4 > li:nth-child(1) {
    padding-inline-start: 0px;
  }
}
.hero_banner_section.style_4 .shape_4 > li:nth-child(2) {
  padding-inline-start: 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_4 .shape_4 > li:nth-child(2) {
    padding-inline-start: 0px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_4 .shape_4 > li {
    max-width: 100px;
  }
}
.hero_banner_section.style_4 .shape_5 {
  inset-inline-end: -130px;
  bottom: -130px;
  max-width: 260px;
}
@media (max-width:450px) {
  .hero_banner_section.style_4 .shape_5 {
    max-width: 220px;
  }
}
.hero_banner_section.style_4 .shape_6 {
  inset-inline-start: -40px;
  bottom: -35px;
}
@media (max-width:450px) {
  .hero_banner_section.style_4 .shape_6 {
    max-width: 140px;
  }
}

.hero_banner_section.style_5 {
  padding: 155px 0 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero_banner_section.style_5 {
    padding: 135px 0 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_banner_section.style_5 {
    padding: 150px 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_section.style_5 {
    padding: 155px 0 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero_banner_section.style_5 {
    padding: 140px 0 0;
  }
}
.hero_banner_section.style_5 .hero_banner_heading {
  font-size: 80px;
  font-weight: 800;
  line-height: 1.12;
  margin: -67px 0 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero_banner_section.style_5 .hero_banner_heading {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_banner_section.style_5 .hero_banner_heading {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_5 .hero_banner_heading {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_banner_section.style_5 .hero_banner_heading {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero_banner_section.style_5 .hero_banner_heading {
    font-size: 45px;
  }
}
@media (max-width:450px) {
  .hero_banner_section.style_5 .hero_banner_heading {
    font-size: 32px;
  }
}
.hero_banner_section.style_5 .hero_banner_heading .focus_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 30px;
  align-items: center;
  border-radius: 50px;
  display: inline-flex;
  padding: 5px 5px 5px 15px;
  border: 1px solid rgba(15, 14, 14, 0.1);
}
.hero_banner_section.style_5 .hero_banner_heading .focus_text small {
  padding: 0 10px;
  margin-inline-start: 10px;
  border-radius: 50px;
  background-color: #FFC961;
}
.hero_banner_section.style_5 .hero_banner_image {
  margin: 0 -147px -15px 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero_banner_section.style_5 .hero_banner_image {
    margin: 0 0px -15px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_5 .hero_banner_image {
    margin: auto;
    max-width: 650px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_banner_section.style_5 .hero_banner_image {
    margin: auto;
  }
}
.hero_banner_section.style_5 .analyse_image {
  inset-inline-start: 50%;
  z-index: 1;
  bottom: 197px;
  max-width: 234px;
  border-radius: 12px;
}
.hero_banner_section.style_5 .color_shadow_1 {
  bottom: 0;
  inset-inline-end: 27px;
  opacity: 0.5;
  max-width: 830px;
  filter: blur(200px);
}
.hero_banner_section.style_5 .color_shadow_2 {
  top: 0;
  inset-inline-start: 0;
  opacity: 0.3;
  max-width: 300px;
  filter: blur(200px);
}
.hero_banner_section.style_5 .color_shadow_3 {
  inset-inline-start: 25%;
  top: -160px;
  opacity: 0.3;
  max-width: 425px;
  filter: blur(200px);
}
.hero_banner_section.style_5 .shape_1 {
  top: 159px;
  inset-inline-start: 52px;
  animation: upDown 1s infinite alternate;
}
.hero_banner_section.style_5 .shape_2 {
  top: 93px;
  inset-inline-end: 20px;
  animation: upDown 1s infinite alternate;
}

.hero_banner_section.style_6 {
  overflow: hidden;
  padding: 223px 0 120px;
  background-image: linear-gradient(40.25deg, rgba(253, 210, 78, 0.15) 0%, rgba(253, 210, 78, 0) 63.9%);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero_banner_section.style_6 {
    padding: 185px 0 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_banner_section.style_6 {
    padding: 160px 0 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_section.style_6 {
    padding: 160px 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_6 {
    padding: 150px 0 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_banner_section.style_6 {
    padding: 150px 0 50px;
  }
}
@media (max-width: 575px) {
  .hero_banner_section.style_6 {
    padding: 150px 0 60px;
  }
}
@media (max-width:450px) {
  .hero_banner_section.style_6 {
    padding: 140px 0 30px;
  }
}
.hero_banner_section.style_6::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(160.25deg, #FDD24E 0%, rgba(253, 210, 78, 0) 63.9%);
  opacity: 0.15;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
}
.hero_banner_section.style_6 .hero_banner_image {
  max-width: 747px;
  margin-inline-start: -84px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero_banner_section.style_6 .hero_banner_image {
    max-width: 650px;
    margin-inline-start: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_banner_section.style_6 .hero_banner_image {
    max-width: 600px;
    margin-inline-start: 0px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_section.style_6 .hero_banner_image {
    margin-inline-start: 0px;
  }
}
.hero_banner_section.style_6 .hero_banner_image img {
  animation: upDown 1s infinite alternate;
  width: 100%;
}
.hero_banner_section.style_6 .hero_banner_heading {
  font-size: 75px;
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 55px;
  padding-inline-end: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_banner_section.style_6 .hero_banner_heading {
    font-size: 65px;
    padding-inline-end: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_6 .hero_banner_heading {
    font-size: 60px;
    padding-inline-end: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_section.style_6 .hero_banner_heading {
    font-size: 55px;
    padding-inline-end: 0;
  }
}
@media (max-width: 575px) {
  .hero_banner_section.style_6 .hero_banner_heading {
    font-size: 46px;
    padding-inline-end: 0;
  }
}
@media (max-width:450px) {
  .hero_banner_section.style_6 .hero_banner_heading {
    font-size: 32px;
  }
}
.hero_banner_section.style_6 .hero_banner_heading .small_title {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 29px;
  text-transform: uppercase;
}
.hero_banner_section.style_6 .hero_banner_heading .focus_text {
  position: relative;
  z-index: 5;
  display: inline-block;
}
.hero_banner_section.style_6 .hero_banner_heading .focus_text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  inset-inline-start: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center bottom 15px;
  background-image: linear-gradient(0deg, #FFC961 16px, transparent 0);
  -webkit-animation: section-animation 3s infinite;
  animation: section-animation 3s infinite;
}
@media (max-width:450px) {
  .hero_banner_section.style_6 .hero_banner_heading .focus_text::after {
    bottom: -8px;
  }
}
.hero_banner_section.style_6 .shape_1 {
  inset-inline-start: -230px;
  bottom: -150px;
  max-width: 912px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero_banner_section.style_6 .shape_1 {
    max-width: 800px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_banner_section.style_6 .shape_1 {
    max-width: 705px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_section.style_6 .shape_1 {
    max-width: 640px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.style_6 .shape_1 {
    max-width: 815px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_banner_section.style_6 .shape_1 {
    max-width: 730px;
  }
}
@media (max-width: 575px) {
  .hero_banner_section.style_6 .shape_1 {
    max-width: 640px;
  }
}
@media (max-width:450px) {
  .hero_banner_section.style_6 .shape_1 {
    max-width: 520px;
  }
}
.hero_banner_section.style_6 .shape_2 {
  top: 100px;
  inset-inline-end: -94px;
  max-width: 153px;
}
@media (max-width: 575px) {
  .hero_banner_section.style_6 .shape_2 {
    display: none;
  }
}
.hero_banner_section.style_6 .shape_3 {
  top: 248px;
  inset-inline-end: 202px;
  max-width: 20px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_banner_section.style_6 .shape_3 {
    display: none;
  }
}
.hero_banner_section.style_6 .shape_4 {
  inset-inline-end: 23%;
  bottom: 160px;
  max-width: 16px;
}

/* Hero Banner Section - End
================================================== */
/* Clients Logo - Start
================================================== */
.client_logo_boxed {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px 30px;
  padding: 59px 10px;
  place-items: center;
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(15, 14, 14, 0.1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1132px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .client_logo_boxed {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .client_logo_boxed {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:450px) {
  .client_logo_boxed {
    grid-template-columns: auto;
  }
}
.client_logo_boxed.bg_primary {
  border-color: #5355DF;
  background-color: #5355DF;
}

.client_logo_item {
  text-align: center;
}

.client_logo_boxed.border-0 {
  padding: 44px 0;
  background-color: transparent;
}

/* Clients Logo - End
================================================== */
/* Service Widget - Start
================================================== */
.service_section .shape_1 {
  top: 100px;
  inset-inline-end: -70px;
  max-width: 96px;
}
.service_section .shape_2 {
  inset-inline-start: -150px;
  bottom: 16px;
}

.service_item {
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.service_item .item_icon {
  margin-bottom: 20px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.service_item .item_title {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service_item .item_title {
    font-size: 20px;
  }
}
.service_item .item_description {
  font-size: 17px;
  line-height: 27px;
}

.service_item.style_1 {
  padding: 40px;
  text-align: center;
  border-radius: 22px;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  background-color: #ffffff;
  border: 1px solid rgba(15, 14, 14, 0.1);
}
@media (max-width:450px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service_item.style_1 {
    padding: 40px 30px;
  }
}
.service_item.style_1 .item_icon {
  height: 84px;
}
.service_item.style_1 .item_title,
.service_item.style_1 .item_description {
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.service_item.style_1 .item_content {
  margin-bottom: 30px;
  padding-bottom: 30px;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  border-bottom: 1px dashed rgba(15, 14, 14, 0.1);
}
.service_item.style_1 .item_details_btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  align-items: center;
  display: inline-flex;
  color: #5355DF;
}
.service_item.style_1 .item_details_btn .btn_icon {
  margin-inline-start: 8px;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.service_item.style_1 .item_details_btn .btn_icon img:nth-child(2) {
  display: none;
}
.service_item.style_1 .item_details_btn:hover .btn_icon {
  transform: rotate(-45deg);
}
.service_item.style_1:hover {
  border-color: #5355DF;
  background-color: #5355DF;
}
.service_item.style_1:hover .item_icon path {
  stroke: #ffffff;
}
.service_item.style_1:hover .item_title,
.service_item.style_1:hover .item_description,
.service_item.style_1:hover .item_details_btn {
  color: #ffffff;
}
.service_item.style_1:hover .item_content {
  border-color: #ffffff;
}
.service_item.style_1:hover .item_details_btn .btn_icon img:nth-child(1) {
  display: none;
}
.service_item.style_1:hover .item_details_btn .btn_icon img:nth-child(2) {
  display: inline-block;
}

.service_item.style_2 {
  padding: 40px;
  position: relative;
  text-align: center;
  background-color: #F1F1FC;
  border-radius: 12px;
}
@media (max-width:450px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service_item.style_2 {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service_item.style_2 {
    padding: 28px;
  }
}
.service_item.style_2 .item_icon {
  height: 100px;
  margin-bottom: 30px;
}
.service_item.style_2 .item_details_btn {
  top: 20px;
  inset-inline-start: 20px;
  inset-inline-end: 20px;
  bottom: 20px;
  opacity: 0;
  z-index: 1;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: rgba(83, 85, 223, 0.92);
  backdrop-filter: blur(4px);
  transition: opacity 0.3s ease-in-out;
}
.service_item.style_2 .item_details_btn img {
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.service_item.style_2 .item_details_btn img:hover {
  transform: rotate(45deg);
}
.service_item.style_2 .item_details_btn .btn_icon {
  margin-top: 30px;
  -webkit-transition: all 0.3S ease-out 0s;
  -moz-transition: all 0.3S ease-out 0s;
  -ms-transition: all 0.3S ease-out 0s;
  -o-transition: all 0.3S ease-out 0s;
  transition: all 0.3S ease-out 0s;
}
.service_item.style_2:hover .item_details_btn {
  opacity: 1;
}
.service_item.style_2:hover .item_details_btn .btn_icon {
  margin-top: 0px;
}

.service_item.style_3 {
  padding: 40px;
  background-color: #F1F1FC;
  border-radius: 12px;
}
@media (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service_item.style_3 {
    padding: 30px;
  }
}
.service_item.style_3:hover .item_icon {
  transform: scaleX(-1);
}
.service_item.style_3 .item_icon {
  width: 60px;
  height: 60px;
  font-size: 30px;
  margin-bottom: 30px;
  color: #5355DF;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  border-radius: 12px;
  background-color: rgba(83, 85, 223, 0.2);
}
.service_item.style_3:hover .item_icon {
  color: #ffffff;
  background-color: #5355DF;
}
.service_item.style_3:hover .item_icon svg path,
.service_item.style_3:hover .item_icon svg rect {
  stroke: #ffffff;
}
.service_item.style_3 .item_title {
  margin-bottom: 20px;
}
.service_item.style_3 .item_description {
  margin-bottom: 40px;
}
.service_item.style_3 .btn-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #0F0E0E;
}
.service_item.style_3 .btn-link:hover {
  color: #5355DF;
}

.service_item.style_3.text-white {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(255, 255, 255, 0.06);
}
.service_item.style_3.text-white:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.service_item.style_3.text-white .item_title {
  color: #ffffff;
}
.service_item.style_3.text-white .item_description {
  color: #AFAFAF;
}
.service_item.style_3.text-white .btn-link {
  color: #ffffff;
}
.service_item.style_3.text-white .btn-link .btn_text:before {
  background-color: #ffffff;
}
.service_item.style_3.text-white .btn-link:hover {
  color: #FF7F50;
}

.service_item.style_3.color_danger .item_icon {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
}
.service_item.style_3.color_danger .btn-link {
  color: #FF7F50;
}
.service_item.style_3.color_danger .btn-link .btn_text:before {
  background-color: #FF7F50;
}
.service_item.style_3.color_danger .btn-link:hover {
  color: #FF7F50;
}

.service_item.style_4 {
  padding: 40px 30px;
  text-align: center;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  border: 2px solid transparent;
  border-radius: 12px;
  background-color: #F1F1FC;
}
.service_item.style_4:hover {
  border-color: rgba(83, 85, 223, 0.3);
}
.service_item.style_4:hover .item_details_btn .btn_icon {
  transform: rotate(-45deg);
}
.service_item.style_4:hover .item_icon {
  transform: translateY(-3px) translate3d(0, -3px, 0);
}
.service_item.style_4 .item_icon {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  border-radius: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
.service_item.style_4 .item_title {
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 16px;
}
.service_item.style_4 .item_description {
  margin-bottom: 20px;
}
.service_item.style_4 .item_details_btn .btn_icon {
  display: inline-block;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.service_item.style_4 .item_details_btn:hover .btn_icon {
  transform: rotate(-45deg);
}

.service_section_2 {
  background-size: auto;
  padding: 120px 0 120px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: rgba(83, 85, 223, 0.08);
  position: relative;
  z-index: 5;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service_section_2 {
    padding: 80px 0 80px;
  }
}
.service_section_2::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0px;
  background: linear-gradient(90deg, #F1F1FC 0%, rgba(241, 241, 252, 0) 100%);
  z-index: -1;
}
.service_section_2 + section, .service_section_2 + div {
  margin-top: -100px;
  position: relative;
  z-index: 5;
}

.my_service_section .shape_1 {
  inset-inline-start: -185px;
  bottom: -36px;
  max-width: 34px;
}
.my_service_section .shape_2 {
  top: 40%;
  inset-inline-end: -134px;
  max-width: 22px;
}

.service_items_grouped {
  margin: 0;
}
.service_items_grouped > .col {
  padding: 0;
  margin: -0.5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.service_items_grouped .service_item.style_4 {
  border: none;
  text-align: left;
  border-radius: 0;
  padding: 50px 45px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 0;
}
.service_items_grouped .service_item.style_4 .item_icon {
  width: auto;
  height: 65px;
  margin: 0 0 30px 0;
}
.service_items_grouped .service_item.style_4 .item_title {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 35px;
  line-height: 1.3;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service_items_grouped .service_item.style_4 .item_title {
    font-size: 24px;
  }
}
.service_items_grouped .service_item.style_4 .item_details_btn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.service_items_grouped .service_item.style_4:hover {
  background-size: cover;
}
.service_items_grouped .service_item.style_4:hover .item_icon path {
  fill: #0F0E0E;
}
.service_items_grouped .service_item.style_4:hover .item_title {
  color: #0F0E0E;
}
.service_items_grouped .service_item.style_4:hover .item_details_btn {
  background-color: #0F0E0E;
}

/* Service Widget - End
================================================== */
/* Portfolio - Start
================================================== */
.portfolio_section .shape_1 {
  top: 25%;
  inset-inline-start: 100px;
}
.portfolio_section .shape_2 {
  bottom: 25%;
  inset-inline-end: 8%;
}
.portfolio_section .shape_1 {
  top: 180px;
  inset-inline-start: 100px;
  opacity: 0.2;
  max-width: 407px;
  -webkit-filter: blur(200px);
  filter: blur(200px);
}

.element-item {
  margin-bottom: 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .element-item {
    margin-bottom: 0;
  }
}

.portfolio_item .item_image {
  padding: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 22px;
  background-color: #F1F1FC;
  border-radius: 12px;
}
.portfolio_item .item_image > a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.portfolio_item .item_image img {
  transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  width: 100%;
}

.portfolio_item.layout_fullimage {
  position: relative;
}
.portfolio_item.layout_fullimage .item_content {
  z-index: 1;
  inset-inline-start: 40px;
  bottom: 40px;
  position: absolute;
  padding: 15px 20px 15px 20px;
}
@media (max-width:450px) {
  .portfolio_item.layout_fullimage .item_content {
    inset-inline-start: 30px;
    width: calc(100% - 60px);
  }
}
.portfolio_item.layout_fullimage .item_content:before {
  inset-inline-start: 0;
  top: 10px;
  opacity: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  transform-origin: bottom;
  background-color: #0F0E0E;
  border-radius: 12px;
  transition: all 0.4s ease-in-out;
  transform: perspective(500px) rotateX(20deg);
}
.portfolio_item.layout_fullimage .category_list {
  margin-bottom: 5px;
}
.portfolio_item.layout_fullimage .item_title {
  font-size: 21px;
  line-height: 29px;
}
.portfolio_item.layout_fullimage .item_title a {
  color: #ffffff;
}
.portfolio_item.layout_fullimage .item_title a:hover {
  color: #FFC961;
}
.portfolio_item.layout_fullimage .item_title,
.portfolio_item.layout_fullimage .category_list {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.portfolio_item.layout_fullimage:hover .item_image img {
  filter: blur(5px);
}
.portfolio_item.layout_fullimage:hover .item_content:before {
  top: 0;
  opacity: 1;
  transition-delay: 0.1s;
  transform: perspective(1000px) rotateX(0deg);
}
.portfolio_item.layout_fullimage:hover .item_title,
.portfolio_item.layout_fullimage:hover .category_list {
  opacity: 1;
  transform: translateY(0px);
}
.portfolio_item.layout_fullimage:hover .category_list {
  transition-delay: 0.3s;
}
.portfolio_item.layout_fullimage:hover .item_title {
  transition-delay: 0.4s;
}

.portfolio_item.layout_grid .item_image {
  margin-bottom: 25px;
}
.portfolio_item.layout_grid .item_image > a:before, .portfolio_item.layout_grid .item_image > a:after {
  opacity: 0;
  content: "";
  position: absolute;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.portfolio_item.layout_grid .item_image > a:before {
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  background-color: rgba(15, 14, 14, 0.3);
}
.portfolio_item.layout_grid .item_image > a:after {
  margin-top: 30px;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #5355DF;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-position: center center;
  background-image: url("../images/icons/icon_arrow_up_right_white.svg");
}
@media (max-width:450px) {
  .portfolio_item.layout_grid .item_image > a:after {
    width: 100px;
    height: 100px;
  }
}
.portfolio_item.layout_grid .item_image > a:after:hover {
  background-color: #FFC961;
}
.portfolio_item.layout_grid .item_title {
  font-size: 24px;
  line-height: 33px;
  padding-top: 16px;
}
@media (max-width:450px) {
  .portfolio_item.layout_grid .item_title {
    font-size: 20px;
  }
}
.portfolio_item.layout_grid .item_title > a {
  color: #0F0E0E;
}
.portfolio_item.layout_grid .item_title > a:hover {
  color: #5355DF;
}
.portfolio_item.layout_grid:hover .item_image > a:before, .portfolio_item.layout_grid:hover .item_image > a:after {
  opacity: 1;
  margin-top: 0px;
}

[class*=bg_] .portfolio_item .item_image {
  background-color: #ffffff;
}

.common_carousel_3col .portfolio_item.layout_fullimage .item_image,
.common_carousel_3col .portfolio_item.layout_grid .item_image {
  padding: 12px;
}

.grid:has(.portfolio_item.layout_grid).row {
  margin: -30px -15px;
}
.grid:has(.portfolio_item.layout_grid).row > .col {
  padding: 30px 15px;
}

.masoney-grid {
  margin: -15px;
}
.masoney-grid .grid-sizer,
.masoney-grid .grid-item {
  width: 25%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .masoney-grid .grid-sizer,
  .masoney-grid .grid-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .masoney-grid .grid-sizer,
  .masoney-grid .grid-item {
    width: 100%;
  }
}
.masoney-grid .width_50 {
  width: 50%;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .masoney-grid .width_50 {
    width: 100%;
  }
}
.masoney-grid .grid-item {
  padding: 15px;
}
.masoney-grid .portfolio_item .item_image {
  padding: 0;
}
.masoney-grid .portfolio_item.layout_fullimage .item_content {
  inset-inline-start: 20px;
  bottom: 20px;
}

.layout_split,
.layout_boxed {
  padding: 30px;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(15, 14, 14, 0.1);
}
.layout_split .item_image,
.layout_boxed .item_image {
  padding: 20px;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  background-color: rgba(255, 127, 80, 0.1);
}
.layout_split .item_content,
.layout_boxed .item_content {
  max-width: 315px;
}
.layout_split .category_list a,
.layout_boxed .category_list a {
  color: #ffffff;
  background-color: #FF7F50;
}
.layout_split .item_title,
.layout_boxed .item_title {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 25px;
}
.layout_split .item_title a,
.layout_boxed .item_title a {
  color: #0F0E0E;
}
.layout_split .item_title a:hover,
.layout_boxed .item_title a:hover {
  color: #FF7F50;
}
.layout_split .item_description,
.layout_boxed .item_description {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.layout_split .btn-link,
.layout_boxed .btn-link {
  color: #0F0E0E;
}
.layout_split .btn-link .btn_text:before,
.layout_boxed .btn-link .btn_text:before {
  background-color: #FF7F50;
}
.layout_split .btn-link:hover,
.layout_boxed .btn-link:hover {
  color: #FF7F50;
}
.layout_split:hover,
.layout_boxed:hover {
  border-color: rgba(255, 127, 80, 0.1);
  background-color: rgba(255, 127, 80, 0.1);
}
.layout_split:hover .item_image,
.layout_boxed:hover .item_image {
  background-color: #FF7F50;
}

.layout_split {
  display: grid;
  grid-template-columns: auto 366px;
  gap: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .layout_split {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 575px) {
  .layout_split {
    grid-template-columns: auto 300px;
  }
}
@media (max-width: 575px) {
  .layout_split {
    grid-template-columns: auto;
  }
}
.layout_split .item_image {
  order: 1;
}
.layout_split .category_list {
  margin-bottom: 30px;
}

.layout_boxed .category_list {
  margin-bottom: 20px;
}
.layout_boxed .item_content {
  margin-bottom: 39px;
}

.portfolio_inline_layout {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio_inline_layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 30px;
  }
}

.portfolio_inline_item {
  opacity: 0.6;
  padding: 30px 0;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #0F0E0E;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio_inline_item {
    border-width: 0;
  }
  .portfolio_inline_item:last-child {
    padding-bottom: 0px;
  }
  .portfolio_inline_item:first-child {
    padding-top: 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio_inline_item {
    opacity: 1;
  }
}
.portfolio_inline_item:first-child {
  border-width: 1px 0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio_inline_item:first-child {
    border-width: 0;
  }
}
.portfolio_inline_item .item_image {
  top: 50%;
  inset-inline-start: 50%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  max-width: 400px;
  position: absolute;
  transition: 0.3s linear;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio_inline_item .item_image {
    max-width: 400px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio_inline_item .item_image {
    max-width: 100%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio_inline_item .item_image {
    opacity: 1;
    visibility: visible;
    position: static;
    transform: none;
    margin-bottom: 30px;
  }
}
.portfolio_inline_item .item_image > a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}
.portfolio_inline_item .item_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.portfolio_inline_item .item_title {
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width:450px), only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio_inline_item .item_title {
    font-size: 23px;
  }
}
.portfolio_inline_item .item_title a {
  color: #0F0E0E;
}
.portfolio_inline_item:hover, .portfolio_inline_item.active {
  opacity: 1;
}
.portfolio_inline_item:hover .item_image, .portfolio_inline_item.active .item_image {
  opacity: 1;
  visibility: visible;
}

.bg_primary .portfolio_inline_item {
  border-color: #ffffff;
}
.bg_primary .portfolio_inline_item .item_title a {
  color: #ffffff;
}
.bg_primary .portfolio_inline_item .item_title a:hover {
  color: #FFC961;
}
.bg_primary .category_list a:hover {
  color: #0F0E0E;
  background-color: #ffffff;
}

.portfolio_carousel_2 .portfolio_item .item_image {
  padding: 0;
  background-color: transparent;
}
.portfolio_carousel_2 .category_list a {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #5355DF;
  background-color: transparent;
}
.portfolio_carousel_2 .category_list a:hover {
  color: #ffffff;
  background-color: #5355DF;
}

/* Portfolio - End
================================================== */
/* Blog - Start
================================================== */
.blog_item {
  padding: 20px 20px 30px;
  border-radius: 12px;
  background-color: #F1F1FC;
}
.blog_item .flex_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 10px;
}
.blog_item .item_image {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 12px;
}
.blog_item .item_image img {
  transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  width: 100%;
}
.blog_item .item_image:hover img {
  transform: scale(1.08);
}
.blog_item .item_title {
  margin: 0;
  padding: 20px 0;
  font-size: 28px;
  line-height: 1.37;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .blog_item .item_title {
    font-size: 22px;
  }
}
.blog_item .item_title > a {
  color: #0F0E0E;
}
.blog_item .item_title > a:hover {
  color: #5355DF;
}
.blog_item .post_date {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.blog_item.bg_light_2 {
  background-color: #FFF3EE;
}
.blog_item.bg_light_2 .category_list a {
  color: #ffffff;
  background-color: #FF7F50;
}
.blog_item.bg_light_2 .category_list a:hover {
  background-color: #5355DF;
}
.blog_item.bg_light_2 .item_title > a:hover {
  color: #FF7F50;
}
.blog_item.bg_light_2 .btn-link .btn_text:before {
  background-color: #FF7F50;
}
.blog_item.bg_light_2 .btn-link:hover {
  color: #FF7F50;
}

.blog_grouped .blog_item .item_title {
  font-size: 24px;
}
@media (max-width:450px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_grouped .blog_item .item_title {
    font-size: 20px;
  }
}

.blog_classic_grouped .blog_item:not(:last-child) {
  margin-bottom: 60px;
}
.blog_classic_grouped .blog_item .flex_wrap {
  justify-content: flex-start;
}
.blog_classic_grouped .blog_item .post_date {
  margin-inline-start: 20px;
}
.blog_classic_grouped .blog_item p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 30px;
}

.recent_post_list > li:not(:last-child) {
  margin-bottom: 30px;
}

.recent_post_item {
  display: flex;
  align-items: center;
  gap: 30px 15px;
}
@media (max-width:450px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .recent_post_item {
    align-items: start;
    flex-direction: column;
  }
}
.recent_post_item .item_image {
  flex: 0 0 100px;
  max-width: 100px;
  overflow: hidden;
  border-radius: 12px;
}
.recent_post_item .item_image img {
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.recent_post_item .item_title {
  font-size: 20px;
  margin: 6px 0 0;
  line-height: 1.3;
}
@media (max-width:450px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .recent_post_item .item_title {
    font-size: 18px;
  }
}
.recent_post_item .item_title a {
  color: #0F0E0E;
}
.recent_post_item .item_title a:hover {
  color: #5355DF;
}
.recent_post_item:hover .item_image img {
  transform: scale(1.08);
}

/* Blog - End
================================================== */
/* Pricing Table - Start
================================================== */
.pricing_items_group {
  margin: 0;
  padding: 0.5px;
}
.pricing_items_group > .col {
  padding: 0;
  margin: -0.5px;
}

.pricing_item {
  position: relative;
  background-size: cover;
  padding: 30px 30px 40px;
  background-repeat: no-repeat;
  background-position: center top;
  border: 1px solid rgba(15, 14, 14, 0.1);
  overflow: hidden;
  z-index: 1;
}
.pricing_item .item_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 15px;
}
.pricing_item .price_value {
  margin-bottom: 20px;
}
.pricing_item .price_value strong {
  font-size: 67px;
  font-weight: 700;
  line-height: 92px;
  color: #0F0E0E;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_item .price_value strong {
    font-size: 60px;
  }
}
.pricing_item .price_value sub {
  font-size: 16px;
  line-height: 22px;
}
.pricing_item p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 30px;
}
.pricing_item .icon_list {
  margin-bottom: 40px;
}
.pricing_item .icon_list.unordered_list_block > li:not(:last-child) {
  margin-bottom: 15px;
}
.pricing_item .icon_list .list_item_text {
  font-weight: 500;
}

.pricing_item.recomanded_item {
  color: #ffffff;
  border-color: #5355DF;
  background-color: #5355DF;
}
.pricing_item.recomanded_item:before {
  display: block;
}
.pricing_item.recomanded_item .item_title,
.pricing_item.recomanded_item .price_value strong,
.pricing_item.recomanded_item .icon_list .list_item_text {
  color: #ffffff;
}

/* Pricing Table - End
================================================== */
/* Testimonial - Start
================================================== */
.total_review_info {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #0F0E0E;
  align-items: center;
}
.total_review_info .review_stars {
  margin-inline-end: 10px;
}
.total_review_info .review_stars i {
  color: #FFC045;
}
.total_review_info .review_text {
  display: flex;
  align-items: center;
}

.review_section .shape_1 {
  top: 50%;
  inset-inline-start: -80px;
  max-width: 30px;
}
.review_section .shape_2 {
  bottom: -26px;
  inset-inline-end: -135px;
  max-width: 53px;
}
.review_section .shape_3 {
  top: 15%;
  inset-inline-end: -160px;
  max-width: 18px;
}

.review_items_group {
  margin: -30px -15px;
}
.review_items_group > .col {
  padding: 30px 15px;
}

.review_item.style_1 .content_area {
  padding: 40px 30px;
  position: relative;
  margin-bottom: 44px;
  background-color: #F1F1FC;
  border-radius: 12px;
}
.review_item.style_1 .content_area:before {
  bottom: -29px;
  inset-inline-start: 68px;
  content: "";
  width: 40px;
  height: 30px;
  position: absolute;
  background-color: #F1F1FC;
  clip-path: polygon(0 0, 100% 0, 0% 100%);
}
.review_item.style_1 .review_content {
  font-size: 19px;
  font-weight: 500;
  line-height: 27px;
  color: #0F0E0E;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(15, 14, 14, 0.1);
}
.review_item.style_1 .rating_star {
  color: #5355DF;
}
.review_item.style_1 .rating_star > li {
  color: #FFC961;
}
.review_item.style_1 .quote_icon {
  inset-inline-end: 30px;
  bottom: 22px;
  opacity: 0.05;
  position: absolute;
}

.text-white .review_item.style_1 .content_area {
  background-color: #33333A;
}
.text-white .review_item.style_1 .content_area:before {
  background-color: #33333A;
}
.text-white .review_item.style_1 .review_content {
  color: #E3E3E3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.text-white .review_item.style_1 .admin_item .admin_name {
  color: #ffffff;
}
.text-white .review_item.style_1 .admin_item .admin_designation {
  color: #AFAFAF;
}
.text-white .review_item.style_1 .rating_star {
  color: #FFC961;
}

.bg_light .review_item.style_1 .content_area {
  background-color: #ffffff;
}
.bg_light .review_item.style_1 .content_area:before {
  background-color: #ffffff;
}

.review_carousel_2 .carousel_arrow {
  margin-top: 60px;
}

.review_item.style_2 {
  padding: 40px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
}
.review_item.style_2 .review_title {
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 8px;
  color: #5355DF;
}
.review_item.style_2 .rating_star {
  margin-bottom: 30px;
}
.review_item.style_2 .review_content {
  font-size: 18px;
  line-height: 25px;
  color: #0F0E0E;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(15, 14, 14, 0.1);
}
.review_item.style_2 .quote_icon {
  top: 50%;
  inset-inline-end: 20px;
  opacity: 0.03;
  position: absolute;
  transform: translateY(-50%);
}

.review_item.style_2.text-center {
  padding: 40px 60px;
}
@media (max-width: 575px) {
  .review_item.style_2.text-center {
    padding: 40px 25px;
  }
}
.review_item.style_2.text-center .review_title {
  display: none;
}
.review_item.style_2.text-center .rating_star {
  justify-content: center;
}
.review_item.style_2.text-center .admin_item {
  margin: auto;
  text-align: left;
  justify-content: center;
}
.review_item.style_2.text-center .quote_icon {
  top: 50%;
  inset-inline-start: 50%;
  inset-inline-end: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.review_carousel_4 {
  padding-top: 115px;
  padding-bottom: 150px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .review_carousel_4 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.review_carousel_4 .slick-dots {
  padding: 0;
  width: auto;
  float: left;
  display: inline-flex;
}
.review_carousel_4 .carousel_arrow {
  float: right;
  margin-top: -7px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .review_carousel_4 .carousel_arrow {
    padding-top: 0;
    margin-top: 0;
  }
}
.review_carousel_4 .carousel_arrow button {
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.review_carousel_4 .carousel_arrow button:hover {
  background-color: #5355DF;
}

.review_item.style_3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(15, 14, 14, 0.1);
}
.review_item.style_3 .rating_star {
  margin-bottom: 30px;
}
.review_item.style_3 .review_content {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 40px;
  color: #33333A;
}
@media (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .review_item.style_3 .review_content {
    font-size: 20px;
  }
}
.review_item.style_3 .quote_icon {
  inset-inline-end: 0;
  top: 32px;
  opacity: 0.04;
  position: absolute;
}

/* Testimonial - End
================================================== */
/* Call To Action - Start
================================================== */
.calltoaction_bg_shape {
  inset-inline-start: 0;
  top: calc(100% - 2px);
  position: absolute;
  z-index: 1;
  width: 100%;
}

.calltoaction_section {
  position: relative;
  z-index: 2;
}

.calltoaction_section.style_1 .cta_image {
  max-width: 510px;
  margin: 5px auto -21px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .calltoaction_section.style_1 .cta_image {
    margin: 30px auto -21px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .calltoaction_section.style_1 .cta_image {
    max-width: 100%;
  }
}
.calltoaction_section.style_1 .cta_image img {
  width: 100%;
}
.calltoaction_section.style_1 .shape_1 {
  top: 50%;
  left: 50%;
  width: 388px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width:450px) {
  .calltoaction_section.style_1 .shape_1 {
    width: 300px;
  }
}

.cta_content {
  padding: 105px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta_content {
    padding: 60px 0 80px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cta_content {
    padding: 50px 0 80px;
  }
}

.calltoaction_section.style_2 {
  padding: 26px 0;
  overflow: hidden;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .calltoaction_section.style_2 {
    padding: 80px 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .calltoaction_section.style_2 {
    padding: 100px 0;
    padding-bottom: 0;
  }
}
.calltoaction_section.style_2 .section_heading {
  margin-bottom: 40px;
}
.calltoaction_section.style_2 .section_heading .heading_title {
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 19px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .calltoaction_section.style_2 .section_heading .heading_title {
    font-size: 65px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .calltoaction_section.style_2 .section_heading .heading_title {
    font-size: 50px;
  }
}
@media (max-width:450px) {
  .calltoaction_section.style_2 .section_heading .heading_title {
    font-size: 36px;
  }
}
.calltoaction_section.style_2 .section_heading .heading_description {
  font-size: 21px;
  font-weight: 500;
  line-height: 29px;
}
.calltoaction_section.style_2 .man_image {
  margin: auto;
  max-width: 517px;
}
.calltoaction_section.style_2 .man_image > img {
  animation: upDown 1s infinite alternate;
}
.calltoaction_section.style_2 .shape_1 {
  inset-inline-start: 50%;
  width: 100%;
  bottom: -27px;
  transform: translateX(-50%);
}
.calltoaction_section.style_2 .shape_2 {
  top: -26px;
  inset-inline-start: -67px;
  max-width: 134px;
}
.calltoaction_section.style_2 .shape_3 {
  top: -67px;
  inset-inline-end: 186px;
  max-width: 134px;
}
.calltoaction_section.style_2 .shape_4 {
  top: -61px;
  inset-inline-end: -61px;
  max-width: 122px;
}
.calltoaction_section.style_2 .shape_4 img {
  animation: spin 10s infinite linear;
}
.calltoaction_section.style_2 .shape_5 {
  inset-inline-start: 116px;
  bottom: -61px;
  max-width: 122px;
}
.calltoaction_section.style_2 .shape_5 img {
  animation: spin 10s infinite linear;
}
.calltoaction_section.style_2 .shape_6 {
  top: 26px;
  inset-inline-start: 50%;
}
@media (max-width: 575px) {
  .calltoaction_section.style_2 .shape_6 {
    display: none;
  }
}
.calltoaction_section.style_2 .shape_7 {
  top: 77px;
  inset-inline-start: 170px;
  max-width: 70px;
}
@media (max-width: 575px) {
  .calltoaction_section.style_2 .shape_7 {
    display: none;
  }
}
.calltoaction_section.style_2 .shape_8 {
  inset-inline-end: 73px;
  bottom: 80px;
  max-width: 48px;
}

.calltoaction_section.style_3 {
  border-bottom: 6px solid #FFC961;
}
.calltoaction_section.style_3 .overlay {
  background-image: linear-gradient(180deg, #5355DF 0%, rgba(83, 85, 223, 0.45) 18.75%, rgba(83, 85, 223, 0.2) 47.4%, rgba(83, 85, 223, 0.45) 82.81%, #5355DF 100%);
}
.calltoaction_section.style_3 .cta_image {
  top: 50%;
  inset-inline-start: 50%;
  z-index: -2;
  max-width: 340px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.calltoaction_section.style_3 .cta_image img {
  animation: upDown 1s infinite alternate;
}
.calltoaction_section.style_3 .section_heading {
  margin-bottom: 40px;
}
.calltoaction_section.style_3 .section_heading .heading_title {
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .calltoaction_section.style_3 .section_heading .heading_title {
    font-size: 65px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .calltoaction_section.style_3 .section_heading .heading_title {
    font-size: 50px;
  }
}
@media (max-width:450px) {
  .calltoaction_section.style_3 .section_heading .heading_title {
    font-size: 36px;
  }
}
.calltoaction_section.style_3 .section_heading .heading_description {
  font-size: 21px;
  font-weight: 500;
  line-height: 29px;
}

.calltoaction_section.style_4 .cta_image {
  margin: auto;
  max-width: 370px;
}
.calltoaction_section.style_4 .shape_1 {
  inset-inline-start: 0;
  top: -40px;
}
.calltoaction_section.style_4 .shape_2 {
  inset-inline-end: 0;
  bottom: -40px;
}

.calltoaction_section.style_5 {
  position: relative;
  background-image: linear-gradient(0deg, #EFF0F2 50%, transparent 0%);
}
.calltoaction_section.style_5:before {
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 49.5%;
  content: "";
  height: 30px;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/shapes/shape_down_white.svg);
}
.calltoaction_section.style_5 .cta_image {
  margin: 0 23%;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .calltoaction_section.style_5 .cta_image {
    margin: auto;
  }
}
.calltoaction_section.style_5 .content_box {
  padding: 60px;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .calltoaction_section.style_5 .content_box {
    padding: 50px 25px;
  }
}
.calltoaction_section.style_5 .shape_1 {
  inset-inline-start: 40%;
  bottom: 73px;
  max-width: 76px;
}
.calltoaction_section.style_5 .shape_2 {
  inset-inline-start: 165px;
  bottom: 90px;
  max-width: 76px;
}

/* Call To Action - End
================================================== */
/* Team - Start
================================================== */
.team_item {
  padding: 30px;
  position: relative;
  text-align: center;
  background-color: #ffffff;
  border-radius: 12px;
  transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  border: 1px solid rgba(15, 14, 14, 0.1);
}
.team_item .admin_thumbnail {
  z-index: 1;
  padding: 2px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  margin-bottom: 20px;
  display: inline-block;
}
.team_item .admin_thumbnail:before {
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  height: 0%;
  position: absolute;
  transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  background-image: linear-gradient(0deg, rgb(10, 51, 194), rgba(10, 51, 194, 0));
}
.team_item .admin_thumbnail .thumbnail_wrap {
  margin: auto;
  width: 194px;
  height: 194px;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team_item .admin_thumbnail .thumbnail_wrap {
    width: 150px;
    height: 150px;
  }
}
.team_item .admin_name {
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 6px;
}
.team_item .admin_designation {
  font-size: 14px;
  line-height: 27px;
  color: #5355DF;
}
.team_item .admin_social {
  justify-content: center;
}
.team_item:hover {
  z-index: 1;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}
.team_item:hover .admin_thumbnail:before {
  height: 100%;
}

.team_item.style_1 .admin_social {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(15, 14, 14, 0.1);
}
.team_item.style_1 .admin_social > li {
  padding: 0 6px;
}
.team_item.style_1 .admin_social a {
  width: 33px;
  height: 33px;
  opacity: 0.2;
  display: flex;
  font-size: 14px;
  color: #0F0E0E;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #0F0E0E;
}
.team_item.style_1 .admin_social a:hover {
  opacity: 1;
  color: #ffffff;
  border-color: #5355DF;
  background-color: #5355DF;
}

.team_item.style_2 .admin_social {
  left: 50%;
  z-index: 1;
  opacity: 0;
  bottom: -30px;
  padding: 0 6px;
  min-width: 120px;
  overflow: hidden;
  position: absolute;
  border-radius: 50px;
  transform: translateX(-50%);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  background-color: #FFC961;
}
.team_item.style_2 .admin_social a {
  width: 30px;
  height: 38px;
  display: flex;
  font-size: 14px;
  color: #0F0E0E;
  align-items: center;
  justify-content: center;
}
.team_item.style_2 .admin_social a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.team_item.style_2:hover {
  transform: translateY(-10px);
}
.team_item.style_2:hover .admin_social {
  opacity: 1;
  bottom: -19px;
}

/* Team - End
================================================== */
/* Policy - Start
================================================== */
.policy_section .shape_1 {
  top: 56%;
  inset-inline-start: 50%;
  width: 110%;
  transform: translateX(-50%);
}
.policy_section .shape_2 {
  inset-inline-end: -50px;
  bottom: -70px;
}
.policy_section .shape_2 img {
  opacity: 0.2;
  max-width: 490px;
  filter: blur(200px);
}
.policy_section .shape_3 {
  top: 95px;
  inset-inline-start: 140px;
  max-width: 13px;
}

.policy_item {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #F1F1FC;
}
.policy_item:hover {
  border-color: #5355DF;
}
.policy_item:before {
  display: none;
}
.policy_item .item_icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-bottom: 30px;
  background-color: rgba(83, 85, 223, 0.2);
}

.policy_item.icon_align_left .item_title {
  margin-bottom: 8px;
}

.policy_item_2 {
  padding: 0;
  border: none;
  border-radius: 0;
  max-width: 280px;
  background-color: transparent;
}
.policy_item_2:before {
  display: none;
}
.policy_item_2 .item_title {
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 12px;
  color: #ffffff;
}
.policy_item_2 p {
  font-size: 14px;
  line-height: 27px;
}

/* Policy - End
================================================== */
/* About Template - Start
================================================== */
.about_section .shape_2 {
  bottom: 0;
  inset-inline-start: 13%;
  max-width: 715px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about_section .shape_2 {
    display: none;
  }
}
.about_section .shape_2 img {
  width: 100%;
}
.about_section .shape_4 {
  inset-inline-start: 80px;
  opacity: 0.2;
  bottom: 25px;
  max-width: 490px;
  filter: blur(200px);
}
.about_section .shape_5 {
  inset-inline-end: 0;
  top: -30px;
  opacity: 0.2;
  max-width: 350px;
  filter: blur(200px);
}
.about_section .shape_6 {
  top: 85px;
  inset-inline-start: 228px;
  max-width: 20px;
}
.about_section .funfact_box_2 {
  margin: 30px 0 40px;
}
.about_section .deco_dot {
  position: absolute;
  inset-inline-end: 13.49%;
  bottom: 15%;
  background: #0099F6;
  display: inline-block;
  height: 17px;
  width: 17px;
  border-radius: 50%;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about_section .deco_dot {
    bottom: 5%;
  }
}

.about_list_boxed {
  display: flex;
  background-color: #ffffff;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .about_list_boxed {
    flex-wrap: wrap;
  }
}
.about_list_boxed .icon_list {
  padding: 30px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 575px) {
  .about_list_boxed .icon_list {
    flex: 100%;
    max-width: 100%;
  }
}
.about_list_boxed .icon_list:not(:last-child) {
  border-style: solid;
  border-color: rgba(15, 14, 14, 0.1);
  border-width: 0 1px 0 0;
}
@media (max-width: 575px) {
  .about_list_boxed .icon_list:not(:last-child) {
    border-width: 0 0 1px 0;
  }
}

.about_image {
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_image {
    margin: 0 12%;
  }
}
.about_image img {
  width: 100%;
}
.about_image .shape_1 {
  top: 50%;
  left: 50%;
  z-index: -1;
  max-width: 325px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about_image .shape_3 {
  top: 50%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.about_image .shape_3 img {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .about_image .shape_3 img {
    max-width: 300px;
  }
}
@media (max-width:450px) {
  .about_image .shape_3 img {
    max-width: 250px;
  }
}

.about_image_2 {
  padding: 20px 90px 20px 20px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_image_2 {
    padding: 20px 30px 20px 20px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about_image_2 {
    padding: 20px 0px 20px 20px;
    margin-bottom: 35px;
  }
}
.about_image_2 .image_wrap {
  font-size: 24px;
  overflow: hidden;
  border-radius: 0 120px 0 0;
}
.about_image_2 .image_wrap img {
  width: 100%;
  display: block;
  border-radius: 0;
}
.about_image_2 .bg_image {
  top: 0;
  inset-inline-start: 0;
  opacity: 0.6;
  overflow: hidden;
  max-width: 290px;
  border-radius: 0 0 0 120px;
}
@media (max-width: 575px) {
  .about_image_2 .bg_image {
    max-width: 250px;
  }
}
@media (max-width:450px) {
  .about_image_2 .bg_image {
    max-width: 190px;
  }
}
.about_image_2 .shape_3 {
  top: 40%;
  z-index: 1;
  inset-inline-end: 50px;
  max-width: 86px;
}

.about_image_3 {
  max-width: 700px;
  margin-inline-end: -120px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_image_3 {
    margin: auto;
  }
}
.about_image_3 img {
  width: 100%;
}

.experience_year {
  z-index: 1;
  inset-inline-end: 47px;
  bottom: -14px;
  width: 210px;
  position: absolute;
  padding: 23px 30px 28px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.experience_year .experience_value span {
  line-height: 1;
  font-size: 77px;
  font-weight: 800;
  letter-spacing: 0.02em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #0F0E0E;
}
.experience_year .experience_value sup {
  top: -42px;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}
.experience_year p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #0F0E0E;
}

.about_section_2 {
  position: relative;
}
.about_section_2::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #5355DF;
  z-index: -1;
}
.about_section_2 .video_widget {
  position: absolute;
  top: 0;
  height: 100%;
  width: 46.6%;
  inset-inline-end: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_section_2 .video_widget {
    width: 50%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about_section_2 .video_widget {
    position: inherit;
    width: 100%;
  }
}
.about_section_2 .video_widget::before {
  background: #FFC961;
  opacity: 0.2;
}
.about_section_2 .about_content {
  padding: 120px 108px 115px 0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about_section_2 .about_content {
    padding: 80px 0 75px 0;
  }
}

.avadator_cv {
  position: absolute;
  bottom: 30px;
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width:450px) {
  .avadator_cv {
    display: none;
  }
}

.history_carousel_wrap {
  z-index: 1;
  position: relative;
}
.history_carousel_wrap:before {
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 50%;
  content: "";
  height: 2px;
  position: absolute;
  transform: translateY(-50%);
  border-top: 1px dashed #5355DF;
}
.history_carousel_wrap .content_wrap {
  padding: 50px 40px;
  position: relative;
}
.history_carousel_wrap .content_wrap:first-child:before {
  inset-inline-start: 50%;
  z-index: 1;
  content: "";
  width: 20px;
  height: 20px;
  bottom: -9px;
  position: absolute;
  border-radius: 100%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 5px solid #5355DF;
}
.history_carousel_wrap .content_wrap:first-child:after {
  bottom: 0;
  inset-inline-start: 50%;
  width: 2px;
  content: "";
  height: 50px;
  margin: 0 0 0 1px;
  position: absolute;
  transform: translateX(-50%);
  border-inset-inline-start: 1px dashed #5355DF;
}
.history_carousel_wrap .carousel_item {
  display: flex;
  margin: -50px 0;
  flex-direction: column;
}
.history_carousel_wrap .carousel_item:nth-child(even) .content_wrap:first-child {
  order: 1;
}
.history_carousel_wrap .carousel_item:nth-child(even) .content_wrap:first-child:before {
  top: -10px;
  bottom: auto;
}
.history_carousel_wrap .carousel_item:nth-child(even) .content_wrap:first-child:after {
  top: 0;
  bottom: auto;
  margin: 0 1px 0 0;
}
.history_carousel_wrap .carousel_item:nth-child(even) .year_text {
  align-items: flex-end;
}
.history_carousel_wrap .year_text {
  height: 177px;
  display: flex;
  justify-content: center;
}

.starter_steps_section {
  background-color: #F1F1FC;
  position: relative;
  overflow-y: clip;
}
.starter_steps_section .shape_3 {
  bottom: 5px;
  inset-inline-start: -98px;
  max-width: 16px;
}
.starter_steps_section .shape_4 {
  top: 37px;
  inset-inline-end: -70px;
  max-width: 20px;
}
.starter_steps_section .shape_1 {
  width: 100%;
}
.starter_steps_section .shado {
  background: #FFC961;
  opacity: 0.2;
  filter: blur(200px);
  position: absolute;
  width: 322.56px;
  height: 322.56px;
  inset-inline-start: 40%;
  top: 0;
  transform: translateX(-50%);
}

.starter_steps_group > ul {
  position: relative;
  margin-inline-end: 70px;
  min-height: 594px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .starter_steps_group > ul {
    margin-inline-end: 30px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .starter_steps_group > ul {
    max-width: 556px;
    margin: 0 auto;
  }
}
.starter_steps_group > ul > li {
  z-index: 1;
  position: absolute;
}
.starter_steps_group > ul > li:nth-child(1) {
  top: 0;
  inset-inline-end: 0;
}
.starter_steps_group > ul > li:nth-child(1) .item_icon {
  background: linear-gradient(126.03deg, #FF7F50 16.44%, rgba(255, 127, 80, 0.8) 81.35%);
}
.starter_steps_group > ul > li:nth-child(2) {
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
}
.starter_steps_group > ul > li:nth-child(2) .item_icon {
  background: linear-gradient(134.36deg, #ED77A9 14.3%, rgba(237, 119, 169, 0.8) 88.47%);
}
.starter_steps_group > ul > li:nth-child(3) {
  inset-inline-end: 0;
  bottom: 0;
}
.starter_steps_group > ul > li:nth-child(3) .item_icon {
  background: linear-gradient(136.27deg, #6AC7B7 13.48%, rgba(106, 199, 183, 0.8) 88.52%);
}
.starter_steps_group .content_wrap {
  width: 278px;
  height: 278px;
  display: flex;
  padding: 30px 60px;
  text-align: center;
  border-radius: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .starter_steps_group .content_wrap {
    width: 248px;
    height: 248px;
  }
}
@media (max-width:450px) {
  .starter_steps_group .content_wrap {
    width: 220px;
    height: 220px;
  }
}
.starter_steps_group .item_icon {
  width: 60px;
  height: 60px;
  align-items: center;
  border-radius: 100%;
  margin-bottom: 20px;
  display: inline-flex;
  justify-content: center;
}
.starter_steps_group .item_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #000000;
}
@media (max-width:450px) {
  .starter_steps_group .item_title {
    font-size: 18px;
  }
}
.starter_steps_group .shape_1,
.starter_steps_group .shape_2 {
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.starter_steps_group .shape_1 {
  width: 68%;
}
.starter_steps_group .shape_1 img {
  animation: spin 20s infinite linear;
}
.starter_steps_group .shape_2 {
  max-width: 322px;
}

.my_information_wrap {
  padding: 40px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(15, 14, 14, 0.1);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .my_information_wrap {
    flex-direction: column;
    gap: 50px 30px;
  }
}
@media (max-width:450px) {
  .my_information_wrap {
    padding: 30px 25px;
  }
}
.my_information_wrap .my_image_wrap {
  flex: 0 0 506px;
  overflow: hidden;
  margin-inline-end: 110px;
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .my_information_wrap .my_image_wrap {
    margin-inline-end: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .my_information_wrap .my_image_wrap {
    margin-inline-end: 50px;
    flex: 0 0 460px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .my_information_wrap .my_image_wrap {
    flex: 0 0 auto;
    margin-inline-end: 0;
  }
}
.my_information_wrap .my_name {
  font-size: 38px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .my_information_wrap .my_name {
    font-size: 32px;
  }
}
@media (max-width:450px) {
  .my_information_wrap .my_name {
    font-size: 26px;
  }
}
.my_information_wrap .my_designation {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 30px;
  color: #5355DF;
}
.my_information_wrap p {
  font-size: 17px;
  line-height: 27px;
  margin: 30px 0 35px;
}
.my_information_wrap .contact_info_list > li {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #0F0E0E;
}
.my_information_wrap .contact_info_list > li:not(:last-child) {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(15, 14, 14, 0.1);
}
.my_information_wrap .contact_info_list strong {
  width: 170px;
  font-weight: 600;
  color: #5D636A;
  padding-inline-end: 15px;
}

.our_value_image {
  padding: 20px 20px 20px 90px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .our_value_image {
    padding: 20px 20px 20px 30px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .our_value_image {
    padding: 20px 20px 20px 0px;
  }
}
.our_value_image .image_wrap {
  overflow: hidden;
  border-radius: 120px 0 0 0;
}
.our_value_image .image_wrap img {
  width: 100%;
  display: block;
  border-radius: 0;
}
.our_value_image .bg_image {
  top: 0;
  inset-inline-end: 0;
  opacity: 0.6;
  overflow: hidden;
  max-width: 290px;
  border-radius: 0 0 120px 0;
}
@media (max-width: 575px) {
  .our_value_image .bg_image {
    max-width: 250px;
  }
}
@media (max-width:450px) {
  .our_value_image .bg_image {
    max-width: 190px;
  }
}
.our_value_image .shape_1 {
  top: 40%;
  inset-inline-start: 45px;
  z-index: 1;
  max-width: 86px;
}
.our_value_image .shape_2 {
  inset-inline-end: -60px;
  bottom: 50px;
  max-width: 16px;
}
.our_value_image .shape_3 {
  opacity: 0.2;
  inset-inline-end: -246px;
  bottom: -176px;
  max-width: 490px;
  filter: blur(200px);
}
.our_value_image .chart_image {
  inset-inline-start: 40px;
  z-index: 1;
  bottom: -14px;
  overflow: hidden;
  max-width: 286px;
  border-radius: 12px;
}

.about_content_3 {
  padding-inline-start: 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_content_3 {
    padding-inline-start: 0;
  }
}

/* About Template - End
================================================== */
/* Details Pages - Start
================================================== */
.details_item_image {
  overflow: hidden;
  border-radius: 12px;
}

.details_content_wrap p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 35px;
}

.details_item_info_title {
  font-size: 38px;
  line-height: 52px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .details_item_info_title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .details_item_info_title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .details_item_info_title {
    font-size: 26px;
  }
}

.details_info_box {
  padding: 60px 70px;
  margin-bottom: 50px;
  border-radius: 12px;
  background-color: #F1F1FC;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .details_info_box {
    padding: 50px 30px;
  }
}
.details_info_box span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 5px;
  color: #5355DF;
  text-transform: uppercase;
}
.details_info_box strong {
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
  color: #0F0E0E;
}

.blog_details .details_image {
  padding: 20px;
  margin-bottom: 45px;
  border-radius: 12px;
  background-color: #F1F1FC;
}
.blog_details .details_image img {
  border-radius: 12px;
}
.blog_details .blog_post_meta {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog_details .blog_post_meta .post_date {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-inline-start: 20px;
  color: #5D636A;
}
.blog_details .details_item_title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 30px;
}
.blog_details .details_item_info_title {
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 20px;
}
.blog_details p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 30px;
}
.blog_details .icon_list {
  margin-bottom: 30px;
}

.social_actions {
  display: flex;
  padding: 20px 0;
  margin-bottom: 30px;
  border-style: solid;
  align-items: center;
  border-width: 1px 0 1px;
  border-color: rgba(15, 14, 14, 0.1);
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 30px;
}

/* Details Pages - End
================================================== */
/* Register Templates - Start
================================================== */
.register_section {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  align-items: stretch;
  background-image: linear-gradient(0deg, rgba(83, 85, 223, 0.2) 0%, rgba(83, 85, 223, 0) 100%);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .register_section {
    flex-wrap: wrap-reverse;
  }
}
.register_section .column {
  display: flex;
  flex: 0 0 50%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .register_section .column {
    flex: 0 0 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.register_section .column .tilt {
  max-width: 526px;
}
@media (max-width: 575px) {
  .register_section .column .tilt {
    width: 100%;
    margin: 0 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .register_section .column .tilt {
    width: 100%;
    margin: 0 10%;
  }
}
.register_section .column:first-child {
  background-color: #DCDAFF;
}
.register_section .column:last-child {
  padding-inline-start: 117px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .register_section .column:last-child {
    padding-inline-start: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .register_section .column:last-child {
    padding-inline-start: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .register_section .column:last-child {
    padding: 80px 15px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .register_section .column:last-child {
    padding: 60px 15px;
  }
}
.register_section .shape_1 {
  top: 140px;
  inset-inline-start: -70px;
}
.register_section .shape_1 img {
  animation: spin 8s infinite linear;
}
.register_section .shape_2 {
  inset-inline-end: 100px;
  bottom: 166px;
  max-width: 140px;
}
.register_section .shape_2 img {
  animation: upDown 1.5s infinite alternate;
}
.register_section .shape_3 {
  top: 170px;
  inset-inline-end: 200px;
}
@media (max-width: 575px) {
  .register_section .shape_3 {
    display: none;
  }
}
.register_section .shape_3 img {
  animation: upDown 1s infinite alternate;
}
.register_section .shape_4 {
  top: -100px;
  inset-inline-end: -120px;
  max-width: 430px;
}
.register_section .shape_4 img {
  opacity: 0.4;
  filter: blur(300px);
}

.register_form_wrap {
  margin: auto;
  max-width: 450px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .register_form_wrap {
    width: 550px;
  }
}
.register_form_wrap .site_logo {
  margin-bottom: 40px;
}
.register_form_wrap .form_title {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (max-width:450px) {
  .register_form_wrap .form_title {
    font-size: 28px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .register_form_wrap .form_title {
    font-size: 34px;
  }
}
.register_form_wrap p {
  margin-bottom: 40px;
}
.register_form_wrap p a {
  color: #5355DF;
  font-weight: 600;
}
.register_form_wrap .form-group,
.register_form_wrap .form-check {
  margin-bottom: 20px;
}
.register_form_wrap .form-label {
  margin-bottom: 4px;
}
.register_form_wrap .bd-btn-link {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  border-radius: 12px;
}
.register_form_wrap .link_forgot_pass {
  font-size: 14px;
  font-weight: 600;
  line-height: 27px;
  color: #5355DF;
}
.register_form_wrap .link_forgot_pass:hover {
  text-decoration: underline;
}

/* Register Templates - End
================================================== */
/* Comming Soon Template - Start
================================================== */
.comming_soon_section {
  display: flex;
  padding: 100px 0;
  min-height: 100vh;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(0deg, rgba(83, 85, 223, 0.2) 0%, rgba(83, 85, 223, 0) 100%);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .comming_soon_section {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comming_soon_section {
    padding: 60px 0;
  }
}
.comming_soon_section .site_logo {
  margin-bottom: 60px;
}
.comming_soon_section .title_text {
  font-size: 65px;
  font-weight: 700;
  line-height: 1.2;
  margin: 56px 0 58px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .comming_soon_section .title_text {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .comming_soon_section .title_text {
    font-size: 46px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .comming_soon_section .title_text {
    font-size: 34px;
  }
}
@media (max-width:450px) {
  .comming_soon_section .title_text {
    font-size: 28px;
  }
}
.comming_soon_section .shape_1 {
  top: 126px;
  inset-inline-start: -84px;
}
.comming_soon_section .shape_1 img {
  animation: spin 8s infinite linear;
}
.comming_soon_section .shape_2 {
  inset-inline-start: 211px;
  bottom: 188px;
  max-width: 22px;
}
.comming_soon_section .shape_3 {
  top: 266px;
  inset-inline-end: 176px;
}
.comming_soon_section .shape_4 {
  inset-inline-end: 96px;
  bottom: 130px;
  max-width: 140px;
}
.comming_soon_section .shape_5 {
  top: -100px;
  inset-inline-end: -120px;
  max-width: 430px;
}
.comming_soon_section .shape_5 img {
  opacity: 0.4;
  filter: blur(300px);
}

/* Comming Soon Template - End
================================================== */
/* Terms Conditions Template - Start
================================================== */
.terms_conditions_content {
  padding: 40px;
  background-color: #F1F1FC;
  border-radius: 12px;
}
@media (max-width:450px) {
  .terms_conditions_content {
    padding: 30px;
  }
}
.terms_conditions_content .warpper_title {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .terms_conditions_content .warpper_title {
    font-size: 34px;
  }
}
@media (max-width:450px) {
  .terms_conditions_content .warpper_title {
    font-size: 26px;
  }
}
.terms_conditions_content p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 30px;
}
.terms_conditions_content .info_title {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width:450px) {
  .terms_conditions_content .info_title {
    font-size: 20px;
  }
}
.terms_conditions_content .icon_list {
  margin-bottom: 40px;
}
.terms_conditions_content .icon_list.unordered_list_block > li:not(:last-child) {
  margin-bottom: 14px;
}
.terms_conditions_content .icon_list .list_item_text {
  color: #5D636A;
}
.terms_conditions_content .icon_list .list_item_icon {
  flex: none;
  width: auto;
  height: auto;
  font-size: 5px;
  border-radius: 0;
  margin-inline-end: 10px;
  color: #5D636A;
  background-color: transparent;
}
.terms_conditions_content .link {
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  color: #5355DF;
  text-decoration: underline;
}
.terms_conditions_content .author_mail {
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
  color: #5355DF;
}

/* Terms Conditions Template - End
================================================== */
/* Contact Template - Start
================================================== */
.contact_form {
  padding: 40px;
  border-radius: 12px;
  background-color: #F1F1FC;
}
@media (max-width:450px) {
  .contact_form {
    padding: 30px;
  }
}

#gmap_canvas_iframe {
  width: 100%;
  height: 750px;
  border-radius: 12px;
  border: 3px solid #FFC961;
}

.contact_form_boxed {
  padding: 80px;
  border-radius: 12px;
  background-color: #5355DF;
}
@media (max-width: 575px) {
  .contact_form_boxed {
    padding: 50px;
  }
}
@media (max-width:450px) {
  .contact_form_boxed {
    padding: 50px 30px;
  }
}
.contact_form_boxed .contact_form {
  margin: auto;
  max-width: 770px;
}
.contact_form_boxed .shape_1 {
  inset-inline-start: 42px;
  bottom: 33px;
  max-width: 150px;
}
@media (max-width:450px) {
  .contact_form_boxed .shape_1 {
    display: none;
  }
}
.contact_form_boxed .shape_2 {
  top: -60px;
  inset-inline-end: -26px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact_form_boxed .shape_2 {
    inset-inline-end: 0;
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .contact_form_boxed .shape_2 {
    display: none;
  }
}

/* Contact Template - End
================================================== */
/* Error Template - Start
================================================== */
.error_section {
  padding: 200px 0 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .error_section {
    padding: 150px 0 120px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .error_section {
    padding: 130px 0 100px;
  }
}
@media (max-width:450px) {
  .error_section {
    padding: 110px 0 100px;
  }
}
.error_section .error_image {
  margin: auto;
  max-width: 750px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .error_section .error_image {
    max-width: 550px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .error_section .error_image {
    max-width: 450px;
  }
}
.error_section h1 {
  font-size: 50px;
  font-weight: 700;
  margin: 50px 0 30px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error_section h1 {
    font-size: 45px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .error_section h1 {
    font-size: 40px;
  }
}
@media (max-width:450px) {
  .error_section h1 {
    font-size: 30px;
  }
}
.error_section p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 40px;
}

/* Error Template - End
================================================== */
/*
  Theme Name: Paradox - Creative Agency WordPress Theme
  Author: Bdevs
  Description: Paradox - Creative Agency WordPress Theme
  Version: 1.0.0
*/
/*.........<! 1. Theme default css !>.........*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

img {
  height: auto;
}

code {
  color: #5355df;
}

button {
  transition: 0.3s;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

img {
  transition: 0.3s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

button {
  cursor: pointer;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

input:focus::placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

textarea:focus::placeholder {
  opacity: 0;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

ul {
  margin: 0px;
  padding: 0px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #444;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

/*.........<! End Theme Defaults Style !>.........*/
/** css issues **/
.post-text a:hover {
  color: #ededed;
}
.post-text p > a:hover {
  color: #696969;
}
.post-text img {
  max-width: 100%;
  margin: 25px 0;
}
.post-text blockquote p {
  margin-bottom: 10px !important;
  line-height: 1.5;
  font-size: 18px;
  color: #070337;
  font-weight: 400;
}
.post-text .wp-block-image {
  margin-bottom: 0;
}

.post-text > h6 {
  margin-bottom: 20px;
}

.postbox__video img,
article.postbox .postbox__thumb img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  height: auto;
  width: inherit;
}

.blog__details-wrapper ul li a:hover {
  color: #5355df;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.theme-navigation span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.theme-navigation span a {
  color: #5d636a;
}
.theme-navigation span a:hover {
  color: #5355df;
}
.theme-navigation h4 {
  font-size: 23px;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
}
.theme-navigation h4 a {
  color: #004876;
}
.theme-navigation h4 a:hover {
  color: #5355df;
}

.b-0 {
  border: 0;
}

.sidebar-search-form {
  position: relative;
}
.sidebar-search-form input {
  display: block;
  width: 100%;
  height: 64px;
  padding: 0 50px 0 27px;
  border: 2px solid transparent;
  outline: 0;
  background: #fff;
  color: var(--clr-common-heading);
}
.sidebar-search-form input ::placeholder {
  color: #bcbcbc;
}
.sidebar-search-form button {
  font-size: 16px;
  color: #011224;
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  transform: translateY(-50%);
  background: none;
}

.sidebar-search-form input:focus::placeholder {
  opacity: 0;
}

.sidebar-search-form input:focus::-moz-placeholder {
  opacity: 0;
}

.footer_widget .sidebar-search-form input {
  background: #fff;
}

.about-me img {
  margin-bottom: 25px;
  border-radius: 50%;
}
.about-me h4 {
  font-size: 18px;
  letter-spacing: 1px;
}

.widget-social-icon a {
  display: inline-block;
  margin: 0 8px;
  color: #5355df;
}
.widget-social-icon a:hover {
  color: #5355df;
}

.widget .recent-posts > li {
  overflow: hidden;
}

.widget .recent-posts > li:not(:last-child) {
  overflow: hidden;
  margin-bottom: 30px;
}

.widget-posts-image {
  float: left;
}
.widget-posts-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-inline-end: 20px;
  margin-bottom: 0;
}

.recent-posts .widget-post-list:not(:last-child) {
  margin-bottom: 30px;
}

.widget-posts-body {
  overflow: hidden;
  padding-top: 8px;
}

.widget-posts-title {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
.widget-posts-title a {
  color: #001d23;
}
.widget-posts-title a:hover {
  color: #5355df;
}

.widget-posts-meta {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  color: #28484f;
  margin-bottom: 7px;
}

.widget-post-list .widget-posts-meta {
  margin: 0;
}

ul.cat li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}

ul.cat li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.cat li:last-child {
  padding-bottom: 0;
}

ul.cat li a {
  display: block;
  color: #647589;
}

ul.cat li a:hover {
  color: #5355df;
}

#Instafeed {
  margin: 0 -5px;
  overflow: hidden;
}

#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

#Instafeed li img {
  width: 100%;
}

.bg-none {
  background: none;
}

.blog-post-tag a:last-child {
  margin-inline-end: 0;
}

.theme-author.author {
  background: #fff;
}

.author-img {
  margin-bottom: 20px;
  margin-inline-end: 0;
  margin-top: 0;
}
.author-img img {
  margin-top: -60px;
  border-radius: 50%;
  border: 5px solid #fff;
}

.author-text {
  overflow: hidden;
}
.author-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.author-text p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
}

.author-icon {
  margin-top: 10px;
  margin-bottom: 15px;
}
.author-icon a {
  font-size: 14px;
  color: #5d636a;
  margin-inline-end: 10px;
  transition: 0.3s;
}
.author-icon a:hover {
  color: #5355df;
}

.blog__author-img img {
  width: 100px;
  border-radius: 10px;
}

.blog__author-content p {
  margin: 0;
  line-height: 24px;
  font-size: 15px;
}

/*author*/
.author-wrapper {
  background: #f7f7fd;
  padding: 37px 71px 35px 40px;
  overflow: hidden;
  border-left: 5px solid #1876df;
}

.author-text > h4 {
  text-transform: capitalize;
}

.author-text > p {
  margin-bottom: 0;
}

.author-icon a:hover {
  color: #5355df;
}

.blog-comment-title h2 {
  font-size: 22px;
  margin-bottom: 0;
}

.post-comments-title h2 {
  font-size: 22px;
  margin-bottom: 30px;
}

ul .comment-respond {
  margin-bottom: 40px;
  margin-top: 40px;
}

.post-comments-title h2 small {
  font-size: 16px;
  font-weight: 500;
  color: #5355df;
}

.comment-reply-link {
  font-weight: 600;
  font-size: 14px;
  color: #222222;
}
.comment-reply-link i {
  padding-inline-start: 4px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  transform: translateY(1px);
  padding-inline-end: 4px;
}

/*comment-reply*/
.logged-in-as {
  line-height: 1;
}

/* 25. Pagination  */
div.basic-pagination ul {
  padding-inline-start: 0;
}

/*next prev post*/
.blog-details-border {
  margin-top: 40px;
  background: #fff;
}

.page-area .post-comments-form {
  margin-bottom: 0;
  clear: both;
  padding-top: 0;
}

.paradox-page-content ol,
.paradox-page-content ul {
  padding-inline-start: 22px;
}

/*blog pagination*/
/*blog-post-tag*/
.blog__details__tag {
  overflow: hidden;
  clear: both;
  margin-top: 20px;
  padding-top: 30px;
}

/**
*
* Sidebar widget css
*
*/
/**
* tags
*/
.blog-area .widget ul {
  padding: 0;
  margin: 0;
}

.blog-area .widget ul li ul {
  padding-inline-start: 10px;
  padding-top: 15px;
}

.rssSummary {
  line-height: 27px;
  margin: 10px 0;
  color: var(--clr-common-color-4);
  font-size: 16px;
}

.widget ul {
  margin: 0;
}

.widget ul li a.rsswidget {
  line-height: 1.3;
}

.widget .footer-post h5 a {
  font-size: 16px;
  line-height: 1.3;
}

.widget_recent_entries ul li a {
  line-height: 26px;
}

/**
* image widget
*/
.widget_media_image img {
  width: 100%;
}

/**
* widget custom style for wp
*
*/
.widget li:last-child {
  border: 0;
  margin: 0;
  margin-bottom: 0;
}

.widget li a {
  color: #444;
  font-weight: 400;
  padding-inline-start: 0;
}

.widget li a:hover {
  color: #5355df;
}

.widget.widget_rss li span {
  display: block;
}

.widget.widget_rss li span {
  display: block;
  list-style: none;
  margin-inline-end: 35px;
  font-size: 14px;
  font-weight: 500;
  color: #6a6a6a;
  transition: all 0.3s ease-out 0s;
}

li .blog-footer-meta span {
  float: none !important;
  font-size: 13px !important;
}

.widget_recent_comments li span,
.widget_recent_comments li span a {
  float: none;
  font-weight: 500;
}

.footer_widget.widget_recent_comments li span,
.footer_widget.widget_recent_comments li span a {
  float: none;
  font-weight: 600;
}

.sidebar__widget.widget_recent_comments li span,
.sidebar__widget.widget_recent_comments li span a {
  font-weight: 500;
  color: #070337;
  text-transform: capitalize;
  padding-inline-start: 0;
}

.sidebar__widget.widget_recent_comments li span a:after {
  display: none;
}

.sidebar__widget.widget_recent_comments li span,
.sidebar__widget.widget_recent_comments li a:hover {
  color: #5355df;
}

.sidebar__widget.widget_recent_comments li a {
  padding-inline-start: 0;
}

.sidebar__widget.widget_recent_comments li a:after {
  display: none;
  padding-inline-start: 0;
}

.sidebar__widget ul li a:hover {
  color: #5355df;
}

.footer_widget .widget_rss ul li a.rsswidget {
  font-weight: 500;
  color: #57556a;
}

.sidebar__widget.widget_rss ul li a.rsswidget {
  font-weight: 500;
  color: #070337;
  padding-inline-start: 0;
}

.widget li span.post-date {
  float: none;
  margin-top: 7px;
  display: block;
  font-size: 13px;
}

.textwidget img {
  max-width: 100%;
}

.ablog__sidebar .widget .rssSummary {
  color: #777;
}

/* calendar widget */
.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

.widget_calendar {
  float: none;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  color: #5d636a;
}

.calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a {
  color: #5d636a;
}

.footer_widget .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a,
.footer_widget #wp-calendar caption {
  color: #afafaf;
}

.footer_widget .wp-calendar-nav a {
  color: #afafaf;
}

.footer_widget ul ul {
  padding-inline-start: 15px;
  padding-top: 15px;
}

.footer_widget.widget_recent_comments ul li a::before,
.footer_widget.widget_recent_entries ul li a::before,
.footer_widget.widget_rss ul li a::before {
  display: none;
}

.footer_widget.widget_rss {
  color: #fff;
}
.footer_widget.widget_rss ul li span,
.footer_widget.widget_rss ul li cite {
  display: block;
  color: var(--clr-common-color-4);
}
.footer_widget.widget_rss ul li span {
  margin-top: 15px;
}

.footer_widget.widget_rss .rssSummary {
  color: var(--clr-common-color-4);
}

.footer_widget #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
}

.footer_widget .sidebar-tad li a,
.footer_widget .tagcloud a {
  color: #fff;
}

.footer_widget .tagcloud a:hover {
  background: #5355df;
  border-color: #5355df;
}

.widget .rsswidget {
  color: #001d23;
}

#wp-calendar thead {
  font-size: 14px;
}

#wp-calendar thead th {
  padding: 5px;
  text-align: center;
  background: transparent;
  font-weight: 500;
  border: 1px solid rgba(15, 14, 14, 0.1);
  color: #afafaf;
}

#wp-calendar tbody {
  color: #5d636a;
}

#wp-calendar tbody td {
  background: #fff;
  border: 1px solid rgba(15, 14, 14, 0.1);
  text-align: center;
  padding: 8px 0;
  transition: 0.3s;
}

.footer_widget #wp-calendar tbody td {
  background: #fff;
  border: 1px solid rgba(15, 14, 14, 0.1);
}

.footer__widget #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  color: #a1a2ab;
}

.footer__widget #wp-calendar caption {
  color: #a1a2ab;
}

.footer__widget .wp-calendar-nav a {
  color: #a1a2ab;
}

#wp-calendar tbody td:hover,
#wp-calendar tbody td:hover a {
  background: #5355df;
  color: #fff;
}

#wp-calendar tbody .pad,
#wp-calendar tbody .pad:hover {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

.latest-comments ul li ul.children {
  padding-inline-start: 70px;
}

.latest-comments ul li ul.children {
  padding-top: 0;
}

.no-results.not-found {
  background: #fff;
  padding: 41px 100px;
  text-align: center;
  border: 1px solid rgba(15, 14, 14, 0.1);
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .no-results.not-found {
    padding: 30px;
  }
}
.pageontent.blog-search-content p {
  margin-bottom: 20px;
}

.blog-search-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.error-404-title {
  line-height: 1;
  font-size: 140px;
  font-weight: 700;
  margin-bottom: 15px;
}

.error-title {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 600;
}

.error-text {
  margin-bottom: 30px;
}

.page-content.mb-40 {
  margin-bottom: 30px;
}

.page-header {
  background: #f5faff;
  margin-bottom: 30px;
  padding: 30px;
}
.page-header h1 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}

.no-results.not-found .page-header {
  background: none;
  margin-bottom: 30px;
  padding: 0;
}

.navigation.posts-navigation .nav-next {
  float: right;
}
.navigation.posts-navigation .nav-previous {
  float: left;
}
.navigation.posts-navigation .nav-links {
  overflow: hidden;
}

.navigation.posts-navigation {
  overflow: hidden;
  margin-bottom: 40px;
}
.navigation.posts-navigation .nav-links a {
  text-transform: uppercase;
  background: #fff;
  border: 2px solid #5355df;
  color: #5355df;
}
.navigation.posts-navigation .nav-links a:hover {
  background: #5355df;
  color: #fff;
}

.bd-footer-area .recentcomments a {
  color: #fff;
}

.bd-footer-area .recentcomments a:hover {
  color: #5355df;
}

.footer_widget.widget_rss ul li a.rsswidget {
  color: #afafaf;
}

.footer_widget.widget_rss ul li a.rsswidget:hover {
  color: #fff;
}

/*page table*/
.paradox-page-content table {
  margin-bottom: 30px;
}

.paradox-page-content table tbody td {
  text-align: center;
}

.paradox-page-content table a {
  color: #5355df;
}

.paradox-page-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.paradox-page-content th,
.paradox-page-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.paradox-page-content table,
.paradox-page-content th,
.paradox-page-content td {
  border: 1px solid #d1d1d1;
}

.paradox-page-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}

.paradox-page-content ol li,
.paradox-page-content ul li {
  margin-bottom: 7px;
}

.paradox-page-content ol li ol,
.paradox-page-content ul li ul {
  margin-top: 7px;
}

.blog__details-wrapper table {
  margin-bottom: 30px;
}

.blog__details-wrapper table tbody td {
  text-align: center;
}

.blog__details-wrapper table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.blog__details-wrapper th,
.blog__details-wrapper td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
  padding: 10px 15px;
}

.blog__details-wrapper table,
.blog__details-wrapper th,
.blog__details-wrapper td {
  border: 1px solid rgba(15, 14, 14, 0.1);
}

.post-comments table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: rgba(15, 14, 14, 0.1);
  text-align: center;
  font-weight: 600;
}

.blog__details-wrapper table {
  margin-bottom: 30px;
  width: 100%;
}

.blog__details-wrapper table tbody td {
  text-align: center;
}

.blog__details-wrapper table td {
  border-color: rgba(15, 14, 14, 0.1);
  padding: 12px 12px;
}

.blog__details-wrapper th,
.blog__details-wrapper td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.blog__details-wrapper table,
.blog__details-wrapper th,
.blog__details-wrapper td {
  border: 1px solid rgba(15, 14, 14, 0.1);
}

.blog__details-wrapper table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: rgba(15, 14, 14, 0.1);
  text-align: center;
  font-weight: 400;
}

#wp-calendar tbody td#today {
  background: #5355df;
  color: #fff;
}

#wp-calendar tbody td#today a {
  color: #fff;
}

.post-text .wp-caption.aligncenter {
  margin-top: 40px;
}

.post-text .alignright.size-thumbnail {
  overflow: hidden;
  clear: both;
}

/*unit test*/
.post-comments .latest-comments > ul {
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

.blog-area dl,
.blog-area ol,
.blog-area ul {
  margin-top: 0;
  margin-bottom: 25px;
}

.blog-area > ul,
.blog-area > ol,
.blog-area ul,
.blog-area ol {
  padding-inline-start: 25px;
}

.blog__details-wrapper ol li,
.blog__details-wrapper ul li {
  padding-top: 7px;
}

.blog-area ol ol ol,
.blog-area ol ul ul,
.blog-area ul ol ol,
.blog-area ul ul ul {
  margin-bottom: 0;
}

.blog-area ol ul,
.blog-area ul ol,
.blog-area ul ul,
.blog-area ol ul ol {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

.wp-block-button .wp-block-button__link {
  color: #fff !important;
}

.postbox.sticky .post-text,
.postbox.sticky .post-text p {
  margin-bottom: 0;
}

.blog-content h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}

#wp-calendar #next a,
#wp-calendar #prev a {
  font-size: 13px;
  font-weight: 600;
}

.blog-content table {
  margin-bottom: 30px;
}

.blog-content table tbody td {
  text-align: center;
}

.blog-content table td {
  border-color: rgba(15, 14, 14, 0.1);
  padding: 12px 12px;
}

.blog-content th,
.blog-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.blog-content table,
.blog-content th,
.blog-content td {
  border: 1px solid rgba(15, 14, 14, 0.1);
}

.blog-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: rgba(15, 14, 14, 0.1);
  text-align: center;
  font-weight: 600;
}

.comments-text > p {
  margin-bottom: 15px;
}

.comments-text ul li,
.comments-text ol li {
  padding-top: 5px;
}

#wp-comment-cookies-consent {
  width: auto;
  display: inline-block;
  height: auto;
  margin-inline-end: 20px;
}

.comment-form-cookies-consent label {
  display: inline-block;
}

.comment-form-cookies-consent {
  margin-inline-start: 18px;
  display: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
  border: 1px solid rgba(15, 14, 14, 0.1);
  padding: 15px;
}
pre.wp-block-code {
  border: 1px solid rgba(15, 14, 14, 0.1);
}

dd + dt {
  margin-top: 20px;
}

.page-links {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  margin-top: 20px;
}

.page-links > span.page-links-title {
  border: 0;
  color: inherit;
}

.page-links a,
.page-links > span {
  border: 1px solid rgba(15, 14, 14, 0.1);
  display: inline-block;
  min-width: 35px;
  text-align: center;
  margin-inline-start: 2px;
  height: 33px;
  line-height: 30px;
  margin-inline-end: 3px;
  color: #444;
}

.page-links > span {
  border: 1px solid #096bd8;
  color: #096bd8;
}

.page-links a:hover {
  border: 1px solid #096bd8;
  color: #096bd8;
}

/**
*
* removing visual composer default data
*/
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

.comments-text > ul,
.comments-text > ol {
  margin-bottom: 20px;
}

#recentcomments li a {
  line-height: 1.5;
}

.widget.widget_recent_comments ul li a {
  display: unset;
  line-height: 27px;
}

.tag-space {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 20px;
}

.size-thumbnail {
  margin-bottom: 20px;
}

.no-results.not-found .page-header {
  padding-top: 0;
  padding-bottom: 0;
}

.search-form2 .form-control {
  height: 50px;
  border-radius: inherit;
}

.search-form2 {
  position: relative;
}

.archive-description {
  margin-top: 15px;
}

/*footer */
.footer-area-bottom {
  padding: 15px 0;
}

.copy-right p {
  color: #fff;
  margin: 0;
  padding: 20px 0;
}

.footer_widget select {
  width: 100%;
  border-radius: 0;
}

/*theme unit test css */
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #012863;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  inset-inline-start: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.admin-bar .sticky-header {
  top: 32px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-inline-end: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-inline-start: 1.5em !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-inline-start: auto !important;
  margin-inline-end: auto !important;
  text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget select {
  max-width: 100%;
  height: 45px;
  width: 100%;
  border: 1px solid rgba(15, 14, 14, 0.1);
  padding: 0 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.sticky {
  display: block;
}

.postbox__item {
  border: 1px solid rgba(15, 14, 14, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
}

.bd-blog.sticky {
  position: relative;
}

.bd-blog.sticky::before {
  position: absolute;
  content: "\f5a2";
  inset-inline-end: 25px;
  top: 15px;
  font-family: "Font Awesome 5 Pro";
  color: #5355df;
  font-size: 35px;
  z-index: 9;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 10px;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-inline-end: 5px !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/**
* custom css
*
*/
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #fff4ef;
}

.wp-block-pullquote {
  border-top: 4px solid #5355df !important;
  border-bottom: 4px solid #5355df !important;
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  margin-top: 10px;
  display: block;
}

.logged-in-as a {
  color: #222;
}

.logged-in-as a:hover {
  color: #5355df;
}

/*new unit test*/
.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
  margin-inline-start: 10px;
}

.wp-block-column:not(:last-child) {
  margin-inline-end: 10px;
}

.wp-block-column:nth-child(2n+1) {
  margin-inline-end: 10px;
}

.post-text > .alignwide {
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.post-text p.has-large-font-size {
  font-size: 24px !important;
  line-height: 1.2;
  margin-bottom: 10px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
  margin-bottom: 20px;
}

.wp-block-preformatted {
  margin: 30px 0;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff;
  background: #5355df !important;
}

.wp-block-archives select,
.wp-block-archives .postform {
  height: 50px;
  width: 200px;
  border: 1px solid rgba(15, 14, 14, 0.1);
  padding: 0 10px;
}

.wp-block-categories .postform {
  width: 200px;
  border: 1px solid rgba(15, 14, 14, 0.1);
  padding: 0 10px;
  float: none;
  margin-bottom: 15px;
}

.wp-block-archives .nice-select {
  float: none;
  margin-bottom: 15px;
  width: 200px;
  margin-bottom: 15px;
}

.wp-block-latest-comments {
  padding-inline-start: 0 !important;
}

.wp-block-latest-posts.has-dates {
  padding-inline-start: 0;
}

.wp-block-archives li a,
.wp-block-categories li a {
  color: #6a727f;
}

.wp-block-search__input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  caret-color: #5355df;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(15, 14, 14, 0.1);
}
.wp-block-search__input:focus {
  box-shadow: none;
  border-color: #5355df;
}

.wp-block-search .wp-block-search__inside-wrapper::after {
  position: absolute;
  top: 50%;
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
  inset-inline-end: 0px;
  width: 60px;
  height: 60px;
  border-radius: 0 12px 12px 0;
  background-color: #5355df;
  display: grid;
  place-items: center;
}

.wp-block-cover {
  margin-bottom: 30px;
}

.wp-block-search .wp-block-search__button {
  margin-inline-start: 0;
  background: #000;
  color: #fff;
  border: 0;
  padding: 12px 40px;
  margin-bottom: 14px;
}

.copyright__text p {
  margin: 0;
}

.paradox-page-content figure.wp-caption.aligncenter {
  margin-top: 40px;
}

.paradox-page-content .size-full.alignright {
  margin-bottom: 35px;
  margin-top: 20px;
  clear: both;
}

.admin-bar .sticky-menu {
  margin-top: 32px;
}

.paradox-page-content .post-comments-form {
  margin-top: 50px;
}
.paradox-page-content .post-comments {
  margin-top: 40px;
}

.postbox.sticky .postbox_text {
  border: 1px solid #5355df;
}

.page-links > span {
  border: 1px solid #5355df;
  color: #5355df;
}

.post-text a:hover {
  color: #5355df;
}

.post-text a {
  color: #5355df;
}
.post-text a.tag-cloud-link {
  color: #5d636a;
}
.post-text a.tag-cloud-link:hover {
  color: #0f0e0e;
  border-color: #ffc961;
  background-color: #ffc961;
}

.wp-block-calendar {
  margin-bottom: 30px;
}
.wp-block-calendar a {
  color: inherit;
  text-decoration: none;
  color: #878787;
}

.ablog__sidebar .wp-block-calendar {
  margin-bottom: 0;
}

.ablog .bd-blog-meta {
  line-height: 1;
}

.wp-block-latest-comments__comment-author {
  text-transform: capitalize;
}

.post-text .blocks-gallery-grid img {
  margin: 0;
}

.page-links a:hover {
  border: 1px solid #5355df;
  color: #5355df;
}

.post-password-form input[type=submit] {
  background-color: #5355df;
}

.post-password-form input[type=password] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid rgba(15, 14, 14, 0.1);
  width: 100%;
  border-radius: 0;
}

.post-password-form label {
  width: 100%;
  margin-bottom: 8px;
}

.post-password-form input[type=submit] {
  border: none;
  padding: 10px 40px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
}

.comments-avatar img {
  height: 80px;
  width: 80px;
}

.postbox__text .blog-post-tag {
  padding-top: 40px;
}

.layout-wrapper .alignright.size-thumbnail {
  margin-bottom: 20px;
  clear: both;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
  margin-inline-end: 0;
}

.wp-block-gallery.columns-2.is-cropped li.blocks-gallery-item {
  width: calc((100% - 16px) / 2) !important;
}

.wp-block-search .wp-block-search__input {
  width: 100%;
  margin: 0;
}

.wp-block-button {
  margin-bottom: 15px;
}

.wp-block-cover-text {
  color: #fff !important;
}

.wp-block-cover-text a {
  color: #fff;
}

.wp-block-gallery .blocks-gallery-grid {
  padding-inline-start: 0;
  margin-bottom: 0;
}

.blocks-gallery-caption {
  margin-bottom: 40px;
}

.wp-block-group.has-background {
  margin-bottom: 25px;
}

.is-style-outline .wp-block-button__link {
  border: 2px solid #222;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid #222;
  color: #222 !important;
}

.widget.mb-40.widget_media_image {
  padding: 0;
  border: 0;
}

.widget .nice-select,
.footer_widget .nice-select {
  float: none;
  border-radius: 0;
}

.widget .nice-select .option,
.footer_widget .nice-select .option {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.footer_widget .nice-select .option {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.widget .nice-select::after,
.footer_widget .nice-select::after {
  inset-inline-end: 18px;
}

.blog-area .post-comments ol ol,
.blog-area .post-comments ol ul,
.blog-area .post-comments ul ol,
.blog-area .post-comments ul ul {
  margin-bottom: 20px;
}

.blog-area .post-comments ol ol ol,
.blog-area .post-comments ol ul ul,
.blog-area .post-comments ul ol ol,
.blog-area .post-comments ul ul ul {
  margin-bottom: 0px;
}

.comments-text > ul,
.comments-text > ol {
  margin-bottom: 20px;
}

.paradox-page-content ol,
.paradox-page-content ul {
  padding-inline-start: 25px;
  margin-bottom: 25px;
}

.paradox-page-content .elementor-widget-container .sidebar__widget ol,
.paradox-page-content .elementor-widget-container .sidebar__widget ul {
  padding-inline-start: 0px;
  margin-bottom: 0px;
}

.paradox-page-content ol ol ol,
.paradox-page-content ol ul ul,
.paradox-page-content ul ol ol,
.paradox-page-content ul ul ul {
  margin-bottom: 0px;
}

.paradox-page-content ol ol,
.paradox-page-content ol ul,
.paradox-page-content ul ol,
.paradox-page-content ul ul {
  margin-bottom: 0;
}

.blog-area ol ol,
.blog-area ol ul,
.blog-area ul ol,
.blog-area ul ul {
  margin-bottom: 0;
}

.latest-comments .children li {
  list-style: none;
  margin-top: 5px;
}

.footer_widget.widget_recent_comments li a {
  display: unset;
}

.footer_widget ul li a {
  font-size: 16px;
  color: #afafaf;
  display: inline-block;
}

.footer_widget ul li a:hover {
  color: #ffffff;
}

.sidebar__widget-title.mb-50 {
  margin-bottom: 35px;
}

.postbox_text {
  border: 2px solid #ededed;
  padding-inline-start: 50px;
  padding-bottom: 50px;
  padding-inline-end: 40px;
  transition: 0.3s;
  padding-top: 40px;
}

.post-meta span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  text-transform: capitalize;
  margin-inline-end: 20px;
  font-size: 15px;
  display: inline-block;
  color: #747ca2;
}
.post-meta span i {
  color: #5355df;
  font-size: 14px;
  margin-inline-end: 2px;
}
.post-meta a {
  font-weight: 500;
  color: #747ca2;
}
.post-meta a:hover {
  color: #5355df;
}

.blog-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.widget-title-box {
  text-align: center;
}

.cm-btn {
  border: 0;
}

.cm-btn i {
  margin-inline-end: 3px;
}

.blog-post-tag span {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.blog-post-tag a {
  border: 2px solid #f6f6f6;
  padding: 12px 25px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #00235a;
  margin-inline-end: 5px;
  margin-top: 5px;
}
.blog-post-tag a:hover {
  background: #5355df;
  color: #fff;
  border-color: #5355df;
}

header ul,
footer ul {
  list-style: none;
}

.paradox-page-content .post-entry > p {
  margin: 32px 0;
  margin-top: 0;
}

.home_front_page .page_title__bread-crumb {
  display: none;
}

blockquote {
  margin: 35px 0px !important;
  padding: 40px;
  color: #5d636a;
  position: relative;
  background: #f3f4f8;
  font-style: normal;
  text-align: left;
  clear: both;
  font-weight: 400;
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  border: 1px solid #f3f4f8;
}

blockquote::before {
  content: "\f10e";
  position: static;
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
  color: #5355df;
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
}

blockquote cite {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  color: #070337;
  font-style: inherit;
  font-weight: 600;
}

blockquote cite::before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: #5355df;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-inline-end: 10px;
  position: relative;
}

.comments-box blockquote {
  background: #fff;
}

/*custom */
.single-post .page__title-content h2 {
  font-size: 55px;
}

.post_gallery .owl-nav div button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

.post_gallery .owl-nav div.owl-next button {
  left: auto;
  inset-inline-end: 35px;
}

.post_gallery .owl-nav div button:hover {
  background: #5355df;
  color: #fff;
}

.sidebar-posts-bg-thumb {
  height: 80px;
  width: 80px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  margin-inline-end: 10px;
}

.widget-post-title {
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #0F0E0E;
}
.widget-post-title a {
  color: inherit;
}
.widget-post-title:hover {
  color: #5355DF;
}

.rc-post .mb-20:last-child {
  margin: 0;
}

.rc-meta.widget-post-meta {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.blog-area .sidebar__widget ul {
  padding: 0;
  margin: 0;
}

.blog-area .recentcomments a::after {
  display: none;
}

.blog-area .sidebar__widget ul li {
  list-style: none;
  margin-bottom: 15px;
}

.blog-area .sidebar__widget ul ul {
  padding-inline-start: 10px;
  padding-top: 14px;
}

.blog-area .sidebar__widget ul li a {
  padding-inline-start: 20px;
  position: relative;
}

.blog-area .sidebar__widget ul li a:hover {
  color: #5355df;
}

.blog-area .sidebar__widget ul li a:hover::after {
  inset-inline-start: 5px;
}

.blog__item.sticky {
  position: relative !important;
}

.blog__item.sticky::before {
  position: absolute;
  content: "\f5a2";
  inset-inline-end: 25px;
  top: 25px;
  font-family: "Font Awesome 5 Pro";
  color: #5355df;
  font-size: 35px;
}

.blog__details-wrapper .blog-title {
  display: none;
}

.post-text.mb-20 {
  margin-bottom: 0;
}

.post-text h3 {
  color: #0F0E0E;
  font-size: 24px;
}

.blog__details__tag.tagcloud span {
  font-size: 16px;
  color: #0F0E0E;
  font-weight: 600;
}

.post-comments-title h2 {
  color: #0F0E0E;
}

.blog__details-wrapper .post-text.mb-20 p:last-child {
  margin-bottom: 0;
}

.services__widget.widget_bdevs_services_form_widget {
  padding-bottom: 25px;
}

.wpcf7-form-control.wpcf7-submit.f-btn.f-btn-3.w-100 {
  margin-bottom: 0;
}

.services__form p {
  margin: 0;
}

.widget_text.services__widget.widget_custom_html {
  padding: 0;
  background: none;
}

.social-links {
  margin-top: 20px;
}
.social-links a {
  margin-inline-end: 15px;
  font-size: 13px;
}

.custom-footer-2 {
  padding-inline-start: 30px;
}

.custom-footer-3 {
  padding-inline-start: 30px;
}

.post-comment-form {
  clear: both;
}

.footer__widget ul ul {
  padding-inline-start: 8px;
  padding-top: 4px;
}

.blog__details-wrapper .postbox__title {
  display: none;
}

.footer__widget .nice-select {
  float: none;
}

.footer__widget .nice-select .option {
  margin: 0 !important;
}

.footer_widget .nice-select .list {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
}

.widget .nice-select .list,
.footer_widget .nice-select .list {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
}

.nice-select::after {
  width: 5px;
}

.footer__widget.widget_text p {
  color: #a1a2ab;
}

.footer__widget cite {
  color: #a1a2ab;
}

.footer__widget.widget_search input:focus {
  border-color: transparent;
}

.single-post .bd-page-title .breadcrumb-title {
  font-size: 48px;
}

.post-input input,
.post-input textarea {
  height: 60px;
  width: 100%;
  border-radius: 6px;
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 20px;
  outline: none;
  color: #6a6a6a;
  margin-bottom: 20px;
  border: 2px solid var(--clr-common-border-2);
}

.post-input input::placeholder,
.post-input textarea::placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.post-input textarea {
  height: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  resize: none;
  line-height: 1;
}

.blog__details-wrapper .post-input input,
.blog__details-wrapper .post-input textarea {
  margin-bottom: 20px;
}

.logged-in-as {
  line-height: 1.6;
  margin-bottom: 15px;
}

.blog__details-wrapper .bd-blog-details-title {
  display: none;
}

.basic-pagination ul li span.page-numbers.dots {
  line-height: 50px;
}

.blog-area .bd-blog-meta ul {
  padding-inline-start: 0;
  margin-bottom: 0;
}

.bd-blog .bd-blog-meta {
  margin-bottom: 15px;
  line-height: 1;
}

.bd-blog-text {
  background: #ffffff;
  padding: 35px 40px;
  z-index: 1;
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.blocks-gallery-caption {
  margin-bottom: 40px;
}

.wp-block-pullquote {
  text-align: left;
}

.wp-block-quote {
  border: 0;
}

.wp-block-column .wp-block-quote {
  border-left: 0;
  padding-inline-end: 30px;
}

.wp-block-image figcaption {
  color: #777;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 27px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  display: inline-block;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 40px 30px !important;
  border-left: 3px solid #5355df !important;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 18px;
}

.wp-block-quote.has-text-align-right {
  padding: 40px 30px;
  border-right: 3px solid #5355df;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  color: #fff !important;
  border-radius: 0;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown.wp-block-categories select {
  width: 250px;
  height: 50px;
  padding: 0 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}

.wp-block-search .wp-block-search__label {
  font-size: 21px;
  text-transform: capitalize;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding-inline-start: 16px;
  margin-bottom: 26px;
  color: #0f0e0e;
  position: relative;
}

.wp-block-search .wp-block-search__label::before {
  inset-inline-start: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #5355df;
}

.ablog__sidebar .wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
  margin-bottom: 0px;
}

.wp-block-search .wp-block-search__button {
  display: none;
}

.post-text .wp-block-media-text__media img {
  margin: 0;
}

.widget .nice-select::after {
  margin-top: -3px;
}

.widget .nice-select.open .list,
.footer_widget .nice-select.open .list {
  width: 100%;
}

.footer_widget .nice-select {
  width: 100%;
  margin-bottom: 20px;
  float: none;
}
.footer_widget .nice-select::after {
  margin-top: -3px;
}

.footer_widget ul ul {
  padding-inline-start: 10px;
  padding-top: 10px;
}

.footer_widget ul li {
  color: #afafaf;
  font-weight: 400;
}
.footer_widget ul li:not(:last-child) {
  margin-bottom: 5px;
}

.widget_rss ul li a.rsswidget {
  font-weight: 600;
  color: #0f0e0e;
}

.widget_rss ul li a.rsswidget:hover {
  color: #5355df;
}

.footer_widget.widget_text p strong {
  font-weight: 500;
}

.footer_widget .tagcloud .tag-cloud-link {
  border: 1px solid #afafaf;
  color: #afafaf;
}

.footer_widget .tagcloud .tag-cloud-link:hover {
  border-color: transparent;
  color: #fff;
}

.page-template-default .post-input textarea {
  margin-bottom: 20px;
}

.bd-footer-info-logo img {
  width: 131px;
}

.bd-footer-logo-two img {
  width: 131px;
}

.header-sidebar-logo img {
  width: 131px;
}

.wp-block-tag-cloud a {
  display: inline-grid;
  margin: 7px 10px 7px 0;
  position: relative;
  background: transparent;
  z-index: 2;
  transition: 0.3s;
  text-transform: capitalize;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 18px;
  padding: 5px 10px;
  color: #5d636a;
  border-radius: 50px;
  border: 1px solid rgba(15, 14, 14, 0.1);
}
.wp-block-tag-cloud a:hover {
  color: #0f0e0e;
  border-color: #ffc961;
  background-color: #ffc961;
}

.footer_widget .wp-block-tag-cloud a {
  color: #afafaf;
  border: 1px solid #afafaf;
}
.footer_widget .wp-block-tag-cloud a:hover {
  color: #0f0e0e;
  border-color: #ffc961;
  background-color: #ffc961;
}

@media (max-width: 767px) {
  div.latest-comments ul li ul.children {
    padding-inline-start: 0;
  }
  .blog__wrapper.mr-35 {
    margin-inline-end: 0;
  }
  .blog__details-wrapper.mr-35 {
    margin-inline-end: 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__details-wrapper {
    margin-inline-end: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .blog__wrapper.mr-35 {
    margin-inline-end: 0;
  }
}

/*widget block*/
.widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li a:before,
.widget.widget_recent_comments ul li a:before,
.widget.widget_recent_entries ul li a:before,
.widget.widget_rss ul li a:before {
  display: none;
}

.widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li a,
.widget.widget_block .wp-block-latest-comments li a,
.widget.widget_recent_comments ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_rss ul li a {
  padding-inline-start: 0;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #012863;
}

.widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li a:hover,
.widget.widget_block .wp-block-latest-comments li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_rss ul li a:hover {
  color: #5355df;
}

.widget.widget_block h2 {
  font-size: 20px;
  position: relative;
  padding-bottom: 6px;
  font-weight: 600;
}

.widget.widget_block h2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #5355df;
}

.wp-block-archives-dropdown label {
  margin-bottom: 10px;
}

ul.wp-block-rss {
  list-style: none;
}

hr.wp-block-separator {
  opacity: 1;
}

.sidebar__widget .wp-block-social-links li a::after {
  display: none;
}

.sidebar__widget.widget_tag_cloud a {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 500;
  color: #53545b;
  background: #f3f4f8;
  border-radius: 4px;
  margin-inline-end: 8px;
  margin-bottom: 10px;
  border: 0;
}

.sidebar__widget.widget_tag_cloud a:hover {
  color: #ffffff;
  background: #5355df;
}

.sidebar__widget.widget_block h2 {
  font-size: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f0f0f5;
  margin-bottom: 35px;
}

.widget_block .wp-block-group__inner-container h2 {
  font-size: 21px;
  text-transform: capitalize;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding-inline-start: 16px;
  margin-bottom: 26px;
  color: #0f0e0e;
  position: relative;
}

.widget_block .wp-block-group__inner-container h2::before {
  inset-inline-start: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #5355df;
}

.wp-block-latest-comments__comment a:hover {
  color: #5355df;
}

.sidebar__widget .wp-block-search__label {
  font-size: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f0f0f5;
  margin-bottom: 35px;
}

.sidebar__widget .wp-block-search .wp-block-search__input {
  width: 100%;
  margin: 0;
  background: #f3f4f8;
  border: 0;
}

.sidebar__widget .wp-block-search .wp-block-search__button {
  background: #5355df;
}

/*footer block css*/
.footer_widget.widget_block h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding-inline-start: 0;
}

.footer_widget.widget_block h2::before {
  display: none;
}

.footer_widget.widget_block.widget_tag_cloud a {
  border: 1px solid #878787;
  color: #878787;
  border-radius: 6px;
}

.footer_widget.widget_block.widget_tag_cloud a:hover {
  border-color: transparent;
  color: #fff;
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #878787;
}

.footer_widget.widget_search .wp-block-search__label {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.footer_widget.widget_search .wp-block-search__label::before {
  display: none;
}

.footer_widget.widget_block .wp-block-latest-comments li a {
  font-size: 16px;
  font-weight: 400;
  color: #878787;
  display: inline-block;
  line-height: 1.5;
}

.footer_widget.widget_block .wp-block-latest-comments li a:hover {
  color: var(--clr-theme-1);
}

/*fadein custom*/
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

/*fadeInUp*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.widget_block .wp-block-latest-comments__comment-meta time {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: var(--clr-body-text);
}
.widget_block .wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: var(--clr-body-text);
}

.latest-comments ul li a:hover {
  color: #5355df;
}

.nice-select.open .list {
  width: 100%;
}

.nice-select::after {
  margin-top: -4px;
}

.ablog__sidebar .widget #wp-calendar caption {
  color: var(--clr-body-text);
}

.ablog__sidebar .widget #wp-calendar thead th {
  color: var(--clr-body-text);
}

.footer_widget .calendar_wrap .wp-calendar-nav-next a {
  color: #afafaf;
}

.search-wrap {
  display: none;
}

.home_front_page .breadcrumb-menu {
  display: none;
}

.home_front_page .page-title {
  margin-bottom: 5px;
}

.error__thumb h1 {
  color: var(--clr-common-color-red);
  font-size: 150px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
}

.error__content .error__title {
  color: var(--clr-common-heading);
  margin-bottom: 15px;
}

.error__thumb img {
  width: 80%;
}

a {
  color: inherit;
}
a:focus, a:hover {
  color: inherit;
}

.white-bg {
  background-color: #fff;
}

.admin-bar .site_header_1.top-space {
  margin-top: 32px;
}
.admin-bar .site_header_1.top-space.sticky {
  margin-top: 0;
}

.header_wrapper.menu_right {
  grid-template-columns: 25% auto;
}

.site_footer.style_3 .footer_widget_area {
  padding: 120px 0;
}

.blog_item .bd-blog-text {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.blog_item .post-text p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 30px;
}

.blog_item .item_image img {
  width: auto;
}

.blog_details .play-btn.popup-video,
.blog_item .play-btn.popup-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  color: #5355DF;
  background: #ffffff;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.swiper-slide.mblog_image {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 12px;
}

.swiper-blog-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #0F0E0E;
  background-color: #ffffff;
  z-index: 20;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.swiper-blog-button.slide-next {
  right: 20px;
}
.swiper-blog-button.slide-prev {
  left: 20px;
}
.swiper-blog-button:hover {
  color: #ffffff;
  background-color: #5355DF;
}

.blog_details .swiper-blog-button.slide-next {
  right: 40px;
}
.blog_details .swiper-blog-button.slide-prev {
  left: 40px;
}
.blog_details .details_image.post_gallery {
  padding: 20px 20px 0;
}

.bd-blog .bd-blog-meta {
  margin-bottom: 0px;
}

.bd-blog-meta ul {
  list-style: none;
}
.bd-blog-meta ul li {
  display: inline-block;
  margin-inline-end: 20px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .bd-blog-meta ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.bd-blog-meta ul li i {
  margin-inline-end: 8px;
  color: #5355DF;
}
.bd-blog-meta ul li:hover a {
  color: #5355DF;
}
.bd-blog-meta ul li a {
  color: inherit;
  font: inherit;
}

.tag-title.blog_item .item_title {
  word-break: break-all;
}

.post-text img {
  margin: 0;
}
.post-text blockquote {
  padding: 40px 30px;
  margin-bottom: 30px;
  background-color: #f1f1fc;
  border-radius: 12px;
  border-left: 3px solid #5355df;
}
.post-text blockquote::before {
  display: none;
}
.post-text blockquote h3 {
  font-size: 21px;
  color: #0F0E0E;
}
.post-text blockquote p {
  margin-bottom: 0 !important;
  color: #0F0E0E;
}
.post-text blockquote cite {
  font-size: 16px !important;
  color: #0F0E0E;
}
.post-text blockquote cite::before {
  content: "";
  width: 60px;
  height: 1px;
  margin-inline-end: 10px;
  display: inline-block;
  background-color: rgba(15, 14, 14, 0.1);
}

.bd-blog-meta .fas {
  font-family: "Font Awesome 5 Pro";
}

.blog_details .bd-blog-meta {
  margin-bottom: 20px;
}

.tagcloud a {
  display: inline-grid;
  margin: 7px 10px 7px 0;
  position: relative;
  background: transparent;
  z-index: 2;
  transition: 0.3s;
  text-transform: capitalize;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 18px;
  padding: 5px 10px;
  color: #5d636a;
  border-radius: 50px;
  border: 1px solid rgba(15, 14, 14, 0.1);
}
.tagcloud a:hover {
  color: #0f0e0e;
  border-color: #ffc961;
  background-color: #ffc961;
}

.blog__details__tag {
  margin-top: 20px;
  padding-top: 10px;
}

.post-comment-form {
  padding: 40px 40px 40px;
  border-radius: 12px;
  background-color: #F1F1FC;
}

.post-input {
  position: relative;
  margin-bottom: 15px;
}
.post-input input,
.post-input textarea {
  width: 100%;
  font-size: 16px;
  color: #5D636A;
  caret-color: #5355DF;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(83, 85, 223, 0.2);
}
.post-input input:focus,
.post-input textarea:focus {
  box-shadow: none;
  border-color: #5355DF;
}
.post-input input::placeholder,
.post-input textarea::placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 16px;
}
.post-input input {
  height: 60px;
  padding: 0 20px;
}

.post-comments-title h2 {
  font-size: 28px;
  line-height: 38px;
}
.post-comments-title h2 small {
  color: #5355DF;
}
.post-comments-title h2 small a {
  color: inherit;
}

.logged-in-as {
  line-height: 1.5;
  margin-top: -15px;
}

.logged-in-as a {
  color: #0F0E0E;
}
.logged-in-as a:hover {
  color: #5355DF;
}

.sidebar-search-form {
  position: relative;
  display: flex;
  align-items: center;
}
.sidebar-search-form input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  caret-color: #5355DF;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(83, 85, 223, 0.2);
}
.sidebar-search-form input:focus {
  box-shadow: none;
  border-color: #5355DF;
}
.sidebar-search-form input::placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 16px;
}
.sidebar-search-form button {
  font-size: 18px;
  color: #ffffff;
  right: 0px;
  width: 60px;
  height: 60px;
  border-radius: 0 12px 12px 0;
  background-color: #5355DF;
}

.sidebar_widget:not(:last-child) {
  margin-bottom: 45px;
}

.sidebar_widget ul {
  list-style: none;
  margin-bottom: 0;
}
.sidebar_widget ul li:not(:last-child) {
  margin-bottom: 14px;
}
.sidebar_widget ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #5d636a;
}
.sidebar_widget ul li a:hover {
  color: #0F0E0E;
}

.basic-pagination ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
}

.basic-pagination ul li a,
.basic-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #0F0E0E;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.basic-pagination ul li a:hover,
.basic-pagination ul li span:hover {
  color: #ffffff;
  background-color: #5355DF;
}

.basic-pagination ul li span.current {
  color: #ffffff;
  background-color: #5355DF;
}

.basic-pagination ul li span.page-numbers.dots {
  line-height: 33px;
}

.no-results.not-found {
  background: #F1F1FC;
  border: 0;
  border-radius: 12px;
}

.page-header h1 {
  font-weight: 700;
}

.error_section {
  padding: 100px 0 120px;
}

.comments-box,
.blog__author {
  padding: 40px;
  margin-bottom: 50px;
  border-radius: 12px;
  background-color: #F1F1FC;
  gap: 30px 15px;
}
@media (max-width: 575px) {
  .comments-box,
  .blog__author {
    padding: 30px;
    gap: 20px 15px;
    margin-bottom: 30px;
  }
}
@media (max-width:450px) {
  .comments-box,
  .blog__author {
    flex-wrap: wrap;
  }
}

.comments-box {
  display: flex;
}

.comments-avatar,
.blog__author-thumb {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  overflow: hidden;
  border-radius: 100%;
}

.comments-text h5,
.blog__author-content h5 {
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.comments-text h5 a,
.blog__author-content h5 a {
  color: inherit;
}
.comments-text span,
.blog__author-content span {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #5355DF;
}
.comments-text p,
.blog__author-content p {
  font-size: 17px;
  line-height: 27px;
}

.comment-reply-link {
  font-size: 16px;
  color: #0F0E0E;
}

.latest-comments ul li a:hover {
  color: #5355DF;
}

.sidebar_widget.widget_categories,
.sidebar_widget.widget_archive {
  display: flow-root;
}

.site_header .elementor-container.elementor-column-gap-default {
  max-width: 1480px !important;
}

.site_header {
  position: absolute !important;
}

.admin-bar .site_header {
  margin-top: 32px;
}
.admin-bar .side-info {
  margin-top: 32px;
}

.site_header_2 .generic-main-menu ul li a::before {
  background-color: #FF7F50 !important;
}

.site_header_3 .generic-main-menu ul li a::before {
  background-color: #FFC961 !important;
}

.generic-main-menu ul {
  margin-bottom: 0;
}
.generic-main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 35px;
  /* sub-menu css start */
  /* mega menu start */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .generic-main-menu ul li {
    margin-inline-end: 30px;
  }
}
.generic-main-menu ul li:last-child {
  margin-inline-end: 0;
}
.generic-main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #0F0E0E;
  padding: 35px 0;
  text-align: left;
  position: relative;
}
.generic-main-menu ul li a::before {
  content: "";
  margin-inline-end: 12px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 6px;
  height: 6px;
  left: 700.14px;
  top: 50.76px;
  background: #5355DF;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
}
.generic-main-menu ul li.has-dropdown > a {
  position: relative;
}
.generic-main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 14px;
  color: var(--tp-common-white);
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-inline-start: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.generic-main-menu ul li.has-mega-menu {
  position: static;
}
.generic-main-menu ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #ffffff;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  padding: 34px 25px 15px !important;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid #d9d9d9;
}
.generic-main-menu ul li .sub-menu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.generic-main-menu ul li .sub-menu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  color: #0F0E0E;
}
.generic-main-menu ul li .sub-menu li a {
  position: relative;
  z-index: 11;
  color: #0F0E0E;
  font-weight: 600;
  font-size: 14px;
  padding: 0 25px;
  padding-bottom: 0px;
  padding-inline-start: 30px;
  padding-bottom: 7px;
  width: 100%;
}
.generic-main-menu ul li .sub-menu li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: #5355DF;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.generic-main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.generic-main-menu ul li .sub-menu li:hover > a {
  color: #5355DF;
  padding-inline-start: 18px !important;
}
.generic-main-menu ul li .sub-menu li:hover > a::before {
  width: 12px;
}
.generic-main-menu ul li .sub-menu li:hover > a::after {
  color: #0F0E0E;
}
.generic-main-menu ul li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.generic-main-menu ul li .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 35px 225px;
  background: #ffffff;
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  z-index: 99;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .generic-main-menu ul li .mega-menu {
    padding: 25px 25px;
    padding-inline-start: 100px;
  }
}
.generic-main-menu ul li .mega-menu li {
  float: left;
  width: 25%;
  margin-inline-end: 0;
  text-align: left;
}
.generic-main-menu ul li .mega-menu li .mega-menu-title {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  cursor: text;
  padding: 0;
  display: inline-block;
  margin-bottom: 10px;
}
.generic-main-menu ul li .mega-menu li .mega-menu-title::before {
  display: none;
}
.generic-main-menu ul li .mega-menu li ul li {
  width: 100%;
  float: none;
  margin-bottom: 3.5px;
}
.generic-main-menu ul li .mega-menu li ul li:last-child {
  margin-bottom: 0;
}
.generic-main-menu ul li .mega-menu li ul li a {
  font-weight: 500;
  font-size: 15px;
  color: #5d636a;
  padding: 0;
  position: relative;
}
.generic-main-menu ul li .mega-menu li ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: #5355DF;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.generic-main-menu ul li .mega-menu li:hover > .mega-menu-title {
  color: #5355DF;
  padding-inline-start: 0;
}
.generic-main-menu ul li .mega-menu li:hover > a {
  color: #5355DF;
  padding-inline-start: 18px;
}
.generic-main-menu ul li .mega-menu li:hover > a::before {
  width: 12px;
}
.generic-main-menu ul li:hover > a {
  color: #5355DF;
}
.generic-main-menu ul li:hover > a:before {
  opacity: 1;
}
.generic-main-menu ul li:hover > a::after {
  color: #5355DF;
}
.generic-main-menu ul li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.generic-main-menu ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
}
.generic-main-menu-2 ul li a::before {
  background: #FF7F50;
}
.generic-main-menu-2 ul li .sub-menu li a:hover {
  color: #FF7F50;
}
.generic-main-menu-2 ul li .sub-menu li a:hover::before {
  background: #FF7F50;
}
.generic-main-menu-2 ul li .sub-menu li.has-dropdown > a::after {
  background: #FF7F50;
}
.generic-main-menu-2 ul li .sub-menu li.has-dropdown:hover > a::after {
  color: #FF7F50;
}
.generic-main-menu-2 ul li .mega-menu li ul li:hover > a {
  color: #FF7F50;
}
.generic-main-menu-2 ul li .mega-menu li ul li:hover > a::before {
  background: #FF7F50;
}
.generic-main-menu-2 ul li .mega-menu li:hover > .mega-menu-title {
  color: #FF7F50;
}
.generic-main-menu-2 ul li:hover > a {
  color: #FF7F50;
}
.generic-main-menu-2 ul li:hover > a::after {
  color: #FF7F50;
}
.generic-main-menu-3 ul li a {
  color: #ffffff;
}
.generic-main-menu-3 ul li a:before {
  background: #FFC961;
}
.generic-main-menu-3 ul li .sub-menu li a:hover {
  color: #FFC961;
}
.generic-main-menu-3 ul li .sub-menu li a:hover::before {
  background: #FFC961;
}
.generic-main-menu-3 ul li .sub-menu li.has-dropdown > a::after {
  background: #FFC961;
}
.generic-main-menu-3 ul li .sub-menu li.has-dropdown:hover > a::after {
  color: #FFC961;
}
.generic-main-menu-3 ul li .mega-menu li ul li:hover > a {
  color: #FFC961;
}
.generic-main-menu-3 ul li .mega-menu li ul li:hover > a::before {
  background: #FFC961;
}
.generic-main-menu-3 ul li .mega-menu li:hover > .mega-menu-title {
  color: #FFC961;
}
.generic-main-menu-3 ul li:hover > a {
  color: #FFC961;
}
.generic-main-menu-3 ul li:hover > a::after {
  color: #FFC961;
}
.generic-main-menu-4 ul li a {
  padding: 30px 0;
}

.site_header .bdevs-generic-el .generic-main-menu ul li.menu-item-has-children > a::after {
  content: "\f107";
}

.footer-social-icon .elementor-icon {
  display: inline-flex !important;
}

.location-link .elementor-image-box-title:hover {
  color: #5355DF !important;
}

.wpcf7-form.init p {
  margin: 0;
}

.wpcf7-form .form-check {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .admin-bar .site_header.sticky {
    margin-top: 0px;
  }
}

@media (max-width: 600px) {
  .admin-bar .site_header.sticky .side-info {
    margin-top: 0px;
  }
}

.site_header_4.sticky .content_box {
  box-shadow: none !important;
}

@media (max-width: 1024px) {
  .pd-footer-four .elementor-column.elementor-col-25 {
    width: 50% !important;
  }
  .pd-footer-two .elementor-column.elementor-col-50 {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .pd-footer-four .elementor-column.elementor-col-25 {
    width: 100% !important;
  }
  .pd-footer-two .elementor-column.elementor-col-50 {
    width: 100% !important;
  }
}
.breadcrumb-menu > nav span:first-child a {
  color: #5355DF;
}
.breadcrumb-menu > nav span a {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #000000;
}
.breadcrumb-menu > nav span.dvdr {
  padding: 0 6px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.calltoaction_section.style_6 {
  background-image: linear-gradient(0deg, rgba(83, 85, 223, 0.1) 50%, transparent 0%);
}

.service_item.style_1 .item_icon i {
  color: #5355DF;
  font-size: 60px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service_item.style_1:hover .item_icon i {
  color: #fff;
}

.service_item.style_2 .item_icon i {
  color: #5355DF;
  font-size: 80px;
}

.service_items_grouped .service_item.style_4 .item_icon i {
  font-size: 60px;
  color: #fff;
}

.el-pd-service-06 .carousel_item .service_item .item_icon {
  background-color: #FABB66;
}

.el-service-two-img {
  position: relative;
  min-height: 91px;
  display: flex;
  justify-content: center;
  transition: 0.3s linear;
}
.el-service-two-img img {
  position: absolute;
  transition: 0.3s linear;
}
.el-service-two-img .el-service-hover-img {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
}

.el-service-item .service-item_icon i {
  margin-bottom: 35px;
  font-size: 60px;
  color: #5355DF;
  transition: 0.3s;
}
.el-service-item:hover .service-item_icon i {
  color: #fff;
}
.el-service-item:hover .el-service-hover-img {
  opacity: 1;
  visibility: visible;
}
.el-service-item:hover .el-service-normal-img {
  opacity: 0;
  visibility: hidden;
}

.review_item.style_1 .quote_icon {
  max-width: 78px;
  max-height: 45px;
}

.bdevs-el-slide-rotation:hover .el-service-hover-img {
  opacity: 1;
  visibility: visible;
}
.bdevs-el-slide-rotation:hover .el-service-normal-img {
  opacity: 0;
  visibility: hidden;
}

.service_item.style_4.el-service-item:hover .service-item_img {
  transform: translateY(-3px) translate3d(0, -3px, 0);
}

.paralaxefect-8 .col:nth-child(2n) {
  transform: translateY(-40px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .paralaxefect-8 .col:nth-child(2n) {
    transform: translateY(0px);
  }
}

.pricing_item .pricing__badge {
  font-size: 13px;
  font-weight: 700;
  background: #ffc961;
  color: #0f0e0e;
  text-transform: uppercase;
  display: flex;
  align-items: end;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: -85px;
  transform: rotate(46deg);
  padding: 8px 35px;
  width: 250px;
}

.pricing_item .pricing-bg-imag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.progress_item .progress_bar {
  transition: width 0.7s ease;
}

.progress_item .progress_bar span {
  width: 50%;
}

.bdevs-generic-el .generic-main-menu ul li.menu-last .sub-menu {
  left: 0 !important;
  right: auto !important;
}

.service_item.style_1 .item_details_btn .btn_icon {
  transform: rotate(45deg);
  opacity: 0;
}

.service_item.style_1 .item_details_btn:hover .btn_icon {
  transform: rotate(0);
}

.service_item.style_1.el-service-item.bdevs-el-slide-item:hover .item_details_btn .btn_icon {
  opacity: 1;
}

.bdevs-generic-el .generic-el-side-info-contact-icon i {
  padding: 0 !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  min-width: 50px;
}

.side-info {
  width: 450px;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .side-info {
    width: 300px;
  }
}

.bdevs-generic-el .generic-el-contact-info-social {
  margin-bottom: 45px;
}

.offcanvas-overlay.overlay-open {
  background: #0F0E0E;
  opacity: 0.8;
}

.small_newsletter_form input::placeholder {
  color: #a8a8a8;
  font-size: 15px;
}

.banner__title h2 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -2px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__title h2 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__title h2 {
    font-size: 66px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__title h2 {
    font-size: 55px;
  }
}
@media (max-width:450px) {
  .banner__title h2 {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .banner__batch-shape {
    text-align: center;
  }
}

.banner__batch-shape a {
  display: inline-block;
  width: 180px;
  height: 180px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  border: 1px solid #B4B4C1;
  transition: 0.3s linear;
  font-weight: 700;
  letter-spacing: 1px;
}
.banner__batch-shape a svg {
  animation: rotate-infinite 15s linear infinite;
}
.banner__batch-shape a .btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  font-size: 30px;
  color: #fff;
  transform: translate(-50%, -50%);
  transition: 0.3s linear;
}
.banner__batch-shape a .btn-icon i {
  transition: 0.3s linear;
  transform: rotate(45deg);
}
.banner__batch-shape a:hover .btn-icon {
  background: #ffc961;
  color: #000;
}
.banner__batch-shape a:hover .btn-icon i {
  transform: rotate(0deg);
}
@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fact__area.dark__bg {
  padding-bottom: 80px;
}

.fact__pattern {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.fact__pattern img {
  max-width: 100%;
}
.fact__thumb {
  min-height: 560px;
  margin-right: -315px;
  overflow: hidden;
  min-height: 560px;
  border-radius: 0;
  margin-right: -315px;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fact__thumb {
    border-radius: 0px;
    margin-right: 0px;
    background-attachment: inherit;
    background-position: center center;
  }
}
.fact__content span {
  font-size: 85px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media (max-width:450px) {
  .fact__content span {
    font-size: 40px;
  }
}
.fact__content .plus {
  position: relative;
  top: 0px;
  color: #ffc961;
  font-weight: 600;
  font-size: 60px;
}
.fact__title {
  color: #fff;
  opacity: 70%;
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 0.7px;
}
.fact__title-2 {
  background: -webkit-linear-gradient(0deg, #936dd5 0%, #000000 100%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fact__title-2 p {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 575px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fact__title-2 p {
    font-size: 20px;
  }
}
.fact__reating {
  position: relative;
  margin-top: -147px;
  min-width: 200px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fact__reating {
    margin-top: 0;
  }
}
.fact__reating-inner {
  background: #fff;
  text-align: center;
  padding: 35px 30px 35px;
  border-radius: 10px;
}
.fact__reating-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.fact__reating-content h5 {
  font-size: 12px;
  font-weight: 700;
  margin-top: 8px;
}
.fact__reating-content h5 span {
  color: #5355DF;
}
.fact__user-icon {
  margin-left: -20px;
}
.fact__user-icon img {
  margin-right: -20px;
}
.fact__inner {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fact__inner {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.fact__map {
  position: absolute;
  right: 7%;
  z-index: -1;
  top: 65px;
}
.fact__info-features {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  gap: 48px;
  flex-wrap: wrap;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fact__info-features {
    flex-direction: row;
  }
}
.fact__info-content span {
  font-size: 60px;
  color: #FABB66;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 13px;
  line-height: 1;
  margin-bottom: 8px;
}
.fact__info-content p {
  margin-bottom: 0;
  color: #fff;
  line-height: 30px;
  opacity: 70%;
}
.fact__info-content.s-2 span {
  color: #5355DF;
}

.fact__area.fact__area-home-7 {
  background-color: #5355DF;
}

.dark__bg {
  background-color: #0a1405;
}

.fact__area .fact__thumb.include__bg {
  margin-bottom: 80px;
}

.about__spacing {
  padding-top: 140px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about__spacing {
    padding-bottom: 115px;
  }
}
.about__bg {
  position: relative;
  z-index: 5;
}
.about__bg:before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #f5f5f9;
  min-height: 650px;
  top: 0;
  left: 0;
  z-index: -1;
}
.about__left {
  margin-right: 60px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__left {
    margin-right: 0px;
  }
}
.about__thumb-1 {
  margin-right: -20px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__thumb-2 img {
    width: 100%;
  }
}
.about__thumb-5 img {
  border-radius: 6px;
  max-width: 100%;
}
.about__thumb-wrapper {
  position: relative;
  margin-inline-end: 70px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about__thumb-wrapper {
    margin-bottom: 0px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__thumb-wrapper {
    margin-right: 0;
  }
}
.about__thumb-wrapper-5 {
  position: relative;
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__thumb-wrapper-5 {
    padding-right: 30px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about__thumb-wrapper-5 {
    padding-right: 0px;
  }
}
.about__features-wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 135px;
  padding-inline-start: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__features-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__features-wrapper {
    padding-left: 0px;
    margin-bottom: 30px;
  }
}
.about__features-item {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 35px;
  align-items: center;
}
@media (max-width: 575px) {
  .about__features-item {
    flex-direction: column;
  }
}
.about__features-item:last-child {
  padding-bottom: 0;
  border: 0;
}
.about__features-item .about__features-icon img {
  width: 85px;
  filter: opacity(1) drop-shadow(1px 0px black);
}
.about__features-content h3 a {
  font-size: 24px;
  margin-bottom: 15px;
  display: block;
}
.about__features-content h3 a:hover {
  color: #5355df;
}
@media (max-width:450px) {
  .about__features-content h3 a {
    font-size: 20px;
  }
}
.about__features-content p {
  margin-bottom: 0;
  font-size: 16px;
}
.about__features-icon {
  margin-top: 0;
  position: relative;
  width: 97px;
  height: 95px;
  background: #ffc961;
  display: flex;
  padding: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.about__experience {
  display: flex;
  align-items: center;
  max-width: 400px;
  justify-content: space-between;
}
.about__experience-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.about__experience-inner span {
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  color: #5355df;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about__experience-inner span {
    font-size: 100px;
  }
}
.about__experience-inner h3 {
  font-size: 24px;
}
.about__experience-arrrow i {
  transform: rotate(45deg);
  color: #5355df;
  font-size: 18px;
}
.about__card img {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about__card img {
    left: 0;
  }
}
@media (max-width: 575px) {
  .about__card img {
    display: none;
  }
}
.about__shape {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__shape {
    display: none;
  }
}
.about__shape span {
  width: 100px;
  height: 100px;
  background-color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 50%;
  position: relative;
}
.about__shape span:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 50%;
  left: -10px;
  top: -10px;
}
.about__shape span i {
  color: #ffc961;
}
.about__shape-1 {
  position: absolute;
  right: 60px;
  bottom: 70px;
  -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
  -moz-animation: hero-thumb-animation 2s linear infinite alternate;
  -o-animation: hero-thumb-animation 2s linear infinite alternate;
  animation: hero-thumb-animation 2s linear infinite alternate;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about__shape-1 {
    right: 0;
    bottom: 0;
  }
}
.about__discount-item {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.about__discount-text h2 {
  font-size: 60px;
  font-weight: 700;
  color: #5355df;
  line-height: 1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about__discount-text h2 {
    font-size: 50px;
  }
}
.about__discount-text span {
  font-size: 16px;
  font-weight: 700;
}
.about__award {
  background-color: #fff;
  display: inline-block;
  padding: 40px 25px 35px;
  text-align: center;
  position: absolute;
  top: 47px;
  left: -70px;
  border-radius: 10px;
  z-index: 5;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about__award {
    display: none;
  }
}
.about__cercle {
  width: 98px;
  height: 98px;
  background-color: #F5EFFF;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.about__content h2 {
  font-size: 60px;
  line-height: 1;
  padding: 12px 0 5px;
}
.about__content span {
  font-size: 16px;
  color: var(--clr-text-2);
}
.about__content-wrapper-5 {
  padding-left: 15px;
  padding-right: 45px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__content-wrapper-5 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.about__content-wrapper-5 > p {
  font-size: 18px;
  margin-bottom: 40px;
}
.about__service-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 575px) {
  .about__service-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about__service-icon {
  width: 50px;
  height: 50px;
  background-color: #5355df;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.about__service-content h5 {
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .about__service-content h5 br {
    display: none;
  }
}
.about__service-item {
  background-color: #fff;
  align-items: center;
  border-radius: 6px;
  display: flex;
  padding: 20px 20px;
  justify-content: space-between;
}
.about__service-item:nth-child(n+3) {
  margin-right: -20px;
  margin-left: 20px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about__service-item:nth-child(n+3) {
    margin-left: 0;
    margin-right: 0;
  }
}

.about__features-wrapper .bdevs-el-desc span {
  display: block;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8823529412);
  margin-top: 20px;
  letter-spacing: -0.4px;
}

.about__area.about__bg {
  padding-bottom: 80px;
}

.about__area .section_heading h3 {
  margin-bottom: 0;
  line-height: 1.2;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__area .section_heading h3 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__area .section_heading h3 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .about__area .section_heading h3 {
    font-size: 32px;
  }
}

.about__info-wrapper .section_heading {
  margin-bottom: 35px;
}
.about__info-wrapper .section_heading .heading_subtitle {
  margin-bottom: 15px;
}

.portfolio__item {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 18px 0;
  transition: all 0.3s ease-out 0s;
  opacity: 1;
}
.portfolio__item .portfolio__inner {
  display: flex;
  align-items: last baseline;
  gap: 30px;
}
.portfolio__item .portfolio__number span {
  font-size: 22px;
  font-weight: 700;
  color: #0f0e0e;
}
.portfolio__item .portfolio__content .item_title {
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}
.portfolio__item .portfolio__tag {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.portfolio__item .portfolio__tag span {
  display: inline-block;
}
.portfolio__item .portfolio__tag span a {
  background-color: #f1f1f1;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 10px 6px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 1px;
}
.portfolio__item .portfolio__tag span a:hover {
  background-color: #5355DF;
  color: #fff;
}
.portfolio__item:hover {
  border-bottom-color: #5355DF;
}
.portfolio__item:hover .portfolio__number span {
  color: #5355DF;
}
.portfolio__item:hover .item_title a {
  color: #5355DF;
}

.grey__bg {
  background-color: #f5f5f9;
}

.team__item {
  transition: 0.3s linear;
}
.team__item:hover .team__thumb img, .team__item.active .team__thumb img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.team__item:hover .team__thumb::before, .team__item.active .team__thumb::before {
  opacity: 0;
}
.team__item:hover .team__social-wrapper .team__social-btn button, .team__item.active .team__social-wrapper .team__social-btn button {
  border-radius: 0px 0px 6px 6px;
  background: #ffc961;
  transition: 0.3s liner;
}
.team__item:hover .team__social-wrapper .team__social-link, .team__item.active .team__social-wrapper .team__social-link {
  opacity: 1;
  visibility: visible;
  bottom: 60px;
}
.team__item-2:hover .team__thumb-2::before {
  opacity: 0.902;
  visibility: visible;
  bottom: 0;
}
.team__item-2:hover .team__social-link-2 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.team__thumb {
  position: relative;
  overflow: hidden;
}
.team__thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}
.team__thumb img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease-out 0s;
}
.team__thumb-2 {
  position: relative;
  margin-bottom: 35px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.team__thumb-2 img {
  width: 100%;
}
.team__thumb-2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #5355DF;
  bottom: -100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team__content {
  padding-top: 30px;
  padding-inline-start: 40px;
  max-width: 395px;
}
@media (max-width: 575px) {
  .team__content {
    padding-left: 30px;
  }
}
.team__content .admin_name {
  font-size: 22px;
  margin-bottom: 3px;
}
.team__content span {
  font-size: 15px;
  font-weight: 700;
  color: #0F0E0E;
  display: inline-block;
  margin-bottom: 10px;
}
.team__content h3 a {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}
.team__content h3 a:hover {
  color: #5355DF;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 575px) {
  .team__content h3 a {
    font-size: 26px;
  }
}
.team__content p {
  margin-bottom: 0;
}
.team__content-2 span {
  font-size: 14px;
  color: #5355df;
  margin-bottom: 3px;
  display: block;
}
.team__content-2 h3 a {
  font-size: 24px;
}
.team__content-2 h3 a:hover {
  color: #5355df;
}
.team__social-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 5;
}
.team__social-wrapper:hover .team__social-link {
  opacity: 1;
  visibility: visible;
  bottom: 60px;
}
.team__social-wrapper:hover .team__social-btn button {
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -o-border-radius: 0px 0px 6px 6px;
  -ms-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  background: #ffc961;
}
.team__social-wrapper:hover .team__social-btn button i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 18px;
}
.team__social-btn button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: block;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
  -ms-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  transition: 0.3s liner;
}
.team__social-btn button i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 18px;
}
.team__social-btn button:hover {
  background: #ffc961;
}
.team__social-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  flex-direction: column;
  text-align: center;
  background: #ffc961;
  padding-top: 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -o-border-radius: 6px 6px 0px 0px;
  -ms-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0px;
  width: 100%;
  transition-delay: 0.25s;
  overflow: hidden;
}
.team__social-link a {
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #0a1405;
  background: #ffc961;
}
.team__social-link a:hover {
  color: #5355DF;
  background: #fff;
}
.team__social-link-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  display: flex;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team__social-link-2 a {
  font-size: 16px;
  color: #fff;
}
.team__social-link-2 a:hover {
  color: #0f0e0e;
}

.testimonial__main-wrapper {
  background: #fff;
  padding: 100px 100px 90px;
  border-radius: 20px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__main-wrapper {
    padding: 100px 50px 90px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__main-wrapper {
    padding: 50px 30px 40px;
  }
}
.testimonial__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__inner {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) and (min-width: 768px) and (max-width: 991px) {
  .testimonial__inner {
    gap: 45px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__icon img {
    max-width: 120px;
  }
}
.testimonial__content p {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #0F0E0E;
  margin-bottom: 55px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__content p {
    font-size: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__content p {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__content p {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .testimonial__content p {
    font-size: 24px;
  }
}
.testimonial__avater {
  padding-top: 40px;
  border-top: 1px solid #f2f2f2;
}
.testimonial__avater-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #f2f2f2;
  align-items: center;
  flex-wrap: wrap;
}
.testimonial__avater-wrapper-3 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .testimonial__avater-wrapper-3 {
    flex-wrap: wrap;
  }
}
.testimonial__avater-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  gap: 20px;
}
.testimonial__avater-info span {
  font-size: 14px;
  font-weight: 700;
  color: #5355df;
  border-bottom: 2px solid #d7c8f0;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 1;
}
.testimonial__avater-info h3 {
  font-size: 24px;
}
@media (max-width: 575px) {
  .testimonial__avater-info h3 {
    font-size: 18px;
  }
}
.testimonial__avater-info.s-2 span {
  border-bottom: none;
}
@media (max-width: 575px) {
  .testimonial__avater-signature {
    margin-left: 66px;
    margin-top: 15px;
  }
}
.testimonial__wrapper-2 {
  background-color: #fff;
  padding: 45px 50px 45px;
}
@media (max-width: 575px) {
  .testimonial__wrapper-2 {
    padding: 45px 20px 45px;
  }
}
@media (max-width: 575px) {
  .testimonial__wrapper-2 {
    padding: 45px 20px 45px;
  }
}
.testimonial__wrapper-2.style-2 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 575px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__wrapper-2.style-2 {
    padding: 45px 30px 45px;
  }
}
.testimonial__wrapper-3 {
  background-color: #fff;
  border-radius: 6px;
  padding: 60px 60px 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__wrapper-3 {
    padding: 60px 45px 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__wrapper-3 {
    padding: 50px 30px 35px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__wrapper-3 {
    padding: 35px;
  }
}
.testimonial__reating span {
  font-size: 14px;
  color: #5355df;
  margin-bottom: 15px;
  display: inline-block;
}
.testimonial__title-2 {
  font-size: 20px;
  color: #0F0E0E;
  line-height: 36px;
  margin-bottom: 20px;
}
.testimonial__title-3 {
  font-size: 36px;
  line-height: 1.4;
  color: #0F0E0E;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .testimonial__title-3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__title-3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .testimonial__title-3 {
    font-size: 24px;
  }
}
.testimonial__area-gap {
  margin: 0 80px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__area-gap {
    margin: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.testimonial__user-wrapper {
  margin-right: 70px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__user-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__user-wrapper {
    margin-bottom: 40px;
  }
}
.testimonial__user-slide {
  margin-left: 40px;
  margin-top: -75px;
  margin-bottom: -75px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__user-slide {
    margin-left: 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__user-slide {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.testimonial__navigation {
  position: absolute;
  right: -90px;
  top: 50%;
  -webkit-transition: all translateY(-50%) ease-out 0s;
  -moz-transition: all translateY(-50%) ease-out 0s;
  -ms-transition: all translateY(-50%) ease-out 0s;
  -o-transition: all translateY(-50%) ease-out 0s;
  transition: all translateY(-50%) ease-out 0s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__navigation {
    right: -70px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__navigation {
    display: none;
  }
}
.testimonial__navigation button {
  font-size: 30px;
  color: #5D636A;
}
.testimonial__navigation button:hover {
  color: #0F0E0E;
}
.testimonial__navigation-4 {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}
.testimonial__navigation-4 button {
  width: 60px;
  height: 60px;
  border: 2px solid rgba(15, 14, 14, 0.1);
  border-radius: 6px;
}
.testimonial__navigation-4 button:hover {
  color: rgba(15, 14, 14, 0.1);
  background-color: #fff;
  border-color: #fff;
}
.testimonial__wrapper-2 .slick-slide {
  padding: 0 15px;
}

.brand__wrapper {
  padding: 35px 0;
  border-top: 1px solid #e1e1eb;
  border-bottom: 1px solid #e1e1eb;
  margin-bottom: 35px;
}
.brand__wrapper .brand__item img {
  opacity: 30%;
  transition: all 0.3s ease-out 0s;
  text-align: center;
}
.brand__wrapper .brand__item img:hover {
  opacity: 1;
}

.include__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.video__bg {
  position: relative;
  z-index: 5;
  padding: 200px 0;
}
.video__bg-2 {
  position: relative;
  z-index: 5;
}
.video__bg-2:before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #0f0e0e;
  min-height: 890px;
  z-index: -1;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .video__bg-2:before {
    min-height: 85%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .video__bg-2:before {
    min-height: 90%;
  }
}
.video__bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0f0e0e;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
}
.video__user-1 {
  position: absolute;
  top: -90px;
  left: 5px;
}
.video__user-2 {
  position: absolute;
  bottom: -70px;
  left: 9.2%;
}
.video__user-3 {
  position: absolute;
  right: 22%;
  top: -120px;
}
.video__user-4 {
  position: absolute;
  right: -12.5%;
  top: -10px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .video__user-4 {
    right: 0;
  }
}
.video__user-5 {
  position: absolute;
  bottom: -100px;
  right: -16%;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .video__user-5 {
    right: 0;
  }
}
.video__wrapper-2 {
  margin-top: -120px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .video__wrapper-2 {
    margin-top: 0;
  }
}

.video__main-wrapper {
  position: relative;
}

.scaleup__animation {
  animation: hero-thumb-animation 2s linear infinite alternate;
}

@media (max-width: 575px) {
  .video__btn {
    padding-top: 80px;
  }
}

@keyframes hero-thumb-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.play__effect {
  z-index: 1;
  width: 120px;
  height: 120px;
  font-size: 20px;
  position: relative;
  color: #ffffff;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  box-shadow: 0 0 0 1px #ffffff;
  border: 1px solid #fff;
}
.play__effect::before, .play__effect::after {
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: scale(0.4);
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.play__effect::before {
  background-color: #5355df;
}
.play__effect::after {
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.play__effect i {
  position: relative;
  z-index: 9;
}
.play__effect:hover {
  backdrop-filter: blur(14px);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.play__effect:hover::before {
  opacity: 1;
  transform: scale(0.49);
  transition-delay: 0.2s;
  z-index: 2;
}
.play__effect:hover::after {
  opacity: 1;
  transform: scale(0.75);
}
.play__effect:hover i {
  color: #fff;
}

.services__cta-3-title.bd-video-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 35px 0 0 0;
  text-transform: capitalize;
}

/*----------------------------------------*/
/*   FAQ CSS START
/*----------------------------------------*/
.faq__title h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.faq__thumb-wrapper {
  position: relative;
  z-index: 5;
  margin-right: 50px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .faq__thumb-wrapper {
    margin-right: 0;
  }
}
.faq__thumb-1 {
  position: absolute;
  z-index: -1;
  top: -70px;
  animation: hero-thumb-sm-3-animation 4s linear infinite alternate;
}
.faq__thumb-2 {
  margin-left: -60px;
  animation: hero-thumb-animation 2s linear infinite alternate;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .faq__thumb-2 {
    margin-left: 0px;
  }
}
.faq__thumb-2 img {
  width: 100%;
}
.faq__shape {
  position: absolute;
  bottom: 16%;
  right: 60px;
  z-index: -1;
}
.faq__content-wrapper {
  padding-right: 40px;
  position: relative;
  z-index: 5;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq__content-wrapper {
    padding-right: 0px;
  }
}

.answer__accordion .accordion-button {
  padding: 28px 10px;
  font-weight: 700;
  border-top: 1px solid rgba(15, 14, 14, 0.1803921569);
  background: #f5f5f9;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .answer__accordion .accordion-button {
    padding: 21.5px 0px;
  }
}
.answer__accordion .accordion-button:focus {
  box-shadow: none;
  border-color: #5355df;
}
.answer__accordion .accordion-button:not(.collapsed) {
  background-color: #f5f5f9;
  box-shadow: none;
  color: #5355df;
  border-top: 1px solid #5355df;
}
.answer__accordion .accordion-button::after {
  margin-left: auto;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  color: #0F0E0E;
  background-image: none;
  background-size: 0;
  width: auto;
  height: auto;
  font-weight: 300;
}
.answer__accordion .accordion-button:not(.collapsed)::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  color: #5355df;
  background-image: none;
  transform: rotate(180deg);
}
.answer__accordion .accordion-item {
  border: 0;
  background-color: #f5f5f9;
}
.answer__accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.answer__accordion .accordion-item:last-child {
  border-bottom: 1px solid rgba(15, 14, 14, 0.1803921569);
}
.answer__accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.answer__accordion .accordion-body {
  padding: 0px 30px 12px;
}
@media (max-width: 575px), sm {
  .answer__accordion .accordion-body {
    padding: 0px 15px 12px;
  }
}
.answer__accordion.style-2 .accordion-item {
  background-color: #fff;
}
.answer__accordion.style-2 .accordion-button {
  background-color: #fff;
}

.answer__tab-content .nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: end;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 35px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .answer__tab-content .nav-tabs {
    justify-content: start;
    margin-top: 0;
  }
}
.answer__tab-content .nav-tabs .nav-link {
  border: 1px solid #5355df;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #0a1405;
}
.answer__tab-content .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #5355df;
  border-color: transparent;
}
.answer__tab-content .nav-link {
  padding: 11px 25px;
}

.answer__tab-content .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
  border: 1px solid #5355df;
}

.accordion__number {
  padding-right: 15px;
}
.accordion__title {
  color: #0a1405;
  font-size: 22px;
  font-weight: 700;
}

.accordion-body {
  padding: 0px 30px 12px;
}

/*----------------------------------------*/
/*  NEWS CSS START
/*----------------------------------------*/
.news__spacing {
  position: relative;
  margin-top: -293px;
  padding-top: 420px;
}
.news__item:hover .news__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news__item-3 {
  position: relative;
  z-index: 1;
  padding: 45px 40px 45px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width:450px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .news__item-3 {
    padding: 45px 20px 45px;
  }
}
.news__item-3::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.news__item-3:hover .text__btn:hover {
  color: #5355df;
}
.news__item-3 .news__title {
  line-height: 1.5;
}
.news__item-3 .news__title a:hover {
  color: #5355df;
}
.news__item-4 {
  position: relative;
  z-index: 45;
}
.news__content-3 {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.news__content-4 {
  padding: 92px 40px 35px;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  margin-top: -60px;
  z-index: -1;
}
@media (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .news__content-4 {
    padding: 92px 30px 35px;
  }
}
@media (max-width:450px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .news__content-4 {
    padding: 92px 20px 35px;
  }
}
.news__thumb {
  margin-bottom: 32px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.news__thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.news__thumb-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.news__thumb-3::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #0a1405;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.news__thumb-4 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.news__thumb-4 img {
  width: 100%;
  padding: 0 20px;
}
.news__meta {
  display: flex;
  gap: 35px;
  margin-bottom: 5px;
}
.news__meta-category a {
  font-size: 14px;
  font-weight: 700;
  color: #5355df;
  border-bottom: 2px solid #B4B4C1;
}
.news__meta-text {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #0a1405;
}
.news__meta-text span b {
  color: #B4B4C1;
  font-weight: 700;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.news__meta-text span a:hover {
  color: #5355df;
}
.news__title a {
  font-size: 24px;
  margin-bottom: 30px;
  display: block;
}
.news__title a:hover {
  color: #5355df;
}
@media (max-width:450px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .news__title a {
    font-size: 22px;
  }
}

.news__content .flex_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.news__content .flex_wrap .category_list.unordered_list {
  margin-inline-end: 15px;
}
@media (max-width: 575px) {
  .news__content .flex_wrap .category_list.unordered_list {
    margin-block-end: 15px;
    margin-inline-end: 0;
  }
}

.news__content .text__btn {
  font-size: 14px;
  font-weight: 700;
  color: #0a1405;
  text-transform: capitalize;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  line-height: 1;
  overflow: hidden;
}
.news__content .text__btn i {
  transition: all 0.3s ease-out 0s;
}
.news__content .text__btn i:first-child {
  margin-inline-start: -22px;
}
.news__content .text__btn:hover {
  color: #5355df;
}
.news__content .text__btn:hover i:first-child {
  margin-inline-start: 0;
}
.news__content .text__btn:hover i:last-child {
  opacity: 0;
}

.section_heading-6 h3 {
  font-size: 68px;
  letter-spacing: -1px;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_heading-6 h3 {
    font-size: 52px;
  }
}
@media (max-width: 575px) {
  .section_heading-6 h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_heading-6 h3 {
    font-size: 45px;
  }
}
@media (max-width:450px) {
  .section_heading-6 h3 {
    font-size: 30px;
  }
}

.heading_subtitle-6 {
  position: relative;
  z-index: 9;
}
.heading_subtitle-6 .subtitle__highlight {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #5355df;
  line-height: 1;
  position: relative;
  z-index: 9;
}

.title__highlight {
  position: relative;
}
.title__highlight svg {
  display: none;
}

@-webkit-keyframes section-highlight {
  0% {
    stroke-dashoffset: 800;
  }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
@-moz-keyframes section-highlight {
  0% {
    stroke-dashoffset: 800;
  }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
@-ms-keyframes section-highlight {
  0% {
    stroke-dashoffset: 800;
  }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
@keyframes section-highlight {
  0% {
    stroke-dashoffset: 800;
  }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
.black__bg {
  background: #000;
}

.banner__area-2 {
  background-color: #ffc961;
}
.banner__area-2 .section_heading .heading_title {
  color: #000;
  font-size: 88px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  position: relative;
  z-index: 5;
  word-spacing: 5px;
  position: relative;
}
@media (max-width:450px) {
  .banner__area-2 .section_heading .heading_title {
    font-size: 50px;
  }
}
.banner__area-2 .bd-btn-link.outline-dark {
  margin-inline-start: 30px;
}
@media (max-width:450px) {
  .banner__area-2 .bd-btn-link.outline-dark {
    margin-inline-start: 0;
    margin-top: 30px;
  }
}

.brand__area.grey__bg .bdevs-el-title span {
  color: #5355df;
}

.video__wrapper .video__btn .play__effect:hover {
  border-color: #ffc961;
}
.video__wrapper .video__btn .play__effect:hover i {
  color: #000;
}
.video__wrapper .video__btn .play__effect:hover::before {
  background: #ffc961;
}

.process__icon {
  margin-bottom: 25px;
  width: 90px;
  height: 90px;
  background-color: #5355df;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  font-size: 32px;
  color: #fff;
}
.process__content h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
@media (max-width:450px), only screen and (min-width: 576px) and (max-width: 767px) {
  .process__content h3 {
    font-size: 20px;
  }
}
.process__content p {
  padding-right: 25px;
  margin-bottom: 0;
}
.process__content-2 span {
  font-size: 14px;
  color: #0F0E0E;
}
.process__content-2 h3 {
  font-size: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .process__content-2 h3 {
    font-size: 22px;
  }
}
@media (max-width:450px) {
  .process__content-2 h3 {
    font-size: 20px;
  }
}
.process__grid {
  background-color: #fff;
  border-radius: 6px;
  display: grid;
  align-items: center;
  padding: 40px 40px;
  grid-template-columns: repeat(4, auto);
  row-gap: 30px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .process__grid {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process__grid {
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .process__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.process__item-2 {
  display: flex;
  gap: 20px;
}

.fact__area {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
  background-color: rgba(83, 85, 223, 0.168627451);
}
.fact__area .fact__map {
  z-index: 1;
}
.fact__area .fact__map img {
  opacity: 0.5;
}
.fact__area .fact__section-wrapper {
  position: relative;
  z-index: 9;
}
.fact__area .fact__section-wrapper .section_heading .heading_title {
  color: #000;
}
.fact__area .fact__info-features {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;
}
.fact__area .fact__info-wrapper {
  position: relative;
  z-index: 9;
}
.fact__area .fact__info-wrapper .fact__info-content .plus {
  font-size: 60px;
  color: #000;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 0;
  left: 2px;
}
.fact__area .fact__info-wrapper .fact__info-content p {
  opacity: 80%;
  letter-spacing: 1px;
  font-size: 18px;
  color: #000;
  margin-top: -25px;
}
.fact__area .fact__info-wrapper .fact__info-content span {
  color: #000;
}

.testimonial__wrapper-2 {
  background-color: #fff;
  padding: 45px 50px 45px;
  box-shadow: rgba(50, 50, 93, 0.21) 0px 3px 5px -2px, rgba(0, 0, 0, 0.14) 0px -1.5px 7px -3px;
  margin: 15px;
}
.testimonial__wrapper-2 .testimonial__reating span {
  font-size: 14px;
  color: #ffc961;
  margin-bottom: 15px;
  display: inline-block;
}
.testimonial__wrapper-2 .testimonial__title-2 {
  font-size: 20px;
  color: #000;
  line-height: 36px;
  margin-bottom: 20px;
}

.grey__bg-2 {
  background-color: #f3f3f3;
}

.choose__credit-item {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .choose__credit-item {
    flex-wrap: wrap;
  }
}
.choose__credit-item .why__choose-features {
  padding: 44px 45px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transform: scale(1) translateY(0);
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.choose__credit-item .why__choose-features:hover {
  transform: scale(1.001) translateY(-7px);
}
@media (max-width: 575px) {
  .choose__credit-item .why__choose-features {
    padding: 30px;
  }
}
.choose__credit-item .why__choose-features .why__choose-icon {
  margin-bottom: 40px;
  display: inline-block;
}
.choose__credit-item .why__choose-features .why__choose-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.choose__credit-item .why__choose-features.paradox-up-down-anim:hover .icon {
  animation-delay: 0.3s;
}

.heading_title span {
  position: relative;
}
.heading_title span .focus_text {
  position: absolute;
  bottom: 5px;
  inset-inline-start: 0px;
  z-index: -1;
  animation: section-animation 3s infinite;
}

.banner__overlay {
  position: relative;
  z-index: 1;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__area.banner__overlay {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.banner__overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #eaedf1;
  top: 0;
  left: 0;
  z-index: -1;
  height: 975px;
  clip-path: polygon(50% 0%, 100% 0px, 100% 35%, 99.89% 94.18%, 75.74% 98.46%, 50.1% 100%, 19.47% 97.84%, 0px 94.26%, 0px 0px, 24% 0px);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__overlay::before {
    content: none;
  }
}

.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner__title-3 {
  padding-top: 55px;
  padding-bottom: 80px;
}
.banner__title-3 span {
  font-size: 14px;
  font-weight: 700;
  color: #5355df;
  margin-bottom: 5px;
  display: block;
}
.banner__title-3 h2 {
  font-size: 80px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .banner__title-3 h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__title-3 h2 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__title-3 h2 {
    font-size: 48px;
  }
}

.section_heading-7 {
  position: relative;
  z-index: 1;
}
.section_heading-7 .section__backtitle {
  position: absolute;
  left: 50%;
  top: -5%;
  transform: translate(-50%, -50%);
  z-index: -1;
  height: auto;
  width: 100%;
  background: -webkit-linear-gradient(90deg, #fff 0%, #d8d8e6 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.section_heading-7 .section__backtitle h2 {
  font-size: 160px;
  font-weight: 700;
  line-height: 0.85;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_heading-7 .section__backtitle h2 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section_heading-7 .section__backtitle h2 {
    font-size: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_heading-7 .section__backtitle h2 {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .section_heading-7 .section__backtitle h2 {
    font-size: 60px;
  }
}
.section_heading-7 .heading_subtitle {
  color: #5355df;
}

.service__item-wrapper {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.service__item {
  border-bottom: 1px solid #e8e8ef;
  padding: 45px 30px 35px;
  text-align: center;
}
.service__item .service__icon {
  margin-bottom: 25px;
}
.service__item .service__icon i {
  font-size: 50px;
  color: #5355df;
}
.service__item .service__content h3 {
  transition: 0.3s linear;
  font-size: 24px;
  color: #0f0e0e;
  text-transform: capitalize;
}
.service__item .service__content h3:hover a {
  color: #5355df;
}
.service__item .service__content p {
  margin-bottom: 0;
}

.service__btn {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: center;
}
.service__btn .bd-btn-link.btn_primary {
  background: transparent;
  color: #000;
  border-radius: 0;
  display: block;
  height: auto;
  padding: 22px 40px;
}
.service__btn .bd-btn-link.btn_primary i {
  color: #000;
}
.service__btn .bd-btn-link.btn_primary:hover {
  background-color: #5355df;
  color: #fff;
  box-shadow: none;
}
.service__btn .bd-btn-link.btn_primary:hover i {
  color: #fff;
}

.fact__info-item-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.fact__info-item-2 .fact__info-content {
  display: flex;
  align-items: center;
}
.fact__info-item-2 span {
  font-size: 100px;
  color: #5355df;
  font-weight: 700;
  line-height: 0.8;
}
.fact__info-item-2 .plus {
  font-size: 90px;
  position: relative;
  left: 3px;
  top: -12px;
  color: #5355df;
  font-weight: 700;
}
.fact__info-item-2 .fact__title {
  background: -webkit-linear-gradient(0deg, #fff 0%, #1f1f1f 100%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  margin-inline-start: 25px;
}
.fact__info-item-2 .fact__title p {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.4;
  opacity: 1;
}

.portfolio__item-2 {
  position: relative;
}

.portfolio__thumb-2 {
  position: relative;
}

.portfolio__action-2 {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  padding: 20px 25px;
  align-items: center;
  position: absolute;
  bottom: 25px;
  z-index: 1;
  left: 30px;
  right: 30px;
  border-radius: 8px;
}
.portfolio__action-2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #5355df;
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition-delay: 0.5s;
  transition: all 0.3s ease-out 0s;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .portfolio__action-2 {
    padding: 20px;
  }
  .portfolio__action-2 h3 {
    font-size: 19px;
  }
}
.portfolio__action-2 span {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(5px);
  transition-delay: 0.3s;
  display: block;
  transition: all 0.3s ease-out 0s;
}
.portfolio__action-2 h3 {
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
  transition: all 0.3s ease-out 0s;
}
.portfolio__action-2 h3 a {
  color: #fff;
  transition: 0.3s;
}
.portfolio__action-2 h3 a:hover {
  color: #ffc961;
}
.portfolio__action-2 .portfolio__arrow i {
  font-size: 20px;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  transform: translateY(5px);
  transition-delay: 0.2s;
  display: block;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}

.portfolio__item-2:hover .portfolio__action-2::before {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.portfolio__item-2:hover .portfolio__action-2 span {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.portfolio__item-2:hover .portfolio__action-2 h3 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
.portfolio__item-2:hover .portfolio__arrow i {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}

.team__item-2 .team__thumb-2 img {
  width: 100% !important;
}
.team__item-2 .team__thumb-2 .team__social-link-2 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  display: flex;
  gap: 20px;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  width: 100%;
  height: auto;
  text-align: center;
  justify-content: center;
}
.team__item-2 .team__thumb-2 .team__social-link-2 a {
  font-size: 20px;
}
.team__item-2 .team__content-2 .admin_designation {
  color: #5355df;
  margin-bottom: 5px;
}
.team__item-2:hover .team__social-link-2 {
  visibility: visible;
  top: 50%;
}

.process__item-2 {
  display: flex;
  gap: 20px;
  align-items: center;
}
.process__item-2 .process__icon-2 i {
  font-size: 40px;
  color: #5355df;
}
.process__item-2 .process__content-2 span {
  font-size: 14px;
  color: var(--clr-text-2);
}
.process__item-2 .process__content-2 h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

.history__content-wrapper .icon_list.unordered_list_block {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: start;
  margin-top: 30px;
}
.history__content-wrapper .icon_list.unordered_list_block li {
  margin-bottom: 0;
}

.feedback__thumb img {
  max-width: 100%;
  text-align: right;
}
.feedback__thumb-wrapper {
  min-height: 525px;
  position: relative;
  margin-inline-start: 80px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback__thumb-wrapper {
    margin-inline-start: 0;
  }
}
.feedback__user-1 {
  position: absolute;
  top: 15%;
  left: -90px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .feedback__user-1 {
    left: 0;
  }
}
.feedback__user-2 {
  position: absolute;
  top: -35px;
  right: -15px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback__user-2 {
    right: 0;
  }
}
.feedback__user-3 {
  position: absolute;
  top: 9%;
  right: 32%;
}
.feedback__user-4 {
  position: absolute;
  bottom: 5px;
  left: 16%;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback__user-4 {
    bottom: 12%;
  }
}
.feedback__user-5 {
  position: absolute;
  right: 30px;
  bottom: 0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback__user-5 {
    bottom: 7%;
  }
}

.news__item-3 {
  position: relative;
  z-index: 1;
  padding: 45px 40px 45px;
  overflow: hidden;
  border-radius: 6px;
  transition: all 0.3s ease-out 0s;
}
.news__item-3::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}
.news__item-3 .news__thumb-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out 0s;
}
.news__item-3 .news__thumb-3::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.8;
  transition: all 0.3s ease-out 0s;
}
.news__item-3 .news__content-3 {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}

.history__content-wrapper {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: -30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .history__content-wrapper {
    margin-right: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .history__content-wrapper {
    margin-left: 30px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .history__content-wrapper {
    margin-left: 0px;
  }
}

.heading_title span {
  position: relative;
  display: inline-block;
}

.about__features-icon {
  margin-top: 0;
  position: relative;
  width: 96px;
  height: 95px;
  background: #ffc961;
  display: flex;
  padding: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
@media (max-width: 575px) {
  .about__features-icon {
    margin-right: auto;
  }
}

.play__btn {
  width: 120px;
  height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 20px;
  border-radius: 50%;
  color: #ffc961;
  transition: 0.3s linear;
  border: 1px solid #ffc961;
}
.play__btn i {
  color: #ffc961;
  transition: 0.3s linear;
}
.play__btn:hover {
  background-color: #ffc961;
}
.play__btn:hover i {
  color: #000;
}

.play__effects {
  position: relative;
}
.play__effects::before, .play__effects::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #eaeaea;
  animation: popupBtn 1.8s linear infinite;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.play__effects.s-2::before, .play__effects.s-2::after {
  border: 1px solid #fff;
  opacity: 0.6;
}

.play__effects.s-2::before, .play__effects.s-2::after {
  border: 1px solid #fff;
  opacity: 0.6;
}

/* ========= popup-btn-animation ========== */
@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.process__item {
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  transform: translateY(0px);
}
.process__item:hover {
  transform: translateY(-5px);
}

.process__area-7 .row > :nth-child(2) .process__item .process__icon {
  background: #FF7F50;
}

.process__area-7 .row > :nth-child(3) .process__item .process__icon {
  background: #ffc961;
}

.process__area-7 .row > :nth-child(4) .process__item .process__icon {
  background: #000;
}

.bdevs-generic-el .generic-main-menu ul li .sub-menu li {
  cursor: pointer;
}
.bdevs-generic-el .generic-main-menu ul li .sub-menu li:hover {
  color: #5355df;
}

.heading_title .banner__area span .focus_text {
  animation: unset;
}

.paradox-up-down-anim:hover .icon {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*# sourceMappingURL=paradox-core.css.map */
