@import url('https://fonts.googleapis.com/css2?family=Manrope:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url("../fonts/fontawesome4/css/font-awesome.css");
@import url("../fonts/fontawesome6/css/fontawesome.css");
@import url("../fonts/fontawesome6/css/brands.css");
@import url("../fonts/fontawesome6/css/solid.css");
@import url("../fonts/elegant_font/HTML_CSS/style.css");
@import url("../fonts/et-line-font/style.css");
@import url("../fonts/icofont/icofont.min.css");

* {
  --title-font: "Manrope", Helvetica, Arial, sans-serif;
  --body-font-size: 15px;
  --title-font-weight: 600;
  --title-font-color: #0a2540;
  --body-font: "Manrope", Helvetica, Arial, sans-serif;
  --border-default: solid 1px rgba(30, 30, 30, 1);
  --bg-color-even: #E8E8E8;
  --bg-color-odd: #F4F4F4;
  --bg-dark-1: #1D1D1F;
  --bg-dark-2: #232627;
  --bg-dark-3: #303030;
  --bg-grey: #F0F1F3;
  --bg-gradient-1: 0deg, rgba(var(--primary-color-rgb), .1) 0%, rgba(var(--secondary-color-rgb), .2) 100%;
  --body-font-color: #051939;
  --dark-body-font-color: #F5F5F7;
  --swiper-theme-color: var(--secondary-color);
  --rounded-1: 12px;
}

/* ================================================== */


/* body */


/* ================================================== */

html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  background: var(--bg-dark-1);
}

body {
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  font-weight: 400;
  color: var(--body-font-color);
  padding: 0;
  line-height: 29px;
  word-spacing: 0px;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

a,
a:hover {
  text-decoration: none;
}

/* ================================================== */


/*  header  */


/* ================================================== */

header {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1001;
  background: var(--bg-dark-1);
  margin: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}

header.header-s1 {
  top: 0;
}

header .info {
  display: none;
  color: #fff;
  padding: 10px 0 10px 0;
  width: 100%;
  z-index: 100;
  background: #242424;
}

header .info .col {
  display: inline-block;
  font-size: 12px;
}

header .info .col {
  padding-right: 30px;
}

header .info .col:last-child {
  padding-right: 0px;
}

header .info i {
  font-size: 14px;
  margin-right: 15px;
}

header .info .social.col {
  border: none;
}

header .info .social i {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  float: none;
  padding: 0 10px 0 10px;
  margin: 0;
}

header .info strong {
  font-size: 12px;
}

header.header-bg {
  background: rgba(0, 0, 0, 0.5);
}

header.transparent {
  background: none;
}

body:not(.side-layout) header:not(.smaller):not(.header-mobile).header-light.transparent {
  background: rgba(255, 255, 255, 0.0);
}

header.autoshow {
  top: -120px;
  height: 70px !important;
}

header.autoshow.scrollOn,
header.autoshow.scrollOff {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  outline: none;
}

header.autoshow.scrollOn {
  top: 0;
}

header.autoshow.scrollOff {
  top: -120px;
}

header div#logo {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header .logo-2 {
  display: none;
}

header .logo-scroll {
  display: none;
}

header .logo,
header .logo-2 {
  font-family: var(--body-font);
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

header .logo-2 {
  color: #333;
}

header.header-full nav {
  float: left;
}

header nav a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header nav a:hover {
  color: #555;
}

header.smaller #mainmenu ul ul {
  top: 0px;
}

header.smaller {
  position: fixed;
  top: 0px;
  background: var(--bg-dark-1);
  border: none;
  border-bottom: solid 1px #dddddd;
}

header.smaller #topbar {
  margin-top: -42px;
}

header.header-light.smaller {
  background: #ffffff;
}

.scroll-down {
  margin-top: -90px;
}

.scroll-up {
  margin-top: 0;
}

header.header-center.scroll-down {
  margin-top: -175px;
}

header.header-center #logo-center {
  display: inline-block;
  padding-top: 40px;
}

header.header-center #mainmenu {
  display: inline-block;
}

header.header-center {
  text-align: center;
}

header.header-center #logo {
  display: none;
}

header.smaller .btn-rsvp {
  height: 100px;
  padding-top: 55px;
}

.boxed header.smaller {
  margin-top: 0px;
}

header.smaller .logo-init {
  display: none;
}

header.smaller #topbar.topbar-dark {
  background: rgba(34, 34, 34, .05);
}

header.smaller #topbar.topbar-dark a {
  color: #333333;
}

header .logo-mobile {
  display: none;
}

header.smaller.scroll-light {
  background: #ffffff;
}

header.scroll-light .logo-scroll {
  display: none;
}

header.smaller.scroll-light .logo-main {
  display: none;
}

header.smaller.scroll-light .logo-scroll {
  display: block;
}

header.smaller.scroll-dark {
  background: var(--bg-color-even);
}

header.header-light .h-phone,
header.smaller.scroll-light .h-phone {
  color: #202020;
}

header:not(.header-light).smaller.scroll-light div#logo .logo {
  display: none;
}

header.smaller.scroll-light div#logo .logo-2 {
  display: inline-block;
}

header.smaller.scroll-light div#logo .logo-scroll {
  display: inline-block;
}

header.smaller.header-light div#logo .logo {
  display: none;
}

header.smaller.scroll-light .social-icons i {
  color: var(--title-font-color);
}

header.smaller.scroll-light #mainmenu li a,
header.smaller.scroll-light #mainmenu li.has-child:after {
  color: var(--title-font-color);
}

header #mainmenu li li a:hover {
  color: #ffffff;
}

.logo-smaller div#logo {
  width: 150px;
  height: 30px;
  line-height: 65px;
  font-size: 30px;
}

.logo-smaller div#logo img {
  font-size: 30px;
}

header.smaller div#logo .logo-1 {
  display: none;
}

header.smaller div#logo .logo-2 {
  display: inline-block;
}

.logo-small {
  margin-bottom: 20px;
}

header.de_header_2 {
  height: 125px;
}

header.de_header_2.smaller {
  height: 70px;
}

header.de_header_2.smaller .info {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

header.header-full {
  padding-left: 30px;
  padding-right: 30px;
}

header .header-row {
  text-align: center;
}

header .header-col {
  position: relative;
  height: 100%;
}

/* left col header */
header .header-col.left {
  float: left;
  padding: 0 30px 0 0;
  /* border-right:solid 1px rgba(255,255,255,.2); */
}

/* middle col header */
header .header-col.mid {
  float: right;
}

header .header-col.mid .social-icons {
  float: right;
  /* border-left:solid 1px rgba(255,255,255,.2); */
  padding: 0 30px 0 30px;
}


.header-col-right {
  text-align: right;
}

/* subheader */

#subheader {
  overflow: hidden;
  position: relative;
  padding: 160px 0 100px 0;
}

#subheader h1 {
  font-size: 48px;
  letter-spacing: -1px;
  margin-bottom: 0;
}

.crumb {
  font-size: 13px;
}


.crumb {
  display: inline-block;
  padding: 3px 10px;
  margin-top: 20px;
  line-height: 1.2em;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.text-light .crumb a {
  color: rgba(255, 255, 255, 1.0);
}


#subheader.text-light .crumb {
  color: #fff;
}

