
@import "../../cdn.jsdelivr.net/npm/bootstrap%405.0.0-beta1/dist/css/bootstrap.min.css";
@import "../../cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css";
@import "../../cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css";
@import "../../cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css";
@import "../../cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css";
@import "../../cdn.jsdelivr.net/npm/select2%404.1.0-beta.1/dist/css/select2.min.css";
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  list-style: none;
  box-sizing: border-box;
  border-collapse: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed; }

::after,
::before {
  box-sizing: border-box; }

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
  -webkit-text-size-adjust: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  clear: both; }

html {
  font-family: "TCCC-UnityText", sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

body {
  margin: 0;
  font-family: "TCCC-UnityText", sans-serif;
  font-size: 16px;
  min-width: 320px;
  -webkit-overflow-scrolling: touch;
  color: #1a1a1a;
  background: white; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

b,
strong {
  font-weight: bolder; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #1a1a1a;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  cursor: pointer; }
  a:focus {
    outline: none !important; }
  a:active {
    outline: 0; }
  a:active {
    color: #D5A829; }
  a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }
  audio:not([controls]) svg:not(:root) {
    overflow: hidden; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  table td, table th {
    padding: 0; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none outside none; }

h1 {
  font-size: 40px;
  font-weight: 500; }
  @media only screen and (max-width: 576px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 36px; }
  @media only screen and (max-width: 576px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 32px; }
  @media only screen and (max-width: 576px) {
    h3 {
      font-size: 26px; } }

h4 {
  font-size: 29px; }
  @media only screen and (max-width: 576px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-size: 27px; }
  @media only screen and (max-width: 576px) {
    h5 {
      font-size: 22px; } }

h6 {
  font-size: 24px; }
  @media only screen and (max-width: 576px) {
    h6 {
      font-size: 20px; } }

p {
  font-size: 14px;
  line-height: 22px;
  color: #61646d;
  margin-bottom: 15px; }
  @media only screen and (min-width: 576px) {
    p {
      font-size: 14px;
      line-height: 24px; } }
  p .char {
    animation: slideIn 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation-delay: calc(3ms * var(--char-index) + 1000ms ); }
@keyframes slideIn {
  0% {
    transform: translateY(1.5em);
    opacity: 0; } }
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

select {
  word-wrap: normal; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cccccc; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cccccc; }

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: inherit !important;
  background-image: none !important;
  color: inherit !important; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s !important; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }

input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

::selection, ::-moz-selection {
  background: white; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 30px; }

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 grey;
  border-radius: 0px;
  background: #2f333d; }

svg {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden; }

.picture, picture {
  width: 100%;
  height: 100%;
  display: block; }
  .picture img, picture img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.animated {
  -moz-animation-duration: 0.8s !important;
  -o-animation-duration: 0.8s !important;
  -webkit-animation-duration: 0.8s !important;
  animation-duration: 0.8s !important; }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s; }

/************FONTS********** */
@font-face {
  font-family: "TCCC-UnityText";
  src: url("../fonts/TCCC-UnityText-Black.woff2") format("woff2"), url("../fonts/TCCC-UnityText-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "TCCC-UnityText";
  src: url("../fonts/TCCC-UnityText-Bold.woff2") format("woff2"), url("../fonts/TCCC-UnityText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "TCCC-UnityText";
  src: url("../fonts/TCCC-UnityText-Medium.woff2") format("woff2"), url("../fonts/TCCC-UnityText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "TCCC-UnityText";
  src: url("../fonts/TCCC-UnityText-Regular.woff2") format("woff2"), url("../fonts/TCCC-UnityText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "TCCC-UnityText";
  src: url("../fonts/TCCC-UnityText-Light.woff2") format("woff2"), url("../fonts/TCCC-UnityText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
/* BASE STYLE */
/************************************* */
/************** SPLITING ************ */
/************************************* */
/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block; }

.splitting .char {
  position: relative; }

.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none; }

.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2); }
  .splitting .word {
    --word-percent: calc(var(--word-index) / var(--word-total));
    --line-percent: calc(var(--line-index) / var(--line-total)); }
  .splitting .char {
    --char-percent: calc(var(--char-index) / var(--char-total));
    --char-offset: calc(var(--char-index) - var(--char-center));
    --distance-sine: calc(var(--char-offset) / var(--char-center));
    --distance-percent: calc((var(--distance) / var(--char-center))); }

.splitting.cells img {
  width: 100%;
  display: block; }

@supports (display: grid) {
  .splitting.cells {
    position: relative;
    overflow: hidden;
    background-size: cover;
    visibility: hidden; }

  .splitting .cell-grid {
    background: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: repeat(var(--row-total), 1fr)/repeat(var(--col-total), 1fr); }

  .splitting .cell {
    background: inherit;
    position: relative;
    overflow: hidden;
    --center-x: calc((var(--col-total) - 1) / 2);
    --center-y: calc((var(--row-total) - 1) / 2);
    --offset-x: calc(var(--col-index) - var(--center-x));
    --offset-y: calc(var(--row-index) - var(--center-y));
    --distance-x: calc( (var(--offset-x) * var(--offset-x)) / var(--center-x) );
    --distance-y: calc( (var(--offset-y) * var(--offset-y)) / var(--center-y) ); }
    .splitting .cell .splitting .cell-inner {
      background: inherit;
      position: absolute;
      visibility: visible;
      width: calc(100% * var(--col-total));
      height: calc(100% * var(--row-total));
      left: calc(-100% * var(--col-index));
      top: calc(-100% * var(--row-index)); } }
/************************************* */
/*****************SLICK*************** */
/************************************* */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider div {
    outline: none;
    box-shadow: none;
    border: none; }
  .slick-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .slick-slider:focus {
    outline: 0; }
  .slick-slider.dragging {
    cursor: pointer;
    cursor: hand; }
  .slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .slick-slider .slick-track:after, .slick-slider .slick-track:before {
      display: table;
      content: ""; }
    .slick-slider .slick-track:after {
      clear: both; }
  .slick-slider .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
    .slick-slider .slick-slide img {
      display: block; }
    .slick-slider .slick-slide.slick-loading img {
      display: none; }
    .slick-slider .slick-slide.dragging img {
      pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
  .slick-arrow.slick-hidden [dir=rtl] .slick-slide {
    float: right; }

.slick-loading .slick-track {
  visibility: hidden; }

.scrollup {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 13.5vh;
  right: 15px;
  display: none;
  background: url(../images/icon_top.png) #D5A829 no-repeat center;
  background-size: 9px;
  z-index: 20;
  align-items: center;
  justify-content: center; }
  .scrollup:hover, .scrollup:focus {
    color: #76787e; }
  @media only screen and (max-width: 576px) {
    .scrollup {
      right: 10px;
      bottom: 20vh; } }

.fixed_right {
  position: fixed;
  bottom: 48vh;
  z-index: 50;
  margin: -15px 0;
  right: 10px; }
  .fixed_right a {
    margin: 10px 0;
    display: block; }
  .fixed_right .icon {
    width: 44px;
    height: 44px;
    background: #D5A829;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .fixed_right .icon svg {
      width: 19px;
      height: 19px;
      fill: white; }
    .fixed_right .icon.call {
      background: #18244d; }
  .fixed_right .whatsapp .call_right {
    background: url(../images/sd-whtzap2.png) center center no-repeat;
    background-size: 44px;
    border-radius: 50%;
    border-radius: 0;
    width: 44px;
    height: 44px;
    box-shadow: none; }

@keyframes scroll {
  0% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(-25%); }
  40% {
    transform: translateY(-30%); }
  50% {
    transform: translateY(-50%); }
  70% {
    transform: translateY(-50%); }
  80% {
    transform: translateY(-30%); }
  90% {
    transform: translateY(-20%); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes scroll {
  0%;
  transform: translateY(0);
  10%;
  transform: translateY(0);
  20%;
  transform: translateY(-25%);
  40%;
  transform: translateY(-30%);
  50%;
  transform: translateY(-50%);
  70%;
  transform: translateY(-50%);
  80%;
  transform: translateY(-30%);
  90%;
  transform: translateY(-20%);
  100%;
  transform: translateY(0); }
@keyframes pulse-me {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 0.1; }
  70% {
    opacity: 0.2; }
  100% {
    transform: scale(2);
    opacity: 0; } }
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 992px) {
    .container {
      max-width: 1050px; } }
  @media only screen and (min-width: 1200px) {
    .container {
      max-width: 1180px; } }
  @media only screen and (min-width: 1441px) {
    .container {
      max-width: 1260px; } }
  @media (max-width: 992px) and (min-width: 768px) {
    .container {
      max-width: 95%; } }
  @media only screen and (max-width: 768px) {
    .container {
      max-width: none; } }

/***********HEADER************ */
.modal-backdrop {
  background: rgba(54, 54, 54, 0.8);
  z-index: 2; }
  .modal-backdrop.show {
    opacity: 1; }

#Header
{
    width: 100%;
    z-index: 999;
    top: 0px;
    left: 0px;
    background: #fff;
    position: absolute;
    animation-duration: 0.5s;
    padding-bottom: 5px; /*jjjj*/
}
  #Header .topHeader {
    background: #fff;
    padding: 7.5px 0; }
    @media only screen and (min-width: 992px) {
      #Header .topHeader {
        padding: 25px 0; } }
    #Header .topHeader .top_bar {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 38px; }
      #Header .topHeader .top_bar .logSec {
        width: 150px;
        display: block; }
        @media only screen and (min-width: 576px) {
          #Header .topHeader .top_bar .logSec {
            width: 150px; } }
        @media only screen and (min-width: 768px) {
          #Header .topHeader .top_bar .logSec {
            width: 200px; } }
        @media only screen and (min-width: 992px) {
          #Header .topHeader .top_bar .logSec {
            width: 200px; } }
        @media only screen and (min-width: 1200px) {
          #Header .topHeader .top_bar .logSec {
            width: 264px; } }
        #Header .topHeader .top_bar .logSec img {
          width: 100%;
          object-fit: cover; }
      #Header .topHeader .top_bar .menu_icon {
        display: flex;
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0px;
        height: 100%;
        width: fit-content;
        width: -moz-fit-content;
        padding: 0px; }
        @media only screen and (min-width: 992px) {
          #Header .topHeader .top_bar .menu_icon {
            display: none; } }
        @media only screen and (min-width: 468px) {
          #Header .topHeader .top_bar .menu_icon {
            height: auto; } }
        #Header .topHeader .top_bar .menu_icon button {
          display: block;
          border: none;
          width: 55px;
          height: 60px;
          font-size: 0;
          outline: none;
          padding: 10px 15px;
          margin-right: 0;
          margin-top: 0;
          box-shadow: none;
          border-radius: 0;
          background: none;
          height: 100%; }
          @media only screen and (min-width: 576px) {
            #Header .topHeader .top_bar .menu_icon button {
              width: 60px; } }
          #Header .topHeader .top_bar .menu_icon button span {
            width: 100%;
            height: 2px;
            display: block;
            background: #D5A829;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            position: relative; }
            #Header .topHeader .top_bar .menu_icon button span:nth-child(2) {
              width: 90%; }
            #Header .topHeader .top_bar .menu_icon button span:nth-child(3) {
              width: 66%; }
            #Header .topHeader .top_bar .menu_icon button span:nth-child(4) {
              width: 76%; }
            #Header .topHeader .top_bar .menu_icon button span ~ span {
              margin-top: 6px; }
              @media only screen and (min-width: 576px) {
                #Header .topHeader .top_bar .menu_icon button span ~ span {
                  margin-top: 9px; } }
          #Header .topHeader .top_bar .menu_icon button.open span {
            width: 100%; }
        #Header .topHeader .top_bar .menu_icon.close {
          opacity: 0;
          visibility: hidden; }
  #Header .mainHeader {
    background: #f1f1f1;
    position: relative;
    border-bottom: solid 1px #d4d2d2; }
    #Header .mainHeader .container {
      position: relative; }
    #Header .mainHeader .flex_box {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (min-width: 992px) {
        #Header .mainHeader .flex_box {
          position: initial; } }
      #Header .mainHeader .flex_box .s_icon {
        max-width: 35px;
        margin-right: 15px;
        display: none; }
        @media only screen and (max-width: 992px) {
          #Header .mainHeader .flex_box .s_icon {
            display: none; } }
    #Header .mainHeader #header_pop {
      padding: 0px;
      top: 53px;
      height: 100vh; }
      @media only screen and (min-width: 576px) {
        #Header .mainHeader #header_pop {
          top: 53px; } }
      @media only screen and (min-width: 768px) {
        #Header .mainHeader #header_pop {
          top: 61px; } }
      @media only screen and (min-width: 992px) {
        #Header .mainHeader #header_pop {
          width: fit-content;
          width: -moz-fit-content;
          position: unset;
          display: block;
          opacity: 1;
          padding: 0px;
          overflow: visible;
          height: auto;
          top: 0px;
          min-height: auto;
          opacity: 1;
          display: block;
          position: initial; } }
      #Header .mainHeader #header_pop .modal-dialog {
        margin: 0;
        height: 100vh;
        max-width: 100%;
        left: -100%;
        background: #000000d1;
        -webkit-transform: none;
        transform: none;
        transition: ease-in-out all 0.3s;
        align-items: flex-start; }
        @media only screen and (min-width: 468px) {
          #Header .mainHeader #header_pop .modal-dialog {
            left: -300px;
            max-width: 300px; } }
        @media only screen and (min-width: 992px) {
          #Header .mainHeader #header_pop .modal-dialog {
            height: auto;
            max-width: 100%;
            left: auto;
            position: initial;
            background: none; } }
      #Header .mainHeader #header_pop .modal-content {
        width: 100%;
        height: auto;
        background: transparent;
        border: none;
        padding: 25px 0; }
        @media only screen and (min-width: 992px) {
          #Header .mainHeader #header_pop .modal-content {
            padding: 0px;
            position: initial;
            display: flex;
            align-items: center;
            flex-direction: row; } }
      #Header .mainHeader #header_pop .modal-body {
        padding: 0px; }
        @media only screen and (min-width: 992px) {
          #Header .mainHeader #header_pop .modal-body {
            position: initial; } }
      @media only screen and (min-width: 992px) {
        #Header .mainHeader #header_pop .navbar-nav {
          position: initial; } }
      @media only screen and (min-width: 992px) {
        #Header .mainHeader #header_pop .navbar-nav {
          display: flex;
          align-items: center;
          -ms-flex-direction: row;
          flex-direction: row; } }
      @media only screen and (min-width: 992px) {
        #Header .mainHeader #header_pop .navbar-nav .nav-list {
          position: initial; } }
      #Header .mainHeader #header_pop .navbar-nav .nav-list .link {
        font-size: 14px;
        display: block;
        color: #fff;
        padding: 10px 20px;
        font-weight: 400;
        font-family: "TCCC-UnityText", sans-serif; }
        @media only screen and (min-width: 468px) {
          #Header .mainHeader #header_pop .navbar-nav .nav-list .link {
            font-size: 14px; } }
        @media only screen and (min-width: 768px) {
          #Header .mainHeader #header_pop .navbar-nav .nav-list .link {
            padding: 10px 15px;
            font-size: 14px; } }
        @media (max-width: 1050px) and (min-width: 992px) {
          #Header .mainHeader #header_pop .navbar-nav .nav-list .link {
            font-size: 12px; } }
        @media only screen and (min-width: 992px) {
          #Header .mainHeader #header_pop .navbar-nav .nav-list .link {
            color: #333333;
            padding: 10px 10px; } }
        @media only screen and (min-width: 1100px) {
          #Header .mainHeader #header_pop .navbar-nav .nav-list .link {
            padding: 10px 10px; } }
        @media only screen and (min-width: 1441px) {
          #Header .mainHeader #header_pop .navbar-nav .nav-list .link {
            padding: 15px 13px;
            font-size: 15px; } }
        #Header .mainHeader #header_pop .navbar-nav .nav-list .link.buy_nows {
          color: #D5A829;
          font-weight: 600;
          transition: 0.4s all;
          padding: 6px 16px !important;
          border: solid 1px; }
          @media only screen and (max-width: 992px) {
            #Header .mainHeader #header_pop .navbar-nav .nav-list .link.buy_nows {
              width: fit-content;
              width: -moz-fit-content; } }
          #Header .mainHeader #header_pop .navbar-nav .nav-list .link.buy_nows:hover {
            color: #10428c; }
      #Header .mainHeader #header_pop .navbar-nav .nav-list.active .link, #Header .mainHeader #header_pop .navbar-nav .nav-list:hover .link {
        color: #D5A829; }
        @media only screen and (min-width: 993px) {
          #Header .mainHeader #header_pop .navbar-nav .nav-list.active .link::after, #Header .mainHeader #header_pop .navbar-nav .nav-list:hover .link::after {
            visibility: visible;
            opacity: 1; } }
      #Header .mainHeader #header_pop .navbar-nav .dropdown {
        position: inherit; }
        @media only screen and (max-width: 993px) {
          #Header .mainHeader #header_pop .navbar-nav .dropdown [data-toggle="dropdown"]::before {
            content: "";
            position: absolute;
            top: 0px;
            bottom: 0px;
            margin: auto;
            background: url("../images/icons/dropdown.html") no-repeat center;
            width: 9px;
            height: 5px;
            background-size: 9px; } }
  @media only screen and (max-width: 993px) and (max-width: 993px) {
    #Header .mainHeader #header_pop .navbar-nav .dropdown [data-toggle="dropdown"]::before {
      right: 10px; } }

        #Header .mainHeader #header_pop .navbar-nav .dropdown .dropdown-toggle {
          position: relative; }
          #Header .mainHeader #header_pop .navbar-nav .dropdown .dropdown-toggle::after {
            content: "";
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 9px solid white;
            border-top: none;
            position: absolute;
            right: 0;
            margin: auto;
            bottom: -1px; }
            @media only screen and (min-width: 993px) {
              #Header .mainHeader #header_pop .navbar-nav .dropdown .dropdown-toggle::after {
                transition: ease-in-out all 0.3s;
                left: 0;
                visibility: hidden;
                opacity: 0; } }
            @media only screen and (max-width: 993px) {
              #Header .mainHeader #header_pop .navbar-nav .dropdown .dropdown-toggle::after {
                display: inline-block;
                margin-left: 0.255em;
                vertical-align: 0.255em;
                content: "";
                border-top: 0.3em solid;
                border-right: 0.3em solid transparent;
                border-bottom: 0;
                border-left: 0.3em solid transparent;
                right: 21px;
                position: absolute;
                top: 0; } }
        #Header .mainHeader #header_pop .navbar-nav .dropdown .dropdown-menu {
          background-color: white;
          border-radius: 0px;
          padding: 0px;
          margin: 0px;
          border: none; }
          @media only screen and (max-width: 993px) {
            #Header .mainHeader #header_pop .navbar-nav .dropdown .dropdown-menu {
              transform: none !important;
              position: unset !important;
              max-height: 385px;
              overflow-y: scroll; } }
          @media only screen and (max-width: 600px) {
            #Header .mainHeader #header_pop .navbar-nav .dropdown .dropdown-menu {
              max-height: 300px; } }
          @media only screen and (min-width: 993px) {
            #Header .mainHeader #header_pop .navbar-nav .dropdown .dropdown-menu {
              position: absolute;
              left: 0 !important;
              top: 100% !important;
              min-width: 100%;
              opacity: 0;
              transform: translate(0, 0px) !important;
              transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
              visibility: hidden;
              box-shadow: 9px 0 44px 0px rgba(0, 0, 0, 0.1);
              display: flex;
              padding: 30px 0; }
              #Header .mainHeader #header_pop .navbar-nav .dropdown .dropdown-menu ul {
                display: flex;
                flex-wrap: wrap; } }
          @media only screen and (min-width: 992px) {
            #Header .mainHeader #header_pop .navbar-nav .dropdown .dropdown-menu li {
              width: calc( 100% / 3 ); } }
          #Header .mainHeader #header_pop .navbar-nav .dropdown .dropdown-menu li a {
            padding: 8px 15px;
            display: block;
            font-size: 14px;
            transition: 0.4s ease-in-out;
            position: relative;
            padding-left: 30px; }
            @media only screen and (min-width: 992px) {
              #Header .mainHeader #header_pop .navbar-nav .dropdown .dropdown-menu li a {
                margin: 0 60px; } }
            #Header .mainHeader #header_pop .navbar-nav .dropdown .dropdown-menu li a::before {
              content: "";
              position: absolute;
              left: 0;
              top: 9px;
              background: url(../images/rit.png) center no-repeat #D5A829;
              height: 20px;
              width: 20px;
              border-radius: 50%;
              background-size: 4px; }
            @media only screen and (max-width: 992px) {
              #Header .mainHeader #header_pop .navbar-nav .dropdown .dropdown-menu li a {
                padding: 8px 35px; } }
          #Header .mainHeader #header_pop .navbar-nav .dropdown .dropdown-menu li:hover a {
            color: #D5A829; }
