.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #263d79;
}

.text-orange {
  color: #ff9900;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #263d79;
}

.bg-orange {
  background-color: #ff9900;
}

html, body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body a {
  text-decoration: none;
  color: #000;
}
body a:hover, body a:visited, body a:active {
  color: #000;
}
body > aside {
  pointer-events: none !important;
}
body img {
  width: 100%;
  height: auto;
}
body .flip-x {
  transform: rotateY(180deg);
}
body .hidden {
  display: none !important;
}
@media screen and (min-width: 1921px) {
  body .container {
    max-width: 1620px;
  }
}
@media screen and (max-width: 2200px) {
  body .container {
    max-width: 1620px;
  }
}
@media screen and (max-width: 1920px) {
  body .container {
    max-width: 1524px;
  }
}
@media screen and (max-width: 1600px) {
  body .container {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1280px) {
  body .container {
    max-width: 1180px;
  }
}
@media screen and (max-width: 1024px) {
  body .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 991px) {
  body .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  body .container {
    max-width: 607px;
  }
}
@media screen and (max-width: 660px) {
  body .container {
    max-width: 100%;
  }
}
body #main-container {
  margin-top: 98px;
}
@media screen and (max-width: 1024px) {
  body #main-container {
    margin-top: 70px;
  }
}
body .sp_hero {
  position: relative;
  display: none;
}
body .sp_hero.cst_post {
  display: block !important;
}
body .sp_hero > div,
body .sp_hero .wp-block-image {
  margin: 0;
  height: 550px;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  body .sp_hero > div,
  body .sp_hero .wp-block-image {
    height: 416px;
  }
}
@media screen and (max-width: 1600px) {
  body .sp_hero > div,
  body .sp_hero .wp-block-image {
    height: 351px;
  }
}
@media screen and (max-width: 1536px) {
  body .sp_hero > div,
  body .sp_hero .wp-block-image {
    height: 336px;
  }
}
@media screen and (max-width: 1440px) {
  body .sp_hero > div,
  body .sp_hero .wp-block-image {
    height: 314px;
  }
}
@media screen and (max-width: 1366px) {
  body .sp_hero > div,
  body .sp_hero .wp-block-image {
    height: 299px;
  }
}
@media screen and (max-width: 1280px) {
  body .sp_hero > div,
  body .sp_hero .wp-block-image {
    height: 282px;
  }
}
@media screen and (max-width: 1024px) {
  body .sp_hero > div,
  body .sp_hero .wp-block-image {
    height: 230px;
  }
}
@media screen and (max-width: 991px) {
  body .sp_hero > div,
  body .sp_hero .wp-block-image {
    height: 214px;
  }
}
@media screen and (max-width: 768px) {
  body .sp_hero > div,
  body .sp_hero .wp-block-image {
    height: 164px;
  }
}
body .sp_hero > div img,
body .sp_hero .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .sp_hero .title-wrap {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
}
body .sp_hero h1, body .sp_hero h2 {
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
  text-shadow: 5px 5px 9px rgba(0, 0, 0, 0.62);
  font-size: 55px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  body .sp_hero h1, body .sp_hero h2 {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 1600px) {
  body .sp_hero h1, body .sp_hero h2 {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 1536px) {
  body .sp_hero h1, body .sp_hero h2 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 1440px) {
  body .sp_hero h1, body .sp_hero h2 {
    font-size: 38px !important;
  }
}
@media screen and (max-width: 1366px) {
  body .sp_hero h1, body .sp_hero h2 {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 1280px) {
  body .sp_hero h1, body .sp_hero h2 {
    font-size: 33px !important;
  }
}
@media screen and (max-width: 1024px) {
  body .sp_hero h1, body .sp_hero h2 {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 991px) {
  body .sp_hero h1, body .sp_hero h2 {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  body .sp_hero h1, body .sp_hero h2 {
    font-size: 25px !important;
    padding: 15px;
  }
}
@media screen and (max-width: 660px) {
  body .sp_hero h1, body .sp_hero h2 {
    font-size: 23px !important;
    line-height: 1.1;
  }
}
@media screen and (max-width: 480px) {
  body .sp_hero h1, body .sp_hero h2 {
    padding: 10px;
  }
}
body .sp_hero h1 span, body .sp_hero h2 span {
  color: #ff9900;
  text-shadow: 5px 5px 9px rgba(0, 0, 0, 0.62);
}
body.page-id-70 .sp_hero, body.page-id-79 .sp_hero, body.page-id-160 .sp_hero, body.page-id-170 .sp_hero, body.page-id-186 .sp_hero {
  position: relative;
}
body.page-id-70 .sp_hero:before, body.page-id-79 .sp_hero:before, body.page-id-160 .sp_hero:before, body.page-id-170 .sp_hero:before, body.page-id-186 .sp_hero:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
body.page-id-70 .sp_hero h2, body.page-id-79 .sp_hero h2, body.page-id-160 .sp_hero h2, body.page-id-170 .sp_hero h2, body.page-id-186 .sp_hero h2 {
  z-index: 1;
}
body .row_rtl {
  margin-top: 165px;
  display: block;
}
body .row_rtl:after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width: 1920px) {
  body .row_rtl {
    margin-top: 177px;
  }
}
@media screen and (max-width: 1600px) {
  body .row_rtl {
    margin-top: 150px;
  }
}
@media screen and (max-width: 1536px) {
  body .row_rtl {
    margin-top: 140px;
  }
}
@media screen and (max-width: 1366px) {
  body .row_rtl {
    margin-top: 130px;
  }
}
@media screen and (max-width: 1280px) {
  body .row_rtl {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  body .row_rtl {
    margin-top: 110px;
  }
}
@media screen and (max-width: 991px) {
  body .row_rtl {
    margin-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  body .row_rtl {
    display: block;
  }
  body .row_rtl .wp-block-columns {
    display: block;
  }
}
body .row_rtl .col:first-child,
body .row_rtl .col-wrap:first-child {
  float: left;
  width: 30.33% !important;
  flex-basis: 30.33% !important;
  margin: 0;
}
body .row_rtl .col:first-child h4,
body .row_rtl .col-wrap:first-child h4 {
  font-size: 22px;
}
@media screen and (max-width: 1920px) {
  body .row_rtl .col:first-child h4,
  body .row_rtl .col-wrap:first-child h4 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1600px) {
  body .row_rtl .col:first-child h4,
  body .row_rtl .col-wrap:first-child h4 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1440px) {
  body .row_rtl .col:first-child h4,
  body .row_rtl .col-wrap:first-child h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
  body .row_rtl .col:first-child h4,
  body .row_rtl .col-wrap:first-child h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  body .row_rtl .col:first-child h4,
  body .row_rtl .col-wrap:first-child h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  body .row_rtl .col:first-child h4,
  body .row_rtl .col-wrap:first-child h4 {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  body .row_rtl .col:first-child,
  body .row_rtl .col-wrap:first-child {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body .row_rtl .col:last-child,
body .row_rtl .col-wrap:last-child {
  float: left;
  width: 69.66% !important;
  flex-basis: 69.66% !important;
  margin: 0;
  padding-right: 140px;
}
@media screen and (max-width: 1920px) {
  body .row_rtl .col:last-child,
  body .row_rtl .col-wrap:last-child {
    padding-right: 125px;
  }
}
@media screen and (max-width: 1600px) {
  body .row_rtl .col:last-child,
  body .row_rtl .col-wrap:last-child {
    padding-right: 115px;
  }
}
@media screen and (max-width: 1536px) {
  body .row_rtl .col:last-child,
  body .row_rtl .col-wrap:last-child {
    padding-right: 100px;
  }
}
@media screen and (max-width: 991px) {
  body .row_rtl .col:last-child,
  body .row_rtl .col-wrap:last-child {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body .row_rtl .col:last-child p,
body .row_rtl .col-wrap:last-child p {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 500;
}
@media screen and (max-width: 1920px) {
  body .row_rtl .col:last-child p,
  body .row_rtl .col-wrap:last-child p {
    font-size: 20px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 1600px) {
  body .row_rtl .col:last-child p,
  body .row_rtl .col-wrap:last-child p {
    font-size: 17px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 1440px) {
  body .row_rtl .col:last-child p,
  body .row_rtl .col-wrap:last-child p {
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 1024px) {
  body .row_rtl .col:last-child p,
  body .row_rtl .col-wrap:last-child p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 991px) {
  body .row_rtl .col:last-child p,
  body .row_rtl .col-wrap:last-child p {
    font-size: 13px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  body .row_rtl .col:last-child p,
  body .row_rtl .col-wrap:last-child p {
    font-size: 12px;
    line-height: 1.8;
  }
}
body .row_rtl .col:last-child .title,
body .row_rtl .col-wrap:last-child .title {
  font-size: 50px;
  padding-bottom: 50px;
  line-height: 1.2;
  position: relative;
  font-weight: 700;
  margin-bottom: 45px;
}
@media screen and (max-width: 1920px) {
  body .row_rtl .col:last-child .title,
  body .row_rtl .col-wrap:last-child .title {
    font-size: 60px;
    padding-bottom: 40px;
    line-height: 1.23;
  }
  body .row_rtl .col:last-child .title:before,
  body .row_rtl .col-wrap:last-child .title:before {
    height: 16px !important;
    width: 60px !important;
  }
}
@media screen and (max-width: 1600px) {
  body .row_rtl .col:last-child .title,
  body .row_rtl .col-wrap:last-child .title {
    font-size: 50px;
    padding-bottom: 32px;
    margin-bottom: 29px;
  }
  body .row_rtl .col:last-child .title:before,
  body .row_rtl .col-wrap:last-child .title:before {
    height: 13px !important;
    width: 53px !important;
  }
}
@media screen and (max-width: 1440px) {
  body .row_rtl .col:last-child .title,
  body .row_rtl .col-wrap:last-child .title {
    font-size: 44px;
    padding-bottom: 27px;
    margin-bottom: 25px;
    line-height: 1.1;
  }
  body .row_rtl .col:last-child .title:before,
  body .row_rtl .col-wrap:last-child .title:before {
    height: 11px !important;
    width: 47px !important;
  }
}
@media screen and (max-width: 1024px) {
  body .row_rtl .col:last-child .title,
  body .row_rtl .col-wrap:last-child .title {
    font-size: 37px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  body .row_rtl .col:last-child .title:before,
  body .row_rtl .col-wrap:last-child .title:before {
    height: 9px !important;
    width: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  body .row_rtl .col:last-child .title,
  body .row_rtl .col-wrap:last-child .title {
    font-size: 33px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  body .row_rtl .col:last-child .title:before,
  body .row_rtl .col-wrap:last-child .title:before {
    height: 9px !important;
    width: 35px !important;
  }
}
@media screen and (max-width: 600px) {
  body .row_rtl .col:last-child .title,
  body .row_rtl .col-wrap:last-child .title {
    font-size: 27px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  body .row_rtl .col:last-child .title:before,
  body .row_rtl .col-wrap:last-child .title:before {
    height: 7px !important;
    width: 30px !important;
  }
}
body .row_rtl .col:last-child .title:before,
body .row_rtl .col-wrap:last-child .title:before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 75px;
  height: 18px;
  background-color: #263d79;
}
body .row_rtl .col:last-child .title.cwhite,
body .row_rtl .col-wrap:last-child .title.cwhite {
  color: #fff !important;
}
body .row_rtl .col:last-child .title.cwhite:before,
body .row_rtl .col-wrap:last-child .title.cwhite:before {
  background-color: #fff !important;
}
body .row_rtl .col:last-child .has-check,
body .row_rtl .col-wrap:last-child .has-check {
  line-height: 1.3;
  display: flex;
}
body .row_rtl .col:last-child .has-check svg,
body .row_rtl .col-wrap:last-child .has-check svg {
  font-size: 30px;
  color: #ff9900;
  margin-right: 10px;
}
@media screen and (max-width: 1920px) {
  body .row_rtl .col:last-child .has-check svg,
  body .row_rtl .col-wrap:last-child .has-check svg {
    font-size: 25px;
  }
}
@media screen and (max-width: 1600px) {
  body .row_rtl .col:last-child .has-check svg,
  body .row_rtl .col-wrap:last-child .has-check svg {
    font-size: 21px;
  }
}
@media screen and (max-width: 1440px) {
  body .row_rtl .col:last-child .has-check svg,
  body .row_rtl .col-wrap:last-child .has-check svg {
    font-size: 19px;
  }
}
@media screen and (max-width: 1366px) {
  body .row_rtl .col:last-child .has-check svg,
  body .row_rtl .col-wrap:last-child .has-check svg {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  body .row_rtl .col:last-child .has-check svg,
  body .row_rtl .col-wrap:last-child .has-check svg {
    font-size: 17px;
  }
}
body .row_rtl .carousel_wrap > div:fist-child {
  width: 33.33% !important;
}
body .row_rtl .carousel_wrap .col-right {
  width: 66.66% !important;
  right: -13.33% !important;
}
@media screen and (max-width: 1920px) {
  body .row_rtl .carousel_wrap .col-right {
    right: -9.88% !important;
  }
}
@media screen and (max-width: 1600px) {
  body .row_rtl .carousel_wrap .col-right {
    right: -9% !important;
  }
}
@media screen and (max-width: 1536px) {
  body .row_rtl .carousel_wrap .col-right {
    right: -9.22% !important;
  }
}
@media screen and (max-width: 1440px) {
  body .row_rtl .carousel_wrap .col-right {
    right: -8.33% !important;
  }
}
@media screen and (max-width: 1366px) {
  body .row_rtl .carousel_wrap .col-right {
    right: -6.99% !important;
  }
}
@media screen and (max-width: 1280px) {
  body .row_rtl .carousel_wrap .col-right {
    right: -9.66% !important;
  }
}
@media screen and (max-width: 1024px) {
  body .row_rtl .carousel_wrap .col-right {
    right: -7.66% !important;
  }
}
@media screen and (max-width: 991px) {
  body .row_rtl .carousel_wrap .col-right {
    right: -12.44% !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  body .row_rtl .carousel_wrap .col-right {
    right: -2.66% !important;
  }
}
@media screen and (max-width: 768px) {
  body .row_rtl .carousel_wrap .col-right {
    right: -7.44% !important;
  }
}
@media screen and (max-width: 660px) {
  body .row_rtl .carousel_wrap .col-right {
    right: 0 !important;
  }
}
body .row_rtl .hover_scale {
  @inlcude tranistion(0.5s);
}
body .row_rtl .hover_scale:hover {
  transform: scale(1.05);
}
body .owl-stage-outer .owl-stage .owl-item {
  float: left;
}
body .custom_modal {
  display: none !important;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  height: 100vh;
  transition: 0.2s;
}
body .custom_modal.show {
  display: flex !important;
  align-items: center;
}
body .custom_modal .modal-dialog {
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 1920px) {
  body .custom_modal .modal-dialog {
    width: 800px;
  }
}
@media screen and (max-width: 1600px) {
  body .custom_modal .modal-dialog {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  body .custom_modal .modal-dialog {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  body .custom_modal .modal-dialog {
    width: 100%;
    align-items: unset !important;
    justify-content: unset !important;
  }
}
body .custom_modal .modal-content {
  position: relative;
  border-radius: 0 !important;
  padding: 70px !important;
  background-color: #263d79;
}
@media screen and (max-width: 1920px) {
  body .custom_modal .modal-content {
    padding: 60px !important;
  }
}
@media screen and (max-width: 1600px) {
  body .custom_modal .modal-content {
    padding: 50px !important;
  }
}
@media screen and (max-width: 1366px) {
  body .custom_modal .modal-content {
    padding: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  body .custom_modal .modal-content {
    overflow-y: auto;
  }
}
body .custom_modal .modal-content h3 {
  color: #fff;
  padding-bottom: 30px;
  font-size: 30px;
}
@media screen and (max-width: 1600px) {
  body .custom_modal .modal-content h3 {
    font-size: 27px;
  }
}
@media screen and (max-width: 1366px) {
  body .custom_modal .modal-content h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  body .custom_modal .modal-content h3 {
    font-size: 18px;
  }
}
body .custom_modal .modal-content p {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  body .custom_modal .modal-content p {
    font-size: 15px;
  }
}
body .custom_modal .modal-content .item-rating {
  color: #6d6d6d;
  margin-bottom: 10px;
}
body .custom_modal .modal-content .item-rating .active {
  color: #fff;
}
body .custom_modal .modal-content .close {
  position: absolute;
  top: -20px;
  right: -20px;
  color: #fff;
  font-size: 25px;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  body .custom_modal .modal-content .close {
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) {
  body .custom_modal .modal-content .close {
    font-size: 15px;
    top: -15px;
    right: -15px;
  }
}
body .custom_modal .modal-content .testi-content .testi-txt {
  color: #fff;
}
body .custom_modal .modal-content .testi-content .item-content-wrap {
  color: #fff;
}
body .custom_modal .modal-content .testi-content .item-content-wrap svg {
  width: 1em;
  font-size: 23px;
  display: inline;
}
body .custom_modal .modal-content .testi-content .item-content-wrap svg.fa-quote-left {
  margin-right: 5px;
}
body .custom_modal .modal-content .testi-content .item-content-wrap svg.fa-quote-right {
  margin-left: 5px;
}
@media screen and (max-width: 1920px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap svg {
    font-size: 22px;
  }
}
@media screen and (max-width: 1600px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap svg {
    font-size: 20px;
  }
}
@media screen and (max-width: 1536px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap svg {
    font-size: 19px;
  }
}
@media screen and (max-width: 1440px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap svg {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap svg {
    font-size: 17px;
  }
}
@media screen and (max-width: 1280px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap svg {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap svg {
    font-size: 15px;
  }
}
@media screen and (max-width: 990px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap svg {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap svg {
    font-size: 14px;
  }
}
body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt,
body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt p {
  font-size: 23px;
  font-weight: 300;
  display: inline;
}
@media screen and (max-width: 1920px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt,
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt p {
    font-size: 21px;
  }
}
@media screen and (max-width: 1600px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt,
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt p {
    font-size: 18px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 1536px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt,
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt p {
    font-size: 17px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1440px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt,
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1366px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt,
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt p {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 1280px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt,
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1024px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt,
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt p {
    font-size: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 990px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt,
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt p {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt,
  body .custom_modal .modal-content .testi-content .item-content-wrap .testi-txt p {
    font-size: 12px;
  }
}
body .custom_modal .modal-content .whb-content .whb-txt {
  color: #fff;
}
body .custom_modal .modal-content .whb-content .whb-author {
  padding-bottom: 10px !important;
}
body .custom_modal .modal-content .whb-content .item-content-wrap {
  color: #fff;
}
body .custom_modal .modal-content .whb-content .item-content-wrap svg {
  width: 1em;
  font-size: 23px;
  display: inline;
}
@media screen and (max-width: 1920px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap svg {
    font-size: 22px;
  }
}
@media screen and (max-width: 1600px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap svg {
    font-size: 20px;
  }
}
@media screen and (max-width: 1536px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap svg {
    font-size: 19px;
  }
}
@media screen and (max-width: 1440px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap svg {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap svg {
    font-size: 17px;
  }
}
@media screen and (max-width: 1280px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap svg {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap svg {
    font-size: 15px;
  }
}
@media screen and (max-width: 990px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap svg {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap svg {
    font-size: 14px;
  }
}
body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt,
body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt p {
  font-size: 23px;
  font-weight: 300;
  display: inline;
  display: block;
}
@media screen and (max-width: 1920px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt,
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt p {
    font-size: 21px;
  }
}
@media screen and (max-width: 1600px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt,
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt p {
    font-size: 18px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 1536px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt,
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt p {
    font-size: 17px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1440px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt,
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1366px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt,
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt p {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 1280px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt,
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1024px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt,
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt p {
    font-size: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 990px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt,
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt p {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt,
  body .custom_modal .modal-content .whb-content .item-content-wrap .whb-txt p {
    font-size: 12px;
  }
}
body .custom_modal .modal-content .dss-content .dss-txt {
  color: #fff;
}
body .custom_modal .modal-content .dss-content .dss-author {
  padding-bottom: 10px !important;
}
body .custom_modal .modal-content .dss-content .item-content-wrap {
  color: #fff;
}
body .custom_modal .modal-content .dss-content .item-content-wrap svg {
  width: 1em;
  font-size: 23px;
  display: inline;
}
@media screen and (max-width: 1920px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap svg {
    font-size: 22px;
  }
}
@media screen and (max-width: 1600px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap svg {
    font-size: 20px;
  }
}
@media screen and (max-width: 1536px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap svg {
    font-size: 19px;
  }
}
@media screen and (max-width: 1440px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap svg {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap svg {
    font-size: 17px;
  }
}
@media screen and (max-width: 1280px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap svg {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap svg {
    font-size: 15px;
  }
}
@media screen and (max-width: 990px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap svg {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap svg {
    font-size: 14px;
  }
}
body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt,
body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt p {
  font-size: 23px;
  font-weight: 300;
  display: inline;
  display: block;
}
@media screen and (max-width: 1920px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt,
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt p {
    font-size: 21px;
  }
}
@media screen and (max-width: 1600px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt,
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt p {
    font-size: 18px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 1536px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt,
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt p {
    font-size: 17px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1440px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt,
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1366px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt,
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt p {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 1280px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt,
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1024px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt,
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt p {
    font-size: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 990px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt,
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt p {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt,
  body .custom_modal .modal-content .dss-content .item-content-wrap .dss-txt p {
    font-size: 12px;
  }
}
body .custom_modal .modal-content form input, body .custom_modal .modal-content form textarea {
  color: #fff !important;
  padding-left: 0 !important;
  border-bottom: 2px solid #6077aa !important;
  outline: none;
  padding-bottom: 10px !important;
  padding-top: 0 !important;
  margin-bottom: 10px !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 1;
  overflow: hidden !important;
  background-color: #263d79 !important;
}
body .custom_modal .modal-content form input::-moz-placeholder, body .custom_modal .modal-content form textarea::-moz-placeholder {
  color: #fff !important;
  font-size: 17px !important;
  opacity: 1;
  font-weight: 300 !important;
  line-height: 1;
}
body .custom_modal .modal-content form input::placeholder, body .custom_modal .modal-content form textarea::placeholder {
  color: #fff !important;
  font-size: 17px !important;
  opacity: 1;
  font-weight: 300 !important;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  body .custom_modal .modal-content form input, body .custom_modal .modal-content form textarea {
    margin-bottom: 5px !important;
    font-size: 20px !important;
  }
  body .custom_modal .modal-content form input::-moz-placeholder, body .custom_modal .modal-content form textarea::-moz-placeholder {
    font-size: 20px !important;
  }
  body .custom_modal .modal-content form input::placeholder, body .custom_modal .modal-content form textarea::placeholder {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 1600px) {
  body .custom_modal .modal-content form input, body .custom_modal .modal-content form textarea {
    margin-bottom: 0 !important;
    font-size: 15px !important;
  }
  body .custom_modal .modal-content form input::-moz-placeholder, body .custom_modal .modal-content form textarea::-moz-placeholder {
    font-size: 15px !important;
  }
  body .custom_modal .modal-content form input::placeholder, body .custom_modal .modal-content form textarea::placeholder {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1536px) {
  body .custom_modal .modal-content form input, body .custom_modal .modal-content form textarea {
    font-size: 14px !important;
  }
  body .custom_modal .modal-content form input::-moz-placeholder, body .custom_modal .modal-content form textarea::-moz-placeholder {
    font-size: 14px !important;
  }
  body .custom_modal .modal-content form input::placeholder, body .custom_modal .modal-content form textarea::placeholder {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1440px) {
  body .custom_modal .modal-content form input, body .custom_modal .modal-content form textarea {
    font-size: 15px !important;
  }
  body .custom_modal .modal-content form input::-moz-placeholder, body .custom_modal .modal-content form textarea::-moz-placeholder {
    font-size: 15px !important;
  }
  body .custom_modal .modal-content form input::placeholder, body .custom_modal .modal-content form textarea::placeholder {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1366px) {
  body .custom_modal .modal-content form input, body .custom_modal .modal-content form textarea {
    font-size: 12px !important;
  }
  body .custom_modal .modal-content form input::-moz-placeholder, body .custom_modal .modal-content form textarea::-moz-placeholder {
    font-size: 12px !important;
  }
  body .custom_modal .modal-content form input::placeholder, body .custom_modal .modal-content form textarea::placeholder {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 1024px) {
  body .custom_modal .modal-content form input, body .custom_modal .modal-content form textarea {
    padding-bottom: 7px !important;
  }
}
body .custom_modal .modal-content form textarea {
  resize: none;
  height: 160px !important;
}
@media screen and (max-width: 1920px) {
  body .custom_modal .modal-content form textarea {
    height: 145px !important;
  }
}
@media screen and (max-width: 1600px) {
  body .custom_modal .modal-content form textarea {
    height: 135px !important;
  }
}
@media screen and (max-width: 1536px) {
  body .custom_modal .modal-content form textarea {
    height: 125px !important;
  }
}
@media screen and (max-width: 1440px) {
  body .custom_modal .modal-content form textarea {
    height: 105px !important;
  }
}
@media screen and (max-width: 1366px) {
  body .custom_modal .modal-content form textarea {
    height: 96px !important;
  }
}
@media screen and (max-width: 1280px) {
  body .custom_modal .modal-content form textarea {
    height: 86px !important;
  }
}
@media screen and (max-width: 1024px) {
  body .custom_modal .modal-content form textarea {
    height: 75px !important;
  }
}
body .custom_modal .modal-content form button.wp-button {
  background-color: #fff !important;
  color: #3a3a3a !important;
  margin-top: 20px;
  font-size: 13px !important;
  padding: 15px 30px;
}
body .custom_modal .modal-content form button.wp-button svg {
  font-size: inherit !important;
}
@media screen and (max-width: 1280px) {
  body .custom_modal .modal-content form button.wp-button {
    margin-top: 57px;
  }
}
@media screen and (max-width: 1366px) {
  body .custom_modal .modal-content form button.wp-button {
    padding: 10px 23px;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 1024px) {
  body .custom_modal .modal-content form button.wp-button {
    padding: 10px 23px;
    font-size: 10px !important;
  }
}
body .custom_modal .modal-content form p {
  line-height: 1 !important;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  body .custom_modal .modal-content form p {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1536px) {
  body .custom_modal .modal-content form p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1440px) {
  body .custom_modal .modal-content form p {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 1366px) {
  body .custom_modal .modal-content form p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  body .custom_modal .modal-content form p {
    margin-bottom: 9px;
  }
}
body .custom_modal .modal-content form .wpcf7-not-valid-tip {
  bottom: -17px !important;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body .custom_modal .modal-content form .wpcf7-not-valid-tip {
    bottom: -17px !important;
  }
}
body .custom_modal .modal-content form .wpcf7-response-output {
  color: #fff;
  font-weight: 300;
}
body .custom_modal .modal-content form .ajax-loader {
  position: absolute;
  bottom: 0;
  right: 0;
}
body .custom_modal.show {
  opacity: 1 !important;
  z-index: 999999;
  overflow-y: auto;
}
body .custom_modal.show .modal-wrapper {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  body .col_img_wrap .wp-block-column {
    margin: 0 0 20px 0;
    padding: 0;
  }
  body .col_img_wrap .wp-block-column:last-child {
    margin-top: 0 !important;
  }
}
body .col_img_wrap .wp-block-column .wp-block-image {
  position: relative;
  padding-top: 80%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body .col_img_wrap .wp-block-column .wp-block-image {
    padding-top: 50%;
  }
}
body .col_img_wrap .wp-block-column .wp-block-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .col_img_wrap .op_left .wp-block-image img {
  -o-object-position: left !important;
     object-position: left !important;
}
body .col_img_wrap .op_right .wp-block-image img {
  -o-object-position: right !important;
     object-position: right !important;
}
body .ic_wrap {
  position: relative;
  height: 534px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  body .ic_wrap {
    height: 400px;
  }
}
@media screen and (max-width: 1366px) {
  body .ic_wrap {
    height: 380px;
  }
}
@media screen and (max-width: 1280px) {
  body .ic_wrap {
    height: 330px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  body .ic_wrap {
    height: 275px;
  }
}
@media screen and (max-width: 991px) {
  body .ic_wrap {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  body .ic_wrap {
    height: 215px;
  }
}
@media screen and (max-width: 414px) {
  body .ic_wrap {
    height: 188px;
  }
}
body .ic_wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
body .ic_wrap .handle:after {
  display: none;
}
body .ic_wrap .txt {
  position: absolute;
  right: 80px;
  top: 44%;
  color: #fff;
  font-size: 25px;
  padding: 18px 34px;
  line-height: 1;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
  width: -moz-max-content;
  width: max-content;
}
body .ic_wrap .txt.txt-after {
  right: unset;
  left: 80px;
  display: table;
}
@media screen and (max-width: 1920px) {
  body .ic_wrap .txt {
    font-size: 20px;
    top: 45%;
  }
}
@media screen and (max-width: 1600px) {
  body .ic_wrap .txt {
    font-size: 17px;
    padding: 15px 28px;
    right: 70px;
  }
  body .ic_wrap .txt.txt-after {
    left: 70px !important;
  }
}
@media screen and (max-width: 1280px) {
  body .ic_wrap .txt {
    font-size: 13px;
    padding: 10px 23px;
    right: 60px !important;
  }
  body .ic_wrap .txt.txt-after {
    left: 60px !important;
  }
}
@media screen and (max-width: 480px) {
  body .ic_wrap .txt {
    font-size: 10px;
    top: 44%;
    padding: 10px 20px;
    right: 50px !important;
  }
  body .ic_wrap .txt.txt-after {
    left: 50px !important;
  }
}
@media screen and (max-width: 375px) {
  body .ic_wrap .txt {
    top: 44%;
  }
}
@media screen and (max-width: 360px) {
  body .ic_wrap .txt {
    right: 30px !important;
    top: 42%;
  }
  body .ic_wrap .txt.txt-after {
    left: 30px !important;
  }
}
body .ic_wrap .nav-wrap {
  background-color: #fff;
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
@media screen and (max-width: 1920px) {
  body .ic_wrap .nav-wrap {
    width: 70px;
    height: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
  }
  body .ic_wrap .nav-wrap svg {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1600px) {
  body .ic_wrap .nav-wrap {
    width: 55px;
    height: 55px;
    top: calc(50% - 27px);
    left: calc(50% - 27px);
  }
  body .ic_wrap .nav-wrap svg {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1280px) {
  body .ic_wrap .nav-wrap {
    width: 45px;
    height: 45px;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
  }
  body .ic_wrap .nav-wrap svg {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 480px) {
  body .ic_wrap .nav-wrap {
    width: 33px;
    height: 33px;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
  }
  body .ic_wrap .nav-wrap svg {
    font-size: 10px !important;
  }
}
body .ic_wrap .nav-wrap .nav-prev,
body .ic_wrap .nav-wrap .nav-next {
  display: block;
  width: inherit;
  height: inherit;
  z-index: 999;
  background: none;
  outline: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .ic_wrap .nav-wrap .nav-prev svg,
body .ic_wrap .nav-wrap .nav-next svg {
  font-size: 20px;
  color: #ff9900;
}
body .swipe-nav {
  margin-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  body .swipe-nav {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1440px) {
  body .swipe-nav {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  body .swipe-nav {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  body .swipe-nav {
    margin-bottom: 30px;
  }
}
body .swipe-nav ul {
  display: flex;
  justify-content: center;
  margin: auto 0;
  padding: 0;
  list-style: none;
}
body .swipe-nav ul li {
  float: left;
  display: flex;
  align-items: center;
  color: #ff9900;
}
body .swipe-nav ul li svg {
  font-size: 40px;
}
@media screen and (max-width: 1920px) {
  body .swipe-nav ul li svg {
    font-size: 37px;
  }
}
@media screen and (max-width: 1600px) {
  body .swipe-nav ul li svg {
    font-size: 34px;
  }
}
@media screen and (max-width: 1280px) {
  body .swipe-nav ul li svg {
    font-size: 29px;
  }
}
@media screen and (max-width: 1024px) {
  body .swipe-nav ul li svg {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  body .swipe-nav ul li svg {
    font-size: 20px;
  }
}
body .swipe-nav ul li svg.fa-hand-paper {
  font-size: 50px !important;
  margin: 0 40px;
}
@media screen and (max-width: 1920px) {
  body .swipe-nav ul li svg.fa-hand-paper {
    font-size: 45px !important;
    margin: 0 35px;
  }
}
@media screen and (max-width: 1600px) {
  body .swipe-nav ul li svg.fa-hand-paper {
    font-size: 40px !important;
    margin: 0 32px;
  }
}
@media screen and (max-width: 1280px) {
  body .swipe-nav ul li svg.fa-hand-paper {
    font-size: 35px !important;
    margin: 0 27px;
  }
}
@media screen and (max-width: 1024px) {
  body .swipe-nav ul li svg.fa-hand-paper {
    font-size: 30px !important;
    margin: 0 25px;
  }
}
@media screen and (max-width: 480px) {
  body .swipe-nav ul li svg.fa-hand-paper {
    font-size: 25px !important;
    margin: 0 20px;
  }
}
body .swipe-nav p {
  padding: 0;
  margin: 0;
  margin-top: 15px;
  text-align: center;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #ff9900;
}
@media screen and (max-width: 768px) {
  body .swipe-nav p {
    margin-top: 10px;
  }
}

.row_hero .owl-carousel {
  overflow: hidden;
}
.row_hero .owl-carousel .owl-stage {
  min-width: 10000px;
}
.row_hero .owl-carousel .owl-stage:after {
  display: block;
  clear: both;
  content: "";
}
.row_hero .owl-carousel .owl-stage .owl-item .item {
  display: block !important;
}
.row_hero .owl-carousel .item {
  position: relative;
  display: none;
}
.row_hero .owl-carousel .item.item-0 {
  display: block;
}
.row_hero .owl-carousel .item .content {
  position: absolute;
  font-family: "Montserrat";
  top: 36%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .row_hero .owl-carousel .item .content {
    top: 33%;
  }
}
@media screen and (max-width: 660px) {
  .row_hero .owl-carousel .item .content {
    top: 30%;
    padding: 0 8%;
  }
}
@media screen and (max-width: 480px) {
  .row_hero .owl-carousel .item .content {
    top: 20%;
    padding: 0 7%;
  }
}
@media screen and (max-width: 376px) {
  .row_hero .owl-carousel .item .content {
    top: 17%;
    padding: 0 6%;
  }
}
.row_hero .owl-carousel .item .content .title {
  font-size: 50px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .row_hero .owl-carousel .item .content .title {
    font-size: 18px !important;
  }
  .row_hero .owl-carousel .item .content .title span {
    display: block;
  }
}
@media screen and (max-width: 376px) {
  .row_hero .owl-carousel .item .content .title {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 360px) {
  .row_hero .owl-carousel .item .content .title {
    font-size: 15px !important;
  }
}
.row_hero .owl-carousel .item .content .title span {
  color: #ff9900;
}
.row_hero .owl-carousel .item .content p {
  font-size: 33px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .row_hero .owl-carousel .item .content p {
    font-size: 28px !important;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1536px) {
  .row_hero .owl-carousel .item .content p {
    font-size: 27px !important;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1440px) {
  .row_hero .owl-carousel .item .content p {
    font-size: 26px !important;
    line-height: 1;
  }
}
@media screen and (max-width: 1366px) {
  .row_hero .owl-carousel .item .content p {
    font-size: 26px !important;
    line-height: 1;
  }
}
@media screen and (max-width: 1280px) {
  .row_hero .owl-carousel .item .content p {
    font-size: 22px !important;
    line-height: 1;
  }
}
@media screen and (max-width: 1024px) {
  .row_hero .owl-carousel .item .content p {
    font-size: 20px !important;
    line-height: 0.8;
  }
}
@media screen and (max-width: 991px) {
  .row_hero .owl-carousel .item .content p {
    font-size: 17px !important;
    line-height: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .row_hero .owl-carousel .item .content p {
    font-size: 17px !important;
    line-height: 0.8;
  }
}
@media screen and (max-width: 660px) {
  .row_hero .owl-carousel .item .content p {
    font-size: 15px !important;
    line-height: 0.6;
  }
}
@media screen and (max-width: 415px) {
  .row_hero .owl-carousel .item .content p {
    font-size: 12px !important;
    line-height: 0;
  }
}
@media screen and (max-width: 376px) {
  .row_hero .owl-carousel .item .content p {
    font-size: 10px !important;
    line-height: 0;
  }
}
.row_hero .owl-carousel .item .content button {
  margin-top: 80px;
}
.row_hero .owl-carousel .item .content button a {
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .row_hero .owl-carousel .item .content button {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1600px) {
  .row_hero .owl-carousel .item .content button {
    margin-top: 65px;
  }
}
@media screen and (max-width: 1536px) {
  .row_hero .owl-carousel .item .content button {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  .row_hero .owl-carousel .item .content button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .row_hero .owl-carousel .item .content button {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1280px) {
  .row_hero .owl-carousel .item .content button {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .row_hero .owl-carousel .item .content button {
    margin-top: 34px;
  }
}
@media screen and (max-width: 768px) {
  .row_hero .owl-carousel .item .content button {
    margin-top: 32px;
  }
}
@media screen and (max-width: 480px) {
  .row_hero .owl-carousel .item .content button {
    margin-top: 30px;
    font-size: 9px;
    padding: 7px 17px;
  }
  .row_hero .owl-carousel .item .content button svg {
    font-size: 14px !important;
    margin-left: 10px;
  }
}
@media screen and (max-width: 376px) {
  .row_hero .owl-carousel .item .content button {
    margin-top: 25px;
    font-size: 9px;
    padding: 7px 17px;
  }
  .row_hero .owl-carousel .item .content button svg {
    font-size: 14px !important;
    margin-left: 10px;
  }
}
.row_hero .owl-carousel .owl-nav,
.row_hero .owl-carousel .owl-dots {
  display: none;
}

.row_welcome p {
  font-weight: 500;
}
.row_welcome .col-services {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1920px) {
  .row_welcome .col-services p {
    line-height: 1.3 !important;
    font-size: 27px !important;
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 1600px) {
  .row_welcome .col-services {
    flex-wrap: wrap;
    display: flex;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .row_welcome .col-services .wp-block-column {
    flex-basis: 47%;
    margin: 0;
    margin-bottom: 2em;
  }
  .row_welcome .col-services .wp-block-column:nth-child(2n+2) {
    margin-left: 2em;
  }
  .row_welcome .col-services p {
    line-height: 1.3 !important;
    font-size: 27px !important;
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 1600px) {
  .row_welcome .col-services {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .row_welcome .col-services {
    margin-top: 55px;
    margin-bottom: 55px;
    display: flex !important;
  }
  .row_welcome .col-services p {
    line-height: 1.3 !important;
    font-size: 25px !important;
  }
}
@media screen and (max-width: 599px) {
  .row_welcome .col-services {
    margin-top: 50px;
    margin-bottom: 50px;
    display: block !important;
  }
  .row_welcome .col-services .wp-block-column {
    margin-left: auto !important;
    width: 190px;
    margin-right: auto;
  }
}
.row_welcome .col-services .wp-block-column {
  padding: 50px 25px 50px 25px;
}
.row_welcome .col-services .wp-block-column .wp-block-image {
  text-align: center;
}
.row_welcome .col-services .wp-block-column .wp-block-image img {
  width: 40%;
}
@media screen and (max-width: 1920px) {
  .row_welcome .col-services .wp-block-column .wp-block-image img {
    width: 75px;
  }
}
@media screen and (max-width: 1600px) {
  .row_welcome .col-services .wp-block-column .wp-block-image img {
    width: 65px;
  }
}
@media screen and (max-width: 1536px) {
  .row_welcome .col-services .wp-block-column .wp-block-image img {
    width: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .row_welcome .col-services .wp-block-column .wp-block-image img {
    width: 55px;
  }
}
.row_welcome .col-services .wp-block-column p {
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
  padding-top: 20px;
}
@media screen and (max-width: 1600px) {
  .row_welcome .col-services .bg-orange {
    max-width: 257px;
  }
}
@media screen and (max-width: 1280px) {
  .row_welcome .col-services .bg-orange {
    max-width: 228px;
  }
}
@media screen and (max-width: 991px) {
  .row_welcome .col-services .bg-orange {
    max-width: 216px;
  }
}
@media screen and (max-width: 768px) {
  .row_welcome .col-services .bg-orange {
    max-width: 194px;
  }
}
.row_welcome .col-services .bg-orange p {
  font-size: 22px !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 1920px) {
  .row_welcome .col-services .bg-orange p {
    font-size: 23px !important;
    padding-top: 18px !important;
  }
}
@media screen and (max-width: 1600px) {
  .row_welcome .col-services .bg-orange p {
    font-size: 22px !important;
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 1536px) {
  .row_welcome .col-services .bg-orange p {
    font-size: 19px !important;
    padding-top: 13px !important;
  }
}
@media screen and (max-width: 1440px) {
  .row_welcome .col-services .bg-orange p {
    font-size: 17px !important;
    padding-top: 11px !important;
  }
}
@media screen and (max-width: 1366px) {
  .row_welcome .col-services .bg-orange p {
    font-size: 15px !important;
    padding-top: 9px !important;
  }
}
@media screen and (max-width: 1920px) {
  .row_welcome .col-gallery {
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 991px) {
  .row_welcome .col-gallery {
    display: flex !important;
  }
}
.row_welcome .wp-button {
  margin-bottom: 110px;
}
@media screen and (max-width: 1920px) {
  .row_welcome .wp-button {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1440px) {
  .row_welcome .wp-button {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 991px) {
  .row_welcome .wp-button {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .row_welcome {
    margin-top: 50px !important;
  }
}

.row_design {
  background-image: url("../images/bg-design.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left -319px;
  padding-top: 165px;
}
.row_design p {
  font-weight: 500;
}
@media screen and (max-width: 1920px) {
  .row_design {
    margin-top: 0 !important;
    padding-top: 165px;
  }
}
@media screen and (max-width: 1600px) {
  .row_design {
    padding-top: 155px;
  }
}
@media screen and (max-width: 1366px) {
  .row_design {
    padding-top: 145px;
  }
}
@media screen and (max-width: 1280px) {
  .row_design {
    padding-top: 135px;
  }
}
@media screen and (max-width: 1024px) {
  .row_design {
    padding-top: 125px;
  }
}
@media screen and (max-width: 991px) {
  .row_design {
    padding-top: 115px;
  }
}
@media screen and (max-width: 767px) {
  .row_design {
    padding-top: 50px !important;
  }
}
.row_design .col-wrap p {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 60px;
}
.row_design .col-wrap .wp-button {
  margin-bottom: 100px;
}
.row_design .wp-block-group.container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .row_design .wp-block-group.container {
    display: table;
  }
}
.row_design .wp-block-group.container .wp-button {
  pointer-events: all !important;
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.row_design .wp-block-group.container .wp-button svg {
  display: table;
  vertical-align: middle;
}
.row_design .carousel_wrap {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .row_design .carousel_wrap .owl-stage .owl-item .item .content {
    padding: 50px 39px;
  }
}
@media screen and (max-width: 1367px) {
  .row_design .carousel_wrap .owl-stage .owl-item .item .content {
    padding: 48px 38px;
  }
}
@media screen and (max-width: 1280px) {
  .row_design .carousel_wrap .owl-stage .owl-item .item .content {
    padding: 45px 36px;
  }
}
@media screen and (max-width: 1024px) {
  .row_design .carousel_wrap .owl-stage .owl-item .item .content {
    padding: 45px 41px;
  }
}
@media screen and (max-width: 1600px) {
  .row_design .carousel_wrap .owl-stage .owl-item .item .content p {
    min-height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .row_design .carousel_wrap .owl-stage .owl-item .item .content .title {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .row_design .carousel_wrap .owl-stage .owl-item .item .content .title {
    width: 100%;
  }
}
@media screen and (max-width: 1367px) {
  .row_design .carousel_wrap .owl-stage .owl-item .item .content .desc-wrap {
    min-height: 105px;
  }
}
@media screen and (max-width: 1280px) {
  .row_design .carousel_wrap .owl-stage .owl-item .item .content .desc-wrap {
    min-height: 88px;
  }
}
@media screen and (max-width: 1024px) {
  .row_design .carousel_wrap .owl-stage .owl-item .item .content .desc-wrap {
    min-height: 119px;
  }
}
@media screen and (max-width: 991px) {
  .row_design .carousel_wrap .owl-stage .owl-item .item .content .desc-wrap {
    min-height: 100px;
  }
}
@media screen and (max-width: 660px) {
  .row_design .carousel_wrap .owl-stage .owl-item .item .content .desc-wrap {
    min-height: auto;
  }
}
.row_design .carousel_wrap .owl-stage .owl-item .item .content .desc-wrap .read-dss:hover {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .row_design .carousel_wrap .owl-stage .owl-item .item .content .desc-wrap .read-txt {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .row_design .carousel_wrap .owl-stage .owl-item .item .content .desc-wrap .read-txt {
    display: inline-block;
  }
}
.row_design .wp-block-column.col-right {
  overflow: hidden;
  position: relative;
  right: -12%;
  top: 0;
}

.row_mission p {
  font-weight: 500;
}
.row_mission .col-wrap p {
  margin-top: 50px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .row_builder {
    margin-top: 20px !important;
  }
}
.row_builder .col-wrap p {
  margin-top: 45px;
}
@media screen and (max-width: 1600px) {
  .row_builder .col-wrap p {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1536px) {
  .row_builder .col-wrap p {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .row_builder .col-wrap p {
    margin-top: 38px;
  }
}
.row_builder .col-wrap p.txt-call {
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 1.2;
}
@media screen and (max-width: 1920px) {
  .row_builder .col-wrap p.txt-call {
    line-height: 1.2 !important;
  }
}
@media screen and (max-width: 1600px) {
  .row_builder .col-wrap p.txt-call {
    line-height: 1.2 !important;
  }
}
@media screen and (max-width: 1440px) {
  .row_builder .col-wrap p.txt-call {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
}
@media screen and (max-width: 1280px) {
  .row_builder .col-wrap p.txt-call {
    font-size: 28px !important;
    line-height: 1.1 !important;
  }
}
@media screen and (max-width: 1024px) {
  .row_builder .col-wrap p.txt-call {
    font-size: 25px !important;
    line-height: 1.1 !important;
  }
}
@media screen and (max-width: 991px) {
  .row_builder .col-wrap p.txt-call {
    font-size: 23px !important;
    line-height: 1.1 !important;
  }
}
@media screen and (max-width: 600px) {
  .row_builder .col-wrap p.txt-call {
    font-size: 20px !important;
    line-height: 1.1 !important;
  }
}
@media screen and (max-width: 360px) {
  .row_builder .col-wrap p.txt-call {
    font-size: 18px !important;
    line-height: 1.1 !important;
  }
}
.row_builder .col-wrap p.txt-call strong {
  display: block;
  font-weight: 700;
}

.row_why_us {
  background-image: url("../images/bg-why-us.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 180px;
  padding-bottom: 180px;
}
.row_why_us p {
  font-weight: 500;
}
@media screen and (max-width: 1920px) {
  .row_why_us {
    padding-top: 165px;
    padding-bottom: 165px;
  }
}
@media screen and (max-width: 1600px) {
  .row_why_us {
    padding-top: 155px;
    padding-bottom: 155px;
  }
}
@media screen and (max-width: 1366px) {
  .row_why_us {
    padding-top: 145px;
    padding-bottom: 145px;
  }
}
@media screen and (max-width: 1280px) {
  .row_why_us {
    padding-top: 135px;
    padding-bottom: 135px;
  }
}
@media screen and (max-width: 1024px) {
  .row_why_us {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 991px) {
  .row_why_us {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}
@media screen and (max-width: 767px) {
  .row_why_us {
    margin-top: 20px !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.row_why_us .col-wrap p {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 60px;
}
.row_why_us .col-wrap .wp-button {
  margin-bottom: 120px;
}
.row_why_us .carousel_wrap {
  position: relative;
}
.row_why_us .carousel_wrap .gen_carousel .item {
  box-shadow: none !important;
}
.row_why_us .carousel_wrap .gen_carousel .item a {
  pointer-events: all !important;
}
.row_why_us .carousel_wrap .gen_carousel .item .content {
  display: table;
  padding: 80px 100px;
}
@media screen and (min-width: 1921px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content {
    padding: 76px 80px;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content .title {
    font-size: 35px !important;
  }
}
@media screen and (min-width: 1921px) and (min-height: 940px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content .title {
    min-height: 226px !important;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content .desc-wrap {
    min-height: 120px !important;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content .desc-wrap .read-txt {
    display: block !important;
  }
}
@media screen and (max-width: 1920px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content {
    padding: 76px 80px;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content .fa-check {
    font-size: 45px !important;
    margin-bottom: 18px !important;
  }
}
@media screen and (max-width: 1600px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content {
    padding: 65px;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content .fa-check {
    font-size: 39px !important;
    margin-bottom: 16px !important;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content p {
    font-size: 17px !important;
    line-height: 1.5 !important;
    min-height: auto !important;
  }
}
@media screen and (max-width: 1536px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content {
    padding: 65px;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content .fa-check {
    font-size: 33px !important;
    margin-bottom: 14px !important;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content p {
    font-size: 17px !important;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 1440px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content {
    padding: 50px 55px;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content .fa-check {
    font-size: 29px !important;
    margin-bottom: 13px !important;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content .title {
    padding-bottom: 18px !important;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 1024px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content {
    padding: 30px;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content .fa-check {
    font-size: 27px !important;
    margin-bottom: 11px !important;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content .title {
    padding-bottom: 18px !important;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 991px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content {
    padding: 45px;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content .fa-check {
    font-size: 27px !important;
    margin-bottom: 11px !important;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content .title {
    padding-bottom: 18px !important;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 768px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content {
    padding: 50px 47px;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content .fa-check {
    font-size: 27px !important;
    margin-bottom: 11px !important;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content .title {
    padding-bottom: 18px !important;
  }
  .row_why_us .carousel_wrap .gen_carousel .item .content p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
}
.row_why_us .carousel_wrap .gen_carousel .item .content .container {
  display: table-row;
}
.row_why_us .carousel_wrap .gen_carousel .item .content .container .fa-check {
  color: #ff9900;
  font-size: 50px;
  margin-bottom: 20px;
}
.row_why_us .carousel_wrap .gen_carousel .item .content .container .title {
  color: #000;
  padding-bottom: 25px;
  min-height: 159px;
}
@media screen and (max-width: 1600px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content .container .title {
    min-height: 142px;
  }
}
@media screen and (max-width: 1536px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content .container .title {
    min-height: 133px;
  }
}
@media screen and (max-width: 1440px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content .container .title {
    min-height: 115px;
  }
}
@media screen and (max-width: 1280px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content .container .title {
    min-height: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content .container .title {
    min-height: 105px;
  }
}
@media screen and (max-width: 768px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content .container .title {
    min-height: 80px;
  }
}
.row_why_us .carousel_wrap .gen_carousel .item .content .container p {
  min-height: 110px;
}
.row_why_us .carousel_wrap .gen_carousel .item .content .container .desc-wrap {
  min-height: 73px;
}
@media screen and (max-width: 1920px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content .container .desc-wrap {
    min-height: 145px;
  }
}
@media screen and (max-width: 1600px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content .container .desc-wrap {
    min-height: 120px;
  }
}
@media screen and (max-width: 1536px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content .container .desc-wrap {
    min-height: 106px;
  }
}
@media screen and (max-width: 1440px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content .container .desc-wrap {
    min-height: 112px;
  }
}
@media screen and (max-width: 1367px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content .container .desc-wrap {
    min-height: 99px;
  }
}
@media screen and (max-width: 1280px) {
  .row_why_us .carousel_wrap .gen_carousel .item .content .container .desc-wrap {
    min-height: 80px;
  }
}
.row_why_us .carousel_wrap .gen_carousel .item .content .container .desc-wrap .read-whb:hover {
  cursor: pointer;
}
@media screen and (max-width: 1536px) {
  .row_why_us .carousel_wrap .gen_carousel .owl-nav-wrap {
    margin-top: 0 !important;
  }
}
.row_why_us .carousel_wrap .gen_carousel .owl-nav-wrap .owl-prev svg,
.row_why_us .carousel_wrap .gen_carousel .owl-nav-wrap .owl-next svg {
  color: #d0d0d0;
}
.row_why_us .carousel_wrap .gen_carousel .owl-nav-wrap .owl-prev:hover svg,
.row_why_us .carousel_wrap .gen_carousel .owl-nav-wrap .owl-next:hover svg {
  color: #fff;
}
.row_why_us .carousel_wrap .gen_carousel .owl-nav-wrap .owl-dots button span {
  background-color: #d0d0d0;
}
.row_why_us .wp-block-column.col-right {
  overflow: hidden;
  position: relative;
  right: -12%;
  top: 0;
}

@media screen and (max-width: 767px) {
  .row_stories {
    margin-top: 50px !important;
  }
}
.row_stories .col-wrap p {
  margin-top: 50px;
}
.row_stories .col-wrap .wp-button {
  margin-bottom: 120px;
}
.row_stories .carousel_wrap {
  position: relative;
}
.row_stories .carousel_wrap .gen_carousel {
  padding-top: 33px;
}
.row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item {
  spadding: 50px 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item {
  background-color: #fbfbfb;
  box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.15);
}
.row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item a {
  pointer-events: unset !important;
  display: inline-block !important;
}
.row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .read-txt {
  cursor: pointer;
  font-weight: 500;
  min-width: 135px;
  display: inline-block;
}
@media screen and (max-width: 1600px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item {
    box-shadow: -2px 10px 22px -1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -2px 10px 22px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -2px 10px 22px -1px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 1024px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item {
    box-shadow: -2px 10px 18px -1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -2px 10px 18px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -2px 10px 18px -1px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 800px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item {
    box-shadow: -2px 13px 20px -1px rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: -2px 13px 20px -1px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: -2px 13px 20px -1px rgba(0, 0, 0, 0.15) !important;
  }
}
.row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content {
  display: block;
  padding: 150px 100px;
}
@media screen and (max-width: 1920px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content {
    padding: 110px 70px;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .rating {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 1920px) and (max-height: 940px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .desc-wrap {
    min-height: 211px !important;
  }
}
@media screen and (max-width: 1600px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content {
    padding: 110px 70px;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title {
    margin-bottom: 30px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title .user {
    width: 45px !important;
    height: 45px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title .user svg {
    font-size: 24px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title .tltc {
    padding-left: 73px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content p {
    font-size: 17px !important;
    min-height: unset !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .rating {
    margin-top: 35px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .rating svg {
    font-size: 15px;
  }
}
@media screen and (max-width: 1536px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content {
    padding: 90px 66px;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title {
    margin-bottom: 30px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title .user {
    width: 40px !important;
    height: 40px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title .user svg {
    font-size: 22px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title .tltc {
    padding-left: 70px !important;
  }
}
@media screen and (max-width: 1440px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content {
    padding: 80px 60px;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title {
    margin-bottom: 25px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title .user {
    width: 37px !important;
    height: 37px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title .user svg {
    font-size: 20px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title .tltc {
    padding-left: 60px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content p {
    font-size: 15px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .rating {
    margin-top: 30px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .rating svg {
    font-size: 12px !important;
    margin-right: 8px !important;
  }
}
@media screen and (max-width: 1280px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content {
    padding: 50px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content {
    padding: 50px 40px;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title {
    margin-bottom: 19px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title .user {
    width: 30px !important;
    height: 30px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title .user svg {
    font-size: 18px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title .tltc {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 991px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content {
    padding: 50px 50px;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title {
    margin-bottom: 25px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title .user {
    width: 35px !important;
    height: 35px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title .user svg {
    font-size: 19px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .title .tltc {
    padding-left: 45px !important;
  }
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content p {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 768px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content {
    spadding: 50px 47px;
  }
}
.row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .title {
  color: #000;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  padding: 0;
  min-height: 118px;
}
.row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .title .user {
  background-color: #000;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .title .user svg {
  display: block;
  color: #fff;
}
.row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .title .tltc {
  font-weight: 700;
  padding-left: 80px;
}
@media screen and (max-width: 1920px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .title {
    min-height: 132px;
  }
}
@media screen and (max-width: 1600px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .title {
    min-height: 150px;
  }
}
@media screen and (max-width: 1536px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .title {
    min-height: 110px;
  }
}
@media screen and (max-width: 1440px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .title {
    min-height: 99px;
  }
}
@media screen and (max-width: 1367px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .title {
    min-height: 110px;
  }
}
@media screen and (max-width: 1280px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .title {
    min-height: 97px;
    word-break: break-all;
  }
}
@media screen and (max-width: 1024px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .title {
    min-height: 105px;
    word-break: break-all;
  }
}
@media screen and (max-width: 991px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .title {
    min-height: 70px;
    word-break: break-all;
  }
}
@media screen and (max-width: 1920px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .desc-wrap {
    min-height: 182px;
  }
}
@media screen and (max-width: 1600px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .desc-wrap {
    min-height: 156px;
  }
}
@media screen and (max-width: 1536px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .desc-wrap {
    min-height: 140px;
  }
}
@media screen and (max-width: 1280px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .desc-wrap {
    min-height: 99px;
  }
}
@media screen and (max-width: 1024px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .desc-wrap {
    min-height: 136px;
  }
}
@media screen and (max-width: 991px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .desc-wrap {
    min-height: 97px;
  }
}
@media screen and (max-width: 768px) {
  .row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .desc-wrap {
    min-height: 100px;
  }
}
.row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .rating {
  display: flex;
  margin-top: 60px;
}
.row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .rating svg {
  margin-right: 10px;
  color: #6d6d6d;
  opacity: 0.6;
}
.row_stories .carousel_wrap .gen_carousel .owl-stage .owl-item .item .content .container .rating svg.active {
  color: #263D79 !important;
  opacity: 1;
}
.row_stories .carousel_wrap .gen_carousel .owl-nav-wrap,
.row_stories .carousel_wrap .gen_carousel .owl-dots,
.row_stories .carousel_wrap .gen_carousel .owl-nav {
  display: none !important;
  opacity: 0 !important;
}
.row_stories .wp-block-column.col-right {
  overflow: hidden;
  position: relative;
  right: -12%;
  top: 0;
}/*# sourceMappingURL=uproar_home.css.map */