 
/* Table Of Content - end
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
:root {
  --bs-body-font-family: "Epilogue", sans-serif;
  --bs-font-body: "Epilogue", sans-serif;
  --bs-font-heading: "Epilogue", sans-serif;
  --bs-font-secondary: "Inter", sans-serif;
  --bs-body-font-size: 16px;
  --bs-body-line-height: 28px;
  --bs-body-color: #555555;
  --bs-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  --bs-primary: #ff3c1f;
  --bs-primary-rgb: 255, 60, 31;
  --bs-secondary: #06115c;
  --bs-secondary-rgb: 6, 17, 92;
  --bs-dark: #000000;
  --bs-info: #009bdf;
  --bs-info-rgb: 0, 155, 223;
  --bs-warning: #ed953b;
  --bs-warning-rgb: 237, 149, 59;
  --bs-danger: #fa364a;
  --bs-danger-rgb: 250, 54, 74;
  --bs-light: #f2f7fa;
  --bs-light-rgb: 242, 247, 250;
  --bs-primary-bg-subtle: #F4FCFA;
  --bs-secondary-bg-subtle: #FEF3DE;
  --bs-link-color: va(--bs-secondary);
  --bs-link-hover-color: var(--bs-primary);
  --bs-highlight-bg: var(--bs-primary);
  --bs-border-color: #cdcdcd;
  --bs-border-radius: 24px;
  --bs-border-radius-sm: 6px;
  --bs-border-radius-lg: 30px;
  --bs-border-radius-xl: 80px 0 80px 0;
  --bs-border-radius-xxl: 150px 0 150px 0;
  --bs-border-radius-pill: 100%;
}

/* 1.1 - Template Fonts - Start
================================================== */
/* 1.1 - Template Fonts - End
================================================== */
/* 1.2 - Template Reset - Start
================================================== */
body {
  margin: 0;
  padding: 0;
  font-size: var(--bs-body-font-size);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  font-family: var(--bs-font-body);
  background-color: var(--bs-body-bg);
  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;
}

img:not([draggable]),
embed,
object,
video {
  height: auto;
}

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

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


img {
  border: none;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

a {
  outline: 0;
  display: inline-block;
  text-decoration: none;
  font-family: var(--bs-font-heading);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
a:active, a:focus, a:hover, a:visited {
  outline: 0;
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  display: inline-block;
  font-family: var(--bs-font-heading);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.1;
  color: var(--bs-dark);
  font-family: var(--bs-font-heading);
}

hr {
  opacity: 1;
  height: 1px;
  border: none;
  margin: 25px 0;
  background-color: var(--bs-border-color);
}

mark {
  padding: 0;
  color: var(--bs-primary);
  background-color: transparent;
}

.container {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin: -15px;
}

[class*=col-] {
  padding: 15px;
}

.dropdown-menu {
  padding: 5px 0;
  margin-top: 20px;
  border-radius: 8px;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-border-color);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
  -webkit-animation: 0.2s ease-in-out 0s normal none 1 running fadeIn;
          animation: 0.2s ease-in-out 0s normal none 1 running fadeIn;
}
.dropdown-menu:before {
  left: 0;
  right: 0;
  top: -20px;
  content: "";
  height: 20px;
  display: block;
  position: absolute;
}
.dropdown-menu > li {
  padding: 0 5px;
}
.dropdown-menu > li:not(:last-child) {
  margin-bottom: 1px;
}
.dropdown-menu > li > a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  border-radius: 6px;
  white-space: nowrap;
  color: var(--bs-dark);
  padding: 11px 24px 10px 18px;
}
.dropdown-menu > li > a i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 4px;
  text-align: center;
}
.dropdown-menu > li:hover > a, .dropdown-menu > li.active > a {
  color: var(--bs-dark);
  background-color: #f2f7fa;
}

.dropdown-toggle::after {
  margin: 0;
  border: none;
  line-height: 1;
  content: "\f107";
  font-weight: 400;
  color: var(--bs-body-color);
  font-family: "Font Awesome 6 Pro";
}

@media screen and (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.rounded-bottom-left-0 {
  border-bottom-left-radius: 0 !important;
}

.rounded-top-right-0 {
  border-top-right-radius: 0 !important;
}

/* 1.2 - Template Reset - End
================================================== */
/* 2.02 - Template CSS Animations - Start
================================================== */
@-webkit-keyframes phoneRinging {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
            transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes phoneRinging {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
            transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes slidedown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slidedown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
  }
}
/* 2.02 - Template CSS Animations - End
================================================== */
/* 2.03 - Backtotop Button - Start
================================================== */
.backtotop {
  right: 15px;
  z-index: 999;
  bottom: 96px;
  display: none;
  position: fixed;
}
.backtotop .scroll {
  z-index: 1;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--bs-white);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: var(--bs-border-radius-pill);
  background: -webkit-gradient(linear, left bottom, left top, from(#ff190d), to(#ff5f31));
  background: linear-gradient(0deg, #ff190d, #ff5f31);
}

body:has(.footer_style_2) .backtotop {
  bottom: 68px;
}

body:has(.footer_style_3) .backtotop {
  bottom: 80px;
}

/* 2.03 - Backtotop Button - End
================================================== */
/* 2.04 - Template Gapping or Spacing - Start
================================================== */
.section_space_lg {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* 2.04 - Template Gapping or Spacing - End
================================================== */
/* 2.05 - Order & Unorder List - Start
================================================== */
[class*=unordered_list] {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[class*=unordered_list] > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.unordered_list_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.unordered_list_block > li {
  width: 100%;
  display: block;
}

.info_list_title {
  font-size: 24px;
  margin-bottom: 18px;
}

.info_list > li {
  font-weight: 500;
}
.info_list .list_icon {
  margin-right: 12px;
  color: var(--bs-primary);
}
.info_list.unordered_list_block > li:not(:last-child) {
  margin-bottom: 10px;
}

.post_category_list.unordered_list_block > li:not(:last-child) {
  margin-bottom: 10px;
}
.post_category_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  color: var(--bs-dark);
  padding: 6px 6px 6px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid var(--bs-border-color);
}
.post_category_list a span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_category_list a .category_counter {
  min-width: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 16px 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bs-light);
}
.post_category_list a:hover {
  border-color: var(--bs-primary);
}
.post_category_list a:hover .category_counter {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}

.tag_list {
  margin: -5px;
}
.tag_list > li {
  padding: 5px;
}
.tag_list a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 18px;
  border-radius: 40px;
  color: var(--bs-dark);
  background-color: var(--bs-light);
}
.tag_list a:hover {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}

.post_meta.unordered_list > li:not(:last-child) {
  margin-right: 20px;
}
.post_meta > li {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}
.post_meta a {
  color: var(--bs-body-color);
}
.post_meta a:hover {
  color: var(--bs-primary);
}
.post_meta i {
  margin-right: 2px;
  color: var(--bs-primary);
}

.contact_info_list.unordered_list {
  margin: -6px -30px;
}
.contact_info_list.unordered_list > li {
  padding: 6px 30px;
}
.contact_info_list.unordered_list_block > li:not(:last-child) {
  margin-bottom: 14px;
}
.contact_info_list > li {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.contact_info_list a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-dark);
}
.contact_info_list a:hover {
  color: var(--bs-primary);
}
.contact_info_list .list_icon {
  margin-right: 8px;
  color: var(--bs-primary);
}
.contact_info_list .list_text b {
  font-weight: 500;
  color: var(--bs-primary);
}
.contact_info_list:has([data-text]) a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact_info_list:has([data-text]) .list_icon {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100% 0% 100% 100%;
  background-color: var(--bs-white);
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.contact_info_list:has([data-text]) .list_text {
  color: var(--bs-body-color);
}
.contact_info_list:has([data-text]) .list_text:before {
  line-height: 1;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--bs-dark);
  content: attr(data-text);
  font-family: var(--bs-font-heading);
}
.contact_info_list:has([data-text]) a:hover .list_icon {
  -webkit-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.08);
}

/* 2.05 - Order & Unorder List - End
================================================== */
/* 2.06 - Buttons - Start
================================================== */
.btn_wrap {
  padding: 50px 0;
}

