/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/

body {
  font-size: 15px;
  color: #696969;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  font-family: "Hind", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.large-container {
  max-width: 1450px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input,
button,
select,
textarea {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  font-family: "Hind", sans-serif;
  color: #696969;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #070719;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
}

.preloader-close {
  position: fixed;
  z-index: 999999;
  font-size: 14px;
  color: #fff;
  padding: 5px 20px 2px 20px;
  cursor: pointer;
  right: 0;
  top: 0;
  font-weight: 600;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  color: #bc1622;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #bc1622;
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid #bc1622;
  border-top-color: rgba(188, 22, 34, 0.3);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 40px;
    letter-spacing: 10px;
  }
}

.centred {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

/** button **/

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  text-align: center;
  padding: 15px 38px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn i {
  margin-left: 10px;
}

.theme-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: translateY(0px) skew(-12deg);
  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn:hover:before {
  width: 100%;
}

.theme-btn:hover {
  color: #fff;
}

.theme-btn:after {
  position: absolute;
  content: "";
  background-color: #070719;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: translateY(0px) skew(-12deg);
  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn:hover:after {
  width: 100%;
}

.pagination {
  position: relative;
  display: block;
}

.pagination li {
  display: inline-block;
  margin: 0px 12px;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #e6e6e8;
  text-align: center;
  color: #5b5858;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
  color: #fff;
  background: #070719;
}

.pagination li a:before {
  position: absolute;
  content: "";
  border: 2px solid #ebebeb;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  width: 80px;
  height: 80px;
}

.sec-pad {
  padding: 110px 0px 120px 0px !important;
}

.sec-pad-2 {
  padding: 110px 0px !important;
}

.mr-0 {
  margin: 0px !important;
}

.scroll-top {
  width: 55px;
  height: 55px;
  line-height: 64px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 40px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top span {
  color: #fff;
}

.sec-title {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.sec-title span.top-text {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Hind", sans-serif;
  padding-left: 45px;
  margin-bottom: 21px;
  text-transform: uppercase;
}

.sec-title span.top-text:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-1.png);
  width: 28px;
  height: 25px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin: 0px;
}
.sec-title h4 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  margin: 0px;
}

.sec-title h2 span {
  font-weight: 300;
}

.sec-title.light h2 {
  color: #fff;
}

.sec-title.centred {
  text-align: center !important;
}

.sec-title.centred span.top-text {
  padding-right: 45px;
}

.sec-title.centred span.top-text:after {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-1.png);
  width: 28px;
  height: 28px;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

/*** 

====================================================================
                        Home-Page
====================================================================

***/

/** main-header **/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header.style-one {
  position: relative;
  padding: 0px 70px;
  width: 100%;
}

.header-top {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 11px 50px;
}

.header-top ul li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #070719;
  line-height: 26px;
}

.header-top ul li a {
  display: inline-block;
  color: #070719;
}

.header-top ul li a:hover {
}

.header-top ul.left-info li {
  padding-left: 40px;
  margin-right: 10px;
}

.header-top ul.left-info li:last-child {
  margin: 0px !important;
}

.header-top ul.left-info li:first-child {
  padding: 0px;
}

.header-top ul.left-info li i {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: -4px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.header-top ul.right-info li {
  margin-right: 35px;
  padding-left: 28px;
}

.header-top ul.right-info li:last-child {
  margin: 0px !important;
}

.header-top ul.right-info li i {
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 15px;
}

.main-header .outer-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px;
}

.main-header .outer-box .logo-box {
  position: relative;
  padding: 17.5px 0px;
  max-width: 172px;
}

.main-header .outer-box .logo-box img {
  width: 100%;
}

.main-header .outer-box .btn-box {
  position: relative;
  top: 2px;
  display: flex;
}

.main-header .outer-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  color: #070719;
  padding: 10px 40px;
}

.main-header .outer-box .btn-box a:before {
  background: #fff;
}

.main-header .outer-box .btn-box a:hover {
  color: #fff;
}

/** main-menu **/

