/* Archway HTML Template */

/*********** TABLE OF CONTENTS **************
1. Fonts
2. Reset
3. Global
4. Main Header / Style One / Style Two / Style Three
5. Info Bar
6. Mobile Menu
7. Main Slider / Banner One / Banner Two / Banner Three
8. Welcome Section
9. Services Section
10. Lessons Class
11. Why Us
12. Our Team
13. Latest Programs
14. Testimonials Section
15. News Section
16. Subscribe Section
17. Main Footer
18. Welcome Two
19. Why Us Two
20. Video Lessons Section
21. Programs Two
22. Testimonials Two
23. Pricing Section
24. About Us
25. Welcome Three
26. Why Us Three
27. Latest Courses
28. Testimonials Three
29. Page Banner Section 
30. Sponsors Section
31. FAQs Section
32. 404 Page Section
33. Info Section
34. Contact Section
35. Sidebar Page
36. Blog Single
37. Comment Form
38. Sidebar



**********************************************/

/*** 

====================================================================
      Fonts
====================================================================

 ***/



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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('font-awesome.css');
@import url('simple-line-icons.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('swiper.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');

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

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

@font-face {
   font-family: "Montserrat", sans-serif;
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
   font-family: "Montserrat", sans-serif;
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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





/*** 

====================================================================

  Reset

====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

====================================================================

  Global Settings

====================================================================

 ***/
:root {
  --color-black: #202020;
  --color-blue: #00b1eb;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: var(--color-black);
  line-height: 1.35em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #00b1eb;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus {
  text-decoration: none;
  outline: none;
}

ul,
ul li,
ol,
ol li {
  list-style: none;
  margin: 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
   font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  background: none;
  color: var(--color-black);
  line-height: 1.0em;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

input,
button,
select,
textarea {
  font-family: "Montserrat", sans-serif;
}

textarea {
  overflow: hidden;
  resize: none;
}

p {
  position: relative;
  line-height: 1.50em;
  margin-bottom: 20px;
}

.text {
  position: relative;
  line-height: 1.50em;
  margin-bottom: 0px;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1540px;
  padding: 0px 20px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.theme-btn {
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.theme-btn a {
  color: var(--color-black);
}

.centered {
  text-align: center;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 22px;
  overflow: hidden;
}

.btn-style-one:after {
  content: '';
  position: absolute;
  top: 11px;
  right: 0;
  width: 22px;
  height: 100%;
  background: var(--color-black);
  transform: skewY(45deg);
  transition: all 300ms linear;
}

/* .btn-style-one:hover:after {
  background: linear-gradient(180deg, rgba(234, 213, 170, 1) 0%, rgba(109, 159, 207, 1) 100%);
} */

.btn-style-one .btn-box {
  position: relative;
  display: block;
  background: var(--color-black);
  color: #ffffff;
  line-height: 30px;
  padding: 15px 3px 15px 25px;
  transition: all 300ms linear;
  z-index: 1;
}

.btn-style-one:hover .btn-box {
  /* background: linear-gradient(180deg, rgba(234, 213, 170, 1) 0%, rgba(109, 159, 207, 1) 100%); */
  color: #fff;
}

.btn-style-one .btn-arrow {
  position: relative;
  left: 0;
  top: 7px;
  font-size: 24px;
  line-height: 30px;
  padding-left: 20px;
  transform: rotate(-45deg);
  transition: all 300ms linear;
}

.btn-style-one:hover .btn-arrow {
  top: 1px;
  left: 0px;
  transform: rotate(0deg);
}

.btn-style-two {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
   font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
}

.btn-style-two .btn-box {
  position: relative;
  display: block;
  background: none;
  color: var(--color-black);
  line-height: 30px;
  padding: 10px 20px;
  border: 1px solid var(--color-black);
  transition: all 300ms linear;
  z-index: 1;
}

.btn-style-two:hover .btn-box {
  background: var(--color-blue);
  color: #fff;
  border:none;
}

.btn-style-two .btn-box:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  right: -22px;
  bottom: -22px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid var(--color-black);
  transform: rotate(-45deg);
  transition: all 300ms linear;
}

.btn-style-two:hover .btn-box:after {
  border-color: #00b1eb;
}

.btn-style-two .btn-arrow {
  position: relative;
  left: 0;
  top: 7px;
  font-size: 24px;
  line-height: 30px;
  padding-left: 20px;
  transform: rotate(-45deg);
  transition: all 300ms linear;
}

.btn-style-two:hover .btn-arrow {
  top: 1px;
  left: 0px;
  transform: rotate(0deg);
}


.theme-btn .icon-left {
  padding-right: 10px;
}

.theme-btn .icon-right {
  padding-left: 10px;
}

.theme_color {
  color: #00b1eb;
}

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

.regular-font {
  font-weight: 400;
}

.semibold-font {
  font-weight: 600;
}

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

.ex-bold-font {
  font-weight: 800;
}

.heavy-font {
  font-weight: 900;
}

.bg-lightgrey {
  background-color: #f6f7f8;
}

.no-bg {
  background: none;
}

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

.grey-color {
  color: #333333 !important;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px;
  background-image: url(../img/logo-w.png);
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*** 

====================================================================

  Scroll To Top style

====================================================================

***/

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 52px;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 50px;
  padding-top: 4px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(180deg, rgba(234, 213, 170, 1) 0%, rgba(109, 159, 207, 1) 100%);
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top img {
  position: relative;
  top: -2px;
  vertical-align: middle;
  height: 10px;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: #1E1E1E;
}

/*** 

====================================================================
  Default Form Style
====================================================================

***/

form {
  position: relative;
}

/* Default Form Style */

.default-form {
  position: relative;
}

form .form-group {
  position: relative;
  margin-bottom: 30px;
}

form .row {
  margin: 0 -10px;
}

form .row .form-group {
  position: relative;
  padding: 0 10px;
  margin-bottom: 20px;
}

form .field-inner {
  position: relative;
  display: block;
}

form .field-inner .alt-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  font-size: 16px;
  color: #00b1eb;
  z-index: 1;
  pointer-events: none;
}

form .form-group .field-label {
  position: relative;
  display: block;
  color: #03030f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

form .form-group .e-label {
  position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="email"],
form .form-group input[type="password"],
form .form-group input[type="tel"],
form .form-group input[type="url"],
form .form-group input[type="file"],
form .form-group input[type="number"],
form .form-group textarea,
form .form-group select {
  position: relative;
  display: block;
  height: 54px;
  width: 100%;
  font-size: 16px;
  color: #101010;
  line-height: 30px;
  font-weight: 400;
  padding: 11px 20px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  /* border-radius: 5px; */
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

form .form-group textarea {
  height: 150px;
  padding-top: 15px;
  resize: none;
}

form .form-group select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #ffffff url(../img/icons/icon-select.png) right center no-repeat;
  cursor: pointer;
}

form .form-group select option {
  line-height: 30px;
  padding-left: 20px;
  text-indent: 20px;
  cursor: pointer;
}

form .form-group input[type="submit"],
form .form-group button {
  display: inline-block;
}

form .form-group input[type="text"]:focus,
form .form-group input[type="email"]:focus,
form .form-group input[type="password"]:focus,
form .form-group input[type="tel"]:focus,
form .form-group input[type="url"]:focus,
form .form-group input[type="file"]:focus,
form .form-group input[type="number"]:focus,
form .form-group textarea:focus,
form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
  border-color: #00b1eb;
}

form ::-webkit-input-placeholder {
  color: #656363;
}

form ::-moz-input-placeholder {
  color: #656363;
}

form ::-ms-input-placeholder {
  color: #656363;
}

form label.error {
  color: #ff0000;
  font-size: 14px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  padding-top: 10px;
  line-height: 24px;
}

.check-block {
  position: relative;
  margin-bottom: 15px;
}

.check-block input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.check-block label {
  position: relative;
  display: block;
  line-height: 28px;
  padding-left: 34px;
  font-weight: 400;
  color: #505050;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}

.check-block label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  background: #ffffff;
  border: 1px solid #00b1eb;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.check-block input:checked+label:before {
  content: '';
  background: #00b1eb;
  color: #ffffff;
}

.check-block input:checked+label:after {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  line-height: 22px;
}

.radio-block {
  position: relative;
  margin-bottom: 15px;
}

.radio-block input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.radio-block label {
  position: relative;
  display: block;
  line-height: 28px;
  padding-left: 30px;
  font-weight: 400;
  color: #505050;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}

.radio-block label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #00b1eb;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.radio-block label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  width: 12px;
  height: 12px;
  background: #00b1eb;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}

.radio-block input:checked+label:after {
  opacity: 1;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  height: 54px;
  padding: 11px 20px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  color: #585f5f;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 6px;
  right: 0px;
  text-indent: 0px;
  color: #999999;
}

.form-group .ui-button .ui-icon:before {
  font-family: 'simple-line-icons';
  content: "\e604";
  position: absolute;
  right: 0px;
  top: 0px !important;
  width: 15px;
  height: 30px;
  display: block;
  color: #00b1eb;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  z-index: 5;
}

.ui-selectmenu-menu {
  min-width: 150px;
  max-height: 200px;
  overflow-y: auto;
}

.ui-widget.ui-widget-content {
  border: 1px solid #00b1eb;
  border-top: none;
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  padding: 0;
}

.ui-menu .ui-menu-item {
  font-size: 16px;
  border-bottom: 1px solid #00b1eb;
}

.ui-menu .ui-menu-item:last-child {
  border: none;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 10px 18px !important;
  font-size: 16px;
  line-height: 28px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #252525;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #00b1eb;
  margin: 0;
}

.site-form form .form-group {
  margin-bottom: 30px;
}

.site-form form .form-group .field-inner {
  position: relative;
}

.site-form form .form-group .field-inner .alt-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  color: #00b1eb;
  font-size: 18px;
  line-height: 30px;
  pointer-events: none;
}

.site-form form .form-group .f-label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
}

.site-form form .form-group .f-label i {
  color: #00b1eb;
  font-style: normal;
}

.site-form form .form-group input[type="text"],
.site-form form .form-group input[type="email"],
.site-form form .form-group input[type="password"],
.site-form form .form-group input[type="url"],
.site-form form .form-group input[type="number"],
.site-form form .form-group input[type="file"],
.site-form form .form-group input[type="range"],
.site-form form .form-group select,
.site-form form .form-group textarea {
  height: 58px;
  line-height: 26px;
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  color: #10221B;
  font-weight: 500;
  background: #ffffff;
}

.site-form form .form-group textarea {
  height: 170px;
}

.site-form form .form-group select option {
  text-indent: 20px;
}

.site-form form .form-group input[type="text"]:focus,
.site-form form .form-group input[type="email"]:focus,
.site-form form .form-group input[type="password"]:focus,
.site-form form .form-group input[type="url"]:focus,
.site-form form .form-group input[type="number"]:focus,
.site-form form .form-group input[type="file"]:focus,
.site-form form .form-group input[type="range"]:focus,
.site-form form .form-group select:focus,
.site-form form .form-group textarea:focus {
  border-color: #00b1eb;
}

/*** 

====================================================================

  Main Header style

====================================================================

***/

.main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0px 0px;
  background: none;
  z-index: 999;
}

.main-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 146px;
  height: 12px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-header.light-header:before {
  border-top-color: rgba(0, 0, 0, 0.10);
  border-bottom-color: rgba(0, 0, 0, 0.10);
}

.main-header.light-header .main-menu .navigation>li {
  border-left-color: rgba(0, 0, 0, 0.10);
}

.main-header.light-header .main-menu .navigation>li:last-child {
  border-right-color: rgba(0, 0, 0, 0.10);
}

.main-header.light-header .main-menu .navigation>li>a:before {
  border-color: var(--color-black);
}

.main-header .auto-container {
  max-width: 1880px;
  padding: 0 20px;
}

.main-header .header-upper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: none;
  padding: 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.header-three .header-upper {
  top: 0;
}

.main-header.dark-mode .header-upper {
  background: var(--color-black);
}

.fixed-header .header-upper {
  position: fixed;
  top: 0;
  background: #fff;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}

.main-header.fixed-header .main-menu .navigation>li {
  border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.main-header.fixed-header .main-menu .navigation>li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.10);
}

.main-header.fixed-header .main-menu .navigation>li>a {
  color: #000;
}

.main-header.fixed-header .main-menu .navigation>li>a:before {
  border-bottom: 1px solid rgba(0, 0, 0, 1.0);
}

.light-header.fixed-header .header-upper {
  background: #ffffff;
  border-bottom-color: rgba(0, 0, 0, 0.0);
}

.main-header.header-four .nav-outer {
  display: none;
}

.main-header.header-four.fixed-header .header-upper {
  background-color: #ffffff;
}

.main-header.header-four .nav-toggler {
  display: block;
}

.main-header.header-four .main-box .logo-box {
  padding: 25px 0px;
}

.main-header.header-five {
  position: relative;
}

.main-header.header-five .header-upper {
  position: relative;
}

.main-header ul,
.main-header ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-header .main-box {
  position: relative;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}

.main-header .main-box .logo-box {
  position: relative;
  display: block;
  /* float: left; */
  padding: 20px 0px;
  transition: all 300ms ease;
  z-index: 5;
}

.fixed-header .main-box .logo-box {
  padding: 0px 0px;
}

.main-header .main-box .logo-box .logo {
  position: relative;
  display: block;
}

.main-header .main-box .logo-box .logo img {
  position: relative;
  display: block;
  height: 105px;
  z-index: 1;
  transition: all 300ms ease;
  object-fit: contain;
}

.fixed-header .main-box .logo-box .logo img {
  height: 105px;
}

.main-header .nav-box {
  position: relative;
  margin-left: auto;
  /* float: right; */
}

.main-header .header-upper .links-box {
  position: relative;
  float: left;
  padding: 46px 0 30px 0px;
  /* padding-top: 29px; */
  transition: all 300ms ease;
}

.fixed-header .header-upper .links-box {
  /* padding: 46px 0 30px 0px; */
  padding-top: 30px;
}

.main-header .header-upper .links-box .link {
  position: relative;
  float: left;
  margin-left: 30px;
}

.main-header .header-upper .contact-btn {
  position: relative;
  display: block;
  font-size: 28px;
  font-size: 16px;
  /*  font-family: "Montserrat", sans-serif; */
  text-transform: uppercase;
  padding-right: 30px;
  overflow: hidden;
}

.main-header .header-upper .contact-btn:after {
  content: '';
  position: absolute;
  top: -15px;
  right: 0;
  width: 32px;
  height: 100%;
  background: var(--color-black);
  transform: skewY(-48deg);
  transition: all 300ms linear;
}

/* .main-header .header-upper .contact-btn:hover:after,
.fixed-header .header-upper .contact-btn:after{
  background: #00b1eb;
} */

.main-header .header-upper .contact-btn .btn-box {
  position: relative;
  display: block;
  background: var(--color-black);
  color: #ffffff;
  line-height: 40px;
  padding: 10px 0 10px 24px;
  transition: all 300ms linear;
  z-index: 1;
}

.main-header.dark-mode .header-upper .contact-btn .btn-box {
  background: #ffffff !important;
  color: var(--color-black);
}

.main-header.dark-mode .header-upper .contact-btn:after {
  background: #ffffff;
}

/* .main-header .header-upper .contact-btn:hover .btn-box,
.fixed-header .header-upper .contact-btn .btn-box{
  background: #00b1eb;
  color: var(--color-black);
} */

.main-header .header-upper .contact-btn .btn-arrow {
  position: relative;
  left: 0;
  top: 4px;
  font-size: 22px;
  line-height: 40px;
  padding-left: 10px;
  transform: rotate(-45deg);
  transition: all 300ms linear;
}

.main-header .header-upper .contact-btn:hover .btn-arrow {
  top: 3px;
  left: 5px;
  transform: rotate(0deg);
}

.main-header .nav-toggler {
  position: relative;
  float: left;
  left: 0;
  top: 0;
  padding: 0;
  margin-top: 30px;
  margin-left: 20px;
  display: none;
}

.main-header .nav-toggler button {
  position: relative;
  width: 30px;
  height: 44px;
  line-height: 24px;
  padding: 5px 0px;
  background: none;
  color: #e1e1e1;
  font-size: 16px;
  margin: 0px;
  border-radius: 0px;
  outline: none !important;
}

.main-header .nav-toggler button img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* filter: invert(1); */
}

.main-header.fixed-header .nav-toggler button img {
  filter: invert(0);
}

.main-header .nav-outer {
  position: relative;
  float: left;
}

.main-menu {
  position: relative;
  display: block;
  padding: 0px 0px;
}

.main-menu .navbar-collapse {
  padding: 0px;
  margin: 0px;
  border: none;
  box-shadow: none;
}

.main-menu .navigation {
  position: relative;
  z-index: 1;
}

.main-menu .navigation>li {
  position: relative;
  display: block;
  /*  font-family: "Montserrat", sans-serif; */
  float: left;
  padding: 60px 30px 64px 30px;
  /* padding:80px 30px 45px 30px; */
  /* width: 280px; */
  border-left: 1px solid rgba(255, 255, 255, 0.10);
  margin-left: 0px;
  transition: all 300ms ease;
}

.fixed-header .main-menu .navigation>li {
  padding-top: 46px;
  padding-bottom: 46px;
}

.main-menu .navigation>li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.main-menu .navigation>li:first-child {
  margin-left: 0;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #ffffff;
  padding: 0 0;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.light-header .main-menu .navigation>li>a,
.light-header .main-menu .navigation>li:hover>a,
.light-header .main-menu .navigation>li.current>a {
  color: var(--color-black);
}

.main-menu .navigation>li>a .st {
  position: relative;
  display: block;
   font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 17px;
  line-height: 20px;
  opacity: 0.70;
}

.main-menu .navigation>li>a:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -31px;
  display: block;
  width: 10px;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 1.0);
  transition: all 300ms ease;
  z-index: 1;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li.current-menu-item>a:before {
  width: 50px;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 250px;
  margin-top: -8px;
  min-width: 100%;
  padding: 0px 0px;
  z-index: 100;
  opacity: 1;
  text-align: left;
  background: #ffffff;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.main-menu .navigation>li>ul:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -12px;
  border: 7px solid transparent;
  border-left: 7px solid #ffffff;
  border-bottom: 7px solid #ffffff;
  transition: all 300ms ease;
  z-index: 1;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  margin-bottom: 0px;
  z-index: 1;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 14px 15px 10px 25px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: var(--color-black);
  border-radius: 0px;
  text-transform: capitalize;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f061";
  position: absolute;
  left: 20px;
  top: 12px;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 26px;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 300ms linear;
  z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
  opacity: 1;
  transform: rotate(-45deg);
  transition: all 300ms linear 150ms;
}

.main-menu .navigation>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li.current>a {
  padding-left: 30px;
  color: #ffffff;
  background: var(--color-black);
}

.main-menu .navigation>li>ul>li.dropdown:hover>a {
  padding-left: 70px;
}

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 280px;
  min-width: 100%;
  padding: 0px 0px;
  z-index: 100;
  opacity: 1;
  text-align: left;
  background: #ffffff;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 14px 15px 10px 25px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: var(--color-black);
  border-radius: 0px;
  text-transform: capitalize;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f061";
  position: absolute;
  left: 25px;
  top: 15px;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 26px;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 300ms linear;
  z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
  opacity: 1;
  transform: rotate(-45deg);
  transition: all 300ms linear 150ms;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li.current>a {
  padding-left: 30px;
  color: #ffffff;
  background: var(--color-black);
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a {
  padding-left: 70px;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.simple-header {
  display: none;
}

.simple-header .simple-outer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: none;
  padding: 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.fixed-header .simple-outer {
  background: #ffffff;
  border-bottom-color: rgba(0, 0, 0, 0.20);
}

.simple-header .simple-outer .logo-box {
  position: relative;
  display: block;
  float: left;
  padding: 20px 0px;
  transition: all 300ms ease;
  z-index: 5;
}

.fixed-header .simple-outer .logo-box {
  padding: 15px 0px;
}

.simple-header .logo-box .logo {
  position: relative;
  display: block;
}

.simple-header .logo-box .logo img {
  position: relative;
  display: block;
  height: 60px;
  z-index: 1;
  transition: all 300ms ease;
}

.fixed-header .simple-outer .logo-box .logo img {
  height: 50px;
}

.simple-header .nav-toggle {
  position: relative;
  float: right;
  left: 0;
  top: 0;
  padding: 0;
  height: 50px;
  margin-top: 25px;
  cursor: pointer;
  transition: all 300ms ease;
}

.fixed-header .nav-toggle {
  margin-top: 15px;
}

.simple-header .nav-toggle .icon {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 50px;
}

.m-page-container {
  position: relative;
  padding: 60px 341px 0 60px;
}

/*** 

====================================================================
  Hidden Sidebar style
====================================================================

***/

body.visible-sidebar {
  overflow-y: hidden;
}

.menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.70);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.visible-sidebar .menu-backdrop {
  opacity: 1;
  visibility: visible;
}

.hidden-bar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 320px;
  background: #ffffff;
  padding-top: 60px;
  color: #101010;
  border-right: 4px solid #00b1eb;
  z-index: 9999;
  visibility: hidden;
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}

.hidden-bar .hidden-bar-closer {
  display: none;
}

.hidden-bar.visible-sidebar {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.hidden-bar .nav-logo-box {
  position: relative;
  padding: 10px 25px 20px;
  margin-bottom: 20px;
}

.hidden-bar .nav-logo-box img {
  max-height: 100px;
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li {
  list-style-type: none;
  margin: 0px;
}

.hidden-bar .hidden-bar-closer {
  position: absolute;
  right: -5px;
  top: 0px;
  padding: 14px 20px;
  line-height: 30px;
  cursor: pointer;
  display: block;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  z-index: 9999;
}

.hidden-bar .hidden-bar-closer svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.25px;
}

.hidden-bar-wrapper {
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
  padding: 20px 0px 35px;
  overflow-x: hidden;
}

.hidden-bar .side-menu {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  font-family: "Montserrat", sans-serif;
}

.hidden-bar .side-menu ul li {
  position: relative;
  display: block;
  padding: 5px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.hidden-bar .side-menu ul li a {
  position: relative;
  color: #222222;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  padding: 5px 30px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul>li.current>a,
.hidden-bar .side-menu ul>li>ul>li.current>a {
  color: #00b1eb;
}

.hidden-bar .side-menu ul li ul li {
  border-bottom: none;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 10px;
}

.hidden-bar .side-menu ul li ul li a {
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
}

.hidden-bar .side-menu ul li .btn-expander {
  position: absolute;
  top: 11px;
  right: 0;
  background: none;
  color: rgba(0, 0, 0, 0.70);
  font-size: 14px;
  height: 24px;
  width: 20px;
  line-height: 24px;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  z-index: 1;
}

.hidden-bar .side-menu ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0;
}

.hidden-bar .side-menu ul li a {
  display: block;
  vertical-align: top;
  padding: 12px 30px 12px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #231F20;
  text-transform: capitalize;
}

.hidden-bar .side-menu ul li ul li a {
  font-size: 15px;
  font-weight: 600;
}

.hidden-bar .side-menu ul li .btn-expander {
  top: 9px;
  right: 15px;
  font-weight: 700;
  font-size: 13px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.50);
}

.hidden-bar .side-menu ul li .btn-expander i {
  font-weight: 800;
}

.hidden-bar .side-menu ul li ul {
  padding: 0px 0px;
}

.hidden-bar .side-menu ul li ul li ul {
  padding: 0px 0px;
  margin-left: 0px;
}

.hidden-bar .side-menu ul li ul li {
  margin-bottom: 0px;
}

.hidden-bar .side-menu ul li ul li:last-child {
  margin-bottom: 0;
}

.hidden-bar .links-box {
  position: relative;
  display: block;
  padding: 30px 25px;
}

.hidden-bar .links-box .link {
  position: relative;
  margin-top: 15px;
}

.hidden-bar .links-box .link .theme-btn {
  display: block;
}

/*** 

====================================================================
  Hidden Sidebar style
====================================================================

***/

.minimal-navbar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 281px;
  background: #ffffff;
  padding-top: 60px;
  color: #101010;
  border-left: 1px solid #e0e0e0;
  z-index: 9999;
  visibility: visible;
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}

.minimal-navbar .minimal-navbar-closer {
  display: none;
}

.minimal-navbar.visible-minimal-bar {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.minimal-navbar .nav-logo-box {
  position: relative;
  padding: 10px 30px 30px 40px;
  margin-bottom: 20px;
}

.minimal-navbar .nav-logo-box img {
  max-height: 70px;
}

.minimal-navbar ol,
.minimal-navbar ol li,
.minimal-navbar ul,
.minimal-navbar ul li {
  list-style-type: none;
  margin: 0px;
}

.minimal-navbar .minimal-navbar-closer {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 14px 20px;
  line-height: 30px;
  cursor: pointer;
  display: block;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  z-index: 9999;
}

.minimal-navbar .minimal-navbar-closer svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.25px;
}

.minimal-navbar-wrapper {
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
  padding: 30px 0px 260px;
  overflow-x: hidden;
}

.minimal-navbar .minimal-navbar-menu {
  position: relative;
  display: block;
  font-family: "Montserrat", sans-serif;
}

.minimal-navbar .minimal-navbar-menu ul li {
  position: relative;
  display: block;
}

.minimal-navbar .minimal-navbar-menu ul li a {
  position: relative;
  color: #222222;
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 11px 0px;
  letter-spacing: 0.0em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.minimal-navbar .minimal-navbar-menu ul li a:hover,
.minimal-navbar .minimal-navbar-menu ul>li.current>a,
.minimal-navbar .minimal-navbar-menu ul>li>ul>li.current>a {
  color: #00b1eb;
}

.minimal-navbar .minimal-navbar-menu ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.10);
  transition: all 0.3s ease;
}

