@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%;
}
#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #ffb201;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #ffb201;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
a:hover {
  color: #ffb201;
  text-decoration: none;
}
a:active {
  color: #ffb201;
  text-decoration: none;
}
.word-break{
	word-break: break-word;
}
.secondary-overlay[data-overlay-dark]:before {
  background: #001736;
}
.left-overlay-secondary[data-overlay-dark]:before {
  background: rgba(0, 0, 0, 0.76);
  background: linear-gradient(-90deg, transparent, #000000 65%);
}
.text-primary {
  color: #ffb201 !important;
}
.bg-primary {
  background-color: #ffb201 !important;
}
.border-primary {
  border-color: #ffb201 !important;
}
.text-secondary {
  color: #001736 !important;
}
.bg-secondary {
  background-color: #050505 !important;
  background-image: url(../images/footer-lines.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
/* .bg-secondary.footer-bg{
  background-image: url(../images/footer-lines.png);
  background-repeat: no-repeat;
  background-size: contain;
} */
.bg-dark {
  background-color: #20252d !important;
}
.text-dark {
  color: #20252d !important;
}
.text-dark-hover:hover {
  color: #20252d !important;
}
.form-control {
  border-radius: 0;
}
.text-white-hover:hover {
  color: #fff !important;
}
.text-primary-hover:hover {
  color: #ffb201 !important;
}
span.lg-letter {
  background-color: transparent;
  color: #001736;
  font-size: 57px;
  height: 50px;
  line-height: 62px;
  margin: 0;
  text-align: left;
  width: 50px;
  overflow: visible;
  float: left;
  display: block;
  font-weight: 500;
}
.min-height-25vh {
  min-height: 25vh;
}
.min-height-50vh {
  min-height: 50vh;
}
.vw-lg-60 {
  width: 60vw;
}
.min-height-60vh {
  min-height: 60vh;
}
.min-height-40vh {
  min-height: 40vh;
}
.min-vh-100 {
  min-height: 100vh;
}
.min-height-600 {
  min-height: 600px;
}
@media screen and (max-width: 991px) {
  .vw-lg-60 {
    width: 100%;
  }
  .min-height-600 {
    min-height: 450px;
  }
}
@media screen and (max-width: 575px) {
  .min-height-600 {
    min-height: 300px;
  }
}
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: #ffb201;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all 0.3s ease;
}
.scroll-to-top i {
  color: #fff;
}
.scroll-to-top:hover {
  color: #fff;
  background: #001736;
}
.scroll-to-top:hover i {
  color: #fff;
}
.scroll-to-top:visited {
  color: #fff;
  text-decoration: none;
}
.list-style1 li {
  display: inline-block;
  margin: 0 12px;
}
.list-style1 li:last-child {
  margin-right: 0;
}
.list-style1 li a {
  color: rgba(255, 255, 255, 0.8);
}
.list-style1 li a:hover {
  color: #ffb201;
}
.list-style2 {
  list-style: none;
  padding-left: 0;
}
.list-style2 li {
  line-height: 32px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}
.list-style2 li:last-child {
  margin-bottom: 0;
}
.list-style2 li:before {
  content: "\e64c";
  font-family: "themify";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  line-height: 35px;
  color: #ffb201;
}
.list-style3 li {
  line-height: 32px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}
.list-style3 li:last-child {
  margin-bottom: 0;
}
.list-style3 li:before {
  content: "\e64c";
  font-family: "themify";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  line-height: 35px;
  color: #ffb201;
}
.butn {
  color: #fff;
  background-color: #ffb201;
  padding: 14px 26px 12px !important;
  font-size: 12px !important;
  letter-spacing: 0.3em;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.butn span.before-line {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.butn span.before-line:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 14px;
  margin-bottom: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.butn span.before-line:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  margin-bottom: 1px;
  background-color: #ffb201;
  transition: all 0.3s ease;
}
.butn:hover {
  color: #fff;
  background-color: #001736;
}
.butn:hover span.before-line:before {
  background-color: #fff;
  margin-right: 0;
  width: 0;
}
.butn:hover span.before-line:after {
  background-color: #ffb201;
  width: 20px;
  margin-left: 14px;
}
.butn.white:hover {
  color: #001736;
  background-color: #fff;
}
.butn.transparent {
  background-color: transparent;
  padding: 0 !important;
}
.butn.transparent:hover {
  background-color: transparent;
}
.butn.transparent span.before-line:before {
  background-color: #fff;
}
.butn.link {
  background-color: transparent;
  padding: 0 !important;
  color: #ffb201;
}
.butn.link:hover {
  background-color: transparent;
}
.butn.link span.before-line:before {
  background-color: #ffb201;
}
.top-bar-info {
  display: inline-block;
  vertical-align: middle;
}
.top-bar-info ul {
  margin-bottom: 0;
}
.top-bar-info li {
  font-weight: 500;
  color: #fff;
  list-style-type: none;
  font-size: 14px;
  padding: 0 5px 0;
  display: inline-block;
  margin-bottom: 0;
}
.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0;
}
.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom;
}
.top-social-icon {
  padding: 0;
  float: right;
  margin: 0;
}
.top-social-icon li {
  font-size: 14px;
  list-style-type: none;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0 7px;
}
.top-social-icon li:last-child {
  padding-right: 0;
}
.top-social-icon li:last-child a {
  padding-right: 0;
}
.top-social-icon li a {
  color: #fff;
  line-height: 28px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 0 3px;
}
.top-social-icon li a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.navbar-nav li.current > a,
.navbar-nav li.active > a {
  color: #ffb201;
}
.attr-nav > ul > li > a.butn {
  color: #fff;
}
.navbar > ul > li.current > a:after {
  border-color: transparent #ffb201 #ffb201 transparent;
}
.menu_area-light .navbar-nav li.current > a,
.menu_area-light .navbar-nav li.active > a {
  color: #ffb201;
}
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #ffb201 #ffb201 transparent;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #ffb201;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
  color: #ffb201;
}
.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #ffb201;
}
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #ffb201 #ffb201 transparent;
}
@media screen and (min-width: 992px) {
  .navbar-nav ul li {
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .navbar-nav ul li:hover {
    padding-left: 25px;
  }
  .navbar-nav ul li:before {
    width: 0;
    margin-right: 10px;
    content: "";
    background: #ffb201;
    transition: 0.3s ease-in-out;
    display: inline-block;
    height: 2px;
    vertical-align: middle;
    position: absolute;
    top: 20px;
    left: 25px;
  }
  .navbar-nav ul li:hover:before {
    width: 20px;
  }
  .menu_area-light .navbar ul ul li.active > a,
  .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #ffb201;
  }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
    border-color: #ffb201;
  }
  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #ffb201;
  }
  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #ffb201;
  }
  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
    border-color: transparent #ffb201 #ffb201 transparent;
  }
  .header-style2 .navbar > ul > li.has-sub.current > a:hover:after {
    border-color: transparent #ffb201 #ffb201 transparent;
  }
  .header-style2.scrollHeader .navbar-nav li.current > a {
    color: #ffb201;
  }
  .header-style2.scrollHeader .navbar-nav li.current > a:hover {
    color: #ffb201;
  }
  .header-style2.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #ffb201 #ffb201 transparent;
  }
  .header-style2 .navbar ul ul li.active > a {
    color: #ffb201;
  }
  .header-style2 .navbar-nav li.has-sub a:hover,
  .header-style2 .navbar-nav li.has-sub a:active,
  .header-style2 .navbar-nav li.has-sub a:focus,
  .header-style2 .navbar-nav li.current > a,
  .header-style2 .navbar-nav li.active > a {
    color: #ffb201;
  }
  .header-style2 .navbar > ul > li.has-sub > a:hover:after,
  .header-style2 .navbar > ul > li.has-sub > a:active:after,
  .header-style2 .navbar > ul > li.has-sub > a:focus:after {
    border-color: transparent #c9c9c9 #c9c9c9 transparent;
  }
}
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #ffb201;
  }
  .header-style1 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .header-style1 .navbar-toggler:before {
    background: #fff;
  }
  .header-style1 .navbar-toggler.menu-opened:after,
  .header-style1 .navbar-toggler.menu-opened:before {
    background: #fff;
  }
}
.header-style2 .navbar-nav li.current > a {
  color: #ffb201;
}
.header-style2 .navbar > ul > li.current > a:after {
  border-color: transparent #ffb201 #ffb201 transparent;
}
.header-style2.scrollHeader .navbar-nav li.current > a {
  color: #ffb201;
}
.header-style2.scrollHeader .navbar-nav li.current > a:hover {
  color: #ffb201;
}
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #ffb201 #ffb201 transparent;
}
@media screen and (min-width: 992px) {
  .header-style2 .navbar ul ul li.active > a {
    color: #ffb201;
  }
  .header-style2 .butn.secondary:before {
    background: #ffffff;
  }
  .header-style2 .butn.secondary:hover,
  .header-style2 .butn.secondary:focus,
  .header-style2 .butn.secondary:active {
    color: #001736 !important;
  }
  .header-style2.scrollHeader .butn.secondary:before {
    background: #ffb201;
  }
  .header-style2.scrollHeader .butn.secondary:hover,
  .header-style2.scrollHeader .butn.secondary:focus,
  .header-style2.scrollHeader .butn.secondary:active {
    color: #fff !important;
  }
}
.slider-fade .owl-item {
  position: relative;
}
.slider-fade h1 {
  margin-bottom: 25px;
  animation-delay: 0.8s;
}
.slider-fade h1 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.slider-fade p {
  animation-delay: 1.2s;
}
.slider-fade a {
  animation-delay: 1.4s;
}
.slider-fade .small-title {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 15px;
  color: #ffb201;
  z-index: 9;
}
.slider-fade .small-title:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  left: 0;
  top: 0px;
  background: #ffb201;
}
.slider-fade .small-title:before {
  content: "";
  height: 5px;
  width: 2px;
  position: absolute;
  background: #fff;
  top: 8px;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease;
}
.slider-fade.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 20px;
  margin: 0;
  top: 44%;
}
.slider-fade.owl-carousel .owl-nav button.owl-prev span {
  color: #fff;
  font-size: 20px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(254, 124, 0, 0.2);
  display: block;
  border-radius: 10px;
  transition: all 0.3s;
}
.slider-fade.owl-carousel .owl-nav button.owl-prev:hover span {
  background: #ffb201 !important;
}
.slider-fade.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 20px;
  margin: 0;
  top: 44%;
  right: 20px;
  left: inherit;
}
.slider-fade.owl-carousel .owl-nav button.owl-next span {
  color: #fff;
  font-size: 20px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(254, 124, 0, 0.2);
  display: block;
  border-radius: 10px;
  transition: all 0.3s;
}
.slider-fade.owl-carousel .owl-nav button.owl-next:hover span {
  background: #ffb201 !important;
}
.slider-fade.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}
.slider-fade.owl-theme .owl-nav:hover {
  margin-top: 0;
}
.banner-style01 h1 {
  font-size: 100px;
  text-transform: uppercase;
}
@media screen and (max-width: 1399px) {
  .banner-style01 h1 {
    font-size: 86px;
  }
}
@media screen and (max-width: 991px) {
  .banner-style01 h1 {
    font-size: 66px;
  }
}
@media screen and (max-width: 767px) {
  .banner-style01 h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 575px) {
  .banner-style01 h1 {
    font-size: 45px;
  }
}
.slider-fade1 .owl-nav {
  margin-top: 0;
}
.slider-fade1 .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 5%;
}
.slider-fade1 .owl-nav button.owl-prev span {
  font-size: 60px;
  color: #fff;
  opacity: 0.5;
}
.slider-fade1 .owl-nav button.owl-prev:hover span {
  opacity: 1;
}
.slider-fade1 .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 5%;
}
.slider-fade1 .owl-nav button.owl-next span {
  font-size: 60px;
  color: #fff;
  opacity: 0.5;
}
.slider-fade1 .owl-nav button.owl-next:hover span {
  opacity: 1;
}
.slider-fade1.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
.video-banner .banner-title h1 {
  font-size: 90px;
}
@media screen and (max-width: 1199px) {
  .video-banner .banner-title h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .video-banner .banner-title h1 {
    font-size: 50px;
  }
}
@keyframes lineanimate {
  0% {
    left: 0;
  }
  50% {
    left: 20px;
  }
  0% {
    left: 0;
  }
}
.section-title .sm-title {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #ffb201;
  z-index: 9;
}
.section-title .sm-title:before {
  content: "";
  height: 5px;
  width: 2px;
  position: absolute;
  background: #fff;
  top: 8px;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease;
}
.section-title .sm-title:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 0;
  top: 0px;
  background: #ffb201;
}
.section-title h2 {
  position: relative;
  z-index: 9;
}
.section-title.white .sm-title:after {
  background: #fff;
}
.section-title.white .sm-title:before {
  background: #ffb201;
}
.section-title01 .sm-title {
  position: relative;
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 60px;
  color: #ffb201;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  z-index: 9;
}
.section-title01 .sm-title:before {
  content: "";
  height: 1px;
  width: 35px;
  position: absolute;
  background: #ffb201;
  top: 50%;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease;
  animation: lineanimate 5s linear infinite;
}
.section-title01 strong {
  color: #ffb201;
  font-weight: 400;
}
.page-title-section {
  padding: 50px 0 50px 0;
}
.page-title-section h1 {
  font-size: 64px;
  line-height: 1;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
}
.page-title-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.page-title-section ul li {
  display: inline-block;
}
.page-title-section ul li:last-child {
  color: #ffffff;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.page-title-section ul li:last-child a {
  color: #ffffff;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.page-title-section ul li:last-child:after {
  content: none;
}
.page-title-section ul li:after {
  content: "\f111";
  font-weight: 700;
  vertical-align: middle;
  color: #ffb201;
  font-size: 9px;
  font-family: "Font Awesome 6 Free";
  padding: 0 5px 0 10px;
}
.page-title-section ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.page-title-section .shape-1 {
  padding: 20px;
  background: #fff;
  z-index: 3;
  bottom: 73px;
  left: 52px;
}
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 150px 0 130px 0;
  }
  .page-title-section h1 {
    font-size: 52px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 140px 0 120px 0;
  }
  .page-title-section h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 575px) {
  .page-title-section {
    padding: 60px 0 60px 0;
  }
  .page-title-section h1 {
    font-size: 36px;
  }
}
@keyframes ani-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fill-white text {
  fill: #575a7b;
}
.ani-rotate {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation: ani-rotate 10s linear infinite;
}
.card-style01 span.blog-tag {
  position: absolute;
  top: 9%;
  right: 5%;
  background-color: #ffb201;
  padding: 4px 19px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
}
.card-style02 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border-color: #e5e5e5;
  border-width: 0 1px 1px 0;
  border-radius: 0;
}
.card-style02 .card-img {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.card-style02 .card-img img {
  position: relative;
  display: block;
}
.card-style02 .card-img img:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.card-style02:hover .card-img,
.card-style02:active .card-img,
.card-style02:focus .card-img {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.card-style02:hover .card-body:before,
.card-style02:active .card-body:before,
.card-style02:focus .card-body:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.card-style02:hover .card-body h3,
.card-style02:active .card-body h3,
.card-style02:focus .card-body h3 {
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.card-style02:hover .card-body h3 a,
.card-style02:active .card-body h3 a,
.card-style02:focus .card-body h3 a {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.card-style02:hover .card-body p,
.card-style02:active .card-body p,
.card-style02:focus .card-body p {
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.card-style02:hover .card-icon,
.card-style02:active .card-icon,
.card-style02:focus .card-icon {
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-style02:hover .card-icon img,
.card-style02:active .card-icon img,
.card-style02:focus .card-icon img {
  transition: 0.5s;
  color: #fff;
  /* width: 100px; */
  height: 80px;
}
.card-style02:before .card-img {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.card-style02 .card-body {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4rem 4rem 6rem 4rem;
  height: 100%;
}
.card-style02 .card-body h3 {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.card-style02 .card-body p {
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  margin: 0;
}
.card-style02 .card-icon {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  position: absolute;
  bottom: 3%;
  right: 5%;
}
.card-style02 .card-icon img {
  /* width: 80px; */
  height: 60px;
  transition: 0.5s;
}
@media screen and (max-width: 1399px) {
  .card-style02 .card-body {
    padding: 40px 40px 95px 40px;
  }
}
.card-style03 .card-body h3 {
  margin-bottom: 0;
  font-size: 100px;
  opacity: 0.1;
  line-height: 1;
}
.card-style03 .card-body h3 sup {
  font-size: 60px;
  margin-right: 10px;
}
.card-style03 .card-body h5 {
  margin-bottom: 0;
  margin-top: -35px;
  font-size: 30px;
  letter-spacing: 2px;
}
.lg-backdrop {
  z-index: 99999;
}
.lg-outer {
  z-index: 999999;
}
.lg-outer .lg-thumb-item.active {
  border-color: #ffb201;
}
.lg-outer .lg-thumb-item:hover {
  border-color: #ffb201;
}
.lg-progress-bar .lg-progress {
  background-color: #ffb201;
}
.lg-backdrop.in {
  opacity: 0.85;
}
.portfolio-style02 .portfolio-img:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 23, 54, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
  z-index: 1;
}
.portfolio-style02:hover .portfolio-img:before {
  opacity: 1;
  transition: 0.4s;
}
.portfolio-style02:hover .portfolio-content {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.5s ease,
    transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 0.5s ease,
    transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.5s ease,
    transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.portfolio-style02 .portfolio-content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  flex-direction: column;
  opacity: 0;
  -webkit-transform: scale(0.3, 0.3);
  -ms-transform: scale(0.3, 0.3);
  transform: scale(0.3, 0.3);
  -webkit-transition: all 0.5s ease,
    transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  -ms-transition: all 0.5s ease,
    transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  transition: all 0.5s ease,
    transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    cursor: pointer;
}
.portfolio-style02 .portfolio-content img{
  width: 80%;
}
.portfolio-carousel .portfolio-box {
  overflow: hidden;
  position: relative;
}
.portfolio-carousel .portfolio-box .portfolio-content {
  position: absolute;
  width: 100%;
  left: 0px;
  top: auto;
  z-index: 9;
  bottom: 0px;
  height: auto;
  transform: translateY(70px);
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  padding: 20px 35px;
}
.portfolio-carousel .portfolio-box:hover .portfolio-content {
  background-color: #fff;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.pagination {
  border-radius: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.pagination ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.pagination li {
  display: inline;
  margin-right: 10px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination a {
  background: transparent;
  font-weight: 700;
  text-align: center;
  padding: 12px 16px;
  color: #575a7b;
  border: 1px solid #dddddd;
  line-height: 25px;
  display: inline-block;
}
.pagination a:hover {
  background-color: #001736;
  color: #ffffff;
  box-shadow: none;
}
.pagination a:active {
  background-color: #001736;
  color: #ffffff;
  box-shadow: none;
}
.pagination a:focus {
  background-color: #001736;
  color: #ffffff;
  box-shadow: none;
}
.pagination .active a {
  background-color: #f7f7f7;
  color: #002147;
  border: 1px solid #dbdbdb;
  cursor: default;
}
@media screen and (max-width: 575px) {
  .pagination li {
    margin-right: 8px;
  }
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffb201;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffb201;
}
.slider-fade{
  position: relative;
}
.slider-fade::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: .6;
}
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
ul.resp-tabs-list {
  margin-bottom: 15px;
  padding: 0px;
}
.resp-tabs-list li {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  padding: 12px 20px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
  margin: 0 15px 0 0;
  list-style: none;
  cursor: pointer;
  background: #fff;
  color: #ffb201;
  text-align: left;
  border-radius: 10px;
}
.resp-tabs-list li:last-child {
  margin-right: 0;
}
.resp-tabs-list li i {
  font-size: 24px;
  padding-right: 10px;
  vertical-align: text-bottom;
}
.resp-tabs-list li.resp-tab-active {
  margin-bottom: -1px;
  background-color: #ffb201;
  color: #fff;
}
.resp-tabs-container {
  padding: 0px;
  clear: left;
}
.resp-tab-content {
  display: none;
  padding: 10px 0 0 0;
  border: none;
  float: left;
  width: 100%;
  box-shadow: none;
  border-radius: 4px;
  background: transparent;
}
.resp-content-active {
  display: block;
}
.resp-accordion-active {
  display: block;
}
h2.resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 18px;
  color: #fff;
  border-top: 0px solid #c1c1c1;
  margin-bottom: 5px;
  padding: 14px 15px;
  float: left;
  width: 100%;
  background: #001736 !important;
  border-radius: 0;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  background-color: #ffb201 !important;
  color: #fff;
  margin-bottom: 0;
  border-radius: 0px;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
.tab-style1.top-margin {
  margin-top: -55px !important;
}
.resp-vtabs.style1 ul.resp-tabs-list {
  margin-top: -80px;
}
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 0;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 18px 20px !important;
  margin: 0 0 25px;
  cursor: pointer;
  float: none;
  font-size: 18px;
  background: rgba(0, 23, 54, 0.1);
  color: #001736;
  border-radius: 0px;
}
.resp-vtabs .resp-tabs-list li:last-child {
  margin-bottom: 0;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 100%;
  clear: none;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.resp-vtabs .resp-tab-content {
  word-wrap: break-word;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0;
}
.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 18px 20px !important;
  background-color: #ffb201;
  color: #fff;
}
.resp-arrow {
  border-color: transparent #fff #fff transparent;
  border-style: solid;
  border-width: 0 2px 2px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px;
}
h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 2px 0 0 2px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 10px;
}
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
  border-color: #e8e8e8 !important;
}
h2.resp-accordion.resp-tab-active {
  border-color: #e8e8e8 !important;
}
@media screen and (max-width: 991px) {
  .resp-tab-content {
    padding: 40px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #eee;
    margin-bottom: 5px;
    padding: 30px;
  }
  .resp-tab-content:last-child {
    margin-bottom: 0;
  }
  .tab-style1.top-margin {
    margin-top: 0 !important;
  }
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  h2.resp-accordion i {
    margin-right: 8px;
    font-size: 20px;
    color: #fff;
    vertical-align: text-bottom;
  }
  .resp-vtabs .resp-tab-content {
    margin-bottom: 5px;
    padding: 30px;
  }
  .resp-vtabs .resp-tab-content:last-child {
    margin-bottom: 0;
  }
  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: left;
    width: 100%;
    min-height: 100px;
    clear: none;
    background: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .resp-vtabs .resp-tab-content {
    padding: 20px;
  }
  .resp-tab-content {
    padding: 20px;
  }
}
.accordion-style .card {
  background: transparent;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  border: none;
  margin-top: 0 !important;
  border-radius: 0;
}
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: none;
  background: none;
}
.accordion-style .btn-link {
  color: #ffb201;
  line-height: 26px;
  position: relative;
  border: none;
  border-bottom: none;
  border-left: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 0;
  padding: 20px 45px 20px 18px;
  font-weight: 600;
  text-decoration: none;
  background-color: #ffffff;
}
.accordion-style .btn-link:hover {
  text-decoration: none;
}
.accordion-style .btn-link:after {
  content: "-";
  right: 17px;
  left: inherit;
  font-size: 20px;
  transform: none;
  top: 20px;
  position: absolute;
  color: #ffb201;
  background-color: transparent;
  border-radius: 0.3rem;
  line-height: 22px;
  width: 25px;
  height: 25px;
  text-align: center;
}
.accordion-style .btn-link.collapsed {
  color: #575a7b;
  line-height: 26px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border: none;
  padding: 20px 45px 20px 18px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
}
.accordion-style .btn-link.collapsed:after {
  content: "+";
  right: 17px;
  left: inherit;
  font-size: 20px;
  transform: none;
  top: 22px;
  position: absolute;
  color: #212121;
  background-color: transparent;
  border-radius: 0.3rem;
  line-height: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
}
.accordion-style .card-body {
  padding: 0px 30px 25px 26px;
  line-height: 24px;
  text-align: left;
  border: none;
  border-left: none;
  background: #fff;
  border-top: none;
}
@media screen and (max-width: 991px) {
  .accordion-style .card-body {
    padding: 10px 25px 30px 25px;
  }
}
.accordion-style.style01 .card {
  box-shadow: none;
}
.accordion-style.style01 .btn-link.collapsed {
  background-color: #f4f4f4;
}
.accordion-style.style01 .btn-link.collapsed:after {
  right: 22px;
}
.accordion-style.style01 .btn-link {
  background-color: #f4f4f4;
  padding: 20px 50px 20px 30px;
}
.accordion-style.style01 .btn-link:after {
  right: 22px;
}
.accordion-style.style01 .card-body {
  padding: 25px 30px 25px 26px;
}
.sidebar .widget {
  position: relative;
  display: block;
}
.sidebar .widget .input-group-append .butn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 100%;
}

.comment-reply-link {
  color: #001736;
  background: rgba(0, 23, 54, 0.1);
  padding: 5px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
}
.comment-reply-link:hover {
  color: #fff;
  background: #001736;
}
.comment-reply-link:active {
  color: #fff;
  background: #001736;
}
.comment-reply-link:focus {
  color: #fff;
  background: #001736;
}
.countdown {
  padding: 0;
}
.countdown li {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  margin: 0 20px;
  position: relative;
}
.countdown li span {
  font-size: 46px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: normal;
  height: 140px;
  position: relative;
  width: 140px;
  display: flex;
  background-color: rgba(255, 255, 255, 0.1);
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px auto;
}
.countdown li p.timeRefDays {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  z-index: 2;
  position: relative;
  padding: 0;
  text-transform: capitalize;
}
.countdown li p.timeRefHours {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  z-index: 2;
  position: relative;
  padding: 0;
  text-transform: capitalize;
}
.countdown li p.timeRefMinutes {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  z-index: 2;
  position: relative;
  padding: 0;
  text-transform: capitalize;
}
.countdown li p.timeRefSeconds {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  z-index: 2;
  position: relative;
  padding: 0;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .countdown li {
    margin: 0 10px;
  }
  .countdown li span {
    height: 110px;
    width: 110px;
    font-size: 26px;
    margin: 0 auto 5px auto;
  }
}
.counter-style01 h4 {
  font-size: 85px;
}
.counter-style01 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .counter-style01 h4 {
    font-size: 80px;
  }
}
.service-icon {
  height: 70px;
  width: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 10px;
  background-color: #ffb201;
}
.about-service .left-data {
  margin-left: 10%;
  display: inline-block;
  z-index: 9;
  position: relative;
  margin-top: 80%;
}
.about-service .right-data {
  margin-left: -35%;
  z-index: 9;
  position: relative;
  margin-top: 30%;
}

@media screen and (max-width: 1199px) {
  .about-service .left-data {
    margin-left: -8%;
  }
  .about-service .right-data {
    margin-left: -15%;
  }
  .services-card-grid .service-card{
  width: calc(100% - 40px);
  }
}
@media screen and (max-width: 991px) {
  .about-service .left-data {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .about-service .right-data {
    margin-top: 0;
    margin-left: 0;
  }
}
.team-style01 .social-icon {
  position: absolute;
  top: 10%;
  right: 10%;
}
.team-style01 .team-icon {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 13px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  border-radius: unset;
  opacity: 0;
  transition: transform 0.4s ease-in, opacity 0.4s ease-in;
  transform: translateY(-20px);
  background: #001736;
  color: #fff;
}
.team-style01 .team-icon:last-child {
  margin-bottom: 0;
}
.team-style01:hover .team-icon {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.team-data-style01 .team-data-inner {
  margin-left: -45%;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .team-data-style01 .team-data-inner {
    margin-left: -55%;
  }
}
@media screen and (max-width: 991px) {
  .team-data-style01 .team-data-inner {
    margin-left: 0%;
  }
}
.testimonial-carousel1.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -5%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 55px;
}
.testimonial-carousel1.owl-carousel .owl-nav .owl-prev span {
  color: #fff;
  font-size: 25px;
}
.testimonial-carousel1.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -5%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 55px;
}
.testimonial-carousel1.owl-carousel .owl-nav .owl-next span {
  color: #fff;
  font-size: 25px;
}
@media screen and (max-width: 1399px) {
  .testimonial-carousel1.owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .testimonial-carousel1.owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
span.lg-text {
  position: absolute;
  top: 15%;
  left: 0;
  font-size: 260px;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(0, 23, 54, 0.05);
  letter-spacing: 10px;
}
span.lg-text.right {
  right: 0;
  left: unset;
  bottom: 0;
  top: 25%;
}
span.lg-text.dark {
  top: 0;
  color: rgba(241, 243, 244, 0.05);
}
@media screen and (max-width: 1199px) {
  span.lg-text {
    font-size: 200px;
  }
}
@media screen and (max-width: 992px) {
  span.lg-text {
    font-size: 190px;
  }
}
@media screen and (max-width: 991px) {
  span.lg-text.right {
    top: -2%;
  }
  span.lg-text {
    font-size: 146px;
  }
}
@media screen and (max-width: 767px) {
  span.lg-text {
    font-size: 100px;
    top: 2%;
  }
  span.lg-text.right {
    right: unset;
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  span.lg-text {
    font-size: 60px;
    top: 6%;
  }
  span.lg-text.right {
    top: 6%;
  }
}
.progress-style1 .progress {
  height: 8px;
}
.progress-style1 .progress .progress-bar {
  background-color: #ffb201;
}
.progress-style2 .progress {
  height: 8px;
}
.clients-carousel1 img {
  transition: 0.4s;
  filter: grayscale(0);
}
.clients-carousel1 img:hover {
  transition: 0.4s;
  filter: grayscale(1);
}
.clients-style01 .client-img img {
  transition: 0.4s;
  opacity: 0.4;
  position: relative;
  z-index: 9;
}
.clients-style01 .client-img:hover img {
  opacity: 0.2;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  margin-bottom: 0.5rem;
}
.form-control:focus {
  border-color: #ffb201;
}
.form-check-input:checked {
  border-color: #ffb201;
  background-color: #ffb201;
}
.contactform-input {
  position: relative;
}
.contactform-input .contactform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1;
}
.contactform-element {
  margin-bottom: 1rem;
}
.contactform-element > label {
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 15px;
}
.contactform-element > label .contactform-required {
  color: #cc0101;
  font-size: 10px;
}
.contactform-inner input {
  width: 100%;
}
.contactform-elements .contactform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}
.contactform-elements .contactform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px;
}
.contactform-errors {
  padding: 0;
  margin: 0;
  line-height: normal;
}
.contactform-errors > .contactform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.contactform-outer-no-js .contactform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.contactform-outer-no-js .contactform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.contactform-has-error input {
  border-color: #f5543f;
}
.contactform-has-error textarea {
  border-color: #f5543f;
}
.contactform-has-error select {
  border-color: #f5543f;
}
.contactform-has-error input[type="file"] {
  border-color: #f5543f;
}
.contactform-has-error .custom-file-label {
  border-color: #f5543f;
}
.contactform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.contactform-submit-inner {
  float: none;
}
.contactform-loading-wrap {
  float: none;
}
.contactform-loading-wrap .contactform-loading {
  display: inline-block;
}

.search-form_input {
  color: #ffb201;
}
.search-frame h4 a:hover {
  color: #ffb201;
}
.search-frame .search_list .match {
  color: #ffb201;
}
.search-frame .search_list li:before {
  color: #ffb201;
}
.search-frame .search_list li + li {
  border-top: 3px solid #ffb201;
}
.search-frame .search {
  color: #ffb201;
}
.contact-map {
  width: 100%;
  height: 550px;
  vertical-align: top;
  border: 1px solid #efefef;
}
.call-to-action1 .shape1 {
  position: absolute;
  top: -184px;
  left: 230px;
  width: 105px;
  height: 812px;
  background-image: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 100%
  );
  background-color: transparent;
  transform: rotate(45deg);
  mix-blend-mode: soft-light;
  z-index: 1;
}
.calltoaction-style01.overlay:before {
  background: rgba(247, 247, 247, 0.76);
  background: linear-gradient(-90deg, transparent, transparent, #f7f7f7 75%);
}
.cursor-helper {
  height: 0;
}
.cursor-helper-outer {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #001736;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 25px;
  top: 25px;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999999;
}
.cursor-helper-inner {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999999;
}
.cursor-link {
  background-color: #001736;
  opacity: 0.4;
}
.cursor-light {
  background-color: #fff;
  opacity: 1;
}
.cursor-slider {
  background-color: #001736;
  border-radius: 100%;
  padding: 30px;
}
.cursor-slider:after {
  content: "\e658";
  font-family: "themify";
  font-size: 24px;
  position: absolute;
  top: 13px;
  left: 19px;
  line-height: 35px;
  color: #fff;
}
.cursor-helper-innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}
@media screen and (max-width: 1199px) {
  .cursor-helper {
    display: none;
  }
}
#circle svg {
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 25s;
  -moz-animation-duration: 25s;
  -ms-animation-duration: 25s;
  -o-animation-duration: 25s;
  animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0);
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(360deg);
  }
  to {
    -o-transform: rotate(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}

.left-img-block {
  position: absolute;
  top: -25px;
  bottom: -1px;
  left: 0;
  max-width: 384px;
  width: 100%;
}
.left-img-block:before {
  position: absolute;
  top: 0;
  right: -16px;
  content: "";
  border-left: 9px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 25px solid #232323;
  z-index: 2;
  transform: rotate(-1deg);
}
.left-img {
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.bg-warning{
	background-color: #ffb201 !important;
}
footer {
  background: #001736;
}
.footer-logo {
  max-width: 214px;
  width: 100%;
  display: inline-block;
}
.footer-logo > a {
  display: inline-block;
}
.footer-logo img{
  width: 150px;
}
@media screen and (max-width: 1399px) {
  .left-img-block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px;
  }
}
span.lg-text {
  position: absolute;
  top: 15%;
  left: 0;
  font-size: 260px;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(0, 23, 54, 0.05);
  letter-spacing: 10px;
}
span.lg-text.right {
  right: 0;
  left: unset;
  bottom: 0;
  top: 25%;
}
span.lg-text.dark {
  top: 0;
  color: rgba(241, 243, 244, 0.05);
}
@media screen and (max-width: 1199px) {
  span.lg-text {
    font-size: 200px;
  }
}
@media screen and (max-width: 992px) {
  span.lg-text {
    font-size: 190px;
  }
}
@media screen and (max-width: 991px) {
  span.lg-text.right {
    top: -2%;
  }
  span.lg-text {
    font-size: 146px;
  }
}
@media screen and (max-width: 767px) {
  span.lg-text {
    font-size: 100px;
    top: 2%;
  }
  span.lg-text.right {
    right: unset;
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  span.lg-text {
    font-size: 60px;
    top: 6%;
  }
  span.lg-text.right {
    top: 6%;
  }
}

/******************************************************************************/
.page-header__contacts{
	padding-left: 40px;
    border-left: 1px solid #eee;
}
.page-header__contacts .contacts-block {   
  display: flex;
  position: relative; 
  padding-left: 70px;
}
.page-header__contacts .contacts-block img{
	width:48px;
	height:48px;
}
.page-header__contacts .contacts-block .number{
	padding-left:15px;
}
.page-header__contacts .contacts-block span {
  margin-bottom: 5px;
  color: #c9c9c9;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.page-header__contacts .contacts-block strong {
  color: #c9c9c9;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  display: block;
}
.client-panel{
	padding: 60px 0;
	border-top: 1px solid #efefef;
}
.services-panel2 .card-body p{
	font-size:1rem;
}
footer h2{
  line-height: 4rem !important;
}
@media screen and (max-width: 720px) {
  .page-header__contacts {
    display:none;
  }
  .services-panel .card-style02{
	  max-height: 300px;
  }
  .about-service .section-title01 .display-2{
    font-size: 5rem;
  }
  footer h2{
    line-height: 3rem !important;
  }
 
}

/* scrollbars */
::-webkit-scrollbar {
  width: 12px;
  height:0px
 }
  
 ::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.1);
 }
  
 ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: rgba(0,0,0,0.3);
 }
 ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0);
 }



 









 .shadow-effect {
  /* background: #fff; */
  padding: 20px;
  border-radius: 4px;
  text-align: center;
border:1px solid #1c1c1c;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190E7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
  text-align: center;
  /* padding: 50px;
  margin-bottom:80px; */
  /* opacity: .2; */
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 100%;
  margin: 0 auto 0;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190E7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
.services-card-grid{
  margin: -30px -20px;
  display: flex;
  flex-wrap: wrap;
}
.services-card-grid .service-card{
  width: calc(50% - 40px);
  margin: 30px 20px;
}
.services-card-grid .service-card .service-card__head{
  display: flex  ;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.services-card-grid .service-card .service-card__head .service-card__image img{
  width: 155px;
  border-radius: 50%;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.3);
}
.services-card-grid .service-card .service-card__head .service-card__label{
  text-align: right;
}
.services-card-grid .service-card .service-card__head .service-card__label h4{
  margin: 27px 0 0 0;
}
.services-card-grid .service-card .service-card__head .service-card__label h4 span{
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0 0;
  display: block;
}
.services-card-grid .service-card .service-card__content{
  background: #17171B;
  margin: -40px 0 0 30px;
  padding: 66px 29px 28px 29px;
}
.services-card-grid .service-card .service-card__content p{
  margin-bottom: 15px;
}
.services-card-grid .service-card .service-card__content .align-right {
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .services-card-grid .service-card{
  width: calc(100% - 40px);
  }
}

.home-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.home-background video {
  position: absolute;
  width: 100%;
  max-width: 100%;
}
.home-background .bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 1;
}
.enter-site {
  position: fixed;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.enter-site .enter-link span {
  transform: translateX(0px);
  color: rgba(255, 255, 255, 0.5);
  transition-duration: 0.2s;
}
.enter-site .enter-link span:last-child {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  display: block;
  text-transform: uppercase;
  margin-top: -5px;
  font-weight: bold;
}
.enter-site .enter-link span:last-child a{
  color: #fff;
}
.enter-site .enter-link span:hover {
  color: #fff;
  transform: translateX(25px);
  transition-duration: 0.2s;
}
.enter-site::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  top: 26px;
}
.index-footer{
  position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 101;
    background: transparent;
}
.index-footer .inner{
  display: flex  ;
  flex-direction: row;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.6px;
  padding: 25px 50px 26px 50px;
}
.index-footer .inner .footer-socials .sn-icons{
  padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}
.index-footer .inner .footer-socials .sn-icons li {
  padding: 0;
  margin: 0 40px 0 0;
  list-style: none;
}
.index-footer .inner .copyright{
}
.index-header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 221;
  transition: z-index 0.5s, transform 0.5s;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .index-footer .inner{
    flex-direction: column;
    align-items: center;
    padding: 15px 20px;
  }
  .index-footer .inner .footer-socials .sn-icons{
    margin-bottom: 15px;
  }
  .index-footer .inner .copyright{
    text-align: center;
  }
}
.navbar-default{
  box-shadow: none;
}
.intro-caption{
  position: fixed;
  left: 15%;
  right: 15%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  height: 100vh;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  flex-flow: column;
}
.intro-caption span{
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.15);
  padding: 5px 30px;
  border-radius: 100px;
  font-size: 18px;
}
@media screen and (max-width: 767px){
  .intro-caption{
    font-size: 16px;
    line-height: 21px;
    left: 5%;
    right: 5%;
  }
  .intro-caption span{
    font-size: 14px;
  }
  .enter-site{
    bottom: 75px;
  }
}