:root {
  --bgwhite: #fff;
  --white: #fff;
  --primary: #CB5235;
  --secondary: #3E3A39;
  --text-black: #454545;
  --text-black-light: #6D6D6D;
  --text-gray-light: #DCDEDD;
  --form-control-border: rgba(220, 222, 221, 0.75);
  --light-border: #EDEDED;


  --bgblack: #171921;
  --altbg: #F3F3F3;
  --green: #00913A;
  --bs-primary: #CB5235;
  --bs-secondary: #AB0000;
  --bs-gray: #898A9F;
  --text-white: #fff;
  --light-gray: #EFEFEF;
  --light-bg: #FAFAFB;
  --light-orange: #FBF2F2;
  --blue: #154481;
  --btn-hover: linear-gradient(45deg, rgb(222 84 51), rgb(171 58 30));
  --btn-download: rgba(203, 82, 53, 0.35);
  --btn-primary-5: rgba(203, 82, 53, 0.05);
}

/* --light-bg:#FDFAFA; */
/* *:before,
*:after {
  z-index: -1;
} */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
}

/* Root */

/* ==============Font Declaration================ */
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Bold.woff2') format('woff2'),
    url('../fonts/WorkSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Black.woff2') format('woff2'),
    url('../fonts/WorkSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-ExtraLight.woff2') format('woff2'),
    url('../fonts/WorkSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-ExtraBold.woff2') format('woff2'),
    url('../fonts/WorkSans-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Light.woff2') format('woff2'),
    url('../fonts/WorkSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Regular.woff2') format('woff2'),
    url('../fonts/WorkSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Medium.woff2') format('woff2'),
    url('../fonts/WorkSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Thin.woff2') format('woff2'),
    url('../fonts/WorkSans-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-SemiBold.woff2') format('woff2'),
    url('../fonts/WorkSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


/* =============icon Font *==================*/


@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icon/icomoon.eot?m0yymt');
  src: url('../fonts/icon/icomoon.eot?m0yymt#iefix') format('embedded-opentype'),
    url('../fonts/icon/icomoon.ttf?m0yymt') format('truetype'),
    url('../fonts/icon/icomoon.woff?m0yymt') format('woff'),
    url('../fonts/icon/icomoon.svg?m0yymt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-attachment:before {
  content: "\e905";
}

.icon-filter:before {
  content: "\e90f";
}

.icon-linkedin-box:before {
  content: "\e90d";
}

.icon-expert:before {
  content: "\e90e";
}

.icon-cloud:before {
  content: "\e900";
}

.icon-dollar:before {
  content: "\e901";
}

.icon-down:before {
  content: "\e902";
}

.icon-download:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-left-arrow:before {
  content: "\e906";
}

.icon-linkedin:before {
  content: "\e907";
}

.icon-people:before {
  content: "\e908";
}

.icon-right-arrow:before {
  content: "\e909";
}

.icon-scissor:before {
  content: "\e90a";
}

.icon-search:before {
  content: "\e90b";
}





/*=== Custom Scroll with CSS only Supported Browser Chrome, Safari and Firefox ===*/
* {
  scrollbar-color: rgba(0, 0, 0, 0.3) #f0edee;
  scrollbar-width: thin;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #f0edee;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #6f6f6f;
  border-radius: 5px;
}

/* remember to define focus styles! */
*:focus,
.btn:focus,
a:focus {
  outline: 0;
  box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
button:focus {
  outline: 0;
}

.nav-tabs .nav-link {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary);
  border: 0;
  padding: 11px 26px;
  border-radius: 0;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: var(--bs-primary);
  border: 0;


}



/* =Typography--------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */

body {
  font-family: 'Work Sans';
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-black);
  font-weight: normal;
  background: var(--bgwhite);
  letter-spacing: -0.02em;
}

.mobile-menu-open {
  overflow: hidden;
}