@media only screen and (min-width: 993px) and (min-width: 992px) {
  #Header .mainHeader #header_pop .navbar-nav .dropdown:hover .dropdown-toggle ::after {
    visibility: visible;
    opacity: 1; } }
        @media only screen and (min-width: 993px) {
          #Header .mainHeader #header_pop .navbar-nav .dropdown:hover .dropdown-menu {
            display: flex;
            opacity: 1;
            visibility: visible;
            transition-delay: 0s, 0s, 0.3s; } }
      #Header .mainHeader #header_pop .btn-close {
        position: fixed;
        right: 10px;
        top: 15px;
        background: none;
        opacity: 1;
        border: none;
        outline: none;
        box-shadow: none;
        width: 25px;
        height: 25px; }
        @media (min-width: 768px) and (max-width: 992px) {
          #Header .mainHeader #header_pop .btn-close {
            top: 18px;
            right: 15px; } }
        @media only screen and (min-width: 576px) {
          #Header .mainHeader #header_pop .btn-close {
            width: 35px;
            height: 30px; } }
        #Header .mainHeader #header_pop .btn-close span {
          width: 100%;
          height: 1.5px;
          display: block;
          background: #D5A829;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          position: relative; }
          #Header .mainHeader #header_pop .btn-close span:nth-child(1) {
            transform: rotate(45deg) translate(0px, 0px); }
          #Header .mainHeader #header_pop .btn-close span:nth-child(2) {
            transform: rotate(-45deg) translate(2px, -2px); }
        @media only screen and (min-width: 992px) {
          #Header .mainHeader #header_pop .btn-close {
            display: none; } }
      #Header .mainHeader #header_pop.show .modal-dialog {
        left: 0px; }
      #Header .mainHeader #header_pop.show ~ .menu_icon {
        display: none; }
    @media only screen and (max-width: 992px) {
      #Header .mainHeader .search_box {
        padding-left: 15px;
        margin-top: 10px; } }
    @media only screen and (min-width: 992px) {
      #Header .mainHeader .search_box {
        padding-left: 22px; } }
    #Header .mainHeader .search_box .dwnld {
      margin-right: 20px; }
      #Header .mainHeader .search_box .dwnld svg {
        max-width: 22px;
        min-width: 22px;
        fill: #D5A829; }
  #Header.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
    box-shadow: 9.44px 11.657px 100px 0px rgba(25, 64, 108, 0.2); }
    @media only screen and (min-width: 768px) {
      #Header.sticky {
        animation-name: fadeInDown;
        animation-duration: 0.5s;
        animation-fill-mode: both; } }
    @media only screen and (min-width: 992px) {
      #Header.sticky .topHeader {
        display: none; } }
    #Header.sticky .mainHeader .flex_box .s_icon {
      display: block; }
      @media only screen and (max-width: 992px) {
        #Header.sticky .mainHeader .flex_box .s_icon {
          display: none; } }
    @media only screen and (max-width: 1050px) {
      #Header.sticky .mainHeader .search_box {
        display: none; } }
    @media only screen and (min-width: 576px) {
      #Header.sticky .mainHeader #header_pop {
        top: 53px; } }
    @media only screen and (min-width: 768px) {
      #Header.sticky .mainHeader #header_pop {
        top: 61px; } }
    @media only screen and (min-width: 768px) {
      #Header.sticky .mainHeader #header_pop .navbar-nav .nav-list .link {
        padding: 10px 15px; } }
    @media only screen and (min-width: 992px) {
      #Header.sticky .mainHeader #header_pop .navbar-nav .nav-list .link {
        padding: 20px 10px;
        font-size: 14px; } }
    @media only screen and (min-width: 1100px) {
      #Header.sticky .mainHeader #header_pop .navbar-nav .nav-list .link {
        padding: 20px 10px; } }
    @media only screen and (min-width: 1441px) {
      #Header.sticky .mainHeader #header_pop .navbar-nav .nav-list .link {
        padding: 18px 13px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      #Header.sticky .mainHeader #header_pop .btn-close {
        top: 18px; } }

/***********layout************* */
.form-group {
  position: relative; }
  .form-group .help-block {
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: -20px; }

#pageWrapper {
  overflow: hidden; }

.brdr {
  border-top: solid 1px rgba(24, 36, 77, 0.1); }

.head_box {
  text-align: center;
  margin-bottom: 25px; }
  @media only screen and (min-width: 992px) {
    .head_box {
      margin-bottom: 35px; } }
  @media only screen and (min-width: 1200px) {
    .head_box {
      margin-bottom: 45px; } }
  .head_box .sub_head {
    font-size: 16px;
    color: #6a6a6a;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px; }
    @media only screen and (min-width: 576px) {
      .head_box .sub_head {
        margin-bottom: 20px; } }
  .head_box .main_head, .head_box h4 {
    color: #18244d;
    font-weight: bold;
    font-family: "TCCC-UnityText", sans-serif;
    font-size: 22px;
    line-height: normal; }
    @media only screen and (min-width: 576px) {
      .head_box .main_head, .head_box h4 {
        font-size: 28px; } }
    @media only screen and (min-width: 768px) {
      .head_box .main_head, .head_box h4 {
        font-size: 32px; } }
    @media only screen and (min-width: 1200px) {
      .head_box .main_head, .head_box h4 {
        font-size: 38px; } }
    @media only screen and (min-width: 1441px) {
      .head_box .main_head, .head_box h4 {
        font-size: 45px; } }
  .head_box.wht .main_head, .head_box.wht h4, .head_box.wht .sub_head {
    color: #fff; }

.more {
  font-size: 15px;
  color: #18244d;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  padding-right: 65px; }
  @media only screen and (max-width: 576px) {
    .more {
      margin-top: 20px;
      font-size: 14px;
      font-weight: 400; } }
  .more:hover {
    color: #D5A829; }
    .more:hover::after {
      right: -15px; }
  .more::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/arrow.png) center no-repeat;
    width: 39px;
    height: 9px;
    background-size: contain;
    margin: auto;
    transition: 0.4s all; }

.view_all {
  font-size: 12px;
  color: #1e58b9;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "TCCC-UnityText", sans-serif;
  position: relative;
  padding-bottom: 3px; }
  .view_all::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background: #D5A829;
    width: 0;
    transition: 0.4s ease-in-out; }
  .view_all:hover::after {
    width: 100%; }

#MainSlider {
  position: relative; }
  #MainSlider .carousel-indicators {
    bottom: 15px; }
    @media only screen and (min-width: 576px) {
      #MainSlider .carousel-indicators {
        bottom: 25px; } }
    @media only screen and (min-width: 768px) {
      #MainSlider .carousel-indicators {
        bottom: 35px; } }
    @media only screen and (min-width: 992px) {
      #MainSlider .carousel-indicators {
        bottom: 58px; } }
    #MainSlider .carousel-indicators button {
      border-radius: 50%;
      background: #fff;
      transition: 0.4s ease-in-out;
      width: 5px;
      height: 5px; }
      @media only screen and (min-width: 576px) {
        #MainSlider .carousel-indicators button {
          width: 8px;
          height: 8px; } }
      #MainSlider .carousel-indicators button:not(:last-of-type) {
        margin-right: 15px; }
        @media only screen and (min-width: 576px) {
          #MainSlider .carousel-indicators button:not(:last-of-type) {
            margin-right: 25px; } }
        @media only screen and (min-width: 992px) {
          #MainSlider .carousel-indicators button:not(:last-of-type) {
            margin-right: 40px; } }
      #MainSlider .carousel-indicators button.active {
        background: #D5A829; }
  #MainSlider .c_cntrl {
    height: 100%;
    width: 20%;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.4s ease-in-out;
    opacity: 1;
    display: flex; }
    #MainSlider .c_cntrl span {
      background: transparent;
      border: solid 1px #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      width: 50px;
      transition: 0.4s all; }
      @media only screen and (max-width: 576px) {
        #MainSlider .c_cntrl span {
          height: 35px;
          width: 35px; } }
    #MainSlider .c_cntrl .txt {
      position: relative;
      font-size: 15px;
      color: #fff;
      font-weight: 400;
      transition: 0.4s all;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        #MainSlider .c_cntrl .txt {
          display: none; } }
    #MainSlider .c_cntrl.carousel-control-prev {
      justify-content: flex-start; }
      @media only screen and (min-width: 576px) {
        #MainSlider .c_cntrl.carousel-control-prev {
          left: 30px; } }
      #MainSlider .c_cntrl.carousel-control-prev .txt {
        margin-right: -84px;
        right: -65px; }
      #MainSlider .c_cntrl.carousel-control-prev .carousel-control-prev-icon {
        background: url(../images/rit.png) center no-repeat;
        transform: rotate(180deg); }
        @media only screen and (max-width: 576px) {
          #MainSlider .c_cntrl.carousel-control-prev .carousel-control-prev-icon {
            background-size: 14px; } }
    #MainSlider .c_cntrl.carousel-control-next {
      justify-content: flex-end; }
      @media only screen and (min-width: 576px) {
        #MainSlider .c_cntrl.carousel-control-next {
          right: 30px; } }
      #MainSlider .c_cntrl.carousel-control-next .txt {
        margin-left: -43px;
        left: -17px; }
      #MainSlider .c_cntrl.carousel-control-next .carousel-control-next-icon {
        background: url(../images/rit.png) center no-repeat; }
        @media only screen and (max-width: 576px) {
          #MainSlider .c_cntrl.carousel-control-next .carousel-control-next-icon {
            background-size: 14px; } }
  #MainSlider .carousel-item {
    position: relative;
    height: 270px;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
    @media only screen and (min-width: 576px) {
      #MainSlider .carousel-item {
        height: 350px; } }
    @media only screen and (min-width: 768px) {
      #MainSlider .carousel-item {
        height: 400px; } }
    @media only screen and (min-width: 992px) {
      #MainSlider .carousel-item {
        height: calc( 100vh - 136px ); } }
    @media only screen and (min-width: 1441px) {
      #MainSlider .carousel-item {
        height: calc( 100vh - 163px ); } }
    #MainSlider .carousel-item::before {
      content: "";
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      height: 100%;
      background: linear-gradient(1800deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
      opacity: 1;
      z-index: 10; }
    #MainSlider .carousel-item img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute; }
    #MainSlider .carousel-item .container {
      position: relative;
      display: flex;
      align-items: flex-end;
      height: 100%; }
    #MainSlider .carousel-item .carouselCntnt {
      position: absolute;
      left: 15px;
      right: 15px;
      margin: auto;
      text-align: center;
      transition: all 0.8s;
      padding: 30px 15px 0;
      max-width: 100%;
      z-index: 99;
      transition-delay: 0.3s;
      margin-bottom: 25px; }
      @media only screen and (min-width: 576px) {
        #MainSlider .carousel-item .carouselCntnt {
          margin-bottom: 35px; } }
      @media only screen and (min-width: 992px) {
        #MainSlider .carousel-item .carouselCntnt {
          margin-bottom: 55px; } }
      @media only screen and (min-width: 1200px) {
        #MainSlider .carousel-item .carouselCntnt {
          margin-bottom: 65px; } }
      @media only screen and (min-width: 1441px) {
        #MainSlider .carousel-item .carouselCntnt {
          margin-bottom: 85px; } }
      #MainSlider .carousel-item .carouselCntnt .caption {
        color: #ffffff;
        font-weight: bold;
        font-family: "TCCC-UnityText", sans-serif;
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 24px; }
        #MainSlider .carousel-item .carouselCntnt .caption span {
          color: #D5A829; }
        @media only screen and (min-width: 576px) {
          #MainSlider .carousel-item .carouselCntnt .caption {
            font-size: 28px;
            line-height: 28px; } }
        @media only screen and (min-width: 768px) {
          #MainSlider .carousel-item .carouselCntnt .caption {
            font-size: 36px;
            line-height: 36px; } }
        @media only screen and (min-width: 992px) {
          #MainSlider .carousel-item .carouselCntnt .caption {
            font-size: 40px;
            line-height: 40px;
            margin-bottom: 10px; } }
        @media only screen and (min-width: 1200px) {
          #MainSlider .carousel-item .carouselCntnt .caption {
            font-size: 50px;
            line-height: 52px;
            margin-bottom: 20px; } }
      #MainSlider .carousel-item .carouselCntnt .sub_cap {
        font-size: 22px;
        font-weight: 400;
        color: #fff; }
        @media only screen and (max-width: 992px) {
          #MainSlider .carousel-item .carouselCntnt .sub_cap {
            font-size: 20px; } }
        @media only screen and (max-width: 768px) {
          #MainSlider .carousel-item .carouselCntnt .sub_cap {
            font-size: 18px; } }
        @media only screen and (max-width: 576px) {
          #MainSlider .carousel-item .carouselCntnt .sub_cap {
            font-size: 14px; } }
      #MainSlider .carousel-item .carouselCntnt .btn_bx {
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        display: flex; }
        @media only screen and (min-width: 576px) {
          #MainSlider .carousel-item .carouselCntnt .btn_bx {
            margin-top: 45px; } }
        #MainSlider .carousel-item .carouselCntnt .btn_bx a {
          text-transform: uppercase;
          display: flex;
          align-items: center;
          font-weight: 400;
          font-size: 12px;
          justify-content: center;
          transition: 0.4s ease-in-out;
          min-height: 35px; }
          @media only screen and (max-width: 576px) {
            #MainSlider .carousel-item .carouselCntnt .btn_bx a {
              font-weight: 500;
              padding: 4px 10px; } }
          @media only screen and (min-width: 576px) {
            #MainSlider .carousel-item .carouselCntnt .btn_bx a {
              font-size: 16px;
              min-width: 173px;
              font-size: 14px;
              min-height: 40px;
              padding: 3px 25px; } }
          @media only screen and (min-width: 768px) {
            #MainSlider .carousel-item .carouselCntnt .btn_bx a {
              min-height: 45px; } }
          @media only screen and (min-width: 992px) {
            #MainSlider .carousel-item .carouselCntnt .btn_bx a {
              min-width: 194px;
              min-height: 56px;
              font-size: 15px; } }
      #MainSlider .carousel-item .carouselCntnt .v_more {
        color: #fff;
        background: #D5A829;
        margin-right: 3px; }
        @media only screen and (min-width: 576px) {
          #MainSlider .carousel-item .carouselCntnt .v_more {
            margin-right: 7px; } }
        #MainSlider .carousel-item .carouselCntnt .v_more:hover {
          background: #3d3d3d;
          color: #fff; }
      #MainSlider .carousel-item .carouselCntnt .talk {
        color: #233442;
        background: #fff; }
        #MainSlider .carousel-item .carouselCntnt .talk:hover {
          background: #3d3d3d;
          color: #fff; }
    #MainSlider .carousel-item.active .carouselCntnt {
      opacity: 1; }

#news_sec {
  padding: 40px 0 60px; }
  @media only screen and (min-width: 768px) {
    #news_sec {
      padding: 60px 0 80px; } }
  @media only screen and (min-width: 992px) {
    #news_sec {
      padding: 80px 0 100px; } }
  @media only screen and (min-width: 1200px) {
    #news_sec {
      padding: 90px 0 110px; } }
  @media only screen and (min-width: 1441px) {
    #news_sec {
      padding: 100px 0 110px; } }
  #news_sec .news_Slide .slick-list {
    margin: 0 -9px; }
  #news_sec .news_Slide .item .news_inner_bx {
    margin: 0 9px;
    display: block; }
    #news_sec .news_Slide .item .news_inner_bx:hover .img_bx img {
      img-webkit-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }
    #news_sec .news_Slide .item .news_inner_bx:hover .img_bx .date {
      background: #0e152c; }
    #news_sec .news_Slide .item .news_inner_bx .img_bx {
      position: relative;
      height: 218px;
      margin-bottom: 25px;
      overflow: hidden; }
      #news_sec .news_Slide .item .news_inner_bx .img_bx img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      #news_sec .news_Slide .item .news_inner_bx .img_bx .date {
        position: absolute;
        bottom: 7px;
        left: 7px;
        background: #e21526;
        font-size: 13px;
        font-weight: 400;
        font-family: "TCCC-UnityText", sans-serif;
        min-width: 56px;
        min-height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        padding: 5px;
        transition: 0.4s all; }
    #news_sec .news_Slide .item .news_inner_bx .title {
      font-size: 20px;
      color: #171717;
      font-weight: 500;
      font-family: "TCCC-UnityText", sans-serif;
      line-height: normal;
      margin-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        #news_sec .news_Slide .item .news_inner_bx .title {
          font-size: 16px; } }
    #news_sec .news_Slide .item .news_inner_bx p {
      font-size: 14px;
      color: #61646d;
      line-height: 24px;
      font-family: "TCCC-UnityText", sans-serif;
      margin-bottom: 0; }
      #news_sec .news_Slide .item .news_inner_bx p span {
        display: inline-block;
        color: #e21526; }
    #news_sec .news_Slide .item .news_inner_bx span {
      font-size: 14px;
      line-height: 24px;
      font-family: "TCCC-UnityText", sans-serif;
      margin-bottom: 0;
      color: #e21526; }

.cmn_title {
  margin-bottom: 15px; }
  @media only screen and (min-width: 576px) {
    .cmn_title {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) {
    .cmn_title {
      margin-bottom: 25px; } }
  @media only screen and (min-width: 992px) {
    .cmn_title {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1441px) {
    .cmn_title {
      margin-bottom: 35px; } }
  .cmn_title.cntr {
    text-align: center; }
  .cmn_title .cmn_head {
    color: #D5A829;
    font-weight: bold;
    font-family: "TCCC-UnityText", sans-serif;
    font-size: 22px;
    line-height: 24px; }
    @media only screen and (min-width: 576px) {
      .cmn_title .cmn_head {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .cmn_title .cmn_head {
        font-size: 32px;
        line-height: 32px; } }
    @media only screen and (max-width: 992px) {
      .cmn_title .cmn_head br {
        display: none; } }
    @media only screen and (min-width: 992px) {
      .cmn_title .cmn_head {
        font-size: 32px;
        line-height: 38px; } }
    @media only screen and (min-width: 1441px) {
      .cmn_title .cmn_head {
        font-size: 45px;
        line-height: 44px; } }

/***********PARALLAX************* */
.wp-block-cover-image {
  position: relative;
  background-size: cover !important;
  background-position: 50%;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-attachment: fixed !important;
  background-position: 50% 0;
  background-repeat: no-repeat !important; }

#pageBanner {
  position: relative;
  background: #18244d;
  overflow: hidden;
  height: 215px; }
  @media only screen and (min-width: 468px) {
    #pageBanner {
      height: 260px; } }
  @media only screen and (min-width: 768px) {
    #pageBanner {
      height: 360px; } }
  @media only screen and (min-width: 992px) {
    #pageBanner {
      height: 435px; } }
  @media only screen and (min-width: 1536px) {
    #pageBanner {
      height: 485px; } }
  #pageBanner img {
    width: 100%;
    object-fit: cover;
    height: 100%; }
  #pageBanner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(24, 36, 77, 0.5); }
  #pageBanner .bannerStrip {
    position: absolute;
    left: 0px;
    height: fit-content;
    height: -moz-fit-content;
    z-index: 100;
    width: 100%;
    text-align: center;
    z-index: 10;
    bottom: 45px; }
    @media only screen and (min-width: 768px) {
      #pageBanner .bannerStrip {
        bottom: 55px; } }
    @media only screen and (min-width: 992px) {
      #pageBanner .bannerStrip {
        bottom: 80px; } }
    #pageBanner .bannerStrip .main_title {
      color: #fff;
      font-weight: bold;
      font-family: "TCCC-UnityText", sans-serif;
      font-size: 24px;
      line-height: 25px;
      margin-bottom: 20px; }
      @media only screen and (min-width: 576px) {
        #pageBanner .bannerStrip .main_title {
          font-size: 28px;
          line-height: 30px; } }
      @media only screen and (min-width: 768px) {
        #pageBanner .bannerStrip .main_title {
          font-size: 32px;
          line-height: 34px; } }
      @media only screen and (min-width: 992px) {
        #pageBanner .bannerStrip .main_title {
          font-size: 42px;
          line-height: 44px; } }
      @media only screen and (min-width: 1441px) {
        #pageBanner .bannerStrip .main_title {
          font-size: 50px;
          line-height: 52px; } }
    #pageBanner .bannerStrip .sub_head {
      color: #fff;
      font-weight: 400;
      font-family: "TCCC-UnityText", sans-serif;
      font-size: 16px;
      line-height: normal; }
      @media only screen and (min-width: 576px) {
        #pageBanner .bannerStrip .sub_head {
          font-size: 18px; } }
      @media only screen and (min-width: 768px) {
        #pageBanner .bannerStrip .sub_head {
          font-size: 20px; } }
      @media only screen and (min-width: 992px) {
        #pageBanner .bannerStrip .sub_head {
          font-size: 22px; } }