.minimal-navbar .minimal-navbar-menu ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.80);
  transition: all 0.3s ease;
  z-index: 1;
}

.minimal-navbar .minimal-navbar-menu ul li:hover>a:after,
.minimal-navbar .minimal-navbar-menu ul li.current>a:after {
  width: 100%;
}

.minimal-navbar .minimal-navbar-menu ul li ul li {
  padding-left: 0;
}

.minimal-navbar .minimal-navbar-menu ul li ul li a {
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
}

.minimal-navbar .minimal-navbar-menu ul li .btn-expander {
  position: absolute;
  top: 11px;
  right: 0;
  background: none;
  color: rgba(0, 0, 0, 0.70);
  font-size: 14px;
  height: 24px;
  width: 20px;
  line-height: 24px;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  display: none;
  z-index: 1;
}

.minimal-navbar .minimal-navbar-menu ul li {
  padding: 0 0 0 40px;
}

.minimal-navbar .minimal-navbar-menu ul li ul li.dropdown>a {
  font-size: 18px;
}

.minimal-navbar .minimal-navbar-menu ul li .btn-expander {
  top: 9px;
  right: 15px;
  font-weight: 700;
  font-size: 13px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.50);
}

.minimal-navbar .minimal-navbar-menu ul li .btn-expander i {
  font-weight: 800;
}

.minimal-navbar .minimal-navbar-menu ul li ul {
  padding: 0px 0px;
}

.minimal-navbar .minimal-navbar-menu ul li ul li ul {
  padding: 0px 0px;
  margin-left: 0px;
}

.minimal-navbar .minimal-navbar-menu ul li ul li {
  margin-bottom: 0px;
}

.minimal-navbar .minimal-navbar-menu ul li ul li:last-child {
  margin-bottom: 0;
}

.minimal-navbar .links-box {
  position: relative;
  display: block;
  padding: 20px 0 0;
}

.minimal-navbar .links-box .contact-link {
  position: absolute;
  left: 0;
  top: 270px;
}

.minimal-navbar .links-box .btn-style-one {
  font-size: 18px;
   font-family: "Montserrat", sans-serif;
  padding-right: 15px;
  transform: rotate(-90deg);
  transform-origin: left top;

}

.minimal-navbar .links-box .btn-style-one .btn-box {
  line-height: 30px;
  padding: 9px 3px 7px 20px;
}

.minimal-navbar .links-box .btn-style-one .btn-arrow {
  top: 4px;
  font-size: 20px;
  padding-left: 10px;
}

.minimal-navbar .links-box .btn-style-one:after {
  width: 15px;
  top: -8px;
  transform: skewY(-45deg)
}

/*** 

====================================================================
  Banner Slider Section
====================================================================

***/

/* .banner-section{
  position: relative;
  padding: 0 0;
  background: #7c8aa0;
}

.banner-section .auto-container{
  max-width: 1560px;
}

.banner-section .banner-container{
  position: relative;
}

.banner-section .banner-slider{
  position:relative;
  width:100%;
  overflow: hidden;
}

.banner-section .slide-item{
  position: relative;
  width:100%;
  padding:0px;
  overflow: hidden;
}

.banner-section .slide-item:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.0);
  z-index: 1;
}

.banner-section .slide-item .bg-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7c8aa0;
}

.banner-section .slide-item .bg-layer:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.10);
  z-index: 1;
}

.banner-section .slide-item .image-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section .slide-item .image-layer:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.60);
  z-index: 1;
}

.banner-section .slide-item .content-box{
  position:relative;
  display: block;
  width: 100%;
  padding: 300px 0px 0px;
  z-index: 10;
}

.banner-section .slide-item .content{
  position:relative;
  display: block;
  width: 100%;
  z-index: 5;
}

.banner-section .slide-item .inner{
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
  opacity:1;
  visibility: visible;
  -webkit-transform:translateY(0px);
  -ms-transform:translateY(0px);
  transform:translateY(0px);
}

.banner-section .active .slide-item .inner{
  opacity:1;
  visibility: visible;
  -webkit-transform:translate(0);
  -ms-transform:translate(0);
  transform:translate(0);
  -webkit-transition:all 1000ms ease 300ms;
  -ms-transition:all 1000ms ease 300ms;
  -o-transition:all 1000ms ease 300ms;
  -moz-transition:all 1000ms ease 300ms;
  transition:all 1000ms ease 300ms;
}

.banner-section .slide-item .lower-image{
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  padding-top: 50px;
}

.banner-section .slide-item .lower-image img{
  position: relative;
  max-height: 380px;
}

.banner-section .slide-item h1{
  position: relative;
  font-weight:400;
  color: #ffffff;
  text-transform: none;
  line-height:1em;
  padding-left: 150px;
  text-transform: uppercase;
  margin:0px 0px;
}

.banner-section .slide-item h1 .upper-big{
  position: relative;
  display: block;
  font-size: 220px;
  font-family: "Montserrat", sans-serif;
  line-height:0.85em;
}

.banner-section .slide-item h1 .lower-big{
  position: relative;
  display: block;
  font-size: 200px;
  font-family: "Montserrat", sans-serif;
  line-height:0.80em;
  padding-left: 370px;
}

.banner-section .slide-item h1 .small-text{
  position: absolute;
  left: 140px;
  top: 200px;
  display: block;
  font-size: 48px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  width: 340px;
  text-align: right;
} */

/*** 

====================================================================
  Banner Two
====================================================================

***/

/* .banner-two{
  position: relative;
  padding: 0 0;
  background: #fafafa;
}

.banner-two.alternate{
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.banner-two .auto-container{
  max-width: 1560px;
}

.banner-two.alternate .auto-container{
  max-width: 1360px;
}

.banner-two .banner-container{
  position: relative;
}

.banner-two .banner-slider{
  position:relative;
  width:100%;
  overflow: hidden;
}

.banner-two .slide-item{
  position: relative;
  width:100%;
  padding:0px;
  overflow: hidden;
}

.banner-two .slide-item:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.0);
  z-index: 1;
}

.banner-two .slide-item .bg-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7c8aa0;
}

.banner-two .slide-item .bg-layer:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.10);
  z-index: 1;
}

.banner-two .slide-item .image-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-two .slide-item .image-layer:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.60);
  z-index: 1;
}

.banner-two .slide-item .content-box{
  position:relative;
  display: block;
  width: 100%;
  padding: 300px 0px 0px;
  height: 1050px;
  z-index: 10;
}

.banner-two.alternate .slide-item .content-box{
  height: 920px;
  padding-top: 150px;
}

.banner-two .slide-item .content{
  position:relative;
  display: block;
  width: 100%;
  z-index: 5;
}

.banner-two .slide-item .inner{
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
  opacity:1;
  visibility: visible;
  -webkit-transform:translateY(0px);
  -ms-transform:translateY(0px);
  transform:translateY(0px);
}

.banner-two .active .slide-item .inner{
  opacity:1;
  visibility: visible;
  -webkit-transform:translate(0);
  -ms-transform:translate(0);
  transform:translate(0);
  -webkit-transition:all 1000ms ease 300ms;
  -ms-transition:all 1000ms ease 300ms;
  -o-transition:all 1000ms ease 300ms;
  -moz-transition:all 1000ms ease 300ms;
  transition:all 1000ms ease 300ms;
}

.banner-two .slide-item .lower-image{
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  padding-top: 50px;
}

.banner-two .slide-item .lower-image img{
  position: relative;
  max-height: 380px;
}

.banner-two .slide-item h1{
  position: relative;
  font-weight:400;
  color: var(--color-black);
  text-transform: none;
  line-height:1em;
  padding-left: 250px;
  text-transform: uppercase;
  margin:0px 0px;
}

.banner-two.alternate .slide-item h1{
  padding-left: 180px;
}

.banner-two .slide-item h1 .big-one{
  position: relative;
  display: block;
  font-size: 170px;
   font-family: "Montserrat", sans-serif;
  line-height:0.90em;
}

.banner-two .slide-item h1 .big-two{
  position: relative;
  display: block;
  font-size: 170px;
   font-family: "Montserrat", sans-serif;
  line-height:1em;
  text-align: right;
}

.banner-two .slide-item h1 .big-three{
  position: relative;
  display: block;
  font-size: 170px;
   font-family: "Montserrat", sans-serif;
  line-height:1em;
  padding-left: 160px;
}

.banner-two.alternate .slide-item h1 .big-three{
  padding-left: 220px;
}

.banner-two .slide-item h1 .small-text{
  position: absolute;
  left: 480px;
  top: 180px;
  display: block;
  font-size: 36px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  width: 250px;
}

.banner-two.alternate .slide-item h1 .small-text{
  left: 230px;
}

.banner-two .slide-item .text{
  position: relative;
  margin-left: 660px;
  display: block;
  font-size: 28px;
  line-height: 1.1em;
  font-family: "Montserrat", sans-serif;
  max-width: 570px;
}

.banner-two.alternate .slide-item .text{
  margin-left: 470px;
}

.banner-two .slide-item .vector-1{
  position: absolute;
  left: 280px;
  top: 185px;
  display: block;
  width: 156px;
}

.banner-two.alternate .slide-item .vector-1{
  left: 30px;
}

.banner-two .slide-item .vector-1 img{
  display: block;
  width: 100%;
}

.banner-two .slide-item .thumb-1{
  position: absolute;
  left: 750px;
  top: 20px;
  display: block;
  width: 94px;
  border: 1px solid var(--color-black);
}

.banner-two .slide-item .thumb-1 img{
  display: block;
  width: 100%;
}

.banner-two .slide-item .thumb-2{
  position: absolute;
  left: 0;
  bottom: -25px;
  display: block;
  width: 320px;
  border: 1px solid var(--color-black);
}

.banner-two .slide-item .thumb-2 img{
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}

.banner-two .slide-item .thumb-2:before{
  content: '';
  position: absolute;
  left: 30px;
  right: -30px;
  bottom: -30px;
  top: -30px;
  border: 1px solid var(--color-black);
}

.banner-two .slide-item .thumb-3{
  position: absolute;
  right: 0;
  bottom: -50px;
  display: block;
  width: 130px;
  border: 1px solid var(--color-black);
}

.banner-two .slide-item .thumb-3 img{
  display: block;
  width: 100%;
} */

/*** 

====================================================================
  About Section
====================================================================

***/

/* .about-section{
  position: relative;
  padding: 160px 0px 110px;
  background-position: right top;
  background-repeat: no-repeat;
}

.about-section .text-col{
  position: relative;
}

.about-section .text-col .inner{
  position: relative;
  display: block;
  padding-top: 85px;
}

.about-section .text-col h1{
  margin-bottom: 60px;
}

.about-section .fact-block{
    position: relative;
    margin-bottom: 55px;
}

.about-section .fact-block .inner-box{
  position: relative;
  display: block;
  min-height: 160px;
  padding-top: 35px;
  padding-left: 190px;
}

.about-section .fact-block .count-outer{
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 160px;
  text-align: center;
  overflow: hidden;
  transition: all 500ms linear;
}

.about-section .fact-block .count-outer:after{
  content: '';
  position: absolute;
  right: -35px;
  top: -35px;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border: 1px solid var(--color-black);
  transform: rotate(-45deg);
  z-index: 1;
}

.about-section .fact-block .fact-count{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 40px 20px;
  font-size: 64px;
   font-family: "Montserrat", sans-serif;
  line-height: 80px;
  border: 1px solid var(--color-black);
  z-index: 0;
}

.about-section .fact-block h4{
    position: relative;
    margin-bottom: 12px;
}

.about-section .fact-block .text{
    position: relative;
    line-height: 1.32em;
}

.about-section .image-col{
  position: relative;
  margin-bottom: 50px;
}

.about-section .image-col .inner{
  position: relative;
  display: block;
  padding-left: 20px;
}

.about-section .image-col .image-box{
  position: relative;
}

.about-section .image-col .image{
  position: relative;
  display: block;
}

.about-section .image-col .image img{
  width: 100%;
}

.about-section .image-col .image:after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
  border-right: 15px solid #ffffff;z
  z-index: 1;
} */

/*** 

====================================================================
  Services Section
====================================================================

***/

/* .services-section{
  position: relative;
  padding: 160px 0px 110px;
}

.services-section.no-pad-top{
    padding-top: 0;
}

.services-section .title-box{
  position: relative;
  padding-bottom: 30px;
}

.services-section .title-box h2{
  float: left;
  max-width: 750px;
  margin-bottom: 40px;
}

.services-section .title-box .link-box{
  float: right;
  padding-top: 45px;
  margin-bottom: 40px;
} */

.s-block {
  position: relative;
  margin-bottom: 30px;
}

.services-section .row {
  margin: 0 -25px;
}

.services-section .row .s-block {
  padding: 0 25px;
  margin-bottom: 50px;
}

.s-block .inner-box {
  position: relative;
  display: block;
}

.s-block .image-box {
  position: relative;
  display: block;
}

.s-block .image-box .image {
  position: relative;
  display: block;
  background: var(--color-black);
  overflow: hidden;
}

.s-block .image-box .image img {
  display: block;
  width: 100%;
  transition: all 500ms linear;
}

.s-block .inner-box:hover .image-box .image img {
  opacity: 0.80;
  transform: scale(1.05);
}

.s-block .image-box .cat {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  z-index: 1;
}

.s-block .image-box .cat span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  line-height: 24px;
  padding: 8px 15px;
  color: #ffffff;
  background: var(--color-black);
}

.s-block .image-box .link {
  position: absolute;
  right: -1px;
  bottom: 0;
  z-index: 1;
}

.s-block .image-box .link:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border: 35px solid transparent;
  border-bottom: 35px solid #e8e3dd;
  border-right: 35px solid #e7e3da;
}

.services-section .s-block .image-box .link:before {
  border-bottom: 35px solid #f8f8f8;
  border-right: 35px solid #f8f8f8;
}

.s-block .image-box .link a {
  position: relative;
  color: var(--color-black);
  font-size: 32px;
  line-height: 32px;
  z-index: 1;
}

.s-block .image-box .link a:hover {
  color: #00b1eb;
}

.s-block .lower-box {
  position: relative;
  display: block;
  padding-top: 30px;
  /* padding-bottom: 30px; */
}

.s-block .lower-box h3 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  font-size: 26px;
  /* margin-bottom: 18px; */
  line-height: normal;
}

.s-block .lower-box h3 a {
  color: var(--color-black);
}

.s-block .lower-box h3 a:hover {
  color: #00b1eb;
}

/*** 

====================================================================
  Sec Title
====================================================================

***/

.sec-title {
  position: relative;
  margin-bottom: 40px;
  /* margin-bottom: 70px; */
}

.sec-title.centered {
  text-align: center;
  margin: 0 auto 70px;
}

.sec-title .subtitle {
  position: relative;
  font-size: 20px;
  /* font-size: 16px; */
  text-transform: uppercase;
   font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}

.sec-title .subtitle span {
  position: relative;
  display: inline-block;
}

.sec-title.about-subtitle .subtitle span:after {
  content: '';
  position: absolute;
  left: 100%;
  margin-left: 15px;
  top: 50%;
  width: 70px;
  margin-top: -1px;
  border-bottom: 4px solid #202020;
}

.sec-title .subtitle span:after {
  content: '';
  position: absolute;
  left: 100%;
  /* margin-left: 15px; */
  top: 50%;
  width: 70px;
  margin-top: -1px;
  border-bottom: 4px solid #202020;
}

.sec-title .center-line span:after {
  content: '';
  position: absolute;
  /* margin-left: revert; */
  top: -20px;
  width: 70px;
  left: 50%;
  margin-top: -6px;
  border-bottom: 4px solid #202020;
  transform: translate(-50%, -50%);
}

.sec-title .center-line.white span:after {
  border-bottom: 4px solid #fff;
}

.sec-title.centered .subtitle span:after {
  display: none;
}

.sec-title h2 {
  position: relative;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0px;
  font-weight: 500;
}

.sec-title .text {
  position: relative;
  font-size: 18px;
  line-height: 1.6em;
  padding-top: 18px;
}

.sec-title .link-box {
  position: relative;
  padding-top: 30px;
}

.sec-title.light h2,
.sec-title.light .text,
.sec-title.light .subtitle {
  color: #ffffff;
}

.sec-title.light .subtitle span:after {
  border-color: #ffffff;
}


.about-three {
  position: relative;
  padding: 110px 0px 110px;
  background-position: right top;
  background-repeat: no-repeat;
}

.about-three.no-pad-top {
  padding-top: 0;
}

.about-three .image-col {
  position: relative;
  margin-bottom: 50px;
  order: 1;
}

.about-three .image-col .inner {
  position: relative;
}

.about-three .image-col .image {
  position: relative;
  display: block;
}

.about-three .image-col .image img {
  position: relative;
  display: block;
  width: 100%;
}

.about-three .text-col {
  position: relative;
  margin-bottom: 50px;
  order: 12;
}

.about-three .text-col .inner {
  position: relative;
  /* padding-top: 160px; */
  padding-left: 50px;
}

.about-three .text-col .sec-title {
  margin-bottom: 0;
  /* max-width: 620px; */
}

/*** 

====================================================================
  AI Section
====================================================================

***/

.ai-section {
  position: relative;
  padding: 160px 0px 0px;
}

.ai-section.no-pad-top {
  padding-top: 0;
}

.ai-section .title-box {
  position: relative;
  padding-bottom: 30px;
}

.ai-section .title-box h2 {
  float: left;
  max-width: 750px;
  margin-bottom: 40px;
}

