@import url('../fonts/stylesheet.css');
@import url('../fonts/bootstrap-icons/font-css.css');
@import url('../fonts/font-awesome/css/all.min.css');
@import url('navbar.css');
@import url('bootstrap.min.css');
@import url('animate.css');

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #748f99;
  border-radius: 200px;
}

:root {
  --text-color: #48494E;
  --heading: #090F32;
}

::selection {
  background-color: #2a2a2a;
  color: #fff;
}

.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
  text-align: center;
}

.ctn-preloader .animation-preloader .icon {
  display: inline-block;
  position: relative;
}

.ctn-preloader .animation-preloader .icon img {
  animation: rotated 12s infinite linear;
}

.ctn-preloader .animation-preloader .txt-loading {
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: var(--prime-ten);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 30px;
  position: absolute;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  font-weight: 700;
  letter-spacing: 12px;
  display: inline-block;
  color: rgb(255 50 148 / 20%);
  position: relative;
  font-size: 35px;
  line-height: 30px;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 40px;
    letter-spacing: 10px;
  }
}

.main-page-wrapper {
  overflow: hidden;
}

body {
  font-family: 'Frutiger' !important;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  color: #748F98;
  font-weight: 300;
  line-height: 24px;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {}

.h1,
h1 {
  font-size: 80px;
  line-height: 1.18em;
  /*done*/
}

.h2,
h2 {
  font-size: 58px;
  line-height: 1.29em;
  letter-spacing: -1px;
  /*done*/
}

.h3,
h3 {
  font-size: 32px;
  /*done*/
}

.h4,
h4 {
  font-size: 20px;
  line-height: 1.54em;
  /*done*/
}

.h5,
h5 {
  font-size: 22px;
  line-height: 1.45em;
  /*done*/
}

.h6,
h6 {
  font-size: 18px;
  /*done*/
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.tran3s,
.svg path {
  transition: all 0.3s ease-in-out;
}

.tran4s {
  transition: all 0.4s ease-in-out;
}

.tran5s {
  transition: all 0.5s ease-in-out;
}

.tran6s {
  transition: all 0.6s ease-in-out;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fw-500 {
  font-weight: 500;
}

.tx-dark {
  color: #000;
}

.p-30 {
  padding: 30px;
}

.text-lg {
  font-size: 24px;
  line-height: 1.67em;
}

.style-none {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.shapes {
  position: absolute;
  z-index: -1;
}

.border-top {
  border-top: 1px solid #f1f1f1 !important;
}

.border-bottom {
  border-bottom: 1px solid #f1f1f1 !important;
}

.zn2 {
  z-index: 2;
}

#contact-form .input-group-meta {
  position: relative;
}

#contact-form .form-group .help-block {
  position: absolute;
  left: 0;
  bottom: -17px;
  font-size: 13px;
  line-height: 20px;
  color: #ff4d44;
}

#contact-form .form-group .help-block ul {
  margin-bottom: 0;
}

.pattern-bg-one {
  background-color: #FFEFE3;
  background-image: url(../images/assets/bg-6.png);
  background-repeat: repeat;
  background-position: center;
}

.dark-bg-one {
  background: #151937;
}

.scroll-top {
  width: 30px;
  height: 30px;
  line-height: 33px;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  border-radius: 50%;
  background: #ddd;
  background: #dc1f28;
  display: none;
  transition: all 0.3s ease-in-out;
}

.title-style-one .sc-title {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 400;
  color: #dc1f28;
  margin-bottom: 2px;
}

.Quaitysec {
  text-align: center;
}

.title-style-one .main-title span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.title-style-six .sc-title {
  font-size: 20px;
  letter-spacing: 3px;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.sub-itle {}

.title-style-six .sc-title-two {
  font-size: 15px;
  letter-spacing: 2px;
  padding-bottom: 8px;
  color: var(--prime-ten);
}

.title-style-ten .sc-title {
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #748f99;
  padding-bottom: 0px;
}

.title-style-ten .main-title {
  letter-spacing: 0;
  line-height: 1.17em;
}

.title-style-ten .main-title img {
  position: absolute;
  bottom: 9px;
  left: 0;
  z-index: -1;
}

.theme-menu-one.theme-main-menu {
  padding-top: 50px;
}

.theme-main-menu {
  position: absolute;
  z-index: 99;
  top: 0;
  background: #fff;
  left: 0;
  right: 0;
  padding: 0px 80px 10px;
  box-shadow: 0 3px 13px 0px rgba(82, 82, 82, 0.07);
  transition: all 0.4s ease-out;
}

.theme-main-menu.sticky-menu.fixed {
  position: fixed;
  z-index: 990;
  padding-bottom: 12px;
  background: #fff;
  box-shadow: 0 3px 13px 0px rgba(82, 82, 82, 0.2);
}

.theme-main-menu .logo {
  min-height: 50px;
  display: flex;
  align-items: center;
}

.theme-main-menu .contact-btn-one {
  line-height: 52px;
  border-radius: 6px;
  background: #000;
  padding: 0 35px;
}

.theme-main-menu .contact-btn-one:hover {
  background: var(--prime-one);
}

.theme-main-menu .contact-btn-two {
  line-height: 48px;
  border: 1px solid var(--prime-two);
  color: var(--prime-two);
  border-radius: 30px;
  padding: 0 35px;
}

.theme-main-menu .contact-btn-two:hover {
  background: var(--prime-two);
  color: #fff;
}

.theme-main-menu .contact-btn-three {
  line-height: 50px;
  color: #fff;
  border-radius: 30px;
  padding: 0 35px;
  background: var(--prime-five);
}

.theme-main-menu .contact-btn-three:hover {
  background: var(--prime-two);
  color: #fff;
}

.theme-main-menu .right-widget .contact-btn-four {
  color: #000;
  position: relative;
  z-index: 1;
  height: 70px;
}

.theme-main-menu .right-widget .contact-btn-four em {
  position: relative;
  display: inline-block;
  font-style: normal;
}

.theme-main-menu .right-widget .contact-btn-four em:after,
.theme-main-menu .right-widget .contact-btn-four span:after {
  content: '';
  position: absolute;
  width: 107%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #000;
}

.theme-main-menu .right-widget .contact-btn-four span {
  display: inline-block;
  color: #fff;
  position: relative;
  padding-left: 5px;
}

.theme-main-menu .right-widget .contact-btn-four span:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #000;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: -36px;
  transition: all 0.3s ease-in-out;
}

.theme-main-menu .right-widget .contact-btn-four:hover span:before {
  background: var(--prime-ten);
}

.theme-main-menu .right-widget .contact-btn-four span:after {
  background: #fff;
}

.theme-main-menu .right-widget .contact-btn-four i {
  color: #fff;
  margin-left: 3px;
}

.theme-main-menu .login-btn-one {
  line-height: 48px;
  border: 1px solid #E4E4E4;
  color: #000;
  border-radius: 30px;
  padding: 0 35px;
}

.theme-main-menu .login-btn-one:hover {
  background: var(--prime-two);
  color: #fff;
}

.theme-main-menu .login-btn-two {
  font-size: 18px;
  color: #000;
}

.theme-main-menu .login-btn-three {
  width: 55px;
  height: 55px;
  border: 1px solid #E9E9E9;
  text-align: center;
  line-height: 53px;
  color: var(--prime-ten);
  font-size: 25px;
}

.theme-main-menu.white-vr .login-btn-three {
  background: #fff;
}

.theme-main-menu .login-btn-three:hover {
  background: var(--prime-ten);
  border-color: var(--prime-ten);
  color: #fff;
}

.theme-main-menu .login-btn-four {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #000;
  font-size: 25px;
}

.theme-main-menu .login-btn-four:hover {
  background: var(--prime-twelve);
  color: #000;
}

.theme-main-menu .signup-btn-one {
  font-size: 18px;
  color: #000;
}

.theme-main-menu .login-btn-two:hover,
.theme-main-menu .signup-btn-one:hover span {
  text-decoration: underline;
}

.theme-main-menu .signup-btn-one:before {
  content: '';
  position: absolute;
  height: 13px;
  width: 2px;
  background: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.theme-main-menu .signup-btn-two {
  line-height: 50px;
  border-radius: 28px;
  letter-spacing: -0.36px;
  color: var(--prime-eight);
  border: 2px solid var(--prime-eight);
  padding: 0 26px;
}

.theme-main-menu .signup-btn-two:hover {
  background: var(--prime-eight);
  color: #000;
}

.theme-main-menu .signup-btn-three {
  line-height: 45px;
  border-radius: 28px;
  letter-spacing: -0.36px;
  color: #fff;
  background: #000;
  padding: 0 28px;
}

.theme-main-menu .signup-btn-three:hover {
  background: var(--prime-eleven);
  color: #000;
}

.theme-main-menu .signup-btn-four {
  line-height: 50px;
  border-radius: 28px;
  letter-spacing: -0.36px;
  color: #fff;
  background: #000;
  padding: 0 28px;
}

.theme-main-menu .signup-btn-four:hover {
  background: var(--prime-twelve);
  color: #000;
}

.theme-main-menu .call-btn-one {
  color: #fff;
}

.theme-main-menu .call-btn-one:hover {
  text-decoration: underline;
}

.theme-main-menu .lang-dropdown:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 45px;
  background: rgba(216, 216, 216, 0.2);
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.theme-main-menu .lang-dropdown button {
  font-weight: 500;
  color: #fff;
  font-size: 17px;
  border: none;
  padding: 0 15px 0 0;
  line-height: initial;
  position: relative;
}

.theme-main-menu .lang-dropdown button:after {
  display: none;
}

.theme-main-menu .lang-dropdown button:before {
  content: "\f282";
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 0;
  font-size: 13px;
  line-height: 23px;
}

.theme-main-menu .lang-dropdown .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0;
  min-width: 130px;
}

.theme-main-menu .lang-dropdown .dropdown-item {
  line-height: 35px;
  padding: 0 15px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

.theme-main-menu .lang-dropdown .dropdown-item:hover {
  background: var(--prime-four);
  color: #fff;
}

.theme-main-menu .donate-btn {
  font-size: 17px;
  line-height: 55px;
  border-radius: 5px;
  color: #000;
  padding: 0 40px;
  background: var(--prime-four);
}

.theme-main-menu .donate-btn:hover {
  background: #fff;
}

.theme-main-menu .start-btn-one {
  line-height: 52px;
  border: 2px solid #363636;
  padding: 0 36px;
  color: #000;
}

.theme-main-menu .start-btn-one:before {
  content: '';
  position: absolute;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  top: 3px;
  left: 3px;
  z-index: -1;
  background: var(--prime-six);
  transition: all 0.3s ease-in-out;
}

.theme-main-menu .start-btn-one:hover {
  border-color: var(--prime-six);
}

.theme-main-menu .start-btn-one:hover:before {
  top: 0;
  left: 0;
}

.theme-main-menu .start-btn-two {
  font-size: 18px;
  line-height: 55px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.17);
  padding: 0 36px;
  color: #fff;
}

.theme-main-menu .start-btn-two:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15px;
  background: var(--prime-seven);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.theme-main-menu .start-btn-two:hover:before {
  opacity: 1;
}

.theme-main-menu .header-search-one {
  width: 420px;
  height: 45px;
  margin-left: 7.5vw;
}

.theme-main-menu .header-search-one input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #000;
  border-radius: 30px;
  font-size: 15px;
  color: #000;
  padding: 0 15px 0 50px;
}

