/* Linoor - DIgital Agency HTML Template  */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.	Fonts
2.	Reset
3.	Global Settings
4.	Scroll To Top style
5.	Main Header style / Header Style One
6.	Sticky Header
7.	Search Popup
8.	Mobile Menu
9.	Lazy Load Settings
10.	Banner Section
11.	Section Title
12.	Services Section
13.	About Section
14.	Live Section
15.	We DO Section
16.	Gallery Section
17.	Fun Facts Section
18.	We DO Section
19.	Team Section
20.	Parallax Section
21.	Sponsors Section
22.	Agency Section
23.	News Section
24.	Call Section
25.	Main Footer
26.	Services Section
27.	We DO Section
28.	Gallery Section
29.	Why Us Section
30.	Testimonials Section
31.	Parallax Section
32.	We DO Section
33.	Call Section
34.	Call Section
35.	Services Section
36.	Discover Section
37.	Parallax Section
38.	We Work Section
39.	Testimonials Section
40.	We DO Section
41.	Get Quote
42.	Map Section
43.	Sponsors Section
44.	Page Banner
45.	Faqs Section
46.	Get Quote
47.	Error Section
48.	Contact Section
49.	Sidebar Page Container
50.	Comment Area
51.	Leave Comments Form
52.	Service Details
53.	Service Details
--------------------------------------------------------------*/
/*
  font-family: 'Teko', sans-serif;
  font-family: 'Barlow', sans-serif;
  font-family: 'Rubik', sans-serif;
*/
/***



====================================================================
3.	Global Settings
====================================================================

 ***/
:root {
  --thm-font: "Teko", sans-serif;
  --thm-b-font: "Rubik", sans-serif;
  --thm-base: #ffaa17;
  --thm-base-rgb: 255, 170, 23;
  --thm-black: #222429;
  --thm-text: #686a6f;
  --thm-white: #ffffff;

}




input,
select,
button {
  font-family: var(--thm-font);
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}


::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  overflow: hidden;
}

.page-wrapper__dark {
  background-color: #1c1e22;
  background-image: url(../images/background/home-portfolio-bg-1-1.png);
}