/* ================================================== */


/* navigation */


/* ================================================== */

#mainmenu {
  font-size: 13px;
  margin: 0 auto;
  float: none;
  counter-reset: my-awesome-counter;
  font-family: var(--body-font);
}

#mainmenu li {
  margin: 0px 0px;
  padding: 0px 0px;
  float: left;
  display: inline;
  list-style: none;
  position: relative;
}

#mainmenu>li {
  margin-right: 25px;
}

#mainmenu>li {
  counter-increment: my-awesome-counter;
}

/*
#mainmenu>li::before {
  content: counter(my-awesome-counter) ' —';
  right: 8px;
  top: 5px;
  color:var(--secondary-color);
  margin-right: 5px;
  font-weight: 500;
  font-family: var(--title-font);
}
*/

header.smaller #mainmenu>li::before {
  transform: scale(0);
}

#mainmenu>li.has-child:after {
  font-family: FontAwesome;
  content: "\f078";
  padding-left: 5px;
  font-size: 8px;
  position: relative;
  top: -2px;
  color: rgba(255, 255, 255, .75);
}

.header-light #mainmenu li.has-child:after {
  color: rgba(0, 0, 0, .5);
}

#mainmenu>li>a {
  font-size: 15px;
  padding-right: 6px;
  font-weight: 600;
}

#mainmenu.s2 li>a {
  letter-spacing: 0;
}

#mainmenu li.has-child>a {
  padding-right: 0px;
}

#mainmenu a {
  position: relative;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  outline: none;
}

header.smaller #mainmenu>li>a {
  padding-top: 18px;
  padding-bottom: 18px;
}

#mainmenu p {
  line-height: 1.8em;
  margin-bottom: 0;
}

header.header-light #mainmenu a {
  color: var(--title-font-color);
}

#mainmenu a span:not(.badge) {
  position: relative;
  width: 0%;
  color: #ffffff;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 14px;
  border-bottom: solid 2px #ffffff;
}

#mainmenu li:hover a span:not(.badge) {
  width: 100%;
}

#mainmenu li li a span:not(.badge) {
  float: right;
  margin-top: 5px;
}

#mainmenu a.active span:not(.badge) {
  width: 100%;
  margin-left: 0%;
}

.header-light {
  background: #ffffff;
}

.header-light #mainmenu>li>a {
  font-weight: bold;
  color: var(--title-font-color);
}

#mainmenu li li {
  font-family: var(--body-font);
  font-size: 14px;
}

#mainmenu li li:last-child {
  border-bottom: none;
}

#mainmenu li li a {
  padding: 5px 15px;
  border-top: none;
  color: #606060;
  width: 100%;
  border-left: none;
  text-align: left;
  font-weight: normal;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
  letter-spacing: 0;
}

#mainmenu li:last-child>a {
  border-bottom: none;
}

#mainmenu li li a:hover {
  color: #111;
}

#mainmenu li li a:after {
  content: none;
}

#mainmenu li li a:hover,
#mainmenu ul li:hover>a {
  color: #fff;
}

#mainmenu li a.active {
  color: var(--primary-color) !important;
}

#mainmenu li ul {
  width: 190px;
  height: auto;
  position: absolute;
  left: 0px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
}

#mainmenu ul li b {
  background: #333;
  color: #ffffff;
  padding: 0 3px;
  padding-bottom: 3px;
  font-size: 10px;
  margin-right: 3px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#mainmenu li li {
  font-size: 14px;
  display: block;
  float: none;
  text-transform: none;
}

#mainmenu li:hover>ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}


/* before edited 
#mainmenu li ul ul {
    left: 100%;
    top: 0px;
}
*/

#mainmenu li ul ul:not(.ul-list) {
  top: 0px;
  margin-left: 188px;
}

#mainmenu select {
  padding: 10px;
  height: 36px;
  font-size: 14px;
  border: none;
  background: #ff4200;
  color: #eceff3;
}

#mainmenu select option {
  padding: 10px;
}

#mainmenu .btn-type {
  padding: 0;
  margin: 0;
}

#mainmenu .btn-type a {
  background: #eee;
  padding: 0;
  margin: 0;
}

#mainmenu>li ul.mega {
  position: fixed;
  left: 0;
  height: 0%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}

#mainmenu>li ul.mega .sb-menu {
  background: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: solid 1px #dddddd;
}

#mainmenu li:hover ul.mega {
  visibility: visible;
  opacity: 1;
}

#mainmenu li ul.mega>li,
#mainmenu li ul.mega>li a {
  width: 100%;
}

#mainmenu li ul.mega li.title {
  padding: 0px 10px 15px 10px;
  text-align: left;
  color: #fff;
  font-weight: bold;
}

#mainmenu li ul.mega>li ul {
  position: static;
  visibility: visible;
  opacity: 1;
  left: 0;
  float: none;
  width: 100%;
}

#mainmenu ul.mega>li ul li {
  margin: 0;
  padding: 0;
}

#mainmenu ul.mega>li ul li:last-child {
  border-bottom: none;
}

#mainmenu li ul.mega .menu-content {
  background: #171A21;
  padding: 30px;
}

#mainmenu li ul.mega li.title {
  font-family: var(--main-font);
  padding: 0px;
  text-align: left;
  font-weight: bold;
  color: #586383;
}

#mainmenu ul.mega>li ul {
  border: none;
}

#mainmenu li ul.mega ul li a {
  background: none;
  padding: 2px 0;
}

#mainmenu li ul.mega ul li a:hover {
  color: #35404e;
}

#mainmenu .box-icon {
  margin-bottom: 10px;
  line-height: 1.6em;
  background: rgba(var(--primary-color-rgb), .1);
  padding: 15px;
  margin: 0;
  height: 100%;
}

#mainmenu .box-icon:hover {
  background: rgba(var(--secondary-color-rgb), .2);
}

.menu-col {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
}

.menu-col i {
  margin-right: 10px;
  text-align: center;
  min-width: 20px;
}

.menu-col li {
  margin-bottom: 10px;
}

.menu-col li a {
  padding: 10px 16px;
  display: block;
  color: #333333;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.menu-col li a.active,
.menu-col li a.active i {
  color: #ffffff;
}

header.header-mobile #mainmenu>li ul.mega {
  visibility: visible;
  opacity: 1;
}

header:not(.header-mobile) #mainmenu>li:hover ul.mega {
  height: auto;
}

/* menu toggle for mobile */

#menu-btn {
  display: none;
  float: right;
  width: 32px;
  height: 32px;
  padding: 4px;
  text-align: center;
  cursor: pointer;
  color: var(--primary-color);
  margin-top: 0px;
  margin-left: 20px;
}

#menu-btn:before {
  font-family: FontAwesome;
  content: "\f0c9";
  font-size: 20px;
}

#menu-btn.menu-open:before {
  content: "\f068";
}


header.header-mobile.header-light,
header.header-mobile.header-light #menu-btn,
header.header-mobile.header-light #menu-btn:hover {
  background: none;
}

header.header-mobile.header-light #menu-btn {
  color: #222;
}


header.header-mobile.header-center #logo {
  display: block;
}

