@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@200..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lunasima:wght@400;700&display=swap');
/* Css For Aundri */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}


::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #D29726;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #D29726;
}


.auth-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.navigation li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.navigation li a i {
  font-size: 20px;
  color: #D29726;
}


.auth-buttons button {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.auth-buttons .btn-login {
  background-color: #D29726;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}



.auth-buttons .btn-register {
  background-color: #D29726;
  color: #fff;
  padding: 0 10px;
  margin-right: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}



/*** 

====================================================================
  Global Settings
====================================================================

 ***/

body {
  font-size: 16px;
  /* color:#D29726; */
  line-height: 34px;
  font-weight: 400;
  /* background: #2B2B2B; */
  font-family: 'DroidArabicKufiRegular';
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  /* direction: rtl ; */
}

@media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
  }
}



.header-lower .main-menu .navigation {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}




.large-container {
  max-width: 1500px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input, button, select, textarea {
  font-family: 'DroidArabicKufiRegular';

  font-weight: 400;
  font-size: 16px;
}

ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.search-dropdown input[type="search"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  background-color: #25d366;
  border-radius: 5px;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.search-dropdown input[type="search"]:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.search-dropdown input[type="search"]::placeholder {
  color: #aaa;
  font-style: italic;
}




input {
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  font-family: 'DroidArabicKufiRegular';


  color: #687f9b;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: 'DroidArabicKufiRegular';

  font-weight: 400;
  color: #2B2B2B;
  margin: 0px;
  transition: all 500ms ease;
}

/* =================== preload ======================*/
.preload img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}


.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: #143a69;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/banner/Animation\ -\ 1734362838343\ \(1\).gif);
}


.centred {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}


figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/** button **/

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'DroidArabicKufiRegular';

  font-weight: 700;
  color: #fff !important;
  text-align: center;
  padding: 22px 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
}

.theme-btn.style-one {
  border-radius: 8px !important;
  padding: 14px 22px;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.theme-btn.style-two {
  border-radius: 8px;
  padding: 15px 22px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-btn:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #2B2B2B;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn:hover:before {
  width: 50%;
}

.theme-btn:after {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #2B2B2B;
  right: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn:hover:after {
  width: 50%;
}

.pagination {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.pagination li {
  display: inline-block;
  margin: 0px 3px;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 30px;
  border-radius: 20px;
  width: 30px;
  line-height: 25px;
  background: #e6edf4;
  text-align: center;
  color: #687f9b;
  z-index: 1;
  transition: all 500ms ease;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.pagination li a:hover,
.pagination li a.current {
  color: #fff;
}

.pagination li:first-child a:hover,
.pagination li:last-child a:hover {
  color: #fff;
}

.sec-pad {
  padding: 115px 0px 120px 0px;
}

.sec-pad-2 {
  padding: 120px 0px;
}

.mr-0 {
  margin: 0px !important;
}

.scroll-top {
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 24px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top span {
  color: #fff;
}

.sec-title {
  position: relative;
  display: block;
  /* margin-bottom: 47px; */
}

.sec-title p {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #687f9b;
  margin-bottom: 4px;
  text-align: end;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  margin-bottom: 2px;
  text-align: end;
}

.sec-title img {
  width: 24px;
  height: 24px;
}

.sec-title.centred img {
  margin: 0 auto;
}

.sec-title.light p,
.sec-title.light h2 {
  color: #fff;
}

.sec-title.centred {
  text-align: center !important;
}




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.banner-section .slide-item {
  position: relative;
  overflow: hidden;
}

.banner-section .slide-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.banner-section .slide-item .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.banner-section .slide-item .content-box {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}



.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  left: 0px;
  top: 0px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
  width: 100%;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top {
  position: relative;
  width: 100%;
  background:#2B2B2B;
}

.header-top .info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  padding-left: 30px;
  margin-right: 25px;
}

.header-top .info li:last-child {
  margin: 0px !important;
}

.header-top .info li a {
  color: #fff;
}

.header-top .info li a:hover {}

.btn-box {
  text-align: end;
}

.btn-box a {
  background-color: #D29726;
  padding: 10px 12px;
  color: #ffff;
}

.header-top .info li i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
  font-weight: 400;
}

.header-top .social-links,
.header-top .btn-box {
  position: relative;
  display: inline-block;
  /* float: left; */
}

.header-top .social-links {
  margin-right: 40px;
}

.header-top .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  line-height: 50px;
}

.header-top .social-links li:last-child {
  margin: 0px !important;
}

.header-top .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.header-top .social-links li a:hover {}

.header-top .btn-box .theme-btn {
  padding: 12px 31px;
}

.header-top .btn-box .theme-btn:before,
.header-top .btn-box .theme-btn:after {}


/** header-lower **/

.header-lower {
  position: relative;
  background: #fff;
  width: 100%;
}

.main-header .outer-box {
  position: relative;
}

.main-header .logo-box {
  position: relative;
  padding: 25.5px 0px;
}

.main-header .logo-box .logo {
  position: relative;
  max-width: 137px;
  width: 100%;
}

.main-header .logo-box .logo img {
  width: 100%;
}

.main-header .menu-right-content {
  position: relative;
  float: left;
  padding: 0px 0px 0px 120px;
  margin-top: 39px;
  margin-left: 40px;
}

/* 
.main-header .menu-right-content:before{
  position: absolute;
  content: '';
  background: #e6edf4;
  width: 1px;
  height: 65px;
  left: 0px;
  top: -8px;
} */

.main-header .menu-right-content i {
  position: absolute;
  left: 40px;
  top: 0px;
  font-size: 65px;
  line-height: 50px;
}

.main-header .menu-right-content h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.main-header .menu-right-content h6 a {
  display: inline-block;
  color: #2B2B2B;
}

.main-header .menu-right-content h6 a:hover {}

.main-header .menu-right-content p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}


/** main-menu **/

.main-menu {
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  margin: 0px;
}

.main-menu .navigation>li {
  position: inherit;
  float: left;
  z-index: 2;
  padding: 47px 0px 49px 0px;
  margin: 0px 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
  margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
  margin-left: 0px !important;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  opacity: 1;
  color: #687f9b;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 250px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  background: #ffff;
  border: 1px solid #0000;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation>li:hover>ul>li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation>li>ul>li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li input {
  border: 1px solid #dddddd;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  text-align: end;
  padding: 5px 5px;
  border-radius: 10px;
}


.nav-item {
  font-size: 22px;
  font-weight: 700;
  color: #687f9b
}


.nav-item i {
  font-size: 13px;
  padding-right: 10px;
}


.filter-panel {
  padding: 40px 25px;
}


.left-sidebar .search-bar i {
  position: absolute;
  top: 4%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 24px;
  color: #D29726;
}

.search-bar input {
  padding: 10px 40px;
  width: 100%;
  border: none;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 1px solid #ccc;
}


.left-sidebar .middle-part .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #f9f9f9;
}

.pagination {
  font-size: 12px;
}

.pagination .page-item {
  margin: 0 2px;
}

.pagination .page-link {
  padding: 4px 8px;
  font-size: 12px;
  background: #fff;
  /* border:; */
}

.pagination .page-item.active .page-link {
  background-color: #D29726;
  border-color: #D29726;
  color: #fff;
}

.pagination-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-sidebar .bottom-info {
  padding: 0 35px 35px;
}


.left-sidebar .bottom-info h5 {
  font-size: calc(14px +(16 - 14)*((100vw - 320px) /(1920 - 320)));
  background-color: #D29726;
  color: white;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 50px;
  margin-bottom: 12px;
}


.left-sidebar .bottom-info h4 {
  font-size: calc(16px +(20 - 16)*((100vw - 320px) /(1920 - 320)));
  font-weight: 700;
}

.left-sidebar .bottom-info h6 {
  margin-bottom: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
}



.main-menu .dropdown-menu li h5 {
  text-align: end !important;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}


.left-sidebar .search-bar i:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 22px;
  background-color: rgba(239, 63, 62, 0.5);
  right: -10px;
  top: -5px;
}

.search-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.search-container input[type="search"] {
  width: 100%;
  padding: 10px 35px 10px 10px;
  border: 1px solid #808080;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.search-container input[type="search"] {
  text-align: end;
}

.search-container .search-icon {
  position: absolute;
  left: 10px;
  color: #D29726;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.search-container .search-icon:hover {
  color: #2B2B2B;
}


.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
  position: relative;
  display: block;
  padding: 5px;
  line-height: 24px;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a:hover {}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 14px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  right: 100%;
  top: 0%;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 10px 0px;
  background: #2B2B2B;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation>li>ul>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation>li>ul>li:hover>ul>li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 14px 0px;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 99%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #fff;
  display: none;
}

.mobile-menu .menu-backdrop {
  background: #2B2B2B;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}

.main-header .sticky-header .logo-box {
  padding: 5px 0px;
}

.main-header .sticky-header .main-menu .navigation>li {
  padding: 27px 0px 30px 0px !important;
}

.main-header .sticky-header .menu-right-content {
  margin-top: 20px;
  padding-left: 105px;
}

.main-header .sticky-header .menu-right-content i {
  font-size: 50px;
}


/** megamenu-style **/

.main-menu .navigation>li.dropdown>.megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
  font-weight: 500;
  padding: 3px 0px;
  color: #fff;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 50px 25px;
  text-align: left;
  padding-bottom: 100px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.70;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  text-align: end;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
  height: 100%;
}

@media(max-width:991px) {
  .nav-item i {
    display: none !important;
  }

  .nav-item {
    padding: 10px 35px;
    position: relative;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }

  .dropdown-menu {
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-align: end;
  }

  .dropdown-menu h5 {
    margin-bottom: 10px;
  }
}


.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  background: #fff;
  color: #3b3b3b;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  padding: 0px 25px;
  text-align: end;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {}

div#mCSB_1_container {
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 10px 30px 20px 30px;
  text-align: end;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.80);
}

.mobile-menu .contact-info ul li a:hover {}

.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}


/** banner-section **/
.banner-section {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.banner-section .slide-item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.banner-section .auto-container {
  position: relative;
  z-index: 2;
}

.banner-section .content-box {
  text-align: center;
  color: #fff;
}






.banner-section {
  position: relative;
  overflow: hidden;
}

.banner-carousel {
  position: relative;
}

.banner-carousel .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 125px 0px 50px 0px;
}

.banner-carousel .slide-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.0) 100%);
  border-radius: 8px;
  top: 0px;
  right: 0px;
  z-index: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.banner-carousel .content-box {
  position: relative;
  display: block;
  max-width: 660px;
  z-index: 5;
}

.banner-carousel .content-box h4 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  /* color: #687f9b; */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* border-bottom: 1px solid #687f9b; */
  margin-bottom: 33px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h4 {
  opacity: 1;
  color: #D29726;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box h1 {
  position: relative;
  display: block;
  font-size: 100px;
  line-height: 120px;
  font-weight: 800;
  margin-bottom: 45px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h1 {
  opacity: 1;
  color: #fff;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-carousel .content-box .btn-box .theme-btn {
  padding: 12px 17px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}


.banner-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-next {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 500ms ease;
}

.banner-carousel:hover .owl-nav .owl-prev,
.banner-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.banner-carousel .owl-nav .owl-prev:hover,
.banner-carousel .owl-nav .owl-next:hover {}


/** about-section **/

.main-about {
  background-color: #fff;
  padding: 100px 0;
}

.about-text {
  text-align: end;
}

.about-text h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  margin-top: -30px;
}

.about-text p {
  font-size: 17px;
  line-height: 28px;
  color: #333;
  font-weight: 600;
  margin-bottom: 40px;
  opacity: 0.8;
}

.page-title {
  position: relative;
  overflow: hidden;
}

.page-title .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.page-title .content-box {
  position: relative;
  z-index: 2;
}




.about-section {
  position: relative;
  padding: 120px 0 40px 0;
  overflow: hidden;
  background-color: #fff;
}

.image_block_1 .image-box {
  position: relative;
  display: block;
  margin-bottom: 120px;
}

/* .image_block_1 .image-box:before{
  position: absolute;
  content: '';
  background: #f3f7fa;
  width: 560px;
  height: 120px;
  left: -360px;
  bottom: -120px;
} */
/* 
.image_block_1 .image-box:after{
  position: absolute;
  content: '';
  width: 10px;
  height: 100px;
  bottom: -120px;
  left: 220px;
} */

.image_block_1 .image-box .image img {
  max-width: none;
  float: right;
}

.image_block_1 .image-box .video-btn {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 200px;
  height: 156px;
  background: #f5f7fa;
  padding: 20px 20px 0px 20px;
}