.main-menu {
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  margin: 0px;
}

.main-menu .navigation > li {
  position: inherit;
  float: left;
  z-index: 2;
  padding: 30px 0px;
  margin: 0px 12px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
  margin-right: 0px !important;
}

.main-menu .navigation > li:first-child {
  margin-left: 0px !important;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  padding-right: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  opacity: 1;
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
}

.main-menu .navigation > li.dropdown > a:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  top: 2px;
  right: 0px;
}

.sticky-header .outer-box {
  position: relative;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 230px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li:hover > ul > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li:nth-child(2n + 1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation > li > ul > li:nth-child(2n + 8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  padding: 7px 0px;
  line-height: 24px;
  font-weight: 600;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  color: #070719;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 14px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  right: 100%;
  top: 0%;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 10px 0px;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li > ul > li:hover > ul > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 7px 0px;
  line-height: 24px;
  font-weight: 600;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  color: #070719;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar {
  background-color: #222;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}

/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
  font-weight: 500;
  padding: 3px 0px;
  margin-bottom: 10px;
}

/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 50px 25px;
  text-align: left;
  padding-bottom: 100px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  right: 100%;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #070719;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  color: #ffffff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  padding: 0px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
}

div#mCSB_1_container {
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.mobile-menu .contact-info ul li a:hover {
}

.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}

.main-header .outer-box {
  position: relative;
}

/** banner-section **/

.banner-section {
  position: relative;
  overflow: hidden;
}

.banner-carousel {
  position: relative;
}

.banner-carousel .slide-item {
  position: relative;
  padding: 90px 0px;
}

.banner-carousel .slide-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    0deg,
    rgba(7, 7, 25, 0.95),
    rgba(188, 22, 34, 0.5) 100%
  );
  top: 0px;
  right: 0px;
  z-index: 1;
}

.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.banner-carousel .content-box {
  position: relative;
  display: block;
  margin-right: -20px;
  z-index: 5;
}

.banner-carousel .content-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: "Hind", sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 7px;
  text-transform: uppercase;
  padding-left: 85px;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box h5:before,
.banner-carousel .content-box h5:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 50px;
  height: 1px;
}

.banner-carousel .content-box h5:before {
  left: 10px;
  top: 8px;
}

.banner-carousel .content-box h5:after {
  left: 0px;
  bottom: 9px;
}

.banner-carousel .content-box h1 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 70px;
  line-height: 95px;
  font-weight: 700;
  margin-bottom: 56px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .content-box h2 {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  position: relative;
  display: block;
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  font-weight: 700;
  margin-top: -40px;
  margin-bottom: 56px;
  opacity: 0;
  padding-left: 50px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .active .content-box h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.banner-carousel .content-box .btn-box .theme-btn.banner-btn {
  padding: 13px 38px;
  margin-left: 10px;
}

.banner-carousel .content-box .btn-box .theme-btn.banner-btn:before {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.banner-carousel .content-box .btn-box .theme-btn.banner-btn:hover {
  border-color: #070719;
}

.banner-carousel .image-box {
  position: relative;
  display: block;
  margin-right: -150px;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .image-box {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .image-box .image {
  position: relative;
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%, 10% 0%);
  padding-left: 10px;
  padding-bottom: 10px;
}

.banner-carousel .image-box .image:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: -90px;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
}

.banner-carousel .image-box .image img {
  position: relative;
  width: 100%;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}

.banner-section .owl-dots {
  /* position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%); */
  display: none;
}

.banner-section .owl-theme .owl-dots .owl-dot {
  display: block;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 15px 0px;
  cursor: pointer;
}

.banner-section .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span:before,
.banner-section .owl-theme .owl-dots .owl-dot span:hover:before {
  transform: scale(1, 1);
}

.bg-color-1 {
  background: #f5f7fa;
}

/** feature-section **/

.feature-section {
  position: relative;
  padding: 130px 0px 100px 0px;
}

.feature-section .inner-box {
  position: relative;
  margin-right: 40px;
}

.feature-section .inner-box .single-item {
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
  padding: 59px 30px 48px 30px;
  margin-bottom: 30px;
}

.feature-section .inner-box .single-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}

.feature-section .inner-box .single-item:hover:before {
  height: 100%;
}

.feature-section .inner-box .single-box {
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%, 10% 0%);
}

