/* @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden !important;
  font-size: 14px;
  font-variant: var(--black);
}

:root {
  --main: #ff671f;
  --dark: #d9a86a;
  --white: #FFFFFF;
  --black: #020202;

}

::-moz-selection {
  background: #6c757d;
  color: #ffffff;
}

::selection {
  background: #6c757d;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}
p {
  line-height: 26px;
}
.section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.nav-pills .nav-link {
  color: #535353 !important;
  margin: auto 15px;
  border: 1px solid #e9ecef;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav-pills .nav-link.active {
  color: #ffffff;
  background-color: #f8f9fa;
  color: #2b3d8f !important;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.nav-pills .nav-link:hover {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.nav-pills .show>.nav-link {
  color: #ffffff;
  background-color: #e9ecef;
  color: #535353 !important;
}

.nav-pills a .capabilities .icon {
  display: inline-block;
  height: 58px;
  width: 58px;
  line-height: 58px;
  border-radius: 50%;
}

.nav-pills a .capabilities .icon i {
  font-size: 24px;
}

.nav-pills a .capabilities .title {
  font-size: 16px;
}

.nav-pills .capabilities-content .title {
  font-size: 18px;
  font-weight: 500;
}


.navbar-custom {
  background-color: transparent;
  padding: 40px 0 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 9;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 15px;
}

.navbar-custom .navbar-toggler {
  color: var(--black);
  font-size: 30px;
  padding: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-custom .navbar-nav li a {
  color: var(--white) !important;
  font-size: 15px;
  background-color: transparent !important;
  margin: 0 15px;
  line-height: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;

}

.navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a:active {
  /* color: #2b3d8f !important; */
}

.navbar-custom .navbar-nav li.active a {
  /*color: #2b3d8f !important;*/
  color: var(--main) !important;
  border-bottom: 1px solid var(--main);


}

.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
  padding-right: 0;
}

.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 0px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  color: #353535 !important;
  border: none;
}

.nav-sticky.navbar-custom .navbar-toggler {
  color: #535353;
}

.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}

.nav-sticky.navbar-custom .navbar-nav li a {
  color: #2f3545 !important;
  padding-right: 0px;
  padding-left: 0;
  padding-bottom: 5px;
}

.navbar-custom .navbar-nav li a:hover, .nav-sticky.navbar-custom .navbar-nav li a:active {
  color: var(--main) !important;

}

.nav-sticky.navbar-custom .navbar-nav li a {
  /*color: #2b3d8f !important;*/
  border-bottom: 1px solid transparent;

}
.nav-sticky.navbar-custom .navbar-nav li.active a {
  color: var(--main) !important;
  border-bottom: 1px solid var(--main);

}

.nav-sticky.navbar-custom.sticky-light {
  background-color: #ffffff;
}

.nav-sticky .navbar-brand {
  color: #353535 !important;
}
.sticky .on_hover {
  display: none;
}
.nav-sticky .on_hover {
  display: block;
}
.sticky .no_hover {
  display: block;
}
.nav-sticky .no_hover {
  display: none;
}
.nav-sticky .navbar-brand {
  padding: 10px 0px;
}


@media (max-width: 1023px) {
  .navbar-custom .nav-social {
    display: none;
  }
}

@media (max-height: 480px) {
  .navbar-nav {
    max-height: 200px;
    overflow-y: auto;
  }
}