.image_block_1 .image-box .video-btn a {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 136px;
  line-height: 100px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.about-section .content_block_1 .content-box {
  margin-left: 70px;
  margin-top: -7px;
}

.about-section .content_block_1 .content-box h3 {
  font-size: 24px;
  line-height: 38px;
  /* font-style: italic; */
  text-align: end;
  margin-bottom: 10px;
}

.about-section .content_block_1 .content-box .list-item li {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #2B2B2B;
  margin-bottom: 12px;
  padding-left: 35px;
  text-align: end;
  padding-right: 22px;
}

.about-section .content_block_1 .content-box .list-item li:before {
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  right: 0px;
  top: 1px;
  font-weight: 700;
}

.about-section .content_block_1 .content-box .list-item {
  margin-bottom: 10px;
}

.about-section .content_block_1 .content-box .text {
  margin-bottom: 53px;
}

.about-section .content_block_1 .content-box .text p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  text-align: end;
}

.about-section .content_block_1 .content-box .theme-btn {
  padding: 12px 15px;
  background-color: #D29726;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.about-section .image-layer {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 472px;
  height: 440px;
  -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
}


/** service-section **/

/* .service-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} */
.btn-serivis {
  text-align: end;
}

.btn-serivis a {
  background-color: #D29726;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}


.btn-mor a {
  display: inline-block;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  padding: 5px 12px;
  text-align: center;
  background-color: #D29726;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.service-section h2 {
  font-size: 45px;
  font-weight: bold;
}

.service-block {
  /* display: flex; */
  /* height: 100%; */
}





.service-section {
  position: relative;
  padding-top: 65px;
  background-color: #fff;
}

.service-block-one {
  height: 100%;

}

.service-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.service-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0, 0);
  opacity: 0.8;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box:before {
  transform: scale(1, 1);
}

.service-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img {
  transform: scale(1.1);
}

.service-block-one .inner-box .lower-content {
  position: relative;
  padding: 80px 35px 50px 50px;
  text-align: end;
}

.service-section .inner-container {
  position: relative;
  /* margin: 0px 15px; */
  margin-bottom: -120px;
  z-index: 1;
}

.inner-container .service-block {
  padding: 9px;
  margin-bottom: 40px;
}

.service-block-one .inner-box .lower-content:before {
  position: absolute;
  content: '';
  background: #f3f7fa;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  transition: all 900ms ease;
}

.service-block-one .inner-box:hover .lower-content:before {
  height: 100%;
}

.service-block-one .inner-box .lower-content .icon-box {
  position: absolute;
  left: 50px;
  top: -47px;
  width: 94px;
  height: 94px;
  line-height: 94px;
  font-size: 65px;
  color: #fff;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box {}

.service-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #2B2B2B;
}

.service-block-one .inner-box .lower-content h3 a:hover {}

.service-block-one .inner-box .lower-content p {
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  color: #687f9b;
  margin-bottom: 33px;
}

.service-block-one .inner-box .lower-content .link a {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #e6edf4;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  color: #7086a1;
}

.service-block-one .inner-box .lower-content .link a:hover {
  color: #fff;
}

.service-section .sec-title {
  margin-bottom: 57px;
}


/** funfact-section **/

.funfact-section {
  position: relative;
  padding-top: 70px;
}

.counter-block-one .inner-box {
  position: relative;
  padding-bottom: 60px;
}

.counter-block-one .inner-box:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 100%;
  right: -15px;
  bottom: 0px;
}

.counter-block:last-child .counter-block-one .inner-box:before {
  display: none;
}

.counter-block-one .inner-box .count-outer {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 14px;
}

.counter-block-one .inner-box p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
}

.funfact-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  animation: slide 90s linear infinite;
  -webkit-animation: slide 90s linear infinite;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 0;
  }
}


/** video-section **/

.video-section {
  position: relative;
  padding: 135px 0px 110px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.video-section:before {
  position: absolute;
  content: '';
  background: #2B2B2B;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.8;
}

.video-section .inner-box .video-btn {
  position: relative;
  margin-bottom: 22px;
}

.video-section .inner-box .video-btn a {
  position: relative;
  display: inline-block;
  width: 106px;
  height: 106px;
  line-height: 106px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.video-section .inner-box .video-btn .border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .2);
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.video-section .inner-box .video-btn .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.video-section .inner-box .video-btn .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.video-section .inner-box h2 {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 800;
}


/** pricing-section **/

.pricing-section {
  position: relative;
  padding-top: 115px;
}

.pricing-section .map-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-block-one {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.pricing-block-one .inner-box {
  position: relative;
  overflow: hidden;
  padding: 0px 50px 50px 50px;
}

.pricing-block-one:before {
  position: absolute;
  content: '';
  background: #2B2B2B;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}

.pricing-block-one:hover:before {
  height: 100%;
}

.pricing-block-one .icon-box {
  position: relative;
  display: inline-block;
  width: 118px;
  height: 118px;
  line-height: 118px;
  text-align: center;
  font-size: 65px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 0px 0px 10px #fff;
  transition: all 900ms ease;
  margin-bottom: 35px;
  margin-top: -59px;
  z-index: 1;
}

.pricing-block-one:hover .icon-box {
  box-shadow: 0 0px 0px 10px #2B2B2B;
}

.pricing-block-one .icon-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}

.pricing-block-one:hover .icon-box:before {
  transform: scale(1, 1);
}

.pricing-block-one .inner-box span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #687f9b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
  transition: all 500ms ease;
}

.pricing-block-one:hover .inner-box span {
  color: rgba(255, 255, 255, 0.6);
}

.pricing-block-one .inner-box h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 22px;
  transition: all 500ms ease;
}

.pricing-block-one:hover .inner-box h3 {
  color: #fff;
}

.pricing-block-one .inner-box .link a {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #e6edf4;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  color: #7086a1;
  z-index: 1;
}

.pricing-block-one .inner-box .link a:hover {
  color: #fff;
}

.pricing-block-one .inner-box .light-icon {
  position: absolute;
  right: -30px;
  bottom: 0px;
  font-size: 150px;
  line-height: 100px;
  color: rgb(117 117 117 / 8%);
  transform: rotate(-30deg);
}

.pricing-section .pricing-inner {
  padding-bottom: 120px;
}

.cta-section .inner-box {
  position: relative;
  display: block;
  padding: 90px 100px;
}

.cta-section .inner-box .text h2 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 800;
}

.cta-section .inner-box .text h2 span {
  color: #2B2B2B;
  font-style: italic;
}

.cta-section .inner-box .btn-box {
  margin-top: 15px;
}

.cta-section .inner-box .btn-box .theme-btn {
  background: #2B2B2B;
  padding: 22px 52px;
}

.cta-section .inner-box .btn-box .theme-btn:before,
.cta-section .inner-box .btn-box .theme-btn:after {}

.cta-section .inner-box .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-section .sec-title {
  margin-bottom: 125px;
}

.bg-color-3 {
  background: #f3f7fa;
}


/** chooseus-section **/

.chooseus-section {
  position: relative;
  padding: 115px 0px 100px 0px;
}

.chooseus-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content_block_2 .content-box .inner-box {
  position: relative;
  max-width: 500px;
  width: 100%;
}

.content_block_2 .content-box .inner-box .star-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 94px;
  height: 94px;
  line-height: 94px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  margin-left: -10px;
  margin-top: -10px;
}

.content_block_2 .content-box .inner-box .single-item {
  position: relative;
  float: left;
  width: 50%;
}

.content_block_2 .content-box .inner-box .single-item .inner {
  position: relative;
  display: block;
  background: #fff;
  max-width: 230px;
  width: 100%;
  padding: 49px 30px 50px 50px;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.content_block_2 .content-box .inner-box .single-item .inner .icon-box {
  position: relative;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 24px;
}

.content_block_2 .content-box .inner-box .single-item .inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.content_block_2 .content-box .sec-title {
  margin-bottom: 57px;
}

.content_block_3 .content-box .text {
  position: relative;
  padding-left: 100px;
  margin-bottom: 58px;
}

.content_block_3 .content-box .text p {
  font-size: 18px;
  line-height: 34px;
  color: #687f9b;
  font-weight: 600;
}

.content_block_3 .content-box .image-box {
  position: relative;
  display: block;
  margin: 0px -290px 0px 0px;
}

.content_block_3 .content-box .image-box .image img {
  width: 100%;
}


/** gallery-section **/

.gallery-section {
  position: relative;
  padding: 6px 0px;
}

.gallery-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-block-one .inner-box .image-box img {
  width: 100%;
  transform: scale(1.1);
  transition: all 500ms ease;
}

.gallery-block-one .inner-box:hover .image-box img {
  transform: scale(1);
  opacity: 0.1;
}

.gallery-block-one .inner-box .view-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gallery-block-one .inner-box .view-btn a {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  transform: scale(0, 0);
}

.gallery-block-one .inner-box:hover .view-btn a {
  transform: scale(1, 1);
}

.gallery-block-one .inner-box .view-btn a:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.8);
  width: 2px;
  height: 32px;
  left: 50%;
  transform: translateY(-50%);
  top: 0px;
}

.gallery-block-one .inner-box .view-btn a:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.8);
  width: 32px;
  height: 2px;
  left: 0px;
  top: 0px;
}


/** testimonial-section **/

.testimonial-section {
  position: relative;
}

.testimonial-section .title-inner {
  position: relative;
  margin-right: 70px;
}

.testimonial-section .title-inner .customer-box {
  position: relative;
  display: block;
  padding: 41px 30px 44px 120px;
}

.testimonial-section .title-inner .customer-box .icon-box {
  position: absolute;
  left: 60px;
  top: 50px;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
}

.testimonial-section .title-inner .customer-box h2 {
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 0px;
}

.testimonial-section .title-inner .customer-box h4 {
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
}

.testimonial-section .sec-title {
  margin-bottom: 57px;
}

.testimonial-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  animation: slide 90s linear infinite;
  -webkit-animation: slide 90s linear infinite;
}

.testimonial-section .testimonial-inner {
  position: relative;
  margin-right: -755px;
  margin-top: 7px;
  overflow: hidden;
  padding-bottom: 44px;
  padding-left: 57px;
  margin-left: -57px;
}

.testimonial-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 46px 40px 57px 85px;
}

.testimonial-block-one .inner-box:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 65px;
  height: 45px;
  right: 90px;
  bottom: -45px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 15% 0%);
}

.testimonial-block-one .inner-box .image-box {
  position: absolute;
  left: -46px;
  top: 70px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: -10px;
  top: -10px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-section .owl-stage-outer {
  overflow: visible;
}

.testimonial-section .owl-stage-outer .owl-item {
  opacity: 0;
}

.testimonial-section .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.testimonial-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 46px;
  margin-bottom: 40px;
}

.testimonial-block-one .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.testimonial-block-one .inner-box h4 span {
  font-size: 16px;
  font-weight: 400;
  color: #687f9b;
}

.testimonial-block-one .inner-box .quote-box {
  position: absolute;
  right: 65px;
  bottom: 60px;
  font-size: 85px;
  line-height: 60px;
}


/** news-section **/

.news-section {
  position: relative;
}

.news-block-one .inner-box {
  position: relative;
  display: block;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.news-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.news-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 30px 40px 23px 40px;
  border: 1px solid #e6edf4;
  border-top: none;
}

.news-block-one .inner-box .lower-content .post-date {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  padding: 9px 25px;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.news-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 36px;
  font-weight: 800;
  padding-bottom: 22px;
  margin-bottom: 21px;
  border-bottom: 1px solid #e6edf4;
}

.news-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #2B2B2B;
}

.news-block-one .inner-box .lower-content h3 a:hover {}

.news-block-one .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #687f9b;
  font-weight: 600;
  padding-left: 20px;
  margin-right: 15px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
  margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a {
  color: #687f9b;
}

.news-block-one .inner-box .lower-content .post-info li i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-weight: 400;
}

.news-block-one .inner-box .lower-content .post-info li a:hover {}

.news-block-one .inner-box .lower-content .link {
  position: absolute;
  right: 40px;
  bottom: 20px;
}

.news-block-one .inner-box .lower-content .link a {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #e6edf4;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  color: #7086a1;
  z-index: 1;
}

.news-block-one .inner-box .lower-content .link a:hover {
  color: #fff;
}

.news-section .sec-title {
  margin-bottom: 57px;
}


/** clients-section **/

.clients-section {
  position: relative;
  padding: 120px 0px;
}

.clients-section .clients-logo-box {
  position: relative;
  display: block;
}

.clients-section .clients-logo-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  opacity: 0.2;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section .clients-logo-box img:hover {
  opacity: 1;
  transform: scale(1.05);
}


/** main-footer **/

.main-footer {
  position: relative;
  overflow: hidden;
  background: #2B2B2B;
}

.main-footer .footer-logo {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 50px 60px;
}

.main-footer .footer-top {
  padding-bottom: 10px;
}

.main-footer .right-column .subscribe-box,
.main-footer .right-column .social-links {
  position: relative;
  float: left;
}

.main-footer .right-column .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.main-footer .right-column .social-links li:last-child {
  margin: 0px !important;
}

.main-footer .right-column .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background: #2B2B2B;
}

.main-footer .right-column .social-links li a:hover {
  color: #fff;
}

.main-footer .right-column .subscribe-box {
  margin-right: 50px;
}

