/*==========================================================================
Font
========================================================================== */
/*==========================================================================
Color
========================================================================== */
/*==========================================================================
Pack
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  color: #686C73;
  font-size: 16px;
  line-height: 26px;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

a,
button {
  outline: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

a,
button,
i {
  text-decoration: none;
  color: inherit;
}

a:focus,
.button:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

i::before {
  position: relative;
  top: 2px;
}

input,
input:hover,
input:focus,
input[type=text],
input[type=email],
textarea,
textarea:hover,
textarea:focus,
button,
button:hover,
button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px;
  outline: none;
}

.form-control:focus {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-padding {
  padding: 130px 0px;
}

@media (max-width: 575px) {
  .section-padding {
    padding: 100px 0px;
  }
}

/*==========================================================================
Theme Btn CSS
========================================================================== */
.theme-banner-btn,
.theme-bg-btn,
.border-btn,
.theme-btn {
  display: inline-block;
  background: #FE8C12;
  color: #ffff;
  font-size: 16px;
  padding: 0 39px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  z-index: 3;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
}

.theme-banner-btn i::before,
.theme-bg-btn i::before,
.border-btn i::before,
.theme-btn i::before {
  font-size: 15px;
  margin-left: 10px;
}

.border-btn::before,
.theme-banner-btn::before,
.theme-bg-btn::before,
.theme-btn::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0%;
  border: #FE8C12;
  -webkit-transform: translate(-50%, -50%) rotate(55deg);
          transform: translate(-50%, -50%) rotate(55deg);
  z-index: -1;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.theme-banner-btn:hover::before,
.theme-bg-btn:hover::before,
.border-btn:hover::before,
.theme-btn:hover::before {
  height: 380%;
}

.theme-banner-btn::before {
  background: #ffff;
}

.theme-banner-btn:hover {
  color: #FE8C12;
}

.theme-bg-btn {
  background: #030A15;
}

.theme-bg-btn::before {
  background: #ffff;
}

.theme-bg-btn:hover {
  color: #FE8C12;
}

.border-btn {
  border: 1px solid #FE8C12;
  background: none;
  color: #FE8C12;
}

.border-btn::before {
  background: #ffff;
}

.border-btn:hover {
  color: #FE8C12;
  border-color: #ffff;
}

.border-btn:focus {
  color: #FE8C12;
}

.theme-btn::before {
  background: #030A15;
}

.theme-btn:hover {
  color: #ffff;
}

.theme-btn:focus {
  color: #ffff;
}