.feature-section .inner-box .single-item .icon-box {
  position: relative;
  font-size: 100px;
  line-height: 80px;
  margin-bottom: 7px;
  transition: all 500ms ease;
}

.feature-section .inner-box .single-item:hover .icon-box {
  color: #fff;
}

.feature-section .inner-box .single-item h3 {
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  transition: all 500ms ease;
}

.feature-section .inner-box .single-item:hover h3 {
  color: #fff;
}

.feature-section .content_block_1 .content-box {
  margin-left: -30px;
}

.feature-section .content_block_1 .content-box .text {
  position: relative;
  display: block;
  padding-left: 75px;
  margin-bottom: 33px;
}

.feature-section .content_block_1 .content-box .text .icon-box {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 55px;
  line-height: 60px;
}

.feature-section .inner-column .single-column:last-child {
  padding-top: 30px;
  margin-left: -30px;
}

/** about-section **/

.about-section {
  position: relative;
  padding: 125px 0px;
}

.content_block_2 .content-box .sec-title h2 {
  margin-bottom: 34px;
}

.content_block_2 .content-box .text {
  position: relative;
  display: block;
  padding-left: 100px;
  margin-bottom: 31px;
}

.content_block_2 .content-box .text .icon-box {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80px;
  line-height: 60px;
}

.content_block_2 .content-box .text h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-section .content_block_2 .content-box {
  margin-right: 45px;
}

.image_block_1 .image-box {
  position: relative;
  display: block;
  padding: 95px 100px 30px 0px;
}

.image_block_1 .image-box .image img {
  width: 100%;
}

.image_block_1 .image-box .image-1 {
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_1 .image-box .image-1:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_1 .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.image_block_1 .image-box .image-2 {
  position: absolute;
  top: 0px;
  right: 0px;
}

.image_block_1 .image-box:before {
  position: absolute;
  content: "";
  width: 180px;
  height: 190px;
  left: -30px;
  bottom: 0px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}

/** service-section **/

.service-section {
  position: relative;
}

.service-section .inner-content {
  position: relative;
  margin-bottom: -190px;
  z-index: 1;
}

.service-block-one .inner-box {
  position: relative;
  display: block;
  text-align: center;
}

.service-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #070719;
}

.service-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img {
  opacity: 0.2;
  transform: scale(1.05);
}

.service-block-one .inner-box .lower-content {
  position: relative;
  margin: 0px 25px;
}