.main-footer .right-column .social-links {
  margin-top: 9px;
}

.main-footer .right-column .subscribe-box .form-group {
  position: relative;
  margin: 0px;
  min-width: 552px;
  width: 100%;
  padding-right: 163px;
}

.main-footer .right-column {
  position: relative;
  padding: 40px 0px;
}

.main-footer .right-column:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.1);
  width: 5000px;
  height: 1px;
  left: -63px;
  bottom: 1px;
}

.main-footer .right-column .subscribe-box .form-group input[type='email'] {
  position: relative;
  width: 100%;
  max-width: 390px;
  border-radius: 8px;
  height: 60px;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  color: #69809b;
  border: 1px solid #fff;
  padding: 10px 20px;
  transition: all 500ms ease;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.main-footer .right-column .subscribe-box .form-group input::-webkit-input-placeholder {
  color: #69809b;
}

.main-footer .right-column .subscribe-box .form-group input:focus {}

.main-footer .right-column .subscribe-box .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  transition: all 500ms ease;
}

.main-footer .right-column .subscribe-box .form-group button:before,
.main-footer .right-column .subscribe-box .form-group button:after {
  background: #fff;
}

.main-footer .right-column .subscribe-box .form-group button:hover {}

.main-footer .widget-section .contact-widget .btn-box {
  position: relative;
  margin-bottom: 46px;
}

.main-footer .widget-section .contact-widget .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  background: #D29726;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 8px;
  padding: 15px 27px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.main-footer .widget-section .contact-widget .btn-box a:hover {
  background-color: #fff;
  color: #000;
}

.main-footer .widget-section .contact-widget .info-list li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 18px;
}

.main-footer .widget-section .contact-widget .info-list li:last-child {
  margin-bottom: 0px;
}

.main-footer .widget-section .contact-widget .info-list li a {
  display: inline-block;
  color: #fff;
}

.main-footer .widget-section .contact-widget .info-list li a:hover {}

.main-footer .widget-section .contact-widget .info-list li i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: 400;
}

.main-footer .widget-section {
  padding-bottom: 100px;
}

.ml-25 {
  margin-left: 25px;
}

.main-footer .widget-title {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.main-footer .widget-title h3 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.main-footer .links-widget .links-list li {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.main-footer .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}

.main-footer .links-widget .links-list li a:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-footer .links-widget .links-list li a:hover:before {
  width: 100%;
  opacity: 1;
}

.main-footer .links-widget .links-list li a:hover {}

.main-footer .footer-widget {
  padding-top: 42px;
  text-align: end;
}

.footer-widget-2 {
  background-color: #ffff;
  border-radius: 12px;
  margin-top: 30px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}


.contact-widget {
  text-align: end;
}

.ml-70 {
  margin-left: 70px;
}

.ml-50 {
  margin-left: 50px;
}

.main-footer .post-widget .post {
  position: relative;
  display: block;
  padding-left: 90px;
  margin-bottom: 30px;
}

.main-footer .post-widget .post:last-child {
  margin-bottom: 0px;
}

.main-footer .post-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.main-footer .post-widget .post .post-thumb img {
  width: 100%;
  transition: all 500ms ease;
}

.main-footer .post-widget .post:hover .post-thumb img {
  opacity: 0.2;
}

.main-footer .post-widget .post .post-date {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 9px;
}

.main-footer .post-widget .post h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #87a9d1;
}

.main-footer .post-widget .post h6 a {
  display: inline-block;
  color: #87a9d1;
}

.main-footer .post-widget .post h6 a:hover {}

.main-footer .post-widget .widget-title {
  margin-bottom: 29px;
}

.main-footer .pattern-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-bottom {
  position: relative;
  /* background: #143a69; */
  padding: 40px 0px;
}

.footer-bottom p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-bottom p a {
  color: rgba(255, 255, 255, 0.6);
}

.footer-bottom p a:hover {}

.main-footer .image-layer {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 472px;
  height: 440px;
  -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
}



/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

/** header-style-two **/

.long {
  padding-right: 10px;
}

#language {
  padding: 5px 7px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.main-header.style-two {
  position: relative;
}

.main-header.style-two .header-upper .logo-box {
  position: relative;
  padding: 40px 0px 36px 0px;
}

.main-header.style-two .header-upper .logo-box:before {
  position: absolute;
  content: '';
  background: #2B2B2B;
  width: calc(5000px - 75px);
  height: 100%;
  top: 0px;
  right: 75px;
}

.main-header.style-two .header-upper .logo-box .logo {
  position: relative;
  float: left;
  margin-right: 50px;
}

.main-header.style-two .header-upper .logo-box .btn-box {
  position: relative;
  float: left;
}

.main-header.style-two .header-upper .logo-box .btn-box .theme-btn {
  padding: 12px 30px;
  font-size: 12px;
}

.main-header.style-two .header-upper .logo-box .btn-box .theme-btn:before,
.main-header.style-two .header-upper .logo-box .btn-box .theme-btn:after {}

.main-header.style-two .header-upper .upper-info {
  position: relative;
  margin-top: 39px;
}

.main-header.style-two .header-upper .upper-info li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 65px;
  padding-left: 50px;
}

.main-header.style-two .header-upper .upper-info li:before {
  position: absolute;
  content: '';
  background: #e6edf4;
  width: 1px;
  height: 65px;
  top: -9px;
  right: -30px;
}

.main-header.style-two .header-upper .upper-info li:last-child:before {
  display: none;
}

.main-header.style-two .header-upper .upper-info li:last-child {
  margin-right: 0px !important;
}

.main-header.style-two .header-upper .upper-info li i {
  position: absolute;
  left: 0px;
  top: 10px;
  font-size: 30px;
  line-height: 30px;
}

.main-header.style-two .header-upper .upper-info li p {
  font-size: 14px;
  line-height: 22px;
  color: #687f9b;
  font-weight: 500;
  margin-bottom: 0px;
}

.main-header.style-two .header-upper .upper-info li h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.main-header.style-two .header-upper .upper-info li h6 a {
  display: inline-block;
  color: #2B2B2B;
}

.main-header.style-two .header-upper .upper-info li h6 a:hover {}

.main-header.style-two .header-upper {
  position: relative;
  width: 100%;
  background: #fff;
}

.main-header.style-two .header-upper:before {
  position: absolute;
  content: '';
  background: #e6edf4;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.main-header.style-two .outer-box .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 70px;
}

.main-header.style-two .outer-box .social-links li:last-child {
  margin: 0px !important;
}

.main-header.style-two .outer-box .social-links li a {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 13px;
  background: #e6edf4;
  color: #687f9b;
  text-align: center;
  border-radius: 50%;
}

.main-header.style-two .outer-box .social-links li a:hover {
  color: #fff;
}

.main-header.style-two .main-menu .navigation>li {
  padding: 20px 0px !important;
}


/** banner-style-two **/

.banner-section.style-two .banner-carousel .slide-item:before {
  background: #000000 !important;
  border-radius: 8px;
  opacity: 0.5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.banner-section.style-two .banner-carousel .content-box {
  max-width: 850px;
  margin: 0 auto;
}

.banner-section.style-two .banner-carousel .content-box h1 {
  line-height: 100px;
  color: #fff;
}

.banner-section.style-two .banner-carousel .content-box h1 span {
  display: inline-block;
}

.banner-section.style-two .banner-carousel .content-box p {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px;
  margin-bottom: 46px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section.style-two .banner-carousel .active .content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1150ms;
  -moz-transition-delay: 1150ms;
  -ms-transition-delay: 1150ms;
  -o-transition-delay: 1150ms;
  transition-delay: 1150ms;
}

.banner-section.style-two .banner-carousel .slide-item {
  padding: 175px 0px 225px 0px;
}


/** feature-section **/

.feature-section {
  position: relative;
}

.feature-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 871px;
  height: 709px;
  background-repeat: no-repeat;
}

.feature-section .inner-container {
  position: relative;
  background: #fff;
  margin-top: -80px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.feature-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 55px 40px 51px 60px;
}

.inner-container .feature-block-one {
  position: relative;
  float: left;
  width: 33.333%;
}

.feature-block-one .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 27px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover h4,
.feature-block-one .inner-box:hover p {
  color: #fff;
}

.feature-block-one .inner-box .bg-layer {
  position: absolute;
  content: "";
  top: 0;
  left: -101%;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-size: 101% 101%;
}

.feature-block-one .inner-box .bg-layer:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.feature-block-one .inner-box:hover .bg-layer {
  left: 0px;
}


/** about-style-two **/

.about-style-two {
  position: relative;
  overflow: hidden;
  padding: 120px 0px;
}

.content_block_4 .content-box .text {
  position: relative;
  margin-bottom: 45px;
}

.content_block_4 .content-box .text p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
}

.content_block_4 .content-box .inner-box .single-item {
  position: relative;
  float: left;
  width: 50%;
}

.content_block_4 .content-box .inner-box .single-item .inner {
  position: relative;
  display: block;
  margin-bottom: 18px;
  padding-right: 50px;
  min-height: 133px;
}

.content_block_4 .content-box .inner-box .single-item:nth-child(2) .inner,
.content_block_4 .content-box .inner-box .single-item:last-child .inner {
  padding-right: 0px;
  padding-left: 40px;
}

.content_block_4 .content-box .inner-box .single-item .inner .icon-box {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
}

.content_block_4 .content-box .inner-box .single-item .inner h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}

.content_block_4 .content-box .inner-box .single-item .inner p {
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
}

.content_block_4 .content-box .inner-box {
  position: relative;
  padding-bottom: 35px;
}

.content_block_4 .content-box .inner-box:before {
  position: absolute;
  content: '';
  background: #e6edf4;
  width: 1px;
  height: 275px;
  left: 50%;
  top: 5px;
  margin-left: -10px;
}

.content_block_4 .content-box .btn-box .theme-btn {
  padding: 22px 50px;
}

.image_block_2 .image-box {
  position: relative;
  display: block;
  padding-left: 100px;
  padding-bottom: 185px;
}

.image_block_2 .image-box img {
  width: 100%;
}

.image_block_2 .image-box .image-2 {
  position: absolute;
  left: -20px;
  bottom: 0px;
}

.image_block_2 .image-box .image-1 {
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_2 .image-box .image-1:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_2 .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.image_block_2 .image-box .image-content {
  position: absolute;
  left: 10px;
  top: 60px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  text-align: center;
  padding: 30px 30px;
  z-index: 1;
}

.image_block_2 .image-box .image-content .icon-box {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 5px;
}

.image_block_2 .image-box .image-content h4 {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}

.about-style-two .image-layer {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 472px;
  height: 440px;
  -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.cta-section.alternat-2 {
  position: relative;
  overflow: hidden;
}

.cta-section.alternat-2 .pattern-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 682px;
  height: 281px;
  background-repeat: no-repeat;
}

.service-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 594px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pb-120 {
  padding-bottom: 120px;
}


/** solution-section **/

.solution-section {
  position: relative;
  overflow: hidden;
}

.solution-section .bg-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 42%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.progress-box {
  margin-bottom: 27px;
  position: relative;
}

.progress-box:last-child {
  margin-bottom: 0px;
}

.progress-box .bar {
  position: relative;
  width: 100%;
  height: 5px;
  background: #e6edf4;
  border-radius: 0px;
}

.progress-box .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 5px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.progress-box .count-text {
  position: absolute;
  top: -43px;
  right: -33px;
  font-size: 16px;
  color: #687f9b;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.progress-box .bar-inner.counted .count-text {
  opacity: 1;
}

.content_block_5 .content-box .upper-box {
  position: relative;
  max-width: 600px;
  width: 100%;
}

.content_block_5 .content-box .upper-box .text p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
}

.content_block_5 .content-box .lower-box .progress-inner .list-item li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #2B2B2B;
  margin-bottom: 14px;
  padding-left: 30px;
}

.content_block_5 .content-box .lower-box .progress-inner .list-item li:last-child {
  margin-bottom: 0px;
}

.content_block_5 .content-box .lower-box .progress-inner .list-item li:before {
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  left: 0px;
  top: 1px;
  font-weight: 700;
}

.content_block_5 .content-box .lower-box .progress-inner {
  position: relative;
  padding-top: 45px;
}

.content_block_5 .content-box .lower-box .progress-inner .list-item {
  margin-bottom: 55px;
}

.content_block_5 .content-box .lower-box .progress-inner .progress-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 7px;
}

.content_block_5 .content-box .lower-box .progress-inner .progress-content {
  margin-right: 30px;
}

.content_block_5 .content-box .lower-box .right-content {
  position: relative;
  display: block;
  padding: 60px 60px 51px 60px;
  margin-top: 13px;
}

.content_block_5 .content-box .lower-box .right-content .inner {
  position: relative;
  padding-left: 145px;
  min-height: 118px;
  padding-top: 5px;
  margin-bottom: 30px;
}