.ai-section .title-box .link-box {
  float: right;
  padding-top: 20px;
  margin-bottom: 40px;
}

.ai-section .title-box .link-box a {
  display: block;
  font-size: 32px;
  line-height: 32px;
  color: var(--color-black);
}

.ai-section .title-box .link-box a:hover {
  color: #00b1eb;
}

.ai-section .carousel-box {
  position: relative;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}

.ai-section .carousel-box .owl-item {
  border-right: 1px solid var(--color-black);
}

.ai-section .carousel-box .owl-stage {
  display: flex;
}

.ai-block {
  position: relative;
}

.ai-block .inner-box {
  position: relative;
  display: block;
  min-height: 100%;
}

.ai-block .cap-box {
  position: relative;
  padding: 60px 60px 34px;
}

.ai-block .cap-box .info {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.50);
  padding-left: 24px;
  margin-bottom: 5px;
}

.ai-block .cap-box .info:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 15px;
  border-bottom: 4px solid var(--color-black);
}

.ai-block .cap-box .s-title {
  position: relative;
  max-width: 360px;
  min-height: 108px;
}

.ai-block .cap-box .s-title h3 {
  margin-bottom: 0;
}

.ai-block .cap-box .s-title h3 a {
  color: var(--color-black);
}

.ai-block .image-box {
  position: relative;
  display: block;
}

.ai-block .image-box .image {
  position: relative;
  display: block;
}

.ai-block .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.ai-block.alternate .image-box .image {
  width: 222px;
  height: 222px;
  border: 1px solid rgba(0, 0, 0, 0.50);
  margin: 0 auto 50px;
  border-radius: 50%;
}

.ai-block.alternate .image-box .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}


.yellow-skin .main-header .header-upper .contact-btn .btn-box,
.yellow-skin .main-header .header-upper .contact-btn:hover .btn-box,
.yellow-skin .fixed-header .header-upper .contact-btn .btn-box {
  background: #ffff00;
  color: var(--color-black);
}

.yellow-skin .main-header .header-upper .contact-btn:after,
.yellow-skin .main-header .header-upper .contact-btn:hover:after,
.yellow-skin .fixed-header .header-upper .contact-btn:after {
  background: #ffff00;
}

.yellow-skin .scroll-to-top {
  background: #ffff00;
  color: var(--color-black);
}

.yellow-skin .scroll-to-top:hover {
  background: var(--color-black);
  color: #ffffff;
}

.yellow-skin .about-section .fact-block .inner-box:hover .count-outer {
  background: #ffff00;
}

.yellow-skin .s-block .image-box .cat {
  left: 5px;
  bottom: 5px;
}

.yellow-skin .s-block .image-box .cat span {
  background: #ffff00;
  color: var(--color-black);
}

.yellow-skin .about-two {
  background: #f4f4f4;
  color: var(--color-black);
}

.yellow-skin .about-two .image-layer {
  opacity: 1;
}

.yellow-skin .about-two .text-col .inner {
  border-color: rgba(0, 0, 0, 0.15);
}

.yellow-skin .about-tabs .tab-buttons,
.yellow-skin .about-tabs .tab-buttons:after {
  border-color: rgba(0, 0, 0, 0.15);
}

.yellow-skin .about-tabs .tab-buttons .tab-btn:before {
  border-color: var(--color-black);
}

.yellow-skin .project-cats .cat-block .cat-link a {
  background: #ffff00;
  color: var(--color-black);
}

.yellow-skin .project-cats .cat-block:hover .cat-link a {
  background: var(--color-black);
  color: #ffffff;
}

.yellow-skin .sec-title .subtitle span:after {
  border: 1px solid var(--color-black);
  background: #ffff00;
  height: 5px;
  margin-top: -2px;
}

.yellow-skin .ai-block .cap-box .info {
  color: var(--color-black);
}

.yellow-skin .ai-block .cap-box .info:before {
  border: 1px solid var(--color-black);
  background: #ffff00;
  height: 6px;
  margin-top: -2px;
}

.yellow-skin .ai-block.alternate .image-box .image {
  border-color: var(--color-black);
}

.yellow-skin .subscribe-section form .form-group input {
  background: #ffff00;
}

/* .creative-carousel-section{
  position: relative;
  padding-top: 160px;
  background: var(--color-black);
}

.c-carousel-page .header-upper{
  background: #ffffff;
} */

/*** 

====================================================================
  Banner Card Carousel
====================================================================

***/

.banner-card-section {
  position: relative;
  padding: 166px 0 0;
  background: var(--color-black);
  height: 100vh;
  min-height: 400px;
}

.banner-card-carousel {
  position: relative;
}

.banner-card-carousel .slide-item {
  position: relative;
  height: calc(100vh - 166px);
  min-height: 240px;
  border-right: 1px solid var(--color-black);
}

.banner-card-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-card-carousel .slide-item .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 1;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-card-carousel .slide-item:hover .image-layer:before {
  opacity: 0;
}

.banner-card-carousel .slide-item .inner-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-card-carousel .slide-item .cap-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 80px 30px 40px;
  max-height: 130px;
  min-height: 130px;
  border-top: 1px solid rgba(0, 0, 0, 0.50);
}

.banner-card-carousel .slide-item:hover .cap-box {
  border-color: #ffffff;
}

.banner-card-carousel .slide-item h4 {
  font-size: 24px;
  line-height: 1.30em;
}

.banner-card-carousel .slide-item h4 a {
  color: var(--color-black);
}

.banner-card-carousel .slide-item:hover h4 a {
  color: #ffffff;
}

.banner-card-carousel .slide-item .cat {
  position: absolute;
  left: 40px;
  top: -39px;
  font-family: "Montserrat", sans-serif;
}

.banner-card-carousel .slide-item .cat span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: var(--color-black);
  line-height: 22px;
  padding: 8px 15px;
  border: 1px solid rgba(0, 0, 0, 0.50);
  border-bottom: none;
}

.banner-card-carousel .slide-item:hover .cat span {
  color: #ffffff;
  border-color: #ffffff;
}

.banner-card-carousel .slide-item .link {
  position: absolute;
  right: 35px;
  top: 35px;
  width: 50px;
  height: 50px;
}

.banner-card-carousel .slide-item .link a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  background: var(--color-black);
  border-radius: 50%;
}

.banner-card-carousel .slide-item:hover .link a {
  color: var(--color-black);
  background: #ffffff;
}

.banner-card-carousel .slide-item .link a:hover {
  color: #ffffff;
  background: #00b1eb;
}

.banner-card-carousel .slide-item .count {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -260px;
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: var(--color-black);
  font-size: 350px;
  line-height: 350px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-card-carousel .slide-item:hover .count {
  color: #ffffff;
}

.banner-card-carousel .slide-item .count span {
  display: block;
}

/*** 

====================================================================
  Banner Vertical Carousel
====================================================================

***/

.banner-vertical-section {
  position: relative;
  background: url(../img/bg-main.png);
  padding: 100px 0 0;
}

.banner-vertical-section .auto-container {
  max-width: 1840px;
}

.banner-vertical-section .big-title {
  position: relative;
  padding: 60px 0;
}

.banner-vertical-section .big-title h2 {
   font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}

.banner-vertical-carousel {
  position: relative;
  padding: 0 0;
  padding-right: 200px;
  border-top: 1px solid rgb(0, 0, 0);
}

.banner-vertical-carousel .owl-item {
  padding: 45px 45px;
  border: 1px solid rgb(0, 0, 0);
}

.banner-vertical-carousel .owl-stage-outer {
  overflow: visible;
}

.banner-vertical-carousel .owl-stage {
  display: flex;
}

.banner-vertical-carousel .slide-item {
  position: relative;
}

.banner-vertical-carousel .s-block {
  margin-bottom: 0;
}



.banner-vertical-carousel2 {
  position: relative;
  padding: 0 0;
  padding-right: 200px;
  border-top: 1px solid rgb(0, 0, 0);
}

.banner-vertical-carousel2 .owl-item {
  padding: 45px 45px;
  border: 1px solid rgb(0, 0, 0);
}

.banner-vertical-carousel2 .owl-stage-outer {
  overflow: visible;
}

.banner-vertical-carousel2 .owl-stage {
  display: flex;
}

.banner-vertical-carousel2 .slide-item {
  position: relative;
}

.banner-vertical-carousel2 .s-block {
  margin-bottom: 0;
}

/*** 

====================================================================
  Banner Fullscreen Carousel
====================================================================

***/

/* .banner-full{
  position: relative;
  padding: 0 0;
  height: 100vh;
  min-height: 350px;
}

.banner-full-carousel .slide-item{
    position: relative;
    height: 100vh;
}

.banner-full-carousel .slide-item .image-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-full-carousel .slide-item .image-layer:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-full-carousel .slide-item .content-box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  z-index: 1;
}

.banner-full-carousel .slide-item .content{
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 200px 0 50px;
}

.banner-full-carousel .slide-item .inner{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  opacity:0;
  visibility: hidden;
  -webkit-transform:translateY(50px);
  -ms-transform:translateY(50px);
  transform:translateY(50px);
}

.banner-full-carousel .active .slide-item .inner{
  opacity:1;
  visibility: visible;
  -webkit-transform:translate(0);
  -ms-transform:translate(0);
  transform:translate(0);
  -webkit-transition:all 1000ms ease 300ms;
  -ms-transition:all 1000ms ease 300ms;
  -o-transition:all 1000ms ease 300ms;
  -moz-transition:all 1000ms ease 300ms;
  transition:all 1000ms ease 300ms;
}

.banner-full-carousel .slide-item h1{
  position: relative;
  font-size: 180px;
  line-height: 0.85em;
  text-transform: uppercase;
  color: #ffffff;
}

.banner-full-carousel .slide-item h1 .outlined{
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 1);
  -ms-text-stroke-width: 1px;
  -ms-text-stroke-color: rgba(255, 255, 255, 1);
  -moz-text-stroke-width: 1px;
  -moz-text-stroke-color: rgba(255, 255, 255, 1);
  text-stroke-width: 1px;
  text-stroke-color: rgba(255, 255, 255, 1);
}

.banner-full-carousel .slide-item .cat{
  position: absolute;
  left: 35px;
  bottom: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
}

.banner-full-carousel .slide-item .cat span{
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background: var(--color-black);
  padding: 7px 10px;
}

.banner-full-carousel .slide-item .slide-num{
  position: absolute;
  right: 35px;
  bottom: 70px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border: 1px solid #ffffff;
}

.banner-full-carousel .slide-item .slide-num .num{
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  padding: 25px 10px;
  font-size: 36px;
  line-height: 40px;
  width: 91px;
  text-align: center;
}

.banner-full-carousel .slide-item .slide-num .active-num{
  border-right: 1px solid #ffffff;
}

.banner-full-carousel .owl-nav{
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 50px;
  width: 100%;
  height: 0;
  z-index: 5;
}

.banner-full-carousel .owl-nav .owl-next,
.banner-full-carousel .owl-nav .owl-prev{
  position: absolute;
  top: 0;
  height: 72px;
  width: 72px;
  background: var(--color-black) !important;
  color: #ffffff !important;
  text-align: center;
  line-height: 72px;
  font-size: 28px !important;
  border-radius: 50%;
  transition: all 300ms linear;
}

.banner-full-carousel .owl-nav .owl-prev{
  left: 35px;
}

.banner-full-carousel .owl-nav .owl-next{
  right: 35px;
}

.banner-full-carousel .owl-nav .owl-next:hover,
.banner-full-carousel .owl-nav .owl-prev:hover{
  background: #00b1eb !important;
  color: #ffffff !important;
}

.banner-full-carousel .owl-dots{
  position: absolute;
  right: 35px;
  bottom: 40px;
}

.banner-full-carousel .owl-dots .owl-dot{
  position: relative;
  display: inline-block;
  margin-left: 7px;
}

.banner-full-carousel .owl-dots .owl-dot span{
  position: relative;
  display: block;
  width: 120px;
  height: 8px;
  background: #ffffff;
  opacity: 0.40;
  transition: all 300ms linear;
}

.banner-full-carousel .owl-dots .owl-dot.active span{
  opacity: 1;
} */

/*** 

====================================================================
  Banner Interactive Carousel
====================================================================

***/

/* .banner-interact{
  position: relative;
  padding: 0 0;
  height: 950px;
  min-height: 100vh;
}

.banner-inter-carousel .slide-item{
    position: relative;
    min-height: 100vh;
    height: 950px;
}

.banner-inter-carousel .content-container{
  position: absolute;
  bottom: 0;
  height: 650px;
  min-height: calc(100vh - 300px);
  left: 50%;
  margin-left: -640px;
  width: 100%;
  max-width: 1200px;
}

.banner-inter-carousel .slide-item .bg-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-inter-carousel .slide-item .image-layer{
  position: absolute;
  left: 50%;
  margin-left: -330px;
  width: 670px;
  top: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}

.banner-inter-carousel .active .slide-item .image-layer{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transition:all 1500ms ease 300ms;
}

.banner-inter-carousel .slide-item .image-layer:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-inter-carousel .slide-item .inner{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  opacity:0;
  visibility: hidden;
  -webkit-transform:translateY(50px);
  -ms-transform:translateY(50px);
  transform:translateY(50px);
}

.banner-inter-carousel .active .slide-item .inner{
  opacity:1;
  visibility: visible;
  -webkit-transform:translate(0);
  -ms-transform:translate(0);
  transform:translate(0);
  -webkit-transition:all 1000ms ease 300ms;
  -ms-transition:all 1000ms ease 300ms;
  -o-transition:all 1000ms ease 300ms;
  -moz-transition:all 1000ms ease 300ms;
  transition:all 1000ms ease 300ms;
}

.banner-inter-carousel .slide-item h1{
  position: absolute;
  left: -250px;
  right: -250px;
  top: 35%;
  font-size: 180px;
  line-height: 0.85em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

.banner-inter-carousel .slide-item h1 .outlined{
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 1);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 1);
  -ms-text-stroke-width: 1px;
  -ms-text-stroke-color: rgba(0, 0, 0, 1);
  -moz-text-stroke-width: 1px;
  -moz-text-stroke-color: rgba(0, 0, 0, 1);
  text-stroke-width: 1px;
  text-stroke-color: rgba(0, 0, 0, 1);
}

.banner-inter-carousel .slide-item .cat{
  position: absolute;
  left: 50%;
  margin-left: 385px;
  top: 24%;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  text-transform: capitalize;
}

.banner-inter-carousel .slide-item .cat span{
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: var(--color-black);
  line-height: 30px;
  padding: 10px 25px;
  border: 1px solid var(--color-black);
}

.banner-inter-carousel .slide-item .slide-num{
  position: absolute;
  left: 20px;
  bottom: 70px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border: 1px solid var(--color-black);
  width: 66px;
}

.banner-inter-carousel .slide-item .slide-num .num{
  position: relative;
  display: block;
  vertical-align: top;
  color: var(--color-black);
  padding: 20px 10px;
  font-size: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}

.banner-inter-carousel .slide-item .slide-num .active-num{
  margin-bottom: 60px;
}

.banner-inter-carousel .slide-item .slide-num .active-num:after{
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -0.5px;
  height: 60px;
  border-left: 1px solid var(--color-black);
}

.banner-inter-carousel .slide-item .text{
  position: absolute;
  left: 50%;
  margin-left: 387px;
  bottom: 200px;
  width: 360px;
}

.banner-inter-carousel .slide-item .img-thumb{
  position: absolute;
  width: 202px;
  height: 202px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:all 1500ms ease 300ms;
}

.banner-inter-carousel .slide-item .img-thumb img{
  display: block;
  width: 100%;
  height: 100%;
}

.banner-inter-carousel .slide-item .left-thumb{
  left: 0;
  bottom: 0;
  transform: scale(0.6);
}

.banner-inter-carousel .slide-item .right-thumb{
  right: 0;
  bottom: 0;
  transform: scale(0.5);
}

.banner-inter-carousel .slide-item .mid-thumb{
  transform: scale(0.7);
  left: 0;
  top: 10%;
}

.banner-inter-carousel .active .slide-item .img-thumb{
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
}

.banner-inter-carousel .owl-nav{
  position: absolute;
  left: 50%;
  margin-left: 350px;
  bottom: 130px;
  width: 220px;
  background: var(--color-black);
  padding: 0 0;
  height: 64px;
  color: #ffffff;
  z-index: 5;
}

.banner-inter-carousel .owl-nav:after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -1px;
  width: 70px;
  border-top: 2px solid #ffffff;
  z-index: 1;
}

.banner-inter-carousel .owl-nav .owl-next,
.banner-inter-carousel .owl-nav .owl-prev{
  position: absolute;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  color: #ffffff !important;
  text-align: center;
  line-height: 30px;
  font-size: 28px !important;
  border-radius: 50%;
  transition: all 300ms linear;
}

.banner-inter-carousel .owl-nav .owl-prev{
  left: 25px;
}

.banner-inter-carousel .owl-nav .owl-next{
  right: 25px;
}

.banner-inter-carousel .owl-nav .owl-next:hover,
.banner-inter-carousel .owl-nav .owl-prev:hover{
  color: #00b1eb !important;
}

.banner-full-carousel .owl-dots{
  position: absolute;
  display: none;
}

*/

/*** 

====================================================================
  Banner Slider Section
====================================================================

***/

.banner-section {
  position: relative;
  padding: 0 0;
  background: #7c8aa0;
}

.banner-section .auto-container {
  max-width: 1560px;
}

.banner-section .banner-container {
  position: relative;
}

.banner-section .banner-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-section .slide-item {
  position: relative;
  width: 100%;
  padding: 0px;
  overflow: hidden;
}

.banner-section .slide-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
  z-index: 1;
}

.banner-section .slide-item .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7c8aa0;
}

.banner-section .slide-item .bg-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.10);
  z-index: 1;
}

.banner-section .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section .slide-item .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.60);
  z-index: 1;
}

.banner-section .slide-item .content-box {
  position: relative;
  display: block;
  width: 100%;
  padding: 300px 0px 0px;
  z-index: 10;
}

.banner-section .slide-item .content {
  position: relative;
  display: block;
  width: 100%;
  z-index: 5;
}

.banner-section .slide-item .inner {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.banner-section .active .slide-item .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 300ms;
  -ms-transition: all 1000ms ease 300ms;
  -o-transition: all 1000ms ease 300ms;
  -moz-transition: all 1000ms ease 300ms;
  transition: all 1000ms ease 300ms;
}

.banner-section .slide-item .lower-image {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  padding-top: 50px;
}

.banner-section .slide-item .lower-image img {
  position: relative;
  max-height: 380px;
}

.banner-section .slide-item h1 {
  position: relative;
  font-weight: 400;
  color: #ffffff;
  text-transform: none;
  line-height: 1em;
  padding-left: 150px;
  text-transform: uppercase;
  margin: 0px 0px;
}

.banner-section .slide-item h1 .upper-big {
  position: relative;
  display: block;
  font-size: 220px;
  font-family: "Montserrat", sans-serif;
  line-height: 0.85em;
}

.banner-section .slide-item h1 .lower-big {
  position: relative;
  display: block;
  font-size: 200px;
  font-family: "Montserrat", sans-serif;
  line-height: 0.80em;
  padding-left: 370px;
}

.banner-section .slide-item h1 .small-text {
  position: absolute;
  left: 140px;
  top: 200px;
  display: block;
  font-size: 48px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  width: 340px;
  text-align: right;
}

/*** 

====================================================================
  Banner Two
====================================================================

***/

.banner-two {
  position: relative;
  padding: 0 0;
  background: #fafafa;
}

.banner-two.alternate {
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.banner-two .auto-container {
  max-width: 1560px;
}

.banner-two.alternate .auto-container {
  max-width: 1360px;
}

.banner-two .banner-container {
  position: relative;
}

.banner-two .banner-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-two .slide-item {
  position: relative;
  width: 100%;
  padding: 0px;
  overflow: hidden;
}

.banner-two .slide-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
  z-index: 1;
}

.banner-two .slide-item .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7c8aa0;
}

.banner-two .slide-item .bg-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.10);
  z-index: 1;
}

.banner-two .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-two .slide-item .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.60);
  z-index: 1;
}

.banner-two .slide-item .content-box {
  position: relative;
  display: block;
  width: 100%;
  padding: 300px 0px 0px;
  height: 1050px;
  z-index: 10;
}

.banner-two.alternate .slide-item .content-box {
  height: 920px;
  padding-top: 150px;
}

.banner-two .slide-item .content {
  position: relative;
  display: block;
  width: 100%;
  z-index: 5;
}

.banner-two .slide-item .inner {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.banner-two .active .slide-item .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 300ms;
  -ms-transition: all 1000ms ease 300ms;
  -o-transition: all 1000ms ease 300ms;
  -moz-transition: all 1000ms ease 300ms;
  transition: all 1000ms ease 300ms;
}

.banner-two .slide-item .lower-image {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  padding-top: 50px;
}

.banner-two .slide-item .lower-image img {
  position: relative;
  max-height: 380px;
}

.banner-two .slide-item h1 {
  position: relative;
  font-weight: 400;
  color: var(--color-black);
  text-transform: none;
  line-height: 1em;
  padding-left: 250px;
  text-transform: uppercase;
  margin: 0px 0px;
}

.banner-two.alternate .slide-item h1 {
  padding-left: 180px;
}

.banner-two .slide-item h1 .big-one {
  position: relative;
  display: block;
  font-size: 170px;
   font-family: "Montserrat", sans-serif;
  line-height: 0.90em;
}

.banner-two .slide-item h1 .big-two {
  position: relative;
  display: block;
  font-size: 170px;
   font-family: "Montserrat", sans-serif;
  line-height: 1em;
  text-align: right;
}