/******************pagination************************* */
.pagination {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
  clear: both;
  padding: 0px 15px !important;
  margin-top: 30px;
  padding-right: 0 !important; }
  .pagination li {
    display: inline; }
    .pagination li:not(:last-of-type) {
      margin-right: 8px; }
    .pagination li a, .pagination li span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857143;
      font-size: 14px;
      color: #5f5f5f;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #b9b9b9;
      font-weight: 400; }
    .pagination li.active a {
      background: #D5A829;
      color: #ffffff; }
    .pagination li:hover a {
      background: #D5A829;
      color: #ffffff; }

.modal .modal-dialog {
  margin: auto;
  height: 100vh;
  display: flex;
  align-items: center; }
  .modal .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
    padding: 20px; }
    .modal .modal-dialog .modal-content .modal-header {
      border: none; }
      .modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 24px;
        color: #0e1632;
        font-family: "TCCC-UnityText", sans-serif;
        line-height: 28px;
        font-weight: 500; }
    .modal .modal-dialog .modal-content .modal-body form .form-group {
      margin-bottom: 10px; }
      .modal .modal-dialog .modal-content .modal-body form .form-group .form-control {
        min-height: 50px;
        border: solid 1px #dfdfdf;
        padding: 10px 20px;
        outline: none;
        box-shadow: none;
        font-size: 13px;
        color: #0e1632;
        font-weight: 400;
        border-radius: 0; }
        .modal .modal-dialog .modal-content .modal-body form .form-group .form-control::placeholder {
          font-size: 13px;
          color: #0e1632;
          font-weight: 400; }
        .modal .modal-dialog .modal-content .modal-body form .form-group .form-control:-webkit-autofill, .modal .modal-dialog .modal-content .modal-body form .form-group .form-control:-webkit-autofill:hover, .modal .modal-dialog .modal-content .modal-body form .form-group .form-control:-webkit-autofill:focus {
          -webkit-text-fill-color: #0e1632;
          -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
          transition: background-color 5000s ease-in-out 0s !important; }
      .modal .modal-dialog .modal-content .modal-body form .form-group textarea.form-control {
        min-height: 150px; }
    .modal .modal-dialog .modal-content .modal-body form .send {
      width: 165px;
      height: 50px;
      background: #D5A829;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 400;
      font-size: 13px;
      margin: auto;
      margin-top: 15px;
      transition: 0.4s all; }
      .modal .modal-dialog .modal-content .modal-body form .send:hover {
        background: #0e152c; }

/***********home************* */
.homePage #welcome_sec {
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .homePage #welcome_sec {
      padding: 60px 0; } }
  @media only screen and (min-width: 992px) {
    .homePage #welcome_sec {
      padding: 80px 0; } }
  @media only screen and (min-width: 1200px) {
    .homePage #welcome_sec {
      padding: 90px 0; } }
  @media only screen and (min-width: 1441px) {
    .homePage #welcome_sec {
      padding: 135px 0; } }
  .homePage #welcome_sec .head_box {
    margin-bottom: 30px; }
    @media only screen and (min-width: 992px) {
      .homePage #welcome_sec .head_box {
        margin-bottom: 45px; } }
    @media only screen and (min-width: 1200px) {
      .homePage #welcome_sec .head_box {
        margin-bottom: 85px; } }
  .homePage #welcome_sec .txt_outer_bx {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 100%; }
    @media only screen and (min-width: 1200px) {
      .homePage #welcome_sec .txt_outer_bx {
        padding-left: 60px;
        padding-right: 30px; } }
    .homePage #welcome_sec .txt_outer_bx .txt {
      color: #18244d;
      margin-bottom: 40px;
      font-size: 17px;
      line-height: 28px; }
      @media only screen and (max-width: 576px) {
        .homePage #welcome_sec .txt_outer_bx .txt {
          font-size: 15px;
          margin-bottom: 15px;
          line-height: 24px; } }
  .homePage #welcome_sec .img_otr_bx {
    position: relative;
    display: flex; }
    @media only screen and (max-width: 1200px) {
      .homePage #welcome_sec .img_otr_bx {
        justify-content: center;
        margin-top: 40px; } }
    @media only screen and (max-width: 992px) {
      .homePage #welcome_sec .img_otr_bx {
        margin-top: 80px;
        justify-content: flex-start; } }
    @media only screen and (max-width: 576px) {
      .homePage #welcome_sec .img_otr_bx {
        display: block;
        margin-top: 60px; } }
    .homePage #welcome_sec .img_otr_bx:hover .right_bx .yr_bx {
      transform: translate(0, 20px); }
    .homePage #welcome_sec .img_otr_bx .img_bx {
      margin-left: 67px;
      position: relative;
      height: 380px;
      width: auto; }
      @media only screen and (min-width: 576px) {
        .homePage #welcome_sec .img_otr_bx .img_bx {
          min-width: 300px;
          width: 300px;
          height: 450px; } }
      @media only screen and (max-width: 992px) {
        .homePage #welcome_sec .img_otr_bx .img_bx {
          margin-left: 45px; } }
      @media only screen and (min-width: 1200px) {
        .homePage #welcome_sec .img_otr_bx .img_bx {
          height: 480px;
          min-width: 370px;
          width: 370px; } }
      @media only screen and (min-width: 1441px) {
        .homePage #welcome_sec .img_otr_bx .img_bx {
          height: 564px;
          min-width: 413px;
          width: 413px; } }
      .homePage #welcome_sec .img_otr_bx .img_bx:hover::after {
        left: 0;
        top: 0; }
      .homePage #welcome_sec .img_otr_bx .img_bx img {
        width: 100%;
        object-fit: cover;
        height: 100%; }
      .homePage #welcome_sec .img_otr_bx .img_bx::after {
        content: "";
        position: absolute;
        left: -44px;
        top: -38px;
        background: rgba(24, 36, 77, 0.1);
        z-index: -1;
        transition: 0.25s all ease-out;
        height: 400px;
        width: 300px; }
        @media only screen and (min-width: 1200px) {
          .homePage #welcome_sec .img_otr_bx .img_bx::after {
            height: 496px;
            width: 377px; } }
    .homePage #welcome_sec .img_otr_bx .right_bx {
      flex-wrap: wrap;
      align-content: space-between;
      width: calc(100% - 413px); }
      @media only screen and (min-width: 476px) {
        .homePage #welcome_sec .img_otr_bx .right_bx {
          display: flex;
          align-items: center; } }
      @media only screen and (max-width: 650px) {
        .homePage #welcome_sec .img_otr_bx .right_bx {
          width: auto; } }
    .homePage #welcome_sec .img_otr_bx .yr_bx {
      background: #D5A829;
      position: relative;
      margin-top: 34px;
      padding: 30px 35px;
      width: 100%;
      transition: 0.4s all; }
      @media only screen and (max-width: 476px) {
        .homePage #welcome_sec .img_otr_bx .yr_bx {
          text-align: center; } }
      @media only screen and (min-width: 476px) {
        .homePage #welcome_sec .img_otr_bx .yr_bx {
          height: 240px;
          width: 245px; } }
      @media only screen and (min-width: 576px) {
        .homePage #welcome_sec .img_otr_bx .yr_bx {
          left: -70px; } }
      @media only screen and (min-width: 1200px) {
        .homePage #welcome_sec .img_otr_bx .yr_bx {
          height: 271px; } }
      .homePage #welcome_sec .img_otr_bx .yr_bx h2 {
        font-weight: bold;
        color: transparent;
        -webkit-text-stroke: #fff 2px;
        margin-bottom: 20px;
        font-size: 48px;
        line-height: 35px; }
        @media only screen and (min-width: 476px) {
          .homePage #welcome_sec .img_otr_bx .yr_bx h2 {
            font-size: 90px;
            line-height: 75px; } }
        @media only screen and (min-width: 1200px) {
          .homePage #welcome_sec .img_otr_bx .yr_bx h2 {
            font-size: 130px;
            line-height: 115px; } }
      .homePage #welcome_sec .img_otr_bx .yr_bx .txt {
        font-weight: 400;
        color: #fff;
        font-style: italic;
        font-size: 16px;
        line-height: 18px; }
        @media only screen and (min-width: 476px) {
          .homePage #welcome_sec .img_otr_bx .yr_bx .txt {
            font-size: 22px;
            line-height: 30px; } }
        @media only screen and (min-width: 1200px) {
          .homePage #welcome_sec .img_otr_bx .yr_bx .txt {
            font-size: 26px;
            line-height: 36px; } }
    @media only screen and (max-width: 576px) {
      .homePage #welcome_sec .img_otr_bx .btm_bx {
        margin-top: 20px; } }
    @media only screen and (min-width: 476px) {
      .homePage #welcome_sec .img_otr_bx .btm_bx {
        padding-left: 30px; } }
    .homePage #welcome_sec .img_otr_bx .btm_bx .txt {
      font-weight: 500;
      color: #61646d;
      line-height: 24px;
      padding-bottom: 25px;
      position: relative;
      font-size: 16px; }
      @media only screen and (min-width: 576px) {
        .homePage #welcome_sec .img_otr_bx .btm_bx .txt {
          line-height: 26px;
          font-size: 18px; } }
      @media only screen and (min-width: 1200px) {
        .homePage #welcome_sec .img_otr_bx .btm_bx .txt {
          font-size: 20px; } }
      @media only screen and (max-width: 468px) {
        .homePage #welcome_sec .img_otr_bx .btm_bx .txt br {
          display: none; } }
      .homePage #welcome_sec .img_otr_bx .btm_bx .txt::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 12px;
        width: 55px;
        background: rgba(24, 36, 77, 0.1); }
.homePage #features_sec {
  position: relative;
  overflow: hidden;
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .homePage #features_sec {
      padding: 60px 0; } }
  @media only screen and (min-width: 992px) {
    .homePage #features_sec {
      padding: 80px 0; } }
  @media only screen and (min-width: 1200px) {
    .homePage #features_sec {
      padding: 90px 0; } }
  @media only screen and (min-width: 1441px) {
    .homePage #features_sec {
      padding: 150px 0 120px; } }
  .homePage #features_sec::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(14, 22, 50, 0.55); }
  .homePage #features_sec .bg_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.45; }
    .homePage #features_sec .bg_box img {
      width: 100%;
      object-fit: cover;
      height: 100%; }
  .homePage #features_sec .container {
    position: relative;
    z-index: 10; }
  .homePage #features_sec .f_box {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr; }
    @media only screen and (min-width: 992px) {
      .homePage #features_sec .f_box {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    .homePage #features_sec .f_box .cmn_bx {
      display: flex;
      align-items: center;
      background: rgba(24, 36, 77, 0.8);
      min-height: 50px;
      padding: 15px 10px;
      transition: 0.4s all; }
      @media only screen and (min-width: 468px) {
        .homePage #features_sec .f_box .cmn_bx {
          width: calc( 100% - 10px );
          padding: 15px 15px; } }
      @media only screen and (min-width: 576px) {
        .homePage #features_sec .f_box .cmn_bx {
          padding: 15px;
          min-height: 144px;
          justify-content: center; } }
      @media only screen and (max-width: 992px) {
        .homePage #features_sec .f_box .cmn_bx {
          margin: 10px; } }
      @media only screen and (max-width: 468px) {
        .homePage #features_sec .f_box .cmn_bx {
          margin: 5px; } }
      .homePage #features_sec .f_box .cmn_bx:nth-child(even) {
        background: rgba(226, 21, 38, 0.8); }
      @media only screen and (min-width: 992px) {
        .homePage #features_sec .f_box .cmn_bx:not(:last-of-type) {
          margin-right: 30px; } }
      .homePage #features_sec .f_box .cmn_bx:hover {
        background: #18244d; }
        .homePage #features_sec .f_box .cmn_bx:hover:nth-child(even) {
          background: #e21526; }
        .homePage #features_sec .f_box .cmn_bx:hover .img_bx {
          transform: translate(0, -10px); }
      .homePage #features_sec .f_box .cmn_bx .img_bx {
        margin-right: 20px;
        transition: 0.4s all; }
        @media only screen and (max-width: 1200px) {
          .homePage #features_sec .f_box .cmn_bx .img_bx {
            margin-right: 10px;
            min-width: 45px; } }
        @media only screen and (max-width: 468px) {
          .homePage #features_sec .f_box .cmn_bx .img_bx {
            min-width: 30px; } }
        .homePage #features_sec .f_box .cmn_bx .img_bx svg {
          min-width: 40px;
          max-width: 40px;
          fill: #fff; }
          @media only screen and (min-width: 1200px) {
            .homePage #features_sec .f_box .cmn_bx .img_bx svg {
              min-width: 50px;
              max-width: 50px; } }
          @media only screen and (max-width: 468px) {
            .homePage #features_sec .f_box .cmn_bx .img_bx svg {
              min-width: 30px;
              max-width: 30px; } }
      .homePage #features_sec .f_box .cmn_bx .txt {
        color: #fff;
        font-weight: 400;
        line-height: 29px;
        text-transform: uppercase;
        font-size: 14px; }
        @media only screen and (min-width: 1200px) {
          .homePage #features_sec .f_box .cmn_bx .txt {
            font-size: 20px; } }
        @media only screen and (max-width: 468px) {
          .homePage #features_sec .f_box .cmn_bx .txt {
            font-size: 10px;
            line-height: 22px; } }
        .homePage #features_sec .f_box .cmn_bx .txt span {
          font-size: 24px;
          font-weight: 500;
          display: block; }
          @media only screen and (min-width: 1200px) {
            .homePage #features_sec .f_box .cmn_bx .txt span {
              font-size: 30px; } }
          @media only screen and (max-width: 468px) {
            .homePage #features_sec .f_box .cmn_bx .txt span {
              font-size: 18px; } }
.homePage #product_sec {
  position: relative;
  padding: 40px 0 0;
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .homePage #product_sec {
      padding: 60px 0 0;
      margin-bottom: 70px; } }
  @media only screen and (min-width: 992px) {
    .homePage #product_sec {
      padding: 80px 0 0;
      margin-bottom: 90px; } }
  @media only screen and (min-width: 1200px) {
    .homePage #product_sec {
      padding: 90px 0 0;
      margin-bottom: 90px; } }
  @media only screen and (min-width: 1441px) {
    .homePage #product_sec {
      padding: 120px 0 0;
      margin-bottom: 115px; } }
  @media only screen and (min-width: 768px) {
    .homePage #product_sec::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      width: calc( 100% - 330px );
      background: rgba(24, 36, 77, 0.1); } }
  .homePage #product_sec .caption {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    min-height: 25px;
    min-width: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    background: #D5A829;
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 15px; }
  .homePage #product_sec .title_box {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .homePage #product_sec .title_box {
        margin-bottom: 40px; } }
    @media only screen and (min-width: 992px) {
      .homePage #product_sec .title_box {
        margin-bottom: 60px; } }
    .homePage #product_sec .title_box .cmn_box {
      height: 100%;
      display: flex;
      align-items: center; }
      @media only screen and (min-width: 992px) {
        .homePage #product_sec .title_box .cmn_box.disc {
          padding: 0 78px; } }
      .homePage #product_sec .title_box .cmn_box .title {
        color: #232323;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px; }
        @media only screen and (min-width: 576px) {
          .homePage #product_sec .title_box .cmn_box .title {
            font-size: 26px;
            line-height: 36px; } }
        @media only screen and (max-width: 768px) {
          .homePage #product_sec .title_box .cmn_box .title {
            margin-bottom: 15px; }
            .homePage #product_sec .title_box .cmn_box .title br {
              display: none;
              margin-bottom: 20px; } }
        @media only screen and (min-width: 768px) {
          .homePage #product_sec .title_box .cmn_box .title {
            font-size: 28px;
            line-height: 38px; } }
        @media only screen and (min-width: 992px) {
          .homePage #product_sec .title_box .cmn_box .title {
            font-size: 32px;
            line-height: 42px; } }
      .homePage #product_sec .title_box .cmn_box p {
        color: #595959;
        font-weight: 400;
        line-height: 26px;
        font-size: 14px; }
        @media only screen and (min-width: 576px) {
          .homePage #product_sec .title_box .cmn_box p {
            font-size: 15px; } }
      .homePage #product_sec .title_box .cmn_box .more {
        font-size: 14px;
        color: #232323;
        padding-right: 50px;
        width: fit-content;
        width: -moz-fit-content;
        margin: 0 0 0 auto; }
        .homePage #product_sec .title_box .cmn_box .more:hover {
          color: #D5A829; }
        @media only screen and (max-width: 768px) {
          .homePage #product_sec .title_box .cmn_box .more {
            margin-top: 10px; } }
  .homePage #product_sec .custom_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 992px) and (min-width: 768px) {
      .homePage #product_sec .custom_container {
        max-width: 95%; } }
    @media only screen and (min-width: 992px) {
      .homePage #product_sec .custom_container {
        margin: 0 0 0 auto;
        margin-right: 28px;
        max-width: max-content; } }
    @media only screen and (min-width: 1050px) {
      .homePage #product_sec .custom_container {
        width: calc(100% - ((100% - 960px)/ 2)); } }
    @media only screen and (min-width: 1200px) {
      .homePage #product_sec .custom_container {
        width: calc(100% - ((100% - 1090px)/ 2)); } }
    @media only screen and (min-width: 1441px) {
      .homePage #product_sec .custom_container {
        width: calc(100% - ((100% - 1190px)/ 2)); } }
  .homePage #product_sec .productSlide {
    position: relative;
    padding-bottom: 50px; }
    @media only screen and (min-width: 576px) {
      .homePage #product_sec .productSlide {
        padding-bottom: 60px; } }
    @media only screen and (min-width: 768px) {
      .homePage #product_sec .productSlide {
        padding-bottom: 80px; } }
    @media only screen and (min-width: 992px) {
      .homePage #product_sec .productSlide {
        padding-bottom: 90px; } }
    @media only screen and (min-width: 1200px) {
      .homePage #product_sec .productSlide {
        padding-bottom: 115px; } }
    .homePage #product_sec .productSlide .slick-arrow {
      position: absolute;
      bottom: -11px;
      font-size: 15px;
      color: #232323;
      font-weight: 400;
      text-transform: uppercase;
      background: transparent;
      outline: none;
      box-shadow: none;
      border: none; }
      @media only screen and (min-width: 768px) {
        .homePage #product_sec .productSlide .slick-arrow {
          right: 75px; } }
      @media only screen and (max-width: 768px) {
        .homePage #product_sec .productSlide .slick-arrow {
          right: 0;
          left: 0;
          margin: auto; } }
      @media only screen and (min-width: 768px) {
        .homePage #product_sec .productSlide .slick-arrow.slide-prev {
          margin-right: 60px; } }
      @media only screen and (max-width: 768px) {
        .homePage #product_sec .productSlide .slick-arrow.slide-prev {
          left: -60px; } }
      .homePage #product_sec .productSlide .slick-arrow.slide-prev:hover::before {
        left: -80px; }
        @media only screen and (max-width: 768px) {
          .homePage #product_sec .productSlide .slick-arrow.slide-prev:hover::before {
            left: -60px; } }
      .homePage #product_sec .productSlide .slick-arrow.slide-prev span {
        margin-left: 13px; }
      .homePage #product_sec .productSlide .slick-arrow.slide-prev::before {
        content: "";
        position: absolute;
        background: url(../images/lft_arw.png) center no-repeat;
        border-radius: 50%;
        border: solid 1px #d9d9d9;
        transition: 0.4s all;
        background-size: 15px;
        width: 40px;
        height: 40px;
        top: -9px;
        left: -55px; }
        @media only screen and (min-width: 768px) {
          .homePage #product_sec .productSlide .slick-arrow.slide-prev::before {
            background-size: 20px;
            left: -74px;
            width: 57px;
            height: 57px;
            top: -17px; } }
      @media only screen and (max-width: 768px) {
        .homePage #product_sec .productSlide .slick-arrow.slide-nxt {
          right: -80px; } }
      .homePage #product_sec .productSlide .slick-arrow.slide-nxt:hover::before {
        right: -80px; }
        @media only screen and (max-width: 768px) {
          .homePage #product_sec .productSlide .slick-arrow.slide-nxt:hover::before {
            right: -60px; } }
      .homePage #product_sec .productSlide .slick-arrow.slide-nxt::before {
        content: "";
        position: absolute;
        background: url(../images/lft_arw.png) center no-repeat;
        transform: rotate(180deg);
        border-radius: 50%;
        border: solid 1px #d9d9d9;
        transition: 0.4s all;
        background-size: 15px;
        width: 40px;
        height: 40px;
        top: -9px;
        right: -55px; }
        @media only screen and (min-width: 768px) {
          .homePage #product_sec .productSlide .slick-arrow.slide-nxt::before {
            right: -74px;
            background-size: 20px;
            width: 57px;
            height: 57px;
            top: -17px; } }
    .homePage #product_sec .productSlide .slick-list {
      margin: 0 -7.5px; }
    .homePage #product_sec .productSlide .item {
      margin: 0 7.5px; }
      .homePage #product_sec .productSlide .item .outer_box {
        position: relative;
        border-radius: 5px;
        overflow: hidden; }
        @media only screen and (min-width: 992px) {
          .homePage #product_sec .productSlide .item .outer_box {
            height: 255px; } }
        @media only screen and (min-width: 1200px) {
          .homePage #product_sec .productSlide .item .outer_box {
            height: 355px; } }
        .homePage #product_sec .productSlide .item .outer_box img {
          width: 100%;
          object-fit: cover;
          height: 100%;
          -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, transform 0.35s;
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }
        .homePage #product_sec .productSlide .item .outer_box::after {
          content: "";
          position: absolute;
          left: 0px;
          bottom: 0px;
          width: 100%;
          height: 75%;
          background: linear-gradient(1800deg, #202020, rgba(0, 0, 0, 0));
          opacity: 1;
          z-index: 10; }
        .homePage #product_sec .productSlide .item .outer_box .txt_box {
          position: absolute;
          z-index: 15;
          bottom: -10px;
          left: 45px;
          transition: 0.4s all ease-out; }
          .homePage #product_sec .productSlide .item .outer_box .txt_box .sub_head {
            position: relative;
            padding-left: 15px;
            color: #dcdcdc;
            font-weight: 300;
            font-size: 13px;
            line-height: normal;
            margin-bottom: 15px; }
            .homePage #product_sec .productSlide .item .outer_box .txt_box .sub_head::before {
              content: "";
              height: 10px;
              width: 8px;
              background: #e21526;
              left: 0;
              position: absolute;
              top: 4px; }
          .homePage #product_sec .productSlide .item .outer_box .txt_box .title {
            font-size: 22px;
            color: #fff;
            font-weight: 500;
            line-height: 30px; }
            @media only screen and (min-width: 1200px) {
              .homePage #product_sec .productSlide .item .outer_box .txt_box .title {
                font-size: 26px; } }
          .homePage #product_sec .productSlide .item .outer_box .txt_box .v_more {
            font-size: 10px;
            font-weight: 500;
            text-transform: uppercase;
            color: #fff;
            background: #e21526;
            width: 118px;
            min-height: 35px;
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 25px;
            opacity: 0;
            transition: 0.4s all ease-out; }
        .homePage #product_sec .productSlide .item .outer_box:hover img {
          img-webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1); }
        .homePage #product_sec .productSlide .item .outer_box:hover .txt_box {
          bottom: 50px; }
          .homePage #product_sec .productSlide .item .outer_box:hover .txt_box .v_more {
            opacity: 1; }
