/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/
/* ==========================================================================
   Author's custom styles
========================================================================== */
/*****************

body reset file
header
demo
footer area
feature
buttons
section title
shuffle letters
3d sldier
demo content
lazy load
inheritance element

------------------------------- Table Of Content  ------------------------------------



=====================================================**************************/
/*=================================================
          body reset file
===============================================*/
:root {
  font-size: 16px;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  color: #555555;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clear-both:before,
.clear-both:after {
  display: table;
  content: "";
  clear: both;
}

button:focus {
  outline: none;
}

/*=================================================
          header
===============================================*/
/* Main navigation */
.fixed-top {
  top: 15px;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.fixed-top.fixedHeader {
  background: #fc4a00;
  top: 0;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  padding: 0;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav > .nav-item:hover > .nav-link {
  color: #fff;
}

.navbar-toggle .i-bar {
  background: #fff;
}

ul.navbar-nav {
  float: left;
}

ul.navbar-nav > li {
  float: none;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

ul.navbar-nav > li:last-child {
  padding-right: 0;
}

ul.navbar-nav > li:last-child:after {
  background: none;
}

ul.navbar-nav > li > a {
  color: #fff;
  text-rendering: optimizeLegibility;
  display: inline-block;
  padding: 15px;
  line-height: 55px;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  position: relative;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}

li.nav-item .btn,
.footer-btn .btn {
  padding: 12px 30px;
  line-height: 30px;
  margin-left: 0;
  font-size: 16px;
  min-width: 0;
  background: #fff;
  color: #fc4a00;
  -webkit-box-shadow: -1.564px 9.877px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -1.564px 9.877px 25px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  text-shadow: 0px 7px 10px rgba(215, 57, 46, 0.3);
}

li.nav-item .btn:hover, li.nav-item .btn:focus,
.footer-btn .btn:hover,
.footer-btn .btn:focus {
  background: #fff;
  -webkit-box-shadow: -1.564px 9.877px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -1.564px 9.877px 25px 0px rgba(0, 0, 0, 0.2);
}

.btn.btn-primary.envato-btn {
  color: #82B541;
  text-shadow: none;
  border-radius: 5px;
}

.btn.btn-primary.envato-btn img {
  width: 16px;
  margin-right: 5px;
}

@media screen and (min-width: 992px) {
  li.nav-item .btn {
    margin-left: 15px;
  }
}

@media screen and (min-width: 992px) {
  ul.navbar-nav > li > a i {
    padding-left: 5px;
  }
}

.navbar-toggler-icon {
  background-image: none;
  color: #fff;
  width: 39px;
  height: 35px;
  border: 1px solid #fc4a00;
  padding-top: 1px;
  background-color: #fc4a00;
  font-size: 25px;
  line-height: 35px;
  margin: 12px 0;
}

.collapse.show {
  background: #222;
  padding: 0 35px;
}

.navbar-toggler-icon:focus {
  outline: 0 solid;
}

.solid-bg {
  background: #f7f7f7;
}

.dark-bg {
  background: #1f1f1f;
}

.hidden-md-up {
  display: none !important;
}

/*=================================================
          demo
===============================================*/
.single-demo {
  display: block;
  margin-bottom: 60px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-demo .demo-image-container {
  margin-bottom: 35px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  height: 396px;
  -webkit-box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.1);
}

.single-demo .demo-image-container > img {
  margin-top: -3px;
  width: 100%;
}

.single-demo .demo-title {
  margin-bottom: 0px;
  font-size: 1.375rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-demo:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.single-demo:hover .demo-image-container {
  -webkit-box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
}

.single-demo:hover .demo-title {
  color: #fc4a00;
}

.demo-group > [class^=col-]:nth-last-child(-n+3) .single-demo {
  margin-bottom: 0px;
}

.responsive-demo {
  height: 478px;
}

.footer-btn {
  margin-top: 40px;
  display: block;
}

/* Video responsive */
.embed-responsive {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*=================================================
         Documentation
===============================================*/
.documentation-area .section-title-wrpaer {
  margin-bottom: 70px;
}

.documentation-area h4 {
  margin-bottom: 30px;
}

.documentation-area p {
  margin-top: 30px;
  color: #000000;
}

@media (max-width: 767px) {
  .documentation-area .section-title-wrpaer {
    margin-bottom: 70px;
  }
  .documentation-area h4 {
    margin-top: 30px;
  }
}

/*=================================================
          footer area
===============================================*/
.footer-section {
  position: relative;
  padding: 80px 0;
  background: #1633b2;
}

.demo-footer-content {
  position: relative;
  z-index: 2;
  padding: 0 10px;
}

.demo-footer-content .footer-logo {
  margin-bottom: 60px;
}

.demo-footer-content .btn.btn-primary {
  background: #fff;
  padding: 15px 30px;
}

.documentation-area p {
  font-weight: 700;
  font-size: 16px;
}

.documentation-area p.img-doc {
  margin-top: 50px;
}

/*=================================================
          feature
===============================================*/
#features {
  background-image: -webkit-linear-gradient(70deg, #f84270 0%, #fe803b 100%);
  background-image: -o-linear-gradient(70deg, #f84270 0%, #fe803b 100%);
  background-image: linear-gradient(20deg, #f84270 0%, #fe803b 100%);
}

.feature-group > [class^="col-"]:nth-last-child(-n+4) .single-feature {
  margin-bottom: 0px;
}

.single-feature {
  background-color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}

.single-feature .feature-icon {
  margin-right: 16px;
}

.single-feature .feature-title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.4px;
  line-height: 1.2;
}

.single-feature:hover {
  -webkit-box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

.feature-image {
  min-height: 450px;
}

.featurec-content .section-title {
  margin-bottom: 22px;
}

.featurec-content > p {
  margin-bottom: 35px;
}

/* feature box */
.feature-box {
  background-color: #FFFFFF;
  border: 1px solid #f5f5f5;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 60px 40px;
  margin-bottom: 30px;
}

.feature-box .box-header {
  margin-bottom: 40px;
}

.feature-box .box-body {
  margin-bottom: 35px;
}

.feature-box .box-footer > p {
  opacity: .7;
}

.feature-box .box-title {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.feature-box:hover {
  -webkit-box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  border-color: #FFFFFF;
}

.feature-group > [class^="col-"]:nth-last-child(-n+3) .feature-box {
  margin-bottom: 0px;
}

.white-text p,
.white-text h1,
.white-text h2,
.white-text h3 {
  color: #FFFFFF;
}

/* gradient*/
.gradient-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#b50000), to(#ff3c00));
  background-image: -webkit-linear-gradient(left, #b50000 0%, #ff3c00 100%);
  background-image: -o-linear-gradient(left, #b50000 0%, #ff3c00 100%);
  background-image: linear-gradient(90deg, #b50000 0%, #ff3c00 100%);
}

/* gradient*/
.gradient-yellow {
  background-image: -webkit-gradient(linear, right top, left top, from(#ff5858), to(#f09819));
  background-image: -webkit-linear-gradient(right, #ff5858 0%, #f09819 100%);
  background-image: -o-linear-gradient(right, #ff5858 0%, #f09819 100%);
  background-image: linear-gradient(-90deg, #ff5858 0%, #f09819 100%);
}

/* gradient*/
.gradient-blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#a445b2), color-stop(51%, #d41872), color-stop(100%, #fa4299), to(#ff0066));
  background-image: -webkit-linear-gradient(left, #a445b2 0%, #d41872 51%, #fa4299 100%, #ff0066 100%);
  background-image: -o-linear-gradient(left, #a445b2 0%, #d41872 51%, #fa4299 100%, #ff0066 100%);
  background-image: linear-gradient(90deg, #a445b2 0%, #d41872 51%, #fa4299 100%, #ff0066 100%);
}

/* gradient*/
.gradient-blue-dark {
  background-image: -webkit-gradient(linear, left top, right top, from(#321575), color-stop(51%, #8d0b93), color-stop(100%, #ff0066), to(#ff057c));
  background-image: -webkit-linear-gradient(left, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  background-image: -o-linear-gradient(left, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  background-image: linear-gradient(90deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
}

@media (min-width: 1100px) {
  .feature-image {
    margin: 0 -50px;
  }
  .content-left {
    padding-right: 50px;
  }
  .content-right {
    padding-left: 50px;
  }
}

.bg-shap {
  background-repeat: no-repeat;
  background-position: left;
}

.bg-shap-right {
  background-repeat: no-repeat;
  background-position: right;
}

/*=================================================
          buttons
===============================================*/
.btn {
  padding: 0px 44px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFFFFF;
}

.btn.icon-left > i, .btn.icon-right > i {
  line-height: inherit;
}

.btn.icon-right > i {
  float: right;
  line-height: inherit;
  padding-left: 20px;
}

.btn.icon-left > i {
  float: left;
  padding-right: 20px;
}

.btn.btn-primary {
  background-color: #fc4a00;
}

.btn.btn-secondary {
  background-color: #FFFFFF;
  color: #fc4a00;
  -webkit-box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.2);
}

.btn:not([class^="btn-outline-"]) {
  border: 0px solid #000;
}

/*=================================================
          3d sldier
===============================================*/
.three-d-slider-wraper {
  overflow: hidden;
  padding-bottom: 120px;
  position: relative;
}

.three-d-slider {
  padding-top: 103px;
}

.three-d-slider .owl-stage-outer {
  min-height: 308px;
  overflow: visible;
}

.three-d-slider .single-item {
  -webkit-box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
}

.three-d-slider .owl-item {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

.three-d-slider .owl-item:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.three-d-slider .owl-item.center {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  z-index: 2;
}

.three-d-slider .owl-nav button.owl-prev, .three-d-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.three-d-slider .owl-nav button.owl-prev {
  left: -95px;
}

.three-d-slider .owl-nav button.owl-next {
  right: -95px;
}

.owl-nav button.owl-prev > i, .owl-nav button.owl-next > i {
  color: #555555;
  font-size: 1.75rem;
}

.owl-nav button.owl-prev:hover > i, .owl-nav button.owl-next:hover > i {
  color: #fc4a00;
}

/*=================================================
          demo content
===============================================*/
/* Logo */
.site-nav-inner .logo {
  max-width: 280px;
}

/* Section Title */
.section-title-wrpaer {
  margin-bottom: 100px;
  position: relative;
}

.section-title-wrpaer.version-2 {
  margin-bottom: 45px;
}

.section-title-wrpaer.version-2 .section-title {
  margin-bottom: 30px;
}

.section-title-wrpaer.version-3 {
  margin-bottom: 30px;
}

.section-title-wrpaer.version-4 {
  margin-bottom: 45px;
}

.section-title-wrpaer.version-4 .section-title {
  margin-bottom: 0px;
}

.section-title-wrpaer.version-4 .shuffle-letter-title-wraper {
  bottom: -91px;
}

.section-title-wrpaer .shuffle-letter-title-wraper {
  position: absolute;
  bottom: -131px;
  left: 0;
  width: 100%;
  line-height: 1;
  pointer-events: none;
}

.section-sub-title {
  font-size: 1.25rem;
  margin-bottom: 13px;
  font-weight: 500;
}

.section-sub-title span {
  color: #fc4a00;
}

.section-title {
  margin-bottom: 0px;
  font-size: 3rem;
  color: #fc4a00;
}

/* Animation */
.demo-animation li {
  display: inline-block;
}

.demo-animation li:not(:last-child) {
  margin-right: 20px;
}

/*=================================================
          inheritance element
===============================================*/
h1,
h2,
h3,
h4 {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-weight: 700;
  letter-spacing: -.4px;
}

a {
  display: inline-block;
  color: #555555;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  color: #fc4a00;
}

/* section padding */
.section-padding {
  padding: 100px 0;
}

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

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

.section-padding-small {
  padding: 60px 0;
}

.section-padding-medium {
  padding: 80px 0;
}

.xs-mb-0 {
  margin-bottom: 0px;
}

.xs-pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* color */
.black-color {
  color: #000000;
}

/* background color */
.black-bg {
  background-color: #000000;
}

/* color */
.white-color {
  color: #FFFFFF;
}

/* background color */
.white-bg {
  background-color: #FFFFFF;
}

/* color */
.primary-color {
  color: #fc4a00;
}

/* background color */
.primary-bg {
  background-color: #fc4a00;
}

/* color */
.secondary-color {
  color: #b3180d;
}

/* background color */
.secondary-bg {
  background-color: #b3180d;
}

/* color */
.gray-color {
  color: #fafafa;
}

/* background color */
.gray-bg {
  background-color: #fafafa;
}

/* remove from control focus box shadow */
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* owl image preset */
.owl-carousel .owl-item img {
  width: auto;
}

/* tab pane animation */
.tab-pane.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/* remove iframe box shadow and background */
.mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* simple button */
.simple-btn {
  font-weight: 700;
  display: inline-block;
}

.simple-btn i {
  padding-left: 8px;
  position: relative;
  top: 2px;
  -webkit-transition: padding-left .4s ease;
  -o-transition: padding-left .4s ease;
  transition: padding-left .4s ease;
}

.simple-btn:hover i {
  padding-left: 4px;
}

.simple-btn.style2 {
  color: #b3180d;
}

/* watermark icon */
.watermark-icon {
  position: absolute;
  top: 0;
  left: 0;
}

p:last-child {
  margin-bottom: 0px;
}

/* input type number spinner turn of chrome */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* input type number spinner turn of firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* backgriund image details */
.content-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* dots background */
.dots-bg {
  background-repeat: no-repeat;
  background-position: center top 213px;
  background-size: 100% auto;
}

.loading {
  background: #ededed url("../images/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  color: #ededed;
}

.gray-color {
  background: #eff3f6;
}

.border-shap {
  position: relative;
}

.border-shap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 1px;
  background: #f8f8f8;
  content: '';
  right: 0;
  margin: auto;
}

/*=================================================
          hero
===============================================*/
.hero-area {
  background: url(../images/gradient-bg.jpg) no-repeat top center/cover;
  position: relative;
  padding: 170px 0 0;
  min-height: 730px;
}

.hero-area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 400px;
  content: '';
  background: url(../images/mockup.png) no-repeat top center/cover;
}

.hero-content h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
}

.hero-content h2 span {
  font-weight: 400;
  font-size: 44px;
  display: block;
}

html {
  overflow-x: hidden;
}

/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content h2 {
    font-size: 36px;
  }
  .hero-content h2 span {
    font-size: 24px;
  }
}

/* Small Devices, Tablets */
@media (max-width: 767px) {
  .hero-content h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .hero-content h2 span {
    font-size: 24px;
  }
}
