
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i|Yeseva+One&display=swap');
/*
font-family: 'Yeseva One', cursive;
font-family: 'Open Sans', sans-serif;
*/

@import url('owl.css');
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('global.css');
/*** 

====================================================================
  Reset
====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
/*** 

====================================================================
  Global Settings
====================================================================

 ***/

body {
  font-size: 16px;
  color: #767676;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #129de8;
}
.tooltip-inner {
  background: #129de8;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #129de8;
}
.no-padding {
  padding: 0px !important;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}
a:focus {
  color: inherit;
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  font-family: 'Yeseva One', cursive;
  color: #242424;
}
input, button, select, textarea {}
button:focus {
  outline: none;
}
p {
  position: relative;
  line-height: 1.8em;
}
.text {
  font-size: 16px;
  font-weight: 300;
  color: #747474;
}
.border-bottom {
  border-bottom: 1px solid #f4f4f4 !important;
}
.border-right {
  border-right: 1px solid #f4f4f4 !important;
}
.strike-through {
  text-decoration: line-through;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  background: #fff;
  overflow: hidden;
  z-index: 9;
}
ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
@media (min-width: 1200px) {
  .container, .container-fluid {
    padding: 0;
  }
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

/** main-header **/

.main-header_ln {
  position: relative;
}
.main-header_ln .outer-container {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
.main-header_ln .outer-container .logo-box {
  position: relative;
  padding: 28px 0;
}
.main-header_ln .outer-container .logo-box a {
  position: relative;
  z-index: 1;
}
.main-header_ln .outer-container .menu-area {
  text-align: center;
}
.main-header_ln .outer-container .btn-box {
  position: relative;
}
.main-header_ln .outer-container .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4328), color-stop(51%, #ff4328), to(#ff4328));
  background-image: -o-linear-gradient(left, #ff4328 0%, #ff4328 51%, #ff4328 100%);
  background-image: linear-gradient(90deg, #ff4328 0%, #ff4328 51%, #ff4328 100%);
  padding: 15px 50px;
  background-size: 200% auto;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  border-radius: 29px;
  border-bottom-left-radius: 0;
  overflow: hidden;
}
.main-header_ln .outer-container .btn-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #202e45;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
}
.main-header_ln .outer-container .btn-box a:hover:before {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.main-header_ln .outer-container .btn-box a span {
  position: relative;
}
/** main__menu **/

.main__menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}
.main__menu .navigation {
  position: inherit;
  margin: 0px;
}
.main__menu .navigation>li {
  position: inherit;
  display: inline-block;
  text-align: left;
  z-index: 2;
  padding: 34px 0px 35px 0px;
  margin: 0px 14px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main__menu .navigation>li:last-child {
  margin-right: 0px !important;
}
.main__menu .navigation>li:first-child {
  margin-left: 0px !important;
}
.main__menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  opacity: 1;
  color: #282828;
  padding: 0px;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main__menu .navigation>li.current>a, .main__menu .navigation>li:hover>a {
  color: #ff4328;
}
.main__menu .navigation>li>ul, .main__menu .navigation>li>.megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 250px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  background-color: #fff;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main__menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}
.main__menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}
.main__menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}
.main__menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 13.5px 0px;
  line-height: 24px;
  font-weight: 700;
  font-size: 16px;
  color: #1d165c;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main__menu .navigation>li>ul>li>a i, .main__menu .navigation>li>ul>li>ul>li>a i {
  margin-left: 0px;
  opacity: 0;
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main__menu .navigation>li>ul>li>a:hover i, .main__menu .navigation>li>ul>li>ul>li>a:hover i {
  opacity: 1;
  margin-left: 10px;
}
.main__menu .navigation>li>ul>li:last-child>a {
  border-bottom: none;
}
.main__menu .navigation>li>ul>li>a:hover {}
.main__menu .navigation>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position: absolute;
  right: 0px;
  top: 15px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}
.main__menu .navigation>li>ul>li>ul {
  position: absolute;
  right: 100%;
  top: -2px;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 10px 0px;
  background-color: #fff;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main__menu .navigation>li>ul>li>ul.from-right {
  left: auto;
  right: 0px;
}
.main__menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 20px;
}
.main__menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}
.main__menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}
.main__menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  font-size: 15px;
  padding: 10px 0px;
  line-height: 24px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: #1d165c;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main__menu .navigation>li>ul>li>ul>li:last-child>a {
  border-bottom: none;
}
.main__menu .navigation>li>ul>li>ul>li:hover>a {}
.main__menu .navigation>li>ul>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}
.main__menu .navigation>li.dropdown:hover>ul, .main__menu .navigation>li.dropdown:hover>.megamenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main__menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main__menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -30px;
  top: 35px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  display: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main__menu .navigation li.current.dropdown .dropdown-btn, .main__menu .navigation li:hover .dropdown-btn {}
