/*=========================================
        Fonts Size's Variables
=========================================*/

/*=========================================
        Fonts Size's Variables
=========================================*/

/*=========================================
        Line Height's Variables
=========================================*/

/*=========================================
        Font family's Variables
=========================================*/

/*=========================================
        Fonts Size's Icons Variables
=========================================*/

/*=========================================
        Box Shadow Variables
=========================================*/

/*=========================================
            Header Start Here
=========================================*/

.header_main {
  position: relative;
  padding: 24px 0;
  background-color: #eaeef2;
  z-index: 999;
}

@media (max-width: 991px) {
  .header_main {
    padding: 16px 0;
  }
}

.header_main .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.header_main .wrapper .logo_menu_otr {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 575px) {
  .header_main .wrapper .logo_menu_otr {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
}

.header_main .wrapper .logo_menu_otr .menu_icon_otr {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #0E1924;
  border: 1px solid #2F5278;
  cursor: pointer;
  transition: 0.4s;
}

@media (max-width: 991px) {
  .header_main .wrapper .logo_menu_otr .menu_icon_otr {
    display: flex;
  }
}

.header_main .wrapper .logo_menu_otr .menu_icon_otr:hover {
  color: #ffffff;
}

.header_main .wrapper .logo_menu_otr .menu_icon_otr:hover::after {
  width: 100%;
  height: 100%;
}

.header_main .wrapper .logo_menu_otr .menu_icon_otr::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  width: 0;
  height: 0;
  transition: 0.4s;
}

.header_main .wrapper .logo_menu_otr .menu_icon_otr .menu_icon {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  z-index: 2;
}

.header_main .wrapper .logo_menu_otr .logo_otr {
  display: flex;
}

.header_main .wrapper .logo_menu_otr .logo_otr .logo {
  height: 52px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

@media (max-width: 991px) {
  .header_main .wrapper .logo_menu_otr .logo_otr .logo {
    height: 40px;
  }
}

.header_main .wrapper .menu_otr {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header_main .wrapper .menu_otr .menu_ul {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .header_main .wrapper .menu_otr .menu_ul {
    display: none;
  }
}

.header_main .wrapper .menu_otr .menu_ul .menu_li {
  position: relative;
  transition: 0.4s;
}

.header_main .wrapper .menu_otr .menu_ul .menu_li:hover::after {
  width: 100%;
}

.header_main .wrapper .menu_otr .menu_ul .menu_li:hover .menu_Linkk {
  color: #ffffff;
}

.header_main .wrapper .menu_otr .menu_ul .menu_li:hover .drop_down_otr {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.header_main .wrapper .menu_otr .menu_ul .menu_li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 36px;
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  transition: 0.4s;
}

.header_main .wrapper .menu_otr .menu_ul .menu_li .drop_down_otr {
  position: absolute;
  left: 0;
  top: 36px;
  padding-top: 32px;
  opacity: 0;
  transform: scale(0);
  transform-origin: top left;
  visibility: hidden;
  transition: 0.3s;
}

.header_main .wrapper .menu_otr .menu_ul .menu_li .drop_down_otr .drop_ul {
  width: 250px;
  background-color: #eaeef2;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
}

.header_main .wrapper .menu_otr .menu_ul .menu_li .drop_down_otr .drop_ul .drop_li:not(:last-child) .drop_linkk {
  border-bottom: 1px solid #2F5278;
}

.header_main .wrapper .menu_otr .menu_ul .menu_li .drop_down_otr .drop_ul .drop_linkk {
  padding: 12px 28px;
  color: #2F5278;
  background: transparent;
  transition: 0.3s;
}

.header_main .wrapper .menu_otr .menu_ul .menu_li .drop_down_otr .drop_ul .drop_linkk:hover {
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  color: #ffffff;
}

.header_main .wrapper .menu_otr .menu_ul .menu_Linkk {
  color: #0E1924;
  position: relative;
  z-index: 2;
  padding: 4px 24px;
  transition: 0.4s;
  cursor: pointer;
}

.header_main .wrapper .menu_otr .action_otr {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 575px) {
  .header_main .wrapper .menu_otr .action_otr {
    display: none;
  }
}

@media (max-width: 991px) {
  .header_main .wrapper .menu_otr .action_otr .primary_btn,
  .header_main .wrapper .menu_otr .action_otr .border_btn {
    padding: 5px 16px;
  }
}

.offcanvas_overlay.show .offcanvas-body .accordion .itme_show {
  left: 0;
}

.offcanvas_overlay.show .offcanvas-body .action_otr {
  left: 0;
}

.offcanvas_overlay .offcanvas-header {
  padding: 20px 24px;
  border-bottom: 1px solid #2F5278;
}

.offcanvas_overlay .offcanvas-header .logo_otr {
  display: flex;
  left: -100%;
}

.offcanvas_overlay .offcanvas-header .logo_otr .logo {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.offcanvas_overlay .offcanvas-header .close_icon_otr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #0E1924;
  border: 1px solid #2F5278;
  cursor: pointer;
  transition: 0.4s;
}

.offcanvas_overlay .offcanvas-header .close_icon_otr:hover {
  color: #ffffff;
}

.offcanvas_overlay .offcanvas-header .close_icon_otr:hover::after {
  width: 100%;
  height: 100%;
}

.offcanvas_overlay .offcanvas-header .close_icon_otr::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  width: 0;
  height: 0;
  transition: 0.4s;
}

.offcanvas_overlay .offcanvas-header .close_icon_otr .close_icon {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  z-index: 2;
}

.offcanvas_overlay .offcanvas-body {
  padding: 20px 24px;
}

.offcanvas_overlay .offcanvas-body .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.offcanvas_overlay .offcanvas-body .accordion .itme_show {
  position: relative;
  left: -110%;
  transition: 0.5s;
}

.offcanvas_overlay .offcanvas-body .accordion .itme_show:nth-child(1) {
  transition-delay: 0.1s;
}

.offcanvas_overlay .offcanvas-body .accordion .itme_show:nth-child(2) {
  transition-delay: 0.2s;
}

.offcanvas_overlay .offcanvas-body .accordion .itme_show:nth-child(3) {
  transition-delay: 0.3s;
}

.offcanvas_overlay .offcanvas-body .accordion .itme_show:nth-child(4) {
  transition-delay: 0.4s;
}

.offcanvas_overlay .offcanvas-body .accordion .accordion-item {
  border-radius: 0;
  border: none;
}

.offcanvas_overlay .offcanvas-body .accordion .accordion-item .accordion-button {
  padding: 0;
  background-color: transparent;
  color: #0E1924;
  border-radius: 0;
}

.offcanvas_overlay .offcanvas-body .accordion .accordion-item .accordion-button::after {
  width: 24px;
  height: 24px;
  background-image: url(/assets/img/arrow-down2.svg);
  background-size: contain;
  background-position: center;
}

.offcanvas_overlay .offcanvas-body .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.offcanvas_overlay .offcanvas-body .accordion .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #2F5278;
}

.offcanvas_overlay .offcanvas-body .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(/assets/img/arrow-down3.svg);
}

.offcanvas_overlay .offcanvas-body .accordion .accordion-item .accordion-body {
  padding: 10px 10px 0 10px;
}

.offcanvas_overlay .offcanvas-body .accordion .accordion-item .accordion-body .drop_ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.offcanvas_overlay .offcanvas-body .accordion .accordion-item .accordion-body .drop_ul .drop_linkk {
  color: #0E1924;
  transition: 0.3s;
}

.offcanvas_overlay .offcanvas-body .accordion .accordion-item .accordion-body .drop_ul .drop_linkk:hover {
  color: #2F5278;
}

.offcanvas_overlay .offcanvas-body .accordion .menu_Linkk {
  color: #0E1924;
  width: 100%;
}

.offcanvas_overlay .offcanvas-body .accordion .menu_Linkk:hover {
  color: #2F5278;
}

.offcanvas_overlay .offcanvas-body .action_otr {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  left: -110%;
  transition: 0.5s;
  transition-delay: 0.5s;
}

.offcanvas_overlay .offcanvas-body .action_otr .login_btn {
  width: calc(50% - 8px);
}

.inner_header .inner_heading {
  padding: 72px 0;
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
}

@media (max-width: 991px) {
  .inner_header .inner_heading {
    padding: 56px 0;
  }
}

@media (max-width: 575px) {
  .inner_header .inner_heading {
    padding: 40px 0;
  }
}

.inner_header .inner_heading .wrapper {
  text-align: center;
}

.inner_header .inner_heading .wrapper .heading {
  color: #ffffff;
}

.inner_header .bred_crumb {
  padding: 12px 0 10px 0;
  border-bottom: 1px solid #2F5278;
}

.inner_header .bred_crumb .wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.inner_header .bred_crumb .wrapper .home_text {
  font-size: 16px;
  color: #0E1924;
  transition: 0.3s;
}

.inner_header .bred_crumb .wrapper .home_text:hover {
  color: #4AB6CD;
}

.inner_header .bred_crumb .wrapper .slash,
.inner_header .bred_crumb .wrapper .page_text {
  font-size: 16px;
  color: rgba(14, 25, 36, 0.65);
}

/*=========================================
            Header End Here
=========================================*/

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  overflow: hidden;
  transition: ease 0.2s;
  z-index: 99999;
}

.loader.hidden {
  -webkit-animation: fadeOutt 1s;
          animation: fadeOutt 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  overflow-y: visible;
}