header.header-mobile.header-center #logo-center {
  display: none;
}

/* user account menu */

/* user account menu close */

/* ================================================== */


/* content */


/* ================================================== */

#content {
  width: 100%;
  background: #ffffff;
  padding: 90px 0 90px 0;
  z-index: 100;
}

/* ================================================== */


/* section */


/* ================================================== */

section {
  padding: 100px 0 100px 0;
}

section:not(.relative) {}


.rounded-10px {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded-20px {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

/* ================================================== */


/* footer */


/* ================================================== */

footer {
  color: var(--title-font-color);
  padding: 90px 0 0 0;
  font-size: 15px;
  border-top: solid 1px rgb(237 242 251);
}

footer p {
  line-height: 1.8em;
}

footer a {
  color: var(--title-font-color);
  text-decoration: none !important;
}

.subfooter {
  margin-top: 50px;
  border-top: solid 1px rgb(237 242 251);
  padding: 20px 0 20px 0;
}

header.side-header {
  border-bottom: none;
  margin: 0;
}

header.side-header .social-icons-2 {
  margin: 0 auto;
  margin-top: 50px;
  float: none;
  text-align: center;
}

header.side-header .social-icons-2 a {
  display: inline-block;
  margin: 0 2px 0 2px;
  background: #555;
  width: 36px;
  height: 36px;
  padding-top: 5px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  opacity: .2;
}

.de_light header.side-header .social-icons-2 a {
  background: #fff;
  color: #333;
}

header.side-header .social-icons-2 a:hover {
  opacity: 1;
}

.de-navbar-left.de_light header,
.de-navbar-left.de_light {
  background: rgba(var(--secondary-color-rgb), .1);
}

header.header-light-transparent {
  background: rgba(255, 255, 255, .5);
}

header.header-solid.header-light #mainmenu>li>a {
  color: #555;
}

header.header-solid.header-light .info {
  background: #eee;
  color: #555;
}

header.header-solid.header-light .info .social i {
  color: #222;
}

header.header-solid {
  background: #fff;
}

header.smaller.header-dark {
  background: #222222;
  border: none;
}

header.smaller.header-dark #mainmenu a {
  color: #fff;
}

header.s2 {
  background: #ffffff !important;
  border-bottom: solid 1px var(--bg-dark-3);
  top: 0;
}

header.s2 #mainmenu>li>a {
  padding-top: 18px;
  padding-bottom: 18px;
}

.side-layout header.smaller.header-dark #mainmenu>li {
  border-bottom: solid 1px rgba(255, 255, 255, .1);
}

.side-layout header.smaller.header-dark #mainmenu>li:last-child {
  border-bottom: none;
}

header.header-mobile {
  position: fixed !important;
  top: 0;
  padding-bottom: 10px;
  background: white;
}

header.header-mobile .container {
  max-width: 100% !important;
  padding-left: 20px;
  padding-right: 20px;
}

.dark-scheme header.header-mobile {
  background: var(--bg-dark-1);
}

header.header-mobile.has-topbar .header-row,
header.header-mobile.has-topbar .header-col {
  margin-top: 10px;
}

header.header-mobile nav {
  float: none;
}

header.header-mobile .logo {
  display: none;
}

header.header-mobile .btn-rsvp {
  padding-top: 40px;
  height: 90px;
}

header.header-mobile .logo-2 {
  display: inline-block;
}

header.header-mobile.header-light {
  background: #fff;
}

header.header-mobile #mainmenu ul {
  padding: 0;
}

header.header-solid.header-light {
  background: #fff;
}

header.header-light .logo {
  display: none;
}

header.header-light .logo-2 {
  display: inline-block;
}

/* topbar start here */

#topbar {
  z-index: 1000;
  width: 100%;
  overflow: hidden;
  top: 0;
  background: #f4f7fb4d !important;
}

#topbar a {
  color: #ffffff;
  text-decoration: none;
}

/* topbar left content */

/* topbar widget */
.topbar-widget {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  padding: 3px 40px 7px 0;
  color: rgba(255, 255, 255, .5);
}

.topbar-widget i {
  font-size: 16px;
  margin-top: 8px;
  margin-right: 10px;
}

.topbar-widget:before {
  float: left;
  position: relative;
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;
}

/* topbar end here */

/* ================================================== */


/* blog */


/* ================================================== */

/* blog list */

.bloglist .post-text a.btn-main {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 25px;
}

/* de-bloglist-type-1 */
.de-bloglist-type-1 .d-content {
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  padding-bottom: 15px;
  margin-bottom: 10px;
  min-height: 100px;
}

.de-bloglist-type-1 .d-image {
  position: absolute;
  overflow: hidden;
  width: 80px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.de-bloglist-type-1 .d-image img {
  width: 100%;
}

.de-bloglist-type-1 .d-content {
  padding-left: 100px;
}

.de-bloglist-type-1 .d-date {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  padding-left: 18px;
}

.de-bloglist-type-1 .d-date:before {
  font-family: "FontAwesome";
  font-weight: 300;
  color: var(--primary-color);
  content: "\f073";
  left: 0;
  position: absolute;
}


/* de-post-type-1 */

/* blog comment */

.bloglist {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  background: var(--tertiary-color);
}

.post-content {
  position: relative;
}

.post-content p {
  margin-bottom: 0px;
}

.post-text h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.post-text h3 a {
  font-weight: 600;
  font-family: var(--body-font);
  color: #1A1C26;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
}

.blog-read .post-text {
  padding: 0;
}

/* blog comment form */

.post-image {
  overflow: hidden;
  margin-bottom: 20px;
}

.post-image img {
  width: 100%;
  margin-bottom: 0px;
}

.post-image .d-tagline {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1em;
}

.post-image .d-tagline span {
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  background: var(--secondary-color);
  margin-left: 5px;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-weight: 600;
}

.post-image {
  position: relative;
}

/* ================================================== */

/* products */


/* ================================================== */

/* ================================================== */


/* contact form */


/* ================================================== */

.error {
  display: none;
  margin-top: 30px;
  color: #e7505a;
  clear: both;
  padding-top: 20px;
  padding: 20px;
  background: rgba(231, 80, 90, .1);
  border: solid 1px #e7505a;
}

.success {
  display: none;
  color: #96c346;
  margin-top: 30px;
  clear: both;
  padding-top: 20px;
  padding: 20px;
  background: rgba(150, 195, 70, .1);
  border: solid 1px #96c346;
}

#contact_form input[type="text"],
#contact_form textarea {
  padding: 10px;
  margin-bottom: 20px;
  border: solid 1px rgba(0, 0, 0, 0.25);
  height: auto;
  background: rgba(34, 34, 34, 0);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#contact_form textarea {
  height: 253px;
}


/* ================================================== */


/* coming soon page */


/* ================================================== */

/* ================================================== */


/* elements */


/* ================================================== */


/* address */


/* ------------------------------ */

/* border */


/* ------------------------------ */

/* breadcrumb */


/* ------------------------------ */

.crumb {
  color: #777;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.crumb {
  padding-top: 10px;
  margin-bottom: -50px;
}

.crumb li {
  display: inline;
  text-decoration: none;
  letter-spacing: 0;
}