.btn {
  z-index: 1;
  border: none;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-white);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 24px 10px 32px;
  border-radius: 50px 0 50px 50px;
  font-family: var(--bs-font-heading);
  background: -webkit-gradient(linear, left top, right top, from(#ff190d), to(#ff5f31));
  background: linear-gradient(90deg, #132045, #132045);
}
.btn:after, .btn:before {
  left: 0;
  bottom: 100%;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  border-radius: inherit;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
          transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn:before {
  background: -webkit-gradient(linear, left top, right top, from(#0E21A0), to(#9D44C0));
  background: linear-gradient(90deg, #0E21A0, #9D44C0);
}
.btn:after {
  background: -webkit-gradient(linear, left top, right top, from(#132045), to(#132045));
  background: linear-gradient(90deg, #132045, #132045);
}
.btn .btn_text {
  margin-bottom: -3px;
}
.btn .btn_icon {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.14);
}
.btn:hover {
  color: var(--bs-white);
}
.btn:hover:after, .btn:hover:before {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.btn:hover:after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.btn.btn-dark {
  background: var(--bs-dark);
}

.btn-link {
  font-size: 16px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  color: var(--bs-dark);
}
.btn-link .btn_icon {
  z-index: 1;
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--bs-border-color);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.btn-link .btn_icon:before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  opacity: 0;
  content: "";
  z-index: -1;
  position: absolute;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  border-radius: inherit;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  background: -webkit-gradient(linear, left bottom, left top, from(#ff190d), to(#ff5f31));
  background: linear-gradient(0deg, #ff190d, #ff5f31);
}
.btn-link .btn_text {
  padding-left: 10px;
}
.btn-link:hover {
  color: var(--bs-dark);
}
.btn-link:hover .btn_icon {
  color: var(--bs-white);
}
.btn-link:hover .btn_icon:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn_loadmore {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_loadmore .btn_icon {
  width: 110px;
  height: 110px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100% 0% 100% 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ff190d), to(#ff5f31));
  background: linear-gradient(90deg, #ff190d, #ff5f31);
}
.btn_loadmore .btn_icon img {
  max-width: 40px;
}
.btn_loadmore .btn_text {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  color: var(--bs-dark);
  text-transform: uppercase;
}
.btn_loadmore:hover .btn_icon img {
  -webkit-animation: fa-spin 1.5s linear infinite;
          animation: fa-spin 1.5s linear infinite;
}

/* 2.06 - Buttons - End
================================================== */
/* 2.07 - Typography - Start
================================================== */
.section_heading {
  margin-bottom: 45px;
}
.section_heading .section_heading_shape {
  width: 26px;
  height: 26px;
  margin-bottom: 30px;
  display: inline-block;
  border-radius: 100% 0% 100% 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff190d), to(#ff5f31));
  background: linear-gradient(0deg, #ff190d, #ff5f31);
}
.section_heading .section_intro_heading {
  line-height: 1;
  font-size: 16px;
  letter-spacing: 4px;
  margin-bottom: 20px;
  color: var(--bs-primary);
  text-transform: uppercase;
}
.section_heading .section_intro_heading.letter_spacing {
  letter-spacing: 10px;
}
.section_heading .section_heading_text {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.section_heading .section_heading_description {
  font-size: 18px;
}

/* 2.07 - Typography - End
================================================== */
/* 2.08 - Authorbox - Start
================================================== */
.author_box {
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-dark);
}
.author_box:hover {
  color: var(--bs-primary);
}
.author_box .author_image {
  width: 68px;
  height: 68px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68px;
          flex: 0 0 68px;
  overflow: hidden;
  margin: 0 15px 0 0;
  border-radius: 100% 0% 100% 100%;
  background-color: var(--bs-light);
}
.author_box .author_name {
  display: block;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
.author_box .author_designation {
  opacity: 0.8;
  display: block;
  line-height: 1;
  font-size: 14px;
}

.support_center_subline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support_center_subline .support_man_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin-right: 25px;
  border-radius: 100% 0% 100% 100%;
}
.support_center_subline .support_icon {
  font-size: 60px;
  margin-right: 15px;
  color: var(--bs-primary);
}
.support_center_subline .support_title {
  color: #2e2e2e;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.support_center_subline .support_number {
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  color: var(--bs-dark);
  display: inline-block;
  padding: 16px 26px 14px 24px;
  background-color: var(--bs-light);
  font-family: var(--bs-font-heading);
}
.support_center_subline .support_number:hover {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}
.support_center_subline .support_number i {
  -webkit-animation: phoneRinging 1.5s infinite linear;
          animation: phoneRinging 1.5s infinite linear;
}

.post_author_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 30px 40px 30px 30px;
  background-color: var(--bs-secondary);
}
.post_author_box .author_image {
  width: 180px;
  height: 180px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  overflow: hidden;
  margin-right: 40px;
  border-radius: 100% 0% 100% 100%;
}
.post_author_box .author_info {
  position: relative;
}
.post_author_box .author_name {
  line-height: 1;
  font-size: 24px;
  margin-bottom: 24px;
  color: var(--bs-white);
}
.post_author_box p {
  opacity: 0.8;
  font-size: 16px;
  color: var(--bs-white);
}
.post_author_box .social_links {
  right: 0;
  top: -10px;
  position: absolute;
}

/* 2.08 - Authorbox - End
================================================== */
/* 2.09 - Carousel or Slider - Start
================================================== */
.carousel_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[class*=swiper-button-] {
  margin: 5px;
  width: 50px;
  height: 50px;
  font-size: 16px;
  cursor: pointer;
  background: none;
  position: static;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-dark);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-border-color);
}
[class*=swiper-button-]:hover {
  color: var(--bs-white);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}
[class*=swiper-button-]:after {
  display: none;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 8px;
  position: static;
  margin-top: 50px;
  border-radius: 30px;
  background-color: var(--bs-light);
}

.swiper-scrollbar-drag {
  background-color: var(--bs-dark);
}

/* 2.09 - Carousel or Slider - End
================================================== */
/* 2.11 - Form - Start
================================================== */
.form-group {
  position: relative;
}
.form-group:not(:last-child) {
  margin-bottom: 15px;
}
.form-group .input_icon {
  top: 7px;
  left: 7px;
  width: 50px;
  bottom: 10px;
  font-size: 18px;
  padding-top: 9px;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-dark);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-right: 1px solid var(--bs-border-color);
}
.form-group .form-control,
.form-group .form-select {
  line-height: 1;
  font-size: 16px;
  padding: 0 20px;
  color: var(--bs-dark);
  background-color: var(--bs-white);
  border: 1px solid var(--bs-border-color);
}
.form-group .form-control:hover, .form-group .form-control:focus,
.form-group .form-select:hover,
.form-group .form-select:focus {
  border-color: var(--bs-primary);
}
.form-group .form-control:focus,
.form-group .form-select:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 60, 31, 0.2);
          box-shadow: 0 0 0 4px rgba(255, 60, 31, 0.2);
}
.form-group .form-control::-webkit-input-placeholder, .form-group .form-select::-webkit-input-placeholder {
  opacity: 0.7;
  color: var(--bs-dark);
}
.form-group .form-control::-moz-placeholder, .form-group .form-select::-moz-placeholder {
  opacity: 0.7;
  color: var(--bs-dark);
}
.form-group .form-control:-ms-input-placeholder, .form-group .form-select:-ms-input-placeholder {
  opacity: 0.7;
  color: var(--bs-dark);
}
.form-group .form-control::-ms-input-placeholder, .form-group .form-select::-ms-input-placeholder {
  opacity: 0.7;
  color: var(--bs-dark);
}
.form-group .form-control::placeholder,
.form-group .form-select::placeholder {
  opacity: 0.7;
  color: var(--bs-dark);
}
.form-group .form-control:-ms-input-placeholder,
.form-group .form-select:-ms-input-placeholder {
  opacity: 0.7;
  color: var(--bs-dark);
}
.form-group .form-control::-ms-input-placeholder,
.form-group .form-select::-ms-input-placeholder {
  opacity: 0.7;
  color: var(--bs-dark);
}
.form-group input.form-control,
.form-group select.form-select {
  height: 50px;
  border-radius: 50px;
}
.form-group textarea.form-control {
  min-height: 100px;
  border-radius: 20px;
  padding: 15px 20px 20px;
}
.form-group:has(.input_icon) .form-control,
.form-group:has(.input_icon) .form-select {
  padding: 3px 20px 0 70px;
}
.form-group:has(.input_icon) textarea.form-control {
  padding: 17px 20px 20px 70px;
}
#alertSuccess{
    display: none;
}
.quick_message_form {
  padding: 20px;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../images/shapes/shape_pattern_4.png');
}
.quick_message_form form {
    padding: 77px 80px 100px;
    border-radius: 0% 100% 100% 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ff190d), to(#ff5f31));
    background: linear-gradient(90deg, #ff190d, #ff5f31);
}
.quick_message_form .form_title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 4px;
  color: var(--bs-white);
}
.quick_message_form p {
  margin-bottom: 21px;
  color: var(--bs-white);
}
.quick_message_form .form-control {
  border-color: var(--bs-white);
}
.quick_message_form .form-control:hover, .quick_message_form .form-control:focus {
  border-color: var(--bs-white);
}
.quick_message_form .form-control:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
}

/* 2.11 - Form - End
================================================== */

/* 2.13 - Social Icons - Start
================================================== */
.social_links {
  margin: -6px;
}
.social_links > li {
  padding: 6px;
}
.social_links:has(.social_text) {
  margin: -6px -15px;
}
.social_links:has(.social_text) > li {
  padding: 6px 15px;
}
.social_links a {
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-dark);
}
.social_links a .social_icon {
  z-index: 1;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bs-white);
}
.social_links a .social_icon:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 100%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.social_links a .social_icon i {
  color: var(--bs-dark);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.social_links a:hover .social_icon:before {
  opacity: 1;
}
.social_links a:hover .social_icon i {
  color: var(--bs-white);
}
.social_links a:has(.social_text) .social_icon {
  width: 30px;
  height: 30px;
  margin: -5px 4px 0 0;
}
.social_links a:has([class*=-facebook]) .social_icon:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0165E1), to(#17A9FD));
  background-image: linear-gradient(0deg, #0165E1, #17A9FD);
}
.social_links a:has([class*=-twitter]) .social_icon:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00ACEE), to(#36D8FF));
  background-image: linear-gradient(0deg, #00ACEE, #36D8FF);
}
.social_links a:has([class*=-instagram]) .social_icon:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#6228d7), color-stop(#ee2a7b), to(#f9ce34));
  background-image: linear-gradient(0deg, #6228d7, #ee2a7b, #f9ce34);
}

.social_activities_list {
  margin: -10px;
}
.social_activities_list > li {
  padding: 10px;
}
.social_activities_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 26px 10px 20px;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50px 0px 50px 50px;
  background-color: var(--bs-primary);
}
.social_activities_list a:has([class*=-facebook]) {
  background-color: #1124b1;
}
.social_activities_list a:has([class*=-twitter]) {
  background-color: #4a92ff;
}
.social_activities_list a:has([class*=-instagram]) {
  background: -webkit-gradient(linear, left top, right top, from(rgb(10, 0, 178)), color-stop(50%, rgb(255, 0, 0)), to(rgb(255, 252, 0)));
  background: linear-gradient(90deg, rgb(10, 0, 178) 0%, rgb(255, 0, 0) 50%, rgb(255, 252, 0) 100%);
}
.social_activities_list i {
  font-size: 24px;
  margin: -2px 15px 0 0;
  color: var(--bs-white);
}
.social_activities_list span {
  font-weight: 600;
  margin-right: 4px;
  color: var(--bs-white);
}


/* 2.13 - Social Icons - End
================================================== */
/* 2.14 - Counter - Start
================================================== */
.counter_item {
  text-align: center;
}
.counter_item .counter_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 100px;
  font-weight: 800;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--bs-dark);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--bs-font-secondary);
}
.counter_item sup {
  top: -18px;
  line-height: 1;
  font-size: 50px;
  color: var(--bs-primary);
}
.counter_item .counter_title {
  line-height: 1;
  font-size: 18px;
}

.counter_wrapper > div:not(:last-child) {
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: var(--bs-border-color);
}

.aboutus_funfact {
  margin: -15px -25px;
}
.aboutus_funfact > div {
  padding: 15px 25px;
}

/* 2.14 - Counter - End
================================================== */
/* 2.16 - Accordion - Start
================================================== */
.accordion .accordion-item {
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.accordion .accordion-item .accordion-button {
     font-size: 14px;
    -webkit-transition: none;
    transition: none;
    font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 26px;
  color: var(--bs-dark);
  padding: 19px 40px 15px;
  background: var(--bs-light);
  border-radius: 30px 0px 30px 30px;
}
.accordion .accordion-item .accordion-button.collapsed {
  border-radius: 30px 0px 30px 30px;
}
.accordion .accordion-item .accordion-button:after {
  width: auto;
  height: auto;
  content: "+";
  background: none;
  -webkit-transition: none;
  transition: none;
  font-family: "Font Awesome 5 Pro";
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--bs-white);
  background: -webkit-gradient(linear, left top, right top, from(#ff190d), to(#ff5f31));
  background: linear-gradient(90deg, #ff190d, #ff5f31);
}
.accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: "\f068";
}
.accordion .accordion-item .accordion-body {
  padding: 13px 40px 10px;
}

.accordion.text-white .accordion-item .accordion-button.collapsed {
  color: var(--bs-white);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.08);
}
.accordion.text-white p {
  opacity: 0.8;
  color: var(--bs-white);
}

.faq_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: color-dodge;
  background-position: center center;
}

.faq_image {
  margin-bottom: -120px;
}

/* 2.16 - Accordion - End
================================================== */
/* 2.17 - Pagination Nav - Start
================================================== */
.pagination_wrap {
  padding-top: 60px;
}

.pagination_nav {
  margin: -2px;
}
.pagination_nav li {
  padding: 2px;
}
.pagination_nav li:first-child a, .pagination_nav li:last-child a {
  min-width: 64px;
  border-radius: 30px;
}
.pagination_nav a {
  height: 50px;
  display: block;
  min-width: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
  border-radius: 100%;
  color: var(--bs-dark);
  font-family: var(--bs-font-heading);
}
.pagination_nav li:hover a, .pagination_nav li.active a {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}

/* 2.17 - Pagination Nav - End
================================================== */
/* 2.18 - Tab - Start
================================================== */
.tabs_nav {
  margin: -10px;
}
.tabs_nav > li {
  padding: 10px;
}
.tabs_nav button {
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100% 100% 0% 100%;
  background-color: var(--bs-light);
}
.tabs_nav button .btn_icon {
  line-height: 1;
  font-size: 42px;
  margin-bottom: 16px;
}
.tabs_nav button .btn_text {
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--bs-font-heading);
}
.tabs_nav button:hover:not(.active) {
  color: var(--bs-primary);
}
.tabs_nav button.active {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}

.tab-content {
  margin-top: 40px;
}

.filters-button-group {
  z-index: 1;
  position: relative;
  margin: -10px -10px 60px;
}
.filters-button-group > li {
  padding: 10px 10px;
}
.filters-button-group button {
  z-index: 1;
  display: block;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 10px 24px 7px;
  border-radius: 30px 0px 30px 30px;
}
.filters-button-group button:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(#ff190d), to(#ff5f31));
  background: linear-gradient(90deg, #ff190d, #ff5f31);
}
.filters-button-group button.is-checked, .filters-button-group button:hover {
  color: var(--bs-white);
}
.filters-button-group button.is-checked:before, .filters-button-group button:hover:before {
  opacity: 1;
}

.grid.row {
  margin: -25px;
  position: relative;
}
.grid.row:before, .grid.row:after {
  content: "";
  clear: both;
  width: 100%;
  display: block;
}
.grid.row .element-item[class*=col] {
  padding: 25px;
}

.grid.row + .btn_wrap {
  padding: 80px 0;
}

/* 2.18 - Tab - End
================================================== */
/* 2.19 - IconBox - Start
================================================== */
.iconbox_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.iconbox_item .iconbox_icon {
  width: 100px;
  height: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-size: 36px;
  margin: 0 25px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--bs-primary);
  border-radius: 100% 0% 100% 100%;
  background-color: var(--bs-white);
  border: 2px solid var(--bs-primary);
}
.iconbox_item .iconbox_title {
  line-height: 1;
  font-size: 22px;
  margin-bottom: 10px;
}

/* 2.19 - IconBox - End
================================================== */
/* 2.20 - Comment - Start
================================================== */
.comment_area {
  margin: 80px 0;
}

.comment_area_title {
  line-height: 1;
  font-size: 30px;
  margin-bottom: 30px;
}

.comments_list > li:not(:last-child) {
  margin-bottom: 30px;
}
.comments_list .comments_list {
  padding: 0 0 0 40px;
}
.comments_list .comments_list > li {
  margin-top: 10px;
}

.comment_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  position: relative;
  border-radius: 10px;
  background-color: var(--bs-light);
}
.comment_item .comment_hero_thumbnail {
  width: 100px;
  height: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 100% 0% 100% 100%;
}
.comment_item .comment_hero_thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
}
.comment_item .comment_hero_content {
  position: relative;
}
.comment_item .comment_hero_name {
  font-size: 20px;
  margin-bottom: 4px;
}
.comment_item .comments_post_time {
  margin-bottom: 6px;
}
.comment_item .comments_post_time > li {
  font-size: 14px;
  position: relative;
}
.comment_item .comments_post_time > li:not(:last-child) {
  margin-right: 14px;
  padding-right: 14px;
}
.comment_item .comments_post_time > li:not(:last-child):after {
  top: 50%;
  width: 4px;
  height: 4px;
  right: -2px;
  content: "";
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--bs-border-color);
}
.comment_item .comment_hero_content p {
  font-size: 15px;
}
.comment_item .reply_btn {
  top: 0;
  right: -30px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  color: var(--bs-white);
  text-transform: uppercase;
  padding: 9px 15px 6px 20px;
  border-radius: 40px 0px 0px 40px;
  background-color: var(--bs-primary);
}

/* 2.20 - Comment - End
================================================== */
/* 2.3 - Preloader Style - start
================================================== */
#preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  position: fixed;
  overflow: visible;
  background: #ffffff url("../images/preloader.svg") no-repeat center center;
}