.homePage #brand_sec {
  position: relative;
  padding: 30px 0 70px; }
  @media only screen and (min-width: 768px) {
    .homePage #brand_sec {
      padding: 30px 0 70px; } }
  @media only screen and (min-width: 992px) {
    .homePage #brand_sec {
      padding: 30px 0 90px; } }
  @media only screen and (min-width: 1200px) {
    .homePage #brand_sec {
      padding: 50px 0 90px; } }
  @media only screen and (min-width: 1441px) {
    .homePage #brand_sec {
      padding: 70px 0 100px; } }
  .homePage #brand_sec .bg_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .homePage #brand_sec .bg_box img {
      width: 100%;
      object-fit: cover;
      height: 100%; }
  .homePage #brand_sec .container {
    position: relative; }
  .homePage #brand_sec .brandSlide .slick-slide {
    margin: 0 -5px; }
  .homePage #brand_sec .brandSlide .item {
    margin: 0 5px; }
    .homePage #brand_sec .brandSlide .item .img_bx {
      background: #fff;
      border-radius: 10px;
      height: 125px;
      overflow: hidden;
      display: flex;
      padding: 15px;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      @media only screen and (max-width: 576px) {
        .homePage #brand_sec .brandSlide .item .img_bx {
          height: 100px; } }
      .homePage #brand_sec .brandSlide .item .img_bx img {
        transition: 0.8s all; }
        @media only screen and (max-width: 576px) {
          .homePage #brand_sec .brandSlide .item .img_bx img {
            max-width: 75%; } }
      .homePage #brand_sec .brandSlide .item .img_bx:hover img {
        transform: rotateX(360deg); }
  .homePage #brand_sec .brandSlide .slick-arrow {
    position: absolute;
    outline: none;
    box-shadow: none;
    border: none;
    bottom: 0;
    margin: auto;
    filter: invert(1) brightness(20);
    transition: 0.4s all; }
    @media only screen and (min-width: 1300px) {
      .homePage #brand_sec .brandSlide .slick-arrow {
        height: 57px;
        width: 57px;
        top: 0; } }
    @media only screen and (max-width: 1300px) {
      .homePage #brand_sec .brandSlide .slick-arrow {
        bottom: -50px;
        width: 35px;
        height: 35px;
        left: 0;
        right: 0; } }
    .homePage #brand_sec .brandSlide .slick-arrow:hover {
      filter: none; }
    .homePage #brand_sec .brandSlide .slick-arrow.slide-prev {
      position: absolute;
      background: url(../images/lft_arw.png) center no-repeat;
      border-radius: 50%;
      border: solid 1px #d9d9d9;
      background-size: 20px;
      left: -75px; }
    .homePage #brand_sec .brandSlide .slick-arrow.slide-nxt {
      background: url(../images/lft_arw.png) center no-repeat;
      transform: rotate(180deg);
      border-radius: 50%;
      border: solid 1px #d9d9d9;
      background-size: 20px;
      right: -75px; }
.homePage #special_sec {
  background: #e7e9ed;
  padding: 30px 0; }
  @media only screen and (min-width: 768px) {
    .homePage #special_sec {
      padding: 40px 0; } }
  @media only screen and (min-width: 992px) {
    .homePage #special_sec {
      padding: 60px 0; } }
  @media only screen and (min-width: 1200px) {
    .homePage #special_sec {
      padding: 75px 0; } }
  .homePage #special_sec .custom_container {
    width: 100%;
    padding-right: 0;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 992px) and (min-width: 768px) {
      .homePage #special_sec .custom_container {
        max-width: 95%; } }
    @media only screen and (min-width: 992px) {
      .homePage #special_sec .custom_container {
        margin: 0 0 0 auto;
        max-width: max-content; } }
    @media only screen and (min-width: 1050px) {
      .homePage #special_sec .custom_container {
        width: calc(100% - ((100% - 960px)/ 2)); } }
    @media only screen and (min-width: 1200px) {
      .homePage #special_sec .custom_container {
        width: calc(100% - ((100% - 1090px)/ 2)); } }
    @media only screen and (min-width: 1441px) {
      .homePage #special_sec .custom_container {
        width: calc(100% - ((100% - 1190px)/ 2)); } }
    .homePage #special_sec .custom_container .content_sec {
      padding: 0 0 20px; }
      @media only screen and (min-width: 768px) {
        .homePage #special_sec .custom_container .content_sec {
          padding: 0 0 40px; } }
      @media only screen and (min-width: 992px) {
        .homePage #special_sec .custom_container .content_sec {
          padding-right: 45px; } }
      @media only screen and (min-width: 1200px) {
        .homePage #special_sec .custom_container .content_sec {
          padding: 75px 0;
          margin-left: 78px; } }
      .homePage #special_sec .custom_container .content_sec .head {
        color: #18244d;
        font-weight: bold;
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 28px; }
        @media only screen and (min-width: 576px) {
          .homePage #special_sec .custom_container .content_sec .head {
            font-size: 24px;
            line-height: 32px; } }
        @media only screen and (min-width: 768px) {
          .homePage #special_sec .custom_container .content_sec .head {
            font-size: 28px;
            line-height: 36px; } }
        @media only screen and (min-width: 992px) {
          .homePage #special_sec .custom_container .content_sec .head {
            font-size: 36px;
            line-height: 42px; } }
        @media only screen and (min-width: 1200px) {
          .homePage #special_sec .custom_container .content_sec .head {
            font-size: 40px;
            line-height: 48px;
            margin-bottom: 30px; } }
      .homePage #special_sec .custom_container .content_sec p {
        font-size: 15px;
        color: #61646d;
        line-height: 26px;
        font-weight: 400; }
      .homePage #special_sec .custom_container .content_sec .shop {
        background: #D5A829;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        width: fit-content;
        width: -moz-fit-content;
        min-height: 45px;
        min-width: 170px;
        margin-top: 40px;
        transition: 0.4s all; }
        @media only screen and (min-width: 768px) {
          .homePage #special_sec .custom_container .content_sec .shop {
            min-height: 55px;
            min-width: 200px; } }
        .homePage #special_sec .custom_container .content_sec .shop:hover {
          background: #0e152c; }
    .homePage #special_sec .custom_container .img_otr_bx {
      position: relative;
      height: 100%; }
      .homePage #special_sec .custom_container .img_otr_bx .landScapeHolder {
        right: -120px;
        height: 100%; }
        @media only screen and (min-width: 991px) {
          .homePage #special_sec .custom_container .img_otr_bx .landScapeHolder {
            position: absolute; } }
.homePage #core_values {
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .homePage #core_values {
      padding: 60px 0; } }
  @media only screen and (min-width: 992px) {
    .homePage #core_values {
      padding: 80px 0; } }
  @media only screen and (min-width: 1200px) {
    .homePage #core_values {
      padding: 90px 0; } }
  @media only screen and (min-width: 1441px) {
    .homePage #core_values {
      padding: 110px 0; } }
  .homePage #core_values .ot_bx {
    margin: auto; }
  @media only screen and (min-width: 992px) {
    .homePage #core_values .outer_bx {
      padding-right: 100px;
      padding-left: 15px; } }
  .homePage #core_values .outer_bx .title {
    color: #18244d;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px; }
    @media only screen and (min-width: 576px) {
      .homePage #core_values .outer_bx .title {
        font-size: 26px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .homePage #core_values .outer_bx .title {
        font-size: 28px;
        line-height: 32px; } }
    @media only screen and (min-width: 992px) {
      .homePage #core_values .outer_bx .title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 30px; } }
  .homePage #core_values .c_box {
    border-radius: 3px;
    background-color: white;
    box-shadow: 0px 5px 70px 0px rgba(30, 33, 56, 0.1);
    margin-bottom: 17px;
    height: calc( 100% - 17px );
    padding: 25px 20px;
    transition: 0.4s all; }
    .homePage #core_values .c_box:hover {
      box-shadow: 0px 5px 70px 0px rgba(30, 33, 56, 0.2);
      transform: translate(0, -10px); }
      .homePage #core_values .c_box:hover .img_bx img {
        transform: rotateY(-180deg); }
    @media only screen and (min-width: 576px) {
      .homePage #core_values .c_box {
        display: flex;
        padding: 35px 35px; } }
    .homePage #core_values .c_box .img_bx {
      margin-right: 15px;
      min-width: 38px;
      max-width: 38px; }
      @media only screen and (max-width: 576px) {
        .homePage #core_values .c_box .img_bx {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 576px) {
        .homePage #core_values .c_box .img_bx {
          min-width: 43px;
          max-width: 43px; } }
      .homePage #core_values .c_box .img_bx img {
        transition: 0.5s all; }
    .homePage #core_values .c_box .txt_bx .title {
      font-size: 20px;
      color: #18244d;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 15px; }
      @media only screen and (max-width: 576px) {
        .homePage #core_values .c_box .txt_bx .title {
          font-size: 18px; } }
    .homePage #core_values .c_box .txt_bx p {
      font-size: 13px;
      color: #61646d;
      line-height: 22px;
      font-weight: 500;
      margin-bottom: 0; }
.homePage #testimonial {
  background: #e21526;
  position: relative;
  padding: 30px 0 50px; }
  @media only screen and (min-width: 768px) {
    .homePage #testimonial {
      padding: 40px 0; } }
  @media only screen and (min-width: 992px) {
    .homePage #testimonial {
      padding: 60px 0; } }
  @media only screen and (min-width: 1200px) {
    .homePage #testimonial {
      padding: 75px 0; } }
  .homePage #testimonial .bg_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.15; }
    .homePage #testimonial .bg_box img {
      width: 100%;
      object-fit: cover;
      height: 100%; }
  @media only screen and (max-width: 576px) {
    .homePage #testimonial .courseSlide {
      width: 100%;
      margin: auto; } }
  .homePage #testimonial .courseSlide .slick-dots {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    justify-content: center;
    background: transparent;
    bottom: -15px;
    display: flex; }
    @media only screen and (max-width: 576px) {
      .homePage #testimonial .courseSlide .slick-dots {
        bottom: -15px; } }
  .homePage #testimonial .courseSlide button {
    background: transparent;
    border: solid 1px #fff;
    position: relative;
    outline: none;
    box-shadow: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    margin-right: 15px; }
  .homePage #testimonial .courseSlide .slick-active button {
    background: #fff;
    border: none;
    position: relative;
    outline: none;
    box-shadow: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 0;
    font-size: 0; }
  .homePage #testimonial .courseSlide .slick-list {
    margin: 0 -10px; }
  .homePage #testimonial .courseSlide .item {
    margin: 0 10px;
    padding-top: 50px;
    padding-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .homePage #testimonial .courseSlide .item {
        padding-bottom: 50px; } }
    .homePage #testimonial .courseSlide .item .content_box {
      position: relative;
      padding: 65px 30px 30px;
      background: #fff;
      flex-wrap: wrap;
      align-content: space-between;
      display: flex; }
      @media only screen and (min-width: 992px) {
        .homePage #testimonial .courseSlide .item .content_box {
          min-height: 270px; } }
      @media only screen and (max-width: 1200px) {
        .homePage #testimonial .courseSlide .item .content_box {
          padding: 65px 30px 30px; } }
      .homePage #testimonial .courseSlide .item .content_box .icon_box {
        position: absolute;
        top: -50px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 15px;
        width: 95px;
        height: 95px;
        border: solid 3px #fff; }
      .homePage #testimonial .courseSlide .item .content_box .txt_sec {
        margin-bottom: 20px; }
        .homePage #testimonial .courseSlide .item .content_box .txt_sec p {
          font-size: 14px;
          color: #585758;
          line-height: 22px;
          margin-bottom: 0; }
      .homePage #testimonial .courseSlide .item .content_box .name {
        text-transform: uppercase;
        font-size: 15px;
        color: #18244d;
        font-weight: 500;
        width: 100%; }
      .homePage #testimonial .courseSlide .item .content_box .sub_name {
        font-size: 13px;
        color: #727172;
        font-weight: 400; }
.homePage #client_sec {
  position: relative;
  padding: 30px 0 70px; }
  @media only screen and (min-width: 768px) {
    .homePage #client_sec {
      padding: 30px 0 70px; } }
  @media only screen and (min-width: 992px) {
    .homePage #client_sec {
      padding: 30px 0 90px; } }
  @media only screen and (min-width: 1200px) {
    .homePage #client_sec {
      padding: 50px 0 90px; } }
  @media only screen and (min-width: 1441px) {
    .homePage #client_sec {
      padding: 70px 0 100px; } }
  .homePage #client_sec .bg_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .homePage #client_sec .bg_box img {
      width: 100%;
      object-fit: cover;
      height: 100%; }
  .homePage #client_sec .container {
    position: relative; }
  .homePage #client_sec .brandSlide .slick-slide {
    margin: 0 -5px; }
  .homePage #client_sec .brandSlide .item {
    margin: 0 5px; }
    .homePage #client_sec .brandSlide .item .img_bx {
      background: #fff;
      border-radius: 10px;
      height: 125px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 15px;
      box-shadow: 0px 0px 10px 0px rgba(23, 23, 23, 0.1);
      border: solid 1px #e0e7f2;
      cursor: pointer; }
      .homePage #client_sec .brandSlide .item .img_bx img {
        transition: 0.8s all; }
      .homePage #client_sec .brandSlide .item .img_bx:hover img {
        transform: rotateX(360deg); }
      @media only screen and (max-width: 576px) {
        .homePage #client_sec .brandSlide .item .img_bx {
          height: 100px; }
          .homePage #client_sec .brandSlide .item .img_bx img {
            max-width: 75%; } }
  .homePage #client_sec .brandSlide .slick-arrow {
    position: absolute;
    outline: none;
    box-shadow: none;
    border: none;
    bottom: 0;
    margin: auto;
    transition: 0.4s all; }
    @media only screen and (min-width: 1300px) {
      .homePage #client_sec .brandSlide .slick-arrow {
        height: 57px;
        width: 57px;
        top: 0; } }
    @media only screen and (max-width: 1300px) {
      .homePage #client_sec .brandSlide .slick-arrow {
        bottom: -50px;
        width: 35px;
        height: 35px;
        left: 0;
        right: 0; } }
    .homePage #client_sec .brandSlide .slick-arrow:hover {
      filter: none; }
    .homePage #client_sec .brandSlide .slick-arrow.slide-prev {
      left: -75px;
      position: absolute;
      background: url(../images/b_arrow1.png) center no-repeat;
      border-radius: 50%;
      border: solid 1px #18244d;
      background-size: 20px; }
    .homePage #client_sec .brandSlide .slick-arrow.slide-nxt {
      right: -75px;
      background: url(../images/b_arrow1.png) center no-repeat;
      transform: rotate(180deg);
      border-radius: 50%;
      border: solid 1px #18244d;
      background-size: 20px; }