.theme-main-menu .header-search-one .icon {
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.theme-main-menu .header-search-two {
  width: 420px;
  height: 45px;
  margin-left: 7.5vw;
}

.theme-main-menu .header-search-two input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 15px;
  color: #000;
  font-style: italic;
  padding: 0 15px 0 35px;
}

.theme-main-menu .header-search-two .icon {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.theme-main-menu .go-back-btn {
  color: #000;
}

.theme-main-menu .go-back-btn:hover {
  color: var(--prime-ten);
}

.white-vr .navbar .navbar-nav .nav-link,
.white-vr.theme-main-menu .signup-btn-one,
.white-vr.theme-main-menu .login-btn-two {
  color: #fff;
}

.white-vr .navbar .navbar-nav .nav-item.active .nav-link,
.white-vr .navbar .navbar-nav .nav-item:hover .nav-link {
  color: #fff;
  text-decoration: underline;
}

.white-vr.theme-main-menu .signup-btn-one:before {
  background: #fff;
}

.white-vr.theme-main-menu.sticky-menu.fixed {
  background: #090F32;
  ;
}

.theme-menu-four .inner-content {
  max-width: 1550px;
  margin: 0 auto;
}

.theme-menu-four .navbar-nav .nav-link.active {
  color: #815AFF;
}

.theme-main-menu .sidebar-nav-button span {
  display: block;
  position: relative;
  width: 40px;
  height: 3px;
  background: #000000;
  border-radius: 3px;
  margin-bottom: 20px;
}

.theme-main-menu .sidebar-nav-button span:before,
.theme-main-menu .sidebar-nav-button span:after {
  content: '';
  position: absolute;
  height: 3px;
  background: #000000;
  border-radius: 3px;
  left: 0;
}

.theme-main-menu .sidebar-nav-button span:before {
  top: 10px;
  width: 25px;
}

.theme-main-menu .sidebar-nav-button span:after {
  top: 20px;
  width: 15px;
}

.theme-main-menu.theme-menu-five {
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
}

.theme-menu-six.theme-main-menu {
  padding-top: 50px;
}

.theme-menu-seven.white-vr.theme-main-menu.sticky-menu.fixed {
  background: #101010;
  ;
}

.theme-menu-nine.theme-main-menu {
  padding-top: 60px;
}

.theme-menu-nine .notice-banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: var(--prime-eleven);
  color: #000;
  padding: 10px 12px;
}

.theme-menu-nine .notice-banner a:hover {
  color: #000;
  text-decoration: underline;
}

.theme-menu-nine.sticky-menu.fixed .notice-banner {
  opacity: 0;
  visibility: hidden;
}

.offcanvas.sidebar-nav {
  width: 400px;
  border: none;
  padding: 40px 40px 20px;
  max-height: 100%;
  overflow-y: auto;
}

.offcanvas.sidebar-nav .offcanvas-header {
  padding: 0;
}

.sidebar-nav .offcanvas-header .close-btn {
  font-size: 20px;
  color: #000;
}

.sidebar-nav .offcanvas-header .close-btn:hover {
  color: var(--prime-ten);
}

.sidebar-nav .sidebar-nav-item {
  padding: 75px 0 70px;
}

.sidebar-nav .sidebar-nav-item .nav-item>a {
  font-size: 20px;
  line-height: 2.5em;
  color: var(--heading);
  font-weight: 500;
  position: relative;
  padding-right: 25px;
  transition: all 0.3s ease-in-out;
}

.sidebar-nav .sidebar-nav-item .nav-item:hover>a,
.sidebar-nav .sidebar-nav-item .nav-item.active>a {
  color: var(--prime-ten);
}

.sidebar-nav .sidebar-nav-item .dropdown-toggle::after {
  display: none;
}

.sidebar-nav .sidebar-nav-item .dropdown-toggle::before {
  content: "+";
  position: absolute;
  margin: 0;
  border: none;
  font-size: 21px;
  right: 0;
  top: 0;
  transition: transform 0.3s ease-in-out;
}

.sidebar-nav .sidebar-nav-item .dropdown-toggle.show::before {
  transform: rotate(180deg);
  content: "-";
}

.sidebar-nav .sidebar-nav-item .dropdown-menu {
  position: static !important;
  border: none;
  background: #eefbfa;
  transform: scale(1) !important;
  padding: 10px 0;
}