/* 2.3 - Preloader Style - end
================================================== */
/* 3.01 - Site Header - Start
================================================== */
.site_header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  position: fixed;
}
.site_header .site_logo .site_link {
  max-width: 169px;
}
.site_header .social_links a {
  font-size: 15px;
}

.main_menu_list > li:not(:last-child) {
  margin: 0 12px 0 0;
}
.main_menu_list > li > a {
  z-index: 1;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  display: block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--bs-dark);
}
.main_menu_list > li:hover > a, .main_menu_list > li.active > a {
  color: var(--bs-primary);
}
.main_menu_list > li:hover > a:after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.main_menu_list .dropdown > a {
  position: relative;
}
.main_menu_list .dropdown > a:after {
  float: right;
  font-size: 13px;
  content: "\f107";
  font-weight: 900;
  margin: 1px 0 0 3px;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  font-family: "Font Awesome 6 Pro";
}
.main_menu_list .dropdown-menu {
  margin: 2px 0 0;
  min-width: 210px;
  inset: 100% auto auto auto;
}
.main_menu_list .dropdown-menu:before {
  top: -4px;
  height: 2px;
}
.main_menu_list .dropdown-menu .dropdown > a:after {
  margin-top: 0;
  content: "\f105";
}
.main_menu_list .dropdown-menu .dropdown-menu {
  top: 0;
  margin: 0;
  left: 100%;
}

@media screen and (min-width: 992px) {
  .main_menu_list .dropdown-menu {
    opacity: 0;
    display: block;
    -webkit-transition: 200ms;
    transition: 200ms;
    visibility: hidden;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: perspective(300px) rotateX(-8deg);
            transform: perspective(300px) rotateX(-8deg);
  }
  .main_menu_list .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(300px) rotateX(0deg);
            transform: perspective(300px) rotateX(0deg);
  }
}
.header_btns_group > li:first-child {
  display: none;
}

