/*----------------------------------------------------

1. Global Area 
2. Header Section

******* HOME PAGE 1 *******



=====================================================================*/
/*=========
Font load
===========*/
@font-face {
  font-family: "Neue Einstellung";
  font-style: normal;
  font-weight: 900;
  src: local("../fonts/NeueEinstellung-Black.woff2"), url("../fonts/NeueEinstellung-Black.woff2") format("woff");
}
@font-face {
  font-family: "Neue Einstellung";
  font-style: normal;
  font-weight: 700;
  src: local("../fonts/NeueEinstellung-Bold.woff"), url("../fonts/NeueEinstellung-Bold.woff") format("woff");
}
@font-face {
  font-family: "Neue Einstellung";
  font-style: italic;
  font-weight: 500;
  src: local("../fonts/NeueEinstellung-Medium.woff"), url("../fonts/NeueEinstellung-Medium.woff") format("woff");
}
@font-face {
  font-family: "Neue Einstellung";
  font-style: normal;
  font-weight: 400;
  src: local("../fonts/NeueEinstellung-Regular.woff"), url("../fonts/NeueEinstellung-Regular.woff") format("woff");
}
:root {
  --jr-body-color: #435669;
  --jr-title-color: #121C27;
  --jr-heading: "Neue Einstellung";
  --jr-body-font: "Inter", sans-serif;
  --jr-prime-c: #464F59;
  --cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
  --cube-2: all .25s cubic-bezier(.645,.045,.355,1);
  --cube-3: cubic-bezier(0.25, 1, 0.5, 1);
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.jr-header-section {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
  background-color: #fff;
}
.jr-header-section .navbar-nav {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jr-header-section .dropdown {
  position: relative;
  padding-left: 15px;
}
.jr-header-section .dropdown span {
  position: relative;
}
.jr-header-section .dropdown span:after {
  top: 7px;
  z-index: 2;
  right: -17px;
  content: "+";
  font-size: 12px;
  font-weight: 700;
  font-weight: 900;
  position: absolute;
  color: #000;
  font-family: "Font Awesome 5 free";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.jr-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.jr-header-section .dropdown-menu {
  left: 0;
  top: 100px;
  z-index: 100;
  margin: 0px;
  padding: 4px 4px 15px;
  height: auto;
  min-width: 270px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
}
.jr-header-section .dropdown-menu .dropdown {
  padding-right: 0;
  padding-left: 0;
}
.jr-header-section .dropdown-menu .dropdown:after {
  display: none;
}
.jr-header-section .dropdown-menu .dropdown-menu {
  top: 0px !important;
  left: 100%;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
}
.jr-header-section .dropdown-menu li {
  display: block;
  margin: 5px 0px !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-left: none !important;
}
.jr-header-section .dropdown-menu li:last-child {
  border-bottom: none;
  margin-bottom: 0 !important;
}
.jr-header-section .dropdown-menu li:last-child a {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.jr-header-section .dropdown-menu li:before {
  display: none;
}
.jr-header-section .dropdown-menu li:after {
  color: #fff;
  right: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.jr-header-section .dropdown-menu li.dropdown:hover:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.jr-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}
.jr-header-section .dropdown-menu li.dropdown:before {
  color: #fff;
  top: 10px;
  right: 15px;
}
.jr-header-section .dropdown-menu li:hover:before {
  color: #fff !important;
}
.jr-header-section .dropdown-menu a {
  width: 100%;
  line-height: 1;
  color: #000 !important;
  position: relative;
  border-radius: 0 !important;
  border-bottom: 1px solid #d7d7d7;
  display: inline-block !important;
  padding: 12px 0px 12px 18px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
.jr-header-section .dropdown-menu a span:after {
  display: none;
}
.jr-header-section .dropdown-menu a:before {
  display: none;
}
.jr-header-section .dropdown-menu a:after {
  display: none;
}
.jr-header-section .dropdown-menu a:hover, .jr-header-section .dropdown-menu a.active {
  color: #605BFF !important;
  padding-left: 30px !important;
}
.jr-header-section .dropdown-menu a:hover:after, .jr-header-section .dropdown-menu a.active:after {
  width: 100%;
}
.jr-header-section .dropdown-menu a:hover:before, .jr-header-section .dropdown-menu a.active:before {
  opacity: 1;
  width: 5px !important;
  visibility: visible;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.jr-header-section .jr-mobile-menu-btn {
  display: none;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-header-section .jr-mobile-menu-btn {
    display: block;
  }
}
.jr-header-section .jr-mobile-menu-btn button {
  padding: 0;
  width: 30px;
  height: 18px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jr-header-section .jr-mobile-menu-btn button span {
  width: 19px;
  height: 2px;
  display: block;
  background-color: #000;
}
.jr-header-section .jr-mobile-menu-btn button span:nth-child(even) {
  width: 29px;
}
.jr-header-section .jr-header-content .brand-logo {
  width: 250px;
  padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-header-section .jr-header-content .brand-logo {
    width: 180px;
  }
}
.jr-header-section .jr-header-content .main-navigation {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-header-section .jr-header-content .main-navigation {
    display: none !important;
  }
}
.jr-header-section .jr-header-content .main-navigation li {
  border-left: 1px solid #D9D9D9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .jr-header-section .jr-header-content .main-navigation li {
    border: none;
  }
}
.jr-header-section .jr-header-content .main-navigation li a {
  font-size: 20px;
  font-weight: 500;
  padding: 34px 95px;
}
@media only screen and (min-width: 1800px) and (max-width: 1900px) {
  .jr-header-section .jr-header-content .main-navigation li a {
    padding: 34px 70px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .jr-header-section .jr-header-content .main-navigation li a {
    padding: 34px 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .jr-header-section .jr-header-content .main-navigation li a {
    padding: 34px 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jr-header-section .jr-header-content .main-navigation li a {
    padding: 34px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jr-header-section .jr-header-content .main-navigation li a {
    padding: 34px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-header-section .jr-header-content .offcanvas-cta {
    display: none !important;
  }
}
.jr-header-section .jr-header-content .offcanvas-cta .offcanvas-trigger button {
  padding: 0;
  border: none;
  width: 100px;
  height: 100px;
  font-size: 24px;
  background-color: #F2F2F2;
}
.jr-header-section .jr-header-content .offcanvas-cta .cta_btn a {
  color: #fff;
  width: 230px;
  height: 100px;
  font-weight: 500;
  white-space: nowrap;
  background-color: #464F59;
}
.jr-header-section .jr-header-content .offcanvas-cta .cta_btn a span {
  position: relative;
}
.jr-header-section .jr-header-content .offcanvas-cta .cta_btn a span:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jr-header-section .jr-header-content .offcanvas-cta .cta_btn a {
    width: 180px;
  }
}
.jr-header-section .jr-header-content .offcanvas-cta .cta_btn a i {
  margin-left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.jr-header-section .jr-header-content .offcanvas-cta .cta_btn a:hover span:before {
  width: 100%;
}
.jr-header-section .jr-header-content .offcanvas-cta .cta_btn a:hover i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.jr-header-section:is(.txa_sticky_header) {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  z-index: 10;
}
.jr-header-section:is(.txa_sticky_header):is(.txa_sticky) {
  background-color: #fff;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-box-shadow: 0px 4px 40px 0px rgba(129, 129, 129, 0.1019607843);
          box-shadow: 0px 4px 40px 0px rgba(129, 129, 129, 0.1019607843);
}
.jr-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.txa_sticky_show) {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.jr-header-section:is(.header_style_two) {
  border-bottom: 1px solid #D8D8D8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jr-header-section:is(.header_style_two) .jr-header-content .brand-logo {
    width: 170px;
  }
}
.jr-header-section:is(.header_style_two) .jr-header-content .navbar-nav {
  display: block;
}
.jr-header-section:is(.header_style_two) .jr-header-content .main-navigation {
  width: auto;
}
.jr-header-section:is(.header_style_two) .jr-header-content .main-navigation li {
  border: none;
  margin: 0 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jr-header-section:is(.header_style_two) .jr-header-content .main-navigation li {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jr-header-section:is(.header_style_two) .jr-header-content .main-navigation li {
    margin: 0 20px;
  }
}
.jr-header-section:is(.header_style_two) .jr-header-content .main-navigation li a {
  display: inline;
  padding: 0 0 40px;
}
.jr-header-section:is(.header_style_two) .jr-header-content .main-navigation .dropdown {
  padding-left: 0;
}
.jr-header-section:is(.header_style_two) .jr-header-content .main-navigation .dropdown-menu {
  top: 65px;
}

/*// Mobile Menu style*/
/*----------------------------------------------------*/
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #0f0d0d;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--heading);
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  right: 0px;
  z-index: 5;
  padding: 0;
  border: none;
  display: none;
  font-size: 24px;
  cursor: pointer;
  margin-left: 20px;
  line-height: 38px;
  text-align: center;
  background-color: transparent;
}
.mobile_menu_button span {
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background-color: #000;
}
.mobile_menu_button span:nth-child(2) {
  width: 25px;
}
.mobile_menu_button span:last-child {
  width: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .mobile_menu_button {
    display: block;
  }
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #fff !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: var(--tz-prime-c);
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
  width: 35px;
  font-size: 16px;
  height: 32px;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #1c1c1c;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #d60606;
  font-size: 20px;
  position: absolute;
}
.mobile_menu .mobile-search-bar {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
}
.mobile_menu .mobile-search-bar input {
  color: #fff;
  width: 100%;
  height: 50px;
  border: none;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 5px;
  border-bottom: none;
  background-color: #2d2d2d;
}
.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar button {
  top: 0;
  right: 0;
  color: #fff;
  padding: 0;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  background-color: var(--tz-prime-c);
}
.mobile_menu .ptx-mobile-header-social {
  margin-top: 40px;
}
.mobile_menu .ptx-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}
.mobile_menu .ptx-mobile-header-social a:hover {
  color: #4400E7;
}

/*// off canvas style*/
/*----------------------------------------------------*/
.sidebar-info-contents {
  position: relative;
}

.sidebar-info-contents .content-inner {
  position: relative;
}

.sidebar-info-contents .content-inner .logo {
  padding-bottom: 20px;
  max-width: 180px;
}

.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
  position: relative;
  margin-top: 50px;
}

.sidebar-info-contents .content-inner h5 {
  color: #fff;
  font-weight: 700;
  margin: 25px 0px 15px;
}

.sidebar-info-contents .content-inner .content-box .text {
  color: #fff;
  margin-bottom: 35px;
}

.sidebar-info-contents .content-inner .social-box {
  position: relative;
  margin-top: 0px;
  padding-left: 0;
  margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #fff;
  z-index: 1;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover {
  color: #000;
  background-color: #fff;
}

.close-side-widget,
.close-side-widget:hover {
  color: #fff !important;
  font-size: 24px;
}

.xs-sidebar-group .xs-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: fixed;
  pointer-events: none;
}

.xs-sidebar-group .xs-overlay .loader-area {
  height: 100vh;
}

.xs-sidebar-group.info-group .xs-overlay {
  z-index: 10;
}

.xs-sidebar-group .preloader-wrap {
  padding: 0px;
}

.xs-sidebar-group .loader-area {
  height: 100vh;
}

.xs-sidebar-group.info-group.isActive .preloader-wrap .loader-bg {
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
  transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
}

.xs-sidebar-group.info-group .preloader-wrap .loader-bg {
  left: 0;
  width: 0;
  opacity: 0;
  opacity: 0.95;
  height: 100%;
  -webkit-transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 20;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--tz-title-color);
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 30px;
}

.close-side-widget {
  z-index: 2;
  color: #1768dd;
  display: block;
  position: relative;
  font-size: 15px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sidebar-info-contents .gallery-box li a {
  width: 80px;
  display: block;
  height: 80px;
  margin-bottom: 5px;
  position: relative;
}
.sidebar-info-contents .gallery-box li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-info-contents .gallery-box li a:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgb(0, 0, 0);
}

.sidebar-info-contents .gallery-box li a:after {
  left: 0;
  right: 0;
  top: 40%;
  opacity: 0;
  color: #fff;
  font-size: 18px;
  content: "\f066";
  font-weight: 900;
  text-align: center;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 free";
}

.sidebar-info-contents .gallery-box li a:hover:before {
  width: 100%;
}

.sidebar-info-contents .gallery-box li a:hover:after {
  top: 50%;
  opacity: 1;
}

/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.555;
  overflow-x: hidden;
  color: var(--jr-body-color);
  font-family: var(--jr-body-font);
  background-color: #F2F2F2;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .container {
  max-width: 1545px;
}
body .row {
  --bs-gutter-x: 20px;
}
body .mfp-iframe-holder .mfp-close {
  right: 0;
  padding: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-size: 200%, 1px;
}
body button.mfp-close {
  right: 0;
  padding: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  background-size: 200%, 1px;
}
body:is(.ver_2) .container {
  max-width: 1428px;
}
body:is(.ver_3) .container {
  max-width: 1444px;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background-size: 200%, 1px;
  background-color: var(--jr-prime-c);
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  color: var(--jr-title-color);
  font-family: var(--jr-heading);
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
}
#preloader .preloader-logo {
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#preloader .preloader-logo img {
  -webkit-animation: TXTImgIn 1500ms ease-in-out infinite;
          animation: TXTImgIn 1500ms ease-in-out infinite;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: inherit;
  transition: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

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

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pera-content p {
  margin-bottom: 0;
}

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 10px;
}

.href-underline a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.href-underline a:hover {
  color: inherit;
  background-size: 100% 100%;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.over-hidden,
.split-line {
  overflow: hidden;
}

.img-cover {
  width: 100%;
  height: 100%;
}
.img-cover img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-cover video {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.tx-tab-btn .nav-tabs .nav-item.show .nav-link,
.tx-tab-btn .nav-tabs .nav-link.active,
.tx-tab-btn .nav-tabs .nav-link {
  border: none;
  padding-top: 0;
  padding-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
}
.tx-tab-btn .nav-tabs {
  border: none;
}
.tx-tab-btn .nav {
  display: inherit;
}

.jr-btn {
  display: inline-block;
}
.jr-btn a {
  z-index: 1;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 8px 8px 35px;
  font-family: var(--jr-heading);
}
@media (max-width: 480px) {
  .jr-btn a {
    gap: 10px;
    padding: 8px 8px 8px 15px;
  }
}
.jr-btn a:before {
  left: 5px;
  bottom: -5px;
  width: 100%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.jr-btn a:after {
  top: 8px;
  right: 8px;
  width: 50px;
  z-index: -1;
  content: "";
  height: 50px;
  border-radius: 5px;
  position: absolute;
  background-color: #464F59;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 480px) {
  .jr-btn a:after {
    width: 40px;
  }
}
.jr-btn a span {
  white-space: nowrap;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.jr-btn a i {
  color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #464F59;
}
@media (max-width: 480px) {
  .jr-btn a i {
    width: 40px;
  }
}
.jr-btn a i:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.jr-btn a:hover {
  color: #fff;
}
.jr-btn a:hover:before {
  left: 0;
  bottom: 0;
}
.jr-btn a:hover:after {
  width: 95%;
}
.jr-btn:is(.ver_2) a {
  color: #fff;
  background-color: #464F59;
}
.jr-btn:is(.ver_2) a:before {
  border: 1px solid #464F59;
}
.jr-btn:is(.ver_2) a:after {
  background-color: #fff;
}
.jr-btn:is(.ver_2) a i {
  color: #464F59;
  background-color: #fff;
}
.jr-btn:is(.ver_2) a:hover {
  color: #464F59;
}

.jr-scrollup {
  color: #fff;
  width: 50px;
  right: 20px;
  z-index: 5;
  height: 50px;
  bottom: 20px;
  display: none;
  font-size: 16px;
  position: fixed;
  font-weight: 700;
  line-height: 50px;
  border-radius: 10px;
  background: var(--jr-prime-c);
}
.jr-scrollup:hover {
  color: #fff;
}

.jr-sec-title .subtitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .jr-sec-title .subtitle {
    font-size: 16px;
  }
}
.jr-sec-title .sec_title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jr-sec-title .sec_title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jr-sec-title .sec_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .jr-sec-title .sec_title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .jr-sec-title .sec_title {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .jr-sec-title .sec_title {
    font-size: 30px;
  }
}
.jr-sec-title .sec_title span {
  color: #435669;
  display: inline;
}
.jr-sec-title p {
  font-size: 20px;
  padding-top: 18px;
}

.href-underline a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.href-underline a:hover {
  color: inherit;
  background-size: 100% 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

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

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

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

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

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

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

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

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*---------------------------------------------------- */
/******* HOME PAGE 1 *******/
/*Hero area*/
/*----------------------------------------------------*/
.jr-hero-sec {
  padding-top: 100px;
  background-color: #121C27;
}

.jr-hero-content {
  z-index: 1;
  padding-top: 250px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-hero-content {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.jr-hero-content .jr-hr-img1 {
  top: 0;
  left: 48%;
  z-index: -1;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-hero-content .jr-hr-img1 {
    display: none;
  }
}
.jr-hero-content .jr-hr-img2 {
  right: 0;
  z-index: -1;
  bottom: 15%;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-hero-content .jr-hr-img2 {
    right: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-hero-content .jr-hr-img2 {
    display: none;
  }
}
.jr-hero-content .jr-hr-img3 {
  left: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  border-top-right-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-hero-content .jr-hr-img3 {
    display: none;
  }
}

.jr-hero-text {
  max-width: 1050px;
}
.jr-hero-text .jr_hr_tag1,
.jr-hero-text .jr_hr_tag2 {
  right: 0;
  top: 75px;
}
.jr-hero-text .jr_hr_tag1 b,
.jr-hero-text .jr_hr_tag2 b {
  color: #121C27;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50px;
  padding: 8px 25px;
  display: inline-block;
  background-color: #fff;
  -webkit-transform: rotate(13.66deg);
          transform: rotate(13.66deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-hero-text .jr_hr_tag1,
  .jr-hero-text .jr_hr_tag2 {
    display: none;
  }
}
.jr-hero-text .jr_hr_tag2 {
  top: -65px;
  left: 30%;
  right: auto;
}
.jr-hero-text .jr_hr_tag2 b {
  color: #fff;
  background-color: #464F59;
  -webkit-transform: rotate(-14.42deg);
          transform: rotate(-14.42deg);
}
.jr-hero-text .hero_text {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .jr-hero-text .hero_text {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .jr-hero-text .hero_text {
    font-size: 40px;
  }
}
.jr-hero-text .hero_text span {
  color: #C9D1D8;
}
.jr-hero-text .hero_text i {
  top: 7px;
  width: 60px;
  height: 60px;
  line-height: 0.5;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1490196078);
}
@media (max-width: 480px) {
  .jr-hero-text .hero_text i {
    display: none;
  }
}
.jr-hero-text .hero_text i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-hero-text .desc-text {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}
.jr-hero-text .desc-text .inner-text {
  max-width: 705px;
}
.jr-hero-text .desc-text .inner-text p {
  color: #C9D1D8;
  font-size: 22px;
}

/*---------------------------------------------------- */
/*Client area*/
/*----------------------------------------------------*/
.jr-client-content h2 {
  color: #121C27;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
.jr-client-content:is(.ver_2) {
  border-bottom: 1px solid #C0C0C0;
}
.jr-client-content:is(.ver_2) .jr-client-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jr-client-content:is(.ver_2) .jr-client-item .item-img {
  height: 267px;
  border-radius: 0;
  background-color: transparent;
  border-right: 1px solid #C0C0C0;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-client-content:is(.ver_2) .jr-client-item .item-img {
    height: 110px;
  }
}

.jr-client-item .item-img {
  height: 178px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.jr-client-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-client-item .item-img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.jr-about-sec {
  padding-bottom: 280px;
}
.jr-about-sec .jr-about-img {
  top: 0;
  right: 0;
  width: 51%;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-about-sec .jr-about-img {
    width: 100%;
    height: 450px;
    margin-bottom: 50px;
    position: relative !important;
  }
}

.jr-about-text {
  max-width: 696px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jr-about-text {
    max-width: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-about-text {
    max-width: 100%;
  }
}
.jr-about-text .jr-sec-title p {
  max-width: 645px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-about-text .jr-sec-title p {
    max-width: 100%;
  }
}

.jr-about-btn {
  gap: 20px 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-about-btn {
    gap: 30px 40px;
  }
}
@media (max-width: 480px) {
  .jr-about-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.jr-exp-sec {
  margin-top: -100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-exp-content {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.jr-exp-item {
  z-index: 1;
  width: 100%;
  max-width: 573px;
  padding: 85px 90px;
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-exp-item {
    max-width: 48%;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-exp-item {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-exp-item {
    padding: 50px 30px;
  }
}
.jr-exp-item:before {
  left: 0;
  top: -15px;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 107%;
  content: "";
  border-radius: 20px;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--jr-title-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-exp-item:before {
    top: 0;
    height: 100%;
  }
}
.jr-exp-item .tag_title {
  padding: 8px 25px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #F2F2F2;
}
.jr-exp-item h2 {
  font-size: 75px;
  font-weight: 600;
  line-height: 1.05;
  padding-bottom: 15px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-exp-item p {
  font-size: 20px;
  max-width: 315px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-exp-item .item-count {
  gap: 0px 15px;
}
.jr-exp-item .item-count .item-rate {
  margin-bottom: 15px;
}
.jr-exp-item .item-count .item-rate li {
  color: #ffc107;
}
.jr-exp-item .clint-wrap li {
  width: 44px;
  height: 44px;
  margin-left: -25px;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #fff;
}
.jr-exp-item .clint-wrap li:first-child {
  margin-left: 0;
}
.jr-exp-item:is(.active):before {
  opacity: 1;
}
.jr-exp-item:is(.active) h2, .jr-exp-item:is(.active) p {
  color: #fff;
}
.jr-exp-item:is(.ver_2) {
  padding: 80px 85px;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-exp-item:is(.ver_2) {
    max-width: 100%;
    padding: 80px 55px;
  }
}
.jr-exp-item:is(.ver_3) {
  border-radius: 20px;
  padding: 60px 85px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-exp-item:is(.ver_3) {
    max-width: 100%;
    padding: 60px 45px;
  }
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.jr-ser-sec {
  background-color: #fff;
}
.jr-ser-sec .jr-sec-title {
  max-width: 990px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jr-ser-sec .jr-sec-title {
    max-width: 850px;
  }
}
.jr-ser-sec .jr-ser-shape1 {
  width: 315px;
  height: 317px;
  background-color: #121C27;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  top: 0;
  right: 10%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ser-sec .jr-ser-shape1 {
    display: none !important;
  }
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jr-ser-item {
  max-width: 395px;
  margin-bottom: 50px;
}
.jr-ser-item .item-icon {
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-bottom: 35px;
}
.jr-ser-item .item-icon:before {
  right: -20px;
  bottom: -15px;
  z-index: -1;
  width: 62px;
  content: "";
  height: 62px;
  position: absolute;
  border-radius: 100%;
  background-color: #F1F1F1;
}
.jr-ser-item .item-text h3 {
  max-width: 280px;
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 15px;
}
.jr-ser-item .item-text p {
  font-size: 20px;
  max-width: 385px;
}
.jr-ser-item:hover .item-icon img {
  -webkit-animation: jello 1.5s infinite;
          animation: jello 1.5s infinite;
}

.jr-ser-item-img {
  margin-left: -200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ser-item-img {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.jr-ser-item-img .item-img img {
  border-top-right-radius: 20px;
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.jr-project-sec .jr-sec-title {
  margin: 0 auto;
  max-width: 970px;
}

.jr-project-wrap,
.jr-project-wrap2 {
  gap: 40px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-project-wrap,
  .jr-project-wrap2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 40px;
  }
}
.jr-project-wrap .jr-project-item:nth-child(2),
.jr-project-wrap2 .jr-project-item:nth-child(2) {
  -webkit-transform: translateY(98px);
          transform: translateY(98px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-project-wrap .jr-project-item:nth-child(2),
  .jr-project-wrap2 .jr-project-item:nth-child(2) {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes pxl_blinds_staggered {
  0%, 25% {
    background-position: 0 100%;
  }
  75%, 100% {
    background-position: 0 0;
  }
}

@keyframes pxl_blinds_staggered {
  0%, 25% {
    background-position: 0 100%;
  }
  75%, 100% {
    background-position: 0 0;
  }
}
.jr-project-item {
  width: 100%;
  padding-bottom: 40px;
}
.jr-project-item .item-img {
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.jr-project-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-project-item .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-project-item .item-img {
    width: 100%;
    max-height: 519px;
  }
}
@media (max-width: 480px) {
  .jr-project-item .item-img {
    height: 400px;
  }
}
.jr-project-item.visible .item-img:before {
  background: repeating-linear-gradient(#868686, #fff 6.25%), -webkit-gradient(linear, left top, left bottom, color-stop(33.3%, #000), color-stop(0, grey), color-stop(66.7%, #fff)) 0/100% 305%;
  background: repeating-linear-gradient(#868686, #fff 6.25%), linear-gradient(#000 33.3%, grey 0, #fff 66.7%) 0/100% 305%;
  background-blend-mode: multiply;
  background-position: 0 0;
  -webkit-filter: contrast(999);
  filter: contrast(999);
  mix-blend-mode: screen;
  border-radius: 15px;
  -webkit-animation: pxl_blinds_staggered 1.5s linear alternate;
  animation: pxl_blinds_staggered 1.5s linear alternate;
}
.jr-project-item:is(.type_one) {
  max-width: 878px;
}
.jr-project-item:is(.type_two) {
  max-width: 461px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-project-item:is(.type_two) {
    max-width: 100%;
  }
}
.jr-project-item .item-text {
  right: 0;
  bottom: 0;
  overflow: hidden;
  max-width: 396px;
  position: absolute;
  border-radius: 20px;
  background-color: #fff;
  border-top-right-radius: 0;
}
.jr-project-item .item-text .item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jr-project-item .item-text .item-meta a {
  width: 50%;
  padding: 14px 30px;
  background-color: #F2F2F2;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-project-item .item-text .item-meta a {
    font-size: 14px;
    padding: 14px 15px;
  }
}
.jr-project-item .item-text .item-meta a i {
  margin-right: 5px;
}
.jr-project-item .item-text .item-meta a:nth-child(2) {
  color: #fff;
  background-color: #121C27;
}
.jr-project-item .item-text .pro_title {
  padding: 35px;
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .jr-project-item .item-text .pro_title {
    font-size: 22px;
  }
}
.jr-project-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/*Conversion area*/
/*----------------------------------------------------*/
.jr-conversion-sec {
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-conversion-sec {
    padding-bottom: 80px;
  }
}
.jr-conversion-sec:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 93%;
  content: "";
  position: absolute;
  background-color: #121C27;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-conversion-sec:before {
    height: 100%;
  }
}
.jr-conversion-sec .jr-con-shape1 {
  width: 315px;
  height: 317px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  top: 0;
  right: 10%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-conversion-sec .jr-con-shape1 {
    display: none !important;
  }
}

.jr-conversion-text .jr-sec-title {
  max-width: 945px;
}
.jr-conversion-text .jr-sec-title .subtitle {
  color: #C9D1D8;
}
.jr-conversion-text .jr-sec-title .sec_title {
  max-width: 750px;
  color: #fff;
}
.jr-conversion-text .jr-sec-title .sec_title span {
  color: #C9D1D8;
}
.jr-conversion-text .jr-sec-title p {
  color: #C9D1D8;
  max-width: 850px;
}

.jr-conv-social-rev {
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-conv-social-rev {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.jr-conv-social {
  width: 100%;
  max-width: 490px;
}
.jr-conv-social h3 {
  color: #C9D1D8;
  font-size: 30px;
  font-weight: 600;
}
.jr-conv-social .jr-social-item {
  gap: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #636363;
}
@media (max-width: 480px) {
  .jr-conv-social .jr-social-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.jr-conv-social .jr-social-item .item-icon i {
  color: #C9D1D8;
  font-size: 20px;
  margin-right: 12px;
}
.jr-conv-social .jr-social-item .item-icon span {
  color: #C9D1D8;
}
.jr-conv-social .jr-social-item .item-text {
  color: #C9D1D8;
}

.jr-rev-card {
  width: 100%;
  max-width: 494px;
}
.jr-rev-card .inner-item {
  padding: 55px 40px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-rev-card .inner-item {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.jr-rev-card .inner-item .item-text h3 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 8px;
}
.jr-rev-card .inner-item .item-text p {
  color: #435669;
  font-size: 20px;
}
.jr-rev-card .inner-item .item-icon {
  margin: 30px 0px;
}
.jr-rev-card .inner-item h2 {
  font-size: 55px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-rev-card .inner-item h2 {
    font-size: 40px;
  }
}
.jr-rev-card:is(.ver_2) .inner-item {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  background-color: var(--jr-title-color);
}
.jr-rev-card:is(.ver_2) .inner-item .item-text h3, .jr-rev-card:is(.ver_2) .inner-item .item-text p {
  color: #fff;
}
.jr-rev-card:is(.ver_2) .inner-item h2 {
  color: #fff;
}

.jr-state-card .inner-item {
  width: 100%;
  max-width: 494px;
  border-radius: 20px;
  padding: 70px 45px 50px;
  border: 30px solid #435669;
  -webkit-transform: translateY(-180px);
          transform: translateY(-180px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-state-card .inner-item {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media (max-width: 480px) {
  .jr-state-card .inner-item {
    padding: 50px 30px 40px;
    border: 20px solid #435669;
  }
}
.jr-state-card .inner-item h3 {
  color: #fff;
  line-height: 1;
  font-size: 170px;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: -4px;
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .jr-state-card .inner-item h3 {
    font-size: 120px;
  }
}
@media (max-width: 480px) {
  .jr-state-card .inner-item h3 {
    font-size: 100px;
  }
}
.jr-state-card .inner-item p {
  color: #fff;
  font-size: 22px;
}

/*---------------------------------------------------- */
/*texts area*/
/*----------------------------------------------------*/
.jr-texts-sec {
  z-index: 2;
  position: relative;
}

.jr-texts-1 {
  z-index: 2;
  position: relative;
  background-color: #435669;
  -webkit-transform: rotate(1.81deg);
          transform: rotate(1.81deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-texts-1 {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.jr-texts-wrap {
  display: flow-root;
  padding: 20px 0px 15px;
}
.jr-texts-wrap h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  display: inline-block;
  text-transform: uppercase;
}
.jr-texts-wrap i {
  color: #fff;
  font-size: 40px;
  margin: 0px 20px;
}

.jr-texts-2 {
  z-index: 1;
  top: -85px;
  position: relative;
  -webkit-transform: rotate(-1.81deg);
          transform: rotate(-1.81deg);
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-texts-2 {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.jr-texts-2 .jr-texts-wrap h2, .jr-texts-2 .jr-texts-wrap i {
  color: #121C27;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.jr-team-sec .jr-sec-title {
  margin: 0 auto;
  max-width: 870px;
}

.jr-team-item {
  margin: 0 auto;
  max-width: 365px;
  margin-bottom: 30px;
}
.jr-team-item .item-img {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px;
}
.jr-team-item .item-img img {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.jr-team-item .item-social {
  opacity: 0;
  right: 30px;
  bottom: 50px;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-team-item .item-social a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jr-team-item .item-social a:hover {
  color: #fff;
  background-color: var(--jr-prime-c);
}
.jr-team-item .social-icon {
  right: 26px;
  width: 50px;
  height: 50px;
  bottom: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jr-team-item .item-text h3 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 6px;
}
.jr-team-item .item-text span {
  color: #435669;
  font-size: 18px;
  font-family: var(--jr-heading);
}
.jr-team-item:hover .item-social {
  opacity: 1;
  bottom: 25px;
}
.jr-team-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.jr-team2-sec .jr-sec-title {
  margin: 0 auto;
  max-width: 875px;
}

.jr-team2-content {
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-team2-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.jr-team2-content .jr-team-item {
  width: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .jr-team2-content .jr-team-item {
    width: 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-team2-content .jr-team-item {
    width: 100%;
  }
}
.jr-team2-content .jr-team-item:nth-child(even) .inner-item-area {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-team2-content .jr-team-item:nth-child(even) .inner-item-area {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*---------------------------------------------------- */
/*Faq area*/
/*----------------------------------------------------*/
.jr-faq-sec {
  z-index: 1;
}
.jr-faq-sec:before {
  top: 0;
  right: 0;
  width: 90%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-faq-sec:before {
    display: none;
  }
}

.jr-faq-content {
  gap: 40px 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-faq-content {
    gap: 40px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-faq-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.jr-faq-img {
  width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-faq-img {
    width: 100%;
  }
}
.jr-faq-img .item-play {
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.jr-faq-img .item-img {
  overflow: hidden;
  position: relative;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-faq-img .item-img {
    height: 550px;
    border-radius: 20px;
  }
}
.jr-faq-img .item-img:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(18, 28, 39, 0.3019607843);
}

.jr-faq-accordion {
  max-width: 650px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-faq-accordion {
    max-width: 100%;
  }
}
.jr-faq-accordion .accordion-item,
.jr-faq-accordion .accordion-button {
  background-color: transparent;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #D9D9D9;
}
.jr-faq-accordion .accordion-item:last-child {
  border-bottom: none;
}
.jr-faq-accordion .accordion-button {
  padding: 0;
  border: none;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding: 30px 0px 25px;
}
.jr-faq-accordion .accordion-button span {
  max-width: 85%;
  display: inline-block;
}
.jr-faq-accordion .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.jr-faq-accordion .accordion-body {
  color: #535862;
  font-size: 18px;
  line-height: 1.667;
  padding: 0px 0px 20px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-faq-accordion .accordion-button::after {
  top: 30px;
  right: 0px;
  opacity: 1;
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-image: url(../img/icon/ic10.svg);
}
.jr-faq-accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  color: var(--jr-title-color);
}
.jr-faq-accordion .accordion-button:not(.collapsed):after {
  top: 18px;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.jr-blog-sec .jr-sec-title {
  margin: 0 auto;
  max-width: 875px;
}

.jr-blog-item {
  z-index: 1;
  padding: 45px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #fff;
}
.jr-blog-item .item-img {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-blog-item .item-img img {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.jr-blog-item .item-img:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.85;
  position: absolute;
  background-color: var(--jr-title-color);
}
.jr-blog-item .blg_tag {
  margin-bottom: 25px;
  color: var(--jr-title-color);
}
.jr-blog-item .blg_title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  max-width: 390px;
  margin-bottom: 30px;
}
.jr-blog-item .blg_meta {
  color: #121C27;
}
.jr-blog-item .blg_meta i {
  margin-right: 10px;
}
.jr-blog-item .blg_meta i svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-blog-item .item-author {
  margin-top: 85px;
}
.jr-blog-item .item-author .read_more svg path {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.jr-blog-item .author-wrap {
  gap: 15px;
}
.jr-blog-item .author-wrap .auth-img {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 100%;
}
.jr-blog-item .author-wrap .auth-text h4 {
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-blog-item .author-wrap .auth-text span {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-blog-item:hover .item-img {
  opacity: 1;
}
.jr-blog-item:hover .item-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.jr-blog-item:hover .blg_tag {
  color: #fff;
}
.jr-blog-item:hover .blg_title {
  color: #fff;
}
.jr-blog-item:hover .blg_meta {
  color: #fff;
}
.jr-blog-item:hover .blg_meta i svg path {
  fill: #fff;
}
.jr-blog-item:hover .author-wrap .auth-text h4, .jr-blog-item:hover .author-wrap .auth-text span {
  color: #fff;
}
.jr-blog-item:hover .item-author .read_more svg path {
  fill: #fff;
}

.jr-blog-bottom p a {
  color: var(--jr-title-color);
}

/*---------------------------------------------------- */
/*Cta area*/
/*----------------------------------------------------*/
@-webkit-keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes line_animation_2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@keyframes line_animation_2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
.line_animation {
  top: 0px;
  left: 50%;
  z-index: -1;
  width: 100%;
  bottom: 0px;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.line_animation .line_area {
  width: 20%;
  height: 100%;
  position: relative;
  display: inline-block;
  border: 1px solid rgba(105, 113, 123, 0.4705882353);
  border-bottom: none;
}

.line_animation .line_area:before {
  width: 1px;
  right: -1px;
  content: "";
  height: 60px;
  opacity: 0.1;
  border-radius: 100%;
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
  background-image: linear-gradient(0deg, #ffffff, transparent);
}

.line_animation .line_area:nth-child(even):before {
  -webkit-animation: line_animation 20s ease-out infinite;
  animation: line_animation 20s ease-out infinite;
}

.line_animation .line_area:nth-child(odd):before {
  -webkit-animation: line_animation_2 20s ease-out infinite;
  animation: line_animation_2 20s ease-out infinite;
}

.jr-cta-sec {
  z-index: 1;
}
.jr-cta-sec .jr-cta-bg {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}

.jr-cta-content {
  margin: 0 auto;
  max-width: 910px;
}
.jr-cta-content .cta-text {
  margin-top: 35px;
}
.jr-cta-content .cta-text .cta_tag {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.jr-cta-content .cta-text h3 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  padding-bottom: 25px;
}

/*---------------------------------------------------- */
/******* HOME PAGE 1 *******/
/*Hero area*/
/*----------------------------------------------------*/
.jr-hero2-sec {
  padding-top: 192px;
  background-color: #fff;
  padding-bottom: 165px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-hero2-sec {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

.jr-hero2-content {
  z-index: 1;
}
.jr-hero2-content .jr-hero2-img {
  top: 40px;
  z-index: -1;
  right: -40px;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jr-hero2-content .jr-hero2-img {
    right: -150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jr-hero2-content .jr-hero2-img {
    right: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-hero2-content .jr-hero2-img {
    display: none;
  }
}

.jr-hero2-text {
  max-width: 615px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jr-hero2-text {
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-hero2-text {
    max-width: 100%;
  }
}
.jr-hero2-text .hr-logo {
  top: 0;
  right: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-hero2-text .hr-logo {
    display: none;
  }
}
.jr-hero2-text .hero_title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jr-hero2-text .hero_title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jr-hero2-text .hero_title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .jr-hero2-text .hero_title {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .jr-hero2-text .hero_title {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
.jr-hero2-text p {
  color: #435669;
  font-size: 24px;
  padding-bottom: 55px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-hero2-text p {
    padding-bottom: 30px;
  }
}
.jr-hero2-text .jr-hr-btn {
  gap: 30px 45px;
}
.jr-hero2-text .jr-cta-info {
  gap: 12px;
}
.jr-hero2-text .jr-cta-info .item-icon {
  width: 57px;
  height: 57px;
}
.jr-hero2-text .jr-cta-info .item-text span, .jr-hero2-text .jr-cta-info .item-text a {
  display: block;
  line-height: 1.1;
}
.jr-hero2-text .jr-cta-info .item-text span {
  color: #435669;
  font-size: 16px;
  font-weight: 600;
}
.jr-hero2-text .jr-cta-info .item-text a {
  font-size: 26px;
  font-weight: 600;
  color: var(--jr-title-color);
  font-family: var(--jr-heading);
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.jr-ser2-sec .jr-sec-title {
  margin: 0 auto;
  max-width: 990px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ser2-content {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.jr-ser2-item {
  gap: 20px;
  width: 33.33%;
  padding: 50px 45px;
  background-color: #FCF7F3;
  border: 1px solid #C0C0C0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jr-ser2-item {
    width: 48%;
    margin-bottom: 20px;
    border-radius: 0 !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ser2-item {
    width: 100%;
  }
}
.jr-ser2-item:nth-child(1) {
  border-top-left-radius: 20px;
}
.jr-ser2-item:nth-child(2) {
  margin-left: -1px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ser2-item:nth-child(2) {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.jr-ser2-item:nth-child(3) {
  margin-left: -1px;
  border-top-right-radius: 20px;
}
.jr-ser2-item:nth-child(4) {
  margin-top: -1px;
  border-bottom-left-radius: 20px;
}
.jr-ser2-item:nth-child(5) {
  margin-top: -1px;
  margin-left: -1px;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ser2-item:nth-child(5) {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.jr-ser2-item:nth-child(6) {
  margin-left: -1px;
  margin-top: -1px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.jr-ser2-item:nth-child(even) {
  background-color: #fff;
}
.jr-ser2-item .ser-icon {
  top: 30px;
  right: 30px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-ser2-item .item-img {
  width: 84px;
  height: 84px;
  overflow: hidden;
  border-radius: 20px;
}
.jr-ser2-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-ser2-item .item-text {
  max-width: 310px;
}
.jr-ser2-item .item-text h3 {
  font-size: 26px;
  font-weight: 600;
  max-width: 280px;
  padding-bottom: 14px;
}
.jr-ser2-item .item-text p {
  font-size: 20px;
}
.jr-ser2-item:hover .item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.jr-ser2-item:hover .ser-icon {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}

.jr-ser2-more {
  font-size: 20px;
  font-family: var(--jr-heading);
}
.jr-ser2-more a {
  color: #121C27;
}

.jr-vd-sec {
  position: relative;
}
.jr-vd-sec:before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 250px;
  position: absolute;
  background-color: #121C27;
}

.jr-vd-play .item-img {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-vd-play .item-img {
    height: 400px;
  }
}
.jr-vd-play .item-img:before {
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(18, 28, 39, 0.3019607843);
}
.jr-vd-play .item-play {
  left: 0;
  top: 50%;
  right: 0;
  z-index: 2;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.jr-project2-sec {
  z-index: 1;
  background-color: #121C27;
}
.jr-project2-sec .jr-sec-title {
  max-width: 970px;
}
.jr-project2-sec .jr-sec-title .subtitle {
  color: #fff;
}
.jr-project2-sec .jr-sec-title .sec_title {
  color: #fff;
}
.jr-project2-sec .jr-sec-title .sec_title span {
  color: rgba(255, 255, 255, 0.6);
}
.jr-project2-sec .line_animation .line_area {
  width: 33.33%;
  border-top: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-project2-sec .line_animation .line_area {
    display: none;
  }
}
.jr-project2-sec .jr-pro-icon {
  right: 10%;
  top: 110px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-project2-sec .jr-pro-icon {
    display: none;
  }
}

.jr-project2-content {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-project2-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.jr-pro-item2 {
  margin: 0 auto;
  max-width: 540px;
}
.jr-pro-item2 .item-text .item-tag,
.jr-pro-item2 .item-text .item-ath {
  color: #C9D1D8;
}
.jr-pro-item2 .item-text h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding: 20px 0px;
}
.jr-pro-item2 .item-img {
  overflow: hidden;
  margin-top: 35px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/
.jr-price-sec {
  padding-bottom: 230px;
  background-color: var(--jr-title-color);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-price-sec {
    padding-bottom: 80px;
  }
}

.jr-price-content {
  gap: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-price-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.jr-price-text {
  gap: 45px;
  max-width: 615px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-price-text {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.jr-price-text .item-text {
  max-width: 445px;
}
.jr-price-text .jr-sec-title .subtitle {
  color: #C9D1D8;
}
.jr-price-text .jr-sec-title .sec_title {
  color: #fff;
}
.jr-price-text .jr-sec-title p {
  color: #C9D1D8;
}

.jr-price-item-wrap {
  gap: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-price-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.jr-price-item:nth-child(1) .inner-item {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-price-item:nth-child(1) .inner-item {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.jr-price-item .inner-item {
  position: relative;
  overflow: hidden;
  max-width: 365px;
  border-radius: 20px;
  background-color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-price-item .inner-item {
    max-width: 100%;
  }
}
.jr-price-item .inner-item .pr_tag {
  top: 0;
  right: 0;
  color: #fff;
  position: absolute;
  padding: 10px 20px;
  background-color: #464F59;
  border-bottom-left-radius: 20px;
}
.jr-price-item .inner-item .item-title-price {
  padding: 40px 35px 20px;
  border-bottom: 1px solid #D8D8D8;
}
.jr-price-item .inner-item .item-title-price h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--jr-title-color);
}
.jr-price-item .inner-item .item-title-price h3 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: -4px;
  font-family: var(--jr-heading);
}
.jr-price-item .inner-item .item-title-price h3 span {
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
  letter-spacing: 0;
}
.jr-price-item .inner-item .item-text-list {
  padding: 35px;
}
.jr-price-item .inner-item .item-text-list .desc {
  padding-bottom: 15px;
}
.jr-price-item .inner-item .item-text-list .bottom-line {
  padding-top: 25px;
}
.jr-price-item .inner-item .item-text-list ul li {
  margin-left: 16px;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}
.jr-price-item .inner-item .item-text-list ul li:before {
  left: 0;
  top: 9px;
  width: 6px;
  content: "";
  height: 6px;
  border-radius: 100%;
  position: absolute;
  background-color: #464F59;
}

/*---------------------------------------------------- */
/*Testi area*/
/*----------------------------------------------------*/
.jr-testi-top {
  gap: 30px;
}
.jr-testi-top .jr-sec-title {
  max-width: 870px;
}

.jr-testi-rate {
  width: 100%;
  max-width: 515px;
}
.jr-testi-rate .inner-item {
  width: 100%;
  gap: 20px 45px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 515px;
  padding: 35px 55px;
  border-radius: 20px;
  border: 1px solid #D8D8D8;
}
.jr-testi-rate .inner-item .item-rate {
  gap: 20px;
}
.jr-testi-rate .inner-item .item-rate h3 {
  line-height: 1;
  font-size: 70px;
  font-weight: 600;
}
.jr-testi-rate .inner-item .item-rate .inner-rate li {
  font-size: 14px;
  color: #ffc107;
}

.jr-testi-item {
  padding: 40px 45px;
  border-radius: 20px;
  background-color: #FCF7F3;
  border: 1px solid #D8D8D8;
}
.jr-testi-item .item-author .item-img {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 100%;
}
.jr-testi-item .item-author li {
  color: #ffc107;
  font-size: 16px;
}
.jr-testi-item p {
  font-size: 22px;
  padding: 35px 0px;
}
.jr-testi-item .item-name-quote {
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jr-testi-item .item-name-quote span {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.jr-testi-item .item-name-quote h4 {
  font-size: 26px;
  font-weight: 600;
}
.jr-testi-item .item-name-quote .qt-icon {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  background-color: #121C27;
}

.jr-testi-pagi .swiper-pagination-bullet {
  opacity: 1;
  width: 15px;
  height: 15px;
  background-color: #E5E5E5;
  border: 1px solid #D8D8D8;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-testi-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  background-color: #121C27;
  border: 1px solid #121C27;
}

/*---------------------------------------------------- */
/*cta area*/
/*----------------------------------------------------*/
.jr-cta2-sec {
  z-index: 1;
  margin-top: -150px;
  padding-top: 230px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-cta2-sec {
    padding-bottom: 80px;
  }
}
.jr-cta2-sec .jr-cta2-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.jr-cta2-sec .jr-cta2-bg:before {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(18, 28, 39, 0.8);
}

.jr-cta2-content {
  gap: 30px;
}

.jr-cta2-text {
  max-width: 1155px;
}
.jr-cta2-text .jr-sec-title .subtitle {
  color: #FFFFFF;
}
.jr-cta2-text .jr-sec-title .sec_title {
  color: #FFFFFF;
  font-size: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jr-cta2-text .jr-sec-title .sec_title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jr-cta2-text .jr-sec-title .sec_title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .jr-cta2-text .jr-sec-title .sec_title {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .jr-cta2-text .jr-sec-title .sec_title {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .jr-cta2-text .jr-sec-title .sec_title {
    font-size: 36px;
  }
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.jr-blog2-sec .jr-sec-title {
  margin: 0 auto;
  max-width: 875px;
}

.jr-blog2-item {
  gap: 30px;
  z-index: 1;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-blog2-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.jr-blog2-item .blg_img {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-blog2-item .blg_img img {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.jr-blog2-item .blg_img:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.85;
  position: absolute;
  background-color: var(--jr-title-color);
}
.jr-blog2-item .item-text {
  max-width: 785px;
  padding: 45px 45px 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-blog2-item .item-text {
    padding-left: 0;
  }
}
.jr-blog2-item .item-text .blg_meta {
  color: #121C27;
}
.jr-blog2-item .item-text .blg_meta i {
  margin-right: 10px;
}
.jr-blog2-item .item-text .blg_meta i svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-blog2-item .item-text .blg_tag {
  margin-bottom: 25px;
  color: var(--jr-title-color);
}
.jr-blog2-item .item-text .blg_title {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0px 25px;
}
.jr-blog2-item .item-author {
  width: 292px;
  height: 261px;
  padding: 30px;
  border-radius: 20px;
  background-color: #F2F2F2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-blog2-item .item-author {
    width: 100%;
  }
}
.jr-blog2-item .item-author .inner-wrap {
  gap: 15px;
}
.jr-blog2-item .item-author .inner-wrap .item-img {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 100%;
}
.jr-blog2-item .item-author .inner-wrap .auth-text {
  line-height: 1;
}
.jr-blog2-item .item-author .inner-wrap .auth-text h3 {
  color: #121C27;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
}
.jr-blog2-item .item-author .inner-wrap .auth-text span {
  color: #435669;
  line-height: 1;
  font-size: 16px;
}
.jr-blog2-item .item-author .item-arrow {
  right: 30px;
  bottom: 30px;
  position: absolute;
}
.jr-blog2-item:hover .blg_img {
  opacity: 1;
}
.jr-blog2-item:hover .blg_img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.jr-blog2-item:hover .blg_tag {
  color: #fff;
}
.jr-blog2-item:hover .blg_title {
  color: #fff;
}
.jr-blog2-item:hover .blg_meta {
  color: #fff;
}
.jr-blog2-item:hover .blg_meta i svg path {
  fill: #fff;
}
.jr-blog2-item:hover .author-wrap .auth-text h4, .jr-blog2-item:hover .author-wrap .auth-text span {
  color: #fff;
}
.jr-blog2-item:hover .item-author .read_more svg path {
  fill: #fff;
}

/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
.jr-footer-sec {
  background-color: #121C27;
}

.jr-ftr-newslatter {
  width: 100%;
  max-width: 495px;
}
.jr-ftr-newslatter .brand-logo {
  margin-bottom: 75px;
}
.jr-ftr-newslatter h2 {
  color: #fff;
  max-width: 420px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 50px;
}
.jr-ftr-newslatter input {
  width: 100%;
  height: 65px;
  border: none;
  color: #C9D1D8;
  border-bottom: 2px solid #FFFFFF;
  background-color: transparent;
}
.jr-ftr-newslatter input::-webkit-input-placeholder {
  color: #C9D1D8;
}
.jr-ftr-newslatter input::-moz-placeholder {
  color: #C9D1D8;
}
.jr-ftr-newslatter input:-ms-input-placeholder {
  color: #C9D1D8;
}
.jr-ftr-newslatter input::-ms-input-placeholder {
  color: #C9D1D8;
}
.jr-ftr-newslatter input::placeholder {
  color: #C9D1D8;
}
.jr-ftr-newslatter button {
  z-index: 1;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-top: 40px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 8px 8px 35px;
  font-family: var(--jr-heading);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.jr-ftr-newslatter button:after {
  top: 8px;
  right: 8px;
  width: 50px;
  z-index: -1;
  content: "";
  height: 50px;
  border-radius: 5px;
  position: absolute;
  background-color: #464F59;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.jr-ftr-newslatter button:before {
  left: 5px;
  bottom: -5px;
  width: 100%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.jr-ftr-newslatter button:hover {
  color: #fff;
}
.jr-ftr-newslatter button:hover:before {
  left: 0;
  bottom: 0;
}
.jr-ftr-newslatter button:hover:after {
  width: 95%;
}
.jr-ftr-newslatter button span {
  white-space: nowrap;
}
.jr-ftr-newslatter button i {
  color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #464F59;
}
.jr-ftr-newslatter button i:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.jr-footer-content {
  gap: 40px 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-footer-content {
    gap: 40px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-footer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.jr-ftr-widget-menu {
  gap: 40px 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ftr-widget-menu {
    gap: 40px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ftr-widget-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.jr-ftr-widget-cta {
  gap: 40px 70px;
}
.jr-ftr-widget-cta:is(.ver_2) {
  padding-right: 15px;
  padding-left: 65px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ftr-widget-cta:is(.ver_2) {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ftr-widget-cta:is(.ver_2) {
    padding-top: 0;
  }
}

.jr-ftr-widget .widget-title {
  color: #C9D1D8;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.jr-ftr-widget li {
  margin-bottom: 15px;
}
.jr-ftr-widget li a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
}
.jr-ftr-widget li a:after {
  left: 0;
  bottom: 0;
  width: 0%;
  content: "";
  height: 1px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-ftr-widget li a:before {
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
}
.jr-ftr-widget li a:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.jr-ftr-widget li a:hover:after {
  width: 100%;
}
.jr-ftr-widget p {
  color: #fff;
  font-size: 17px;
  max-width: 185px;
  font-weight: 600;
}
.jr-ftr-widget h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-top: 50px;
}

.jr-footer-copyright {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 45px 15px 40px;
  background-color: #464F59;
}

.jr-footer2-sec {
  background-color: #121C27;
}

.jr-ftr2-newslatter {
  border-bottom: 1px solid #323F4C;
}

.jr-ftr2-news-text {
  gap: 20px 35px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ftr2-news-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.jr-ftr2-news-text .item-text h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  max-width: 450px;
}

.jr-ftr2-newsltr {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ftr2-newsltr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.jr-ftr2-news-form {
  width: 100%;
  max-width: 780px;
}
.jr-ftr2-news-form form {
  gap: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ftr2-news-form form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.jr-ftr2-news-form input {
  width: 100%;
  height: 65px;
  border: none;
  color: #C9D1D8;
  border-bottom: 2px solid #FFFFFF;
  background-color: transparent;
}
.jr-ftr2-news-form input::-webkit-input-placeholder {
  color: #C9D1D8;
}
.jr-ftr2-news-form input::-moz-placeholder {
  color: #C9D1D8;
}
.jr-ftr2-news-form input:-ms-input-placeholder {
  color: #C9D1D8;
}
.jr-ftr2-news-form input::-ms-input-placeholder {
  color: #C9D1D8;
}
.jr-ftr2-news-form input::placeholder {
  color: #C9D1D8;
}
.jr-ftr2-news-form button {
  z-index: 1;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 8px 8px 35px;
  font-family: var(--jr-heading);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.jr-ftr2-news-form button:after {
  top: 8px;
  right: 8px;
  width: 50px;
  z-index: -1;
  content: "";
  height: 50px;
  border-radius: 5px;
  position: absolute;
  background-color: #464F59;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.jr-ftr2-news-form button:before {
  left: 5px;
  bottom: -5px;
  width: 100%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.jr-ftr2-news-form button:hover {
  color: #fff;
}
.jr-ftr2-news-form button:hover:before {
  left: 0;
  bottom: 0;
}
.jr-ftr2-news-form button:hover:after {
  width: 95%;
}
.jr-ftr2-news-form button span {
  white-space: nowrap;
}
.jr-ftr2-news-form button i {
  color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #464F59;
}
.jr-ftr2-news-form button i:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ftr2-widget-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 50px;
  }
}

.jr-ftr2-widget {
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jr-ftr2-widget {
    width: 33.33%;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .jr-ftr2-widget {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .jr-ftr2-widget {
    width: 100%;
  }
}
.jr-ftr2-widget .widget-title {
  color: #C9D1D8;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.jr-ftr2-widget .logo-widget {
  max-width: 560px;
  padding: 60px 90px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ftr2-widget .logo-widget {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ftr2-widget .logo-widget {
    padding: 0px 30px;
  }
}
.jr-ftr2-widget .logo-widget .brand-logo {
  margin-bottom: 30px;
}
.jr-ftr2-widget .logo-widget p {
  color: #fff;
  font-size: 20px;
}
.jr-ftr2-widget:is(.menu-widget) {
  width: 340px;
  padding-left: 60px;
  padding-top: 65px;
  padding-right: 15px;
  border-left: 1px solid #323F4C;
  border-right: 1px solid #323F4C;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ftr2-widget:is(.menu-widget) {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ftr2-widget:is(.menu-widget) {
    border: none;
    padding-top: 0;
  }
}
.jr-ftr2-widget:is(.menu-widget) li {
  margin-bottom: 15px;
}
.jr-ftr2-widget:is(.menu-widget) li a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
}
.jr-ftr2-widget:is(.menu-widget) li a:after {
  left: 0;
  bottom: 0;
  width: 0%;
  content: "";
  height: 1px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.jr-ftr2-widget:is(.menu-widget) li a:before {
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
}
.jr-ftr2-widget:is(.menu-widget) li a:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.jr-ftr2-widget:is(.menu-widget) li a:hover:after {
  width: 100%;
}

.jr-ftr2-copyright {
  color: #FFFFFF;
  padding: 35px 0px;
  border-top: 1px solid #323F4C;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .jr-ftr2-copyright {
    margin-top: 40px;
  }
}
/*---------------------------------------------------- */
/******* INNER PAGE *******/
/*Breadcrumb area*/
/*----------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-breadcrumb-sec {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-breadcrumb-sec {
    padding-top: 80px;
  }
}

.sn-breadcrumb-sec .sn-breadcrumb-wrapper {
  overflow: hidden;
}

.sn-breadcrumb-content {
  padding: 130px 0px;
  padding-top: 180px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-breadcrumb-content {
    padding: 75px 0px;
  }
}

.sn-breadcrumb-content .bread_title {
  font-size: 56px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 25px;
  color: #fff;
}

@media only screen and (min-width: 481px) and (max-width: 575px) {
  .sn-breadcrumb-content .bread_tiftle {
    font-size: 48px;
  }
}

@media (max-width: 480px) {
  .sn-breadcrumb-content .bread_title {
    font-size: 42px;
  }
}

@media (max-width: 360px) {
  .sn-breadcrumb-content .bread_title {
    font-size: 36px;
  }
}

.sn-breadcrumb-content ul {
  padding: 14px 24px;
  border-radius: 10px;
  display: inline-block;
  background: #fff;
  font-family: var(--dg-heading);
  border: 1px solid rgba(96, 91, 255, 0.2392156863);
  -webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
}

.sn-breadcrumb-content ul li {
  position: relative;
  margin-right: 38px;
  color: rgba(0, 0, 0, 0.52);
}

.sn-breadcrumb-content ul li:before {
  top: 2px;
  right: -35px;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  background-image: url(../img/ic22.svg);
}

.sn-breadcrumb-content ul li:last-child {
  margin-right: 0;
}

.sn-breadcrumb-content ul li:last-child:before {
  display: none;
}

.sn-breadcrumb-content ul li a {
  color: rgb(0, 0, 0);
}

.sn-breadcrumb-wrapper {
  position: relative;
  z-index: 1;
}

.sn-breadcrumb-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  z-index: -1;
  opacity: .3;
}

/*---------------------------------------------------- */
/*Sidebar area*/
/*----------------------------------------------------*/
.sn-sidebar-wrap {
  padding: 16px;
  border-radius: 12px;
  background-color: #fff;
}

.sn-sidebar-widget {
  padding: 30px 28px;
  margin-bottom: 16px;
  border-radius: 12px;
  background-color: #F4F4F4;
}

.sn-sidebar-widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.sn-sidebar-widget:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .search-widget form {
  position: relative;
}

.sn-sidebar-widget .search-widget input {
  width: 100%;
  height: 54px;
  border: none;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.sn-sidebar-widget .search-widget input::-webkit-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::-moz-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input:-ms-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::-ms-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget button {
  top: 0;
  right: 0;
  width: 54px;
  color: #fff;
  height: 54px;
  border: none;
  border-radius: 5px;
  position: absolute;
  background-color: var(--jr-title-color);
}

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

.sn-sidebar-widget .category-widget li,
.widget_categories li {
  margin-bottom: 8px;
}

.sn-sidebar-widget .category-widget li:last-child,
.widget_categories li:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .category-widget li a,
.widget_categories li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #414141;
  position: relative;
  border-radius: 6px;
  padding: 16px 20px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sn-sidebar-widget .category-widget li a:hover,
.widget_categories li a:hover {
  color: #fff;
  background-color: #000000;
}

.sn-sidebar-widget .recent-post-item {
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-sidebar-widget .recent-post-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sn-sidebar-widget .recent-post-item:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .recent-post-item .item-img {
  width: 112px;
  height: 123px;
  overflow: hidden;
  border-radius: 4px;
}

.sn-sidebar-widget .recent-post-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sn-sidebar-widget .recent-post-item .item-text {
  max-width: 190px;
}

.sn-sidebar-widget .recent-post-item .item-text span {
  color: #6B7280;
  margin-bottom: 5px;
}

.sn-sidebar-widget .recent-post-item .item-text span i {
  color: var(--jr-title-color);
  margin-right: 5px;
}

.sn-sidebar-widget .recent-post-item .item-text h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.sn-sidebar-widget .tag-widget li a,
.tagcloud a {
  margin: 5px 2px;
  font-size: 14px !important;
  font-weight: 500;
  padding: 7px 10px;
  border-radius: 4px;
  background-color: #fff;
}

.sn-sidebar-widget .tag-widget li a:hover,
.tagcloud a:hover {
  color: #fff;
  background-color: var(--jr-title-color);
}

.sn-sidebar-widget .follow-widget .follow-icon {
  gap: 16px;
}

.sn-sidebar-widget .follow-widget a {
  z-index: 1;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.sn-sidebar-widget .follow-widget a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  content: "";
  border-radius: 8px;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}

.sn-sidebar-widget .follow-widget a:hover {
  color: #fff;
}

.sn-sidebar-widget .follow-widget a:hover:before {
  height: 100%;
}

/*---------------------------------------------------- */
/*Blog Page area*/
/*----------------------------------------------------*/
@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

.sn-blog-list-feed {
  margin: 0 auto;
  padding: 32px;
  border-radius: 12px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed {
    padding: 15px;
  }
}

.sn-blog-list-feed .item-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.sn-blog-list-feed .item-img img {
  width: 100%;
  height: 345px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img {
    height: 280px;
  }
}

.sn-blog-list-feed .item-img .sn-vd5-play {
  width: auto;
  height: auto;
}

.sn-blog-list-feed .item-img .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img .inner-img {
    height: 280px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img .blog-item-img-slide {
    height: 280px;
  }
}

.sn-blog-list-feed .item-img .blog-item-img-slide .slide-item-img {
  width: 100%;
  height: 100%;
}

.sn-blog-list-feed .item-img .blog-item-img-slide .slide-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sn-blog-list-feed .item-text .blog_title {
  color: #261723;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  padding-bottom: 15px;
  font-family: var(--dg-body-font);
}

@media (max-width: 480px) {
  .sn-blog-list-feed .item-text .blog_title {
    font-size: 26px;
  }
}

.sn-blog-list-feed .item-text p {
  padding-bottom: 20px;
}

.sn-blog-list-feed .item-text .read_more {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.sn-blog-list-feed .item-text .read_more span {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.sn-blog-list-feed .item-text .read_more span:hover {
  letter-spacing: 1px;
}

.sn-blog-list-feed .item-text .read_more span:hover i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sn-blog-list-feed .item-text .read_more i {
  width: 32px;
  color: #fff;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin-left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--jr-title-color);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.sn-blog-list-feed .blog-item-meta {
  margin-bottom: 5px;
  padding-bottom: 12px;
}

.sn-blog-list-feed .blog-item-meta a {
  color: #504E4E;
  font-size: 18px;
  font-weight: 500;
  margin-right: 50px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .blog-item-meta a {
    margin-right: 15px;
  }
}

.sn-blog-list-feed .blog-item-meta a i {
  margin-right: 5px;
}

.sn-blog-list-feed .blog-item-meta a i img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.sn-blog-list-feed .blog-item-meta a:last-child {
  margin-right: 0;
}

.blog-item-arrow .nav-arrow {
  top: 50%;
  z-index: 1;
  width: 48px;
  height: 48px;
  color: #fff;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  backdrop-filter: blur(5px);
}

.blog-item-arrow .nav-arrow:hover {
  color: #fff;
  border: 2px solid var(--jr-title-color);
  background: var(--jr-title-color);
}

.blog-item-arrow .log-blog-button-prev {
  left: 30px;
}

.blog-item-arrow .log-blog-button-next {
  right: 30px;
}

.sn-vd5-play {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 100%;
}

.sn-vd5-play .video-play-btn {
  left: 0;
  top: 50%;
  right: 0;
  opacity: 1;
  margin: 0 auto;
  position: absolute;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sn-vd5-play .video-play-btn .video_btn_border {
  border: 15px solid rgba(255, 255, 255, 0.7);
}

.sn-vd5-play .video-play-btn a {
  width: 108px;
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
}

.sn-vd5-play .video-play-btn .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 15px solid rgba(255, 255, 255, 0.7);
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}

.sn-vd5-play .video-play-btn .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.sn-vd5-play .video-play-btn .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

/*---------------------------------------------------- */
/*Blog Details area*/
/*----------------------------------------------------*/
.b-thumbnail-wrap {
  padding-top: 100px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .b-thumbnail-wrap {
    padding-top: 80px;
  }
}

.b-thumbnail {
  margin: 0 auto;
  max-width: 1816px;
  border-radius: 16px;
}

.b-thumbnail h3 {
  margin: 0 auto;
  font-size: 48px;
  line-height: 1;
  max-width: 765px;
  font-weight: 700;
  text-align: center;
  padding: 255px 15px;
  color: #fff;
}

@media only screen and (min-width: 481px) and (max-width: 575px) {
  .b-thumbnail h3 {
    font-size: 40px;
    padding: 150px 15px;
  }
}

@media (max-width: 480px) {
  .b-thumbnail h3 {
    font-size: 30px;
  }
}

.b-thumbnail .b-thumb-meta {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 680px;
  background-color: #F5F5F5;
  padding: 25px 15px 23px;
  border-radius: 12px 12px 0px 0px;
}

@media (max-width: 480px) {
  .b-thumbnail .b-thumb-meta {
    padding: 15px 15px 13px;
  }
}

.b-thumbnail .b-thumb-meta a {
  color: #535862;
  font-size: 18px;
  margin: 0px 35px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .b-thumbnail .b-thumb-meta a {
    margin: 0px 10px;
  }
}

@media (max-width: 480px) {
  .b-thumbnail .b-thumb-meta a {
    margin: 0px 5px;
  }
}

.b-thumbnail .b-thumb-meta a i {
  margin-right: 5px;
  color: var(--ag-color-1);
}

.sn-b-details-content {
  margin: 0 auto;
  max-width: 730px;
}

.sn-b-details-content h3 {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 28px;
}

.sn-b-details-content .wp-block-image {
  margin: 30px 0px;
  margin-left: -150px;
  margin-right: -150px;
}

.sn-b-details-content p {
  margin-bottom: 40px;
}

p.form-submit {
  display: none;
}

.sn-b-details-content blockquote {
  margin-top: 30px;
  color: #414141;
  font-size: 20px;
  font-weight: 500;
  padding: 40px 30px;
  font-style: italic;
  position: relative;
  border-radius: 8px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border-left: 4px solid #34C9FF;
  border-right: 4px solid #FF9951;
}

.sn-b-details-content blockquote span {
  display: block;
  margin-top: 8px;
  padding-left: 55px;
  position: relative;
  text-transform: uppercase;
}

.sn-b-details-content blockquote span:before {
  left: 0;
  top: 12px;
  width: 40px;
  content: "";
  height: 2px;
  border-radius: 4px;
  position: absolute;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}

.sn-b-details-content blockquote:after {
  top: 20px;
  left: 20px;
  width: 57px;
  opacity: 0.1;
  content: "";
  height: 39px;
  position: absolute;
}

.art-blog-share-tag {
  margin: 0 auto;
  max-width: 730px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.art-blog-share-tag span {
  color: #261723;
  font-size: 20px;
  display: block;
  font-weight: 700;
  margin-right: 15px;
}

.art-blog-share-tag .art-blog-tag a {
  margin: 5px;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  background-color: #fff;
}

.art-blog-share-tag .art-blog-tag a:hover {
  color: #fff;
  background-color: var(--jr-title-color);
}

.art-blog-share-tag .art-blog-share a {
  width: 36px;
  margin: 5px;
  height: 36px;
  border-radius: 100%;
  display: inline-block;
}

.art-blog-details-author {
  padding: 30px;
  gap: 30px 25px;
  margin: 0 auto;
  max-width: 730px;
  margin-top: 40px;
  border-radius: 10px;
  background: #E8EAEC;
}

.art-blog-details-author .admin-title-social {
  margin-bottom: 10px;
}

.art-blog-details-author .inner-img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 100%;
  border: 4px solid #fff;
}

.art-blog-details-author .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.art-blog-details-author .inner-text {
  max-width: 490px;
}

.art-blog-details-author .inner-text h4 {
  color: #261723;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
}

.art-blog-details-author .inner-text p {
  color: #261723;
}

.art-blog-details-author .inner-social {
  margin-top: 15px;
}

.art-blog-details-author .inner-social a {
  color: #261723;
  margin-right: 15px;
}

.art-blog-details-author .inner-social a:hover {
  color: var(--art-base-color-1);
}

.art-b-comment-form {
  padding: 45px;
  margin: 0 auto;
  max-width: 730px;
  border-radius: 12px;
  margin-top: 60px;
  background-color: #F4F4F4;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.art-b-comment-form h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px;
}

.art-b-comment-form input,
.art-b-comment-form textarea {
  width: 100%;
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 8px;
  padding-left: 24px;
  margin-bottom: 16px;
  background-color: #fff;
}

.art-b-comment-form textarea {
  height: 148px;
  padding-top: 20px;
}

.art-b-comment-form button {
  z-index: 1;
  padding: 0;
  border: none;
  overflow: hidden;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  color: var(--sn-black1);
}

.art-b-comment-form button span {
  border-radius: 10px;
  padding: 14px 25px;
  position: relative;
}

.art-b-comment-form button span:after {
  top: 2px;
  left: 1.7px;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 11px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(46.15%, #DDD1DC), to(#FFFFFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #DDD1DC 46.15%, #FFFFFF 100%);
}

.art-b-comment-form button:before {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 1;
  position: absolute;
  border-radius: 10px;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-image: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}

.art-b-comment-form button:hover:before {
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
}


/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*---------------------------------------------------- */
/*# sourceMappingURL=style.css.map */