.sidebar-nav .sidebar-nav-item .dropdown-menu a {
  font-size: 17px;
  line-height: 44px;
  color: #000;
  padding: 0 15px;
  background: transparent;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.sidebar-nav .sidebar-nav-item .dropdown-menu a:hover {
  color: var(--prime-ten);
}

.sidebar-nav .social-icon a {
  font-size: 19px;
  margin-right: 22px;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

.sidebar-nav .social-icon a:hover {
  color: var(--prime-ten);
}

.theme-basic-footer .form-widget h6 {
  font-size: 20px;
}

.theme-basic-footer .form-widget form {
  height: 70px;
}

.theme-basic-footer .form-widget form input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 132px 0 25px;
}

.theme-basic-footer .form-widget form button {
  top: 6px;
  right: 6px;
  bottom: 6px;
  width: 125px;
  color: #fff;
  background: #161616;
}

.theme-basic-footer .form-widget form button:hover {
  background: var(--prime-six);
  color: #000;
}

.slick-arrow-two li {
  font-size: 26px;
  margin: 0 12px;
  cursor: pointer;
}

.feedback_slider_three .slick-dots {
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  text-indent: -50000px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 8px;
  transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
  background: var(--prime-three);
  transform: scale(1.7);
}

.feedback-section-three .shape-holder {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 41%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  cursor: pointer;
  background: transparent;
}

button:focus {
  outline: none;
}

input,
textarea {
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

audio,
video,
canvas {
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea {
  border-radius: 20px !important;
}

.fancy-short-banner-four {
  z-index: 5;
  margin-bottom: -170px;
}

.address-block-one {
  position: relative;
  padding: 0 20px 40px 140px;
  background: #FFFFFF;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}

.address-block-one h4 {
  font-size: 24px;
  margin-bottom: 11px;
}

.address-block-one .icon {
  left: -2px;
  top: 12px;
}

.address-block-one .text-meta p a {
  font-size: 24px;
  color: var(--prime-three);
}

.address-block-one .text-meta p a:hover {
  text-decoration: underline;
}

.g-control-nav-one li {
  font-size: 20px;
  letter-spacing: -0.05px;
  color: #C8C8C8;
  display: inline-block;
  padding: 0 5px;
  margin-left: 45px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.g-control-nav-one li.is-checked {
  font-weight: 500;
  color: #000;
}

.grid-2column {
  margin: 0 -20px;
}

.grid-2column .isotop-item,
.grid-2column .grid-sizer {
  width: 50%;
  padding: 0 20px;
}

/*3 column*/
.grid-3column {
  margin: 0 -20px;
}

.grid-3column .isotop-item,
.grid-3column .grid-sizer {
  width: 33.3333%;
  padding: 0 20px;
}

.portfolio-block-one {
  position: relative;
  z-index: 5;
}

.portfolio-block-one .title {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  box-shadow: 0px 15px 40px rgba(0, 41, 121, 0.04);
  border-radius: 15px;
  background: #fff;
  padding: 35px 15px 40px;
  z-index: 2;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

.portfolio-block-one .title .tag {
  font-size: 17px;
  margin-bottom: 5px;
  color: rgba(0, 40, 78, 0.5);
}

.portfolio-block-one .title .pj-name {
  font-size: 22px;
  color: var(--heading);
}

.portfolio-block-one:hover .title {
  transform: translateY(-10px);
  opacity: 1;
  visibility: visible;
}

.portfolio-block-one .title:hover .pj-name {
  color: var(--prime-three);
}

.portfolio-block-one .hover-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.portfolio-block-one .hover-state a {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-size: 35px;
  background: rgba(255, 255, 255, 0.3);
  margin: 30% auto 0;
  transform: translateY(30px);
  transition-delay: 0.05s;
}

.portfolio-block-one .hover-state a:hover {
  background: var(--prime-two);
}

.portfolio-block-one:hover .hover-state {
  opacity: 1;
  visibility: visible;
}

.portfolio-block-one:hover .hover-state a {
  transform: translateY(0);
}

.counter-section-one {
  background-image: url(../images/assets/bg-5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F2F4F8;
  z-index: 1;
}

.counter-section-one .shape-one {
  top: 12%;
  left: 7%;
}

.counter-section-one .shape-two {
  bottom: 17%;
  left: 6%;
}

.counter-section-one .shape-three {
  top: 16%;
  right: 5%;
}

.counter-section-one .shape-four {
  bottom: 16%;
  right: 5%;
}

.counter-block-one .icon-bg {
  width: 230px;
  height: 310px;
  background: #fff;
  border-radius: 120px;
  margin: 0 auto;
  padding-top: 70px;
}

.counter-block-one .icon-img {
  height: 114px;
}

.counter-block-one .icon-title {
  letter-spacing: 1px;
}

.counter-block-one .main-count {
  font-size: 60px;
}

.feedback-section-four .slider-wrapper {
  margin: 0 -20px;
}

.feedback-section-four .slider-wrapper .item {
  margin: 0 20px;
}

.feedback-block-four {
  padding: 40px 48px 45px;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  overflow: hidden;
}

.feedback-block-four .icon {
  width: 52px;
  height: 52px;
  background: #000;
}

.feedback-block-four p {
  font-size: 20px;
  line-height: 38px;
  margin: 32px 0 80px;
}

.feedback-block-four .rating li {
  font-size: 17px;
  color: #FFC12B;
  margin-left: 10px;
}

.feedback-block-four .ribbon {
  height: 7px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.feedback-section-four .slick-dots {
  text-align: center;
  margin: 80px 0 0;
}

.feedback-section-four .slick-dots li.slick-active button {
  background: #000;
  transform: none;
}

.fancy-short-banner-five .bg-wrapper {
  background: #FFF5EC;
  z-index: 2;
}

.fancy-short-banner-five .shape-one {
  top: 10%;
  left: 5%;
}

.fancy-short-banner-five .shape-two {
  bottom: 7%;
  left: 40%;
}

.fancy-short-banner-five .shape-three {
  bottom: 41%;
  right: 4%;
}

.fancy-short-banner-five .r-shape-one {
  width: 67px;
  height: 134px;
  left: 0;
  bottom: 0;
  background: #811EFF;
  border-radius: 0 100px 100px 0;
}

.fancy-short-banner-five .r-shape-two {
  width: 108px;
  height: 108px;
  background: #FFD74A;
  top: -60px;
  right: -60px;
  z-index: -1;
}

.fancy-short-banner-five .innner-content {
  border-radius: 20px;
  padding: 85px 90px 85px;
}

.fancy-short-banner-five .title-xl {
  font-size: 100px;
  line-height: 1.1em;
}

.fancy-short-banner-five .title-xl span {
  z-index: 1;
}

.fancy-short-banner-five .title-xl span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 100%;
  height: 15px;
  z-index: -1;
  background: #FFDEFA;
}

.form-style-one .input-group-meta input,
.form-style-one .input-group-meta textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  border: 1px solid #f17a7f;
  color: #dc1f28;
  border-radius: 200px;
  font-weight: 300;
  font-size: 18px;
  background: none;
  padding: 23px;
  background: #fff;
}

.form-style-one .input-group-meta input {
  height: 46px;
  margin-bottom: 22px;
}

.form-style-one .input-group-meta textarea {
  height: 100px;
  max-height: 100px;
}

.form-style-one .send-btn {
  line-height: 60px;
  font-size: 14px;
  letter-spacing: 0.88px;
  background: #000;
}

.form-style-one .send-btn:hover {
  background: var(--prime-three);
}

.team-section-one {
  z-index: 1;
}

.team-section-one .shape-one {
  left: 0;
  top: -5%;
}

.team-section-one .shape-two {
  right: 0;
  bottom: 5%;
}

.team-block-one .img-meta:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.team-block-one .img-meta .info {
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 1;
}

.fancy-short-banner-seven .subscribe-form button:hover {
  background: var(--prime-two);
  color: #fff;
}

.fancy-short-banner-seven ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.fancy-short-banner-seven :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.fancy-short-banner-seven ::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.theme-basic-footer[class*="-five"] .footer-nav-link a,
.theme-basic-footer[class*="-five"] {
  color: rgba(255, 255, 255, 0.7);
}

.theme-basic-footer[class*="-five"] .footer-nav-link a:hover,
.theme-basic-footer[class*="-five"] .email {
  color: #fff;
}

.theme-basic-footer[class*="-five"] .mobile,
.theme-basic-footer[class*="-five"] .email:hover,
.pricing-nav-three .nav-item .nav-link {
  font-size: 18px;
  line-height: 60px;
  border: 1px solid #E6E6E6;
  padding: 0 15px;
  width: 150px;
  text-align: center;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.feedback-section-five .slider-wrapper {
  width: calc(1320px + 30vw);
  margin: 0 -20px;
}

.feedback_slider_five .item {
  margin: 0 20px;
}

.slick-arrow-three li {
  width: 30px;
  height: 30px;
  line-height: 48px;
  color: #D2D2D2;
  margin-left: 15px;
  cursor: pointer;
}

.slick-arrow-three li:hover {
  background: #FFFFFF;
  border-color: #fff;
  color: #000;
}

.styleborder {
  border-top: 1px solid #cb3735;
}

.border-none {
  border: none !important;
}

.pricing-secti on-four .wrapper {
  max-width: 1744px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 50px;
}

.pricing-table-area-four .pr-table-wrapper {
  border: 1px solid #cb3735;
  padding: 30px 30px 30px;
  margin-top: 10px;
  position: relative;
  background: #fff;
  z-index: 1;
  text-align: left;
  transition: all 0.3s ease-in-out;
}

.pricing-table-area-four .pr-table-wrapper.full-width .pack-details {
  padding-bottom: 20px;
}

.pricing-table-area-four .pr-table-wrapper .top-banner {
  padding: 9px 5px 10px 25px;
  color: #000;
  text-align: left;
}

.pricing-table-area-four .pr-table-wrapper .price {
  font-size: 40px;
  padding: 0 22px 0 0;
}

.pricing-table-area-four .pr-table-wrapper .price sup {
  font-size: 20px;
  top: -13px;
  left: -4px;
}

.pricing-table-area-four .pr-table-wrapper .top-banner span {
  font-size: 22px;
}

.pricing-table-area-four .pr-table-wrapper .top-banner em {
  font-size: 14px;
  font-style: normal;
  margin-top: -2px;
}

.benefits-box h3 {
  color: #dc1f28;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 20px;
  margin-top: 10px;
  line-height: 26px;
}

.pricing-table-area-four .pr-table-wrapper .pr-feature {
  text-align: left;
  padding: 8px 0 8px 20px;
  border-bottom: 1px solid #cb3735;
}

.pricing-table-area-four .pr-table-wrapper .pr-feature li {
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  margin-left: 10px;
  font-size: 52px;
}

.BenRead {
  font-size: 18px;
  margin-top: 15px;
  margin-left: 33px;
  font-weight: 500;
}

.pricing-table-area-four .pr-table-wrapper .pr-feature li {
  list-style-image: url(../images/icon/tick1.svg);
}

.pricing-table-area-four .pr-table-wrapper .trial-text {
  color: rgba(0, 0, 0, 0.5);
}

.pricing-table-area-four .pr-table-wrapper .trial-button {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 52px;
  border: 2px solid #000;
  transition: all 0.3s ease-in-out;
}

.pricing-table-area-four .pr-table-wrapper .btn-fourteen {
  line-height: 56px;
  font-size: 16px;
}

.pricing-table-area-four .pr-table-wrapper:hover:before,
.pricing-table-area-four .pr-table-wrapper.active:before {
  opacity: 1;
}

.pricing-table-area-four .pr-table-wrapper .trial-button:hover,
.pricing-table-area-four .pr-table-wrapper.active .trial-button {
  background: #000;
  color: #fff;
}

.pricing-section-four .consult-text {
  background: #F2F2F2;
  border-radius: 30px;
  padding: 5px 25px;
}

.pricing-table-area-four .pr-table-wrapper.full-width .btn-fifteen {
  font-size: 16px;
}

.pricing-table-area-four .pr-table-wrapper.full-width {
  border: 2px solid #000;
  border-top-width: 5px;
}

.fancy-short-banner-nine {
  padding: 0 60px 0 40px;
}

.fancy-short-banner-nine .bg-wrapper {
  background: var(--prime-six);
}

.fancy-short-banner-nine .bg-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/assets/bg-7.png) no-repeat center;
  background-size: cover;
}

.fancy-short-banner-nine .bg-wrapper:after {
  content: '';
  position: absolute;
  top: 30px;
  right: -22px;
  bottom: -22px;
  left: 55px;
  background: url(../images/assets/bg-11.svg) no-repeat center top;
  background-size: cover;
  z-index: -1;
}

.fancy-short-banner-nine .title h6 {
  font-size: 13px;
  letter-spacing: 3px;
}

.fancy-short-banner-nine .title h2 {
  font-size: 52px;
  line-height: 1.35em;
  letter-spacing: -1px;
}

.fancy-short-banner-nine .input-wrapper {
  width: calc(100% - 250px);
  margin-right: 30px;
}

.fancy-short-banner-nine .input-wrapper input {
  width: 100%;
  height: 80px;
  background: #fff;
  border: none;
  padding: 0 140px 0 25px;
}

.fancy-short-banner-nine .input-wrapper .select-wrapper {
  position: absolute;
  right: 0;
  top: 22px;
  width: 135px;
  text-align: center;
  z-index: 1;
}

.fancy-short-banner-nine .input-wrapper .select-wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: #C4C4C4;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fancy-short-banner-nine .input-wrapper .select-wrapper select {
  font-weight: 500;
  font-size: 20px;
  outline: none;
  color: #000;
  border: none;
}

.fancy-short-banner-nine .domain-search-form .search-btn {
  background: #000;
  width: 250px;
  height: 80px;
}

.fancy-short-banner-nine .domain-search-form .search-btn:hover {
  background: var(--prime-five);
}

.slick-arrow-four li {
  position: absolute;
  bottom: 34%;
  width: 56px;
  height: 56px;
  color: #000;
  text-align: center;
  line-height: 56px;
  font-size: 28px;
  cursor: pointer;
  background: var(--prime-six);
}

.slick-arrow-four li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  top: 6px;
  left: 6px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.slick-arrow-four li.prev_s2 {
  left: -40px;
}

.slick-arrow-four li.next_s2 {
  right: -40px;
}

.slick-arrow-four li:hover {
  background: #fff;
}

.slick-arrow-four li:hover:after {
  top: 0;
  left: 0;
}

.bg-white .accordion-style-two {
  border: none;
}

.bg-white .accordion-style-two .accordion-item:first-child {
  border-top: none;
}

.counter-block-five .main-count {
  font-size: 80px;
  color: #151515;
  margin-bottom: -12px;
}

.counter-block-five .cicrle {
  width: 8px;
  height: 8px;
}

.feedback-section-ten .slider-wrapper {
  width: calc(1320px + 25vw);
  margin: 0 -15px;
}

.feedback_slider_ten .item {
  margin: 0 20px;
}

.feedback-block-ten {
  padding: 30px 60px 30px 5px;
  border: 1px solid #dc1f28;
  border-left: none;
  min-height: 325px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
  margin-right: 21px;
  margin-left: 21px;
}

.feedback-block-ten .cmp-name {
  font-size: 36px;
  letter-spacing: -0.5px;
}

.feedback-section-ten .slick-arrow-five {
  position: absolute;
  right: 0;
  top: 12px;
}

.slick-arrow-five li {
  font-size: 24px;
  width: auto;
  cursor: pointer;
  padding: 15px;
}

.slick-arrow-five li:hover {
  opacity: 0.5;
}

.feedback-section-ten .shape-one {
  top: 9%;
  left: 51%;
  animation: jumpTwo 5s infinite linear;
}

.feedback-section-ten .shape-two {
  bottom: 0;
  left: 0;
}

.accordion-style-four .accordion-item {
  background: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
  border-top: 1px solid #cb3735;
  margin: 0 auto;
}

.accordion-style-four .accordion-item .accordion-button {
  background: transparent;
  font-size: 18px;
  padding-left: 25px;
  color: #748f99;
  box-shadow: none;
  outline: none;
  transition: all 0.2s ease-in-out;
}

.accordion-style-four .accordion-item .accordion-button span {
  margin-right: 20px;
}

.accordion-style-four .accordion-item .accordion-button:not(.collapsed) {
  background: #f3f9f9;
  color: #dc1f28;
  font-weight: 600;
  padding: 20px 10px 0 25px;
}

.accordion-style-four .accordion-item:last-child .accordion-button {
  border: none;
}

.accordion-style-four .accordion-item .accordion-body {
  background: #f3f9f9;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 0;
  padding-bottom: 20px;
}

.stories {
  margin-top: 32px;
}

.accordion-style-four .accordion-item .accordion-body p {
  color: #688895;
  padding-left: 5px;
  padding-right: 70px;
  padding-top: 0px;
  margin-bottom: 0;
  font-weight: 300;
}

.accordion-style-four .accordion-button::after {
  content: '+';
  font-size: 24px;
  width: 30px;
  color: #fff;
  height: 30px;
  background: #748f99;
  text-align: center;
  font-weight: normal;
  line-height: 25px;
}

.accordion-style-four .accordion-button:not(.collapsed)::after {
  content: '-';
  background: #dc1f28;
  color: #fff;
  transform: none;
}

.fancy-short-banner-twelve .shape-one {
  width: 35px;
  height: 35px;
  background: #00FCFC;
  top: 18%;
  right: 35%;
}

.isotop-item.item-xl {
  width: 100%;
}

.portfolio-block-two .img-holder {
  position: relative;
  overflow: hidden;
  z-index: 5;
}

.portfolio-block-two .img-holder .overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.feedback-block-twelve .icon {
  width: 60px;
  height: 60px;
  background: #000;
}

.feedback-block-twelve p {
  text-align: right;
  color: #dc1f28;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}

.feedback-section-twelve .slider-wrapper {
  margin: 0 -50px;
}

.feedback_slider_nine .item {
  margin: 0 50px;
}

.feedback_slider_nine .slick-dots {
  text-align: center;
  margin-top: 85px;
  padding: 0;
}

.feedback_slider_nine .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
}

.feedback_slider_nine .slick-dots li.slick-active button {
  background: #000;
  transform: scale(1);
}

.feedback-section-twelve .shape-one {
  left: 2%;
  bottom: 35%;
}

.feedback-section-twelve .shape-two {
  right: 3%;
  bottom: 15%;
}

.fancy-short-banner-fourteen .wrapper {
  border-bottom: 2px solid #000;
}

.course_slider_one .item {
  margin: 0 20px;
}

.hero-banner-thirteen {
  background: rgb(162, 204, 203);
  background: linear-gradient(0deg, rgba(162, 204, 203, 1) 0%, rgba(232, 221, 202, 1) 100%);
  padding-top: 160px;
  padding-bottom: 130px;
}

.hero-banner-thirteen .hero-heading {
  font-size: 90px;
  line-height: 1.22em;
  letter-spacing: -2px;
}

.hero-banner-thirteen .search-form-bg {
  background: #fff;
  padding: 18px 35px;
  border-radius: 6px;
}

.hero-banner-thirteen .input-block {
  border: 2px solid #a2cccb;
  padding: 12px 11px 12px 20px;
  border-radius: 7px;
}

.hero-banner-thirteen .input-block .title {
  font-size: 14px;
  color: #9098AD;
}

.hero-banner-thirteen .input-block .nice-select {
  width: 100%;
  height: 100%;
  color: #a2cccb;
  padding: 0;
  font-size: 20px;
  background: transparent;
  border: none;
}

.hero-banner-thirteen .input-block .nice-select .option {
  font-size: 18px;
}

.hero-banner-thirteen .input-block .nice-select:after {
  content: url(../images/icon/icon_181.svg);
  display: inline-block;
  transform: none;
  top: 8px;
  color: #a2cccb;
  border: none;
  width: 23px;
}

.Box_cert {
  display: flex;
  justify-content: center;
}

.bg-none {
  background: none !important;
}

.hero-banner-thirteen .input-block .BlockImg:after {
  content: url(../images/icon/icon_182.svg) !important;
  display: inline-block;
  transform: none;
  top: 8px;
  border: none;
  width: 23px;
}

.hero-banner-thirteen .input-block .nice-select .option:hover,
.hero-banner-thirteen .input-block .nice-select .option.focus,
.hero-banner-thirteen .input-block .nice-select .option.selected.focus {
  background: #748f99 !important;
  color: #FFF;
}

.hero-banner-thirteen .input-block button {
  font-size: 20px;
  color: #fff;
  height: 70px;
  background: #252525;
}

.hero-banner-thirteen .input-block button:hover {
  background: var(--prime-twelve);
  color: #000;
}

.hero-banner-thirteen .shape-one {
  bottom: 48%;
  left: 3%;
}

.hero-banner-thirteen .shape-two {
  bottom: -65px;
  left: -85px;
}

.hero-banner-thirteen .text-shape {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.line-bg-wrapper {
  padding: 40px;
  padding-bottom: 0;
  padding-top: 10px;
  background: rgb(162, 204, 203);
  background: linear-gradient(0deg, rgba(162, 204, 203, 1) 0%, rgba(232, 221, 202, 1) 100%);
}

.feedback_slider_eleven {
  padding-top: 40px;
}

.line-bg-wrapper:before {
  content: '';
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  left: 25%;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  z-index: -1;
}

.line-bg-wrapper:after {
  content: '';
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  right: 25%;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  z-index: -1;
}

.feedback_slider_eleven .slick-dots {
  margin-top: 20px;
  padding: 0;
  text-align: right;
  margin-bottom: 0;
}

.feedback_slider_eleven .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 200px;
  background: #fff;
}

.feedback_slider_eleven .slick-dots li.slick-active button {
  background: #dc1f28;
  transform: scale(1);
  border-radius: 0px !important;
}

.feedback-section-fourteen .rating-box {
  width: 160px;

  height: 160px;
  font-size: 20px;
  line-height: 50px;
  transform: translate(-30px, 15px);
}

.feedback-section-fourteen .rating-box strong {
  font-size: 58px;
  letter-spacing: -1px;
}

.feedback-section-fourteen .img-holder .shape-one {
  top: -62px;
  right: -62px;
  z-index: 1;
}

.feedback-section-fourteen .img-holder .shape-two {
  bottom: 0;
  right: 18%;
}

.feedback-section-fourteen .shape-three {
  bottom: 32%;
  left: 6%;
}

.feedback-section-fourteen .shape-four {
  top: -98px;
  left: 46%;
}

.fancy-short-banner-fifteen {
  padding-top: 35px;
  background: #dc1f28;
  padding-bottom: 35px;
}

.fancy-short-banner-fifteen:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.fancy-short-banner-fifteen .title {
  font-size: 36px;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 13px;
}

.service_tem h3 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 28px;
  color: #dc1f28;
}

.signpara {
  color: #fff;
  margin-bottom: 0;
  line-height: 18px;
}

.fancy-short-banner-fifteen p a {
  color: #ffffff;
  font-weight: 600;
}

.fancy-short-banner-fifteen .form-bg {}

.fancy-short-banner-fifteen form input {
  width: calc(100% - 140px);
  height: 45px;
  font-size: 17px;
  color: #748f99;
  border: none;
  padding-left: 10px;
  background: transparent;
}

.newsltr i {
  font-size: 17px;
}

.newsltr {
  background: #fff;
  padding: 11px;
  border-radius: 200px;
}

.fancy-short-banner-fifteen ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 1);
}

.fancy-short-banner-fifteen :-ms-input-placeholder {
  color: rgba(0, 0, 0, 1);
}

.fancy-short-banner-fifteen ::placeholder {
  color: rgba(0, 0, 0, 1);
}

.fancy-short-banner-fifteen form button {
  color: #fff;
  width: 110px;
  height: 45px;
  border-radius: 200px;
  background: #dc1f28;
  transition: all 0.3s ease-in-out;
}

.fancy-short-banner-fifteen form button:hover {
  background: #ba0f20;
}

.newsltr input::placeholder {
  opacity: 0.5;
  color: #a2cccb !important;
}

.footer-style-twelve {
  padding-top: 40px;
  background: rgb(162, 204, 203);
  background: linear-gradient(0deg, rgba(162, 204, 203, 1) 0%, rgba(232, 221, 202, 1) 100%);
}

.footer-style-twelve .line-bg-wrapper,
.footer-style-twelve .line-bg-wrapper:before {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-style-twelve .line-bg-wrapper:after {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-style-twelve .social-icon a {
  width: 29px;
  text-align: right;
  font-size: 18px;
  color: #fff;
  margin-right: 2px;
  transition: all 0.3s ease-in-out;
}

.social-icon {
  text-align: right;
  padding-left: 42px;
  margin-top: 20px;
}

.footer-style-twelve .social-icon a:hover {
  opacity: 0.5;
}

.footer-style-twelve .social-icon a:hover {
  background: var(--prime-twelve);
  border-color: var(--prime-twelve);
  color: #000;
}

.footer-style-twelve .copyright {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.theme-basic-footer.footer-style-twelve .footer-nav-link a,
.footer-style-twelve p {
  color: #dc1f28;
}

.theme-basic-footer.footer-style-twelve .footer-nav-link a:hover {
  color: var(--prime-twelve);
  text-decoration: underline;
}

.footer-style-twelve .shape-one {
  right: 3%;
  bottom: 3%;
}

.fancy-short-banner-sixteen .main-title {
  font-size: 42px;
  line-height: 1.16em;
}

.footer-style-twelve h5 {
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 5px;
  color: #dc1f28;
}

.theme-basic-footer .footer-nav-link a {
  line-height: 33px;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  font-size: 16px;
}

.fancy-short-banner-sixteen .sc-title {
  color: var(--prime-ten);
}

.inner-banner-one {
  background: url(../images/media/img_87.jpg) no-repeat center;
  background-size: cover;
  padding: 200px 0 135px;
}

.inner-banner-one .title {
  font-size: 72px;
}

.fancy-short-banner-seventeen .shape-one {
  top: 0;
  left: 9%;
}

.fancy-short-banner-seventeen .shape-two {
  width: 105px;
  height: 105px;
  background: #1A1A1A;
  right: 0;
  bottom: 22%;
}

.fancy-short-banner-seventeen .shape-three {
  width: 40px;
  height: 40px;
  right: -40px;
  bottom: calc(22% - 40px);
  background: #FFF500;
}

.fancy-short-banner-seventeen .shape-four {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 26%;
  top: 8%;
  background: #FFF500;
}

.g-control-nav-two li {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  color: #313131;
  display: inline-block;
  padding: 0 8px;
  line-height: 31px;
  border: 2px solid transparent;
  margin: 0 12px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.g-control-nav-two li.is-checked {
  border-color: #313131;
}

.portfolio-block-three .meta-data {
  position: absolute;
  background: #fff;
  padding: 16px 30px;
  bottom: -60px;
  left: 0;
  width: 79%;
}

.hvr-shutter-out .img-meta {
  overflow: hidden;
  z-index: 5;
}

.hvr-shutter-out .img-meta:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 50%;
  left: -45%;
  right: -45%;
  transform: rotate(45deg);
  transition: all .5s ease-in-out;
  z-index: 2;
}

.hvr-shutter-out .img-meta:hover:before {
  top: -45%;
  bottom: -45%;
}

.hvr-shutter-out .img-meta .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0s;
  z-index: 3;
  transition: all .35s ease;
}

.hvr-shutter-out .img-meta .caption .tag {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 5px;
}

.hvr-shutter-out .img-meta .caption .pj-title {
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #fff;
}

.hvr-shutter-out .img-meta .caption .pj-title:hover {
  text-decoration: underline;
}

.hvr-shutter-out .img-meta:hover .caption {
  opacity: 1;
  transition-delay: 0.105s;
}

.hvr-shutter-out .img-meta .img-meta {
  position: relative;
  z-index: 1;
}

.hvr-shutter-out .img-meta:hover img {
  transform: scale(1.1) rotate(5deg);
}

.g-control-nav-three li {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  color: #313131;
  display: inline-block;
  padding: 0 8px;
  line-height: 35px;
  margin: 0 18px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.g-control-nav-three li.is-checked {
  background: #313131;
  color: #fff;
}

.inner-banner-two {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 485px 0 95px;
}

.inner-banner-two:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 32%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  transform: rotate(-180deg);
  z-index: -1;
}

.inner-banner-two:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 58%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: -1;
}

.inner-banner-two .title {
  font-size: 90px;
  line-height: 1.22em;
}

.portfolio-details-one .project-info {
  background: #000;
  padding: 55px 0 30px;
}

.portfolio-details-one .project-info .pt-title {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.portfolio-details-one .project-info .pt-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}

.portfolio-details-one .project-desctiption p {
  font-size: 20px;
  margin-bottom: 45px;
}

.portfolio-details-one .project-pagination {
  max-width: 1700px;
  padding-left: 12px;
  padding-right: 12px;
}

.portfolio-details-one .project-pagination .hover-content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
}

.portfolio-details-one .project-pagination .arrow-block:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.portfolio-details-one .project-pagination .pg-title {
  font-size: 80px;
}

.portfolio-details-one .project-pagination .arrow {
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 30px;
  line-height: 66px;
  margin-top: 20px;
}

.portfolio-details-one .project-pagination .arrow:hover {
  background: var(--prime-ten);
  border-color: var(--prime-ten);
}

.portfolio-details-two #gallery-carousel [class*="carousel-control-"] {
  width: 45px;
  height: 45px;
  opacity: 1;
  background: #fff;
  color: #000;
  font-size: 20px;
  top: calc(50% - 22px);
}