/* =Headings--------------------------------------------------------------------------------------------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-black);
  letter-spacing: -0.02em;
}

h1,
.h1 {
  font-size: 108px;
  font-weight: 700;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: 36px
}

h3,
.h3 {
  font-size: 24px
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px
}

h6,
.h6 {
  font-size: 16px
}

p {
  font-size: 16px;
  line-height: 1.6;
}

.fw-regular {
  font-weight: 400
}

.fw-medium {
  font-weight: 500
}

.fw-semibold {
  font-weight: 600
}

.fw-bold {
  font-weight: 700
}

.fs-72 {
  font-size: 72px;
}

.fs-48 {
  font-size: 48px;
}

.fs-36 {
  font-size: 36px;
}

.fs-30 {
  font-size: 30px;
}

.fs-24 {
  font-size: 24px;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

.ls-17 {
  letter-spacing: 0.17em;
}

/* .ls-7{    letter-spacing: -0.7px;}
.ls-8{    letter-spacing: -0.8;}  */

.lh-12 {
  line-height: 1.2;
}

.lh1 {
  line-height: 1.1;
}

.lh-8 {
  line-height: 0.8;
}

.lh-14 {
  line-height: 1.4;
}

.lh-16 {
  line-height: 1.6;
}

.txt-upper {
  text-transform: uppercase;
}

/* End Headings--------------------------------------------------------------------------------------------------*/
/* Typography--------------------------------------------------------------------------------------------------*/
.txt-white {
  color: var(--white)
}

.txt-white-light {
  color: var(--light-gray)
}

.txt-red {
  color: var(--bs-secondary);
}

.txt-black {
  color: var(--light-black)
}

.txt-light-black {
  color: var(--text-black-light);
}

.txt-gray {
  color: var(--bs-gray)
}

.txt-primary {
  color: var(--bs-primary) !important;
}

.txt-secondary {
  color: var(--secondary);
}

.txt-green {
  color: var(--bs-green);
}

/* =Links--------------------------------------------------------------------------------------------------*/
button {
  cursor: pointer;
  background: transparent;
}

a {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: all 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
  outline: 0;
  transition: all 0.2s ease-in-out;
  color: var(--bs-primary);
}

.cursor-pointer {
  cursor: pointer;
}

/* End Links
--------------------------------------------------------------------------------------------------*/

img,
svg {
  max-width: 100%;
  height: auto;
  transition: all ease 0.5s;
}

iframe {
  border: 0;
  max-width: 100%;
}

hr {
  border-top: 1px solid #D2DDEC;
}

/* general purpose classes */
ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.sp80 {
  padding: 80px 0;
}

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

.alt-bg {
  background-color: var(--light-gray);
}

.title {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: -0.88px;
  color: var(--text-black);
  font-weight: 700;
  margin-bottom: 30px;
}

.title-block h2 {
  font-size: 36px
}


.border {
  border-color: #E7E7E7 !important;
}

/* Button Animation */

.btn {
  position: relative;
  font-weight: 600;
  display: inline-flex;
  overflow: hidden;
  height: 48px;
  /* max-width: 250px; */
  /* min-width: 120px; */
  border-radius: 0px;
  gap: 16px;
  border: 1px solid currentColor;
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  text-transform: uppercase;
}

