/*
  Theme Name: Miker - Multipurpose Film Studio Movie Production HTML5 Template
  Author:bdevs
  Support: bdevs@info.com
  Description: Multipurpose Film Studio Movie Production.
  Version: 1.0
*/
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700;400&amp;family=Noto+Serif:wght@700&amp;display=swap");

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #7a7a7a;
  font-size: 15px;
  background-color: #0f172a;
}

.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

a,
button {
  color: inherit;
  outline: medium none;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bebas Neue';
  font-weight: normal;
  color: #e5683a;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  letter-spacing: 0.05em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 55px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 30px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
}

@media (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 18px;
}

@media (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 16px;
}

@media (max-width: 767px) {
  h6 {
    font-size: 14px;
  }
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  color: #7a7a7a;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}

hr {
  border-bottom: 1px solid #222222;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #6a6a6a;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #222222;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #222222;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #222222;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #222222;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #222222;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f6f6f6;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #222222;
}

.theme-bg {
  background: #ef6330;
}

.black-moju-bg {
  background: #131517;
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #222222;
}

.theme-color {
  color: #ef6330;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 50px;
}

.pt-130 {
  padding-top: 50px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 50px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 50px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.read--more {
  font-size: 15px;
  font-weight: 700;
  color: #6a6a6a;
  letter-spacing: 0.1em;
  font-family: 'Bebas Neue';
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.read--more::before {
  content: "";
  width: 25px;
  height: 2px;
  display: inline-block;
  background: #6a6a6a;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 13px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.read--more:hover {
  color: #222222;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.read--more:hover::before {
  background: #222222;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.read--more--h2::after {
  content: "";
  width: 25px;
  height: 2px;
  display: inline-block;
  background: #6a6a6a;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 13px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.read--more--h3 {
  color: #ffffff;
}

.read--more--h3::after,
.read--more--h3::before {
  background: #ffffff;
}

.read--more--h3:hover::after,
.read--more--h3:hover::before {
  background: rgba(255, 255, 255, 0.8);
}

.read--more--h3:hover {
  color: rgba(255, 255, 255, 0.8);
}

.common-arrow {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.common-arrow::before {
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.common-arrow::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #484848;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.common-arrow:hover::before {
  color: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.common-arrow:hover::after {
  border-color: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  transform: translateY(-50%) translateX(5px);
}

.common-arrow--prev::after {
  right: 15px;
}

.common-arrow--next::after {
  right: auto;
  left: 15px;
}

.top--arrow {
  font-size: 35px;
  color: #a1a1a1;
  top: -21%;
  right: 0;
}

.top--arrow::after {
  height: 65px;
  width: 65px;
  border: 2px solid #e3e3e3;
}

.top--arrow--prev {
  right: 113px;
}

.top--arrow--prev::after {
  right: 12px;
}

.top--arrow--next {
  right: 65px;
}

.top--arrow--next::after {
  right: auto;
  left: 12px;
}

.top--arrow--two {
  top: -35%;
}

.review-active .common-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.review-active .top--arrow--prev {
  right: auto;
  left: -20%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .review-active .top--arrow--prev {
    left: -2%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .review-active .top--arrow--prev {
    left: 2%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-active .top--arrow--prev {
    left: 0%;
  }
}

.review-active .top--arrow--next {
  right: -20%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .review-active .top--arrow--next {
    right: -2%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .review-active .top--arrow--next {
    right: 2%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-active .top--arrow--next {
    right: 0%;
  }
}

.slick-dots {
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  line-height: 1;
}

.slick-dots li button {
  height: 20px;
  width: 20px;
  text-indent: -9999999px;
  border: 3px solid #4e4e4e;
  background: transparent;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  border-color: #ef6330;
}

.play--common {
  height: 80px;
  width: 80px;
  display: inline-block;
  color: #fff;
  line-height: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .play--common {
    margin-bottom: 20px;
  }
}

.box {
  padding-left: 55px;
  padding-right: 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .box {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .box {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .box {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.review-activeh3 .common-arrow {
  opacity: 1;
  visibility: visible;
}

.page--height {
  min-height: 770px;
  padding-top: 70px;
}

@media (max-width: 767px) {
  .page--height {
    min-height: 470px;
  }
}

.page--title h1 {
  font-size: 120px;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page--title h1 {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .page--title h1 {
    font-size: 50px;
  }
}

.page--stroke {
  position: absolute;
  top: 175px;
  right: 0;
  left: 0;
}

.page--stroke>.stroke--title {
  font-size: 300px;
  text-align: center;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
  line-height: 0.95;
}

@media (max-width: 767px) {
  .page--stroke>.stroke--title {
    font-size: 80px;
  }
}

.breadcrumb-list ul li {
  display: inline-flex;
  font-size: 24px;
  color: #fff;
  padding-left: 28px;
  margin-left: 17px;
  position: relative;
  align-items: center;
  vertical-align: middle;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .breadcrumb-list ul li {
    font-size: 17px;
  }
}

.breadcrumb-list ul li:hover a {
  color: #ef6330;
}

.breadcrumb-list ul li::before {
  position: absolute;
  content: "\f105";
  vertical-align: middle;
  display: inline-block;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
}

.breadcrumb-list ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.breadcrumb-list ul li:first-child::before {
  display: none;
}

.movie--list--filter {
  padding: 30px 40px 0;
  border: 2px solid #f1f1f1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .movie--list--filter {
    padding: 30px 30px 0;
  }
}

@media (max-width: 767px) {
  .movie--list--filter {
    padding: 30px 30px 0;
  }
}

.movie--list--filter--dark {
  border: 2px solid #2f2f2f;
}

.movie--list--filter--two {
  padding: 50px;
  border: 1px solid #e4e4e4;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .movie--list--filter--two {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .movie--list--filter--two {
    padding: 20px;
  }
}

.movie--list--input input {
  width: 100% !important;
  height: 65px;
  border-radius: 7px;
  background: #f6f6f6;
  font-size: 15px;
  font-weight: 600;
  color: #6a6a6a;
  padding: 0 30px;
  border: 0;
}

.movie--list--input input::placeholder {
  color: #6a6a6a;
  font-size: 15px;
}

.movie--list--input button {
  color: #ef6330;
  position: absolute;
  padding: 0;
  border: 0;
  line-height: 1;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 15px;
}

.movie--list--input .nice-select {
  width: 100% !important;
  height: 65px;
  border-radius: 7px;
  background: #f6f6f6;
  font-size: 15px;
  font-weight: 600;
  color: #6a6a6a;
  padding: 0 30px;
  border: 0;
  line-height: 65px;
}

.movie--list--input--dark input {
  background: #2f2f2f;
}

.movie--list--input--dark .nice-select {
  background: #2f2f2f;
}

.movie--list--input .nice-select::after {
  border-bottom: 2px solid #ef6330;
  border-right: 2px solid #ef6330;
  height: 11px;
  width: 11px;
  right: 30px;
}

.filter-btn {
  width: 100%;
  text-align: center !important;
  display: flex;
  justify-content: center;
  border-radius: 7px !important;
}

/* 25. Pagination  */
.basic-pagination ul {
  display: block;
}

.basic-pagination ul li {
  display: inline-block;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-bottom: 10px;
  }
}

.basic-pagination ul li a {
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: #ffffff;
  color: #6a6a6a;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  margin: 0px;
  display: inline-block;
  text-align: center;
  font-family: 'Bebas Neue';
  border: 2px solid #e5e5e5;
}

.basic-pagination ul li a:hover,
.basic-pagination ul li.active a {
  background: transparent;
  color: #ef6330;
  border-color: #ef6330;
}

.basic-pagination {
  text-align: center;
}

/* 19. Faq */
.inner-faq-wrapper>h3 {
  font-size: 28px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 2px solid #eef1fe;
}

.inner-faq-wrapper>h3 i {
  color: #ff3a46;
  margin-right: 10px;
}

.faq-wrapper .card {
  margin-bottom: 15px;
  border-radius: 0;
  border: none;
  background: none;
  border: 1px solid #ecf0f5;
  border-bottom: 1px solid #ecf0f5 !important;
}

.faq-wrapper .card:last-child {
  margin-bottom: 0;
}

.faq-wrapper .card-header {
  padding: 0;
  border-radius: 0;
  background: no-repeat;
  border: none;
}

.card-header:first-child {
  border-radius: 0;
}

.faq-wrapper .card-header h5 a {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 24px 30px;
  text-decoration: none;
  line-height: 1.4;
  padding-right: 80px;
  background: #ef6330;
  position: relative;
}

.faq-wrapper .card-header h5 a i {
  font-size: 22px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .faq-wrapper .card-header h5 a {
    font-size: 16px;
    padding: 24px 30px 24px 24px;
  }
}

.faq-wrapper .card-header h5 a.collapsed {
  background: #f8f8f8;
  color: #222222;
}

.faq-wrapper .card-header h5 a::after {
  position: absolute;
  content: "\f068";
  top: 0;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  height: 100%;
  width: 80px;
  text-align: center;
  line-height: 75px;
  font-size: 20px;
  background: #ef6330;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 767px) {
  .faq-wrapper .card-header h5 a::after {
    right: 0;
  }
}

.faq-wrapper .card-header h5 a.collapsed::after {
  content: "\f067";
}

.faq-wrapper .card-body {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  padding: 0 31px;
  color: #5f5f5f;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 30px;
  background: #f8f8f8;
  padding-top: 24px;
}

.card-text>p {
  margin-bottom: 0;
}

/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/****************************
    Buttons
****************************/
.btn {
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 23.4px 40px;
  border: 2px solid #3d3d3d;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: inline-flex;
  align-items: center;
  font-family: 'Bebas Neue';
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.btn--theme {
  background: #ef6330;
  border: 2px solid transparent;
}

.btn--theme:hover,
.btn--theme:focus {
  background: transparent;
  border: 2px solid #ef6330;
  color: #ef6330;
  outline: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.btn--line::after {
  width: 20px;
  height: 2px;
  background: #ffffff;
  content: "";
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin-top: -3px;
  vertical-align: middle;
}

.btn--line:hover::after {
  background: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/* Overlay */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: #ffffff;
}

[data-overlay="dark"]::before {
  background-color: #222222;
}

[data-overlay="pure-black"]::before {
  background-color: #000;
}

[data-overlay="black-oil"]::before {
  background-color: #141414;
}

[data-overlay="black-moju"]::before {
  background-color: #131517;
}

[data-overlay="theme"]::before {
  background-color: #ef6330;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="75"]::before {
  opacity: 0.75;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="85"]::before {
  opacity: 0.85;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

[data-opacity="95"]::before {
  opacity: 0.95;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeue-Thin.eot");
  src: url("../fonts/BebasNeue-Thind41d.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-Thin.woff2") format("woff2"), url("../fonts/BebasNeue-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue Book';
  src: url("../fonts/BebasNeueBook.eot");
  src: url("../fonts/BebasNeueBookd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBook.woff2") format("woff2"), url("../fonts/BebasNeueBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeueBold.eot");
  src: url("../fonts/BebasNeueBoldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeueLight.eot");
  src: url("../fonts/BebasNeueLightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueLight.woff2") format("woff2"), url("../fonts/BebasNeueLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeueRegular.eot");
  src: url("../fonts/BebasNeueRegulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueRegular.woff2") format("woff2"), url("../fonts/BebasNeueRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/****************************
    Animation
****************************/
@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }

  100% {
    opacity: 0;
  }
}

/****************************
    Section Common
****************************/
.section-title span {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  margin-bottom: 11px;
}

.section-title h2 {
  letter-spacing: 0.05em;
}

/****************************
    Menu Search
****************************/
.nav-search {
  position: relative;
  display: block;
  color: inherit;
}

.nav-search:hover {
  color: inherit;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp .3s;
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: #fff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}

.search-wrap .main-search-input:focus {
  border-bottom: 2px solid #ef6330;
  color: #ef6330;
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

input.main-search-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 25px;
}

input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input:-ms-input-placeholder {
  color: #fff;
  font-size: 25px;
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.search-close:hover {
  color: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/****************************
    Sidebar
****************************/
.sidebar {
  margin-left: 10px;
}

.sidebar--burger {
  display: inline-block;
  height: 65px;
  width: 65px;
  border: 2px solid #ffffff;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.sidebar--burger:hover {
  border-color: #ef6330;
}

.sidebar--burger:hover span::before,
.sidebar--burger:hover span::after {
  background: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.sidebar--burger span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0 15px;
}

.sidebar--burger span::after,
.sidebar--burger span::before {
  height: 2px;
  background: #ffffff;
  content: "";
  display: block;
  width: 30px;
  margin: 7.5px 0px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.sidebar--burger span::before {
  width: 25px;
  margin-left: 5px;
}

.sidebar--burger--h3 {
  border: 2px solid #ef6330;
}

.sidebar--burger--h3:hover {
  background: #ef6330;
}

.sidebar--burger--h3:hover span::before,
.sidebar--burger--h3:hover span::after {
  background: #ffffff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.sidebar--burger--h3 span::after,
.sidebar--burger--h3 span::before {
  background: #ef6330;
}

.sidebar--h2 {
  margin-left: 0;
  margin-right: 100px;
}

@media only screen and (min-width: 1601px) and (max-width: 1829px) {
  .sidebar--h2 {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sidebar--h2 {
    margin-right: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sidebar--h2 {
    margin-right: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar--h2 {
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .sidebar--h2 {
    margin-right: 0;
  }
}

.sidebar--h2 .sidebar--burger {
  border: 2px solid #ef6330;
  height: 60px;
}

.sidebar--h2 .sidebar--burger:hover {
  background: #ef6330;
}

.sidebar--h2 .sidebar--burger:hover span::before,
.sidebar--h2 .sidebar--burger:hover span::after {
  background: #ffffff;
}

.sidebar--h2 .sidebar--burger span::after,
.sidebar--h2 .sidebar--burger span::before {
  background: #ef6330;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .sidebar--h2 .sidebar--burger span::after,
  .sidebar--h2 .sidebar--burger span::before {
    background: #ffffff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .sidebar--h2 .sidebar--burger span::after,
  .sidebar--h2 .sidebar--burger span::before {
    background: #ffffff;
  }
}

@media (max-width: 767px) {

  .sidebar--h2 .sidebar--burger span::after,
  .sidebar--h2 .sidebar--burger span::before {
    background: #ffffff;
  }
}

/* menu */
.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overly.active {
  opacity: 0.7;
  visibility: visible;
}

.menu-close {
  color: #fff;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.menu-close i {
  transition: .3s;
}

.menu-close:hover i {
  transform: rotate(30deg);
}

#menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  height: 100vh;
  z-index: 200;
  overflow: hidden;
  background-color: #111;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity ease 0.4s 0.6s;
  -o-transition: opacity ease 0.4s 0.6s;
  transition: opacity ease 0.4s 0.6s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #menu-overlay {
    width: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #menu-overlay {
    width: 350px;
  }
}

@media (max-width: 767px) {
  #menu-overlay {
    width: 300px;
  }
}

.primary-nav {
  padding: 45px 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .primary-nav {
    padding: 30px 30px;
  }
}

@media (max-width: 767px) {
  .primary-nav {
    padding: 30px 30px;
  }
}

#menu-overlay.active {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  pointer-events: all;
}

#menu-overlay .container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#menu-overlay .content-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#menu-overlay .primary-nav li {
  overflow: hidden;
}

#menu-overlay .primary-nav li a {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
  display: block;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: color 0.2s ease-in-out, -webkit-transform ease 0.4s 0s;
  transition: color 0.2s ease-in-out, -webkit-transform ease 0.4s 0s;
  -o-transition: transform ease 0.4s 0s, color 0.2s ease-in-out;
  transition: transform ease 0.4s 0s, color 0.2s ease-in-out;
  transition: transform ease 0.4s 0s, color 0.2s ease-in-out, -webkit-transform ease 0.4s 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  #menu-overlay .primary-nav li a {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #menu-overlay .primary-nav li a {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #menu-overlay .primary-nav li a {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  #menu-overlay .primary-nav li a {
    font-size: 20px;
  }
}

#menu-overlay .primary-nav li:hover a {
  color: white;
}

#menu-overlay .company-info {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  z-index: 22;
  margin-bottom: -60px;
  padding: 60px;
  border-top: 1px solid #333;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #menu-overlay .company-info {
    padding: 30px 30px;
  }
}

@media (max-width: 767px) {
  #menu-overlay .company-info {
    padding: 30px 30px;
  }
}

.company-info .info-email,
.company-info .info-tel,
.company-info .info-address,
.company-info .sm-links {
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: all ease 0.4s 0.3s;
  -o-transition: all ease 0.4s 0.3s;
  transition: all ease 0.4s 0.3s;
}

.company-info .info-email,
.company-info .info-tel {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .company-info .info-email,
  .company-info .info-tel {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {

  .company-info .info-email,
  .company-info .info-tel {
    margin-bottom: 10px;
  }
}

.company-info .info-address {
  max-width: 250px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .company-info .info-address {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .company-info .info-address {
    margin-top: 10px;
  }
}

.company-info .info-address p {
  font-size: 16px;
}

.company-info .sm-links {
  margin-top: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .company-info .sm-links {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .company-info .sm-links {
    margin-top: 20px;
  }
}

.company-info .sm-links li {
  display: inline-block;
  margin-right: 22px;
}

.company-info .sm-links li a {
  color: #8f8f8f;
  font-size: 20px;
}

#menu-overlay.active .primary-nav li a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform ease 0.7s 0.5s;
  transition: -webkit-transform ease 0.7s 0.5s;
  -o-transition: transform ease 0.7s 0.5s;
  transition: transform ease 0.7s 0.5s;
  transition: transform ease 0.7s 0.5s, -webkit-transform ease 0.7s 0.5s;
}

#menu-overlay.active .company-info .info-email {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all ease 0.7s 1.0s;
  -o-transition: all ease 0.7s 1.0s;
  transition: all ease 0.7s 1.0s;
}

#menu-overlay.active .company-info .info-tel {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all ease 0.7s 1.2s;
  -o-transition: all ease 0.7s 1.2s;
  transition: all ease 0.7s 1.2s;
}

#menu-overlay.active .company-info .info-address {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all ease 0.7s 1.4s;
  -o-transition: all ease 0.7s 1.4s;
  transition: all ease 0.7s 1.4s;
}

#menu-overlay.active .company-info .sm-links {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all ease 0.7s 1.6s;
  -o-transition: all ease 0.7s 1.6s;
  transition: all ease 0.7s 1.6s;
}

/****************************
    Top Up
****************************/
.scroll-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  padding: 0;
  line-height: 1;
  width: 60px;
  height: 60px;
  border: 0;
  -webkit-animation: jump 3.5s linear infinite;
  animation: jump 3.5s linear infinite;
  cursor: pointer;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
  color: #221f3c;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  cursor: pointer;
}

.scroll-top:hover {
  background: #ef6330;
  color: #ffffff;
}

/****************************
    Header
****************************/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header--left--h2 {
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .header--left--h2 {
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}

.header--logo a {
  min-width: 98px;
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header--logo--black {
    display: block;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1334px) {
  .header--logo--black {
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header--logo--black {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header--logo--black {
    display: none;
  }
}

@media (max-width: 767px) {
  .header--logo--black {
    display: none;
  }
}

.header--logo--white {
  display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header--logo--white {
    display: none;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1334px) {
  .header--logo--white {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header--logo--white {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header--logo--white {
    display: block;
  }
}

@media (max-width: 767px) {
  .header--logo--white {
    display: block;
  }
}

.header--padding {
  padding: 0 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header--padding {
    padding: 0px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header--padding {
    padding: 0px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header--padding {
    padding: 25px 0px;
  }
}

@media (max-width: 767px) {
  .header--padding {
    padding: 25px 0px;
  }
}

.header--padding--h2 {
  padding: 40px 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header--padding--h2 {
    padding: 40px 0px;
  }
}

.header--padding--h3 {
  padding: 0 205px;
}

@media only screen and (min-width: 1601px) and (max-width: 1829px) {
  .header--padding--h3 {
    padding: 0 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header--padding--h3 {
    padding: 0px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header--padding--h3 {
    padding: 0px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header--padding--h3 {
    padding: 0px 0px;
  }
}

@media (max-width: 767px) {
  .header--padding--h3 {
    padding: 0px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header--top {
    padding: 15px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header--bottom {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .header--bottom {
    padding-top: 20px;
  }
}

.header--transparrent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.header--lang {
  padding-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header--lang {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header--lang {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header--lang {
    padding-left: 30px;
  }
}

.header--lang ul li a {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  padding: 22px 40px;
  border: 2px solid #3d3d3d;
  position: relative;
  letter-spacing: 0.1em;
  font-family: 'Bebas Neue';
}

.header--lang ul li a::after {
  content: "\f0d7";
  font-family: "font awesome 5 pro";
  line-height: 1;
  padding-left: 10px;
  font-size: 17px;
}

.header--lang ul li a:hover {
  background: #ef6330;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 2px solid transparent;
}

.header--lang--h2 {
  padding-left: 5px;
}

.header--lang--h2 ul li a {
  color: #7a7a7a;
  border: 2px solid #d8d8d8;
  padding: 19px 25px;
  height: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header--lang--h2 ul li a {
    color: #ffffff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header--lang--h2 ul li a {
    color: #ffffff;
  }
}

@media (max-width: 767px) {
  .header--lang--h2 ul li a {
    color: #ffffff;
  }
}

.header--search i {
  color: #acacac;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.header--search i:hover {
  color: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.header--search--h2 {
  margin-left: 15px;
}

.header--search--h2 input {
  height: 60px;
  min-width: 283px;
  border: 2px solid #d8d8d8;
  padding: 0 25px;
  color: #7a7a7a;
  font-family: 'Bebas Neue';
  font-size: 17px;
  letter-spacing: 0.05em;
}

.header--search--h2 input::placeholder {
  color: #7a7a7a;
  font-family: 'Bebas Neue';
  font-size: 17px;
  letter-spacing: 0.05em;
}

.header--search--h2 input:focus {
  border-color: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.header--search--h2 button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  background: transparent;
  padding: 0;
  border: transparent;
  font-size: 17px;
}

.header--search--h2:hover button i {
  color: #ef6330;
}

.header--right {
  padding-left: 265px;
}

@media only screen and (min-width: 1601px) and (max-width: 1829px) {
  .header--right {
    padding-left: 93px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header--right {
    padding-left: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header--right {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header--right {
    padding-left: 15px;
    margin-right: 100px;
  }
}

@media (max-width: 767px) {
  .header--right {
    padding-left: 15px;
    margin-right: 80px;
  }
}

.header--right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header--right ul li .sidebar {
  line-height: 1;
}

@media only screen and (min-width: 1201px) and (max-width: 1334px) {
  .header--right ul li .btn {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header--right--h2 {
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header--right--h2 {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .header--right--h2 {
    justify-content: flex-end;
  }
}

.header--user {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #d8d8d8;
  color: #7a7a7a;
  margin-left: 15px;
  font-size: 17px;
}

.header--user:hover {
  background: #ef6330;
  border: 2px solid #ef6330;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.header--user a {
  display: inline-block;
  width: 100%;
  line-height: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header--user a {
    color: #ffffff;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header--user a {
    color: #ffffff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header--user a {
    color: #ffffff;
  }
}

@media (max-width: 767px) {
  .header--user a {
    color: #ffffff;
  }
}

.header--user--h3 ul li a {
  display: inline-flex;
  align-items: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.header--user--h3 ul li a img {
  border: 1px solid #cfcfcf;
  padding: 7px;
  border-radius: 50%;
  margin-left: 58px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header--user--h3 ul li a img {
    margin-left: 30px;
  }
}

.header--user--h3 ul li a h5 {
  font-size: 17px;
  margin-bottom: 0;
  margin-left: 15px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.header--user--h3 ul li a:hover h5 {
  color: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header--user--h3 {
    padding-right: 95px;
  }
}

.header--sidebar {
  margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header--sidebar {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header--sidebar {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .header--sidebar {
    margin-left: 15px;
  }
}

.header--top--menu ul li {
  display: inline-block;
}

.header--top--menu ul li a {
  font-weight: 600;
  color: #6a6a6a;
  margin-right: 25px;
}

.header--top--menu ul li a:hover {
  color: #ef6330;
}

/****************************
    Nav bar
****************************/
.navbar--main nav ul li {
  display: inline-block;
  margin-left: 35px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .navbar--main nav ul li {
    margin-left: 23px;
  }
}

.navbar--main nav ul li:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar--main nav ul li {
    margin-left: 14px;
  }
}

.navbar--main nav ul li a {
  color: #ffffff;
  font-weight: 700;
  padding: 50px 0;
  display: block;
  font-size: 17px;
  font-family: 'Bebas Neue';
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar--main nav ul li a {
    font-size: 14px;
  }
}

.navbar--main nav ul li a:hover {
  color: #ef6330;
}

.navbar--main nav ul li ul.submenu {
  position: absolute;
  background: #ffffff;
  width: 250px;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 25px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-top: 5px solid #ef6330;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  z-index: 99;
}

.navbar--main nav ul li ul.submenu li {
  margin: 0;
  display: block;
}

.navbar--main nav ul li ul.submenu li:hover a {
  color: #ef6330;
}

.navbar--main nav ul li ul.submenu li a {
  padding: 7px 30px;
  color: #222222;
  letter-spacing: 0;
  font-size: 21px;
}

.navbar--main nav ul li ul.submenu li a:after {
  display: none;
}

.navbar--main nav ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.navbar--main nav ul li ul.submenu li:hover>ul.submenu {
  opacity: 1;
  visibility: visible;
}

.navbar--main nav ul li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 96%;
}

.navbar--main nav ul .drop a:after {
  content: "\f0d7";
  font-family: "font awesome 5 pro";
  font-size: 17px;
  padding-left: 7px;
  color: #acacac;
}

.navbar--main--h3 nav ul li a {
  color: #222222;
}

/****************************
    Slider
****************************/
@media only screen and (min-width: 1201px) and (max-width: 1334px) {
  .slider--position {
    position: static;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider--position {
    position: static;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider--position {
    position: static;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider--position {
    position: static;
  }
}

@media (max-width: 767px) {
  .slider--position {
    position: static;
  }
}

.slider--height {
  min-height: 950px;
}

@media (max-width: 767px) {
  .slider--height {
    min-height: 685px;
  }
}

.slider--height--h3 {
  min-height: 800px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider--height--h3 {
    min-height: 650px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider--height--h3 {
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .slider--height--h3 {
    min-height: 450px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1334px) {
  .slider--height--h2 {
    min-height: inherit;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider--height--h2 {
    min-height: 950px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider--height--h2 {
    min-height: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider--height--h2 {
    min-height: inherit;
  }
}

@media (max-width: 767px) {
  .slider--height--h2 {
    min-height: inherit;
  }
}

.slider--padding {
  padding-top: 260px;
}

@media (max-width: 767px) {
  .slider--padding {
    padding-top: 160px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1334px) {
  .slider--padding--h2 {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider--padding--h2 {
    padding-top: 260px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider--padding--h2 {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider--padding--h2 {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .slider--padding--h2 {
    padding-top: 0;
  }
}

.slider--bg {
  background-position: center;
}

.slider--text h4 {
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 0.1em;
}

.slider--text h4::before {
  position: absolute;
  content: "";
  background: url(../img/shape/separate-line-1.png);
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.slider--text h2 {
  font-size: 120px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .slider--text h2 {
    font-size: 80px;
  }
}

.slider--text>span {
  font-size: 74px;
  line-height: 1;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  margin-bottom: 25px;
  display: block;
  font-family: 'Bebas Neue';
  margin-top: -12px;
}

.slider--text .pos {
  position: absolute;
  font-size: 300px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.06);
  left: 140px;
}

@media (max-width: 767px) {
  .slider--text .pos {
    font-size: 150px;
    left: 15px;
  }
}

.slider--text--h2 h4 {
  margin-bottom: 25px;
}

.slider--text--h2 h2 {
  font-size: 150px;
  letter-spacing: 0.2em;
  line-height: 0.92;
  margin-bottom: 35px;
}

@media only screen and (min-width: 1601px) and (max-width: 1829px) {
  .slider--text--h2 h2 {
    font-size: 113px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1334px) {
  .slider--text--h2 h2 {
    font-size: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider--text--h2 h2 {
    color: #ffffff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider--text--h2 h2 {
    color: #ffffff;
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .slider--text--h2 h2 {
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider--text--h2 h2 {
    color: #ffffff;
    font-size: 80px;
  }
}

.slider--text--h2 h2 span {
  margin-left: 108px;
  display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider--text--h2 h2 span {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .slider--text--h2 h2 span {
    margin-left: 30px;
  }
}

.slider--text--h3 h2 {
  letter-spacing: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider--text--h3 h2 {
    font-size: 95px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider--text--h3 h2 {
    font-size: 95px;
  }
}

@media (max-width: 767px) {
  .slider--text--h3 h2 {
    font-size: 44px;
  }
}

.slider--text--h3 p {
  font-size: 18px;
  margin-bottom: 30px;
}

.slider--videos span {
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: 'Bebas Neue';
}

.slider--videos span a {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.slider--videos span a i {
  width: 80px;
  height: 80px;
  display: inline-block;
  border: 2px solid #4b4b4b;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  margin: 0 20px;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.slider--videos span a:hover i {
  border: 2px solid #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #ef6330;
}

.slider--videos span a:hover {
  color: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.slider--videos--h3 a {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  color: #ffffff;
  background: #ef6330;
  position: relative;
  margin-bottom: 60px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.slider--videos--h3 a::before,
.slider--videos--h3 a:after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.slider--videos--h3 a:hover {
  background: #ffffff;
  color: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.slider--videos--h3 a:hover::before,
.slider--videos--h3 a:hover:after {
  border: 1px solid #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.slider--caption {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .slider--caption {
    padding-left: 15px;
  }
}

.slider--caption--h2 {
  padding-left: 310px;
}

@media only screen and (min-width: 1601px) and (max-width: 1829px) {
  .slider--caption--h2 {
    padding-left: 150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider--caption--h2 {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1334px) {
  .slider--caption--h2 {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider--caption--h2 {
    padding-left: 140px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider--caption--h2 {
    padding-left: 110px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .slider--caption--h2 {
    padding-left: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-15%);
  }
}

.slider--arrow {
  top: 50%;
  transform: translateY(-50%);
  font-size: 50.39px;
  color: #a1a1a1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.slider--prev {
  left: 122px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider--prev {
    left: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider--prev {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider--prev {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
}

.slider--next {
  left: auto;
  right: 122px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider--next {
    right: 60px;
  }
}

.slider:hover .slider--arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.slider--thumb {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider--thumb {
    position: static;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider--thumb {
    position: static;
  }
}

@media (max-width: 767px) {
  .slider--thumb {
    position: static;
  }
}

.slider--thumb img {
  width: 100%;
}

.slider--thumb--two {
  position: absolute;
  bottom: 66px;
  left: 48%;
}

@media only screen and (min-width: 1601px) and (max-width: 1829px) {
  .slider--thumb--two {
    left: auto;
    right: 0px;
    bottom: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider--thumb--two {
    left: auto;
    right: 0px;
    bottom: 0;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1334px) {
  .slider--thumb--two {
    left: auto;
    right: 0px;
    bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider--thumb--two {
    left: auto;
    right: 0px;
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider--thumb--two {
    left: auto;
    right: 0px;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .slider--thumb--two {
    left: auto;
    right: 0px;
    bottom: 0;
  }
}

.slider--social {
  position: absolute;
  bottom: 30px;
  left: 306px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider--social {
    left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider--social {
    left: 0px;
  }
}

.slider--social ul li {
  display: inline-block;
  margin-left: 18px;
}

.slider--social ul li a {
  color: #7a7a7a;
  font-size: 18px;
}

.slider--social ul li a:hover {
  color: #ef6330;
}

.slider--divider::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 38%;
  height: 1px;
  background: #ececec;
  left: 325px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider--divider::after {
    width: 50%;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider--divider::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .slider--divider::after {
    display: none;
  }
}

.slider--address {
  position: absolute;
  top: 295px;
  left: 30px;
  z-index: 12;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider--address {
    left: auto;
    right: 30px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1334px) {
  .slider--address {
    left: auto;
    right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider--address {
    left: auto;
    right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider--address {
    left: auto;
    right: 30px;
  }
}

@media (max-width: 767px) {
  .slider--address {
    left: auto;
    right: 30px;
  }
}

.slider--address ul li i {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #d6d6d6;
  color: #ef6330;
  margin: 5px 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-size: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider--address ul li i {
    color: #ffffff;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1334px) {
  .slider--address ul li i {
    color: #ffffff;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider--address ul li i {
    color: #ffffff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider--address ul li i {
    color: #ffffff;
  }
}

@media (max-width: 767px) {
  .slider--address ul li i {
    color: #ffffff;
  }
}

.slider--address ul li:hover i {
  background: #ef6330;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border: 1px solid transparent;
}

/****************************
    About
****************************/
.about--left--h2 {
  margin-left: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about--left--h2 {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .about--left--h2 {
    margin-left: 0px;
  }
}

.about--text {
  padding-right: 65px;
}

@media (max-width: 767px) {
  .about--text {
    padding-right: 0px;
  }
}

.about--text h2 {
  font-size: 50px;
  letter-spacing: 0;
}

.about--text p {
  margin-bottom: 35px;
}

.about--text--h2 {
  padding-right: 50px;
}

@media (max-width: 767px) {
  .about--text--h2 {
    padding-right: 0px;
  }
}

.about--text--h2 h3 {
  font-family: 'Open Sans', sans-serif;
  color: #6a6a6a;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 600;
}

.about--text--h2 h3 span {
  font-size: 40px;
  color: #ef6330;
  font-family: 'Bebas Neue';
  vertical-align: middle;
  margin-right: 10px;
}

.about--text--h2 p {
  margin-bottom: 15px;
}

.about--title h2 {
  letter-spacing: 0;
  margin-bottom: 15px;
}

.analysis--box {
  padding: 70px 112px 80px;
  margin-top: -80px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .analysis--box {
    padding: 70px 0px 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .analysis--box {
    padding: 70px 30px 80px;
  }
}

@media (max-width: 767px) {
  .analysis--box {
    padding: 70px 15px 80px;
  }
}

/****************************
    Features
****************************/
.feature--shape {
  position: absolute;
}

@media (max-width: 767px) {
  .feature--shape {
    display: none;
  }
}

.feature--shape--one {
  top: 150px;
  left: 70px;
}

.feature--shape--two {
  top: 150px;
  left: auto;
  right: 70px;
}

.feature--bg {
  background: rgba(34, 34, 34, 0.05);
  position: relative;
}

.feature--block {
  padding: 0 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature--block {
    padding: 0 0px;
  }
}

.feature--block:hover i {
  background-color: #ef6330;
  box-shadow: 0px 10px 30px 0px rgba(239, 99, 48, 0.33);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.feature--block:hover i::before {
  color: #ffffff;
}

.feature--block i {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 130px;
  text-align: center;
  border-radius: 7px;
  background-color: #ffffff;
  box-shadow: 0px 0px 90px 0px rgba(186, 186, 186, 0.72);
  margin-bottom: 35px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.feature--block i::before {
  font-size: 57px;
  color: #222222;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.feature--block h4 {
  margin-bottom: 15px;
}

.feature--block--h2 {
  padding: 45px 42px 40px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  margin: 0 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature--block--h2 {
    margin: 0 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature--block--h2 {
    margin: 0 0px;
    padding: 45px 15px 40px;
  }
}

@media (max-width: 767px) {
  .feature--block--h2 {
    margin: 0 0px;
    padding: 45px 15px 40px;
  }
}

.feature--block--h2 i {
  background: transparent;
  box-shadow: none;
  height: 120px;
  width: 120px;
  line-height: 145px;
  border: 1px solid #ececec;
  border-radius: 50%;
}

.feature--block--h3 {
  padding-right: 49px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature--block--h3 {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .feature--block--h3 {
    padding-right: 0px;
  }
}

.feature--block--h3:hover .feature--icon--h3 i::before {
  color: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.feature--block--four {
  padding-right: 30px;
}

.feature--wrapper {
  position: relative;
}

.feature--wrapper::before,
.feature--wrapper::after {
  position: absolute;
  content: "";
  width: 105%;
  height: 85%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(97deg);
  background: #fff;
  right: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .feature--wrapper::before,
  .feature--wrapper::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .feature--wrapper::before,
  .feature--wrapper::after {
    display: none;
  }
}

@media (max-width: 767px) {

  .feature--wrapper::before,
  .feature--wrapper::after {
    display: none;
  }
}

.feature--wrapper:hover::before,
.feature--wrapper:hover::after {
  background: #ef6330;
  transform: translateY(-50%) translateX(-50%) rotate(98deg);
}

.feature--icon--h3 i {
  margin-right: 34px;
  display: inline-block;
}

.feature--icon--h3 i::before {
  font-size: 55px;
  color: #222222;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.feature--icon--four i::before {
  color: #ffffff;
}

/****************************
    Services
****************************/
.services--block {
  padding: 20px;
}

@media (max-width: 767px) {
  .services--block {
    padding: 5px;
  }
}

.services--block:hover .services--thumb a {
  opacity: 1;
  visibility: visible;
}

.services--block:hover .services--thumb::before {
  opacity: 0.50;
  visibility: visible;
}

.services--content {
  padding: 35px 26px 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services--content {
    padding: 35px 0px 15px;
  }
}

@media (max-width: 767px) {
  .services--content {
    padding: 35px 0px 15px;
  }
}

.services--content span {
  margin-bottom: 10px;
  display: inline-block;
}

.services--thumb a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  margin: 0 auto;
  left: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #ef6330;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 12;
}

.services--thumb a::before {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.services--thumb a:hover::before {
  border-color: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.services--thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  z-index: 1;
}

.services--thumb {
  overflow: hidden;
}

.services--block:hover .services--thumb img {
  transform: scale(1.1) rotate(5deg);
}

/****************************
    Skills
****************************/
.skills--content {
  padding-left: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .skills--content {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skills--content {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .skills--content {
    padding-left: 0;
  }
}

.skills--thumb {
  overflow: hidden;
}

.skills:hover .skills--thumb img {
  transform: scale(1.01) rotate(2deg);
}

.skills .progress {
  height: 3px;
  font-size: 18px;
  background-color: #ececec;
  border-radius: 0;
}

.skills .progress-bar span {
  color: #222222;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  font-family: 'Bebas Neue';
}

.skills .progress-bar {
  background-color: #ef6330;
}

.skills .progress-border {
  padding: 5px 0px;
  border: 1px solid transparent;
  border-radius: 30px;
}

/****************************
    History
****************************/
.history--bg {
  background: rgba(34, 34, 34, 0.05);
}

.history--tab ul {
  justify-content: space-between;
  border-bottom: 1px solid transparent;
}

.history--tab ul::before {
  position: absolute;
  content: "";
  width: 1460px;
  height: 2px;
  background: #ececec;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}

.history--tab ul li a {
  padding: 0;
  text-align: center;
}

.history--tab ul li a:hover span,
.history--tab ul li a.active span {
  background: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.history--tab ul li a span {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #d8d8d8;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.history--tab ul li a span::before {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  border: 6px solid #ffffff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  box-shadow: 0px 10px 30px 0px rgba(174, 174, 174, 0.72);
}

.history--tab ul li a h2 {
  font-size: 35px;
}

@media (max-width: 767px) {
  .history--tab ul li a h2 {
    font-size: 20px;
  }
}

.history--tab--body {
  margin: 0 45px;
}

@media (max-width: 767px) {
  .history--tab--body {
    margin: 0 0;
  }
}

.history--text {
  padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .history--text {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .history--text {
    padding-right: 0px;
  }
}

.history--text h5 {
  font-size: 35px;
  margin-bottom: 15px;
}

.history--text ul {
  margin-bottom: 25px;
}

.history--text ul li {
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
}

.history--text ul li::before {
  position: absolute;
  content: "\f058";
  left: 0;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'font awesome 5 pro';
  color: #ef6330;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.timeline--shape {
  position: relative;
}

.timeline--shape::before {
  position: absolute;
  content: "";
}

@media (max-width: 767px) {
  .timeline--shape::before {
    display: none;
  }
}

.timeline--shape--left::before {
  background-image: url(../img/shape/timeline-shape-left.png);
  width: 60%;
  height: 357px;
  top: 88%;
  background-repeat: no-repeat;
  left: 210px;
}

.timeline--shape--right::before {
  background-image: url(../img/shape/timeline-shape-right.png);
  width: 60%;
  height: 357px;
  top: 70%;
  background-repeat: no-repeat;
  right: 210px;
}

.timeline--block {
  line-height: 1;
}

.timeline--block span {
  font-family: 'Bebas Neue';
  font-size: 30px;
  font-weight: 700;
  color: #222;
  position: relative;
  margin-bottom: 8px;
  display: block;
}

.timeline--block span span {
  content: "";
  width: 50px;
  height: 3px;
  background: #ef6330;
  display: inline-block;
  vertical-align: middle;
}

.timeline--block--right {
  margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline--block--right {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .timeline--block--right {
    margin-left: 0;
  }
}

.timeline--block--left {
  margin-right: 30px;
  text-align: right;
}

@media (max-width: 767px) {
  .timeline--block--left {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline--block--left {
    margin-right: 0;
  }
}

/****************************
    Counters
****************************/
.counter--wrapper {
  margin-left: 260px;
  margin-right: 260px;
  margin-top: -135px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .counter--wrapper {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter--wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter--wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .counter--wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.counter--block span {
  font-size: 60px;
  line-height: 1;
  font-family: 'Bebas Neue Book';
  display: inline-block;
}

.counter--block h2 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 0;
}

.counter--block p {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter--block p {
    font-size: 14px;
  }
}

.counter--block:hover span {
  transform: rotate(360deg);
  display: inline-block;
  transition: .9s;
}

/****************************
    Projects
****************************/
.project--count {
  position: absolute;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  font-size: 250px;
  bottom: 0;
  font-weight: 600;
  line-height: 1;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@media (max-width: 767px) {
  .project--count {
    font-size: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project--count {
    font-size: 200px;
  }
}

.project--thumb {
  overflow: hidden;
}

.project--thumb a img {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 100%;
}

.project--thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #222222;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  z-index: 1;
}

.project--thumb .slider--videos {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  z-index: 2;
}

.project--thumb .slider--videos span a i {
  border: 2px solid #ffffff;
}

.project--thumb .slider--videos span a:hover i {
  border: 2px solid #ef6330;
}

.project--thumb--two::before {
  opacity: 0.6;
  visibility: visible;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.90196) 0%, rgba(0, 0, 0, 0.45) 56%, rgba(0, 0, 0, 0.01) 99%, black 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.90196) 0%, rgba(0, 0, 0, 0.45) 56%, rgba(0, 0, 0, 0.01) 99%, black 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.90196) 0%, rgba(0, 0, 0, 0.45) 56%, rgba(0, 0, 0, 0.01) 99%, black 100%);
}

@media (max-width: 767px) {
  .project--thumb img {
    width: 100%;
  }
}

.project--block {
  position: relative;
}

.project--block:hover .project--count {
  bottom: 100px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.project--block:hover .project--thumb::before {
  opacity: 0.80;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: visible;
}

.project--block:hover .slider--videos {
  opacity: 1;
  visibility: visible;
  transition: .4s;
}

.project--block:hover .project--thumb a img {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  transform: scale(1.1) rotate(5deg);
}

.project--block:hover .project--content::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.project--block:hover .project--content::before {
  height: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 1;
}

.project--block:hover .project--content--h2 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.project--content {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(205, 205, 205, 0.4);
  padding: 34px 15px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: -33px;
  position: relative;
  z-index: 3;
}

.project--content h4 {
  margin-bottom: 2px;
}

.project--content p {
  font-size: 15px;
  margin-bottom: 0;
}

.project--content::before,
.project--content::after {
  position: absolute;
  content: "";
  border-color: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.project--content::before {
  height: 70px;
  left: 0;
  top: 0;
  border-left: 5px solid #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.project--content::after {
  width: 69%;
  left: 0;
  top: 0;
  border-top: 5px solid #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.project--content--h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.project--content--h2 a:hover {
  border-color: #ef6330;
  color: #ef6330;
}

.project--content--two {
  position: absolute;
  bottom: 40px;
  text-align: center;
  right: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .project--content--two {
    bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project--content--two {
    bottom: 15px;
  }
}

.project--content--two h4 {
  color: #ffffff;
  margin-bottom: 0;
}

.project--content--two p {
  color: #ffffff;
  margin-bottom: 0;
}

.project--content--three {
  margin: 0;
  box-shadow: none;
  padding-bottom: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.project--content--three::before,
.project--content--three::after {
  display: none;
}

.project--content--four {
  background: transparent;
}

.project--content--four h4 {
  color: #ffffff;
}

.project--content--four p {
  color: #a6a6a6;
}

.project--tab ul {
  justify-content: center;
  border-bottom: 1px solid transparent;
}

.project--tab ul li a {
  font-family: 'Bebas Neue';
  font-size: 16px;
  color: #222;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 0;
  line-height: 1;
  margin: 0 8.5px;
  padding: 0 8px;
  position: relative;
  margin-bottom: 10px;
}

.project--tab ul li a::before,
.project--tab ul li a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: #ef6330;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.project--tab ul li a:hover,
.project--tab ul li a:focus {
  border-color: 0;
  border-color: transparent !important;
  color: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.project--tab ul li .active {
  border-radius: 0;
  border: 1px solid transparent;
  border-color: transparent !important;
  color: #ef6330 !important;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.project--tab ul li .active::before,
.project--tab ul li .active::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.project--block:hover .project--thumb img {
  transform: scale(1.1) rotate(-3deg);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.movie--details--thumb .video--content a {
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: #ef6330;
  border: 2px solid transparent;
}

.movie--details--thumb .video--content a::before {
  height: 180px;
  width: 180px;
}

.movie--details--thumb .video--content a:hover {
  border: 2px solid #ef6330;
  background: transparent;
  color: #ffffff;
}

.movie--details--ratings ul li {
  display: inline-block;
  color: #ef6330;
  font-size: 15px;
}

.movie--details--ratings ul li span {
  color: #7a7a7a;
  font-weight: 600;
  margin-left: 5px;
}

.movie--details--meta ul li {
  display: inline-block;
  font-weight: 600;
  color: #7a7a7a;
  margin-right: 35px;
}

@media (max-width: 767px) {
  .movie--details--meta ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.movie--details--meta ul li i {
  font-size: 18px;
  color: #ef6330;
  margin-right: 10px;
}

.movie--details--text h2 {
  font-family: 'Noto Serif', serif;
}

.movie--details--text p {
  line-height: 2;
}

.movie--details--info {
  padding: 40px 50px;
  border: 1px solid #e4e4e4;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .movie--details--info {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .movie--details--info {
    padding: 20px;
  }
}

.movie--details--info h2 {
  font-family: 'Noto Serif', serif;
  font-size: 40px;
  margin-bottom: 20px;
}

.movie--details--info h4 {
  margin-bottom: 0;
  font-family: 'Noto Serif', serif;
}

.movie--details--info p {
  margin-bottom: 0;
  font-weight: 600;
}

.movie--details--gallery {
  padding: 40px;
  padding-bottom: 25px;
  border: 1px solid #e4e4e4;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .movie--details--gallery {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .movie--details--gallery {
    padding: 20px;
  }
}

.movie--details--gallery ul {
  margin-left: -15px;
  margin-right: -15px;
}

.movie--details--gallery ul li {
  float: left;
  width: 38%;
  margin: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .movie--details--gallery ul li {
    width: 20%;
  }
}

/****************************
    Videos
****************************/
.video--bg {
  padding-top: 303px;
  padding-bottom: 285px;
}

@media (max-width: 767px) {
  .video--content h2 {
    font-size: 30px;
  }
}

.video--content a {
  height: 150px;
  width: 150px;
  display: inline-block;
  line-height: 150px;
  border: 2px solid #ffffff;
  font-size: 17px;
  color: #ffffff;
  border-radius: 50%;
  margin-bottom: 45px;
  position: relative;
}

@media (max-width: 767px) {
  .video--content a {
    height: 100px;
    width: 100px;
    line-height: 100px;
  }
}

.video--content a::before {
  position: absolute;
  content: "";
  width: 450px;
  height: 450px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border: 2px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
}

@media (max-width: 767px) {
  .video--content a::before {
    display: none;
  }
}

.video--content a:hover {
  border: 2px solid #ef6330;
  color: #ef6330;
}

.video--content--two {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  z-index: 12345;
}

.video--content--two a {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .video--content--two a {
    margin-bottom: 15px;
  }
}

.video--content--two a::before {
  width: 300px;
  height: 300px;
}

.video--content--h3 a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin: 0 auto;
  z-index: 12345;
}

.video--content--h3 a::before {
  display: none;
}

.video--tag span {
  position: absolute;
  right: 0;
  height: 26px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #ef6330;
  line-height: 26px;
  border-radius: 13px 0px 0px 13px;
  top: 16px;
  z-index: 12345;
}

.video--thumb {
  overflow: hidden;
}

.video--thumb img {
  width: 100%;
}

.video--thumb::before {
  z-index: 123;
}

.video--block:hover .video--thumb img {
  transform: scale(1.1) rotate(3deg);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/****************************
    Team
****************************/
.team--block:hover .team--thumb img {
  transform: scale(1.1) rotate(-5deg);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.team--block:hover .team--thumb--h2 img {
  transform: scale(1.1) rotate(5deg);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.team--thumb {
  position: relative;
  overflow: hidden;
}

.team--thumb::before,
.team--thumb::after {
  position: absolute;
  content: "";
  background-image: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.1) 32%, rgba(0, 0, 0, 0.1) 99%, black 100%);
  background-image: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.1) 32%, rgba(0, 0, 0, 0.1) 99%, black 100%);
  background-image: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.1) 32%, rgba(0, 0, 0, 0.1) 99%, black 100%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.team--thumb img {
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.team--thumb--h2 {
  overflow: hidden;
}

.team--thumb--h2 img {
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.team--content {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #6f6f6f;
  padding: 15px 0 14px 38px;
  z-index: 2;
}

.team--info h5 {
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}

.team--info span {
  font-size: 14px;
}

.team--social::before {
  position: absolute;
  content: "\f178";
  width: 76px;
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid #6f6f6f;
  text-align: center;
  line-height: 76px;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.team--social:hover::before {
  content: "+";
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: #ef6330;
  border-left: 1px solid transparent;
}

.team--social ul {
  position: absolute;
  right: 15px;
  bottom: 100%;
  padding-bottom: 8px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.team--social ul li a {
  height: 45px;
  width: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  margin-bottom: 7px;
  color: #9a9a9a;
  font-size: 14px;
  background: #ffffff;
}

.team--social ul li a:hover {
  background: #ef6330;
  color: #fff;
}

.team--social:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.team--social--h2 {
  position: absolute;
  bottom: 52px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.team--social--h2 ul li a {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 15px;
  color: #9a9a9a;
  cursor: pointer;
  background: #ffffff;
  display: inline-block;
  margin-top: 7px;
}

.team--social--h2 ul li:hover a {
  background: #ef6330;
  color: #ffffff;
}

.social--add {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 15px;
  color: #ef6330;
  cursor: pointer;
  background: #ffffff;
}

.social--add:hover .team--social--h2 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/****************************
    Gallery
****************************/
.gallery--box {
  overflow: hidden;
}

.gallery--box:hover a img {
  transform: scale(1.1) rotate(-5deg);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.gallery--box::before {
  z-index: 1;
}

.gallery--box .play {
  height: 150px;
  width: 150px;
  display: inline-block;
  line-height: 150px;
  border: 2px solid #ffffff;
  font-size: 17px;
  color: #ffffff;
  border-radius: 50%;
  margin-bottom: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  z-index: 2;
}

@media (max-width: 767px) {
  .gallery--box .play {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}

.gallery--box .play:hover {
  border: 2px solid #ef6330;
  color: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@media (max-width: 767px) {
  .gallery--box a img {
    width: 100%;
  }
}

.gallery--box--h2:hover .gallery--thumb--h2 img {
  transform: scale(1.1) rotate(5deg);
}

.gallery--block {
  position: relative;
}

.gallery .gallery--block:hover .gallery--thumb--full::before {
  opacity: 1;
  visibility: visible;
  transition: .4s;
}

.gallery .gallery--block:hover .gallery--thumb--full h2 {
  opacity: 1;
  visibility: visible;
  transition: .4s;
}

.gallery--thumb {
  overflow: hidden;
}

.gallery--thumb--h2 {
  overflow: hidden;
}

.gallery--thumb--h2::before,
.gallery--thumb--h2::after {
  position: absolute;
  content: "";
  background-image: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0.01) 100%, black 100%);
  background-image: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0.01) 100%, black 100%);
  background-image: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0.01) 100%, black 100%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.gallery--thumb--h2 img {
  width: 100%;
}

.gallery--thumb--full::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.5);
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

.gallery--thumb--full h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery--thumb--full h2 {
    font-size: 35px;
  }
}

.gallery--content--h2 {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 55px 50px;
  z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .gallery--content--h2 {
    padding: 55px 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gallery--content--h2 {
    padding: 55px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery--content--h2 {
    padding: 55px 15px;
  }
}

.gallery--content--h2 h2 {
  margin-bottom: 0;
  font-size: 45px;
  color: #f4f4f4;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gallery--content--h2 h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery--content--h2 h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .gallery--content--h2 h2 {
    font-size: 30px;
  }
}

.gallery--content--h2 span {
  font-size: 17px;
  display: inline-block;
}

.gallery--details--text {
  padding-right: 50px;
}

.gallery--details--info {
  height: 100%;
  border-top: 2px solid #ef6330;
}

.gallery--details--tags ul li {
  display: inline-block;
}

.gallery--details--tags ul li h5 {
  margin-bottom: 0;
}

.gallery--details--social ul {
  text-align: right;
}

.gallery--details--social ul li {
  display: inline-flex;
  align-items: center;
}

.gallery--details--social ul li h5 {
  margin-bottom: 0;
}

.gallery--details--social ul li a {
  height: 45px;
  width: 45px;
  display: inline-block;
  color: #ef6330;
  font-size: 14px;
  line-height: 41px;
  border: 2px solid #e4e4e4;
  border-radius: 50%;
  text-align: center;
  margin-left: 8px;
}

.gallery--details--social ul li a:hover {
  background: #ef6330;
  color: #ffffff;
  border: 2px solid transparent;
}

.gallery--details--grid i {
  font-size: 30px;
  color: #222222;
}

.blog--sidebar--gallery ul {
  margin-left: -10px;
  margin-right: -10px;
}

.blog--sidebar--gallery ul li {
  float: left;
  width: 43%;
  margin: 10px;
}

.blog--sidebar--gallery ul li a img {
  width: 100%;
}

/****************************
    Review
****************************/
.review--bg {
  background-attachment: fixed;
}

.review--block {
  display: flex;
  align-items: center;
  padding: 60px 35px 60px 13px;
  border: 1px solid #3f3f3f;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .review--block {
    padding: 60px 13px 60px 13px;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review--block {
    padding: 60px 13px 60px 13px;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .review--block {
    padding: 60px 13px 60px 13px;
    flex-wrap: wrap;
  }
}

.review--block--h3 {
  padding: 50px 13px;
  margin: 0 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .review--block--h3 {
    margin: 0 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review--block--h3 {
    padding: 50px 0px;
    margin: 0 0px;
  }
}

@media (max-width: 767px) {
  .review--block--h3 {
    padding: 50px 0px;
    margin: 0 0px;
  }
}

.review--block--h2 {
  padding: 50px 60px;
  margin: 0 0 35px 40px;
  border: 1px solid #e9e9e9;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .review--block--h2 {
    padding: 50px 24px;
    margin: 0 0 35px 0px;
  }
}

@media (max-width: 767px) {
  .review--block--h2 {
    padding: 25px 14px;
    margin: 0 0 35px 0px;
  }
}

.review--block--h2::after {
  position: absolute;
  content: "";
  background-image: url(../img/shape/review-arrow-shape-down.png);
  width: 45px;
  height: 21px;
  background-repeat: no-repeat;
  bottom: -21px;
  background-position: bottom left;
  left: 88px;
}

.review--block--three {
  padding: 50px 45px;
  border: 2px solid rgba(221, 221, 221, 0.2);
}

@media (max-width: 767px) {
  .review--block--three {
    padding: 20px 20px;
  }
}

.review--block--three::after {
  background-image: url(../img/shape/review-arrow-shape-down2.png);
}

.review--block--three i {
  position: absolute;
  bottom: -23px;
  right: 45px;
  position: absolute;
  height: 45px;
  width: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  background: #ef6330;
  color: #fff;
  border-radius: 50%;
}

.review--text {
  max-width: 270px;
  text-align: right;
  padding-right: 30px;
  padding-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .review--text {
    padding-right: 0px;
    padding-left: 0px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review--text {
    padding-right: 0px;
    padding-left: 0px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .review--text {
    padding-right: 0px;
    padding-left: 0px;
    max-width: 100%;
  }
}

.review--text p {
  color: #ffffff;
  margin-bottom: 8px;
}

.review--text ul li {
  display: inline-block;
  font-size: 14px;
  color: #ef6330;
}

.review--text--h3 p {
  line-height: 1.9;
  font-size: 18px;
  color: #222222;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .review--text--h3 p {
    font-size: 15px;
  }
}

.review--text--h2 p {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .review--text--h2 p {
    font-size: 15px;
    margin-bottom: 16px;
  }
}

.review--thumb i {
  position: absolute;
  height: 45px;
  width: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  background: #ef6330;
  color: #fff;
  border-radius: 50%;
  right: -18px;
  top: -13px;
}

.review--thumb::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 180px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #3f3f3f;
  border-radius: 50%;
}

.review--thumb--h3 {
  display: inline-block;
  margin-bottom: 25px;
}

.review--thumb--h3 i {
  position: absolute;
  height: 45px;
  width: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  background: #ef6330;
  color: #fff;
  border-radius: 50%;
  top: 55px;
  left: -30px;
}

.review--thumb--h3 {
  margin-left: 100px;
}

.review--thumb--h2 {
  margin-left: -80px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .review--thumb--h2 {
    margin-left: 0px;
  }
}

.review--thumb--h2 img {
  animation: rotated 120s infinite linear;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .review--thumb--h2 img {
    width: 100%;
  }
}

.review--thumb--three {
  margin-left: 70px;
}

@media (max-width: 767px) {
  .review--thumb--three {
    margin-left: 50px;
  }
}

.review--author {
  display: flex;
  align-items: center;
}

.review--author--info {
  padding-left: 30px;
  position: relative;
}

.review--author--info span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin-bottom: 11px;
}

.review--author--info h5 {
  margin-bottom: 0;
}

.review--author--info p {
  font-size: 13px;
}

.review--author--h3 h5 {
  font-size: 20px;
  margin-bottom: 0;
}

.review--author--h2 h5 {
  margin-bottom: 0;
}

.review--shape {
  position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review--shape {
    display: none;
  }
}

@media (max-width: 767px) {
  .review--shape {
    display: none;
  }
}

.review--shape--one {
  left: 389px;
  top: 100px;
}

.review--shape--two {
  left: 0;
  bottom: 100px;
}

.review--shape--three {
  top: -45px;
  right: 0;
}

.review--shape--four {
  top: 30px;
  left: 185px;
  animation: scale-up-one 20s infinite linear;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .review--shape--four {
    left: 85px;
  }
}

.review--shape--five {
  bottom: 76px;
  left: 100px;
  animation: scale-up-one 15s infinite linear;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .review--shape--five {
    left: 185px;
  }
}

.review--shape--six {
  top: 30px;
  right: 185px;
  animation: scale-up-one 12s infinite linear;
}

.review--shape--seven {
  bottom: 169px;
  right: 140px;
  animation: scale-up-one 18s infinite linear;
}

/****************************
    Blog
****************************/
.blog--thumb {
  padding-right: 13px;
  padding-bottom: 18px;
  position: relative;
}

.blog--thumb::before,
.blog--thumb::after {
  position: absolute;
  content: "";
  background: #dedede;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog--thumb::before {
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 17px;
}

@media (max-width: 767px) {
  .blog--thumb::before {
    left: 13px;
  }
}

.blog--thumb::after {
  width: 1px;
  height: 95%;
  bottom: -18px;
  left: auto;
  right: 0;
}

@media (max-width: 767px) {
  .blog--thumb::after {
    bottom: -14px;
  }
}

.blog--thumb a {
  display: block;
  overflow: hidden;
}

.blog--thumb a img {
  width: 100%;
}

.blog--thumb--h3 {
  padding: 0;
}

.blog--thumb--h3::before,
.blog--thumb--h3::after {
  display: none;
}

.blog--thumb--h2 {
  padding: 0;
}

.blog--thumb--h2::before,
.blog--thumb--h2::after {
  display: none;
}

.blog--block:hover .blog--thumb a img {
  transform: scale(1.1) rotate(5deg);
}

.blog--block:hover .blog--thumb::before,
.blog--block:hover .blog--thumb::after {
  background: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog--block--h2 {
  padding: 20px 20px 40px;
  border: 1px solid #e9e9e9;
}

.blog--content {
  padding-top: 40px;
  padding-right: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog--content {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog--content {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .blog--content {
    padding-right: 0px;
  }
}

.blog--content--h3 {
  padding-top: 30px;
}

.blog--content--h2 {
  text-align: center;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.blog--text span {
  display: block;
  margin-bottom: 20px;
}

.blog--text h4 {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog--text h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog--text h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .blog--text h4 {
    font-size: 18px;
  }
}

.blog--text h4>a:hover {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #ef6330;
}

.blog--text--h2 {
  padding: 0 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog--text--h2 {
    padding: 0 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog--text--h2 {
    padding: 0 0px;
  }
}

@media (max-width: 767px) {
  .blog--text--h2 {
    padding: 0 0px;
  }
}

.blog--author a img {
  min-width: 70px;
  margin-right: 22px;
}

.blog--author--h2 {
  background: #ffffff;
  padding: 15px 0;
  margin: 0 30px;
  margin-bottom: 0px;
  border-radius: 6px;
  margin-bottom: 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog--author--h2 {
    padding: 15px 0;
    margin: 0 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog--author--h2 {
    padding: 15px 0;
    margin: 0 0px;
  }
}

@media (max-width: 767px) {
  .blog--author--h2 {
    padding: 15px 0;
    margin: 0 0px;
  }
}

.blog--cate {
  margin-bottom: 25px;
}

.blog--cate span {
  position: relative;
  padding-right: 15px;
  margin-right: 9px;
}

.blog--cate span:last-child {
  margin-left: 0;
  padding-right: 0;
}

.blog--cate span:last-child::after {
  display: none;
}

.blog--cate span::after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 2px;
  background: #ef6330;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.blog--meta span {
  display: inline-block;
  margin: 0 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog--meta span {
    margin: 0 2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog--meta span {
    margin: 0 2px;
  }
}

@media (max-width: 767px) {
  .blog--meta span {
    margin: 0 2px;
  }
}

.blog--meta span i {
  margin-right: 7px;
}

.blog--standard--meta {
  padding: 27px 45px;
  border-bottom: 1px solid #efefef;
}

.blog--standard--meta ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #6a6a6a;
  padding-right: 40px;
  position: relative;
  margin-right: 40px;
}

.blog--standard--meta ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog--standard--meta ul li:last-child::after {
  display: none;
}

.blog--standard--meta ul li::after {
  position: absolute;
  content: "";
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  background: #e0e0e0;
  right: 0;
}

.blog--standard--meta ul li i {
  margin-right: 8px;
}

.blog--standard--content {
  border: 2px solid #efefef;
  margin-top: -2px;
}

.blog--standard--text {
  padding: 35px 45px;
}

.blog--standard--text h3 {
  font-size: 30px;
  letter-spacing: 0;
  padding-right: 96px;
  margin-bottom: 20px;
}

.blog--standard--text h3:hover a {
  color: #ef6330;
}

.blog--standard--text p {
  margin-bottom: 20px;
}

.blog--standard--video {
  position: absolute;
  top: 150px;
  right: 0;
  left: 0;
}

.blog--standard--video a::before {
  width: 300px;
  height: 300px;
}

.blog--sidebar--form input {
  width: 100%;
  height: 80px;
  background: #f5f5f5;
  border: 1px solid transparent;
  font-size: 18px;
  color: #7a7a7a;
  padding: 0 35px;
}

.blog--sidebar--form input::placeholder {
  color: #7a7a7a;
}

.blog--sidebar--form button {
  position: absolute;
  font-size: 18px;
  color: #7b7b7b;
  right: 35px;
  padding: 0;
  background: transparent;
  border: 1px solid transparent;
  top: 50%;
  transform: translateY(-50%);
}

.blog--sidebar--form::after {
  position: absolute;
  content: "";
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  background: #ef6330;
}

.blog--sidebar--box {
  padding: 50px 35px;
  border: 2px solid #efefef;
}

.blog--sidebar--title h3 {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1;
  position: relative;
}

.blog--sidebar--title h3::before {
  position: absolute;
  content: "";
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  background: #ef6330;
  left: -36px;
}

.blog--sidebar .cate--box {
  background: #f5f5f5;
  text-align: center;
  padding: 13px 0;
  height: 141px;
  width: 141px;
  transition: .4s;
  cursor: pointer;
}

.blog--sidebar .cate--box:hover {
  background: #ef6330;
  transition: .4s;
}

.blog--sidebar .cate--box:hover i::before {
  color: #ffffff;
  transition: .4s;
}

.blog--sidebar .cate--box:hover h5 {
  color: #ffffff;
  transition: .4s;
}

.blog--sidebar .cate--box i::before {
  font-size: 55px;
  color: #ef6330;
}

.blog--sidebar--tags ul {
  margin-right: -5px;
  margin-left: -5px;
  margin-top: -5px;
}

.blog--sidebar--tags ul li {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: #f5f5f5;
  display: inline-block;
  padding: 7px 18px;
  margin: 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog--sidebar--tags ul li:hover {
  background: #ef6330;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/* 7.blog */
.latest-news {
  position: relative;
}

.news__thumb:before {
  background-image: -moz-linear-gradient(90deg, #062a4d 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #062a4d 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #062a4d 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
}

.news__thumb img {
  width: 100%;
}

.news__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news__caption {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .news__caption {
    padding: 20px;
  }
}

.news__caption h2 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -.20px;
}

.news__caption h2 a {
  color: #ffffff;
}

.news__caption h2 a:hover {
  opacity: .7;
}

.postbox__thumb {
  position: relative;
}

.postbox__thumb a img {
  max-width: 100%;
}

.post-meta span {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .post-meta span {
    margin-right: 10px;
  }
}

.post-meta span a:hover {
  color: #ef6330;
}

.post-meta span i {
  color: #ef6330;
  margin-right: 2px;
}

.p-50 {
  padding: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .p-50 {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .p-50 {
    padding: 30px;
  }
}

.p-30 {
  padding: 30px;
}

.blog-title {
  font-size: 35px;
  letter-spacing: -.3px;
}

.blog-title a:hover {
  color: #ef6330;
}

.read-more {
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.read-more:hover {
  color: #ef6330;
}

.read-more i {
  transition: .3s;
  display: inline-block;
}

.read-more:hover i {
  transform: translateX(5px);
}

.blog-title-sm {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.post-text p {
  font-size: 16px;
  line-height: 28px;
}

.post-text blockquote {
  background: #ef6330;
  padding: 50px;
  position: relative;
  padding-left: 120px;
}

@media (max-width: 767px) {
  .post-text blockquote {
    padding: 30px;
  }
}

.post-text blockquote p {
  font-size: 26px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -.3px;
  line-height: 1.3;
}

.post-text blockquote::before {
  content: "\f10d";
  left: 50px;
  top: 50px;
  position: absolute;
  color: #758799;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 41px;
}

@media (max-width: 767px) {
  .post-text blockquote::before {
    position: static;
  }
}

.blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #3d3d3d;
  padding: 12px 24px;
  margin-right: 10px;
  transition: .3s;
  border-radius: 5px;
  margin-bottom: 10px;
}

.blog-post-tag a:hover {
  color: #fff;
  background: #ef6330;
  border-color: #ef6330;
}

.blog-post-tag a:last-child {
  margin-right: 0;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
}

.blog-share-icon a {
  font-size: 18px;
  transition: .3s;
  margin-right: 22px;
}

.blog-share-icon a:hover {
  color: #ef6330;
}

.blog-share-icon a:last-child {
  margin-right: 0;
}

.blog-details-border {
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px;
}

.author {
  background: #f8f8f8;
  padding: 0 70px 44px 70px;
}

@media (max-width: 767px) {
  .author {
    padding: 0 30px 44px 30px;
  }
}

.author-img {
  margin-bottom: 35px;
}

.author-img img {
  margin-top: -60px;
}

.author-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.author-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}

.author-icon a {
  font-size: 14px;
  color: #9498b6;
  margin: 0 5px;
  transition: .3s;
}

.author-icon a:hover {
  color: #ef6330;
}

.post-comments {
  border-bottom: 1px solid #3d3d3d;
  margin-bottom: 42px;
  padding-bottom: 46px;
}

.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.comments-avatar {
  float: left;
}

@media (max-width: 767px) {
  .comments-avatar {
    float: none;
  }
}

.comments-avatar img {
  width: 100px;
  margin-right: 20px;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0;
}

.latest-comments li.children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}

.comments-box {
  border-top: 1px solid #3d3d3d;
  padding: 30px 0;
}

.comments-text {
  overflow: hidden;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .comments-text {
    margin-top: 15px;
  }
}

.comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
}

.avatar-name span {
  color: #ef6330;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.reply {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: .3s;
  line-height: 1;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.reply:hover {
  color: #ef6330;
}

.reply i {
  margin-right: 5px;
}

.post-comments-title {
  margin-bottom: 39px;
}

.post-comments-title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #140a20;
  margin-bottom: 0;
}

.conatct-post-form {
  background: #f8f8f8;
  padding: 50px;
}

@media (max-width: 767px) {
  .conatct-post-form {
    padding: 20px;
  }
}

.conatct-post-form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: #a7a7c1;
}

.conatct-post-form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.contact-icon {
  position: relative;
}

.contact-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #ef6330;
  top: 18px;
}

.contacts-message::after {
  content: "\f303";
}

.contacts-name::after {
  content: "\f007";
}

.contacts-email::after {
  content: "\f0e0";
}

.contacts-website::after {
  content: "\f0ac";
}

.blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
}

/****************************
    Sponsor
****************************/
.sponsor--bg {
  background: rgb(229 104 58);
  /* margin: 0 260px; */
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sponsor--bg {
    /* margin-left: 50px;
    margin-right: 50px; */
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sponsor--bg {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sponsor--bg {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .sponsor--bg {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.sponsor--single>a {
  display: block;
  text-align: center;
}

.sponsor--single>a>img {
  display: initial;
}

/****************************
    Footer
****************************/
.footer--border {
  border-top: 5px solid #ef6330;
}

.footer--logo p {
  color: #c6c6c6;
  margin-bottom: 30px;
  padding-right: 41px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer--logo p {
    padding-right: 0px;
  }
}

.footer--address {
  padding-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer--address {
    padding-right: 0px;
  }
}

.footer--address ul li {
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  color: #c6c6c6;
  padding-left: 30px;
  line-height: 1.7;
}

.footer--address ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #ef6330;
}

.footer--menu ul li {
  margin-bottom: 17px;
}

.footer--menu ul li a {
  color: #c6c6c6;
  display: block;
}

.footer--menu ul li a:hover {
  color: #ef6330;
}

.footer--menu--two {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer--menu--two {
    text-align: center;
  }
}

.footer--menu--two ul {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer--menu--two ul {
    text-align: center;
  }
}

.footer--menu--two ul li {
  display: inline-block;
}

.footer--menu--two ul li a {
  font-size: 15px;
  font-weight: 700;
  color: #acacac;
  font-family: 'Bebas Neue';
  letter-spacing: 0.1em;
  margin-left: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer--menu--two ul li a {
    margin-left: 15px;
  }
}

.footer--menu--two ul li a:hover {
  color: #ffffff;
}

.footer--insta ul {
  margin: 0 -5px;
}

.footer--insta ul li {
  float: left;
  width: 26%;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
}

.footer--insta ul li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.footer--insta ul li:hover::before {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 1;
  visibility: visible;
}

.footer--insta ul li a {
  position: absolute;
  font-size: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: .4s;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 30px;
  display: inline-block;
}

.footer--insta ul li:hover a {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer--newsletter p {
  color: #c6c6c6;
  margin-bottom: 25px;
}

.footer--input {
  position: relative;
}

.footer--input input {
  width: 100%;
  padding: 0 26px;
  height: 55px;
  border: 1px solid #4f4f4f;
  background: transparent;
  color: #a1a1a1;
  font-size: 15px;
}

.footer--input input::placeholder {
  color: #a1a1a1;
  font-size: 15px;
}

.footer--input button {
  position: absolute;
  height: 55px;
  width: 55px;
  font-size: 20px;
  background: #ef6330;
  border: 1px solid transparent;
  cursor: pointer;
  color: #ffffff;
  right: 0;
}

.footer--social ul li {
  display: inline-block;
  margin-right: 9px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer--social ul li {
    margin-right: 3px;
  }
}

.footer--social ul li a {
  font-size: 14px;
  height: 45px;
  width: 45px;
  border: 2px solid #606060;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-bottom: 10px;
  color: #a1a1a1;
}

.footer--social ul li a:hover {
  color: #ffffff;
  background: #ef6330;
  border: 2px solid #ef6330;
}

.footer--copyright p {
  color: #c6c6c6;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer--copyright p {
    text-align: center;
  }
}

.footer--copyright p a {
  color: #ef6330;
}

.footer--bottom--border {
  padding-top: 25px;
  border-top: 1px solid #a7a7a7;
  padding-bottom: 12px;
}

/****************************
    Award
****************************/
.award--box {
  padding: 0 165px;
  margin-top: -310px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .award--box {
    margin-top: -120px;
  }
}

@media (max-width: 767px) {
  .award--box {
    padding: 0 15px;
    margin-top: -165px;
  }
}

.contacts--bg {
  background: #232323;
}

.contacts--address ul {
  text-align: right;
}

.contacts--address ul li {
  display: inline-block;
  height: 90px;
  line-height: 90px;
  padding: 0 40px 0 60px;
  font-size: 22px;
  font-weight: 600;
  color: #c6c6c6;
  background: #2a2a2a;
  position: relative;
  margin-left: 70px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contacts--address ul li {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts--address ul li {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .contacts--address ul li {
    font-size: 15px;
    margin-left: 0px;
  }
}

.contacts--address ul li i {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  left: -30px;
  background: #ef6330;
  color: #ffffff;
}

.newsletter--content {
  padding: 0 59px;
}

@media (max-width: 767px) {
  .newsletter--content {
    padding: 0 0px;
  }
}

.newsletter--content span {
  display: inline-block;
  margin-bottom: 10px;
}

.newsletter--content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 30px;
}

.newsletter--input {
  text-align: left;
  position: relative;
}

.newsletter--input input {
  width: 100%;
  margin: 0 20px;
  height: 65px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.35);
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-left: 0;
}

@media (max-width: 767px) {
  .newsletter--input input {
    min-width: 100%;
    margin-bottom: 20px;
  }
}

.newsletter--input input::placeholder {
  color: #fff;
}

.newsletter--input button {
  position: absolute;
  height: 65px;
  background: #fff;
  color: #ef6330;
  line-height: 65px;
  font-size: 15px;
  font-weight: 600;
  top: 0;
  right: 0;
}

.newsletter--input button::after {
  background: #ef6330;
}

.newsletter--input button:hover {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

.newsletter--input button:hover:after {
  background: #ffffff;
}

.touch--input {
  position: relative;
  margin-bottom: 15px;
}

.touch--input input,
.touch--input textarea {
  width: 100%;
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 600;
  padding: 22px 30px;
  border: 2px solid transparent;
  transition: .4s;
}

.touch--input input {
  height: 70px;
}

.touch--input textarea {
  height: 165px;
}

.touch--input input::placeholder,
.touch--input textarea::placeholder {
  color: #6a6a6a;
  font-size: 15px;
}

.touch--input textarea:focus {
  border: 2px solid #ef6330;
  transition: .4s;
}

.touch--input input:focus {
  border: 2px solid #ef6330;
  transition: .4s;
}

.touch--input button {
  position: absolute;
  font-size: 15px;
  color: #ef6330;
  background: transparent;
  padding: 0;
  border: 0;
  top: 24px;
  right: 30px;
}

.touch--input button::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 2px;
  background: #cecece;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  08. Contacts
/*----------------------------------------*/
.contacts__bg {
  padding-right: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .contacts__bg {
    padding-right: 15px;
  }
}

.contacts__bg--h4 {
  padding: 55px 50px 60px;
}

@media (max-width: 767px) {
  .contacts__bg--h4 {
    padding: 30px 12px 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contacts__bg--h4 {
    padding: 30px 20px 40px;
  }
}

.contacts__mcp {
  margin-left: -45px;
}

.contacts__mcp--h2 {
  margin-top: -60px;
  margin-left: 0;
}

.contacts__input input,
.contacts__input select,
.contacts__input textarea {
  width: 100%;
  padding: 0;
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 3px solid #444067;
  padding: 15px 0;
  font-size: 15px;
}

.contacts__input input::placeholder,
.contacts__input textarea::placeholder {
  color: #fff;
  font-size: 15px;
}

.contacts__input i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.contacts__input select {
  -webkit-appearance: none;
}

.contacts__input textarea {
  min-height: 134px;
}

.contacts__input input:focus,
.contacts__input select:focus,
.contacts__input textarea:focus {
  border-color: #827bb7;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.contacts__input--h4 input,
.contacts__input--h4 textarea {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  color: #c1bedf;
  font-weight: 600;
}

.contacts__input--h4 input::placeholder,
.contacts__input--h4 textarea::placeholder {
  font-size: 18px;
  color: #c1bedf;
  font-weight: 600;
}

.contacts__input--h4 textarea {
  min-height: 111px;
}

.contacts__input--h4 i {
  color: #c1bedf;
  right: 20px;
}

.contacts__input .btn {
  padding: 22px 60px;
}

.contacts__input .btn:hover {
  color: #ef6330;
  background: #ffffff;
}

.contacts__text--h2 {
  padding-left: 85px;
}

.contacts__help--bg {
  position: absolute;
  left: -110px;
  top: 30px;
  animation: jump2 4s linear infinite;
}

.contacts__feature {
  padding: 32px 70px 32px 40px;
  background: #ef6330;
  position: relative;
}

@media (max-width: 767px) {
  .contacts__feature {
    padding: 25px 15px 25px 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contacts__feature h3 {
    font-size: 18px;
  }
}

.contacts__feature h4 {
  font-size: 25px;
  margin-bottom: 0;
}

.contacts__feature h4 i {
  font-size: 18px;
  margin-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contacts__feature h4 {
    font-size: 18px;
  }
}

.contacts__feature--bg {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.03);
  position: absolute;
  right: 25px;
  bottom: 30px;
  transform: rotate(-30deg);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contacts__feature {
    padding: 32px 30px 32px 40px;
  }
}

@media (max-width: 767px) {
  .contacts__feature i {
    font-size: 40px;
  }
}

.contacts__social ul li {
  display: inline-block;
  margin-right: 6px;
}

.contacts__social ul li a {
  height: 45px;
  width: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
}

.contacts__social ul li:nth-child(1) a {
  background: #0c88ef;
}

.contacts__social ul li:nth-child(2) a {
  background: #e60023;
}

.contacts__social ul li:nth-child(3) a {
  background: #d54b3d;
}

.contacts__social ul li:nth-child(4) a {
  background: #1a91da;
}

.contacts__address i {
  font-size: 30px;
  margin-bottom: 20px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contacts__address h4 {
    font-size: 20px;
  }
}

.map__loaction {
  position: absolute;
  top: 50%;
  transform: translateY(-156%);
  right: -28px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.contacts__social ul li {
  display: inline-block;
}

/* 12.contact */
.contact-area {
  background-position: center center;
  background-repeat: no-repeat;
}

.contact i {
  background: #ef6330;
  font-size: 40px;
  height: 150px;
  width: 150px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 135px;
  border: 10px solid #fff;
  box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4);
  margin-bottom: 30px;
}

.contact h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.contact p {
  margin: 0;
  padding: 0 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact p {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact p {
    padding: 0 0px;
  }
}

.form-wrapper {
  padding: 100px;
  margin-bottom: -90px;
  position: relative;
  z-index: 999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form-wrapper {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .form-wrapper {
    padding: 20px;
  }
}

.contact-form input {
  background: #ffffff;
  height: 80px;
  width: 100%;
  padding: 0 80px;
  padding-right: 30px;
  border: 0;
  color: #aab5ca;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-form textarea {
  color: #aab5ca;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 300px;
  width: 100%;
  padding: 30px 80px;
  border: 0;
}

.form-box::before {
  position: absolute;
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  left: 45px;
  color: #ef6330;
  top: 29px;
  z-index: 99;
}

.user-icon::before {
  content: "\f007";
}

.email-icon::before {
  content: "\f0e0";
}

.phone-icon::before {
  content: "\f095";
}

.subject-icon::before {
  content: "\f0a6";
}

.contact-form input::-moz-placeholder,
.contact-form input::placeholder {
  color: #aab5ca;
}

.contact-form textarea::-moz-placeholder,
.contact-form textarea::placeholder {
  color: #aab5ca;
}

.contact-map iframe {
  height: 670px;
  width: 100%;
}


.header--logo img {
  width: 150px;
  margin-top: 5px;
}

.footer--logo img {
  width: 130px;

}

.white-color img {
  margin-bottom: 10px;
}