.crumb li:after {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 10px;
  margin: 0 10px 0 10px;
  opacity: .5;
}

.crumb li:last-child:after {
  display: none;
}

.crumb a {
  text-decoration: none;
}

/* box icon */

/* button and link */


/* ------------------------------ */

a {
  text-decoration: none;
}

a.btn-main:hover,
.btn-main:hover {
  color: #fff;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
  -moz-box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
  box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
}

a.btn-main,
a.btn-main:active,
a.btn-main:focus,
a.btn-main:visited,
.btn-main {
  display: inline-block;
  font-family: var(--title-font);
  text-align: center;
  color: #fff;
  outline: 0;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 25px;
  font-size: 15px;
  border: none;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}


a.btn-main.btn-light-trans {
  color: var(--title-font-color);
  background: rgba(0, 0, 0, .05);
}

a.btn-main.btn-light-trans:hover {
  color: #ffffff;
  background: var(--primary-color);
}

a.btn-main.btn-white {
  background: #ffffff;
}


/* counter */


/* ------------------------------ */

.de_count {
  padding: 0px;
  background: none;
}

.de_count h3 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
  line-height: 1em;
  padding-bottom: 10px;
  letter-spacing: -.5px;
}

.de_count h3 span {
  font-size: 52px;
  margin-right: 5px;
  letter-spacing: -1.5px;
}


.de_count h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}

.de_count span {
  font-size: 12px;
  text-transform: uppercase;
}

.de_count {
  font-size: 16px;
  color: #35404e;
  font-weight: 500;
}



/* divider */


/* ------------------------------ */

.spacer-single {
  width: 100%;
  height: 30px;
  display: block;
  clear: both;
}

.spacer-double {
  width: 100%;
  height: 60px;
  display: block;
  clear: both;
}

.spacer-10 {
  width: 100%;
  height: 10px;
  display: block;
  clear: both;
}

.spacer-20 {
  width: 100%;
  height: 20px;
  display: block;
  clear: both;
}

/* dropcap */


/* ------------------------------ */

/* form */


/* ------------------------------ */

.field-set .d-label {
  display: inline-block;
  color: var(--title-font-color);
  font-weight: 500;
  margin-bottom: 10px;
}

/* heading */


/* ------------------------------ */

h1,
h2,
h4,
h3,
.h3,
.h4 {
  margin-top: 0;
  font-family: var(--title-font);
  font-weight: var(--title-font-weight);
  color: var(--title-font-color);
}

h1 {
  font-size: 64px;
  margin-bottom: 20px;
  line-height: 1.1em;
  letter-spacing: -4px;
}

h2 {
  margin-top: 0;
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 1.1em;
  letter-spacing: -1.25px;
  padding-bottom: 5px;
}

h3 {
  font-size: 17px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

h4 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 26px;
}

.text-light .subtitle.s2 {
  background: rgba(255, 255, 255, .1);
}

.text-light {
  color: var(--dark-body-font-color);
}

.text-dark {
  color: #223044;
}

.text-white {
  color: #fff;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4 {
  color: #fff;
}

/* feature box style 1 */

/* feature-box style 2 */

/* feature-box image style 3 */

/* with image */

/* feature-box image style 4 */

/* list */

.ul-style-2 {
  padding: 0;
  list-style: none;
}

.ul-style-2 li {
  margin: 5px 0 5px 0;
}

.ul-style-2 li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 15px;
}

/* pagination */


/* ======================================== */

/* pricing table */


/* ================================================== */

/* de_pricing-table begin */

/* de_pricing-table end */

/* ================================================== */

/* preloader */

/* ================================================== */

#de-loader {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* progress bar */


/* ================================================== */


/* social-icons */


/* ================================================== */

.social-icons {
  display: inline-block;
}

.social-icons i {
  text-shadow: none;
  padding: 10px 5px;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 16px;
  margin: 0 3px 0 3px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.social-icons i:hover {
  background: #fff;
  border-color: #eceff3;
  color: #333;
}

#topbar .social-icons i {
  font-size: 16px;
  background: none;
  margin-bottom: 0;
  margin-right: 1px;
  padding: 15px 5px;
  height: 30px;
  width: 30px;
  margin-top: 5px;
  color: var(--tertiary-color);
}

.mobile-s-i {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
}

/* ================================================== */

/* accordion

/* ================================================== */


.accordion-section-title {
  color: #35404e;
  width: 100%;
  padding: 15px 0;
  cursor: poInter;
  font-family: var(--body-font);
  width: 100%;
  display: inline-block;
  font-size: 17px;
  transition: all linear 0.5s;
  text-decoration: none;
  font-weight: 600;
  overflow: none;
  border-bottom: solid 1px #dddddd;
}

.accordion-section-title:before {
  font-family: "FontAwesome";
  content: "\f107";
  float: right;
  color: var(--bg-dark-1);
  text-align: center;
  padding: 0 8px 0 8px;
  font-size: 15px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 30px;
}

.accordion-section-title:hover {
  text-decoration: none;
}

.accordion-section-content {
  padding-top: 15px;
  padding-bottom: 5px;
  display: none;
  margin-bottom: 10px;
}

.accordion.s2 .accordion-section-title {
  border: none;
  border-bottom: solid 1px #ddd;
}


/* bs */

/* new added */



/* tab de_light */

/* tab de_light */


/* tab de_light */

/* team
    /* ================================================== */

/* testimonial
    /* ================================================== */

/*
.de_testi blockquote:before {
  font-family: FontAwesome;
  content: "\f10d";
  padding-bottom: 10px;
  font-size: 20px;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  font-style: normal;
  background: #000;
  position: absolute;
  left: 15px;
  font-weight: normal;
}
*/

/* new timeline */

/* close new timeline */


.v-center {
  min-height: 100%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: #ffffff;
}



/* css attributes */


/* margin top */

.mt20 {
  margin-top: 20px;
}

/* margin bottom */

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.padding30 {
  padding: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb40 {
  padding-bottom: 40px;
}

/* margin top */

.w-80px {
  width: 80px;
}

.absolute {
  position: absolute;
  z-index: 1;
}

.abs-middle {
  top: 50%;
  transform: translateY(-50%);
}

.relative,
.position-relative {
  position: relative;
  z-index: 1;
}

.z-2 {
  z-index: 2
}

.z-1000 {
  z-index: 1000;
}

.overflow-hidden {
  overflow: hidden;
}

/* ================================================== */


/* anim */


/* ================================================== */

header,
#topbar,
.hover,
.hover *,
.de_count,
.social-icons a i,
.btn-main,
#contact_form input,
.show-on-scroll,
#mainmenu>li::before {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  outline: none;
}

#mainmenu li {
  -o-transition: .2s ease;
  -ms-transition: .2s ease;
  -moz-transition: .2s ease;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  outline: none;
}

header.header-mobile #mainmenu>li>span {
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  outline: none;
}

@-webkit-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleOutFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1, 1);
    transform: scale(1, 1, 1);
  }
}

@keyframes scaleOutFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1, 1);
    transform: scale(1, 1, 1);
  }
}

.scaleOut {
  -webkit-animation-name: scaleOutFade;
  animation-name: scaleOutFade;
}

/* ================================================== */