.banner-two .slide-item h1 .big-three {
  position: relative;
  display: block;
  font-size: 170px;
   font-family: "Montserrat", sans-serif;
  line-height: 1em;
  padding-left: 160px;
}

.banner-two.alternate .slide-item h1 .big-three {
  padding-left: 220px;
}

.banner-two .slide-item h1 .small-text {
  position: absolute;
  left: 480px;
  top: 180px;
  display: block;
  font-size: 36px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  width: 250px;
}

.banner-two.alternate .slide-item h1 .small-text {
  left: 230px;
}

.banner-two .slide-item .text {
  position: relative;
  margin-left: 660px;
  display: block;
  font-size: 28px;
  line-height: 1.1em;
  font-family: "Montserrat", sans-serif;
  max-width: 570px;
}

.banner-two.alternate .slide-item .text {
  margin-left: 470px;
}

.banner-two .slide-item .vector-1 {
  position: absolute;
  left: 280px;
  top: 185px;
  display: block;
  width: 156px;
}

.banner-two.alternate .slide-item .vector-1 {
  left: 30px;
}

.banner-two .slide-item .vector-1 img {
  display: block;
  width: 100%;
}

.banner-two .slide-item .thumb-1 {
  position: absolute;
  left: 750px;
  top: 20px;
  display: block;
  width: 94px;
  border: 1px solid var(--color-black);
}

.banner-two .slide-item .thumb-1 img {
  display: block;
  width: 100%;
}

.banner-two .slide-item .thumb-2 {
  position: absolute;
  left: 0;
  bottom: -25px;
  display: block;
  width: 320px;
  border: 1px solid var(--color-black);
}

.banner-two .slide-item .thumb-2 img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}

.banner-two .slide-item .thumb-2:before {
  content: '';
  position: absolute;
  left: 30px;
  right: -30px;
  bottom: -30px;
  top: -30px;
  border: 1px solid var(--color-black);
}

.banner-two .slide-item .thumb-3 {
  position: absolute;
  right: 0;
  bottom: -50px;
  display: block;
  width: 130px;
  border: 1px solid var(--color-black);
}

.banner-two .slide-item .thumb-3 img {
  display: block;
  width: 100%;
}

/*** 

====================================================================
  About Section
====================================================================

***/

.about-section {
  position: relative;
  padding: 110px 0px 110px;
}

.about-section .text-col {
  position: relative;
}

.about-section .text-col .inner {
  position: relative;
  display: block;
  /* padding-top: 85px; */
}

.about-section .text-col h1 {
  margin-bottom: 60px;
}

.about-section .fact-block {
  position: relative;
  margin-bottom: 30px;
}

.about-section .fact-block .inner-box {
  position: relative;
  display: block;
  /* min-height: 160px; */
  display: flex;
  align-items: center;
  gap: 24px;
  /* justify-content: center; */
  /* padding-top: 35px; */
  /* padding-left: 190px; */
}

.about-section .fact-block .count-outer {
  /* position: absolute; */
  position: relative;
  left: 0;
  top: 0;
  min-width: 12%;
  height: auto;
  text-align: center;
  overflow: hidden;
  transition: all 500ms linear;
}

.about-section .fact-block .count-outer:after {
  content: '';
  position: absolute;
  right: -35px;
  top: -35px;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border: 1px solid var(--color-black);
  transform: rotate(-45deg);
  z-index: 1;
}

.about-section .fact-block .fact-count {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 9px;
  font-size: 40px;
   font-family: "Montserrat", sans-serif;
  line-height: 80px;
  border: 1px solid var(--color-black);
  z-index: 0;
}

.about-section .fact-block h4 {
  position: relative;
  font-size: 22px;
  /* margin-bottom: 12px; */
}

.grid-icon {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 14px;
}

.grid-icon img {
  width: 20px;
  /* width: 26px; */
}

.grid-icon h4 {
  margin: 0;
}

.about-section .fact-block .text {
  position: relative;
  line-height: 1.32em;
  font-size: 18px;
}

.about-section .image-col {
  position: relative;
  /* margin-bottom: 50px; */
}

.about-section .image-col .inner {
  position: relative;
  display: block;
  padding-left: 20px;
}

.about-section .image-col .image-box {
  position: relative;
}

.about-section .image-col .image {
  position: relative;
  display: block;
}

.about-section .image-col .image img {
  width: 100%;
}

.about-section .image-col .image:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
  border-right: 15px solid #ffffff;
  z-index: 1;
}

/*** 

====================================================================
  Services Section
====================================================================

***/

.services-section {
  position: relative;
  padding: 110px 0px 110px;
}

.services-section.no-pad-top {
  padding-top: 0;
}

.services-section .title-box {
  position: relative;
  padding-bottom: 30px;
}

.services-section .title-box h2 {
  float: left;
  max-width: 750px;
  margin-bottom: 40px;
}

.services-section .title-box .link-box {
  float: right;
  padding-top: 45px;
  margin-bottom: 40px;
}

/*** 

====================================================================
  About Two
====================================================================

***/

.about-two {
  position: relative;
  background: var(--color-black);
  color: #ffffff;
  padding: 160px 0px 110px;
}

.about-two .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.20;
}

.about-two .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
}

.about-two .image-col {
  position: relative;
  margin-bottom: 50px;
  order: 1;
}

.about-two .image-col .inner {
  position: relative;
}

.about-two .image-col .image {
  position: relative;
  display: block;
}

.about-two .image-col .image img {
  position: relative;
  display: block;
  width: 100%;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab-buttons {
  position: relative;
}

.tabs-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.tabs-box .tabs-content {
  position: relative;
}

.tabs-box .tabs-content .tab {
  position: relative;
  display: none;
}

.tabs-box .tabs-content .active-tab {
  display: block;
}

.about-two .text-col {
  position: relative;
  margin-bottom: 20px;
  order: 12;
}

.about-two .text-col .inner {
  position: relative;
  display: block;
  min-height: calc(100% - 30px);
  border: 1px solid rgba(255, 255, 255, 0.20);
  margin-left: 20px;
}

.about-tabs {
  position: relative;
}

.about-tabs .tab-buttons {
  position: relative;
  display: table;
  width: 100%;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.about-tabs .tab-buttons:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.about-tabs .tab-buttons .tab-btn {
  position: relative;
  display: table-cell;
  width: 33.333%;
  vertical-align: middle;
  padding: 30px 25px 5px;
  line-height: 30px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.about-tabs .tab-buttons .tab-btn:before {
  content: "";
  position: absolute;
  left: 25px;
  bottom: -6px;
  display: block;
  width: 10px;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 1.0);
  transition: all 300ms ease;
  z-index: 1;
}

.about-tabs .tab-buttons .active-btn:before {
  width: 50px;
}

.about-tabs .tabs-content {
  position: relative;
  padding: 50px 45px 15px;
}

.about-tabs .tab .text {
  font-size: 24px;
}

.about-tabs .tab .text p {
  margin-bottom: 30px;
}

/*** 

====================================================================
  Project Categories
====================================================================

***/

.project-cats {
  position: relative;
  padding: 120px 0px 100px;
}

.project-cats .upper-row {
  position: relative;
}

.project-cats .upper-row .cat-box {
  position: relative;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
  overflow: hidden;
}

.project-cats .cat-box .row {
  margin: 0 0;
}

.project-cats .cat-box .row .cat-block {
  padding: 0 0;
}

.project-cats .cat-block {
  position: relative;
  border-right: 1px solid var(--color-black);
}

.project-cats .cat-block .inner-box {
  position: relative;
  display: block;
  height: 300px;
}

.project-cats .cat-block .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-cats .cat-block .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
  transition: all 500ms linear;
  z-index: 1;
}

.project-cats .cat-block:hover .image-layer:before {
  background: rgba(0, 0, 0, 0.30);
}

.project-cats .cat-block .cat-title {
  position: relative;
  padding: 110px 45px 20px 60px;
  z-index: 2;
}

.project-cats .cat-block .cat-title h4 {
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}

.project-cats .cat-block .cat-title h4 a {
  color: var(--color-black);
}

.project-cats .cat-block:hover .cat-title h4 a {
  color: #ffffff;
}

.project-cats .cat-block .cat-link {
  position: absolute;
  right: 45px;
  bottom: 70px;
  z-index: 2;
}

.project-cats .cat-block .cat-link a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  transform: rotate(-45deg);
  background: var(--color-black);
  border-radius: 50%;
}

.project-cats .cat-block:hover .cat-link a {
  color: var(--color-black);
  background: #ffffff;
  transform: rotate(0deg);
}

.project-cats .cat-block .over-layer {
  position: absolute;
  left: 0;
  bottom: 110px;
  right: 0;
  top: 0;
  transition: all 300ms linear;
  background: #ffffff;
  z-index: 1;
}

.project-cats .cat-block:hover .over-layer {
  bottom: 300px;
}

.project-cats .lower-row {
  position: relative;
  /* padding-top: 160px; */
}

.project-cats .lower-row .row {
  margin: 0 -30px;
}

.project-cats .lower-row .row .cat-item {
  padding: 0 30px;
  margin-bottom: 40px;
}

.cat-item {
  position: relative;
  margin-bottom: 30px;
}

.cat-item .inner-box {
  position: relative;
  display: flex;
  gap: 18px;
  border: 1px solid #ddd;
  padding: 0 18px;
  /* padding-right: 20px; */
  /* padding-left: 120px; */
  min-height: 100px;
  transition: 0.3s;
  align-items: center;
}

.cat-item .inner-box:hover {
  background: #f8f8f8;
}

.cat-item .icon-box {
  /* position: absolute; */
  left: 0;
  top: 0px;
  min-width: 80px;
  display: flex;
  height: 80px;
  font-size: 38px;
  justify-content: center;
  text-align: center;
  line-height: 0;
  border-radius: 150px;
  background: var(--color-black);
  font-family: 'Flaticon';
  border: 1px solid rgba(0, 0, 0, 0.05);
  align-items: center;
}

/* .cat-item .icon-box .fal{
  font-size: 45px;
} */
.cat-item .inner-box i {
  color: #fff;
}

.cat-item h4 {
  position: relative;
  margin-bottom: 0px;
  font-size: 22px;
}

/*** 

====================================================================
  About Three
====================================================================

***/

/* .about-three{
  position: relative;
  padding: 160px 0px 110px;
}

.about-three.no-pad-top{
  padding-top: 0;
}

.about-three .image-col{
  position: relative;
  margin-bottom: 50px;
  order: 1;
}

.about-three .image-col .inner{
  position: relative;
}

.about-three .image-col .image{
  position: relative;
  display: block;
}

.about-three .image-col .image img{
  position: relative;
  display: block;
  width: 100%;
}

.about-three .text-col{
  position: relative;
  margin-bottom: 50px;
  order: 12;
}

.about-three .text-col .inner{
  position: relative;
  padding-top: 160px;
  padding-left: 50px;
}

.about-three .text-col .sec-title{
  margin-bottom: 0;
  max-width: 620px;
} */

/*** 

====================================================================
  AI Section
====================================================================

***/

.ai-section {
  position: relative;
  padding: 160px 0px 0px;
}

.ai-section.no-pad-top {
  padding-top: 0;
}

.ai-section .title-box {
  position: relative;
  padding-bottom: 30px;
}

.ai-section .title-box h2 {
  float: left;
  max-width: 750px;
  margin-bottom: 40px;
}

.ai-section .title-box .link-box {
  float: right;
  padding-top: 20px;
  margin-bottom: 40px;
}

.ai-section .title-box .link-box a {
  display: block;
  font-size: 32px;
  line-height: 32px;
  color: var(--color-black);
}

.ai-section .title-box .link-box a:hover {
  color: #00b1eb;
}

.ai-section .carousel-box {
  position: relative;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}

.ai-section .carousel-box .owl-item {
  border-right: 1px solid var(--color-black);
}

.ai-section .carousel-box .owl-stage {
  display: flex;
}

/* .ai-block{
  position: relative;
}

.ai-block .inner-box{
  position: relative;
  display: block;
  min-height: 100%;
}

.ai-block .cap-box{
  position: relative;
  padding: 60px 60px 34px;
}

.ai-block .cap-box .info{
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.50);
  padding-left: 24px;
  margin-bottom: 5px;
}

.ai-block .cap-box .info:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 15px;
  border-bottom: 4px solid var(--color-black);
}

.ai-block .cap-box .s-title{
  position: relative;
  max-width: 360px;
  min-height: 108px;
}

.ai-block .cap-box .s-title h3{
  margin-bottom: 0;
}

.ai-block .cap-box .s-title h3 a{
  color: var(--color-black);
}

.ai-block .image-box{
  position: relative;
  display: block;
}

.ai-block .image-box .image{
  position: relative;
  display: block;
}

.ai-block .image-box img{
  position: relative;
  display: block;
  width: 100%;
} */

.ai-block.alternate .image-box .image {
  width: 222px;
  height: 222px;
  border: 1px solid rgba(0, 0, 0, 0.50);
  margin: 0 auto 50px;
  border-radius: 50%;
}

.ai-block.alternate .image-box .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/*** 

====================================================================
  Sponsors Section
====================================================================

***/

.sponsors-section {
  position: relative;
  padding: 110px 0px;
}

.sponsors-section .owl-dots {
  display: none;
}

.sponsors-section .carousel-box {
  position: relative;
}

/* .sponsors-section .image {
  position: relative;
  display: block;
  text-align: center;
  line-height: 140px;
} */
/* .sponsors-section .image a {
  padding: 25px 50px;
} */

.sponsors-section .image h6 {
  margin-top: 28px;
  font-size: 18px;
  /* background: #ddd; */
  margin-bottom: 0;
   font-family: "Montserrat", sans-serif;
  border: 1px solid #7ca5ca;
  padding: 6px 0;
  /* padding: 25px 50px; */
}

.sponsors-section .image h6 button {
  margin: 0;
  border: none;
  padding-bottom: 0;
  font-size: 14px;
}

.sponsors-section .image {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px;
  border: 1px solid #7ca5ca;
  /* line-height: 140px; */
  transition: all 0.6s ease;
}

/* .sponsors-section .image {
  position: relative;
  display: block;
  text-align: center;
  padding: 25px 50px;
  padding: 50px;
  border: 2px solid #ddd;
  line-height: 140px;
  transition: all 1s ease;
} */

.sponsors-section .image:hover {
  transform: scale(1.05) translateY(-10px);
}

.sponsors-section .image:hover h6 {
  background: #7ca5ca;
}

/* .sponsors-section .image:hover {
  background: #ddd;
} */

.sponsors-section .image img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  max-height: 140px;
}

/*** 

====================================================================
  Newsletter Section
====================================================================

***/

.subscribe-section {
  position: relative;
  padding: 0 0px;
  background: #303030;
}

.subscribe-section .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.5;
}

.subscribe-section .content-box {
  position: relative;
  display: block;
  padding: 115px 0px 90px 0px;
  z-index: 5;
}

.subscribe-section .text-col {
  position: relative;
  margin-bottom: 0;
}

.subscribe-section .text-col .inner {
  position: relative;
  display: block;
}

.subscribe-section .text-col h2 {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 52px;
  line-height: normal;
}

.cat-item .icon-box img {
  width: 42px;
}

.subscribe-section .text-col .text {
  color: #ffffff;
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.15em;
}

.laminate-list-box .listing-main ul {
  display: block;

}

.laminate-list-box .listing-main li {
  padding: 6px 0 6px 45px;
  font-size: 16px;
}

.laminate-list-box .listing-main ul li::before {
  left: 12px;
  top: 8px;
}

.acc-content .grid-icon img {
  width: 20px;
}

.subscribe-section .form-col {
  position: relative;
  margin-bottom: 30px;
}

.subscribe-section .form-col .inner {
  position: relative;
  display: block;
  padding-top: 10px;
}

.subscribe-section form .form-group {
  margin-bottom: 0;
}

.subscribe-section form .form-group input {
  height: 72px;
  line-height: 30px;
  padding: 20px 60px 20px 30px;
  font-weight: 400;
  font-size: 17px;
  background: #ffffff;
  border-radius: 0;
}

.subscribe-section form .form-group .field-inner {
  position: relative;
}

.subscribe-section form .theme-btn {
  position: absolute;
  right: 30px;
  top: 22px;
  line-height: 30px;
  padding: 0 0;
  border: none;
  background: none;
  color: var(--color-black);
  font-size: 30px;
  font-weight: 300;
}

/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  font-size: 16px;
}

.main-footer ul,
.main-footer ul li {
  list-style: none;
  margin: 0;
}

.main-footer .upper-section {
  position: relative;
  /* background: var(--color-black); */
  /* border-bottom: 1px solid; */
  background: url(../img/bg-main.png);
  padding: 150px 0 100px;
}

.main-footer h5 {
   font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 400;
  color: var(--color-black);
}

.main-footer .upper-section .footer-column {
  position: relative;
  margin-bottom: 10px;
}

.main-footer .info-col {
  padding-right: 45px;
}

.main-footer .info-col:after {
  content: '';
  position: absolute;
  right: 45px;
  top: 0;
  height: 90%;
  max-height: 100%;
  border-right: 1px solid var(--color-black);
}

.main-footer .info {
  position: relative;
  margin-bottom: 40px;
}

.main-footer .info li {
  position: relative;
  display: block;
  font-weight: 400;
  color: var(--color-black);
  line-height: 24px;
  margin-bottom: 5px;
}

.main-footer .info li:last-child {
  margin-bottom: 0;
}

.logo-footer P {
  font-weight: 500;
  color: var(--color-black);
  letter-spacing: 1px;
  padding-right: 14px;
}

.main-footer .info li a {
  position: relative;
  display: inline-block;
  color: var(--color-black);
  letter-spacing: 1px;
  font-weight: 500;
}

.main-footer .info li a:hover {
  text-decoration: underline;
}

.main-footer .links {
  position: relative;
  margin-bottom: 40px;
}