.homePage #contact_sec {
  position: relative;
  background: #0e1632;
  padding: 40px 0 30px; }
  @media only screen and (min-width: 768px) {
    .homePage #contact_sec {
      padding: 40px 0 30px; } }
  @media only screen and (min-width: 992px) {
    .homePage #contact_sec {
      padding: 60px 0 30px; } }
  @media only screen and (min-width: 1200px) {
    .homePage #contact_sec {
      padding: 90px 0 50px; } }
  @media only screen and (min-width: 1441px) {
    .homePage #contact_sec {
      padding: 110px 0 80px; } }
  .homePage #contact_sec .bg_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.25; }
    .homePage #contact_sec .bg_box img {
      width: 100%;
      object-fit: cover;
      height: 100%; }
  .homePage #contact_sec .container {
    position: relative; }
  @media only screen and (min-width: 992px) {
    .homePage #contact_sec .txt_otr_bx {
      padding-right: 128px; } }
  @media only screen and (min-width: 1200px) {
    .homePage #contact_sec .txt_otr_bx {
      padding-left: 78px; } }
  .homePage #contact_sec .txt_otr_bx .title {
    padding-left: 35px;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 576px) {
      .homePage #contact_sec .txt_otr_bx .title {
        font-size: 28px;
        margin-bottom: 26px;
        line-height: 38px; } }
    @media only screen and (min-width: 768px) {
      .homePage #contact_sec .txt_otr_bx .title {
        font-size: 36px;
        line-height: 42px; } }
    @media only screen and (min-width: 992px) {
      .homePage #contact_sec .txt_otr_bx .title {
        font-size: 45px;
        line-height: 48px; } }
    @media only screen and (max-width: 992px) {
      .homePage #contact_sec .txt_otr_bx .title br {
        display: none; } }
    .homePage #contact_sec .txt_otr_bx .title::before {
      content: "";
      position: absolute;
      left: 0;
      top: 6px;
      width: 12px;
      height: 100%;
      background: #e21526; }
  .homePage #contact_sec .txt_otr_bx p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 26px; }
    @media only screen and (min-width: 992px) {
      .homePage #contact_sec .txt_otr_bx p {
        padding-left: 35px; } }
  .homePage #contact_sec .form_box {
    height: 100%;
    border-radius: 3px;
    overflow: hidden; }
    .homePage #contact_sec .form_box form .form-group {
      margin-bottom: 0; }
      .homePage #contact_sec .form_box form .form-group .form-control {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        font-family: "TCCC-UnityText", sans-serif;
        padding: 15px 0;
        background: transparent;
        border: none;
        border-bottom: solid 2px #fff;
        min-height: 45px;
        border-radius: 0;
        box-shadow: none;
        outline: none; }
        @media only screen and (min-width: 576px) {
          .homePage #contact_sec .form_box form .form-group .form-control {
            min-height: 50px; } }
        @media only screen and (min-width: 768px) {
          .homePage #contact_sec .form_box form .form-group .form-control {
            font-size: 15px;
            min-height: 70px; } }
        .homePage #contact_sec .form_box form .form-group .form-control::placeholder {
          font-size: 14px;
          font-weight: 400;
          color: #fff;
          font-family: "TCCC-UnityText", sans-serif; }
          @media only screen and (min-width: 768px) {
            .homePage #contact_sec .form_box form .form-group .form-control::placeholder {
              font-size: 15px; } }
        .homePage #contact_sec .form_box form .form-group .form-control:focus {
          border-color: #e21526; }
      .homePage #contact_sec .form_box form .form-group textarea.form-control {
        min-height: 90px; }
        @media only screen and (min-width: 768px) {
          .homePage #contact_sec .form_box form .form-group textarea.form-control {
            min-height: 140px;
            padding-top: 30px; } }
    .homePage #contact_sec .form_box .submit {
      min-width: 125px;
      min-height: 45px;
      background: #e21526;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      border-radius: 3px;
      color: #fff;
      font-weight: 500;
      text-transform: uppercase;
      margin: 30px 0 0 auto;
      transition: 0.4s all; }
      @media only screen and (min-width: 768px) {
        .homePage #contact_sec .form_box .submit {
          font-size: 16px; } }
      .homePage #contact_sec .form_box .submit:hover {
        background: #fff;
        color: #D5A829; }

/***********about************* */
.about_page #top_sec {
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .about_page #top_sec {
      padding: 60px 0; } }
  @media only screen and (min-width: 992px) {
    .about_page #top_sec {
      padding: 80px 0; } }
  @media only screen and (min-width: 1200px) {
    .about_page #top_sec {
      padding: 90px 0; } }
  @media only screen and (min-width: 1441px) {
    .about_page #top_sec {
      padding: 100px 0; } }
  @media only screen and (min-width: 676px) {
    .about_page #top_sec .cntnt_bx {
      margin-top: 35px; } }
  .about_page #top_sec .cntnt_bx .txt {
    color: #18244d;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 24px; }
    @media only screen and (min-width: 768px) {
      .about_page #top_sec .cntnt_bx .txt {
        font-size: 17px;
        line-height: 28px; } }
  .about_page #top_sec .cntnt_bx p {
    font-size: 14px;
    color: #61646d;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px; }
  .about_page #top_sec .float_box {
    margin-bottom: 25px; }
    @media only screen and (min-width: 676px) {
      .about_page #top_sec .float_box {
        float: right;
        margin-left: 35px;
        margin-bottom: 35px; } }
    @media only screen and (min-width: 992px) {
      .about_page #top_sec .float_box {
        margin-top: 20px;
        margin-left: 95px;
        margin-bottom: 65px; } }
    .about_page #top_sec .float_box .img_bx {
      position: relative; }
      @media only screen and (min-width: 676px) {
        .about_page #top_sec .float_box .img_bx {
          width: 350px; } }
      @media only screen and (min-width: 992px) {
        .about_page #top_sec .float_box .img_bx {
          width: 400px; } }
      @media only screen and (min-width: 1200px) {
        .about_page #top_sec .float_box .img_bx {
          width: 580px; } }
      .about_page #top_sec .float_box .img_bx img {
        width: 100%;
        object-fit: cover;
        height: 100%; }
      .about_page #top_sec .float_box .img_bx:hover::before {
        left: 0;
        top: 0; }
      .about_page #top_sec .float_box .img_bx::before {
        content: "";
        position: absolute;
        left: -40px;
        top: -30px;
        background: rgba(24, 36, 77, 0.1);
        z-index: -1;
        transition: 0.4s all; }
        @media only screen and (min-width: 992px) {
          .about_page #top_sec .float_box .img_bx::before {
            height: 270px;
            width: 335px; } }
        @media only screen and (min-width: 1200px) {
          .about_page #top_sec .float_box .img_bx::before {
            height: 325px;
            width: 335px; } }
.about_page #history {
  position: relative;
  background: #18244d;
  padding: 30px 0 50px; }
  @media only screen and (min-width: 768px) {
    .about_page #history {
      padding: 40px 0 60px; } }
  @media only screen and (min-width: 992px) {
    .about_page #history {
      padding: 50px 0 70px; } }
  @media only screen and (min-width: 1200px) {
    .about_page #history {
      padding: 75px 0 95px; } }
  .about_page #history::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(24, 36, 77, 0.65); }
  .about_page #history .bg_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.35; }
    .about_page #history .bg_box img {
      width: 100%;
      object-fit: cover;
      height: 100%; }
  .about_page #history .container {
    position: relative;
    z-index: 10; }
  .about_page #history .head_box {
    margin-bottom: 25px; }
    @media only screen and (min-width: 992px) {
      .about_page #history .head_box {
        margin-bottom: 35px; } }
    @media only screen and (min-width: 1200px) {
      .about_page #history .head_box {
        margin-bottom: 40px; } }
    .about_page #history .head_box .head {
      color: #fff;
      font-weight: bold;
      line-height: normal;
      margin-bottom: 20px;
      font-size: 24px; }
      @media only screen and (min-width: 576px) {
        .about_page #history .head_box .head {
          font-size: 26px; } }
      @media only screen and (min-width: 768px) {
        .about_page #history .head_box .head {
          font-size: 32px; } }
      @media only screen and (min-width: 992px) {
        .about_page #history .head_box .head {
          font-size: 36px; } }
    .about_page #history .head_box .sub_title {
      font-size: 16px;
      color: #fff;
      line-height: 26px; }
  .about_page #history .yearSlide {
    z-index: 10; }
    .about_page #history .yearSlide::after {
      content: "";
      height: 2px;
      left: 0;
      width: 100%;
      top: 28px;
      z-index: 0;
      background: rgba(254, 254, 254, 0.2);
      position: absolute; }
    .about_page #history .yearSlide .slick-list {
      padding-top: 30px;
      margin: 0 20px; }
      @media only screen and (min-width: 1200px) {
        .about_page #history .yearSlide .slick-list {
          margin: 0 50px; } }
    .about_page #history .yearSlide .item {
      margin: 0 9px; }
      .about_page #history .yearSlide .item .outer_box {
        border-radius: 5px;
        background-color: white;
        min-height: 169px;
        padding: 25px 20px;
        text-align: center;
        position: relative;
        margin-top: 48px;
        z-index: 10; }
        .about_page #history .yearSlide .item .outer_box .line_bx {
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          height: 48px;
          width: 2px;
          top: -48px;
          background: #D5A829;
          z-index: 100; }
          .about_page #history .yearSlide .item .outer_box .line_bx .c_bx {
            width: 10px;
            height: 10px;
            background: #D5A829;
            border-radius: 50%;
            position: relative;
            top: -6px;
            left: -4px;
            right: 0;
            margin: auto;
            z-index: 150; }
            .about_page #history .yearSlide .item .outer_box .line_bx .c_bx::after {
              content: "";
              position: absolute;
              height: 20px;
              width: 20px;
              background: #fff;
              border-radius: 50%;
              left: -5px;
              top: 0;
              bottom: 0;
              margin: auto;
              z-index: 15;
              transform: scale(0.5);
              transform-origin: center center;
              animation: pulse-me 3s linear infinite; }
            .about_page #history .yearSlide .item .outer_box .line_bx .c_bx::before {
              content: "";
              position: absolute;
              height: 28px;
              width: 28px;
              background: #fff;
              border-radius: 50%;
              left: -9px;
              top: 0;
              bottom: 0;
              transform: scale(0.5);
              transform-origin: center center;
              animation: pulse-me 3s linear infinite;
              margin: auto;
              z-index: 10; }
        .about_page #history .yearSlide .item .outer_box .year {
          font-size: 30px;
          color: #D5A829;
          font-weight: bold;
          margin-bottom: 10px;
          line-height: 30px; }
        .about_page #history .yearSlide .item .outer_box .txt {
          font-size: 14px;
          color: #18244d;
          font-weight: 500;
          line-height: 24px;
          margin-bottom: 10px; }
        .about_page #history .yearSlide .item .outer_box p {
          font-size: 12px;
          font-weight: 400;
          color: #61646d;
          line-height: 16px;
          margin-bottom: 0; }
.about_page #mission_vision {
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .about_page #mission_vision {
      padding: 60px 0; } }
  @media only screen and (min-width: 992px) {
    .about_page #mission_vision {
      padding: 80px 0; } }
  @media only screen and (min-width: 1200px) {
    .about_page #mission_vision {
      padding: 90px 0; } }
  @media only screen and (min-width: 1441px) {
    .about_page #mission_vision {
      padding: 100px 0; } }
  .about_page #mission_vision .outer_box {
    border-radius: 3px;
    background-color: white;
    box-shadow: 0px 5px 70px 0px rgba(30, 33, 56, 0.1);
    height: 100%;
    padding: 30px 25px;
    transition: 0.4s all; }
    @media only screen and (min-width: 1200px) {
      .about_page #mission_vision .outer_box {
        padding: 50px 50px; } }
    .about_page #mission_vision .outer_box:hover {
      box-shadow: 0px 5px 70px 0px rgba(30, 33, 56, 0.2); }
    .about_page #mission_vision .outer_box .title {
      font-size: 20px;
      color: #18244d;
      font-weight: 500;
      text-transform: capitalize;
      margin-bottom: 20px; }
      @media only screen and (min-width: 576px) {
        .about_page #mission_vision .outer_box .title {
          font-size: 24px; } }
      @media only screen and (min-width: 768px) {
        .about_page #mission_vision .outer_box .title {
          font-size: 26px; } }
      @media only screen and (min-width: 992px) {
        .about_page #mission_vision .outer_box .title {
          font-size: 30px; } }
      .about_page #mission_vision .outer_box .title svg {
        fill: #D5A829;
        margin-right: 20px;
        min-height: 40px;
        max-width: 40px;
        transition: 0.4s all; }
        @media only screen and (min-width: 992px) {
          .about_page #mission_vision .outer_box .title svg {
            min-height: 50px;
            max-width: 50px; } }
    .about_page #mission_vision .outer_box:hover .title svg {
      transform: translate(0, -15px); }
    .about_page #mission_vision .outer_box p {
      font-size: 14px;
      color: #61646d;
      line-height: 24px;
      font-weight: 400; }
    .about_page #mission_vision .outer_box ul li {
      padding-left: 30px;
      position: relative;
      font-size: 15px;
      color: #61646d;
      font-family: "TCCC-UnityText", sans-serif;
      font-weight: 400;
      margin-bottom: 15px; }
      .about_page #mission_vision .outer_box ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        background: url(../images/red.png) center no-repeat;
        height: 15px;
        width: 15px;
        background-size: contain !important;
        border-radius: 50%; }
.about_page #abt_ppl {
  background: #18244d;
  position: relative;
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .about_page #abt_ppl {
      padding: 60px 0; } }
  @media only screen and (min-width: 992px) {
    .about_page #abt_ppl {
      padding: 80px 0; } }
  @media only screen and (min-width: 1200px) {
    .about_page #abt_ppl {
      padding: 90px 0; } }
  .about_page #abt_ppl::after {
    content: "";
    position: absolute;
    background: url(../images/dot.png) center repeat;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
  .about_page #abt_ppl .container {
    position: relative;
    z-index: 10; }
  @media only screen and (min-width: 992px) {
    .about_page #abt_ppl .row {
      padding: 0 78px; } }
  @media only screen and (min-width: 768px) {
    .about_page #abt_ppl .outer_box.p_r {
      padding-right: 15px; } }
  @media only screen and (min-width: 768px) {
    .about_page #abt_ppl .outer_box.p_l {
      padding-left: 30px; } }
  .about_page #abt_ppl .outer_box .title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
    color: #fff; }
    @media only screen and (min-width: 576px) {
      .about_page #abt_ppl .outer_box .title {
        font-size: 24px; } }
    @media only screen and (min-width: 768px) {
      .about_page #abt_ppl .outer_box .title {
        font-size: 26px;
        margin-bottom: 25px; } }
    @media only screen and (min-width: 992px) {
      .about_page #abt_ppl .outer_box .title {
        margin-bottom: 35px;
        font-size: 30px; } }
  .about_page #abt_ppl .outer_box .img_bx {
    margin-bottom: 20px; }
    .about_page #abt_ppl .outer_box .img_bx img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media only screen and (min-width: 768px) {
      .about_page #abt_ppl .outer_box .img_bx {
        height: 220px; } }
    @media only screen and (min-width: 992px) {
      .about_page #abt_ppl .outer_box .img_bx {
        margin-bottom: 30px;
        height: 289px; } }
  .about_page #abt_ppl .outer_box .name {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) {
      .about_page #abt_ppl .outer_box .name {
        margin-bottom: 20px; } }
  .about_page #abt_ppl .outer_box .position {
    font-size: 14px;
    color: #c5c4c4;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px; }
    @media only screen and (min-width: 992px) {
      .about_page #abt_ppl .outer_box .position {
        margin-bottom: 25px; } }
  .about_page #abt_ppl .outer_box p {
    font-size: 14px;
    line-height: 24px;
    color: #ccc9c9; }

/***********awards************* */
.awards_page #awards_sec {
  background: #111a38;
  position: relative;
  padding: 40px 0 20px; }
  @media only screen and (min-width: 768px) {
    .awards_page #awards_sec {
      padding: 60px 0 30px; } }
  @media only screen and (min-width: 992px) {
    .awards_page #awards_sec {
      padding: 80px 0 40px; } }
  @media only screen and (min-width: 1200px) {
    .awards_page #awards_sec {
      padding: 110px 0 50px; } }
  .awards_page #awards_sec .bg_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .awards_page #awards_sec .bg_box img {
      width: 100%;
      object-fit: cover;
      height: 100%; }
  .awards_page #awards_sec .container {
    position: relative;
    z-index: 10; }
  .awards_page #awards_sec .outer_box {
    text-align: center;
    margin-bottom: 60px;
    display: block; }
    .awards_page #awards_sec .outer_box:hover .img_bx img {
      img-webkit-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }
    .awards_page #awards_sec .outer_box .img_bx {
      margin-bottom: 20px;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        .awards_page #awards_sec .outer_box .img_bx {
          height: 235px; } }
      .awards_page #awards_sec .outer_box .img_bx img {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        width: 100%;
        object-fit: cover;
        height: 100%; }
    .awards_page #awards_sec .outer_box .title {
      margin-bottom: 15px;
      font-size: 15px;
      color: #fff;
      font-weight: 500; }
    .awards_page #awards_sec .outer_box p {
      font-size: 12px;
      color: #848383;
      font-weight: 400;
      line-height: 17px; }
.awards_page #certificates {
  padding: 65px 0; }
  .awards_page #certificates .certiSlide .item .c_bx {
    width: 150px;
    display: block;
    margin: auto; }

/***********career************* */
.career_page .flx_bx {
  align-items: center;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .career_page .flx_bx {
      display: flex; } }
  .career_page .flx_bx svg {
    min-width: 12px;
    max-width: 12px;
    fill: #D5A829; }
  .career_page .flx_bx .place, .career_page .flx_bx .duration {
    font-size: 13px;
    color: #5b5959;
    font-weight: 400;
    line-height: normal; }
  .career_page .flx_bx .duration {
    padding-left: 15px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .career_page .flx_bx .duration {
        margin-top: 10px; } }
    @media only screen and (min-width: 768px) {
      .career_page .flx_bx .duration {
        margin-left: 25px; } }
    .career_page .flx_bx .duration::before {
      content: "";
      position: absolute;
      left: 0;
      height: 6px;
      width: 6px;
      border-radius: 50%;
      background: #D5A829;
      top: 0;
      bottom: 0;
      margin: auto; }
.career_page #career_sec {
  background: rgba(24, 36, 77, 0.1);
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .career_page #career_sec {
      padding: 60px 0; } }
  @media only screen and (min-width: 992px) {
    .career_page #career_sec {
      padding: 80px 0; } }
  @media only screen and (min-width: 1200px) {
    .career_page #career_sec {
      padding: 105px 0; } }
  .career_page #career_sec .outer_box {
    border-radius: 5px;
    background-color: white;
    height: calc( 100% - 30px );
    margin-bottom: 30px;
    padding: 35px 15px;
    transition: 0.4s all; }
    .career_page #career_sec .outer_box:hover {
      box-shadow: 0px 5px 70px 0px rgba(30, 33, 56, 0.1); }
    @media only screen and (min-width: 768px) {
      .career_page #career_sec .outer_box {
        padding: 35px 30px; } }
    .career_page #career_sec .outer_box .date {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #8c8c8c;
      line-height: normal;
      margin-bottom: 12px;
      font-weight: 400; }
    .career_page #career_sec .outer_box .title {
      color: #18244d;
      font-size: 18px;
      line-height: normal;
      margin-bottom: 12px;
      font-weight: 500; }
      @media only screen and (min-width: 576px) {
        .career_page #career_sec .outer_box .title {
          font-size: 20px; } }
      @media only screen and (min-width: 768px) {
        .career_page #career_sec .outer_box .title {
          font-size: 22px; } }
    .career_page #career_sec .outer_box .btn_bx {
      align-items: center; }
      @media only screen and (min-width: 676px) {
        .career_page #career_sec .outer_box .btn_bx {
          display: flex; } }
      .career_page #career_sec .outer_box .btn_bx a {
        min-height: 31px;
        border-radius: 3px;
        display: flex;
        align-items: center;
        padding: 5px 15px;
        justify-content: center;
        transition: 0.4s all; }
        .career_page #career_sec .outer_box .btn_bx a.apply {
          background: #D5A829;
          font-size: 12px;
          font-weight: 500;
          color: #fff; }
          .career_page #career_sec .outer_box .btn_bx a.apply:hover {
            background: #0e152c; }
        .career_page #career_sec .outer_box .btn_bx a.view_details {
          border: solid 1px #d8d5d5;
          font-size: 12px;
          color: #18244d;
          font-weight: 400;
          margin-top: 10px; }
          @media only screen and (min-width: 676px) {
            .career_page #career_sec .outer_box .btn_bx a.view_details {
              margin-top: 0;
              margin-left: 10px; } }
          .career_page #career_sec .outer_box .btn_bx a.view_details svg {
            max-width: 8px;
            min-width: 8px;
            fill: #D5A829;
            transform: rotate(180deg);
            margin-left: 8px;
            transition: 0.4s all; }
          .career_page #career_sec .outer_box .btn_bx a.view_details:hover svg {
            right: -6px;
            transform: rotate(0deg); }