.page-wrapper__gradient {
  background: #432ff6;
  background: linear-gradient(100deg, #432ff6 0%, #f174e3 100%);
}

body.boxed-wrapper {
  background-color: #f4f5f8;
}

.page-wrapper.boxed-wrapper {
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.page-wrapper__dark.boxed-wrapper {
  background-color: #1c1e22;
}

@media (max-width: 1440px) {
  .page-wrapper.boxed-wrapper {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .page-wrapper.boxed-wrapper {
    max-width: 95%;
  }
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

figure {
  margin-bottom: 0;
}

.theme-btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.theme-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}

.centered {
  text-align: center !important;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--thm-base);
  color: var(--thm-black);
  border-radius: 5px;
  overflow: hidden;
  font-family: var(--thm-font);
  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;
}

.btn-style-one .btn-title {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 19px 50px 10px;
  z-index: 1;
}

.btn-style-one:hover {
  background: var(--thm-base);
  color: #ffffff;
}

.btn-style-one .btn-curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: var(--thm-black);
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-one:hover .btn-curve {
  opacity: 1;
  right: 0;
  width: 100%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}

/*Btn Style Two*/
.btn-style-two {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--thm-black);
  color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  font-family: var(--thm-font);
  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;
}

.btn-style-two .btn-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding: 19px 50px 16px;
  z-index: 1;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-style-two:hover {
  color: var(--thm-black);
}

.btn-style-two .btn-curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: #ffffff;
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-two:hover .btn-curve {
  opacity: 1;
  right: 0;
  width: 100%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}

.btn-style-three {
  background-color: var(--thm-base);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 22.5px 40px;
  font-family: var(--thm-font);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.btn-style-three:hover {
  background-color: var(--thm-black);
  color: #fff;
}





/***

====================================================================
9.		Lazy Load Settings
====================================================================

***/

/* Default Form Style */
.default-form {
  position: relative;
}

.default-form .row {
  margin: 0 -15px;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.default-form .field-inner {
  position: relative;
  display: block;
}

.default-form .field-inner .alt-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  font-size: 20px;
  color: #9b9fa6;
  z-index: 1;
  pointer-events: none;
}

.default-form .form-group .field-label {
  position: relative;
  display: block;
  color: #0f172b;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.default-form .form-group .e-label {
  position: relative;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  font-size: 14px;
  color: #686a6f;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 30px;
  background-color:#f4f5f8;
  border: 1px solid #f4f5f8;
  border-radius: 10px;
  font-family: var(--thm-b-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-form .form-group ::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

.default-form .form-group :-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.default-form .form-group ::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.default-form .form-group ::placeholder {
  opacity: 1;
  color: inherit;
}

.default-form .form-group textarea {
  height: 150px;
  resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
  display: inline-block;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
  border-color: var(--thm-base);
}

.default-form ::-webkit-input-placeholder {
  color: #aaaaaa;
}

.default-form ::-moz-input-placeholder {
  color: #aaaaaa;
}

.default-form ::-ms-input-placeholder {
  color: #aaaaaa;
}

.default-form label.error {
  color: #ff0000;
  font-size: 14px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  letter-spacing: 1px;
  padding-top: 7px;
  line-height: 24px;
}

/*Custom Select*/
.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  height: 70px;
  padding: 14px 30px;
  line-height: 40px;
  font-family: var(--thm-b-font);
  color: var(--thm-text);
  border-radius: 7px;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
}

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 10px;
  text-indent: 0px;
  color: var(--thm-black);
}

.form-group .ui-button .ui-icon:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 0px !important;
  width: 15px;
  height: 30px;
  display: block;
  color: var(--thm-black);
  line-height: 20px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  z-index: 5;
}

.ui-widget.ui-widget-content {
  background: #f4f5f8;
  border: 1px solid #e9ebee;
  border-top: none;
  font-family: var(--thm-font);
  border-radius: 0;
  padding: 0;
}

.ui-menu .ui-menu-item {
  font-size: 20px;
  border-bottom: 1px solid #e9ebee;
}

.ui-menu .ui-menu-item:last-child {
  border: none;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 14px 30px !important;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
  background: var(--thm-base);
  margin: 0;
}



/***

====================================================================
47.	Error Section
====================================================================

***/
.error-section {
  position: relative;
  background: #ffffff;
  padding: 120px 0px;
}

.error-section .content {
  position: relative;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}

.error-section .big-text {
  position: relative;
  line-height: 0.7em;
  font-size: 340px;
  color: var(--thm-base);
  font-weight: 400;
  letter-spacing: 15px;
  line-height: 1em;
}

.error-section .big-text .front {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

.error-section .big-text .back {
  position: absolute;
  padding-left: 20px;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  text-align: center;
  color: rgba(var(--thm-base-rgb), 0.1);
}

.error-section h2 {
  font-weight: 400;
  color: var(--thm-black);
  line-height: 1em;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
}

.error-section .text {
  position: relative;
  display: block;
  line-height: 1.5em;
}

.error-section .link-box {
  position: relative;
  padding-top: 20px;
}

.error-section .link-box .theme-btn {
  position: relative;
  min-width: 200px;
}

.error-form {
  position: relative;
  max-width: 520px;
  margin: 50px auto 0;
}

.error-form form {
  position: relative;
}

.error-form .form-group {
  position: relative;
  margin: 0;
}

.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 20px 60px 20px 30px;
  height: 70px;
  display: block;
  font-size: 14px;
  background: #f4f5f8;
  color: var(--thm-text);
  border-radius: 7px;
  font-family: var(--thm-b-font);
  border: 1px solid #f4f5f8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
  border-color: var(--thm-base);
}

.error-form .form-group input::-webkit-input-placeholder {
  color: #575757;
}

.error-form .form-group .theme-btn {
  position: absolute;
  right: 25px;
  top: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background: none;
  color: var(--thm-text);
}

.error-form .form-group .theme-btn span {
  vertical-align: middle;
}

/***

====================================================================
48.	Contact Section
====================================================================

***/
.contact-section {
  position: relative;
  padding: 120px 0px 100px;
  background: #ffffff;
}

.contact-section__one-page {
  padding-bottom: 0;
}

.contact-section .map-box {
  position: relative;
  display: block;
  margin: 0 0 120px;
  border-radius: 7px;
  overflow: hidden;
}

.contact-section .form-box {
  position: relative;
  display: block;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}

.contact-section .form-box form .row {
  margin: 0 -10px;
}

.contact-section .form-box form .form-group {
  padding: 0px 10px;
  margin-bottom: 20px;
}

.contact-section .upper-info {
  position: relative;
  margin-bottom: 90px;
}

.contact-section .info-block {
  position: relative;
  margin-bottom: 30px;
}

.contact-section .info-block .inner-box {
  position: relative;
  display: block;
  height: 100%;
  min-height: 100%;
  padding: 45px 45px 40px;
  background: #ffffff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-section .info-block .inner-box:hover {
  background: var(--thm-black);
}

.contact-section .info-block .inner-box h5 {
  font-size: 24px;
  text-transform: uppercase;
  color: var(--thm-black);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin: 0;
}

.contact-section .info-block .inner-box h5 a {
  color: var(--thm-black);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.contact-section .info-block .inner-box:hover h5,
.contact-section .info-block .inner-box:hover h5 a {
  color: #ffffff;
}

.contact-section .info-block .inner-box .text {
  position: relative;
  display: block;
  color: var(--thm-text);
  padding: 30px 0px 0px;
  z-index: 1;
}

.contact-section .info-block .inner-box .text a {
  position: relative;
  color: var(--thm-text);
}

.contact-section .info-block .inner-box:hover .text,
.contact-section .info-block .inner-box:hover .text a {
  color: #999b9f;
}

.contact-section .info-block .inner-box:hover h5 a:hover,
.contact-section .info-block .inner-box:hover .text a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.contact-infos {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: var(--thm-black);
}

.contact-infos .row {
  --bs-gutter-y: 20px;
}

@media (min-width: 992px) {
  .contact-infos {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media (min-width: 1200px) {
  .contact-infos [class*="col-"]:not(:first-child) p {
    padding-left: 55px;
  }
}

.contact-infos p {
  margin: 0;
  font-size: 16px;
  line-height: 36px;
  color: #a4a4a4;
  font-weight: 400;
  font-family: var(--thm-font);
}

.contact-infos p br {
  display: none;
}

@media (min-width: 768px) {
  .contact-infos p br {
    display: inherit;
  }
}

.contact-infos p a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-infos p a:hover {
  color: #fff;
}

/***

/*--------------------------------------------------------------
# Video Styles
--------------------------------------------------------------*/
.video-one {
  padding-top: 90px;
  padding-bottom: 75px;
}

@media (min-width: 992px) {
  .video-one {
    padding-top: 120px;
    padding-bottom: 105px;
  }
}

.video-one .video-one__image {
  position: relative;
  margin-bottom: 60px;
}

.video-one .video-one__image img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 8px;
}

.video-one__content {
  text-align: center;
}

@media (min-width: 992px) {
  .video-one__content {
    text-align: left;
  }
}

.video-one__content .sec-title {
  margin-bottom: 0;
}

.video-one__content .sec-title h2 {
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .video-one__content .sec-title h2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.video-one__content .block-text {
  margin: 0;
  font-family: var(--thm-b-font);
  font-size: 16px;
  line-height: 34px;
  color: var(--thm-text);
  margin-top: 20px;
}

@media (min-width: 768px) {
  .video-one__content .block-text {
    max-width: 500px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.video-one__image .vid-link {
  background-color: var(--thm-base);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 70px;
  height: 70px;
  bottom: calc(50% - 35px);
  left: calc(50% - 35px);
  font-size: 20px;
}

@media (min-width: 768px) {
  .video-one__image .vid-link {
    width: 107px;
    font-size: 30px;
    right: 100px;
    bottom: -53.5px;
    height: 107px;
    left: auto;
  }
}

.video-one__image .vid-link:hover {
  background-color: var(--thm-black);
  color: #ffffff;
}

.video-one__image .vid-link a {
  color: inherit;
}

.video-one__image .vid-link .icon {
  position: relative;
  top: 3px;
}

.video-one__image .vid-link::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  border: 1px solid var(--thm-black);
  top: -13px;
  bottom: -13px;
  left: -13px;
  right: -13px;
  opacity: 0.2;
}

.video-one__image .vid-link .ripple,
.video-one__image .vid-link .ripple:before,
.video-one__image .vid-link .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 170, 23, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 170, 23, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-one__image .vid-link .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-one__image .vid-link .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*--------------------------------------------------------------
# How it works Styles
--------------------------------------------------------------*/
.how-it-works {
  background-color: #f6f6f6;
  padding-top: 90px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .how-it-works {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}

.how-it-works-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 2px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
  margin-bottom: 30px;
}

.how-it-works-card:hover {
  background-color: var(--thm-base);
}

.how-it-works-card__inner {
  border-radius: 8px;
  background-color: #fff;
  padding-bottom: 45px;
}

.how-it-works-card__icon {
  font-size: 64px;
  color: var(--thm-base);
  display: block;
  line-height: 1;
  padding-top: 60px;
  margin-bottom: 30px;
}

.how-it-works-card__title {
  margin: 0;
  color: var(--thm-black);
  line-height: 1;
  text-transform: uppercase;
  font-size: 30px;
}

.how-it-works-card__title a {
  color: inherit;
}

.how-it-works-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  color: var(--thm-text);
  max-width: 241px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 27px;
}

.how-it-works-card__link {
  text-transform: uppercase;
  text-align: center;
  color: var(--thm-black);
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: var(--thm-font);
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.how-it-works-card__link::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--thm-base);
  top: 80%;
  left: 0;
  display: block;
  position: absolute;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.how-it-works-card__link:hover {
  color: var(--thm-black);
}

.how-it-works-card__link:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

/*--------------------------------------------------------------
# History Styles
--------------------------------------------------------------*/
.history-timeline {
  padding-bottom: 40px;
  padding-top: 90px;
}

@media (min-width: 1200px) {
  .history-timeline {
    padding-top: 0;
    padding-bottom: 120px;
    margin-top: -53.5px;
  }
}

.history-timeline__year {
  width: 85px;
  height: 85px;
  background-color: var(--thm-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--thm-black);
  font-size: 30px;
  font-family: var(--thm-font);
  border-radius: 50%;
  padding-top: 2px;
  margin-bottom: 0px;
  position: relative;
  z-index: 10;
}

@media (min-width: 992px) {
  .history-timeline__year {
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .history-timeline__year {
    width: 107px;
    height: 107px;
    font-size: 40px;
  }
}

.history-timeline__date {
  font-size: 20px;
  color: var(--thm-base);
  text-transform: uppercase;
  font-family: var(--thm-font);
  margin: 0;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}

@media (min-width: 1200px) {
  .history-timeline__date::before {
    content: "";
    width: 23px;
    height: 23px;
    background-color: var(--thm-base);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -55px;
    -webkit-transform: translateY(50%) translateX(-50%);
    transform: translateY(50%) translateX(-50%);
    z-index: 10;
  }
}

.history-timeline__title {
  margin: 0;
  text-transform: uppercase;
  color: var(--thm-black);
  font-size: 40px;
  line-height: 1;
}

.history-timeline__text {
  margin: 0;
  color: var(--thm-text);
  font-size: 16px;
  line-height: 34px;
  margin-top: 30px;
}

.history-timeline__image {
  background-color: #222429;
  border-radius: 8px;
  display: inline-block;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .history-timeline__image {
    margin-top: 0;
  }
}

.history-timeline__image img {
  max-width: 100%;
  border-radius: 8px;
  mix-blend-mode: luminosity;
}

.history-timeline__card .row {
  position: relative;
  padding-top: 40px;
}

@media (min-width: 1200px) {
  .history-timeline__card .row {
    padding-top: 80px;
  }
}

.history-timeline__card .row:last-child {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .history-timeline__card .row:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .history-timeline__card {
    position: relative;
  }

  .history-timeline__card:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e9ebee;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    left: 50%;
  }
}

.history-timeline__card {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .history-timeline__card {
    padding-bottom: 70px;
    margin-bottom: 0;
  }

  .history-timeline__card:last-child {
    padding-bottom: 0;
  }

  .history-timeline__card .row {
    margin-left: -55px;
    margin-right: -55px;
  }

  .history-timeline__card .row [class*="col-"] {
    padding-left: 55px;
    padding-right: 55px;
  }

  .history-timeline__card .row:nth-child(even) .history-timeline__info {
    text-align: right;
  }

  .history-timeline__card .row:nth-child(even) .history-timeline__date::before {
    left: auto;
    right: -55px;
    -webkit-transform: translateY(50%) translateX(50%);
    transform: translateY(50%) translateX(50%);
  }

  .history-timeline__card:nth-child(even) .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .history-timeline__card:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .history-timeline__card:nth-child(even) .row:nth-child(odd) .history-timeline__info {
    text-align: right;
  }

  .history-timeline__card:nth-child(even) .row:nth-child(even) .history-timeline__info {
    text-align: left;
  }

  .history-timeline__card:nth-child(even) .row:nth-child(even) .history-timeline__date::before {
    right: auto;
    left: -55px;
    -webkit-transform: translateY(50%) translateX(-50%);
    transform: translateY(50%) translateX(-50%);
  }

  .history-timeline__card:nth-child(even) .row:nth-child(odd) .history-timeline__date::before {
    right: -55px;
    left: auto;
    -webkit-transform: translateY(50%) translateX(50%);
    transform: translateY(50%) translateX(50%);
  }
}

/*--------------------------------------------------------------
# Brand Portfolio Styles
--------------------------------------------------------------*/
.brand-portfolio__item {
  position: relative;
  background-color: var(--thm-base);
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 1200px) {
  .brand-portfolio__item {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}

@media (min-width: 992px) {
  .brand-portfolio__item .auto-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.brand-portfolio__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--thm-base);
  background-blend-mode: luminosity;
  opacity: 0;
  background-attachment: fixed;
  background-position: center center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand-portfolio__item:hover .brand-portfolio__item__bg {
  opacity: 0.1;
}

.brand-portfolio__title {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .brand-portfolio__title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 60px;
  }
}

.brand-portfolio__link {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  opacity: 0.6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand-portfolio__link:hover {
  opacity: 1;
  color: #fff;
}

@media (min-width: 992px) {
  .brand-portfolio__link {
    font-size: 28px;
  }
}

.brand-portfolio__link span {
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.brand-portfolio__image img {
  opacity: 0.6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand-portfolio__item:hover .brand-portfolio__image img {
  opacity: 1;
}

.brand-portfolio__item:nth-child(2) {
  background-color: #8b34e4;
}

.brand-portfolio__item:nth-child(2) .brand-portfolio__item__bg {
  background-color: #8b34e4;
}

.brand-portfolio__item:nth-child(3) {
  background-color: #3abd90;
}

.brand-portfolio__item:nth-child(3) .brand-portfolio__item__bg {
  background-color: #3abd90;
}

.brand-portfolio__item:nth-child(4) {
  background-color: #e7842b;
}

.brand-portfolio__item:nth-child(4) .brand-portfolio__item__bg {
  background-color: #e7842b;
}

.brand-portfolio__item:nth-child(5) {
  background-color: #cdced5;
}

.brand-portfolio__item:nth-child(5) .brand-portfolio__item__bg {
  background-color: #cdced5;
}

/*--------------------------------------------------------------
# Events Styles
--------------------------------------------------------------*/
.events-one {
  padding-top: 80px;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .events-one {
    padding-top: 120px;
    padding-bottom: 110px;
  }
}

.events-one .row {
  --bs-gutter-y: 30px;
}

.events-one__image {
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
}

.events-one__date {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--thm-base);
  width: 60px;
  height: 60px;
  font-family: var(--thm-font);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 8px;
  padding: 0 11px;
  line-height: 1;
  padding-top: 4px;
  z-index: 10;
}

.events-one__image img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.events-one__item:hover .events-one__image img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.events-one__content {
  border: 1px solid transparent;
  border-top: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  padding-top: 33px;
  padding-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.events-one__item:hover .events-one__content {
  border-color: #e9ebee;
}

.events-one__title {
  margin: 0;
  font-size: 34px;
  color: var(--thm-black);
  margin-bottom: 16px;
  text-transform: uppercase;
}

.events-one__title a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.events-one__title a:hover {
  color: var(--thm-base);
}

.events-one__meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: var(--thm-text);
}

.events-one__meta li i {
  color: var(--thm-base);
  margin-right: 10px;
  width: 18px;
}

.events-one .more-box {
  margin-top: 60px;
}

.events-details {
  padding: 80px 0 80px;
}

@media (min-width: 992px) {
  .events-details {
    padding: 120px 0;
  }
}

.events-details .events-one__image {
  border-radius: 8px;
}

.events-details__content .theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 50px;
}

.events-details .events-one__title {
  position: relative;
  top: -10px;
}

.events-details__content {
  margin-top: 40px;
}

.events-details__content p {
  margin: 0;
}

.events-details__content p+p {
  margin-top: 45px;
}

@media (min-width: 992px) {
  .events-details .events-one__title {
    font-size: 50px;
  }
}

.events-details__sidebar {
  margin-top: 40px;
}

.events-details__sidebar .row {
  --bs-gutter-y: 30px;
}

.events-details__widget-info {
  background-color: #f4f5f8;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 42px;
  padding-bottom: 47px;
  border-radius: 8px;
}

.events-details__widget-info ul {
  margin: 0;
}

.events-details__widget-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.events-details__widget-info li a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.events-details__widget-info li a:hover {
  color: var(--thm-black);
  text-shadow: 0 0 1px currentColor;
}

.events-details__widget-info li+li {
  margin-top: 14px;
}

.events-details__widget-info li strong {
  text-transform: uppercase;
  color: var(--thm-black);
  font-weight: 400;
  font-family: var(--thm-font);
  font-size: 22px;
}

.events-details__widget-info li span {
  text-align: right;
  font-size: 14px;
  color: var(--thm-text);
  line-height: 24px;
  display: block;
  position: relative;
  top: 4px;
}

.events-details__widget-map {
  overflow: hidden;
  border-radius: 8px;
}

.events-details__widget-map iframe {
  height: 386px;
}

/* update 01-10-2021 */
/* common css */
.sec-title-six {
  margin-bottom: 54px;
}

.sec-title-six__text {
  color: var(--thm-base);
  font-size: 16px;
  margin: 0;
  line-height: 1;
  margin-bottom: 26px;
}

.sec-title-six__text span {
  padding-bottom: 6px;
  border-bottom: 2px solid currentColor;
}

.sec-title-six__title {
  font-size: 40px;
  font-weight: bold;
  color: var(--thm-black);
  margin: 0;
  line-height: 1;
}

@media (min-width: 992px) {
  .sec-title-six__title {
    font-size: 50px;
  }
}

.sec-title-seven {
  margin-bottom: 50px;
}

.sec-title-seven__title {
  margin: 0;
  color: var(--thm-black);
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: -0.04em;
}

@media (min-width: 1200px) {
  .sec-title-seven__title {
    font-size: 50px;
  }
}

.sec-title-seven__title span {
  font-weight: bold;
}

.sec-title-eight {
  margin-bottom: 47px;
}

.sec-title-eight__text {
  margin: 0;
  font-size: 16px;
  color: var(--thm-text);
  line-height: 1;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .sec-title-eight__text {
    font-size: 18px;
  }
}



@media (min-width: 992px) {
  .sec-title-eight__title {
    font-size: 50px;
  }
}

.thm-btn__six {
  background-color: var(--thm-base);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 17px 59px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-btn__six:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.thm-btn__seven {
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9a61), color-stop(51%, #ff4b82), to(#ff9a61));
  background-image: linear-gradient(to right, #ff9a61 0%, #ff4b82 51%, #ff9a61 100%);
  background-size: 200% auto;
  -webkit-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  padding: 3px 15px;
}

.thm-btn__seven:hover {
  color: #fff;
  background-position: 100%;
}

.thm-btn__eight {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--thm-black);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 14.5px 50px;
}

.thm-btn__eight:hover {
  background-color: var(--thm-base);
  color: var(--thm-black);
}

/* header home 6 corporate agency */
.preloader .icon {
  background-size: 65px auto;
}

/* header six */
@media (min-width: 1200px) {
  .header-six .auto-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-six__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 1200px) {
  .header-six__logo {
    padding-top: 29.5px;
    padding-bottom: 29.5px;
  }
}

.header-six .mobile-nav-toggler {
  font-size: 50px;
  
  color: var(--thm-black);
  cursor: pointer;
}

@media (min-width: 1200px) {
  .header-six .mobile-nav-toggler {
    display: none;
  }
}

.header-six__info,
.header-six__social {
  display: none;
}

@media (min-width: 1200px) {

  .header-six__info,
  .header-six__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-six__info {
  margin-left: auto;
}

.header-six__info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--thm-black);
  font-weight: 700;
  border-left: 1px solid #e2e7ea;
  margin-left: 40px;
  padding-left: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-top: 1.5px;
  padding-bottom: 1.5px;
}

.header-six__info__link:first-of-type {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

.header-six__info__link:hover {
  color: var(--thm-base);
}

.header-six__info__link:hover>i {
  color: var(--thm-black);
}

.header-six__info__link>i {
  font-size: 16px;
  color: var(--thm-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 10px;
}

.header-six__social {
  margin-left: 50px;
}

.header-six__social a {
  color: var(--thm-text);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-six__social a+a {
  margin-left: 25px;
}

.header-six__social a:hover {
  color: var(--thm-base);
}

/* slider six */
.slider-six {
  position: relative;
}

.slider-six__curv svg {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: 10;
  color: #fff;
}

.slider-six .swiper-slide {
  position: relative;
  background-color: var(--thm-black);
}

.slider-six .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--thm-black);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: .6;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: hidden;
  -webkit-transition: visibility 0ms ease, -webkit-transform 7000ms ease;
  transition: visibility 0ms ease, -webkit-transform 7000ms ease;
  transition: visibility 0ms ease, transform 7000ms ease;
  transition: visibility 0ms ease, transform 7000ms ease, -webkit-transform 7000ms ease;
}

.slider-six .swiper-slide-active .image-layer {
  visibility: visible;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.slider-six__content {
  position: relative;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .slider-six__content {
    padding-top: 240px;
    padding-bottom: 268px;
  }
}

.slider-six__title {
  font-size: 45px;
  letter-spacing: -0.02em;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  opacity: 0;
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
  -webkit-transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease, -webkit-transform 1500ms ease;
}

@media (min-width: 992px) {
  .slider-six__title {
    font-size: 60px;
  }
}

@media (min-width: 1200px) {
  .slider-six__title {
    font-size: 90px;
    margin-bottom: 50px;
  }
}

.slider-six__text {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateY(-50px);
  transform: scaleY(0) translateY(-50px);
  -webkit-transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease, -webkit-transform 1500ms ease;
  opacity: 0;
}

@media (min-width: 992px) {
  .slider-six__text {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .slider-six__text {
    margin-bottom: 25px;
  }
}

.slider-six__text span {
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
}

.slider-six__btn {
  -webkit-transform: scaleY(0) translateY(-200px);
  transform: scaleY(0) translateY(-200px);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  opacity: 0;
  -webkit-transition: background 500ms ease, color 500ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: background 500ms ease, color 500ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, background 500ms ease, color 500ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, background 500ms ease, color 500ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.slider-six__btn:hover {
  background-color: #fff;
  color: var(--thm-black);
}

.swiper-slide-active .slider-six__text,
.swiper-slide-active .slider-six__btn {
  -webkit-transform: scaleY(1) translateY(0);
  transform: scaleY(1) translateY(0);
  opacity: 1;
}

.swiper-slide-active .slider-six__title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.slider-six .main-slider__nav {
  display: none;
}

@media (min-width: 992px) {
  .slider-six .main-slider__nav {
    display: block;
  }
}

.slider-six .main-slider__nav [class*=swiper-button-] {
  width: 40px;
  height: 120px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  color: var(--thm-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  opacity: 0.3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 22px;
}

.slider-six .main-slider__nav [class*=swiper-button-]:hover {
  opacity: 1;
}

.slider-six .main-slider__nav [class*=swiper-button-]::after {
  display: none;
}

@media (min-width: 1200px) {
  .slider-six .main-slider__nav [class*=swiper-button-] {
    width: 45px;
    height: 173px;
  }
}

.slider-six .main-slider__nav .swiper-button-prev {
  left: 0;
}

.slider-six .main-slider__nav .swiper-button-next {
  right: 0;
}

/* main menu six */
.mainmenu-six {
  position: relative;
  z-index: 99;
  display: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 1200px) {
  .mainmenu-six {
    display: block;
  }
}

.mainmenu-six__inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -69px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mainmenu-six.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--thm-black);
  min-height: 68px;
}

.mainmenu-six.fixed-header .mainmenu-six__inner {
  border-bottom: 0;
}

.mainmenu-six .nav-outer {
  position: relative;
  float: none;
  text-align: left;
}

.mainmenu-six__right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainmenu-six__btn {
  padding: 17px 49px;
}

.mainmenu-six__btn:hover {
  background-color: #fff;
  color: var(--thm-black);
}

.mainmenu-six__search {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 30px;
  margin-right: 30px;
}

.mainmenu-six__search button {
  color: #fff;
  font-size: 24px;
  background-color: transparent;
}

.mainmenu-six .main-menu .navigation>li {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.mainmenu-six .main-menu .navigation>li+li {
  margin-left: 38px;
}

.mainmenu-six .main-menu .navigation>li>a {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: bold;
}

.mainmenu-six .main-menu .navigation>li>ul>li>a {
  font-size: 15px;
  font-weight: bold;
  color: var(--thm-black);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mainmenu-six .main-menu .navigation>li>ul>li>a:hover {
  color: var(--thm-base);
}

.mainmenu-six .main-menu .navigation>li>ul {
  border-radius: 0;
}

/* Footer six */
.footer-six {
  background-color: var(--thm-black);
  padding-top: 100px;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .footer-six {
    padding-bottom: 100px;
  }
}

.footer-six__title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
}

.footer-six__widget {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .footer-six__widget {
    margin-bottom: 0;
  }
}

.footer-six__about__text {
  margin: 0;
  font-size: 24px;
  color: #fff;
  line-height: 1.2em;
  margin-top: 35px;
  margin-bottom: 35px;
}

.footer-six__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-six__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  color: #91aab9;
  font-size: 14px;
  background-color: #172f3e;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-six__social a:hover {
  background-color: #fff;
  color: var(--thm-base);
}

.footer-six__social a+a {
  margin-left: 10px;
}

.footer-six__links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-six__links__list__item {
  margin-top: -13px;
}

.footer-six__links__list__item:first-child {
  margin-right: 65px;
}

.footer-six__links__list__item li a {
  font-weight: bold;
  font-size: 14px;
  color: #91aab9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}

.footer-six__links__list__item li a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.footer-six__links__list__item li a:hover {
  color: #fff;
}

.footer-six__links__list__item li a:hover::after {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.footer-six__copyright {
  background-color: #172f3e;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer-six__copyright p {
  margin: 0;
  color: #91aab9;
  font-size: 14px;
  font-weight: bold;
}

.footer-six__newsletter__form {
  margin-top: -16px;
  position: relative;
}

.footer-six__newsletter__form button[type=submit] {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  font-size: 18px;
  color: #91aab9;
  position: absolute;
  top: 0;
  right: 0;
}

.footer-six__newsletter__form input[type=text],
.footer-six__newsletter__form input[type=email],
.footer-six__newsletter__form input[type=phone] {
  display: block;
  width: 100%;
  border-bottom: 5px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0);
  color: #91aab9;
  padding-bottom: 10px;
}

.footer-six__newsletter__form ::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

.footer-six__newsletter__form :-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.footer-six__newsletter__form ::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.footer-six__newsletter__form ::placeholder {
  opacity: 1;
  color: inherit;
}

.footer-six__newsletter__form p {
  margin: 0;
  color: #91aab9;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.footer-six__newsletter__form p a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 5px;
}

.footer-six__newsletter__form p a:hover {
  color: #fff;
}

.footer-six__newsletter__form p::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  margin-right: 10px;
}

/* video six */
.video-six {
  background-color: var(--thm-base);
  position: relative;
}

.video-six__parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
}

.video-six__parallax div {
  background-color: var(--thm-base);
}

.video-six__parallax img {
  mix-blend-mode: luminosity;
}

.video-six__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .video-six__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    padding-top: 110px;
    padding-bottom: 120px;
  }
}

.video-six__title {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .video-six__title {
    font-size: 50px;
    max-width: 651px;
  }
}

.video-six__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .video-six__video {
    margin-top: 0;
  }
}

.video-six__video__text {
  font-family: 'reeyregular';
  font-size: 30px;
  color: #ffffff;
  margin: 0;
  line-height: 1;
}

.video-six__btn {
  width: 111px;
  height: 111px;
  background-color: var(--thm-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  margin-left: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}

.video-six__btn:hover {
  background-color: #fff;
  color: var(--thm-base);
}

.video-six__btn .ripple,
.video-six__btn .ripple:before,
.video-six__btn .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-six__btn .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-six__btn .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/* map six */
.map-six iframe {
  height: 553px;
}

/* blog six */
.blog-six {
  padding-bottom: 70px;
  padding-top: 100px;
}

@media (min-width: 1200px) {
  .blog-six {
    padding-bottom: 90px;
    padding-top: 120px;
  }
}

.blog-six__item {
  position: relative;
  margin-bottom: 30px;
}

.blog-six__image {
  background-color: var(--thm-black);
}

.blog-six__image img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-six__item:hover .blog-six__image img {
  opacity: 0.8;
}

.blog-six__content {
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(23, 39, 54, 0.07);
  box-shadow: 0px 20px 60px 0px rgba(23, 39, 54, 0.07);
  padding-top: 20px;
  padding-bottom: 44px;
  position: relative;
}

.blog-six__content::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--thm-base);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.blog-six__item:hover .blog-six__content::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.blog-six__text {
  font-size: 18px;
  line-height: 34px;
  color: var(--thm-text);
  margin: 0;
  margin-top: 27px;
}

.blog-six__title {
  margin: 0;
  color: var(--thm-black);
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}

.blog-six__title a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-six__title a:hover {
  color: var(--thm-base);
}

.blog-six__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}

.blog-six__meta a {
  font-size: 14px;
  font-weight: bold;
  color: var(--thm-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-six__meta a+a {
  margin-left: 10px;
}

.blog-six__meta a i {
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--thm-base);
  margin-right: 4px;
}

.blog-six__meta a:hover {
  color: var(--thm-base);
}

.blog-six__meta a:hover i {
  color: var(--thm-black);
}

/* sponsor six */
.sponsor-six {
  border-bottom: 1px solid #e2e7ea;
  padding-bottom: 120px;
  padding-top: 120px;
}

.sponsor-six img {
  opacity: 0.2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sponsor-six img:hover {
  opacity: 0.6;
}

/* about six */
.about-six {
  background-color: #edf1f3;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .about-six {
    padding-bottom: 150px;
    padding-top: 120px;
  }
}

@media (min-width: 1200px) {
  .about-six {
    padding-bottom: 235px;
  }
}

.about-six__curv svg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: 10;
  color: #fff;
}

@media (min-width: 1200px) {
  .about-six__content {
    margin-right: -30px;
  }
}

.about-six__text {
  font-size: 18px;
  line-height: 2em;
}

.about-six__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .about-six__image {
    margin: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.about-six__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .about-six__box {
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .about-six__box {
    padding: 40px;
    margin-top: 60px;
  }
}

.about-six__box:hover {
  background-color: var(--thm-base);
}

.about-six__box__title {
  color: var(--thm-black);
  margin: 0;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-six__box:hover .about-six__box__title {
  color: #fff;
}

.about-six__box__icon {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--thm-base);
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  font-size: 32px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-six__box:hover .about-six__box__icon {
  background-color: #fff;
  color: var(--thm-base);
}

/* about seven */
.about-seven {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-seven__images {
  display: inline-block;
  position: relative;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .about-seven__images {
    margin-bottom: 0;
  }
}

.about-seven__images::before {
  content: '';
  width: 88%;
  height: 88%;
  background-color: var(--thm-base);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -40px;
}

.about-seven__images img {
  border-radius: 50%;
  max-width: 100%;
  position: relative;
}

.about-seven__images img:nth-of-type(2) {
  position: absolute;
  bottom: -60px;
  right: 50px;
}

.about-seven .sec-title-six {
  margin-bottom: 0;
}

.about-seven__summery {
  font-size: 18px;
  line-height: 1.88em;
  color: var(--thm-text);
  margin: 0;
  margin-top: 45px;
  margin-bottom: 27px;
}

.about-seven__title {
  font-size: 24px;
  line-height: 1.2em;
  margin: 0;
  color: var(--thm-base);
  font-weight: 700;
  margin-bottom: 40px;
}

.about-seven__list {
  margin: 0;
  margin-bottom: 54px;
}

.about-seven__list li {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: var(--thm-black);
  padding-left: 35px;
}

.about-seven__list li>i {
  font-size: 20px;
  color: var(--thm-base);
  position: absolute;
  top: 10px;
  left: 0;
}

.about-seven__list li+li {
  margin-top: 4px;
}

/* Funfact six */
.funfact-six {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: var(--thm-black);
}

@media (min-width: 992px) {
  .funfact-six {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}

.funfact-six__item {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.funfact-six__item::after {
  display: none;
  content: '';
  height: 158px;
  width: 1px;
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .funfact-six__item::after {
    display: block;
  }
}

.funfact-six [class*=col-]:nth-of-type(2n) .funfact-six__item::after {
  display: none;
}

@media (min-width: 992px) {
  .funfact-six [class*=col-]:nth-of-type(2n) .funfact-six__item::after {
    display: block;
  }
}

@media (min-width: 1200px) {
  .funfact-six [class*=col-]:last-child .funfact-six__item::after {
    display: none;
  }
}

.funfact-six__icon {
  font-size: 64px;
  color: #fff;
  line-height: 1;
}

.funfact-six__count {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 12px;
}

.funfact-six__text {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #91aab9;
  line-height: 1;
}

/* Project six */
.project-six {
  padding-top: 100px;
}

@media (min-width: 1200px) {
  .project-six {
    padding-top: 120px;
  }
}

.project-six .auto-container {
  max-width: 100%;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}

@media (min-width: 1200px) {
  .project-six .auto-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.project-six__item img {
  width: 100%;
}

.project-six__content {
  margin: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 50px;
  -webkit-transform: translateY(-50%) translateZ(500px);
  transform: translateY(-50%) translateZ(500px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.project-six__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-base);
  opacity: 0.9;
}

.project-six__item:hover .project-six__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}

.project-six__category {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1;
}

.project-six__title {
  margin: 0;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-top: 15px;
}

.project-six__title a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* subscribe one */
.subscribe-one {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid #e2e7ea;
}

@media (min-width: 1200px) {
  .subscribe-one {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.subscribe-one__title {
  margin: 0;
  color: var(--thm-black);
  font-size: 40px;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .subscribe-one__title {
    font-size: 50px;
    margin-bottom: 0px;
  }
}

.subscribe-one__validate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 21px;
}

.subscribe-one__validate::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #e2e7ea;
  display: block;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .subscribe-one__validate {
    margin-left: 70px;
  }
}

.subscribe-one__form {
  position: relative;
}

@media (min-width: 1200px) {
  .subscribe-one__form {
    padding-left: 70px;
  }
}

.subscribe-one__form input[type=text],
.subscribe-one__form input[type=email],
.subscribe-one__form input[type=phone] {
  width: 100%;
  font-size: 16px;
  color: var(--thm-text);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #e2e7ea;
  padding-bottom: 15px;
}

.subscribe-one__form ::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

.subscribe-one__form :-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.subscribe-one__form ::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.subscribe-one__form ::placeholder {
  opacity: 1;
  color: inherit;
}

.subscribe-one__form button[type=submit] {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  color: var(--thm-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.subscribe-one__form button[type=submit]:hover {
  color: var(--thm-black);
}

/* Service Six */
.service-six {
  background-color: #edf1f3;
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .service-six {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}

@media (min-width: 1200px) {
  .service-six {
    padding-bottom: 205px;
  }
}

.service-six__curv svg {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: 10;
  color: #fff;
}

.service-six__item {
  margin-bottom: 30px;
}

.service-six__content {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 45px 50px;
}

.service-six__content::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: var(--thm-base);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.service-six__item:hover .service-six__content::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.service-six__icon {
  width: 102px;
  height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  top: -63px;
  right: 30px;
  z-index: 10;
}

.service-six__icon i {
  font-size: 60px;
  color: var(--thm-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-six__item:hover .service-six__icon {
  background-color: var(--thm-base);
}

.service-six__item:hover .service-six__icon i {
  color: #fff;
}

.service-six__title {
  margin: 0;
  color: var(--thm-black);
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 35px;
}

.service-six__title a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-six__title a:hover {
  color: var(--thm-base);
}

.service-six__text {
  font-size: 18px;
  color: var(--thm-text);
  line-height: 2em;
  margin: 0;
}

/* Footer seven */
.footer-seven {
  background-color: var(--thm-black);
  background-image: url(../images/update-01-10-2021/shapes/footer-bg-1-1.png);
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .footer-seven {
    padding-bottom: 90px;
  }
}

.footer-seven__widget {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .footer-seven__widget {
    margin-bottom: 0;
  }
}

.footer-seven__about__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.875em;
  color: #a7a4b3;
  margin-top: 20px;
}

.footer-seven__about__text a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 40px;
}

.footer-seven__about__text a:hover {
  color: #fff;
}

.footer-seven__title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}

.footer-seven__links__list li+li {
  margin-top: 6px;
}

.footer-seven__links__list li a {
  color: #a7a4b3;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}

.footer-seven__links__list li a::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.footer-seven__links__list li a:hover {
  color: #fff;
}

.footer-seven__links__list li a:hover::before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media (min-width: 992px) {
  .footer-seven [class*=col-]:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-seven [class*=col-]:last-child .footer-seven__social {
    margin-top: -50px;
  }
}

.footer-seven__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-seven__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #201e28;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .footer-seven__social a {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

.footer-seven__social a+a {
  margin-left: 10px;
}

.footer-seven__social a:hover {
  background-color: #fff;
  color: var(--thm-black);
}

.footer-seven__copyright {
  background-color: #201e28;
  padding: 39px 0;
}

.footer-seven__copyright p {
  margin: 0;
  font-size: 16px;
  color:#fff;
  /*color: #a7a4b3;*/
}

/* footer eight */
.footer-eight {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: var(--thm-black);
}

@media (min-width: 1200px) {
  .footer-eight {
    padding-top: 95px;
    padding-bottom: 80px;
  }
}

.footer-eight__title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .footer-eight__title {
    margin-bottom: 39px;
  }
}

.footer-eight__widget {
  margin-bottom: 20px;
}

.footer-eight__widget p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #acb5cb;
  line-height: 2.14;
}

.footer-eight__widget p a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-eight__widget p a:hover {
  color: #fff;
}

.footer-eight__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .footer-eight__social {
    margin-top: 30px;
  }
}

.footer-eight__social a {
  color: #acb5cb;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-eight__social a+a {
  margin-left: 25px;
}

.footer-eight__social a:hover {
  color: var(--thm-base);
}

.footer-eight__copyright {
  background-color: #112350;
}

.footer-eight__copyright .auto-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .footer-eight__copyright .auto-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.footer-eight__copyright p {
  font-size: 14px;
  font-weight: 500;
  color: #acb5cb;
  margin: 0;
  margin-top: 5px;
}

/* footer nine */
.footer-nine {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: var(--thm-black);
}

@media (min-width: 1200px) {
  .footer-nine .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .footer-nine {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer-nine__widget {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .footer-nine__widget {
    margin-bottom: 0;
  }
}

.footer-nine__widget__title {
  margin: 0;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .footer-nine__widget__title {
    margin-bottom: 30px;
  }
}

.footer-nine__subscribe__text {
  margin: 0;
  font-size: 16px;
  color: #999b9f;
  line-height: 2.25;
  max-width: 302px;
  margin-bottom: 20px;
}

.footer-nine__subscribe form {
  position: relative;
  max-width: 300px;
  width: 100%;
}

.footer-nine__subscribe form input[type=text],
.footer-nine__subscribe form input[type=email],
.footer-nine__subscribe form input[type=phone] {
  background-color: #1c1e22;
  width: 100%;
  display: block;
  height: 70px;
  border-radius: 8px;
  color: #999b9f;
  font-size: 14px;
  padding-left: 30px;
  font-family: var(--thm-b-font);
}

.footer-nine__subscribe form button[type=submit] {
  background-color: rgba(0, 0, 0, 0);
  color: var(--thm-base);
  font-size: 16px;
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-nine__subscribe form ::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

.footer-nine__subscribe form :-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.footer-nine__subscribe form ::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.footer-nine__subscribe form ::placeholder {
  opacity: 1;
  color: inherit;
}

.footer-nine__links {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .footer-nine__links {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    margin-left: -10px;
    padding-left: 90px;
    padding-right: 15px;
    margin-right: -15px;
    padding-top: 140px;
    padding-bottom: 110px;
  }
}

.footer-nine__links__list {
  margin: 0;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .footer-nine__links__list {
    margin-bottom: 0;
  }
}

.footer-nine__links__list li a {
  color: #999b9f;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}

.footer-nine__links__list li a::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.footer-nine__links__list li a:hover {
  color: #fff;
}

.footer-nine__links__list li a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media (min-width: 1200px) {
  .footer-nine__contact {
    padding-left: 75px;
  }
}

.footer-nine__contact__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.875;
  color: #999b9f;
  max-width: 193px;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .footer-nine__contact__text {
    margin-bottom: 20px;
  }
}

.footer-nine__contact__list {
  margin-bottom: 0;
}

.footer-nine__contact__list li {
  position: relative;
  padding-left: 28px;
  color: #fff;
  font-size: 16px;
}

.footer-nine__contact__list li a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-nine__contact__list li a:hover {
  opacity: 0.8;
}

.footer-nine__contact__list li i {
  color: var(--thm-base);
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-nine__bottom {
  background-color: #1c1e22;
}

.footer-nine__bottom .auto-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .footer-nine__bottom .auto-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

.footer-nine__copyright {
  margin: 0;
  font-size: 16px;
  color: #999b9f;
}

.footer-nine__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .footer-nine__social {
    margin-top: 0;
  }
}

.footer-nine__social a {
  width: 44px;
  height: 44px;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #999b9f;
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-nine__social a:hover {
  background-color: #fff;
  color: var(--thm-black);
}

.footer-nine__social a+a {
  margin-left: 10px;
}

/* subscribe two */
.subscribe-two {
  background-color: #ff9a61;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/update-01-10-2021/shapes/subscribe-two-bg-1-1.png);
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
}

@media (min-width: 1200px) {
  .subscribe-two {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.subscribe-two__shape {
  position: absolute;
  bottom: 55px;
  left: 150px;
  width: 154px;
  height: 92px;
  background-image: url(../images/update-01-10-2021/shapes/subscribe-two-shape-1.png);
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .subscribe-two .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.subscribe-two__title {
  margin: 0;
  color: #fff;
  font-size: 40px;
  letter-spacing: -0.04em;
}

@media (min-width: 1200px) {
  .subscribe-two__title {
    font-size: 50px;
    max-width: 505px;
  }
}

.subscribe-two__title span {
  font-weight: bold;
}

.subscribe-two__form {
  position: relative;
  margin-top: 50px;
}

@media (min-width: 992px) {
  .subscribe-two__form {
    margin-top: 0;
  }
}

.subscribe-two__form input[type=text],
.subscribe-two__form input[type=email],
.subscribe-two__form input[type=phone] {
  display: block;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  color: var(--thm-text);
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  height: 91px;
}

.subscribe-two__form ::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

.subscribe-two__form :-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.subscribe-two__form ::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.subscribe-two__form ::placeholder {
  opacity: 1;
  color: inherit;
}

.subscribe-two__form button[type=submit] {
  height: 61px;
  width: 61px;
  background-color: var(--thm-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 30.5px);
  right: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.subscribe-two__form button[type=submit]:hover {
  background-color: var(--thm-base);
  color: #fff;
}

/* Blog Seven */
.blog-seven {
  padding-top: 90px;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .blog-seven {
    padding-top: 110px;
    padding-bottom: 90px;
  }
}

.blog-seven__item {
  margin-bottom: 30px;
}

.blog-seven__image {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blog-seven__image img {
  width: 100%;
}

.blog-seven__content {
  position: relative;
  border: 1px solid #f0eae4;
  border-top: 0;
  border-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 40px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-seven__content::after {
  content: '';
  background-color: #f0eae4;
  width: 100%;
  height: 11px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-seven__item:hover .blog-seven__content {
  border-color: #ff9a61;
}

.blog-seven__item:hover .blog-seven__content::after {
  background-color: #ff9a61;
}

.blog-seven__title {
  margin: 0;
  color: var(--thm-black);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}

.blog-seven__title a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-seven__title a:hover {
  color: inherit;
}

.blog-seven__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-seven__meta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--thm-text);
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-seven__meta a:not(:last-child)::after {
  content: '/';
  margin-left: 10px;
  margin-right: 10px;
}

.blog-seven__meta a i {
  color: var(--thm-base);
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 4px;
}

.blog-seven__meta a:hover {
  color: var(--thm-base);
}

.blog-seven__meta a:hover i {
  color: var(--thm-black);
}

.blog-seven__date {
  position: absolute;
  left: 40px;
  bottom: 100%;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  color: var(--thm-text);
  font-size: 12px;
  z-index: 10;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* Testimonials Seven */
.testimonials-seven {
  background-color: #f8f4f0;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (min-width: 1200px) {
  .testimonials-seven {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1400px) {
  .testimonials-seven {
    padding-top: 120px;
    padding-bottom: 210px;
  }
}

.testimonials-seven .sec-title-seven {
  text-align: center;
}

@media (min-width: 1400px) {
  .testimonials-seven .sec-title-seven {
    text-align: left;
    max-width: 366px;
    margin-bottom: 0;
    margin-top: -10px;
  }
}

.testimonials-seven__nav {
  display: none;
}

@media (min-width: 1400px) {
  .testimonials-seven__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
  }
}

.testimonials-seven__nav div+div {
  margin-left: 10px;
}

.testimonials-seven__nav span {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 56px;
  height: 56px;
  color: var(--thm-black);
  font-size: 22px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonials-seven__nav span:hover {
  background-color: var(--thm-base);
  color: #fff;
}

.testimonials-seven .swiper-container {
  overflow: visible;
  padding: 60px;
}

@media (min-width: 1400px) {
  .testimonials-seven .swiper-container {
    left: -60px;
  }
}

.testimonials-seven__slider {
  margin: -60px;
  overflow: hidden;
}

@media (min-width: 1400px) {
  .testimonials-seven__slider-wrapper {
    width: 100%;
    max-width: 1470px;
    position: absolute;
    right: -430px;
    top: 120px;
  }
}

.testimonials-seven__item {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 40px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .testimonials-seven__item {
    padding: 60px;
    padding-bottom: 50px;
  }
}

.testimonials-seven__item::after {
  content: '\f15a';
  font-family: "Flaticon";
  font-size: 64px;
  color: var(--thm-base);
  position: absolute;
  top: 40px;
  right: 40px;
}

@media (min-width: 992px) {
  .testimonials-seven__item::after {
    top: 60px;
    right: 60px;
  }
}

.testimonials-seven__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.testimonials-seven__image img {
  border-radius: 50%;
}

.testimonials-seven__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-seven__content {
  margin: 0;
  font-size: 18px;
  line-height: 2em;
  color: var(--thm-text);
  font-style: italic;
  margin-top: 25px;
}

.testimonials-seven__name {
  margin: 0;
  font-size: 18px;
  color: var(--thm-black);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}

.testimonials-seven__designation {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: var(--thm-text);
}

/* sponsor seven */
.sponsor-seven .swiper-container {
  border-top: 1px solid #f0eae4;
  padding-top: 120px;
  padding-bottom: 120px;
}

.sponsor-seven .swiper-container img {
  opacity: 0.3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sponsor-seven .swiper-container img:hover {
  opacity: 1;
}

/* sponsor eight */
.sponsor-eight {
  background-color: #eef0f6;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 1200px) {
  .sponsor-eight {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.sponsor-eight img {
  opacity: 0.3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sponsor-eight img:hover {
  opacity: 0.8;
}

/* Funfact Seven */
.funfact-seven {
  padding-top: 100px;
  padding-bottom: 70px;
}

@media (min-width: 1200px) {
  .funfact-seven {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}

.funfact-seven__item {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(42, 40, 51, 0.05);
  box-shadow: 0px 20px 60px 0px rgba(42, 40, 51, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.funfact-seven__title {
  font-size: 40px;
  color: var(--thm-black);
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding-bottom: 13px;
}

.funfact-seven__text {
  margin: 0;
  color: #579eee;
  letter-spacing: .2em;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.funfact-seven__text::before {
  content: '';
  border-radius: 50%;
  border: 8px solid currentColor;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 0.1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.funfact-seven__item:hover .funfact-seven__text::before {
  opacity: 1;
}

@media (min-width: 992px) {
  .funfact-seven [class*=col-]:nth-child(1) .funfact-seven__item {
    margin-left: 0;
  }
}

.funfact-seven [class*=col-]:nth-child(2) .funfact-seven__text {
  color: #ff9a61;
}

.funfact-seven [class*=col-]:nth-child(3) .funfact-seven__text {
  color: #54d6ad;
}

@media (min-width: 992px) {
  .funfact-seven [class*=col-]:nth-child(4) .funfact-seven__item {
    margin-left: auto;
    margin-right: 0;
  }
}

.funfact-seven [class*=col-]:nth-child(4) .funfact-seven__text {
  color: #f15d8a;
}

/* Pricing two */
.pricing-two {
  background-color: #f8f4f0;
  background-image: url(../images/update-01-10-2021/shapes/pricing-2-bg-1-1.png);
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 70px;
}

@media (min-width: 1200px) {
  .pricing-two {
    padding-top: 240px;
    padding-bottom: 90px;
  }
}

.pricing-two .animated {
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
}

.pricing-two__card {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-top: 57px;
  padding-bottom: 52px;
}

.pricing-two__card:hover {
  background-color: var(--thm-black);
}

.pricing-two__amount {
  margin: 0;
  font-size: 60px;
  letter-spacing: -0.04em;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__name {
  margin: 0;
  color: #ff9a61;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 500;
  font-size: 14px;
  margin-top: 12px;
}

.pricing-two__list {
  margin: 0;
  border-top: 1px solid #f0eae4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 28px;
  padding-top: 30px;
  margin-top: 30px;
}

.pricing-two__list li {
  font-size: 16px;
  color: var(--thm-text);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.pricing-two__list li+li {
  margin-top: 6px;
}

.pricing-two__tagline {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 12px;
  font-weight: 400;
  color: var(--thm-text);
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 12px;
}

.pricing-two__card:hover .pricing-two__list {
  border-color: rgba(255, 255, 255, 0.1);
}

.pricing-two__card:hover .pricing-two__title,
.pricing-two__card:hover .pricing-two__tagline {
  color: #a7a4b3;
}

.pricing-two__card:hover .pricing-two__amount {
  color: #fff;
}

.pricing-two .switch-toggler-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.pricing-two .switch-toggler-list li {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.pricing-two .switch-toggler-list li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.pricing-two .switch-toggler-list li:last-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 10px;
  margin-right: 10px;
}

.pricing-two .switch-toggler-list li a {
  color: var(--thm-text);
  font-size: 16px;
}

.pricing-two .switch-toggler-list li.active a {
  color: var(--thm-black);
}

.pricing-two .switch-toggler-list li .switch {
  width: 79px;
  height: 36px;
  background-color: #f0eae4;
  border-radius: 18px;
  position: relative;
  display: block;
  cursor: pointer;
}

.pricing-two .switch-toggler-list li .switch span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9a61), color-stop(51%, #ff4b82), to(#ff9a61));
  background-image: linear-gradient(to right, #ff9a61 0%, #ff4b82 51%, #ff9a61 100%);
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.pricing-two .switch-toggler-list li .switch.off span {
  -webkit-transform: translateX(43px);
  transform: translateX(43px);
}

/* project seven */
.project-seven {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .project-seven {
    padding-top: 120px;
    padding-bottom: 0;
    margin-bottom: -120px;
    position: relative;
    z-index: 10;
  }
}

.project-seven .auto-container {
  max-width: 100%;
}

@media (min-width: 992px) {
  .project-seven .auto-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .project-seven .auto-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1400px) {
  .project-seven .auto-container {
    padding-left: 160px;
    padding-right: 160px;
  }
}

.project-seven__link {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 18px;
  color: var(--thm-black);
  -webkit-transition: color 500ms ease, background 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  transition: color 500ms ease, background 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  transition: color 500ms ease, background 500ms ease, transform 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, background 500ms ease, transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.project-seven__link:hover {
  background-color: var(--thm-base);
  color: #fff;
}

.project-seven__item:hover .project-seven__link {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.project-seven__item {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.project-seven__item img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.project-seven__item:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.project-seven__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(70%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 70%);
}

.project-seven__category {
  color: #fff;
  font-size: 14px;
  margin: 0;
  line-height: 1;
  margin-bottom: 9px;
}

.project-seven__title {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  line-height: 1.2em;
  font-weight: bold;
}

.project-seven__title a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-seven__title a:hover {
  color: var(--thm-base);
}

/* about eight */
.about-eight__icon i {
  font-size: 62px;
  color: var(--thm-base);
}

.about-eight__image {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .about-eight__image {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .about-eight__image img {
    max-width: none;
    float: left;
    margin-left: 70px;
  }
}

.about-eight__title {
  margin: 0;
  font-size: 40px;
  color: var(--thm-black);
  max-width: 540px;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .about-eight__title {
    font-size: 50px;
  }
}

.about-eight__title span {
  font-weight: bold;
}

.about-eight__summery {
  font-size: 18px;
  line-height: 2;
  color: var(--thm-text);
  margin: 0;
  margin-top: 35px;
  margin-bottom: 25px;
}

.about-eight__progress+.about-eight__progress {
  margin-top: 18px;
}

.about-eight__progress {
  max-width: 560px;
}

.about-eight__progress-top p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--thm-black);
}

.about-eight__progress-line {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background-color: #f8f4f0;
  position: relative;
  margin-top: 5px;
}

.about-eight__progress-line b {
  font-weight: normal;
  font-size: 18px;
  color: var(--thm-text);
  position: absolute;
  right: 0;
  bottom: calc(100% + 5px);
}

.about-eight__progress-line b i {
  font-style: normal;
}

.about-eight__progress-line span {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  background-color: #ff9a61;
  width: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.about-eight__btn {
  margin-top: 60px;
}

/* about nine */
.about-nine {
  padding-bottom: 120px;
}

.about-nine__image {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .about-nine__image {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .about-nine__image img {
    max-width: none;
    float: right;
    margin-right: 70px;
  }
}

.about-nine__icon i {
  font-size: 62px;
  color: var(--thm-base);
}

.about-nine__title {
  margin: 0;
  font-size: 40px;
  color: var(--thm-black);
  max-width: 540px;
  margin-top: 20px;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .about-nine__title {
    font-size: 50px;
  }
}

.about-nine__title span {
  font-weight: bold;
}

.about-nine__summery {
  font-size: 24px;
  line-height: 1.667;
  color: var(--thm-base);
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 15px;
}

.about-nine__list {
  margin-top: 23px;
  margin-bottom: 60px;
}

.about-nine__list li {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  color: var(--thm-text);
}

.about-nine__list li+li {
  margin-top: 7px;
}

.about-nine__list li i {
  position: absolute;
  top: 10px;
  left: 0;
  color: #ffaa17;
  font-size: 20px;
}

/* service seven */
.service-seven {
  padding-top: 90px;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .service-seven {
    padding-top: 110px;
    padding-bottom: 90px;
  }
}

.service-seven__item {
  text-align: center;
  border-radius: 5px;
  padding: 50px;
  padding-bottom: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 30px;
  position: relative;
}

.service-seven__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #579eee;
  opacity: 0.2;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-seven__item:hover {
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.service-seven__item:hover::before {
  border-width: 2px;
  opacity: 1;
}

.service-seven__title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--thm-black);
  margin-top: 30px;
  margin-bottom: 32px;
  position: relative;
}

.service-seven__title a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-seven__title a:hover {
  color: #579eee;
}

.service-seven__icon {
  width: 108px;
  height: 108px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.service-seven__icon::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #579eee;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-seven__icon i {
  position: relative;
  font-size: 63px;
  color: #579eee;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-seven__item:hover .service-seven__icon::before {
  opacity: 1;
}

.service-seven__item:hover .service-seven__icon i {
  color: #fff !important;
}

.service-seven__text {
  margin: 0;
  line-height: 2.125;
  font-size: 16px;
  color: var(--thm-text);
  margin-bottom: 27px;
  position: relative;
}

.service-seven__link {
  font-size: 22px;
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}

.service-seven__item:hover .service-seven__link {
  color: #579eee;
}

.service-seven [class*=col-]:nth-child(2) .service-seven__item::before {
  border-color: #ff9a61;
}

.service-seven [class*=col-]:nth-child(2) .service-seven__icon::before {
  background-color: #ff9a61;
}

.service-seven [class*=col-]:nth-child(2) .service-seven__title a:hover,
.service-seven [class*=col-]:nth-child(2) .service-seven__icon i,
.service-seven [class*=col-]:nth-child(2) .service-seven__item:hover .service-seven__link {
  color: #ff9a61;
}

.service-seven [class*=col-]:nth-child(3) .service-seven__item::before {
  border-color: #54d6ad;
}

.service-seven [class*=col-]:nth-child(3) .service-seven__icon::before {
  background-color: #54d6ad;
}

.service-seven [class*=col-]:nth-child(3) .service-seven__icon i,
.service-seven [class*=col-]:nth-child(3) .service-seven__title a:hover,
.service-seven [class*=col-]:nth-child(3) .service-seven__item:hover .service-seven__link {
  color: #54d6ad;
}

.service-seven [class*=col-]:nth-child(4) .service-seven__item::before {
  border-color: #f15d8a;
}

.service-seven [class*=col-]:nth-child(4) .service-seven__icon::before {
  background-color: #f15d8a;
}

.service-seven [class*=col-]:nth-child(4) .service-seven__title a:hover,
.service-seven [class*=col-]:nth-child(4) .service-seven__icon i,
.service-seven [class*=col-]:nth-child(4) .service-seven__item:hover .service-seven__link {
  color: #f15d8a;
}

/* slider seven */
.slider-seven .swiper-slide {
  position: relative;
  padding-top: 150px;
}

@media (min-width: 1200px) {
  .slider-seven .swiper-slide {
    padding-bottom: 140px;
  }
}

@media (min-width: 1400px) {
  .slider-seven .swiper-slide {
    padding-top: 260px;
    padding-bottom: 110px;
  }
}

.slider-seven__round__shape-1 {
  position: absolute;
  color: #ff9a61;
  top: 0;
  right: 0;
  display: none;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 750ms ease, visibility 750ms ease, -webkit-transform 750ms ease;
  transition: opacity 750ms ease, visibility 750ms ease, -webkit-transform 750ms ease;
  transition: transform 750ms ease, opacity 750ms ease, visibility 750ms ease;
  transition: transform 750ms ease, opacity 750ms ease, visibility 750ms ease, -webkit-transform 750ms ease;
}

.slider-seven__round__shape-1 svg {
  width: 400px;
  height: auto;
}

@media (min-width: 1200px) {
  .slider-seven__round__shape-1 svg {
    width: 600px;
  }
}

@media (min-width: 320px) {
  .slider-seven__round__shape-1 svg {
    width: 300px;
  }
}

@media (min-width: 320px) {
  .slider-seven__round__shape-1 svg {
    width: 250px;
  }
}

@media (min-width: 1400px) {
  .slider-seven__round__shape-1 svg {
    width: 750px;
  }
}

@media (min-width: 320px) {
  .slider-seven__round__shape-1 {
    display: block;
  }
}

@media (min-width: 1400px) {
  .slider-seven__round__shape-1 {
    top: -70px;
  }
}

.slider-seven__round__shape-2 {
  color: var(--thm-base);
  position: absolute;
  top: 0;
  right: 0px;
  display: none;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1000ms ease, visibility 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, visibility 1000ms ease, -webkit-transform 1000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease, visibility 1000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease, visibility 1000ms ease, -webkit-transform 1000ms ease;
}

.slider-seven__round__shape-2 svg {
  width: 400px;
  height: auto;
}

@media (min-width: 1200px) {
  .slider-seven__round__shape-2 svg {
    width: 600px;
  }
}

@media (min-width: 320px) {
  .slider-seven__round__shape-2 svg {
    width: 250px;
	top: -10px;
  right: 30px;
  }
}



@media (min-width: 1400px) {
  .slider-seven__round__shape-2 svg {
    width: 750px;
  }
}

@media (min-width: 320px) {
  .slider-seven__round__shape-2 {
     display: block;
	 
  }
}


@media (min-width: 1200px) {
  .slider-seven__round__shape-2 {
    right: 80px;
  }
}

@media (min-width: 1400px) {
  .slider-seven__round__shape-2 {
    top: 0;
    right: 180px;
  }
}

.slider-seven__round__image {
  width: 250px;
  height: 300px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1800ms ease, visibility 1800ms ease, -webkit-transform 1800ms ease;
  transition: opacity 1800ms ease, visibility 1800ms ease, -webkit-transform 1800ms ease;
  transition: transform 1800ms ease, opacity 1800ms ease, visibility 1800ms ease;
  transition: transform 1800ms ease, opacity 1800ms ease, visibility 1800ms ease, -webkit-transform 1800ms ease;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1);
  display: none;
}

@media (min-width: 320px) {
  .slider-seven__round__image {
    display: block;
  }
  
   
}



@media (min-width: 1200px) {
  .slider-seven__round__image {
    width: 700px;
    height: 700px;
    top: 0;
    right: 0;
  }
}



@media (min-width: 1400px) {
  .slider-seven__round__image {
    width: 986px;
    height: 986px;
    top: -170px;
    right: -125px;
  }
}

.swiper-slide-active .slider-seven__round__shape-1,
.swiper-slide-active .slider-seven__round__shape-2,
.swiper-slide-active .slider-seven__round__image {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.slider-seven__title {
  margin: 0;
  color: var(--thm-black);
  font-weight: 300;
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.00em;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1000ms ease, visibility 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, visibility 1000ms ease, -webkit-transform 1000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease, visibility 1000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease, visibility 1000ms ease, -webkit-transform 1000ms ease;
  max-width: 516px;
}

.slider-seven__title span {
  font-weight: 500;
}

@media (min-width: 992px) {
  .slider-seven__title {
    font-size: 60px;
	
	
	
	
  }
}

@media (min-width: 400px) {
  .slider-seven__title {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .slider-seven__title {
    font-size: 90px;
  }
}

.slider-seven__text {
  margin: 0;
  color: var(--thm-text);
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1500ms ease, visibility 1500ms ease, -webkit-transform 1500ms ease;
  transition: opacity 1500ms ease, visibility 1500ms ease, -webkit-transform 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease, visibility 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease, visibility 1500ms ease, -webkit-transform 1500ms ease;
  max-width: 510px;
}

@media (min-width: 1200px) {
  .slider-seven__text {
    margin-top: 25px;
  }
}

.slider-seven__btn {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 2000ms ease, visibility 2000ms ease, background 500ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, visibility 2000ms ease, background 500ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, visibility 2000ms ease, background 500ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, visibility 2000ms ease, background 500ms ease, -webkit-transform 2000ms ease;
}

.swiper-slide-active .slider-seven__title,
.swiper-slide-active .slider-seven__btn,
.swiper-slide-active .slider-seven__text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}


@-webkit-keyframes globeRotate {
  8% {
    -webkit-transform: perspective(200px) rotateY(0deg);
    transform: perspective(200px) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(200px) rotateY(360deg);
    transform: perspective(200px) rotateY(360deg);
  }
}

@keyframes globeRotate {
  8% {
    -webkit-transform: perspective(200px) rotateY(0deg);
    transform: perspective(200px) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(200px) rotateY(360deg);
    transform: perspective(200px) rotateY(360deg);
  }
}

@-webkit-keyframes shapeMover {

  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    -webkit-transform: perspective(400px) rotate(-15deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-15deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes shapeMover {

  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    -webkit-transform: perspective(400px) rotate(-15deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-15deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@-webkit-keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

.slider-seven__shape-1 {
  background-image: url(../images/update-01-10-2021/shapes/slide-seven-shape-1-1.png);
  background-repeat: no-repeat;
  width: 326px;
  height: 419px;
  position: absolute;
  top: 105px;
  left: 0;
}

.slider-seven__shape-2 {
  background-image: url(../images/update-01-10-2021/shapes/slide-seven-shape-1-2.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 170px;
  left: 307px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slider-seven__shape-3 {
  background-image: url(../images/update-01-10-2021/shapes/slide-seven-shape-1-3.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 16px;
  position: absolute;
  left: 723px;
  top: 208px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slider-seven__shape-4 {
  background-image: url(../images/update-01-10-2021/shapes/slide-seven-shape-1-4.png);
  background-repeat: no-repeat;
  width: 35px;
  height: 32px;
  position: absolute;
  top: 626px;
  left: 174px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slider-seven__shape-5 {
  background-image: url(../images/update-01-10-2021/shapes/slide-seven-shape-1-5.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 660px;
  left: 890px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* mainmenu seven */
.mainmenu-seven {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 1200px) {
  .mainmenu-seven {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 991;
    min-height: 110px;
  }
}

.mainmenu-seven .mainmenu-seven__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: none !important;
  width: 100% !important;
  padding-top: 40px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}


@media (min-width: 1200px) {
  .mainmenu-seven .mainmenu-seven__inner {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0 !important;
    position: relative;
  }
}


	
@media (min-width: 400px) {
  .logo1 {
	width:99px;
	height:99px;
	margin-left:10px;
	
	
	
	}

}
.mainmenu-seven__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainmenu-seven__left .mobile-nav-toggler {
  margin: 0;
  margin-left: 20px;
}


@media (min-width: 1200px) {
  .mainmenu-seven__left {
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 9;
  }
}

.mainmenu-seven__search {
  font-size: 22px;
  height: 42px;
  border-left: 1px solid rgba(var(--thm-black-rgb), 0.2);
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.mainmenu-seven__search button {
  background-color: transparent;
  color:#FFF;
}

.mainmenu-seven__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .mainmenu-seven__right {
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 9;
  }
}

.mainmenu-seven__right .mobile-nav-toggler {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}

.mainmenu-seven__right .mobile-nav-toggler span {
  width: 38px;
  height: 3px;
  background-color:#FFF;
  
  display: block;
}

.mainmenu-seven__right .mobile-nav-toggler span:nth-child(2) {
  width: 23px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.mainmenu-seven__right .mobile-nav-toggler span:nth-child(3) {
  width: 18px;
}

.mainmenu-seven .main-menu {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
  padding-left: 200px;
  padding-right: 15px;
}

@media (min-width: 1550px) {
  .mainmenu-seven .main-menu {
    padding-left: 15px;
  }
}

.mainmenu-seven .auto-container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.mainmenu-seven .main-menu .navigation li>a {
  font-size: 22px;
  font-weight: 300;
  color: var(--thm-black);
  text-transform: capitalize;
}

.mainmenu-seven.fixed-header {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
}

/* blog eight */
.blog-eight {
  padding-top: 96px;
  padding-bottom: 70px;
}

@media (min-width: 1200px) {
  .blog-eight {
    padding-top: 116px;
    padding-bottom: 90px;
  }
}

.blog-eight__card {
  margin-bottom: 30px;
}

.blog-eight__image img {
  width: 100%;
}

.blog-eight__content {
  background-color: #fff;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -20px;
  text-align: center;
  padding-top: 33px;
}

.blog-eight__date {
  position: absolute;
  bottom: 100%;
  right: 0;
  background-color: var(--thm-base);
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.blog-eight__title {
  margin: 0;
  color: var(--thm-black);
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 24px;
}

.blog-eight__title a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-eight__title a:hover {
  color: var(--thm-base);
}

.blog-eight__text {
  margin: 0;
  color: var(--thm-text);
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 24px;
}

.blog-eight__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #e2e5ed;
  padding-top: 10px;
}

.blog-eight__meta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: var(--thm-text);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-eight__meta a:hover {
  color: var(--thm-base);
}

.blog-eight__meta a:hover i {
  color: var(--thm-black);
}

.blog-eight__meta a i {
  color: var(--thm-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 5px;
}

.blog-eight__meta a+a {
  margin-left: 20px;
}

/* video seven */
.video-seven {
  position: relative;
  text-align: center;
  background-color: var(--thm-black);
  padding-top: 90px;
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .video-seven {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}

.video-seven__parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
}

.video-seven .auto-container {
  position: relative;
}

.video-seven__title {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 40px;
  max-width: 741px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 992px) {
  .video-seven__title {
    font-size: 60px;
    margin-bottom: 50px;
  }
}

.video-seven__btn {
  width: 100px;
  height: 100px;
  background-color: var(--thm-base);
  color: var(--thm-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  font-size: 24px;
}

.video-seven__btn:hover {
  background-color: #fff;
  color: var(--thm-base);
}

.video-seven__btn .ripple,
.video-seven__btn .ripple:before,
.video-seven__btn .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-seven__btn .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-seven__btn .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/* testimonials eight */
.testimonials-eight {
  background-color: #eef0f6;
  background-image: url(../images/update-01-10-2021/shapes/testi-8-bg-1-1.png);
  background-repeat: repeat;
  background-position: center;
  padding-top: 96px;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .testimonials-eight {
    padding-top: 116px;
    padding-bottom: 90px;
  }
}

.testimonials-eight__card {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 40px;
}

@media (min-width: 992px) {
  .testimonials-eight__card {
    padding: 60px;
  }
}

.testimonials-eight__card:hover {
  -webkit-box-shadow: 0px 25px 40px 0px rgba(24, 46, 101, 0.1);
  box-shadow: 0px 25px 40px 0px rgba(24, 46, 101, 0.1);
}

.testimonials-eight__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.testimonials-eight__stars i {
  color: var(--thm-base);
  font-size: 16px;
  line-height: 1;
}

.testimonials-eight__stars i+i {
  margin-left: 10px;
}

.testimonials-eight__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-eight__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.testimonials-eight__image img {
  width: 63px;
  border-radius: 50%;
}

.testimonials-eight__text {
  margin: 0;
  color: var(--thm-text);
  font-size: 18px;
  line-height: 1.889;
  padding-bottom: 23px;
  border-bottom: 1px solid #e2e5ed;
  margin-bottom: 30px;
}

.testimonials-eight__name {
  font-size: 18px;
  font-weight: bold;
  color: var(--thm-black);
  line-height: 1;
  margin: 0;
  margin-bottom: 7px;
}

.testimonials-eight__designation {
  margin: 0;
  line-height: 1;
  color: var(--thm-text);
  font-size: 14px;
}

/* Project eight */
.project-eight {
  padding-top: 96px;
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .project-eight {
    padding-top: 116px;
    padding-bottom: 120px;
  }
}

.project-eight .auto-container {
  max-width: 100%;
}

@media (min-width: 992px) {
  .project-eight .auto-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .project-eight .auto-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1400px) {
  .project-eight .auto-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.project-eight__item {
  position: relative;
}

.project-eight__item img {
  width: 100%;
}

.project-eight__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20px;
}

.project-eight__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--thm-black)), color-stop(70%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, var(--thm-black) 0%, rgba(0, 0, 0, 0) 70%);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.project-eight__item:hover .project-eight__content::before {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.project-eight__title {
  margin: 0;
  background-color: transparent;
  padding: 30px 40px;
  font-size: 30px;
  line-height: 1.33;
  font-weight: bold;
  color: #fff;
  position: relative;
  width: 100%;
}

.project-eight__title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}

.project-eight__title a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: block;
  max-width: 163px;
}

.project-eight__title a:hover {
  color: var(--thm-base);
}

.project-eight__item:hover .project-eight__title {
  color: var(--thm-black);
}

.project-eight__item:hover .project-eight__title::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.project-eight__link {
  width: 54px;
  height: 54px;
  background-color: var(--thm-base);
  position: absolute;
  bottom: 135px;
  right: 50px;
  color: var(--thm-black);
  font-size: 22px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: background 500ms ease, color 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, color 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, background 500ms ease, color 500ms ease;
  transition: transform 500ms ease, background 500ms ease, color 500ms ease, -webkit-transform 500ms ease;
}

.project-eight__link:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.project-eight__item:hover .project-eight__link {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* about ten */
.about-ten {
  padding-top: 100px;
  counter-reset: boxNumber;
}

@media (min-width: 992px) {
  .about-ten {
    padding-top: 0;
  }
}

.about-ten__image img {
  max-width: 100%;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .about-ten__image img {
    margin-bottom: 0;
    max-width: none;
    float: right;
    position: relative;
    left: 30px;
  }
}

@media (min-width: 1200px) {
  .about-ten .my-auto {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .about-ten__content {
    padding-left: 100px;
    padding-top: 116px;
  }
}

.about-ten__text {
  color: var(--thm-base);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.81;
  margin: 0;
  margin-top: -20px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .about-ten__text {
    margin-top: -10px;
    margin-bottom: 37px;
  }
}

.about-ten__box+.about-ten__box {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .about-ten__box+.about-ten__box {
    margin-top: 53px;
  }
}

.about-ten__box {
  position: relative;
  counter-increment: boxNumber;
}

@media (min-width: 576px) {
  .about-ten__box {
    padding-left: 70px;
  }
}

.about-ten__box::before {
  content: counters(boxNumber, ".", decimal-leading-zero);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: var(--thm-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Shadows Into Light";
  color: var(--thm-black);
  font-size: 30px;
  margin-bottom: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-bottom: 5px;
}

@media (min-width: 576px) {
  .about-ten__box::before {
    position: absolute;
    top: 10px;
    left: 0;
  }
}

.about-ten__box:hover::before {
  background-color: var(--thm-black);
  color: #fff;
}

.about-ten__box__title {
  margin: 0;
  color: var(--thm-black);
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 8px;
}

.about-ten__box__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.889;
}

/* service eight */
.service-eight {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #eef0f6;
  background-image: url(../images/update-01-10-2021/shapes/testi-8-bg-1-1.png);
  background-repeat: repeat;
  background-position: center;
  counter-reset: serviceNumber;
}

@media (min-width: 1200px) {
  .service-eight {
    padding-top: 116px;
    padding-bottom: 90px;
  }
}

.service-eight__card {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
  counter-increment: serviceNumber;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-eight__card__inner {
  border: 1px solid #eef0f6;
  padding: 35px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-eight__card__inner::before {
  line-height: 1;
  font-size: 60px;
  color: #eef0f6;
  font-family: "Shadows Into Light";
  content: counters(serviceNumber, ".", decimal-leading-zero);
  position: absolute;
  right: 35px;
  bottom: 35px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
}

.service-eight__card__inner::after {
  content: '';
  width: 68px;
  height: 68px;
  background-color: #eef0f6;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%) translateX(50%);
  transform: translateY(50%) translateX(50%);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-eight__card:hover {
  background-color: var(--thm-base);
}

.service-eight__card:hover .service-eight__card__inner {
  border-color: var(--thm-black);
}

.service-eight__card:hover .service-eight__card__inner::after {
  background-color: var(--thm-black);
}

.service-eight__card:hover .service-eight__card__inner::before {
  opacity: 0.1;
  color: var(--thm-black);
}

.service-eight__title {
  font-size: 20px;
  line-height: 1.5;
  color: var(--thm-black);
  margin: 0;
  max-width: 101px;
  font-weight: bold;
}

.service-eight__title a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-eight__title a:hover {
  color: #fff;
}

.service-eight__icon {
  margin-top: 70px;
}

.service-eight__icon i {
  font-size: 60px;
  color: var(--thm-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-eight__card:hover .service-eight__icon i {
  color: var(--thm-black);
}

/* about eleven */
.about-eleven {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .about-eleven {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.about-eleven__images {
  position: relative;
  margin-bottom: 60px;
}

.about-eleven__images::before {
  content: '';
  width: 20px;
  height: 326px;
  background-color: var(--thm-base);
  color: var(--thm-base);
  position: absolute;
  right: 100%;
  top: 40px;
}

@media (min-width: 992px) {
  .about-eleven__images {
    margin-bottom: 0;
  }
}

.about-eleven__images img {
  max-width: 100%;
}

.about-eleven__images img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 1200px) {
  .about-eleven__images img:nth-child(2) {
    left: -120px;
  }
}

.about-eleven .sec-title-eight {
  margin-bottom: 40px;
}

.about-eleven__summery {
  margin: 0;
  font-size: 18px;
  line-height: 1.889;
  color: var(--thm-text);
}

.about-eleven__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

@media (min-width: 576px) {
  .about-eleven__box {
    grid-template-columns: repeat(2, 1fr);
  }
}

.about-eleven__box__item+.about-eleven__box__item {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .about-eleven__box__item+.about-eleven__box__item {
    margin-top: 0;
  }
}

.about-eleven__box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-eleven__box__item i {
  font-size: 62px;
  color: var(--thm-base);
}

.about-eleven__box__title {
  margin: 0;
  font-size: 20px;
  margin-left: 20px;
  line-height: 1.3;
  color: var(--thm-black);
  font-weight: bold;
  max-width: 118px;
}

.about-eleven__progress {
  margin-top: 40px;
}

.about-eleven__progress p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: var(--thm-black);
  margin-bottom: 2px;
}

.about-eleven__progress-line {
  width: 100%;
  height: 13px;
  background-color: #eef0f6;
  position: relative;
  border-radius: 7.5px;
}

.about-eleven__progress-line span {
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  width: 0;
  height: 100%;
  background-color: var(--thm-base);
  border-radius: 7.5px;
  position: absolute;
  top: 0;
  left: 0;
}

.about-eleven__progress-line b {
  position: absolute;
  bottom: 100%;
  right: 0;
  color: var(--thm-text);
  font-size: 14px;
  font-weight: 400;
}

.about-eleven__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.about-eleven__info__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.about-eleven__info__image img {
  width: 75px;
  border-radius: 50%;
}

.about-eleven__info__name {
  margin: 0;
  font-size: 20px;
  color: var(--thm-black);
  font-weight: bold;
  margin-bottom: 7px;
}

.about-eleven__info__text {
  margin: 0;
  color: var(--thm-text);
  font-size: 14px;
  line-height: 1;
}

/* call to action four */
.call-to-section-four {
  background-color: var(--thm-base);
}

.call-to-section-four .auto-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .call-to-section-four .auto-container {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.call-to-section-four__title {
  font-size: 30px;
  color: var(--thm-black);
  margin: 0;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .call-to-section-four__title {
    margin-bottom: 0;
  }
}

.call-to-section-four__btn:hover {
  background-color: #fff;
  color: var(--thm-black);
}

/* slider eight */
.slider-eight .swiper-slide {
  position: relative;
  background-color: var(--thm-black);
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (min-width: 1200px) {
  .slider-eight .swiper-slide {
    padding-top: 285px;
    padding-bottom: 180px;
  }
}

.slider-eight .swiper-slide .image-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.7;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: hidden;
  -webkit-transition: visibility 0ms ease, -webkit-transform 7000ms ease;
  transition: visibility 0ms ease, -webkit-transform 7000ms ease;
  transition: visibility 0ms ease, transform 7000ms ease;
  transition: visibility 0ms ease, transform 7000ms ease, -webkit-transform 7000ms ease;
}

.slider-eight .swiper-slide.swiper-slide-active .image-layer {
  visibility: visible;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.slider-eight .swiper-slide .auto-container {
  position: relative;
}

.slider-eight__text {
  margin: 0;
  color: #fff;
  font-family: 'Shadows Into Light';
  font-size: 20px;
  line-height: 1.2;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  opacity: 0;
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
  -webkit-transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease, -webkit-transform 1500ms ease;
}

@media (min-width: 992px) {
  .slider-eight__text {
    font-size: 30px;
  }
}

.slider-eight__text span {
  text-decoration: underline;
}

.slider-eight__title {
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: scaleY(0) translateY(-50px);
  transform: scaleY(0) translateY(-50px);
  -webkit-transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease, -webkit-transform 1500ms ease;
  opacity: 0;
}

@media (min-width: 768px) {
  .slider-eight__title {
    max-width: 550px;
  }
}

@media (min-width: 992px) {
  .slider-eight__title {
    font-size: 60px;
  }
}

@media (min-width: 1200px) {
  .slider-eight__title {
    font-size: 80px;
    max-width: 647px;
    margin-bottom: 50px;
    margin-top: 25px;
  }
}

.slider-eight__btns {
  overflow: hidden;
}

@media (min-width: 475px) {
  .slider-eight__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.slider-eight__btn {
  -webkit-transform: scaleY(0) translateY(-200px);
  transform: scaleY(0) translateY(-200px);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  opacity: 0;
  -webkit-transition: background 500ms ease, color 500ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: background 500ms ease, color 500ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, background 500ms ease, color 500ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, background 500ms ease, color 500ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.slider-eight__btn--two {
  background-color: var(--thm-base);
  color: var(--thm-black);
  margin-top: 10px;
}

@media (min-width: 475px) {
  .slider-eight__btn--two {
    margin-top: 0;
    margin-left: 10px;
  }
}

.slider-eight__btn--two:hover {
  background-color: #fff;
  color: var(--thm-black);
}

.swiper-slide-active .slider-eight__title,
.swiper-slide-active .slider-eight__btn {
  -webkit-transform: scaleY(1) translateY(0);
  transform: scaleY(1) translateY(0);
  opacity: 1;
}

.swiper-slide-active .slider-eight__text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* header eight */
.header-eight__topbar {
  display: none;
  background-color: var(--thm-black);
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 992px) {
  .header-eight__topbar {
    display: block;
  }
}

.header-eight__topbar .auto-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1200px) {
  .header-eight__topbar .auto-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.header-eight__topbar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-eight__topbar__right p {
  font-size: 14px;
  color: #acb5cb;
  margin: 0;
  margin-right: 30px;
}

.header-eight__topbar__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-eight__topbar__info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #acb5cb;
  font-size: 14px;
  font-weight: 400;
}

.header-eight__topbar__info li i {
  color: var(--thm-base);
  font-size: 16px;
  margin-right: 11px;
}

.header-eight__topbar__info li+li {
  margin-left: 20px;
}

.header-eight__topbar__info li a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-eight__topbar__info li a:hover {
  color: #fff;
}

.header-eight__topbar__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-eight__topbar__social a {
  color: #acb5cb;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-eight__topbar__social a:hover {
  color: var(--thm-base);
}

.header-eight__topbar__social a+a {
  margin-left: 20px;
}

.mainmenu-eight {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  z-index: 91;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--thm-black);
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1200px) {
  .mainmenu-eight {
    position: fixed;
    top: 44px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.1);
    padding-top: 0;
    padding-bottom: 0;
  }
}

.mainmenu-eight.fixed-header {
  background-color: var(--thm-black);
  top: 0;
}

.mainmenu-eight .nav-outer {
  position: relative;
  float: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100% !important;
}

.mainmenu-eight .auto-container {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .mainmenu-eight .auto-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.mainmenu-eight .nav-outer .mobile-nav-toggler {
  float: none;
  margin: 0;
  margin-left: 20px;
}

.mainmenu-eight__right {
  margin-left: auto;
}

@media (min-width: 1350px) {
  .mainmenu-eight__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
  }
}

.mainmenu-eight__call {
  display: none;
  text-align: left;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 40px;
  margin-left: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mainmenu-eight__call:hover {
  color: var(--thm-black);
}

@media (min-width: 1350px) {
  .mainmenu-eight__call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mainmenu-eight__call__icon {
  margin-right: 20px;
}

.mainmenu-eight__call__icon i {
  font-size: 34px;
  color: #fff;
  position: relative;
  top: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mainmenu-eight__call:hover .mainmenu-eight__call__icon i {
  color: var(--thm-base);
}

.mainmenu-eight__call__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.mainmenu-eight__call__text strong {
  font-weight: bold;
  font-size: 16px;
}

.mainmenu-eight__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainmenu-eight__search button {
  color: #fff;
  font-size: 22px;
  background-color: transparent;
}

.mainmenu-eight .main-menu {
  margin-left: auto;
  margin-right: auto;
}

.mainmenu-eight .main-menu .navigation li>a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.mainmenu-eight .main-menu .navigation>li>a {
  color: #fff;
}

.mainmenu-eight .main-menu .navigation>li::before {
  content: '';
  width: 15px;
  height: 8px;
  background-image: url(../images/update-01-10-2021/shapes/menu-arrow.png);
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  bottom: 0;
  left: calc(50% - 7.5px);
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.mainmenu-eight .main-menu .navigation>li>a::before {
  width: calc(50.5% - 7.5px);
  height: 2px;
  border: none;
  background-color: var(--thm-base);
  -webkit-transform: scale(1);
  transform: scale(1);
  bottom: -30px;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.mainmenu-eight .main-menu .navigation>li>a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  height: 2px;
  background-color: var(--thm-base);
  width: calc(50% - 7.5px);
  bottom: -30px;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.mainmenu-eight .main-menu .navigation>li.current::before,
.mainmenu-eight .main-menu .navigation>li:hover::before {
  opacity: 1;
}

.mainmenu-eight .main-menu .navigation>li.current>a,
.mainmenu-eight .main-menu .navigation>li:hover>a {
  color: var(--thm-base);
}

.mainmenu-eight .main-menu .navigation>li.current>a::before,
.mainmenu-eight .main-menu .navigation>li.current>a::after,
.mainmenu-eight .main-menu .navigation>li:hover>a::before,
.mainmenu-eight .main-menu .navigation>li:hover>a::after {
  opacity: 1;
}

/* Service nine */
.service-nine {
  padding-top: 100px;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .service-nine {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}

.service-nine__card {
  border-radius: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 30px;
}

.service-nine__card:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
}

.service-nine__card__inner {
  overflow: hidden;
  border-radius: 7px;
}

.service-nine__image {
  background-color: var(--thm-black);
}

.service-nine__image img {
  mix-blend-mode: luminosity;
}

.service-nine__content {
  padding-left: 50px;
  padding-right: 50px;
  border: 1px solid #e9ebee;
  border-top: 0;
  padding-top: 35px;
  padding-bottom: 50px;
}

.service-nine__icon {
  font-size: 64px;
  color: var(--thm-base);
}

.service-nine__title {
  margin: 0;
  font-size: 34px;
  color: var(--thm-black);
  line-height: 1.05;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}

.service-nine__title a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-nine__title a:hover {
  color: var(--thm-base);
}

.service-nine__text {
  margin: 0;
  font-size: 16px;
  line-height: 2.125;
  color: var(--thm-text);
  margin-bottom: 20px;
}

.service-nine__link {
  width: 50px;
  height: 50px;
  background-color: #222429;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-nine__link:hover {
  opacity: 1;
  background-color: var(--thm-base);
  color: var(--thm-black);
}

/* team four */
.team-four {
  padding-top: 100px;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .team-four {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}

.team-four__card {
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #e9ebee;
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-left: 30px;
  padding-right: 30px;
}

.team-four__card:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
}

.team-four__image {
  width: 192px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 23px;
  background-color: var(--thm-black);
}

.team-four__image img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.team-four__name {
  margin: 0;
  font-size: 24px;
  color: var(--thm-black);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .1em;
  margin-bottom: 9px;
}

.team-four__designation {
  color: #686a6f;
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--thm-font);
  letter-spacing: .1em;
  line-height: 1;
  margin: 0;
  margin-bottom: 15px;
}

.team-four__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f5f8;
  border-radius: 8px;
  padding: 11.5px 0;
}

.team-four__social a {
  color: #686a6f;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-four__social a:hover {
  color: var(--thm-base);
}

.team-four__social a+a {
  margin-left: 20px;
}

/* Partner one */
.partner-one {
  padding-bottom: 70px;
  padding-top: 100px;
}

@media (min-width: 992px) {
  .partner-one {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}

.partner-one__card {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #e9ebee;
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #fff;
  text-align: center;
}

.partner-one__card:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
}

.partner-one__image {
  overflow: hidden;
  border-radius: 8px;
  background-color: #f4f5f8;
}

.partner-one__image img {
  max-width: 100%;
}

.partner-one__content {
  padding-bottom: 12px;
}

.partner-one__title {
  font-size: 34px;
  margin: 0;
  text-transform: uppercase;
  line-height: 36px;
  margin-top: 35px;
  margin-bottom: 10px;
}

.partner-one__text {
  margin: 0;
  color: var(--thm-text);
  font-size: 16px;
  line-height: 34px;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.partner-one__link {
  text-transform: uppercase;
  font-family: var(--thm-font);
  font-size: 16px;
  color: var(--thm-black);
  letter-spacing: .1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: -webkit-gradient(linear, left top, right top, from(var(--thm-base)), to(var(--thm-base))) 0px 77%/0px 2px no-repeat;
  background: linear-gradient(to right, var(--thm-base) 0%, var(--thm-base) 100%) 0px 77%/0px 2px no-repeat;
  background-size: 100% 2px;
  padding-bottom: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.partner-one__link:hover {
  color: var(--thm-base);
  background-size: 0 2px;
}

/* contact two */
.contact-two .form-box {
  text-align: left;
}

.contact-two .sec-title {
  margin-bottom: 34px;
}

.contact-two__text {
  max-width: 351px;
  margin: 0;
  font-size: 16px;
  line-height: 34px;
}

.contact-two__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.contact-two__social a {
  color: #686a6f;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-two__social a:hover {
  color: var(--thm-base);
}

.contact-two__social a+a {
  margin-left: 24px;
}

/* contact info two */
.contact-info-two {
  padding-bottom: 80px;
}

@media (min-width: 1200px) {
  .contact-info-two {
    padding-bottom: 0;
  }
}

.contact-info-two__card {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 37px 30px;
  text-align: center;
  border: 1px solid #f4f5f8;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .contact-info-two__card {
    position: relative;
    margin-bottom: -37px;
    z-index: 91;
  }
}

.contact-info-two__card i {
  font-size: 20px;
  color: var(--thm-base);
  margin-right: 20px;
}

.contact-info-two__card a {
  color: var(--thm-black);
  font-size: 20px;
}

/* under construction */
.under-construction {
  position: relative;
  background-color: #f4f5f8;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.under-construction__bg {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #f4f5f8;
  background-blend-mode: luminosity;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.under-construction .auto-container {
  position: relative;
  z-index: 10;
  width: 100%;
}

.under-construction__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
  color: var(--thm-base);
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .under-construction__title {
    margin-bottom: 0;
    font-size: 100px;
  }
}

.under-construction__tagline {
  margin: 0;
  line-height: 1.2em;
  color: var(--thm-black);
  letter-spacing: .4em;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .under-construction__tagline {
    margin-top: 100px;
    margin-bottom: 7px;
  }
}

.under-construction__countdown {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .under-construction__countdown {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .under-construction__countdown {
    margin-bottom: 86px;
    margin-top: 54px;
  }
}

.under-construction__countdown li {
  color: var(--thm-black);
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--thm-font);
}

@media (min-width: 992px) {
  .under-construction__countdown li {
    font-size: 70px;
  }
}

.under-construction__countdown li+li {
  border-top: 2px solid #fff;
  margin-top: 30px;
  padding-top: 30px;
}

@media (min-width: 576px) {
  .under-construction__countdown li+li {
    border-top: 0;
    border-left: 2px solid #fff;
    margin-top: 0;
    padding-top: 0;
  }
}

.under-construction__countdown li i {
  font-style: normal;
  font-size: 20px;
  color: var(--thm-text);
  letter-spacing: .3em;
  display: block;
  line-height: 1;
  margin-top: 7px;
}

.under-construction__text {
  margin: 0;
  color: var(--thm-text);
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .under-construction__text {
    margin-bottom: 0;
  }
}

.under-construction__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.under-construction__social a {
  font-size: 16px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 50%;
  color: var(--thm-text);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.under-construction__social a:hover {
  color: #fff;
  background-color: var(--thm-base);
}

.under-construction__social a+a {
  margin-left: 10px;
}

/* process one */
.process-one {
  counter-reset: processCount;
  padding-top: 90px;
}

@media (min-width: 992px) {
  .process-one {
    padding-top: 120px;
  }
}

.process-one .row {
  margin-bottom: 90px;
}

@media (min-width: 992px) {
  .process-one .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .process-one .row:nth-child(even) .process-one__image__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .process-one .row:nth-child(even) .process-one__image::before,
  .process-one .row:nth-child(even) .process-one__image::after {
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}

@media (min-width: 992px) {
  .process-one .row {
    margin-bottom: 120px;
  }
}

.process-one__image {
  counter-increment: processCount;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  border-radius: 8px;
  background-color: var(--thm-black);
}

@media (min-width: 992px) {
  .process-one__image {
    margin-bottom: 0;
  }
}

.process-one__image::before {
  content: '';
  border-radius: 50%;
  background-color: #f4f5f8;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .process-one__image::before {
    width: 387px;
    height: 387px;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.process-one__image::after {
  content: counters(processCount, ".", decimal-leading-zero);
  background-color: var(--thm-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  color: var(--thm-black);
  font-family: var(--thm-font);
  font-size: 30px;
  padding-top: 5px;
  width: 60px;
  height: 60px;
  top: 20%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .process-one__image::after {
    width: 128px;
    height: 128px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
    padding-top: 12px;
  }
}

.process-one__image img {
  max-width: 100%;
  border-radius: 8px;
  position: relative;
  mix-blend-mode: luminosity;
}

.process-one .sec-title {
  margin-bottom: 0;
}

.process-one__summery {
  margin: 0;
  font-size: 16px;
  color: var(--thm-text);
  line-height: 2.125em;
  font-weight: 400;
  margin-top: 34px;
  margin-bottom: 36px;
}

.process-one__list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: var(--thm-text);
  font-weight: 400;
}

.process-one__list li>i {
  position: absolute;
  top: 8px;
  left: 0;
  color: var(--thm-base);
  font-size: 20px;
}

/* pricing three */
.pricing-three {
  padding-top: 100px;
  padding-bottom: 70px;
}

.pricing-three__card {
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #e9ebee;
  padding: 50px 49px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-bottom: 40px;
}

.pricing-three__card:hover {
  background-color: var(--thm-black);
  border-color: var(--thm-black);
}

.pricing-three__name {
  text-transform: uppercase;
  color: var(--thm-base);
  font-size: 20px;
  letter-spacing: .1em;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
}

.pricing-three__icon {
  font-size: 64px;
  color: var(--thm-base);
  margin-bottom: 28px;
}

.pricing-three__amount {
  display: inline-block;
  position: relative;
  font-family: var(--thm-font);
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1;
  color: var(--thm-black);
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-three__card:hover .pricing-three__amount {
  color: #fff;
}

.pricing-three__currency {
  position: absolute;
  top: 0;
  right: 100%;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  font-style: normal;
  font-size: 30px;
}

.pricing-three__list {
  margin-bottom: 20px;
}

.pricing-three__list li {
  color: var(--thm-text);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-three__card:hover .pricing-three__list li {
  color: #999b9f;
}

.pricing-three__tagline {
  border-top: 1px solid #e9ebee;
  font-size: 16px;
  line-height: 2.125;
  color: var(--thm-text);
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-top: 20px;
  padding-bottom: 22px;
}

.pricing-three__card:hover .pricing-three__tagline {
  color: #999b9f;
  border-color: rgba(255, 255, 255, 0.1);
}

.pricing-three .btn-style-two .btn-title {
  font-size: 16px;
  padding: 13px 39px 10px;
}

.pricing-three__card:hover .btn-style-two {
  color: var(--thm-black);
}

.pricing-three__card:hover .btn-style-two .btn-curve {
  background-color: var(--thm-base);
}

.pricing-three__card:hover .btn-style-two .btn-curve {
  opacity: 1;
  right: 0;
  width: 100%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}

.pricing-three .switch-toggler-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.pricing-three .switch-toggler-list li {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.pricing-three .switch-toggler-list li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.pricing-three .switch-toggler-list li:last-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 10px;
  margin-right: 10px;
}

.pricing-three .switch-toggler-list li a {
  color: var(--thm-text);
  font-size: 18px;
}

.pricing-three .switch-toggler-list li.active a {
  color: var(--thm-black);
}

.pricing-three .switch-toggler-list li .switch {
  width: 79px;
  height: 36px;
  background-color: var(--thm-base);
  border-radius: 18px;
  position: relative;
  display: block;
  cursor: pointer;
}

.pricing-three .switch-toggler-list li .switch span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
}

.pricing-three .switch-toggler-list li .switch.off span {
  background-color: var(--thm-black);
  -webkit-transform: translateX(43px);
  transform: translateX(43px);
}

.pricing-three .animated {
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
}







/*# 18 May 2022 */
/*--------------------------------------------------------------
# Header Nine
--------------------------------------------------------------*/

.header-nine {
  position: relative;
  display: block;
}

.slider-nine-shape {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  z-index: 1;
}

.slider-nine-shape img {
  width: auto;
}

.mainmenu-nine {
  position: fixed;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mainmenu-nine.fixed-header {
  background: #141b20;
}

.mainmenu-nine .auto-container {
  max-width: 100%;
  width: 100%;
  padding: 0 80px;
}

.mainmenu-nine .nav-outer {
  position: relative;
  float: none;
}

.mainmenu-nine__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mainmenu-nine__left {
  position: relative;
  display: block;
  padding: 38.5px 0;
}

.mainmenu-nine__right {
  position: relative;
  display: block;
}

.mainmenu-nine .navigation>li {
  padding: 29px 0px;
}


.mainmenu-nine .navigation>li>a:before {
  display: none;
}

.mainmenu-nine .navigation>li>ul>li>a,
.mainmenu-nine .navigation>li>ul>li>ul>li>a {
  font-size: 16px;
}




/*--------------------------------------------------------------
# Slider Nine
--------------------------------------------------------------*/
.slider-nine {
  position: relative;
  display: block;
  background-color: #12181c;
  padding: 205px 0 732px;
}

.slider-nine__inner {
  position: relative;
  display: block;
  text-align: center;
}

.slider-nine__title {
  font-size: 100px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 100px;
  letter-spacing: 0.04em;
  margin: 0;
}

.slider-nine__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}

.slider-nine__list li {
  position: relative;
  display: block;
}

.slider-nine__list li+li {
  margin-left: 30px;
}

.slider-nine__list li:before {
  position: absolute;
  top: 17px;
  left: -16px;
  height: 2px;
  width: 2px;
  background-color: var(--thm-base);
  content: "";
}

.slider-nine__list li:first-child:before {
  display: none;
}

.slider-nine__list li span {
  font-size: 14px;
  color: var(--thm-base);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4em;
}

/*--------------------------------------------------------------
# Photoes
--------------------------------------------------------------*/
.photoes {
  position: relative;
  display: block;
  margin-top: -644px;
  z-index: 2;
}

.photoes .auto-container {
  max-width: 1830px;
}

.photoes__left {
  position: relative;
  display: block;
  margin-right: 55px;
}

@media (max-width: 1199px) {
  .photoes__left {
    display: none;
  }
}

.photoes__left-img-box {
  position: relative;
  display: block;
  min-height: 644px;
}

.photoes__left-img-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.photoes__left-img-1 img {
  width: auto;
}

.photoes__left-img-2 {
  position: absolute;
  bottom: 75px;
  left: 0;
}

.photoes__left-img-2 img {
  width: auto;
}

.photoes__left-img-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.photoes__left-img-3 img {
  width: auto;
}

.photoes__middle {
  position: relative;
  display: block;
  margin-left: -25px;
  margin-right: -25px;
}

.photoes__middle-img {
  position: relative;
  display: block;
}

.photoes__middle-img img {
  width: 100%;
}

.photoes__right {
  position: relative;
  display: block;
  margin-left: 55px;
}

@media (max-width: 1199px) {
  .photoes__right {
    display: none;
  }
}

.photoes__right-img-box {
  position: relative;
  display: block;
  min-height: 644px;
}

.photoes__right-img-1 {
  position: absolute;
  top: 60px;
  left: 0;
}

.photoes__right-img-1 img {
  width: auto;
}

.photoes__right-img-2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.photoes__right-img-2 img {
  width: auto;
}

.photoes__right-img-3 {
  position: absolute;
  bottom: 0;
  left: 235px;
}

.photoes__right-img-3 img {
  width: auto;
}

/*--------------------------------------------------------------
# About Four
--------------------------------------------------------------*/
.about-four {
  position: relative;
  display: block;
  background-color: var(--thm-base);
  padding: 288px 0 108px;
  margin-top: -180px;
}

.about-four__inner {
  position: relative;
  display: block;
  text-align: center;
}

.about-four__title {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 60px;
  margin: 0;
}

.about-four__text {
  font-size: 18px;
  color: #fff;
  margin: 0;
  line-height: 36px;
  padding-top: 34px;
  padding-bottom: 48px;
}

.about-four__sign {
  font-size: 30px;
  color: #fff;
  line-height: 40px;
  font-family: var(--thm-reey-font);
  margin: 0;
}

/*--------------------------------------------------------------
# Gallery Three
--------------------------------------------------------------*/
.gallery-three {
  position: relative;
  display: block;
  padding: 110px 0 90px;
}

.gallery-three__mixitup {
  position: relative;
  display: block;
}

.gallery-three__upper-row {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.gallery-three__sec-title-box {
  position: relative;
  display: block;
  float: left;
}

.gallery-three__sec-title {
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 60px;
  letter-spacing: 0.04em;
}

.gallery-three__filters {
  position: relative;
  display: block;
  float: right;
  margin-top: 18px;
}

.gallery-three__filters .filter-tabs {
  position: relative;
  display: block;
}

.gallery-three__filters li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 28px;
  padding: 0px 0px;
  cursor: pointer;
  color: var(--thm-text);
  font-weight: 300;
  margin: 0 0px 10px 30px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: var(--thm-font);
}

.gallery-three__filters li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid var(--thm-base);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-three__filters .centered li {
  margin: 0px 15px 10px;
}

.gallery-three__filters li sup {
  position: absolute;
  right: -4px;
  top: 12px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-three__filters .filter.active {
  color: var(--thm-black);
  font-weight: 400;
  padding-right: 10px;
}

.gallery-three__filters .filter.active sup {
  opacity: 1;
  visibility: visible;
}

.gallery-three__filters li.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.gallery-three__filters .gallery-item-two {
  display: none;
}

.mix {
  display: none;
}


.gallery-three__single {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.gallery-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.gallery-three__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--thm-black-rgb), .90);
  transform: translateY(-100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gallery-three__single:hover .gallery-three__img:before {
  transform: translateY(0%);
}

.gallery-three__img img {
  width: 100%;
}

.gallery-three__img>a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gallery-three__single:hover .gallery-three__img>a {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.gallery-three__content {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 23px;
}

.gallery-three__title {
  font-size: 20px;
  color: var(--thm-black);
  line-height: 30px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.gallery-three__sub-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
}

/*--------------------------------------------------------------
# Feature Nine
--------------------------------------------------------------*/
.feature-nine {
  position: relative;
  display: block;
  background-color: #f6f8fa;
  padding: 120px 0 90px;
}

.feature-nine__single {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.feature-nine__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  width: 78px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-nine__single:hover .feature-nine__icon {
  background-color: var(--thm-base);
}

.feature-nine__icon span {
  position: relative;
  display: inline-block;
  font-size: 35px;
  color: var(--thm-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-nine__single:hover .feature-nine__icon span {
  color: #fff;
}

.feature-nine__title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 34px;
  margin: 0;
  margin-top: 32px;
  margin-bottom: 38px;
}

.feature-nine__text {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

/*--------------------------------------------------------------
# Different
--------------------------------------------------------------*/
.different {
  position: relative;
  display: block;
  padding: 120px 0 109px;
}

.different__left {
  position: relative;
  display: block;
  margin-top: -12px;
}

@media(min-width: 1200px) {
  .different__left {
    padding-right: 37px;
  }
}

.different__title {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.04em;
  line-height: 60px;
  margin-bottom: 32px;
}

.different__text-1 {
  font-size: 18px;
  color: #777b7f;
  line-height: 34px;
  letter-spacing: 0.04em;
  margin: 0;
  padding-bottom: 35px;
}

.different__text-2 {
  font-size: 18px;
  color: #777b7f;
  line-height: 34px;
  letter-spacing: 0.04em;
  margin: 0;
}

.different__right {
  position: relative;
  display: block;
}

.different__img {
  position: relative;
  display: block;
}

.different__img:before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: -20px;
  width: 20px;
  background: var(--thm-base);
}

.different__img img {
  width: 100%;
}

/*--------------------------------------------------------------
# Testimonials Nine
--------------------------------------------------------------*/
.testimonials-nine {
  position: relative;
  display: block;
  background-color: #f6f8fa;
  padding: 120px 0 151px;
  border-bottom: 1px solid #d3d9dd;
}

.testimonials-nine__item {
  position: relative;
  display: block;
  text-align: center;
}

.testimonials-nine__client-img {
  position: relative;
  display: block;
  height: 135px;
  width: 135px;
  margin: 0 auto;
  border-radius: 50%;
}

.testimonials-nine__client-img img {
  width: auto;
  border-radius: 50%;
}

.testimonials-nine__quote {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 43px;
  width: 43px;
  background-color: var(--thm-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials-nine__quote span {
  color: #fff;
  font-size: 12px;
}

.testimonials-nine__text {
  font-size: 40px;
  color: var(--thm-black);
  line-height: 60px;
  margin: 0;
  padding-top: 34px;
  padding-bottom: 28px;
}

.testimonials-nine__client-name {
  font-size: 24px;
  color: var(--thm-base);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin: 0;
}

.testimonials-nine__client-sub-title {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--thm-font);
  letter-spacing: 0.4em;
  padding-top: 7px;
}

#testimonials-nine-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin-top: 21px;
}

#testimonials-nine-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--thm-black);
  border-radius: 50%;
  display: block;
  line-height: 1;
  opacity: 0.2;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

#testimonials-nine-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 10px;
}

#testimonials-nine-pagination .swiper-pagination-bullet-active {
  background-color: var(--thm-black);
  opacity: 1;
}

/*--------------------------------------------------------------
# Sponsors Section Five
--------------------------------------------------------------*/
.sponsors-section-five {
  padding: 112px 0 115px;
}

.sponsors-section-five .sponsors-outer .image-box img:hover {
  opacity: .60;
}

/*--------------------------------------------------------------
# Footer Ten
--------------------------------------------------------------*/
.footer-ten {
  position: relative;
  display: block;
  background-color: var(--thm-black);
}

.footer-ten__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
}

.footer-ten__social {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-ten__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  background-color: #171d21;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-ten__social a:hover {
  background-color: var(--thm-base);
}

.footer-ten__social a+a {
  margin-left: 10px;
}

.footer-ten__right {
  position: relative;
  display: block;
  text-align: right;
}

.footer-ten__number {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  line-height: 40px;
}

.footer-ten__number a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-ten__number a:hover {
  color: var(--thm-base);
}

.footer-ten__copyright {
  font-size: 18px;
  color: #878b8e;
  margin: 0;
  line-height: 30px;
}

.footer-ten__copyright a {
  color: #878b8e;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-ten__copyright a:hover {
  color: var(--thm-base);
}

/*--------------------------------------------------------------
# Header Ten
--------------------------------------------------------------*/
.header-ten {
  position: relative;
  display: block;
}

.mainmenu-ten {
  position: fixed;
  top: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mainmenu-ten.fixed-header {
  background: #fff;
  top: 0px
}

.mainmenu-ten .auto-container {
  max-width: 100%;
  width: 100%;
  padding: 0 40px;
}

.mainmenu-ten .nav-outer {
  position: relative;
  float: none;
}

.mainmenu-ten__inner {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mainmenu-ten__left {
  position: relative;
  display: block;
  padding: 38.4px 0;
}

.mainmenu-ten__middle {
  position: relative;
  display: block;
}

.mainmenu-ten__right {
  position: relative;
  display: block;
}

.mainmenu-ten__search-cart {
  position: relative;
  display: flex;
  align-items: center;
}

.mainmenu-ten__search {
  margin-right: 30px;
}

.mainmenu-ten__search-btn {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  background: transparent;
  color: #000000;
}

.mainmenu-ten__cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  background: transparent;
  color: #000000;
}

.mainmenu-ten .navigation>li {
  padding: 28px 0px;
}

.mainmenu-ten .navigation>li>a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #5f5f5f;
  padding: 12px 0px;
}

.mainmenu-ten .navigation>li:hover>a,
.mainmenu-ten .navigation>li.current>a {
  color: #000000;
}

.mainmenu-ten .navigation>li>a:before {
  display: none;
}

.mainmenu-ten .navigation>li>ul>li>a {
  font-size: 15px;
  letter-spacing: 0.01em;
}

.mainmenu-ten .navigation>li>ul>li>ul>li>a {
  font-size: 15px;
}


/*--------------------------------------------------------------
# Slider Ten
--------------------------------------------------------------*/
.index-10-body {
  background-color: #fffbf6;
}

.slider-ten {
  position: relative;
  display: block;
}

.slider-ten .auto-container {
  max-width: 100%;
  padding: 0 40px;
}

.slider-ten__inner {
  position: relative;
  display: block;
  border-bottom: 1px solid #000000;
  padding: 344px 0px 218px;
}

.slider-ten__wrapper {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.slider-ten__content {
  position: relative;
  display: block
}

.slider-ten__title {
  font-size: 110px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--thm-b-font);
  font-weight: 400;
  margin: 0;
  line-height: 132px;
  margin-bottom: 16px;
}

.slider-ten__text {
  font-size: 28px;
  color: #000000;
  margin: 0;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--thm-b-font);
}

/*--------------------------------------------------------------
# Feature Ten
--------------------------------------------------------------*/
.feature-ten {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.feature-ten__single {
  position: relative;
  display: block;
  margin-right: 99px;
  margin-bottom: 20px;
}

.feature-ten__single:before {
  position: absolute;
  top: 0;
  bottom: 10px;
  right: -65px;
  content: "";
  width: 1px;
  background-color: #000000;
}

.feature-ten__single-last:last-child:before {
  display: none;
}

.feature-ten__icon {
  position: relative;
  display: block;
}

.feature-ten__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: #000000;
}

.feature-ten__title {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  font-family: var(--thm-b-font);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 34px;
  margin: 0;
  margin-top: 18px;
  margin-bottom: 12px;
}

.feature-ten__text {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 30px;
  margin: 0;
}

/*--------------------------------------------------------------
# Easy Design
--------------------------------------------------------------*/
.easy-design {
  position: relative;
  display: block;
}

.easy-design .auto-container {
  max-width: 100%;
  padding: 0 40px;
}

.easy-design__inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 282px 0 278px;
  z-index: 1;
}

.easy-design-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.easy-design-bg:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .50);
  content: "";
}

.easy-design__title {
  font-size: 70px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--thm-b-font);
  line-height: 110px;
  margin: 0;
}

/*--------------------------------------------------------------
# Portfolio Ten
--------------------------------------------------------------*/
.portfolio-ten {
  position: relative;
  display: block;
  padding: 107px 0 55px;
}

.portfolio-ten .auto-container {
  max-width: 1765px;
}

.portfolio-ten .row {
  --bs-gutter-x: 160px;
}

.portfolio-ten__sec-title {
  color: #000000;
  text-transform: uppercase;
  font-family: var(--thm-b-font);
  font-weight: 400;
  line-height: 80px;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: center;
  margin-bottom: 44px;
}

.portfolio-ten__single {
  position: relative;
  display: block;
  margin-bottom: 55px;
}

[class*=col-]:nth-child(2) .portfolio-ten__single {
  margin-top: 80px;
}

[class*=col-]:nth-child(5) .portfolio-ten__single {
  margin-top: 80px;
}

[class*=col-]:nth-child(8) .portfolio-ten__single {
  margin-top: 80px;
}



.portfolio-ten__img-box {
  position: relative;
  display: block;
}

.portfolio-ten__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.portfolio-ten__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, .50);
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-ten__single:hover .portfolio-ten__img:before {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.portfolio-ten__img img {
  width: 100%;
}

.portfolio-ten__details-box {
  position: absolute;
  bottom: 60px;
  right: -60px;
  height: 130px;
  width: 130px;
  background-color: #000000;
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.portfolio-ten__single:hover .portfolio-ten__details-box {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.portfolio-ten__details-box:before {
  content: "";
  position: absolute;
  bottom: 22px;
  right: 25px;
  height: 14px;
  width: 1px;
  background-color: #fff;
}

.portfolio-ten__details-box:after {
  content: "";
  position: absolute;
  bottom: 22px;
  right: 25px;
  height: 1px;
  width: 14px;
  background-color: #fff;
}

.portfolio-ten__details-text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 14px;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 25px;
}

.portfolio-ten__details-text a {
  color: #fff;
}

.portfolio-ten__content {
  position: relative;
  display: block;
  margin-top: 24px;
}

.portfolio-ten__title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 30px;
  margin-bottom: 3px;
}

.portfolio-ten__title a {
  color: #000000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-ten__sub-title {
  font-size: 16px;
  color: #5f5f5f;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Work Together
--------------------------------------------------------------*/
.work-together {
  position: relative;
  display: block;
}

.work-together .auto-container {
  max-width: 100%;
  padding: 0 40px;
}

.work-together__inner {
  position: relative;
  display: block;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 109px 0 110px;
}

.work-together__wrapper {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.work-together__content {
  position: relative;
  display: block;
  text-align: center;
}

.work-together__title {
  font-size: 80px;
  color: #000000;
  line-height: 80px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: var(--thm-b-font);
  margin: 0;
}

.work-together__contact {
  position: relative;
  display: block;
  margin-top: 24px;
}

.work-together__contact p {
  font-size: 16px;
  margin: 0;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.work-together__email a {
  color: #5f5f5f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.work-together__email a:hover {
  color: #000000;
}

.work-together__number a {
  color: #5f5f5f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.work-together__number a:hover {
  color: #000000;
}

/*--------------------------------------------------------------
# Footer Eleven
--------------------------------------------------------------*/
.footer-eleven {
  position: relative;
  display: block;
}

.footer-eleven__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 55px 0;
}

.footer-eleven__copyright {
  font-size: 18px;
  color: #000000;
  margin: 0;
  line-height: 25px;
}

.footer-eleven__copyright a {
  color: #000000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-eleven__social {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-eleven__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-eleven__social a+a {
  margin-left: 25px;
}

/*--------------------------------------------------------------
# slider Eleven
--------------------------------------------------------------*/
.slider-eleven {
  position: relative;
  display: block;
  padding: 0 0 0;
}

.slider-eleven__wrapper {
  position: relative;
  display: block;
}

.slider-eleven__left {
  position: relative;
  display: block;
  float: left;
  width: 50%;
}

.slider-eleven__content {
  position: relative;
  display: block;
  max-width: 720px;
  width: 100%;
  float: right;
  padding-right: 270px;
  padding-top: 265px;
}

.slider-eleven__title-1 {
  font-size: 80px;
  color: #abb1c5;
  line-height: 80px;
  font-weight: 100;
  margin: 0;
}

.slider-eleven__title-2 {
  font-size: 80px;
  line-height: 80px;
  margin: 0;
  margin-bottom: 31px;
}

.slider-eleven__sub-title {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  color: var(--thm-base);
  font-family: var(--thm-reey-font);
}

.slider-eleven__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 31px;
}

.slider-eleven__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: #eff1f9;
  border-radius: 50%;
  font-size: 15px;
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.slider-eleven__social a:hover {
  background-color: var(--thm-base);
  color: #fff;
}

.slider-eleven__social a+a {
  margin-left: 10px;
}

.slider-eleven__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  margin: 0;
}

.slider-eleven__btn-box {
  position: relative;
  display: block;
  margin-top: 39px;
}

.thm-btn-eleven {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: var(--thm-base);
  font-weight: 700;
  font-size: 14px;
  padding: 15px 50px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-btn-eleven:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.slider-eleven__big-text {
  position: absolute;
  bottom: 250px;
  left: -433px;
  font-size: 80px;
  color: #eff1f9;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0.4em;
  line-height: 80px;
  transform: rotate(-90deg);
}

.slider-eleven__right {
  position: relative;
  display: block;
  float: right;
  width: 50%;
  min-height: 1100px;
}

.slider-eleven__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*--------------------------------------------------------------
# Services Eleven
--------------------------------------------------------------*/
.services-eleven {
  position: relative;
  display: block;
}

.services-eleven__wrapper {
  position: relative;
  display: block;
}

.services-eleven__left {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  min-height: 1100px;
}

.services-eleven__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.services-eleven__right {
  position: relative;
  display: block;
  float: left;
  width: 50%;
}

.services-eleven__content-box {
  position: relative;
  display: block;
  max-width: 720px;
  width: 100%;
  padding-left: 185px;
  padding-top: 270px;
}

.services-eleven__content-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.services-eleven__content-list li {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  margin-bottom: 91px;
}

.services-eleven__content-list li:nth-child(3) {
  margin-bottom: 0px;
}

.services-eleven__content-list li:nth-child(4) {
  margin-bottom: 0px;
}

.services-eleven__icon {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  z-index: 1;
}

.services-eleven__icon:before {
  position: absolute;
  top: 0;
  left: -20px;
  height: 50px;
  width: 50px;
  content: "";
  background-color: rgba(var(--thm-base-rgb), .10);
  border-radius: 50%;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
  z-index: -1;
}

.services-eleven__content-list li:hover .services-eleven__icon:before {
  transform: scale(1.2);
}

.services-eleven__icon span {
  font-size: 65px;
  color: var(--thm-base);
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-eleven__content-list li:hover .services-eleven__icon span {
  transform: scale(0.9);
}

.services-eleven__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 33px;
}

.services-eleven__title a {
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-eleven__title a:hover {
  color: var(--thm-base);
}

.services-eleven__text {
  font-size: 16px;
  color: #666976;
  margin: 0;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Skill Section
--------------------------------------------------------------*/
.skill-section {
  position: relative;
  display: block;
}

.skill-section__wrapper {
  position: relative;
  display: block;
}

.skill-section__left {
  position: relative;
  display: block;
  float: left;
  width: 50%;
}

.skill-section__content-box {
  position: relative;
  display: block;
  max-width: 720px;
  width: 100%;
  padding-right: 230px;
  padding-top: 276px;
  float: right;
}

.skill-section__title {
  font-size: 80px;
  margin: 0;
  line-height: 80px;
  margin-bottom: 41px;
}

.skill-section__text {
  margin: 0;
  line-height: 30px;
}

.skill-section__progress-box-wrap {
  position: relative;
  display: block;
  margin-top: 64px;
}

.skill-section__progress-box-wrap .progress-box {
  position: relative;
  display: block;
  width: 100%;
  font-family: var(--thm-font);
  margin-bottom: 23px;
}

.skill-section__progress-box-wrap .progress-box.last-box {
  margin-bottom: 0;
}

.skill-section__progress-box-wrap .progress-box .bar-title {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 13px;
  color: var(--thm-black);
  font-weight: 600;
}

.skill-section__progress-box-wrap .progress-box .bar {
  position: relative;
  width: 100%;
  height: 11px;
  background: #eff1f9;
  border-radius: 0;
}

.skill-section__progress-box-wrap .progress-box .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 11px;
  background: var(--thm-base);
  border-radius: 0px;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.skill-section__progress-box-wrap .progress-box .count-box {
  position: absolute;
  right: 0px;
  margin-right: -40px;
  bottom: 22px;
  width: 40px;
  height: 22px;
  background: var(--thm-black);
  color: #ffffff;
  line-height: 22px;
  font-size: 10px;
  font-weight: 700;
  border-radius: 3px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.skill-section__progress-box-wrap .progress-box .counted .count-box {
  opacity: 1;
}

.skill-section__progress-box-wrap .progress-box .count-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-top: 5px solid var(--thm-black);
  border-left: 5px solid var(--thm-black);
}

.skill-section__right {
  position: relative;
  display: block;
  float: right;
  width: 50%;
  min-height: 1100px;
}

.skill-section__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*--------------------------------------------------------------
# Skill Section
--------------------------------------------------------------*/
.contact-three {
  position: relative;
  display: block;
}

.contact-three__wrapper {
  position: relative;
  display: block;
}

.contact-three__left {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  min-height: 1100px;
}

.contact-three__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact-three__right {
  position: relative;
  display: block;
  float: right;
  width: 50%;
}

.contact-three__content-box {
  position: relative;
  display: block;
  max-width: 720px;
  width: 100%;
  padding-left: 230px;
  padding-top: 186px;
  float: left;
}

.contact-three__title {
  font-size: 80px;
  line-height: 80px;
  margin: 0;
  margin-bottom: 43px;
}

.contact-three__text {
  margin: 0;
  line-height: 30px;
}

.contact-three__form {
  position: relative;
  display: block;
  margin-top: 71px;
}

.contact-three__form-input {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.contact-three__form-input input[type="text"],
.contact-three__form-input input[type="email"],
.contact-three__form-input textarea {
  height: 60px;
  width: 100%;
  background: #eff1f9;
  padding: 0 30px;
  font-size: 14px;
  color: #666976;
  font-weight: 500;
  outline: none;
  border: none;
}

.contact-three__form-input textarea {
  height: 145px;
}

.contact-three__message-box {
  height: 145px;
}


/*--------------------------------------------------------------
# Gallery Section Four
--------------------------------------------------------------*/
.gallery-section-four .gallery-item .cap-box .cap-inner {
  padding: 19px 30px 12px;
}


/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 90px 0 60px;
  z-index: 9999999;
}

.home-showcase .auto-container {
  padding: 0 15px;
  max-width: 1200px;
}


.home-showcase__toggler {
  font-size: 24px;
  color: var(--thm-black);
  position: absolute;
  top: 60px;
  right: 60px;
}

.home-showcase__toggler a {
  color: inherit;
}

.home-showcase__inner {
  position: relative;
  display: block;
}

.home-showcase__top-title {
  font-size: 70px;
  font-family: 'Teko', sans-serif;
  color: var(--thm-black);
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 55px;
}

.home-showcase__item {
  position: relative;
  display: block;
  margin-bottom: 30px;

}

.home-showcase__image-box {
  position: relative;
  background-color: rgb(34, 36, 41);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.home-showcase__image {
  position: relative;
  background-color: var(--thm-black);
  overflow: hidden;
  border-radius: 8px;
}

.home-showcase__image>img {
  width: 100%;
  border-radius: 8px;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home-showcase__image:hover>img {
  opacity: 0.75;
}

.home-showcase__image:hover .home-showcase__buttons {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.home-showcase__buttons__item {
  width: 155px;
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
  margin-top: 10px;
}

.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: var(--thm-black);
  margin-top: 26px;
  font-family: 'Teko', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 24px;
}


.home-showcase .btn-style-one .btn-title {
  font-size: 16px;
  padding: 14px 0px 11px;
  font-family: 'Teko', sans-serif;
}

.mobile-nav__container .home-showcase__top-title {
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 30px;
}

.mobile-nav__container .home-showcase__toggler {
  display: none;
}

.mobile-nav__container .home-showcase {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mobile-nav__container li .home-showcase__buttons a {
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.mobile-nav__container [class*=col-] {
  flex: 0 0 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# Main Menu Eleven
--------------------------------------------------------------*/
.header-eleven {
  position: relative;
  display: block;
}

.mainmenu-eleven {
  position: fixed;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mainmenu-eleven.fixed-header {
  background: #fff;
}

.mainmenu-eleven .auto-container {
  max-width: 100%;
  padding: 0 60px;
}

.mainmenu-eleven .nav-outer {
  position: relative;
  float: none;
}

.mainmenu-eleven__inner {
  display: block;
  padding: 45px 0;
}

.mainmenu-eleven__left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mainmenu-eleven__right {
  display: none;
}

.mainmenu-eleven .nav-outer .mobile-nav-toggler {
  display: block;
  margin: 0;
  color: var(--thm-black);
  float: none;
}

.mainmenu-eleven .nav-outer .mobile-nav-toggler:hover span {
  width: 28px !important;
}

.mainmenu-eleven .nav-outer .mobile-nav-toggler .bar {
  width: 28px;
  height: 1px;
  background-color: #191f37;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mainmenu-eleven .nav-outer .mobile-nav-toggler .bar:nth-child(2) {
  width: 23px;
}

.mainmenu-eleven .nav-outer .mobile-nav-toggler .bar:nth-child(3) {
  width: 18px;
}

.mainmenu-eleven .nav-outer .mobile-nav-toggler .bar+.bar {
  margin-top: 7px;
}



/*--------------------------------------------------------------
# Masonry Portfolio
--------------------------------------------------------------*/
.portfolio-masonary-two {
  position: relative;
  display: block;
  padding: 109px 0 90px;
}

.portfolio-masonary-two .portfolio-masonary__filter-wrapper {
  justify-content: center;
  margin-bottom: 56px;
}

.portfolio-masonary-two .filters li {
  color: #686a6f;
  font-size: 24px;
}

.portfolio-masonary-two .mixitup-gallery .filters .filter.active {
  color: var(--thm-black);
}



/*--------------------------------------------------------------
# Side Scroller Dots
--------------------------------------------------------------*/
.side-scroller-dots {
  position: fixed;
  top: 50%;
  right: 100px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.side-scroller-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.side-scroller-dots ul li+li {
  margin-top: 10px;
}

.side-scroller-dots ul li a span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #191f37;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1;
}

.side-scroller-dots ul li a span:before {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  content: "";
  background: #191f37;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -1;
}

.side-scroller-dots ul li.current a span:before {
  opacity: 1;
}

.side-scroller-dots #menu[data-section-class*='banner'] li a span,
.side-scroller-dots #menu[data-section-class*='services'] li a span,
.side-scroller-dots #menu[data-section-class*='skill'] li a span,
.side-scroller-dots #menu[data-section-class*='contact'] li a span {
  background: #191f37;
}

.side-scroller-dots #menu[data-section-class*='banner'] li.current a span,
.side-scroller-dots #menu[data-section-class*='services'] li.current a span,
.side-scroller-dots #menu[data-section-class*='skill'] li.current a span,
.side-scroller-dots #menu[data-section-class*='contact'] li.current a span {
  background: #191f37;
}




/* megamenu */

.main-menu .navigation,
.main-header .nav-outer .main-menu,
.mainmenu-nine__right,
.main-menu .navigation>.megamenu {
  position: static;
}

.main-menu .navigation>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  z-index: 10;
}

.main-menu .navigation>li.megamenu-clickable>ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}

.main-menu .navigation>li.megamenu-clickable>ul::-webkit-scrollbar {
  display: none;
}

.main-menu .navigation>li.megamenu-clickable>ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease;
}

.main-menu .navigation>.megamenu>ul>li {
  padding: 0 !important;
  margin: 0;
}


.megamenu-popup-active .main-header .other-links,
.megamenu-popup-active .main-header .header-upper .logo-box {
  display: none;
}