.portfolio-details-two .project-desctiption h3 {
  font-size: 36px;
}

.portfolio-details-two .project-desctiption p {
  font-size: 20px;
}

.portfolio-details-two .pt-title {
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.portfolio-details-two .pt-text {
  font-size: 18px;
  color: #999999;
}

.portfolio-details-two .circle-shape li {
  width: 35px;
  height: 35px;
  border: 2px solid #000;
  margin-right: 14px;
}

.pr-pagination-one .pr-dir {
  font-size: 13px;
  letter-spacing: 2.6px;
  color: rgba(62, 62, 62, 0.5);
}

.pr-pagination-one .pr-name {
  font-size: 22px;
  margin-top: 4px;
}

.pr-pagination-one i {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  line-height: 1em;
}

.pr-pagination-one a:hover i,
.pr-pagination-one a:hover .pr-name {
  color: var(--prime-ten);
}

.address-block-two .icon {
  width: 80px;
  height: 80px;
}

.address-block-two .icon.border {
  border: 1px solid #E6E6E6;
  background: transparent;
}

.address-block-two .title {
  font-size: 24px;
  padding: 20px 0 0;
  color: #dc1f28;
  font-weight: 600;
}

.address-block-two p {
  font-size: 18px;
  line-height: 28px;
  color: #748f99;
  margin-bottom: 0;
  font-weight: 600;
}

.contbox {
  margin-top: 30px;
}

.address-block-two p .call {
  font-size: 18px;
  color: var(--prime-ten);
  font-weight: 600;
}

.address-block-two p .call:hover {
  text-decoration: underline;
}

.address-block-two p .webaddress {
  color: var(--heading);
  text-decoration: underline;
}

.map-area-one .mapouter {
  height: 565px;
}

.mapouter .gmap_iframe,
.map-area-two .mapouter,
.mapouter .gmap_canvas {
  height: 100%;
  width: 100%;
}

.service-sidebar .service-category {
  border: 2px solid #000;
  padding: 25px 25px 20px;
  border-radius: 10px;
}

.service-sidebar .service-category a {
  font-size: 18px;
  display: block;
  line-height: 41px;
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}

.service-sidebar .service-category a:hover {
  color: var(--prime-ten);
}

.service-sidebar .service-category .current-page a {
  color: var(--prime-ten);
}

.sidebar-quote {
  padding: 22px 30px 28px;
  text-align: center;
  background: var(--prime-ten);
  border-radius: 10px;
}

.sidebar-quote .rating li {
  font-size: 15px;
  color: #FFCC4A;
  margin: 0 2px;
}

.sidebar-quote p {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.2px;
  color: #fff;
  margin: 15px 0 13px;
}

.sidebar-quote .name {
  font-size: 14px;
  color: #fff;
}

.service-sidebar .social-icon a {
  font-size: 18px;
  width: 100%;
  color: #cdcdcd;
  margin-right: 10px;
}

.service-sidebar .social-icon a:hover {
  color: #000;
}

.service-details-meta .main-img-meta {
  border-radius: 15px;
  margin: 55px 0 55px;
}

.service-details-meta ul.list-item li {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 12px;
  color: #515151;
  position: relative;
  padding-left: 35px;
}

.service-details-meta ul.list-item li:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--prime-ten);
}