.career_page #career_details {
  background: rgba(24, 36, 77, 0.1);
  padding: 30px 0 60px; }
  @media only screen and (min-width: 768px) {
    .career_page #career_details {
      padding: 40px 0 70px; } }
  @media only screen and (min-width: 992px) {
    .career_page #career_details {
      padding: 60px 0 80px; } }
  @media only screen and (min-width: 1200px) {
    .career_page #career_details {
      padding: 85px 0 110px; } }
  .career_page #career_details .outer_box {
    border-radius: 5px;
    background-color: white;
    padding: 40px 30px; }
    @media only screen and (min-width: 992px) {
      .career_page #career_details .outer_box {
        margin: 0 78px; } }
    .career_page #career_details .outer_box .date {
      font-size: 13px;
      color: #8c8c8c;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 15px; }
    .career_page #career_details .outer_box .title {
      font-size: 22px;
      color: #18244d;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 15px; }
    .career_page #career_details .outer_box p {
      font-size: 14px;
      color: #555454;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 20px; }
    .career_page #career_details .outer_box ul {
      margin-bottom: 20px; }
      .career_page #career_details .outer_box ul li {
        position: relative;
        font-size: 14px;
        color: #555454;
        font-weight: 400;
        line-height: 28px;
        padding-left: 12px; }
        .career_page #career_details .outer_box ul li::before {
          content: "";
          position: absolute;
          left: 0;
          height: 4px;
          width: 4px;
          border-radius: 50%;
          background: #D5A829;
          top: 13px;
          margin: auto; }
        .career_page #career_details .outer_box ul li ul li {
          position: relative;
          font-size: 14px;
          color: #555454;
          font-weight: 400;
          line-height: 28px;
          padding-left: 12px; }
          .career_page #career_details .outer_box ul li ul li::before {
            display: none; }
          .career_page #career_details .outer_box ul li ul li::after {
            content: "";
            position: absolute;
            left: 0;
            height: 2px;
            width: 5px;
            background: #D5A829;
            top: 0;
            bottom: 0;
            margin: auto; }
    .career_page #career_details .outer_box .apply {
      width: 125px;
      height: 35px;
      border-radius: 3px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      text-transform: capitalize;
      margin-top: 30px;
      background: #D5A829;
      transition: 0.4s all; }
      .career_page #career_details .outer_box .apply:hover {
        background: #0e152c; }

/***********division************* */
.division_page #fst_sec {
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .division_page #fst_sec {
      padding: 60px 0; } }
  @media only screen and (min-width: 992px) {
    .division_page #fst_sec {
      padding: 80px 0; } }
  @media only screen and (min-width: 1200px) {
    .division_page #fst_sec {
      padding: 90px 0; } }
  @media only screen and (min-width: 1441px) {
    .division_page #fst_sec {
      padding: 115px 0; } }
  .division_page #fst_sec .title {
    color: #18244d;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 15px;
    font-size: 24px; }
    @media only screen and (min-width: 576px) {
      .division_page #fst_sec .title {
        font-size: 26px; } }
    @media only screen and (min-width: 768px) {
      .division_page #fst_sec .title {
        font-size: 32px; } }
    @media only screen and (min-width: 992px) {
      .division_page #fst_sec .title {
        font-size: 36px; } }
  .division_page #fst_sec p {
    font-size: 14px;
    color: #545454;
    font-weight: 400;
    margin-bottom: 0; }
    @media only screen and (min-width: 576px) {
      .division_page #fst_sec p {
        font-size: 15px; } }
.division_page #outlet {
  position: relative;
  background: #0d1225;
  padding: 40px 0 70px; }
  @media only screen and (min-width: 768px) {
    .division_page #outlet {
      padding: 60px 0 90px; } }
  @media only screen and (min-width: 992px) {
    .division_page #outlet {
      padding: 80px 0; } }
  @media only screen and (min-width: 1200px) {
    .division_page #outlet {
      padding: 90px 0; } }
  @media only screen and (min-width: 1441px) {
    .division_page #outlet {
      padding: 110px 0; } }
  .division_page #outlet::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(13, 18, 37, 0.35); }
  .division_page #outlet .bg_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.65; }
    .division_page #outlet .bg_box img {
      width: 100%;
      object-fit: cover;
      height: 100%; }
  .division_page #outlet .container {
    position: relative;
    z-index: 10; }
    .division_page #outlet .container .row {
      justify-content: center; }
  .division_page #outlet .title {
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
    font-size: 26px; }
    @media only screen and (min-width: 576px) {
      .division_page #outlet .title {
        font-size: 28px; } }
    @media only screen and (min-width: 768px) {
      .division_page #outlet .title {
        font-size: 36px;
        margin-bottom: 40px; } }
    @media only screen and (min-width: 992px) {
      .division_page #outlet .title {
        font-size: 40px; } }
  .division_page #outlet .outletSlide .item {
    margin: 0 13.5px; }
    .division_page #outlet .outletSlide .item .outer_bx {
      background-color: white;
      border: solid 1px #e1dfdf;
      padding: 35px 15px;
      text-align: center; }
      @media only screen and (min-width: 576px) {
        .division_page #outlet .outletSlide .item .outer_bx {
          padding: 35px 35px;
          min-height: 350px; } }
      @media only screen and (min-width: 992px) {
        .division_page #outlet .outletSlide .item .outer_bx {
          min-height: 380px; } }
      .division_page #outlet .outletSlide .item .outer_bx .img_bx {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px; }
      .division_page #outlet .outletSlide .item .outer_bx .head {
        color: #18244d;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 15px;
        font-size: 20px; }
        @media only screen and (min-width: 576px) {
          .division_page #outlet .outletSlide .item .outer_bx .head {
            font-size: 24px; } }
        @media only screen and (min-width: 768px) {
          .division_page #outlet .outletSlide .item .outer_bx .head {
            font-size: 26px; } }
      .division_page #outlet .outletSlide .item .outer_bx p {
        color: #545454;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px; }
        @media only screen and (min-width: 1360px) {
          .division_page #outlet .outletSlide .item .outer_bx p {
            font-size: 15px;
            line-height: 26px; } }
      .division_page #outlet .outletSlide .item .outer_bx .location {
        font-size: 12px;
        color: #D5A829;
        font-weight: 500;
        text-transform: uppercase;
        padding-right: 15px;
        position: relative;
        width: fit-content;
        width: -moz-fit-content;
        margin: auto;
        margin-top: 10px; }
        @media only screen and (min-width: 1200px) {
          .division_page #outlet .outletSlide .item .outer_bx .location {
            margin-top: 40px; } }
        .division_page #outlet .outletSlide .item .outer_bx .location::after {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background: url(../images/ritt.png) center no-repeat;
          height: 8px;
          width: 5px;
          background-size: contain; }
  .division_page #outlet .outletSlide .slick-arrow {
    position: absolute;
    outline: none;
    box-shadow: none;
    border: none;
    bottom: 0;
    margin: auto;
    filter: invert(1) brightness(20);
    transition: 0.4s all; }
    @media only screen and (min-width: 992px) {
      .division_page #outlet .outletSlide .slick-arrow {
        height: 57px;
        width: 57px;
        top: 0; } }
    @media only screen and (max-width: 992px) {
      .division_page #outlet .outletSlide .slick-arrow {
        bottom: -50px;
        width: 35px;
        height: 35px;
        left: 0;
        right: 0; } }
    .division_page #outlet .outletSlide .slick-arrow:hover {
      filter: none; }
    .division_page #outlet .outletSlide .slick-arrow.slide-prev {
      left: -90px;
      position: absolute;
      background: url(../images/lft_arw.png) center no-repeat;
      border-radius: 50%;
      border: solid 1px #d9d9d9;
      background-size: 20px; }
    .division_page #outlet .outletSlide .slick-arrow.slide-nxt {
      right: -90px;
      background: url(../images/lft_arw.png) center no-repeat;
      transform: rotate(180deg);
      border-radius: 50%;
      border: solid 1px #d9d9d9;
      background-size: 20px; }
.division_page #bottom_sec {
  background: #f2f2f2;
  padding: 30px 0 40px; }
  @media only screen and (min-width: 768px) {
    .division_page #bottom_sec {
      padding: 50px 0 70px; } }
  @media only screen and (min-width: 992px) {
    .division_page #bottom_sec {
      padding: 60px 0 80px; } }
  @media only screen and (min-width: 1200px) {
    .division_page #bottom_sec {
      padding: 70px 0 90px; } }
  @media only screen and (min-width: 1441px) {
    .division_page #bottom_sec {
      padding: 90px 0 110px; } }
  .division_page #bottom_sec .outer_box {
    background: #fff;
    border-radius: 3px;
    height: calc( 100% - 15px );
    padding: 30px 20px;
    transition: 0.4s all; }
    @media only screen and (min-width: 992px) {
      .division_page #bottom_sec .outer_box {
        padding: 50px 50px; } }
    .division_page #bottom_sec .outer_box:hover {
      box-shadow: 0px 5px 70px 0px rgba(30, 33, 56, 0.2); }
    .division_page #bottom_sec .outer_box .title {
      color: #18244d;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      font-size: 20px; }
      @media only screen and (min-width: 576px) {
        .division_page #bottom_sec .outer_box .title {
          font-size: 24px; } }
      @media only screen and (min-width: 768px) {
        .division_page #bottom_sec .outer_box .title {
          font-size: 26px; } }
      @media only screen and (min-width: 992px) {
        .division_page #bottom_sec .outer_box .title {
          font-size: 30px; } }
      .division_page #bottom_sec .outer_box .title svg {
        fill: #D5A829;
        margin-right: 25px;
        max-width: 40px;
        min-width: 40px;
        transition: 0.4s all; }
        @media only screen and (min-width: 992px) {
          .division_page #bottom_sec .outer_box .title svg {
            max-width: 55px;
            min-width: 55px; } }
    .division_page #bottom_sec .outer_box:hover .title svg {
      transform: translate(0, -15px); }
    .division_page #bottom_sec .outer_box p {
      font-size: 14px;
      line-height: 24px;
      color: #61646d;
      font-weight: 400; }

/***********brands************* */
.brand_page #brands {
  background: #18244b;
  padding: 30px 0 60px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .brand_page #brands {
      padding: 40px 0 70px; } }
  @media only screen and (min-width: 992px) {
    .brand_page #brands {
      padding: 60px 0 80px; } }
  @media only screen and (min-width: 1200px) {
    .brand_page #brands {
      padding: 90px 0 110px; } }
  @media only screen and (min-width: 1441px) {
    .brand_page #brands {
      padding: 120px 0 140px; } }
  .brand_page #brands .bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .brand_page #brands .bg_box img {
      width: 100%;
      object-fit: cover;
      height: 100%; }
  .brand_page #brands .container {
    position: relative; }
  .brand_page #brands .img_otr_bx {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    @media only screen and (min-width: 576px) {
      .brand_page #brands .img_otr_bx {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media only screen and (min-width: 768px) {
      .brand_page #brands .img_otr_bx {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    @media only screen and (min-width: 992px) {
      .brand_page #brands .img_otr_bx {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
    @media only screen and (min-width: 1200px) {
      .brand_page #brands .img_otr_bx {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }
    .brand_page #brands .img_otr_bx .img_bx {
      background: #fff;
      border-radius: 10px;
      margin: 7px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      height: 100px;
      overflow: hidden;
      cursor: pointer; }
      .brand_page #brands .img_otr_bx .img_bx img {
        transition: 0.8s all; }
      .brand_page #brands .img_otr_bx .img_bx:hover img {
        transform: rotateX(360deg); }
      @media only screen and (min-width: 576px) {
        .brand_page #brands .img_otr_bx .img_bx {
          height: 125px; } }
      @media only screen and (max-width: 576px) {
        .brand_page #brands .img_otr_bx .img_bx img {
          max-width: 65%; } }

/***********product************* */
.product_page #pro_details {
  background: #f2f2f2; }
  @media only screen and (min-width: 992px) {
    .product_page #pro_details .b2 {
      padding-left: 0; } }
  .product_page #pro_details .d_outer_box {
    padding: 40px 0; }
    @media only screen and (min-width: 768px) {
      .product_page #pro_details .d_outer_box {
        padding: 50px 0; } }
    @media only screen and (min-width: 992px) {
      .product_page #pro_details .d_outer_box {
        padding: 60px 0; } }
    @media only screen and (min-width: 1200px) {
      .product_page #pro_details .d_outer_box {
        padding: 80px 0 100px; } }
    .product_page #pro_details .d_outer_box .title {
      color: #18244d;
      font-weight: 500;
      font-size: 20px;
      margin-bottom: 15px; }
      @media only screen and (min-width: 576px) {
        .product_page #pro_details .d_outer_box .title {
          font-size: 24px; } }
      @media only screen and (min-width: 768px) {
        .product_page #pro_details .d_outer_box .title {
          margin-bottom: 25px;
          font-size: 26px; } }
      @media only screen and (min-width: 992px) {
        .product_page #pro_details .d_outer_box .title {
          font-size: 30px; } }
    .product_page #pro_details .d_outer_box p {
      color: #61646d;
      font-size: 14px;
      line-height: 26px;
      font-weight: 400;
      margin-bottom: 30px; }
      @media only screen and (min-width: 576px) {
        .product_page #pro_details .d_outer_box p {
          font-size: 15px; } }
    .product_page #pro_details .d_outer_box .outer_box {
      padding: 30px 30px;
      background: #fff;
      text-align: center;
      margin-bottom: 27px;
      display: block;
      transition: 0.4s all; }
      .product_page #pro_details .d_outer_box .outer_box:hover {
        box-shadow: 0px 5px 70px 0px rgba(30, 33, 56, 0.2); }
        .product_page #pro_details .d_outer_box .outer_box:hover .img_bx img {
          img-webkit-transform: scale3d(0.9, 0.9, 0.9);
          transform: scale3d(0.9, 0.9, 0.9); }
      .product_page #pro_details .d_outer_box .outer_box .img_bx {
        margin-bottom: 20px;
        height: 195px;
        overflow: hidden; }
        @media (max-width: 1200px) and (min-width: 992px) {
          .product_page #pro_details .d_outer_box .outer_box .img_bx {
            height: 135px; } }
        .product_page #pro_details .d_outer_box .outer_box .img_bx img {
          height: 100%;
          object-fit: cover;
          -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, transform 0.35s;
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }
      .product_page #pro_details .d_outer_box .outer_box .txt {
        font-size: 14px;
        color: #18244d;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 15px; }
      .product_page #pro_details .d_outer_box .outer_box .view_more {
        font-size: 10px;
        font-weight: 500;
        color: #858585;
        text-transform: uppercase;
        padding-right: 15px;
        position: relative;
        width: fit-content;
        width: -moz-fit-content;
        margin: auto; }
        .product_page #pro_details .d_outer_box .outer_box .view_more::after {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background: url(../images/ritt.png) center no-repeat;
          height: 8px;
          width: 5px;
          background-size: contain; }
.product_page #ProDtl {
  position: relative;
  background: #3c4257;
  overflow: hidden;
  padding: 40px 0 20px; }
  @media only screen and (min-width: 468px) {
    .product_page #ProDtl {
      padding: 75px 0 35px; } }
  @media only screen and (min-width: 992px) {
    .product_page #ProDtl {
      padding: 100px 0 60px; } }
  @media only screen and (min-width: 1550px) {
    .product_page #ProDtl {
      padding: 125px 0 85px; } }
  .product_page #ProDtl .bg_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4; }
    .product_page #ProDtl .bg_box img {
      width: 100%;
      object-fit: cover;
      height: 100%; }
  .product_page #ProDtl .container {
    position: relative; }
  .product_page #ProDtl .proSlideSec {
    position: relative;
    z-index: 0; }
    @media only screen and (min-width: 992px) {
      .product_page #ProDtl .proSlideSec {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .product_page #ProDtl .proSlideSec .slick-list, .product_page #ProDtl .proSlideSec .slick-track {
          height: 100%; } }
    @media only screen and (min-width: 992px) {
      .product_page #ProDtl .proSlideSec {
        padding-right: 15px;
        padding-left: 35px; } }
    @media only screen and (min-width: 1200px) {
      .product_page #ProDtl .proSlideSec {
        padding-right: 45px; } }
    .product_page #ProDtl .proSlideSec .slick-slider {
      z-index: 0; }
    .product_page #ProDtl .proSlideSec .slick-list {
      overflow: hidden; }
    .product_page #ProDtl .proSlideSec .mainSlide {
      order: 1;
      width: 100%;
      height: calc(100% - 66px); }
      @media only screen and (min-width: 992px) {
        .product_page #ProDtl .proSlideSec .mainSlide {
          height: auto;
          padding-left: 20px;
          width: calc(100% - 100px); } }
      @media only screen and (min-width: 1441px) {
        .product_page #ProDtl .proSlideSec .mainSlide {
          width: calc(100% - 100px); } }
      @media (max-width: 991px) and (min-width: 468px) {
        .product_page #ProDtl .proSlideSec .mainSlide {
          padding-bottom: 15px; } }
      @media only screen and (max-width: 468px) {
        .product_page #ProDtl .proSlideSec .mainSlide {
          padding-bottom: 10px; } }
      .product_page #ProDtl .proSlideSec .mainSlide a {
        display: flex;
        justify-content: center;
        height: 320px;
        overflow: hidden;
        background: #fff;
        padding: 25px; }
        @media only screen and (max-width: 468px) {
          .product_page #ProDtl .proSlideSec .mainSlide a {
            align-items: center; } }
        @media only screen and (min-width: 468px) {
          .product_page #ProDtl .proSlideSec .mainSlide a {
            height: 295px; } }
        @media only screen and (min-width: 768px) {
          .product_page #ProDtl .proSlideSec .mainSlide a {
            height: 400px;
            padding: 45px; } }
        @media only screen and (min-width: 992px) {
          .product_page #ProDtl .proSlideSec .mainSlide a {
            height: 500px; } }
        @media only screen and (min-width: 992px) {
          .product_page #ProDtl .proSlideSec .mainSlide a {
            align-items: center;
            height: 545px; } }
        .product_page #ProDtl .proSlideSec .mainSlide a picture {
          width: 100%;
          height: 100%; }
        .product_page #ProDtl .proSlideSec .mainSlide a img {
          max-width: 100%;
          height: auto; }
    .product_page #ProDtl .proSlideSec .thumbSlide {
      order: 0;
      height: 66px; }
      @media only screen and (min-width: 992px) {
        .product_page #ProDtl .proSlideSec .thumbSlide {
          height: auto;
          margin: 0px;
          width: 100px; }
          .product_page #ProDtl .proSlideSec .thumbSlide .slick-track {
            display: block !important; } }
      @media only screen and (min-width: 1441px) {
        .product_page #ProDtl .proSlideSec .thumbSlide {
          width: 100px; } }
      .product_page #ProDtl .proSlideSec .thumbSlide .slick-track {
        transform: none !important; }
        @media only screen and (max-width: 992px) {
          .product_page #ProDtl .proSlideSec .thumbSlide .slick-track {
            display: flex;
            justify-content: center; } }
      .product_page #ProDtl .proSlideSec .thumbSlide .slick-slide {
        height: auto !important; }
      .product_page #ProDtl .proSlideSec .thumbSlide .item {
        background-color: #fff;
        border: 1px solid #d8dbe6;
        width: 60px !important;
        height: 60px !important;
        margin-right: 10px; }
        @media only screen and (min-width: 468px) {
          .product_page #ProDtl .proSlideSec .thumbSlide .item {
            margin-right: 15px; } }
        @media only screen and (min-width: 992px) {
          .product_page #ProDtl .proSlideSec .thumbSlide .item {
            width: 100% !important;
            height: 100px !important;
            margin-bottom: 15px;
            margin-right: 0px; } }
      .product_page #ProDtl .proSlideSec .thumbSlide a {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        height: 100%; }
        .product_page #ProDtl .proSlideSec .thumbSlide a img {
          object-fit: cover; }
  .product_page #ProDtl .RitSec {
    padding: 20px 15px 0; }
    @media only screen and (min-width: 468px) {
      .product_page #ProDtl .RitSec {
        padding: 30px 15px 0; } }
    @media only screen and (min-width: 768px) {
      .product_page #ProDtl .RitSec {
        padding: 40px 15px 45px 15px; } }
    @media only screen and (min-width: 992px) {
      .product_page #ProDtl .RitSec {
        padding: 0 35px 45px 15px; } }
    @media only screen and (min-width: 1550px) {
      .product_page #ProDtl .RitSec {
        padding: 0 35px 65px; } }
    .product_page #ProDtl .RitSec .ProName {
      color: #fff;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 24px;
      line-height: normal;
      margin-bottom: 15px; }
      @media only screen and (min-width: 768px) {
        .product_page #ProDtl .RitSec .ProName {
          font-size: 28px; } }
    .product_page #ProDtl .RitSec .p_code {
      color: #fff;
      margin-right: 25px;
      line-height: normal;
      font-size: 12px;
      display: flex;
      font-weight: 400;
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .product_page #ProDtl .RitSec .p_code {
          font-size: 14px; } }
      @media only screen and (min-width: 1200px) {
        .product_page #ProDtl .RitSec .p_code {
          font-size: 16px; } }
    .product_page #ProDtl .RitSec ul {
      margin-top: 25px; }
      .product_page #ProDtl .RitSec ul li {
        font-size: 13px;
        color: #fff;
        font-weight: 400;
        line-height: 28px;
        display: flex; }
        .product_page #ProDtl .RitSec ul li span, .product_page #ProDtl .RitSec ul li h3, .product_page #ProDtl .RitSec ul li h4, .product_page #ProDtl .RitSec ul li h5, .product_page #ProDtl .RitSec ul li h6 {
          min-width: 215px;
          font-size: 13px;
          color: #fff;
          font-weight: 400; }
    .product_page #ProDtl .RitSec .accordion {
      margin-top: 20px; }
      @media only screen and (min-width: 768px) {
        .product_page #ProDtl .RitSec .accordion {
          margin-top: 30px; } }
      .product_page #ProDtl .RitSec .accordion .card {
        border: none;
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .product_page #ProDtl .RitSec .accordion .card .card-header {
          border: none;
          background: none;
          border-radius: 0px;
          padding: 0px; }
          .product_page #ProDtl .RitSec .accordion .card .card-header button {
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
            padding: 10px 0;
            padding-right: 35px;
            width: 100%;
            text-align: left;
            text-decoration: none;
            outline: none;
            box-shadow: none;
            position: relative;
            transition: ease-in-out all 0.3s; }
            @media only screen and (min-width: 468px) {
              .product_page #ProDtl .RitSec .accordion .card .card-header button {
                font-size: 16px;
                padding: 13px 0; } }
            .product_page #ProDtl .RitSec .accordion .card .card-header button::after {
              content: "";
              position: absolute;
              right: 10px;
              top: 0px;
              bottom: 0px;
              margin: auto;
              width: 9px;
              height: 9px;
              transition: ease-in-out all 0.3s;
              background-size: contain !important; }
              @media only screen and (min-width: 468px) {
                .product_page #ProDtl .RitSec .accordion .card .card-header button::after {
                  width: 11px;
                  height: 11px; } }
            .product_page #ProDtl .RitSec .accordion .card .card-header button[aria-expanded="false"]::after {
              background: url("../images/plus1.png") no-repeat center; }
            .product_page #ProDtl .RitSec .accordion .card .card-header button[aria-expanded="true"]::after {
              background: url("../images/minus1.png") no-repeat center; }
        .product_page #ProDtl .RitSec .accordion .card .tab-pane {
          position: relative; }
          .product_page #ProDtl .RitSec .accordion .card .tab-pane p {
            letter-spacing: 1px;
            color: #fff;
            font-size: 13px; }
            @media only screen and (min-width: 468px) {
              .product_page #ProDtl .RitSec .accordion .card .tab-pane p {
                line-height: 21px; } }
    .product_page #ProDtl .RitSec .BtnSec {
      margin-top: 20px; }
      @media only screen and (min-width: 468px) {
        .product_page #ProDtl .RitSec .BtnSec {
          margin-top: 40px; } }
      .product_page #ProDtl .RitSec .BtnSec ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: -3.5px; }
        .product_page #ProDtl .RitSec .BtnSec ul li {
          width: calc(100% / 2);
          padding: 3.5px; }
          .product_page #ProDtl .RitSec .BtnSec ul li a {
            background-color: white;
            width: 100%;
            color: #3e3d3d;
            font-weight: 500;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 45px;
            font-size: 13px; }
            @media only screen and (min-width: 468px) {
              .product_page #ProDtl .RitSec .BtnSec ul li a {
                height: 58px;
                font-size: 14px; } }
            .product_page #ProDtl .RitSec .BtnSec ul li a svg {
              fill: white;
              transition: all 0.3s;
              width: 22px;
              margin-right: 8px; }
              @media only screen and (min-width: 468px) {
                .product_page #ProDtl .RitSec .BtnSec ul li a svg {
                  width: 26px;
                  margin-right: 10px; } }
            .product_page #ProDtl .RitSec .BtnSec ul li a:hover {
              background: #D5A829;
              color: white; }
              .product_page #ProDtl .RitSec .BtnSec ul li a:hover svg {
                fill: white; }
          .product_page #ProDtl .RitSec .BtnSec ul li:first-child a {
            background: #D5A829;
            color: white; }
            .product_page #ProDtl .RitSec .BtnSec ul li:first-child a:hover {
              background: #0e152c; }