.content_block_5 .content-box .lower-box .right-content .inner .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 118px;
  height: 118px;
  line-height: 118px;
  text-align: center;
  font-size: 60px;
  color: #fff;
}

.content_block_5 .content-box .lower-box .right-content .inner h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  font-style: italic;
}

.content_block_5 .content-box .lower-box .right-content .text p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.solution-section .image-layer {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 472px;
  height: 440px;
  -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
}


/** team-section **/

.team-section {
  position: relative;
}

.team-section .sec-title {
  margin-bottom: 57px;
}

.team-section .map-layer {
  position: absolute;
  left: 0px;
  top: 110px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.team-block-one .inner-box {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
}

.team-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.team-block-one .inner-box .lower-content {
  position: relative;
  padding: 26px 0px 25px 0px;
  border-bottom: 2px solid #e6edf4;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .lower-content {
  padding-top: 46px;
  margin-bottom: -20px;
}

.team-block-one .inner-box .lower-content:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: -2px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .lower-content:before {
  transform: scale(1, 1);
}

.team-block-one .inner-box .lower-content .social-links {
  position: absolute;
  left: 0px;
  top: -17px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .lower-content .social-links {
  top: -27px;
  visibility: visible;
  opacity: 1;
}

.team-block-one .inner-box .lower-content .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.team-block-one .inner-box .lower-content .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #687f9b;
  /* background: #010a12; */
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
}

.team-block-one .inner-box .lower-content .social-links li a:hover {
  color: #fff;
}

.team-block-one .inner-box .lower-content h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 4px;
}

.team-block-one .inner-box .lower-content h5 a {
  display: inline-block;
  color: #143a69;
}

.team-block-one .inner-box .lower-content h5 a:hover {}

.team-block-one .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #687f9b;
  font-weight: 700;
  text-transform: uppercase;
}


/** download-section **/

.download-section {
  position: relative;
}

.download-section .inner-box {
  position: relative;
  padding-bottom: 100px;
}

.download-section .inner-box h2 {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 55px;
  font-weight: 800;
  margin-bottom: 17px;
}

.download-section .inner-box p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 59px;
}

.download-section .inner-box .btn-box .theme-btn {
  text-align: left;
  padding: 22px 30px 22px 75px;
}

.download-section .inner-box .btn-box .theme-btn i {
  position: absolute;
  left: 40px;
  top: 27px;
  font-size: 30px;
}

.download-section .inner-box .btn-box .theme-btn span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 800;
  text-transform: none;
}

.download-section .inner-box .btn-box .theme-btn h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  color: #fff;
  text-transform: capitalize;
}

.download-section .inner-box .btn-box .theme-btn.google-play {
  margin-right: 16px;
}

.download-section .inner-box .image-box .image-1 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.download-section .inner-box .image-box .image-2 {
  position: absolute;
  right: 160px;
  bottom: 0px;
}

.pt-120 {
  padding-top: 120px;
}


/** contact-section **/
.page-title {
  position: relative;
  overflow: hidden;
  /* للتأكد من بقاء الطبقات داخل القسم */
}

.page-title .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.page-title .content-box {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.page-title .bread-crumb a {
  color: #ddd;
  text-decoration: none;
}

.page-title .bread-crumb a:hover {
  color: #fff;
}




.contact-section {
  position: relative;
  padding: 115px 0px 120px 0px;
}

.contact-section .default-form .form-group {
  padding: 0px 10px;
}

.contact-section .default-form {
  margin: 0px 5px;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.default-form .form-group:last-child {
  margin-bottom: 0px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid #e6edf4;
  font-size: 14px;
  color: #687f9b;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.default-form .form-group input::-webkit-input-placeholder {
  color: #687f9b;
  text-align: end;
}

.default-form .form-group textarea::-webkit-input-placeholder {
  color: #687f9b;
}

.default-form .form-group textarea {
  height: 170px;
  text-align: end;
  resize: none;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus {}

.contact-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 62%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-section .map-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  margin: 120px 0px;
}

.contact-section .map-inner .google-map {
  position: relative;
  width: 100%;
  height: 620px;
}

.contact-section .map-inner .map-column {
  position: relative;
  padding-left: 229px;
}

.contact-section .map-inner .map-column .map-content {
  position: absolute;
  left: -141px;
  top: 250px;
  width: 620px;
  padding: 31px 30px;
  text-align: center;
  transform: rotate(-90deg);
}

.contact-section .map-inner .map-column .map-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 800;
}

.contact-section .map-inner .map-column .map-content h3 a {
  display: inline-block;
  color: #fff;
}

.contact-section .map-inner .map-column .map-content h3 a:hover {
  text-decoration: underline;
}

.contact-section .map-inner .map-column .map-content p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  font-style: italic;
}


/*** 

====================================================================
                        About-Page
====================================================================

***/


/** page-title **/

.page-title {
  position: relative;
  padding: 150px 0px 0px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .content-box .title {
  position: relative;
  margin-bottom: 100px;
}

.page-title .content-box .title h1 {
  position: relative;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 800;
}

.page-title .content-box .bread-crumb {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 8px 30px;
}

.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  color: #687f9b;
  padding-right: 18px;
  margin-right: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-title .content-box .bread-crumb li a {
  color: #687f9b;
}

.page-title .content-box .bread-crumb li a:hover {}

.page-title .content-box .bread-crumb li:last-child {
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .content-box .bread-crumb li:before {
  position: absolute;
  content: '/';
  top: 0px;
  right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before {
  display: none;
}


/** about-style-three **/

.about-style-three {
  position: relative;
  padding-top: 120px;
}

.image_block_3 .image-box {
  position: relative;
  display: block;
}

.image_block_3 .image-box .image img {
  width: 100%;
}

.image_block_3 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.image_block_3 .image-box .image:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_3 .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_3 .image-box .top-content {
  position: absolute;
  left: -110px;
  top: 55px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  text-align: center;
  padding: 30px 30px;
  z-index: 1;
}

.image_block_3 .image-box .top-content .icon-box {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 5px;
}

.image_block_3 .image-box .top-content h4 {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}

.image_block_3 .image-box .bottom-content {
  position: relative;
  display: block;
  padding: 19.5px 30px;
  text-align: center;
}

.image_block_3 .image-box .bottom-content h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-style: italic;
  font-weight: 700;
}

.about-style-three .content_block_6 .content-box {
  margin-left: 70px;
  margin-top: -10px;
}

.content_block_6 .content-box .text {
  margin-bottom: 50px;
}

.content_block_6 .content-box p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 600
}

.content_block_6 .content-box .inner-box .left-column,
.content_block_6 .content-box .inner-box .right-column {
  width: 50%;
  position: relative;
}

.content_block_6 .content-box .inner-box .left-column {
  border-right: 1px solid #e6edf4;
  padding-right: 70px;
  margin-top: 7px;
}

.content_block_6 .content-box .inner-box .left-column .icon-box {
  position: relative;
  font-size: 65px;
  line-height: 60px;
  margin-bottom: 19px;
}

.content_block_6 .content-box .inner-box .right-column {
  padding-left: 55px;
}

.content_block_6 .content-box .inner-box p {
  font-size: 16px;
}

.content_block_6 .content-box .inner-box .right-column .single-item {
  margin-bottom: 18px;
}

.content_block_6 .content-box .inner-box .right-column .single-item:last-child {
  margin-bottom: 0px;
}

.content_block_6 .content-box .inner-box .right-column .single-item .icon-box {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}

.content_block_6 .content-box .inner-box .right-column .single-item h5 {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}

.content_block_6 .content-box .sec-title {
  margin-bottom: 35px;
}

.content_block_6 .content-box .inner-box {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e6edf4;
}

.content_block_6 .content-box .support-box h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 800;
}

.content_block_6 .content-box .support-box h3 a {
  display: inline-block;
}

.content_block_6 .content-box .support-box h3 span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #687f9b;
  font-style: italic;
  margin-left: 8px;
}

.content_block_6 .content-box .support-box h3 a:hover {}


/** process-section **/

.process-section {
  position: relative;
  border-bottom: 1px solid #e6edf4;
}

.process-block-one .inner-box {
  position: relative;
  display: block;
  padding: 0px 20px;
}

.process-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 190px;
  height: 190px;
  line-height: 190px;
  font-size: 65px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  margin-bottom: 35px;
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.07);
  transition: all 500ms ease;
}

.process-block-one .inner-box:hover .icon-box {
  color: #fff;
}

.process-block-one .inner-box .icon-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.process-block-one .inner-box:hover .icon-box:before {
  transform: scale(1, 1);
}

.process-block-one .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 32px;
}

.process-block-one .inner-box p {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 38px;
}

.process-block-one .inner-box span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  color: #687f9b;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #e6edf4;
  padding: 9px 32px;
  text-align: center;
  transition: all 500ms ease;
}

.process-block-one .inner-box:hover span {
  color: #fff;
}

.process-block-one .inner-box span:before {
  position: absolute;
  content: '';
  background: #e6edf4;
  width: 20px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: -8px;
  z-index: -1;
  transition: all 500ms ease;
}

.process-block-one .inner-box:hover span:before {}

.process-block-one .inner-box .arrow {
  position: absolute;
  top: 70px;
  right: -46px;
  width: 64px;
  height: 52px;
  background-repeat: no-repeat;
}

.process-section .map-layer {
  position: absolute;
  left: 0px;
  top: 130px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.process-section .sec-title {
  margin-bottom: 55px;
}


/** faq-section **/

.faq-section {
  position: relative;
  padding: 120px 0px;
}

.accordion-box .block {
  position: relative;
  display: block;
  border: 1px solid #e1e7ee;
  margin-bottom: 10px;
  background: #fff;
  transition: all 500ms ease;
}

.accordion-box .block.active-block {
  box-shadow: 0 0px 50px rgba(0, 0, 0, 0.07);
  border: 1px solid #e6edf4;
}

.accordion-box .block:last-child {
  margin-bottom: 0px;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .acc-btn {
  position: relative;
  display: block;
  padding: 20px 60px 25px 40px;
  cursor: pointer;
}

.accordion-box .block .acc-btn h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.accordion-box .block .acc-btn.active h5 {}

.accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  top: 19px;
  right: 38px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer i:before {
  position: relative;
  font-size: 15px;
  font-family: 'Font Awesome 5 Pro';
  margin: 0px;
  content: "\f068";
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding: 5px 40px 32px 40px;
}

.accordion-box .block .acc-content p {
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  margin: 0px;
}

.faq-section .sec-title {
  margin-bottom: 27px;
}

.faq-section .title-inner .image-box {
  position: relative;
  display: block;
}

.faq-section .title-inner .image-box img {
  width: 100%;
}

.faq-section .title-inner {
  position: relative;
  margin-top: 17px;
}


/** gallery-page-section **/

.gallery-page-section {
  position: relative;
  padding: 120px 0px 90px 0px;
}

.gallery-page-section .gallery-block-one .inner-box {
  margin-bottom: 30px;
}


/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section {
  position: relative;
  padding: 100px 0px 120px 0px;
}

.error-section .inner-box .theme-btn-one i {
  margin-right: 10px;
}

.error-section .inner-box .error-image {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}

.error-section .inner-box h1 {
  font-size: 200px;
  line-height: 200px;
  font-weight: 900;
  margin-bottom: 10px;
}

.error-section .inner-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 60px;
}


/*** 

====================================================================
                        Service-Page
====================================================================

***/


.service-details {
  position: relative;
}

.service-sidebar .categories-widget {
  position: relative;
  display: block;
  background: #f3f7fa;
  margin-bottom: 30px;
}

.service-sidebar .categories-widget .widget-title {
  position: relative;
  display: block;
  padding: 21px 50px;
}

.service-sidebar .categories-widget .widget-title h4 {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}

.service-sidebar .categories-widget .categories-list li {
  position: relative;
  display: block;
}

.service-sidebar .categories-widget .categories-list li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #687f9b;
  font-weight: 600;
  background: transparent;
  padding: 16px 50px;
}

.service-sidebar .categories-widget .categories-list li a.current,
.service-sidebar .categories-widget .categories-list li a:hover {
  color: #fff;
  background: #2B2B2B !important;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.service-sidebar .categories-widget .categories-list li a:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 50px;
  top: 15px;
  display: inline-block;
  color: #687f9b;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  transition: all 500ms ease;
}

.service-sidebar .categories-widget .categories-list li a.current:before,
.service-sidebar .categories-widget .categories-list li a:hover:before {
  color: #fff;
}

.service-sidebar .categories-widget .categories-list {
  position: relative;
  padding: 23px 0px 35px 0px;
}

.service-sidebar .support-box {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 51px 30px 55px 30px;
  margin-bottom: 30px;
}

.service-sidebar .support-box:before {
  position: absolute;
  content: '';
  background: #2B2B2B;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.service-sidebar .support-box .inner h2 {
  position: relative;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  color: #fff;
  font-style: italic;
  margin-bottom: 20px;
}

.service-sidebar .support-box .inner .icon-box {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 22px;
}