.block-style-eight {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 7px;
  padding: 22px 35px 18px;
}

.block-style-eight h6 {
  font-size: 20px;
  margin: 0;
}

.block-style-eight .text p {
  font-size: 15px;
  line-height: 24px;
  color: rgba(0, 40, 78, 0.6);
  margin: 5px 0 15px;
}

.block-style-eight .text .details-btn {
  font-size: 15px;
  color: #000;
}

.block-style-eight .text .details-btn:hover {
  text-decoration: underline;
}

.block-style-eight .text {
  width: calc(100% - 100px);
  padding-right: 20px;
}

.block-style-eight .circle_percent {
  width: 100px;
  height: 100px;
  position: relative;
  background: #EFF4F7;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.block-style-eight .circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  clip: rect(0 100px 100px 50px);
}

.block-style-eight .round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background: var(--prime-ten);
  clip: rect(0 100px 100px 50px);
  transform: rotate(180deg);
  transition: 1.05s;
}

.block-style-eight .percent_more .circle_inner {
  clip: rect(0 50px 100px 0em);
}

.block-style-eight .percent_more:after {
  position: absolute;
  left: 50px;
  top: 0em;
  right: 0;
  bottom: 0;
  background: var(--prime-ten);
  content: "";
}

.block-style-eight .circle_inbox {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}

.block-style-eight .percent_text {
  font-weight: 500;
  color: #000F5C;
  position: absolute;
  font-size: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.user-data-section {
  background: #F6F9FB;
  min-height: 100vh;
  padding: 150px 12px 0;
  z-index: 1;
}

.user-data-section .illustration-one {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25.44%;
  z-index: -1;
  opacity: 0.3;
}

.user-data-section .illustration-two {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28.05%;
  z-index: -1;
  opacity: 0.3;
}

.user-data-section .form-wrapper {
  background: #fff;
  width: 700px;
  border-radius: 10px;
  padding: 50px 70px 60px;
  box-shadow: 0px 15px 30px rgba(0, 50, 108, 0.03);
}

.user-data-section .form-wrapper:before {
  content: url(../images/shape/shape_177.svg);
  position: absolute;
  right: -60px;
  top: -60px;
}

.user-data-section ::-webkit-input-placeholder {
  color: #000;
}

.user-data-section :-ms-input-placeholder {
  color: #000;
}

.user-data-section ::placeholder {
  color: #000;
}

.user-data-section .input-group-meta {
  position: relative;
}

.user-data-section .input-group-meta input {
  width: 100%;
  height: 60px;
  font-size: 17px;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 0 52px 0 20px;
  color: #000;
  background: transparent;
}

.user-data-section .input-group-meta label {
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}

.user-data-section .input-group-meta .placeholder_icon {
  position: absolute;
  height: 60px;
  top: 30px;
  right: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  z-index: 1;
  color: rgba(0, 0, 0, 0.45);
  font-size: 17px;
}

.user-data-section .input-group-meta .valid-sign img {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.user-data-section .input-group-meta input:valid+.valid-sign img {
  opacity: 1;
}

.user-data-section .input-group-meta .placeholder_icon img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}

.user-data-section .input-group-meta .placeholder_icon span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}

.user-data-section .input-group-meta .placeholder_icon span:before {
  content: '';
  width: 2px;
  height: 26px;
  background: #000;
  position: absolute;
  top: 17px;
  left: 24px;
  transform: rotate(45deg);
  z-index: 5;
  transition: all 0.2s ease-in-out;
}

.user-data-section .input-group-meta .placeholder_icon span.eye-slash:before {
  opacity: 0;
}

.user-data-section .agreement-checkbox label {
  position: relative;
  font-size: 15px;
  color: var(--heading);
  cursor: pointer;
  padding-left: 22px;
  line-height: 18px;
  transition: all 0.1s ease-in-out;
}

.user-data-section .agreement-checkbox label a {
  color: var(--p-color);
  text-decoration: underline;
}

.user-data-section .agreement-checkbox input[type="checkbox"] {
  display: none;
}

.user-data-section .agreement-checkbox label:before {
  content: '';
  width: 13px;
  height: 13px;
  line-height: 11px;
  border-radius: 2px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  font-size: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
  transition: all 0.1s ease-in-out;
}

.user-data-section .agreement-checkbox input[type="checkbox"]:checked+label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #000;
  color: #fff;
  border-color: #000;
}

.user-data-section .agreement-checkbox a {
  position: relative;
  font-size: 15px;
  color: #1E1E1E;
}

.user-data-section .agreement-checkbox a:hover {
  text-decoration: underline;
  color: var(--p-color);
}

.error-page-content {
  min-height: 100vh;
  text-align: center;
  position: relative;
  z-index: 5;
  padding: 180px 0 15px;
}