.main-footer .links li {
  position: relative;
  display: block;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.main-footer .links li:last-child {
  margin-bottom: 0;
}

.main-footer .links li a {
  position: relative;
  color: #ffffff;
}

.main-footer .links li a:hover {
  text-decoration: underline;
}

.main-footer .social-links {
  position: relative;
  padding-top: 10px;
  /* margin-left: -7px; */
}

.main-footer .social-links li {
  position: relative;
  float: left;
  margin-right: 25px;
}

.main-footer .social-links li:last-child {
  margin-right: 0;
}

.main-footer .social-links li a {
  position: relative;
  display: block;
  color: var(--color-black);
  font-size: 40px;
}

.main-footer .social-links li .icon img {
  max-height: 30px;
  -ms-filter: invert(100%);
  -moz-filter: invert(100%);
  -webkit-filter: invert(100%);
  filter: invert(0%);
}

.main-footer .social-links li a:hover {
  color: #00b1eb;
  opacity: 0.70;
}

.main-footer .f-bottom {
  position: relative;
  background: url(../img/bg-main.png);
  font-size: 20px;
}

.main-footer .f-bottom .inner {
  position: relative;
  text-align: center;
  border-top: 1px solid;
  padding: 30px 0 30px;
}

.main-footer .f-bottom .copyright {
  position: relative;
  color: var(--color-black);
  font-size: 1.1rem;
  letter-spacing: 1px;
  line-height: 1.2;
}

.main-footer .copyright a {
  position: relative;
  color: var(--color-black);
}

.main-footer .copyright a:hover {
  text-decoration: underline;
}

/*** 

====================================================================
  Yellow Skin
====================================================================

***/

.yellow-skin .main-header .header-upper .contact-btn .btn-box,
.yellow-skin .main-header .header-upper .contact-btn:hover .btn-box,
.yellow-skin .fixed-header .header-upper .contact-btn .btn-box {
  background: #ffff00;
  color: var(--color-black);
}

.yellow-skin .main-header .header-upper .contact-btn:after,
.yellow-skin .main-header .header-upper .contact-btn:hover:after,
.yellow-skin .fixed-header .header-upper .contact-btn:after {
  background: #ffff00;
}

.yellow-skin .scroll-to-top {
  background: #ffff00;
  color: var(--color-black);
}

.yellow-skin .scroll-to-top:hover {
  background: var(--color-black);
  color: #ffffff;
}

.yellow-skin .about-section .fact-block .inner-box:hover .count-outer {
  background: #ffff00;
}

.yellow-skin .s-block .image-box .cat {
  left: 5px;
  bottom: 5px;
}

.yellow-skin .s-block .image-box .cat span {
  background: #ffff00;
  color: var(--color-black);
}

.yellow-skin .about-two {
  background: #f4f4f4;
  color: var(--color-black);
}

.yellow-skin .about-two .image-layer {
  opacity: 1;
}

.yellow-skin .about-two .text-col .inner {
  border-color: rgba(0, 0, 0, 0.15);
}

.yellow-skin .about-tabs .tab-buttons,
.yellow-skin .about-tabs .tab-buttons:after {
  border-color: rgba(0, 0, 0, 0.15);
}

.yellow-skin .about-tabs .tab-buttons .tab-btn:before {
  border-color: var(--color-black);
}

.yellow-skin .project-cats .cat-block .cat-link a {
  background: #ffff00;
  color: var(--color-black);
}

.yellow-skin .project-cats .cat-block:hover .cat-link a {
  background: var(--color-black);
  color: #ffffff;
}

.yellow-skin .sec-title .subtitle span:after {
  border: 1px solid var(--color-black);
  background: #ffff00;
  height: 5px;
  margin-top: -2px;
}

.yellow-skin .ai-block .cap-box .info {
  color: var(--color-black);
}

.yellow-skin .ai-block .cap-box .info:before {
  border: 1px solid var(--color-black);
  background: #ffff00;
  height: 6px;
  margin-top: -2px;
}

.yellow-skin .ai-block.alternate .image-box .image {
  border-color: var(--color-black);
}

.yellow-skin .subscribe-section form .form-group input {
  background: #ffff00;
}

.creative-carousel-section {
  position: relative;
  padding-top: 160px;
  background: var(--color-black);
}

.c-carousel-page .header-upper {
  background: #ffffff;
}

/*** 

====================================================================
  Banner Card Carousel
====================================================================

***/

/* .banner-card-section{
  position: relative;
  padding: 166px 0 0;
  background: var(--color-black);
  height: 100vh;
  min-height: 400px;
}

.banner-card-carousel{
  position: relative;
}

.banner-card-carousel .slide-item{
  position: relative;
  height: calc(100vh - 166px);
  min-height: 240px;
  border-right: 1px solid var(--color-black);
}

.banner-card-carousel .slide-item .image-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-card-carousel .slide-item .image-layer:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,1);
  z-index: 1;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-card-carousel .slide-item:hover .image-layer:before{
  opacity: 0;
}

.banner-card-carousel .slide-item .inner-box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-card-carousel .slide-item .cap-box{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 80px 30px 40px;
  max-height: 130px;
  min-height: 130px;
  border-top: 1px solid rgba(0, 0, 0, 0.50);
}

.banner-card-carousel .slide-item:hover .cap-box{
  border-color: #ffffff;
}

.banner-card-carousel .slide-item h4{
  font-size: 24px;
  line-height: 1.30em;
}

.banner-card-carousel .slide-item h4 a{
  color: var(--color-black);
}

.banner-card-carousel .slide-item:hover h4 a{
  color: #ffffff;
}

.banner-card-carousel .slide-item .cat{
  position: absolute;
  left: 40px;
  top: -39px;
  font-family: "Montserrat", sans-serif;
}

.banner-card-carousel .slide-item .cat span{
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: var(--color-black);
  line-height: 22px;
  padding: 8px 15px;
  border: 1px solid rgba(0, 0, 0, 0.50);
  border-bottom: none;
}

.banner-card-carousel .slide-item:hover .cat span{
  color: #ffffff;
  border-color: #ffffff;
}

.banner-card-carousel .slide-item .link{
  position: absolute;
  right: 35px;
  top: 35px;
  width: 50px;
  height: 50px;
}

.banner-card-carousel .slide-item .link a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  background: var(--color-black);
  border-radius: 50%;
}

.banner-card-carousel .slide-item:hover .link a{
  color: var(--color-black);
  background: #ffffff;
}

.banner-card-carousel .slide-item .link a:hover{
  color: #ffffff;
  background: #00b1eb;
}

.banner-card-carousel .slide-item .count{
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -260px;
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: var(--color-black);
  font-size: 350px;
  line-height: 350px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-card-carousel .slide-item:hover .count{
  color: #ffffff;
}

.banner-card-carousel .slide-item .count span{
  display: block;
} */

/*** 

====================================================================
  Banner Vertical Carousel
====================================================================

***/

.banner-vertical-section {
  position: relative;
  padding: 110px 0;
}

.banner-vertical-section .auto-container {
  max-width: 1840px;
}

.banner-vertical-section .big-title {
  position: relative;
  padding: 60px 0;
}

.banner-vertical-section .big-title h2 {
  /* font-family: "Montserrat", sans-serif; */
  text-transform: uppercase;
  margin-bottom: 0;
}

.banner-vertical-carousel {
  position: relative;
  padding: 0 0;
  padding-right: 200px;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.banner-vertical-carousel .owl-item {
  padding: 45px 45px;
  border-right: 1px solid rgba(0, 0, 0, 0.10);
}

.banner-vertical-carousel .owl-stage-outer {
  overflow: visible;
}

.banner-vertical-carousel .owl-stage {
  display: flex;
}

.banner-vertical-carousel .slide-item {
  position: relative;
}

.banner-vertical-carousel .s-block {
  margin-bottom: 0;
}


.banner-vertical-carousel2 {
  position: relative;
  padding: 0 0;
  padding-right: 200px;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.banner-vertical-carousel2 .owl-item {
  padding: 45px 45px;
  border-right: 1px solid rgba(0, 0, 0, 0.10);
}

.banner-vertical-carousel2 .owl-stage-outer {
  overflow: visible;
}

.banner-vertical-carousel2 .owl-stage {
  display: flex;
}

.banner-vertical-carousel2 .slide-item {
  position: relative;
}

.banner-vertical-carousel2 .s-block {
  margin-bottom: 0;
}

/*** 

====================================================================
  Banner Fullscreen Carousel
====================================================================

***/

.banner-full {
  position: relative;
  padding: 0 0;
  height: 100vh;
  min-height: 350px;
}

.banner-full-carousel .slide-item {
  position: relative;
  height: 100vh;
}

.banner-full-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-full-carousel .slide-item .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-full-carousel .slide-item .content-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  z-index: 1;
}

.banner-full-carousel .slide-item .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 200px 0 50px;
}

.banner-full-carousel .slide-item .inner {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.banner-full-carousel .active .slide-item .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 300ms;
  -ms-transition: all 1000ms ease 300ms;
  -o-transition: all 1000ms ease 300ms;
  -moz-transition: all 1000ms ease 300ms;
  transition: all 1000ms ease 300ms;
}

.banner-full-carousel .slide-item h1 {
  position: relative;
  font-size: 180px;
  line-height: 0.85em;
  text-transform: uppercase;
  color: #ffffff;
}

.banner-full-carousel .slide-item h1 .outlined {
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 1);
  -ms-text-stroke-width: 1px;
  -ms-text-stroke-color: rgba(255, 255, 255, 1);
  -moz-text-stroke-width: 1px;
  -moz-text-stroke-color: rgba(255, 255, 255, 1);
  text-stroke-width: 1px;
  text-stroke-color: rgba(255, 255, 255, 1);
}

.banner-full-carousel .slide-item .cat {
  position: absolute;
  left: 35px;
  bottom: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
}

.banner-full-carousel .slide-item .cat span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background: var(--color-black);
  padding: 7px 10px;
}

.banner-full-carousel .slide-item .slide-num {
  position: absolute;
  right: 35px;
  bottom: 70px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border: 1px solid #ffffff;
}

.banner-full-carousel .slide-item .slide-num .num {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  padding: 25px 10px;
  font-size: 36px;
  line-height: 40px;
  width: 91px;
  text-align: center;
}

.banner-full-carousel .slide-item .slide-num .active-num {
  border-right: 1px solid #ffffff;
}

.banner-full-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 50px;
  width: 100%;
  height: 0;
  z-index: 5;
  opacity: 0;
}

.banner-full-carousel:hover .owl-nav {
  opacity: 1;
}

.banner-full-carousel .owl-nav .owl-next,
.banner-full-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  height: 72px;
  width: 72px;
  background: linear-gradient(180deg, rgba(234, 213, 170, 1) 0%, rgba(109, 159, 207, 1) 100%) !important;
  color: #ffffff !important;
  text-align: center;
  line-height: 72px;
  font-size: 28px !important;
  border-radius: 50%;
  transition: all 300ms linear;
}

.banner-full-carousel .owl-nav .owl-prev {
  left: 35px;
}

.banner-full-carousel .owl-nav .owl-next {
  right: 35px;
}

.banner-full-carousel .owl-nav .owl-next:hover,
.banner-full-carousel .owl-nav .owl-prev:hover {
  background: linear-gradient(180deg, rgba(234, 213, 170, 1) 0%, rgba(109, 159, 207, 1) 100%) !important;
  color: #ffffff !important;
}

.banner-full-carousel .owl-dots {
  position: absolute;
  right: 35px;
  bottom: 40px;
}

.banner-full-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin-left: 7px;
}

.banner-full-carousel .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 120px;
  height: 8px;
  background: #ffffff;
  opacity: 0.40;
  transition: all 300ms linear;
}

.banner-full-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}

/*** 

====================================================================
  Banner Interactive Carousel
====================================================================

***/

.banner-interact {
  position: relative;
  padding: 0 0;
  height: 950px;
  min-height: 100vh;
}

.banner-inter-carousel .slide-item {
  position: relative;
  min-height: 100vh;
  height: 950px;
}

.banner-inter-carousel .content-container {
  position: absolute;
  bottom: 0;
  height: 650px;
  min-height: calc(100vh - 300px);
  left: 50%;
  margin-left: -640px;
  width: 100%;
  max-width: 1200px;
}

.banner-inter-carousel .slide-item .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-inter-carousel .slide-item .image-layer {
  position: absolute;
  left: 50%;
  margin-left: -330px;
  width: 670px;
  top: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}

.banner-inter-carousel .active .slide-item .image-layer {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transition: all 1500ms ease 300ms;
}

.banner-inter-carousel .slide-item .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-inter-carousel .slide-item .inner {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.banner-inter-carousel .active .slide-item .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 300ms;
  -ms-transition: all 1000ms ease 300ms;
  -o-transition: all 1000ms ease 300ms;
  -moz-transition: all 1000ms ease 300ms;
  transition: all 1000ms ease 300ms;
}

.banner-inter-carousel .slide-item h1 {
  position: absolute;
  left: -250px;
  right: -250px;
  top: 35%;
  font-size: 180px;
  line-height: 0.85em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

.banner-inter-carousel .slide-item h1 .outlined {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 1);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 1);
  -ms-text-stroke-width: 1px;
  -ms-text-stroke-color: rgba(0, 0, 0, 1);
  -moz-text-stroke-width: 1px;
  -moz-text-stroke-color: rgba(0, 0, 0, 1);
  text-stroke-width: 1px;
  text-stroke-color: rgba(0, 0, 0, 1);
}

.banner-inter-carousel .slide-item .cat {
  position: absolute;
  left: 50%;
  margin-left: 385px;
  top: 24%;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  text-transform: capitalize;
}

.banner-inter-carousel .slide-item .cat span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: var(--color-black);
  line-height: 30px;
  padding: 10px 25px;
  border: 1px solid var(--color-black);
}

.banner-inter-carousel .slide-item .slide-num {
  position: absolute;
  left: 20px;
  bottom: 70px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border: 1px solid var(--color-black);
  width: 66px;
}

.banner-inter-carousel .slide-item .slide-num .num {
  position: relative;
  display: block;
  vertical-align: top;
  color: var(--color-black);
  padding: 20px 10px;
  font-size: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}

.banner-inter-carousel .slide-item .slide-num .active-num {
  margin-bottom: 60px;
}

.banner-inter-carousel .slide-item .slide-num .active-num:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -0.5px;
  height: 60px;
  border-left: 1px solid var(--color-black);
}

.banner-inter-carousel .slide-item .text {
  position: absolute;
  left: 50%;
  margin-left: 387px;
  bottom: 200px;
  width: 360px;
}

.banner-inter-carousel .slide-item .img-thumb {
  position: absolute;
  width: 202px;
  height: 202px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1500ms ease 300ms;
}

.banner-inter-carousel .slide-item .img-thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-inter-carousel .slide-item .left-thumb {
  left: 0;
  bottom: 0;
  transform: scale(0.6);
}

.banner-inter-carousel .slide-item .right-thumb {
  right: 0;
  bottom: 0;
  transform: scale(0.5);
}

.banner-inter-carousel .slide-item .mid-thumb {
  transform: scale(0.7);
  left: 0;
  top: 10%;
}

.banner-inter-carousel .active .slide-item .img-thumb {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
}

.banner-inter-carousel .owl-nav {
  position: absolute;
  left: 50%;
  margin-left: 350px;
  bottom: 130px;
  width: 220px;
  background: var(--color-black);
  padding: 0 0;
  height: 64px;
  color: #ffffff;
  z-index: 5;
}

.banner-inter-carousel .owl-nav:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -1px;
  width: 70px;
  border-top: 2px solid #ffffff;
  z-index: 1;
}

.banner-inter-carousel .owl-nav .owl-next,
.banner-inter-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  color: #ffffff !important;
  text-align: center;
  line-height: 30px;
  font-size: 28px !important;
  border-radius: 50%;
  transition: all 300ms linear;
}

.banner-inter-carousel .owl-nav .owl-prev {
  left: 25px;
}

.banner-inter-carousel .owl-nav .owl-next {
  right: 25px;
}

.banner-inter-carousel .owl-nav .owl-next:hover,
.banner-inter-carousel .owl-nav .owl-prev:hover {
  color: #00b1eb !important;
}

.banner-full-carousel .owl-dots {
  position: absolute;
  display: none;
}

/*** 

====================================================================
  Banner Three
====================================================================

***/

.banner-three {
  position: relative;
  padding: 110px 0px 110px;
}

.banner-three .upper-box {
  position: relative;
}

.banner-three .sketch-image {
  position: relative;
  text-align: center;
}

.banner-three_content {
  position: relative;
  display: block;
  padding: 40px 40px;
  border-radius: 10px;
  border: 1px solid var(--color-black);
}

.banner-three_content::before {
  position: absolute;
  content: '';
  left: 12px;
  top: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 10px;
  border: 1px solid var(--color-black);
}