.service-sidebar .support-box .inner h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 0px;
}

.service-sidebar .support-box .inner h3 a {
  display: inline-block;
  color: #fff;
}

.service-sidebar .support-box .inner h3 a:hover {}

.service-sidebar .support-box .inner p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}

.service-sidebar .download-borucher a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 23px 15px;
}

.service-sidebar .download-borucher a:hover {}

.service-details-content .image-box {
  position: relative;
  display: block;
  margin-bottom: 68px;
}

.service-details-content .image-box img {
  width: 100%;
}

.service-details-content .image-box .icon-box {
  position: absolute;
  left: 50px;
  bottom: -47px;
  width: 94px;
  height: 94px;
  line-height: 94px;
  text-align: center;
  font-size: 60px;
  color: #fff;
}

.service-details-content h2 {
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 44px;
  font-weight: 800;
  margin-bottom: 40px;
}

.service-details-content p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
}

.service-details-content .content-one .text p {
  margin-bottom: 34px;
}

.service-details-content .content-one .text p:last-child {
  margin-bottom: 0px;
}

.service-details-content .content-one {
  position: relative;
  margin-bottom: 54px;
}

.service-details-content .content-two {
  position: relative;
  display: block;
  background: #f3f7fa;
  padding: 57px 60px 50px 60px;
  margin-bottom: 55px;
}

.service-details-content .content-two .single-item {
  position: relative;
}

.service-details-content .content-two .single-item .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 22px;
}

.service-details-content .content-two .single-item h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 27px;
}

.service-details-content .content-two .single-item p {
  font-size: 16px;
  line-height: 32px;
}

.service-details-content .two-column .image {
  position: relative;
  display: block;
}

.service-details-content .two-column .image img {
  width: 100%;
}

.service-details-content h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}

.service-details-content .two-column .text h3 {
  margin-bottom: 36px;
}

.service-details-content .two-column .text h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 39px;
}

.service-details-content .two-column .text .list-item li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #2B2B2B;
  margin-bottom: 12px;
  padding-left: 35px;
}

.service-details-content .two-column .text .list-item li:before {
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  left: 0px;
  top: 1px;
  font-weight: 700;
}

.service-details-content .two-column .text .list-item li:last-child {
  margin-bottom: 0px;
}

.service-details-content .two-column .text {
  position: relative;
  margin-top: -7px;
}

.service-details-content .two-column {
  position: relative;
  margin-bottom: 51px;
}

.service-details-content .content-three .text {
  margin-bottom: 55px;
}

.service-details-content .content-three .text h3 {
  margin-bottom: 41px;
}

.service-details-content .accordion-box .block {
  position: relative;
  display: block;
  border: 1px solid #e6edf4;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: none;
  transition: all 500ms ease;
}

.service-details-content .accordion-box .block.active-block {
  background: #f3f7fa;
  border: 1px solid #f3f7fa;
  box-shadow: none;
}

.service-details-content .accordion-box .block:last-child {
  margin-bottom: 0px;
}

.service-details-content .accordion-box .block .acc-content.current {
  display: block;
}

.service-details-content .accordion-box .block .acc-btn {
  position: relative;
  display: block;
  padding: 20px 60px 25px 40px;
  cursor: pointer;
}

.service-details-content .accordion-box .block .acc-btn h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  transition: all 500ms ease;
}

.service-details-content .accordion-box .block .acc-btn.active h5 {}

.service-details-content .accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  top: 19px;
  right: 38px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.service-details-content .accordion-box .block .acc-btn.active .icon-outer i:before {
  position: relative;
  font-size: 14px;
  font-family: 'Font Awesome 5 Pro';
  margin: 0px;
  content: "\f068";
  font-weight: 700;
}

.service-details-content .accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding: 5px 60px 40px 40px;
}



/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.blog-grid {
  position: relative;
  padding: 120px 0px;
}

.blog-grid .news-block-one .inner-box {
  margin-bottom: 30px;
}

.blog-grid .pagination-wrapper {
  position: relative;
  margin-top: 30px;
}

.sidebar-page-container {
  position: relative;
  padding: 120px 0px;
}

.news-block-one .inner-box .lower-content h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 44px;
  font-weight: 800;
  margin-bottom: 33px;
}

.news-block-one .inner-box .lower-content h2 a {
  display: inline-block;
  color: #2B2B2B;
}

.news-block-one .inner-box .lower-content h2 a:hover {}

.news-block-one .inner-box .lower-content p {
  display: block;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  padding-bottom: 24px;
  margin-bottom: 21px;
  border-bottom: 1px solid #e6edf4;
}

.blog-standard-content .news-block-one .inner-box {
  margin-bottom: 30px;
}

.blog-sidebar .sidebar-search {
  position: relative;
  display: block;
  padding: 10px 30px;
  margin-bottom: 20px;
}

.blog-sidebar .sidebar-search .search-form .form-group {
  position: relative;
  margin: 0px;
}

.blog-sidebar .sidebar-search .search-form .form-group input[type='search'] {
  position: relative;
  width: 100%;
  height: 50px;
  background: transparent;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 10px 60px 10px 20px;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-search .search-form .form-group input:focus {
  border-color: #fff;
}

.blog-sidebar .sidebar-search .search-form .form-group input::-webkit-input-placeholder {
  color: #fff;
}

.blog-sidebar .sidebar-search .search-form .form-group button {
  position: absolute;
  top: 9px;
  right: 19px;
  font-size: 16px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-widget {
  position: relative;
  display: block;
  background: #f3f7fa;
  padding: 40px 50px;
  margin-bottom: 30px;
}

.blog-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.blog-sidebar .sidebar-post {
  padding: 44px 15px 18px 15px !important;
}

.blog-sidebar .sidebar-post .post {
  position: relative;
  display: block;
  padding: 23px 25px 23px 130px;
  min-height: 129px;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-post .post:hover {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.blog-sidebar .sidebar-post .post .post-thumb {
  position: absolute;
  left: 35px;
  top: 30px;
  width: 70px;
  height: 68px;
  overflow: hidden;
}

.blog-sidebar .sidebar-post .post .post-thumb img {
  width: 100%;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-post .post:hover .post-thumb img {
  opacity: 0.2;
}

.blog-sidebar .sidebar-post .post .post-date {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.blog-sidebar .sidebar-post .post h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.blog-sidebar .sidebar-post .post h6 a {
  display: inline-block;
  color: #2B2B2B;
}

.blog-sidebar .sidebar-post .post h6 a:hover {}

.blog-sidebar .widget-title {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.blog-sidebar .widget-title h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.blog-sidebar .sidebar-post .widget-title {
  padding-left: 35px;
  margin-bottom: 10px;
}

.blog-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.blog-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}

.blog-sidebar .category-widget .category-list li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #687f9b;
}

.blog-sidebar .category-widget .category-list li a:hover {}

.blog-sidebar .category-widget .category-list li a:before {
  position: absolute;
  right: 0px;
  top: 2px;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 700;
  color: #687f9b;
  background: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:before {
  color: #fff;
}

.blog-sidebar .category-widget {
  padding: 44px 50px 38px 50px;
}

.blog-sidebar .tags-widget .tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-sidebar .tags-widget .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 22px;
  font-weight: 700;
  color: #687f9b;
  text-transform: uppercase;
  background: #fff;
  padding: 9px 24px 7px 24px;
  text-align: center;
}

.blog-sidebar .tags-widget .tags-list li a:hover {
  color: #fff;
}

.blog-sidebar .tags-widget {
  padding: 44px 50px 40px 50px;
}

.blog-sidebar .tags-widget .widget-title {
  margin-bottom: 28px;
}

.blog-details-content .news-block-one .inner-box {
  box-shadow: none !important;
}

.blog-details-content .news-block-one .inner-box .image-box img {
  transform: scale(1) !important;
}

.blog-details-content .news-block-one .inner-box .lower-content p {
  border-bottom: none;
}

.blog-details-content .news-block-one .inner-box .lower-content .text {
  border-bottom: 1px solid #e6edf4;
}

.blog-details-content .post-share-option .tags li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.blog-details-content .post-share-option .tags li h5 {
  font-size: 18px;
  line-height: 38px;
  font-weight: 700;
}

.blog-details-content .post-share-option .tags li a {
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
  color: #687f9b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  background: #e6edf4;
  padding: 7px 21px;
}

.blog-details-content .post-share-option .tags li:last-child {
  margin: 0px !important;
}

.blog-details-content .post-share-option .tags li a:hover {
  color: #fff;
}

.blog-details-content .post-share-option .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.blog-details-content .post-share-option .social-links li:last-child {
  margin: 0px !important;
}

.blog-details-content .post-share-option .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #687f9b;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #e6edf4;
  text-align: center;
  border-radius: 50%;
}

.blog-details-content .post-share-option .social-links li a:hover {
  color: #fff;
}

.blog-details-content .post-share-option {
  position: relative;
  display: block;
  padding: 20px 0px;
}

.blog-details-content .news-block-one .inner-box .lower-content p {
  margin-bottom: 10px;
}

.blog-details-content .news-block-one .inner-box .lower-content {
  padding-bottom: 0px;
}

.blog-details-content .news-block-one {
  margin-bottom: 60px;
}

.blog-details-content .author-box {
  position: relative;
  display: block;
  background: #f3f7fa;
  padding: 56px 50px 54px 270px;
  margin-bottom: 52px;
}

.blog-details-content .author-box .image-box {
  position: absolute;
  width: 170px;
  height: 160px;
  left: 60px;
  top: 60px;
}

.blog-details-content .author-box .image-box img {
  width: 100%;
}

.blog-details-content .author-box .inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 38px;
}

.blog-details-content .author-box .inner p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
}

.blog-details-content .group-title {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.blog-details-content .group-title h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}

.blog-details-content .comment-box .comment {
  position: relative;
  display: block;
  padding-left: 180px;
  padding-bottom: 53px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 55px;
}

.blog-details-content .comment-box .comment:last-child {
  margin-bottom: 0px;
}

.blog-details-content .comment-box .comment .thumb-box {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 140px;
  height: 140px;
}

.blog-details-content .comment-box .comment .thumb-box img {
  width: 100%;
}

.blog-details-content .comment-box .comment .comment-info h4 {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  float: left;
  font-weight: 700;
  margin-right: 12px;
}

.blog-details-content .comment-box .comment .comment-info .post-date {
  position: relative;
  float: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: #687f9b;
}

.blog-details-content .comment-box .comment .comment-info .post-date i {
  margin-right: 5px;
}

.blog-details-content .comment-box .comment .comment-info {
  position: relative;
  margin-bottom: 34px;
}

.blog-details-content .comment-box .comment .reply-btn {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 0px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 14px 5px 14px;
  letter-spacing: 1px;
  z-index: 1;
}

.blog-details-content .comment-box .comment .reply-btn:hover {
  background: #2B2B2B;
}

.blog-details-content .comment-box .comment .comment-inner p {
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
}

.blog-details-content .comment-box {
  margin-bottom: 53px;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.default-form .form-group:last-child {
  margin-bottom: 0px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  border: 1px solid #e6edf4;
  font-size: 14px;
  color: #687f9b;
  font-weight: 600;
  padding: 10px 30px;
  transition: all 500ms ease;
}

.default-form .form-group textarea {
  resize: none;
  height: 170px;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus {}

.default-form .form-group .theme-btn-one {
  padding: 22px 60px;
  font-size: 14px;
}



/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-style-two {
  position: relative;
  padding: 120px 0px;
  background-color: #fff;
}

.contact-style-two .info-inner {
  position: relative;
  display: block;
  background: #f3f7fa;
  padding: 20px 10px 50px 10px;
}

.contact-style-two .info-inner .info-list li {
  position: relative;
  display: block;
  padding: 35px 30px 38px 3px;
  border-bottom: 1px solid #fff;
}

.contact-style-two .info-inner .info-list li:last-child {
  border-bottom: none;
}

.contact-style-two .info-inner .info-list li i {
  position: absolute;
  right: 20px;
  top: 42px;
  font-size: 30px;
  line-height: 30px;
}

.contact-style-two .info-inner .info-list li p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: end;
  padding-right: 40px;
}

.contact-style-two .info-inner .info-list li h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: end;
  padding-right: 40px;
}

.contact-style-two .info-inner .info-list li h6 a {
  display: inline-block;
  color: #2B2B2B;
}

.contact-style-two .info-inner .info-list li h6 a:hover {}

.contact-style-two .info-inner .btn-box {
  position: relative;
  display: block;
  padding: 0px 105px;
}

.contact-style-two .info-inner .btn-box .theme-btn {
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.contact-style-two .content_block_6 .content-box {
  margin-top: 14px;
}

.google-map-section {
  position: relative;
  width: 100%;
}

.google-map-section #contact-google-map {
  position: relative;
  width: 100%;
  height: 550px;
}

.three-item-carousel .owl-stage-outer {
  overflow: visible;
}

.three-item-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  transition: all 500ms ease;
}

.three-item-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.pt-140 {
  padding-top: 140px;
}


/* revews */

.reviews {
  color: #fff;
  background-color: #fff;
  /* padding:20px 0; */
  padding-bottom: 40px;
}

.reviews .container {
  height: 100%;
}

.reviews .reviewsSliderContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.reviews .arrows {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 55%;
  left: -40px;
  transform: translateY(-50px);
  font-size: 3rem;
  background-color: transparent;
  color: #2B2B2B;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}

.reviews .arrows:hover {
  color: #D29726;
}

.reviews .rightArrow {
  left: auto;
  right: -40px;
}

.reviews .reviewsSliderContainer .reviewsSlider {
  width: 100%;
}

.reviews .review {
  border: 1px solid #ffffff28;
  padding: 20px;
  width: 100%;
  user-select: none;
  background-color: #D29726;
}

.reviews .review .header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding-bottom: 1rem;
  color: #fff;
  /* background-color: #143a69; */

  margin-bottom: 1rem;
  border-bottom: 1px solid #ffffff28;
}

.reviews h2 {
  font-size: 45px;
  font-weight: bold;
}

.pos {
  color: #fff;
}

.name {
  color: #fff;
}

.reviews .review .header img {
  aspect-ratio: 1/1;
  width: 60px;
  object-fit: contain;
}

.reviews .review .header .cardHeadline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.reviews .review .header .cardHeadline .rate {
  color: var(--theme-color);
  margin-inline-start: 5px;
}

.reviews .review .header .cardHeadline .rate i {
  filter: drop-shadow(0 0 0.5px #000) drop-shadow(0 0 0.5px #000) drop-shadow(0 0 0.5px #000) drop-shadow(0 0 0.5px #000) drop-shadow(0 0 0.5px #000);
}

.reviews .review .header .cardHeadline .rate::before {
  display: inline-block;
  content: '';
  aspect-ratio: 1/1;
  width: 4px;
  border-radius: 50%;
  background-color: #ccc;
  margin-inline-end: 5px;
}

.reviews .review .header .pos {
  font-size: 1.2rem;
  margin-top: 5px;
  font-family: var(--light-font);
}

.reviews .review .msg .head {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.reviews .review .msg p {
  font-size: 1rem;
  color: #eee;
  font-weight: 200;
}

@media (width <=500px) {
  .reviews .arrows {
    display: none;
  }

  .reviews .review .header .cardHeadline {
    flex-direction: column;
  }

  .reviews .review .header .cardHeadline .rate::before {
    content: none;
  }


  .reviews .review .header .cardHeadline .rate {
    margin-inline-start: 0px;
  }
}

/* end revews */

/* login */

.login-container {
  background-color: #ffffff;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 1px 1px 5px #ddd;
  width: 60%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width:991px) {
  .login-container {
    width: 100% !important;
  }
}

.login-main {
  /* margin-top: 40px; */
  padding-top: 60px;
  padding-bottom: 60px;
}

.login-form h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #2B2B2B;
}

.input-group {
  margin-bottom: 15px;
  direction: rtl;
}


.input-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #666;
}


.input-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  direction: rtl;
}

