@import url(css2.css);
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #777777;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

button {
  background: transparent;
  outline: none;
  border: none;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a {
  text-decoration: none;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #1a1a2b;
  margin-top: 0px;
  font-weight: 700;
  text-transform: normal;
  line-height: 1.16;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 72px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #777777;
  margin-bottom: 20px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #11111f;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #11111f;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #11111f;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #b9b9b9;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #b9b9b9;
  font-size: 14px;
  opacity: 1;
}

/*--
    - select
-----------------------------------------*/
select {
  color: #b9b9b9;
  font-size: 14px;
  opacity: 1;
  appearance: none;
}
/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.mt--85 {
  margin-top: -85px;
}

.pb-280 {
  padding-bottom: 280px;
}

.ml--40 {
  margin-left: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ml--40 {
    margin-left: 0;
  }
}

.mt--125 {
  margin-top: -125px;
}

.pt-315 {
  padding-top: 315px;
}

.pt-440 {
  padding-top: 440px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-290 {
  padding-top: 290px;
}

.pt-210 {
  padding-top: 210px;
}

.ph-75 {
  padding: 0 75px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ph-75 {
    padding-left: 0;
    padding-right: 0;
  }
}

.z-index-1 {
  z-index: 1;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f8f8f8;
}

.grey-light-bg {
  background: #f9f9f9;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #11111f;
}

.black-bg-3 {
  background: #222222;
}

.red-bg {
  background: #ff5e14;
}

.theme-bg {
  background: #ff5e14;
}

.footer-bg {
  background: #222222;
}

.footer-bg2 {
  background: #12121f;
}

.blue-bg {
  background: #1f61a7;
}

.copyright-bg {
  background: #111111;
}

.copyright-bg2 {
  background: #0b0b15;
}

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

.black-color {
  color: #11111f;
}

.theme-color {
  color: #c22c2d;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

.mb-15 {
  margin-bottom: 15px;
}

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

.mb-25 {
  margin-bottom: 25px;
}

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

.mb-35 {
  margin-bottom: 35px;
}

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

.mb-45 {
  margin-bottom: 45px;
}

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

.mb-55 {
  margin-bottom: 55px;
}

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

.mb-65 {
  margin-bottom: 65px;
}

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

.mb-75 {
  margin-bottom: 75px;
}

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

.mb-85 {
  margin-bottom: 85px;
}

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

.mb-95 {
  margin-bottom: 95px;
}

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

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

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

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

.pb-15 {
  padding-bottom: 15px;
}

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

.pb-25 {
  padding-bottom: 25px;
}

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

.pb-35 {
  padding-bottom: 35px;
}

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

.pb-45 {
  padding-bottom: 45px;
}

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

.pb-55 {
  padding-bottom: 55px;
}

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

.pb-65 {
  padding-bottom: 65px;
}

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

.pb-75 {
  padding-bottom: 75px;
}

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

.pb-85 {
  padding-bottom: 85px;
}

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

.pb-95 {
  padding-bottom: 95px;
}

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

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}



.section-title {
  position: relative;
}
.section-title span {
  font-size: 16px;
  color: #1f61a7;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 1;
}
.section-title span i {
  margin-right: 5px;
}
.section-title span.category {
  font-size: 18px;
  font-weight: 700;
  color: #ff5e14;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-title h2 {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 32px;
  }
}


/*
*****
04. Overlay
*************************
*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #11111f;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

/*
*****
05. Header
*************************
*/
.transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;

  background-color: rgba(0, 0, 0, 0.2);
}


.logo {
  line-height: 80px;
  display: inline-block;
}

.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li:hover .submenu {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.main-menu ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  line-height: 40px;
  padding: 20px 20px 20px 0;
}
.main-menu ul li:hover > a {
  color: #ff5e14;
}
.main-menu ul li a:hover {
  color: #ff5e14;
}
.search-form {
  padding-top: 150px;
}
@media only screen and (min-width: 325px) and (max-width: 1024px) {
  .search-form {
    padding-top: 210px;
  }
}
@media only screen and (max-width: 325px) {
  .search-form {
    padding-top: 270px;
  }
}

.sticky {
  position: fixed;
  top: 0;
  background: #11111f;
  z-index: 800;
  right: 0;
  left: 0;
  width: 100%;
  transition: 0.4s;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.5);
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky .logo {
  line-height: 80px;
}

.sticky .header__icons a:hover {
  color: #ff5e14;
}

.side-info.info-open {
  right: 0;
}

.side-info {
  background: #10101b;
  height: 100%;
  position: fixed;
  z-index: 950;
  right: -100%;
  top: 0;
  width: 465px;
  padding: 45px;
  transition: 0.6s;
  overflow-y: scroll;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .side-info {
    width: 300px;
    padding: 15px 25px;
  }
}