.btn:before {
  content: "";
  width: 0%;
  height: 100%;
  z-index: -2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.btn.btn-lg {
  padding-inline: 45px;
  min-width: 157px;
}

.btn.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn.btn-primary:hover:before {
  width: 100%;
  background-color: var(--bs-primary);
}

.btn-primary:active:focus {
  background-color: var(--bs-primary);
  box-shadow: none;
}

.btn.btn-primary span.btn-anim {
  background: var(--btn-hover)
}

.btn.btn-secondary {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

.btn.btn-secondary:hover:before {
  width: 100%;
  background-color: var(--bs-secondary);
}

.btn.btn-secondary span.btn-anim {
  background: var(--btn-hover)
}

.btn.btn-outline-primary {
  background-color: var(--btn-primary-5);
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.btn.btn-outline-primary:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn span.btn-anim {
  background: var(--btn-hover)
}

.btn:hover {
  /* background: transparent !important; */
}

.btn span.btn-anim {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #123435;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.btn:hover {
  color: var(--bgwhite);
}

.btn:hover span.btn-anim {
  width: 225%;
  height: 562.5px;
}

.btn:active {
  background-color: #1e5759;
}

.btn .icon-right-arrow {
  font-size: 14px;
  width: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: start;
}

.btn .icon-right-arrow:before {
  transform: translateX(-60px);
  transition: all ease 0.7s;
}

.btn .icon-right-arrow:after {
  content: "\e909";
  transform: translateX(-20px);
  transition: all ease 0.7s;
}

.btn:hover .icon-right-arrow:before {
  transform: translateX(0px);
}

.btn:hover .icon-right-arrow:after {
  content: "\e909";
  transform: translateX(20px);
}


.btn.btn-download {
  background-color: var(--btn-download);
  letter-spacing: 0.17em;
  font-weight: 600;
  color: var(--white);
  border: 2px solid var(--white);
  backdrop-filter: blur(6.1px);
}

.btn.btn-download span {
  flex-direction: column;
  height: 20px;
  font-size: 18px;
}

.btn.btn-download [class*="icon-"]:before {
  transform: translateY(0);
  transition: all ease 0.7s;
  color: var(--white);
}

.btn.btn-download [class*="icon-"]:after {
  content: "\e903";
  transform: translateY(-120px);
  transition: all ease 0.7s;
}

.btn.btn-download:hover [class*="icon-"]:before {
  transform: translateY(22px);
}

.btn.btn-download:hover [class*="icon-"]:after {
  content: "\e903";
  transform: translateY(-16px);
}

.btn.btn-download:hover {
  background-color: var(--btn-download) !important;
}

.form-label.required:after {
  content: "*";
  color: red;
  margin-left: 6px;
  font-size: 12px;
}

.form-control {
  padding: 11px 12px !important;
  border-radius: 0;
  border: 1px solid var(--form-control-border);
}

.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.input-group-search {
  margin-bottom: 60px;
}

.input-group-search .form-control {
  border-color: var(--light-border);
  background: var(--light-bg);
}

.input-group-search .btn {
  height: 52px;
  font-size: 22px;
  padding-inline: 15px;
}

.ctm-file .form-control {
  display: flex;
}

.ctm-file .form-control span {
  font-size: 25px;
  margin-right: 10px;
}

/* ===================
       Page Loader
====================== */
#loading-mask {
  position: fixed;
  width: 100vw;
  height: 100ch;
  background: var(--bgwhite);
  z-index: 9999999;
  overflow: hidden;
}

#loading-mask h1 {
  text-align: center;
  color: var(--text-white);
  padding-top: 50%;
  transform: translateY(-50%);
}

#loading-mask .preloader {
  position: absolute;
  text-align: center;
  height: 20px;
  width: 20px;
  top: calc(50vh - 10px);
  left: calc(50vw - 10px);
}

#loading-mask .c-three-dots-loader {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation-fill-mode: both;
  animation: three-dots-loader-animation 1.5s infinite ease-in-out;
  animation-delay: -0.16s;
  color: var(--bgblack);
}

#loading-mask .c-three-dots-loader:before,
#loading-mask .c-three-dots-loader:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  animation: three-dots-loader-animation 1.5s infinite ease-in-out;
  border-radius: 50%;
}

#loading-mask .c-three-dots-loader:before {
  left: -24px;
  animation-delay: -0.32s;
}

#loading-mask .c-three-dots-loader:after {
  left: 24px;
}

#loading-mask .load-mask-wrapper {
  position: absolute;
  text-align: center;
  height: 200px;
  width: 200px;
  top: calc(50vh - 100px);
  left: calc(50vw - 100px);
}

#loading-mask .load-mask-innerDots {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
}

#loading-mask .load-mask-outerPlane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes three-dots-loader-animation {

  0%,
  80%,
  100% {
    box-shadow: 0 20px 0 -24px;
  }

  40% {
    box-shadow: 0 20px 0 0;
  }
}


/* Our Products & Solutions */

.title-block {
  max-width: 680px;
}