.input-group input:focus {
  border-color: #D29726;
  outline: none;
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.2);
}

.login-button {
  width: 100%;
  padding: 10px;
  background-color: #D29726;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.login-button:hover {
  background-color: #D29726;
}

.signup-link {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}


.select2 {
  width: 100% !important;
}

.select2 {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
}

.select2 {
  color: #495057;
  font-size: 16px;
}

.select2 {
  background-color: #fff;
  color: #2c2c2c66;
  /* padding: 2px 0; */
  height: 50px;
}

.signup-link a {
  color: #007bff;
  text-decoration: none;
}

.signup-link a:hover {
  text-decoration: underline;
}

.Login {
  background-color: #ffff;
  margin-top: -50px;
}

/* signup */

.signup-container {
  background-color: #ffffff;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 50px;
}

.signup-form h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.input-group {
  margin-bottom: 15px;
  text-align: right;
}

.input-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  color: #666;
  text-align: right;
}

.input-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
}

.input-group input:focus {
  border-color: #D29726;
  outline: none;
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.2);
}

.signup-button {
  width: max-content;
  padding: 5px 15px;
  background-color: #D29726;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.signup-button:hover {
  background-color: #D29726;
}

.login-link {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}

.login-link a {
  color: #007bff;
  text-decoration: none;
}

.login-link a:hover {
  text-decoration: underline;
}

.signup {
  background-color: #fff;
}

.signup-main {
  padding-top: 20px;
  padding-bottom: 60px;
}


/* service didels */

.service-details {
  background-color: #f8f9fa;
  /* لون خلفية مناسب */
  padding: 50px 0;
  /* مسافات متساوية */
}

.text-service {
  text-align: right;
}

.text-service h2 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.text-service p {
  font-size: 16px;
  color: #555;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.7;
}

.text-service ul {
  list-style: none;
  padding: 0;
}

.text-service ul li {
  font-size: 16px;
  margin-bottom: 10px;

}

.text-service ul li i {
  margin-right: 10px;
  font-size: 18px;
}

.image-service img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.btn-servis a {
  display: inline-block;
  padding: 6px 25px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #D29726;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
}

.btn-servis a:hover {
  background-color: #D29726;
  transform: scale(1.05);
}

.btn-servis a:active {
  background-color: #dfdfdf;
}

.about-text .section-heading {
  font-size: 28px;
  font-weight: bold;
  /* margin-bottom: 20px;  */
}

.about-text p {
  margin-bottom: 15px;
}

.about-text p strong {
  color: #d9534f;
  font-weight: bold;
}

.about-text p:last-of-type {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .about-text h2 {
    text-align: center !important;
  }
}


@media (max-width: 767px) {
  .funfact-section .row {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .counter-block {
    flex: 0 0 75%;
    margin-bottom: 20px;
  }

  .count-text {
    font-size: 30px;
  }
}


.whatsapp-icon {
  position: fixed;
  bottom: 43px;
  left: 20px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  font-size: 47px;
  color: #fff;
  background-color: #25d366;
  padding: 5px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}

.whatsapp-icon i {
  margin-left: 5px;
  font-size: 33px;
}

.whatsapp-icon:hover {
  transform: scale(1.1);
  color: #ffff;
}



.tab-on {
  text-align: center;
}

.tab-on h3 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
  padding-top: 20px;
}

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
}