.error-page-content .shape-one {
  bottom: 0;
  right: 0;
}

.inner-banner-three .bg-wrapper {
  background: url(../images/assets/bg-16.svg) no-repeat top center;
  background-size: cover;
  padding: 150px 0 108px;
  position: relative;
  z-index: 1;
}

.team-block-three .team-img {
  border-radius: 15px
}

.team-block-three .info {
  padding: 38px 15px 5px;
}

.team-block-three:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.team-block-three:hover:before {
  opacity: 1;
}

.contact-section-two {
  background: #fff;
  border-radius: 20px;
  padding: 60px 80px 85px;
  box-shadow: 0px 35px 70px rgba(0, 104, 31, 0.05);
}

.form-style-three .input-group-meta label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 7px;
}

.form-style-three .input-group-meta input {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: 2px solid #000;
  padding: 0 5px 0 20px;
  color: #000;
  font-size: 17px;
}

.form-style-three .input-group-meta textarea {
  width: 100%;
  max-width: 100%;
  height: 165px;
  border-radius: 8px;
  border: 2px solid #000;
  padding: 15px 5px 15px 20px;
  color: #000;
  font-size: 17px;
}

.form-style-three ::-webkit-input-placeholder {
  color: #000;
}

.form-style-three :-ms-input-placeholder {
  color: #000;
}

.form-style-three ::placeholder {
  color: #000;
}

.address-block-three .icon {
  width: 35px;
  margin-top: 7px;
}

.address-block-three .icon img {
  margin-left: auto;
}

.address-block-three .text {
  width: calc(100% - 35px);
  padding-left: 30px;
}

.address-block-three .title {
  font-size: 26px;
  margin-bottom: 8px;
}

.address-block-three p {
  font-size: 18px;
  line-height: 1.65em;
  color: #878787;
  margin-bottom: 0;
}

.address-block-three p .call {
  font-size: 22px;
  color: var(--prime-two);
  margin-top: 3px;
}

.address-block-three p .call:hover {
  text-decoration: underline;
}

.address-block-three p .webaddress {
  color: #000;
  text-decoration: underline;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 .1rem rgba(255, 197, 49, 0.1);
  }

  100% {
    box-shadow: 0 0 0 0.4rem rgba(255, 197, 49, 0.3);
  }
}

.contact-section-three .address-wrapper {
  background: #EEFBFF;
  overflow: hidden;
}

.contact-section-three .address-wrapper:before {
  content: '';
  position: absolute;
  height: 200px;
  width: 120%;
  bottom: -95px;
  left: -2%;
  background: #fff;
  z-index: -1;
  transform: rotate(-4deg);
}

.address-block-four {
  background: #fff;
  padding: 65px 10px 45px;
}

.address-block-four .icon {
  height: 40px;
}

.address-block-four h5 {
  font-size: 26px;
}

.address-block-four p {
  line-height: 32px;
  color: #878787;
}

.form-style-four .input-bg-group {
  border: 2px solid #000;
  background: #fff;
  padding: 45px 60px 50px;
  margin: 0 10px 0 0;
}

.form-style-four .input-bg-group:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -10px;
  bottom: -10px;
  left: 8px;
  background: #000;
  z-index: -1;
}

.form-style-four .input-group-meta label {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}

.form-style-four .input-group-meta input {
  width: 100%;
  height: 48px;
  border: none;
  border-bottom: 2px solid #000;
  padding: 0 0 11px;
  color: #000;
  font-size: 17px;
}

.form-style-four .input-group-meta textarea {
  width: 100%;
  max-width: 100%;
  height: 160px;
  border: none;
  border-bottom: 2px solid #000;
  padding: 0;
  color: #000;
  font-size: 17px;
}

.form-style-four ::-webkit-input-placeholder {
  color: #000;
}

.form-style-four :-ms-input-placeholder {
  color: #000;
}

.form-style-four ::placeholder {
  color: #000;
}

.form-style-four .btn-one {
  line-height: 58px;
  color: #000;
  background: var(--prime-six);
}

.form-style-four .btn-one:hover {
  color: #fff;
  background: #000;
}

.contact-section-four .form-wrapper {
  background: #000;
}

.form-style-five {
  max-width: 660px;
  padding-left: 100px;
}

.form-style-five .form-title {
  font-size: 62px;
  color: #fff;
}

.form-style-five label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}

.form-style-five .input-group-meta input,
.form-style-five .input-group-meta textarea {
  display: block;
  width: 100% !important;
  max-width: 100%;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
}

.form-style-five .input-group-meta input {
  height: 60px;
}

.form-style-five .input-group-meta textarea {
  min-height: 165px;
  padding: 15px 20px;
}

.form-style-five ::-webkit-input-placeholder {
  color: #fff;
}

.form-style-five :-ms-input-placeholder {
  color: #fff;
}

.form-style-five ::placeholder {
  color: #fff;
}

.form-style-five [class*="btn-"] {
  font-size: 14px;
  letter-spacing: 0.88px;
}