.title-block h2 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  color: var(--text-black);
}

.title-block p {
  font-size: 18px;
  line-height: 1.56;
  color: var(--text-black-light);
  letter-spacing: -0.02em;
  font-weight: 500;
}


.decor-border {
  position: relative;
}

.decor-border:before,
.decor-border:after {
  content: "";
  width: 100px;
  height: 100px;
  /* background-image: url("../images/border.svg"); */
  display: block;
  position: absolute;
  border: 13px solid #CB5235;
  border-bottom: 0;
  border-right: 0;

}

.decor-border:before {
  top: 0;
  left: 0;
}

.decor-border:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
  transform-origin: center;
}

/*  */
.container {
  max-width: 1170px;
}

/* ===================
       Header
====================== */



.navbar {
  justify-content: space-between;
}

.custom-header {
  background-color: var(--bgwhite);
  transition: all ease 0.5s;
  padding: 0;
}

.custom-header .left-nav {
  display: flex;
}

.menu-main {
  display: flex;
  align-items: center;
}

.custom-header .left-nav .logo {
  margin-right: 45px;
  display: flex;
  /* transition: 0.3s; */
}

.fixed-header.custom-header .left-nav .logo {
  padding-block: 5px;
}


.custom-header .navlist {
  padding: 0;
  transition: all ease-in 0.5s;
  display: inline-flex;
}

.custom-header .navlist li a {
  color: var(--text-black);
  transition: all ease-in 0.2s;
  font-size: 16px;
  font-weight: 500;
  padding: 36px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.fixed-header.custom-header .navlist li a {
  padding-block: 21px;
}

.custom-header .navlist li a:hover,
.custom-header .navlist li a.active {
  background: rgba(250, 250, 251, 1);

}

.custom-header .navlist li a span {
  font-size: 14px;
}

.navlist li {
  display: inline-block;
}



.navlist li.dropdown .dropdown-menu {
  margin-top: -1px;
  border-radius: 0;
  border: 1px solid #d9d9d94a;
  border-top: 0;
  width: 248px;
  padding: 0 14px;
}

.fixed-header .navlist li.dropdown .dropdown-menu {
  margin-top: 0;
}

.navlist li.dropdown .dropdown-menu li {
  display: block;
  margin: 0;
}

.navlist li.dropdown .dropdown-menu li a {
  padding: 14px 0;
  background: transparent;
  border-bottom: 0.5px solid rgba(231, 231, 231, 1)
}

.navlist li.dropdown .dropdown-menu li.active a {
  color: var(--bs-primary);
}

.navlist li.dropdown .dropdown-menu li a:hover {
  color: var(--primary);

}


.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  border: 0;
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 8px;
}

.show.dropdown-toggle::after {
  transform: scale(-1);
}

.custom-header .navlist li a span {
  font-size: 13px;
}

.navlist li.dropdown .dropdown-menu {
  padding: 16px 14px;
  background: rgba(250, 250, 251, 1);
}

.navlist li.dropdown .dropdown-menu li:last-child a {
  border: 0;
}

.custom-header .navlist li .dropdown-toggle.show {
  background: rgba(250, 250, 251, 1);
}

.navlist li.dropdown.active > a {
  color: var(--bs-primary);
  background: rgba(250, 250, 251, 1);
}

.navlist li:last-child {
  margin-right: 0;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  right: 0;
  box-shadow: 1px 1px 1px 1px #cb5235;
}

.fixed-header .header-top {
  margin-bottom: 5px;
  font-size: 14px;
  padding: 8px 0;
}

.fixed-header.custom-header {
  /* padding: 10px 0; */
}

.fixed-header.custom-header .btn {
  height: 40px;
}


.viewmore {
  flex-shrink: 0;
  font-size: 18px;
  letter-spacing: 0.17em;
  width: fit-content;
  color: var(--bs-primary);
  padding: 0;
  border: 0;
  background: transparent;
  gap: 16px;
  display: inline-flex;
  font-weight: 500;
  margin-top: 10px;
  height: 30px;
  align-items: center;
}