.service-block-one .inner-box .lower-content .inner {
  position: relative;
  margin-top: -134px;
  padding: 43px 30px 33px 30px;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .inner {
  padding-bottom: 97px;
  margin-top: -198px;
}

.service-block-one .inner-box .lower-content .inner:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: translateY(0px) skew(-5deg);
  border-radius: 10px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content .inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  transform: scale(0, 0) skew(-5deg);
  border-radius: 10px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .inner:after {
  transform: scale(1, 1) skew(-5deg);
}

.service-block-one .inner-box .lower-content .inner .light-icon {
  position: absolute;
  left: 50%;
  top: 56%;
  color: #f2f2f2;
  font-size: 170px;
  line-height: 100px;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .inner .light-icon {
  color: rgba(255, 255, 255, 0.08);
}

.service-block-one .inner-box .lower-content .inner .icon-box {
  position: relative;
  font-size: 80px;
  line-height: 60px;
  margin-bottom: 18px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .inner .icon-box {
  color: #fff;
}

.service-block-one .inner-box .lower-content .inner h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.service-block-one .inner-box .lower-content .inner h3 a {
  display: inline-block;
  color: #050703;
}

.service-block-one .inner-box:hover .lower-content .inner h3 a {
  color: #fff;
}

.service-block-one .inner-box .lower-content .inner .text {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  padding: 0 20px;
  text-align: center;
}

.service-block-one .inner-box .lower-content .inner .text p {
  color: #fff;
  opacity: 0;
  transition: all 500ms ease;
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.2;
}

.service-block-one .inner-box:hover .lower-content .inner .text p {
  opacity: 1;
}

.service-section .sec-title {
  margin-bottom: 80px;
}

/** contact-section **/

.contact-section {
  position: relative;
  width: 100%;
  padding: 310px 0px 130px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.contact-section:before {
  position: absolute;
  content: "";
  background: #070719;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.contact-section .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.contact-section .image-box:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.contact-section .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.contact-section .image-box img {
  width: 100%;
}

.contact-section .content_block_3 .content-box {
  position: relative;
  margin: 0px 70px;
}

.contact-section .nice-select:after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  color: #8b8baf;
  top: 0px;
  right: 30px;
  margin: 0px;
  margin: 0px;
  border: none !important;
  transform: rotate(0deg) !important;
}

.contact-section .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  max-width: 100%;
  line-height: 60px;
  border: 2px solid rgba(73, 73, 116, 0.5) !important;
  font-size: 15px;
  color: #8b8baf;
  font-weight: 500;
  background: transparent;
  border-radius: 0px;
  padding: 0px 20px;
}

.content_block_3 .content-box form .form-group {
  position: relative;
  margin-bottom: 15px;
  min-height: 65px;
}

.content_block_3 .content-box form .form-group:last-child {
  margin-bottom: 0px;
}

.content_block_3 .content-box form .form-group input[type="text"],
.content_block_3 .content-box form .form-group input[type="email"],
.content_block_3 .content-box form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  font-size: 15px;
  color: #8b8baf;
  font-weight: 500;
  background: transparent;
  border: 2px solid rgba(73, 73, 116, 0.5);
  padding: 10px 60px 10px 30px;
  transition: all 500ms ease;
}

.content_block_3 .content-box form .form-group input::-webkit-input-placeholder,
.content_block_3
  .content-box
  form
  .form-group
  textarea::-webkit-input-placeholder {
  color: #8b8baf;
}

.content_block_3 .content-box form .form-group input:focus,
.content_block_3 .content-box form .form-group textarea:focus {
}

.content_block_3 .content-box form .form-group i {
  position: absolute;
  font-size: 15px;
  top: 25px;
  right: 30px;
  z-index: 1;
}

.content_block_3 .content-box form .form-group textarea {
  height: 110px;
  resize: none;
}

.content_block_3 .content-box .sec-title {
  margin-bottom: 50px;
}

/** gallery-section **/

.gallery-section {
  position: relative;
  padding: 125px 70px 102px 70px;
  border-bottom: 1px solid #e0e0e0;
}

.project-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-one.small-image .inner-box {
  top: 50px;
}

.project-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: -webkit-linear-gradient(
    0deg,
    rgba(7, 7, 25, 1),
    rgba(188, 22, 34, 1) 100%
  );
}

.project-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img {
  opacity: 0.1;
  transform: scale(1.05);
}

.project-block-one .inner-box .content-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px 30px;
  text-align: center;
}

.project-block-one .inner-box .content-box .view-btn a {
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 11px;
  transform: scale(0, 0);
}

.project-block-one .inner-box:hover .content-box .view-btn a {
  transform: scale(1, 1);
}

.project-block-one .inner-box .content-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  top: 15px;
  transition: all 500ms ease;
  opacity: 0;
}

.project-block-one .inner-box .content-box h3 a {
  display: inline-block;
  color: #fff;
}

.project-block-one .inner-box .content-box h3 a:hover {
  text-decoration: underline;
}

.project-block-one .inner-box:hover .content-box h3 {
  opacity: 1;
  top: 0px;
}

.gallery-section .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  top: 115px;
  width: 100%;
}