.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.6;
  visibility: visible;
}

.side-info-close {
  background: none;
  border: 0;
  color: #fff;
  font-size: 20px;
  padding: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.side-info-close:hover {
  color: #ff5e14;
}


.offset-logo {
  border-bottom: 1px transparent;
}

.offset_search_content {
  position: relative;
}

.offset_search_content input {
  width: 100%;
  border: 0;
  padding: 5px 15px;
  padding-right: 15px;
  font-weight: 300;
  background: none;
  border: 1px solid #868686;
  padding-right: 40px;
  color: #ffffff;
  height: 40px;
}

.offset_search_content input::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 400;
  opacity: 0.7;
}

.offset_search_content input::-moz-placeholder {
  color: #ffffff;
  font-weight: 400;
  opacity: 0.7;
}

.offset_search_content input:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 400;
  opacity: 0.7;
}

.offset_search_button {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  color: #f8f8f8;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.offset_search_button:hover {
  color: #fff;
}


@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .contact-infos {
    margin-top: 20px;
  }
}

.contact-infos h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #ffffff;
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 10px;
}

.contact-list > a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  opacity: 0.7;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.contact-list > a:hover {
  opacity: 1;
}

.contact-list > a i {
  width: 30px;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .contact-list > a i {
    width: 20px;
  }
}

.footer__social.offset-social li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .footer__social.offset-social li a {
    width: 40px;
    height: 40px;
  }
}

.side-image img {
  width: 100%;
}

.detail-container{
  padding: 20px 50px;
}
.head-container{
  padding: 0px 50px;
}
@media only screen and (min-width: 800px) {
  .detail-container{
    padding: 20px 50px;
  }
  .head-container{
    padding: 0px 50px;
  }
}
@media only screen and (max-width: 800px) {
  .detail-container{
    padding: 20px;
  }
  .head-container{
    padding: 0px 20px;
  }
}
.mean-container .mean-nav > ul {
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  border-top: 1px solid #28283f;
  font-size: 16px;
  text-transform: none;
  opacity: 0.7;
}
.mean-container .mean-nav ul li a i {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-bottom: 40px;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 34px;
  border: none;
}