.viewmore.fs-16 {
  font-size: 16px;
}

.viewmore [class*="icon"] {
  font-size: 16px;
  width: 25px;
  flex-shrink: 0;
  display: inline-block;
  transition: all ease 0.2s;
  vertical-align: middle;
}

.viewmore:hover [class*="icon"] {
  transform: rotate(-45deg);
}

.viewmore-arrow {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bs-primary) !important;
  width: 48px;
  height: 48px;
  color: var(--bs-primary);
  position: relative;
  z-index: 1;
}

.viewmore-arrow:before {
  content: "";
  width: 0px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--bs-primary);
  transition: all ease 0.2s;
  z-index: 0;
}

.viewmore-arrow span {
  position: relative;
  z-index: 1;
}

.viewmore-arrow:hover:before {
  width: 100%;
}

.viewmore-arrow:hover {
  color: var(--white);
}



/* slide-shutter effect */
.btn-slide-shutter {
  overflow: hidden;
  border: 1px solid var(--bs-primary) !important;
  color: var(--bs-primary);
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.btn-slide-shutter:before {
  content: "";
  width: 0px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--bs-primary);
  transition: all ease 0.2s;
  z-index: 0;
}

.btn-slide-shutter span {
  position: relative;
  z-index: 1;
}

.btn-slide-shutter:hover:before {
  width: 100%;
}

.btn-slide-shutter:hover {
  color: var(--white);
}



/* custom select */
/* .ctm-select-box {
  position: relative;
  height: fit-content;
  min-width: 125px;
  width: fit-content;
}

.ctm-select-box select {
  position: relative;
  display: inline-flex;
  height: 48px;
  font-weight: 500;
  border-radius: 0px;
  gap: 16px;
  z-index: 1;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  border: 1px solid var(--form-control-border);
  appearance: none;
  -webkit-appearance: none;
  padding-right: 35px;
  cursor: pointer;
}

.select-primary select {

  color: var(--primary);
  border-color: var(--primary);
}

.select-primary:before {
  color: var(--primary)
} */

.ctm-select-box .wpcf7-form-control-wrap {
  /* height: 100%;
  display: flex;
  width: 100%;
  flex: 0 0 100%; */
  height: 48px;
}

.ctm-select-box .select2-container {
  min-width: 150px;
}

.ctm-select-box .select2-container .select2-selection {
  min-height: 48px;
  position: relative;
  border-radius: 0;
  display: flex;
  align-items: center;

  border: 1px solid var(--form-control-border);
}

.ctm-select-box .select2-container .select2-selection:not(.select2-selection--multiple) {
  justify-content: space-between;
}


.ctm-select-box .select2-container .select2-selection .select2-selection__rendered {
  line-height: 35px;
  padding-left: 8px;
  padding-right: 0;
}


.ctm-select-box .select2-container .select2-selection .select2-container--default .select2-results > .select2-results__options {
  -webkit-overflow-scrolling: touch;
  /* use momentum scrolling */
}

.ctm-select-box .select2-container--default .select2-selection .select2-selection__arrow {
  position: static;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.ctm-select-box .select2-container--default .select2-selection .select2-selection__arrow b {
  display: none;
}

.ctm-select-box .select2-container--default .select2-selection .select2-selection__arrow:before {
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 7px;
  z-index: 2;
  bottom: 0;
  height: 7px;
  position: static;
}

.select2-container--default.select2-container--open .select2-selection .select2-selection__arrow:before {
  transform: scale(-1);
}

.select-primary .select2-container--default .select2-selection {
  border-color: var(--bs-primary);
  background-color: var(--btn-primary-5);

}

.select-primary .select2-container--default .select2-selection .select2-selection__rendered {
  color: var(--bs-primary);
  font-weight: 500;
}

.select-primary .select2-container--default .select2-selection .select2-selection__arrow:before {
  color: var(--bs-primary);

}

.select-primary .select2-dropdown {
  border-color: var(--bs-primary);
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--bs-primary);
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-primary);
}

.btn.btn-slide-shutter.active {
  background: var(--bs-primary);
  color: #fff;
}