.gallery-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3px;
  margin: 0px;
  padding: 0px;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.gallery-section .owl-theme .owl-dots .owl-dot {
  width: 25%;
  margin: 0px 0px;
  padding: 0px 0px;
}

.gallery-section .owl-theme .owl-dots .owl-dot.active span {
}

.gallery-section .sec-title {
  margin-bottom: 80px;
}

/** testimonial-section **/

.testimonial-section {
  position: relative;
  padding: 125px 0px 50px 0px;
}

.testimonial-section .content_block_4 .content-box {
  position: relative;
  margin: 0px 40px;
}

.content_block_4 .content-box .testimonial-content {
  position: relative;
  padding-left: 130px;
  margin: 0px 10px;
}

.content_block_4 .content-box .testimonial-content .icon-box {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 50px;
  color: #fff;
  z-index: 1;
}

.content_block_4 .content-box .testimonial-content .icon-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: skew(-5deg);
  border-radius: 3px;
  z-index: -1;
}

.content_block_4 .content-box .testimonial-content .text h5 {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}

.content_block_4 .content-box .testimonial-content .text p {
  line-height: 30px;
}

.content_block_4 .content-box .testimonial-content .text {
  margin-bottom: 18px;
}

.content_block_4 .content-box .testimonial-content .author-box {
  position: relative;
  padding: 0px 0px 0px 70px;
}

.content_block_4 .content-box .testimonial-content .author-box .image-box {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.content_block_4 .content-box .testimonial-content .author-box .image-box img {
  width: 100%;
  border-radius: 50%;
}

.content_block_4 .content-box .testimonial-content .author-box h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 2px;
}

.content_block_4 .content-box .testimonial-content .author-box .designation {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.content_block_4 .content-box .sec-title {
  margin-bottom: 55px;
}

.testimonial-section .image-column .image-box {
  position: relative;
  display: block;
  padding: 0px 36px;
}

.testimonial-section .image-column .image-box img {
  width: 100%;
}

/** google-map-section **/

.google-map-section {
  position: relative;
}

#contact-google-map {
  position: relative;
  width: 100%;
  height: 750px;
}

/** cta-section **/

.cta-section {
  position: relative;
}

.cta-section .inner-container {
  position: relative;
  padding: 30px 100px 63px 100px;
  margin-bottom: 0px;
  z-index: 1;
}

.cta-section .inner-container .text p {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 50px;
  margin-bottom: 21px;
}

.cta-section .inner-container .text p:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-2.png);
  width: 28px;
  height: 23px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.cta-section .inner-container .text h2 {
  display: block;
  font-size: 55px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
}

.cta-section .inner-container .text h2 span {
  font-weight: 300;
}

.cta-section .inner-container .btn-box .theme-btn:before {
  background: #ffffff;
}

.cta-section .inner-container .btn-box .theme-btn {
}

.cta-section .inner-container .btn-box {
  position: relative;
  margin-top: 68px;
}

.cta-section .inner-container .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.cta-section .inner-container:before {
  position: absolute;
  content: "";
  background: #070719;
  height: 100%;
  width: 240px;
  top: 0px;
  right: -10px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 70px 0px);
}

/** main-footer **/

.main-footer {
  position: relative;
  background: #070719;
}

.footer-top {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin-top: -80px;
  z-index: 1;
}

.footer-top:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.footer-top .top-info {
  position: relative;
  margin-top: 3px;
}

.footer-top .top-info li {
  position: relative;
  display: inline-block;
  margin-right: 175px;
  padding-left: 60px;
}

.footer-top .top-info li:last-child {
  margin: 0px !important;
}

.footer-top .top-info li i {
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 45px;
  color: #ffffff;
}

.footer-top .top-info li h3 {
  display: block;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}

.footer-top .top-info li p {
  color: #ffffff;
}

.footer-top .top-info li:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 50px;
  top: 0px;
  right: -90px;
}

.footer-top .top-info li:last-child:before {
  display: none;
}

.main-footer .widget-section {
  position: relative;
  padding: 65px 0px 75px 0px;
  border-bottom: 1px solid #1f1f3e;
}