@media (max-width: 575px) {
  .footer__area {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .footer__area .ph-75 {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__widget {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .footer__widget {
    padding-left: 0;
    margin-left: 0;
  }
}
.footer__widget:hover .footer__widget-title h5:after {
  width: 100px;
}
.footer__widget-title {
  margin-bottom: 28px;
}
.footer__widget-title h5 {
  color: #ffffff;
  position: relative;
  padding-bottom: 18px;
  line-height: 1;
}
.footer__widget-title h5:before, .footer__widget-title h5:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #333333;
}
.footer__widget-title h5:after {
  width: 30px;
  background: #ff5e14;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer__widget-title.nb {
  margin-bottom: 22px;
}
.footer__widget-title.nb h5:before, .footer__widget-title.nb h5:after {
  display: none;
}
.footer__widget p {
  font-size: 15px;
  color: #ffffff;
  opacity: 0.5;
}
.footer__widget span {
  color: #ffffff;
}
.footer__social li {
  display: inline-block;
}
.footer__social li a {
  font-size: 14px;
  color: #aaaaaa;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  background: #2b2b2b;
  margin-right: 4px;
  display: block;
}
.footer__social li a:hover {
  color: #ffffff;
  background: #ff5e14;
}
.footer__address {
  margin-bottom: 25px;
}
.footer__address img {
  margin-right: 5px;
}
.footer__address i {
  font-size: 18px;
  color: #ff5e14;
  margin-right: 5px;
}
.footer__address-2 i {
  color: #1f61a7;
}
.footer__list li {
  margin-bottom: 10px;
}
.footer__list li a {
  font-size: 15px;
  color: #ffffff;
  opacity: 0.5;
  padding-left: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer__list li a:hover {
  opacity: 1;
}
.footer__list li a:hover:before {
  background: #ff5e14;
  opacity: 1;
}
.footer__list li a:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer__list-contact li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer__list-contact li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.footer__list-contact li i {
  float: left;
  margin-right: 22px;
  margin-left: 8px;
  font-size: 35px;
  line-height: 1;
  color: #ff5e14;
}
@media (max-width: 575px) {
  .footer__list-contact li i {
    float: none;
    margin-bottom: 8px;
    display: inline-block;
  }
}
.footer__list-contact.c-2 li i {
  color: #3a78ba;
}
.footer__list.nc li a {
  padding-left: 0;
  color: #a8a8a8;
  opacity: 1;
}
.footer__list.nc li a:before {
  display: none;
}
.footer__list.nc li a:hover {
  color: #ffffff;
}
.footer__list.liw-50 {
  overflow: hidden;
}
.footer__list.liw-50 li {
  width: 50%;
  float: left;
  margin-bottom: 16px;
}
.footer__news li {
  margin-bottom: 20px;
  overflow: hidden;
}
.footer__news-img {
  float: left;
  margin-right: 20px;
  display: inline-block;
}
.footer__news-meta {
  overflow: hidden;
}
.footer__news-meta span {
  line-height: 1;
  color: #555555;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 12px;
  margin-top: 12px;
}
.footer__news-meta span a {
  color: #999999;
}
.footer__news-meta span a:hover {
  color: #ffffff;
}
.footer__news-meta h5 {
  line-height: 1;
  margin-bottom: 0;
  font-size: 18px;
  color: #ffffff;
}
.footer__news-meta h5 a:hover {
  opacity: 0.5;
}
.footer__gallery li {
  margin-bottom: 15px;
  margin-right: 15px;
  float: left;
}
.footer__gallery li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .footer__gallery li:nth-child(3n) {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__gallery li:nth-child(3n) {
    margin-right: 15px;
  }
}
.footer__gallery li a {
  display: inline-block;
  position: relative;
}
.footer__gallery li a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a2b;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer__gallery li a:hover:before {
  opacity: 0.3;
  visibility: visible;
}

.ftc-desc {
  overflow: hidden;
  margin-right: 25px;
}
@media (max-width: 575px) {
  .ftc-desc {
    margin-right: 0;
  }
}
.ftc-desc p {
  margin-bottom: 3px;
  line-height: 1;
}
.ftc-desc span {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.ftc-desc span a:hover {
  color: #ff5e14;
}

.footer__widget.grey-light .footer__widget-title h5 {
  color: #1a1a2b;
}
.footer__widget.grey-light .footer__widget-title h5:before {
  background: #ededed;
}
.footer__widget.grey-light .footer__widget-title h5:after {
  background: #3a78ba;
}
.footer__widget.grey-light p {
  color: #777777;
  opacity: 1;
}
.footer__widget.grey-light .footer__list li a {
  color: #777777;
  opacity: 1;
}
.footer__widget.grey-light .footer__list li a:before {
  background: #d6d6d6;
  opacity: 1;
}
.footer__widget.grey-light .footer__list li a:hover {
  color: #3a78ba;
}
.footer__widget.grey-light .footer__list li a:hover:before {
  background: #3a78ba;
}
.footer__widget.grey-light .footer__address span {
  color: #777777;
}
.footer__widget.grey-light .footer__social li a {
  color: #aaaaaa;
  background: none;
}
.footer__widget.grey-light .footer__social li a:hover {
  background: #3a78ba;
  color: #f4f8fb;
}
.footer__widget.grey-light .footer__list-contact li .ftc-desc span {
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #1a1a2b;
}
.footer__widget.grey-light .footer__list-contact li .ftc-desc span a:hover {
  color: #777777;
}

.nav-search {
  position: relative;
  display: block;
  color: inherit;
}

.nav-search:hover {
  color: inherit;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: #fff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

input.main-search-input::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

/*
*****
FAQ
*************************
*/
.v-faq .nav-tabs {
  border-bottom: 0;
  transform: rotate(90deg);
  position: relative;
  top: 2px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .v-faq .nav-tabs {
    transform: rotate(0deg);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .v-faq .nav-tabs {
    transform: none;
    position: static;
    margin-bottom: 30px;
  }
}
.v-faq .nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
  background: #1a1a2b;
  color: #ffffff;
  font-size: 20px;
  width: 570px;
  height: 70px;
  margin-top: 10px;
  padding: 0 30px;
  text-align: left;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 768px) and (max-width: 991px) {
  .v-faq .nav-tabs .nav-link {
    height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .v-faq .nav-tabs .nav-link {
    width: 100%;
  }
}
.v-faq .nav-tabs .nav-link.active {
  background: #286bb2;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .v-faq .nav-item {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .v-faq .nav-item {
    width: 100%;
  }
}
.v-faq .tab-pane {
  max-width: 980px;
  padding: 60px 55px 60px 60px;
  background: #ffffff;
  height: 570px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .v-faq .tab-pane {
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .v-faq .tab-pane {
    padding: 25px;
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .v-faq .tab-pane {
    padding: 20px;
    height: auto;
  }
}
.v-faq-img {
  float: left;
  margin-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .v-faq-img {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .v-faq-img {
    float: none;
  }
}
.v-faq-content {
  overflow: hidden;
  padding-top: 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .v-faq-content {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .v-faq-content {
    padding-top: 0;
  }
}
.v-faq-content i {
  font-size: 70px;
  color: #1f61a7;
  display: inline-block;
  line-height: 1;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .v-faq-content i {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .v-faq-content i {
    display: none;
  }
}
.v-faq-content h3 {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .v-faq-content h3 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .v-faq-content h3 {
    font-size: 26px;
  }
}

.faq-accordion {
  border-top: 1px solid #e6e6e6;
}
.faq-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}
.faq-accordion .accordion-button {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2b;
  font-family: "Poppins", sans-serif;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.faq-accordion .accordion-button:focus {
  border: 0;
  background: none;
  box-shadow: none;
}
.faq-accordion .accordion-button.collapsed {
  padding: 20px 0px;
}
@media (max-width: 575px) {
  .faq-accordion .accordion-button.collapsed {
    padding: 20px 0;
  }
}
.faq-accordion .accordion-body {
  font-size: 16px;
  line-height: 28px;
  padding: 20px 0;
}
@media (max-width: 575px) {
  .faq-accordion .accordion-body {
    padding: 20px 0;
  }
}
.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  box-shadow: none;
}
@media (max-width: 575px) {
  .faq-accordion .accordion-button:not(.collapsed) {
    padding: 20px 0;
  }
}
.faq-accordion .accordion-button::after {
  content: "\f055";
  font-size: 20px;
  color: #ff5e14;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  background-image: none;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "\f056";
  font-family: "Font Awesome 5 Pro";
  background-image: none;
}

.faq-button {
  height: 70px;
  border: 2px solid #e8e8e8;
  padding: 0 28px;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-button {
    padding: 20px 0;
  }
}
.faq-button:hover {
  background: #ff5e14;
  border-color: #ff5e14;
  color: #ffffff;
}
.faq-button:hover i {
  color: #ffffff;
}
.faq-button:hover i.right-icon {
  color: #ffffff;
}
.faq-button i {
  font-size: 18px;
  margin-right: 12px;
  color: #ff5e14;
  line-height: 66px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.faq-button i.right-icon {
  font-size: 16px;
  color: #c6c6c6;
  float: right;
  margin-right: 0;
}

@media (max-width: 575px) {
  .media__area {
    padding-top: 45px;
    padding-bottom: 20px;
  }
}
.media__area .section-title {
  z-index: 5;
}
.media__area .section-title h2 {
  margin-bottom: 10px;
  line-height: 1;
}
.media__area .section-title .back-text {
  bottom: -50px;
  left: -12px;
}
.media__area .section-title .back-text span {
  font-size: 200px;
  color: #eeeeee;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .media__area .section-title .back-text span {
    font-size: 160px;
  }
}
.media__area p {
  position: relative;
  z-index: 6;
  margin-bottom: 55px;
}
@media (max-width: 575px) {
  .media__area p br {
    display: none;
  }
}
.media__post {
  /*background: #ffffff;*/
  margin-top: 30px;
}
.media__post:hover .media__thumb img {
  transform: scale(1.2);
}
.media__thumb {
  overflow: hidden;
}
.media__thumb img {
  width: 100%;
  -webkit-transition: all 2s ease-out 0s;
  -moz-transition: all 2s ease-out 0s;
  -ms-transition: all 2s ease-out 0s;
  -o-transition: all 2s ease-out 0s;
  transition: all 2s ease-out 0s;
  border-radius: 10px;
}
.media__content {
  padding: 20px 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .media__content {
    padding: 10px;
  }
}
.media__content > a,
.media__content > span {
  margin-bottom: 12px;
  color: #1a1a2b;
  display: block;
  line-height: 1;
}
.media__content > a {
  font-size: 16px;
  font-weight: bold;
}
.media__content > span {
  font-size: 12px;
}
.media__content > a:hover {
  color: #ff5e14;
}

.page-title-area {
  min-height: 500px;
  content: "";
  width: 100%;
}

.page-title-content h1 {
  margin-top:150px;
  font-size: 50px;
  color:#fff;
}
.page-title-content h4 {
  color:#fff;
}
.page-title-content .btn {
  margin-top:40px;
  color:#fff;
}
@media (max-width: 575px) {
  .page-title-content h1 {
    font-size: 16px;
  }
  .page-title-content button {
    margin-top:20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-img {
    position: absolute;
    right: 0;
    bottom: 70px;
    transform: scale(0.7);
    transform-origin: right;
  }
}

.breadcrumb-menu {
  position: absolute;
  bottom: 0;
  right: 22.9%;
}

.breadcrumb {
  margin-bottom: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  background: white;
}

.breadcrumb-item.active {
  color: #ff5e14;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #777777;
  content: "|";
}


@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin-back {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}