/* video */


/* ================================================== */

/* youtube, vimeo */

/* ================================================== */


/* map */


/* ================================================== */


/* --------------- map --------------- */

/* ================================================== */


/* call to action */


/* ================================================== */

/* ================================================== */


/* overide bootstrap */


/* ================================================== */

.container-fluid {
  padding: 0px;
  margin: 0px;
}

p {
  margin-top: 0;
}

p.lead {
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 0;
  font-weight: 400;
  letter-spacing: -0.2px;
}

/* Vertical line */

/* ======================================== */


/* toggle */


/* ======================================== */

/* ================================================== */


/* image position */


/* ================================================== */

/* ================================================== */


/* font awesome icons */


/* ================================================== */

i {
  display: inline-block;
}

/* extra ^ */

/* ================================================== */


/* transition */


/* ================================================== */

a,
a:hover {
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

/* ================================================== */


/* gallery */


/* ================================================== */

/* ---- grid ---- */

/* clear fix */

/* ---- .element-item ---- */

/* 5 columns, percentage width */

/* ================================================== */


/* widget */


/* ================================================== */

.widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

footer .widget {
  margin-bottom: 0;
}


.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  margin: 3px 0;
}

.widget-post li {
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.widget-post li a {
  font-weight: 600;
  display: block;
  text-decoration: none;
  color: #606060;
}

.widget_tags li {
  text-shadow: none;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 16px;
}

.widget_tags li a {
  font-size: 12px;
  text-decoration: none;
  color: #fff !important;
  padding: 5px 10px 7px 10px;
  margin: 0 2px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.widget_tags li a:hover {
  color: #555;
  border-color: #555;
}

.widget_tags li a {
  border-color: #555;
}

.widget_tags li a:hover {
  border-color: #eceff3;
}

footer .widget {
  border: none;
  margin-bottom: 0;
}

.widget_tags ul {
  margin-top: 20px;
}

footer .widget .widget-title {
  margin-bottom: 20px;
}

/* marquee */


.d-flex {
  display: flex;
  white-space: nowrap;
}

/* marquee */

/* marquee plugin */

/* marquee plugin close */

.show-on-scroll {
  opacity: 0;
}

.show-on-scroll.show {
  opacity: 1;
}

.show-on-scroll.hide {
  opacity: 0;
}


/* year-card */

/* select2 begin */

/* select2 end */

/* ================================================== */


/* misc */


/* ================================================== */

.w-40 {
  width: 40%
}

.w-100 {
  width: 100%
}

.h-100 {
  height: 100%
}

.fs-32 {
  font-size: 32px
}

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

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

.fw-100 {
  font-weight: 100;
}

.fw-300 {
  font-weight: 300;
}

.fw-bold {
  font-weight: bold;
}

.pl-80 {
  padding-left: 80px
}

.hover:hover .hover-scale-1-2 {
  transform: scale(1.2);
}

.hover-scale-in-3 {
  transform: scale(3);
  opacity: 0
}

.hover:hover .hover-scale-in-3 {
  transform: scale(1);
  opacity: 1
}

.hover:hover .hover-scale-1-2 {
  transform: scale(1.2);
}

.hover-scale-in-3 {
  transform: scale(3);
  opacity: 0
}

.hover:hover .hover-scale-in-3 {
  transform: scale(1);
  opacity: 1
}


/* background dark */

/* overlay-black */

/* overlay-white */


/* swiperjs */

.swiper,
.sw-overlay {
  position: absolute;
  width: 100%;
  height: 100% !important;
}

.swiper-slide {
  position: relative;
  background: var(--bg-dark-1);
}

.sw-caption {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: -.5;
}

.sw-text-wrapper.border-left {
  border-left: solid 1px rgba(0, 0, 0, .25);
  padding-left: 40px;
}


.text-light .sw-text-wrapper.border-left {
  border-left: solid 1px rgba(255, 255, 255, .25);
  padding-left: 40px;
}

.slider-title .underline {
  position: relative;
}

.slider-title .underline:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--secondary-color);
}

h2.slider-title {
  font-size: 64px;
  letter-spacing: -3px;
}

h3.slider-teaser {
  font-size: 24px;
}

p.slider-teaser {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}

.sw-overlay {
  background: rgba(27, 26, 26, 0.55);
}

.swiper-scrollbar,
.swiper-scrollbar-horizontal,
.swiper-scrollbar-drag {
  display: none;
}