.banner-three_content .title {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.banner-three_content h3 {
  position: relative;
  color: var(--color-black);
  font-size: 44px;
  font-weight: 300;
  /* margin-top: 65px; */
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}

.banner-three_content h3 a {
  position: relative;
  color: var(--color-black);
}

.banner-three_content .arrow {
  position: absolute;
  right: 45px;
  top: 45px;
}

.banner-three .upper-box .image {
  position: relative;
  width: 176px;
  height: 176px;
  margin: 0 auto;
  margin-top: 40px;
}

.banner-three .upper-box .image::before {
  position: absolute;
  content: '';
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  border-radius: 50%;
  border: 1px solid var(--color-black);
}

.banner-three .upper-box .image img {
  position: relative;
  border-radius: 50%;
}

/* Lower Box */

.banner-three .lower-box {
  position: relative;
  margin-top: 60px;
}

.banner-three .lower-box h1 {
  position: relative;
  font-size: 110px;
  line-height: 110px;
  margin-right: 100px;
  font-family: "Montserrat", sans-serif;
}

.banner-three .lower-box h1 a {
  position: relative;
  color: var(--color-black);
}

.banner-three .lower-box h1 span {
  position: relative;
  font-size: 70px;
  display: block;
  margin-top: 10px;
  font-weight: 300;
  text-transform: uppercase;
   font-family: "Montserrat", sans-serif;
  border-top: 3px solid var(--color-black);
}



.banner-three_content-two {
  position: relative;
  display: block;
  /* padding: 40px 40px; */
  border-radius: 10px;
  /* overflow: hidden; */
  /* background-color: var(--color-black); */
  /* background:url(../img/banner/banner-1.png); */
}

.banner-three_content-two img {
  border-radius: 10px;

}

.banner-three_content-two::before {
  position: absolute;
  content: '';
  left: 12px;
  top: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 10px;
  /* border: 1px solid #fff; */
}

.banner-three_content-two .title {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
}

.banner-three_content-two h3 {
  position: relative;
  color: #ffffff;
  font-size: 44px;
  font-weight: 300;
  margin-top: 65px;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}

.banner-three_content-two h3 a {
  position: relative;
  color: #ffffff;
}

.banner-three_content-two .arrow {
  position: absolute;
  right: 45px;
  top: 45px;
}

.banner-card-section.style-two {
  padding: 0px;
  min-height: auto;
  height: auto !important;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}

/*** 

====================================================================
  Services One
====================================================================

***/

.services-one {
  position: relative;
  padding: 110px 0px 80px;
  background-position: left top;
  background-repeat: no-repeat;
}

.services-one {
  position: relative;
}

.service-block-one {
  position: relative;
  margin-bottom: 30px;
}

.service-block-one .inner-box {
  position: relative;
  padding: 35px 20px;
  border-radius: 10px;
  background-color: #f9f9f9;
  border: 1px solid var(--color-black);
}

.service-block-one h3 {
  position: relative;
  margin-left: 20px;
  line-height: 1em;
}

.service-block-one h3 a {
  position: relative;
  color: var(--color-black);
}

.service-block-one h3 span {
  margin-left: 5px;
}

.service-block-one .content {
  position: relative;
  padding: 70px 30px 30px;
  border-radius: 10px;
  margin-top: 30px;
  background-color: #ffffff;
  border: 1px solid var(--color-black);
}

.service-block-one .text {
  position: relative;
  color: var(--color-black);
  font-size: 20px;
  line-height: 30px;
}

.service-block-one .icon {
  position: relative;
  margin-top: 35px;
}

/*** 

====================================================================
  Testimonial One
====================================================================

***/

.testimonial-one {
  position: relative;
  padding: 110px 0px 80px;
  /* background-position: left top; */
  background:url(../img/map.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

.testimonial-one .auto-container {
  position: relative;
  padding-top: 110px;
}

.testimonial-one .owl-carousel,
.testimonial-one .owl-carousel .owl-stage-outer {
  position: static;
}

.testimonial-one .owl-dots {
  display: none;
}

.testimonial-one .owl-nav {
  position: absolute;
  left: 50%;
  top: 0px;
  display: inline-block;
  transform: translateX(-50%);
}

.testimonial-one .owl-prev,
.testimonial-one .owl-next {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0px 5px;
  color: var(--color-black);
  line-height: 70px;
  text-align: center;
  display: inline-block;
  background-color: #ffffff !important;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.testimonial-one .owl-prev:hover,
.testimonial-one .owl-next:hover {
  color: #ffffff !important;
  background-color: #00b1eb !important;
}

.testimonial-block-one {
  position: relative;
  margin-bottom: 30px;
}

.testimonial-block-one .inner-box {
  position: relative;
  padding: 30px 30px;
  background-color: rgba(0, 0, 0, 0.85);
}

.testimonial-block-one .author-box {
  position: relative;
  min-height: 80px;
  padding-left: 100px;
}

.testimonial-block-one .author-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}

.testimonial-block-one strong {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 24px;
   font-family: "Montserrat", sans-serif;
}

.testimonial-block-one .designation {
  position: relative;
  font-size: 18px;
  border-radius: 3px;
  padding: 7px 14px 4px;
  display: inline-block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.30);
  border: 1px solid rgba(255, 255, 255, 0.30);
}

.testimonial-block-one .text {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  margin-top: 25px;
}

/*** 

====================================================================
  Building One
====================================================================

***/

.building-one {
  position: relative;
  padding: 110px 0px 100px;
  border-bottom: 1px solid var(--color-black);
}

.building-one.no-border {
  border: none;
}

.building-one .column {
  position: relative;
  margin-bottom: 30px;
}

.building-tabs {
  position: relative;
  border: 1px solid var(--color-black);
}

.building-tabs .tab-buttons {
  position: relative;
  display: table;
  width: 100%;
  vertical-align: middle;
  border-bottom: 1px solid var(--color-black);
}

.building-tabs .tab-buttons .tab-btn {
  position: relative;
  display: table-cell;
  /* width: 33.333%; */
  width: 50%;
  vertical-align: middle;
  padding: 25px 25px 25px;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-right: 1px solid var(--color-black);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "Montserrat", sans-serif;
}

.building-tabs .tab-buttons .tab-btn:last-child {
  border: none;
}

.building-tabs .tab-buttons .tab-btn:hover,
.building-tabs .tab-buttons .active-btn {
  color: #ffffff;
  background-color: var(--color-black);
}

.building-tabs .tabs-content {
  position: relative;
  padding: 55px 40px 40px;
}

.building-tabs .tab .text {
  font-size: 24px;
}

.building-tabs .tab .text p {
  margin-bottom: 30px;
  color: var(--color-black);
  font-size: 20px;
}

.building-tabs .upper-box {
  position: relative;
  /* padding-left: 270px; */
  margin-top: 22px;
  margin-bottom: 35px;
  /* padding-bottom: 60px; */
  /* border-bottom: 1px solid var(--color-black); */
}

.building-tabs .upper-box p {
  margin-bottom: 0px;
}

.building-tabs .upper-box .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 239px;
  height: 215px;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid var(--color-black);
}

.accordion-box .block:last-child {
  margin-bottom: var(--margin-zero);
}

.accordion-box .block .acc-btn {
  position: relative;
  cursor: pointer;
  color: var(--color-black);
  font-size: 24px;
  line-height: 30px;
  border-radius: 0px;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  background-color: #ffffff;
  padding: 34px 25px 32px 110px;
  font-family: "Montserrat", sans-serif;
}

.accordion-box .block .icon-outer {
  position: absolute;
  left: 20px;
  top: 15px;
  width: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
  color: #ffffff;
  background-color: var(--color-black);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {}

.accordion-box .block .icon-outer img {
  max-height: 38px;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
  opacity: 1;
  color: #131313;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
  opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding: 35px 35px 35px 35px;
  border-top: 1px solid var(--color-black);
}

.accordion-box .block .acc-content .content-text {}

.accordion-box .block.active-block {}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  /* padding-left: 175px; */
}

.accordion-box .block .content .text {
  position: relative;
  color: var(--color-black);
  /* line-height: 30px; */
  line-height: 1.4;
  margin-bottom: 12px;
  font-size: 18px;
}

.accordion-box .block .content .image {
  position: absolute;
  left: 0px;
  top: 0px;
}

/*** 

====================================================================
  Team One
====================================================================

***/

.team-one {
  position: relative;
  padding: 110px 0px 100px;
}

.team-one.style-two {
  background-color: #f9f9f9;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}

.team-one.style-two .team-block_one .inner-box {
  background-color: #ffffff;
}

.team-one .owl-nav {
  position: absolute;
  right: 0px;
  top: -120px;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.20);
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.team-one .owl-prev {
  position: relative;
}

.team-one .owl-nav .owl-prev,
.team-one .owl-nav .owl-next {
  position: relative;
  margin: 0px 10px;
  font-size: 20px;
  line-height: 1em !important;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-one .owl-nav .owl-prev:hover,
.team-one .owl-nav .owl-next:hover {
  color: rgba(0, 0, 0, 0.80);
}

.team-block_one {
  position: relative;
  margin-bottom: 30px;
}

.team-block_one .inner-box {
  position: relative;
  border-radius: 10px;
  text-align: center;
  padding: 30px 15px 20px;
  border: 1px solid var(--color-black);
  background-color: #f9f9f9;
}

.team-block_one .content {
  position: relative;
}

.team-block_one .content h3 {
  position: relative;
  font-size: 38px;
  margin-bottom: 5px;
   font-family: "Montserrat", sans-serif;
}

.team-block_one .content h3 a {
  position: relative;
  color: var(--color-black);
}

.team-block_one .content .designation {
  position: relative;
  color: var(--color-black);
  font-size: 18px;
   font-family: "Montserrat", sans-serif;
}

.team-block_one .image {
  position: relative;
  border-radius: 10px;
  margin-top: 25px;
  border: 1px solid var(--color-black);
  /* background: url(../img/background/team-patttern.png); */
}

.team-block_one .social-links {
  position: relative;
  padding-top: 25px;
  padding-bottom: 5px;
}

.team-block_one .social-links li {
  position: relative;
  margin: 0px 5px;
  width: 34px;
  display: inline-block;
}

.team-block_one .social-links li a {
  position: relative;
}

/*** 

====================================================================
  Banner One
====================================================================

***/

.banner-one {
  position: relative;
  height: 100%;
  background-color: #f2f2f2;
}

.banner-one_color-height {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100vh;
  background-color: #f2f2f2;
}

.banner-one .auto-container {
  max-width: 1880px;
  padding: 0 20px;
}

.banner-one .upper-box {
  position: relative;
  padding-top: 250px;
}

.banner-one .upper-box .image-column {
  position: relative;
}

.banner-one .upper-box .image-column .image {
  position: relative;
  text-align: center;
}

.banner-one .upper-box .content-column {
  position: relative;
}

.banner-one .upper-box .content-column .content {
  position: relative;
}

.banner-one .upper-box .content-column h1 {
  position: relative;
  color: var(--color-black);
  font-size: 150px;
  line-height: 120px;
  text-transform: uppercase;
   font-family: "Montserrat", sans-serif;
}

.banner-one .upper-box .content-column .text {
  position: relative;
  color: var(--color-black);
  font-size: 47px;
  line-height: 1em;
  text-transform: uppercase;
   font-family: "Montserrat", sans-serif;
}

.banner-one .lower-box {
  position: relative;
}

.banner-one .info-column {
  position: relative;
}

.banner-one .info-column .inner-column {
  position: relative;
  padding: 40px 40px;
  background-color: #ffffff;
}

.banner-one .info-column h2 {
  position: relative;
  color: var(--color-black);
  font-size: 47px;
  line-height: 1em;
  text-transform: uppercase;
   font-family: "Montserrat", sans-serif;
}

.banner-one .info-column .list {
  position: relative;
  margin-top: 30px;
}

.banner-one .info-column .list li {
  position: relative;
  color: var(--color-black);
  font-size: 20px;
  margin-bottom: 5px;
}

.banner-one .social-links {
  position: relative;
  padding-top: 168px;
}

.banner-one .social-links li {
  position: relative;
  margin-right: 10px;
  width: 34px;
  display: inline-block;
}

.banner-one .social-links li a {
  position: relative;
}

.banner-one .info-column {
  position: relative;
  padding: 0px;
  float: left;
}

.banner-one .video-column {
  position: relative;
  padding: 0px;
  float: left;
}

.banner-one .projects-column {
  position: relative;
  padding: 0px;
  float: left;
}

.banner-one .projects-column .image {
  position: relative;
}

.banner-one .projects-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.banner-one .projects-column .image .all_project {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #ffffff;
  padding: 15px 20px;
  font-size: 22px;
  letter-spacing: 1px;
  background-color: var(--color-black);
  text-transform: uppercase;
}

.banner-one .projects-column .image .all_project span {
  position: relative;
  margin-left: 0px;
  transform: rotate(-45deg);
}

.banner-one .projects-column .content {
  position: relative;
  padding: 32px 35px;
  background-color: #ffffff;
}

.banner-one .projects-column .content h2 {
  position: relative;
  font-size: 40px;
  line-height: 44px;
   font-family: "Montserrat", sans-serif;
}

.banner-one .projects-column .content h2 a {
  position: relative;
  color: var(--color-black);
}

.banner-one .news-column {
  position: relative;
  padding: 0px;
  float: left;
}

.banner-one .news-column .content {
  position: relative;
  padding: 25px 35px;
  background-color: var(--color-black);
}

.banner-one .news-column h2 {
  position: relative;
  font-size: 40px;
  color: #ffffff;
  line-height: 44px;
  margin-bottom: 20px;
  text-transform: uppercase;
   font-family: "Montserrat", sans-serif;
}

/* Video Box */

.video-box {
  position: relative;
}

.video-box .video-image {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-radius: 0px;
  background-color: var(--main-color);
}

.video-box .video-image img {
  position: relative;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.video-box:hover .video-image img {
  transform: scale(1.05, 1.05);
  filter: grayscale(100%);
}

.video-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 45px;
  overflow: hidden;
}

.video-box .overlay-box span {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 50%;
  top: 50%;
  z-index: 10;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-top: -60px;
  margin-left: -60px;
  line-height: 120px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  padding-left: 5px;
  background-color: var(--color-black);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.video-box .overlay-box span:hover {
  color: #ffffff;
  background-color: #00b1eb;
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-box .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}

.video-box .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}

.posts-outer {
  position: relative;
}

/* Post Box */

.post-box {
  position: relative;
  margin-bottom: 5px;
}

.post-box:last-child {
  margin-bottom: 0px;
}

.post-box .inner-box {
  position: relative;
  padding-left: 110px;
  min-height: 80px;
}

.post-box .image {
  position: absolute;
  left: 0px;
  top: 8px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}

.post-box .title {
  position: relative;
  font-size: 15px;
  padding-left: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.70);
}

.post-box .title::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 12px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}

.post-box h5 {
  position: relative;
  margin-top: 5px;
}

.post-box h5 a {
  position: relative;
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
}

/*** 

====================================================================
	Project Two
====================================================================

***/

.project-two {
  position: relative;
  margin: 20px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.project-two .inner-container {
  position: relative;
  max-width: 1640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  grid-gap: 20px 20px;
}

.project-two .project-block_two {
  padding: 0px;
}

.project-two .project-block_two:nth-child(5) {
  right: 0px;
}

.project-block_two {
  position: relative;
  height: 580px;
  width: 180px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-block_two-inner {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-block_two .post-number {
  position: absolute;
  left: 50px;
  top: 25px;
  z-index: 10;
  color: var(--color-black);
  font-size: 20px;
  padding: 8px 25px;
  border-radius: 2px;
  font-weight: 700;
  display: inline-block;
   font-family: "Montserrat", sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.project-block_two .post-title {
  position: absolute;
  left: -80px;
  z-index: 10;
  width: 350px;
  bottom: 200px;
  color: var(--color-black);
  font-size: 34px;
  display: inline-block;
  transform: rotate(-90deg);
  text-transform: uppercase;
   font-family: "Montserrat", sans-serif;
}

.project-block_two .post-title span {
  position: relative;
  font-size: 20px;
  color: #212121;
  opacity: 0.50;
  margin-left: 20px;
  text-transform: capitalize;
}

.project-block_two.active .post-title {
  display: none;
}

.project-block_two.active .post-number {
  display: none;
}

.project-block_two.active .project-block_two-inner::before,
.project-block_two-inner:hover::before {
  opacity: 0;
}

.project-block_two-inner::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: #ffffff;
}

.project-block_two-image {
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-block_two-image img {
  position: relative;
  width: 100%;
  display: block;
  height: 580px;
  object-fit: cover;
}

.project-block_two:hover {
  width: 700px;
  z-index: 1;
}

.project-block_two.active {
  width: 700px;
}

.project-block_two.active .project-block_two-content {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;

  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.project-block_two-inner:hover .project-block_two-content {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;

  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.project-block_two-content {
  position: absolute;
  left: 40px;
  z-index: 1;
  bottom: 40px;
  opacity: 0;
  padding: 35px 35px;
  max-width: 600px;
  width: 100%;
  background-color: var(--color-black);

  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.project-block_two-inner:hover .project-block_two-content {}

.project-block_two-heading {
  position: relative;
  font-size: 90px;
  color: #ffffff;
  display: block;
  padding-bottom: 15px;
  text-transform: capitalize;
  border-bottom: 2px solid #ffffff;
   font-family: "Montserrat", sans-serif;
}

.project-block_two-heading {
  position: relative;
  font-weight: 600;
}

.project-block_two-heading a {
  position: relative;
  color: #ffffff;
}

.project-block_two-heading a:hover {}

.project-block_two-text {
  position: relative;
  max-width: 520px;
  color: #ffffff;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.project-block_two .link-box .btn-style-one {
  border: 1px solid #ffffff;
}

.project-block_two .link-box .btn-style-one:hover {
  border-color: #00b1eb;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title {
  position: relative;
  /* padding-top: 360px; */
  padding-top: 460px;
  /* background-attachment: fixed; */
  background-size: cover;
  /* margin-bottom: -30px; */
  padding-bottom: 50px;
}

.page-title::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00000080;
  top: 0;
}

.page-title h2 {
  position: relative;
  color: #ffffff;
  font-size: 47px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.page-title h1 {
  position: relative;
  color: #ffffff;
  /* font-size: 231px; */
  font-size: 62px;
  letter-spacing: 3px;
  line-height: 1em;
  margin-top: -15px;

  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

/*** 

====================================================================
	News One
====================================================================

***/

.blog-one {
  position: relative;
  padding: 110px 0px 110px;
}

.news-block_one {
  position: relative;
  /* margin-bottom: 60px; */
}

.news-block_one .inner-box {
  position: relative;
  border: 1px solid var(--color-black);
}

.news-block_one .image {
  position: relative;
}

.news-block_one .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block_one .content {
  position: relative;
  padding: 40px 40px;
}

.news-block_one .title {
  position: relative;
  padding-left: 35px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.50);
  text-transform: capitalize;
}

.news-block_one .title::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 10px;
  width: 22px;
  height: 3px;
  background-color: var(--color-black);
}

.news-block_one h2 {
  position: relative;
  margin-top: 10px;
  /* font-size: 70px; */
  /* text-transform: uppercase; */
}

.news-block_one h2 a {
  position: relative;
  color: var(--color-black);
}

.blog-one .ai-block {
  margin-bottom: 60px;
}

.blog-one .ai-block .inner-box {
  border: 1px solid var(--color-black);
}

.blog-one .ai-block .cap-box .s-title h3 {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
}

.blog-one .ai-block .cap-box {
  padding: 50px 45px 50px;
}

.blog-one .ai-block .cap-box .s-title {
  min-height: auto;
}

/* Pagination */

.pagination-outer {
  position: relative;
}

.pagination-outer .pagination {
  position: relative;
  display: inline-block;
}

.pagination-outer .pagination li {
  position: relative;
  margin-right: 5px;
  display: inline-block;
}

.pagination-outer .pagination li a {
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
  border-radius: 1px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.50);
  border: 1px solid rgba(0, 0, 0, 0.50);

  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Montserrat", sans-serif;
}

.pagination-outer .pagination li a:hover,
.pagination-outer .pagination li.active a {
  color: #ffffff;
  border-color: var(--color-black);
  background-color: var(--color-black);
}

/*** 

====================================================================
	Contact One
====================================================================

***/

.contact-one {
  position: relative;
  padding: 110px 0px 110px;
}

.contact-one .inner-container {
  position: relative;
  margin-bottom: 80px;
  border: 1px solid var(--color-black);
  background-color: #f9f9f9;
}

.contact-one .info-column {
  position: relative;
  padding: 0px;
  float: left;
}

.contact-one .info-column .inner-column {
  position: relative;
  padding: 60px 40px 90px;
  border-right: 1px solid var(--color-black);
}

.contact-one .info-column .title {
  position: relative;
  color: var(--color-black);
  font-size: 30px;
}

.contact-one .info-column .title .icon {
  position: relative;
  margin-right: 8px;
}

.contact-one .info-column:last-child .inner-column {
  border: none;
}

.contact-one .info-column .info {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 8px 15px;
  display: inline-block;
  border: 1px solid var(--color-black);
  border-left: none;
  border-bottom: none;
  background-color: #ffffff;
}

.contact-one .form-column {
  position: relative;
  /* margin-bottom: 80px; */
}

.contact-one .form-column .inner-column {
  position: relative;
  padding: 45px 45px;
  border: 1px solid #c2c2c2;
  background: #fff;
  margin-top: 30px;
}

.contact-one .form-column h2 {
  position: relative;
  color: var(--color-black);
  font-size: 32px;
  margin-bottom: 25px;
   font-family: "Montserrat", sans-serif;
}

.contact-one .form-column .contact-form .form-group {
  margin-bottom: 15px;
}

.contact-one .form-column .contact-form input {
  border-radius: 0px;
  border-color: var(--color-black);
}

.contact-one .form-column .contact-form textarea {
  height: 155px;
  border-radius: 0px;
  border-color: var(--color-black);
}

.contact-one .form-column .contact-form button {
  color: #ffffff;
  margin-top: 20px;
  background-color: var(--color-black);
}

.contact-one .form-column .contact-form .btn-style-two .btn-box {
  color: #ffffff;
}

.contact-one .social-column {
  position: relative;
  margin-bottom: 80px;
}

.contact-one .social-column .inner-column {
  position: relative;
  border: 1px solid var(--color-black);
}

.contact-one .social-column h2 {
  position: relative;
  color: var(--color-black);
  font-size: 32px;
  margin-bottom: 0px;
  padding: 45px 45px 35px;
   font-family: "Montserrat", sans-serif;
}

.contact-one .social-links {
  position: relative;
}

.contact-one .social-links li {
  position: relative;
}

.contact-one .social-links li a {
  position: relative;
  color: var(--color-black);
  font-size: 24px;
  display: block;
  padding: 50px 30px;
  text-transform: capitalize;
  border-top: 1px solid var(--color-black);
}

.contact-one .social-links li a span {
  position: absolute;
  right: 40px;
  font-size: 36px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one .social-links li a:hover {
  background-color: #f9f9f9;
}

.contact-one .social-links li a:hover span {
  transform: rotate(-45deg);
}

.contact-one .location-column {
  position: relative;
}

.contact-one .location-column .inner-column {
  position: relative;
  padding: 40px 45px 30px;
  border: 1px solid var(--color-black);
  background-color: #f9f9f9;
}

.contact-one .location-column h2 {
  position: relative;
  color: #212121;
  font-size: 50px;
  line-height: 1em;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-black);
   font-family: "Montserrat", sans-serif;
}

.contact-one .location-column .text {
  position: relative;
  font-size: 22px;
  color: #212121;
}

.contact-one .location-column .icon {
  position: relative;
  color: #ffffff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  font-size: 30px;
  border-radius: 50%;
  margin-top: 90px;
  background-color: #212121;
}

/*** 

====================================================================
	Portfolio One
====================================================================

***/

.portfolio-one {
  position: relative;
  padding: 130px 0px 110px;
}

/*** 

====================================================================
	Portfolio Two
====================================================================

***/

.portfolio-two {
  position: relative;
  padding: 110px 0px 110px;
}

.portfolio-two .auto-container {
  position: relative;
  /* max-width: 1920px; */
}

.portfolio-two .filter-btns {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.portfolio-two .filter-btns li {
  position: relative;
  /* background: linear-gradient(180deg, rgb(234 213 170 / 52%) 0%, rgb(109 159 207 / 67%) 100%); */
  font-weight: 500;
  /* border-radius: 5px; */
  padding: 14px 60px;
  cursor: pointer;
  font-size: 20px;
  opacity: 1;
  color: var(--color-black)a6;
  margin-right: 45px;
  display: inline-block;
  text-transform: uppercase;
  /* border: 1px solid #ddd; */
  transition: all 0.5s ease;
}

.portfolio-two .filter-btns li:last-child {
  margin-right: 0;
}

/* .portfolio-two .filter-btns li {
  position: relative;
  font-weight: 500;
  cursor: pointer;
  font-size: 24px;
  color: #c3c3c3;
  margin-right: 45px;
  display: inline-block;
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
} */

.portfolio-two .filter-btns li.active {
  color: #fff;
  transition: all 0.5s ease;
  background: var(--color-black);
  /* background: linear-gradient(180deg, rgb(234 213 170 / 52%) 0%, rgb(109 159 207 / 67%) 100%); */
}

/* 14 */
.portfolio-two .filter-btns li {
  /* background: #var(--color-black); */
  background: linear-gradient(180deg, rgb(234 213 170 / 52%) 0%, rgb(109 159 207 / 67%) 100%);
  color: var(--color-black);
  border: none;
  z-index: 1;
}

.portfolio-two .filter-btns li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: linear-gradient(180deg, var(--color-black)ba 0%, var(--color-black)d9 100%);
  background-image: linear-gradient(180deg, var(--color-black)ba 0%, var(--color-black)d9 100%);
  transition: all 0.5s ease;
}

/* .portfolio-two .filter-btns li:hover {
  color: #fff;
} */
.portfolio-two .filter-btns li.active:after {
  top: auto;
  bottom: 0;
  height: 100%;
}



.portfolio-two .portfolio-block_one {
  padding: 10px;
  float: left;
}

.portfolio-block_one {
  position: relative;
}

/* .portfolio-block_one .inner-box {
  position: relative;
  
} */
.portfolio-block_one .inner-box {
  position: relative;
  border: 1px solid #b4b4b4;
  /* margin: 10px; */
  padding: 14px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.portfolio-block_one .inner-box:hover {
  border: 1px solid var(--color-black);
}

.portfolio-block_one .image {
  position: relative;
  overflow: hidden;
}

.portfolio-block_one .image::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.80) 80%);
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.80) 80%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 65%) 80%);
  /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.80) 80%); */
}

.portfolio-block_one .image img {
  position: relative;
  width: 100%;
  display: block;
}

.portfolio-block_one .title {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 18px;
  display: inline-block;
  background-color: var(--color-black);
}

.portfolio-block_one .content {
  position: absolute;
  left: 25px;
  bottom: 25px;
  right: 25px;
  z-index: 2;
}

.portfolio-block_one .content h5 {
  position: relative;
  line-height: 32px;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}

.portfolio-block_one .content h5 a {
  position: relative;
  color: #ffffff;
}

/*** 

====================================================================
	Portfolio Three
====================================================================

***/

.portfolio-three {
  position: relative;
  padding: 80px 0px 0px;
}

.portfolio-three .auto-container {
  position: relative;
  max-width: 1920px;
}

.portfolio-three .filter-btns {
  position: relative;
  margin-bottom: 50px;
}