.main__menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}
.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}
/** megamenu-style **/

.main__menu .navigation>li.dropdown>.megamenu {
  position: absolute;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 50px;
  left: 0px;
  right: 0px;
}
.main__menu .navigation li.dropdown .megamenu li {
  position: relative;
  display: block;
  z-index: 2;
  padding: 7px 0px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main__menu .navigation li.dropdown .megamenu li h4 {
  font-weight: 700;
  padding: 3px 0px;
}
.main__menu .navigation li.dropdown .megamenu li a {
  position: relative;
  display: inline-block;
  text-align: left;
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  opacity: 1;
  color: #1d165c;
  padding: 0px;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main__menu .navigation li.dropdown .megamenu li a:hover {
  color: #ff4328;
}
.menu-area {
  position: relative;
}
/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.70;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #1d165c;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li ul li>a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li ul li>a i {
  display: none !important;
}
.mobile-menu .navigation li>a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.current>a:before {
  height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  background: #fff;
  color: #3b3b3b;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li>ul, .mobile-menu .navigation li>ul>li>ul, .mobile-menu .navigation>li.dropdown>.megamenu {
  display: none;
}
.mobile-menu .social-links {
  position: relative;
  padding: 30px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .social-links li a:hover {}
div#mCSB_1_container {
  top: 0px !important;
}
.mobile-menu .contact-info {
  position: relative;
  padding: 80px 30px 20px 30px;
}
.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.80);
  margin-bottom: 3px;
}
.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.80);
}
.mobile-menu .contact-info ul li a:hover {}
.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .main__menu .navigation>li>ul, .main__menu .navigation>li>ul>li>ul, .main__menu .navigation>li>.megamenu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
/* Preloader */

.handle-preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
}
.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.handle-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 170px;
  margin: 0 auto 45px auto;
  width: 170px;
}
.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 70px;
  position: absolute;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading {
  font-weight: 700;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.preloader .loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading {
  color: #ff4328;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #ff4328;
}
.handle-preloader .animation-preloader .spinner {
  border: 3px solid #ff4328;
  border-top-color: rgba(251, 81, 85, 0.5);
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 40px;
    letter-spacing: 10px;
  }
}
/** banner-section **/

.banner-section_ln {
  position: relative;
  padding: 120px 0;
  text-align: center;
  background: #fff;
  background-position: center;
}
.banner-section_ln:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: .1;
}
.banner-section_ln .content-box {
  position: relative;
}
.banner-section_ln .content-box h2 {
  position: relative;
  font-size: 72px;
  color: #fff;
  font-weight: 500;
}
.banner-section_ln .content-box h2 span {
  color: #ff4328;
}
.banner-section_ln .content-box p {
  position: relative;
  font-size: 20px;
  color: #fff;
}
.banner-section_ln .content-box img {
  position: relative;
  width: 100%;
}
.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.banner-section_ln .screen-box .screen {
  position: absolute;
  display: inline-block;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 30px 20px #f4f4f7;
          box-shadow: 0 0px 30px 20px #f4f4f7;
}
.banner-section_ln .screen-box .screen img {
  width: 100%;
  border-radius: 5px;
}
.banner-section_ln .screen-box .screen-1 {
  left: 0px;
  bottom: 550px;
}
.banner-section_ln .screen-box .screen-2 {
  left: 0px;
  bottom: 210px;
}
.banner-section_ln .screen-box .screen-3 {
  left: 0px;
  bottom: 0px;
}
.banner-section_ln .screen-box .screen-4 {
  left: 350px;
  bottom: 365px;
}
.banner-section_ln .screen-box .screen-5 {
  right: 0px;
  bottom: 215px;
}
.banner-section_ln .screen-box .screen-6 {
  right: 0px;
  bottom: 0px;
}
.banner-section_ln .screen-box .screen-7 {
  right: 350px;
  bottom: 390px;
}
.banner-section_ln .screen-box .screen-8 {
  right: 350px;
  bottom: 50px;
}
.centred {
  text-align: center !important;
}
/** main-demo_ln **/