input[type="search"] {
  width: 100%;
  padding: 10px 50px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 16px;
  outline: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.search-btn {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 25px;
  border: none;
  background-color: #D29726;
  color: white;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}



/*  */



.range_plan {
  position: absolute;
  left: -37px;
  top: 50%;
  transform: translateY(-50%);
}

.theme_search_form_area .range_plan i {
  background: #e4c8d1;
  font-size: 24px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  border: 3px solid #fff;
  color: var(--main-color);
}

.dropdown_passenger_area button {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
}

.dropdown_passenger_area .dropdown-menu {
  z-index: 1000;
  min-width: 350px;
  padding: 15px 20px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
}

.dropdown_passenger_area .dropdown-menu.show {
  transform: translate(-56%, 70px) !important;
}

.traveller-calulate-persons .passengers h6 {
  font-size: 16px;
  font-weight: 500;
  color: var(--main-color);
}

.traveller-calulate-persons .passengers .passengers-types {
  padding-top: 15px;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  justify-content: space-between;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text {
  align-items: center;
  display: flex;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .count {
  margin-right: 20px;
  width: 24px;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
}

.flight_Search_boxed span {
  display: block;
  font-size: 12px;
  padding-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.flight_Search_boxed p {
  font-size: 14px;
  line-height: 28px;
  color: var(--paragraph-color);
  font-weight: 400;
  margin-bottom: 0;
}

.flight_Search_boxed {
  background: #D29726;
  padding: 10px 10px 10px 20px;
  border-radius: 20px;
  position: relative;
}

.flight_Search_boxed input {
  font-size: 22px;
  width: 87%;
  border: none;
  background: transparent;
  font-weight: 500;
  height: 35px;
  padding: 0;
  outline: none;
  box-shadow: none;
}

.tab-content {
  padding-top: 30px;
}


.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .type-label span {
  font-size: 12px;
  color: #4c4c4c;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .button-set button {
  font-size: 12px;
  color: #4c4c4c;
  border: 1px solid #d8d8d8;
  width: 20px;
  height: 33px;
}


@media (max-width: 768px) {
  .theme_search_form_tabbtn ul.nav-tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .theme_search_form_tabbtn ul.nav-tabs .nav-item {
    flex-shrink: 0;
    margin-right: 10px;

  }

  .theme_search_form_tabbtn ul.nav-tabs .nav-link {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
  }
}


.traveller-calulate-persons .cabin-selection {
  padding-top: 10px;
  border-top: 1px solid #c7c7cc;
  margin-top: 20px;
}

.traveller-calulate-persons .cabin-selection h6 {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--main-color);
}

.traveller-calulate-persons .label-select-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 10px;
}

.traveller-calulate-persons .label-select-btn.active {
  background: var(--main-color);
  color: var(--white-color);
}

.result-count {
  font-size: 60px;
  color: var(--main-color);
}

.product-2-layout-view i {
  font-size: 30px;
  color: var(--main-color);
}

.product-3-layout-view i {
  font-size: 30px;
  color: var(--main-color);
}

.filter-block {
  background: #FFFFFF;
  border: 1px solid #00000030;
  border-radius: 20px;
  padding: 20px 15px;
  margin-bottom: 30px;
}

.tour_details_boxed {
  background: #FFFFFF;
  box-shadow: -4px -5px 14px rgb(0 0 0 / 8%), 5px 8px 16px rgb(0 0 0 / 8%);
  border-radius: 20px;
  padding: 20px 20px;
  margin-top: 30px;
}

.swiper-slide {
  padding: 10px;
}

.swiper-slide img {
  display: block;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.colored-main {
  color: var(--main-color) !important;
}

.bordered-main {
  border-color: var(--main-color) !important;
}

.promo-input input {
  padding: 16px 20px;
}

.promo-input .input-group-prepend {
  position: absolute;
  right: 20px;
  top: 7px;
  z-index: 3;
}

.hotel-img img {
  border-radius: 20px;
}

.cab-single-detail h4 {
  font-weight: 700;
  color: var(--main-color);
}

.cab-single-detail h6 {
  color: var(--paragraph-color);
  font-size: 14px;
}

.cab-single-detail h6 span {
  font-weight: 700;
  color: var(--main-color);
  font-size: 36px;
}

.cab-single-detail p {
  font-size: 16px;
  color: var(--black-color) !important;
  font-weight: 400;
}

.cab-single-detail h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
}

.cab-single-detail .overview ul li i {
  margin-right: 10px;
  font-size: 30px;
  color: var(--main-color);
}

.cab-single-detail .overview ul li {
  display: flex;
  justify-content: start;
  align-items: center;
}

.cab-single-detail .details h6 {
  font-size: 18px;
  color: var(--main-color);
  font-weight: 700;
}

.review-section .title-top h2 {
  font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
  text-transform: capitalize;
  margin-top: -6px;
}

.review-section label {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
}

.review-section .boxes {
  margin: 0 0 20px 0;
}

.review-section .boxes h6 {
  color: var(--main-color);
  font-size: 16px;
}

.review-section .grand_total h5 span {
  font-size: 30px;
  color: var(--main-color);
  font-weight: 700;
}

.tour_details_top_bottom .toru_details_top_bottom_item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tour_details_top_bottom .toru_details_top_bottom_item .tour_details_top_bottom_icon i {
  font-size: 40px;
  color: var(--main-color);
}

.tour_details_top_bottom .toru_details_top_bottom_item .tour_details_top_bottom_text h5 {
  margin: 0;
}

.tour_details_top_bottom .toru_details_top_bottom_item .tour_details_top_bottom_text p {
  margin: 0;
}

.tour_details_boxed.map iframe {
  width: 100%;
  height: 400px;
}

.heading_theme {
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 20px;
}

.tour_details_boxed ul {
  list-style: circle !important;
}

.tour_details_boxed ul {
  display: block;
}

.tour_details_boxed ul li {
  display: block;
  margin-bottom: 10px;
}

.tour_details_boxed ul li i {
  margin-right: 5px;
  color: var(--main-color);
}

.tour_details_boxed .day {
  background-color: var(--light-background2);
  font-size: 18px;
  color: var(--black-color);
  font-weight: 700;
}

.tour_details_boxed .accordion-collapse {
  border: none;
}

.tour_details_boxed .accordion-item {
  margin-bottom: 30px;
}

.tour_details_boxed .accordion-button:not(.collapsed) {
  color: var(--main-color);
}

.tour_details_boxed .accordion-button {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  border: none !important;
  font-weight: 700;
  font-size: 18px;
}

.accordion-button:not(.collapsed)::after {
  background: transparent;
  content: "\f106";
  font-family: "Font Awesome 6 Pro";
  transform: rotate(0deg);

}

.accordion-button.collapsed::after {
  background: transparent;
  content: "\f106";
  font-family: "Font Awesome 6 Pro";
  transform: rotate(180deg);
  transform-origin: center;
}

.tour_package_bar_price sub {
  color: var(--paragraph-color);
  font-weight: 300;
  font-size: 14px;
}

.flight_search_items {
  background: #FFFFFF;
  /* border: 1px solid #DDDDDD; */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.flight_multis_area_wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 45px;
}

.flight_search_left {
  display: flex;
  align-items: center;
  padding: 0 0px 0 23px;
}

.flight_search_destination {
  padding-left: 40px;
  padding-right: 15px;
  /* text-align: center; */
}

@media (max-width:767px) {
  .flight_search_destination {
    text-align: center !important;
  }

  .flight_search_destination .par {
    text-align: center !important;
    width: auto !important;
    margin-bottom: 30px;
  }
}

.flight_search_destination .par {
  font-size: 12px;
  width: max-content;
}

.flight_search_destination p {
  font-size: 14px;
  line-height: 16px;
}

.flight_search_destination h3 {
  font-weight: 500;
  padding-top: 5px;
}

.flight_search_destination h6 {
  padding-top: 5px;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 140px;
}

.flight_search_middel {
  display: flex;
  align-items: center;
  padding-left: 47px;
  /* margin-right: 120px; */
}

.flight_right_arrow {
  text-align: center;

}

.flight_right_arrow h6 {
  font-size: 11px;
  font-weight: 700;
  padding-top: 10px;
}

.flight_right_arrow p {
  font-size: 10px;
  line-height: 18px;
}

.flight_search_destination {
  padding-left: 33px;
}

.flight_search_destination p {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  color: #818090;
}

.flight_search_destination h3 {
  font-weight: 700;
  padding-top: 5px;
  font-size: 22px;
  margin: 0;
}

.flight_search_destination h6 {
  padding-top: 5px;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 140px;
  color: #818090;
}

.flight_search_right {
  background: #D29726;
  padding: 95px 16px 20px 25px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.flight_search_right h5 {
  font-size: 16px;
  font-weight: 500;
  color: #818090;
  margin: 0;
}

.flight_search_right h2 {
  padding-top: 10px;
  color: #fff;
}

.flight_search_right h2 sup {
  font-size: 13px;
  color: #bf325c;
  font-weight: 600;
  top: -19px;
  padding-left: 5px;
}

.globalBtn a {
  color: #fff;
}

.flight_search_right p {
  margin: 0;
  font-size: 12px;
  padding-top: 2px;
  font-weight: 500;
  color: #fff;
}

.card-small-card .icon {
  width: 30px;
  height: 30px;
  margin-top: 22px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #2B2B2B;
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
  color: #fff;
  display: flex;
  margin: 0 auto;
}

.card-small-card .icon i {
  font-size: 13px;
  color: #fff;
}

.dashboard_sidebar {
  background: #FFFFFF;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  overflow: hidden;
}

.dashboard_sidebar_user {
  text-align: center;
  padding: 30px 20px;
  background: var(--light-background2);
}

.dashboard_sidebar_user img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}

.dashboard_sidebar_user h3 {
  padding-top: 20px;
  font-weight: 700;
  color: var(--black-color);
  font-size: 24px;
  margin: 0;
}

.dashboard_sidebar_user p {
  line-height: 17px;
  padding-top: 10px;
  font-size: 16px;
  color: var(--paragraph-color);
  font-weight: 400;
  margin: 0;
}

.dashboard_sidebar_user p a {
  color: inherit;
}

.dashboard_menu_area {
  padding: 40px 20px;
}

.dashboard_menu_area ul li {
  margin-bottom: 30px;
  font-size: 18px;
  display: block;
}

.dashboard_menu_area ul li a {
  color: inherit;
}

.dashboard_menu_area ul li a.active {
  color: var(--main-color);
}

.dashboard_menu_area ul li i {
  padding-right: 10px;
}

.booing_sidebar_dashboard {
  padding-top: 30px;
  padding-left: 30px;
}

.dashboard_menu_area ul li:hover {
  color: var(--main-color);
  cursor: pointer;
}

.dashboard_main_top {
  margin-bottom: 30px;
}

.dashboard_top_boxed {
  background: #FFFFFF;
  box-shadow: -4px -4px 14px rgba(0, 0, 0, 0.08), 8px 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 25px 40px;
  display: flex;
  align-items: center;
}

.dashboard_top_icon i {
  font-size: 100px;
  color: var(--main-color);
  line-height: 1;
}

.dashboard_top_text {
  padding-left: 20px;
}

.dashboard_top_text h3 {
  padding-bottom: 8px;
  font-weight: 500;
  color: var(--paragraph-color);
}

.dashboard_top_text h1 {
  line-height: 64px;
  font-size: 70px;
  font-weight: 700;
  color: var(--black-color);
}

.dashboard_common_table {
  background: var(--light-background2);
  border-radius: 20px;
  padding: 25px 30px;
}

.dashboard_common_table h3 {
  font-weight: 500;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 11px;
  position: relative;
}

.dashboard_common_table h3::after {
  content: "";
  width: 140px;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  left: 0;
  bottom: 0;
}

.table_common_area {
  margin-top: 40px;
}

.table_common_area table {
  text-align: center;
  border: 1px solid #d5d5d5;
}

.table_common_area thead tr th {
  border: none;
  background: #fff;
  padding: 15px 0;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: currentColor;
}

.table_common_area tbody tr td {
  padding: 16px 0;
}

.table_common_area tbody tr td.complete {
  color: #4CAF50;
  font-weight: 500;
}

.table_common_area tbody tr td i {
  cursor: pointer;
}

.table_common_area tbody tr td.cancele {
  color: #C8102E;
  font-weight: 500;
}


.tour_details_boxed ul.hotels li {
  display: inline-block;
  margin-bottom: 10px;
}

.headerSlider {
  width: 100%;
  height: 947px;
  position: relative;
  overflow: hidden;
}

.headerSlider .swiper-slide {
  padding: 0;
}

.headerSlider .swiper-slide img {
  padding: 0;
  transition: opacity 1s ease, transform 8s ease;
  transform: scale(1);
}

.headerSlider .swiper-slide.swiper-slide-active img {
  opacity: 0.9;
  transform: scale(1.1);
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  width: 100%;
  height: 947px;
  display: flex;
  justify-content: center;
  color: white;
  text-align: center;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.header-content {
  width: 100vw;
}

#hero {
  padding: 90px 0 0 0;
  margin-top: 105px;
}

#hero h1 {
  color: #FFFFFF;
  text-align: center;
  font-size: 110px;
  font-weight: 700;
  line-height: 116px;
}

#hero h1:first-child {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  font-size: 150px;
}

#hero p {
  color: #FFFFFF;
  padding: 20px 170px 20px 170px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

#features {
  margin-top: -207px;
  background: rgb(191, 50, 92);
  background: linear-gradient(0deg, rgba(191, 50, 92, 1) 30%, rgba(138, 21, 56, 0.46680679107580536) 100%);
  padding: 31px 0 30px 0;
  position: relative;
  z-index: 1;
}

#features .col-md-3 div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 20px 0 0;
}

#features h6 {
  padding: 8px 0 5px 0;
  color: #FFFFFF;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
}

#features p {
  padding: 5px 0;
  color: #FFFFFF;
  text-align: left;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px !important;
  font-family: 'Poppins', sans-serif;
}

#features p.lead {
  font-size: 26px !important;
  line-height: 40px !important;
  padding: 34px 0;
}

@media screen and (max-width: 991px) {
  #features p.lead {
    font-size: 26px !important;
    line-height: 40px !important;
    padding: 34px 0;
  }
}

@media screen and (max-width: 991px) {
  #features p.lead {
    font-size: 18px !important;
    line-height: 28px !important;
    padding: 18px 0;
  }
}

#features svg {
  width: 65px;
  height: 65px;
}

#about {
  padding-bottom: 50px;
}

#about h4 {
  color: var(--main-color);
  padding: 70px 0 20px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

#about h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  color: var(--black-color);
}

#about .col-md-9 p {
  color: var(--paragraph-color);
  padding: 20px 0 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

#about figure {
  margin: 0;
}

#about img {
  width: 100%;
  object-fit: cover;
  max-height: 500px;
  object-position: top;
  border-radius: 20px 20px 0 0;
}

#about .customer {
  color: #FFFFFF;
  background-color: var(--main-color);
  padding: 20px 0;
  border-radius: 0 0 20px 20px;
}

#about .customer p {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

#about .experience p {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

#about .customer *,
#about .experience * {
  color: var(--white-color);
}

#about .experience {
  background-color: var(--main-color);
  width: 195px;
  padding: 47px 16px;
  border-radius: 50%;
  position: absolute;
  bottom: 200px;
  left: -134px;
}

.overlayed::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.overlayed * {
  z-index: 1;
  position: relative;
}

.toursOfer .special-box .bg-size::before {
  padding-top: 66.66%;
  content: "";
  display: block;
}

.offer-one {
  background-color: var(--main-color);
  position: relative;
  z-index: 1;
  padding-top: 58px;
  padding-bottom: 66px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.offer-one__content {
  position: relative;
  top: 30px;
  padding-right: 15px;
  margin-bottom: 0;
}

.offer-one__top-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 10px;
}

.offer-one__heading {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 0;
}

.offer-one__text {
  color: #ffffff;
  margin-top: 22px;
  margin-bottom: 32px;
}

.offer-one__inner-img-box {
  position: relative;
  width: 100%;
  max-width: 467px;
  margin-left: auto;
  z-index: 1;
}

.offer-one__img-one {
  width: 467px;
  height: 467px;
  border-radius: 50%;
  margin-left: auto;
}

.offer-one__img-two {
  position: absolute;
  left: -92px;
  bottom: -8px;
  width: 244px;
  height: 244px;
  border-radius: 50%;
  border: 6px solid #ffffff;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.15));
  z-index: 11;
}

.offer-one__img-three {
  position: absolute;
  right: -170px;
  bottom: 2px;
  z-index: 11;
  animation: zumpTop 3s infinite linear;
}

.offer-one__shape-one {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("../images/offer-shape-1.png");
  will-change: transform;
  transform: translate3d(16px, 0px, 0px);
}

.offer-one__shape-two {
  background-image: url("../images/offer-shape-2.png");
  will-change: transform;
  transform: translate3d(-16px, 0px, 0px);
  position: absolute;
  right: 11%;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
}

.offer-one__bottom-bg {
  background-image: url('../images/offer-1-4.png');
  position: absolute;
  width: calc(100% + 10px);
  height: 100%;
  bottom: 0;
  right: -10px;
  z-index: -1;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  animation: leftToRight 3s linear infinite;
}

.hotels:not(ul) {
  background-image: url('../images/hotel-home.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


.hotel-one__img-one {
  width: 400px;
  height: 589px;
  border-radius: 50px;
  margin-left: auto;
}

.hotel-one__img-two {
  position: absolute;
  left: -92px;
  bottom: 20px;
  width: 244px;
  height: 244px;
  border-radius: 50px;
  filter: drop-shadow(5px 5px 0px var(--main-color));
  z-index: 11;
}

.hotel-one__img-three {
  position: absolute;
  right: -120px;
  top: 20px;
  z-index: 11;
  animation: zumpTop 3s infinite linear;
  width: 300px;
  filter: drop-shadow(-5px 5px 0px var(--main-color));
  border-radius: 50px;
}

.hotels h2 {
  color: var(--white-color);
  z-index: 2;
}

.routes-section {
  background-color: #faf5ee;
}

.service-box {
  text-align: center;
}

.service-box .icon-outer {
  width: 84px;
  height: 84px;
  line-height: 84px;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  margin: 0 auto 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-box .icon-outer span {
  background-color: var(--black-color);
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: block;
  text-align: center;
  position: absolute;
  right: -4px;
  top: -4px;
}

.service-box .icon-outer i {
  font-size: 30px;
  line-height: 64px;
  border-radius: 50%;
  color: var(--main-color);
}

.service-box .service-caption h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  color: var(--black-color);
  text-transform: capitalize;
  margin-top: 16px;
}

.service-box .service-caption p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: var(--paragraph-color);
  margin: 0;
}

#choose {
  margin: 0 0 100px 0;
}

.chooseBg {
  position: relative;
  padding: 100px 300px 260px 300px;
  text-align: center;
}

.chooseBg::before {
  content: "";
  background: url('../images/choose-img.webp') no-repeat center center/cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0.8;
}

.chooseBg::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#choose h4 {
  color: var(--main-color);
  padding-bottom: 6px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

#choose h2 {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
}

.chooseCrads {
  margin-top: -10rem;
}