.header_style_1 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_style_1 .header_top {
  padding: 1px 0;
  background:#fff;
  -webkit-transition: margin 0.2s ease;
  transition: margin 0.2s ease;
}
.header_style_1.sticky .header_top {
  margin-top: -47px;
}
.header_style_1.sticky .header_bottom {
  padding: 12px 0;
  background-color: var(--bs-white);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s ease, padding 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, padding 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.header_style_1 .contact_info_list {
  float: right;
  margin: -1px 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0 0 30px 30px;
  background-color: var(--bs-white);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
.header_style_1 .contact_info_list > li {
  font-size: 15px;
  padding: 10px 30px;
}
.header_style_1 .contact_info_list > li:not(:last-child) {
  border-right: 1px solid #e9f8ff;
}
.header_style_1 .header_bottom {
  padding: 5px 0;
  background: #fff;
}

.header_style_2 {
  padding: 32px 0;
}
.header_style_2 .site_logo .site_link img:nth-child(2) {
  display: none;
}
.header_style_2.sticky {
  padding: 7px 0;
  background-color: var(--bs-white);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: slidedown cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s forwards;
          animation: slidedown cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s forwards;
}
.header_style_2.sticky .site_logo .site_link img:nth-child(1) {
  display: none;
}
.header_style_2.sticky .site_logo .site_link img:nth-child(2) {
  display: inline-block;
}
.header_style_2:not(.sticky) .main_menu_list > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.header_style_2:not(.sticky) .main_menu_list > li:hover > a,
.header_style_2:not(.sticky) .main_menu_list > li.active > a {
  color: var(--bs-white);
}

body:has(.page_banner) .header_style_2 {
  padding: 22px 0;
}
body:has(.page_banner) .header_style_2.sticky {
  padding: 7px 0;
}

.header_style_3 .header_top {
  padding: 15px 0;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
.header_style_3 .header_bottom .container {
  max-width: 1260px;
  border-radius: 50px;
  padding: 0 0 0 22px;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-border-color);
  -webkit-box-shadow: 0px 11px 34px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 11px 34px 0px rgba(0, 0, 0, 0.2);
}
.header_style_3 .btn {
  margin: -1px;
  padding: 30px 40px;
  border-radius: 0px 50px 50px 0;
}
.header_style_3.sticky .header_top {
  margin-top: -60px;
}
.header_style_3.sticky .header_bottom .container {
  border-top-left-radius: 0;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.header_style_3.sticky .header_bottom .btn {
  border-top-right-radius: 0;
}

@media screen and (max-width: 991px) {
  .mobile_menu_btn {
    font-size: 28px;
  }
  .site_header .main_menu {
    left: 0;
    right: 0;
    z-index: 999;
    position: fixed;
  }
  .main_menu_inner {
    padding: 0 15px;
  }
  .main_menu_list > li {
    width: 100%;
    display: block;
    margin: 1px 0 !important;
  }
  .main_menu_list {
    margin: auto;
    padding: 15px;
    max-width: 730px;
    border-radius: 10px;
    background-color: var(--bs-white);
    border: 1px solid var(--bs-border-color);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
  }
  .main_menu_list > li > a {
    width: 100%;
    display: block;
  }
  .main_menu_list .dropdown-menu {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main_menu_list > li > a {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px;
  }
}
/* 3.01 - Site Header - End
================================================== */
/* 3.02 - Site Footer - Start
================================================== */
.footer_widget_title {
  line-height: 1;
  font-size: 26px;
  margin-bottom: 44px;
}

.footer_style_1 {
  padding: 50px 0 50px;
  color: var(--bs-white);
  background-size: cover;
  background-blend-mode: overlay;
  background-position: center center;
      background-color: #132045;
}
.footer_style_1 .site_logo {
  margin-bottom: 30px;
}
.footer_style_1 .site_logo .site_link {
  max-width: 180px;
  display: inline-block;
}
.footer_style_1 p {
  font-size: 18px;
  line-height: 32px;
}
.footer_style_1 .section_heading {
  margin-bottom: -12px;
}
.footer_style_1 .section_heading .section_intro_heading {
  font-size: 16px;
  letter-spacing: 1px;
}
.footer_style_1 .section_heading .section_heading_text {
  font-size: 40px;
  color: var(--bs-white);
}
.footer_style_1 .footer_newslatter_wrap {
  padding: 60px 70px;
  margin: 70px 0 60px;
  border: 2px dashed rgba(255, 255, 255, 0.2);
}
.footer_style_1 .form-group .form-control {
  height: 60px;
  padding: 0 30px;
  border-color: var(--bs-white);
}
.footer_style_1 .form-group .form-control:focus {
  -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
}
.footer_style_1 .form-group .btn {
  top: 5px;
  right: 5px;
  position: absolute;
  border-radius: 50px;
}

.footer_style_2 .footer_top {
  padding: 90px 0;
}
.footer_style_2 .footer_bottom {
  padding: 30px 0;
  border-top: 1px solid rgba(205, 205, 205, 0.4);
}
.footer_style_2 .site_logo .site_link {
  max-width: 169px;
  margin-bottom: 30px;
}
.footer_style_2 p {
  color: #555555;
  margin-bottom: 25px;
}
.footer_style_2 .support_center_subline {
  padding-top: 6px;
}
.footer_style_2 .support_center_subline .support_number {
  background-color: var(--bs-white);
}
.footer_style_2 .support_center_subline .support_number:hover {
  background-color: var(--bs-primary);
}
.footer_style_2 .support_center_subline .support_title {
  font-size: 14px;
  margin-bottom: 6px;
}
.footer_style_2 .support_center_subline .support_number {
  font-size: 14px;
  padding: 12px 20px 10px 20px;
}
.footer_style_2 .support_center_subline .support_icon {
  font-size: 46px;
}
.footer_style_2 .copyright_widget .copyright_text {
  color: var(--bs-dark);
}
.footer_style_2 .form-group input.form-control {
  height: 52px;
  padding-top: 2px;
}

.footer_style_3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer_style_3 .footer_top {
  padding: 60px 0;
  background-color: rgba(255, 60, 31, 0.96);
}
.footer_style_3 .footer_middle {
  padding: 80px 0;
}
.footer_style_3 .footer_middle,
.footer_style_3 .footer_bottom {
  background-color: rgba(6, 17, 92, 0.96);
}
.footer_style_3 .footer_bottom {
  padding: 36px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_style_3 .iconbox_item .iconbox_icon {
  width: 90px;
  height: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  font-size: 30px;
  margin: 0 15px 0 0;
  border-color: var(--bs-white);
}
.footer_style_3 .iconbox_item .iconbox_title {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--bs-white);
}
.footer_style_3 .iconbox_item p {
  opacity: 0.85;
  line-height: 1.5;
}
.footer_style_3 .info_list a {
  font-weight: 400;
  color: var(--bs-white);
}
.footer_style_3 .info_list a:hover {
  color: var(--bs-primary);
}
.footer_style_3 .info_list .list_icon {
  margin-right: 4px;
}
.footer_style_3 .footer_widget_title {
  margin-bottom: 30px;
  color: var(--bs-white);
}
.footer_style_3 .site_logo .site_link {
  max-width: 169px;
  margin-bottom: 30px;
}
.footer_style_3 .form-group .form-control,
.footer_style_3 .form-group .form-select {
  padding: 2px 20px 0;
  border-color: var(--bs-white);
}
.footer_style_3 .form-group .form-control:focus,
.footer_style_3 .form-group .form-select:focus {
  -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
}
.footer_style_3 .form-group .form-control:hover,
.footer_style_3 .form-group .form-control:focus,
.footer_style_3 .form-group .form-select:hover,
.footer_style_3 .form-group .form-select:focus {
  border-color: var(--bs-white);
}
.footer_style_3 .social_links a {
  color: var(--bs-white);
}

/* 3.02 - Site Footer - End
================================================== */
/* 3.03 - Page Banner - Start
================================================== */
.page_banner {
 padding: 163px 0 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-position: center center;
      background-color: #2e3771;
}

.heighlight_page_title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 36px;
  border-radius: 40px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 30px 8px;
  color: var(--bs-white);
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.page_title {
     line-height: 1;
    font-size: 40px;
    margin-bottom: 14px;
    color: var(--bs-white);
}

.page_description {
opacity: 0.8;
    font-size: 26px;
    max-width: 630px;
    line-height: 28px;
    color: #fff;
}

.text-center .page_description {
  margin: auto;
}

/* 3.03 - Page Banner - End
================================================== */
/* 3.04 - Sidebar - Start
================================================== */
.sidebar > *:not(:last-child) {
  margin-bottom: 60px;
}
.sidebar .instagram_shoot_list {
  padding: 0;
  margin: -5px;
}
.sidebar .instagram_shoot_list > li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 5px;
  width: 33.333%;
}

.sidebar_items_title {
  line-height: 1;
  font-size: 24px;
  margin-bottom: 25px;
}

/* 3.04 - Sidebar - End
================================================== */
/* 4.01 - Page Hero Section - Start
================================================== */
 

.hero_section .btn {
  font-size: 16px;
  padding: 13px 30px 13px 36px;
}

.hero_heading_text {
  color: #fff;
    font-size: 50px;
  line-height: 1.2;
  margin-bottom: 7px;
}

.hero_heading_description {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.hero_content_badge {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 30px;
  margin-bottom: 22px;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 10px 20px 6px;
  color: var(--bs-primary);
  text-transform: uppercase;
  background-color: var(--bs-white);
  font-family: var(--bs-font-heading);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.hero_slider_1 {
  position: relative;
  padding: 211px 0 0px;
  background-size: cover;
  background-color: #132045;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero_slider_1 .hero_heading_description {
  max-width: 516px;
}
.hero_slider_1 .hero_slider_image {
        margin: -103px -163px 0px 92px;
}
.hero_slider_1 .hero_slider_image img {
  width: 100%;
  display: block;
}
.hero_slider_1 .swiper-pagination {
  top: 50%;
  left: auto;
  right: 100px;
  bottom: auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 2px;
  position: absolute;
  border-radius: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--bs-white);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.hero_slider_1 .swiper-pagination span {
  margin: 0;
  z-index: 1;
  opacity: 1;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 100%;
  color: var(--bs-dark);
  background-color: transparent;
  font-family: var(--bs-font-heading);
}
.hero_slider_1 .swiper-pagination span:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  background: -webkit-gradient(linear, left bottom, left top, from(#ff190d), to(#ff5f31));
  background: linear-gradient(0deg, #ff190d, #ff5f31);
}
.hero_slider_1 .swiper-pagination span:not(:last-child) {
  margin-bottom: 6px;
}
.hero_slider_1 .swiper-pagination span:hover, .hero_slider_1 .swiper-pagination span.swiper-pagination-bullet-active {
  color: var(--bs-white);
}
.hero_slider_1 .swiper-pagination span:hover:before, .hero_slider_1 .swiper-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hero_slider_2 {
  z-index: 1;
  position: relative;
}
.hero_slider_2 .parallax-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 130%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: var(--bs-secondary);
}
.hero_slider_2 .swiper-slide {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero_slider_2 .hero_content_wrap {
  max-width: 600px;
  margin-top: 75px;
}
.hero_slider_2 .hero_heading_text {
  font-size: 70px;
  margin-bottom: 18px;
  color: var(--bs-white);
}
.hero_slider_2 .hero_heading_description {
  opacity: 0.8;
  font-size: 20px;
  color: var(--bs-white);
}
.hero_slider_2 .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero_slider_2 .support_center_subline {
  margin-left: 40px;
}
.hero_slider_2 .support_center_subline .support_icon {
  line-height: 1;
  font-size: 40px;
  margin-right: 15px;
  color: var(--bs-white);
}
.hero_slider_2 .support_center_subline .support_title {
  opacity: 0.8;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  color: var(--bs-white);
}
.hero_slider_2 .support_center_subline .support_number {
  color: var(--bs-white);
}
.hero_slider_2 .support_center_subline .support_number:hover {
  color: var(--bs-primary);
}
.hero_slider_2 .carousel_arrows {
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 95px;
  position: absolute;
}
.hero_slider_2 .carousel_arrows .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero_slider_2 .swiper-pagination-hs2 {
  width: auto;
  margin: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero_slider_2 .swiper-pagination-hs2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 100%;
  background-color: var(--bs-white);
}
.hero_slider_2 .swiper-pagination-hs2 .swiper-pagination-bullet-active {
  opacity: 1;
}
.hero_slider_2 [class*=swiper-button-] {
  width: 40px;
  height: 40px;
  color: var(--bs-white);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-color: rgba(255, 255, 255, 0.04);
  background-color: rgba(255, 255, 255, 0.06);
}
.hero_slider_2 [class*=swiper-button-]:hover {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}

.hero_slider_3 {
  position: relative;
}
.hero_slider_3 .swiper-slide {
  padding: 318px 0 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero_slider_3 .hero_content_wrap {
  max-width: 630px;
}
.hero_slider_3 p {
  max-width: 490px;
  color: var(--bs-dark);
}
.hero_slider_3 [class*=swiper-button-] {
  top: 50%;
  z-index: 2;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero_slider_3 .swiper-button-hs3-prev {
  left: 60px;
}
.hero_slider_3 .swiper-button-hs3-next {
  right: 60px;
}

/* 4.01 - Page Hero Section - End
================================================== */
/* 4.02 - Service - Start
================================================== */
.service_default_style .service_item {
  z-index: 1;
  position: relative;
  padding: 80px 40px;
  border: 1px solid var(--bs-light);
  border-radius: 200px 0 200px 200px;
}
.service_default_style .service_item:before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  display: block;
  -webkit-transition: 200ms;
  transition: 200ms;
  position: absolute;
  visibility: hidden;
  -webkit-transform-origin: top;
          transform-origin: top;
  border-radius: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: center center;
  background-color: var(--bs-secondary);
  -webkit-transform: perspective(300px) rotateX(-8deg);
          transform: perspective(300px) rotateX(-8deg);
  background-image: url("../images/shapes/shape_flow_1.jpg");
}
.service_default_style .service_item .service_icon {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100% 0% 100% 100%;
}
.service_default_style .service_item .service_icon img {
  max-width: 70px;
}
.service_default_style .service_item .service_title {
  font-size: 24px;
  margin-bottom: 10px;
}
.service_default_style .service_item .service_title > a {
  color: var(--bs-dark);
}
.service_default_style .service_item .service_title > a:hover {
  opacity: 0.6;
}
.service_default_style .service_item .service_short_description {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
}
.service_default_style .service_item .btn-link .btn_icon {
  -webkit-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
}
.service_default_style .service_item .btn-link .btn_text {
  display: none;
}
.service_default_style .service_item [class*=shape_] {
  opacity: 0;
  z-index: -2;
  max-width: 95px;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.service_default_style .service_item [class*=pattern_1] {
  left: 0;
  top: -30px;
}
.service_default_style .service_item [class*=pattern_2] {
  right: 0;
  bottom: -30px;
}
.service_default_style .service_item:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(300px) rotateX(0deg);
          transform: perspective(300px) rotateX(0deg);
}
.service_default_style .service_item:hover .service_title > a {
  color: var(--bs-white);
}
.service_default_style .service_item:hover .service_short_description {
  opacity: 0.8;
  color: var(--bs-white);
}
.service_default_style .service_item:hover .btn-link .btn_icon {
  color: var(--bs-white);
  border-color: rgba(255, 255, 255, 0.1);
}
.service_default_style .service_item:hover [class*=shape_] {
  opacity: 1;
}
.service_default_style .service_item:hover [class*=pattern_1] {
  top: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service_default_style .service_item:hover [class*=pattern_2] {
  bottom: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.service_collapse_items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service_collapse_items .title_wrap {
  width: 10%;
  float: left;
  z-index: 1;
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 30px 0 30px 30px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border-top-left-radius: 60px;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-border-color);
}
.service_collapse_items .title_wrap:not(.active):hover .item_title,
.service_collapse_items .title_wrap:not(.active):hover .icon_plus {
  color: var(--bs-primary);
}
.service_collapse_items .title_wrap.active {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}
.service_collapse_items .title_wrap.active .item_title,
.service_collapse_items .title_wrap.active .icon_plus {
  color: var(--bs-white);
}
.service_collapse_items .title_wrap.active .icon_plus {
  border-color: var(--bs-primary);
}
.service_collapse_items .title_wrap .item_title {
  margin: 0;
  font-size: 30px;
  padding: 30px 0;
}
.service_collapse_items .title_wrap .icon_plus {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  margin-top: -1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100% 0% 100% 100%;
  border: 1px solid var(--bs-border-color);
}
.service_collapse_items .item_content {
  width: 0;
  height: auto;
  float: left;
  height: 200px;
  display: none;
  margin-left: -60px;
  border-radius: 10px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  padding: 55px 60px 52px 100px;
  background-color: var(--bs-secondary);
}
.service_collapse_items .item_content.show {
  width: 40%;
  display: table;
}
.service_collapse_items p {
  margin-bottom: 20px;
  color: var(--bs-white);
}
.service_collapse_items img {
  display: block;
  border-radius: 10px;
  margin-bottom: 20px;
}
.service_collapse_items .info_list > li {
  color: var(--bs-white);
}
.service_collapse_items .info_list > li:not(:last-child) {
  margin-bottom: 6px;
}
.service_collapse_items .info_list .list_icon {
  margin-right: 6px;
}

.consulting_tab_wrapper {
  padding-bottom: 65px;
}
.consulting_tab_wrapper .item_image {
  margin-left: -250px;
}
.consulting_tab_wrapper .item_content {
  z-index: 1;
  padding:20px;
  position: relative;
     border-radius: 20px;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-border-color);
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}
.consulting_tab_wrapper .item_title {
  line-height: 1;
  font-size: 30px;
  margin-bottom: 15px;
}
.consulting_tab_wrapper .info_list {
  margin-bottom: 20px;
}

.workprocess_section {
  z-index: 1;
  position: relative;
}
.workprocess_section .shape_1 {
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 44%;
  position: absolute;
}
.workprocess_section[class*=bg-] {
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-position: center center;
}

.workprocess_section_image {
  width: 680px;
  height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 0% 100% 100% 100%;
}
.workprocess_section_image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.workprocess_item .item_serial_number {
  width: 100px;
  height: 100px;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  line-height: 104px;
  border-radius: 100%;
  margin-bottom: 34px;
  display: inline-block;
  color: var(--bs-primary);
  background-color: var(--bs-white);
  border: 2px solid var(--bs-primary);
}
.workprocess_item .item_title {
  line-height: 1;
  font-size: 26px;
  margin-bottom: 14px;
}

.workprocess_items_group {
  z-index: 1;
  position: relative;
}
.workprocess_items_group:before {
  top: 63px;
  left: 50%;
  width: 80%;
  height: 2px;
  z-index: -1;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 2px solid var(--bs-primary);
}

.workprocess_item.left_align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.workprocess_item.left_align:not(:last-child) {
  margin-bottom: 40px;
}
.workprocess_item.left_align .item_serial_number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 30px 0 0;
  border-top-right-radius: 0px;
}
.workprocess_item.left_align .item_title {
  margin-bottom: 12px;
}
.workprocess_item.left_align.text-white p {
  opacity: 0.7;
}

.bg-secondary .workprocess_item.left_align .item_serial_number {
  border-color: #22329d;
  color: var(--bs-white);
  background-color: #22329d;
}

/* 4.02 - Service - End
================================================== */
/* 4.03 - Team - Start
================================================== */
.call{
    font-size: 30px; font-style: normal; font-weight: 500;
}
.team_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.team_section:has(.calltoaction_wrapper) {
  margin-bottom: 103px;
}
.team_section .calltoaction_wrapper {
  z-index: 1;
  position: relative;
  margin: 120px 0 -223px;
}

.team_item .team_member_social {
  top: 20px;
  right: 20px;
  z-index: 2;
  position: absolute;
}
.team_item .image_wrap {
  width: 350px;
  height: 350px;
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 100% 0% 100% 100%;
}
.team_item .image_wrap:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: var(--bs-secondary);
}
.team_item .image_wrap:after {
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 2;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
  content: "\e09f";
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  color: var(--bs-white);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
  background-color: var(--bs-primary);
}
.team_item .image_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.team_item .team_member_image {
  position: relative;
  display: inline-block;
}
.team_item .team_member_image:hover .image_wrap:before {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.team_item .team_member_image:hover .image_wrap:after {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.team_item .item_content {
  position: relative;
}
.team_item .support_center_subline {
  margin: 10px 0 20px;
}
.team_item .support_center_subline .support_number {
  font-size: 14px;
  padding: 12px 22px 9px 20px;
  background-color: var(--bs-white);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.team_item .support_center_subline .support_number i {
  margin-right: 2px;
}
.team_item .support_center_subline .support_number:hover {
  color: var(--bs-primary);
}
.team_item .team_member_name {
  line-height: 1;
  font-size: 30px;
  margin-bottom: 10px;
}
.team_item .team_member_name a {
  color: var(--bs-dark);
}
.team_item .team_member_name a:hover {
  color: var(--bs-primary);
}
.team_item .team_member_designation {
  font-size: 15px;
  font-weight: 500;
  color: var(--bs-body-color);
  font-family: var(--bs-font-body);
}

.team_item_2 .team_item_image {
  width: 540px;
  height: 540px;
  margin: auto;
  overflow: hidden;
  border-radius: 0% 100% 100% 100%;
}
.team_item_2 .team_member_designation {
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
  color: var(--bs-body-color);
}
.team_item_2 .team_member_name_text {
  line-height: 1;
  font-size: 36px;
  margin-bottom: 30px;
}
.team_item_2 .social_links {
  margin: -4px;
}
.team_item_2 .social_links > li {
  padding: 4px;
}
.team_item_2 .social_links a .social_icon {
  width: 44px;
  height: 44px;
  background-color: var(--bs-light);
}
.team_item_2 .contact_info_list {
  margin-bottom: 30px;
}

.team_item_2_carousel {
  position: relative;
  padding-right: 180px;
}
.team_item_2_carousel .team_carousel_nav {
  top: 50%;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.team_carousel_nav {
  overflow: hidden;
  max-width: 150px;
  max-height: 320px;
}
.team_carousel_nav .swiper-slide {
  padding: 5px;
  cursor: pointer;
}
.team_carousel_nav .team_item_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  border-radius: 0% 100% 100% 100%;
}
.team_carousel_nav .team_item_image:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background-color: var(--bs-primary);
}
.team_carousel_nav .swiper-slide-active .team_item_image:before {
  opacity: 0.7;
}

/*Required CSS*/
.radial-progress {
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 200px;
  border-radius: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: var(--bs-light);
}

.svg-container .radial-progress:not(:last-child) {
  margin: 0 15px 0 0;
}

.radial-progress circle {
  fill: transparent;
  stroke: var(--bs-primary);
}

.radial-progress .bar-static {
  stroke: var(--bs-primary);
}

.radial-progress .bar--animated {
  stroke-dasharray: 219.9114857513;
  stroke: var(--bs-primary);
  stroke-dashoffset: 219.9114857513;
  stroke-width: 4px;
  stroke-linecap: round;
}

.radial-progress text {
  position: relative;
  text-anchor: middle;
}

.radial-progress .countervalue {
  font-size: 16px;
  font-weight: 700;
}

.radial-progress .title {
  font-size: 6px;
  font-weight: 500;
}

.bar--animated {
  stroke-dashoffset: 217.8;
}

/* 4.03 - Team - End
================================================== */
/* 4.04 - Pricing - Start
================================================== */
.pricing_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.pricing_item {
  position: relative;
  background-color: var(--bs-white);
  border-radius: 100px 0px 60px 60px;
  border: 1px solid var(--bs-border-color);
}
.pricing_item .pricing_item_head {
  z-index: 1;
  margin: -1px;
  position: relative;
  padding: 50px 50px 39px;
  border-radius: 100px 0px 100px 100px;
  background-color: var(--bs-secondary);
}
.pricing_item .pricing_item_body,
.pricing_item .pricing_item_footer {
  padding: 50px;
}
.pricing_item .pricing_item_footer {
  margin-top: -10px;
}
.pricing_item .pricing_item_icon {
  top: 100%;
  z-index: 2;
  right: 50px;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  margin-top: -35px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--bs-primary);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100% 0% 100% 100%;
  background-color: var(--bs-white);
  border: 2px solid var(--bs-primary);
}
.pricing_item .pricing_item_icon i {
  margin-left: 5px;
}
.pricing_item .pricing_item_title {
  line-height: 1;
  font-size: 22px;
  color: var(--bs-white);
}
.pricing_item .pricing_package_name {
  opacity: 0.7;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 26px;
  letter-spacing: 2px;
  color: var(--bs-white);
  text-transform: uppercase;
}
.pricing_item .price_value_wrap .currency_symbol {
  top: -14px;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  color: var(--bs-primary);
}
.pricing_item .price_value_wrap .price_value {
  line-height: 1;
  font-size: 50px;
  font-weight: 700;
  color: var(--bs-white);
  font-family: var(--bs-font-heading);
}
.pricing_item .pricing_feature_list > li {
  color: var(--bs-dark);
}
.pricing_item .pricing_feature_list > li:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--bs-border-color);
}
.pricing_item .pricing_feature_list > li .list_icon {
  font-size: 18px;
  margin: 1px 6px 0 0;
}
.pricing_item .pricing_feature_list > li .list_icon:has(.fa-circle-check) {
  color: #008d48;
}
.pricing_item .pricing_feature_list > li .list_icon:has(.fa-circle-xmark) {
  color: #dc2827;
}
.pricing_item .btn {
  width: 100%;
}
.pricing_item .badge {
  top: 10px;
  right: -1px;
  z-index: 2;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  letter-spacing: 1px;
  color: var(--bs-dark);
  text-transform: uppercase;
  background-color: #ebff00;
  padding: 11px 12px 8px 20px;
  border-radius: 30px 0px 0px 30px;
}
.pricing_item:has(.badge) {
  border-color: var(--bs-primary);
}
.pricing_item:has(.badge) .pricing_item_head {
  background: -webkit-gradient(linear, left bottom, left top, from(#ff190d), to(#ff5f31));
  background: linear-gradient(0deg, #ff190d, #ff5f31);
}
.pricing_item:has(.badge) .price_value_wrap .currency_symbol {
  color: var(--bs-white);
}

.mySwiper2 {
  padding: 10px;
  background-color: red;
}

/* 4.04 - Pricing - End
================================================== */
/* 4.05 - Policy - Start
================================================== */
.policy_items_grouped {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 708px;
}
.policy_items_grouped > li {
  width: 50%;
  padding: 10px;
}
.policy_items_grouped > li:nth-child(1) .policy_item {
  border-radius: 100% 100% 0% 100%;
}
.policy_items_grouped > li:nth-child(2) .policy_item {
  border-radius: 100% 100% 100% 0%;
}
.policy_items_grouped > li:nth-child(4) .policy_item {
  border-radius: 0% 100% 100% 100%;
}

.policy_item {
  width: 334px;
  height: 334px;
  padding: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100% 0% 100% 100%;
  background-color: var(--bs-light);
}
.policy_item > * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.policy_item .item_icon {
  line-height: 1;
  font-size: 60px;
  margin-bottom: 25px;
  color: var(--bs-primary);
}
.policy_item .item_title {
  line-height: 1;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 8px;
}
.policy_item p {
  font-size: 15px;
  line-height: 24px;
}
.policy_item:hover {
  background-color: var(--bs-primary);
}
.policy_item:hover > *,
.policy_item:hover .item_title {
  color: var(--bs-white);
}

/* 4.05 - Policy - End
================================================== */
/* 4.06 - Blog - Start
================================================== */
.blog_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.blog_section[class*=bg-] {
  background-blend-mode: overlay;
}
.blog_section .carousel_5col {
  padding: 0 15px;
}

.blog_item {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.blog_item .image_wrap {
  display: block;
  overflow: hidden;
  border-radius: 30px;
}
.blog_item .image_wrap img {
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
    height: auto;
    width: 100%;
}
.blog_item .image_wrap:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.blog_item .post_date {
  width: 110px;
  height: 110px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: -55px 0 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--bs-white);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100% 0% 100% 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff190d), to(#ff5f31));
  background: linear-gradient(0deg, #ff190d, #ff5f31);
}
.blog_item .post_date strong {
  font-size: 40px;
  font-weight: 800;
  font-family: var(--bs-font-heading);
}
.blog_item .post_date span {
  font-size: 14px;
}
.blog_item .blog_content {
  z-index: 1;
  max-width: 430px;
  position: relative;
  padding: 40px 50px;
  margin: -100px 0 0 40px;
  background-color: var(--bs-light);
  border-radius: 80px 0px 80px 80px;
}
.blog_item:has(.post_date) .blog_content {
  padding-top: 0;
}
.blog_item .blog_title {
  font-size: 22px;
  line-height: 26px;
  margin: 8px 0 23px;
}
.blog_item .blog_title > a {
  color: var(--bs-dark);
}
.blog_item .blog_title > a:hover {
  color: var(--bs-primary);
}
.blog_item .btn-link .btn_icon {
  width: 40px;
  height: 40px;
}

.col-lg-4 .blog_item .blog_content {
  max-width: 350px;
  border-radius: 50px;
  margin: -50px auto 0;
  padding: 0px 30px 40px;
}
.col-lg-4 .blog_item .post_date {
  width: 100px;
  height: 100px;
  margin: -60px 0 13px;
}
.col-lg-4 .blog_item .post_date strong {
  font-size: 30px;
}
.col-lg-4 .blog_item .post_date span {
  font-size: 12px;
}
.col-lg-4 .blog_item .blog_title {
  margin: 8px 0 15px;
}

.blog_item.blog_layout_2 {
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-border-color);
}
.blog_item.blog_layout_2:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(4, 4, 4, 0.05);
          box-shadow: 0px 10px 20px 0px rgba(4, 4, 4, 0.05);
}
.blog_item.blog_layout_2 .image_wrap {
  border-radius: 0;
}
.blog_item.blog_layout_2 .post_admin {
  z-index: 1;
  margin-top: -48px;
  position: relative;
  padding: 11px 40px 9px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.502);
}
.blog_item.blog_layout_2 .post_admin .admin_image {
  z-index: 1;
  top: 20px;
  right: 40px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  border-radius: 100% 0% 100% 100%;
  border: 1px solid var(--bs-border-color);
}
.blog_item.blog_layout_2 .post_admin .admin_name {
  font-size: 14px;
  font-weight: 500;
  color: var(--bs-white);
}
.blog_item.blog_layout_2 .blog_content {
  margin: 0;
  max-width: 100%;
  border-radius: 0;
  padding: 10px;
  background-color: transparent;
}
.blog_item.blog_layout_2 .btn-link {
  font-size: 16px;
}
.blog_item.blog_layout_2 .btn-link .btn_icon {
  width: 34px;
  height: 34px;
}
.blog_item.blog_layout_2 .blog_title {
  margin: 4px 0 16px;
}

.blog_item.blog_layout_3 .blog_content {
  max-width: 100%;
  border-radius: 20px;
  margin: -85px 40px 0 40px;
  padding: 40px 40px 40px 160px;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-border-color);
}
.blog_item.blog_layout_3 .post_date {
  margin: 0;
  top: 30px;
  left: 30px;
  position: absolute;
}

.recent_post_list > li:not(:last-child) {
  margin-bottom: 20px;
}

.recent_post_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recent_post_item .post_image {
  width: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  margin-right: 14px;
  border-radius: 10px;
}
.recent_post_item .post_image img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recent_post_item .post_content strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--bs-dark);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: var(--bs-font-heading);
}
.recent_post_item .post_content small {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: var(--bs-body-color);
}
.recent_post_item:hover .post_content strong {
  color: var(--bs-primary);
}
.recent_post_item:hover .post_image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

/* 4.06 - Blog - End
================================================== */
/* 4.07 - Project - Start
================================================== */
.row:has(.project_item) {
  margin: -50px;
}
.row:has(.project_item) > [class*=col-] {
  padding: 25px;
}

.project_item .image_wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
.project_item .image_wrap.rounded-pill {
  width: 335px;
  height: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
.project_item .image_wrap:before {
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  content: "\e09f";
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  color: var(--bs-dark);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--bs-white);
  font-family: "Font Awesome 5 Pro";
}
.project_item .image_wrap img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.project_item:has(.rounded-pill) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.project_item:hover .image_wrap:before {
  opacity: 1;
}
.project_item:hover .image_wrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project_item .project_content {
  padding: 20px 0 0;
}
.project_item .project_title {
  font-size: 26px;
  line-height: 30px;
}
.project_item .project_title > a {
  color: var(--bs-dark);
}
.project_item .project_title > a:hover {
  color: var(--bs-primary);
}

.project_category_list {
  margin: 0 0 12px;
}
.project_category_list > li {
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.project_category_list > li:not(:last-child) {
  margin-right: 8px;
}
.project_category_list > li:not(:last-child):after {
  right: 0;
  bottom: 0;
  content: ",";
}
.project_category_list > li > a {
  color: var(--bs-body-color);
}
.project_category_list > li > a:hover {
  color: var(--bs-primary);
}
.projects_section
{
    padding-top:45px;
}
.projects_section .carousel_3col {
  padding: 0 15px;
}

.project_item.leftside_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project_item.leftside_content .project_content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 480px;
  margin: 0 -20px 0 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 60px 28px 60px 40px;
  border-radius: 100px 100px 100px 0px;
  border: 1px solid var(--bs-border-color);
}
.project_item.leftside_content:hover .project_content {
  border-color: var(--bs-primary);
}
.project_item.leftside_content .project_category_list > li:not(:last-child) {
  margin: 0 0 8px 0;
}
.project_item.leftside_content .project_title {
  margin: 0 10px 0 0;
}
.project_item.leftside_content .project_image {
  z-index: 1;
  position: relative;
}

.project_item.content_over_image {
  overflow: hidden;
  position: relative;
  border-radius: 14px;
}
.project_item.content_over_image .image_wrap:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  content: "";
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: linear-gradient(0deg, black, transparent);
}
.project_item.content_over_image .project_content {
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  bottom: -10px;
  padding: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}
.project_item.content_over_image .project_title > a {
  color: var(--bs-white);
}
.project_item.content_over_image .project_title > a:hover {
  color: var(--bs-primary);
}
.project_item.content_over_image .project_category_list > li > a {
  opacity: 0.6;
  color: var(--bs-white);
}
.project_item.content_over_image .project_category_list > li > a:hover {
  opacity: 1;
}
.project_item.content_over_image .project_category_list > li:not(:last-child):after {
  opacity: 0.6;
  color: var(--bs-white);
}
.project_item.content_over_image:hover .image_wrap:after {
  opacity: 1;
}
.project_item.content_over_image:hover .project_content {
  bottom: 0;
  opacity: 1;
}

/* 4.07 - Project - End
================================================== */
/* 4.08 - Partners Logo - Start
================================================== */
.partners_logo_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners_logo_wrapper {
  border: 1px solid var(--bs-border-color);
}
.partners_logo_wrapper > li {
  width: 25%;
}
.partners_logo_wrapper .partners_logo_item {
  margin: -1px;
  height: 226px;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-border-color);
}
.partners_logo_wrapper .partners_logo_item:hover {
  z-index: 1;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.partners_logo_carousel {
  position: relative;
}
.partners_logo_carousel:before, .partners_logo_carousel:after {
  top: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  width: 100px;
  position: absolute;
}
.partners_logo_carousel:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--bs-white)), to(transparent));
  background: linear-gradient(90deg, var(--bs-white), transparent);
}
.partners_logo_carousel:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(var(--bs-white)), to(transparent));
  background: linear-gradient(-90deg, var(--bs-white), transparent);
}
.partners_logo_carousel .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.col-lg-8 .partners_logo_wrapper > li {
  width: 33.333%;
}
.col-lg-8 .partners_logo_wrapper .partners_logo_item {
  height: 180px;
}