.product_page #related_products {
  background: #f2f2f2;
  padding: 30px 0 60px; }
  @media only screen and (min-width: 768px) {
    .product_page #related_products {
      padding: 40px 0 70px; } }
  @media only screen and (min-width: 992px) {
    .product_page #related_products {
      padding: 60px 0 80px; } }
  @media only screen and (min-width: 1200px) {
    .product_page #related_products {
      padding: 70px 0 100px; } }
  @media only screen and (min-width: 1441px) {
    .product_page #related_products {
      padding: 90px 0 140px; } }
  .product_page #related_products .top_head {
    font-size: 36px;
    color: #18244d;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px; }
    @media only screen and (min-width: 576px) {
      .product_page #related_products .top_head {
        font-size: 26px; } }
    @media only screen and (min-width: 768px) {
      .product_page #related_products .top_head {
        font-size: 28px;
        margin-bottom: 30px; } }
    @media only screen and (min-width: 992px) {
      .product_page #related_products .top_head {
        font-size: 36px;
        margin-bottom: 60px; } }
  .product_page #related_products .proSlide .slick-list {
    margin: 0 -15px; }
  .product_page #related_products .proSlide .item {
    margin: 0 15px; }
    .product_page #related_products .proSlide .item .outer_box {
      padding: 45px 30px;
      background: #fff;
      text-align: center;
      display: block;
      transition: 0.4s all; }
      .product_page #related_products .proSlide .item .outer_box:hover {
        box-shadow: 0px 5px 30px 0px rgba(30, 33, 56, 0.1); }
        .product_page #related_products .proSlide .item .outer_box:hover .img_bx img {
          img-webkit-transform: scale3d(0.9, 0.9, 0.9);
          transform: scale3d(0.9, 0.9, 0.9); }
      .product_page #related_products .proSlide .item .outer_box .img_bx {
        margin-bottom: 20px;
        height: 205px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center; }
        .product_page #related_products .proSlide .item .outer_box .img_bx img {
          height: 100%;
          object-fit: cover;
          -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, transform 0.35s;
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }
      .product_page #related_products .proSlide .item .outer_box .txt {
        font-size: 14px;
        color: #18244d;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 15px; }
      .product_page #related_products .proSlide .item .outer_box .view_more {
        font-size: 10px;
        font-weight: 500;
        color: #858585;
        text-transform: uppercase;
        padding-right: 15px;
        position: relative;
        width: fit-content;
        width: -moz-fit-content;
        margin: auto; }
        .product_page #related_products .proSlide .item .outer_box .view_more::after {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background: url(../images/ritt.png) center no-repeat;
          height: 8px;
          width: 5px;
          background-size: contain; }

/***********showroom************* */
.showroom_page #showroom_sec {
  padding-bottom: 60px; }
  @media only screen and (min-width: 768px) {
    .showroom_page #showroom_sec {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 992px) {
    .showroom_page #showroom_sec {
      padding-bottom: 125px; } }
  .showroom_page #showroom_sec .row .all_ot_bx {
    border-right: solid 1px #e2e2e2;
    border-left: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    padding: 0; }
    .showroom_page #showroom_sec .row .all_ot_bx .outer_bx {
      height: 100%;
      padding: 35px 20px 25px; }
      @media only screen and (min-width: 768px) {
        .showroom_page #showroom_sec .row .all_ot_bx .outer_bx {
          padding: 45px 25px 35px; } }
      @media only screen and (min-width: 992px) {
        .showroom_page #showroom_sec .row .all_ot_bx .outer_bx {
          padding: 65px 30px 45px; } }
      .showroom_page #showroom_sec .row .all_ot_bx .outer_bx .title {
        color: #D5A829;
        font-weight: bold;
        text-transform: uppercase;
        line-height: normal;
        margin-bottom: 20px;
        font-size: 18px; }
        @media only screen and (min-width: 1441px) {
          .showroom_page #showroom_sec .row .all_ot_bx .outer_bx .title {
            font-size: 20px; } }
      .showroom_page #showroom_sec .row .all_ot_bx .outer_bx p {
        font-size: 13px;
        color: #6e6e6e;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 15px; }
      .showroom_page #showroom_sec .row .all_ot_bx .outer_bx a {
        display: flex;
        font-size: 13px;
        font-weight: 400;
        color: #6e6e6e;
        margin-bottom: 10px; }
        .showroom_page #showroom_sec .row .all_ot_bx .outer_bx a span {
          color: #18244d;
          text-transform: capitalize;
          min-width: 75px; }
      .showroom_page #showroom_sec .row .all_ot_bx .outer_bx .map_sec {
        margin-top: 25px; }
        @media only screen and (min-width: 992px) {
          .showroom_page #showroom_sec .row .all_ot_bx .outer_bx .map_sec {
            margin-top: 55px; } }
        .showroom_page #showroom_sec .row .all_ot_bx .outer_bx .map_sec iframe {
          min-height: 245px; }

/***********contact************* */
@media only screen and (min-width: 992px) {
  .contact_page #top_sec {
    border-bottom: solid 1px rgba(24, 36, 77, 0.1); } }
.contact_page #top_sec .otr_bx:not(:last-of-type) {
  border-right: solid 1px rgba(24, 36, 77, 0.1); }
@media only screen and (max-width: 992px) {
  .contact_page #top_sec .otr_bx {
    border-left: solid 1px rgba(24, 36, 77, 0.1);
    border-right: solid 1px rgba(24, 36, 77, 0.1);
    padding: 0; } }
.contact_page #top_sec .outer_bx {
  text-align: center;
  padding: 25px 25px; }
  @media only screen and (max-width: 992px) {
    .contact_page #top_sec .outer_bx {
      border-bottom: solid 1px rgba(24, 36, 77, 0.1);
      height: 100%; } }
  @media only screen and (min-width: 992px) {
    .contact_page #top_sec .outer_bx {
      padding: 60px 25px 40px; } }
  @media only screen and (min-width: 1200px) {
    .contact_page #top_sec .outer_bx {
      padding: 105px 25px 70px; } }
  .contact_page #top_sec .outer_bx .img_bx {
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) {
      .contact_page #top_sec .outer_bx .img_bx {
        margin-bottom: 40px; } }
    .contact_page #top_sec .outer_bx .img_bx svg {
      max-width: 30px;
      min-width: 30px;
      fill: #D5A829;
      transition: 0.4s all; }
  .contact_page #top_sec .outer_bx:hover .img_bx svg {
    transform: translate(0, -10px); }
  .contact_page #top_sec .outer_bx .txt {
    font-size: 12px;
    color: #0b0b0b;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px; }
    @media only screen and (min-width: 992px) {
      .contact_page #top_sec .outer_bx .txt {
        margin-bottom: 25px; } }
  .contact_page #top_sec .outer_bx p, .contact_page #top_sec .outer_bx a {
    font-size: 13px;
    font-weight: 400;
    color: #6e6e6e;
    line-height: 22px; }
  .contact_page #top_sec .outer_bx a {
    transition: 0.4s all; }
    .contact_page #top_sec .outer_bx a:hover {
      color: #D5A829 !important; }
  .contact_page #top_sec .outer_bx ul li {
    font-size: 13px;
    font-weight: 400;
    color: #6e6e6e;
    line-height: 22px; }
.contact_page #social {
  padding: 30px 0;
  background: #D5A829; }
  @media only screen and (min-width: 768px) {
    .contact_page #social {
      padding: 40px 0; } }
  @media only screen and (min-width: 992px) {
    .contact_page #social {
      padding: 60px 0; } }
  .contact_page #social .outer_bx {
    align-items: center;
    justify-content: space-between; }
    @media only screen and (min-width: 500px) {
      .contact_page #social .outer_bx {
        display: flex; } }
    .contact_page #social .outer_bx .lft_bx .title {
      font-size: 22px;
      color: #fff;
      font-weight: 400;
      margin-bottom: 15px; }
    .contact_page #social .outer_bx .lft_bx .more {
      width: fit-content;
      width: -moz-fit-content;
      font-size: 13px;
      color: #fff;
      font-weight: 400;
      text-transform: capitalize; }
      .contact_page #social .outer_bx .lft_bx .more::after {
        filter: invert(1) brightness(12.5); }
    @media only screen and (max-width: 500px) {
      .contact_page #social .outer_bx .rit_sec {
        margin-top: 20px; } }
    .contact_page #social .outer_bx .rit_sec .social_box .txt {
      font-size: 12px;
      font-weight: 400;
      color: #fff;
      margin-bottom: 15px; }
    .contact_page #social .outer_bx .rit_sec .social_box ul {
      display: flex;
      align-items: center; }
      @media only screen and (min-width: 500px) {
        .contact_page #social .outer_bx .rit_sec .social_box ul {
          justify-content: center; } }
      .contact_page #social .outer_bx .rit_sec .social_box ul li:not(:last-of-type) {
        margin-right: 30px; }
      .contact_page #social .outer_bx .rit_sec .social_box ul li a svg {
        max-width: 16px;
        min-width: 16px;
        fill: #fff;
        transition: 0.4s ease-in-out; }
      .contact_page #social .outer_bx .rit_sec .social_box ul li a:hover svg {
        fill: #18244d; }
.contact_page #contact_sec {
  background: #f7f7f7;
  padding-bottom: 60px; }
  @media only screen and (min-width: 768px) {
    .contact_page #contact_sec {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 992px) {
    .contact_page #contact_sec {
      padding-bottom: 125px; } }
  .contact_page #contact_sec .bg_bx {
    background: #18244d;
    height: 545px; }
    .contact_page #contact_sec .bg_bx img {
      width: 100%;
      object-fit: cover;
      height: 100%;
      opacity: 0.35; }
  .contact_page #contact_sec .container {
    margin-top: -255px;
    position: relative; }
    .contact_page #contact_sec .container .form_box {
      background: #fff;
      padding: 40px 25px; }
      @media only screen and (min-width: 768px) {
        .contact_page #contact_sec .container .form_box {
          padding: 60px 40px 40px; } }
      @media only screen and (min-width: 992px) {
        .contact_page #contact_sec .container .form_box {
          padding: 80px 95px 60px;
          margin: 0 78px;
          max-width: -webkit-fill-available; } }
      .contact_page #contact_sec .container .form_box .head_box {
        margin-bottom: 25px; }
        @media only screen and (min-width: 768px) {
          .contact_page #contact_sec .container .form_box .head_box {
            margin-bottom: 40px; } }
        @media only screen and (min-width: 992px) {
          .contact_page #contact_sec .container .form_box .head_box {
            margin-bottom: 70px; } }
        .contact_page #contact_sec .container .form_box .head_box .sub_head {
          font-size: 13px;
          color: #949494;
          font-weight: 400;
          margin-bottom: 25px; }
        .contact_page #contact_sec .container .form_box .head_box .main_title {
          font-size: 26px;
          font-weight: bold;
          color: #18244d;
          line-height: normal; }
          @media only screen and (min-width: 576px) {
            .contact_page #contact_sec .container .form_box .head_box .main_title {
              font-size: 28px; } }
          @media only screen and (min-width: 768px) {
            .contact_page #contact_sec .container .form_box .head_box .main_title {
              font-size: 34px; } }
          @media only screen and (min-width: 992px) {
            .contact_page #contact_sec .container .form_box .head_box .main_title {
              font-size: 40px; } }
      .contact_page #contact_sec .container .form_box form .form-group {
        margin-bottom: 15px; }
        @media only screen and (min-width: 992px) {
          .contact_page #contact_sec .container .form_box form .form-group {
            margin-bottom: 30px; } }
        .contact_page #contact_sec .container .form_box form .form-group .form-control {
          min-height: 50px;
          border: solid 1px #dfdfdf;
          padding: 10px 20px;
          outline: none;
          box-shadow: none;
          font-size: 13px;
          color: #949494;
          font-weight: 400;
          border-radius: 0; }
          .contact_page #contact_sec .container .form_box form .form-group .form-control::placeholder {
            font-size: 13px;
            color: #949494;
            font-weight: 400; }
          .contact_page #contact_sec .container .form_box form .form-group .form-control:-webkit-autofill, .contact_page #contact_sec .container .form_box form .form-group .form-control:-webkit-autofill:hover, .contact_page #contact_sec .container .form_box form .form-group .form-control:-webkit-autofill:focus {
            -webkit-text-fill-color: #949494;
            -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
            transition: background-color 5000s ease-in-out 0s !important; }
        .contact_page #contact_sec .container .form_box form .form-group textarea.form-control {
          min-height: 150px; }
          @media only screen and (min-width: 768px) {
            .contact_page #contact_sec .container .form_box form .form-group textarea.form-control {
              min-height: 206px; } }
      .contact_page #contact_sec .container .form_box form .send {
        width: 165px;
        height: 50px;
        background: #D5A829;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 400;
        font-size: 13px;
        margin: auto;
        margin-top: 15px;
        transition: 0.4s all; }
        .contact_page #contact_sec .container .form_box form .send:hover {
          background: #0e152c; }

/***********news************* */
.news_page #news_sec {
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .news_page #news_sec {
      padding: 60px 0; } }
  @media only screen and (min-width: 992px) {
    .news_page #news_sec {
      padding: 80px 0 100px; } }
  @media only screen and (min-width: 1200px) {
    .news_page #news_sec {
      padding: 90px 0; } }
  @media only screen and (min-width: 1441px) {
    .news_page #news_sec {
      padding: 110px 0; } }
  .news_page #news_sec .news_inner_bx {
    margin: 0 9px;
    display: block;
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .news_page #news_sec .news_inner_bx {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 576px) {
      .news_page #news_sec .news_inner_bx {
        margin-bottom: 30px; } }
    .news_page #news_sec .news_inner_bx:hover .img_bx img {
      img-webkit-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }
    .news_page #news_sec .news_inner_bx:hover .img_bx .date {
      background: #0e152c; }
    .news_page #news_sec .news_inner_bx .img_bx {
      position: relative;
      height: 218px;
      margin-bottom: 25px;
      overflow: hidden; }
      .news_page #news_sec .news_inner_bx .img_bx img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      .news_page #news_sec .news_inner_bx .img_bx .date {
        position: absolute;
        bottom: 7px;
        left: 7px;
        background: #e21526;
        font-size: 13px;
        font-weight: 400;
        font-family: "TCCC-UnityText", sans-serif;
        min-width: 56px;
        min-height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        padding: 5px;
        transition: 0.4s all; }
    .news_page #news_sec .news_inner_bx .title {
      font-size: 20px;
      color: #171717;
      font-weight: 500;
      font-family: "TCCC-UnityText", sans-serif;
      line-height: normal;
      margin-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .news_page #news_sec .news_inner_bx .title {
          font-size: 16px; } }
    .news_page #news_sec .news_inner_bx p {
      font-size: 14px;
      color: #61646d;
      line-height: 24px;
      font-family: "TCCC-UnityText", sans-serif;
      margin-bottom: 0; }
      .news_page #news_sec .news_inner_bx p span {
        display: inline-block;
        color: #e21526; }

