@charset "UTF-8";
:root {
  --black: #000000;
  --black1: #0b0b0b;
  --black2: #141414;
  --black3: #171717;

  --light1: #cccccc;
  --light2: #aaaaaa;
  --light3: #797979;

  --yellow1: #dda32b;
  --yellow2: #d29c2b;
}
* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  color: var(--light1);
  background-color: var(--black1);
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
}
h1,
.h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 85px;
  text-transform: uppercase;
  color: white;
}
h2,
.h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
h3,
.h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
h4,
.h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 29px;
  margin-bottom: 35px;
  color: var(--light1);
}
p:last-child {
  margin-bottom: 0;
}
.txt18 {
  font-size: 18px;
}
.txt20 {
  font-size: 20px;
}
.txt22 {
  font-size: 22px;
}
a {
  color: inherit;
  text-decoration: none;
}
p a {
  color: inherit;
}
img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main {
  min-height: 50vh;
}
.container {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container:after {
  display: block;
  content: "";
  clear: both;
}
.container1 {
  max-width: 1364px;
}
.container2 {
  max-width: 1330px;
}
.container3 {
  max-width: 1130px;
}
.dFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dFlex.fdCol {
  flex-direction: column;
}
.dFlex.fdRev {
  flex-direction: row-reverse;
}
.aiCenter {
  align-items: center;
}
.aiStrech {
  align-items: stretch;
}
.jcSB {
  justify-content: space-between;
}
.jcCenter {
  justify-content: center;
}
.ellips {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w25 {
  width: 25%;
}
.w33 {
  width: 33.33%;
}
.w50 {
  width: 50%;
}
.w66 {
  width: 66.66%;
}
.w75 {
  width: 75%;
}
.w100 {
  width: 100%;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  box-shadow: none;
}
.btn {
  background-color: var(--yellow1);
  border: 1px solid var(--yellow1);
  padding: 20px 56px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: transparent;
}
.btnBig {
  padding: 30px 135px;
  font-size: 24px;
  font-weight: 700;
}
.textCenter {
  text-align: center;
}
.fwBold {
  font-weight: 700;
}
.fwSemi {
  font-weight: 600;
}
.fwMed {
  font-weight: 500;
}
.fwNormal {
  font-weight: 400;
}
.ttUp {
  text-transform: uppercase;
}
.ttCap {
  text-transform: capitalize;
}
.ttNone {
  text-transform: none;
}
.dBlock {
  display: block;
}
.colorWhite {
  color: white;
}
.colorLight1 {
  color: var(--light1);
}
.colorLight2 {
  color: var(--light2);
}
.colorYellow1 {
  color: var(--yellow1);
}
.colorYellow2 {
  color: var(--yellow2);
}
.header {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.header.fixed {
  background-color: rgba(0, 0, 0, 0.95);
}
.header.fixed .headerIn {
  padding: 14px 0;
}
.headerIn {
  padding: 24px 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  transition: all 0.3s ease;
}
.logo {
  display: block;
  max-width: 272px;
}
.nav ul.slimmenu li {
  background-color: transparent;
  border: 0;
}
.nav ul.slimmenu li a {
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: all ease 0.3s;
}
.nav ul.slimmenu li a:hover,
.nav ul.slimmenu li:hover > a {
  background-color: transparent;
  color: var(--yellow1);
}
.nav ul.slimmenu li .sub-toggle {
  background-color: transparent;
  width: 14px;
}
.nav ul.slimmenu li .sub-toggle:before {
  margin-left: 0;
}
.nav ul.slimmenu li .sub-toggle > i {
  color: #fff;
  font-size: 10px;
}
.nav ul.slimmenu li > ul {
  border: 1px solid #171717;
  padding: 10px 0;
  background: #141414;
}
ul.slimmenu li ul li {
  background: none;
  float: none;
  display: block;
}
.nav ul.slimmenu li > ul li a {
  padding: 4px 16px;
}
.headRight {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}
.headRight a {
  display: block;
  font-weight: 700;
  color: var(--yellow1);
}
/**/
.mainBanner {
  position: relative;
}
.mainBnrBG {
  position: relative;
}
.mainBnrBG > img {
  width: 100%;
  height: 960px;
  object-fit: cover;
}
.mainBnrContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 60px;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,020202+0,000000+0,000000+1,020202+1,000000+1,020202+1,000000+1,020202+2,000000+2,020202+2,000000+2,020202+2,000000+3,020202+3,000000+3,020202+3,000000+3,000000+5,020202+5,000000+5,000000+5,020202+6,000000+6,020202+6,000000+6,020202+6,000000+6,020202+6,000000+7,000000+7,020202+7,000000+7,020202+8,000000+8,020202+8,000000+8,020202+9,000000+9,020202+9,000000+9,000000+9,020202+9,000000+9,020202+10,000000+10,000000+11,020202+11,000000+11,000000+11,020202+11,000000+11,020202+11,000000+12,020202+12,000000+12,020202+12,000000+12,020202+13,000000+13,020202+13,000000+13,000000+14,020202+14,000000+14,020202+14,000000+14,020202+14,000000+15,020202+15,020202+15,000000+16,020202+16,000000+16,020202+16,000000+17,020202+17,000000+17,020202+17,020202+17,000000+17,020202+18,000000+18,020202+18,000000+18,020202+18,000000+18,020202+18,000000+19,020202+19,000000+19,020202+19,000000+19,020202+19,000000+19,020202+19,000000+20,020202+20,000000+20,000000+20,020202+20,000000+21,000000+21,020202+21,000000+21,020202+21,000000+21,020202+22,000000+22,020202+22,000000+22,020202+22,000000+23,020202+23,000000+23,020202+23,000000+23,000000+24,020202+24,000000+24,000000+24,020202+24,020202+25,000000+25,020202+25,020202+26,000000+26,000000+26,020202+26,000000+26,020202+27,000000+27,020202+27,000000+27,000000+28,020202+28,000000+28,020202+28,000000+28,020202+28,000000+29,000000+29,020202+29,000000+29,010101+100&0.53+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.53) 0%,
    rgba(0, 0, 0, 0.53) 1%,
    rgba(2, 2, 2, 0.53) 2%,
    rgba(0, 0, 0, 0.53) 3%,
    rgba(0, 0, 0, 0.54) 5%,
    rgba(2, 2, 2, 0.54) 6%,
    rgba(0, 0, 0, 0.54) 7%,
    rgba(0, 0, 0, 0.54) 8%,
    rgba(0, 0, 0, 0.55) 9%,
    rgba(0, 0, 0, 0.55) 10%,
    rgba(2, 2, 2, 0.56) 11%,
    rgba(0, 0, 0, 0.56) 12%,
    rgba(0, 0, 0, 0.57) 13%,
    rgba(2, 2, 2, 0.57) 14%,
    rgba(2, 2, 2, 0.57) 15%,
    rgba(2, 2, 2, 0.58) 16%,
    rgba(0, 0, 0, 0.59) 17%,
    rgba(2, 2, 2, 0.59) 18%,
    rgba(2, 2, 2, 0.6) 19%,
    rgba(2, 2, 2, 0.6) 20%,
    rgba(0, 0, 0, 0.61) 21%,
    rgba(2, 2, 2, 0.61) 22%,
    rgba(0, 0, 0, 0.62) 23%,
    rgba(2, 2, 2, 0.62) 24%,
    rgba(2, 2, 2, 0.63) 25%,
    rgba(0, 0, 0, 0.63) 26%,
    rgba(0, 0, 0, 0.64) 27%,
    rgba(2, 2, 2, 0.64) 28%,
    rgba(0, 0, 0, 0.65) 29%,
    rgba(1, 1, 1, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.53) 0%,
    rgba(0, 0, 0, 0.53) 1%,
    rgba(2, 2, 2, 0.53) 2%,
    rgba(0, 0, 0, 0.53) 3%,
    rgba(0, 0, 0, 0.54) 5%,
    rgba(2, 2, 2, 0.54) 6%,
    rgba(0, 0, 0, 0.54) 7%,
    rgba(0, 0, 0, 0.54) 8%,
    rgba(0, 0, 0, 0.55) 9%,
    rgba(0, 0, 0, 0.55) 10%,
    rgba(2, 2, 2, 0.56) 11%,
    rgba(0, 0, 0, 0.56) 12%,
    rgba(0, 0, 0, 0.57) 13%,
    rgba(2, 2, 2, 0.57) 14%,
    rgba(2, 2, 2, 0.57) 15%,
    rgba(2, 2, 2, 0.58) 16%,
    rgba(0, 0, 0, 0.59) 17%,
    rgba(2, 2, 2, 0.59) 18%,
    rgba(2, 2, 2, 0.6) 19%,
    rgba(2, 2, 2, 0.6) 20%,
    rgba(0, 0, 0, 0.61) 21%,
    rgba(2, 2, 2, 0.61) 22%,
    rgba(0, 0, 0, 0.62) 23%,
    rgba(2, 2, 2, 0.62) 24%,
    rgba(2, 2, 2, 0.63) 25%,
    rgba(0, 0, 0, 0.63) 26%,
    rgba(0, 0, 0, 0.64) 27%,
    rgba(2, 2, 2, 0.64) 28%,
    rgba(0, 0, 0, 0.65) 29%,
    rgba(1, 1, 1, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.53) 0%,
    rgba(0, 0, 0, 0.53) 1%,
    rgba(2, 2, 2, 0.53) 2%,
    rgba(0, 0, 0, 0.53) 3%,
    rgba(0, 0, 0, 0.54) 5%,
    rgba(2, 2, 2, 0.54) 6%,
    rgba(0, 0, 0, 0.54) 7%,
    rgba(0, 0, 0, 0.54) 8%,
    rgba(0, 0, 0, 0.55) 9%,
    rgba(0, 0, 0, 0.55) 10%,
    rgba(2, 2, 2, 0.56) 11%,
    rgba(0, 0, 0, 0.56) 12%,
    rgba(0, 0, 0, 0.57) 13%,
    rgba(2, 2, 2, 0.57) 14%,
    rgba(2, 2, 2, 0.57) 15%,
    rgba(2, 2, 2, 0.58) 16%,
    rgba(0, 0, 0, 0.59) 17%,
    rgba(2, 2, 2, 0.59) 18%,
    rgba(2, 2, 2, 0.6) 19%,
    rgba(2, 2, 2, 0.6) 20%,
    rgba(0, 0, 0, 0.61) 21%,
    rgba(2, 2, 2, 0.61) 22%,
    rgba(0, 0, 0, 0.62) 23%,
    rgba(2, 2, 2, 0.62) 24%,
    rgba(2, 2, 2, 0.63) 25%,
    rgba(0, 0, 0, 0.63) 26%,
    rgba(0, 0, 0, 0.64) 27%,
    rgba(2, 2, 2, 0.64) 28%,
    rgba(0, 0, 0, 0.65) 29%,
    rgba(1, 1, 1, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87000000', endColorstr='#010101',GradientType=0 ); /* IE6-9 */
}
.mainBnrContent h2 {
  color: #ffffff;
}
.mainImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainBnrContent h1,
.mainBnrContent a {
  position: relative;
}
.aboutUs {
  padding: 116px 0 113px;
}
.aboutUsImg {
  width: 100%;
  max-width: 475px;
}
.aboutUsTxt {
  width: 100%;
  max-width: calc(100% - 475px);
  padding-left: 80px;
}
.bdrEffect {
  position: relative;
  display: inline-block;
}
.bdrEffect span {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 3px;
  width: 75%;
  max-width: 110px;
  border-bottom: 1px solid var(--yellow2);
}
.bdrEffect span:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 80%;
  width: 9px;
  border-bottom: 1px solid var(--black1);
}
.bdrEffect1 span {
  width: 100px;
}
.bdrEffect2 span {
  width: 125px;
}
.bdrEffect3 span {
  width: 228px;
}
.bdrEffect4 span {
  width: 412px;
}
.bdrEffectCenter span {
  left: 50%;
  transform: translateX(-50%);
}
/**/
.experience {
  background-color: var(--black);
  padding: 50px 0 62px;
}
.experienceIn {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -20px;
}
.experienceIn li {
  padding: 20px 25px;
  width: 20%;
}
.expImg {
  background-color: var(--black2);
  border: 1px solid transparent;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.2s;
}
.expImg:hover {
  border-color: var(--yellow1);
}
.expImg img {
  filter: grayscale(100%); /* Standard */
  -webkit-filter: grayscale(100%); /* Webkit */
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); /* Firefox4-34*/
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Old WebKit */
  transition: all ease 0.3s;
}
.expImg:hover img {
  -webkit-filter: none;
  filter: none;
}
/**/
.jcda {
  position: relative;
  margin-top: 64px;
}
.jcdaBG {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.jcdaBG_left {
  width: 50%;
  height: 100%;
  background-color: var(--black2);
}
.jcdaBG_right {
  width: 50%;
  height: 100%;
}
.jcdaBG_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jcdaContent {
  position: relative;
  padding: 86px 0 46px;
}
.jcdaContentIn {
  max-width: 875px;
}
.jcdaTxt {
  background-color: var(--black);
  border: 1px solid var(--light2);
  padding: 40px 32px 50px;
  border-radius: 4px;
}
/**/
.crt {
  padding: 112px 0;
}
.crtIn {
  background-color: var(--black3);
  padding: 80px 62px;
  align-items: flex-start;
}
.crtLeft {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.crtRight {
  width: 45%;
  padding-left: 86px;
}
.crBox {
  background-color: var(--black);
  border-radius: 25px;
  display: inline-block;
  position: relative;
}
.crBox1 {
  padding: 14px 20px 14px 77px;
}
.crBox2 {
  padding: 40px 20px 40px 60px;
  max-width: 250px;
}
.crBox1 .cr {
  font-size: 100px;
  font-weight: 600;
  line-height: normal;
}
.crBox2 .cr {
  font-size: 60px;
  font-weight: 600;
  line-height: normal;
}
.crTxt {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
.crlogo {
  position: absolute;
  left: -21px;
  top: -22px;
}
.crSpace {
  height: 82px;
  width: 100%;
}
.cR {
  align-items: center;
}
.cR li {
  margin-right: 4px;
}
.cR li:last-child {
  margin-right: 0;
}
.crName {
  margin-top: 56px;
}
.crName span {
  display: inline-block;
  margin-left: 8px;
}
.viewAllTM {
  color: var(--yellow1);
  margin-top: 108px;
  align-items: center;
  transition: all ease 0.3s;
}
.viewBtn {
  color: var(--yellow1);
  align-items: center;
  transition: all ease 0.3s;
}
.viewAllTM svg,
.viewBtn svg {
  fill: var(--yellow1);
  margin-left: 15px;
  transition: all ease 0.3s;
}
.viewBtn svg {
  margin-left: 8px;
}
.viewAllTM:hover,
.viewBtn:hover {
  color: white;
}
.viewAllTM:hover svg,
.viewBtn:hover svg {
  fill: white;
}
.slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
  border: 1px solid var(--yellow1);
  color: white;
  text-indent: -9999px;
  z-index: 99;
  cursor: pointer;
  transition: all ease 0.3s;
}
.slick-arrow svg {
  stroke: var(--yellow1);
  transition: all ease 0.3s;
}
.slick-arrow:hover {
  background: var(--yellow1);
}
.slick-arrow:hover svg {
  stroke: white;
}
.testiSliderArws {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.tsArw {
  width: 32px;
  height: 32px;
}
.tsArwLeft {
  margin-right: 70px;
}
/**/
.news {
  background-color: var(--black2);
  padding: 116px 0 80px;
}
.newsSlider {
  margin-top: 80px;
  overflow: hidden;
}
.newsSlider .slick-list {
  margin: 0 -12px;
}
.newsSlider .slick-slide {
  padding: 0 12px;
}
.newsBox {
  background-color: black;
  height: 100%;
}
.newsImg {
  position: relative;
  height: 417px;
  overflow: hidden;
}
.newsImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsImgOvrly {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all ease 0.3s;
}
.newsBox:hover .newsImgOvrly {
  opacity: 1;
}
.readNow {
  font-size: 24px;
  font-weight: 600;
  color: var(--yellow1);
  text-decoration: underline;
  transition: all ease 0.3s;
}
.readNow:hover {
  text-decoration: none;
}
.newsTxt {
  padding: 18px 15px 15px;
}
.newsTxt p {
  line-height: 28px;
}
/**/
.newsSlider .slick-track {
  display: flex !important;
}
.newsSlider .slick-slide {
  height: inherit !important;
}
.newsSlider .slick-slide > div {
  height: 100%;
}
/**/
.newsSliderArws {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.nsArw {
  width: 48px;
  height: 48px;
  margin: 0 16px;
}
.contact {
  padding: 130px 0 100px;
}
.contactForm {
  margin-top: 75px;
}
.contactForm ul {
  margin-left: -12px;
  margin-right: -12px;
}
.contactForm ul li {
  padding: 12px;
}
.formFieldBox {
  position: relative;
}
.formField {
  width: 100%;
  background-color: var(--black3);
  border: 1px solid #232323;
  border-radius: 5px;
  padding: 20px 24px;
  color: white;
  font-size: 16px;
  transition: all ease 0.3s;
}
.formField:focus {
  border-color: var(--yellow1);
  outline: none;
}
textarea.formField {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 216px;
  resize: none;
}

.formField::-webkit-input-placeholder {
  color: var(--light2);
  font-size: 16px;
  text-transform: uppercase;
}
.formField::-moz-placeholder {
  color: var(--light2);
  font-size: 16px;
  text-transform: uppercase;
}
.formField:-ms-input-placeholder {
  color: var(--light2);
  font-size: 16px;
  text-transform: uppercase;
}
.formField:-moz-placeholder {
  color: var(--light2);
  font-size: 16px;
  text-transform: uppercase;
}
.btnSubmit {
  display: block;
  margin: 44px auto 0;
}
.map {
}
.map iframe {
  display: block;
  border: 0;
  width: 100%;
  height: 450px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  /* -webkit-backface-visibility: hidden; */
  /* Fix for transition flickering */
}

/**/
.footer {
}
.footerTop {
  padding: 90px 0 56px;
}
.footerLogo {
  display: block;
  width: 272px;
  margin: auto;
}
.footerMiddle {
  border-top: 1px solid #232323;
  padding: 46px 0 56px;
  justify-content: space-between;
}
.fmBox {
  width: 33.33%;
  max-width: 296px;
  padding: 0 6px;
}
.fmBox p,
.fmBox a {
  color: var(--light3);
}
.fmBox a {
  display: block;
}
.fmBox a svg {
  fill: var(--light3);
  margin-right: 15px;
  flex-shrink: 0;
}
.fmBox a:hover {
  color: var(--light2);
}
.fmBox a:hover svg {
  fill: var(--light2);
}
.fmBox p {
  line-height: normal;
}
.fmBox ul li {
}
.fmBox ul li a {
  line-height: 24px;
  color: var(--light3);
  transition: all ease 0.3s;
}
.fmBox ul li a:hover {
  color: var(--light2);
}
.contactBx a {
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
}
.footerSocial {
  align-items: stretch;
}
.footerSocial a {
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  background-color: var(--black2);
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}
.footerSocial a:last-child {
  margin-right: 0;
}
.footerSocial a svg {
  margin: 0;
}
.footerBottom {
  padding: 12px 0;
  background-color: var(--black2);
  color: var(--light3);
}
.footerBottom p {
  text-align: center;
  font-size: 14px;
  line-height: normal;
  color: var(--light3);
}
.footerBottom p span {
  color: white;
  display: inline-block;
  margin: 0 8px;
}
.footerBottomIn {
  align-items: center;
  justify-content: center;
}
/*Inner Pages*/
.iPgBanner {
  position: relative;
}
.iPgBnrBG {
  position: relative;
  height: 550px;
}
.iPgBnrBG > img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.iPgBnrContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,020202+0,000000+1,000000+1,020202+2,000000+2,020202+2,000000+3,020202+3,000000+3,020202+4,000000+4,020202+4,000000+4,020202+5,000000+5,020202+5,000000+5,000000+8,020202+8,000000+8,000000+9,020202+10,000000+10,020202+10,000000+11,020202+11,000000+11,020202+11,000000+12,000000+12,020202+13,000000+13,020202+13,000000+14,020202+14,000000+15,020202+15,000000+15,020202+15,000000+15,000000+16,020202+16,000000+16,020202+17,000000+17,000000+18,020202+19,000000+19,000000+19,020202+20,000000+20,020202+20,000000+21,020202+21,000000+21,020202+21,000000+21,020202+22,000000+22,020202+22,000000+23,000000+24,020202+24,000000+24,020202+25,000000+25,020202+25,000000+26,020202+26,020202+27,000000+27,020202+28,000000+28,020202+29,000000+29,020202+29,000000+30,020202+30,020202+30,000000+30,020202+31,000000+31,020202+31,000000+32,020202+32,000000+32,020202+32,000000+32,020202+33,000000+33,020202+33,000000+34,020202+34,000000+34,020202+34,000000+34,020202+34,000000+35,000000+36,020202+36,000000+36,000000+37,020202+37,000000+37,020202+37,000000+38,020202+38,000000+38,020202+39,000000+39,020202+39,000000+40,020202+40,000000+40,020202+40,000000+40,000000+41,020202+41,000000+42,000000+42,020202+42,020202+44,000000+44,020202+44,020202+45,000000+45,000000+46,020202+46,000000+46,020202+46,000000+47,020202+47,000000+47,000000+48,020202+48,000000+48,020202+49,000000+49,020202+50,000000+50,020202+50,000000+51,020202+51,000000+51,020202+51,000000+52,020202+52,000000+52,000000+55,020202+55,000000+55,000000+56,020202+56,000000+57,020202+57,000000+57,020202+58,000000+58,020202+58,000000+58,000000+59,020202+59,000000+59,020202+60,000000+60,020202+61,000000+61,020202+62,000000+62,020202+62,000000+62,000000+63,020202+63,000000+63,020202+63,000000+64,000000+65,020202+65,000000+65,000000+66,020202+66,000000+66,020202+67,000000+67,020202+67,000000+68,020202+68,000000+68,020202+68,000000+69,020202+69,000000+69,000000+71,020202+71,000000+71,020202+71,000000+72,020202+72,000000+72,020202+72,020202+74,000000+74,020202+74,000000+75,020202+75,000000+76,020202+76,000000+76,020202+76,020202+77,000000+77,020202+77,000000+78,020202+78,000000+78,020202+78,000000+79,020202+79,000000+79,020202+79,000000+79,020202+80,000000+80,020202+80,000000+81,020202+81,000000+81,020202+81,000000+82,000000+82,020202+82,000000+83,000000+83,020202+84,000000+84,020202+84,000000+84,020202+85,000000+85,020202+85,000000+85,020202+86,000000+86,020202+87,000000+87,020202+87,000000+87,000000+88,020202+88,000000+88,000000+89,020202+89,020202+91,000000+91,020202+91,020202+91,000000+92,000000+93,020202+93,000000+93,020202+93,000000+93,020202+94,000000+94,000000+95,020202+95,000000+95,020202+96,000000+96,020202+96,000000+97,000000+97,020202+97,000000+98,000000+100&0.53+0,0.67+100 */
  background: -moz-linear-gradient(
    top,
    rgba(2, 2, 2, 0.53) 0%,
    rgba(0, 0, 0, 0.53) 1%,
    rgba(2, 2, 2, 0.53) 2%,
    rgba(0, 0, 0, 0.53) 3%,
    rgba(0, 0, 0, 0.53) 4%,
    rgba(0, 0, 0, 0.53) 5%,
    rgba(0, 0, 0, 0.53) 8%,
    rgba(0, 0, 0, 0.53) 9%,
    rgba(2, 2, 2, 0.53) 10%,
    rgba(2, 2, 2, 0.53) 11%,
    rgba(0, 0, 0, 0.53) 12%,
    rgba(2, 2, 2, 0.53) 13%,
    rgba(2, 2, 2, 0.53) 14%,
    rgba(0, 0, 0, 0.53) 15%,
    rgba(0, 0, 0, 0.53) 16%,
    rgba(0, 0, 0, 0.53) 17%,
    rgba(0, 0, 0, 0.53) 18%,
    rgba(0, 0, 0, 0.53) 19%,
    rgba(2, 2, 2, 0.53) 20%,
    rgba(0, 0, 0, 0.53) 21%,
    rgba(2, 2, 2, 0.53) 22%,
    rgba(0, 0, 0, 0.53) 23%,
    rgba(0, 0, 0, 0.53) 24%,
    rgba(2, 2, 2, 0.53) 25%,
    rgba(2, 2, 2, 0.53) 26%,
    rgba(0, 0, 0, 0.53) 27%,
    rgba(0, 0, 0, 0.53) 28%,
    rgba(2, 2, 2, 0.53) 29%,
    rgba(0, 0, 0, 0.53) 30%,
    rgba(2, 2, 2, 0.53) 31%,
    rgba(0, 0, 0, 0.53) 32%,
    rgba(2, 2, 2, 0.53) 33%,
    rgba(2, 2, 2, 0.53) 34%,
    rgba(0, 0, 0, 0.53) 35%,
    rgba(0, 0, 0, 0.53) 36%,
    rgba(2, 2, 2, 0.53) 37%,
    rgba(0, 0, 0, 0.53) 38%,
    rgba(2, 2, 2, 0.53) 39%,
    rgba(0, 0, 0, 0.53) 40%,
    rgba(2, 2, 2, 0.53) 41%,
    rgba(2, 2, 2, 0.53) 42%,
    rgba(2, 2, 2, 0.53) 44%,
    rgba(0, 0, 0, 0.53) 45%,
    rgba(2, 2, 2, 0.53) 46%,
    rgba(0, 0, 0, 0.53) 47%,
    rgba(0, 0, 0, 0.53) 48%,
    rgba(0, 0, 0, 0.53) 49%,
    rgba(2, 2, 2, 0.53) 50%,
    rgba(2, 2, 2, 0.53) 51%,
    rgba(0, 0, 0, 0.53) 52%,
    rgba(0, 0, 0, 0.54) 55%,
    rgba(2, 2, 2, 0.54) 56%,
    rgba(0, 0, 0, 0.54) 57%,
    rgba(0, 0, 0, 0.54) 58%,
    rgba(0, 0, 0, 0.54) 59%,
    rgba(0, 0, 0, 0.54) 60%,
    rgba(0, 0, 0, 0.54) 61%,
    rgba(0, 0, 0, 0.54) 62%,
    rgba(2, 2, 2, 0.54) 63%,
    rgba(0, 0, 0, 0.54) 64%,
    rgba(0, 0, 0, 0.54) 65%,
    rgba(0, 0, 0, 0.54) 66%,
    rgba(2, 2, 2, 0.54) 67%,
    rgba(2, 2, 2, 0.54) 68%,
    rgba(0, 0, 0, 0.54) 69%,
    rgba(2, 2, 2, 0.55) 71%,
    rgba(2, 2, 2, 0.55) 72%,
    rgba(2, 2, 2, 0.56) 74%,
    rgba(2, 2, 2, 0.56) 75%,
    rgba(2, 2, 2, 0.56) 76%,
    rgba(2, 2, 2, 0.56) 77%,
    rgba(2, 2, 2, 0.56) 78%,
    rgba(0, 0, 0, 0.57) 79%,
    rgba(2, 2, 2, 0.57) 80%,
    rgba(2, 2, 2, 0.57) 81%,
    rgba(2, 2, 2, 0.58) 82%,
    rgba(0, 0, 0, 0.59) 83%,
    rgba(0, 0, 0, 0.59) 84%,
    rgba(0, 0, 0, 0.6) 85%,
    rgba(0, 0, 0, 0.6) 86%,
    rgba(0, 0, 0, 0.61) 87%,
    rgba(0, 0, 0, 0.61) 88%,
    rgba(2, 2, 2, 0.61) 89%,
    rgba(2, 2, 2, 0.62) 91%,
    rgba(0, 0, 0, 0.63) 92%,
    rgba(0, 0, 0, 0.64) 93%,
    rgba(0, 0, 0, 0.64) 94%,
    rgba(0, 0, 0, 0.65) 95%,
    rgba(2, 2, 2, 0.65) 96%,
    rgba(2, 2, 2, 0.66) 97%,
    rgba(0, 0, 0, 0.66) 98%,
    rgba(0, 0, 0, 0.67) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(2, 2, 2, 0.53) 0%,
    rgba(0, 0, 0, 0.53) 1%,
    rgba(2, 2, 2, 0.53) 2%,
    rgba(0, 0, 0, 0.53) 3%,
    rgba(0, 0, 0, 0.53) 4%,
    rgba(0, 0, 0, 0.53) 5%,
    rgba(0, 0, 0, 0.53) 8%,
    rgba(0, 0, 0, 0.53) 9%,
    rgba(2, 2, 2, 0.53) 10%,
    rgba(2, 2, 2, 0.53) 11%,
    rgba(0, 0, 0, 0.53) 12%,
    rgba(2, 2, 2, 0.53) 13%,
    rgba(2, 2, 2, 0.53) 14%,
    rgba(0, 0, 0, 0.53) 15%,
    rgba(0, 0, 0, 0.53) 16%,
    rgba(0, 0, 0, 0.53) 17%,
    rgba(0, 0, 0, 0.53) 18%,
    rgba(0, 0, 0, 0.53) 19%,
    rgba(2, 2, 2, 0.53) 20%,
    rgba(0, 0, 0, 0.53) 21%,
    rgba(2, 2, 2, 0.53) 22%,
    rgba(0, 0, 0, 0.53) 23%,
    rgba(0, 0, 0, 0.53) 24%,
    rgba(2, 2, 2, 0.53) 25%,
    rgba(2, 2, 2, 0.53) 26%,
    rgba(0, 0, 0, 0.53) 27%,
    rgba(0, 0, 0, 0.53) 28%,
    rgba(2, 2, 2, 0.53) 29%,
    rgba(0, 0, 0, 0.53) 30%,
    rgba(2, 2, 2, 0.53) 31%,
    rgba(0, 0, 0, 0.53) 32%,
    rgba(2, 2, 2, 0.53) 33%,
    rgba(2, 2, 2, 0.53) 34%,
    rgba(0, 0, 0, 0.53) 35%,
    rgba(0, 0, 0, 0.53) 36%,
    rgba(2, 2, 2, 0.53) 37%,
    rgba(0, 0, 0, 0.53) 38%,
    rgba(2, 2, 2, 0.53) 39%,
    rgba(0, 0, 0, 0.53) 40%,
    rgba(2, 2, 2, 0.53) 41%,
    rgba(2, 2, 2, 0.53) 42%,
    rgba(2, 2, 2, 0.53) 44%,
    rgba(0, 0, 0, 0.53) 45%,
    rgba(2, 2, 2, 0.53) 46%,
    rgba(0, 0, 0, 0.53) 47%,
    rgba(0, 0, 0, 0.53) 48%,
    rgba(0, 0, 0, 0.53) 49%,
    rgba(2, 2, 2, 0.53) 50%,
    rgba(2, 2, 2, 0.53) 51%,
    rgba(0, 0, 0, 0.53) 52%,
    rgba(0, 0, 0, 0.54) 55%,
    rgba(2, 2, 2, 0.54) 56%,
    rgba(0, 0, 0, 0.54) 57%,
    rgba(0, 0, 0, 0.54) 58%,
    rgba(0, 0, 0, 0.54) 59%,
    rgba(0, 0, 0, 0.54) 60%,
    rgba(0, 0, 0, 0.54) 61%,
    rgba(0, 0, 0, 0.54) 62%,
    rgba(2, 2, 2, 0.54) 63%,
    rgba(0, 0, 0, 0.54) 64%,
    rgba(0, 0, 0, 0.54) 65%,
    rgba(0, 0, 0, 0.54) 66%,
    rgba(2, 2, 2, 0.54) 67%,
    rgba(2, 2, 2, 0.54) 68%,
    rgba(0, 0, 0, 0.54) 69%,
    rgba(2, 2, 2, 0.55) 71%,
    rgba(2, 2, 2, 0.55) 72%,
    rgba(2, 2, 2, 0.56) 74%,
    rgba(2, 2, 2, 0.56) 75%,
    rgba(2, 2, 2, 0.56) 76%,
    rgba(2, 2, 2, 0.56) 77%,
    rgba(2, 2, 2, 0.56) 78%,
    rgba(0, 0, 0, 0.57) 79%,
    rgba(2, 2, 2, 0.57) 80%,
    rgba(2, 2, 2, 0.57) 81%,
    rgba(2, 2, 2, 0.58) 82%,
    rgba(0, 0, 0, 0.59) 83%,
    rgba(0, 0, 0, 0.59) 84%,
    rgba(0, 0, 0, 0.6) 85%,
    rgba(0, 0, 0, 0.6) 86%,
    rgba(0, 0, 0, 0.61) 87%,
    rgba(0, 0, 0, 0.61) 88%,
    rgba(2, 2, 2, 0.61) 89%,
    rgba(2, 2, 2, 0.62) 91%,
    rgba(0, 0, 0, 0.63) 92%,
    rgba(0, 0, 0, 0.64) 93%,
    rgba(0, 0, 0, 0.64) 94%,
    rgba(0, 0, 0, 0.65) 95%,
    rgba(2, 2, 2, 0.65) 96%,
    rgba(2, 2, 2, 0.66) 97%,
    rgba(0, 0, 0, 0.66) 98%,
    rgba(0, 0, 0, 0.67) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(2, 2, 2, 0.53) 0%,
    rgba(0, 0, 0, 0.53) 1%,
    rgba(2, 2, 2, 0.53) 2%,
    rgba(0, 0, 0, 0.53) 3%,
    rgba(0, 0, 0, 0.53) 4%,
    rgba(0, 0, 0, 0.53) 5%,
    rgba(0, 0, 0, 0.53) 8%,
    rgba(0, 0, 0, 0.53) 9%,
    rgba(2, 2, 2, 0.53) 10%,
    rgba(2, 2, 2, 0.53) 11%,
    rgba(0, 0, 0, 0.53) 12%,
    rgba(2, 2, 2, 0.53) 13%,
    rgba(2, 2, 2, 0.53) 14%,
    rgba(0, 0, 0, 0.53) 15%,
    rgba(0, 0, 0, 0.53) 16%,
    rgba(0, 0, 0, 0.53) 17%,
    rgba(0, 0, 0, 0.53) 18%,
    rgba(0, 0, 0, 0.53) 19%,
    rgba(2, 2, 2, 0.53) 20%,
    rgba(0, 0, 0, 0.53) 21%,
    rgba(2, 2, 2, 0.53) 22%,
    rgba(0, 0, 0, 0.53) 23%,
    rgba(0, 0, 0, 0.53) 24%,
    rgba(2, 2, 2, 0.53) 25%,
    rgba(2, 2, 2, 0.53) 26%,
    rgba(0, 0, 0, 0.53) 27%,
    rgba(0, 0, 0, 0.53) 28%,
    rgba(2, 2, 2, 0.53) 29%,
    rgba(0, 0, 0, 0.53) 30%,
    rgba(2, 2, 2, 0.53) 31%,
    rgba(0, 0, 0, 0.53) 32%,
    rgba(2, 2, 2, 0.53) 33%,
    rgba(2, 2, 2, 0.53) 34%,
    rgba(0, 0, 0, 0.53) 35%,
    rgba(0, 0, 0, 0.53) 36%,
    rgba(2, 2, 2, 0.53) 37%,
    rgba(0, 0, 0, 0.53) 38%,
    rgba(2, 2, 2, 0.53) 39%,
    rgba(0, 0, 0, 0.53) 40%,
    rgba(2, 2, 2, 0.53) 41%,
    rgba(2, 2, 2, 0.53) 42%,
    rgba(2, 2, 2, 0.53) 44%,
    rgba(0, 0, 0, 0.53) 45%,
    rgba(2, 2, 2, 0.53) 46%,
    rgba(0, 0, 0, 0.53) 47%,
    rgba(0, 0, 0, 0.53) 48%,
    rgba(0, 0, 0, 0.53) 49%,
    rgba(2, 2, 2, 0.53) 50%,
    rgba(2, 2, 2, 0.53) 51%,
    rgba(0, 0, 0, 0.53) 52%,
    rgba(0, 0, 0, 0.54) 55%,
    rgba(2, 2, 2, 0.54) 56%,
    rgba(0, 0, 0, 0.54) 57%,
    rgba(0, 0, 0, 0.54) 58%,
    rgba(0, 0, 0, 0.54) 59%,
    rgba(0, 0, 0, 0.54) 60%,
    rgba(0, 0, 0, 0.54) 61%,
    rgba(0, 0, 0, 0.54) 62%,
    rgba(2, 2, 2, 0.54) 63%,
    rgba(0, 0, 0, 0.54) 64%,
    rgba(0, 0, 0, 0.54) 65%,
    rgba(0, 0, 0, 0.54) 66%,
    rgba(2, 2, 2, 0.54) 67%,
    rgba(2, 2, 2, 0.54) 68%,
    rgba(0, 0, 0, 0.54) 69%,
    rgba(2, 2, 2, 0.55) 71%,
    rgba(2, 2, 2, 0.55) 72%,
    rgba(2, 2, 2, 0.56) 74%,
    rgba(2, 2, 2, 0.56) 75%,
    rgba(2, 2, 2, 0.56) 76%,
    rgba(2, 2, 2, 0.56) 77%,
    rgba(2, 2, 2, 0.56) 78%,
    rgba(0, 0, 0, 0.57) 79%,
    rgba(2, 2, 2, 0.57) 80%,
    rgba(2, 2, 2, 0.57) 81%,
    rgba(2, 2, 2, 0.58) 82%,
    rgba(0, 0, 0, 0.59) 83%,
    rgba(0, 0, 0, 0.59) 84%,
    rgba(0, 0, 0, 0.6) 85%,
    rgba(0, 0, 0, 0.6) 86%,
    rgba(0, 0, 0, 0.61) 87%,
    rgba(0, 0, 0, 0.61) 88%,
    rgba(2, 2, 2, 0.61) 89%,
    rgba(2, 2, 2, 0.62) 91%,
    rgba(0, 0, 0, 0.63) 92%,
    rgba(0, 0, 0, 0.64) 93%,
    rgba(0, 0, 0, 0.64) 94%,
    rgba(0, 0, 0, 0.65) 95%,
    rgba(2, 2, 2, 0.65) 96%,
    rgba(2, 2, 2, 0.66) 97%,
    rgba(0, 0, 0, 0.66) 98%,
    rgba(0, 0, 0, 0.67) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87020202', endColorstr='#ab000000',GradientType=0 ); /* IE6-9 */
}
.iPgBnrContent h1,
.iPgBnrContent .h1 {
  font-weight: 700;
}
.breadcrumb {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb li {
}
.breadcrumb li a {
  position: relative;
  text-transform: uppercase;
  line-height: normal;
  white-space: nowrap;
  color: #fff;
  display: flex;
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb li a:after {
  display: block;
  content: "/";
}
.breadcrumb li:last-child a:after {
  display: none;
}
/*Blog page*/
.blog {
  padding: 90px 0 110px;
}
.blogLeft {
  width: 100%;
  max-width: 70%;
}
.blogSidebar {
  width: 100%;
  max-width: 30%;
  padding-left: 30px;
}
.rnList {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.rnList li {
  width: 50%;
  padding: 15px;
}
.rnBox {
}
.rnImg {
  height: 215px;
  overflow: hidden;
}
.rnImg img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.rnTxt {
  background-color: var(--black3);
  border: 1px solid #555555;
  padding: 12px 16px 16px;
}
.rnTxt .txt20 {
  line-height: 29px;
}
.rnTxt p {
  line-height: 26px;
}
.newsDate span {
  font-size: 15px;
  margin-left: 8px;
}
.mostPopular {
  background-color: #141414;
  padding: 18px 25px 0 18px;
}
.mpList li {
  padding: 24px 0;
  border-bottom: 1px solid #555555;
}
.mpList li:last-child {
  border: 0;
}
.mpBox p,
.mpBox a {
  display: block;
}
.bsCategories {
  background-color: var(--black2);
}
/*Contact page*/
.contactMain {
  padding: 90px 0 100px;
}
.cdIn {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
}
.cdIn li {
  width: 33.33%;
  padding: 10px;
}
.cdBox {
  background-color: var(--black3);
  border: 1px solid #555555;
  padding: 32px 12px;
  height: 100%;
}
.cdBox a {
  text-decoration: underline;
}
.cdBox a:hover {
  color: white;
}
.contactMain .contactForm {
  margin-top: 110px;
}
/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  /*  display: inline-block;*/
  user-select: none;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  /*  display: inline-block;*/
}
.custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 48px 0 24px;
  font-size: 16px;
  font-weight: 400;
  color: #aaa;
  line-height: 60px;
  text-transform: uppercase;
  background: var(--black3);
  border: 1px solid #232323;
  border-radius: 5px;
  cursor: pointer;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  position: absolute;
  z-index: 9;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: -1px 0 0;
  border: 1px solid #232323;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  background: var(--black3);
  transition: all 0.4s ease-in-out;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
/*.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%; right: 25px;
  width: 7px; height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}
.option-hover:before {
  background: #f9f9f9;
}*/
.custom-option {
  position: relative;
  display: block;
  padding: 0 24px;
  border-bottom: 1px solid #232323;
  font-size: 16px;
  font-weight: 400;
  color: #aaa;
  line-height: 47px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 0 0 0 0;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
  background: var(--black2);
}
/**Acoordion**/
/* Accordion styles */
.tabs input[type="checkbox"],
.tabs input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tabs {
  overflow: hidden;
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
  margin-bottom: 30px;

  background: var(--black3);
  border: 1px solid #232323;
  border-radius: 5px;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 24px 24px 24px 32px;

  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  background: var(--black2);
}
.tab-label::after {
  content: "❯";
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: black;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  color: var(--yellow1);
  transform: rotate(90deg);
}
.tab-content {
  max-height: 0;
  padding: 0;
  color: #fff;
  background: var(--black3);

  /*  transition: all 0.35s;*/
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: var(--black2);
}

input:checked + .tab-label {
  background: var(--black2);
}
input:checked + .tab-label::after {
  transform: rotate(-90deg);
  background-color: var(--yellow1);
  color: white;
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 12px 60px 18px 32px;
  border: 1px solid #232323;
  border-radius: 0 0 5px 5px;
}
/**/

.discList,
.deciList {
  margin-left: 20px;
}
.discList,
.discList li {
  list-style-type: disc;
}
.deciList,
.deciList li {
  list-style-type: decimal;
}
.grayScaleImg img {
  filter: grayscale(100%); /* Standard */
  -webkit-filter: grayscale(100%); /* Webkit */
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); /* Firefox4-34*/
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Old WebKit */
}
.faq {
  padding: 90px 0;
}
.jcdaMainInn {
  padding: 185px 0 175px;
  background-color: var(--black2);
}
.btbi {
  position: relative;
  padding: 55px 0;
}
.btbiBG {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.btbiBG img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.btbiCtnt {
}
.btbiCtntIn {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 42px 25px 25px;
}
.btbiList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btbiList li {
  width: 250px;
  margin-right: 160px;
}
.btbiList li:nth-child(3n) {
  margin-right: 0;
}
.btbiList li a {
  display: block;
  border-top: 1px solid var(--light1);
  padding: 10px 0;
  color: white;
  transition: all ease 0.3s;
}
.btbiList li:nth-child(1) a,
.btbiList li:nth-child(2) a,
.btbiList li:nth-child(3) a {
  border: 0;
}
.btbiList li a:hover {
  color: var(--light2);
}
.cExperience {
  padding: 145px 0 105px;
}
.cExperienceIn {
  justify-content: space-between;
  align-items: center;
}
.expLeft {
  width: 550px;
  padding: 128px 24px;
  background-color: var(--black3);
  position: relative;
}
.expLeft:before {
  display: block;
  content: "";
  position: absolute;
  left: 24px;
  top: 22px;
  width: 35%;
  height: 60%;
  border-top: 2px solid black;
  border-left: 2px solid black;
}
.expLeft:after {
  display: block;
  content: "";
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 35%;
  height: 60%;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}
.expRight {
  width: calc(100% - 550px);
  padding-left: 75px;
}
.expSlider {
  position: relative;
  z-index: 1;
}
.expBox {
  font-size: 25px;
  line-height: 38px;
  color: white;
  text-align: center;
}
.expLeft .testiSliderArws {
  justify-content: center;
  margin-top: 80px;
}
.expLeft .tsArwLeft {
  margin-right: 70px;
}
.slick-counter {
  display: inline-block;
  position: absolute;
  font-size: 20px;
  line-height: 38px;
  color: white;
}
.jcdaMainInn .jcdaBG_left {
  width: 55%;
}
.jcdaMainInn .jcdaBG_right {
  width: 45%;
}
.conactUsInPg .contactForm {
  margin: 0;
}
.noOverlay {
  background: none;
}
.invStyle .jcdaBG {
  flex-direction: row-reverse;
}
.invStyle .jcdaContentIn {
  float: right;
}
.invStyle .jcdaContentIn h2,
.invStyle .jcdaContentIn h3 {
  margin-left: 180px;
}
.jcda2 {
  padding-top: 112px;
}
.btbiCtntIn a {
  text-decoration: underline;
}
.overlay {
  position: relative;
}
.overlay:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

/**/
.mb_48 {
  margin-bottom: 48px;
}
.mb_44 {
  margin-bottom: 44px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_36 {
  margin-bottom: 36px;
}
.mb_32 {
  margin-bottom: 32px;
}
.mb_28 {
  margin-bottom: 28px;
}
.mb_24 {
  margin-bottom: 24px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_16 {
  margin-bottom: 16px;
}
.mb_12 {
  margin-bottom: 12px;
}
.mb_8 {
  margin-bottom: 8px;
}
.mb_0 {
  margin-bottom: 0px !important;
}
.pb_0 {
  padding-bottom: 0px !important;
}
.m_0 {
  margin: 0 !important;
}
.lr-section {
  padding: 150px 0;
}
.lr-content-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.lr-content-wrap .left-c-wrap {
  flex: 0 0 400px;
  -webkit-flex: 0 0 400px;
  max-width: 400px;
}
.lr-content-wrap .right-c-wrap {
  flex: 0 0 calc(100% - 400px);
  -webkit-flex: 0 0 calc(100% - 400px);
  max-width: calc(100% - 400px);
  padding-left: 50px;
}
.recent-review-box {
  text-align: center;
  background: #171717;
  padding: 50px;
  position: relative;
  z-index: 1;
}
.recent-review-box .testiSliderArws {
  justify-content: center;
  margin-top: 30px;
}
.recent-review-box .tsArwLeft {
  margin-right: 70px;
}
.recent-review-box h3 {
  color: #ffffff;
  text-transform: none;
  margin-bottom: 20px;
}
.recent-review-box:before,
.recent-review-box:after {
  content: "";
  position: absolute;
  width: 40%;
  height: 60%;
  border: 3px solid #000000;
  pointer-events: none;
}

.recent-review-box:before {
  border-right: 0;
  border-bottom: 0;
  top: 20px;
  left: 20px;
}

.recent-review-box:after {
  border-left: 0;
  border-top: 0;
  bottom: 20px;
  right: 20px;
}
.left-menu-wrap {
  background-color: #171717;
  margin-bottom: 30px;
}
.left-menu-wrap .title {
  text-transform: none;
  font-size: 35px;
  padding: 15px;
}
.link-list li {
  padding: 0 15px;
  transition: all 0.3s;
}

.link-list li.active {
  background-color: #dda32b;
}
.link-list li.active > a {
  border-top-color: rgba(255, 255, 255, 0);
}
.link-list li a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  padding: 20px 10px;
  border-top: 1px solid rgb(85 85 85 / 50%);
}
.title-40 {
  font-size: 40px;
}
.list-bullet li {
  list-style: disc;
  list-style: outside;
}

.list-bullet {
  padding-left: 25px;
}

.lr-content-wrap .right-c-wrap p {
  margin-bottom: 15px;
}
.lr-content-wrap .right-c-wrap p + p {
  margin-top: 30px;
}

.lr-content-wrap .right-c-wrap p + h3 {
  margin-top: 40px;
}

.page-short-info {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
  background-color: #171717;
  margin-top: 30px;
}
.protect-your-rights-sec .btbiCtntIn {
  padding: 15px;
}
.protect-your-rights-sec .btnSubmit {
  margin: 20px 0 0;
  padding: 10px 40px;
  font-size: 20px;
}

.protect-your-rights-sec .formField {
  padding: 15px 24px;
}
.protect-your-rights-sec textarea.formField {
  height: 120px;
}
.pyr-row > .w50 {
  padding-left: 30px;
  padding-right: 30px;
}
.list-separate li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  color: #ffffff;
}

.list-separate li:last-child {
  border-bottom: 0;
}

.dFlex.pyr-row {
  margin: 0 -25px;
}
.protect-your-rights-sec .contactForm {
  margin-top: 0;
}
.protect-your-rights-sec .border-style-box {
  position: relative;
  z-index: 1;
  padding: 30px 20px;
}

.protect-your-rights-sec .border-style-box:before,
.protect-your-rights-sec .border-style-box:after {
  content: "";
  position: absolute;
  width: 10%;
  height: 50%;
  border: 1px solid #ffffff;
}

.protect-your-rights-sec .border-style-box:before {
  border-right: 0;
  border-bottom: 0;
  left: 0;
  top: 0;
}

.protect-your-rights-sec .border-style-box:after {
  border-top: 0;
  border-left: 0;
  right: 0;
  bottom: 0;
}
.pyr-form-wrap {
  padding: 40px 0;
}
.icon_dropOpen {
  display: none;
}
.protect-your-rights-sec .btbiCtntIn {
  margin: 0 -15px;
}
.link-list li:hover {
  background: #dda32b;
  transition: all 0.3s;
}
/**/
/*Responsive CSS*/
@media (max-width: 1679px) {
  .jcdaMainInn {
    padding: 125px 0 105px;
  }
  .cExperience {
    padding: 125px 0 105px;
  }
  .jcda2 {
    padding-top: 100px;
  }
}
@media (max-width: 1365px) {
  .nav ul.slimmenu li a {
    padding: 0 10px;
  }
  .nav ul.slimmenu > li.has-submenu a {
    padding-right: 16px;
  }
  .aboutUs {
    padding: 90px 0;
  }
  .aboutUsTxt {
    padding-left: 60px;
  }
  p {
    margin-bottom: 26px;
  }
  .crt {
    padding: 90px 0;
  }
  .crBox1 {
    padding: 14px 14px 14px 50px;
  }
  .crBox1 .cr {
    font-size: 80px;
  }
  .crBox2 .cr {
    font-size: 56px;
  }
  .crTxt {
    font-size: 21px;
  }
  .crlogo {
    width: 76px;
  }
  .crtRight {
    padding-left: 60px;
  }
  .crName {
    margin-top: 50px;
  }
  .viewAllTM {
    margin-top: 80px;
  }
  .news {
    padding: 90px 0 70px;
  }
  .newsSlider {
    margin-top: 70px;
  }
  .newsSliderArws {
    margin-top: 60px;
  }
  .contact {
    padding: 100px 0 70px;
  }
  .contactForm {
    margin-top: 65px;
  }
  .btnSubmit {
    margin-top: 34px;
  }
  .footerTop {
    padding: 80px 0 46px;
  }
  .footerMiddle {
    padding: 36px 0 46px;
  }
  .contactMain .contactForm {
    margin-top: 80px;
  }
  .jcdaMainInn {
    padding: 90px 0 80px;
  }
  .btbiList li {
    margin-right: 50px;
  }
  .expRight {
    padding-left: 55px;
  }
  .cExperience {
    padding: 90px 0;
  }
  .jcda2 {
    padding-top: 90px;
  }

  /**/
  .mb_48 {
    margin-bottom: 44px;
  }
  .mb_44 {
    margin-bottom: 40px;
  }
  .mb_40 {
    margin-bottom: 36px;
  }
  .mb_36 {
    margin-bottom: 32px;
  }
  .mb_32 {
    margin-bottom: 28px;
  }
  .mb_28 {
    margin-bottom: 24px;
  }
  .mb_24 {
    margin-bottom: 22px;
  }
  .mb_20 {
    margin-bottom: 18px;
  }
  .mb_16 {
    margin-bottom: 14px;
  }
  .mb_12 {
    margin-bottom: 10px;
  }
  .mb_8 {
    margin-bottom: 6px;
  }
  .headRight {
    font-size: 16px;
    line-height: 20px;
  }
  .logo {
    max-width: 240px;
  }
}
@media (max-width: 1199px) {
  .menu-collapser {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .collapse-button {
    right: 15px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
  }
  .collapse-button:hover,
  .collapse-button:focus {
    background-color: transparent;
  }
  .collapse-button .icon-bar {
    margin: 3px 0;
  }
  .headerIn {
    padding: 16px 0;
  }
  .headRight {
    position: relative;
    right: 90px;
  }
  ul.slimmenu {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 16px 0;
  }
  .nav ul.slimmenu li .sub-toggle {
    width: 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    background-color: transparent;
  }
  .nav ul.slimmenu li a {
    padding: 5px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .nav ul.slimmenu li:last-child a {
    border: 0;
  }
  .nav ul.slimmenu li > ul {
    background-color: transparent;
    border: 0;
    padding-left: 15px;
  }
  .nav ul.slimmenu li .sub-toggle > i {
    font-size: 14px;
  }
  .mainBnrBG > img {
    height: 860px;
  }
  .aboutUs {
    padding: 80px 0;
  }
  .aboutUsTxt {
    padding-left: 50px;
  }
  h1,
  .h1 {
    font-size: 58px;
    line-height: 68px;
  }
  h2,
  .h2 {
    font-size: 42px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  .btn {
    padding: 15px 45px;
    font-size: 18px;
  }
  .btnBig {
    padding: 20px 95px;
    font-size: 21px;
  }
  p {
    margin-bottom: 24px;
  }
  .experienceIn {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
  }
  .experienceIn li {
    padding: 15px 15px;
  }
  .jcdaContent {
    padding: 80px 0 45px;
  }
  .jcdaContentIn {
    max-width: 760px;
  }
  .jcda {
    margin-top: 42px;
  }
  .crt {
    padding: 80px 0;
  }
  .crBox1 .cr {
    font-size: 64px;
  }
  .crBox2 .cr {
    font-size: 48px;
  }
  .crTxt {
    font-size: 18px;
  }
  .crlogo {
    width: 68px;
  }
  .crBox1 {
    padding: 14px 14px 14px 40px;
  }
  .crBox2 {
    padding: 20px 14px 20px 30px;
    max-width: 200px;
  }
  .crSpace {
    height: 62px;
  }
  .crtRight {
    padding-left: 50px;
  }
  .viewAllTM {
    margin-top: 70px;
  }
  .txt22 {
    font-size: 20px;
  }
  .txt20 {
    font-size: 18px;
  }
  .txt18 {
    font-size: 17px;
  }
  .newsTxt p {
    line-height: 24px;
  }
  .news {
    padding: 80px 0 70px;
  }
  .newsSlider {
    margin-top: 65px;
  }
  .newsSliderArws {
    margin-top: 50px;
  }
  .newsImg {
    height: 360px;
  }
  .contact {
    padding: 80px 0 70px;
  }
  .contactForm {
    margin-top: 55px;
  }
  .btnSubmit {
    margin-top: 30px;
  }
  .footerTop {
    padding: 70px 0 36px;
  }
  .footerMiddle {
    padding: 36px 0 46px;
  }
  .map iframe {
    height: 400px;
  }
  .blog {
    padding: 80px 0 90px;
  }
  .mpList li {
    padding: 20px 0;
  }
  .iPgBnrBG {
    height: 500px;
  }
  .contactMain .contactForm {
    margin-top: 70px;
  }
  .faq {
    padding: 80px 0;
  }
  .tab {
    margin-bottom: 25px;
  }
  .tab-label {
    padding: 20px 20px 20px 28px;
  }
  input:checked ~ .tab-content {
    padding: 10px 30px 16px 28px;
  }
  .jcdaMainInn {
    padding: 80px 0 70px;
  }
  .expRight {
    padding-left: 35px;
  }
  .cExperience {
    padding: 80px 0;
  }
  .invStyle .jcdaContentIn h2,
  .invStyle .jcdaContentIn h3 {
    margin-left: 0;
  }
  /**/
  .mb_48 {
    margin-bottom: 40px;
  }
  .mb_44 {
    margin-bottom: 36px;
  }
  .mb_40 {
    margin-bottom: 32px;
  }
  .mb_36 {
    margin-bottom: 28px;
  }
  .mb_32 {
    margin-bottom: 24px;
  }
  .mb_28 {
    margin-bottom: 22px;
  }
  .mb_24 {
    margin-bottom: 20px;
  }
  .mb_20 {
    margin-bottom: 16px;
  }
  .mb_16 {
    margin-bottom: 12px;
  }
  .mb_12 {
    margin-bottom: 8px;
  }
  .mb_8 {
    margin-bottom: 6px;
  }
}
@media (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 42px;
    line-height: 52px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  .mainBnrContent {
    padding-bottom: 50px;
  }
  .mainBnrBG > img {
    height: 740px;
  }
  .btn {
    padding: 14px 35px;
    font-size: 17px;
  }
  .btnBig {
    padding: 18px 75px;
    font-size: 20px;
  }
  .headRight {
    font-size: 21px;
    line-height: 26px;
  }
  .aboutUs {
    padding: 70px 0;
  }
  .aboutUsTxt {
    padding-left: 30px;
  }
  .aboutUsImg,
  .aboutUsTxt {
    max-width: 50%;
  }
  .expImg {
    padding: 15px;
  }
  .experience {
    padding: 50px 0;
  }
  .experienceIn {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
  }
  .experienceIn li {
    padding: 10px;
    width: 25%;
  }
  .jcdaContent {
    padding: 70px 0 45px;
  }
  .jcdaBG_left {
    width: 70%;
  }
  .jcdaBG_right {
    width: 30%;
    overflow: hidden;
    position: relative;
  }
  .crt {
    padding: 70px 0;
  }
  .crtIn {
    padding: 60px 35px;
  }
  .crlogo {
    width: 56px;
  }
  .crBox1 .cr,
  .crBox2 .cr {
    font-size: 46px;
  }
  .crBox2 {
    max-width: 100%;
  }
  .crBox1,
  .crBox2 {
    padding: 14px 14px 14px 30px;
  }
  .crBox {
    width: 100%;
    max-width: 100%;
    margin-bottom: 55px;
  }
  .crBox:last-child {
    margin-bottom: 0;
  }
  .crSpace {
    display: none;
  }
  .crTxt {
    font-size: 16px;
  }
  .crtLeft {
    width: 45%;
  }
  .crtRight {
    width: 55%;
    padding-left: 40px;
  }
  .viewAllTM {
    margin-top: 60px;
  }
  .news {
    padding: 70px 0;
  }
  .newsSlider {
    margin-top: 60px;
  }
  .newsSliderArws {
    margin-top: 40px;
  }
  .newsImg {
    height: 320px;
  }
  .contact {
    padding: 70px 0;
  }
  .contactForm {
    margin-top: 45px;
  }
  body,
  .rnTxt .txt20 {
    line-height: 27px;
  }
  .txt22 {
    font-size: 18px;
  }
  .txt20 {
    font-size: 17px;
  }
  .txt18 {
    font-size: 16px;
  }
  .btnSubmit {
    margin-top: 24px;
  }
  .footerTop {
    padding: 60px 0 36px;
  }
  .footerMiddle {
    padding: 36px 0 26px;
  }
  .fmBox {
    width: 100%;
    max-width: 50%;
    margin-bottom: 25px;
  }
  .map iframe {
    height: 350px;
  }
  .blogLeft {
    max-width: 60%;
  }
  .blogSidebar {
    max-width: 40%;
  }
  .rnList li {
    width: 100%;
  }
  .mpList li {
    padding: 18px 0;
  }
  .blog {
    padding: 70px 0 80px;
  }
  .newsDate span {
    font-size: 14px;
  }
  .iPgBnrBG {
    height: 450px;
  }
  .cdIn li {
    width: 100%;
  }
  .contactMain .contactForm {
    margin-top: 60px;
  }
  .faq {
    padding: 70px 0;
  }
  .jcdaMainInn {
    padding: 70px 0;
  }
  .btbiList li {
    margin-right: 20px;
  }
  .expLeft {
    width: 400px;
    padding: 100px 24px;
  }
  .expRight {
    width: calc(100% - 400px);
    padding-left: 25px;
  }
  .expBox {
    font-size: 21px;
    line-height: 32px;
  }
  .expLeft .testiSliderArws {
    margin-top: 70px;
  }
  .slick-counter {
    font-size: 18px;
  }
  .cExperience {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .btbiList li {
    margin-right: 0;
    width: 48%;
  }
  .btbiList li:nth-child(3n) a {
    border-top: 1px solid var(--light1);
  }
}

@media (max-width: 767px) {
  .logo {
    max-width: 48px;
    overflow: hidden;
  }
  .logo img {
    max-width: none;
  }
  .mainBnrBG > img {
    height: 560px;
  }
  .headRight {
    font-size: 18px;
    line-height: 21px;
    right: 60px;
  }
  h1,
  .h1 {
    font-size: 32px;
    line-height: 42px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 17px;
  }
  body,
  p {
    font-size: 15px;
    line-height: 24px;
  }
  .btn {
    padding: 12px 25px;
    font-size: 15px;
  }
  .btnBig {
    padding: 15px 45px;
    font-size: 18px;
  }
  .mainBnrContent {
    padding-bottom: 40px;
  }
  .aboutUs {
    padding: 60px 0;
  }
  .aboutUsImg,
  .aboutUsTxt {
    max-width: 100%;
  }
  .aboutUsImg img {
    margin: auto;
  }
  .aboutUsTxt {
    padding-left: 0;
    padding-top: 35px;
  }
  p {
    margin-bottom: 22px;
  }
  .experience {
    padding: 50px 0;
  }
  .jcdaContent {
    padding: 60px 0 45px;
  }
  .jcdaTxt {
    padding: 30px 25px 35px;
  }
  .crt {
    padding: 60px 0;
  }
  .txt22 {
    font-size: 17px;
  }
  .txt20 {
    font-size: 16px;
  }
  .txt18 {
    font-size: 15px;
  }
  .viewAllTM {
    margin-top: 50px;
  }
  .crtRight {
    width: 100%;
    padding-left: 0;
    padding-top: 45px;
  }
  .crtLeft {
    width: 100%;
  }
  .crBox {
    width: auto;
    margin-bottom: 45px;
    max-width: 46%;
  }
  .testiSliderArws {
    justify-content: center;
    margin-top: 25px;
  }
  .news {
    padding: 60px 0;
  }
  .newsSlider {
    margin-top: 50px;
  }
  .newsSliderArws {
    margin-top: 40px;
  }
  .contact {
    padding: 60px 0;
  }
  .contactForm {
    margin-top: 35px;
  }
  .w25 {
    width: 100%;
  }
  .w33 {
    width: 100%;
  }
  .w50 {
    width: 100%;
  }
  .w66 {
    width: 100%;
  }
  .w75 {
    width: 100%;
  }
  .formField {
    padding: 18px 20px;
    font-size: 15px;
  }
  textarea.formField {
    height: 186px;
  }
  .custom-select-trigger {
    line-height: 54px;
    font-size: 15px;
  }
  .custom-option {
    font-size: 15px;
    line-height: 42px;
  }
  .formField::-webkit-input-placeholder {
    font-size: 15px;
  }
  .formField::-moz-placeholder {
    font-size: 15px;
  }
  .formField:-ms-input-placeholder {
    font-size: 15px;
  }
  .formField:-moz-placeholder {
    font-size: 15px;
  }
  .bdrEffect4 span {
    width: 212px;
  }
  .btnSubmit {
    margin-top: 20px;
  }
  .footerTop {
    padding: 50px 0 26px;
  }
  .map iframe {
    height: 300px;
  }
  .blog {
    padding: 60px 0 70px;
  }
  .blogLeft,
  .blogSidebar {
    max-width: 100%;
  }
  .blogSidebar {
    padding-left: 0;
    margin-top: 32px;
  }
  .iPgBnrBG {
    height: 400px;
  }
  .breadcrumb {
    bottom: 20px;
  }
  .contactMain .contactForm {
    margin-top: 50px;
  }
  .faq {
    padding: 60px 0;
  }
  .tab-label {
    padding: 16px 16px 16px 24px;
  }
  input:checked ~ .tab-content {
    padding: 10px 20px 16px 24px;
  }
  .tab {
    margin-bottom: 20px;
  }
  .jcdaMainInn {
    padding: 60px 0;
  }
  .btbi {
    padding: 40px 0;
  }
  .expLeft {
    width: 100%;
    padding: 80px 24px;
  }
  .expRight {
    width: 100%;
    padding-left: 0;
    padding-top: 35px;
  }
  .expLeft .testiSliderArws {
    margin-top: 60px;
  }
  .expBox {
    font-size: 18px;
    line-height: 28px;
  }
  .cExperience {
    padding: 60px 0;
  }
  .breadcrumb li a {
    font-size: 12px;
  }

  /**/
  .mb_48 {
    margin-bottom: 38px;
  }
  .mb_44 {
    margin-bottom: 34px;
  }
  .mb_40 {
    margin-bottom: 30px;
  }
  .mb_36 {
    margin-bottom: 28px;
  }
  .mb_32 {
    margin-bottom: 24px;
  }
  .mb_28 {
    margin-bottom: 22px;
  }
  .mb_24 {
    margin-bottom: 18px;
  }
  .mb_20 {
    margin-bottom: 14px;
  }
  .mb_16 {
    margin-bottom: 10px;
  }

  .lr-content-wrap {
    flex-direction: column-reverse;
  }
  .lr-content-wrap .right-c-wrap {
    flex: 100%;
    max-width: 100%;
    padding: 15px;
  }
  .lr-content-wrap .left-c-wrap {
    max-width: 100%;
    flex: 100%;
  }
  .icon_dropOpen {
    display: block;
    z-index: 2;
  }
  .icon_dropOpen svg {
    fill: #fff;
    background-color: var(--black2);
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
  }
  .icon_dropOpen_inner {
    display: flex;
    padding: 10px 15px;
    background-color: var(--light3);
  }
  .set_mob_view {
    position: absolute;
    top: 60px;
    z-index: 1;
    display: none;
  }
  .set_mob_view_active {
    display: block;
  }
  .lr-section {
    padding: 0px 0 15px;
  }
  .title-40 br {
    display: none;
  }
  .left-menu-wrap .title {
    font-size: 24px;
  }
  .link-list li a {
    font-size: 16px;
  }
  .link-list li a {
    padding: 15px 10px;
  }
  .title-40 {
    font-size: 24px;
  }
  .protect-your-rights-sec .btbiCtntIn {
    margin: unset;
  }
  .recent-review-box {
    margin: 10px;
  }
  .logo img {
    max-width: 245px;
  }
}
@media (max-width: 639px) {
  .expImg {
    padding: 10px;
  }
  .experienceIn li {
    width: 33.33%;
  }
}
@media (max-width: 567px) {
  .headerIn {
    padding: 12px 0;
  }
  .headRight {
    font-size: 17px;
    line-height: 20px;
  }
  h1,
  .h1 {
    font-size: 28px;
    line-height: 36px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 16px;
  }
  .btn {
    padding: 9px 18px;
    font-size: 14px;
  }
  .btnBig {
    padding: 12px 30px;
    font-size: 16px;
  }
  .mainBnrBG > img {
    height: 470px;
  }
  .mainBnrContent {
    padding-bottom: 30px;
  }
  .mainImg {
    top: 45%;
  }
  .aboutUs {
    padding: 50px 0;
  }
  body,
  p {
    font-size: 14px;
    line-height: 22px;
  }
  p {
    margin-bottom: 20px;
  }
  .jcdaContent {
    padding: 50px 0 45px;
  }
  .jcdaTxt {
    padding: 20px 15px 25px;
  }
  .crt {
    padding: 50px 0;
  }
  .crBox1 .cr,
  .crBox2 .cr {
    font-size: 36px;
  }
  .crTxt {
    font-size: 15px;
  }
  .crlogo {
    width: 48px;
  }
  .crBox1,
  .crBox2 {
    padding: 10px 10px 10px 20px;
  }
  .crBox {
    margin-bottom: 35px;
    max-width: 45%;
  }
  .viewAllTM {
    margin-top: 40px;
  }
  .news {
    padding: 50px 0;
  }
  .newsSlider {
    margin-top: 40px;
  }
  .newsSliderArws {
    margin-top: 30px;
  }
  .contact {
    padding: 50px 0;
  }
  .contactForm {
    margin-top: 30px;
  }
  .btnSubmit {
    margin-top: 14px;
  }
  .footerTop {
    padding: 30px 0 20px;
  }
  .footerMiddle {
    padding: 26px 0 16px;
  }
  .fmBox {
    max-width: 100%;
  }
  .map iframe {
    height: 250px;
  }
  .blog {
    padding: 50px 0 60px;
  }
  .iPgBnrBG {
    height: 350px;
  }
  .contactMain .contactForm {
    margin-top: 40px;
  }
  .faq {
    padding: 50px 0;
  }
  .tab {
    margin-bottom: 15px;
  }
  .tab-label {
    padding: 12px 12px 12px 20px;
  }
  input:checked ~ .tab-content {
    padding: 10px 16px 16px 20px;
  }
  .jcdaMainInn {
    padding: 50px 0;
  }
  .cExperience {
    padding: 50px 0;
  }
  .breadcrumb li a {
    font-size: 10px;
  }

  /**/
  .mb_48 {
    margin-bottom: 34px;
  }
  .mb_44 {
    margin-bottom: 32px;
  }
  .mb_40 {
    margin-bottom: 30px;
  }
  .mb_36 {
    margin-bottom: 26px;
  }
  .mb_32 {
    margin-bottom: 22px;
  }
  .mb_28 {
    margin-bottom: 20px;
  }
  .mb_24 {
    margin-bottom: 16px;
  }
  .mb_20 {
    margin-bottom: 12px;
  }
}
@media (max-width: 479px) {
  .experienceIn li {
    width: 50%;
  }
  .iPgBnrBG {
    height: 300px;
  }
  .btbiList li {
    width: 100%;
  }
  .btbiList li:nth-child(2n) a {
    border-top: 1px solid var(--light1);
  }
}