.select2-dropdown {
  border-color: var(--bs-primary);
}

.select2-container--default .select2-selection--multiple:before {
  content: ' ';
  display: block;
  position: absolute;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 15px;
  margin-left: -4px;
  margin-top: -2px;
  top: 24px;
  width: 0;
  cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
  content: ' ';
  display: block;
  position: absolute;
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
  height: 0;
  right: 15px;
  margin-left: -4px;
  margin-top: -2px;
  top: 24px;
  width: 0;
  cursor: pointer
}

/* mobile toggle btn */
.mobile-toggle-btn {
  display: none;
  height: 48px;
  width: 48px;
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
}

@media only screen and (max-width:991px) {
  .mobile-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .news-action-btns .news-cat-buttons {
    background: #cb5235 !important;
    width: 220px;
    padding-block: 15px;
  }

  .news-action-btns .news-cat-buttons .btn-slide-shutter {
    color: #fff;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 5px;
  }

  .news-action-btns .news-cat-buttons .btn-slide-shutter:active {
    background: #cb5235 !important;
  }

  .news-action-btns .news-cat-buttons .btn-slide-shutter::before {
    content: none;
  }
}

/* date */


.meta-date .month {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.17em;
  color: var(--white);
}

.meta-date .year {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--white);
}

.meta-date {
  width: 82px;
  height: 102px;
  background-color: var(--bs-primary);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.post-nav-wrapper {
  display: flex;
  gap: 90px;
  position: relative;
}

.post-nav-wrapper:before {
  height: 100%;
  width: 1px;
  content: "";
  background: var(--light-border);
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}

.post-nav {
  padding: 30px 0;
  height: 340px;
  display: flex;
  flex-direction: column;
}

.post-nav.post-next {
  text-align: right;
}

.post-nav .meta-date {
  position: static;
}

.post-nav.post-next .meta-date {
  margin-left: auto;
}

.post-nav.post-next .viewmore {
  margin-left: auto;
}

.post-nav .shake:hover [class*="icon"] {
  transform: none;
  animation: leftright 0.5s ease-in-out infinite;
  transition: 0.2s;
}

@keyframes leftright {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

.post-nav h3 {
  margin: 0;
  padding-top: 24px;
}

.card-block {
  display: flex;
  background: var(--light-bg);
}

.image-wrapper {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.image-wrapper.img-skew:before {
  display: block;
  width: 15%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: skewX(-17deg);
  transform-origin: top right;
  background: var(--light-bg);
}

@media only screen and (max-width:992px) {
  .image-wrapper.img-skew:before {
    width: 28%;
  }
}

@media only screen and (max-width:992px) {
  .image-wrapper.img-skew img {
    height: 100%;
  }
}

.card-block .content-block {
  padding: 58px 68px;
  align-items: stretch;
}

@media only screen and (max-width:992px) {
  .card-block .content-block {
    padding: 45px;
  }
}

/* ========================== */
/* Page Home heading section */
/* ========================= */
.header-banner-block {
  background-color: var(--bs-primary);
  color: var(--white);
}

.header-content {
  max-width: 480px;
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  height: 500px;
}

.header-image {
  position: relative;
}

.clip-image {
  position: relative;
  width: 500px;
  height: 500px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  transform: skew(-13deg);
  border-left: 10px solid var(--bgwhite);
  border-right: 10px solid var(--bgwhite)
}

.clip-image img {
  width: calc(100% + 104px);
  height: 100%;
  margin-left: -40px;
  max-width: inherit;
  object-fit: cover;
  object-position: center;
  transform: skew(8deg);
}


/* for out header */
.header-image.header-out {
  position: absolute;
  left: 50%;
  width: 50%;
  padding-right: 0;
}

.header-image.header-out .clip-image {
  width: 100%;
  border: 0;
  transform: none;
}

.header-image.header-out .clip-image:before {
  display: block;
  width: 18%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: skewX(-18deg);
  transform-origin: top right;
  background: var(--bs-primary);
  border-right: 10px solid;
}

.header-image.header-out .clip-image img {
  transform: none;
}

.custom-header .navlist li.active > a {
  color: var(--bs-primary);
  background: rgba(250, 250, 251, 1);
}

@media only screen and (max-width:1600px) and (min-width:1367px) {
  .container {
    max-width: 1170px;
  }
}

@media only screen and (max-width:1200px) and (min-width:768px) {
  .clip-image {
    width: calc(100% - 50px);
    height: 400px;
    margin-left: 20px;
  }

  .header-content {
    height: 400px;
  }

}

@media only screen and (max-width:991px) {

  body {
    font-size: 14px;
  }

  br {
    display: none;
  }

  .sp80 {
    padding: 20px 0;
  }

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

  .btn {
    display: inline-flex;
    height: 38px;
    min-width: 100px;
    padding: 5px 10px;
    font-size: 14px;
    gap: 10px;
  }

  .btn.btn-download span {
    font-size: 14px;
  }

  .btn.btn-download [class*="icon-"]:before {
    transform: translateY(3px);
  }

  .btn.btn-download:hover [class*="icon-"]:after {
    content: "\e903";
    transform: translateY(-11px);
  }

  .btn.btn-download {
    letter-spacing: 0.1em;
  }

  .btn [class*="icon-"] {
    transform: scale(0.8);
  }

  .title {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }

  h1,
  .h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
  }

  h2,
  .h2 {
    font-size: 24px
  }

  h3,
  .h3 {
    font-size: 18px
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  .fs-72 {
    font-size: 40px;
  }

  .fs-48 {
    font-size: 30px;
  }

  .fs-36 {
    font-size: 28px;
  }

  .fs-30 {
    font-size: 24px;
  }

  .fs-24 {
    font-size: 20px;
  }

  .fs-20 {
    font-size: 18px;
  }

  .fs-18 {
    font-size: 16px;
  }

  .fs-16 {
    font-size: 16px;
  }

  .fs-14 {
    font-size: 14px;
  }





  .copyrights {
    font-size: 14px;
  }

  .title-block h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .title-block p {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .viewmore {
    font-size: 16px;
    margin-top: 0;
    letter-spacing: 1px;
  }

  .viewmore [class*="icon"] {
    font-size: 14px;
  }

  .viewmore-arrow {
    width: 35px;
    height: 35px;
  }


  .custom-header .navlist {
    display: flex;
    flex-direction: column;
  }

  .custom-header,
  .fixed-header.custom-header {
    padding: 0;
  }

  .navlist li {
    margin-right: 0;
    margin-bottom: 0;
  }



  .logo {
    max-width: 65px;
  }

  .meta-date {
    width: 60px;
    height: 70px;
  }

  .meta-date .year {
    font-size: 25px;
    line-height: 1;
  }

  .meta-date .month {
    font-size: 14px;
  }

  .navbar .btn {
    display: inline-flex;
    height: 35px;
    min-width: 80px;
    padding: 5px 10px;
    font-size: 12px;
  }

  .custom-header .navlist li {
    margin-bottom: 20px;
  }

  .custom-header .navlist li a {
    font-size: 22px;
  }




  .toggle-menu {
    margin-left: 0;
  }

  #menu {
    background: var(--bgwhite);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all 0.7s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1100;
    height: 100vh;
    overflow-y: auto;
    padding-top: 62px;
  }

  #menu.open li {
    display: block;
    padding: 16px;
    font-size: 20px;
    padding: 0;
  }

  #menu.open {
    opacity: 1;
    visibility: visible;
  }

  #menu.open li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }

  #menu.open li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }

  #menu.open li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }

  #menu.open li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  #menu.open li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

  #menu.open li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }

  #menu.open li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }

  #menu.open li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }

  #menu.open li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }

  #menu.open li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  #menu.open li {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }

  #menu ul a {
    -webkit-transform: translateZ(0);
    transition: opacity 0.3s ease-in-out;
  }

  #menu .main-nav a {
    color: var(--text-white);
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 1rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
  }

  /*// Hamburger menu toggler stuff below*/
  .toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 48px;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 48px;
    z-index: 1110;
  }



  .toggle-menu span {
    background-color: var(--text-black);
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 26px;
  }

  .toggle-menu span:before,
  .toggle-menu span:after {
    background-color: var(--text-black);
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 26px;
  }

  .toggle-menu span:before {
    top: 7px;
  }

  .toggle-menu span:after {
    top: -7px;
  }

  .toggle-menu.active span {
    background-color: transparent;
    transition: all 0.2s ease-out;
  }

  .toggle-menu.active span:before,
  .toggle-menu.active span:after {
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  }

  .toggle-menu.active span:before {
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
  }

  .toggle-menu.active span:after {
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg);
  }
}