.swiper-inner {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.swiper-slide-active .subtitle {
  animation-delay: 0s;
  animation: flipInX 2s;
}


.swiper-slide-active .slider-title {
  animation-delay: 1s;
  animation: flipInX 2s;
}


.swiper-slide-active .slider-teaser,
.swiper-slide-active .slider-text {
  animation-delay: 1.2s;
  animation: flipInX 2s;
}

.swiper-slide-active .slider-teaser {
  animation-delay: 1.4s;
  animation: flipInX 2s;
}

.swiper-slide-active .slider-extra {
  animation-delay: 1.4s;
  animation: flipInX 2s;
}

.swiper-slide-active .slider-fadeIn {
  animation-delay: 1.4s;
  animation: scaleIn 2s;
}

.swiper-slide-active .btn-main,
.swiper-slide-active .btn-line {
  animation-delay: 1.4s;
  animation: flipInX 2s;
}

.swiper-pagination {
  width: 100px;
  font-size: 20px;
  text-align: right;
  position: absolute;
  left: auto;
  right: 40px;
  bottom: 40px;
  font-weight: 400;
}

.swiper-pagination-total {
  font-size: 20px;
  opacity: .5;
}

.swiper-pagination-current {
  color: #ffffff;
  font-size: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ffffff;
}

.slider-light .swiper-button-next,
.slider-light .swiper-button-prev {
  color: var(--primary-color);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-prev {
  left: 20px;
}

.sw-price {
  color: #ffffff;
}

.sw-price .d-starting {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .75);
}

.sw-price .d-price {
  font-size: 56px;
  font-family: var(--title-font);
  font-weight: bold;
  margin-bottom: 10px;
}

.sw-price .d-val {
  background: -webkit-linear-gradient(0deg, #888888 0%, #ffffff 75%);
  background: -moz-linear-gradient(0deg, #888888 0%, #ffffff 75%);
  background: linear-gradient(0deg, #888888 0%, #ffffff 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sw-price .d-cur,
.sw-price .d-period {
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--secondary-color);
}

.sw-price .d-cur {
  font-weight: bold;
}


/* swiper end */


/* swiper #2 begin */

/* swiper #2 end */


.subtitle {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: var(--title-font-color);
  background: var(--tertiary-color);
  padding: 2px 15px 2px 15px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.text-light .subtitle {
  color: #ffffff;
}

/* scrollbar */
body::-webkit-scrollbar,
#de_modal::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track,
#de_modal::-webkit-scrollbar-track {
  background: #dddddd;
}

body::-webkit-scrollbar-thumb,
#de_modal::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

body.dark-scheme::-webkit-scrollbar-track,
#de_modal::-webkit-scrollbar-track {
  background: var(--bg-dark-1);
}

*/ .de-item {
  border: solid 0px rgba(var(--primary-color-rgb), 0);
  position: relative;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  overflow: hidden;
}

/* glow fx */

.scrollbar-v {
  background: var(--secondary-color);
  position: fixed;
  top: calc(50% + 60px);
  left: 43px;
  width: 2px;
  transition: all linear 0.1s;
  min-height: 0%;
  z-index: 1000;
}

.scrollbar-v:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  min-height: 100px;
  background: rgba(0, 0, 0, .15);
}

.float-text {
  width: 20px;
  position: fixed;
  z-index: 1002;
  margin-left: 30px;
  text-align: center;
  font-size: 12px;
  top: 50%;
  left: 16px;
  transform: translate(-50%, -50%);
  font-weight: 500;
}

.float-text a {
  color: #000000;
}

.float-text span {
  margin-left: -5px;
  margin-top: 20px;
  writing-mode: vertical-rl;
  letter-spacing: .75px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #222;
}


/* de-number begin */

/* de-number close */

/* box-url */

.menu-simple {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.menu-simple li {
  display: inline;
  margin: 0 15px;
}

.de-flex {
  display: flex;
  justify-content: space-between;
}

.de-flex>.de-flex-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Cookie Consent Begin*/

/*Cookie Consent End*/

.owl-carousel {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

.no-bottom .col-md-12 {}

.no-bottom {
  padding-bottom: 0 !important;
}

.no-top {
  padding-top: 0 !important;
}

.form-control:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

/* new owl */

/* new owl close */

.wow {
  visibility: hidden;
}

/* mouse scroll icon begin */

/* mouse scroll icon close */


/* owl */

/* close new table */

.menu_side_area {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.ul-style-2 {
  padding: 0;
  list-style: none;
}

.ul-style-2 li {
  position: relative;
  display: block;
  margin-top: 0;
  padding: 0px;
  padding-left: 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 15px;
  line-height: 1.6em;
}

.ul-style-2 li:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 12px;
  width: 20px;
  line-height: 1;
  padding: 4px 0;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}


/* shadow */


.rounded-10 {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}


/* image effect */

/* price list */


/* ================================================== */


/* quick-search */


/* ================================================== */

/* dropdown */
/* ------------------------------ */

/* ================================================== */


/* review */


/* ================================================== */

/* --------------------------------------------------
     * plugin
     * --------------------------------------------------*/


/* --------------------------------------------------
* revolution slider setting
* --------------------------------------------------*/

/* ================================================== */


/* isotope */


/* ================================================== */

/**** disabling Isotope CSS3 transitions ****/


/* mdb carousel */

/* Carousel styling */

/* mdb carousel */


/* flex slider - testi slider */

/* Control Nav */

a,
img {
  outline: 0;
}


/* overwrite bootstrap */


/* -------------------------Line Preloader--------------------- */

/* ================================================== */


/* R E S P O N S I V E */


/* ================================================== */

/* bootstrap cols 5 */

/* bootstrap cols 5 end */


@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
  }
}


@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

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

  .container {
    max-width: 100%;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .pb-sm-0 {
    padding-bottom: 0;
  }

  .pt-sm-0 {
    padding-top: 0;
  }

  .sm-pt10 {
    padding-top: 10px;
  }

  .mobile-s-i {
    position: absolute;
    bottom: 60px;
    width: 100%;
    padding: 0 0 0 0;
    left: 20px;
    display: block;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .inner-padding {
    padding: 40px;
  }

  .header-col-left,
  .header-col-right {
    padding-top: 16px;
  }

  .header-col-mid #mainmenu {
    position: absolute;
    top: 90px;
    width: 100%;
    padding: 0 0 0 0;
    left: 20px;
  }

  #mainmenu>li::before {
    display: none;
  }

  header {
    display: none;
  }

  header .info {
    display: none;
  }

  header.header-bg {
    background: rgba(0, 0, 0, 1);
  }

  header,
  header.fixed {
    display: block;
    position: inherit;
    margin: 0;
    padding: 0;
    margin-top: 0;
    height: auto;
    background: #111111;
  }

  #de-sidebar {
    position: absolute;
    width: 100%;
    right: 1px;
  }

  header.side-header,
  .de_light header.side-header {
    position: absolute;
    display: block;
    height: 60px;
    top: 0;
    background: #000;
  }

  header.side-header #mainmenu {
    position: absolute;
    background: #000;
    margin: 0;
    top: 60px;
    left: 0;
    width: 100%;
  }

  header.side-header #logo .logo {
    display: none;
  }

  header.side-header #logo .logo-2 {
    display: inline-block;
    position: absolute;
    height: 30px;
    top: 15px;
    left: 40px;
  }

  header.side-header #menu-btn {
    position: absolute;
    top: 8px;
    right: 30px;
    height: 0;
    z-index: 2000;
    height: 35px;
  }

  header.side-header #mainmenu li {
    display: block;
  }

  header.side-header #mainmenu a,
  .de_light.de-navbar-left header #mainmenu>li>a {
    display: block;
    text-align: center;
    color: #fff;
  }

  .de_light.de-navbar-left header #mainmenu>li {
    border-bottom: solid 1px rgba(255, 255, 255, .1);
  }

  header.side-header #mainmenu a:hover {
    background: none;
  }

  header.side-header #mainmenu a:hover {
    background: none;
  }

  header.side-header .social-icons-2 {
    display: none;
  }

  header.autoshow {
    height: auto;
    top: 0;
  }

  header.autoshow #mainmenu li a {
    background: none;
  }

  header.header-mobile-sticky {
    position: fixed;
  }

  #subheader.s2 {
    padding: 40px 0 30px 0;
  }

  .de-navbar-left #subheader {
    padding: 0;
    margin: 0;
  }

  #subheader .crumb {
    margin-top: -5px;
    margin-bottom: 0;
  }

  #sidebar {
    padding-left: 10px;
  }

  .de-navbar-left #subheader {
    padding-top: 70px;
  }

  .slider_text h1 {
    font-size: 32px;
  }

  .slider_text .description {
    display: none;
  }

  #logo,
  #logo .inner {
    vertical-align: middle;
    height: auto;
  }

  #domain-check .text,
  #domain-check .button {
    width: 100%;
  }

  .container-4 .de-team-list {
    width: 49.9%;
    float: left;
    position: relative;
  }

  #testimonial-full blockquote {
    padding: 20px;
  }

  nav {
    height: 0;
  }

  #mainmenu {
    position: fixed;
    height: 100%;
    z-index: 200;
    width: 200px;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 100px !important;
    overflow-y: auto;
    top: 100px;
  }

  #mainmenu ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #mainmenu a.menu-item {
    text-align: left;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #mainmenu li.has-child:after {
    display: none;
  }

  #mainmenu li li a.menu-item,
  #mainmenu li li li a.menu-item {
    padding-left: 0;
  }

  #mainmenu a.menu-item:hover {
    background: #111;
  }

  #mainmenu a.menu-item:hover {
    background: #111;
  }

  #mainmenu li ul {
    display: block;
    position: inherit;
    margin: 0;
    width: 100%;
  }

  #mainmenu li {
    border-bottom: solid 1px var(--bg-dark-3);
    margin: 0;
    width: 100%;
    display: block;
  }

  #mainmenu li a.menu-item:after {
    display: none;
  }

  #mainmenu li:last-child {
    margin-bottom: 30px;
  }

  #mainmenu li ul {
    border-top: solid 1px #eee;
    top: auto;
    width: auto;
    height: auto;
    position: inherit;
    visibility: visible;
    opacity: 1;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item {
    display: block;
  }

  #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }

  #mainmenu li ul li:last-child a.menu-item {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega) {
    border: none;
  }

  #mainmenu>li ul.mega .sb-menu {
    border: none;
  }

  #back-to-top {
    display: none;
  }

  header.header-mobile {
    overflow: hidden;
    position: relative;
  }

  header.header-mobile #mainmenu {
    width: 100%;
    padding-right: 30px;
  }

  header.header-mobile #mainmenu ul {
    background: none;
  }

  header.header-mobile #mainmenu a.menu-item {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
  }

  header.header-light.header-mobile #mainmenu a.menu-item {
    color: var(--title-font-color);
  }

  header.header-mobile #mainmenu a.menu-item:hover {
    background: none;
  }

  header.header-mobile #mainmenu li ul {
    display: block;
    position: inherit;
    margin: 0;
    width: 100%;
  }

  header.header-mobile #mainmenu li {
    border-bottom: solid 1px rgb(116 116 116 / 20%);
    margin: 0;
    width: 100%;
    display: block;
  }

  .dark-scheme header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega ul {
    height: auto;
  }

  header.header-mobile #mainmenu li ul.mega .menu-content {
    background: #fff;
  }

  header.header-light.header-mobile #mainmenu li,
  header.header-light.header-mobile #mainmenu li ul li a.menu-item {
    border-color: #eee;
  }

  header.header-dark.header-mobile {
    background: #222;
  }

  header.header-dark.header-mobile #mainmenu li {
    border-color: #333;
  }

  header.header-dark.header-mobile #mainmenu li a.menu-item {
    color: #fff;
  }

  header.header-mobile #mainmenu li a.menu-item:after {
    display: none;
  }

  header.header-mobile #mainmenu li a.menu-item:before {
    content: '\f054';
    font-size: 8px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: 'Font Awesome 6 Free'
  }

  header.header-mobile #mainmenu li:last-child {
    margin-bottom: 30px;
  }

  header.header-mobile #mainmenu li ul {
    border-top: none;
    top: auto;
  }

  header.header-mobile #mainmenu li ul a.menu-item {
    width: 100%;
    background: none;
    border: none;
  }

  header.header-mobile #mainmenu li ul li {
    border: none;
    padding-left: 30px;
  }

  header #mainmenu li ul li:first-child {
    border-top: solid 1px var(--bg-dark-3);
  }

  .dark-scheme header #mainmenu li ul li:first-child {
    border-top-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li a.menu-item {
    display: block;
    border-bottom: solid 1px var(--bg-dark-3);
  }

  header.header-mobile #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }

  header.header-mobile #mainmenu li ul li:last-child a.menu-item {
    border-bottom: none;
  }

  header.header-mobile #mainmenu li a {
    color: var(--title-font-color);
    display: flex;
    gap: 5px;
  }

  .dark-scheme header.header-mobile #mainmenu li a.menu-item {
    color: #ffffff;
  }

  header.header-mobile #mainmenu li a.menu-item:hover {
    color: var(--secondary-color);
  }

  .dark-scheme header.header-mobile #mainmenu li a.menu-item:hover {
    color: #fff;
  }

  header.header-mobile #mainmenu li ul {
    height: 0;
    overflow: hidden;
    position: relative;
    left: 0;
  }

  header.header-mobile #mainmenu li ul li ul {
    margin-bottom: 10px;
  }

  header.header-mobile #mainmenu>li>span {
    /* width: 36px; */
    width: 100%;
    height: 36px;
    background: url(../images/ui/arrow-down-light.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;
    top: 0;
  }

  .dark-scheme header.header-mobile #mainmenu>li>span {
    background: url(../images/ui/arrow-down-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li span.active {
    background: url(../images/ui/arrow-up-light.png) center no-repeat;
  }

  .dark-scheme header.header-mobile #mainmenu li span.active {
    background: url(../images/ui/arrow-up-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li>ul>li>span {
    width: 36px;
    height: 36px;
    background: url(../images/ui/arrow-down.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: -45px;
    z-index: 1000;
    cursor: poInter;
  }

  header.header-mobile #mainmenu>li>ul>li>span.active {
    background: url(../images/ui/arrow-up.png) center no-repeat;
  }

  header.header-mobile #mainmenu li ul li a.menu-item {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  .dark-scheme header.header-mobile #mainmenu li ul li a.menu-item {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item {
    border-bottom: none;
  }

  header.header-light.header-mobile #mainmenu>li>span,
  header.header-light.header-mobile #mainmenu li>ul>li>span {
    background: url(../images/ui/arrow-down.png) center no-repeat;
  }

  header.header-light.header-mobile #mainmenu>li>span.active,
  header.header-light.header-mobile #mainmenu li>ul>li>span.active {
    background: url(../images/ui/arrow-up.png) center no-repeat;
  }

  #mainmenu li ul.mega {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega>li {
    width: 100%;
  }

  #mainmenu li ul.mega>li ul {
    position: static;
    visibility: visible;
    opacity: 1;
    left: 0;
    float: none;
    width: 100%;
  }

  #mainmenu ul.mega>li ul li {
    margin: 0;
    padding: 0;
  }

  #mainmenu li ul.mega .menu-content {
    background: #202020;
    padding: 30px;
  }


  /* header light */

  .sm-hide {
    display: none;
  }

  .subfooter .de-flex,
  .subfooter .de-flex-col {
    display: block;
  }

  section {
    padding: 60px 0;
  }

  #subheader {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .crumb {
    margin-bottom: 0;
  }

  /* title tablet */

  h1,
  .de_count h3 span {
    font-size: 60px;
  }

  h2.slider-title {
    margin-bottom: 0;
  }

  h2 {
    font-size: 40px;
  }

}