/* 4.08 - Partners Logo - End
================================================== */
/* 4.09 - Call To Action - Start
================================================== */
.calltoaction_section {
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: center center;
}

.calltoaction_wrapper {
  padding: 60px 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-position: center center;
  border-radius: 120px 0px 120px 120px;
  background-color: var(--bs-secondary);
}
.calltoaction_wrapper .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calltoaction_wrapper .title_wrap .item_icon {
  margin-right: 30px;
}
.calltoaction_wrapper .title_wrap .item_title {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--bs-white);
}
.calltoaction_wrapper .title_wrap p {
  opacity: 0.7;
  font-size: 20px;
  color: var(--bs-white);
}

.calltoaction_wrapper_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calltoaction_wrapper_2 .item_icon {
  width: 160px;
  height: 160px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 40px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100% 0% 100% 100%;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-border-color);
}
.calltoaction_wrapper_2 .item_title {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 24px;
}
.calltoaction_wrapper_2 .item_title b {
  font-weight: 700;
}
.calltoaction_wrapper_2 p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 46px;
}
.calltoaction_wrapper_2.text-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calltoaction_wrapper_2.text-center .item_icon {
  margin: 0 0 40px;
}

/* 4.09 - Call To Action - End
================================================== */
/* 4.10 - Testimonial - Start
================================================== */
.testimonial_section {
  z-index: 1;
  position: relative;
}
.testimonial_section .decoration_item {
  top: 0;
  right: 0;
  z-index: -1;
  width: 700px;
  height: 750px;
  position: absolute;
  background-size: cover;
  border-radius: 0% 0% 0% 60%;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-position: right center;
  background-color: var(--bs-secondary);
}