.main-demo_ln {
  position: relative;
  padding: 130px 0px 80px;
}
.main-demo_ln .title-box h2 {
  position: relative;
  font-size: 45px;
  line-height: 65px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #282828;
  margin-bottom: 10px;
}
.main-demo_ln .title-box h2 span.color {
  color: transparent !important;
  background: -webkit-linear-gradient(0deg, #ff4328, #ff4328 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.main-demo_ln .title-box p {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #48474a;
  margin-bottom: 70px;
}
.main-demo_ln .inner-box {
  position: relative;
  margin-bottom: 50px;
}
.main-demo_ln .inner-box .image-box {
  position: relative;
  display: block;
  border-radius: 5px;
  margin-bottom: 35px;
  -webkit-box-shadow: 0 0px 30px 20px #f4f4f7;
          box-shadow: 0 0px 30px 20px #f4f4f7;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-demo_ln .inner-box:hover .image-box {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.main-demo_ln .inner-box .image-box img {
  width: 100%;
  border-radius: 5px;
}
.main-demo_ln .inner-box .lower-content {
  position: relative;
  display: block;
  background: #fff;
  padding: 27px 15px 25px 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0px 50px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 50px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.main-demo_ln .inner-box:hover .lower-content {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.main-demo_ln .inner-box .lower-content:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  top: -14px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-demo_ln .inner-box .lower-content h5 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #48474a;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-demo_ln .inner-box .lower-content h5 a {
  display: inline-block;
  color: #48474a;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-demo_ln .inner-box:hover .lower-content h5 a {
  color: #ff4328;
}

/* Footer */

.footer_ln {
  position: relative;
  background: #17023b;
  padding: 230px 0px;
}
.footer_ln:before {
  position: absolute;
  content: '';
  background: url(../images/footer-1.jpg);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.footer_ln .content-box h2 {
  position: relative;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 30px;
}
.footer_ln .content-box h2 span.color {
  color: transparent;
  background: -webkit-linear-gradient(0deg, #ff4328, #ff4328 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer_ln .content-box a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4328), color-stop(51%, #ff4328), to(#ff4328));
  background-image: -o-linear-gradient(left, #ff4328 0%, #ff4328 51%, #ff4328 100%);
  background-image: linear-gradient(90deg, #ff4328 0%, #ff4328 51%, #ff4328 100%);
  padding: 16px 55px;
  background-size: 200% auto;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}
.footer_ln .content-box a:hover {
  color: #ff4328;
}
.footer_ln .content-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
}
.footer_ln .content-box a:hover:before {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.footer_ln .content-box a span {
  position: relative;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
@media only screen and (max-width: 1200px) {
  .header-footer .content-box .image {
    position: relative;
    display: block;
    text-align: center;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
  }
  .banner-one__image {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section_ln .screen-box {
    display: none;
  }
  .banner-section_ln .content-box p {
    margin-bottom: 100px;
  }
  .menu-area .mobile-nav-toggler .icon-bar {
    background: #1d165c;
  }
  .main__menu, 
  .sticky-header, 
  .main-header_ln.style-one .outer-container:before {
    display: none !important;
  }
  .menu-area .mobile-nav-toggler {
    display: block;
    margin-top: 30px;
    padding: 10px;
  }
  .main-header_ln .outer-container .btn-box {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .main-header_ln .outer-container .logo-box {
    left: 0px;
    top: 0px;
    padding: 8px 0;
  }
  .banner-section_ln .content-box .image-box {
    margin: 0px;
  }
}
@media only screen and (max-width: 767px) {
  br {
    display: none;
  }
  .footer_ln .content-box h2, .feature_ln .title-box h2, .banner-one__content h3, .main-demo_ln .title-box h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .banner-one__content .banner-one__form-box {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
    top: 10px;
    position: relative;
  }
  .banner-one__content .banner-one__form .thm-btn {
    position: relative;
    top: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    margin-top: 45px;
  }
  .main-header_ln .outer-container .btn-box a {
    margin-bottom: 20px;
  }
  .main-header_ln .outer-container .logo-box {}
  .banner-section_ln .content-box .image-2 {
    display: none;
  }
  .footer_ln {
    padding: 150px 0px;
  }
}
@media only screen and (max-width: 499px) {
  .main-header_ln .outer-container .logo-box, .main-header_ln .outer-container .btn-box {
    display: block;
    text-align: center;
  }
  .banner-section_ln .content-box h1 {
    letter-spacing: 0px;
  }
  .main-header_ln .outer-container {}
  .banner-section_ln .content-box h2 {
    font-size: 36px;
  }
}
.footer-box_box {
  position: fixed;
  background: #2220;
  height: 339px;
  overflow: hidden;
  width: 184px;
  top: 101px;
  right: 0px;
  z-index: 999;
}
.product-sidebar .social-links {
  position: absolute;
  top: 150px;
  right: -130px;
  padding: 0px;
  margin: 0px;
  z-index: 9999999;
  -webkit-transition: right .3s ease;
  -o-transition: right .3s ease;
  transition: right .3s ease;
}
.product-sidebar .xs-sidebar-group.isActive .social-links {
  right: 270px;
}
.product-sidebar .social-links li {
  position: relative;
  display: block;
  list-style: none;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: relative;
  background-color: #3064ee;
  color: #fff;
  cursor: pointer;
  left: 0px;
  white-space: nowrap;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.product-sidebar .social-links li:hover {
  left: -130px;
}
.product-sidebar .social-links li .icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 0!important;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  color: inherit;
}
.product-sidebar .social-links li:hover span {
  visibility: visible;
  opacity: 1;
  right: 110%;
}
.product-sidebar .social-links li span {
  font-family: 'Nunito Sans', Sans-serif;
  font-size: 13px;
  width: 130px;
  height: 45px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, .24);
  border-radius: 0;
  display: block;
  float: right;
  color: inherit;
}
.product-sidebar .social-links li a {
  color: #fff;
  text-decoration: none;
}
.product-sidebar .social-links li:nth-child(2) {
  background: #8138f7;
}
.product-sidebar .social-links li:nth-child(3) {
  background: #7ac7c4
}
.product-sidebar .social-links li:last-child {
  background: #ff4328;
}
/** sidebar **/

.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  cursor: url(https://old3.commonsupport.com/rinbuild/wp-content/uploads/2020/06/cross-out.png), pointer;
  z-index: 999999;
}
.xs-sidebar-group.isActive .xs-overlay {
  opacity: .9;
  visibility: visible;
  right: 100%;
}
.xs-sidebar-widget {
  position: fixed;
  right: -400px;
  top: 0;
  background-color: #fff;
  width: 400px;
  height: 100%;
  z-index: 9999999;
  -webkit-transition: right .3s ease;
  -o-transition: right .3s ease;
  transition: right .3s ease;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
  right: 0px;
}
.xs-bg-black {
  background-color: rgb(0, 0, 0, 0.5);
}
.product-sidebar .sidebar-widget-container {
  position: absolute;
  right: -17px;
  top: 0;
  height: 100%;
  width: 417px;
  padding: 30px;
  background: #fff;
  border-left: 1px solid #dcdcdc;
  color: #111;
  font-size: 14px;
  line-height: 1.7;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-sidebar .sidebar-content .btn-box {
  margin-bottom: 30px;
}
.product-sidebar .sidebar-content .btn-box a {
  position: relative;
  display: block;
  background: #222;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
}
.product-sidebar .sidebar-content .single-box .title-box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.product-sidebar .sidebar-content .single-box .title-box .line {
  position: relative;
  display: block;
  height: 1px;
  background: #e5e5e5;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-sidebar .sidebar-content .single-box .title-box .line:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 3px;
  width: 40px;
  background: #f73859;
  border-radius: 1.5px;
  right: 0;
  top: 50%;
  margin-top: -1.5px;
}
.product-sidebar .sidebar-content .single-box .title-box h5 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #222;
  background: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
  margin-right: 20px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.product-sidebar .sidebar-content .single-box .image {
  position: relative;
  margin: 0px;
  -webkit-box-shadow: 5px 4px 16px 0 rgba(0, 0, 0, .15);
          box-shadow: 5px 4px 16px 0 rgba(0, 0, 0, .15);
  margin-bottom: 10px;
}
.product-sidebar .sidebar-content .single-box .image img {
  width: 100%;
}
.product-sidebar .sidebar-content .single-box .item-name {
  position: relative;
  display: block;
}
.product-sidebar .sidebar-content .single-box .item-name h6 {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #222;
  margin: 0px;
}
.product-sidebar .sidebar-content .single-box .item-name h6 a {
  color: #222;
  text-decoration: none;
}
.product-sidebar .sidebar-content .single-box .item-name .price {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  color: red;
}
.product-sidebar .sidebar-content .single-box .item-name .price del {
  color: #848484;
}
.product-sidebar .sidebar-content .single-box {
  margin-bottom: 30px;
}
.product-sidebar .sidebar-content .single-box .single-item {
  margin-bottom: 20px;
}
/*** 
=============================================
    Video Gallery Area Css      
=============================================
***/

.video-section_ln {
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
}
.video-section_ln:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3, 13, 40, 0.80);
}
.video-section_ln .title-box {
  margin-bottom: 50px;
}
.video-section_ln .title-box h2 {
  position: relative;
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 10px;
}
.video-section_ln .title-box h2 span {
  color: #ff4328;
}
.video-section_ln .title-box h4 {
  position: relative;
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 70px;
}
.video-section_ln .video-holder-box-style3 {
  position: relative;
  display: block;
}
.video-section_ln .video-holder-box-style3 a {
  position: relative;
  display: block;
  text-align: center;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.video-section_ln .video-holder-box-style3 a span:before {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  line-height: 100px;
}
.video-section_ln .video-holder-box-style3 a span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  line-height: 100px;
  background: #ff4328;
}

@-webkit-keyframes pulse {
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .1), 0 0 0 20px rgba(238, 238, 238, 0.3000);
            box-shadow: 0 0 0 5px rgba(255, 255, 255, .1), 0 0 0 20px rgba(238, 238, 238, 0.3000);
  }
}
@keyframes pulse {
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .1), 0 0 0 20px rgba(238, 238, 238, 0.3000);
            box-shadow: 0 0 0 5px rgba(255, 255, 255, .1), 0 0 0 20px rgba(238, 238, 238, 0.3000);
  }
}
@-webkit-keyframes pulse2 {
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 231, 1, .1), 0 0 0 20px rgba(255, 231, 1, 0.3000);
            box-shadow: 0 0 0 5px rgba(255, 231, 1, .1), 0 0 0 20px rgba(255, 231, 1, 0.3000);
  }
}
@keyframes pulse2 {
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 231, 1, .1), 0 0 0 20px rgba(255, 231, 1, 0.3000);
            box-shadow: 0 0 0 5px rgba(255, 231, 1, .1), 0 0 0 20px rgba(255, 231, 1, 0.3000);
  }
}
/** feature **/