.main-footer .widget-section .widget-title {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.main-footer .widget-section .widget-title h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.main-footer .widget-section p,
.main-footer .widget-section a {
  color: #9e9e9e;
}

.main-footer .about-widget .text {
  position: relative;
  margin-bottom: 21px;
}

.main-footer .about-widget .email-box {
  position: relative;
  padding-left: 40px;
}

.main-footer .about-widget .email-box i {
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 24px;
}

.main-footer .about-widget .email-box a {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-family: "Hind", sans-serif;
  font-weight: 300;
}

.main-footer .about-widget .email-box a:hover {
}

.ml-90 {
  margin-left: 90px;
}

.ml-30 {
  margin-left: 30px;
}

.main-footer .links-widget .widget-title {
  margin-bottom: 22px;
}

.main-footer .links-widget .links-list li {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.main-footer .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a {
  display: inline-block;
}

.main-footer .links-widget .links-list li a:hover {
}

.main-footer .post-widget {
  position: relative;
  margin-left: -15px;
}

.main-footer .post-widget .post {
  position: relative;
  padding: 0px 0px 0px 100px;
  min-height: 80px;
  margin-bottom: 15px;
}

.main-footer .post-widget .post:last-child {
  margin-bottom: 0px;
}

.main-footer .post-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 1px;
  width: 75px;
  height: 75px;
  overflow: hidden;
}

.main-footer .post-widget .post .post-thumb img {
  width: 100%;
  transition: all 500ms ease;
}

.main-footer .post-widget .post:hover .post-thumb img {
  opacity: 0.2;
}

.main-footer .post-widget .post h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
}

.main-footer .post-widget .post h6 a {
  display: inline-block;
}

.main-footer .post-widget .post h6 a:hover {
  color: #fff;
}

.main-footer .post-widget .post .post-date {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #9e9e9e;
  padding-left: 26px;
  text-transform: uppercase;
}

.main-footer .post-widget .post .post-date i {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 15px;
}

.main-footer .post-widget .widget-title {
  margin-bottom: 26px;
}

.footer-bottom {
  position: relative;
  width: 100%;
  padding: 30px 0px;
}

.footer-bottom .copyright p,
.footer-bottom .copyright a {
  line-height: 30px;
  color: #9e9e9e;
  font-family: "Roboto", sans-serif;
}

.footer-bottom .copyright a:hover {
}

.footer-bottom .footer-social li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 40px;
}

.footer-bottom .footer-social li:last-child {
  margin: 0px !important;
}

.footer-bottom .footer-social li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: "Hind", sans-serif;
  color: #ffffff;
  font-weight: 500;
  padding-left: 45px;
  padding-top: 3px;
}