/* -------------------------------------------------- 
    custom for 320px & 480px 
    /* -------------------------------------------------- */

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

  header .logo-main {
    display: none;
  }

  .v-center {
    min-height: 100vh;
  }

  header .logo-mobile {
    display: block;
    width: 100px;
    height: 50px;
    object-fit: contain;
  }

  #topbar {
    display: none;
  }

  .menu_side_area {
    margin-left: 20px;
    width: 100%;
    position: relative;
    right: 0;
    text-align: right;
    z-index: 0;
    display: block;
  }

  header .container {
    min-width: 100%;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xs-hide {
    display: none;
  }

  .scrollbar-v,
  .float-text {
    display: none;
  }

  section {
    padding: 40px 0;
  }

  #subheader {
    padding-top: 100px;
  }

  /* title phone */

  h1,
  .de_count h3 span,
  h2.slider-title {
    font-size: 30px !important;
    letter-spacing: -1px !important;
  }

  h2 {
    font-size: 36px;
    letter-spacing: -1.25px;
  }

}

/* -------------------------------------------------- 
    design for 480px
    /* -------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* -------------------------------------------------- 
    design for 320px
    /* -------------------------------------------------- */

@media only screen and (max-width: 360px) {
  #topbar {
    display: none;
  }
}

/* section control */
@media only screen and (min-device-width: 768) and (max-device-width: 1024) and (orientation: portrait) {
  section {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 992px) {
  #subheader {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
  }

  section {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-attachment: scroll;
  }
}