.home-center {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-home {
  /* height: 100vh; */
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
  overflow: hidden;
  /* margin-top: 93px; */
}

.bg-half {
  height: 75vh;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}




@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.element {
  /*margin: 0 auto;*/
  /*background-color: red;*/
  animation-name: stretch;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes stretch {
  0% {
    transform: scale(.5);
    /*background-color: red;*/
    /*border-radius: 100%;*/
  }
  50% {
    /*background-color: orange;*/
  }
  100% {
    transform: scale(1.1);
    /*background-color: yellow;*/
  }
}


.bottom_curve:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: url(../images/bg_curve_main_baner.png) bottom no-repeat;
  background-repeat: no-repeat;
  background-size: 100% !important;
}
.title_heading h1 {
  font-size: 45px;
  font-weight: bold;
  color: #FFF;
  width: 74%;
  line-height: 60px;
}
.title_heading p {
  font-size: 14px;
  color: #FFF;
  line-height: 26px;
  margin: 20px 0px;
}
.banner_btn a {
  display: inline-block;
  margin-right: 15px;
  margin-top: 1v0px;
}
.portfolio_banner_mobile {
  width: 80%;
  text-align: right;
  float: right;
  margin-top: 100px;
}
.portfolio_banner_mobile img {
  width: 100%;
}
.animation_1 {
  animation-name: float-bob;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0) scaleY(1.1);
    transform: translate3d(0, -10px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.about_ss img {
  width: 100%;
}
.section_pt_0 {
  padding-top: 0px;
}
.landing_title {
  margin-bottom: 30px;
}
.landing_title h2 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 10px;
  color: var(--main);
}
.landing_title p {
  font-size: 15px;
  line-height: 26px;
}
.even_more_main {
  position: relative;
  background-image: url(../images/even_more_bg.jpg);
  background-repeat: no-repeat;
  /* background-size: cover; */
  overflow: hidden;
}
.even_more_main.bottom_curve:after {
  bottom: 45px;
  top: 0;
}

.top_curve::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  bottom: 0;
  left: -1px;
  right: -1px;
  background: url(../images/top_curve.png);
  background-repeat: no-repeat;
}
.even_more_ss {
  position: relative;
  z-index: 3;
  margin-top: 60px;
}
.even_more_ss img {
  width: 100%;
}
.even_more_info {
  position: relative;
  z-index: 3;
  margin-top: -90px;
}
.even_more_info h2 {
  font-size: 25px;
  color: #FFF;
  font-weight: bold;
  line-height: 41px;
  letter-spacing: 1px;
}
.even_more_info p {
  color: #FFF;
  margin: 25px 0 20px;
}
.even_more_info ul li {
  display: inline-block;
}
.even_more_info ul li a {
  display: inline-block;
  margin-right: 10px;
  margin-top: 20px;
}


.contact_blog {
  box-shadow: 0 0 12px rgb(0 0 0 / 11%);
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
  display: inline-block;
  padding: 15px 15px 20px;
  width: 100%;
}
.form-control {
  padding: 0 15px;
  font-size: 15px;
  line-height: 48px;
  color: #242424;
  border-radius: 10px;
  border: 1px solid #c7c7c7;
  margin-bottom: 20px;

}
.form-control:focus {
  box-shadow: none;
  border-color: #86b7fe;
  border: 1px solid #c7c7c7;
}
textarea {
  resize: none;
}
.button {
  display: inline-block;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  padding: 0px 40px;
}
.button:focus {
  outline: none;
}
.button>span {
  vertical-align: middle;
}