.testimonial_item {
  margin: auto;
  width: 570px;
  height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--bs-white);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100% 0% 100% 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ff190d), to(#ff5f31));
  background: linear-gradient(90deg, #ff190d, #ff5f31);
}
.testimonial_item .quote_icon {
  font-size: 100px;
  margin-bottom: 11px;
}
.testimonial_item .quote_icon i {
  margin: -6px 0 -44px;
}
.testimonial_item .testimonial_content {
  font-size: 24px;
  max-width: 410px;
  line-height: 36px;
  margin-bottom: 33px;
}
.testimonial_item .testimonial_admin {
  line-height: 1;
  font-size: 26px;
  color: var(--bs-white);
}
.testimonial_item .testimonial_admin_designation {
  opacity: 0.7;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  color: var(--bs-white);
  font-family: var(--bs-body-font);
}

.testimonial_carousel .carousel_arrows {
  padding-top: 30px;
}

.testimonial_carousel_nav .image_wrap {
  width: 113px;
  height: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  border-radius: 100% 0% 100% 100%;
  border: 1px solid var(--bs-white);
}
.testimonial_carousel_nav .image_wrap:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  background-color: rgba(255, 60, 31, 0.7);
}
.testimonial_carousel_nav .image_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial_carousel_nav .swiper-slide {
  cursor: pointer;
}
.testimonial_carousel_nav .swiper-slide-thumb-active .image_wrap {
  border-color: var(--bs-primary);
}
.testimonial_carousel_nav .swiper-slide-thumb-active .image_wrap:before {
  opacity: 1;
}
.testimonial_carousel_nav .swiper-slide:hover .image_wrap {
  border-color: var(--bs-primary);
}

@media screen and (min-width: 992px) {
  .testimonial_carousel .testimonial_item {
    margin-right: 75px;
  }
  .testimonial_carousel .carousel_arrows {
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    z-index: 2;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.testimonial_carousel.testimonial_style_2 .testimonial_item {
  width: auto;
  height: auto;
  margin: auto;
  padding: 0 0 50px;
  color: var(--bs-dark);
  background: transparent;
}
.testimonial_carousel.testimonial_style_2 .testimonial_item .testimonial_admin {
  color: var(--bs-dark);
}
.testimonial_carousel.testimonial_style_2 .testimonial_item .testimonial_admin_designation {
  opacity: 1;
  color: var(--bs-body-color);
}
.testimonial_carousel.testimonial_style_2 .testimonial_item .testimonial_content {
  max-width: 700px;
}
.testimonial_carousel.testimonial_style_2 .testimonial_item .quote_icon {
  color: var(--bs-primary);
}
.testimonial_carousel.testimonial_style_2 [class*=t-swiper-button-] {
  top: 40%;
  z-index: 1;
  position: absolute;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.testimonial_carousel.testimonial_style_2 .t-swiper-button-prev {
  left: 0;
}
.testimonial_carousel.testimonial_style_2 .t-swiper-button-next {
  right: 0;
}

/* 4.10 - Testimonial - End
================================================== */
/* 4.11 - Achievement - Start
================================================== */
.achievement_item {
  margin-top: 30px;
}
.achievement_item .item_image {
  width: 270px;
  height: 270px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bs-white);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}
.achievement_item .item_image img {
  max-width: 180px;
}
.achievement_item .year_text {
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  border-radius: 40px;
  display: inline-block;
  color: var(--bs-white);
  padding: 10px 20px 6px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff190d), to(#ff5f31));
  background: linear-gradient(0deg, #ff190d, #ff5f31);
}
.achievement_item .item_title {
  line-height: 1;
  font-size: 24px;
  margin: 20px 0 8px;
}
/* 4.11 - Achievement - End
================================================== */
/* 4.12 - Work Process - Start
================================================== */
.instagram_shoot_list {
  padding: 6px;
}
.instagram_shoot_list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 6px;
}
.instagram_shoot_list a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.instagram_shoot_list a img {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.instagram_shoot_list a:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

/* 4.12 - Work Process - End
================================================== */
/* 5.01 About Page - Start
================================================== */
.about_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.about_image_1 {
  padding: 25px;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.about_image_1 .year_counter {
  z-index: 2;
  right: 55px;
  bottom: 55px;
  position: absolute;
}

.about_image_2 {
  z-index: 1;
  float: right;
  position: relative;
  padding: 80px 0 50px;
}
.about_image_2 .image_wrap {
  width: 640px;
  height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 100% 0% 100% 100%;
}
.about_image_2 .image_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.about_image_2 .shape_bg {
  bottom: 0;
  z-index: -1;
  right: 120px;
  width: 770px;
  height: 770px;
  position: absolute;
  border-radius: 100% 100% 0% 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ff190d), to(#ff5f31));
  background: linear-gradient(90deg, #ff190d, #ff5f31);
}
.about_image_2 .shape_papers {
  top: 0;
  bottom: 0;
  z-index: 1;
  left: -110px;
  right: -50px;
  text-align: center;
  position: absolute;
}

.about_image_3 {
  position: relative;
}
.about_image_3 .popup_video {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  font-size: 42px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.year_counter {
  width: 240px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0% 100% 100% 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff190d), to(#ff5f31));
  background: linear-gradient(0deg, #ff190d, #ff5f31);
}
.year_counter .counter_value {
  line-height: 1;
  font-size: 70px;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-white);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--bs-font-secondary);
}
.year_counter .counter_value span {
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.year_counter .counter_description {
  font-size: 17px;
  line-height: 1.167;
  color: var(--bs-white);
}

.about_content_1 {
  padding: 0 90px 0 70px;
}
.about_content_1 .about_title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 16px;
}
.about_content_1 p {
  margin-bottom: 50px;
}

.author_signature .signature_image {
  max-width: 290px;
}
.author_signature .author_name {
  font-size: 28px;
  margin: 10px 0 5px;
}
.author_signature .author_designation {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--bs-font-body);
}

.company_expertise_section {
  margin-bottom: 100px;
  background-size: 1225px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f0fff1;
}
.company_expertise_section .section_heading {
  margin-bottom: 90px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--bs-dark);
}
.company_expertise_section .lady_image {
  margin: -84px -110px 0 -72px;
}
.company_expertise_section .video_wrapper {
  z-index: 1;
  margin: 0 -352px -220px 0;
}

/* 5.01 About Page - End
================================================== */
/* 5.02 - All Details Pages - Start
================================================== */
[class*=_details_section] .details_image {
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 50px;
}
[class*=_details_section] .details_image img {
  width: 100%;
  display: block;
}
[class*=_details_section] .details_item_title {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 20px;
}
[class*=_details_section] .details_content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}
[class*=_details_section] .video_wrapper {
  min-height: 400px;
  border-radius: 10px;
  margin-bottom: 50px;
}
[class*=_details_section] .video_wrapper .popup_video {
  width: 120px;
  height: 120px;
  font-size: 42px;
}
[class*=_details_section] .policy_item {
  height: auto;
  width: 100%;
  text-align: left;
  border-radius: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
[class*=_details_section] .policy_item p {
  font-size: 16px;
}
[class*=_details_section] .team_member_designation {
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}
[class*=_details_section] .radial-progress {
  max-width: 210px;
}
[class*=_details_section] .svg-container .radial-progress:not(:last-child) {
  margin: 0 40px 0 0;
}

.details_info_title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

.prevnext_post_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 40px;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--bs-light);
}
.prevnext_post_nav > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--bs-dark);
}
.prevnext_post_nav > a > * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prevnext_post_nav > a .btn_icon {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bs-white);
}
.prevnext_post_nav > a .btn_text {
  padding: 0 15px;
}
.prevnext_post_nav > a:hover {
  color: var(--bs-primary);
}
.prevnext_post_nav > a:hover .btn_icon {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}
.prevnext_post_nav > a:last-child .btn_icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.project_info_list > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.project_info_list > ul .list_text {
  font-weight: 500;
}
.project_info_list > ul .list_text:first-child {
  width: 220px;
  font-weight: 700;
  padding-right: 15px;
  display: inline-block;
  color: var(--bs-primary);
}

.details_post_date {
  width: 110px;
  height: 110px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--bs-white);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -55px 0 25px 30px;
  border-radius: 100% 0% 100% 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff190d), to(#ff5f31));
  background: linear-gradient(0deg, #ff190d, #ff5f31);
}
.details_post_date strong {
  font-size: 40px;
  font-weight: 800;
  font-family: var(--bs-font-heading);
}
.details_post_date span {
  font-size: 14px;
}

.post_meta {
  margin-bottom: 10px;
}

blockquote {
  margin-bottom: 70px;
  border-radius: 10px;
  background-size: cover;
  padding: 44px 34px 0 34px;
  background-repeat: no-repeat;
  background-position: center center;
}
blockquote .content_wrap {
  width: 420px;
  height: 420px;
  padding: 60px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--bs-white);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100% 0% 100% 100%;
  background-color: var(--bs-primary);
}
blockquote p {
  font-size: 20px;
  margin-bottom: 25px;
}
blockquote span {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--bs-font-heading);
}
blockquote small {
  font-size: 16px;
}

.blockquote_2 {
  padding: 60px 100px;
  margin-bottom: 50px;
  color: var(--bs-white);
  background-color: var(--bs-primary);
  border-radius: 120px 0px 120px 120px;
}
.blockquote_2 p {
  font-size: 28px;
  font-weight: 600;
}

.team_details_section .details_image {
  padding: 30px;
  border-radius: 0;
  overflow: visible;
  position: relative;
  margin-right: -55px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.team_details_section .details_image .image_wrap {
  width: 580px;
  height: 580px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0% 100% 100% 100%;
}
.team_details_section .details_image .image_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.team_details_section .details_image .year_counter {
  z-index: 1;
  top: 70px;
  left: -70px;
  position: absolute;
}
.team_details_section .details_image .shape_image {
  left: -50px;
  bottom: 30px;
  z-index: -1;
  max-width: 260px;
  position: absolute;
}

/* 5.02 - All Details Pages - End
================================================== */
/* 5.03 - Contact Page - Start
================================================== */
.contact_section{
    padding: 0; margin-top: 100px; padding-top: 20px;  background: #f0fff1;
}

.contact_info_box {
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  position: relative;
}
.contact_info_box .item_icon {
  width: 100px;
  height: 100px;
  font-size: 30px;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--bs-white);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100% 0% 100% 100%;
  background-color: var(--bs-primary);
}
.contact_info_box .item_title {
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  color: var(--bs-body-color);
}
.contact_info_box p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--bs-dark);
}

.gmap_canvas iframe {
  width: 100%;
  height: 500px;
  display: block;
}