.form-style-five [class*="btn-"]:hover {
  background: var(--prime-eight);
  color: #000;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  font-size: 0.85em;
  cursor: pointer;
  font-weight: 300;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none !important;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: 0;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.BtnStyleOne {
  background: #cb3735 ! Important;
  border-radius: 28px;
  letter-spacing: -0.36px;
  color: #fff;
  padding: 9px 38px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.BtnStyleOne:hover {
  background: #748f99 !Important;
  color: #fff;
}

.cl-white {
  color: #fff !important;
}

.card-style-four {
  padding: 40px 40px 10px 0px
}

.BtnSTyleTwo {
  background: #abcbc9 !Important;
  border-radius: 28px;
  letter-spacing: -0.36px;
  color: #fff;
  background: #000;
  padding: 9px 38px;
  max-width: 170px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.BtnSTyleTwo:hover {
  background: #cb3735 !Important;
  color: #fff;
}

.BtnSTyleThree {
  background: #e8ddca !Important;
  border-radius: 28px;
  letter-spacing: -0.36px;
  color: #dc1f28;
  background: #000;
  padding: 10px 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.BtnSTyleThree:hover {
  background: #cb3735 !Important;
  color: #fff;
}

.BtnSlider {
  padding: 22px 20px;
  background: #dc1f28;
  text-align: center;
  color: #fff;
  border-radius: 7px;
  width: 100%;
  font-size: 19px;
}

.cl-primary {
  color: #dc1f28 !important;
}

.cl-secondary {
  color: #a2cccb !important;
}

.cl-third {
  color: #e8ddca !important;
}

.cl-fourth {
  color: #748f99 !important;
}

.cl-white {
  color: #fff !important;
}

.bg-primary {
  background: #a2cccb !important;
}

.bg-secondary {
  background: #dc1f28 !important;
}

.bg-third {
  background: #e8ddca !important;
}

.bg-fourth {
  background: #748f99 !important;
}

.no-border {
  border: none !important;
}

.InpTwo {
  border: 2px solid #748f99 !important;
  background: #748f99;
}

.slider_content h1 {
  font-size: 60px;
  color: #dc1f28;
  font-weight: 600;
}

.flexible_Staff {
  padding: 0px;
  padding-left: 20px;
  padding-right: 80px;
}

.slider_content p {
  font-size: 26px;
  color: #dc1f28;
  line-height: 36px;
  margin-top: 5px;
  padding-right: 50px;
  font-weight: 300;
}

.slider_content {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
}

.carousel-indicators {
  bottom: -100px;
}

.main-title {
  font-size: 50px;
  font-weight: 600;
  color: #dc1f28;
  line-height: 60px;
  margin-bottom: 10px;
}

.benefits {
  padding-top: 70px;
  padding-bottom: 90px;
  position: relative;
}

.service_tem img {
  width: 70px;
  margin-bottom: 10px;
}

.newstitle {
  font-size: 52px;
  color: #dc1f28;
  font-weight: 600;
}

.service_tem p {
  color: #748f99;
  font-weight: 300;
  margin-bottom: 0;
}

.blog-section-three {
  background: #f5f5f5;
  padding-top: 90px;
  padding-bottom: 100px;
}

.slider-wrapper {
  padding-top: 30px;

}

.slider-arrows img {
  width: 17px;
}

.slider-arrows img:hover {
  opacity: 0.9;
}

.flexible_img {
  padding-top: 25px;
}

.fancy-feature-fortyThree {
  background: rgb(116, 143, 153);
  background: linear-gradient(90deg, rgba(116, 143, 153, 1) 0%, rgba(162, 204, 203, 1) 49%, rgba(162, 204, 203, 1) 100%);
}

.align-center {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.flexible_area p {
  font-size: 22px;
  line-height: 30px;
  margin-top: 0px;
  font-weight: 300;
  margin-bottom: 35px;
  padding-right: 40px;
}

.eff_box img {
  float: left;
  width: 48px;
  position: relative;
  top: -5px;
}

.eff_box {
  display: inline-block;
  width: 100%;
}

.eff_box span {
  font-size: 44px;
  font-weight: 600;
  color: #dc1f28;
  padding-left: 4px;
}

.cl-white {
  color: #fff !important;
}

.fancy-feature-sixteen {
  background: url(../images/service_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
}

.benfiFlex {}

.benfiFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.service_padd {
  padding: 1px;
  color: #cb3735;
  margin-top: 10px;
}

.card-style-eight {
  padding: 30px;
  min-height: 300px;
  background: rgb(232, 220, 200);
  background: linear-gradient(90deg, rgba(232, 222, 203, 1) 0%, rgba(238, 230, 216, 1) 100%);
}

.service_padd h4 {
  font-size: 26px;
  color: #cb3735;
  font-weight: 600;
}

.service_padd p {
  font-size: 17px;
  margin-bottom: 15px;
  line-height: 24px;
  font-weight: 300;
}

.card-style-twentySix h5 {
  color: #dc1f28;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.fancy-feature-fiftyNine .card-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #dc1f28;
  border-radius: 20px;
  padding: 20px 0px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.card-style-twentySix {
  text-align: center;
}

.card-style-twentySix img {
  width: 75px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.fancy-feature-fiftyNine {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eeeeee;
}

.certi_section {}

.fancy-feature-fiftyNine p {
  color: #748f99;
  font-weight: 300;
  position: relative;
  top: -4px;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 22px;
}

.cert_box {
  float: left;
  width: auto;
  background: url(../images/icon/border.svg) no-repeat;
  background-position: center right;
  padding: 0 60px;
}

.bg-wgite {
  background: #fff !important;
}

.pr-table-wrapper {
  width: 100%;
  border-radius: 30px;
  padding: 20px 0px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: 1px solid #cb3735;
}

.pack-name {
  color: #a2cccb
}

.pack-details {
  color: #dc1f28;
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: 22px;
}

#meet_para {
  color: #dc1f28;
  margin-bottom: 40px;
  padding: 0 10%;
  margin-top: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

.line_brd {
  background: url(../images/icon/line_brd.svg) no-repeat;
  height: 12px !important;
  width: 100%;
}

.line_brd_two {
  background: url(../images/icon/line_brd2.svg) no-repeat;
  height: 12px !important;
  width: 100%;
  font-size: 22px;
}

.pricing-table-area-four .pr-table-wrapper .pr-feature li h4 {
  position: relative;
  top: -5px;
  color: #dc1f28;
  font-weight: 600;
  margin-bottom: 0px;
}

.fancy-feature-thirtyThree {
  padding-top: 70px;
  padding-bottom: 90px;
}

.fancy-feature-twentyFive {
  padding-top: 70px;
  padding-bottom: 100px;
}

.feedback-section-five {
  padding-top: 70px;
  padding-bottom: 100px;
}

.text-left {
  text-align: left;
}

#abt-innerbox {
  background: #fff;
}

.test_name {
  color: #dc1f28;
  font-size: 16px;
}

.test_name span {
  color: #a2cccb;
  font-size: 14px;
  padding-top: 5px;
}

.feedback-block-five .icon {
  border: 1px solid #abcbc9;
}

.carousel-inner {
  overflow: inherit;
}

.blog-block {
  background: #ecf5f5;
  padding: 25px;
  margin-bottom: 23px;
}

.blog-block h5 {
  color: #748f99;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 13px;
}

.blog-block h3 {
  color: #dc1f28;
  margin-top: 18px;
  font-size: 20px;
  font-weight: 600;
}

.blog-block p {
  color: #748f99;
  font-weight: 300;
}

.btn-ten {
  font-weight: 600;
  font-size: 16px;
  color: #dc1f28;
}

#subtitle-main {
  color: #dc1f28;
  margin-bottom: 40px;
  padding: 0 10%;
  margin-top: 5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

.line_brd3 {
  background: url(../images/icon/line_brd3.svg) no-repeat;
  height: 5px !important;
  width: 100%;
}

#accordionOne {
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
}

.accordion-button {
  padding: 15px 11px;
}

.feedback-section-fourteen {
  padding-top: 50px;
}

.feedback-block-twelve h4 {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  color: #dc1f28;
  margin-bottom: 0;
}

.feedback-block-twelve h5 {
  text-align: right;
  font-size: 15px;
  font-weight: 300;
  margin-top: 0;
  color: #dc1f28;
}

.cert-bg {
  padding-bottom: 40px;
  border-bottom: 1px solid #1e73b8;
  margin-bottom: 30px;
}

.card-style-four p {
  padding-left: 55px;
  color: #748F98;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  margin-top: 10px;
}

.Get {
  background: #ecf5f5;
  color: #dc1f28;
  font-weight: 600;
  padding: 6px 12px;
  font-size: 23px;
  margin-bottom: 7px;
  border-bottom: 1px solid #cde5e5;
}

.Get img {
  width: 13px;
  float: left;
  position: relative;
  top: 0px;
  margin-right: 12px;
}

.contact-arrow {
  color: #dc1f28;
  font-size: 18px;
  font-weight: 600;
  width: 13px;
  float: left;
  margin-right: 12px;
}

.add-sec {
  padding-top: 12px;
  padding-left: 10px;
}

.add-sec h5 {
  color: #dc1f28;
  font-size: 16px;
  font-weight: 600;
}

.add-sec h6 {
  color: #dc1f28;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 12px;
}

.add-sec p {
  margin-top: 2px;
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 400;
}

.jss-logo {
  width: 180px;
  margin-top: 15px;
}

.btm-social {
  padding-top: 10px;
}

.card-style-twentySix .icon {
  width: 75px;
  height: 75px;
}

.btm-social p {
  color: #dc1f28;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  font-weight: 300;
}

.get-bg {
  background: #ecf5f5;
  padding: 18px;
}

.foot-bottm {
  padding-top: 15px;
  padding-bottom: 20px;
}

.foot-bottm h5 {
  font-size: 14px;
  color: #dc1f28;
  font-weight: 300;
}

.foot-bottm a {
  font-size: 14px;
  color: #dc1f28;
  font-weight: 300;
}

.foot-bottm span {
  margin: 0 10px 0 15px;
}

.terms {
  text-align: right;
}

.fancy-feature-fiftyNine {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #eeeeee;
}

.ComingSec {
  padding-top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ComImg {
  width: 380px;
  margin: 0 auto;
  margin-bottom: 90px;
}

.inner-banner {
  background: rgb(162, 204, 203);
  background: linear-gradient(0deg, rgba(162, 204, 203, 1) 0%, rgba(232, 221, 202, 1) 100%);
  padding-top: 130px;
  padding-bottom: 0px;
}

.BackHome {
  background: #dc1f28;
  padding: 11px 40px;
  color: #fff;
  border-radius: 200px;
  font-size: 18px;
  cursor: pointer;
}

.BackHome:hover {
  color: #fff;
  background: #b70e16;
}

.fancy-feature-thirtyThree {
  padding-top: 70px;
  padding-bottom: 70px;
}

.innersec-one {
  padding: 70px 0;
}

.servicebox-inner {
  background: rgb(119, 146, 156);
  background: linear-gradient(90deg, rgba(119, 146, 156, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border-radius: 200px 0px 0px 200px;
  padding: 12px 25px 12px;
}

.servicebox-inner:hover {
  background: rgb(221, 35, 44) !important;
  background: linear-gradient(90deg, rgba(221, 35, 44, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;
  cursor: pointer;
}

.servicebox-active {
  background: rgb(221, 35, 44) !important;
  background: linear-gradient(90deg, rgba(221, 35, 44, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

.servicebox-inner a {
  width: 100%;
}

.servicebox-inner img {
  width: 10px;
  float: right;
  margin-right: 25px;
  margin-top: 6px;
}

.servicebox-inner h3 {
  font-size: 21px;
  color: #fff;
  margin: 0;
}

.pad-right {
  padding-right: 0 !important;
}

.pad-left {
  padding-left: 0 !important;
}

.ml-left {
  margin-left: -20px;
}

.service-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logoImg {
  width: 290px;
}

.top_btn {
  margin-top: 12px;
}

.service-content {
  padding: 60px 15px 0;
}

.inner-title h3 {
  font-size: 50px;
  color: #dc1f28;
  font-weight: 600;
}

.inner-title h4 {
  font-size: 22px;
  color: #dc1f28;
  line-height: 38px;
  margin-top: 11px;
  font-weight: 500;
  margin-bottom: 25px;
}

.inner-title p {
  color: #648491;
  font-weight: 300;
  margin-bottom: 15px;
}

.second-title {
  font-size: 22px;
  color: #748f99;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: 600;
}

.what-we {
  padding-top: 40px;
  padding-bottom: 40px;
}

.grdbg-one {
  background: rgb(116, 143, 153);
  background: linear-gradient(90deg, rgba(116, 143, 153, 1) 0%, rgba(162, 204, 203, 1) 49%, rgba(162, 204, 203, 1) 100%);
}

.second-box {
  padding: 30px;
  padding-left: 0;
  padding-right: 10px;
  border: 1px solid #dc1f28;
  border-left: none;
  min-height: 245px;
  margin-top: 25px;
}

.second-box img {
  width: 80px;
  margin-bottom: 20px;
}

.second-box h4 {
  color: #748f99;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 0;
}

.second-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #dc1f28;
  line-height: 28px;
  padding-left: 0;
}

.inntitle {
  font-size: 18px;
  margin-bottom: 0;
  color: #748f99;
  font-weight: 500;
  margin-top: 25px;
  line-height: 28px;
}

.cert-bg img {
  width: 70%;
  margin: 0 auto;
}

.card-style-Five {
  padding: 30px 20px;
  background: #f3f9f9;
}

.card-style-Five p {
  padding-left: 30px;
  color: #58747e;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 7px;
}

.card-style-Five .eff_box img {
  float: left;
  width: 24px;
  position: relative;
  top: 3px;
}

.card-style-Five .eff_box span {
  font-size: 22px;
  font-weight: 600;
  color: #dc1f28;
  padding-left: 4px;
}

.Titletag {
  font-size: 24px;
  color: #748f99;
  line-height: 36px;
  margin-top: 17px;
  font-weight: 500;
  margin-bottom: 15px;
}

.address-block-two {
  padding: 30px 40px 25px 25px;
  border: 1px solid #dc1f28;
  border-left: none;
  min-height: 261px;
  margin-bottom: 20px;
}

#formpad {
  padding-right: 0;
}

.form-style-one {
  background: #f3f9f9;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.quest h2 {
  text-align: center;
  margin-top: 0px;
}

.blogabt {
  margin-bottom: 90px;
}

input::placeholder {
  color: #abcbc9;
}

textarea::placeholder {
  color: #abcbc9;
}

.LoginSection {
  padding: 0px 60px;
  background: #f3f9f9;
  padding-bottom: 0;
  margin-bottom: 70px;
  border: 1px solid #e1eded;
}

.ReginSection {
  background: #f3f9f9;
  margin-bottom: 70px;
  border: 1px solid #e1eded;
}

.loginimg {
  padding-top: 30px;
}

.accordion-style-six .accordion-item {
  background: none;
  border: none;
  border-bottom: 1px solid #aecdca;
  border-radius: 0;
}

.accordion-style-six .accordion-item:last-of-type {
  border: none;
}

.accordion-style-six .accordion-button {
  font-weight: 600;
  font-size: 22px;
  padding: 24px 0;
  box-shadow: none;
  border-radius: 0;
  color: #cb3735;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.accordion-style-six .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 10px;
}

.accordion-style-six .accordion-body {
  padding: 0 0px 5px 0;
}

.accordion-style-six .accordion-body p {
  color: #597a87;
  font-weight: 300;
}

.accordion-style-six .accordion-button::after {
  content: none;
  background-image: none;
  width: 18px;
  height: auto;
}

.quest p {
  color: #dc1f28;
  margin-bottom: 40px;
  padding: 0 10%;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
}

.Btnsubmit {
  background: #dc1f28;
  padding: 11px 40px;
  color: #fff;
  border-radius: 200px;
  margin-top: 5px;
  font-size: 18px;
}

.Rgenewstaff {
  color: #dc1f28;
  text-decoration: underline;
}

.Btnsubmit:hover {
  background: #c70009;
}

.newreg {
  margin-top: 13px;
  margin-left: 10px;

}

.unbenefits {
  font-size: 22px;
  line-height: 40px;
  color: #748f99;
  font-weight: 600;
  margin-bottom: 17px;
}

.unbenefits span {
  font-size: 32px;
  color: #cb3735;
}

.unbenefits:hover {
  color: #cb3735;
  text-decoration: none;
}

.benftitle h2 {
  text-align: center;
}

.benftitle p {
  font-size: 20px;
  color: #dc1f28;
  line-height: 32px;
  margin-bottom: 50px;
  text-align: center;
  padding: 0 5%;
  font-weight: 500;
}

.Benfsex {
  border-radius: 10px;
  margin-bottom: 60px;
}

.sub-color {
  color: #a2cccb;
}

.PolicySection {
  padding-top: 140px;
}

.flexible_Staff p {
  font-size: 20px;
  line-height: 32px;
}

.benefits-box {
  padding: 20px 15px 20px;
  border: 1px solid #dc1f28;
  min-height: 265px;
  border-left: none;
  margin-bottom: 25px;
  text-align: center;
}

.benefits-box img {
  width: 80px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.benefits-box h4 {
  color: #748f99;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 24px;
  font-size: 16px;

}

.BeffitsOne {
  padding: 60px 0;
}

.card-style-twentyFour .icon {
  width: 70px;
  height: 70px;
}

.fancy-feature-fiftyFour .bg-wrapper {
  background: #fff;
  padding: 70px 0 70px;
}

.fancy-feature-fiftyFour .bg-wrapper {
  background: #fff;
  padding: 70px 0 70px;
}

.card-style-twentyFour {
  padding: 22px;
  border: 1px solid #dc1f28;
  min-height: auto;
  margin-bottom: 25px;
  text-align: left;
  border-left: none;
  padding-left: 15px;

}

.card-style-twentyFour h4 {
  font-weight: 600;
  color: #dc1f28;
  margin-bottom: 0;
  margin-top: 6px;
  font-size: 22px;
}

.card-style-twentyFour p {
  color: #597a87;
  font-weight: 300;
  margin-top: 2px;
  margin-bottom: 0;
}

.Why-title {
  font-size: 58px;
  background: linear-gradient(90deg, #A2CCCB 10%, #A2CCCB 20%, #DC1F28 80%, #DC1F28 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 70px;
}

.Whypara {
  color: #dc1f28;
  margin-bottom: 40px;
  padding: 0 10%;
  margin-top: 10px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
}

.AboutMain h2 {
  padding-top: 50px;
}

.AboutMain p {
  color: #748f99;
  font-weight: 300;
  margin-top: 20px;
}

.abtborder {
  height: 2px !important;
  margin: 0 auto;
  margin-bottom: 45px;
  background: #abcbc9;
  max-width: 1000px;
}

.AboutSec {
  padding: 50px 0 0;
}

.blueants {
  color: #6025e0;
}

.VisionSec {
  padding: 70px 0 50px;
  background: #f3f9f9;
}

.TermsSec h4 {
  color: #5a7783;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 23px;
  margin-top: 12px;
}

.pv_line {
  line-height: 29px !important;
}

.Privacy-subtxt {
  padding-left: 20px;
}

.pvsec_p {
  color: #688895;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 8px;
  line-height: 23px;
}

.btm-border {
  border-bottom: 1px solid #cb3735 !important;
}

.TermsSec {
  padding: 15px;
  padding-bottom: 0;
}

.LoginSec {
  padding-top: 70px;
  padding-bottom: 5px;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 15px;
  margin-top: 0;
}

::-webkit-input-placeholder {
  color: #688895;
}

::-moz-placeholder {
  color: #688895;
}

:-ms-input-placeholder {
  color: #688895;
}

:-moz-placeholder {
  color: #688895;
}

.service-inner-box {
  padding: 20px;
  background: #f3f9f9;
  min-height: 110px;
  height: auto;
  margin-top: 15px;
}

.service-inner-box .eff_box span {
  font-size: 20px;
  font-weight: 600;
  color: #dc1f28;
  line-height: 19px;
  padding-left: 0;
}

.service-inner-box .eff_box img {
  float: left;
  width: 20px;
  position: relative;
  top: 2px;
  margin-right: 7px;
  margin-bottom: 20px;
}

.service-inner-box .eff_box {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.service-inner-box p {
  padding-left: 24px;
  color: #58747e;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 1px;
  line-height: 24px;
}

.blog-details-one {
  padding: 50px 0 50px;
}

.blog-details-content h1 {
  font-size: 40px;
  color: #dc1f28;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 30px;
}

.blog-details-one .blog-details-content .tags li:first-child {
  font-weight: 500;
  color: #000;
  padding-right: 5px;
}

.style-none {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.blog-details-one .blog-details-content .share-icon li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background: #EEEDED;
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

.cl-red {
  color: #dc1f28 !important;
}

.cl-txt-light {
  color: #748F98 !important;
}

.cl-txt-dark {
  color: #ddd !important;
}

.float-end {
  float: right !important;
}

a:hover {
  color: #748F98;
}

.tagspara {
  color: #dc1f28 !important;
  font-weight: 600;
  font-style: italic;
  padding-left: 6px;
}

.blog-sidebar .blog-sidebar-category ul li a {
  font-size: 16px;
  line-height: 57px;
  font-weight: 600;
  display: block;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #cb3735;
}

.blog-sidebar .sidebar-title {
  font-size: 28px;
  margin-bottom: 15px;
}

.blog-sidebar .sidebar-title {
  font-size: 20px;
  margin-bottom: 10px;
  background: #dde9e9;
  padding: 5px 9px;
  font-weight: 600;
}

.border-top {
  border-top: 1px solid #f1f1f1 !important;
}

.sidebar-recent-news .post .title {
  font-size: 15px;
  line-height: 18px;
  padding-left: 12px;
}

.sidebar-recent-news img {
  width: 190px;
}

.news-block {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.sidebar-recent-news .post {
  width: calc(100% - 80px);
}

.blogSection {
  padding: 70px 0;
}

.date {
  font-size: 12px;
  padding-left: 12px;
}

.post h4 {
  margin-bottom: 0;
  line-height: 22px;
}

.blog-sidebar-category {
  margin-bottom: 30px;
}

.Slidehead {
  font-weight: 600;
  font-size: 30px;
  width: 100%;
  text-align: center;
  border: 2px solid #a2cccb;
  padding: 20px 11px 20px 20px;
  border-radius: 7px;
  background: #abcbc9;
  color: #fff;
}

.blog-details-content h2 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 0px;
}

.blog-sidebar {
  padding: 24px;
  margin-top: 42px;
  border: 1px solid #d7e7e7;
  height: calc(100% - 62px);
}

.blog-details-content h3 {
  font-weight: 600;
  font-size: 22px;
  color: #dc1f28;
  margin-top: 20px;
}

.blog-inner-box {
  padding: 10px 15px;
  background: #f3f9f9;
  margin-bottom: 0;
  height: auto;
  margin-top: 10px;
}

.non-para {
  margin-top: 15px;
}

#LeftNone {
  padding-left: 0;
}

.blog-inner-box .eff_box {
  display: block;
  width: 100%;
}

.blog-inner-box .eff_box img {
  float: left;
  width: 16px;
  position: relative;
  top: 4px;
}

.blog-inner-box p {
  padding-left: 25px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 1px;
  line-height: 24px;
}

.blog-meta-wrapper .row {
  margin-bottom: 20px;
}

.imgbtm {
  margin-bottom: 25px;
}

.blog-inner-box .eff_box span {
  font-size: 17px;
  font-weight: 600;
  color: #dc1f28;
  line-height: 19px;
  padding-left: 8px;
}

#blog-inner-boxstyle-two {
  background: #fff;
  border: 1px solid #dc1f28;
  border-left: none;
  padding-left: 0;
}

.form-style-one h2 {
  margin-bottom: 25px;
}

.innertitlepara {
  color: #dc1f28;
  margin-bottom: 15px;
  padding: 0 10%;
  text-align: center;
  font-weight: 500;
  line-height: 30px;
  font-size: 22px;
}

.news-banner {
  background: rgb(162, 204, 203);
  background: linear-gradient(0deg, rgba(162, 204, 203, 1) 0%, rgba(232, 221, 202, 1) 100%);
  padding-top: 150px;
  padding-bottom: 50px;
  text-align: center;
}

.selectarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background: #fff;
  background-image: none;
  flex: 1;
  color: #abcbc9;
  cursor: pointer;
  font-weight: 300;
  border: 1px solid #f17a7f;
  border-radius: 200px;
  padding: 0 20px;
  width: 100%;
  font-size: 18px;
  line-height: 21px;
}

.selectarea::-ms-expand {
  display: none;
}

.selectarea option {
  font-weight: 300;
  font-size: 18px;
}

.nice-select option {
  font-weight: 300;
  font-size: 18px;
}

.inner-select {
  position: relative;
  display: flex;
  height: 3em;
  line-height: 3;
  width: 100%;
  background: #fff;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 200px;
}

.inner-select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: none;
  cursor: pointer;
  color: #abcbc9;
  pointer-events: none;
  transition: .25s all ease;
}

.inner-select:hover::after {
  color: #dc1f28;
}

#swal2-content {
  font-size: 15px;
  line-height: 24px;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid #cb3735 ! Important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #cb3735 ! Important;
}

.swal2-styled.swal2-confirm {
  background-color: #cb3735 ! Important;
  font-size: 17px !important;
  padding: 9px 40px !important;
  font-weight: 600 !important;
}

#swal2-content {
  font-size: 15px;
  line-height: 22px !important;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

/* .hero-banner-thirteen {
  background: rgb(226, 24, 58);
  background: linear-gradient(to bottom, rgb(237 44 42) 0%, rgb(125 0 14) 65%, rgb(86 0 10) 100%);
} */

/* .slider_content h1 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 600;
}

.slider_content p {
  color: #fff;
} */
/* for cookies */
#cookies-policy .cookies__title {
  color: #2c2e30;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: .8em;
  font-size: 30px;
}

/*************************************************/
.snow-container {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  pointer-events: none;
}

.snowflake {
  position: absolute;
  background-color: white;
  border-radius: 50%;
  opacity: 0.8;
  pointer-events: none;
}

@keyframes fall {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  10% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
    transform: translateY(100vh);
  }
}

@keyframes diagonal-fall {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }

  10% {
    opacity: 1;
  }

  100% {
    opacity: 0.25;
    transform: translate(10vw, 100vh);
  }
}

/* .iconMouse {
  width: 80px;
  height: 80px;
  position: absolute;
  background-image: url("../images/santa.svg");
  background-repeat: no-repeat;
  background-size: 80px;

  z-index: 1000000;
}

.icon.depressed {
  background: #000;
}

.icon-holder {
  width: 5px;
  position: absolute;
  height: 5px;
  border-radius: 50%;
  display: block;
  background: #fff;
} */