/* new added */
.half-fluid .left-half,
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}

.half-fluid .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }

  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}

.logo-main {
  position: relative;
  width: 157px;
}

.logo-scroll {
  position: relative;
  width: 157px;
  height: 100px;
  object-fit: contain;
}

.features {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  justify-items: center;
  align-items: center;
  position: relative;

}

.feature-item {
  text-align: center;
  position: relative;
  width: 100%;
  padding: 30px 0px;
}

.feature-item h3 a {
  font-size: 16px;
  color: #11253e;
  margin: 0;
}

@media (max-width: 768px) {
  .features {
    flex-direction: column;
    align-items: center;
  }

  .feature-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .header-section .language-btn {
    display: none;
  }
}

.feature-item i {
  background-color: #0a2540;
  width: 70px;
  height: 70px;
}

.feature-item:not(:last-child)::after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ccd7e2
}

.feature-icon {
  margin-bottom: 30px;
}

.aspect-1 {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

.aspect-3-2 {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}

.aspect-4-2 {
  aspect-ratio: 4 / 2;
  object-fit: cover;
  width: 100%;
}

.aspect-4-3 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.aspect-1-2 {
  aspect-ratio: 1/1.5;
  object-fit: cover;
  width: 100%;
}

.loop .item {
  border: solid 0px rgba(var(--secondary-color-rgb), 0);
  position: relative;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.loop .item .d-overlay .d-text {
  position: absolute;
  bottom: -50px;
  padding: 30px;
  width: 100%;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  outline: none;
}

.loop .item .d-overlay .d-text .btn-main {
  margin-top: 10px;
  opacity: 0;
}

.loop .item:hover .d-overlay .d-text {
  bottom: 0;
}

.loop .item:hover .d-overlay .d-text .btn-main {
  opacity: 1;
}

.loop .item .d-overlay .d-text h3 {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 22px;
}

.loop .item .d-overlay .d-label {
  position: absolute;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  top: 20px;
  right: 20px;
  padding: 0px 12px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: rgba(255, 255, 255, .15);
}

.loop .item:hover img {
  transform: scale(1.05);
}

.loop .item .d-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(0deg, rgba(var(--secondary-color-rgb), .6) 20%, rgba(var(--secondary-color-rgb), .2) 50%);
  background: -webkit-linear-gradient(0deg, rgba(var(--secondary-color-rgb), .6) 20%, rgba(var(--secondary-color-rgb), .2) 50%);
  background: linear-gradient(0deg, rgba(var(--secondary-color-rgb), .6) 20%, rgba(var(--secondary-color-rgb), .2) 50%);
}

.loop .item img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.rounded-half {
  border-radius: 60px 0 0 60px;
  -moz-border-radius: 60px 0 0 60px;
  -webkit-border-radius: 60px 0 0 60px;
}

.image-hlf {
  margin-right: -100px;
  box-shadow: -13px -18px 0px 2px var(--tertiary-color);
}

.jarallax {
  position: relative;
}

.jarallax:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgb(0 0 0 / 39%);
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-logo {
  height: 100px;
  object-fit: contain;
}

.overlay-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 4px;
}

.rounded-bottom-end-60 {
  border-radius: 0 60px 60px 0;
  -moz-border-radius: 0 60px 60px 0;
  -webkit-border-radius: 0 60px 60px 0;
}

.image-hlf-1 {
  margin-left: -100px !important;
  box-shadow: -13px -18px 0px 2px var(--tertiary-color);
}

.product-card {
  position: relative;
}

.product-card a {
  color: var(--primary-color);
}

.product-card h3 a {
  color: var(--title-font-color);
}

.choose-item {
  position: relative;
  padding: 0px 10px;
}

.choose-item img {
  width: 48px;
  height: 48px;
}

.specifications-item {
  border-bottom: 1px solid var(--tertiary-color);
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
  position: relative;
}

.specifications-item:nth-child(odd):after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: -25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--tertiary-color);
}

.specifications-item dt {
  text-transform: capitalize;
}

.specifications span {
  color: var(--primary-color);
  text-transform: capitalize;
}

.contact-card {
  text-align: center;
  position: relative;
  width: 100%;
}

.contact-card i {
  color: var(--primary-color);
}

.contact-card a {
  color: var(--title-font-color);
}

.project-item div {
  position: relative;
}

.project-item div:not(:last-child)::after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ccd7e2
}

.project-detail-section .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: white !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: none;
  transition: all 0.3s ease;
}

.project-detail-section .owl-carousel .owl-nav button span {
  font-size: 17px;
  color: black;
}

.project-detail-section .owl-carousel .owl-nav button:hover {
  background: var(--primary-color) !important;
}

.project-detail-section .owl-carousel .owl-nav button:hover span {
  color: white;
}

.project-detail-section .owl-carousel .owl-nav .owl-prev {
  left: -60px;
}

.project-detail-section .owl-carousel .owl-nav .owl-next {
  right: -60px;
}

.h4 {
  font-size: 16px;
  color: var(--title-font-color);
  line-height: 26px;
}

.h3 {
  font-size: 17px;
}

.error-page .error-title span {
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 300px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.07;
}

@media all and (max-width: 768px) {
  .features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .feature-item {
    padding: 15px 0px;
  }

  .aspect-1 {
    aspect-ratio: 1/1;
  }

  .aspect-1-2 {
    aspect-ratio: 1/1;
  }

  .aspect-3-2 {
    aspect-ratio: 1/1;
  }

  .aspect-4-3 {
    aspect-ratio: 1/1;
  }

  .half-fluid .image {
    min-height: 270px;
  }

  .feature-item:not(:last-child)::after {
    display: none;
  }

  .subfooter {
    margin-top: 0px;
  }

  .feature-item h3 a {
    font-size: 14px;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .feature-item i {
    width: 55px;
    height: 55px;
  }

  h4 {
    font-size: 16px;
  }

  .mission .image-hlf-1 {
    left: 0;
    width: 100%;
  }

  footer {
    padding: 40px 0px;
  }

  .project-item div::after {
    display: none;
  }

  .project-item div:not(:last-child)::after {
    display: none;
  }

  .specifications-item {
    width: 100%;
    justify-content: start;
    flex-direction: column;
  }

  .accordion-section-content {
    padding: 0 !important;
  }

  .specifications-item dt {
    font-size: 13px;
  }

  .error-page .error-title span {
    font-size: 150px;
  }

  .contact-card {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .blog-detail-section .widget {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}



.header-col-mid {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.specifications-item.cst-dt-dd dd {
  white-space: normal;
}

.language-btn {
  color: white;
  border: none;
  padding: 5px;
  background-color: transparent;
}

.language-btn i {
  margin-right: 5px;
}

.header-section.stuck .language-btn,
.header-section.active .language-btn {
  color: black;
}

#languageDropdownMenu .dropdown-item:active {
  background-color: #690001;
}