.chooseCrads .col-md-4 div {
  background: linear-gradient(180deg, #FFF 0%, #faf5ee 100%);
  text-align: center;
  padding: 40px 30px;
  border-radius: 20px;
}

.chooseCrads figure {
  background-color: var(--main-color);
  display: inline-block;
  padding: 14px 14px;
  border-radius: 50%;
}

.chooseCrads svg {
  width: 40px;
}

#choose h6 {
  color: var(--main-color);
  padding-bottom: 10px;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
}

.chooseCrads p {
  color: var(--paragraph-color);
  text-align: center;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px !important;
}

.social-box ul li {
  display: inline-block;
}

.section_padding {
  padding: 100px 0;
}

.common_author_boxed {
  background: #e4c8d1;
  box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px 30px;
  position: relative;
}

.common_author_heading h3 {
  font-weight: 400;
  color: var(--paragraph-color);
}

.common_author_heading h2 {
  padding-top: 15px;
}

.common_author_form {
  padding: 50px 100px 0px 100px;
}

#main_author_form .form-group {
  margin-bottom: 20px;
  text-align: right;
}

#main_author_form .form-group a {
  color: var(--paragraph-color);
  padding-top: 10px;
  display: block;
}

.common_form_submit {
  padding-top: 20px;
  text-align: center;
}

.have_acount_area {
  text-align: center;
  padding-top: 20px;
}

p {
  font-size: 16px;
  line-height: 28px;
  color: var(--paragraph-color);
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  outline: 0 !important;
  color: var(--main-color);
}

.brand-logo {
  width: 100px;
}

.tab-pane.review {
  max-height: 600px;
  overflow: scroll;
}

.payment-modal .modal-body {
  text-align: center;
}


#theme_search_form_tour {
  margin-top: -100px;
  z-index: 2;
  position: relative;
  padding: 0;
}

#theme_search_form_tour {
  margin-top: -60px;
  padding-top: 20px;
}

.theme_search_form_area {
  background: #FFFFFF;
  box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px 30px;
  position: relative;
}


/* General Styles */
#theme_search_form_tour {
  /* padding: 50px 0; */
}

.theme_search_form_tabbtn ul.nav {
  border: none;
}


@media (max-width:767px) {
  .theme_search_form_tabbtn .nav-item {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

.theme_search_form_tabbtn .nav-item {
  margin-right: 20px;
}










.theme_search_form_tabbtn .nav-link {
  padding: 10px 15px;
  border-radius: 50px;
  color: #333;
  background: #f8f9fa;
  margin-right: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.theme_search_form_tabbtn .nav-link.active {
  background: #D29726;
  color: #fff;
}

.flight_Search_boxed {
  position: relative;
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.flight_Search_boxed input {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
}

.flight_Search_boxed .plan_icon_posation {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #2B2B2B;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}


@media(max-width: 767px) {
  .flight_search_items {
    display: block;
  }
}


@media (max-width: 767px) {
  .flight_search_left, .flight_search_middel {
    display: block;
    text-align: center;
    padding: 0 !important;
  }

  .flight_multis_area_wrapper {
    display: block;
    text-align: center;
    padding: 22px;
  }

  .flight_search_destination h6 {
    text-align: center;
  }
}


.globalBtn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.globalBtn ul li a {
  display: inline-block;
  padding: 1px 8px;
  color: #fff;
  margin-top: 10px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.globalBtn ul li a:hover {
  background: #D29726;
}


.globalBtn-2 ul li a {
  display: inline-block;
  padding: 0px 25px;
  color: #000;
  background: transparent;
  border: 1px solid #000;
  border-radius: 50px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}




.left-sidebar .middle-part .filter-block .form-check-input:checked~.form-check-label:before {
  background-color: #D29726;
}

.left-sidebar .middle-part .filter-block .form-check-label:before {
  content: "";
  top: 9px;
  height: 20px;
  width: 20px;
  background: #f1f1f1;
  border: none;
  left: -10px;
  border-radius: 20px;
  position: absolute;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}


.copyright {
  color: #fff;
}

.left-sidebar .middle-part .filter-block .form-check-input:checked~.form-check-label:after {
  background-image: url(../images/banner/check-mark.svg);
}

.left-sidebar .middle-part .filter-block .form-check-label:after {
  content: "";
  top: 9px;
  height: 20px;
  width: 20px;
  background-size: 48%;
  left: -10px;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}

input[type="radio"], input[type="checkbox"] {
  display: none !important;
}


.nav-tabs {
  direction: rtl;
}

.tab-content {
  text-align: right;
}


.nav-tabs {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  border-bottom: 2px solid #ddd;
}

.nav-tabs .nav-item {
  list-style: none;
}

.nav-tabs .nav-link {
  padding: 4px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}


.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #D29726;
  border-color: #D29726;
}


.btn-search .btn {
  /* padding: 12px; */
  font-size: 16px;
  border-radius: 5px;
}

.main-top .form-control {
  padding: 7px;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  text-align: right;
  direction: rtl;
}


.main-top label {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
  display: block;
}



.input-with-icon {
  position: relative;
}

.input-with-icon .form-control {
  padding-right: 30px;
}

.input-with-icon .svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}


.input-with-icon .svg svg {
  width: 18px;
  height: 18px;
  fill: #888;
}


.main-top {
  position: relative;
  margin-bottom: 15px;
}

.main-top input {
  width: 100%;
  padding-right: 30px;
}

.main-top input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.main-top label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #555;
  font-weight: 600;
}







.selector {
  display: flex;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.selector>div {
  flex: 1;
  padding: 12px;
  background-color: white;
}

.selector>div:first-child {
  border-right: 1px solid #e0e0e0;
}

.label {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}

.value {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow {
  border: solid #999;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: ;
  -moz-transform: ;
  -ms-transform: ;
  -o-transform: ;
}

.dropdown {
  margin-top: 8px;
  /* border: 1px solid #e0e0e0; */
  border-radius: 8px;
  background-color: white;
  padding: 16px;
}

.passenger-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.counter {
  display: flex;
  align-items: center;
}

.counter button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: white;
  color: #d32f2f;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter span {
  margin: 0 12px;
  width: 20px;
  text-align: center;
}

.info {
  font-size: 14px;
  color: #666;
}






















/*  */

.input-container button {
  margin-top: 35px;
  padding: 3px 15px;
  border: none;
  color: #fff;
  background-color: #D29726;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  outline: none;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-align: center;
  border-bottom: 2px solid transparent;
  width: 30%;
}



.custom-tabs .nav-link {
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  padding: 4px 10px;
  color: #444;
  border-radius: 7px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.custom-tabs .nav-link.active {
  background-color: transparent !important;
  color: #000;
  border-color: transparent;
  border: 2px dashed #D29726;
  font-size: 13px;
}



.custom-tabs .nav-item {
  margin: 0 5px;
}

.custom-tabs {
  display: flex;
  margin-top: -7px;
  padding: 0;
  border: none;
}


.content-box2 {
  background-color: #fff;
  border-radius: 7px;
  padding: 20px;
  box-shadow: 1px 1px 5px #ddd;
  margin-bottom: 30px;
  margin-top: -70px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.main-top {
  border: none;
  border-bottom: 1px dashed #D29726;
  outline: none;
}

.main-top input {
  border: none;
  outline: none;
}




@media (max-width: 576px) {
  .tabs-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
  }

  .custom-tabs {
    flex-wrap: nowrap;
    display: inline-flex;
    gap: 10px;
  }

  .custom-tabs .nav-item {
    flex: 0 0 auto;
  }
}



.dropdown-toggle {
  margin-top: 45px;
  width: 100%;
  outline: none !important;
}

.passengers-dropdown {
  border-bottom: 1px dashed #D29726;
}

.passengers-dropdown .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}

.flight_right_arrow img {
  max-width: 45px;
}

.man-print {
  padding-top: 13px;
  padding-bottom: 20px;
}

.card-small-card {
  max-width: 800px;
  width: 100%;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.badge-light-gray {
  background-color: #e9ecef;
  padding: 6px 10px;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.badge-light-blue {
  background-color: #e6f3ff;
  padding: 8px 16px;
  border-radius: 20px;
}

.badge-light-amber {
  background-color: #fff8e6;
  color: #b45309;
  padding: 6px 12px;
  border-radius: 20px;
}

.flight-line {
  position: relative;
  height: 2px;
  background-color: #dee2e6;
  margin: 20px 0;
}

.flight-dot {
  width: 8px;
  height: 8px;
  background-color: #dee2e6;
  border-radius: 50%;
  position: absolute;
  top: -3px;
}

.flight-dot.start {
  left: 0;
}

.flight-dot.middle {
  left: 50%;
  transform: translateX(-50%);
}

.flight-dot.end {
  right: 0;
}

.time {
  font-size: 24px;
  font-weight: bold;
}

.airport {
  color: #6c757d;
}

.duration {
  color: #6c757d;
  text-align: center;
  margin-top: 20px;
}

.btn-book {
  background-color: #D29726;
  color: white;
  padding: 12px 32px;
  border: none;
  border-radius: 6px;
}

.btn-book:hover {
  background-color: #202020;
  color: white;
  border: none;
}

.price {
  font-size: 24px;
  font-weight: bold;
}

.price-caption {
  color: #6c757d;
  font-size: 14px;
}

.man-font {
  font-size: 14px;
}


.parint {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width:1199px) {
  .parint {
    display: flex;
    flex-direction: column;
  }

  .mainbar {
    width: 100% !important;
  }

  .man-font {
    font-size: 12px;
  }
}

.mainbar {
  width: 80%;
}

.print-hight {
  /* height: 100px; */
  line-height: 1.2;
}


.profil .nav {
  display: flex;
  background-color: #f8f9fa;
  width: 275px;
  min-height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  margin-top: 0 !important;
  padding-top: 10px;
}


@media(max-width:991px){
  .profil i{
    display: block !important;
  }
}


.profil .nav a{
  text-align: justify;
  font-size: 18px;
  font-weight: 600;
  color: #343a40;
  text-decoration: none;
}

.profil{
  background-color:#fff;
  margin-top: 0;
}


.user-card {
  border-radius: 15px;
  padding: 20px;
  margin: auto;
  text-align: center;
  transition: transform 0.3s ease;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.user-card:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.user-card .user-header {
  background:#D29726;
  color: #fff;
  padding: 20px;
  width: 100%;
  border-radius: 15px 15px 0 0;
  position: relative;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
}

.user-card .user-header img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-bottom: 10px;
}

.user-card .user-header h4 {
  margin: 5px 0;
  font-size: 20px;
  color: #fff;
}

.user-role {
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.user-content {
  padding: 15px;
  text-align: left;
}

.user-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.user-content ul li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  display: flex
;
  justify-content: space-between;
}
.user-footer {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-top: 1px solid #ddd;
}

.btn {
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.edit-btn {
  background:#D29726;
  color: white;
  font-size: 16px;
}

.edit-btn:hover {
  background:#D29726;
  color: white;
}

.logout-btn {
  background: #dc3545;
  color: white;
}

.logout-btn:hover {
  background: #a71d2a;
}


.nav-link {
  font-weight: bold;
  color: #333;
  transition: all 0.3s ease-in-out;
  -webkit-transition:;
  -moz-transition:;
  -ms-transition:;
  -o-transition:;
}
.nav-link:hover, .nav-link.active {
  color: #007bff;
  background-color: #f8f9fa;
  border-bottom: 2px solid #007bff;
}

#tlbat {
  transition: all 0.3s ease-in-out;
  -webkit-transition:;
  -moz-transition:;
  -ms-transition:;
  -o-transition:;
}


#tlbat:hover {
  background-color: #f8f9fa;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}


.order-card img{
  width: 20%;
  height: 150px;
}

.order-info{
  text-align: center;
}

.order-info h5{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.order-info p{
  font-weight: bold;
  font-size: 12px;
}

/* .user-header {
    position: relative;
    display: inline-block;
    text-align: center;
} */

.user-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.change-avatar-icon {
    position: absolute;
    top: 35px;
    right: 333px;
    background: #fff;
    color: #333;
    border-radius: 50%;
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.change-avatar-icon:hover {
    background:#D29726;
    color: #fff;
}



.settings-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.settings-section {
  flex: 1;
  min-width: 300px;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.settings-section h5 {
  margin-bottom: 10px;
  color: #333;
}

.settings-section label {
  display: block;
  margin-top: 10px;
}

.settings-section .form-control {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}



.profil .btn-success{
  background-color: #28a745;
  color: white;
  padding: 10px 25px;
  border: none;
}

.profil .btn-success:hover{
  background-color: #218838;
}




.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color:#D29726;
}

input:checked + .slider::before {
  transform: translateX(26px);
  -webkit-transform: translateX(26px);
  -moz-transform: translateX(26px);
  -ms-transform: translateX(26px);
  -o-transform: translateX(26px);
}


/* شكل زر التبديل */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* عند التفعيل يتحرك الزر إلى اليمين */
input:checked + .slider {
  background-color:#D29726;
}

input:checked + .slider::before {
  transform: translateX(26px);
}


.profile-icon {
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
  text-decoration: none;
}

.profile-icon:hover {
  color:#D29726;
}