@media only screen and (max-width:767px) {

  /* ============
common Header
============*/
  .clip-image {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    transform: skew(0deg);
    border-left: 0;
    border-right: 0;
    margin-top: 15px;
  }

  .clip-image img {
    width: 100%;
    height: 100%;
    margin-left: 0;
    transform: skew(0);
  }

  .header-content {
    max-width: 100%;
    display: flex;
    padding: 30px 0;
    flex-direction: column;
    height: auto;
  }

  .decor-border:before,
  .decor-border:after {
    width: 70px;
    height: 70px;
  }

  .fixed-header.custom-header .navlist li a {
    padding: 10px;
  }
}



@media only screen and (max-width: 1280px) and (resolution: 1.50dppx) {
  .viewmore {
    font-size: 16px;
  }

  .viewmore [class*="icon"] {
    font-size: 14px;
  }

  body {
    font-size: 14px;
  }

  .title {
    font-size: 24px;
    margin-bottom: 10px
  }

  h1,
  .h1 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 24px
  }

  h3,
  .h3 {
    font-size: 18px
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  .fs-72 {
    font-size: 40px;
  }

  .fs-24 {
    font-size: 20px;
  }

  .fs-20 {
    font-size: 18px;
  }

  .fs-18 {
    font-size: 16px;
  }

  .fs-16 {
    font-size: 16px;
  }

  .custom-header .navlist li a {
    font-size: 22px;
  }

  .fs-14 {
    font-size: 14px;
  }

  .meta-date .year {
    font-size: 25px
  }

  .meta-date .month {
    font-size: 14px;
  }

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

@media only screen and (max-width: 1536px) and (resolution: 1.25dppx) {
  .viewmore {
    font-size: 16px;
  }

  .viewmore [class*="icon"] {
    font-size: 14px;
  }

  body {
    font-size: 14px;
  }

  .title {
    font-size: 24px;
    margin-bottom: 10px
  }

  h1,
  .h1 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 24px
  }

  h3,
  .h3 {
    font-size: 18px
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  .fs-72 {
    font-size: 40px;
  }

  .fs-24 {
    font-size: 20px;
  }

  .fs-20 {
    font-size: 18px;
  }

  .fs-18 {
    font-size: 16px;
  }

  .fs-16 {
    font-size: 16px;
  }

  .custom-header .navlist li a {
    font-size: 22px;
  }

  .fs-14 {
    font-size: 14px;
  }

  .meta-date .year {
    font-size: 25px
  }

  .meta-date .month {
    font-size: 14px;
  }

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

/* FAQ  accordion*/


.accordion-item {
  border: 0;
  border-bottom: 1px solid var(--light-border);
}

.accordion-button {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 30px 0;

}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button.collapsed,
.accordion-button[aria-expanded="true"] {
  padding: 30px 0 0;
}

.accordion-button[aria-expanded="false"] {
  padding: 30px 0;
}

.accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
  color: var(--secondary);

}

.accordion-button::after {
  background-image: none;
  display: inline-block;
  border: 0;
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-180deg);
}



.accordion-collapse .accordion-body {
  color: #898989;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 30px 22px 30px 0;
  padding-top: 10px;
  transition: 0.3s;

}

.accordion-collapse.show .accordion-body {
  padding-top: 10px;
  transition: 0.3s;
}

.copyrights {
  color: #B0B0B0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}