.portfolio-three .filter-btns li {
  position: relative;
  font-weight: 500;
  cursor: pointer;
  font-size: 24px;
  color: #c3c3c3;
  margin-right: 45px;
  display: inline-block;
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-three .filter-btns li.active,
.portfolio-three .filter-btns li:hover {
  color: var(--color-black);
}

.portfolio-block_one.mix {
  display: none;
}

.portfolio-three .portfolio-block_one {
  padding: 0px;
  float: left;
}

/*** 

====================================================================
	Portfolio Four
====================================================================

***/

.portfolio-four {
  position: relative;
  padding: 110px 0px 0px;
}

.portfolio-four .title-box {
  position: relative;
  margin-bottom: 70px;
}

.portfolio-four .title-box h2 {
  position: relative;
  color: var(--color-black);
  font-size: 100px;
  line-height: 100px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.portfolio-block_two {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-block_two .inner-box {
  position: relative;
  overflow: hidden;
}

.portfolio-block_two .image {
  position: relative;
}

.portfolio-block_two .image img {
  position: relative;
  width: 100%;
  display: block;
}

.portfolio-block_two .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;

  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.portfolio-block_two .overlay-box_inner {
  position: relative;
}

.portfolio-block_two .inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

/*** 

====================================================================
  Services Two
====================================================================

***/

.services-two {
  position: relative;
  padding: 110px 0px 90px;
  background-size: cover;
}

.service-block-two {
  position: relative;
  margin-bottom: 30px;
}

.service-block-two .inner-box {
  position: relative;
  padding: 35px 35px;
  border-radius: 10px;
  border: 1px solid var(--color-black);
  background-color: var(--color-black);
}

.service-block-two .icon-box {
  position: relative;
  text-align: right;
  font-size: 50px;
  line-height: 1em;
  z-index: 1;
  width: 100%;
  display: block;
  color: #ffffff;
}

.service-block-two .image {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 25px;
  margin-bottom: 35px;
}

.service-block-two h3 {
  position: relative;
  color: #ffffff;
  line-height: 1em;
  font-size: 38px;
  font-weight: 500;
   font-family: "Montserrat", sans-serif;
}

.service-block-two h3 a {
  position: relative;
  color: #ffffff;
}

.service-block-two .overlay-box {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  opacity: 0;
  border-radius: 10px;
  display: flex;
  padding: 0px 40px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transform: scale(1, 0.6);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block-two .text {
  position: relative;
  color: var(--color-black);
  font-size: 20px;
  line-height: 30px;
}

.service-block-two .inner-box:hover h3 a {
  color: var(--color-black);
}

.service-block-two .inner-box:hover .overlay-box {
  opacity: 1;
  transform: scale(1, 1);
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
  position: relative;
  padding: 0px 0px 0px;
}

.sidebar-page-container.padding-b-zero {
  padding-bottom: var(--padding-zero);
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: var(--margin-bottom-30);
}

.sidebar-page-container .sidebar {
  position: relative;
  border: 1px solid var(--color-black);
}

/* Sidebar Title */

.sidebar-widget {
  position: relative;
}

.sidebar-widget .widget-content {
  position: relative;
  padding: 30px 30px;
  border-bottom: 1px solid var(--color-black);
}

.sidebar-widget:last-child .widget-content {
  border-bottom: none;
}

/* Search Widget */

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 28px;
  font-size: 21px;
  padding: 10px 50px 10px 25px;
  background: none;
  display: block;
  width: 100%;
  height: 56px;
  border-radius: 0px;
  color: var(--color-black);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: 1px solid var(--color-black);
}

.sidebar .search-box .form-group input::placeholder,
.sidebar .search-box .form-group textarea::placeholder {
  color: var(--color-black);
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 56px;
  width: 56px;
  display: block;
  cursor: pointer;
  line-height: 56px;
  font-weight: normal;
  border-radius: 0px;
  font-size: 20px;
  color: var(--color-black);
  background: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button:hover {
  color: #00b1eb;
}

/* Sidebar Title */

.sidebar-title {
  position: relative;
  margin-bottom: 20px;
}

.sidebar-title h5 {
  position: relative;
  font-weight: 500;
  font-size: 30px;
  color: var(--color-black);
  padding-left: 0;
  padding-bottom: 25px;
  text-transform: uppercase;
  /* border-left: 1px solid var(--color-black); */
}

.sidebar-title h5::before {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: 6px;
  height: 1px;
  background-color: var(--color-black);
}

.category-list {
  position: relative;
}

.category-list li {
  position: relative;
  margin-bottom: 6px;
}

.category-list li span {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  color: var(--color-black);
  line-height: 20px;
  border-radius: 50px;
  text-align: center;
  font-size: 10px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgba(0, 0, 0, 0.05);
}

.category-list li a:hover span {
  color: #ffffff;
  background-color: var(--color-black);
}

.category-list li a {
  position: relative;
  color: var(--color-black);
  font-size: 14px;
  padding: 0px 0px 14px 25px;
  margin: 14px 0;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  display: block;
  text-transform: capitalize;
  /* text-decoration: underline; */
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* .category-list li a {
  position: relative;
  color: var(--color-black);
  font-size: 18px;
  padding-left: 20px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  text-decoration: underline;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
} */

.category-list li a::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid var(--color-black);
}

.category-list li:last-child {
  margin-bottom: 0px;
}

.category-list li a:hover::before {
  background-color: var(--color-black);
}

.category-list li a:hover {
  text-decoration: none;
}


/* Post Widget */

.post-widget .widget-content {
  position: relative;
}

.post-widget .post {
  position: relative;
  min-height: 60px;
  padding-left: 75px;
  margin-bottom: 15px;
  padding-top: 5px;
}

.post-widget .post:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.post-widget .post .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 60px;
  overflow: hidden;
  padding: 4px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.post-widget .post .thumb a {
  display: block;
}

.post-widget .post .thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.post-widget .post h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.post-widget .post h6 a {
  color: var(--color-black);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-widget .post h6 a:hover {
  color: #00b1eb;
}

/* Tag List */

.tag-list {
  position: relative;
}

.tag-list li {
  position: relative;
  margin-bottom: 10px;
  margin-right: 5px;
  display: inline-block;
}

.tag-list li a {
  position: relative;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 16px 6px;
  border: 1px solid var(--color-black);
   font-family: "Montserrat", sans-serif;
}

.tag-list li a:hover {
  color: #ffffff;
  background-color: var(--color-black);
}

/* Blog Detail */

.blog-detail {
  position: relative;
}

.blog-detail .inner-box {
  position: relative;
}

.blog-detail p {
  position: relative;
  color: var(--color-black);
  font-size: 18px;
  line-height: 32px;
}

.blog-detail h3 {
  position: relative;
  font-size: 30px;
  margin-bottom: 15px;
}

.blog-detail blockquote {
  position: relative;
  color: var(--color-black);
  font-size: 38px;
  line-height: 44px;
  font-style: italic;
  margin-bottom: 25px;
}

.blog-detail .accordion-box {
  margin-bottom: 30px;
}

.blog-detail .gallery-box {
  position: relative;
}

.blog-detail .gallery-box .column {
  position: relative;
  margin-bottom: 30px;
}

.blog-detail .gallery-box img {
  position: relative;
  width: 100%;
  display: block;
}

.blog-detail .post-meta {
  position: relative;
  display: inline-block;
  border: 1px solid var(--color-black);
}

.blog-detail .post-meta a {
  position: relative;
  color: var(--color-black);
  font-size: 20px;
  padding: 15px 25px;
  display: inline-block;
  border-right: 1px solid var(--color-black);
}

.blog-detail .post-meta a:last-child {
  border: none;
}

.blog-detail .post-meta a:hover {
  color: #ffffff;
  background-color: var(--color-black);
}

/* Author Box */

.blog-author-box {
  position: relative;
  overflow: hidden;
  padding: 50px 0px 50px;
  margin-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.blog-author-box .author-inner {
  position: relative;
  min-height: 156px;
  padding-top: 10px;
  padding-left: 190px;
}

.blog-author-box .thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 156px;
  overflow: hidden;
  border-radius: 50%;
}

.blog-author-box .thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-author-box .name {
  display: block;
  font-weight: 600;
  font-size: 22px;
  color: var(--color-black);
  margin-bottom: 15px;
}

.blog-author-box .text {
  line-height: 30px;
  color: var(--color-black);
  font-size: 18px;
  margin-bottom: 15px;
}

.blog-author-box .social-box {
  position: relative;
}

.blog-author-box .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.blog-author-box .social-box li:last-child {
  margin-right: 0px;
}

.blog-author-box .social-box li a {
  position: relative;
  font-weight: 400;
  line-height: 1em;
  color: var(--color-black);
  font-size: 16px;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  color: var(--color-black);
}

.blog-author-box .social-box li a:hover {
  color: #00b1eb;
}


/***

====================================================================
	Blog More Posts
====================================================================

***/


.blog-more-posts {
  position: relative;
  padding: 30px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.blog-box-description {
  margin: 20px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.blog-box-description .blog-title:first-child {
  padding-right: 20px;
}

.blog-more-posts a span {
  font-family: 'Font Awesome 5 Pro';
}

.blog-more-posts a {
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--color-black);
}

.blog-more-posts a:hover {
  color: #00b1eb;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
  position: relative;
  padding-top: 55px;
  margin-bottom: 50px;
}

.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 30px;
}

.sidebar-page-container .group-title h4 {
  font-weight: 700;
  color: var(--color-black);
}

.sidebar-page-container .group-title .text {
  position: relative;
  font-size: 18px;
  color: var(--color-black);
  margin-top: 5px;
}

.sidebar-page-container .comments-area .comment-box {
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
  margin-bottom: 0px;
}

.sidebar-page-container .comments-area .comment {
  position: relative;
  min-height: 120px;
  font-size: 16px;
  padding: 0px 0px 0px 120px;
}

.sidebar-page-container .comments-area .reply-comment {}

.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
}

.sidebar-page-container .comments-area .comment-info {
  margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-box strong {
  position: relative;
  font-weight: 500;
  display: block;
  font-size: 20px;
  color: var(--color-black);
}

.sidebar-page-container .comments-area .comment-box .text {
  line-height: 30px;
  font-size: 18px;
  color: var(--color-black);
  margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
  position: relative;
  font-weight: 500;
  display: block;
  font-size: 16px;
  color: var(--color-black);
  margin-top: 10px;
}

.sidebar-page-container .comments-area .comment-box .reply-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-black);
  text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .reply-btn:hover {
  color: var(--color-black);
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form-outer {
  position: relative;
}

.comment-form .form-group {
  margin-bottom: 25px;
}

.comment-form .form-group:last-child {
  margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 25px;
  height: 60px;
  border-radius: 0px;
  font-size: 16px;
  color: var(--color-black);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--white-color);
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.comment-form .form-group textarea::-webkit-input-placeholder,
.comment-form .form-group input::-webkit-input-placeholder {
  color: var(--color-black);
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: var(--color-black);
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px 25px;
  font-size: 16px;
  color: var(--color-black);
  height: 190px;
  resize: none;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.10)
}

.comment-form .theme-btn {
  position: relative;
  font-weight: 500;
  background: none;
  display: inline-block;
  font-size: 18px;
  color: var(--color-black);
  text-transform: capitalize;
  margin-top: 15px;
  padding-right: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-black);
}

.comment-form .theme-btn:before {
  position: absolute;
  content: '\f061';
  right: 0px;
  top: 0px;
  transform: rotate(-45deg);
  font-family: 'Font Awesome 5 Pro';
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.comment-form .theme-btn:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}

.comment-form .theme-btn:hover::before {
  transform: rotate(0deg);
}

/*** 

====================================================================
	Portfolio Detail One
====================================================================

***/

.portfolio-detail_one {
  position: relative;
  padding: 280px 0px 120px;
}

.portfolio-detail_one.style-two .image {
  margin-bottom: 30px;
}

.portfolio-detail_one.style-two .middle-box {
  margin-bottom: 0px;
  margin-top: 30px;
}

.portfolio-detail_one .image {
  position: relative;
  margin-bottom: 60px;
}

.portfolio-detail_one .image.no-margin {
  margin-bottom: 0px;
}

.portfolio-detail_one .image img {
  position: relative;
  width: 100%;
  display: block;
}

.portfolio-info_box {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.portfolio-detail_one h3 {
  position: relative;
  color: var(--color-black);
  line-height: 44px;
  margin-bottom: 10px;
}

.portfolio-detail_one p {
  position: relative;
  color: var(--color-black);
  font-size: 18px;
  line-height: 28px;
}

.portfolio-info_list {
  position: relative;
}

.portfolio-info_list li {
  position: relative;
   font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.portfolio-info_list li span {
  position: relative;
  padding: 18px 30px;
  text-align: right;
  font-size: 18px;
  max-width: 250px;
  width: 100%;
  margin-right: 30px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.50);
  text-transform: capitalize;
  border-right: 1px solid rgba(0, 0, 0, 0.10);
}

.portfolio-info_list li:last-child {
  border: none;
}

.portfolio-detail_one .middle-box {
  position: relative;
  margin-bottom: 60px;
}

.portfolio-detail_one .gallery-box {
  position: relative;
}

.portfolio-detail_one .gallery-box .column {
  position: relative;
  padding: 0px;
  float: left;
}

.portfolio-detail_one .gallery-box img {
  position: relative;
  width: 100%;
  display: block;
}

.portfolio-detail_one .content-box {
  position: relative;
  padding: 60px 0px;
}

.portfolio-detail_one .content-box.center-align p {
  max-width: 690px;
  margin: 0 auto;
}

.portfolio-detail_one .content-box.right-align p {
  float: right;
}

.portfolio-detail_one .content-box p {
  position: relative;
  font-size: 18px;
  max-width: 690px;
}


.portfolio-detail_one .gallery-box_two {
  position: relative;
}

.portfolio-detail_one .gallery-box_two .column {
  position: relative;
}

.portfolio-detail_one .gallery-box_two img {
  position: relative;
  width: 100%;
  display: block;
}

/*** 

====================================================================
	Portfolio Detail Two
====================================================================

***/

.portfolio-detail_two {
  position: relative;
  padding: 280px 0px 110px;
}

.portfolio-detail_two.style-two .gallery-column .image {
  margin-bottom: 30px;
}

.portfolio-detail_two .gallery-column {
  position: relative;
}

.portfolio-detail_two .gallery-column .image {
  position: relative;
  margin-bottom: 5px;
}

.portfolio-detail_two .content-column {
  position: relative;
}

.portfolio-detail_two .content-column h3 {
  position: relative;
  color: var(--color-black);
  line-height: 44px;
  margin-bottom: 10px;
  margin-top: 35px;
}

.portfolio-detail_two .content-column p {
  position: relative;
  color: var(--color-black);
  font-size: 18px;
  line-height: 28px;
}



.cd-image-container {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: var(--color-black);
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}

.cd-image-label.is-hidden {
  visibility: hidden;
}

.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}

.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}

.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
  border-right: 4px solid #ffffff;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }

  60% {
    width: 55%;
  }

  100% {
    width: 50%;
  }
}

@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }

  60% {
    width: 55%;
  }

  100% {
    width: 50%;
  }
}

@keyframes cd-bounce-in {
  0% {
    width: 0;
  }

  60% {
    width: 55%;
  }

  100% {
    width: 50%;
  }
}

.cd-handle {
  position: absolute;
  height: 100px;
  width: 100px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 50%;
  background: url(../img/icons/arrows.png) no-repeat;
  cursor: move;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}

.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}

.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.portfolio-detail_three {
  position: relative;
  padding-top: 164px;
}

.portfolio-detail_three .outer-container {
  max-width: 2500px;
  margin: 0 auto;
}

/*** 

====================================================================
	Portfolio Four
====================================================================

***/

.portfolio-four .outer-container {
  position: relative;
  max-width: 2800px;
  margin: 0 auto;
}

/* Parallax One */

.parallax-one {
  position: relative;
  padding: 570px 0px 480px;
  background-attachment: fixed;
  background-size: cover;
}

.parallax-one::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.50;
  background-color: var(--color-black);
}

.parallax-one .content {
  position: relative;
  text-align: center;
}

.parallax-one .title {
  position: relative;
  color: #ffffff;
  padding: 12px 22px;
  display: inline-block;
  background-color: var(--color-black);
}

.parallax-one h2 {
  position: relative;
  color: #ffffff;
  font-size: 80px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
   font-family: "Montserrat", sans-serif;
}

/* Parallax Two */

.parallax-two {
  position: relative;
  padding: 570px 0px 480px;
  background-attachment: fixed;
  background-size: cover;
}

.parallax-two::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.50;
  background-color: var(--color-black);
}

.parallax-two .content {
  position: relative;
}

.parallax-two .portfolio-info_box {
  max-width: 720px;
  margin: 0 auto;
  background-color: #ffffff;
}

/* Parallax Three */

.parallax-three {
  position: relative;
  padding: 570px 0px 480px;
  background-attachment: fixed;
  background-size: cover;
}

.parallax-three::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.50;
  background-color: var(--color-black);
}

.parallax-three .content {
  position: relative;
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 35px;
  background-color: #ffffff;
}

.parallax-three .text {
  position: relative;
  color: var(--color-black);
  font-size: 30px;
  line-height: 40px;
   font-family: "Montserrat", sans-serif;
}

/* Parallax Four */

.parallax-four {
  position: relative;
  padding: 570px 0px 480px;
  background-attachment: fixed;
  background-size: cover;
}

.parallax-four::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.50;
  background-color: var(--color-black);
}

.banner-full-carousel .slide-item .image-layer::before {
  /* your styles here */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.listing-main ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-image: url(../img/tik-mark.svg);
  background-size: 100%;
}

.listing-main ul li {
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
  font-size: 18px;
  color: var(--color-black);
}

.listing-main ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.logo-footer img {
  width: 15%;
  margin-bottom: 20px;
}

.download {
  border-radius: 10px;
  display: grid;
  margin-top: 20px;
  /* background: #fff; */
  /* box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .15); */
  grid-template-columns: 80px auto;
  gap: 15px;
  align-items: center;
  padding: 10px 0;
}

.dd-desc {
  width: max-content;
  padding: 10px 20px;
  font-size: 14px;
  gap: 10px;
  /* font-size: 22px; */
  color: var(--color-black);
  padding: 2px 12px;
  border: 1px solid var(--color-black);
  outline: 0;
  border-radius: 10px;
  font-weight: 700;
}

.dd-desc:hover {
  color: #202020;
}

.download img {
  margin: 0;
  width: 100%;
}

.download h5 {
  font-size: 14px;
  color: var(--color-black);
   font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  font-weight: 500;
  margin-bottom: 20px;
}

.patner-logo img {
  width: 100%;
  /* width: 135px; */
  /* min-height: 100px; */
  /* background: #ffffffc7; */
  margin-right: 20px;
  border-radius: 6px;
  margin-bottom: 0;
  height: max-content;
}

/* .patner-logo img {
  width: 100%;
  margin-right: 20px;
} */

.col-lg-2.divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  /* top: 25px; */
  height: 80%;
  max-height: 100%;
  border-left: 1px solid var(--color-black);
}

.col-lg-2.divider:first-child:after {
  border-left: none;
}

.fullsize-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}










.contact__info-item {
  margin-bottom: 20px;
}

.contact__info-thumb {
  padding: 10px;
  border: 1px solid #c2c2c2;
  border-bottom: none;
}

.contact__info-thumb img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.contact__info-content {
  background: #fff;
  border: 1px solid #c2c2c2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contact__info-content .icon {
  font-size: 48px;
  line-height: 0;
  color: #00b1eb;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c2c2c2;
  flex: 0 0 auto;
}

.contact__info-content .content {
  min-height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 15px 25px;
}

.contact__info-content .content span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #00b1eb;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.contact__info-content .content .title {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

.contact__info-content .content .title a {
  color: #121212;
}

.form-column iframe {
  /* mix-blend-mode:; */
  mix-blend-mode: darken;
}


.portfolio-block_one .inner-box .image:hover img {
  transform: scale(1.1);
}

.portfolio-block_one .inner-box .image img {
  transition: all 0.5s ease;
}

.link a {
  color: #fff;
}

.inner-box .image .title {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: auto;
  background-color: #f7f7f785;
}

.portfolio-block_one .content h5 {
  text-align: center;
}



.play_btn {
  background: #ffffffbf;
  border: 2px solid #ffffff73;
  border-radius: 50%;
  cursor: pointer;
  height: 60px;
  width: 60px;
  text-align: center;
  position: fixed;
  color: #fff;
  /* right: 24px; */
  left: 50%;
  /* bottom: 100px; */
  top: 50%;
  z-index: 99999;
  transition: .3s;
  font-size: 46px;
  display: flex;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;
}

.play_btn span {
  color: var(--color-black);
}

@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2)
  }

  40% {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2)
  }

  80% {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 26.7px rgba(255, 255, 255, 0.07)
  }

  100% {
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 40px rgba(255, 255, 255, 0)
  }
}

/* 
.inner-box.media-box {
  border-radius: 50px 0;
} */

/* .portfolio-block_one .inner-box.media-box .image {
  border-radius: 50px 0;
} */

.inner-box.media-box .image .title {
  background-color: transparent;
  font-size: 28px;
  padding: 0 5px;
}

.portfolio-block_one .inner-box.media-box .image img {
  height: 100%;
  /* height: 300px; */
  object-fit: cover;
}

.inner-box.media-box .image::before {
  background: transparent;
}

.inner-box.media-box:hover .image::before {
  background: #00000057;
}

.inner-box.media-box:hover .play_btn {
  opacity: 1;
}

.inner-box.media-box .play_btn {
  opacity: 0;
}

.portfolio-block_one .inner-box:hover .image img {
  transform: scale(1.1);
}

.catalogues-about .text-col,
.catalogues-about .image-col {
  margin: 0;
  padding: 0;
}

.catalogues-about .row.clearfix {
  /* align-items: center; */
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  border: 1px solid #ddd;
  height: 100%;
  padding: 10px;
}

.catalogues-about .p-40 {
  padding: 36px !important;
}

.catalogues-about-second .row.clearfix {
  border: 1px solid #ddd;
  padding: 10px;
  background: transparent;
}

.about-three.catalogues-about .col-xl-12.col-lg-12.col-md-12.col-sm-12 {
  padding: 0;
}

.row.clearfix.second-box {
  align-items: end;
  border-right: 0;
  border-left: 0;
}

.laminate-size-box li {
  padding: 16px 20px;
  margin-bottom: 20px;
  font-size: 16px;
  /* background: #ddd; */
  border: 1px solid var(--color-black);
}

.laminate-size-box {
  margin-top: 50px;
}

.laminate-logo-box img {
  padding: 20px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: 1px solid;
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  border-radius: 6px;
  margin: 10px;
}

.cretifications-box {
  padding: 0 34px;
  height: 100%;
  /* border: 1px solid #ddd; */
}

.laminate-size-box .grid-icon {
  color: var(--color-black);
}







.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}

.ag-timeline_box {
  position: relative;
}

/* .ag-timeline-carousel-arrow_box {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
} */
.ag-timeline-carousel-arrow_box {
  z-index: 9999;
  position: absolute;
  top: 0;
  width: 100%;
  justify-content: space-between;
  display: flex;
  left: 0;
}

.ag-timeline-carousel-arrow {
  display: block;
  height: 52px;
  width: 52px;
  border: 1px solid #000;
  background-color: #000;

  cursor: pointer;

  stroke: #FFF;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;

  position: relative;
}

.ag-timeline-carousel-arrow:hover {
  border: 1px solid #000;
  background-color: transparent;
}

.js-ag-timeline-carousel-arrow_prev {
  margin: 0 0 10px;
}

.js-ag-timeline-carousel-arrow_prev:hover,
.js-ag-timeline-carousel-arrow_next:hover {
  stroke: #000;
}