.feature_ln {
  position: relative;
  padding-bottom: 65px;
  padding-top: 100px;
}
.options_row {
  padding: 80px 0px 30px 0px
}
.feature_ln .title-box h2 {
  position: relative;
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #454545;
  margin-bottom: 10px;
}
.feature_ln .title-box h2 span.color {
  color: #ff4328;
}
.feature_ln .title-box p {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #48474a;
  margin-bottom: 70px;
}
.feature_ln .feature-block {
  position: relative;
  text-align: center;
  display: block;
  background: #fff;
  padding: 30px 18px 30px;
  -webkit-box-shadow: 0 0px 50px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 50px 5px rgba(0, 0, 0, 0.1);
  min-height: 275px;
  margin-bottom: 55px;
  border-radius: 5px;
  min-height: 360px;
}
.feature_ln .feature-block .svg {
  width: 90px;
}
.feature_ln .feature-block .image-box {
  margin-bottom: 20px;
  min-height: 100px;
  line-height: 100px;
}
.feature_ln .feature-block .icon-box {
  position: relative;
  display: inline-block;
  font-size: 40px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border-radius: 50%;
  color: transparent !important;
  background: -webkit-linear-gradient(0deg, #fc7073, #f91064 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 29px;
}
.feature_ln .feature-block:hover .icon-box {
  background: -webkit-linear-gradient(0deg, #fff, #fff 100%);
}
.feature_ln .feature-block .icon-box:before {
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.feature_ln .feature-block:hover .icon-box:before {
  background: -webkit-linear-gradient(0deg, #fb4d5f, #f9336e 100%);
}
.feature_ln .feature-block h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 14px;
}
.feature_ln .feature-block p {
  font-size: 16px;
  position: relative;
  line-height: 26px;
  color: #666666;
  font-weight: 400;
  margin: 0px;
}

.scroll-to-target {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ff4328;
    transition: .5s;
    color: #fff;
    font-size: 25px;
    line-height: 50px;
}

.scroll-to-target:hover {
    color: #ff4328;
    background: #fff;
}