.footer-bottom .footer-social li a i {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.footer-bottom .footer-social li:first-child a i {
  background: #1771e6;
}

.footer-bottom .footer-social li:nth-child(2) a i {
  background: #3a2727;
}

.footer-bottom .footer-social li:nth-child(3) a i {
  background: #25d366;
}

.footer-bottom .footer-social li:last-child a i {
  background: #de0e88;
}

/** page-title **/

.page-title {
  position: relative;
  width: 100%;
  padding: 168px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before {
  position: absolute;
  content: "";
  background: #070719;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.65;
}

.page-title .title {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.page-title .title h1 {
  font-size: 100px;
  line-height: 100px;
  color: #ffffff;
  font-weight: 700;
}

.page-title .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  padding-right: 28px;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.page-title .bread-crumb li:last-child {
  padding: 0px;
  margin: 0px;
}

.page-title .bread-crumb li a {
  color: #fff;
}

.page-title .bread-crumb li a:hover {
}

.page-title .bread-crumb li:before {
  position: absolute;
  content: "\f105";
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  top: -3px;
  right: 0px;
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

/** error-section **/

.error-section {
  position: relative;
  padding: 100px 0px 200px 0px;
}

.error-section .inner-box .theme-btn-one i {
  margin-right: 10px;
}

.error-section .inner-box .error-image {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}

.error-section .inner-box h1 {
  font-size: 200px;
  line-height: 200px;
  color: #070719;
  font-weight: 900;
  margin-bottom: 10px;
}

.error-section .inner-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 60px;
}

.chooseus-section.style-two .content_block_5 .content-box {
  margin-left: 70px;
}

.chooseus-section.style-two .image-box {
  margin: 0px;
}

.service-section.service-page {
  padding: 130px 0px 320px 0px;
}
.chooseus-section.style-two .content_block_5 .content-box {
  margin-left: 70px;
}

.chooseus-section.style-two .image-box {
  margin: 0px;
}

.service-section.service-page {
  padding: 130px 0px 320px 0px;
}

/** chooseus-section **/

.chooseus-section {
  position: relative;
  padding: 130px 0px 130px 0px;
}

.content_block_5 .content-box {
  position: relative;
  display: block;
}

.content_block_5 .content-box .text {
  position: relative;
  margin-bottom: 43px;
  padding-left: 35px;
}

.content_block_5 .content-box .text p {
  line-height: 30px;
}

.content_block_5 .content-box .text:before {
  position: absolute;
  content: "";
  width: 5px;
  height: calc(100% - 20px);
  top: 8px;
  left: 0px;
}

.content_block_5 .content-box .list-item li {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  line-height: 40px;
  padding-left: 55px;
  margin-bottom: 20px;
}

.content_block_5 .content-box .list-item li:before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  border: 2px solid #efefef;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 0px;
  top: 0px;
}

.content_block_5 .content-box .list-item {
  padding-bottom: 30px;
}

.chooseus-section .sec-title {
  margin-bottom: 42px;
}

.chooseus-section .image-box {
  position: relative;
  display: block;
  margin-left: 50px;
  margin-top: 70px;
}

.chooseus-section .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.chooseus-section .image-box .image img {
  width: 100%;
}

.chooseus-section .image-box .image:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.chooseus-section .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.chooseus-section .image-box .image-bg {
  position: absolute;
  left: 250px;
  top: -72px;
  width: 5000px;
  height: 100%;
}

/** booking-service-section **/

.booking-service-section {
  padding: 60px 0 120px 0;
  background-color: #e4e4e4;
}

.booking-service-section .sec-title .top-text {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 8px;
  display: inline-block;
}

.booking-service-section .sec-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111;
}

.booking-form label {
  font-weight: 600;
  color: #333;
}

.booking-form .required {
  color: red;
}

.booking-form input.form-control,
.booking-form select.form-control,
.booking-form textarea.form-control {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  padding: 10px 12px !important;
  font-size: 15px !important;
  background-color: #fff !important;
  color: #333 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 40px !important;
  transition: border-color 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.booking-form textarea.form-control {
  height: auto !important;
  min-height: 100px !important;
  resize: vertical !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.booking-form input.form-control:focus,
.booking-form select.form-control:focus,
.booking-form textarea.form-control:focus {
  border-color: #e64f4a !important;
  outline: none !important;
  box-shadow: 0 0 5px rgba(236, 63, 54, 0.5) !important;
}

.booking-form button.theme-btn.style-one i {
  font-size: 18px;
}
.booking-service-section h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #222;
  border-bottom: 2px solid #e64f4a;
  padding-bottom: 8px;
}

.booking-form .form-group {
  margin-bottom: 20px;
}

.booking-form .form-control {
  box-shadow: none;
}

.booking-form textarea.form-control {
  min-height: 120px;
}

.booking-form label {
  display: block;
  margin-bottom: 6px;
}

.booking-form button.theme-btn.style-one {
  padding: 14px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.booking-form button.theme-btn.style-one i {
  margin-left: 8px;
  font-size: 18px;
}

.booking-form .row.clearfix {
  margin-left: -15px;
  margin-right: -15px;
}

.booking-form .col-md-6,
.booking-form .col-md-4,
.booking-form .col-md-12 {
  padding-left: 15px;
  padding-right: 15px;
}