/* Moema */
.button--moema {
  background: #7986cb;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button--moema.button--inverted {
  background: var(--main);
  color: #FFF;
}
.button--moema::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 0px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
  -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  color: #ECEFF1;
  background-color: #010e49;
  -webkit-animation: anim-moema-1 0.3s forwards;
  animation: anim-moema-1 0.3s forwards;
}
.button--moema.button--inverted:hover {
  color: var(--black);
  background-color: var(--dark);
}
.button--moema:hover::before {
  -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
  animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.footer {
  padding: 50px 0 20px;
  background-color: #161616;
  position: relative;
}
.footer::after {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
  z-index: -2;
}
.footer_logo p {
  color: #FFF;
  margin-top: 20px;
}
.footer_dtl_info h4 {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
}
.footer_dtl_info_blog {
  margin-bottom: 20px;
  color: var(--white);
  position: relative;
}
.footer_dtl_info_blog .icon {
  font-size: 22px;
  color: #ffffff;
  position: absolute;
  top: 0;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.footer_dtl_info_blog:hover .icon {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.footer_dtl_info_blog .info, .footer_dtl_info_blog .info a {
  font-weight: 500;
  color: var(--white);
  position: relative;
  padding-left: 38px;
  display: inline-block;
  font-size: 15px;
}
.footer_dtl_info_blog .info a {
  padding-left: 0px;
  padding-top: 6px;
}

.footer_dtl_info p {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}
.newsletter_box .form-control {
  margin-bottom: 10px;
}
.newsletter_box .button {
  width: 100%;
  max-width: 100%;
}
.newsletter_box .button--moema.button--inverted:hover {
  color: #2b3d8f;
  background-color: #FFF;
}
.copyright_blog {
  background-color: #363636;
  margin-top: 30px;
  padding: 0px 25px;
  border-radius: 10px;
}
.social_media ul li {
  display: inline-block;
  padding: 20px 0;
  margin-right: 20px;
}
.social_media ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}
.social_media ul li a:before {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #FFF;
  position: absolute;
  bottom: -5px;
  content: "";
}
.copyright_blog p {
  color: var(--white);
  padding-top: 15px;
  line-height: normal;
  padding-bottom: 5px;
}
.mdi-menu {
  position: relative;
  width: 5px;
  height: 2px;
  background: red;
}
.mobile {
  display: none;
}

.cms_page_banner .title_heading h1 {
  width: 100%;
}

.cms_page_banner {
  height: auto;
}

.cms_page_banner .title_heading {
  padding: 120px 0px 100px;
}
.conditions_blog_main {
  padding: 50px 0px;
}

.title_terms {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
}
.conditions_blog p {
  font-size: 15px;
  /*color: #FFF;*/
  line-height: 30px;

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

.copyright_text p {
  color: var(--white);
  padding-top: 20px;
  margin-bottom: 0;
}
.footer_link {
  text-align: right;

}

.footer_link ul li:last-child {
  margin-right: 0;
}
.court_main {
  box-shadow: 0 0 12px rgb(0 0 0 / 12%);
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
  display: inline-block;
  padding: 15px;
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.court_main h2 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-top: 10px;
}
.court_main h4 {
  font-size: 20px;
  color: #2b3d8f;
  margin-bottom: 20px;
}
.step_main img {
  width: 100%;
}
.step_main br {
  display: none;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: none;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  font-size: 50px;
}
.carousel-control-prev, .carousel-control-next {
  opacity: 9;
}

.about_blog h2 {
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about_blog h2 span {
  color: var(--main);
}
.countbox h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 10px;
}
.countbox h4 {
  font-size: 40px;
  margin-left: 10px;
  display: inline-block;
  margin-bottom: 0px;
  color: var(--main);
  font-weight: 900;
}
.countbox_display {
  font-size: 40px;
  display: inline-block;
  color: var(--main);
  font-weight: 900;
}

.gallery_img {
  margin-bottom: 20px;
  overflow: hidden;
}
.gallery_img img {
  border-radius: 5px;
  -webkit-transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
  width: 100%;
}
.gallery_img:hover img {
  -webkit-transform: scale(1.10);
  transform: scale(1.10);
}

.screenshots_sec {
  /* background-image: url(../images/news_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0px; */

  /* background-image: url(../images/our-testimonial-bg.svg); */
  background-position: top center;
  background-size: auto;
  background-repeat: repeat-y;
  padding-bottom: 0;
}
.screenshots_sec .landing_title {
  margin-bottom: 95px;
}
.screenshots_sec .landing_title h2 {
  color: var(--main);
}
.partners_blog {
  background-color: var(--white);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 95px;
  box-shadow: 0 0 12px rgb(0 0 0 / 6%);
}
.partners_logo {
  width: 114px;
  height: 114px;
  background-color: var(--white);
  border: 2px solid rgb(255 103 1);
  border-radius: 100px;
  margin: auto;
  display: block;
  margin-top: -80px;
  display: grid;
  place-items: center;
}
.partners_blog h3 {
  font-size: 20px;
  font-weight: 900;
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
}
.partners_blog p {
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0px;
}
.landing_title span {
  font-weight: 900;
  margin-bottom: 5px;
  color: var(--black);
}
.testimonials_main {
  background-image: url(../images/our-testimonial-bg.svg);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  padding-bottom: 0;
  margin-bottom: 70px;
}
.testimonial_blog {
  border: 1px solid #55617124;
  border-radius: 10px;
  padding: 15px;
  background-color: var(--white);
}
.testimonial_blog ul {
  display: flex;
  margin-bottom: 10px;
}
.testimonial_blog ul li {
  font-size: 18px;
  color: #eebe04;
  margin-right: 7px;
}
.testimonial_blog p {
  border-bottom: 1px solid #55617124;
  padding-bottom: 20px;
}
.user_info_in {
  display: flex;
  align-items: center;
}
.user_info_in img {
  width: 68px !important;
  height: 68px;
  border-radius: 50px;
  display: inline-block;
}

.user_info_in .name {
  margin-left: 15px;
}
.user_info_in .name h5 {
  color: #000;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0;
}
.user_info_in .name span {
  margin-top: 2px;
}
.testimonial_user_info {
  position: relative;
  padding-top: 0px;
}
.owl-theme .owl-dots {
  text-align: center;
  margin: 35px 0 0px;
}
.owl-theme .owl-dots .owl-dot span {
  background: #a7bbb7;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--main);
  border-color: var(--main);
}
.footer_link_info {
  margin-left: 80px;
}
.footer_link_info ul li {
  margin-bottom: 10px;
}
.footer_link_info ul li a {
  font-size: 15px;
  color: var(--white);
}
.footer_link_info ul li a:hover {
  color: var(--main);
}

.gallery_img_name {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}
.about_blog p {
  font-size: 18px;
  line-height: 34px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.about_img_main {
  padding-right: 30px;
  position: relative;
  height: 100%;
}
.about_ss {
  position: relative;
  padding-right: 50px;
}
.about_ss::after {
  content: "";
  position: absolute;
  height: 150px;
  width: 15px;
  background: var(--main);
  z-index: -1;
  right: 0;
  top: 0;
  border-radius: 0;
  animation: jumpReverseAni 7s linear infinite;

}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(30px)
  }

  to {
    transform: translateY(0)
  }
}
.about_img_two {
  border: 4px solid #FFF;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 0;

}

.jump {
  animation: jumpAni 7s linear infinite
}
@keyframes jumpAni {
  0% {
    transform: translateY(0)
  }

  40% {
    transform: translateY(-30px)
  }

  to {
    transform: translateY(0)
  }
}

.new_title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.new_title h2 {
  position: relative;
  /* transform: rotate(-90deg) translate(-50%); */
  font-size: 90px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px var(--main);
  transform-origin: left top;
  /* top: 50%;
  left: 35px; */
  opacity: .15;
  text-transform: uppercase;
}
.new_title h3 {
  position: absolute;
  top: 54px;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--main);
  left: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 1px;
  width: 100%;
}

.features_sec {
  background-position: top center;
  background-size: auto;
  background-repeat: repeat-y;
  padding: 50px 0px;
  background: #fffefe;
}
.lead_img img {
  border-radius: 5px;
}
.team_wrapper {
  position: relative;
}
.team_wrapper::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 85px 65px 0;
  border-color: transparent var(--main) transparent transparent;
  content: "";
  position: absolute;
  top: -12px;
  right: -14px;
  z-index: 1;
}
.team_wrapper_text {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 12px rgb(0 0 0 / 6%);
}
.team_wrapper_text p {
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 0;
}
.team_wrapper_text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #ebebeb transparent transparent;
  content: "";
  position: absolute;
  bottom: -30px;
}
.team_name {
  font-weight: 900;
  text-transform: uppercase;
  color: var(--black);
  margin-top: 50px;
  letter-spacing: 1px;
  padding-left: 20px;
  font-size: 20px;
}
.lead_blog_two {
  margin-top: 20px;
}

