@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/InstrumentSerif-Italic.eot");
  src: url("../fonts/InstrumentSerif-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/InstrumentSerif-Italic.woff2") format("woff2"), url("../fonts/InstrumentSerif-Italic.woff") format("woff"), url("../fonts/InstrumentSerif-Italic.ttf") format("truetype"), url("../fonts/InstrumentSerif-Italic.svg#InstrumentSerif-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/InstrumentSerif-Regular.eot");
  src: url("../fonts/InstrumentSerif-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/InstrumentSerif-Regular.woff2") format("woff2"), url("../fonts/InstrumentSerif-Regular.woff") format("woff"), url("../fonts/InstrumentSerif-Regular.ttf") format("truetype"), url("../fonts/InstrumentSerif-Regular.svg#InstrumentSerif-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Condensed";
  src: url("../fonts/NotoSansCondensed-Regular.eot");
  src: url("../fonts/NotoSansCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCondensed-Regular.woff2") format("woff2"), url("../fonts/NotoSansCondensed-Regular.woff") format("woff"), url("../fonts/NotoSansCondensed-Regular.ttf") format("truetype"), url("../fonts/NotoSansCondensed-Regular.svg#NotoSansCondensed-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SemiCondensed";
  src: url("../fonts/NotoSansSemiCondensed-Regular.eot");
  src: url("../fonts/NotoSansSemiCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansSemiCondensed-Regular.woff2") format("woff2"), url("../fonts/NotoSansSemiCondensed-Regular.woff") format("woff"), url("../fonts/NotoSansSemiCondensed-Regular.ttf") format("truetype"), url("../fonts/NotoSansSemiCondensed-Regular.svg#NotoSansSemiCondensed-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SemiCondensed";
  src: url("../fonts/NotoSansSemiCondensed-Light.eot");
  src: url("../fonts/NotoSansSemiCondensed-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansSemiCondensed-Light.woff2") format("woff2"), url("../fonts/NotoSansSemiCondensed-Light.woff") format("woff"), url("../fonts/NotoSansSemiCondensed-Light.ttf") format("truetype"), url("../fonts/NotoSansSemiCondensed-Light.svg#NotoSansSemiCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
*:-moz-full-screen,
*:-webkit-full-screen,
*:fullscreen *:-ms-fullscreen {
  overflow: auto !important;
}

body {
  font-family: Poppins;
}

body {
  counter-reset: section;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.36px;
  color: #222222;
}

.page-body-wrapper {
  overflow: hidden;
  padding: 0;
}

a:hover {
  color: none !important;
}

ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0;
}

a {
  outline: 0;
  transition: all 0.5s;
  color: #222222;
  letter-spacing: 0.36px;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: none !important;
  text-decoration: none;
}

ul li {
  list-style: none;
  font-family: Poppins;
  font-family: "Noto Sans SemiCondensed";
}

ul {
  padding-left: 0px;
}

p {
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
}
@media screen and (max-width: 1400px) {
  p {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  p {
    font-size: 15px;
    line-height: 24px;
  }
}

/************animation start**************/
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scroll-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(186, 18, 24, 0.7019607843), 0 0 0 0 rgba(186, 18, 24, 0.7019607843);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(237, 48, 148, 0), 0 0 0 0 rgba(186, 18, 24, 0.7019607843);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(237, 48, 148, 0), 0 0 0 30px rgba(237, 48, 148, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(237, 48, 148, 0), 0 0 0 30px rgba(237, 48, 148, 0);
  }
}
.less {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  border: 1px solid #bb131a;
  padding: 10px 20px;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
  background: #bb131a;
  text-transform: capitalize;
  color: #fff;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  text-align: center;
  min-width: 120px;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .less {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .less {
    font-size: 15px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .less {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.less:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.less:hover {
  color: #bb131a;
}
.less:hover:after {
  transform: scaleX(1);
}

.less1 {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #bb131a;
  transition-property: color;
  transition-duration: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  border: 1px solid #bb131a;
  padding: 10px 20px;
  text-transform: capitalize;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  text-align: center;
  min-width: 120px;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .less1 {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .less1 {
    font-size: 15px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .less1 {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.less1:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  transform: scaleX(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.less1:hover {
  color: #fff;
}
.less1:hover:after {
  transform: scaleX(0);
}

a.plays.video-btn {
  width: 45px;
  height: 45px;
  outline: 1px solid #bb131a;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
a.plays.video-btn i {
  background: #fff;
  border-radius: 50%;
  color: #fff;
  animation: animate-pulse 3s linear infinite;
  cursor: pointer;
  color: #bb131a;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pads {
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .pads {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .pads {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .pads {
    padding: 50px 0;
  }
}

.mail {
  text-transform: lowercase !important;
}

header .header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(11, 12, 14, 0.5019607843);
  padding-block: 15px;
}
header .header .top {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #1d1d1f;
}
header .header .top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header .top ul li i {
  color: #d89635;
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
}
header .header .top ul li a {
  font-family: Lato;
  font-family: "Noto Sans SemiCondensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: #9f9fa0;
  vertical-align: middle;
}
header .header .top ul li:not(:last-of-type) {
  margin-right: 25px;
}
header .header .top ul li:hover a {
  transition: 0.2s;
  background-position: 0 100%;
}
header .header .logo a {
  display: block;
}
header .header .logo a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 227px;
}
header .header .ryt .btm {
  display: flex;
  justify-content: end;
  align-items: center;
}
header .header .ryt .btm .menu {
  margin-right: 20px;
}
header .header .ryt .btm .menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
header .header .ryt .btm .menu ul li a {
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  color: #fff;
}
header .header .ryt .btm .menu ul li .sub_menu {
  position: absolute;
  z-index: 2;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  max-width: 250px;
}
header .header .ryt .btm .menu ul li .sub_menu ul {
  display: block;
  background: #151515;
  padding: 15px 10px;
}
header .header .ryt .btm .menu ul li .sub_menu ul li a {
  position: relative;
  transition: 0.5s;
  padding: 0;
  padding-bottom: 5px;
  display: block;
  text-align: left;
  color: #fff;
}
header .header .ryt .btm .menu ul li .sub_menu ul li:hover a {
  color: #bb131a;
  transition: 0.2s;
  transition: 0.2s;
  background-position: 0 100%;
}
header .header .ryt .btm .menu ul li .sub_menu ul li + li {
  margin-top: 5px;
}
header .header .ryt .btm .menu ul li:hover .sub_menu {
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}
header .header .ryt .btm .menu ul li:hover a, header .header .ryt .btm .menu ul li.active a {
  color: #bb131a;
}
header .header .ryt .btm .sm_media {
  margin-right: 20px;
}
header .header .ryt .btm .sm_media ul {
  display: flex;
  align-items: center;
}
header .header .ryt .btm .sm_media ul li:not(:last-child) {
  margin-right: 10px;
}
header .header .ryt .btm .sm_media ul li a {
  display: block;
  color: #fff;
  font-size: 20px;
  transition: 0.2s;
}
header .header .ryt .btm .sm_media ul li a:hover {
  color: #bb131a;
  transition: 0.2s;
}
header .header .ryt .btm .booking a {
  text-transform: uppercase;
}
header .header .ryt .btm .booking a i {
  margin-right: 10px;
}

.banner .banner_in .items {
  position: relative;
}
.banner .banner_in .items .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .banner .banner_in .items .img img {
    height: 550px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .banner_in .items .img img {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner_in .items .img img {
    height: 400px;
  }
}
.banner .banner_in .items .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
}
.banner .banner_in .items .cnt {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.banner .banner_in .items .cnt .cnt_in {
  display: flex;
  align-items: center;
}
.banner .banner_in .items .cnt .cnt_in .lft strong {
  font-family: Instrument Serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 110px;
  letter-spacing: 0.02em;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.banner .banner_in .items .cnt .cnt_in .lft strong:last-child {
  margin-right: -50px;
}
@media screen and (max-width: 1400px) {
  .banner .banner_in .items .cnt .cnt_in .lft strong {
    font-size: 90px;
    line-height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .banner_in .items .cnt .cnt_in .lft strong {
    font-size: 75px;
    line-height: 85px;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner_in .items .cnt .cnt_in .lft strong {
    font-size: 60px;
    line-height: 65px;
    text-align: center;
    margin: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner_in .items .cnt .cnt_in .lft strong {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .banner .banner_in .items .cnt .cnt_in .lft strong {
    font-size: 35px;
    line-height: 40px;
  }
}
.banner .banner_in .items .cnt .cnt_in .ryt p {
  font-family: lato;
  font-family: "Noto Sans SemiCondensed";
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .banner .banner_in .items .cnt .cnt_in .ryt p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .banner_in .items .cnt .cnt_in .ryt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner_in .items .cnt .cnt_in .ryt p {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner_in .items .cnt .cnt_in .ryt p {
    font-size: 15px;
  }
}
.banner .banner_in .items .cnt .cnt_in .links {
  width: 100%;
  margin-top: 20px;
}
.banner .banner_in .items .cnt .cnt_in .links a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  margin: 0 auto;
}
.banner .banner_in .items .cnt .cnt_in .links a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner .banner_in .items .cnt .cnt_in .links a:hover {
  background: #bb131a;
  transition: 0.2s;
}
.banner .banner_in .items .cnt .cnt_in .links a:hover img {
  filter: invert(100%);
}
.banner .banner_in .owl-nav {
  position: absolute;
  bottom: 30px;
  right: 10%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner .banner_in button {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff !important;
  display: flex;
  background: transparent;
  align-items: center;
  justify-content: center;
}
.banner .banner_in button span {
  display: none;
}
.banner .banner_in button::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: fontawesome;
  transition: 0.2s;
  color: #fff;
  font-size: 18px;
}
.banner .banner_in button.owl-next::before {
  content: "\f054";
}
.banner .banner_in button.owl-prev {
  margin-right: 10px;
}
.banner .banner_in button.owl-prev::before {
  content: "\f053";
}
.banner .banner_in button:hover {
  background: #fff;
}
.banner .banner_in button:hover::before {
  color: #bb131a;
  transition: 0.2s;
}

.scroll_blk {
  padding-block: 40px;
  border-bottom: 2px solid #ffcccb;
}
.scroll_blk .sroll_section .scroll_item {
  display: flex;
  align-items: center;
}
.scroll_blk .sroll_section .scroll_item .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ff3632;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll_blk .sroll_section .scroll_item .img img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.scroll_blk .sroll_section .scroll_item p {
  margin-bottom: 0;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #1d1d1d;
}
@media screen and (max-width: 1200px) {
  .scroll_blk .sroll_section .scroll_item p {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 991px) {
  .scroll_blk .sroll_section .scroll_item p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .scroll_blk .sroll_section .scroll_item p {
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (max-width: 575px) {
  .scroll_blk .sroll_section .scroll_item p {
    font-size: 14px;
    line-height: 17px;
  }
}

.aliq {
  position: relative;
}
.aliq .aliq_in {
  position: relative;
  padding-top: 60px;
}
.aliq .aliq_in .cnt {
  max-width: 600px;
  margin: 0 auto;
}
.aliq .aliq_in .cnt h1 {
  font-family: Poppins;
  font-family: Instrument Serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 1400px) {
  .aliq .aliq_in .cnt h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .aliq .aliq_in .cnt h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .aliq .aliq_in .cnt h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .aliq .aliq_in .cnt h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .aliq .aliq_in .cnt h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.aliq .aliq_in .cnt p {
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
}
@media screen and (max-width: 1400px) {
  .aliq .aliq_in .cnt p {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .aliq .aliq_in .cnt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .aliq .aliq_in .cnt p {
    font-size: 15px;
    line-height: 24px;
  }
}
.aliq .aliq_in .cnt .lnks {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.aliq .aliq_in .sec1 {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: -55px;
}
.aliq .aliq_in .sec1 .ryt {
  position: relative;
  margin-bottom: 50px;
}
.aliq .aliq_in .sec1 .ryt a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  outline: 1px solid #bb131a;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aliq .aliq_in .sec1 .ryt a i {
  background: #fff;
  border-radius: 50%;
  color: #fff;
  animation: animate-pulse 3s linear infinite;
  cursor: pointer;
  color: #bb131a;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aliq .sec2 {
  position: absolute;
  right: 220px;
  top: 50px;
}
.aliq .sec2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aliq .sec4 {
  position: absolute;
  left: 0;
  top: 60px;
  width: 350px;
}
.aliq .sec4 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aliq .sec4 .cnt {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.aliq .sec4 .cnt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.aliq .sec4 .cnt strong {
  display: block;
  color: #fff;
  font-family: Poppins;
  font-family: Instrument Serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .aliq .sec4 .cnt strong {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .aliq .sec4 .cnt strong {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .aliq .sec4 .cnt strong {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .aliq .sec4 .cnt strong {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .aliq .sec4 .cnt strong {
    font-size: 25px;
    line-height: 35px;
  }
}
.aliq .sec4 .cnt p {
  color: #fff;
}
.aliq .sec5 {
  position: absolute;
  right: 0;
  top: 120px;
  width: 200px;
}
.aliq .sec5 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our_project {
  background: #ffcccb url(../images/signature_pg.png) no-repeat;
  background-size: cover;
  position: relative;
  background-blend-mode: luminosity;
}
.our_project .project_in {
  position: relative;
  z-index: 1;
}
.our_project .project_in .lft {
  padding-block: 35px;
}
.our_project .project_in .lft strong {
  display: block;
  color: #bb131a;
  font-family: Poppins;
  font-family: Instrument Serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .our_project .project_in .lft strong {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .our_project .project_in .lft strong {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .our_project .project_in .lft strong {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .our_project .project_in .lft strong {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .our_project .project_in .lft strong {
    font-size: 25px;
    line-height: 35px;
  }
}
.our_project .project_in .lft span {
  display: block;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .our_project .project_in .lft span {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .our_project .project_in .lft span {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .our_project .project_in .lft span {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .our_project .project_in .lft span {
    font-size: 16px;
    line-height: 22px;
  }
}
.our_project .project_in .lft p {
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .our_project .project_in .lft p {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .our_project .project_in .lft p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .our_project .project_in .lft p {
    font-size: 15px;
    line-height: 24px;
  }
}
.our_project .project_in .lft a {
  position: absolute;
  bottom: 2px;
  left: 2px;
}
.our_project .project_in .owl-nav {
  display: flex;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 80px;
}
@media screen and (max-width: 1400px) {
  .our_project .project_in .owl-nav {
    bottom: 70px;
  }
}
.our_project .project_in .owl-nav button {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #1a1a1a;
  display: flex;
  background: transparent;
  transition: 0.2s;
  align-items: center;
  justify-content: center;
}
.our_project .project_in .owl-nav button span {
  display: none;
}
.our_project .project_in .owl-nav button::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: fontawesome;
  transition: 0.2s;
  color: #1a1a1a;
  font-size: 18px;
}
.our_project .project_in .owl-nav button.owl-next::before {
  content: "\f054";
}
.our_project .project_in .owl-nav button.owl-prev {
  margin-right: 10px;
}
.our_project .project_in .owl-nav button.owl-prev::before {
  content: "\f053";
}
.our_project .project_in .owl-nav button:hover {
  background: #bb131a;
  border-color: #bb131a;
  transition: 0.2s;
}
.our_project .project_in .owl-nav button:hover::before {
  color: #fff;
  transition: 0.2s;
}

.solution .solution_in h2 {
  font-family: Poppins;
  font-family: Instrument Serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .solution .solution_in h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .solution .solution_in h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .solution .solution_in h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution_in h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .solution .solution_in h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.solution .solution_in .cmn .img {
  position: relative;
  margin-bottom: 10px;
}
.solution .solution_in .cmn .img > img {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.solution .solution_in .cmn .img a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.2s;
}
.solution .solution_in .cmn .img a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution .solution_in .cmn a {
  display: block;
  display: block;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1d1d1d;
  text-transform: capitalize;
  transition: 0.2s;
}
@media screen and (max-width: 1400px) {
  .solution .solution_in .cmn a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .solution .solution_in .cmn a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .solution .solution_in .cmn a {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solution_in .cmn a {
    font-size: 16px;
    line-height: 22px;
  }
}
.solution .solution_in .cmn:hover .img a {
  background: #bb131a;
  transition: 0.2s;
}
.solution .solution_in .cmn:hover .img a img {
  /* Safari/Chrome */
  filter: invert(100%);
}
.solution .solution_in .cmn:hover a {
  color: #bb131a;
  transition: 0.2s;
}
.solution .solution_in .ryt strong {
  font-family: Instrument Serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 15px;
  display: block;
}
.solution .solution_in a {
  margin-right: 10px;
}
.solution .solution_in a:last-child {
  margin-right: 0;
}

.design .design_in {
  border-top: 2px solid #ffcccb;
  padding-top: 50px;
}
.design .design_in h3 {
  font-family: Poppins;
  font-family: Instrument Serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .design .design_in h3 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .design .design_in h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .design .design_in h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .design .design_in h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .design .design_in h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.design .design_in .design_video .box {
  position: relative;
}
.design .design_in .design_video .box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 61.94%);
}
.design .design_in .design_video .box img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.design .design_in .design_video .box .cnt {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 100px);
  z-index: 1;
}
.design .design_in .design_video .box .cnt strong {
  font-family: Poppins;
  font-family: Instrument Serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .design .design_in .design_video .box .cnt strong {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .design .design_in .design_video .box .cnt strong {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .design .design_in .design_video .box .cnt strong {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .design .design_in .design_video .box .cnt strong {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .design .design_in .design_video .box .cnt strong {
    font-size: 25px;
    line-height: 35px;
  }
}
.design .design_in .design_video .box .cnt p {
  color: #fff;
  margin-bottom: 0;
}
.design .design_in .design_video .box a {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.design .design_in .design_video .box a i {
  animation: unset;
}
.design .design_in .design_video .box:hover a i {
  animation: animate-pulse 3s linear infinite;
}
.design .design_in .hiring .row > div {
  margin: 15px 0;
}
.design .design_in .hiring .hire_in .cnt {
  display: flex;
  align-items: center;
}
.design .design_in .hiring strong {
  font-family: Poppins;
  font-family: Instrument Serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  color: #bb131a;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .design .design_in .hiring strong {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .design .design_in .hiring strong {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .design .design_in .hiring strong {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .design .design_in .hiring strong {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .design .design_in .hiring strong {
    font-size: 25px;
    line-height: 35px;
  }
}
.design .design_in .hiring strong.plus:after {
  content: "+";
  display: inline-block;
}
.design .design_in .hiring strong.pers:after {
  content: "%";
  display: inline-block;
}
.design .design_in .hiring p {
  display: block;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-left: 15px;
}
@media screen and (max-width: 1400px) {
  .design .design_in .hiring p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .design .design_in .hiring p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .design .design_in .hiring p {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .design .design_in .hiring p {
    font-size: 16px;
    line-height: 22px;
  }
}

.work .work_in {
  border-top: 2px solid #ffcccb;
}
.work .work_in h4 {
  font-family: Poppins;
  font-family: Instrument Serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .work .work_in h4 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .work .work_in h4 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .work .work_in h4 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .work .work_in h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .work .work_in h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
.work .work_in .creat {
  background: url(../images/work.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 50px 30px;
}
.work .work_in .creat > .row > div:nth-child(even) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .work .work_in .creat > .row > div:nth-child(even) {
    margin-top: 0px;
  }
}
.work .work_in .creat:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffcccb;
  opacity: 0.9;
  z-index: -1;
}
.work .work_in .creat .box {
  text-align: center;
}
.work .work_in .creat .box strong {
  font-family: Poppins;
  font-family: Instrument Serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #bb131a;
}
@media screen and (max-width: 1400px) {
  .work .work_in .creat .box strong {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .work .work_in .creat .box strong {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .work .work_in .creat .box strong {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .work .work_in .creat .box strong {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .work .work_in .creat .box strong {
    font-size: 25px;
    line-height: 35px;
  }
}
.work .work_in .creat .box span {
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
  font-weight: 700;
  font-weight: 500;
  color: #1a1a1a;
  text-transform: capitalize;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .work .work_in .creat .box span {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .work .work_in .creat .box span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .work .work_in .creat .box span {
    font-size: 15px;
    line-height: 24px;
  }
}
.work .work_in .creat .box p {
  margin-bottom: 0;
}
.work.ser_proc .work_in .creat > .row > div:nth-child(even) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .work.ser_proc .work_in .creat > .row > div:nth-child(even) {
    margin-top: 0px;
  }
}
.work.ser_proc .work_in .creat .box {
  position: relative;
}

.partner .part_in {
  border-top: 2px solid #ffcccb;
}
.partner .part_in h5 {
  font-family: Poppins;
  font-family: Instrument Serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .partner .part_in h5 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .partner .part_in h5 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .partner .part_in h5 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .partner .part_in h5 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .partner .part_in h5 {
    font-size: 25px;
    line-height: 35px;
  }
}
.partner .folio_caros {
  border: 1px solid #ffcccb;
}
.partner .folio_caros .items {
  border-right: 1px solid #ffcccb;
  padding: 50px 10px;
}
.partner .folio_caros .items img {
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
}
.partner .folio_caros .owl-nav button {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #1a1a1a;
  display: flex;
  background: transparent;
  transition: 0.2s;
  align-items: center;
  justify-content: center;
}
.partner .folio_caros .owl-nav button span {
  display: none;
}
.partner .folio_caros .owl-nav button::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: fontawesome;
  transition: 0.2s;
  color: #1a1a1a;
  font-size: 18px;
}
.partner .folio_caros .owl-nav button.owl-next::before {
  content: "\f054";
}
.partner .folio_caros .owl-nav button.owl-prev {
  margin-right: 10px;
}
.partner .folio_caros .owl-nav button.owl-prev::before {
  content: "\f053";
}
.partner .folio_caros .owl-nav button:hover {
  background: #bb131a;
  border-color: #bb131a;
  transition: 0.2s;
}
.partner .folio_caros .owl-nav button:hover::before {
  color: #fff;
  transition: 0.2s;
}

.blog {
  background: #ffcccb url(../images/blog_pg.png) no-repeat;
  background-size: cover;
  position: relative;
  background-blend-mode: luminosity;
}
.blog .blog_in {
  position: relative;
  z-index: 1;
}
.blog .blog_in h6 {
  font-family: Poppins;
  font-family: Instrument Serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .blog .blog_in h6 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .blog .blog_in h6 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .blog .blog_in h6 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .blog .blog_in h6 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .blog .blog_in h6 {
    font-size: 25px;
    line-height: 35px;
  }
}
.blog .blog_in .blog_sec .lft {
  padding-right: 50px;
  border-right: 1px solid #a0a0a0;
}
.blog .blog_in .blog_sec .lft .img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog .blog_in .blog_sec .lft .img .norm img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
  transition: 1s;
}
.blog .blog_in .blog_sec .lft .img a.posi {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.2s;
}
.blog .blog_in .blog_sec .lft .img a.posi img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.2s;
}
.blog .blog_in .blog_sec .lft .cnt {
  display: flex;
  align-items: center;
}
.blog .blog_in .blog_sec .lft .cnt p {
  text-align: center;
  margin-right: 30px;
  margin-bottom: 0;
}
.blog .blog_in .blog_sec .lft .cnt p strong {
  display: block;
  font-family: Instrument Serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #bb131a;
  margin-bottom: 0;
}
.blog .blog_in .blog_sec .lft .cnt a {
  display: block;
  display: block;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1d1d1d;
  text-transform: capitalize;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.2s;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .blog .blog_in .blog_sec .lft .cnt a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .blog .blog_in .blog_sec .lft .cnt a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .blog .blog_in .blog_sec .lft .cnt a {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .blog .blog_in .blog_sec .lft .cnt a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .blog .blog_in .blog_sec .lft .cnt a {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .blog .blog_in .blog_sec .lft .cnt a {
    font-size: 18px;
    line-height: 24px;
  }
}
.blog .blog_in .blog_sec .lft:hover .img a.norm img {
  transition: 1s;
  transform: scale(1.1);
}
.blog .blog_in .blog_sec .lft:hover .img a.posi {
  background: #bb131a;
  transition: 0.2s;
}
.blog .blog_in .blog_sec .lft:hover .img a.posi img {
  filter: invert(100%);
}
.blog .blog_in .blog_sec .lft:hover .cnt a {
  color: #bb131a;
  transition: 0.2s;
}
.blog .blog_in .blog_sec .ryt {
  padding-left: 50px;
}
.blog .blog_in .blog_sec .ryt ul {
  margin-bottom: 25px;
}
.blog .blog_in .blog_sec .ryt ul li {
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid #a0a0a0;
}
.blog .blog_in .blog_sec .ryt ul li a {
  display: flex;
  align-items: center;
}
.blog .blog_in .blog_sec .ryt ul li a p {
  margin-right: 20px;
  margin-bottom: 0;
}
.blog .blog_in .blog_sec .ryt ul li a p strong {
  display: block;
  font-family: Instrument Serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #bb131a;
}
.blog .blog_in .blog_sec .ryt ul li a span {
  display: block;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1d1d1d;
  text-transform: capitalize;
  margin: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog .blog_in .blog_sec .ryt ul li a:hover span {
  color: #bb131a;
  transition: 0.2s;
}
.blog .blog_in .blog_sec .ryt > a {
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
  text-transform: capitalize;
  text-decoration: underline;
  color: #2c2e31;
}
@media screen and (max-width: 1400px) {
  .blog .blog_in .blog_sec .ryt > a {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .blog .blog_in .blog_sec .ryt > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .blog .blog_in .blog_sec .ryt > a {
    font-size: 15px;
    line-height: 24px;
  }
}
.blog .blog_in .blog_sec .ryt > a:hover {
  color: #bb131a;
}
.blog.blog_pg {
  background: #fff;
}
.blog.blog_pg .blog_in .blog_sec .lft {
  padding-right: 12px;
  border-right: none;
}
.blog.blog_pg .blog_in .blog_sec .lft .img a.norm {
  display: block;
}
.blog.blog_pg .blog_in .blog_sec .lft .img a.norm img {
  height: 250px;
}
.blog.blog_dt {
  background: #fff;
}
.blog.blog_dt .blog_in .blog_sec .lft {
  padding-right: 12px;
  border: unset;
}
.blog.blog_dt .blog_in .blog_sec .lft .img {
  position: relative;
}
.blog.blog_dt .blog_in .blog_sec .lft .img img {
  width: 100%;
  height: auto;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog.blog_dt .blog_in .blog_sec .lft .img .date {
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  border: 1px solid #bb131a;
  padding: 5px 15px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0;
}
.blog.blog_dt .blog_in .blog_sec .lft .img .date strong {
  display: block;
  font-family: Instrument Serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #bb131a;
  margin-bottom: 0;
}
.blog.blog_dt .blog_in .blog_sec .lft .text h2,
.blog.blog_dt .blog_in .blog_sec .lft .text h3,
.blog.blog_dt .blog_in .blog_sec .lft .text h4,
.blog.blog_dt .blog_in .blog_sec .lft .text h5,
.blog.blog_dt .blog_in .blog_sec .lft .text h6 {
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1d1d1d;
  text-transform: capitalize;
  color: #bb131a;
  text-align: left;
  font-weight: 200;
}
@media screen and (max-width: 1400px) {
  .blog.blog_dt .blog_in .blog_sec .lft .text h2,
  .blog.blog_dt .blog_in .blog_sec .lft .text h3,
  .blog.blog_dt .blog_in .blog_sec .lft .text h4,
  .blog.blog_dt .blog_in .blog_sec .lft .text h5,
  .blog.blog_dt .blog_in .blog_sec .lft .text h6 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .blog.blog_dt .blog_in .blog_sec .lft .text h2,
  .blog.blog_dt .blog_in .blog_sec .lft .text h3,
  .blog.blog_dt .blog_in .blog_sec .lft .text h4,
  .blog.blog_dt .blog_in .blog_sec .lft .text h5,
  .blog.blog_dt .blog_in .blog_sec .lft .text h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .blog.blog_dt .blog_in .blog_sec .lft .text h2,
  .blog.blog_dt .blog_in .blog_sec .lft .text h3,
  .blog.blog_dt .blog_in .blog_sec .lft .text h4,
  .blog.blog_dt .blog_in .blog_sec .lft .text h5,
  .blog.blog_dt .blog_in .blog_sec .lft .text h6 {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .blog.blog_dt .blog_in .blog_sec .lft .text h2,
  .blog.blog_dt .blog_in .blog_sec .lft .text h3,
  .blog.blog_dt .blog_in .blog_sec .lft .text h4,
  .blog.blog_dt .blog_in .blog_sec .lft .text h5,
  .blog.blog_dt .blog_in .blog_sec .lft .text h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
.blog.blog_dt .blog_in .blog_sec .lft .text b, .blog.blog_dt .blog_in .blog_sec .lft .text strong {
  font-weight: 600;
  color: #bb131a;
}
.blog.blog_dt .blog_in .blog_sec .lft .text h1 {
  font-family: Instrument Serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: block;
  color: #bb131a;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .blog.blog_dt .blog_in .blog_sec .lft .text h1 {
    font-size: 28px;
    line-height: 33px;
  }
}
@media screen and (max-width: 991px) {
  .blog.blog_dt .blog_in .blog_sec .lft .text h1 {
    font-size: 26px;
    line-height: 31px;
  }
}
@media screen and (max-width: 767px) {
  .blog.blog_dt .blog_in .blog_sec .lft .text h1 {
    font-size: 23px;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .blog.blog_dt .blog_in .blog_sec .lft .text h1 {
    font-size: 20px;
    line-height: 25px;
  }
}
.blog.blog_dt .blog_in .blog_sec .lft .text ul,
.blog.blog_dt .blog_in .blog_sec .lft .text ol {
  margin-block: 20px;
}
.blog.blog_dt .blog_in .blog_sec .lft .text ul li,
.blog.blog_dt .blog_in .blog_sec .lft .text ol li {
  padding-left: 15px;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .blog.blog_dt .blog_in .blog_sec .lft .text ul li,
  .blog.blog_dt .blog_in .blog_sec .lft .text ol li {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .blog.blog_dt .blog_in .blog_sec .lft .text ul li,
  .blog.blog_dt .blog_in .blog_sec .lft .text ol li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .blog.blog_dt .blog_in .blog_sec .lft .text ul li,
  .blog.blog_dt .blog_in .blog_sec .lft .text ol li {
    font-size: 15px;
    line-height: 24px;
  }
}
.blog.blog_dt .blog_in .blog_sec .lft .text ul li::before,
.blog.blog_dt .blog_in .blog_sec .lft .text ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: #bb131a;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.blog.blog_dt .blog_in .blog_sec .lft .text ul li::first-letter,
.blog.blog_dt .blog_in .blog_sec .lft .text ol li::first-letter {
  text-transform: uppercase;
}
.blog.blog_dt .blog_in .blog_sec .lft .text p {
  text-align: justify;
}

.faq .faq_in h6 {
  font-family: Poppins;
  font-family: Instrument Serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .faq .faq_in h6 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .faq .faq_in h6 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .faq .faq_in h6 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq_in h6 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .faq .faq_in h6 {
    font-size: 25px;
    line-height: 35px;
  }
}
.faq .faq_in .top {
  background: rgba(0, 0, 0, 0.6) url(../images/trans.png) no-repeat;
  background-size: cover;
  background-blend-mode: soft-light;
  background-attachment: fixed;
  padding: 120px 20px;
}
@media screen and (max-width: 1200px) {
  .faq .faq_in .top {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 991px) {
  .faq .faq_in .top {
    padding: 90px 20px;
  }
}
.faq .faq_in .top h6 {
  color: #fff;
}
.faq .faq_in .top a {
  margin: 0 auto;
  display: block;
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.faq .faq_in .top a::after {
  background: #bb131a;
}
.faq .faq_in .top a:hover {
  transition: all 0.2s;
  border-color: #bb131a;
}
.faq .faq_in .btm .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #a0a0a0;
  position: relative;
  border-radius: unset;
}
.faq .faq_in .btm .accordion .accordion-item:first-child {
  border-top: 1px solid #a0a0a0;
}
.faq .faq_in .btm .accordion .accordion-item button {
  text-transform: capitalize;
  box-shadow: unset;
  padding: 15px 30px 15px 0px;
  background: #fff;
  display: block;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-weight: 500;
  color: #1d1d1d;
  border: none;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .faq .faq_in .btm .accordion .accordion-item button {
    padding: 15px 35px 15px 0;
  }
}
.faq .faq_in .btm .accordion .accordion-item button:after {
  content: "-";
  position: absolute;
  right: 0px;
  background: unset;
  background-size: unset;
  font-size: 25px;
  font-family: "Instrument Serif";
  width: auto;
  height: auto;
  flex-shrink: unset;
}
.faq .faq_in .btm .accordion .accordion-item button.collapsed:after {
  content: "+";
  right: 0px;
  background: unset;
  background-size: unset;
  width: auto;
  height: auto;
  flex-shrink: unset;
  top: 15px;
}
@media screen and (max-width: 991px) {
  .faq .faq_in .btm .accordion .accordion-item button {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq_in .btm .accordion .accordion-item button {
    font-size: 16px;
    line-height: 22px;
  }
}
.faq .faq_in .btm .accordion .accordion-item .accordion-collapse .accordion-body {
  text-align: left;
  padding: 0 30px 20px 0;
}
.faq .faq_in .btm .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .faq .faq_in .btm .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .faq .faq_in .btm .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq_in .btm .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 15px;
    line-height: 24px;
  }
}
.faq .faq_in .btm .img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 360px;
}

footer .footer {
  background: #ffe1e0;
}
footer .footer .foot1 h6 {
  font-family: Instrument Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #bb131a;
  display: none;
}
@media screen and (max-width: 991px) {
  footer .footer .foot1 h6 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .footer .foot1 h6 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  footer .footer .foot1 h6 {
    font-size: 24px;
    line-height: 26px;
  }
}
footer .footer .top {
  padding: 30px 0;
}
footer .footer .top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #a0a0a0;
}
footer .footer .top ul li a {
  text-transform: uppercase;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
  font-size: 17px;
  line-height: 20px;
  display: block;
  transition: 0.2s;
  color: #1D1D1D;
}
@media screen and (max-width: 1400px) {
  footer .footer .top ul li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer .top ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer .top ul li a {
    font-size: 15px;
    line-height: 24px;
  }
}
footer .footer .top ul li a:hover {
  color: #bb131a;
  transition: 0.2s;
}
footer .footer .btm {
  padding-bottom: 30px;
}
footer .footer .btm strong {
  color: #1D1D1D;
  display: block;
  font-family: Instrument Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media screen and (max-width: 1400px) {
  footer .footer .btm strong {
    font-size: 26px;
    line-height: 31px;
  }
}
@media screen and (max-width: 1200px) {
  footer .footer .btm strong {
    font-size: 24px;
    line-height: 29px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer .btm strong {
    font-size: 22px;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer .btm strong {
    font-size: 20px;
    line-height: 25px;
  }
}
footer .footer .btm p {
  margin-bottom: 0;
  color: #1a1a1a;
  font-family: lato;
  font-family: "Noto Sans SemiCondensed";
}
footer .footer .btm p a {
  color: #1a1a1a;
  font-family: lato;
  font-family: "Noto Sans SemiCondensed";
  transition: 0.2s;
}
footer .footer .btm p a:hover {
  color: #bb131a;
  transition: 0.2s;
}
footer .footer .btm ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .footer .btm ul li a {
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  color: #1a1a1a;
  background: #fff;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
footer .footer .btm ul li a:hover {
  background: #bb131a;
  color: #fff;
  transition: 0.2s;
}
footer .footer .copy_yrt {
  background: #FFCBCA;
  padding: 20px 0;
}
footer .footer .copy_yrt ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
footer .footer .copy_yrt ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  font-family: lato;
  font-family: "Noto Sans SemiCondensed";
}
footer .footer .copy_yrt ul li a {
  color: #bb131a;
}
footer .footer .copy_yrt ul li:hover a {
  text-decoration: underline;
}

.online_consult {
  position: fixed;
  right: 0;
  top: 48%;
  z-index: 1;
  transform: translateY(-50%);
}
.online_consult ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  background: #bb131a;
  transition: 0.2s;
  width: 40px;
  height: 40px;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
}
.online_consult ul li a span {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  white-space: nowrap;
  font-size: 16px;
  background: #bb131a;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  padding: 0px 20px;
  text-transform: capitalize;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
}
.online_consult ul li a i {
  font-size: 20px;
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.online_consult ul li a:hover {
  border-radius: 0;
  transition: 0.2s;
}
.online_consult ul li a:hover span {
  transform: translateX(-99%);
  left: 0;
  transition: 0.2s;
}
.online_consult ul li:not(:last-child) {
  margin-bottom: 10px;
}

.whastspp_call a {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 25px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 1040;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.bread_crumbs {
  position: relative;
}
.bread_crumbs:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(2deg, rgba(187, 19, 26, 0.431372549) 0%, rgba(26, 26, 26, 0) 125%);
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.bread_crumbs img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
}
@media screen and (max-width: 1200px) {
  .bread_crumbs img {
    height: 320px;
  }
}
@media screen and (max-width: 991px) {
  .bread_crumbs img {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .bread_crumbs img {
    height: 280px;
  }
}
@media screen and (max-width: 575px) {
  .bread_crumbs img {
    height: 250px;
  }
}
.bread_crumbs .bread_in {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 1;
  padding-top: 110px;
}
.bread_crumbs .bread_in strong {
  font-family: Poppins;
  font-family: Instrument Serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .bread_crumbs .bread_in strong {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .bread_crumbs .bread_in strong {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .bread_crumbs .bread_in strong {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .bread_crumbs .bread_in strong {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .bread_crumbs .bread_in strong {
    font-size: 25px;
    line-height: 35px;
  }
}

.gallery.gall_Details .gall_in .gall_block {
  border: 1px solid #d1eaff;
  background: #f0f7fd;
}
.gallery.gall_Details .gall_in .gall_block .img a.fancybox:after {
  display: none;
}
.gallery.gall_Details .gall_in .gall_block {
  background: unset;
  height: unset;
  border: unset;
}
.gallery.gall_Details .gall_in .gall_block:hover .img a.fancybox {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
}
.gallery.gall_Details .gall_in .gall_block:hover .img:after {
  opacity: 0.8;
  visibility: visible;
  top: 0;
  height: 100%;
}
.gallery.gall_Details .gall_in .gall_block .img {
  position: relative;
}
.gallery.gall_Details .gall_in .gall_block .img a.fancybox {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 50%;
  top: 50%;
  visibility: hidden;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 30px;
  color: #fff;
  transition: 0.5s;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 100%;
}
.gallery.gall_Details .gall_in .gall_block .img a.fancybox img {
  max-width: 25px;
  max-height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery.gall_Details .gall_in .gall_block .img a.fancybox i {
  color: #fff;
  font-size: 23px;
}
.gallery.gall_Details .gall_in .gall_block .img:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 0;
  background: #bb131a;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.gallery .gall_in .gall_block {
  overflow: hidden;
  background: #bb131a;
  position: relative;
  height: 100%;
}
.gallery .gall_in .gall_block a {
  display: block;
}
.gallery .gall_in .gall_block a:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 0;
  background: #bb131a;
  opacity: 0;
  visibility: collapse;
  transition: 0.5s;
  z-index: 1;
}
.gallery .gall_in .gall_block a span.view_all {
  position: absolute;
  z-index: 5;
  background: #fff;
  transition: 0.5s;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
  color: #bb131a;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .gallery .gall_in .gall_block a span.view_all {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .gallery .gall_in .gall_block a span.view_all {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .gallery .gall_in .gall_block a span.view_all {
    font-size: 15px;
    line-height: 24px;
  }
}
.gallery .gall_in .gall_block a span.view_all img {
  max-width: 25px;
  max-height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery .gall_in .gall_block:hover a:after {
  opacity: 0.8;
  visibility: visible;
  bottom: 0;
  transition: 0.5s;
  height: 100%;
}
.gallery .gall_in .gall_block:hover .img .plays::after {
  opacity: 1;
  visibility: visible;
}
.gallery .gall_in .gall_block:hover .content p,
.gallery .gall_in .gall_block:hover .content b {
  color: #fff;
  transition: 0.5s;
}
.gallery .gall_in .gall_block:hover .content a {
  text-shadow: 0 0px 10px #fff;
}
.gallery .gall_in .gall_block:hover span.view_all {
  transition: 0.5s;
  background: #000;
}
.gallery .gall_in .gall_block:hover span.view_all img {
  filter: grayscale(100%);
  filter: invert(100%);
}
.gallery .gall_in .gall_block .img {
  position: relative;
  z-index: 1;
}
.gallery .gall_in .gall_block .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 270px;
}
.gallery .gall_in .gall_block .img .plays {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.2901960784);
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 100%;
  outline: 2px solid #fff !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery .gall_in .gall_block .img .plays i {
  background: #fff;
  color: #bb131a;
  border-radius: 100%;
  padding: 2px;
  font-size: 50px;
}
.gallery .gall_in .gall_block .img .plays:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 100%;
  z-index: 1;
  animation: ripple 1.5s ease-out infinite;
  animation-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  left: 0;
  top: 0;
}
.gallery .gall_in .gall_block .content {
  position: relative;
  z-index: 2;
  padding: 20px 10px 10px;
}
.gallery .gall_in .gall_block .content.phot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  background: #bb131a;
}
.gallery .gall_in .gall_block .content p {
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
  padding-right: 10px;
  margin-bottom: 0;
  transition: 0.2s;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1400px) {
  .gallery .gall_in .gall_block .content p {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .gallery .gall_in .gall_block .content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .gallery .gall_in .gall_block .content p {
    font-size: 15px;
    line-height: 24px;
  }
}
.gallery .gall_in .gall_block .content b {
  text-transform: capitalize;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .gallery .gall_in .gall_block .content b {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .gallery .gall_in .gall_block .content b {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .gallery .gall_in .gall_block .content b {
    font-size: 15px;
    line-height: 24px;
  }
}
.gallery .gall_in .gall_block .content a {
  color: inherit;
  font: inherit;
  transition: 0.2s;
}
.gallery .gall_in .gall_block .content.vide p {
  padding-right: 0;
}

.contact_page .contact_in .c_top .sides .bg_cont {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #bb131a;
}
.contact_page .contact_in .c_top .sides .bg_cont span {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.contact_page .contact_in .c_top .sides .bg_cont span i {
  font-size: 20px;
  color: #bb131a;
}
.contact_page .contact_in .c_top .sides .bg_cont span strong {
  display: block;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .contact_page .contact_in .c_top .sides .bg_cont span strong {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .contact_page .contact_in .c_top .sides .bg_cont span strong {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .contact_page .contact_in .c_top .sides .bg_cont span strong {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact_page .contact_in .c_top .sides .bg_cont span strong {
    font-size: 16px;
    line-height: 22px;
  }
}
.contact_page .contact_in .c_top .sides .bg_cont p,
.contact_page .contact_in .c_top .sides .bg_cont a {
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
  transition: 0.5s;
  font-family: lato;
  font-family: "Noto Sans SemiCondensed";
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .contact_page .contact_in .c_top .sides .bg_cont p,
  .contact_page .contact_in .c_top .sides .bg_cont a {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .contact_page .contact_in .c_top .sides .bg_cont p,
  .contact_page .contact_in .c_top .sides .bg_cont a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact_page .contact_in .c_top .sides .bg_cont p,
  .contact_page .contact_in .c_top .sides .bg_cont a {
    font-size: 15px;
    line-height: 24px;
  }
}
.contact_page .contact_in .c_top .sides .bg_cont a:hover {
  color: #bb131a;
  transition: 0.5s;
}
.contact_page .contact_in .c_btm h1 {
  display: block;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1d1d1d;
  text-transform: capitalize;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .contact_page .contact_in .c_btm h1 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .contact_page .contact_in .c_btm h1 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .contact_page .contact_in .c_btm h1 {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact_page .contact_in .c_btm h1 {
    font-size: 16px;
    line-height: 22px;
  }
}
.contact_page .contact_in .contact_form {
  background: rgba(255, 225, 224, 0.5215686275);
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .contact_page .contact_in .contact_form {
    padding: 20px 15px;
  }
}
.contact_page .contact_in .contact_form label {
  display: block;
}
.contact_page .contact_in .contact_form label p {
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media screen and (max-width: 1400px) {
  .contact_page .contact_in .contact_form label p {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .contact_page .contact_in .contact_form label p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact_page .contact_in .contact_form label p {
    font-size: 15px;
    line-height: 24px;
  }
}
.contact_page .contact_in .contact_form label input,
.contact_page .contact_in .contact_form label textarea,
.contact_page .contact_in .contact_form label select {
  border: 1px solid #fff;
  padding: 10px;
  font-family: Poppins;
  font-family: "Noto Sans SemiCondensed";
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  width: 100%;
  outline: none;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
}
@media screen and (max-width: 1400px) {
  .contact_page .contact_in .contact_form label input,
  .contact_page .contact_in .contact_form label textarea,
  .contact_page .contact_in .contact_form label select {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .contact_page .contact_in .contact_form label input,
  .contact_page .contact_in .contact_form label textarea,
  .contact_page .contact_in .contact_form label select {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact_page .contact_in .contact_form label input,
  .contact_page .contact_in .contact_form label textarea,
  .contact_page .contact_in .contact_form label select {
    font-size: 15px;
    line-height: 24px;
  }
}
.contact_page .contact_in .contact_form label input:focus-visible,
.contact_page .contact_in .contact_form label textarea:focus-visible,
.contact_page .contact_in .contact_form label select:focus-visible {
  border-color: #bb131a;
  outline: none;
}
.contact_page .contact_in .contact_form label select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contact_page .contact_in .contact_form label img {
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 13px;
}
.contact_page .contact_in .contact_form button {
  min-width: 150px;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
}

.modal.consults .modal-dialog .modal-content {
  border-radius: 10px;
}
.modal.consults .modal-dialog .modal-content .modal-header {
  background: #bb131a;
  border-radius: 8px 8px 0 0;
}
.modal.consults .modal-dialog .modal-content .modal-header h5 {
  display: block;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .modal.consults .modal-dialog .modal-content .modal-header h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .modal.consults .modal-dialog .modal-content .modal-header h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .modal.consults .modal-dialog .modal-content .modal-header h5 {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .modal.consults .modal-dialog .modal-content .modal-header h5 {
    font-size: 16px;
    line-height: 22px;
  }
}
.modal.consults .modal-dialog .modal-content .modal-header button {
  background-color: #fff;
  border-radius: 2px;
  opacity: 1;
}
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label {
  width: 100%;
  margin-bottom: 5px;
}
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label p {
  font-family: lato;
  font-family: "Noto Sans SemiCondensed";
  text-transform: capitalize;
  margin-bottom: 5px;
}
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label p span {
  color: #bb131a;
}
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label input, .modal.consults .modal-dialog .modal-content .modal-body .contact_form label textarea {
  outline: none;
  border: 1px solid #666;
  padding: 8px 10px;
  font-family: Poppins;
  font-family: "Noto Sans SemiCondensed";
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  width: 100%;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
  resize: unset;
}
@media screen and (max-width: 1400px) {
  .modal.consults .modal-dialog .modal-content .modal-body .contact_form label input, .modal.consults .modal-dialog .modal-content .modal-body .contact_form label textarea {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .modal.consults .modal-dialog .modal-content .modal-body .contact_form label input, .modal.consults .modal-dialog .modal-content .modal-body .contact_form label textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .modal.consults .modal-dialog .modal-content .modal-body .contact_form label input, .modal.consults .modal-dialog .modal-content .modal-body .contact_form label textarea {
    font-size: 15px;
    line-height: 24px;
  }
}
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label input:focus-visible, .modal.consults .modal-dialog .modal-content .modal-body .contact_form label textarea:focus-visible {
  border-color: #bb131a;
  outline: none;
}
.modal.consults .modal-dialog .modal-content .modal-body .contact_form button {
  margin: 0 auto;
  display: block;
}

.process .process_in {
  text-align: center;
  border-top: 2px solid #ffcccb;
}
.process .process_in h5 {
  font-family: Poppins;
  font-family: Instrument Serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 1400px) {
  .process .process_in h5 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .process .process_in h5 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .process .process_in h5 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .process .process_in h5 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .process .process_in h5 {
    font-size: 25px;
    line-height: 35px;
  }
}
.process .process_in ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.process .process_in ul li .img {
  margin-bottom: 15px;
  overflow: hidden;
}
.process .process_in ul li .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.process .process_in ul li strong {
  display: block;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1d1d1d;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .process .process_in ul li strong {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .process .process_in ul li strong {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .process .process_in ul li strong {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .process .process_in ul li strong {
    font-size: 16px;
    line-height: 22px;
  }
}
.process .process_in ul li:hover .img img {
  transform: scale(1.2);
  transition: 0.5s linear;
}
.process .process_in ul li:hover strong {
  color: #bb131a;
}

.about_sec .about_in .ryt p {
  text-align: justify;
}

.testi_in h5 {
  font-family: Poppins;
  font-family: Instrument Serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .testi_in h5 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .testi_in h5 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .testi_in h5 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .testi_in h5 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .testi_in h5 {
    font-size: 25px;
    line-height: 35px;
  }
}
.testi_in .item {
  padding-top: 40px;
}
.testi_in .item .box {
  background: #ffe1e1;
  padding: 65px 30px 30px;
  position: relative;
}
.testi_in .item .box p {
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
  font-family: lato;
  font-family: "Noto Sans SemiCondensed";
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (max-width: 1400px) {
  .testi_in .item .box p {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .testi_in .item .box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .testi_in .item .box p {
    font-size: 15px;
    line-height: 24px;
  }
}
.testi_in .item .box strong {
  display: block;
  display: block;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1d1d1d;
  text-transform: capitalize;
  color: #bb131a;
  font-family: lato;
  font-family: "Noto Sans SemiCondensed";
  margin-bottom: 5px;
}
@media screen and (max-width: 1400px) {
  .testi_in .item .box strong {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .testi_in .item .box strong {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .testi_in .item .box strong {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .testi_in .item .box strong {
    font-size: 16px;
    line-height: 22px;
  }
}
.testi_in .item .box i {
  margin-bottom: 5px;
  display: block;
  text-transform: capitalize;
  font-family: "Noto Sans SemiCondensed";
}
.testi_in .item .box span {
  display: block;
  font-family: Panton Narrow-Trial;
  font-family: "Noto Sans Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
  font-weight: 500;
  text-transform: capitalize;
}
@media screen and (max-width: 1400px) {
  .testi_in .item .box span {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .testi_in .item .box span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .testi_in .item .box span {
    font-size: 15px;
    line-height: 24px;
  }
}
.testi_in .item .box::before {
  content: "";
  display: inline-block;
  background-size: contain;
  width: 70px;
  height: 70px;
  background: #bb131a url(../images/quatation.png) no-repeat center;
  border-radius: 100%;
  background-size: 35px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.testi_in .owl-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 15px;
}
.testi_in .owl-nav button {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #1a1a1a !important;
  display: flex;
  background: transparent !important;
  transition: 0.2s;
  align-items: center;
  justify-content: center;
}
.testi_in .owl-nav button span {
  display: none;
}
.testi_in .owl-nav button::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: fontawesome;
  transition: 0.2s;
  color: #1a1a1a;
  font-size: 18px;
}
.testi_in .owl-nav button.owl-next::before {
  content: "\f054";
}
.testi_in .owl-nav button.owl-prev::before {
  content: "\f053";
}
.testi_in .owl-nav button:hover {
  background: #bb131a !important;
  border-color: #bb131a !important;
  transition: 0.2s;
}
.testi_in .owl-nav button:hover::before {
  color: #fff;
  transition: 0.2s;
}

/****************responsive start***************/
@media screen and (max-width: 1400px) {
  .aliq .sec4 {
    width: 300px;
  }
  .aliq .sec5 {
    width: 180px;
  }
  .aliq .sec2 {
    right: 186px;
    top: 50px;
    width: 150px;
  }
}
@media screen and (max-width: 1200px) {
  footer .footer .top ul li a {
    font-size: 13px;
  }
  header .header .ryt .btm .menu ul {
    gap: 30px;
  }
  header .header .ryt .btm .menu, header .header .ryt .btm .sm_media {
    margin-right: 10px;
  }
  header .header .ryt .btm .booking a {
    padding: 8px 10px;
  }
  header .header .ryt .btm .menu ul li a {
    font-size: 14px;
    line-height: 24px;
  }
  header .header .ryt .btm .booking a i {
    margin-right: 5px;
  }
  .our_project .project_in .owl-nav {
    bottom: 75px;
  }
  .solution .solution_in .ryt strong {
    font-size: 30px;
    line-height: 35px;
  }
  .aliq .sec4 {
    width: 201px;
  }
  .aliq .sec2 {
    display: none;
  }
  .work .work_in .creat .box strong {
    width: 70px;
    height: 70px;
  }
  .our_project .project_in .lft {
    padding-block: 0;
  }
  .our_project .project_in .row.align-items-center {
    align-items: flex-start !important;
  }
  .scroll_blk {
    padding-block: 30px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer .foot1 .drp {
    display: none;
    margin-top: 20px;
  }
  footer .footer .top ul li a {
    font-size: 15px;
  }
  footer .footer .top ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 0;
    border: none;
  }
  footer .footer .top {
    padding: 0;
  }
  footer .footer .foot1 {
    border-bottom: 1px solid #bb131a;
    padding: 15px 0px;
  }
  footer .footer .foot1 h6 {
    position: relative;
    cursor: pointer;
    margin: 0;
  }
  footer .footer .foot1 h6::before {
    content: "+";
    position: absolute;
    right: 0;
    transition: 0.3s;
    text-align: center;
    top: 0;
    font-size: 25px;
    color: #bb131a;
  }
  footer .footer .foot1 h6.tog::before {
    content: "-";
    color: #bb131a;
    transition: 0.25s;
  }
  footer .footer .copy_yrt ul {
    flex-direction: column;
    justify-content: center;
  }
  footer .footer .copy_yrt ul li {
    text-align: center;
  }
  .aliq .aliq_in {
    padding-top: 0;
  }
  .our_project .project_in .owl-nav {
    position: static;
    margin: 0 auto;
    margin-top: 40px;
  }
  .blog .blog_in .blog_sec .lft {
    padding-right: 11px;
    border-right: unset;
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 15px;
  }
  .blog .blog_in .blog_sec .ryt {
    padding-left: 12px;
  }
  .blog .blog_in .blog_sec .ryt ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .blog .blog_in .blog_sec .ryt > a {
    text-align: center;
    display: block;
  }
  .our_project .project_in .lft {
    padding-block: 35px;
    text-align: center;
  }
  .aliq .sec5, .aliq .sec4 {
    display: none;
  }
  .aliq .aliq_in .sec1 {
    margin-top: 0;
  }
  .solution .solution_in .ryt, .solution .solution_in .ryt strong {
    text-align: center;
  }
  .partner .folio_caros .owl-nav {
    margin-top: 30px;
  }
  footer .footer {
    padding-top: 20px;
  }
  .blog .blog_in .blog_sec .lft .img .norm img {
    height: 350px;
  }
  header .header .ryt {
    position: relative;
  }
  header .header .ryt .btm {
    flex-direction: row-reverse;
    padding-right: 55px;
  }
  header .header .ryt .btm .sm_media {
    order: 1;
    z-index: 1;
  }
  header .header .ryt .btm .mobile-menu {
    position: absolute;
    right: 0;
    top: 0;
  }
  header .header .ryt .btm .mean-bar {
    border: unset;
    z-index: 0;
  }
  header .header .ryt .btm .mean-bar a.meanmenu-reveal {
    height: auto;
    line-height: normal;
    padding: 5px;
    width: 30px;
    height: 30px;
    background: #bb131a;
    border-radius: 0;
  }
  header .header .ryt .btm .mean-bar a.meanmenu-reveal span {
    background: #fff;
    border-radius: 10px;
  }
  header .header .ryt .btm .mean-bar a.meanmenu-reveal.meanclose {
    height: auto;
    line-height: normal;
    padding: 6px;
    color: #fff;
  }
  header .header .ryt .btm .mean-bar .mean-nav {
    background: #fff;
  }
  footer .footer .btm {
    padding-block: 30px;
  }
  .aliq .aliq_in .sec1 > img {
    display: none;
  }
  .aliq .aliq_in .sec1 {
    justify-content: center;
  }
  .our_project .project_in .lft a {
    position: static;
  }
  .our_project .project_in .lft p {
    margin-bottom: 15px;
  }
  .online_consult ul li a {
    width: 35px;
    height: 35px;
  }
  .online_consult ul li a i {
    font-size: 18px;
  }
  .scroll_blk {
    padding-block: 25px;
  }
  .process .process_in ul {
    flex-wrap: wrap;
    gap: 25px;
  }
  .process .process_in ul li {
    width: 47%;
    padding: 10px;
  }
  .blog .blog_in .blog_sec .ryt ul li a span {
    font-size: 17px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .blog .blog_in .blog_sec .lft .img .norm img {
    height: 300px;
  }
  .partner .folio_caros .items {
    padding: 30px 10px;
  }
  .work .work_in .creat .box strong {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  header .header .ryt .btm .sm_media {
    display: none;
  }
  .blog .blog_in .blog_sec .ryt ul li a span {
    font-size: 16px;
    line-height: 23px;
  }
  .blog .blog_in .blog_sec .lft .cnt p {
    margin-right: 15px;
  }
  header .header {
    padding-block: 13px;
  }
  .banner .banner_in .items .cnt {
    top: 58%;
  }
  .banner .banner_in .items .cnt .cnt_in .links {
    margin-top: 0;
  }
  .online_consult ul li a {
    width: 30px;
    height: 30px;
  }
  .online_consult ul li a i {
    font-size: 15px;
  }
  .scroll_blk {
    padding-block: 20px;
  }
  .design .design_in .design_video .box img {
    height: 300px;
  }
  .banner .banner_in .owl-nav {
    display: none;
  }
  .bread_crumbs .bread_in {
    padding-top: 80px;
  }
  .testi_in .item .box::before {
    width: 55px;
    height: 55px;
    background-size: 27px;
  }
  .testi_in .item .box {
    padding: 40px 10px 15px;
  }
}
@media screen and (max-width: 575px) {
  .scroll_blk .sroll_section .scroll_item {
    justify-content: center;
  }
  header .header .ryt .btm {
    position: absolute;
    right: 0;
    top: -38px;
    width: 100%;
  }
  header .header .ryt .btm .booking a i {
    margin-right: 0;
  }
  header .header .ryt .btm .booking a span {
    display: none;
  }
  header .header .ryt .btm .booking a {
    padding: 4.5px 9.5px;
    min-width: unset;
    font-size: 20px;
  }
  header .header .ryt .btm {
    padding-right: 50px;
  }
  header .header .logo a {
    max-width: 180px;
    position: relative;
    z-index: 2;
  }
  header .header {
    padding-block: 15px;
  }
  .process .process_in ul li {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */