/*
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
===============================================*/
.header-area {
  min-height: 156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
}

.header-content {
  text-align: right;
}

.header-list > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
  font-weight: 700;
}
.header-list > li:not(:last-child) {
  margin-right: 40px;
}

.nav-logo > img {
  max-width: 200px;
  max-height: 60px;
}

.btn-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#1CBA9F), to(#558DCA));
  background: -webkit-linear-gradient(left, #1CBA9F, #558DCA);
  background: -o-linear-gradient(left, #1CBA9F, #558DCA);
  background: linear-gradient(to right, #1CBA9F, #558DCA);
  color: #fff;
  border-radius: 3px;
  border: none;
  position: relative;
  z-index: 1;
}
.btn-gradient:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: -webkit-gradient(linear, right top, left top, from(#1CBA9F), to(#558DCA));
  background: -webkit-linear-gradient(right, #1CBA9F, #558DCA);
  background: -o-linear-gradient(right, #1CBA9F, #558DCA);
  background: linear-gradient(to left, #1CBA9F, #558DCA);
  opacity: 0;
  border-radius: 3px;
  visibility: hidden;
  -webkit-transition: all 0.46s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 0.46s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.46s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  color: #fff !important;
}
.btn-gradient:hover {
  color: #fff !important;
}
.btn-gradient:hover:after {
  opacity: 1;
  visibility: visible;
}

/*=================================================
          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: 566px;
}
.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: #f3525a;
}

.demo-group > [class^=col-]:nth-last-child(-n+3) .single-demo {
  margin-bottom: 0px;
}

.responsive-demo {
  height: 478px;
}

.xs-preview-banner {
  background-color: #273272;
  position: relative;
}

.xs-fixed-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 991px) {
  .xs-fixed-header {
    margin-bottom: 50px;
  }
}

.xs-preview-height {
  height: 60vh;
  min-height: 500px;
}
@media (max-width: 991px) {
  .xs-preview-height {
    height: 500px;
  }
  .xs-preview-height .md-mt {
    margin-top: 150px;
  }
}

/*=================================================
          footer area
===============================================*/
.footer-section {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 139px 0;
  background-size: cover;
}

.demo-footer-content {
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.demo-footer-content .widget-title {
  font-size: 2.25rem;
  color: #FFFFFF;
  margin-bottom: 40px;
}

/*=================================================
          feature
===============================================*/
.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, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.feature-image {
  margin-left: -40px;
  margin-right: -97px;
  height: 485px;
}

.featurec-content .section-title {
  margin-bottom: 22px;
}
.featurec-content > p {
  margin-bottom: 55px;
}

/* 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;
}

/*=================================================
          buttons
===============================================*/
.btn {
  height: 75px;
  line-height: 75px;
  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: #f3525a;
}
.btn.btn-primary:hover {
  background-color: #f0222d;
}
.btn.btn-secondary {
  background-color: #FFFFFF;
  color: #f3525a;
  -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.btn-secondary:hover {
  background-color: #e6e6e6;
}
.btn:not([class^="btn-outline-"]) {
  border: 0px solid #000;
}

/*=================================================
          section title
===============================================*/
.section-title-wrpaer {
  margin-bottom: 135px;
  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.375rem;
  margin-bottom: 13px;
}
.section-sub-title span {
  color: #f3525a;
}

.section-title {
  margin-bottom: 0px;
  font-size: 3rem;
}

/* demo title */
.demo-title-wraper {
  margin-bottom: 30px;
}

.demo-title {
  font-size: 1.875rem;
  margin-bottom: 0;
}

/*=================================================
          shuffle letters
===============================================*/
.shuufle-letter-title {
  font-size: 7.5rem;
  opacity: .07;
  margin-bottom: 0;
}

/*=================================================
          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: #f3525a;
}

/*=================================================
          demo content
===============================================*/
.demo-animation li {
  display: inline-block;
}
.demo-animation li:not(:last-child) {
  margin-right: 20px;
}

/*=================================================
          lazy load
===============================================*/
.hqy-lazy {
  opacity: 0;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  display: inline-block;
}

.hqy-loaded {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*=================================================
          inheritance element
===============================================*/
h1,
h2,
h3,
h4 {
  font-family: "Roboto", sans-serif;
  color: #555555;
  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: #f3525a;
}

/* 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: #f3525a;
}

/* background color */
.primary-bg {
  background-color: #f3525a;
}

/* color */
.secondary-color {
  color: #273272;
}

/* background color */
.secondary-bg {
  background-color: #273272;
}

/* 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: #273272;
}

/* 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;
}



/*# sourceMappingURL=style.css.map */