@-webkit-keyframes fadeOutt {
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes fadeOutt {
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

.loading:before,
.loading:after {
  position: absolute;
  top: 0;
  content: "";
}

.loading:before {
  left: -19.992px;
}

.loading:after {
  left: 19.992px;
  -webkit-animation-delay: 0.32s !important;
  animation-delay: 0.32s !important;
}

.loading:before,
.loading:after,
.loading {
  background: #ffffff;
  -webkit-animation: loading-keys-app-loading 0.8s infinite ease-in-out;
  animation: loading-keys-app-loading 0.8s infinite ease-in-out;
  width: 13.6px;
  height: 32px;
}

.loading {
  text-indent: -9999em;
  margin: auto;
  position: absolute;
  right: calc(50% - 6.8px);
  top: calc(50% - 16px);
  -webkit-animation-delay: 0.16s !important;
  animation-delay: 0.16s !important;
}

@-webkit-keyframes loading-keys-app-loading {
  0%, 80%, 100% {
    opacity: 0.75;
    box-shadow: 0 0 #ffffff;
    height: 32px;
  }

  40% {
    opacity: 1;
    box-shadow: 0 -8px #ffffff;
    height: 40px;
  }
}

@keyframes loading-keys-app-loading {
  0%, 80%, 100% {
    opacity: 0.75;
    box-shadow: 0 0 #ffffff;
    height: 32px;
  }

  40% {
    opacity: 1;
    box-shadow: 0 -8px #ffffff;
    height: 40px;
  }
}

/*=========================================
            Hero Start Here
=========================================*/

.hero_section {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  padding: 128px 0;
}

@media (max-width: 991px) {
  .hero_section {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .hero_section {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .hero_section {
    padding: 56px 0;
  }
}

.hero_section .hero_img {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% - 60px);
  height: 100%;
  background-image: url(/assets/img/hero-img2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px) {
  .hero_section .hero_img {
    display: none;
  }
}

.hero_section .row_custom {
  position: relative;
  z-index: 2;
}

.hero_section .row_custom .col_content_inr .heading {
  color: #0E1924;
}

.hero_section .row_custom .col_content_inr .feature_ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0 56px 0;
}

@media (max-width: 991px) {
  .hero_section .row_custom .col_content_inr .feature_ul {
    margin: 24px 0 40px 0;
  }
}

@media (max-width: 575px) {
  .hero_section .row_custom .col_content_inr .feature_ul {
    margin: 16px 0 32px 0;
  }
}

.hero_section .row_custom .col_content_inr .feature_ul .feature_li {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 575px) {
  .hero_section .row_custom .col_content_inr .feature_ul .feature_li {
    gap: 12px;
  }
}

.hero_section .row_custom .col_content_inr .feature_ul .icon_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #4AB6CD;
}

@media (max-width: 575px) {
  .hero_section .row_custom .col_content_inr .feature_ul .icon_otr {
    width: 28px;
    height: 28px;
  }
}

.hero_section .row_custom .col_content_inr .feature_ul .icon_otr .server_icon {
  font-size: 24px;
  height: 21px;
  color: #ffffff;
}

@media (max-width: 575px) {
  .hero_section .row_custom .col_content_inr .feature_ul .icon_otr .server_icon {
    font-size: 20px;
    height: 20px;
  }
}

.hero_section .row_custom .col_content_inr .feature_ul .server_text {
  flex: 1;
  color: #0E1924;
}

@media (max-width: 575px) {
  .hero_section .row_custom .col_content_inr .feature_ul .server_text {
    font-size: 16px;
    line-height: 28px;
  }
}

.hero_section .row_custom .col_content_inr .action_otr {
  display: flex;
}

/*=========================================
            Hero End Here
=========================================*/

/*=========================================
            Review Start Here
=========================================*/

.section_heading_desc {
  max-width: 600px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.section_heading_desc .heading {
  color: #0E1924;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .section_heading_desc .heading {
    margin-bottom: 4px;
  }
}

.section_heading_desc .desc {
  color: rgba(14, 25, 36, 0.65);
}

@media (max-width: 575px) {
  .section_heading_desc .desc {
    font-size: 16px;
    line-height: 28px;
  }
}

.review_section {
  padding: 128px 0;
  overflow: hidden;
  background-color: #eaeef2;
}

@media (max-width: 991px) {
  .review_section {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .review_section {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .review_section {
    padding: 56px 0;
  }
}

.review_section .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .review_section .wrapper {
    margin-bottom: 32px;
  }
}

.review_section .row_custom {
  gap: 48px 0;
}

@media (max-width: 575px) {
  .review_section .row_custom {
    gap: 24px 0;
  }
}

.review_section .row_custom .col_card_otr {
  max-height: 600px;
  overflow-y: auto;
}

@media (max-width: 991px) {
  .review_section .row_custom .col_card_otr {
    max-height: 430px;
  }
}

.review_section .row_custom .col_card_otr::-webkit-scrollbar {
  width: 0px;
}

.review_section .row_custom .col_card_otr .cards_otr {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.review_section .row_custom .col_card_inr {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.review_section .row_custom .col_card_inr .content {
  background-color: #ffffff;
  padding: 24px;
}

@media (max-width: 575px) {
  .review_section .row_custom .col_card_inr .content {
    padding: 16px;
  }
}

.review_section .row_custom .col_card_inr .content .star_ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

@media (max-width: 575px) {
  .review_section .row_custom .col_card_inr .content .star_ul {
    margin-bottom: 12px;
  }
}

.review_section .row_custom .col_card_inr .content .star_ul .star_li {
  display: flex;
}

.review_section .row_custom .col_card_inr .content .star_ul .star_icon {
  font-size: 20px;
  height: 20px;
  color: #2F5278;
}

@media (max-width: 575px) {
  .review_section .row_custom .col_card_inr .content .star_ul .star_icon {
    font-size: 16px;
    height: 16px;
  }
}

.review_section .row_custom .col_card_inr .content .star_ul .light_star {
  color: #c2c9ec;
}

.review_section .row_custom .col_card_inr .content .content_text {
  color: #0E1924;
}

@media (max-width: 575px) {
  .review_section .row_custom .col_card_inr .content .content_text {
    font-size: 16px;
    line-height: 28px;
  }
}

.review_section .row_custom .col_card_inr .img_otr {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review_section .row_custom .col_card_inr .img_otr .profile_img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

@media (max-width: 575px) {
  .review_section .row_custom .col_card_inr .img_otr .profile_img {
    height: 52px;
    width: 52px;
  }
}

.review_section .row_custom .col_card_inr .img_otr .profile_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.review_section .row_custom .col_card_inr .img_otr .profile_content .profile_name {
  color: #0E1924;
}

.review_section .row_custom .col_card_inr .img_otr .profile_content .user_work {
  color: rgba(14, 25, 36, 0.65);
}

.review_section .row_custom .col_card_inr:nth-child(1) .content,
.review_section .row_custom .col_card_inr:nth-child(3) .content,
.review_section .row_custom .col_card_inr:nth-child(5) .content {
  background-color: #4AB6CD;
}

.review_section .row_custom .col_card_inr:nth-child(1) .content .star_icon,
.review_section .row_custom .col_card_inr:nth-child(3) .content .star_icon,
.review_section .row_custom .col_card_inr:nth-child(5) .content .star_icon {
  color: #ffffff;
}

.review_section .row_custom .col_card_inr:nth-child(1) .content .star_icon.light_star,
.review_section .row_custom .col_card_inr:nth-child(3) .content .star_icon.light_star,
.review_section .row_custom .col_card_inr:nth-child(5) .content .star_icon.light_star {
  color: rgba(255, 255, 255, 0.5);
}

.review_section .row_custom .col_card_inr:nth-child(1) .content .content_text,
.review_section .row_custom .col_card_inr:nth-child(3) .content .content_text,
.review_section .row_custom .col_card_inr:nth-child(5) .content .content_text {
  color: #ffffff;
}

.review_section .row_custom .col_img_inr {
  height: 100%;
  padding-left: 48px;
}

@media (max-width: 991px) {
  .review_section .row_custom .col_img_inr {
    padding-left: 0;
  }
}

.review_section .row_custom .col_img_inr .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*=========================================
            Review End Here
=========================================*/

/*=========================================
            Services Start Here
=========================================*/

.services_section {
  padding: 128px 0;
  overflow: hidden;
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
}

@media (max-width: 991px) {
  .services_section {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .services_section {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .services_section {
    padding: 56px 0;
  }
}

.services_section .row_custom {
  align-items: center;
  justify-content: space-between;
  gap: 48px 0;
}

.services_section .row_custom .col_img_inr {
  position: relative;
}

.services_section .row_custom .col_img_inr::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  filter: blur(200px);
}

.services_section .row_custom .col_img_inr .services_img {
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
}

@media (max-width: 991px) {
  .services_section .row_custom .col_img_inr .services_img {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .services_section .row_custom .col_img_inr .services_img {
    height: 400px;
  }
}

.services_section .row_custom .col_slider_otr {
  position: relative;
  z-index: 2;
}

.services_section .row_custom .col_slider_otr .content .heading {
  color: #ffffff;
  margin-bottom: 12px;
}

@media (max-width: 575px) {
  .services_section .row_custom .col_slider_otr .content .heading {
    margin-bottom: 4px;
  }
}

.services_section .row_custom .col_slider_otr .content .desc {
  color: #ffffff;
}

@media (max-width: 575px) {
  .services_section .row_custom .col_slider_otr .content .desc {
    font-size: 16px;
    line-height: 28px;
  }
}

.services_section .row_custom .col_slider_otr .card_otr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

@media (max-width: 575px) {
  .services_section .row_custom .col_slider_otr .card_otr {
    margin-top: 24px;
  }
}

.services_section .row_custom .col_slider_otr .col_card_inr {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 28px 20px 28px;
  width: calc(50% - 12px);
  background-color: #ffffff;
}

@media (max-width: 575px) {
  .services_section .row_custom .col_slider_otr .col_card_inr {
    width: 100%;
    padding: 16px;
    gap: 12px;
  }
}

.services_section .row_custom .col_slider_otr .col_card_inr .icon_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background-color: #4AB6CD;
}

@media (max-width: 575px) {
  .services_section .row_custom .col_slider_otr .col_card_inr .icon_otr {
    width: 60px;
    height: 60px;
  }
}

.services_section .row_custom .col_slider_otr .col_card_inr .icon_otr .card_icon {
  font-size: 40px;
  height: 40px;
  color: #ffffff;
}

@media (max-width: 575px) {
  .services_section .row_custom .col_slider_otr .col_card_inr .icon_otr .card_icon {
    font-size: 32px;
    height: 32px;
  }
}

.services_section .row_custom .col_slider_otr .col_card_inr .card_heading {
  color: #0E1924;
  flex: 1;
}

/*=========================================
            Services End Here
=========================================*/

/*=========================================
            Marquee Start Here
=========================================*/

.marquee_section {
  padding: 30px 0;
  overflow: hidden;
  background-color: #eaeef2;
}

@media (max-width: 575px) {
  .marquee_section {
    padding: 20px 0;
  }
}

.marquee_section .marquee_ul {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
  left: -1500px;
}

@media (max-width: 575px) {
  .marquee_section .marquee_ul {
    gap: 30px;
  }
}

.marquee_section .marquee_ul .marquee_text {
  font-size: 60px;
  line-height: 76px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
}

@media (max-width: 575px) {
  .marquee_section .marquee_ul .marquee_text {
    font-size: 48px;
    line-height: 60px;
    text-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
  }
}

/*=========================================
            Marquee End Here
=========================================*/

/*=========================================
            Features Start Here
=========================================*/

.feature_section {
  padding: 98px 0 128px 0;
  overflow: hidden;
  background-color: #eaeef2;
}

@media (max-width: 991px) {
  .feature_section {
    padding: 72px 0 96px 0;
  }
}

@media (max-width: 767px) {
  .feature_section {
    padding: 56px 0 72px 0;
  }
}

@media (max-width: 575px) {
  .feature_section {
    padding: 26px 0 72px 0;
  }
}

.feature_section .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .feature_section .wrapper {
    margin-bottom: 32px;
  }
}

.feature_section .row_custom {
  gap: 48px 0;
}

@media (max-width: 575px) {
  .feature_section .row_custom {
    gap: 24px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .feature_section .row_custom .col_img_otr {
    width: 100%;
  }
}

.feature_section .row_custom .col_img_inr {
  height: 100%;
}

.feature_section .row_custom .col_img_inr .feature_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .feature_section .row_custom .col_img_inr .feature_img {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .feature_section .row_custom .col_img_inr .feature_img {
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .feature_section .row_custom .col_card_otr {
    width: 100%;
  }
}

.feature_section .row_custom .col_card_otr:nth-child(1) .col_cards_inr {
  padding-right: 48px;
}

@media (max-width: 1199px) {
  .feature_section .row_custom .col_card_otr:nth-child(1) .col_cards_inr {
    padding-right: 0;
  }
}

.feature_section .row_custom .col_card_otr:nth-child(3) .col_cards_inr {
  padding-left: 48px;
}

@media (max-width: 1199px) {
  .feature_section .row_custom .col_card_otr:nth-child(3) .col_cards_inr {
    padding-left: 0;
  }
}

.feature_section .row_custom .col_card_otr:nth-child(3) .col_cards_inr .card_otr .icon_heading {
  flex-direction: row-reverse;
  text-align: right;
}

@media (max-width: 1199px) {
  .feature_section .row_custom .col_card_otr:nth-child(3) .col_cards_inr .card_otr .icon_heading {
    flex-direction: row;
    text-align: left;
  }
}

.feature_section .row_custom .col_card_otr:nth-child(3) .col_cards_inr .card_otr .card_desc {
  text-align: right;
}

@media (max-width: 1199px) {
  .feature_section .row_custom .col_card_otr:nth-child(3) .col_cards_inr .card_otr .card_desc {
    text-align: left;
  }
}

.feature_section .row_custom .col_cards_inr {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .feature_section .row_custom .col_cards_inr {
    flex-direction: row;
  }
}

.feature_section .row_custom .col_cards_inr .card_otr {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .feature_section .row_custom .col_cards_inr .card_otr {
    width: calc(33.3333% - 16px);
  }
}

.feature_section .row_custom .col_cards_inr .card_otr:hover .desc_otr {
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #c2c9ec;
}

.feature_section .row_custom .col_cards_inr .card_otr .icon_heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.feature_section .row_custom .col_cards_inr .card_otr .icon_heading .icon_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background-color: #4AB6CD;
}

@media (max-width: 575px) {
  .feature_section .row_custom .col_cards_inr .card_otr .icon_heading .icon_otr {
    width: 60px;
    height: 60px;
  }
}

.feature_section .row_custom .col_cards_inr .card_otr .icon_heading .icon_otr .card_icon {
  font-size: 40px;
  height: 40px;
  color: #ffffff;
}

@media (max-width: 575px) {
  .feature_section .row_custom .col_cards_inr .card_otr .icon_heading .icon_otr .card_icon {
    font-size: 32px;
    height: 32px;
  }
}

.feature_section .row_custom .col_cards_inr .card_otr .icon_heading .card_heading {
  flex: 1;
  color: #0E1924;
}

.feature_section .row_custom .col_cards_inr .card_otr .desc_otr {
  background-color: #ffffff;
  padding: 16px 28px;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  transition: 0.3s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .feature_section .row_custom .col_cards_inr .card_otr .desc_otr {
    height: 100%;
  }
}

@media (max-width: 575px) {
  .feature_section .row_custom .col_cards_inr .card_otr .desc_otr {
    padding: 16px;
  }
}

.feature_section .row_custom .col_cards_inr .card_otr .desc_otr .card_desc {
  color: rgba(14, 25, 36, 0.65);
}

/*=========================================
            Features End Here
=========================================*/

/*=========================================
            Pricing Start Here
=========================================*/

.pricing_section {
  padding: 128px 0;
  overflow: hidden;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .pricing_section {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .pricing_section {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .pricing_section {
    padding: 56px 0;
  }
}

.pricing_section .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .pricing_section .wrapper {
    margin-bottom: 32px;
  }
}

.pricing_section .row_custom {
  gap: 24px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pricing_section .row_custom .col_card_otr {
    width: 33.333%;
  }
}

.pricing_section .row_custom .col_card_inr {
  background-color: #ffffff;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  height: 100%;
  transition: 0.3s;
}

.pricing_section .row_custom .col_card_inr:hover {
  border: 1px solid #c2c9ec;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
}

.pricing_section .row_custom .col_card_inr .heading_otr {
  padding: 16px 28px;
}

@media (max-width: 575px) {
  .pricing_section .row_custom .col_card_inr .heading_otr {
    padding: 10px 16px;
  }
}

.pricing_section .row_custom .col_card_inr .heading_otr .card_heading {
  color: #0E1924;
  text-align: center;
}

.pricing_section .row_custom .col_card_inr .price_action {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px 28px;
  background: #4AB6CD;
}

@media (max-width: 575px) {
  .pricing_section .row_custom .col_card_inr .price_action {
    padding: 16px;
  }
}

.pricing_section .row_custom .col_card_inr .price_action .price_otr {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .pricing_section .row_custom .col_card_inr .price_action .price_otr {
    margin-bottom: 12px;
  }
}

.pricing_section .row_custom .col_card_inr .price_action .price_otr .prev_price,
.pricing_section .row_custom .col_card_inr .price_action .price_otr .org_price,
.pricing_section .row_custom .col_card_inr .price_action .price_otr .time_text {
  color: #ffffff;
}

.pricing_section .row_custom .col_card_inr .price_action .price_otr .prev_price {
  text-decoration: line-through;
}

.pricing_section .row_custom .col_card_inr .price_action .action_otr {
  display: flex;
  width: 100%;
}

.pricing_section .row_custom .col_card_inr .price_action .action_otr .choose_btn {
  width: 100%;
}

.pricing_section .row_custom .col_card_inr .plan_feature {
  padding: 24px 28px;
}

@media (max-width: 575px) {
  .pricing_section .row_custom .col_card_inr .plan_feature {
    padding: 16px;
  }
}

.pricing_section .row_custom .col_card_inr .plan_feature .feature_ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing_section .row_custom .col_card_inr .plan_feature .feature_ul .feature_li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pricing_section .row_custom .col_card_inr .plan_feature .feature_ul .feature_icon {
  font-size: 28px;
  height: 28px;
  color: #4AB6CD;
}

.pricing_section .row_custom .col_card_inr .plan_feature .feature_ul .feature_text {
  color: rgba(14, 25, 36, 0.65);
}

/*=========================================
            Pricing End Here
=========================================*/

/*=========================================
            Content Start Here
=========================================*/

.content_section {
  position: relative;
  overflow: hidden;
  padding: 128px 0;
}

@media (max-width: 991px) {
  .content_section {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .content_section {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .content_section {
    padding: 56px 0;
  }
}

.content_section .content_img {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% - 48px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 991px) {
  .content_section .content_img {
    display: none;
  }
}

.content_section .row_custom {
  position: relative;
  z-index: 2;
}

.content_section .row_custom .col_content_inr .heading {
  color: #0E1924;
  margin-bottom: 16px;
}

@media (max-width: 575px) {
  .content_section .row_custom .col_content_inr .heading {
    margin-bottom: 8px;
  }
}

.content_section .row_custom .col_content_inr .content_text {
  color: rgba(14, 25, 36, 0.65);
}

@media (max-width: 575px) {
  .content_section .row_custom .col_content_inr .content_text {
    font-size: 16px;
    line-height: 28px;
  }
}

.content_section .row_custom .col_content_inr .content_text:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 575px) {
  .content_section .row_custom .col_content_inr .content_text:not(:last-child) {
    margin-bottom: 8px;
  }
}

/*=========================================
            Content End Here
=========================================*/

/*=========================================
            Faq Start Here
=========================================*/

.faq_section {
  padding: 128px 0;
  overflow: hidden;
  background-color: #eaeef2;
}

@media (max-width: 991px) {
  .faq_section {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .faq_section {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .faq_section {
    padding: 56px 0;
  }
}

.faq_section .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .faq_section .wrapper {
    margin-bottom: 32px;
  }
}

.faq_section .row_custom {
  gap: 48px 0;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .faq_section .row_custom {
    gap: 24px 0;
  }
}

.faq_section .row_custom .col_accordion_inr {
  padding-right: 48px;
}

@media (max-width: 991px) {
  .faq_section .row_custom .col_accordion_inr {
    padding-right: 0;
  }
}

.faq_section .row_custom .col_accordion_inr .accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq_section .row_custom .col_accordion_inr .accordion .accordion-item {
  border-radius: 0;
  border: none;
  background-color: transparent;
}

.faq_section .row_custom .col_accordion_inr .accordion .accordion-item .accordion-button {
  border-radius: 0;
  color: #ffffff;
  padding: 16px 28px;
  background-color: #4AB6CD;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .faq_section .row_custom .col_accordion_inr .accordion .accordion-item .accordion-button {
    padding: 8px 16px;
  }
}

.faq_section .row_custom .col_accordion_inr .accordion .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #0E1924;
}

.faq_section .row_custom .col_accordion_inr .accordion .accordion-item .accordion-button::after {
  background-image: url(/assets/img/arrow-down.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.faq_section .row_custom .col_accordion_inr .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  border: none;
}

.faq_section .row_custom .col_accordion_inr .accordion .accordion-item .accordion-body {
  padding: 16px 24px;
  background-color: #ffffff;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
  color: rgba(14, 25, 36, 0.65);
}

@media (max-width: 575px) {
  .faq_section .row_custom .col_accordion_inr .accordion .accordion-item .accordion-body {
    padding: 8px 16px 12px 16px;
  }
}

.faq_section .row_custom .col_contact_inr {
  background-color: #ffffff;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
}

.faq_section .row_custom .col_contact_inr .contact_img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 991px) {
  .faq_section .row_custom .col_contact_inr .contact_img {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .faq_section .row_custom .col_contact_inr .contact_img {
    height: auto;
  }
}

.faq_section .row_custom .col_contact_inr .contact_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 24px 32px 32px 32px;
}

@media (max-width: 575px) {
  .faq_section .row_custom .col_contact_inr .contact_content {
    padding: 12px 16px 16px 16px;
  }
}

.faq_section .row_custom .col_contact_inr .contact_heading {
  color: #0E1924;
}

.faq_section .row_custom .col_contact_inr .contact_desc {
  color: rgba(14, 25, 36, 0.65);
  margin: 8px 0 24px 0;
}

@media (max-width: 575px) {
  .faq_section .row_custom .col_contact_inr .contact_desc {
    font-size: 16px;
    line-height: 28px;
    margin: 4px 0 16px 0;
  }
}

.faq_section .row_custom .col_contact_inr .action_otr {
  display: flex;
  width: 100%;
}

.faq_section .row_custom .col_contact_inr .action_otr .contact_btn {
  width: 100%;
}

/*=========================================
            Faq End Here
=========================================*/

/*=========================================
            Cta Start Here
=========================================*/

.cta_section {
  padding: 128px 0 98px 0;
  background-color: #eaeef2;
}

@media (max-width: 991px) {
  .cta_section {
    padding: 96px 0 72px 0;
  }
}

@media (max-width: 767px) {
  .cta_section {
    padding: 72px 0 56px 0;
  }
}

@media (max-width: 575px) {
  .cta_section {
    padding: 56px 0 26px 0;
  }
}

.cta_section .row_custom {
  background-color: #ffffff;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.cta_section .row_custom .col_content_otr {
  padding-left: 0;
}

.cta_section .row_custom .col_content_otr .col_content_inr {
  padding: 56px 0 72px 72px;
}

@media (max-width: 991px) {
  .cta_section .row_custom .col_content_otr .col_content_inr {
    padding: 48px 60px;
  }
}

@media (max-width: 767px) {
  .cta_section .row_custom .col_content_otr .col_content_inr {
    padding: 32px 48px;
  }
}

@media (max-width: 575px) {
  .cta_section .row_custom .col_content_otr .col_content_inr {
    padding: 12px 16px 16px 16px;
  }
}

.cta_section .row_custom .col_content_otr .col_content_inr .heading {
  color: #4AB6CD;
}

.cta_section .row_custom .col_content_otr .col_content_inr .desc {
  color: rgba(14, 25, 36, 0.65);
  margin: 16px 0 40px 0;
}

@media (max-width: 991px) {
  .cta_section .row_custom .col_content_otr .col_content_inr .desc {
    margin: 16px 0 32px 0;
  }
}

@media (max-width: 767px) {
  .cta_section .row_custom .col_content_otr .col_content_inr .desc {
    margin: 8px 0 24px 0;
  }
}

@media (max-width: 575px) {
  .cta_section .row_custom .col_content_otr .col_content_inr .desc {
    font-size: 16px;
    line-height: 28px;
    margin: 4px 0 20px 0;
  }
}

.cta_section .row_custom .col_content_otr .col_content_inr .action_otr {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cta_section .row_custom .col_content_otr .col_content_inr .action_otr .plans_btn,
.cta_section .row_custom .col_content_otr .col_content_inr .action_otr .contact_btn {
  display: flex;
}

.cta_section .row_custom .col_img_otr {
  padding-right: 0;
}

@media (max-width: 991px) {
  .cta_section .row_custom .col_img_otr {
    padding-left: 0;
  }
}

.cta_section .row_custom .col_img_inr {
  padding-left: 48px;
  height: 100%;
}

@media (max-width: 991px) {
  .cta_section .row_custom .col_img_inr {
    padding-left: 0;
  }
}

.cta_section .row_custom .col_img_inr .contact_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*=========================================
            Cta End Here
=========================================*/

/*=========================================
            Footer Start Here
=========================================*/

.footer_main .logo_payment {
  background: #ffffff;
  padding: 24px 0;
}

.footer_main .logo_payment .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer_main .logo_payment .wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
}

.footer_main .logo_payment .wrapper .logo_otr {
  display: flex;
}

.footer_main .logo_payment .wrapper .logo_otr .logo_img {
  height: 52px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.footer_main .logo_payment .wrapper .payment_otr .payment_ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 991px) {
  .footer_main .logo_payment .wrapper .payment_otr .payment_ul {
    flex-wrap: wrap;
    gap: 20px 40px;
  }
}

.footer_main .logo_payment .wrapper .payment_otr .payment_linkk {
  display: flex;
}

.footer_main .logo_payment .wrapper .payment_otr .payment_linkk .payment_img {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.footer_main .footer_linkk {
  background: #0E1924;
  padding: 128px 0;
}

@media (max-width: 991px) {
  .footer_main .footer_linkk {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .footer_main .footer_linkk {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .footer_main .footer_linkk {
    padding: 56px 0;
  }
}

.footer_main .footer_linkk .row_custom {
  gap: 48px 0;
}

@media (max-width: 575px) {
  .footer_main .footer_linkk .row_custom {
    gap: 24px 0;
  }
}

.footer_main .footer_linkk .row_custom .col_linkk_otr:nth-child(3) .col_linkk_inr,
.footer_main .footer_linkk .row_custom .col_linkk_otr:nth-child(4) .col_linkk_inr {
  padding-left: 40px;
}

@media (max-width: 991px) {
  .footer_main .footer_linkk .row_custom .col_linkk_otr:nth-child(3) .col_linkk_inr,
  .footer_main .footer_linkk .row_custom .col_linkk_otr:nth-child(4) .col_linkk_inr {
    padding-left: 0;
  }
}

.footer_main .footer_linkk .row_custom .col_linkk_inr {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer_main .footer_linkk .row_custom .col_linkk_inr .linkk_heading {
  color: #ffffff;
}

.footer_main .footer_linkk .row_custom .col_linkk_inr .linkk_ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer_main .footer_linkk .row_custom .col_linkk_inr .linkk_ul .linkk_text {
  color: #ffffff;
  opacity: 70%;
  transition: 0.3s;
}

.footer_main .footer_linkk .row_custom .col_linkk_inr .linkk_ul .linkk_text:hover {
  opacity: 100%;
}

.footer_main .footer_linkk .info_otr {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 96px 0 24px 0;
}

@media (max-width: 991px) {
  .footer_main .footer_linkk .info_otr {
    margin: 72px 0 24px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .footer_main .footer_linkk .info_otr {
    margin: 56px 0 24px 0;
  }
}

.footer_main .footer_linkk .info_otr .info_inr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.3333% - 16px);
  gap: 12px;
  background: #4AB6CD;
  padding: 16px;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .footer_main .footer_linkk .info_otr .info_inr {
    width: calc(50% - 12px);
  }
}

@media (max-width: 767px) {
  .footer_main .footer_linkk .info_otr .info_inr {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .footer_main .footer_linkk .info_otr .info_inr {
    padding: 8px 16px;
  }
}

.footer_main .footer_linkk .info_otr .info_inr:hover {
  background: #ffffff;
}

.footer_main .footer_linkk .info_otr .info_inr:hover .icon_otr .info_icon {
  color: #2F5278;
}

.footer_main .footer_linkk .info_otr .info_inr:hover .info_text {
  color: #2F5278;
}

.footer_main .footer_linkk .info_otr .info_inr .icon_otr {
  display: flex;
}

.footer_main .footer_linkk .info_otr .info_inr .icon_otr .info_icon {
  font-size: 28px;
  height: 28px;
  color: #ffffff;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .footer_main .footer_linkk .info_otr .info_inr .icon_otr .info_icon {
    font-size: 20px;
    height: 20px;
  }
}

.footer_main .footer_linkk .info_otr .info_inr .info_text {
  color: #ffffff;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .footer_main .footer_linkk .info_otr .info_inr .info_text {
    font-size: 16px;
    line-height: 28px;
  }
}

.footer_main .footer_linkk .social_otr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_main .footer_linkk .social_otr .social_ul {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer_main .footer_linkk .social_otr .social_ul .social_a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #4AB6CD;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .footer_main .footer_linkk .social_otr .social_ul .social_a {
    width: 40px;
    height: 40px;
  }
}

.footer_main .footer_linkk .social_otr .social_ul .social_a:hover {
  background-color: #ffffff;
}

.footer_main .footer_linkk .social_otr .social_ul .social_a:hover .social_icon {
  color: #2F5278;
}

.footer_main .footer_linkk .social_otr .social_ul .social_a .social_icon {
  font-size: 24px;
  height: 24px;
  color: #ffffff;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .footer_main .footer_linkk .social_otr .social_ul .social_a .social_icon {
    font-size: 20px;
    height: 20px;
  }
}

.footer_main .copy_right {
  background: #ffffff;
  padding: 24px 0;
}

@media (max-width: 575px) {
  .footer_main .copy_right {
    padding: 16px 0;
  }
}

.footer_main .copy_right .copy_text_otr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer_main .copy_right .copy_text_otr {
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 575px) {
  .footer_main .copy_right .copy_text_otr {
    gap: 8px;
  }
}

.footer_main .copy_right .copy_text_otr .copy_text {
  color: rgba(14, 25, 36, 0.65);
}

.footer_main .copy_right .copy_text_otr .copy_text .copy_linkk {
  display: inline;
  color: rgba(14, 25, 36, 0.65);
  transition: 0.3s;
}

.footer_main .copy_right .copy_text_otr .copy_text .copy_linkk:hover {
  color: #2F5278;
}

.footer_main .copy_right .copy_text_otr .linkk_ul {
  display: flex;
  align-items: center;
  gap: 8px 40px;
}

@media (max-width: 575px) {
  .footer_main .copy_right .copy_text_otr .linkk_ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 24px;
  }
}

.footer_main .copy_right .copy_text_otr .linkk_ul .linkk_text {
  color: rgba(14, 25, 36, 0.65);
  transition: 0.3s;
}

.footer_main .copy_right .copy_text_otr .linkk_ul .linkk_text:hover {
  color: #2F5278;
}

/*=========================================
            Footer End Here
=========================================*/

/*=========================================
            Hero Start Here
=========================================*/

.hero_section2 {
  overflow: hidden;
}

.hero_section2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0E1924;
  opacity: 80%;
}

.hero_section2 .hero_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero_section2 .row_custom {
  align-items: center;
  justify-content: space-between;
  gap: 48px 0;
}

@media (max-width: 575px) {
  .hero_section2 .row_custom {
    gap: 32px 0;
  }
}

.hero_section2 .row_custom .col_content_inr .heading {
  color: #ffffff;
}

.hero_section2 .row_custom .col_content_inr .feature_ul .server_text {
  color: #ffffff;
}

.hero_section2 .row_custom .col_content_inr .action_otr .explore_btn {
  background-color: #ffffff;
  color: #0E1924;
}

.hero_section2 .row_custom .col_content_inr .action_otr .explore_btn:hover {
  color: #ffffff;
}

.hero_section2 .row_custom .col_img_inr {
  background-color: #ffffff;
  padding: 40px;
}

.hero_section2 .row_custom .col_img_inr .server_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 991px) {
  .hero_section2 .row_custom .col_img_inr .server_img {
    height: 300px;
  }
}

/*=========================================
            Hero End Here
=========================================*/

/*=========================================
            Review Start Here
=========================================*/

.review_section2 {
  padding: 128px 0;
  overflow: hidden;
  background-color: #eaeef2;
}

@media (max-width: 991px) {
  .review_section2 {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .review_section2 {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .review_section2 {
    padding: 56px 0;
  }
}

.review_section2 .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .review_section2 .wrapper {
    margin-bottom: 32px;
  }
}

.review_section2 .row_custom {
  gap: 24px 0;
}

.review_section2 .row_custom .col_card_inr {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  transition: 0.3s;
}

.review_section2 .row_custom .col_card_inr:hover {
  border: 1px solid #c2c9ec;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
}

.review_section2 .row_custom .col_card_inr .img_otr {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
}

@media (max-width: 575px) {
  .review_section2 .row_custom .col_card_inr .img_otr {
    padding: 16px;
  }
}

.review_section2 .row_custom .col_card_inr .img_otr .card_img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.review_section2 .row_custom .col_card_inr .img_otr .profile_content {
  display: flex;
  flex-direction: column;
}

.review_section2 .row_custom .col_card_inr .img_otr .profile_content .profile_name {
  color: #ffffff;
}

.review_section2 .row_custom .col_card_inr .img_otr .profile_content .user_work {
  color: #ffffff;
}

.review_section2 .row_custom .col_card_inr .card_content {
  padding: 24px 28px;
}

@media (max-width: 575px) {
  .review_section2 .row_custom .col_card_inr .card_content {
    padding: 16px;
  }
}

.review_section2 .row_custom .col_card_inr .card_content .star_ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

@media (max-width: 575px) {
  .review_section2 .row_custom .col_card_inr .card_content .star_ul {
    margin-bottom: 8px;
  }
}

.review_section2 .row_custom .col_card_inr .card_content .star_ul .star_li {
  display: flex;
}

.review_section2 .row_custom .col_card_inr .card_content .star_ul .star_icon {
  font-size: 20px;
  height: 20px;
  color: #2F5278;
}

.review_section2 .row_custom .col_card_inr .card_content .star_ul .light_star {
  color: #c2c9ec;
}

.review_section2 .row_custom .col_card_inr .card_content .content_text {
  color: #0E1924;
}

@media (max-width: 575px) {
  .review_section2 .row_custom .col_card_inr .card_content .content_text {
    font-size: 16px;
    line-height: 28px;
  }
}

.rdp_review {
  overflow: hidden;
  background: #ffffff;
}

/*=========================================
            Review End Here
=========================================*/

/*=========================================
            Services Start Here
=========================================*/

.services_section2 {
  padding: 128px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .services_section2 {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .services_section2 {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .services_section2 {
    padding: 56px 0;
  }
}

.services_section2 .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .services_section2 .wrapper {
    margin-bottom: 32px;
  }
}

.services_section2 .row_custom {
  gap: 24px 0;
}

.services_section2 .row_custom .col_card_inr {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  transition: 0.3s;
}

.services_section2 .row_custom .col_card_inr:hover {
  border: 1px solid #c2c9ec;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
}

@media (max-width: 575px) {
  .services_section2 .row_custom .col_card_inr {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .services_section2 .row_custom .col_card_inr .img_otr {
    width: 100%;
  }
}

.services_section2 .row_custom .col_card_inr .img_otr .card_img {
  width: 250px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .services_section2 .row_custom .col_card_inr .img_otr .card_img {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 575px) {
  .services_section2 .row_custom .col_card_inr .img_otr .card_img {
    width: 100%;
    height: 200px;
  }
}

.services_section2 .row_custom .col_card_inr .card_content {
  padding: 16px 28px;
}

@media (max-width: 575px) {
  .services_section2 .row_custom .col_card_inr .card_content {
    padding: 12px 16px 16px 16px;
  }
}

.services_section2 .row_custom .col_card_inr .card_content .card_heading {
  color: #0E1924;
  margin-bottom: 4px;
}

.services_section2 .row_custom .col_card_inr .card_content .card_desc {
  color: rgba(14, 25, 36, 0.65);
}

/*=========================================
            Services End Here
=========================================*/

/*=========================================
            Features Start Here
=========================================*/

.feature_section2 {
  padding: 98px 0 128px 0;
  overflow: hidden;
  background-color: #eaeef2;
}

@media (max-width: 991px) {
  .feature_section2 {
    padding: 72px 0 96px 0;
  }
}

@media (max-width: 767px) {
  .feature_section2 {
    padding: 56px 0 72px 0;
  }
}

@media (max-width: 575px) {
  .feature_section2 {
    padding: 26px 0 56px 0;
  }
}

.feature_section2 .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .feature_section2 .wrapper {
    margin-bottom: 32px;
  }
}

.feature_section2 .row_custom {
  gap: 24px 0;
}

.feature_section2 .row_custom .col_card_inr {
  position: relative;
  height: 100%;
  padding: 0 28px 24px 28px;
}

.feature_section2 .row_custom .col_card_inr:hover::after {
  border: 1px solid #c2c9ec;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
}

@media (max-width: 575px) {
  .feature_section2 .row_custom .col_card_inr {
    padding: 0 16px 16px 16px;
  }
}

.feature_section2 .row_custom .col_card_inr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 36px);
  background-color: #ffffff;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .feature_section2 .row_custom .col_card_inr::after {
    height: calc(100% - 30px);
  }
}

.feature_section2 .row_custom .col_card_inr .icon_otr {
  position: relative;
  padding-bottom: 28px;
  border-bottom: 1px solid #2F5278;
  margin-bottom: 20px;
  z-index: 2;
}

@media (max-width: 575px) {
  .feature_section2 .row_custom .col_card_inr .icon_otr {
    margin-bottom: 12px;
    padding-bottom: 16px;
  }
}

.feature_section2 .row_custom .col_card_inr .icon_otr .icon_inr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
}

@media (max-width: 575px) {
  .feature_section2 .row_custom .col_card_inr .icon_otr .icon_inr {
    width: 60px;
    height: 60px;
  }
}

.feature_section2 .row_custom .col_card_inr .icon_otr .icon_inr .card_icon {
  font-size: 40px;
  height: 40px;
  color: #ffffff;
}

@media (max-width: 575px) {
  .feature_section2 .row_custom .col_card_inr .icon_otr .icon_inr .card_icon {
    font-size: 32px;
    height: 32px;
  }
}

.feature_section2 .row_custom .col_card_inr .content_otr {
  position: relative;
  z-index: 2;
}

.feature_section2 .row_custom .col_card_inr .content_otr .card_heading {
  color: #0E1924;
  margin-bottom: 8px;
}

@media (max-width: 575px) {
  .feature_section2 .row_custom .col_card_inr .content_otr .card_heading {
    margin-bottom: 4px;
  }
}

.feature_section2 .row_custom .col_card_inr .content_otr .card_desc {
  color: rgba(14, 25, 36, 0.65);
}

/*=========================================
            Features End Here
=========================================*/

/*=========================================
            Pricing Start Here
=========================================*/

.pricing_section2 {
  background: #ffffff;
  overflow: hidden;
  padding: 128px 0;
}

@media (max-width: 991px) {
  .pricing_section2 {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .pricing_section2 {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .pricing_section2 {
    padding: 56px 0;
  }
}

.pricing_section2 .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .pricing_section2 .wrapper {
    margin-bottom: 32px;
  }
}

.pricing_section2 .row_custom {
  gap: 24px 0;
}

.pricing_section2 .row_custom .col_card_inr {
  background-color: #eaeef2;
  padding: 28px;
  height: 100%;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  transition: 0.3s;
}

.pricing_section2 .row_custom .col_card_inr:hover {
  border: 1px solid #c2c9ec;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
}

@media (max-width: 575px) {
  .pricing_section2 .row_custom .col_card_inr {
    padding: 16px;
  }
}

.pricing_section2 .row_custom .col_card_inr .heading_price {
  border-bottom: 1px solid rgba(14, 25, 36, 0.4);
  padding-bottom: 24px;
}

@media (max-width: 575px) {
  .pricing_section2 .row_custom .col_card_inr .heading_price {
    padding-bottom: 12px;
  }
}

.pricing_section2 .row_custom .col_card_inr .heading_price .heading_tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing_section2 .row_custom .col_card_inr .heading_price .heading_tag .tag_otr {
  display: flex;
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  padding: 4px 12px;
}

.pricing_section2 .row_custom .col_card_inr .heading_price .heading_tag .tag_otr .tag_text {
  color: #ffffff;
}

.pricing_section2 .row_custom .col_card_inr .heading_price .card_heading {
  color: #0E1924;
}

.pricing_section2 .row_custom .col_card_inr .heading_price .price_otr {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 8px 0;
}

@media (max-width: 575px) {
  .pricing_section2 .row_custom .col_card_inr .heading_price .price_otr {
    margin: 4px 0;
  }
}

.pricing_section2 .row_custom .col_card_inr .heading_price .price_otr .org_price {
  color: #0E1924;
}

.pricing_section2 .row_custom .col_card_inr .heading_price .price_otr .time_text {
  color: rgba(14, 25, 36, 0.65);
}

.pricing_section2 .row_custom .col_card_inr .heading_price .plan_desc {
  color: rgba(14, 25, 36, 0.65);
}

.pricing_section2 .row_custom .col_card_inr .plan_feature {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 24px;
}

@media (max-width: 575px) {
  .pricing_section2 .row_custom .col_card_inr .plan_feature {
    padding-top: 16px;
    gap: 16px;
  }
}

.pricing_section2 .row_custom .col_card_inr .plan_feature .feature_ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing_section2 .row_custom .col_card_inr .plan_feature .feature_ul .feature_li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pricing_section2 .row_custom .col_card_inr .plan_feature .feature_ul .feature_icon {
  font-size: 28px;
  height: 28px;
  color: #2F5278;
}

.pricing_section2 .row_custom .col_card_inr .plan_feature .feature_ul .feature_text {
  color: rgba(14, 25, 36, 0.65);
}

.pricing_section2 .row_custom .col_card_inr .plan_feature .action_otr {
  display: flex;
}

.pricing_section2 .row_custom .col_card_inr .plan_feature .action_otr .choose_btn {
  width: 100%;
}

/*=========================================
            Pricing End Here
=========================================*/

/*=========================================
            Content Start Here
=========================================*/

.content_section2 {
  position: relative;
  overflow: hidden;
  padding: 128px 0;
}

@media (max-width: 991px) {
  .content_section2 {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .content_section2 {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .content_section2 {
    padding: 56px 0;
  }
}

.content_section2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0E1924;
  opacity: 80%;
}

.content_section2 .content_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.content_section2 .row_custom {
  position: relative;
  justify-content: center;
  z-index: 2;
}

.content_section2 .row_custom .col_content_inr {
  text-align: center;
}

.content_section2 .row_custom .col_content_inr .heading {
  color: #ffffff;
  margin-bottom: 16px;
}

@media (max-width: 575px) {
  .content_section2 .row_custom .col_content_inr .heading {
    margin-bottom: 8px;
  }
}

.content_section2 .row_custom .col_content_inr .content_text {
  color: #ffffff;
}

@media (max-width: 575px) {
  .content_section2 .row_custom .col_content_inr .content_text {
    font-size: 16px;
    line-height: 28px;
  }
}

.content_section2 .row_custom .col_content_inr .content_text:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 575px) {
  .content_section2 .row_custom .col_content_inr .content_text:not(:last-child) {
    margin-bottom: 8px;
  }
}

/*=========================================
            Content End Here
=========================================*/

/*=========================================
            Faq Start Here
=========================================*/

.faq_section2 {
  background: #ffffff;
  overflow: hidden;
}

.faq_section3 {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.faq_section3 .row_custom {
  position: relative;
  justify-content: center;
  z-index: 2;
}

.faq_section3 .row_custom .col_accordion_inr {
  padding-right: 0;
}

.faq_section3 .row_custom .col_accordion_inr .accordion .accordion-item {
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
}

.faq_section3 .row_custom .col_accordion_inr .accordion .accordion-item .accordion-button {
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
}

.faq_section3 .row_custom .col_accordion_inr .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #0E1924;
}

.faq_section3 .row_custom .col_accordion_inr .accordion .accordion-item .accordion-body {
  box-shadow: none;
}

.faq_section3 .faq_img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.faq_section3 .faq_img.img1 {
  top: 80px;
  left: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 160px);
  opacity: 10%;
  -o-object-position: top;
     object-position: top;
}

@media (max-width: 767px) {
  .faq_section3 .faq_img.img1 {
    height: 100%;
    top: 0;
  }
}

/*=========================================
            Faq End Here
=========================================*/

/*=========================================
            Hero Start Here
=========================================*/

.hero_section3 {
  position: relative;
  overflow: hidden;
  padding: 128px 0;
}

@media (max-width: 991px) {
  .hero_section3 {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .hero_section3 {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .hero_section3 {
    padding: 56px 0;
  }
}

.hero_section3 .hero3_img {
  position: absolute;
  right: 0;
  top: 10%;
  width: 48%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  padding-right: 72px;
}

@media (max-width: 991px) {
  .hero_section3 .hero3_img {
    display: none;
  }
}

.hero_section3 .row_custom {
  position: relative;
  z-index: 2;
}

.hero_section3 .row_custom .col_content_inr .heading {
  color: #0E1924;
}

.hero_section3 .row_custom .col_content_inr .feature_ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0 56px 0;
}

@media (max-width: 991px) {
  .hero_section3 .row_custom .col_content_inr .feature_ul {
    margin: 24px 0 40px 0;
  }
}

@media (max-width: 575px) {
  .hero_section3 .row_custom .col_content_inr .feature_ul {
    margin: 16px 0 32px 0;
  }
}

.hero_section3 .row_custom .col_content_inr .feature_ul .feature_li {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 575px) {
  .hero_section3 .row_custom .col_content_inr .feature_ul .feature_li {
    gap: 12px;
  }
}

.hero_section3 .row_custom .col_content_inr .feature_ul .icon_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #2F5278;
}

@media (max-width: 575px) {
  .hero_section3 .row_custom .col_content_inr .feature_ul .icon_otr {
    width: 28px;
    height: 28px;
  }
}

.hero_section3 .row_custom .col_content_inr .feature_ul .icon_otr .server_icon {
  font-size: 24px;
  height: 21px;
  color: #ffffff;
}

@media (max-width: 575px) {
  .hero_section3 .row_custom .col_content_inr .feature_ul .icon_otr .server_icon {
    font-size: 20px;
    height: 20px;
  }
}

.hero_section3 .row_custom .col_content_inr .feature_ul .server_text {
  flex: 1;
  color: #0E1924;
}

@media (max-width: 575px) {
  .hero_section3 .row_custom .col_content_inr .feature_ul .server_text {
    font-size: 16px;
    line-height: 28px;
  }
}

.hero_section3 .row_custom .col_content_inr .action_otr {
  display: flex;
}

/*=========================================
            Hero End Here
=========================================*/

/*=========================================
            Review Start Here
=========================================*/

.review_section3 {
  position: relative;
  overflow: hidden;
  padding: 128px 0;
}

@media (max-width: 991px) {
  .review_section3 {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .review_section3 {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .review_section3 {
    padding: 56px 0;
  }
}

.review_section3 .review_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.review_section3 .wrapper {
  position: relative;
  margin-bottom: 48px;
  z-index: 2;
}

@media (max-width: 575px) {
  .review_section3 .wrapper {
    margin-bottom: 32px;
  }
}

.review_section3 .row_custom {
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 48px 0;
  z-index: 2;
}

@media (max-width: 991px) {
  .review_section3 .row_custom {
    flex-direction: column-reverse;
  }
}

.review_section3 .row_custom .col_img_inr .review_img {
  width: 100%;
  height: 520px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 991px) {
  .review_section3 .row_custom .col_img_inr .review_img {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .review_section3 .row_custom .col_img_inr .review_img {
    height: 400px;
  }
}

.review_section3 .row_custom .col_cards_otr {
  padding-left: 60px;
}

@media (max-width: 991px) {
  .review_section3 .row_custom .col_cards_otr {
    padding-left: 12px;
  }
}

.review_section3 .row_custom .review_slider {
  padding: 10px 0 58px 0;
}

@media (max-width: 575px) {
  .review_section3 .row_custom .review_slider {
    padding: 10px 0 32px 0;
  }
}

.review_section3 .row_custom .review_slider .swiper-wrapper {
  height: auto;
}

.review_section3 .row_custom .review_slider .card_otr {
  position: relative;
}

.review_section3 .row_custom .review_slider .card_otr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 36px);
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
}

@media (max-width: 575px) {
  .review_section3 .row_custom .review_slider .card_otr::after {
    height: calc(100% - 30px);
  }
}

.review_section3 .row_custom .review_slider .card_otr .col_card_inr {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 0 28px 24px 28px;
}

@media (max-width: 575px) {
  .review_section3 .row_custom .review_slider .card_otr .col_card_inr {
    padding: 0 16px 16px 16px;
  }
}

.review_section3 .row_custom .review_slider .card_otr .col_card_inr .quotes_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background-color: #ffffff;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .review_section3 .row_custom .review_slider .card_otr .col_card_inr .quotes_otr {
    width: 60px;
    height: 60px;
  }
}

.review_section3 .row_custom .review_slider .card_otr .col_card_inr .quotes_otr .quote_icon {
  font-size: 40px;
  height: 40px;
  background: -webkit-linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 575px) {
  .review_section3 .row_custom .review_slider .card_otr .col_card_inr .quotes_otr .quote_icon {
    font-size: 32px;
    height: 32px;
  }
}

.review_section3 .row_custom .review_slider .card_otr .col_card_inr .star_ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 20px 0 16px 0;
}

@media (max-width: 575px) {
  .review_section3 .row_custom .review_slider .card_otr .col_card_inr .star_ul {
    margin: 16px 0 8px 0;
  }
}

.review_section3 .row_custom .review_slider .card_otr .col_card_inr .star_ul .star_icon {
  font-size: 24px;
  height: 24px;
  color: #ffffff;
}

@media (max-width: 575px) {
  .review_section3 .row_custom .review_slider .card_otr .col_card_inr .star_ul .star_icon {
    font-size: 20px;
    height: 20px;
  }
}

.review_section3 .row_custom .review_slider .card_otr .col_card_inr .content_text {
  text-align: center;
  color: #ffffff;
  margin-bottom: 16px;
}

@media (max-width: 575px) {
  .review_section3 .row_custom .review_slider .card_otr .col_card_inr .content_text {
    margin-bottom: 8px;
  }
}

.review_section3 .row_custom .review_slider .card_otr .col_card_inr .profile_text {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.review_section3 .row_custom .review_slider .card_otr .col_card_inr .profile_text .profile_name,
.review_section3 .row_custom .review_slider .card_otr .col_card_inr .profile_text .user_work {
  color: #ffffff;
}

.review_section3 .row_custom .review_slider .swiper-pagination {
  bottom: 0;
}

.review_section3 .row_custom .review_slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #2F5278;
}

/*=========================================
            Review End Here
=========================================*/

/*=========================================
            Services Start Here
=========================================*/

.services_section3 {
  padding: 128px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .services_section3 {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .services_section3 {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .services_section3 {
    padding: 56px 0;
  }
}

.services_section3 .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .services_section3 .wrapper {
    margin-bottom: 32px;
  }
}

.services_section3 .row_custom {
  gap: 24px 0;
}

.services_section3 .row_custom .col_card_inr {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  transition: 0.3s;
}

.services_section3 .row_custom .col_card_inr:hover {
  border: 1px solid #c2c9ec;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
}

@media (max-width: 575px) {
  .services_section3 .row_custom .col_card_inr {
    flex-direction: column-reverse;
  }
}

.services_section3 .row_custom .col_card_inr .icon_otr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
  width: 160px;
}

@media (max-width: 575px) {
  .services_section3 .row_custom .col_card_inr .icon_otr {
    padding: 16px;
    width: 100%;
  }
}

.services_section3 .row_custom .col_card_inr .icon_otr .card_icon {
  position: relative;
  font-size: 60px;
  height: 60px;
  color: #ffffff;
  z-index: 2;
}

@media (max-width: 575px) {
  .services_section3 .row_custom .col_card_inr .icon_otr .card_icon {
    font-size: 52px;
    height: 52px;
  }
}

.services_section3 .row_custom .col_card_inr .icon_otr .card_shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.services_section3 .row_custom .col_card_inr .card_content {
  padding: 24px 16px 24px 28px;
  flex: 1;
}

@media (max-width: 575px) {
  .services_section3 .row_custom .col_card_inr .card_content {
    padding: 12px 0 16px 16px;
  }
}

.services_section3 .row_custom .col_card_inr .card_content .card_heading {
  color: #0E1924;
  margin-bottom: 4px;
}

.services_section3 .row_custom .col_card_inr .card_content .card_desc {
  color: rgba(14, 25, 36, 0.65);
}

/*=========================================
            Services End Here
=========================================*/

/*=========================================
            Feature Start Here
=========================================*/

.feature_section3 {
  padding: 128px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .feature_section3 {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .feature_section3 {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .feature_section3 {
    padding: 56px 0;
  }
}

.feature_section3 .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .feature_section3 .wrapper {
    margin-bottom: 32px;
  }
}

.feature_section3 .row_custom {
  gap: 24px 0;
}

.feature_section3 .row_custom .col_card_inr {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
  padding: 32px 28px 24px 28px;
  border: 1px solid transparent;
  transition: 0.3s;
}

.feature_section3 .row_custom .col_card_inr:hover {
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #c2c9ec;
}

@media (max-width: 575px) {
  .feature_section3 .row_custom .col_card_inr {
    padding: 24px 16px 16px 16px;
  }
}

.feature_section3 .row_custom .col_card_inr::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 68px;
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
}

@media (max-width: 575px) {
  .feature_section3 .row_custom .col_card_inr::after {
    height: 54px;
  }
}

.feature_section3 .row_custom .col_card_inr .icon_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 72px;
  height: 72px;
  background-color: #ffffff;
  z-index: 2;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .feature_section3 .row_custom .col_card_inr .icon_otr {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }
}

.feature_section3 .row_custom .col_card_inr .icon_otr .card_icon {
  font-size: 40px;
  height: 40px;
  background: -webkit-linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 575px) {
  .feature_section3 .row_custom .col_card_inr .icon_otr .card_icon {
    font-size: 32px;
    height: 32px;
  }
}

.feature_section3 .row_custom .col_card_inr .card_content {
  position: relative;
  text-align: center;
  z-index: 2;
}

.feature_section3 .row_custom .col_card_inr .card_content .card_heading {
  color: #0E1924;
  margin-bottom: 8px;
}

@media (max-width: 575px) {
  .feature_section3 .row_custom .col_card_inr .card_content .card_heading {
    margin-bottom: 4px;
  }
}

.feature_section3 .row_custom .col_card_inr .card_content .card_desc {
  color: rgba(14, 25, 36, 0.65);
}

/*=========================================
            Feature End Here
=========================================*/

/*=========================================
            Pricing Start Here
=========================================*/

.pricing_section3 {
  padding: 128px 0;
  overflow: hidden;
  background: #eaeef2;
}

@media (max-width: 991px) {
  .pricing_section3 {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .pricing_section3 {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .pricing_section3 {
    padding: 56px 0;
  }
}

.pricing_section3 .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .pricing_section3 .wrapper {
    margin-bottom: 32px;
  }
}

.pricing_section3 .row_custom {
  gap: 24px 0;
}

.pricing_section3 .row_custom .col_card_inr {
  background-color: #ffffff;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  transition: 0.3s;
}

.pricing_section3 .row_custom .col_card_inr:hover {
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #c2c9ec;
}

.pricing_section3 .row_custom .col_card_inr .price_otr {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 20px 28px;
}

@media (max-width: 575px) {
  .pricing_section3 .row_custom .col_card_inr .price_otr {
    padding: 12px 16px;
  }
}

.pricing_section3 .row_custom .col_card_inr .price_otr .org_price {
  background: -webkit-linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing_section3 .row_custom .col_card_inr .price_otr .time_text {
  color: rgba(14, 25, 36, 0.65);
}

.pricing_section3 .row_custom .col_card_inr .heading_price {
  padding: 24px 28px;
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
}

@media (max-width: 575px) {
  .pricing_section3 .row_custom .col_card_inr .heading_price {
    padding: 16px;
  }
}

.pricing_section3 .row_custom .col_card_inr .heading_price .heading_tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

@media (max-width: 575px) {
  .pricing_section3 .row_custom .col_card_inr .heading_price .heading_tag {
    margin-bottom: 8px;
  }
}

.pricing_section3 .row_custom .col_card_inr .heading_price .heading_tag .card_heading {
  color: #ffffff;
}

.pricing_section3 .row_custom .col_card_inr .heading_price .heading_tag .tag_otr {
  display: flex;
  background: #ffffff;
  padding: 4px 12px;
}

.pricing_section3 .row_custom .col_card_inr .heading_price .heading_tag .tag_otr .tag_text {
  background: -webkit-linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing_section3 .row_custom .col_card_inr .heading_price .plan_desc {
  color: #ffffff;
}

.pricing_section3 .row_custom .col_card_inr .plan_feature {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 24px 28px 28px 28px;
}

@media (max-width: 575px) {
  .pricing_section3 .row_custom .col_card_inr .plan_feature {
    padding: 16px;
    gap: 20px;
  }
}

.pricing_section3 .row_custom .col_card_inr .plan_feature .feature_ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing_section3 .row_custom .col_card_inr .plan_feature .feature_ul .feature_li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pricing_section3 .row_custom .col_card_inr .plan_feature .feature_ul .feature_li .feature_icon {
  font-size: 28px;
  height: 28px;
  background: -webkit-linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing_section3 .row_custom .col_card_inr .plan_feature .feature_ul .feature_li .feature_text {
  color: rgba(14, 25, 36, 0.65);
}

.pricing_section3 .row_custom .col_card_inr .plan_feature .action_otr {
  display: flex;
}

.pricing_section3 .row_custom .col_card_inr .plan_feature .action_otr .choose_btn {
  width: 100%;
}

/*=========================================
            Pricing End Here
=========================================*/

/*=========================================
            About Start Here
=========================================*/

.about_section {
  padding: 128px 0;
}

@media (max-width: 991px) {
  .about_section {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .about_section {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .about_section {
    padding: 56px 0;
  }
}

.about_section .row_custom {
  gap: 48px 0;
}

@media (max-width: 575px) {
  .about_section .row_custom {
    gap: 24px;
  }
}

.about_section .row_custom .col_inr .heading {
  color: #0E1924;
  margin-bottom: 16px;
}

@media (max-width: 575px) {
  .about_section .row_custom .col_inr .heading {
    margin-bottom: 8px;
  }
}

.about_section .row_custom .col_inr .desc {
  color: rgba(14, 25, 36, 0.65);
}

@media (max-width: 575px) {
  .about_section .row_custom .col_inr .desc {
    font-size: 16px;
    line-height: 28px;
  }
}

.about_section .row_custom .col_inr .desc:not(:last-child) {
  margin-bottom: 12px;
}

.about_section .row_custom .col_img_inr {
  padding-left: 48px;
  height: 100%;
}

@media (max-width: 991px) {
  .about_section .row_custom .col_img_inr {
    padding-left: 0;
  }
}

.about_section .row_custom .col_img_inr .about_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about_section2 {
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
}

.about_section2 .row_custom {
  align-items: center;
}

.about_section2 .row_custom .col_inr .heading {
  color: #ffffff;
  margin-bottom: 16px;
}

.about_section2 .row_custom .col_inr .desc {
  color: #ffffff;
}

/*=========================================
            About End Here
=========================================*/

/*=========================================
            Login Start Here
=========================================*/

.login_main {
  padding: 128px 0;
  background: #eaeef2;
}

@media (max-width: 991px) {
  .login_main {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .login_main {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .login_main {
    padding: 56px 0;
  }
}

.login_main .row_custom {
  gap: 48px 0;
}

@media (max-width: 575px) {
  .login_main .row_custom {
    gap: 24px 0;
  }
}

.login_main .row_custom .col_form_inr .form_content .heading {
  color: #0E1924;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .login_main .row_custom .col_form_inr .form_content .heading {
    margin-bottom: 8px;
  }
}

.login_main .row_custom .col_form_inr .form_content .desc {
  color: rgba(14, 25, 36, 0.65);
}

@media (max-width: 767px) {
  .login_main .row_custom .col_form_inr .form_content .desc {
    font-size: 16px;
    line-height: 28px;
  }
}

.login_main .row_custom .col_form_inr .other_login {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 20px 0 24px 0;
}

@media (max-width: 420px) {
  .login_main .row_custom .col_form_inr .other_login {
    flex-direction: column;
  }
}

.login_main .row_custom .col_form_inr .other_login .other_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  gap: 12px;
  padding: 16px 24px;
  transition: 0.3s;
}

@media (max-width: 420px) {
  .login_main .row_custom .col_form_inr .other_login .other_btn {
    width: 100%;
  }
}

.login_main .row_custom .col_form_inr .other_login .other_btn:hover {
  background: #0E1924;
}

.login_main .row_custom .col_form_inr .other_login .other_btn .btn_icon {
  font-size: 28px;
  height: 28px;
}

.login_main .row_custom .col_form_inr .form_otr .input_otr.input_otr1 {
  margin-bottom: 24px;
}

.login_main .row_custom .col_form_inr .form_otr .input_otr .form_input {
  width: 100%;
}

.login_main .row_custom .col_form_inr .form_otr .forget_remember {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.login_main .row_custom .col_form_inr .form_otr .forget_remember .theme_checkbox .form-check-label {
  color: rgba(14, 25, 36, 0.65);
}

.login_main .row_custom .col_form_inr .form_otr .forget_remember .theme_checkbox .form-check-label .linkk {
  display: inline;
  color: #0E1924;
  transition: 0.3s;
}

.login_main .row_custom .col_form_inr .form_otr .forget_remember .theme_checkbox .form-check-label .linkk:hover {
  color: #2F5278;
}

.login_main .row_custom .col_form_inr .form_otr .forget_remember .forget_text {
  color: #0E1924;
  transition: 0.3s;
}

.login_main .row_custom .col_form_inr .form_otr .forget_remember .forget_text:hover {
  color: #2F5278;
}

.login_main .row_custom .col_form_inr .form_otr .action_otr {
  display: flex;
  width: calc(50% - 12px);
}

.login_main .row_custom .col_form_inr .form_otr .action_otr .form_btn {
  width: 100%;
  border: none;
  outline: none;
}

.login_main .row_custom .col_form_inr .form_otr .register_text {
  margin-top: 16px;
  color: rgba(14, 25, 36, 0.65);
}

.login_main .row_custom .col_form_inr .form_otr .register_text .linkk_text {
  display: inline;
  color: #0E1924;
  transition: 0.3s;
}

.login_main .row_custom .col_form_inr .form_otr .register_text .linkk_text:hover {
  color: #2F5278;
}

.login_main .row_custom .col_img_inr {
  height: 100%;
  padding-left: 48px;
}

@media (max-width: 991px) {
  .login_main .row_custom .col_img_inr {
    padding-left: 0;
  }
}

.login_main .row_custom .col_img_inr .login_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
}

/*=========================================
            Login End Here
=========================================*/

/*=========================================
            Blog Start Here
=========================================*/

.blog_section {
  padding: 128px 0;
  background: #eaeef2;
}

@media (max-width: 991px) {
  .blog_section {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .blog_section {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .blog_section {
    padding: 56px 0;
  }
}

.blog_section .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .blog_section .wrapper {
    margin-bottom: 32px;
  }
}

.blog_section .row_custom {
  gap: 24px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog_section .row_custom .col_card_otr {
    width: 33.333%;
  }
}

.blog_section .row_custom .col_card_inr {
  background-color: #ffffff;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  transition: 0.3s;
}

.blog_section .row_custom .col_card_inr:hover {
  border: 1px solid #c2c9ec;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
}

.blog_section .row_custom .col_card_inr .img_otr {
  display: flex;
}

.blog_section .row_custom .col_card_inr .img_otr .card_img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog_section .row_custom .col_card_inr .content {
  padding: 16px 28px;
}

@media (max-width: 575px) {
  .blog_section .row_custom .col_card_inr .content {
    padding: 12px 16px;
  }
}

.blog_section .row_custom .col_card_inr .content .blog_heading {
  color: #0E1924;
  transition: 0.3s;
}

.blog_section .row_custom .col_card_inr .content .blog_heading:hover {
  color: #4AB6CD;
}

.blog_section .row_custom .col_card_inr .content .card_desc {
  color: rgba(14, 25, 36, 0.65);
  margin: 8px 0 12px 0;
}

@media (max-width: 575px) {
  .blog_section .row_custom .col_card_inr .content .card_desc {
    margin: 4px 0 8px 0;
  }
}

.blog_section .row_custom .col_card_inr .content .read_more {
  background: -webkit-linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog_section .action_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}

@media (max-width: 575px) {
  .blog_section .action_otr {
    margin-top: 24px;
  }
}

/*=========================================
            Blog End Here
=========================================*/

/*=========================================
            Contact Start Here
=========================================*/

.contact_section {
  padding: 128px 0;
}

@media (max-width: 991px) {
  .contact_section {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .contact_section {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .contact_section {
    padding: 56px 0;
  }
}

.contact_section .wrapper {
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .contact_section .wrapper {
    margin-bottom: 32px;
  }
}

.contact_section .row_custom {
  gap: 48px 0;
  align-items: center;
}

@media (max-width: 575px) {
  .contact_section .row_custom {
    gap: 24px 0;
  }
}

.contact_section .row_custom .col_img_inr {
  padding-left: 48px;
}

@media (max-width: 991px) {
  .contact_section .row_custom .col_img_inr {
    padding-left: 0;
  }
}

.contact_section .row_custom .col_img_inr .contact_img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
}

.contact_section .row_custom .col_form_inr {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
}

.contact_section .row_custom .col_form_inr .input_otr {
  width: 100%;
}

.contact_section .row_custom .col_form_inr .input_otr .form_input {
  width: 100%;
}

.contact_section .row_custom .col_form_inr .input_otr .text_area {
  width: 100%;
  height: 110px;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact_section .row_custom .col_form_inr .action_otr {
  display: flex;
}

.contact_section .row_custom .col_form_inr .action_otr .form_btn {
  border: none;
  outline: none;
}

.contact_section .row_custom2 {
  margin-top: 96px;
  gap: 24px 0;
}

@media (max-width: 767px) {
  .contact_section .row_custom2 {
    margin-top: 72px;
  }
}

@media (max-width: 575px) {
  .contact_section .row_custom2 {
    margin-top: 56px;
  }
}

.contact_section .row_custom2 .col_info_inr {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 16px 20px 16px;
  transition: 0.3s;
}

.contact_section .row_custom2 .col_info_inr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background: #ffffff;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

@media (max-width: 575px) {
  .contact_section .row_custom2 .col_info_inr::after {
    height: calc(100% - 30px);
  }
}

.contact_section .row_custom2 .col_info_inr:hover::after {
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
}

.contact_section .row_custom2 .col_info_inr:hover .card_heading,
.contact_section .row_custom2 .col_info_inr:hover .card_text {
  color: #ffffff;
}

.contact_section .row_custom2 .col_info_inr .icon_otr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #ffffff;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

@media (max-width: 575px) {
  .contact_section .row_custom2 .col_info_inr .icon_otr {
    width: 60px;
    height: 60px;
  }
}

.contact_section .row_custom2 .col_info_inr .icon_otr .icon {
  font-size: 40px;
  line-height: 40px;
  background: -webkit-linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .contact_section .row_custom2 .col_info_inr .icon_otr .icon {
    font-size: 32px;
    height: 32px;
  }
}

.contact_section .row_custom2 .col_info_inr .card_heading {
  position: relative;
  color: #0E1924;
  margin: 14px 0 6px 0;
  z-index: 2;
}

.contact_section .row_custom2 .col_info_inr .card_text {
  position: relative;
  color: rgba(14, 25, 36, 0.65);
  z-index: 2;
  transition: 0.3s;
}

/*=========================================
            Contact End Here
=========================================*/

/*=========================================
            Sitemap Start Here
=========================================*/

.sitemap_section {
  padding: 128px 0;
}

@media (max-width: 991px) {
  .sitemap_section {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .sitemap_section {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .sitemap_section {
    padding: 56px 0;
  }
}

.sitemap_section .sitemap_ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sitemap_section .sitemap_ul .sitemap_linkk {
  color: #0E1924;
  transition: 0.3s;
}

.sitemap_section .sitemap_ul .sitemap_linkk:hover {
  color: #2F5278;
}

/*=========================================
            Sitemap End Here
=========================================*/

/*=========================================
        Blog Details Start Here
=========================================*/

.blogDetails_section {
  padding: 128px 0;
  background: #eaeef2;
}

@media (max-width: 991px) {
  .blogDetails_section {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .blogDetails_section {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .blogDetails_section {
    padding: 56px 0;
  }
}

.blogDetails_section .row_custom {
  justify-content: center;
}

.blogDetails_section .row_custom .col_content_inr {
  background-color: #ffffff;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
}

.blogDetails_section .row_custom .col_content_inr .img_otr {
  display: flex;
}

.blogDetails_section .row_custom .col_content_inr .img_otr .details_img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 575px) {
  .blogDetails_section .row_custom .col_content_inr .img_otr .details_img {
    height: 320px;
  }
}

.blogDetails_section .row_custom .col_content_inr .profile_social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
}

@media (max-width: 767px) {
  .blogDetails_section .row_custom .col_content_inr .profile_social {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 575px) {
  .blogDetails_section .row_custom .col_content_inr .profile_social {
    padding: 12px 16px;
  }
}

.blogDetails_section .row_custom .col_content_inr .profile_social .date_profile {
  display: flex;
  align-items: center;
  gap: 24px;
}

.blogDetails_section .row_custom .col_content_inr .profile_social .date_profile .icon_text {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blogDetails_section .row_custom .col_content_inr .profile_social .date_profile .icon {
  font-size: 24px;
  height: 24px;
  background: -webkit-linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blogDetails_section .row_custom .col_content_inr .profile_social .date_profile .text {
  color: rgba(14, 25, 36, 0.65);
}

.blogDetails_section .row_custom .col_content_inr .profile_social .social_ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.blogDetails_section .row_custom .col_content_inr .profile_social .social_ul .icon_otr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #0E1924;
  transition: 0.3s;
}

.blogDetails_section .row_custom .col_content_inr .profile_social .social_ul .icon_otr::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  transition: 0.4s;
}

.blogDetails_section .row_custom .col_content_inr .profile_social .social_ul .icon_otr:hover::after {
  width: 100%;
  height: 100%;
}

.blogDetails_section .row_custom .col_content_inr .profile_social .social_ul .icon_otr .icon {
  position: relative;
  font-size: 20px;
  height: 20px;
  color: #ffffff;
  z-index: 2;
}

.blogDetails_section .row_custom .col_content_inr .details_content {
  padding: 32px 48px;
  border-bottom: 1px solid #2F5278;
  border-top: 1px solid #2F5278;
}

@media (max-width: 767px) {
  .blogDetails_section .row_custom .col_content_inr .details_content {
    padding: 20px 28px;
  }
}

@media (max-width: 575px) {
  .blogDetails_section .row_custom .col_content_inr .details_content {
    padding: 12px 16px;
  }
}

.blogDetails_section .row_custom .col_content_inr .details_content .content_heading {
  color: #0E1924;
  margin-bottom: 16px;
}

@media (max-width: 575px) {
  .blogDetails_section .row_custom .col_content_inr .details_content .content_heading {
    margin-bottom: 4px;
  }
}

.blogDetails_section .row_custom .col_content_inr .details_content .desc {
  color: rgba(14, 25, 36, 0.65);
}

@media (max-width: 575px) {
  .blogDetails_section .row_custom .col_content_inr .details_content .desc {
    font-size: 16px;
    line-height: 28px;
  }
}

.blogDetails_section .row_custom .col_content_inr .details_content .desc:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 575px) {
  .blogDetails_section .row_custom .col_content_inr .details_content .desc:not(:last-child) {
    margin-bottom: 8px;
  }
}

.blogDetails_section .row_custom .col_content_inr .col_form_inr {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 48px;
}

@media (max-width: 991px) {
  .blogDetails_section .row_custom .col_content_inr .col_form_inr {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .blogDetails_section .row_custom .col_content_inr .col_form_inr {
    padding: 28px;
  }
}

@media (max-width: 575px) {
  .blogDetails_section .row_custom .col_content_inr .col_form_inr {
    padding: 16px;
  }
}

.blogDetails_section .row_custom .col_content_inr .col_form_inr .content_form {
  width: calc(50% - 12px);
  padding-bottom: 48px;
}

@media (max-width: 991px) {
  .blogDetails_section .row_custom .col_content_inr .col_form_inr .content_form {
    padding-bottom: 0;
    width: 100%;
  }
}

.blogDetails_section .row_custom .col_content_inr .col_form_inr .content_form .news_heading {
  color: #0E1924;
}

.blogDetails_section .row_custom .col_content_inr .col_form_inr .content_form .new_desc {
  color: rgba(14, 25, 36, 0.65);
  margin: 8px 0 24px 0;
}

@media (max-width: 575px) {
  .blogDetails_section .row_custom .col_content_inr .col_form_inr .content_form .new_desc {
    font-size: 16px;
    line-height: 28px;
    margin: 4px 0 16px 0;
  }
}

.blogDetails_section .row_custom .col_content_inr .col_form_inr .content_form .form_otr {
  margin-bottom: 0;
}

.blogDetails_section .row_custom .col_content_inr .col_form_inr .content_form .form_otr .input_otr {
  margin-bottom: 24px;
}

.blogDetails_section .row_custom .col_content_inr .col_form_inr .content_form .form_otr .input_otr .form_input {
  width: 100%;
}

.blogDetails_section .row_custom .col_content_inr .col_form_inr .content_form .form_otr .action_otr {
  display: flex;
}

.blogDetails_section .row_custom .col_content_inr .col_form_inr .sub_img_otr {
  width: calc(50% - 12px);
}

@media (max-width: 991px) {
  .blogDetails_section .row_custom .col_content_inr .col_form_inr .sub_img_otr {
    width: 100%;
  }
}

.blogDetails_section .row_custom .col_content_inr .col_form_inr .sub_img_otr .sub_img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*=========================================
        Blog Details End Here
=========================================*/

/*=========================================
        Privacy Policy Start Here
=========================================*/

.privacy_policy {
  padding: 128px 0;
  background: #eaeef2;
}

@media (max-width: 991px) {
  .privacy_policy {
    padding: 96px 0;
  }
}

@media (max-width: 767px) {
  .privacy_policy {
    padding: 72px 0;
  }
}

@media (max-width: 575px) {
  .privacy_policy {
    padding: 56px 0;
  }
}

.privacy_policy .row_custom {
  justify-content: center;
}

.privacy_policy .row_custom .col_content_inr {
  background-color: #ffffff;
  box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.1);
  padding: 20px 28px;
}

@media (max-width: 575px) {
  .privacy_policy .row_custom .col_content_inr {
    padding: 12px 16px;
  }
}

.privacy_policy .row_custom .col_content_inr .heading_date_otr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #2F5278;
}

@media (max-width: 575px) {
  .privacy_policy .row_custom .col_content_inr .heading_date_otr {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}

.privacy_policy .row_custom .col_content_inr .heading_date_otr .content_heading {
  color: #0E1924;
}

.privacy_policy .row_custom .col_content_inr .heading_date_otr .version_text {
  color: rgba(14, 25, 36, 0.65);
}

.privacy_policy .row_custom .col_content_inr .content_desc {
  padding: 16px 0;
}

.privacy_policy .row_custom .col_content_inr .content_desc .privacy_text {
  color: rgba(14, 25, 36, 0.65);
}

@media (max-width: 575px) {
  .privacy_policy .row_custom .col_content_inr .content_desc .privacy_text {
    font-size: 16px;
    line-height: 28px;
  }
}

.privacy_policy .row_custom .col_content_inr .content_desc .privacy_text:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 575px) {
  .privacy_policy .row_custom .col_content_inr .content_desc .privacy_text:not(:last-child) {
    margin-bottom: 8px;
  }
}

.privacy_policy .row_custom .col_content_inr .data_otr:not(:last-child) {
  margin-bottom: 12px;
}

.privacy_policy .row_custom .col_content_inr .data_otr .data_heading {
  color: #0E1924;
  padding-bottom: 8px;
  border-bottom: 1px solid #2F5278;
  margin-bottom: 16px;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .privacy_policy .row_custom .col_content_inr .data_otr .data_heading {
    margin-bottom: 12px;
  }
}

.privacy_policy .row_custom .col_content_inr .data_otr .data_text {
  color: rgba(14, 25, 36, 0.65);
}

@media (max-width: 575px) {
  .privacy_policy .row_custom .col_content_inr .data_otr .data_text {
    font-size: 16px;
    line-height: 28px;
  }
}

.privacy_policy .row_custom .col_content_inr .data_otr .data_text:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 575px) {
  .privacy_policy .row_custom .col_content_inr .data_otr .data_text:not(:last-child) {
    margin-bottom: 8px;
  }
}

.privacy_policy .row_custom .col_content_inr .data_otr .data_text a {
  color: #0E1924;
  display: inline;
}

/*=========================================
        Privacy Policy End Here
=========================================*/

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Quicksand-Regular";
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  display: block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

@media (max-width: 767px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br,
  p br {
    display: none;
  }
}

h1 {
  font-size: 60px;
  line-height: 76px;
  font-family: "Rubik-Bold";
}

@media (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }
}

h2 {
  font-size: 48px;
  line-height: 60px;
  font-family: "Rubik-Bold";
}

@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 44px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

h3 {
  font-size: 32px;
  line-height: 44px;
  font-family: "Rubik-Bold";
}

h4 {
  font-size: 28px;
  line-height: 40px;
  font-family: "Rubik-Bold";
}

h5 {
  font-size: 24px;
  line-height: 36px;
  font-family: "Rubik-Bold";
}

h6 {
  font-size: 22px;
  line-height: 34px;
  font-family: "Rubik-Bold";
}

.heading-h1 {
  font-size: 60px;
  line-height: 76px;
  font-family: "Rubik-Bold";
}

@media (max-width: 767px) {
  .heading-h1 {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  .heading-h1 {
    font-size: 32px;
    line-height: 44px;
  }
}

.heading-h2 {
  font-size: 48px;
  line-height: 60px;
  font-family: "Rubik-Bold";
}

@media (max-width: 767px) {
  .heading-h2 {
    font-size: 32px;
    line-height: 44px;
  }
}

@media (max-width: 575px) {
  .heading-h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.heading-h3 {
  font-size: 32px;
  line-height: 44px;
  font-family: "Rubik-Bold";
}

.heading-h4 {
  font-size: 28px;
  line-height: 40px;
  font-family: "Rubik-Bold";
}

.heading-h5 {
  font-size: 24px;
  line-height: 36px;
  font-family: "Rubik-Bold";
}

.heading-h6 {
  font-size: 22px;
  line-height: 34px;
  font-family: "Rubik-Bold";
}

.heading-L {
  font-size: 20px;
  line-height: 32px;
  font-family: "Quicksand-Medium";
}

.heading-LB {
  font-size: 20px;
  line-height: 32px;
  font-family: "Rubik-Bold";
}

.heading-M {
  font-size: 18px;
  line-height: 28px;
  font-family: "Quicksand-Medium";
}

.heading-MB {
  font-size: 18px;
  line-height: 28px;
  font-family: "Rubik-Bold";
}

.heading-S {
  font-size: 16px;
  line-height: 28px;
  font-family: "Quicksand-Medium";
}

.heading-SB {
  font-size: 16px;
  line-height: 28px;
  font-family: "Rubik-Bold";
}

.heading-XS {
  font-size: 14px;
  line-height: 26px;
  font-family: "Quicksand-Medium";
}

.heading-XSB {
  font-size: 14px;
  line-height: 26px;
  font-family: "Rubik-Bold";
}

.primary_btn {
  position: relative;
  padding: 11px 24px;
  background-color: #0E1924;
  color: #ffffff;
  border: 1px solid #2F5278;
  text-align: center;
  transition: 0.4s;
}

.primary_btn span {
  font-size: 16px;
  line-height: 28px;
  font-family: "Rubik-Bold";
  position: relative;
  z-index: 2;
}

.primary_btn:hover::after {
  width: 100%;
  height: 100%;
}

.primary_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  width: 0;
  height: 0;
  transition: 0.4s;
}

.border_btn {
  position: relative;
  padding: 11px 24px;
  background-color: transparent;
  color: #2F5278;
  border: 1px solid #2F5278;
  text-align: center;
  transition: 0.4s;
}

.border_btn span {
  font-size: 16px;
  line-height: 28px;
  font-family: "Rubik-Bold";
  position: relative;
  z-index: 2;
}

.border_btn:hover {
  color: #ffffff;
}

.border_btn:hover::after {
  width: 100%;
  height: 100%;
}

.border_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(259deg, #2F5278 0%, #4AB6CD 100%);
  width: 0;
  height: 0;
  transition: 0.4s;
}

.theme_input {
  font-size: 16px;
  line-height: 28px;
  font-family: "Rubik-Medium";
  padding: 11px 24px;
  background-color: #ffffff;
  color: #0E1924;
  border: 1px solid #2F5278;
  transition: 0.3s;
}

.theme_input::-moz-placeholder {
  color: rgba(14, 25, 36, 0.5);
}

.theme_input:-ms-input-placeholder {
  color: rgba(14, 25, 36, 0.5);
}

.theme_input::placeholder {
  color: rgba(14, 25, 36, 0.5);
}

.theme_input:focus {
  outline: none;
  border: 1px solid #4AB6CD;
}

.theme_checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.theme_checkbox .form-check-input {
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 0px;
  border: 1px solid #2F5278;
}

.theme_checkbox .form-check-input:focus {
  box-shadow: none;
}

.theme_checkbox .form-check-input:checked[type=checkbox] {
  background-image: url(/assets/img/check-icon.svg);
  border: 1px solid #2F5278;
}

.theme_checkbox .form-check-label {
  flex: 1;
}


/*# sourceMappingURL=app.css.map*/