.svg-arrow-left,
.svg-arrow-right {
  height: 20px;
  width: 18px;
  margin: -10px 0 0 -9px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.ag-timeline-carousel_list {
  padding: 0 0 0 100px;
}

.ag-timeline_year {
  line-height: 1;
  margin: 0 0 40px;

  font-weight: 500;
  font-size: 90px;
  color: #041C2C;
}

.ag-timeline_text p {
  line-height: 1.36;
  margin: 0 0 15px
}

.ag-timeline_text a {
  text-decoration: underline;
  color: #1646D0;
}

.ag-timeline_text a:hover {
  text-decoration: none;
}

.ag-timeline-carousel-nav_box {
  position: relative;
}

.ag-timeline-carousel-nav_box:before,
.ag-timeline-carousel-nav_box:after {
  content: "";
  height: 150px;
  width: 20%;
  margin: 0 0;

  z-index: 9999;
  position: absolute;
  bottom: 0;
}

.ag-timeline-carousel-nav_box:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 35%, rgba(244, 244, 244, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(244, 244, 244, 0)), color-stop(35%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
  background: -webkit-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 35%, rgba(244, 244, 244, 1) 100%);
  background: -o-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 35%, rgba(244, 244, 244, 1) 100%);
  background: -ms-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 35%, rgba(244, 244, 244, 1) 100%);
  background: linear-gradient(to right, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 35%, rgba(244, 244, 244, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f4f4f4', endColorstr='#f4f4f4', GradientType=1);

  right: 0;
}

.ag-timeline-carousel-nav_box:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 65%, rgba(244, 244, 244, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(244, 244, 244, 1)), color-stop(65%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(244, 244, 244, 0)));
  background: -webkit-linear-gradient(left, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 65%, rgba(244, 244, 244, 0) 100%);
  background: -o-linear-gradient(left, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 65%, rgba(244, 244, 244, 0) 100%);
  background: -ms-linear-gradient(left, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 65%, rgba(244, 244, 244, 0) 100%);
  background: linear-gradient(to right, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 65%, rgba(244, 244, 244, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#00f4f4f4', GradientType=1);

  left: 0;
}

.ag-timeline-carousel-nav_list {
  position: relative;
}

.ag-timeline-carousel-nav_list:after {
  content: "";
  height: 1px;
  background-color: var(--color-black);

  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}

.ag-timeline-carousel-nav_item {
  display: inline-table !important;
  line-height: 1;
  width: 50px;
  padding: 130px 20px 0;
  cursor: pointer;
  vertical-align: bottom;
  text-align: center;
  font-size: 16px;
  color: #00000094;
  position: relative;
}

.ag-timeline-carousel-nav_item:before {
  content: "";
  height: 5px;
  width: 5px;
  margin: 0 auto;
  background-color: var(--color-black);

  position: absolute;
  left: 0;
  right: 0;
  bottom: 102px;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ag-timeline-carousel-nav_item:after {
  content: "";
  height: 40px;
  width: 1px;
  margin: 0 auto;
  background-color: var(--color-black);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
}

.ag-timeline-carousel-nav_item.slick-current {
  margin: -5px 0 0;

  font-weight: 700;
  font-size: 22px;
  color: var(--color-black);
}

.ag-timeline-carousel-nav_item.slick-current:before {
  height: 16px;
  width: 16px;
  background-color: var(--color-black);

  bottom: 110px;
}

.ag-timeline-carousel-nav_item.slick-current:after {
  bottom: 59px;
}


@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 91%;
  }

  .ag-timeline-carousel_list {
    padding: 0;
  }

  .ag-timeline-carousel-arrow_box {
    padding: 12px 0 12px 12px;
    background-color: transparent;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    justify-content: end;
    gap: 15px;
  }

  .ag-timeline-carousel-arrow {
    display: inline-block;
    height: 33px;
    width: 33px;
  }

  .mobile-pl-0 {
    padding-left: 0 !important;
  }

  .js-ag-timeline-carousel-arrow_prev {
    margin: 0 8px 0 0;
  }

  .js-ag-timeline-carousel-arrow_prev:before,
  .js-ag-timeline-carousel-arrow_next:before {
    height: 12px;
    width: 8px;
    margin: -6px auto 0;
  }

  .ag-timeline_year {
    font-size: 60px;
  }

  .ag-timeline-carousel-nav_box:before,
  .ag-timeline-carousel-nav_box:after {
    display: none;
    background: none;

    position: static;
  }

  .svg-arrow-left,
  .svg-arrow-right {
    height: 12px;
    width: 8px;
    margin: -6px 0 0 -4px;
  }
}

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

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

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

}


.main-vision-box {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 14%);
}

.content-box-mission {
  padding: 20px;
}

.content-box-mission p {
  margin: 0;
}


.two-blog-details {
  margin-bottom: 60px;
}

.flip-book-box a {
  width: 100%;
  text-align: center;
}

.flip-book-box iframe {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.mb-20 {
  margin: 20px 0;
}

.kovi-product-slider-wrapper {
  width: 100%;
  height: 600px;
}

.swiper {
  width: 100%;
  height: 100%;
}



.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0 !important;
}

.mySwiper .swiper-slide,
.mySwiperDesktop .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active,
.mySwiperDesktop .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiperDesktop {
  margin-bottom: 10px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

.gallery-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  gap: 10px;
}

.gallery-box img {
  height: 150px;
}

.gallery-box p {
  margin-bottom: 5px;
}



@media (min-width: 768px) {
  .mySwiper {
    display: none !important;
  }

  .kovi-product-slider-wrapper {
    display: flex;
    flex-direction: row;
  }

  .mySwiper2 {
    height: 100%;
  }

  .swiper {
    width: 100%;
    height: 600px;
  }

  .mySwiperDesktop .swiper-slide {
    width: 100%;
  }

  .mySwiperDesktop {
    width: calc(22% - 20px);
  }

  .gallery-slide {
    width: calc(14% - 20px);
  }

  .mySwiper2 {
    width: 78%;
  }

  .gallery-box-2 {
    width: 82%;
  }
}

@media (max-width: 767px) {
  .kovi-product-slider-wrapper {
    display: flex;
    flex-direction: column;
  }

  .mySwiperDesktop {
    display: none !important;
  }

  .kovi-product-slider-wrapper {
    width: 100%;
    height: 70%;
  }

  .mySwiperDesktop {
    height: 250px;
  }

  .cretifications-box {
    padding: 0;
  }

  .gallery-box {
    gap: 6px;
    padding: 4px;
  }

  .gallery-box img {
    height: 70px;
  }

  .gallery-box p {
    margin-bottom: 0px;
    font-size: 12px;
  }

  .sponsor-block.col-lg-2.col-6 {
    padding: 5px;
  }
}


.accordion-box .block.faq .acc-btn {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.accordion-box .block.faq .acc-content {
  padding: 20px;
}

.accordion-box .block.faq .icon-outer {
  position: relative;
  left: 0;
  top: 0;
  min-width: 20px;
  width: 40px;
  height: 40px;
  /* right: 10px;
  width: 40px;
  font-size: 20px;
  height: 40px;
  top: 50%;
  left: auto;
  transform: translate(-50%, -50%); */
}

.accordion-box .block.faq .icon-outer .arrow-icon {
  transform: rotate(180deg);
  transition: all 300ms linear;
}

.accordion-box .block.faq .acc-btn.active .arrow-icon {
  transform: rotate(0deg);
}

.certifications-box {
  padding: 20px;
  border: 1px solid #202020;
}

.certifications-box .lower-box h3 {
  text-align: center;
  margin: 0;
}

.certifications-box .lower-box {
  padding-top: 20px;
  border-top: 1px solid #202020;
  margin-top: 20px;
}

.seo-page-title h1 {
  font-size: 94px;
}














.collections-searchbar {
  position: relative;
  height: 60px;
  /* max-width: max-content; */
  width: 100%;
  background: #fff;
  margin: auto;
  border: 1px solid #ddd;
  border-radius: 43px;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
}

.collections-title {
  margin-bottom: 40px;
}

.collections-searchbar img,
.collections-searchbar .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.collections-searchbar img {
  left: 20px;
  font-size: 30px;
  color: #707070;
}

.collections-searchbar input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 65px;
  background-color: transparent;
}

.collections-searchbar .button {
  right: 20px;
  /* font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 46px;
  background-color: #4070f4;
  cursor: pointer; */
}

.collections-searchbar .button .search-btn {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 10px 32px;
  margin-right: 6px;
  border-radius: 46px;
  background-color: #4070f4;
  cursor: pointer;
}

.collections-searchbar .button .reset-btn {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 10px 32px;
  border-radius: 46px;
  background-color: var(--color-black);
  cursor: pointer;
}


.collections-searchbar .button:active {
  transform: translateY(-50%) scale(0.98);
}

/* Responsive */
@media screen and (max-width: 500px) {
  .collections-searchbar {
    height: 50px;
    margin: 0 8px;
  }

  .collections-searchbar i {
    left: 12px;
    font-size: 25px;
  }

  .collections-searchbar input {
    padding: 0 112px 0 50px;
    font-size: 16px;
  }

  .collections-searchbar .button {
    right: -12px;
    font-size: 14px;
    padding: 8px 18px;
  }
}


/* Sidebar & Search Box */
.collections-box {
  width: 100%;
  height: 100%;
  padding-right: 30px;
  border-right: 1px solid #ddd;
}

.collections-box h3 {
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
}

/* .collections-box .accordion-item {
  border-bottom: 1px solid #eee;
} */

.collections-box .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: bold;
  color: #fff;
  background-color: var(--color-black);
}

.collections-box .accordion-title .icon {
  font-size: 18px;
  transition: transform 0.3s;
}

.collections-box .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.collections-box .accordion-content ul {
  list-style: none;
  margin: 0;
  /* padding: 0 0 10px 15px; */
}

.collections-box .accordion-content ul li {
  padding: 6px 10px;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  color: var(--color-black);
}

.collections-box .accordion-content ul li:hover {
  color: var(--color-black);
}

/* Nested submenu */
.collections-box .submenu-item {
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

.collections-box .submenu-title {
  font-weight: normal;
  font-size: 16px;
  margin: 0px;
  background: #ddd;
  color: var(--color-black);
  padding: 5px 10px;
}


.collections-card .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.collections-card .card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.collections-card .card:hover {
  transform: translateY(-5px);
}

.collections-card .card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

.collections-card .card h4 {
  margin: 18px 0 12px;
  font-size: 24px;
  font-weight: 500;
}

.collections-card .card p {
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 18px;
  font-weight: 600;
}

.collections-card .card button {
  padding: 10px 15px;
  background: var(--color-blue);
  border: none;
  border-radius: 6px;
  letter-spacing: 1px;
  width: 100%;
  color: azure;
  cursor: pointer;
  font-size: 16px;
}

/* Pagination */
.collections-card .pagination {
  text-align: center;
  margin: 20px 0;
}

.collections-card .pagination button {
  margin: 0 5px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

.collections-card .pagination button.active {
  background: var(--color-black);
  color: #fff;
}

.main-header.fixed-header .logo-white {
  display: none !important;
}

.main-header.fixed-header .logo-colour {
  display: block !important;
}

.main-header .logo-colour {
  display: none !important;
}

.pdf_btn img {
  height: auto !important;
  width: 32px !important;
}

@media screen and (max-width: 1200px) {
  .main-footer .upper-section {
    padding: 50px 0 0;
  }

  .logo-footer img {
    width: 30%;
    /* height: 100px; */
  }

  .patner-logo img {
    width: 100%;
  }

  .col-lg-2.divider:after {
    top: 12px;
  }

  .main-footer .info-col:after {
    border: 0;
  }
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .main-footer .upper-section {
    padding: 50px 0 0;
  }

  .pt-100 {
    padding-top: 50px !important;
  }

  .pb-100 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .main-footer .upper-section {
    padding: 50px 0 0;
  }
}

.inner-box.aminities-icon {
  display: block;
  padding: 20px;
  height: 100%;
}

.inner-box.aminities-icon .icon-box {
  width: 80px;
  margin-bottom: 20px;
}

.inner-box.aminities-icon h4 {
  margin-bottom: 20px;
  font-size: 24px;
}

/* .inner-box.aminities-icon p{
  margin-bottom: 0px;
} */
.certifications-box .lower-box {
  padding-bottom: 0;
}

.certifications-box .lower-box h3 {
  font-size: 24px;
}

.text-advantage {
  font-size: 22px;
  margin-bottom: 10px;
}

.text-description {
  font-size: 16px;
}

.inner-box.aminities-icon .icon-box img {
  width: 50px;
}

.aminities-list-box .aminities-list-box-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  font-size: 20px;
  /* color: #1abbed; */
  font-weight: 600;
}

.aminities-list-box .listing-main ul {
  display: block;
}

.aminities-list-box .listing-main li {
  font-size: 16px;
}

.aminities-list-box .listing-main ul li::before {
  width: 16px;
}

.laminate-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  font-size: 26px;
  /* color: #1abbed; */
}

.aminities-list .grid-icon img {
  width: 20px;
}

.seo-main-title h1 {
  font-size: 42px;
  line-height: normal;
}

.view-pdf-btn {
  border: 1px solid #202020;
  padding: 10px;
  position: relative;
  /* text-transform: uppercase; */
  letter-spacing: .5px;
  width: 65%;
  transition: 0.6s ease;
  margin-top: 30px;
}

.view-pdf-btn a {
  display: flex;
  gap: 15px;
  align-items: center;
}

.view-pdf-btn a img {
  width: 34px;
  transition: 0.6s ease;
}

.view-pdf-btn a .img-download {
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  padding: 0;
  transition: 0.6s ease;
  font-size: 15px;
  line-height: 15px;
}

.view-pdf-btn a h6 {
  font-size: 20px;
  transition: 0.6s ease;
  margin: 0;
}

.view-pdf-btn:hover {
  background: #202020;
}

.view-pdf-btn:hover img {
  filter: invert(1);
}

.view-pdf-btn:hover a h6 {
  color: #c1c1c1;
}


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

.btn-whatsapp-pulse i {
  color: #fff;
}

.btn-call {
  background: #f51f1f;
  border: 2px solid #f51f1f;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgb(200 29 28 / 50%);
  cursor: pointer;
  height: 50px;
  width: 50px;
  color: #fff;
  text-align: center;
  position: fixed;
  right: 24px;
  bottom: 110px;
  bottom: 30px;
  z-index: 99999;
  transition: .3s;
  -webkit-animation: hoverWave1 linear 1s infinite;
  animation: hoverWave1 linear 1s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.btn-contact {
    background: linear-gradient(180deg, rgba(234, 213, 170, 1) 0%, rgba(109, 159, 207, 1) 100%);
    gap: 11px;
    /* border: 2px solid #f51f1f; */
    /* border-radius: 50%; */
    /* box-shadow: 0 8px 10px rgb(200 29 28 / 50%); */
    cursor: pointer;
    width: 100;
    writing-mode: sideways-rl;
    color: #fff;
    text-align: center;
    padding:20px 10px;
    position: fixed;
    right: 0;
    /* bottom: 110px; */
    /* bottom: 30px; */
    z-index: 99999;
    transition: .3s;
    /* -webkit-animation: hoverWave1 linear 1s infinite; */
    /* animation: hoverWave1 linear 1s infinite; */
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    text-decoration: none;
}
.btn-contact:hover {
  color: #fff;
}

@keyframes hoverWave1 {
  0% {
    box-shadow: 0 8px 10px rgb(245 31 31 / 30%), 0 0 0 0 rgb(245 31 31 / 20%), 0 0 0 0 rgb(245 31 31 / 20%)
  }

  40% {
    box-shadow: 0 8px 10px rgb(245 31 31 / 30%), 0 0 0 15px rgb(245 31 31 / 20%), 0 0 0 0 rgb(245 31 31 / 20%)
  }

  80% {
    box-shadow: 0 8px 10px rgb(245 31 31 / 30%), 0 0 0 30px rgb(245 31 31 / 0%), 0 0 0 26.7px rgb(245 31 31 / 7%)
  }

  100% {
    box-shadow: 0 8px 10px rgb(245 31 31 / 30%), 0 0 0 30px rgb(245 31 31 / 0%), 0 0 0 40px rgb(245 31 31 / 0%)
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}



/* .policiesBtn {
	writing-mode: sideways-rl;
	background: linear-gradient(to right, #1C75B7 0%, #1D9C59 100%);
	border-radius: 4px 0 0 4px;
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	height: max-content;
	width: 40px;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
} */

.policiesArea {
  position: fixed;
  right: -420px;
  top: 50%;
  /* display: flex; */
  /* align-items: center; */
  z-index: 999;
  height: max-content;
  background: #fff;
  justify-content: center;
  background-size: cover;
  transition: all 0.3s ease;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  max-width: 420px;
  border-radius: 4px;
  padding: 30px;
  transform: translateY(-50%);
}

.policiesArea.SidePolices {
  right: 0;
}

.policiesArea img {
  margin-right: 8px;
  height: 30px;
}

.policiesArea ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.policiesArea ul li {
  width: 100%;
  margin: 0;
}

.policiesArea ul li a {
  display: flex;
  align-items: center;
  gap: 3px;
  opacity: 1;
  color: var(--caliss);
  transition: all 0.3s ease;
  text-transform: capitalize;
  /* font-weight: 200; */
  line-height: 1.3;
  border-bottom: 1px solid #cdc9b3;
  padding: 8px 0;
  font-size: 18px;
}

.policiesArea ul li:first-child a {
  border-top: 1px solid #cdc9b3;
}

.policiesArea ul a:hover {
  gap: 7px;
  margin-left: 5px;
}
.thank-you h1{
  margin-bottom: 34px;
}
.thank-you p{
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .policiesArea {
    right: -320px;
    max-width: 320px;
    padding: 20px;
  }
.thank-you h1{
  margin-bottom: 24px;
  font-size: 26px;
}
.thank-you p{
  margin-bottom: 24px;
}
  .policiesArea ul li a {
    font-size: 14px;
  }

  .policiesArea img {
    height: 24px;
  }
  .footer-widget.links-widget.logo-footer {
    margin-bottom: 20px;
}
h5.companies-text {
    margin-top: 20px;
}
  .policiesArea h5 {
    font-size: 18px;
  }
  .collections-box {
  padding-right: 0px;
  border-right: none;
}
.collections-searchbar .button .search-btn{
  padding: 4px 16px;
  font-size: 14px;
}
    .collections-searchbar .button .reset-btn {
        padding: 4px 16px;
        font-size: 14px;
    }
.collections-searchbar img {
    left: 8px;
    font-size: -2px;
    color: #707070;
    width: 28px;
}
}

h5.companies-text {
  font-size: 20px;
   font-family: "Montserrat", sans-serif;
}

.visit-website-btn h6 {
  margin-top: 28px;
  font-size: 12px;
  /* background: #ddd; */
  margin-bottom: 0;
   font-family: "Montserrat", sans-serif;
  border: 1px solid #7ca5ca;
  padding: 5px;
  display: flex;
  width: max-content;
  justify-content: center;
  margin-top: 6px;
}

.visit-website-btn button {
  margin: 0 !important;
  border: none !important;
  padding-bottom: 0 !important;
  font-size: 10px !important;
  padding-right: 16px !important;
}
.visit-website-btn:hover h6{
  background-color: #7ca5ca;
}
.seo-list-icon img{
  width: 20px;
}
.seo-list-icon h6{
  font-weight: 500;
}

.custom-table tr td{
  border: 1px solid #ddd;
  padding: 10px;
}
.custom-table{
  width: 100%;
  margin-bottom: 20px;
}
.portfolio-block_one.contact-export-img .image::before{
  background: none;
  z-index: -1;
}



.banner-vertical-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 20px;
    pointer-events: none; /* allow clicks only on buttons */
}

.banner-vertical-carousel .owl-nav button {
    pointer-events: auto;
    background: #333 !important;
    border: 1px solid #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.banner-vertical-carousel .owl-nav button span {
    font-size: 20px;
    color: #fff;
}

.banner-vertical-carousel .owl-nav button:hover {
    background: #333;
    border-color: #333;
}

.banner-vertical-carousel .owl-nav button:hover span {
    color: #fff;
}



.banner-vertical-carousel2 .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 20px;
    pointer-events: none; /* allow clicks only on buttons */
}

.banner-vertical-carousel2 .owl-nav button {
    pointer-events: auto;
    background: #333 !important;
    border: 1px solid #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.banner-vertical-carousel2 .owl-nav button span {
    font-size: 20px;
    color: #fff;
}

.banner-vertical-carousel2 .owl-nav button:hover {
    background: #333;
    border-color: #333;
}

.banner-vertical-carousel2 .owl-nav button:hover span {
    color: #fff;
}

#translateBox {
    /* margin-top: 15px; */
    padding: 15px 20px;
    background: var(--color-black);
    border: 1px solid #dce3ec;
    border-radius: 12px;
    width: 200px;
    /* display: none; */
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: 0.3s ease-in-out;
}

/* Show class */
#translateBox.show-box {
    display: block;
}

/* Title */
.translate-title {
    font-size: 14px;
    font-weight: 600;
    color: #3C6EAD;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

/* Google Dropdown Custom Fixes */
#google_translate_element select {
    width: 100%;
    padding: 0px;
    border-radius: 8px;
    /* border: 1px solid #ccc !important; */
    font-size: 16px;
    cursor: pointer;
    color:#fff;
    background: var(--color-black);
}

/* Hover */
#google_translate_element select:hover {
    border-color: #3C6EAD !important;
}

 /* Old banner hide */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0 !important;
}

/* Powered by Google hide */
.goog-logo-link, .goog-te-gadget span {
    display: none !important;
}

/* New Google Translate popup classes hide */
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-xl07Ob-OEVmcd,
.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}

/* Optional: remove outline around translated area */
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none !important;
}

.goog-te-gadget {
  display: none !important;
}
.goog-te-combo{
  margin: 0 !important;
}