.lead_blog_two .lead_img {
  display: flex;
  justify-content: end;
}
.lead_blog_two .team_wrapper::before {
  top: -4px;
  right: auto;
  left: -22px;
  transform: rotate(270deg);
}
.service-block {
  position: relative;
  margin-bottom: 50px;
}

.service-block .inner_box {
  position: relative;
  text-align: center;
  margin-left: 20px;
  padding: 30px 15px 0px;
  background-color: #ffffff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.10);
  margin-bottom: 0;
  height: 100%;
}

.service-block .inner_box .line-one {
  position: absolute;
  right: 20px;
  top: 0px;
  width: 10px;
  height: 100px;
  background-color: #ff915c;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-block .inner_box:hover .line-one {
  height: 70px;
}

.service-block .inner_box .line-two {
  position: absolute;
  right: 40px;
  top: 0px;
  width: 6px;
  height: 70px;
  background-color: #ffba9a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-block .inner_box:hover .line-two {
  height: 100px;
}

.service-block .inner_box:before {
  position: absolute;
  content: '';
  left: -20px;
  top: -20px;
  width: 105px;
  height: 105px;
  z-index: -1;
  background: url(../images/pattern-1.png) no-repeat;
}

.service-block.style-two .inner_box:before {
  position: absolute;
  content: '';
  left: -20px;
  top: -20px;
  width: 270px;
  height: 270px;
  background: url(../images/icons/pattern-2.png) no-repeat;
}

.service-block .inner_box .icon-box {
  position: relative;
  padding-top: 5px;
  text-align: center;
  margin-bottom: 35px;
  display: inline-block;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service-block .inner_box:hover .icon-box {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.service-block .inner_box .icon-box:before {
  position: absolute;
  content: '';
  left: -12px;
  top: 0px;
  width: 105px;
  height: 90px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.service-block .inner_box:hover .icon-box:before {
  background-color: #ffefe8;
}

.service-block .inner_box .icon-box .icon {
  position: relative;
  font-size: 80px;
  color: #fd5d14;
  line-height: 0em;
}

.service-block .inner_box h4 {
  position: relative;
  line-height: 1.4em;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1px;
}
.service-block .inner_box h4 a {
  position: relative;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-block .inner_box .text {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 22px;
  text-align: center;
}
.team_data_name {
  display: flex;
  flex-direction: column;
}

.navbar-toggler:focus {
  box-shadow: none;
}