/* 5.03 - Contact Page - End
================================================== */
/* 
Responsive For Mobile & Tablet Devices
================================================== 
* Project Name   :  Ajencix - Corporate Business Agency Site Template
* File           :  CSS Base
* Version        :  1.0.0
* Last change    :  Wednesday, September 6, 2023
* Author         :  XtreamWebsite (https://themeforest.net/user/xtreamwebsite)
* Developer			 :	webrok (https://www.fiverr.com/webrok?up_rollout=true)
*	CSS code for responsive layout To make responsive
================================================== 
*/
/* Media Screen 1440px - Start
================================================== */
@media screen and (max-width: 1440px) {
  .project_item.leftside_content .project_content {
    min-height: 380px;
    padding: 40px 28px 40px 40px;
  }
  .project_item .project_title {
    font-size: 20px;
    line-height: 24px;
  }
  .testimonial_section .decoration_item {
    width: 500px;
  }
}
/* Media Screen 1440px - End
================================================== */
/* Media Screen 1199px - Start
================================================== */
@media screen and (max-width: 1199px) {
  .company_expertise_section .video_wrapper {
    margin: 0;
  }
  .company_expertise_section {
    margin-bottom: 0;
  }
  .project_item.leftside_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project_item.leftside_content .project_content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    min-height: auto;
    margin: 10px 0 0 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    padding: 26px 30px 23px 30px;
    border-radius: 0px 100px 100px 100px;
  }
  .header_style_3 .header_bottom {
    padding: 0 15px;
  }
  .header_style_3 .btn {
    border-radius: 0px 40px 40px 0;
  }
  .row:has(.project_item) {
    margin: -15px;
  }
  .grid.row .element-item[class*=col] {
    padding: 15px;
  }
  .filters-button-group {
    margin: -10px -10px 30px;
  }
  .main_menu_list > li:not(:last-child) {
    margin: 0 2px 0 0;
  }
}
/* Media Screen 1199px - End
================================================== */
/* Media Screen 1024px - Start
================================================== */
@media screen and (max-width: 1024px) {
  .site_header .contact_info_list .list_text b {
    display: none;
  }
  .hero_heading_text {
    font-size: 35px;
  }
  .hero_heading_description {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .hero_slider_1 .hero_slider_image {
    margin: -100px 0 0 -30px;
  }
  .hero_slider_1 .swiper-pagination {
    right: 15px;
  }
  .section_heading .section_heading_text {
    font-size: 40px;
  }
  .about_content_1 .about_title {
    font-size: 24px;
    line-height: 32px;
  }
  .project_item .image_wrap.rounded-pill {
    width: 100%;
    height: auto;
    border-radius: 0 !important;
  }
  .row:has(.project_item) {
    margin: -15px;
  }
  .row:has(.project_item) > [class*=col-] {
    padding: 15px;
  }
  .counter_item .counter_value {
    font-size: 60px;
    margin-bottom: 4px;
  }
  .counter_item sup {
    top: -7px;
    font-size: 36px;
  }
  .counter_item .counter_title {
    font-size: 16px;
  }
  .partners_logo_wrapper .partners_logo_item {
    height: 180px;
  }
  .partners_logo_wrapper .partners_logo_item img {
    max-height: 140px;
  }
  .quick_message_form form {
    padding: 60px 40px;
    border-radius: 0 70px 70px 70px;
  }
  .support_center_subline .support_man_image {
    width: 110px;
    height: 110px;
  }
  .hero_slider_2 .swiper-slide {
    height: 750px;
  }
  .service_collapse_items .title_wrap .icon_plus {
    width: 100px;
    height: 100px;
    font-size: 30px;
  }
  .service_collapse_items .title_wrap {
    border-top-left-radius: 50px;
  }
  .team_item .image_wrap {
    width: 300px;
    height: 300px;
  }
  .policy_section [class*=col-] {
    width: 100%;
    text-align: center;
  }
  .pricing_item .pricing_item_body,
  .pricing_item .pricing_item_footer {
    padding: 35px;
  }
  .pricing_item .price_value_wrap .price_value {
    font-size: 42px;
  }
  .pricing_item .pricing_package_name {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .pricing_item .pricing_item_title {
    font-size: 20px;
  }
  .blog_item .blog_title {
    font-size: 20px;
  }
  .testimonial_carousel_nav .image_wrap {
    width: 90px;
    height: 90px;
  }
  .testimonial_section .decoration_item {
    width: 400px;
    height: 700px;
  }
  .header_style_3 .btn {
    padding: 26px 20px;
  }
  .main_menu_list > li > a {
    padding: 8px;
  }
  .header_style_3 .header_bottom .container {
    padding: 0 0 0 15px;
  }
  .consulting_tab_wrapper .item_title {
    font-size: 36px;
  }
  .consulting_tab_wrapper .item_content {
    padding: 40px 26px;
  }
  .tabs_nav button .btn_icon {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .tabs_nav button .btn_text {
    font-size: 16px;
  }
  .tabs_nav button {
    width: 160px;
    height: 160px;
  }
  .iconbox_item .iconbox_icon {
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    font-size: 26px;
    margin: 0 20px 0 0;
  }
  .project_item .image_wrap:before {
    width: 100px;
    height: 100px;
    font-size: 30px;
  }
  .faq_image {
    margin-bottom: -200px;
  }
  .team_item_2 .team_item_image {
    width: 430px;
    height: 430px;
  }
  .radial-progress {
    max-width: 170px;
  }
  .hero_slider_3 .hero_content_wrap {
    margin: auto;
    text-align: center;
  }
  .hero_slider_3 p {
    margin: auto;
  }
  .hero_slider_3 .btn_wrap {
    padding: 30px 0;
  }
  .hero_slider_3 .swiper-slide {
    padding: 260px 0 120px;
  }
  .calltoaction_wrapper_2 .item_title {
    font-size: 48px;
    margin-bottom: 14px;
  }
  .calltoaction_wrapper_2 .item_icon {
    width: 120px;
    height: 120px;
    margin: 0 20px 0 0;
  }
  .calltoaction_wrapper_2 .item_icon img {
    max-width: 50px;
  }
  .calltoaction_wrapper_2 p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .workprocess_items_group:before {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    border: none;
    background-color: var(--bs-primary);
  }
  .workprocess_item {
    margin: auto;
    max-width: 370px;
    padding: 20px 30px;
    border-radius: 20px;
    background-color: var(--bs-white);
  }
  .instagram_shoot_list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .instagram_shoot_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .achievement_item .item_image {
    width: 220px;
    height: 220px;
    margin-bottom: 20px;
  }
  .team_details_section .details_image {
    padding: 10px;
  }
}
/* Media Screen 1024px - End
================================================== */
/* Media Screen 991px - Start
================================================== */
@media screen and (max-width: 991px) {
  .container {
    max-width: 730px;
  }
  .header_style_1 .header_top {
    display: none;
  }
  .header_btns_group > li:first-child {
    display: inline-block;
  }
  .header_btns_group > li:last-child {
    display: none;
  }
  .header_style_1 .main_menu {
    top: 86px;
  }
  .header_style_1.sticky .main_menu {
    top: 66px;
  }
  .hero_slider_1 {
    text-align: center;
    position: relative;
    padding: 160px 0 100px;
  }
  .hero_slider_1 .hero_slider_image {
    max-width: 570px;
    margin: 0px auto auto;
  }
  .hero_slider_1 .hero_heading_description {
    margin: auto;
  }
  .hero_slider_1 .btn_wrap {
    padding: 30px 0;
  }
  .service_default_style .service_item .service_icon {
    width: 120px;
    height: 120px;
  }
  .service_default_style .service_item .service_icon img {
    max-width: 50px;
  }
  .service_default_style .service_item {
    padding: 50px 25px 60px;
    border-radius: 150px 0 150px 150px;
  }
  .about_content_1 {
    padding: 20px 0 0;
    text-align: center;
  }
  .author_signature .signature_image {
    margin: auto;
  }
  .about_content_1 p {
    margin-bottom: 30px;
  }
  .company_expertise_section .lady_image {
    display: none;
  }
  .video_wrapper {
    min-height: 550px;
    border-radius: 20px;
  }
  .popup_video {
    width: 150px;
    height: 150px;
    font-size: 42px;
  }
  .company_expertise_section .section_heading {
    margin-bottom: 40px;
  }
  .counter_wrapper > div:not(:last-child) {
    border: none;
  }
  .partners_logo_wrapper .partners_logo_item {
    height: 150px;
  }
  .partners_logo_wrapper .partners_logo_item img {
    max-height: 100px;
    max-width: 80%;
  }
  .header_style_2:not(.sticky) .main_menu_list > li:hover > a,
  .header_style_2:not(.sticky) .main_menu_list > li.active > a {
    color: var(--bs-primary);
  }
  .header_style_2:not(.sticky) .main_menu_list > li > a {
    color: var(--bs-dark);
  }
  .header_style_2:not(.sticky) .mobile_menu_btn {
    color: var(--bs-white);
  }
  .hero_slider_2 .carousel_arrows .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hero_slider_2 .hero_content_wrap {
    margin-top: -40px;
  }
  .header_style_2 {
    padding: 30px 0;
  }
  .header_style_2.sticky {
    padding: 15px 0;
  }
  .header_style_2 .main_menu {
    top: 86px;
  }
  .header_style_2.sticky .main_menu {
    top: 56px;
  }
  .service_collapse_items {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service_collapse_items .title_wrap {
    margin: 0;
    width: 100%;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    border-radius: 20px;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  .service_collapse_items .item_content.show {
    width: 100%;
  }
  .service_collapse_items .item_content {
    width: auto;
    float: none;
    height: auto;
    padding: 40px;
    margin: 0 0 30px;
    border-radius: 10px;
  }
  .service_collapse_items .title_wrap .icon_plus {
    margin: 0 20px 0 0;
    border-radius: 18px;
  }
  .service_collapse_items .title_wrap .item_title {
    font-size: 20px;
    padding: 24px 0;
  }
  .service_collapse_items .title_wrap .icon_plus {
    width: 70px;
    height: 70px;
    font-size: 26px;
  }
  .service_collapse_items .item_content {
    padding: 30px;
  }
  .about_image_2 {
    padding: 0;
    float: none;
    margin: auto auto 30px;
  }
  .about_image_2 .shape_papers {
    left: 0;
    right: 0;
  }
  .about_image_2 .shape_bg {
    width: 690px;
    height: 690px;
  }
  .calltoaction_wrapper .title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .calltoaction_wrapper .title_wrap .item_icon {
    margin: 0 0 30px;
  }
  .testimonial_section .decoration_item {
    display: none;
  }
  .testimonial_carousel_nav .image_wrap {
    width: 110px;
    height: 110px;
  }
  .blog_item .blog_content,
  .col-lg-4 .blog_item .blog_content {
    max-width: 100%;
  }
  .footer_style_2 .footer_bottom {
    padding: 40px 0;
    text-align: center;
  }
  .footer_widget_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .footer_style_2 .site_logo .site_link {
    margin-bottom: 20px;
  }
  .footer_style_2 .footer_top .row {
    margin: -30px;
  }
  .footer_style_2 .footer_top .row [class*=col-] {
    padding: 30px;
  }
  .header_style_3 .header_top {
    display: none;
  }
  .header_style_3 .header_bottom {
    padding: 15px;
  }
  .header_style_3 .header_bottom .container {
    padding: 20px;
  }
  .header_style_3.sticky .header_bottom .container {
    border-radius: 50px;
  }
  .header_style_3 .mobile_menu_btn {
    margin: 7px 15px 0 0;
  }
  .header_style_3.sticky .header_bottom .container {
    -webkit-box-shadow: 0px 11px 34px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 11px 34px 0px rgba(0, 0, 0, 0.2);
  }
  .header_style_3 .main_menu {
    top: 100px;
  }
  .consulting_tab_wrapper .item_image {
    margin-left: 0;
  }
  .consulting_tab_wrapper .item_content {
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .consulting_tab_wrapper {
    padding-bottom: 0;
  }
  .team_item_2_carousel .team_carousel_nav {
    top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
  .footer_style_3 .footer_middle .row {
    margin: -20px;
  }
  .footer_style_3 .footer_middle .row [class*=col-] {
    padding: 20px;
  }
  .footer_style_3 .footer_bottom {
    text-align: center;
  }
  .hero_slider_3 .swiper-slide {
    padding: 200px 0 90px;
  }
  .hero_slider_3 .swiper-button-hs3-prev {
    left: 15px;
  }
  .hero_slider_3 .swiper-button-hs3-next {
    right: 15px;
  }
  .tabs_nav button {
    width: 125px;
    height: 125px;
  }
  .testimonial_carousel.testimonial_style_2 [class*=t-swiper-button-] {
    display: none;
  }
  .page_banner {
    padding: 170px 0 90px;
  }
  .prevnext_post_nav {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prevnext_post_nav > a {
    width: 100%;
    padding: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prevnext_post_nav > a:not(:last-child) {
    border-bottom: 1px solid var(--bs-white);
  }
  .workprocess_item.left_align {
    max-width: 100%;
  }
  .team_details_section .details_image {
    margin: 0 0 30px;
  }
  .team_details_section .details_image .image_wrap {
    margin: auto;
  }
  [class*=_details_section] .svg-container .radial-progress:not(:last-child) {
    margin: 0px 15px 15px 0;
  }
}
/* Media Screen 991px - End
================================================== */
/* Media Screen 767px - Start
================================================== */
@media screen and (max-width: 767px) {
  .hero_slider_2 .hero_heading_text {
    font-size: 54px;
  }
  .about_image_2 .image_wrap {
    margin: auto;
    width: 500px;
    height: 500px;
  }
  .about_image_2 .shape_bg {
    width: 480px;
    height: 480px;
  }
  .about_image_2 .shape_papers {
    top: -40px;
  }
  .policy_items_grouped {
    width: 100%;
  }
  .policy_items_grouped > li {
    width: 100%;
  }
  .policy_item {
    width: 100%;
    height: auto;
    padding: 50px;
    border-radius: 30px !important;
  }
  .header_style_3 .header_bottom .container {
    padding: 15px;
  }
  .header_style_3 .main_menu {
    top: 90px;
  }
  .team_item_2 .social_links {
    margin-bottom: 20px;
  }
  .page_title {
    font-size: 60px;
    margin-bottom: 14px;
  }
  [class*=_details_section] .details_item_title {
    font-size: 36px;
    line-height: 44px;
  }
  .calltoaction_wrapper_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .calltoaction_wrapper_2 .item_icon {
    margin: 0 0 30px 0;
  }
  .post_author_box .social_links {
    margin-top: 20px;
    position: static;
  }
  .post_author_box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .team_details_section .details_image {
    text-align: center;
  }
  .team_details_section .details_image {
    margin: auto;
    display: table;
  }
  .team_details_section .details_image .image_wrap {
    width: 490px;
    height: 490px;
  }
}
/* Media Screen 767px - End
================================================== */
/* Media Screen 680px - Start
================================================== */
@media screen and (max-width: 680px) {
  .team_item_2_carousel {
    padding-right: 120px;
  }
}
/* Media Screen 680px - End
================================================== */
/* Media Screen 575px - Start
================================================== */
@media screen and (max-width: 575px) {
  .popup_video {
    width: 100px;
    height: 100px;
    font-size: 30px;
  }
  .video_wrapper {
    min-height: 350px;
  }
  .partners_logo_wrapper > li {
    width: 33.333%;
  }
  .footer_style_1 .footer_newslatter_wrap {
    padding: 50px 30px;
  }
  .section_space_lg {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .testimonial_item {
    width: 100%;
    height: auto;
    padding: 60px 40px;
    border-radius: 40px 0px 40px 40px;
  }
  .hero_slider_3 [class*=swiper-button-] {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .hero_slider_3 .swiper-button-hs3-prev {
    left: 0;
  }
  .hero_slider_3 .swiper-button-hs3-next {
    right: 0;
  }
  .section_heading .section_heading_text {
    font-size: 36px;
  }
  .team_item_2 .team_item_image {
    width: 300px;
    height: 300px;
    margin: 0;
  }
  .team_carousel_nav .team_item_image {
    width: 80px;
    height: 80px;
  }
  .team_item_2 .team_member_name_text {
    font-size: 28px;
  }
  .team_item_2 .team_member_designation {
    font-size: 16px;
  }
  .blog_item.blog_layout_3 .blog_content {
    margin: -85px 10px 0 10px;
  }
  .page_title {
    font-size: 54px;
    margin-bottom: 14px;
  }
  .blog_item .blog_content {
    max-width: 100%;
    margin: -40px 0 0 0;
  }
  .post_author_box {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post_author_box .author_name {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .post_author_box .author_image {
    margin: 0 0 30px;
  }
  .comment_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comment_item .comment_hero_thumbnail {
    margin: 0 0 20px;
  }
  .footer_style_1 .form-group .btn {
    position: static;
    margin-top: 10px;
    width: 100%;
    display: block;
  }
  .blockquote_2 {
    padding: 50px;
    margin-bottom: 30px;
    border-radius: 60px 0px 60px 60px;
  }
  .calltoaction_wrapper_2 .item_title {
    font-size: 36px;
  }
  .calltoaction_wrapper_2 p {
    font-size: 18px;
  }
  .instagram_shoot_list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.333%;
            flex: 0 0 30.333%;
  }
  .team_details_section .details_image .year_counter {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
  .year_counter .counter_value {
    font-size: 36px;
  }
  .year_counter .counter_value span {
    letter-spacing: 0;
  }
  .year_counter .counter_description {
    font-size: 14px;
  }
  .year_counter {
    width: 200px;
    height: 200px;
    padding: 15px;
  }
  .service_default_style .service_item {
    border-radius: 80px 0 80px 80px;
  }
  .team_details_section .details_image .image_wrap {
    width: 300px;
    height: 300px;
  }
  .gmap_canvas iframe {
    height: 300px;
  }
}
/* Media Screen 575px - End
================================================== */
/* Media Screen 425px - Start
================================================== */
@media screen and (max-width: 425px) {
  .hero_heading_text {
    font-size: 30px;
  }
  .hero_slider_1 {
    padding: 130px 0 100px;
  }
  .hero_slider_1 .swiper-pagination {
    right: 0;
  }
  .hero_slider_1 .swiper-pagination span {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 34px;
  }
  .service_default_style .service_item {
    border-radius: 100px 0 100px 100px;
  }
  .section_heading .section_heading_text {
    font-size: 30px;
  }
  .section_heading .section_intro_heading {
    letter-spacing: 2px;
  }
  .section_heading {
    margin-bottom: 30px;
  }
  .about_content_1 {
    padding: 0;
  }
  .about_image_1 .year_counter {
    right: 30px;
    bottom: 30px;
  }
  .year_counter {
    width: 200px;
    height: 200px;
    padding: 20px;
  }
  .author_signature .author_name {
    font-size: 24px;
  }
  .info_list_title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .project_item .project_title {
    font-size: 20px;
    line-height: 24px;
  }
  .section_heading .section_intro_heading.letter_spacing {
    letter-spacing: 4px;
  }
  .counter_item .counter_value {
    font-size: 42px;
  }
  .counter_item .counter_title {
    font-size: 14px;
  }
  .counter_item sup {
    top: -5px;
    font-size: 24px;
  }
  .partners_logo_wrapper > li {
    width: 50%;
  }
  .support_center_subline .support_number {
    font-size: 14px;
    padding: 14px 24px 12px 22px;
  }
  .support_center_subline .support_title {
    font-size: 16px;
  }
  .support_center_subline .support_man_image {
    width: 80px;
    height: 80px;
  }
  .quick_message_form {
    padding: 0;
  }
  .quick_message_form form {
    padding: 50px 30px;
    border-radius: 0 50px 50px 50px;
  }
  .quick_message_form .form_title {
    font-size: 24px;
  }
  .footer_style_1 .section_heading .section_heading_text {
    font-size: 30px;
  }
  .header_style_1 .main_menu {
    top: 80px;
  }
  .header_style_1.sticky .main_menu {
    top: 60px;
  }
  .mobile_menu_btn {
    font-size: 24px;
  }
  .year_counter .counter_value span {
    letter-spacing: 0px;
  }
  .hero_slider_2 .hero_heading_text {
    font-size: 42px;
  }
  .hero_slider_2 .hero_heading_description {
    font-size: 18px;
  }
  .hero_slider_2 .btn_wrap {
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hero_slider_2 .support_center_subline {
    margin: 30px 0 0;
  }
  .header_style_2 .main_menu {
    top: 96px;
  }
  .header_style_2.sticky .main_menu {
    top: 66px;
  }
  .about_image_2 .image_wrap {
    width: 300px;
    height: 300px;
  }
  .about_image_2 .shape_bg {
    width: 280px;
    height: 280px;
  }
  .calltoaction_wrapper {
    padding: 60px 30px;
  }
  .testimonial_item .testimonial_content {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .hero_slider_2 .swiper-slide {
    height: 670px;
  }
  .hero_slider_2 .carousel_arrows {
    bottom: 70px;
  }
  .hero_slider_2 .hero_content_wrap {
    margin-top: 0;
  }
  .calltoaction_wrapper .title_wrap .item_title {
    font-size: 32px;
  }
  .calltoaction_wrapper .title_wrap p {
    font-size: 18px;
  }
  .calltoaction_wrapper {
    padding: 60px 40px;
    border-radius: 80px 0px 80px 80px;
  }
  .hero_slider_3 .swiper-slide {
    padding: 160px 0 90px;
    background-position: left center;
  }
  .blog_item.blog_layout_3 .post_date {
    position: static;
    margin-bottom: 20px;
  }
  .blog_item.blog_layout_3 .blog_content {
    padding: 30px;
  }
  .blog_item.blog_layout_3 .blog_content {
    margin: -40px 10px 0 10px;
  }
  .header_style_2 .main_menu {
    top: 80px;
  }
  .header_style_2.sticky .main_menu {
    top: 50px;
  }
  .page_title {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .page_description {
    font-size: 16px;
    line-height: 26px;
  }
  .page_banner {
    padding: 150px 0 80px;
  }
  [class*=_details_section] .details_item_title {
    font-size: 28px;
    line-height: 36px;
  }
  [class*=_details_section] .details_content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px;
  }
  .details_info_title {
    font-size: 22px;
  }
  .calltoaction_wrapper_2 .item_title {
    font-size: 36px;
  }
  .calltoaction_wrapper_2 p {
    font-size: 18px;
  }
  [class*=_details_section] .details_image {
    margin-bottom: 30px;
  }
  .col-lg-8 .partners_logo_wrapper .partners_logo_item {
    height: 130px;
  }
  .partners_logo_wrapper .partners_logo_item img {
    max-height: 80px;
  }
  .year_counter {
    width: 190px;
    height: 120px;
    border-radius: 0px 40px 40px;
  }
  .team_details_section .details_image .shape_image {
    max-width: 140px;
  }
  [class*=_details_section] .radial-progress {
    max-width: 140px;
  }
}
/* Media Screen 425px - End
================================================== */
/* Media Screen 375px - Start
================================================== */
@media screen and (max-width: 375px) {
  .header_style_1 .main_menu {
    top: 73px;
  }
  .header_style_1.sticky .main_menu {
    top: 53px;
  }
  .year_counter .counter_description {
    font-size: 12px;
  }
  .year_counter .counter_value {
    font-size: 30px;
  }
  .year_counter {
    width: 150px;
    height: 150px;
    padding: 10px;
  }
  .about_image_1 {
    padding: 10px;
  }
  .blog_item.blog_layout_2 .blog_content {
    padding: 23px 30px 30px;
  }
  .blog_item .blog_title {
    font-size: 20px;
    line-height: 24px;
  }
  .post_meta > li {
    font-size: 14px;
  }
  .blog_item.blog_layout_2 .post_admin {
    padding: 11px 30px 9px;
  }
  .blog_item.blog_layout_2 .post_admin .admin_image {
    top: 10px;
    right: 30px;
    width: 60px;
    height: 60px;
  }
  .partners_logo_wrapper .partners_logo_item img {
    max-height: 70px;
  }
  .partners_logo_wrapper .partners_logo_item {
    height: 100px;
  }
  .support_center_subline .support_man_image {
    display: none;
  }
  .footer_style_1 .footer_newslatter_wrap {
    padding: 50px 15px;
  }
  .hero_slider_1 {
    padding: 100px 0 80px;
  }
  .service_collapse_items .title_wrap .icon_plus {
    display: none;
  }
  .service_collapse_items .title_wrap .item_title {
    width: 100%;
    display: block;
    padding: 25px 20px 22px;
  }
  .partners_logo_carousel:before, .partners_logo_carousel:after {
    width: 20px;
  }
  .header_style_3 .main_menu {
    top: 78px;
  }
  .team_item_2 .team_item_image {
    width: 230px;
    height: 230px;
  }
  .team_item_2_carousel {
    padding-right: 70px;
  }
  .team_carousel_nav .team_item_image {
    width: 60px;
    height: 60px;
  }
  .team_carousel_nav {
    max-width: 80px;
    max-height: 220px;
  }
  .header_style_2 .main_menu {
    top: 73px;
  }
  .header_style_2.sticky .main_menu {
    top: 43px;
  }
  .workprocess_item.left_align {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .workprocess_item.left_align .item_serial_number {
    margin: 0 0 15px;
  }
  .workprocess_item.left_align .item_title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .col-lg-8 .partners_logo_wrapper .partners_logo_item {
    height: 120px;
  }
  .col-lg-8 .partners_logo_wrapper > li {
    width: 50%;
  }
  .calltoaction_wrapper_2 p {
    font-size: 16px;
  }
  .calltoaction_wrapper_2 .item_title {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .calltoaction_wrapper_2.text-center .item_icon {
    margin: 0 0 30px;
  }
  .footer_style_1 .footer_newslatter_wrap {
    margin: 40px 0;
  }
  .team_item .image_wrap {
    width: 270px;
    height: 270px;
  }
}
/* Media Screen 375px - End
================================================== */
/* Media Screen 320px - Start
================================================== */
@media screen and (max-width: 320px) {
  .hero_heading_text {
    font-size: 30px;
  }
  .hero_heading_description {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .hero_section .btn {
    font-size: 14px;
    padding: 10px 24px 10px 30px;
  }
  .hero_slider_1 .hero_slider_image {
    margin: auto;
  }
  .header_style_1 .main_menu {
    top: 67px;
  }
  .header_style_1.sticky .main_menu {
    top: 47px;
  }
  .header_style_2 .main_menu {
    top: 67px;
  }
  .header_style_2.sticky .main_menu {
    top: 37px;
  }
}
/* Media Screen 320px - End
================================================== */


.home-text{
	    border-radius: 0;
}
.home-search{
	    border-radius: 0;
		background: #ff3c1f;
		border: 0;
		color: #fff;
}

.input-group{
	    width: 380px;
}

.home_p{
	color:#fff;
}

.partners_logo_item img{
	height:50px;
}

.call_to_ac h3{
	color:#162b64;
}

.call_to_ac .container{
    border: 2px solid #cdefff;
    padding: 20px;
    background: #cdefff;
	border-radius: 15px;
}

.call_ii{
	display: flex;
    justify-content: flex-end;
}

.section_heading i{
	font-size: 40px;
    color: #ff5b2f;
}

.pro-c{
	    font-size: 22px;
    font-weight: 700;
}

.star-p{
	    color: #ff3c1f;
}

.pro-d{
	    border: 2px solid #132045;
    border-radius: 10px;
    padding: 30px;    margin-top: 30px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.15), 0 5px 15px 0 rgba(0,0,0,.15);
}


#whatsapp button {
    color: #ffffff;
    z-index: 1001;
    position: absolute;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    background: #ff3c1f;
    display: block;
    font-size: 35px;
    font-weight: bold;
    width: 70px;
    height: 70px;
    padding: 6px;
    
}


#whatsapp {
    position: fixed;
    bottom: 100px;
    left: 30px;
    z-index: 10000;background-size: cover;
}

.underline-text {
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  .input-group{
	   width: auto!important;
	}
	.prov{
		padding:20px;
	}
}


.logo{
     height: 65px !important; 
     width: auto !important;
}

.brand{
    display: flex; align-items: center;
}

 

.packages-two__card__price span {
    display: block;
    font-size: 15px;
    color: #737177;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.packages-two__card__price {
    width: 150px;
    height: 150px;
    background-color: #F7F5F1;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    padding: 25px;
    font-size: 45px;
    line-height: 180%;
    color: #DF2339;
    font-weight: 600;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}



.footer-bar {
      font-style: italic;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ff9900; /* Adjust the color as needed */
  color: #ffffff; /* Adjust the text color as needed */
  padding: 3px 0;
  text-align: center;
  z-index: 9999; /* Ensure the footer bar is on top */
}
.footer-text {
  font-size: 32px; 
  font-weight: bolder;
  color: #000000;

}