/*==========================================================================
Hedging CSS
========================================================================== */
h1 {
  font-size: 90px;
  line-height: 110px;
  padding: 0;
  margin: 0;
  color: #030A15;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  font-size: 48px;
  line-height: 62px;
  padding: 0;
  margin: 0;
  color: #030A15;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

h3 {
  font-size: 22px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: #030A15;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  color: #030A15;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

h5 {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  color: #030A15;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

h6 {
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  color: #030A15;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  color: #686C73;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

@media (max-width: 991px) {
  .lg-left {
    text-align: left;
  }
  .lg-center {
    text-align: center;
  }
  .lg-right {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .st-left {
    text-align: left;
  }
  .st-center {
    text-align: center;
  }
  .st-right {
    text-align: right;
  }
}

@media (max-width: 575px) {
  .dt-left {
    text-align: left;
  }
  .dt-center {
    text-align: center;
  }
  .dt-right {
    text-align: right;
  }
  h2 {
    font-size: 38px;
    line-height: 52px;
  }
}

@media (max-width: 440px) {
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

/*==========================================================================
Preloader CSS
========================================================================== */
.spinner {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.theme-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #030A15;
  z-index: 9999999999;
}

.theme-loader .spinner {
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

/*==========================================================================
Section Top CSS
========================================================================== */
.section-top {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #FE8C12;
  text-transform: uppercase;
  padding-left: 70px;
}

.section-top::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  left: 0;
  bottom: 13px;
  background: #FE8C12;
}

/*==========================================================================
Scroll Top CSS
========================================================================== */
.scroll-top {
  background: #FE8C12;
  bottom: 1%;
  color: #ffff;
  font-size: 20px;
  height: 50px;
  line-height: 55px;
  position: fixed;
  right: 1%;
  text-align: center;
  width: 50px;
  z-index: 9;
  cursor: pointer;
  display: none;
  border-radius: 50%;
}

/*==========================================================================
Video Animation CSS
========================================================================== */
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes animation {
  100% {
    left: 125%;
  }
}

@keyframes animation {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
  bottom: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mb-105 {
  margin-bottom: 105px;
}

.ml-105 {
  margin-left: 105px;
}

.mr-105 {
  margin-right: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pl-105 {
  padding-left: 105px;
}

.pr-105 {
  padding-right: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.ml-115 {
  margin-left: 115px;
}

.mr-115 {
  margin-right: 115px;
}

.pt-115 {
  padding-top: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pl-115 {
  padding-left: 115px;
}

.pr-115 {
  padding-right: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pr-120 {
  padding-right: 120px;
}

@media (max-width: 991px) {
  .lg-mb-0 {
    margin-bottom: 0px;
  }
  .lg-mt-0 {
    margin-top: 0px;
  }
  .lg-ml-0 {
    margin-left: 0px;
  }
  .lg-mr-0 {
    margin-right: 0px;
  }
  .lg-pt-0 {
    padding-top: 0px;
  }
  .lg-pb-0 {
    padding-bottom: 0px;
  }
  .lg-pl-0 {
    padding-left: 0px;
  }
  .lg-pr-0 {
    padding-right: 0px;
  }
  .lg-mb-5 {
    margin-bottom: 5px;
  }
  .lg-mt-5 {
    margin-top: 5px;
  }
  .lg-ml-5 {
    margin-left: 5px;
  }
  .lg-mr-5 {
    margin-right: 5px;
  }
  .lg-pt-5 {
    padding-top: 5px;
  }
  .lg-pb-5 {
    padding-bottom: 5px;
  }
  .lg-pl-5 {
    padding-left: 5px;
  }
  .lg-pr-5 {
    padding-right: 5px;
  }
  .lg-mb-10 {
    margin-bottom: 10px;
  }
  .lg-mt-10 {
    margin-top: 10px;
  }
  .lg-ml-10 {
    margin-left: 10px;
  }
  .lg-mr-10 {
    margin-right: 10px;
  }
  .lg-pt-10 {
    padding-top: 10px;
  }
  .lg-pb-10 {
    padding-bottom: 10px;
  }
  .lg-pl-10 {
    padding-left: 10px;
  }
  .lg-pr-10 {
    padding-right: 10px;
  }
  .lg-mb-15 {
    margin-bottom: 15px;
  }
  .lg-mt-15 {
    margin-top: 15px;
  }
  .lg-ml-15 {
    margin-left: 15px;
  }
  .lg-mr-15 {
    margin-right: 15px;
  }
  .lg-pt-15 {
    padding-top: 15px;
  }
  .lg-pb-15 {
    padding-bottom: 15px;
  }
  .lg-pl-15 {
    padding-left: 15px;
  }
  .lg-pr-15 {
    padding-right: 15px;
  }
  .lg-mb-20 {
    margin-bottom: 20px;
  }
  .lg-mt-20 {
    margin-top: 20px;
  }
  .lg-ml-20 {
    margin-left: 20px;
  }
  .lg-mr-20 {
    margin-right: 20px;
  }
  .lg-pt-20 {
    padding-top: 20px;
  }
  .lg-pb-20 {
    padding-bottom: 20px;
  }
  .lg-pl-20 {
    padding-left: 20px;
  }
  .lg-pr-20 {
    padding-right: 20px;
  }
  .lg-mb-25 {
    margin-bottom: 25px;
  }
  .lg-mt-25 {
    margin-top: 25px;
  }
  .lg-ml-25 {
    margin-left: 25px;
  }
  .lg-mr-25 {
    margin-right: 25px;
  }
  .lg-pt-25 {
    padding-top: 25px;
  }
  .lg-pb-25 {
    padding-bottom: 25px;
  }
  .lg-pl-25 {
    padding-left: 25px;
  }
  .lg-pr-25 {
    padding-right: 25px;
  }
  .lg-mb-30 {
    margin-bottom: 30px;
  }
  .lg-mt-30 {
    margin-top: 30px;
  }
  .lg-ml-30 {
    margin-left: 30px;
  }
  .lg-mr-30 {
    margin-right: 30px;
  }
  .lg-pt-30 {
    padding-top: 30px;
  }
  .lg-pb-30 {
    padding-bottom: 30px;
  }
  .lg-pl-30 {
    padding-left: 30px;
  }
  .lg-pr-30 {
    padding-right: 30px;
  }
  .lg-mb-35 {
    margin-bottom: 35px;
  }
  .lg-mt-35 {
    margin-top: 35px;
  }
  .lg-ml-35 {
    margin-left: 35px;
  }
  .lg-mr-35 {
    margin-right: 35px;
  }
  .lg-pt-35 {
    padding-top: 35px;
  }
  .lg-pb-35 {
    padding-bottom: 35px;
  }
  .lg-pl-35 {
    padding-left: 35px;
  }
  .lg-pr-35 {
    padding-right: 35px;
  }
  .lg-mb-40 {
    margin-bottom: 40px;
  }
  .lg-mt-40 {
    margin-top: 40px;
  }
  .lg-ml-40 {
    margin-left: 40px;
  }
  .lg-mr-40 {
    margin-right: 40px;
  }
  .lg-pt-40 {
    padding-top: 40px;
  }
  .lg-pb-40 {
    padding-bottom: 40px;
  }
  .lg-pl-40 {
    padding-left: 40px;
  }
  .lg-pr-40 {
    padding-right: 40px;
  }
  .lg-mb-45 {
    margin-bottom: 45px;
  }
  .lg-mt-45 {
    margin-top: 45px;
  }
  .lg-ml-45 {
    margin-left: 45px;
  }
  .lg-mr-45 {
    margin-right: 45px;
  }
  .lg-pt-45 {
    padding-top: 45px;
  }
  .lg-pb-45 {
    padding-bottom: 45px;
  }
  .lg-pl-45 {
    padding-left: 45px;
  }
  .lg-pr-45 {
    padding-right: 45px;
  }
  .lg-mb-50 {
    margin-bottom: 50px;
  }
  .lg-mt-50 {
    margin-top: 50px;
  }
  .lg-ml-50 {
    margin-left: 50px;
  }
  .lg-mr-50 {
    margin-right: 50px;
  }
  .lg-pt-50 {
    padding-top: 50px;
  }
  .lg-pb-50 {
    padding-bottom: 50px;
  }
  .lg-pl-50 {
    padding-left: 50px;
  }
  .lg-pr-50 {
    padding-right: 50px;
  }
  .lg-mb-55 {
    margin-bottom: 55px;
  }
  .lg-mt-55 {
    margin-top: 55px;
  }
  .lg-ml-55 {
    margin-left: 55px;
  }
  .lg-mr-55 {
    margin-right: 55px;
  }
  .lg-pt-55 {
    padding-top: 55px;
  }
  .lg-pb-55 {
    padding-bottom: 55px;
  }
  .lg-pl-55 {
    padding-left: 55px;
  }
  .lg-pr-55 {
    padding-right: 55px;
  }
  .lg-mb-60 {
    margin-bottom: 60px;
  }
  .lg-mt-60 {
    margin-top: 60px;
  }
  .lg-ml-60 {
    margin-left: 60px;
  }
  .lg-mr-60 {
    margin-right: 60px;
  }
  .lg-pt-60 {
    padding-top: 60px;
  }
  .lg-pb-60 {
    padding-bottom: 60px;
  }
  .lg-pl-60 {
    padding-left: 60px;
  }
  .lg-pr-60 {
    padding-right: 60px;
  }
  .lg-mb-65 {
    margin-bottom: 65px;
  }
  .lg-mt-65 {
    margin-top: 65px;
  }
  .lg-ml-65 {
    margin-left: 65px;
  }
  .lg-mr-65 {
    margin-right: 65px;
  }
  .lg-pt-65 {
    padding-top: 65px;
  }
  .lg-pb-65 {
    padding-bottom: 65px;
  }
  .lg-pl-65 {
    padding-left: 65px;
  }
  .lg-pr-65 {
    padding-right: 65px;
  }
  .lg-mb-70 {
    margin-bottom: 70px;
  }
  .lg-mt-70 {
    margin-top: 70px;
  }
  .lg-ml-70 {
    margin-left: 70px;
  }
  .lg-mr-70 {
    margin-right: 70px;
  }
  .lg-pt-70 {
    padding-top: 70px;
  }
  .lg-pb-70 {
    padding-bottom: 70px;
  }
  .lg-pl-70 {
    padding-left: 70px;
  }
  .lg-pr-70 {
    padding-right: 70px;
  }
  .lg-mb-75 {
    margin-bottom: 75px;
  }
  .lg-mt-75 {
    margin-top: 75px;
  }
  .lg-ml-75 {
    margin-left: 75px;
  }
  .lg-mr-75 {
    margin-right: 75px;
  }
  .lg-pt-75 {
    padding-top: 75px;
  }
  .lg-pb-75 {
    padding-bottom: 75px;
  }
  .lg-pl-75 {
    padding-left: 75px;
  }
  .lg-pr-75 {
    padding-right: 75px;
  }
  .lg-mb-80 {
    margin-bottom: 80px;
  }
  .lg-mt-80 {
    margin-top: 80px;
  }
  .lg-ml-80 {
    margin-left: 80px;
  }
  .lg-mr-80 {
    margin-right: 80px;
  }
  .lg-pt-80 {
    padding-top: 80px;
  }
  .lg-pb-80 {
    padding-bottom: 80px;
  }
  .lg-pl-80 {
    padding-left: 80px;
  }
  .lg-pr-80 {
    padding-right: 80px;
  }
  .lg-mb-85 {
    margin-bottom: 85px;
  }
  .lg-mt-85 {
    margin-top: 85px;
  }
  .lg-ml-85 {
    margin-left: 85px;
  }
  .lg-mr-85 {
    margin-right: 85px;
  }
  .lg-pt-85 {
    padding-top: 85px;
  }
  .lg-pb-85 {
    padding-bottom: 85px;
  }
  .lg-pl-85 {
    padding-left: 85px;
  }
  .lg-pr-85 {
    padding-right: 85px;
  }
  .lg-mb-90 {
    margin-bottom: 90px;
  }
  .lg-mt-90 {
    margin-top: 90px;
  }
  .lg-ml-90 {
    margin-left: 90px;
  }
  .lg-mr-90 {
    margin-right: 90px;
  }
  .lg-pt-90 {
    padding-top: 90px;
  }
  .lg-pb-90 {
    padding-bottom: 90px;
  }
  .lg-pl-90 {
    padding-left: 90px;
  }
  .lg-pr-90 {
    padding-right: 90px;
  }
  .lg-mb-95 {
    margin-bottom: 95px;
  }
  .lg-mt-95 {
    margin-top: 95px;
  }
  .lg-ml-95 {
    margin-left: 95px;
  }
  .lg-mr-95 {
    margin-right: 95px;
  }
  .lg-pt-95 {
    padding-top: 95px;
  }
  .lg-pb-95 {
    padding-bottom: 95px;
  }
  .lg-pl-95 {
    padding-left: 95px;
  }
  .lg-pr-95 {
    padding-right: 95px;
  }
}

@media (max-width: 767px) {
  .md-mb-0 {
    margin-bottom: 0px;
  }
  .md-mt-0 {
    margin-top: 0px;
  }
  .md-mr-0 {
    margin-right: 0px;
  }
  .md-pt-0 {
    padding-top: 0px;
  }
  .md-pb-0 {
    padding-bottom: 0px;
  }
  .md-pl-0 {
    padding-left: 0px;
  }
  .md-pr-0 {
    padding-right: 0px;
  }
  .md-mb-5 {
    margin-bottom: 5px;
  }
  .md-mt-5 {
    margin-top: 5px;
  }
  .md-mr-5 {
    margin-right: 5px;
  }
  .md-pt-5 {
    padding-top: 5px;
  }
  .md-pb-5 {
    padding-bottom: 5px;
  }
  .md-pl-5 {
    padding-left: 5px;
  }
  .md-pr-5 {
    padding-right: 5px;
  }
  .md-mb-10 {
    margin-bottom: 10px;
  }
  .md-mt-10 {
    margin-top: 10px;
  }
  .md-mr-10 {
    margin-right: 10px;
  }
  .md-pt-10 {
    padding-top: 10px;
  }
  .md-pb-10 {
    padding-bottom: 10px;
  }
  .md-pl-10 {
    padding-left: 10px;
  }
  .md-pr-10 {
    padding-right: 10px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-mt-15 {
    margin-top: 15px;
  }
  .md-mr-15 {
    margin-right: 15px;
  }
  .md-pt-15 {
    padding-top: 15px;
  }
  .md-pb-15 {
    padding-bottom: 15px;
  }
  .md-pl-15 {
    padding-left: 15px;
  }
  .md-pr-15 {
    padding-right: 15px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-mt-20 {
    margin-top: 20px;
  }
  .md-mr-20 {
    margin-right: 20px;
  }
  .md-pt-20 {
    padding-top: 20px;
  }
  .md-pb-20 {
    padding-bottom: 20px;
  }
  .md-pl-20 {
    padding-left: 20px;
  }
  .md-pr-20 {
    padding-right: 20px;
  }
  .md-mb-25 {
    margin-bottom: 25px;
  }
  .md-mt-25 {
    margin-top: 25px;
  }
  .md-mr-25 {
    margin-right: 25px;
  }
  .md-pt-25 {
    padding-top: 25px;
  }
  .md-pb-25 {
    padding-bottom: 25px;
  }
  .md-pl-25 {
    padding-left: 25px;
  }
  .md-pr-25 {
    padding-right: 25px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-mt-30 {
    margin-top: 30px;
  }
  .md-mr-30 {
    margin-right: 30px;
  }
  .md-pt-30 {
    padding-top: 30px;
  }
  .md-pb-30 {
    padding-bottom: 30px;
  }
  .md-pl-30 {
    padding-left: 30px;
  }
  .md-pr-30 {
    padding-right: 30px;
  }
  .md-mb-35 {
    margin-bottom: 35px;
  }
  .md-mt-35 {
    margin-top: 35px;
  }
  .md-mr-35 {
    margin-right: 35px;
  }
  .md-pt-35 {
    padding-top: 35px;
  }
  .md-pb-35 {
    padding-bottom: 35px;
  }
  .md-pl-35 {
    padding-left: 35px;
  }
  .md-pr-35 {
    padding-right: 35px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-mt-40 {
    margin-top: 40px;
  }
  .md-mr-40 {
    margin-right: 40px;
  }
  .md-pt-40 {
    padding-top: 40px;
  }
  .md-pb-40 {
    padding-bottom: 40px;
  }
  .md-pl-40 {
    padding-left: 40px;
  }
  .md-pr-40 {
    padding-right: 40px;
  }
  .md-mb-45 {
    margin-bottom: 45px;
  }
  .md-mt-45 {
    margin-top: 45px;
  }
  .md-mr-45 {
    margin-right: 45px;
  }
  .md-pt-45 {
    padding-top: 45px;
  }
  .md-pb-45 {
    padding-bottom: 45px;
  }
  .md-pl-45 {
    padding-left: 45px;
  }
  .md-pr-45 {
    padding-right: 45px;
  }
  .md-mb-50 {
    margin-bottom: 50px;
  }
  .md-mt-50 {
    margin-top: 50px;
  }
  .md-mr-50 {
    margin-right: 50px;
  }
  .md-pt-50 {
    padding-top: 50px;
  }
  .md-pb-50 {
    padding-bottom: 50px;
  }
  .md-pl-50 {
    padding-left: 50px;
  }
  .md-pr-50 {
    padding-right: 50px;
  }
  .md-mb-55 {
    margin-bottom: 55px;
  }
  .md-mt-55 {
    margin-top: 55px;
  }
  .md-mr-55 {
    margin-right: 55px;
  }
  .md-pt-55 {
    padding-top: 55px;
  }
  .md-pb-55 {
    padding-bottom: 55px;
  }
  .md-pl-55 {
    padding-left: 55px;
  }
  .md-pr-55 {
    padding-right: 55px;
  }
  .md-mb-60 {
    margin-bottom: 60px;
  }
  .md-mt-60 {
    margin-top: 60px;
  }
  .md-mr-60 {
    margin-right: 60px;
  }
  .md-pt-60 {
    padding-top: 60px;
  }
  .md-pb-60 {
    padding-bottom: 60px;
  }
  .md-pl-60 {
    padding-left: 60px;
  }
  .md-pr-60 {
    padding-right: 60px;
  }
  .md-mb-65 {
    margin-bottom: 65px;
  }
  .md-mt-65 {
    margin-top: 65px;
  }
  .md-mr-65 {
    margin-right: 65px;
  }
  .md-pt-65 {
    padding-top: 65px;
  }
  .md-pb-65 {
    padding-bottom: 65px;
  }
  .md-pl-65 {
    padding-left: 65px;
  }
  .md-pr-65 {
    padding-right: 65px;
  }
  .md-mb-70 {
    margin-bottom: 70px;
  }
  .md-mt-70 {
    margin-top: 70px;
  }
  .md-mr-70 {
    margin-right: 70px;
  }
  .md-pt-70 {
    padding-top: 70px;
  }
  .md-pb-70 {
    padding-bottom: 70px;
  }
  .md-pl-70 {
    padding-left: 70px;
  }
  .md-pr-70 {
    padding-right: 70px;
  }
}

@media (max-width: 575px) {
  .sm-mb-0 {
    margin-bottom: 0px;
  }
  .sm-mt-0 {
    margin-top: 0px;
  }
  .sm-mr-0 {
    margin-right: 0px;
  }
  .sm-pt-0 {
    padding-top: 0px;
  }
  .sm-pb-0 {
    padding-bottom: 0px;
  }
  .sm-pl-0 {
    padding-left: 0px;
  }
  .sm-pr-0 {
    padding-right: 0px;
  }
  .sm-mb-5 {
    margin-bottom: 5px;
  }
  .sm-mt-5 {
    margin-top: 5px;
  }
  .sm-mr-5 {
    margin-right: 5px;
  }
  .sm-pt-5 {
    padding-top: 5px;
  }
  .sm-pb-5 {
    padding-bottom: 5px;
  }
  .sm-pl-5 {
    padding-left: 5px;
  }
  .sm-pr-5 {
    padding-right: 5px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
  .sm-mt-10 {
    margin-top: 10px;
  }
  .sm-mr-10 {
    margin-right: 10px;
  }
  .sm-pt-10 {
    padding-top: 10px;
  }
  .sm-pb-10 {
    padding-bottom: 10px;
  }
  .sm-pl-10 {
    padding-left: 10px;
  }
  .sm-pr-10 {
    padding-right: 10px;
  }
  .sm-mb-15 {
    margin-bottom: 15px;
  }
  .sm-mt-15 {
    margin-top: 15px;
  }
  .sm-mr-15 {
    margin-right: 15px;
  }
  .sm-pt-15 {
    padding-top: 15px;
  }
  .sm-pb-15 {
    padding-bottom: 15px;
  }
  .sm-pl-15 {
    padding-left: 15px;
  }
  .sm-pr-15 {
    padding-right: 15px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .sm-mt-20 {
    margin-top: 20px;
  }
  .sm-mr-20 {
    margin-right: 20px;
  }
  .sm-pt-20 {
    padding-top: 20px;
  }
  .sm-pb-20 {
    padding-bottom: 20px;
  }
  .sm-pl-20 {
    padding-left: 20px;
  }
  .sm-pr-20 {
    padding-right: 20px;
  }
  .sm-mb-25 {
    margin-bottom: 25px;
  }
  .sm-mt-25 {
    margin-top: 25px;
  }
  .sm-mr-25 {
    margin-right: 25px;
  }
  .sm-pt-25 {
    padding-top: 25px;
  }
  .sm-pb-25 {
    padding-bottom: 25px;
  }
  .sm-pl-25 {
    padding-left: 25px;
  }
  .sm-pr-25 {
    padding-right: 25px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-mr-30 {
    margin-right: 30px;
  }
  .sm-pt-30 {
    padding-top: 30px;
  }
  .sm-pb-30 {
    padding-bottom: 30px;
  }
  .sm-pl-30 {
    padding-left: 30px;
  }
  .sm-pr-30 {
    padding-right: 30px;
  }
  .sm-mb-35 {
    margin-bottom: 35px;
  }
  .sm-mt-35 {
    margin-top: 35px;
  }
  .sm-mr-35 {
    margin-right: 35px;
  }
  .sm-pt-35 {
    padding-top: 35px;
  }
  .sm-pb-35 {
    padding-bottom: 35px;
  }
  .sm-pl-35 {
    padding-left: 35px;
  }
  .sm-pr-35 {
    padding-right: 35px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-mr-40 {
    margin-right: 40px;
  }
  .sm-pt-40 {
    padding-top: 40px;
  }
  .sm-pb-40 {
    padding-bottom: 40px;
  }
  .sm-pl-40 {
    padding-left: 40px;
  }
  .sm-pr-40 {
    padding-right: 40px;
  }
  .sm-mb-45 {
    margin-bottom: 45px;
  }
  .sm-mt-45 {
    margin-top: 45px;
  }
  .sm-mr-45 {
    margin-right: 45px;
  }
  .sm-pt-45 {
    padding-top: 45px;
  }
  .sm-pb-45 {
    padding-bottom: 45px;
  }
  .sm-pl-45 {
    padding-left: 45px;
  }
  .sm-pr-45 {
    padding-right: 45px;
  }
  .sm-mb-50 {
    margin-bottom: 50px;
  }
  .sm-mt-50 {
    margin-top: 50px;
  }
  .sm-mr-50 {
    margin-right: 50px;
  }
  .sm-pt-50 {
    padding-top: 50px;
  }
  .sm-pb-50 {
    padding-bottom: 50px;
  }
  .sm-pl-50 {
    padding-left: 50px;
  }
  .sm-pr-50 {
    padding-right: 50px;
  }
  .sm-mb-55 {
    margin-bottom: 55px;
  }
  .sm-mt-55 {
    margin-top: 55px;
  }
  .sm-mr-55 {
    margin-right: 55px;
  }
  .sm-pt-55 {
    padding-top: 55px;
  }
  .sm-pb-55 {
    padding-bottom: 55px;
  }
  .sm-pl-55 {
    padding-left: 55px;
  }
  .sm-pr-55 {
    padding-right: 55px;
  }
  .sm-mb-60 {
    margin-bottom: 60px;
  }
  .sm-mt-60 {
    margin-top: 60px;
  }
  .sm-mr-60 {
    margin-right: 60px;
  }
  .sm-pt-60 {
    padding-top: 60px;
  }
  .sm-pb-60 {
    padding-bottom: 60px;
  }
  .sm-pl-60 {
    padding-left: 60px;
  }
  .sm-pr-60 {
    padding-right: 60px;
  }
  .sm-mb-65 {
    margin-bottom: 65px;
  }
  .sm-mt-65 {
    margin-top: 65px;
  }
  .sm-mr-65 {
    margin-right: 65px;
  }
  .sm-pt-65 {
    padding-top: 65px;
  }
  .sm-pb-65 {
    padding-bottom: 65px;
  }
  .sm-pl-65 {
    padding-left: 65px;
  }
  .sm-pr-65 {
    padding-right: 65px;
  }
  .sm-mb-70 {
    margin-bottom: 70px;
  }
  .sm-mt-70 {
    margin-top: 70px;
  }
  .sm-mr-70 {
    margin-right: 70px;
  }
  .sm-pt-70 {
    padding-top: 70px;
  }
  .sm-pb-70 {
    padding-bottom: 70px;
  }
  .sm-pl-70 {
    padding-left: 70px;
  }
  .sm-pr-70 {
    padding-right: 70px;
  }
}

/*==========================================================================
Search Box CSS
==========================================================================*/
.header__area-search i {
  cursor: pointer;
}

.header__area-search-box {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  left: 0;
  right: 0;
  height: 0;
  background: #030A15;
  z-index: 999;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
}

.header__area-search-box-icon {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 22px;
  color: #ffff;
  cursor: pointer;
}

.header__area-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 55%;
}

.header__area-search-box input {
  background-color: transparent;
  width: 100%;
  padding: 10px 0;
  color: #ffff;
  border: 0;
  border-bottom: 1px solid #ffff;
}

.header__area-search-box input:focus {
  border-bottom: 1px solid #FE8C12;
}

.header__area-search-box button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  text-align: center;
  font-size: 22px;
  color: #FE8C12;
  border: 0;
  outline: none;
}

.header__area-search-box.active {
  height: 100%;
  top: 0;
}

.header__area-left-contact {
  background: #FE8C12;
  padding: 21px 30px;
}

.header__area-left-contact-icon i::before {
  font-size: 30px;
  color: #ffff;
  margin-right: 20px;
}

.header__area-left-contact-content span {
  color: #030A15;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.header__area-left-contact-content p {
  color: #ffff;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

/*==========================================================================
Responsive Menu Css
========================================================================== */
.responsive-menu {
  position: absolute;
  top: -8px;
  right: 0;
  width: 100%;
}

.mean-container a.meanmenu-reveal {
  color: #030A15;
  width: 25px;
  height: 31px;
  -webkit-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
}

.mean-container a.meanmenu-reveal span {
  background: #030A15;
  margin-top: 6px;
}

.mean-container .mean-bar {
  background: transparent;
  padding: 0;
  z-index: 99;
}

.mean-container .mean-bar a i {
  font-size: 22px;
  padding-top: 4px;
  display: block;
}

.mean-container .mean-nav {
  background: #F5F5F5;
  margin-top: 71px;
}

.mean-container .mean-nav li:first-child > a {
  border: none;
}

.mean-container .mean-nav ul li a.mean-expand {
  background: #FE8C12;
  height: 28px;
  color: #ffff;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #FE8C12;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav li li:first-child > a {
  color: #030A15;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  border-top: 1px solid #E6E7E8;
  opacity: 1;
}

@media (max-width: 1199px) {
  .header__area-left-contact {
    background: #FE8C12;
    padding: 15px 25px;
  }
  .header__area-left-contact-icon i::before {
    font-size: 25px;
    margin-right: 10px;
  }
  .header__area-left-contact-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
}

@media (max-width: 991px) {
  .header__area-transparent-header {
    padding: 20px 15px;
  }
  .header__area-search {
    display: none;
  }
  .header__area-left {
    display: none;
  }
  .responsive-menu {
    display: inline-block;
  }
  .header__area-menu.header__area-menu-sticky-menu .header__area-transparent-header {
    padding: 20px 0;
  }
}

/*==========================================================================
Main Menu
========================================================================== */
.header__area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

.header__area-transparent-header {
  background: #ffff;
  padding-left: 15px;
}

.header__area-menu-sticky-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -webkit-animation: header_sticky 1.1s;
          animation: header_sticky 1.1s;
  background: #ffff;
  display: block;
}

@-webkit-keyframes header_sticky {
  0% {
    top: -250px;
  }
  100% {
    top: 0;
  }
}

@keyframes header_sticky {
  0% {
    top: -250px;
  }
  100% {
    top: 0;
  }
}

.header__area-top-bar-transparent-bar {
  background: #030A15;
  padding: 12px 15px;
}

.header__area-top-bar-left ul li:last-child {
  margin: 0;
}

.header__area-top-bar-left ul li {
  display: inline-block;
  margin-right: 25px;
}

.header__area-top-bar-left ul li a {
  color: #ffff;
}

.header__area-top-bar-left ul li a i::before {
  color: #FE8C12;
  margin-right: 7px;
}

.header__area-top-bar-right ul li:last-child {
  margin: 0;
}

.header__area-top-bar-right ul li {
  display: inline-block;
  margin-right: 15px;
}

.header__area-top-bar-right ul li a {
  color: #ffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__area-top-bar-right ul li a i::before {
  color: #ffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__area-top-bar-right ul li a:hover i::before {
  color: #FE8C12;
}

.header__area-logo a {
  display: inline-block;
}

.header__area-logo a img {
  max-width: 155px;
  z-index: 999;
  position: relative;
}

.header__area-main-menu ul li {
  display: inline-block;
  position: relative;
}

.header__area-main-menu ul li:hover > a {
  color: #FE8C12;
}

.header__area-main-menu ul li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header__area-main-menu ul li .sub-menu {
  position: absolute;
  background: #ffff;
  min-width: 240px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid #FE8C12;
  z-index: 99;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.header__area-main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #E6E7E8;
}

.header__area-main-menu ul li .sub-menu li a {
  color: #030A15;
  padding: 13px 25px;
  font-size: 14px;
  text-transform: capitalize;
}

.header__area-main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
}

.header__area-main-menu ul li .sub-menu li:hover > a {
  color: #FE8C12;
  padding-left: 30px;
}

.header__area-main-menu ul li .sub-menu li:last-child {
  border: none;
}

.header__area-main-menu ul li ul .sub-menu li .sub-menu {
  color: #030A15;
  cursor: pointer;
}

.header__area-main-menu ul li a {
  color: #030A15;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  padding: 38px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.header__area-main-menu ul li:last-child a {
  padding-right: 0;
}

.header__area-main-menu-icon > a::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 2px;
  height: 8px;
  background-color: #030A15;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__area-main-menu-icon > a::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  width: 8px;
  height: 2px;
  background-color: #030A15;
}

.header__area-main-menu-icon:hover > a::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.header__area .responsive-menu {
  display: none;
  -webkit-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
}

.header__area-sticky-left {
  position: relative;
  left: 23%;
  top: 0;
}

@media (max-width: 1199px) {
  .header__area-main-menu ul li:hover ul {
    top: 84px;
  }
  .header__area-main-menu ul li a {
    padding: 30px 20px;
  }
  .header__area-main-menu-icon > a::before {
    right: 11px;
  }
  .header__area-main-menu-icon > a::after {
    right: 8px;
  }
}

@media (max-width: 991px) {
  .header__area-main-menu-icon > a::before {
    display: none;
  }
  .header__area-main-menu-icon > a::after {
    display: none;
  }
  .header__area .responsive-menu {
    display: block;
  }
}

@media (max-width: 444px) {
  .header__area-top-bar-transparent-bar {
    padding: 8px 10px;
  }
  .header__area-top-bar-left ul li:last-child {
    margin: 0;
  }
  .header__area-top-bar-left ul li {
    margin-bottom: 5px;
    margin-right: 5px;
  }
}

.header__area-menu.header__area-menu-sticky-menu .header__area-transparent-header {
  padding-left: 0;
}

/*==========================================================================
Banner
========================================================================== */
.banner__area-prev {
  display: none;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.banner__area-content {
  padding-top: 368px;
  padding-bottom: 220px;
  position: relative;
  z-index: 9;
}

.banner__area-content span {
  color: #FE8C12;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.banner__area-content h1 {
  color: #ffff;
  font-size: 90px;
  line-height: 110px;
  font-weight: 800;
}

.banner__area-content-area {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: -webkit-transform 2000ms ease;
  transition: -webkit-transform 2000ms ease;
  transition: transform 2000ms ease;
  transition: transform 2000ms ease, -webkit-transform 2000ms ease;
  opacity: 0;
}

.banner__area-swiper-image {
  background-color: #030A15;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 20s ease-out 0s;
  transition: all 20s ease-out 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
  bottom: 0;
  z-index: 1;
  text-align: center;
}

.banner__area-swiper-image::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #030A15;
  opacity: 0.8;
}

.banner__area:hover .banner__area-prev {
  display: block;
}

.banner__area-button {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: -webkit-transform 2000ms ease;
  transition: -webkit-transform 2000ms ease;
  transition: transform 2000ms ease;
  transition: transform 2000ms ease, -webkit-transform 2000ms ease;
  opacity: 0;
}

.banner__area.swiper-slide-active .banner__area-content-area {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.banner__area.swiper-slide-active .banner__area-button {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.banner__area.swiper-slide-active .banner__area-swiper-image {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.swiper-button-prev.slide-prev i::before,
.swiper-button-next.slide-next i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: #FE8C12;
  color: #ffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-button-prev.slide-prev:hover i::before,
.swiper-button-next.slide-next:hover i::before {
  background: #ffff;
  color: #030A15;
}

.swiper-button-prev.slide-prev {
  left: 50px;
}

.swiper-button-next.slide-next {
  right: 50px;
}

@media (max-width: 1199px) {
  .banner__area-content {
    padding-top: 355px;
  }
  .banner__area-content h1 {
    font-size: 71px;
    line-height: 86px;
  }
}

@media (max-width: 991px) {
  .banner__area-content h1 {
    font-size: 55px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .banner__area-content {
    padding-top: 330px;
    padding-bottom: 170px;
  }
  .banner__area-content h1 {
    font-size: 42px;
    line-height: 57px;
  }
}

@media (max-width: 470px) {
  .banner__area-content {
    padding-top: 308px;
    padding-bottom: 148px;
  }
  .banner__area-content h1 {
    font-size: 34px;
    line-height: 48px;
  }
}

@media (max-width: 402px) {
  .banner__area-content {
    padding-bottom: 125px;
  }
  .banner__area-content h1 {
    font-size: 26px;
    line-height: 40px;
  }
}

@media (max-width: 360px) {
  .banner__area-content h1 {
    font-size: 23px;
    line-height: 37px;
  }
}

/*==========================================================================
Features
========================================================================== */
.features__area-item {
  padding: 40px 31px;
  background: #F5F5F5;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.features__area-item span {
  position: absolute;
  top: 40px;
  right: 30px;
  font-size: 48px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  color: #FE8C12;
  opacity: 0.3;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  z-index: 2;
}

.features__area-item-icon i::before {
  color: #FE8C12;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 30px;
  display: inline-block;
  z-index: 2;
}

.features__area-item-content h4 {
  color: #030A15;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}

.features__area-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 1;
}

.features__area-item-image::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #030A15;
  opacity: 0.9;
  left: 0;
  top: 0;
}

.features__area-item:hover .features__area-item-image {
  opacity: 1;
}

.features__area-item:hover h4 {
  color: #ffff;
}

@media (max-width: 992px) {
  .features__area-item {
    padding: 40px;
  }
  .features__area-item-content h4 {
    color: #030A15;
  }
}

/*==========================================================================
About
========================================================================== */
.about__area-left-image {
  position: relative;
}

.about__area-left-image-small-img {
  position: absolute;
  bottom: -80px;
  left: -60px;
  max-width: 250px;
  border: 17px solid #ffff;
}

.about__area-right {
  max-width: 600px;
}

.about__area-right-list i::before {
  color: #FE8C12;
  font-size: 30px;
  line-height: 30px;
  margin-right: 10px;
  top: 9px;
}

.about__area-right-list p {
  color: #030A15;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.about__area-right-bottom {
  border-top: 1px solid #E6E7E8;
}

.about__area-right-bottom-signature img {
  max-width: 185px;
}

@media (max-width: 390px) {
  .about__area-left-image-small-img {
    max-width: 200px;
  }
}

/*==========================================================================
Services
========================================================================== */
.services__area {
  background: #F5F5F5;
}

.services__area-item {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 40px;
  background: #ffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services__area-item-top h3 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.services__area-item-top i::before {
  color: #FE8C12;
  font-size: 60px;
  line-height: 60px;
  margin-right: 30px;
  display: inline-block;
  z-index: 2;
}

.services__area-item-content {
  border-top: 1px solid #E6E7E8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services__area-item-content p {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.services__area-item-content a {
  display: inline-block;
  color: #030A15;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  position: relative;
}

.services__area-item-content a::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: #FE8C12;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.services__area-item-content a:hover::after {
  width: 90px;
}

.services__area-item:hover {
  background: #030A15;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services__area-item:hover .services__area-item-top h3 {
  color: #ffff;
}

.services__area-item:hover .services__area-item-content {
  border-color: #353B44;
}

.services__area-item:hover .services__area-item-content p {
  color: #ffff;
}

.services__area-item:hover .services__area-item-content a {
  color: #FE8C12;
}

/*==========================================================================
Portfolio Details
========================================================================== */
.services__details-left-content h3 {
  font-size: 36px;
  line-height: 46px;
}

.services__details-right-widget-category {
  padding: 40px 30px;
  background: #F5F5F5;
}

.services__details-right-widget-category h4 {
  position: relative;
}

.services__details-right-widget-category h4::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 4px;
  bottom: -5px;
  left: 0;
  background: #FE8C12;
}

.services__details-right-widget-category ul li:last-child {
  margin: 0;
}

.services__details-right-widget-category ul li {
  margin-bottom: 15px;
}

.services__details-right-widget-category ul li a {
  display: inline-block;
  background: #ffff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #030A15;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
}

.services__details-right-widget-category ul li a i::before {
  color: #FE8C12;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  margin-right: -15px;
}

.services__details-right-widget-category ul li a:hover {
  color: #FE8C12;
}

.services__details-right-widget-category ul li a:hover i::before {
  margin-right: 7px;
  opacity: 1;
}

.services__details-right-help {
  position: relative;
  padding: 50px 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services__details-right-help::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #030A15;
  opacity: 0.9;
}

.services__details-right-help h4 {
  position: relative;
  color: #ffff;
  z-index: 1;
}

.services__details-right-help h4::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 4px;
  bottom: -5px;
  left: 0;
  background: #FE8C12;
}

.services__details-right-help p {
  position: relative;
  z-index: 1;
}

.services__details-right-help-item {
  position: relative;
  z-index: 1;
}

.services__details-right-help-item-icon i::before {
  color: #FE8C12;
  font-size: 40px;
  margin-right: 10px;
}

.services__details-right-help-item-content span {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.services__details-right-help-item-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #E6E7E8;
}

@media (max-width: 1199px) {
  .services__area-item {
    padding: 40px 30px;
  }
  .services__area-item-top h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .services__area-item-top i::before {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .services__area-item {
    padding: 40px;
  }
  .services__area-item-top h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .services__area-item-top i::before {
    margin-right: 20px;
  }
}

@media (max-width: 360px) {
  .services__area-item {
    padding: 30px;
  }
  .services__area-item-top h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .services__area-item-top i::before {
    margin-right: 15px;
  }
}

/*==========================================================================
Portfolio
========================================================================== */
.portfolio__area {
  position: relative;
}

.portfolio__area::after {
  background: #030A15;
  background-image: url(img/portfolio.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 490px;
  z-index: -1;
}

.portfolio__area-button {
  text-align: right;
  padding-right: 23px;
}

.portfolio__area-button-next {
  display: inline-block;
  position: static;
  margin: 0;
  margin-left: 40px;
}

.portfolio__area-button-next i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: #FE8C12;
  color: #ffff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.portfolio__area-button-next:hover i::before {
  background: #ffff;
  color: #030A15;
}

.portfolio__area-button-prev {
  display: inline-block;
  position: static;
  margin: 0;
}

.portfolio__area-button-prev i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: #FE8C12;
  color: #ffff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.portfolio__area-button-prev:hover i::before {
  background: #ffff;
  color: #030A15;
}

.portfolio__area-title h2 {
  color: #ffff;
}

.portfolio__area-item {
  position: relative;
}

.portfolio__area-item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #030A15;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.portfolio__area-item-content {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.portfolio__area-item-content h3 a {
  font-size: 30px;
  line-height: 40px;
  color: #ffff;
  margin-bottom: 10px;
}

.portfolio__area-item-content p {
  color: #FE8C12;
  font-weight: 500;
}

.portfolio__area-item-popup {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 40px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.portfolio__area-item-popup i::before {
  background: #ffff;
  height: 60px;
  width: 60px;
  color: #030A15;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
}

.portfolio__area-item:hover::after {
  opacity: 0.7;
}

.portfolio__area-item:hover .portfolio__area-item-content {
  opacity: 1;
  bottom: 40px;
}

.portfolio__area-item:hover .portfolio__area-item-popup {
  opacity: 1;
  bottom: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*==========================================================================
Portfolio Page
========================================================================== */
.portfolio__area {
  position: relative;
}

.portfolio__area-page-item {
  position: relative;
}

.portfolio__area-page-item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #030A15;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.portfolio__area-page-item a {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}

.portfolio__area-page-item a i::before {
  background: #ffff;
  height: 50px;
  width: 50px;
  color: #030A15;
  display: block;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
}

.portfolio__area-page-item-content {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.portfolio__area-page-item-content h3 a {
  position: inherit;
  font-size: 24px;
  line-height: 34px;
  color: #ffff;
  margin-bottom: 10px;
}

.portfolio__area-page-item-content p {
  color: #FE8C12;
  font-weight: 500;
}

.portfolio__area-page-item:hover::after {
  opacity: 0.7;
}

.portfolio__area-page-item:hover a {
  opacity: 1;
}

.portfolio__area-page-item:hover .portfolio__area-page-item-content {
  opacity: 1;
  bottom: 30px;
}

/*==========================================================================
Portfolio Details
========================================================================== */
.portfolio__details-left-content {
  border-bottom: 1px solid #E6E7E8;
  padding-bottom: 40px;
  margin-bottom: 35px;
}

.portfolio__details-left-content h3 {
  font-size: 36px;
  line-height: 46px;
}

.portfolio__details-left-content ul li:last-child {
  margin: 0;
}

.portfolio__details-left-content ul li {
  margin-bottom: 10px;
  color: #030A15;
}

.portfolio__details-left-content ul li i::before {
  color: #FE8C12;
  font-size: 25px;
  margin-right: 10px;
  top: 0;
}

.portfolio__details-project h3 {
  font-size: 30px;
  line-height: 40px;
}

.portfolio__details-right-info {
  background: #F5F5F5;
  padding: 40px 30px;
}

.portfolio__details-right-info h4 {
  position: relative;
}

.portfolio__details-right-info h4::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 4px;
  bottom: -5px;
  left: 0;
  background: #FE8C12;
}

.portfolio__details-right-info ul li:last-child {
  margin: 0;
}

.portfolio__details-right-info ul li {
  margin-bottom: 10px;
}

.portfolio__details-right-info ul li span {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #030A15;
  font-family: "Open Sans", sans-serif;
  padding-right: 7px;
}

.portfolio__details-right-info ul li ul li:first-child {
  margin: 0;
}

.portfolio__details-right-info ul li ul li:last-child {
  margin: 0;
}

.portfolio__details-right-info ul li ul li {
  display: inline-block;
  margin-right: 10px;
}

.portfolio__details-right-info ul li ul li i {
  font-size: 14px;
}

.portfolio__details-right-info ul li ul li i::before {
  top: 0;
}

.portfolio__details-right-info ul li li {
  margin: 0;
}

.portfolio__details-right-help {
  position: relative;
  padding: 50px 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio__details-right-help::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #030A15;
  opacity: 0.9;
}

.portfolio__details-right-help h4 {
  position: relative;
  color: #ffff;
  z-index: 1;
}

.portfolio__details-right-help h4::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 4px;
  bottom: -5px;
  left: 0;
  background: #FE8C12;
}

.portfolio__details-right-help p {
  position: relative;
  z-index: 1;
}

.portfolio__details-right-help-item {
  position: relative;
  z-index: 1;
}

.portfolio__details-right-help-item-icon i::before {
  color: #FE8C12;
  font-size: 40px;
  margin-right: 10px;
}

.portfolio__details-right-help-item-content span {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.portfolio__details-right-help-item-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #E6E7E8;
}

@media (max-width: 1690px) {
  .portfolio__area-item-content {
    left: 30px;
    right: 30px;
  }
  .portfolio__area-item-content h3 a {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 5px;
    font-weight: 700;
  }
  .portfolio__area-item-popup i::before {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .portfolio__area-item:hover .portfolio__area-item-content {
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .portfolio__area::after {
    display: none;
  }
  .portfolio__area-button {
    text-align: center;
    padding-top: 10px;
  }
  .portfolio__area-button-next:hover i::before {
    background: #030A15;
    color: #ffff;
  }
  .portfolio__area-button-prev:hover i::before {
    background: #030A15;
    color: #ffff;
  }
  .portfolio__area-title {
    text-align: center;
  }
  .portfolio__area-title h2 {
    color: #030A15;
  }
}

@media (max-width: 575px) {
  .portfolio__area-button {
    right: 0;
  }
  .portfolio__details-left-content h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .portfolio__details-project h3 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 360px) {
  .portfolio__area-item-content {
    left: 25px;
    right: 25px;
  }
  .portfolio__area-item-popup {
    top: 0;
  }
  .portfolio__area-item-popup i::before {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .portfolio__area-item:hover .portfolio__area-item-popup {
    top: 30px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

/*==========================================================================
Team
========================================================================== */
.team__area-item-image {
  position: relative;
  overflow: hidden;
}

.team__area-item-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 40%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  background: rgba(255, 255, 255, 0.246);
}

.team__area-item-image img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.team__area-item-content {
  position: relative;
  overflow: hidden;
  padding: 33px 30px;
  background: #ffff;
  max-width: 88%;
  margin: 0 auto;
  margin-top: -90px;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}

.team__area-item-content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #FE8C12;
  padding: 10px 0;
}

.team__area-item-content-icon ul li {
  display: inline-block;
  margin-right: 10px;
}

.team__area-item-content-icon ul li a i::before {
  border: 1px solid #E6E7E8;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #030A15;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.team__area-item-content-icon ul li a i:hover::before {
  background: #FE8C12;
  color: #ffff;
  border-color: #FE8C12;
}

.team__area-item-content-icon ul li:last-child {
  margin: 0;
}

.team__area-item:hover .team__area-item-image::before {
  -webkit-animation: animation 0.95s;
          animation: animation 0.95s;
}

.team__area-item:hover .team__area-item-image img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media (max-width: 1199px) {
  .team__area-item-content {
    padding: 25px;
  }
  .team__area-item-content-icon ul li {
    margin-right: 5px;
  }
  .team__area-item-content-icon ul li a i::before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
}

/*==========================================================================
Counter
========================================================================== */
.counter__area {
  background: #030A15;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 260px;
}

.counter__area-item {
  border-right: 1px dashed #686C73;
  border-radius: 2px;
}

.counter__area-item-icon i::before {
  font-size: 45px;
  color: #ffff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  background: #FE8C12;
  border-radius: 50%;
}

.counter__area-item-content h2 {
  color: #ffff;
  padding: 10px;
}

.counter__area-item-content p {
  color: #ffff;
}

/*==========================================================================
Counter About
========================================================================== */
.counter__area-about {
  background: #F5F5F5;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.counter__area-about-item {
  border-right: 1px dashed #686C73;
  border-radius: 2px;
}

.counter__area-about-item-icon i::before {
  font-size: 45px;
  color: #ffff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  background: #FE8C12;
  border-radius: 50%;
}

.counter__area-about-item-content h2 {
  color: #030A15;
  padding: 10px;
}

.counter__area-about-item-content p {
  color: #030A15;
}

/*==========================================================================
Experience
========================================================================== */
.experience__area {
  margin-top: -130px;
}

.experience__area-bg {
  background: #ffff;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
}

.experience__area-skill-content {
  position: relative;
}

.experience__area-skill-content h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #353B44;
}

.experience__area-skill-count {
  position: absolute;
  top: 0;
  left: 60%;
  color: #FE8C12;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.experience__area-skill-inner {
  width: 65%;
  height: 8px;
  background: #E6E7E8;
  margin-top: 10px;
  position: relative;
  border-radius: 0;
}

.experience__area-skill-bar {
  height: 8px;
  position: absolute;
  width: 0;
  top: 0px;
  left: 0px;
  background: #FE8C12;
  -webkit-transition: 3.5s;
  transition: 3.5s;
  border-radius: 0;
}

.experience__area-right-image {
  position: relative;
}

.experience__area-right-image-content {
  position: absolute;
  left: -50px;
  bottom: 60px;
  background: #F5F5F5;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
  padding: 30px 40px;
  border-left: 2px solid #FE8C12;
}

.experience__area-right-image-content::before {
  position: absolute;
  content: '';
  bottom: -45px;
  left: -2px;
  border-top: 45px solid #e8e8e8;
  border-left: 50px solid transparent;
}

.experience__area-right-image-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #030A15;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  padding-top: 10px;
}

.experience__area-video-icon {
  position: absolute;
  top: 20%;
  right: 5%;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 25px;
  height: 26px;
  display: block;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.experience__area-video-icon::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  background: #FE8C12;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.experience__area-video-icon::after {
  position: absolute;
  content: '';
  background: #FE8C12;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.experience__area-video-icon span {
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 20px solid #ffff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  display: block;
}

@media (max-width: 991px) {
  .experience__area-skill-count {
    left: auto;
    right: 0;
  }
  .experience__area-skill-inner {
    width: 100%;
    height: 8px;
    background: #E6E7E8;
    margin-top: 10px;
    position: relative;
    border-radius: 0;
  }
}

@media (max-width: 575px) {
  .experience__area-right-image {
    position: relative;
  }
  .experience__area-right-image-content {
    padding: 20px;
    left: 0;
    bottom: 0;
  }
  .experience__area-right-image-content::before {
    display: none;
  }
  .experience__area-right-image-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .experience__area-video-icon {
    top: 25%;
    right: 0;
  }
  .experience__area-video-icon::before {
    width: 70px;
    height: 70px;
  }
  .experience__area-video-icon::after {
    width: 70px;
    height: 70px;
  }
}

/*==========================================================================
Choose
========================================================================== */
.choose__area-left-image {
  position: relative;
}

.choose__area-left-image-small-img {
  position: absolute;
  top: 50px;
  left: -60px;
  max-width: 250px;
  border: 17px solid #ffff;
}

.choose__area-right {
  max-width: 600px;
}

.choose__area-right-list i::before {
  color: #FE8C12;
  font-size: 35px;
  text-align: center;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #F5F5F5;
  border-radius: 50%;
}

.choose__area-right-list p {
  max-width: 400px;
}

@media (max-width: 991px) {
  .choose__area-right-list p {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 390px) {
  .choose__area-left-image-small-img {
    max-width: 150px;
    border: 10px solid #ffff;
  }
}

/*==========================================================================
Testimonial
========================================================================== */
.testimonial__area {
  background: #F5F5F5;
}

.testimonial__area-item-content {
  position: relative;
  background: #ffff;
  padding: 40px 35px;
}

.testimonial__area-item-content::after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 1px;
  border-left: 30px solid #ffff;
  border-top: 0px solid transparent;
  border-bottom: 20px solid transparent;
}

.testimonial__area-item-content i::before {
  position: absolute;
  right: 35px;
  top: 35px;
  font-size: 40px;
  color: #FE8C12;
}

.testimonial__area-item-content h6 {
  font-family: "Roboto", sans-serif;
  color: #686C73;
  border-bottom: 1px solid #E6E7E8;
  padding: 5px 0 25px 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.testimonial__area-item img {
  max-width: 75px;
}

.testimonial__area-button-next {
  display: inline-block;
  position: static;
  margin: 0;
}

.testimonial__area-button-next i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: #FE8C12;
  color: #ffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial__area-button-next:hover i::before {
  background: #ffff;
  color: #030A15;
}

.testimonial__area-button-prev {
  display: inline-block;
  position: static;
  margin: 0;
  margin-right: 40px;
}

.testimonial__area-button-prev i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: #FE8C12;
  color: #ffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial__area-button-prev:hover i::before {
  background: #ffff;
  color: #030A15;
}

@media (max-width: 767px) {
  .testimonial__area-title {
    text-align: center;
  }
  .testimonial__area-button {
    text-align: center;
  }
}

/*==========================================================================
Management
========================================================================== */
.management__area {
  background: #030A15;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.management__area::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #030A15;
  opacity: 0.8;
}

.management__area-title h2 {
  color: #ffff;
}

.management__area-contact {
  display: inline-block;
  width: 260px;
  height: 260px;
  background: #030A15;
  text-align: center;
  border-radius: 50%;
}

.management__area-contact i::before {
  font-size: 35px;
  color: #ffff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  background: #FE8C12;
  border-radius: 50%;
  top: -15px;
  margin-bottom: 20px;
}

.management__area-contact span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #E6E7E8;
  text-transform: uppercase;
  font-weight: 700;
}

.management__area-contact p {
  color: #ffff;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

/*==========================================================================
Contact
========================================================================== */
.contact__area-content {
  max-width: 700px;
  margin: 0 auto;
}

.contact__area-left {
  background: #F5F5F5;
  padding: 50px 30px;
}

.contact__area-left h4 {
  position: relative;
}

.contact__area-left h4::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 4px;
  bottom: -5px;
  left: 0;
  background: #FE8C12;
}

.contact__area-left-item {
  border-bottom: 1px solid #E6E7E8;
}

.contact__area-left-item-icon i::before {
  color: #FE8C12;
  font-size: 45px;
  margin-right: 20px;
}

.contact__area-left-item-content span {
  color: #030A15;
  text-transform: uppercase;
  font-weight: 600;
}

.contact__area-left-item-content p {
  font-weight: 500;
}

.contact__area-left-item-content h5 {
  font-size: 16px;
  line-height: 26px;
}

.contact__area-left-item-socalicon ul li {
  display: inline-block;
  margin-right: 10px;
}

.contact__area-left-item-socalicon ul li a i::before {
  background: #ffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #030A15;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.contact__area-left-item-socalicon ul li a i:hover::before {
  background: #FE8C12;
  color: #ffff;
}

.contact__area-left-item-socalicon ul li:last-child {
  margin: 0;
}

.contact__area-right {
  background: #F5F5F5;
  padding: 57px 90px;
}

.contact__area-right-form-group input {
  width: 100%;
  height: 58px;
  background: #ffff;
  padding-left: 25px;
  border: 2px solid #ffff;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contact__area-right-form-group input:focus {
  border-color: #FE8C12;
}

.contact__area-right-form-group textarea {
  width: 100%;
  background: #ffff;
  padding-left: 25px;
  height: 170px;
  border: 2px solid #ffff;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top: 15px;
}

.contact__area-right-form-group textarea:focus {
  border-color: #FE8C12;
}

.contact__area-map iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -113px;
}

@media (max-width: 991px) {
  .contact__area-right {
    background: #F5F5F5;
    padding: 57px 50px;
  }
  .contact__area-map iframe {
    margin-bottom: -187px;
  }
}

@media (max-width: 767px) {
  .contact__area-map iframe {
    margin-bottom: -232px;
  }
}

@media (max-width: 475px) {
  .contact__area-map iframe {
    margin-bottom: -210px;
  }
}

@media (max-width: 575px) {
  .contact__area-right {
    background: #F5F5F5;
    padding: 40px 30px;
  }
  .contact__area-map iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -187px;
  }
}

/*==========================================================================
Blog
========================================================================== */
.blog__area-item-image {
  position: relative;
  overflow: hidden;
}

.blog__area-item-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 20%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  background: rgba(255, 255, 255, 0.246);
}

.blog__area-item-image img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blog__area-item-content {
  background: #ffff;
  padding: 40px 30px;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}

.blog__area-item-content-date {
  background: #FE8C12;
  padding: 2px 15px;
  display: inline-block;
  position: relative;
  bottom: 15px;
  margin-bottom: 15px;
}

.blog__area-item-content-date::before {
  position: absolute;
  content: '';
  right: -17px;
  top: 8px;
  border-left: 17px solid #FE8C12;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.blog__area-item-content-date span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #ffff;
}

.blog__area-item-content-date span i::before {
  color: #ffff;
  margin-right: 10px;
}

.blog__area-item-content ul {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E7E8;
}

.blog__area-item-content ul li:last-child {
  margin: 0;
}

.blog__area-item-content ul li {
  display: inline-block;
  margin-right: 20px;
  color: #686C73;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.blog__area-item-content ul li i::before {
  color: #FE8C12;
  margin-right: 10px;
  font-size: 18px;
}

.blog__area-item-content-btn a {
  display: inline-block;
  color: #FE8C12;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  position: relative;
}

.blog__area-item-content-btn a::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: #FE8C12;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog__area-item-content-btn a:hover::after {
  width: 90px;
}

.blog__area-item:hover .blog__area-item-image::before {
  -webkit-animation: animation 0.95s;
          animation: animation 0.95s;
}

.blog__area-item:hover .blog__area-item-image img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*==========================================================================
Blog Details
========================================================================== */
.blog__details-left-content h3 {
  font-size: 30px;
  line-height: 40px;
}

.blog__details-left-content-date {
  background: #FE8C12;
  padding: 5px 15px;
  position: relative;
}

.blog__details-left-content-date::before {
  position: absolute;
  content: '';
  right: -17px;
  top: 10px;
  border-left: 17px solid #FE8C12;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.blog__details-left-content ul {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E7E8;
}

.blog__details-left-content ul li:last-child {
  margin: 0;
}

.blog__details-left-content ul li {
  display: inline-block;
  color: #686C73;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.blog__details-left-content ul li i::before {
  color: #FE8C12;
  margin-right: 10px;
  font-size: 18px;
}

.blog__details-left-content ul li span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #ffff;
}

.blog__details-left-content ul li span i::before {
  color: #ffff;
  margin-right: 10px;
}

.blog__details-left-content-box {
  background: #F5F5F5;
  padding: 30px 40px;
}

.blog__details-left-content-box h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-style: italic;
}

.blog__details-left-content-box span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 40px;
  position: relative;
}

.blog__details-left-content-box span::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  left: 0;
  top: 10px;
  background: #FE8C12;
}

.blog__details-left-related {
  border-bottom: 1px solid #E6E7E8;
  padding-bottom: 30px;
}

.blog__details-left-related h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.blog__details-left-related-tag a {
  display: inline-block;
  background: #F5F5F5;
  color: #030A15;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog__details-left-related-tag a:hover {
  background-color: #FE8C12;
  color: #ffff;
}

.blog__details-left-related-share ul li {
  display: inline-block;
  margin-right: 10px;
}

.blog__details-left-related-share ul li:last-child {
  margin: 0;
}

.blog__details-left-related-share ul li i::before {
  font-size: 15px;
}

.blog__details-left-comment-area-item {
  background: #F5F5F5;
  padding: 30px;
  margin-left: 40px;
}

.blog__details-left-comment-area-item-user {
  float: left;
  margin-left: -70px;
}

.blog__details-left-comment-area-item-user img {
  width: 100%;
  border-radius: 50%;
}

.blog__details-left-comment-area-item-details {
  overflow: hidden;
  padding-left: 30px;
}

.blog__details-left-comment-area-item-details-name {
  position: relative;
  overflow: hidden;
}

.blog__details-left-comment-area-item-details-name p {
  font-size: 14px;
  color: #FE8C12;
  padding: 5px 0;
  font-weight: 500;
}

.blog__details-left-comment-area-item-details-name a {
  position: absolute;
  top: 0;
  background: #FE8C12;
  font-weight: 600;
  right: 0;
  padding: 5px 18px;
  color: #ffff;
  border-radius: 3px;
  display: inline-block;
}

.blog__details-left-contact-area input {
  background: #F5F5F5;
}

.blog__details-left-contact-area textarea {
  background: #F5F5F5;
}

/*==========================================================================
Blog Details
========================================================================== */
.blog__standard-left-item-content {
  background: #ffff;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
  padding: 10px 30px 30px 30px;
}

.blog__standard-left-item-content h3 {
  font-size: 30px;
  line-height: 40px;
}

.blog__standard-left-item-content-date {
  background: #FE8C12;
  padding: 5px 15px;
  position: relative;
}

.blog__standard-left-item-content-date::before {
  position: absolute;
  content: '';
  right: -17px;
  top: 10px;
  border-left: 17px solid #FE8C12;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.blog__standard-left-item-content ul {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E7E8;
}

.blog__standard-left-item-content ul li:last-child {
  margin: 0;
}

.blog__standard-left-item-content ul li {
  display: inline-block;
  color: #686C73;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.blog__standard-left-item-content ul li i::before {
  color: #FE8C12;
  margin-right: 10px;
  font-size: 18px;
}

.blog__standard-left-item-content ul li span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #ffff;
}

.blog__standard-left-item-content ul li span i::before {
  color: #ffff;
  margin-right: 10px;
}

.blog__standard-left-item-content a {
  display: inline-block;
  color: #FE8C12;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  position: relative;
}

.blog__standard-left-item-content a::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: #FE8C12;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog__standard-left-item-content a:hover::after {
  width: 80px;
}

.blog__sidebar-item {
  background: #F5F5F5;
  padding: 40px 30px;
}

.blog__sidebar-item h4 {
  position: relative;
}

.blog__sidebar-item h4::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 4px;
  bottom: -5px;
  left: 0;
  background: #FE8C12;
}

.blog__sidebar-item-search input {
  background: #ffff;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  position: relative;
}

.blog__sidebar-item-search button {
  position: absolute;
  right: 45px;
  top: 40px;
  color: #ffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #FE8C12;
  display: inline-block;
}

.blog__sidebar-item-widget-category ul li:last-child {
  margin: 0;
}

.blog__sidebar-item-widget-category ul li {
  margin-bottom: 15px;
}

.blog__sidebar-item-widget-category ul li a {
  display: inline-block;
  background: #ffff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #030A15;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
}

.blog__sidebar-item-widget-category ul li a i::before {
  color: #FE8C12;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  margin-right: -15px;
}

.blog__sidebar-item-widget-category ul li a:hover {
  color: #FE8C12;
}

.blog__sidebar-item-widget-category ul li a:hover i::before {
  margin-right: 7px;
  opacity: 1;
}

.blog__sidebar-item-post {
  border-bottom: 1px solid #E6E7E8;
}

.blog__sidebar-item-post-thumb {
  margin-right: 20px;
}

.blog__sidebar-item-post-thumb img {
  max-width: 90px;
}

.blog__sidebar-item-post-content h6 a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog__sidebar-item-post-content h6 a:hover {
  color: #FE8C12;
}

.blog__sidebar-item-post-content span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.blog__sidebar-item-post-content span i::before {
  color: #FE8C12;
  margin-right: 10px;
}

.blog__sidebar-item-widget-tag a:last-child {
  margin: 0;
}

.blog__sidebar-item-widget-tag a {
  display: inline-block;
  background: #ffff;
  color: #030A15;
  font-size: 14px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog__sidebar-item-widget-tag a:hover {
  background-color: #FE8C12;
  color: #ffff;
}

@media (max-width: 1199px) {
  .blog__area-item-content {
    padding: 40px 25px;
  }
  .blog__area-item-content h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .blog__area-item-content ul li {
    margin-right: 10px;
  }
  .blog__area-item-content ul li i::before {
    font-size: 16px;
    margin-right: 5px;
  }
  .blog__sidebar-item-widget-tag a {
    padding: 0 12px;
    margin-right: 5px;
  }
}

@media (max-width: 575px) {
  .blog__details-left-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .blog__details-left-content-box {
    padding: 20px;
  }
  .blog__details-left-content-box h6 {
    font-size: 14px;
    line-height: 24px;
  }
  .blog__details-left-related {
    border-bottom: 1px solid #E6E7E8;
    padding-bottom: 30px;
  }
  .blog__details-left-related h6 {
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
  }
  .blog__details-left-related-tag a {
    font-size: 12px;
    font-weight: 600;
    padding: 0 14px;
    margin-right: 5px;
  }
  .blog__details-left-related-share ul li {
    display: inline-block;
    margin-right: 10px;
  }
  .blog__details-left-related-share ul li:last-child {
    margin: 0;
  }
  .blog__details-left-related-share ul li i::before {
    font-size: 15px;
  }
  .blog__details-left-comment-area-item {
    margin-left: 0;
    text-align: center;
  }
  .blog__details-left-comment-area-item-user {
    float: none;
    margin-left: 0;
  }
  .blog__details-left-comment-area-item-user img {
    max-width: 80px;
    height: auto;
    margin-bottom: 10px;
  }
  .blog__details-left-comment-area-item-details {
    padding: 0;
  }
  .blog__details-left-comment-area-item-details-name a {
    position: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blog__standard-left-item-content {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .blog__standard-left-item-content h3 {
    font-size: 19px;
    line-height: 29px;
  }
  .blog__standard-left-item-content-date {
    margin-bottom: 5px;
  }
}

/*==========================================================================
Solution 
========================================================================== */
.solution__area-bg {
  background: #FE8C12;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 40px;
  margin-bottom: -103px;
  position: relative;
}

.solution__area-left h2 {
  color: #ffff;
  font-size: 35px;
  line-height: 45px;
}

.solution__area-right {
  margin-top: 7px;
}

@media (max-width: 991px) {
  .solution__area-bg {
    padding: 40px 30px;
  }
}

@media (max-width: 575px) {
  .solution__area-left h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

/*==========================================================================
Footer
========================================================================== */
.footer__area {
  background: #030A15;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 103px;
}

.footer__area-widget-about {
  position: relative;
  z-index: 0;
  padding: 120px 37px;
}

.footer__area-widget-about::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #353B44;
  opacity: 20%;
  z-index: -1;
}

.footer__area-widget-content-logo a img {
  max-width: 155px;
}

.footer__area-widget-content p {
  color: #E6E7E8;
}

.footer__area-widget-content h4 {
  color: #ffff;
  padding-top: 11px;
  margin-bottom: 22px;
}

.footer__area-widget-content-contact-info-icon i::before {
  color: #FE8C12;
  margin-right: 15px;
}

.footer__area-widget-content-contact-info-title p {
  color: #ffff;
}

.footer__area-widget-content-menu ul li:last-child {
  margin: 0;
}

.footer__area-widget-content-menu ul li {
  margin-bottom: 15px;
}

.footer__area-widget-content-menu ul li a {
  color: #E6E7E8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  left: 0;
}

.footer__area-widget-content-menu ul li a:hover {
  color: #FE8C12;
  left: 4px;
}

.footer__area-widget-content ul li:last-child {
  margin: 0;
}

.footer__area-widget-content ul li {
  margin-bottom: 15px;
}

.footer__area-widget-content ul li a {
  color: #E6E7E8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  left: 0;
}

.footer__area-widget-content ul li a:hover {
  color: #FE8C12;
  left: 4px;
}

.footer__area-widget-content-subscribe-button {
  position: relative;
}

.footer__area-widget-content-subscribe-button-input {
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 80px;
  font-size: 14px;
  background: #ffff;
}

.footer__area-widget-content-subscribe-button-btn {
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #FE8C12;
  border: none;
  color: #ffff;
  font-size: 20px;
  line-height: 60px;
}

.footer__area-copyright {
  border-top: 1px solid #1b2230;
}

.footer__area-copyright-left p {
  color: #ffff;
}

.footer__area-copyright-right ul li {
  display: inline-block;
}

.footer__area-copyright-right ul li:last-child a {
  padding: 0;
  margin: 0;
  border: 0;
}

.footer__area-copyright-right ul li a {
  color: #ffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 2px solid #ffff;
  opacity: 70%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer__area-copyright-right ul li a:hover {
  color: #FE8C12;
  opacity: 1;
}

@media (max-width: 365px) {
  .footer__area-copyright-right ul li a {
    margin-right: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 991px) {
  .footer__area-widget {
    padding-left: 30px;
  }
  .footer__area-widget-about {
    padding: 40px 30px;
  }
}

/*==========================================================================
Consulting
========================================================================== */
.consulting__area {
  background-color: #030A15;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 290px;
}

.consulting__area-content {
  max-width: 1000px;
  margin: 0 auto;
}

.consulting__area-content h2 {
  color: #ffff;
}

.consulting__area-about-right-image {
  position: relative;
}

.consulting__area-about-right-image-small-img {
  position: absolute;
  top: -30px;
  left: -60px;
  max-width: 250px;
  border: 17px solid #ffff;
}

/*==========================================================================
Consulting Video
========================================================================== */
.consulting__video {
  margin-top: -245px;
  position: relative;
  z-index: 1;
}

.consulting__video-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 25px;
  height: 26px;
  display: block;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.consulting__video-video-icon::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  background: #FE8C12;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.consulting__video-video-icon::after {
  position: absolute;
  content: '';
  background: #FE8C12;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.consulting__video-video-icon span {
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 20px solid #ffff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  display: block;
}

@media (max-width: 1199px) {
  .consulting__video {
    margin-top: -200px;
  }
}

@media (max-width: 991px) {
  .consulting__video {
    margin-top: -148px;
  }
  .consulting__area {
    padding-bottom: 180px;
  }
  .consulting__area-content h2 {
    font-size: 37px;
    line-height: 51px;
  }
}

@media (max-width: 767px) {
  .consulting__video {
    margin-top: -110px;
  }
  .consulting__area {
    padding-bottom: 140px;
  }
  .consulting__area-content h2 {
    font-size: 27px;
    line-height: 41px;
  }
}

@media (max-width: 575px) {
  .consulting__video {
    margin-top: -90px;
  }
  .consulting__area {
    padding-bottom: 120px;
  }
  .consulting__area-content h2 {
    font-size: 24px;
    line-height: 38px;
  }
}

/*==========================================================================
Page
========================================================================== */
.page__banner {
  background-color: #030A15;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 265px;
  padding-bottom: 125px;
}

.page__banner::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #030A15;
  opacity: 0.8;
}

.page__banner-content h2 {
  color: #ffff;
  margin-bottom: 10px;
}

.page__banner-content ul li:last-child {
  margin: 0;
}

.page__banner-content ul li {
  display: inline-block;
  margin-right: 10px;
  color: #FE8C12;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.page__banner-content ul li a {
  color: #ffff;
  padding-right: 10px;
}

.page__banner-content ul li i::before {
  font-size: 12px;
  color: #ffff;
  top: 0;
}

@media (max-width: 1199px) {
  .page__banner {
    padding-top: 250px;
  }
}

@media (max-width: 767px) {
  .page__banner {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .page__banner {
    padding-bottom: 95px;
  }
}

@media (max-width: 394px) {
  .page__banner {
    padding-top: 270px;
    padding-bottom: 90px;
  }
}

/*==========================================================================
Error
========================================================================== */
.error__area-content img {
  max-width: 600px;
  margin-bottom: 30px;
}

/*==========================================================================
Pagination
========================================================================== */
.pagination__area ul li:last-child {
  margin: 0;
}

.pagination__area ul li {
  display: inline-block;
  margin-right: 15px;
}

.pagination__area ul li .active {
  background: #FE8C12;
  color: #ffff;
}

.pagination__area ul li a {
  color: #030A15;
  background: #F5F5F5;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination__area ul li a:hover {
  background: #FE8C12;
  color: #ffff;
}

/*==========================================================================
Border None
========================================================================== */
.border-n {
  border-right: none;
  border-bottom: none;
}

@media (max-width: 991px) {
  .lg-border-n {
    border-right: none;
  }
}

@media (max-width: 775px) {
  .sm-border-n {
    border-right: none;
  }
}

/*==========================================================================
Background
========================================================================== */
.thin-bg {
  background: #F5F5F5;
}

.primary-bg {
  background: #FE8C12;
}
/*# sourceMappingURL=style.css.map */

.header__area-logo a img {
    max-width: 205px !important;
    
}