/************** ******* ************* */
/************* CMN_DETAIL ************ */
/************** ******* ************* */
.cmn_detail_page #cmn_details_sec {
  padding: 40px 0; }
  @media only screen and (min-width: 576px) {
    .cmn_detail_page #cmn_details_sec {
      padding: 40px 0; } }
  @media only screen and (min-width: 768px) {
    .cmn_detail_page #cmn_details_sec {
      padding: 60px 0; } }
  @media only screen and (min-width: 992px) {
    .cmn_detail_page #cmn_details_sec {
      padding: 85px 0 100px; } }
  @media only screen and (min-width: 992px) {
    .cmn_detail_page #cmn_details_sec .disc_ot_bx {
      padding-right: 0; } }
  .cmn_detail_page #cmn_details_sec .cmn_header {
    margin-bottom: 30px; }
    .cmn_detail_page #cmn_details_sec .cmn_header .cmn_title {
      font-size: 22px;
      color: #18244d;
      font-weight: 500;
      margin-bottom: 15px;
      font-family: "TCCC-UnityText", sans-serif;
      line-height: 24px; }
      @media only screen and (min-width: 576px) {
        .cmn_detail_page #cmn_details_sec .cmn_header .cmn_title {
          font-size: 24px;
          line-height: 26px; } }
      @media only screen and (min-width: 768px) {
        .cmn_detail_page #cmn_details_sec .cmn_header .cmn_title {
          font-size: 28px;
          line-height: 30px; } }
      @media only screen and (min-width: 1200px) {
        .cmn_detail_page #cmn_details_sec .cmn_header .cmn_title {
          line-height: 38px;
          font-size: 30px;
          margin-bottom: 20px; } }
    .cmn_detail_page #cmn_details_sec .cmn_header .date {
      font-family: "Cairo", sans-serif;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #18244d;
      font-weight: 400; }
  .cmn_detail_page #cmn_details_sec .cmn_cntnt .img_box {
    margin-bottom: 35px; }
    @media only screen and (min-width: 1200px) {
      .cmn_detail_page #cmn_details_sec .cmn_cntnt .img_box {
        height: 450px; } }
    .cmn_detail_page #cmn_details_sec .cmn_cntnt .img_box img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .cmn_detail_page #cmn_details_sec .cmn_cntnt ul li {
    padding-left: 30px;
    position: relative;
    font-size: 15px;
    color: #61646d;
    font-family: "TCCC-UnityText", sans-serif;
    font-weight: 400;
    margin-bottom: 15px; }
    .cmn_detail_page #cmn_details_sec .cmn_cntnt ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      background: url(../images/red.png) center no-repeat;
      height: 15px;
      width: 15px;
      background-size: contain !important;
      border-radius: 50%; }
  .cmn_detail_page #cmn_details_sec .cmn_cntnt p {
    font-size: 14px;
    color: #61646d;
    line-height: 26px;
    font-family: "TCCC-UnityText", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify; }
  .cmn_detail_page #cmn_details_sec .cmn_cntnt h2, .cmn_detail_page #cmn_details_sec .cmn_cntnt h3, .cmn_detail_page #cmn_details_sec .cmn_cntnt h4 {
    color: #18244d;
    font-weight: 500;
    padding: 15px 0;
    font-family: "TCCC-UnityText", sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin: 0; }
    @media only screen and (min-width: 576px) {
      .cmn_detail_page #cmn_details_sec .cmn_cntnt h2, .cmn_detail_page #cmn_details_sec .cmn_cntnt h3, .cmn_detail_page #cmn_details_sec .cmn_cntnt h4 {
        font-size: 22px;
        padding: 20px 0 15px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .cmn_detail_page #cmn_details_sec .cmn_cntnt h2, .cmn_detail_page #cmn_details_sec .cmn_cntnt h3, .cmn_detail_page #cmn_details_sec .cmn_cntnt h4 {
        font-size: 24px;
        line-height: 30px; } }
    @media only screen and (min-width: 1200px) {
      .cmn_detail_page #cmn_details_sec .cmn_cntnt h2, .cmn_detail_page #cmn_details_sec .cmn_cntnt h3, .cmn_detail_page #cmn_details_sec .cmn_cntnt h4 {
        line-height: 32px;
        font-size: 26px; } }
  .cmn_detail_page #cmn_details_sec aside {
    padding-top: 10px; }
    @media only screen and (min-width: 992px) {
      .cmn_detail_page #cmn_details_sec aside {
        padding-left: 20px; } }
    .cmn_detail_page #cmn_details_sec aside .head {
      position: relative;
      margin-bottom: 35px;
      font-size: 24px;
      color: #18244d;
      line-height: 26px;
      font-weight: 500;
      font-family: "TCCC-UnityText", sans-serif; }
      @media only screen and (min-width: 576px) {
        .cmn_detail_page #cmn_details_sec aside .head {
          font-size: 24px;
          line-height: 26px; } }
    .cmn_detail_page #cmn_details_sec aside .cmn_row {
      width: 100%; }
      @media only screen and (max-width: 992px) {
        .cmn_detail_page #cmn_details_sec aside .cmn_row {
          display: grid;
          grid-template-columns: 1fr 1fr; } }
      @media only screen and (max-width: 768px) {
        .cmn_detail_page #cmn_details_sec aside .cmn_row {
          display: block; } }
      .cmn_detail_page #cmn_details_sec aside .cmn_row .cmn_box {
        margin-bottom: 25px;
        display: flex;
        height: auto;
        padding-bottom: 25px;
        border-bottom: solid 1px rgba(30, 30, 30, 0.1); }
        @media only screen and (max-width: 992px) {
          .cmn_detail_page #cmn_details_sec aside .cmn_row .cmn_box {
            margin-right: 15px; } }
        .cmn_detail_page #cmn_details_sec aside .cmn_row .cmn_box:last-child {
          margin-bottom: 40px; }
        .cmn_detail_page #cmn_details_sec aside .cmn_row .cmn_box .img_box {
          background-position: center !important;
          background-repeat: no-repeat !important;
          background-size: cover !important;
          width: 143px;
          height: 95px;
          filter: grayscale(0.5);
          min-width: 116px; }
        .cmn_detail_page #cmn_details_sec aside .cmn_row .cmn_box .cntnt_box {
          width: calc(100% - 143px);
          padding-left: 20px; }
        .cmn_detail_page #cmn_details_sec aside .cmn_row .cmn_box .title {
          font-size: 14px;
          color: #61646d;
          line-height: 24px;
          margin-bottom: 5px;
          font-weight: 400;
          font-family: "TCCC-UnityText", sans-serif; }
          @media only screen and (max-width: 576px) {
            .cmn_detail_page #cmn_details_sec aside .cmn_row .cmn_box .title {
              font-size: 14px;
              line-height: 18px; } }

/******************ERROR_PAGE********************* */
#error_page {
  margin-top: 75px; }
  @media only screen and (min-width: 992px) {
    #error_page {
      margin-top: 112px; } }
  #error_page .row {
    margin: 0; }
  #error_page .page_cntnt {
    padding: 40px 0 70px;
    text-align: center;
    margin: auto; }
    @media only screen and (min-width: 468px) {
      #error_page .page_cntnt {
        padding: 80px 0 120px; } }
  #error_page .head_one {
    font-size: 69px;
    font-weight: 700;
    color: #D5A829;
    letter-spacing: 1px; }
    @media only screen and (min-width: 468px) {
      #error_page .head_one {
        font-size: 95px; } }
  #error_page .head_two {
    font-size: 14px;
    font-weight: 600;
    color: #696868;
    margin-bottom: 30px;
    letter-spacing: 1px; }
    @media only screen and (min-width: 468px) {
      #error_page .head_two {
        font-size: 20px;
        margin-bottom: 40px; } }
  #error_page .head_three {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 600;
    color: #696868;
    margin-bottom: 15px; }
    @media only screen and (min-width: 468px) {
      #error_page .head_three {
        font-size: 25px; } }
  #error_page p {
    color: #696868;
    margin: 0px; }
  #error_page .viewMore {
    background: #D5A829;
    padding: 13px 20px;
    color: #fff;
    margin-top: 35px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px; }

/************ ****** *********** */
/************ FOOTER *********** */
/************ ****** *********** */
footer {
  position: relative;
  background: #0e152c; }
  footer .bg_box {
    position: absolute;
    top: 0;
    left: 0;
    height: max-content;
    width: fit-content;
    width: -moz-fit-content;
    bottom: 0;
    right: 0;
    margin: auto; }
    @media only screen and (max-width: 576px) {
      footer .bg_box {
        display: none; } }
  footer #foot_sec {
    position: relative;
    padding-bottom: 55px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
    footer #foot_sec .f_head {
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 15px; }
      @media only screen and (min-width: 576px) {
        footer #foot_sec .f_head {
          margin-bottom: 30px; } }
    @media only screen and (min-width: 992px) {
      footer #foot_sec .lg_bx {
        padding: 0; } }
    @media only screen and (max-width: 992px) {
      footer #foot_sec .nd_bx {
        order: 1; } }
    footer #foot_sec .outer_bx {
      padding-top: 25px; }
      @media only screen and (min-width: 992px) {
        footer #foot_sec .outer_bx {
          padding-top: 75px; } }
      @media only screen and (min-width: 1200px) {
        footer #foot_sec .outer_bx.prd {
          padding-left: 25px; } }
      @media only screen and (min-width: 992px) {
        footer #foot_sec .outer_bx.adrs {
          padding-left: 20px; } }
      @media only screen and (min-width: 1200px) {
        footer #foot_sec .outer_bx.adrs {
          padding-left: 50px;
          padding-right: 15px; } }
      footer #foot_sec .outer_bx ul li a {
        font-size: 13px;
        font-weight: 300;
        line-height: 26px;
        color: #fff;
        transition: 0.4s all; }
        @media only screen and (min-width: 576px) {
          footer #foot_sec .outer_bx ul li a {
            font-weight: 400; } }
      footer #foot_sec .outer_bx ul li:hover a {
        color: #D5A829; }
      footer #foot_sec .outer_bx .address {
        padding-left: 25px;
        position: relative;
        font-size: 13px;
        line-height: 26px;
        color: #fff;
        margin-bottom: 25px;
        font-weight: 300; }
        @media only screen and (min-width: 576px) {
          footer #foot_sec .outer_bx .address {
            font-weight: 400; } }
        footer #foot_sec .outer_bx .address::before {
          content: "";
          position: absolute;
          left: 0;
          top: 7px;
          background: url(../images/location.png) center no-repeat;
          height: 17px;
          width: 13px;
          background-size: contain; }
      footer #foot_sec .outer_bx a {
        display: block;
        transition: 0.4s all; }
        footer #foot_sec .outer_bx a:hover a {
          color: #D5A829; }
      footer #foot_sec .outer_bx .phone {
        padding-left: 25px;
        position: relative;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        color: #fff;
        margin-bottom: 10px;
        transition: 0.4s all; }
        footer #foot_sec .outer_bx .phone:hover {
          color: #D5A829; }
        footer #foot_sec .outer_bx .phone::before {
          content: "";
          position: absolute;
          left: 0;
          top: 7px;
          background: url(../images/phn.png) center no-repeat;
          height: 16px;
          width: 16px;
          background-size: contain; }
      footer #foot_sec .outer_bx .mail {
        padding-left: 25px;
        position: relative;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        color: #fff;
        transition: 0.4s all; }
        footer #foot_sec .outer_bx .mail:hover {
          color: #D5A829; }
        footer #foot_sec .outer_bx .mail::before {
          content: "";
          position: absolute;
          left: 0;
          top: 7px;
          background: url(../images/mail.png) center no-repeat;
          height: 11px;
          width: 15px;
          background-size: contain; }
      @media only screen and (min-width: 992px) {
        footer #foot_sec .outer_bx .top_bx {
          margin-top: 55px; } }
      footer #foot_sec .outer_bx .top_bx a {
        display: flex;
        align-items: center;
        border: solid 1px rgba(255, 255, 255, 0.1);
        border-radius: 3px;
        margin-bottom: 10px;
        color: #fff;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 13px;
        padding: 10px 10px;
        font-weight: 500;
        transition: 0.4s all; }
        footer #foot_sec .outer_bx .top_bx a:hover {
          color: #D5A829; }
        @media only screen and (min-width: 1200px) {
          footer #foot_sec .outer_bx .top_bx a {
            padding: 10px 20px;
            font-size: 16px; } }
        @media only screen and (max-width: 992px) {
          footer #foot_sec .outer_bx .top_bx a {
            min-width: 145px;
            width: fit-content;
            width: -moz-fit-content; } }
        footer #foot_sec .outer_bx .top_bx a svg {
          max-width: 18px;
          min-width: 18px;
          fill: #D5A829;
          margin-right: 10px; }
          @media only screen and (min-width: 1200px) {
            footer #foot_sec .outer_bx .top_bx a svg {
              max-width: 23px;
              min-width: 23px; } }
        footer #foot_sec .outer_bx .top_bx a img {
          max-width: 23px;
          min-width: 23px;
          margin-right: 10px; }
          @media only screen and (min-width: 1200px) {
            footer #foot_sec .outer_bx .top_bx a img {
              max-width: 30px;
              min-width: 30px; } }
      footer #foot_sec .outer_bx .social_box {
        margin-top: 25px; }
        footer #foot_sec .outer_bx .social_box .txt {
          font-size: 12px;
          font-weight: 400;
          color: #fff;
          margin-bottom: 10px;
          text-transform: uppercase; }
        footer #foot_sec .outer_bx .social_box ul {
          display: flex;
          align-items: center; }
          footer #foot_sec .outer_bx .social_box ul li:not(:last-of-type) {
            margin-right: 20px; }
          footer #foot_sec .outer_bx .social_box ul li a svg {
            max-width: 18px;
            min-width: 18px;
            fill: #fff;
            transition: 0.4s ease-in-out; }
          footer #foot_sec .outer_bx .social_box ul li a:hover svg {
            fill: #D5A829; }
    footer #foot_sec .logo_bx
{
    background: #D5A829;
    position: relative;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
}
      @media only screen and (min-width: 992px) {
        footer #foot_sec .logo_bx {
          padding: 40px 10px;
          height: 308px; } }
      @media only screen and (min-width: 992px) {
        footer #foot_sec .logo_bx a {
          margin-top: 70px; } }
  footer #bottom_sec {
    position: relative;
    padding: 25px 0; }
    @media only screen and (min-width: 992px) {
      footer #bottom_sec {
        padding: 50px 0; } }
    footer #bottom_sec .copy_right p {
      text-align: center;
      color: #fff;
      font-size: 14px;
      font-weight: 400; }
      footer #bottom_sec .copy_right p span {
        color: #D5A829; }
      @media only screen and (max-width: 576px) {
        footer #bottom_sec .copy_right p {
          font-size: 13px;
          font-weight: 300; } }

.select2-container {
  display: block; }

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: none;
  padding: 26px 10px;
  font-size: 14px;
  padding: 0;
  min-height: 45px;
  color: #ffffff;
  font-family: "TCCC-UnityText", sans-serif;
  font-weight: 400;
  background: #fff;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding: 15px 17px;
  border-radius: 3px;
  background-color: white; }
  @media only screen and (max-width: 768px) {
    .select2-container--default .select2-selection--single {
      min-height: 40px; } }
  .select2-container--default .select2-selection--single::placeholder {
    font-weight: 400;
    font-family: "TCCC-UnityText", sans-serif;
    font-size: 14px;
    color: #ffffff; }
  .select2-container--default .select2-selection--single:focus {
    box-shadow: none;
    outline: none; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    font-family: "TCCC-UnityText", sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    color: #303030;
    padding: 0; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border: none;
      background: url(../images/select.png) no-repeat center;
      height: 15px;
      width: 15px;
      top: 0;
      bottom: 0;
      margin: auto; }
.select2-container--default .select2-results__option {
  padding: 10px 15px;
  text-align: left;
  font-size: 14px;
  color: #303030;
  text-transform: capitalize;
  font-family: "TCCC-UnityText", sans-serif; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #2e69cc;
  color: white;
  font-family: "TCCC-UnityText", sans-serif; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 0;
  padding: 8px 10px;
  outline: none;
  font-family: "TCCC-UnityText", sans-serif; }
  .select2-container--default .select2-search--dropdown .select2-search__field:hover, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none; }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg); }

.select2-dropdown {
  border-radius: 0;
  border: none; }
  .select2-dropdown .select2-search--dropdown {
    display: none; }

.product_box {
  background: #fff;
  padding-bottom: 20px; }
  @media only screen and (min-width: 992px) {
    .product_box {
      margin-bottom: 22px;
      padding-bottom: 100px; } }
  @media only screen and (min-width: 1200px) {
    .product_box {
      margin-right: 55px; } }
  @media only screen and (max-width: 992px) {
    .product_box {
      display: none; } }
  .product_box .title {
    font-weight: 600;
    color: #fff;
    font-family: "TCCC-UnityText", sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    background: #D5A829;
    padding: 35px 35px 25px; }
    @media only screen and (min-width: 992px) {
      .product_box .title {
        font-size: 20px;
        margin-bottom: 25px;
        padding: 55px 35px 30px; } }
    @media only screen and (min-width: 1200px) {
      .product_box .title {
        padding: 75px 40px 55px;
        font-size: 22px;
        margin-bottom: 30px; } }
  .product_box ul li .s_link, .product_box ul li a {
    font-size: 14px;
    color: #0e0e0e;
    font-weight: 400;
    font-family: "TCCC-UnityText", sans-serif;
    padding: 10px 0;
    margin-left: 25px;
    position: relative;
    display: flex; }
    @media only screen and (min-width: 992px) {
      .product_box ul li .s_link, .product_box ul li a {
        padding: 12px 0;
        padding-right: 10px; } }
    .product_box ul li .s_link::after, .product_box ul li a::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 2px;
      background: #D5A829;
      transition: 0.4s ease-in-out; }
    .product_box ul li .s_link.active, .product_box ul li .s_link:hover, .product_box ul li a.active, .product_box ul li a:hover {
      color: #D5A829; }
      .product_box ul li .s_link.active::after, .product_box ul li .s_link:hover::after, .product_box ul li a.active::after, .product_box ul li a:hover::after {
        width: 100%; }
    .product_box ul li .s_link.show::before, .product_box ul li a.show::before {
      transform: rotate(90deg); }

@media only screen and (min-width: 992px) {
  .pro_mob_menu {
    display: none; } }
.pro_mob_menu .card {
  border: none;
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 25px; }
  .pro_mob_menu .card .card-header {
    border: none;
    background: none;
    border-radius: 0px;
    padding: 0px; }
    .pro_mob_menu .card .card-header button {
      font-weight: 600;
      color: #fff;
      font-family: "TCCC-UnityText", sans-serif;
      font-size: 18px;
      margin-bottom: 15px;
      background: #D5A829;
      padding: 35px 35px 25px;
      width: 100%;
      text-align: left;
      text-decoration: none;
      outline: none;
      box-shadow: none;
      position: relative;
      transition: ease-in-out all 0.3s;
      border-radius: 0; }
      @media only screen and (max-width: 768px) {
        .pro_mob_menu .card .card-header button {
          padding: 25px 25px; } }
      .pro_mob_menu .card .card-header button::after {
        content: "";
        position: absolute;
        right: 25px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        width: 15px;
        height: 15px;
        transition: ease-in-out all 0.3s;
        background-size: contain !important; }
      .pro_mob_menu .card .card-header button[aria-expanded="false"]::after {
        background: url("../images/plus1.png") no-repeat center;
        filter: invert(1) brightness(12.5); }
      .pro_mob_menu .card .card-header button[aria-expanded="true"]::after {
        background: url("../images/minus1.png") no-repeat center;
        filter: invert(1) brightness(12.5); }
  .pro_mob_menu .card .tab-pane {
    position: relative; }
    .pro_mob_menu .card .tab-pane ul li .s_link, .pro_mob_menu .card .tab-pane ul li a {
      font-size: 14px;
      color: #0e0e0e;
      font-weight: 400;
      font-family: "TCCC-UnityText", sans-serif;
      padding: 10px 0;
      margin-left: 25px;
      position: relative;
      display: flex; }
      @media only screen and (min-width: 992px) {
        .pro_mob_menu .card .tab-pane ul li .s_link, .pro_mob_menu .card .tab-pane ul li a {
          padding: 12px 0;
          padding-right: 10px; } }
      .pro_mob_menu .card .tab-pane ul li .s_link::after, .pro_mob_menu .card .tab-pane ul li a::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 2px;
        background: #D5A829;
        transition: 0.4s ease-in-out; }
      .pro_mob_menu .card .tab-pane ul li .s_link.active, .pro_mob_menu .card .tab-pane ul li .s_link:hover, .pro_mob_menu .card .tab-pane ul li a.active, .pro_mob_menu .card .tab-pane ul li a:hover {
        color: #D5A829; }
        .pro_mob_menu .card .tab-pane ul li .s_link.active::after, .pro_mob_menu .card .tab-pane ul li .s_link:hover::after, .pro_mob_menu .card .tab-pane ul li a.active::after, .pro_mob_menu .card .tab-pane ul li a:hover::after {
          width: 100%; }
      .pro_mob_menu .card .tab-pane ul li .s_link.show::before, .pro_mob_menu .card .tab-pane ul li a.show::before {
        transform: rotate(90deg); }

/*# sourceMappingURL=app.css.map */
