 
/* Css For Konsteer */

/************ 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;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


:root{
  --theme-color: #25b5b3;
  --secondary-color: #121212;
  --text-color: #515151;
  --title-color: #121212;
  --text-font: "Inter", sans-serif;
  --title-font: "Inter", sans-serif;
}

.fea-text {
  width: 700px;        /* Set the fixed width */
  margin: 0 auto;      /* Center the column horizontally */
  padding: 15px;  
  text-align: justify;     /* Optional padding for spacing */
}
@media (max-width: 992px) {
  .fea-text{
    width: 100%;
    padding:1px;
  }
  }
.taye{
  padding-top: 65px;
}

body {
  font-size:14px;
  color: var(--text-color);
  line-height:22px;
  font-weight:500;
  background:#ffffff;
  font-family: var(--text-font);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1230px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1680px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1230px;
  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: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 300;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}


/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: var(--theme-color);
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before { animation-delay: 1.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before { animation-delay: 1.8s;}
.handle-preloader .loader-section {
  background-color: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #fff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.3); 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 30px; letter-spacing: 5px;}
}


.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;
}

.row{
  --bs-gutter-x: 30px;
}

/** button **/


.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  padding: 12px 40px;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out 0.0s;
  margin-top: 10px;
}

.theme-btn span{
  position: relative;
  padding-right: 26px;
}

.theme-btn span:before{
  position: absolute;
  content: '\e904';
  font-family: 'icomoon';
  font-size: 12px;
  top: -4px;
  right: 0px;
  font-weight: 400;
  transition: all 500ms ease;
}

.theme-btn:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: translateX(0);
  transform-origin: left center;
  z-index: -1;
  background: var(--secondary-color);
  transition: all 500ms ease;
}

.theme-btn:after{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  transform: translateX(0);
  transform-origin: right center;
  z-index: -1;
  background: var(--secondary-color);
  transition: all 500ms ease;
}

.theme-btn:hover:before,
.theme-btn:hover:after{
  transform: translateX(1);
  width: 50%;
}


.parallax-bg{
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: calc(100% + 30%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** styled-pagination */

.pagination{
  position: relative;
  display: flex;
  align-items: center;
}

.centred .pagination{
  justify-content: center;
}

.pagination li{
  position: relative;
  display: inline-block;
  margin: 0px 7.5px;
}

.pagination li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  height: 60px;
  width: 64px;
  line-height: 60px;
  background: #ffffff;
  border: 1px solid #D9D9D9;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #fff;
}

.sec-pad{
  padding: 142px 0px 150px 0px;
}

.mr-0{
  margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  box-shadow: inset 0 0 0 2px rgba(0,46,65,0.2);
  border-radius: 50%;
  z-index: 90000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-to-top.scroll-top-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.scroll-to-top::after {
  position: absolute;
  content: "\f106";
  font-family: 'Font Awesome 5 Pro';
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear
}

.scroll-to-top:hover::after {
  
}

.scroll-to-top:hover::before {
  opacity: 1
}

.scroll-to-top .scroll-top-inner path {
  stroke-width: 4;
  fill: transparent;
  box-sizing: border-box;
  stroke: var(--theme-color);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}



@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}



.sec-title{
  position: relative;
  display: block;
}

.sec-title .sub-title{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 16px;
  padding-left: 16px;
}

.sec-title .sub-title:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 38px;
  text-transform: capitalize;
}

.sec-title.light h2,
.sec-title.light .sub-title{
  color: #fff;
}





/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  right: 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;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  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%;
  border-bottom: 1px solid #D9D9D9;
  padding: 17px 0px;
}

.header-top .outer-container{
  position: relative;
  padding: 0px 100px;
}

.header-top .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top .text-box{
  position: relative;
  display: block;
  padding-left: 16px;
}

.header-top .text-box p{
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.header-top .text-box:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 0px;
  top: 9px;
  border-radius: 50%;
}

.header-top .text-box:after{
  position: absolute;
  content: '';
  background: #D9D9D9;
  width: 1px;
  height: 58px;
  top: -17px;
  right: -40px;
}

.header-top .info-list{
  position: relative;
  display: flex;
  align-items: center;
  gap: 81px;
}

.header-top .info-list li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 24px;
}

.header-top .info-list li:before{
  position: absolute;
  content: '';
  background: #D9D9D9;
  width: 1px;
  height: 58px;
  top: -17px;
  left: -40px;
}

.header-top .info-list li i{
  font-size: 16px;
}

.header-top .info-list li a{
  display: inline-block;
  color: var(--text-color);
}

.header-top .info-list li a:hover{
  text-decoration: underline;
}

.main-header .outer-box{
  position: relative;
  padding: 0px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .outer-box .menu-column{
  position: relative;
  display: flex;
  gap: 90px;
  align-items: center;
}

.main-header .menu-right-content{
  position: relative;
  display: flex;
  align-items: center;
  gap: 70px;
  padding: 19px 0px;
}

.main-header .menu-right-content .theme-btn{
  background: var(--secondary-color);
}

.main-header .menu-right-content .theme-btn:before,
.main-header .menu-right-content .theme-btn:after{

}

.main-header .support-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}

.main-header .support-box .icon-box{
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  min-width: 52px;
}

.main-header .support-box span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 4px;
}

.main-header .support-box a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 29px;
  color: var(--title-color);
  font-weight: 700;
}

.main-header .support-box a:hover{
  text-decoration: underline;
}


/** 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;
  margin: 0px 25px;
  -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:14px;
  line-height:26px;
  padding: 37px 0px;
  font-weight:600;
  font-family: var(--text-font);
  opacity:1;
  color: var(--title-color);
  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 > a:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.main-menu .navigation > li:hover > a:after{
  transform: scale(1,1);
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  padding: 15px;
  z-index:100;
  display:none;
  background: #fff;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  border-bottom: solid;
  border-width: 3px;
  visibility: hidden;
  box-shadow: 0 12px 12px rgba(0, 80, 191, 3%);
  border-radius: 0 0 6px 6px;
  transition: all .21s cubic-bezier(.3,.02,0,.6);
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding: 7px 16px;
  line-height:24px;
  font-weight:500;
  font-size:15px;
  text-transform:capitalize;
  font-family: var(--text-font);
  color:var(--title-color);
  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:before,
.main-menu .navigation > li > .megamenu li > a:before{
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  top: auto;
  left: 0%;
  bottom: 0%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  border-radius: 5px;
}

.main-menu .navigation > li > ul > li > a:hover:before,
.main-menu .navigation > li > .megamenu li > a:hover:before{
  top: 0;
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li > .megamenu h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{
  color: #fff;
}

.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.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:10px;
  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;
  left:100%;
  top:0%;
  margin-top: 15px;
  background: var(--secondary-color);
  border-top: solid;
  border-width: 2px;
  width:230px;
  z-index:100;
  display:none;
  border-radius: 0px;
  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.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
}

.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:10px 25px;
  line-height:24px;
  font-weight:500;
  font-size:15px;
  text-transform:capitalize;
  font-family: var(--text-font);
  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{
  padding-left: 35px;
}

.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;
  transform: scaleY(1);
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.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;
}

.mobile-menu .nav-logo img{
  max-width: 160px;
}

.main-header .mobile-nav-toggler {
  position: absolute;
  display: inline-block;
  left: 48px;
  top: 32px;
  z-index: 9;
  cursor: pointer;
  font-size: 20px;
  color: rgba(81, 81, 81, 1);
  transition: all 500ms ease;
}

.main-header .mobile-nav-toggler:hover{

}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
  padding-right: 360px;
  border-bottom: none;
  border: 1px dashed var(--theme-color);
  border-radius: 10px;
}

.main-menu .navigation li.dropdown .megamenu li h5{
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  padding-left: 16px;
}

.main-menu .navigation > li.dropdown > .megamenu .advice-box{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 330px;
  height: 100%;
  background: rgba(229, 45, 45, 1);
  padding: 34px 30px 40px 30px;
  border-radius: 0px 10px 10px 0px;
}

.main-menu .navigation > li.dropdown > .megamenu .advice-box .text{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 12px;
}

.main-menu .navigation > li.dropdown > .megamenu .advice-box h3{
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
}

.main-menu .navigation > li.dropdown > .megamenu .advice-box h4{
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 110px;
}

.main-menu .navigation > li.dropdown > .megamenu .advice-box h4 span{
  position: relative;
  display: inline-block;
  font-weight: 400;
}

.main-menu .navigation > li.dropdown > .megamenu .advice-box .theme-btn{
  padding: 3px 22px;
}


/** 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;
  transition: all 900ms ease;
}

.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;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #141417;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-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: 18px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.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%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right: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{
  color: #ffffff;
  -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;
}

.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: 120px 30px 20px 30px;
}

.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;
}




.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.owl-nav button{
  background: transparent;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


.progress-box .bar{
  position:relative;
  width:100%;
  height:8px;
  background: #E3E7EB;
  border-radius: 4px;
}
  
.progress-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:8px;
  border-radius: 4px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}


/** banner-section **/

.banner-section{
  position: relative;
}

.banner-section .social-links{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  text-align: center;
}

.banner-section .social-links li{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.banner-section .social-links li:last-child{
  margin-bottom: 0px;
}

.banner-section .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  color: #D9D9D9;
}

.banner-section .social-links li a:hover{
  color: var(--text-color);
}

.banner-carousel .slide-item{
  position: relative;
  padding: 156px 0px 0px 0px;
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(237.52deg, #25b5b3 16.29%, rgba(18, 18, 18, 0.2) 50.3%);
  opacity: 0.8;
}

.banner-carousel .slide-item:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: #000;
  opacity: 0.5;
}

.banner-carousel .content-box{
  position: relative;
  display: block;
  max-width: 600px;
  z-index: 5;
}
  
.banner-carousel .slide-item .bg-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 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}
  
.banner-carousel .active .slide-item .bg-layer{
  -webkit-transform:scale(1.25);
  -ms-transform:scale(1.25);
  transform:scale(1.25);
}
  
.banner-carousel .content-box .upper-text{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 16px;
  padding-left: 16px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -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 .content-box .upper-text:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 0px;
  top: 9px;
  border-radius: 50%;
}
  
.banner-carousel .active .content-box .upper-text{
  opacity: 1;
  -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 h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 73px;
  color: #fff;
  margin-bottom: 105px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -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 h2{
  opacity: 1;
  -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 .active .content-box h2 span{

}
  
.banner-carousel .content-box .btn-box{
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -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 .text-box{
  position: relative;
  display: block;
  padding: 50px 70px 45px 45px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -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 .text-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: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .text-box p{
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 55px;
}

.banner-carousel .content-box .text-box .theme-btn{
  padding: 0px;
}

.banner-carousel .content-box .text-box .theme-btn:before,
.banner-carousel .content-box .text-box .theme-btn:after{
  display: none;
}

.banner-section .content-box .rotate-box{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -300px;
  top: 20px;
  width: 186px;
  height: 186px;
  line-height: 186px;
  border-radius: 50%;
  z-index: 5;
}

.banner-section .content-box .rotate-box .curved-circle{
  position: absolute;
  left: 93px;
  top: 7px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.banner-section .content-box .rotate-box .icon-box img{
  display: inline-block;
  width: auto;
}

.banner-carousel .owl-dots{
  position: absolute;
  left: 40%;
  margin-left: 84px;
  bottom: 70px;
  counter-reset: slides-num;
}

.banner-carousel .owl-dots:before{
  position: absolute;
  content: '/';
  top: -3px;
  right: 10px;
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
}

.banner-carousel .owl-dots::after {
  position: absolute;
  right: -4px;
  top: -2px;
  content:  counter(slides-num);
  display: inline-block;
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
}

.banner-carousel .owl-dots .owl-dot span{
  display: none !important;
}

.banner-carousel .owl-dots button{
  position: absolute;
  bottom: -2px;
  left: -30px;
  counter-increment: slides-num;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}

.banner-carousel .owl-dots button.active:before{
  position: absolute;
  content: counter(slides-num);
}


/** brands-section **/

.brands-section{
  position: relative;
}

.brands-section .outer-container{
  position: relative;
  background: #F4F4F4;
  padding: 30px 100px;
}

.brands-section .brands-logo{
  position: relative;
  display: block;
  overflow: hidden;
}

.brands-section .brands-logo img{
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  opacity: 1;
  z-index: 1;
  transition: all 500ms ease;
}

.brands-section .brands-logo img:hover{
  opacity: 1;
}

.brands-section .owl-carousel .owl-stage{
  display: flex;
  align-items: center;
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}


/** feature-section **/

.feature-section{
  position: relative;
}

.feature-section:before{
  position: absolute;
  content: '';
  background: #D9D9D9;
  width: 50%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}

.feature-block-one .inner-box .icon-box img{
  position: relative;
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box img{
  filter: grayscale(0%);
  animation: toBottomFromTop .7s forwards;
}

.feature-block-one .inner-box h3{
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.feature-block-one .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.feature-block-one .inner-box h3 a:hover{

}

.feature-block-one .inner-box p{
  max-width: 320px;
  margin-bottom: 28px;
}

.link-box a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--text-color);
}

.link-box a:hover{

}

.link-box a span{
  position: relative;
  padding-right: 25px;
}

.link-box a span:before{
  position: absolute;
  content: '\e904';
  font-family: 'icomoon';
  font-size: 12px;
  top: -4px;
  right: 0px;
  font-weight: 400;
  transition: all 500ms ease;
}

.list-style-one li{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  padding-left: 33px;
}

.list-style-one li:before{
  position: absolute;
  content: '\e905';
  font-family: 'icomoon';
  font-size: 10px;
  left: 0px;
  top: 0px;
}


/** about-section **/

.about-section{
  position: relative;
}

.content_block_one .content-box{
  position: relative;
  display: block;
}

.content_block_one .content-box .image-box{
  position: relative;
  display: block;
}

.content_block_one .content-box .image-box img{
  max-width: none;
  float: right;
}

.funfact-block-one .inner-box{
  position: relative;
  display: block;
}

.funfact-block-one .inner-box .count-outer{
  position: relative;
  display: flex;
  font-size: 110px;
  line-height: 120px;
  font-family: var(--title-font);
  font-weight: 700;
  color: rgba(243, 95, 36, 0.06);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #515151;
  overflow: hidden;
  max-height: 120px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner{
  overflow: visible;
}

.funfact-block-one .inner-box p{
  font-size: 14px;
  line-height: 26px;
}

.funfact-block:first-child .funfact-block-one .inner-box,
.funfact-block:nth-child(2) .funfact-block-one .inner-box{
  margin-bottom: 85px;
}

.content_block_two .content-box{
  position: relative;
  display: block;
}

.content_block_two .content-box .funfact-content .line-box .line-one{
  position: absolute;
  left: 50%;
  top: 90px;
  width: 1px;
  height: 200px;
  background: #D9D9D9;
}

.content_block_two .content-box .funfact-content .line-box .line-two{
  position: absolute;
  left: 0px;
  top: 52%;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
}

.content_block_two .content-box .funfact-content .line-box:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 10px solid #fff;
  left: 50%;
  top: 52%;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 1;
}

.about-section .pattern-layer{
  position: absolute;
  right: 30px;
  top: -180px;
  width: 341px;
  height: 478px;
  background-repeat: no-repeat;
}


/** service-section **/

.service-section{
  position: relative;
  display: block;
  background-image: url(../images/banner/ld1.webp);
}

.service-section .outer-container{
  position: relative;
  padding: 65px 100px;
}

.service-section .outer-container:before{
  position: absolute;
  content: '';
  background: #D9D9D9;
  width: 50%;
  height: 1px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.service-section .outer-container .bg-color{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% - 0px);
  
}

.service-section .big-text{
  position: relative;
  display: block;
  font-size: 110px;
  line-height: 120px;
  font-weight: 700;
  color: transparent;
  margin-bottom: 65px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F35F24;
  text-transform: capitalize;
  opacity: 0.3;
  -moz-animation: scroll-right 120s linear infinite;
  -webkit-animation: scroll-right 120s linear infinite;
  animation: scroll-right 120s linear infinite;
}

@-moz-keyframes scroll-right {
  0% { -moz-transform: translateX(0%); }
  100% { -moz-transform: translateX(100%); }
}

@-webkit-keyframes scroll-right {
  0% { -webkit-transform: translateX(0%); }
  100% { -webkit-transform: translateX(100%); }
}

.service-block-one{
  position: relative;
  display: block;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);

}

.service-block-one .inner-box{
  position: relative;
  padding: 50px 50px 35px 50px;
  overflow: hidden;
  z-index: 1;
}

.service-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one:hover .inner-box:before{
  top: 0px;
  height: 100%;
}

.service-block-one .inner-box h3{
  display: block;
  font-size: 22px;
  line-height: 31px;
  margin-bottom: 18px;
  color: var(--theme-color);
}

.service-block-one .inner-box h3 a{
  display: inline-block;
  color: var(--theme-color);
}

.service-block-one .inner-box h3 a:hover{
  text-decoration: underline;
}

.service-block-one:hover .inner-box h3 a,
.service-block-one:hover .inner-box p{
  color: #fff;
}

.service-block-one .inner-box p{
  position: relative;
  padding-bottom: 33px;
  margin-bottom: 35px;
  transition: all 500ms ease;
  color: #464343;
  font-weight: 400;
}

.service-block-one .inner-box p:before{
  position: absolute;
  content: '';
  background:var(--theme-color);
  width: calc(100% + 50px);
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.service-block-one .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.service-block-one:hover .inner-box .link-box a,
.service-block-one:hover .inner-box .link-box a span:before{
  color: #fff;
}

.service-section .bg-color-2{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 387px;
  left: 0px;
  bottom: 0px;
}

.service-section .outer-container .lower-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.service-section .outer-container .lower-box p{
  font-weight: 600;
  color: var(--title-color);
}

.service-section .outer-container .rotate-box{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 250px;
  top: -100px;
  width: 186px;
  height: 186px;
  line-height: 186px;
  border-radius: 50%;
  z-index: 1;
}

.service-section .outer-container .rotate-box .curved-circle{
  position: absolute;
  left: 93px;
  top: 7px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #A7A7A7;
  text-transform: uppercase;
}

.service-section .outer-container .rotate-box .icon-box{
  position: relative;
  display: inline-block;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border-radius: 50%;
  background: #F4F4F4;
}


/** process-section **/

.process-section{
  position: relative;
}

.process-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.process-block-one .inner-box .text{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.process-block-one .inner-box h2{
  display: block;
  font-size: 110px;
  line-height: 80px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F35F24;
  text-transform: capitalize;
  margin-bottom: 50px;
}

.process-block-one .inner-box h3{
  display: block;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 26px;
}

.process-section .pattern-layer .pattern-1{
  position: absolute;
  left: 45px;
  top: 0px;
  width: 197px;
  height: 197px;
  background-repeat: no-repeat;
}

.process-section .pattern-layer .pattern-2{
  position: absolute;
  right: 184px;
  bottom: 240px;
  width: 192px;
  height: 192px;
  background-repeat: no-repeat;
}


/** video-section **/

.video-section{
  position: relative;
  padding: 230px 0px;
  overflow: hidden;
}

.video-section .bg-layer:before{
  position: absolute;
  content: '';
  background: rgba(18, 18, 18, 1);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}

.video-section .video-btn a{
  position: relative;
  display: inline-block;
  width: 142px;
  height: 142px;
  line-height: 146px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 36px;
  color: var(--title-color);
}

.video-section .video-btn a:before,
.video-section .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-section .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.bg-color-1{
  background: #efefef;
}


/** project-section **/

.project-section{
  position: relative;
}

.project-section .title-box{
  position: relative;
  display: flex;
  justify-content: space-between;
}

.project-section .title-box .big-text{
  position: relative;
  display: block;
  font-size: 110px;
  line-height: 94px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F35F24;
  text-transform: capitalize;
  opacity: 0.3;
  text-align: right;
}

.project-tab .p-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

.project-tab .p-tab.active-tab {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}

.project-tab .p-tabs-content {
  position: relative;
  display: block;
}

.project-tab .p-tab.active-tab .project-block-one{
  opacity: 1;
  top: 0px;
}

.project-tab .p-tab .project-block-one{
  position: relative;
  opacity: 0;
  top: 10px;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.project-tab .tab-btns{
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}

.project-tab .tab-btns li{
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  padding-left: 16px;
}
@media (max-width: 992px) {
  .project-tab .tab-btns{
    gap:2px;
  }
  .project-tab .tab-btns li{
    font-size: 12px;
  }
  }



.project-tab .tab-btns li:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 0px;
  top: 10px;
  border-radius: 50%;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.project-tab .tab-btns li.active-btn:before{
  transform: scale(1,1);
}

.project-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.project-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box:before{
  opacity: 0.9;
}

.project-block-one .inner-box .image-box:after{
  position: absolute;
  content: '';
  background: linear-gradient(325.39deg, #25b5b3 20.21%, rgba(18, 18, 18, 0.2) 52.69%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box:after{
  opacity: 0.9;
}

.project-block-one .inner-box .content-box{
  position: absolute;
  left: 0px;
  bottom: 45px;
  width: 100%;
  padding-left: 45px;
  padding-right: 30px;
  z-index: 5;
}

.project-block-one .inner-box .content-box h3{
  display: block;
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 12px;
  color: #fff;
}

.project-block-one .inner-box .content-box h3 a{
  display: inline-block;
  color: #fff;
}

.project-block-one .inner-box .content-box h3 a:hover{
  text-decoration: underline;
}

.project-block-one .inner-box .content-box .link-box a,
.project-block-one .inner-box .content-box .link-box a span:before{
  color: #fff;
}

.project-section .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.project-section .owl-dots .owl-dot{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #515151;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 7.5px;
  transition: all 500ms ease;
}

.project-section .owl-dots .owl-dot.active{
  transform: scale(1.5);
}

.project-section .owl-dots .owl-dot span{
  display: none;
}

.project-section .p-tabs-content{
  position: relative;
  padding-bottom: 50px;
}

.project-section .lower-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  border-top: 1px solid #444444;
}

.project-section .lower-box p{
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
}

.project-section .lower-box .theme-btn:before,
.project-section .lower-box .theme-btn:after{
  background: #fff;
}

.project-section .lower-box .theme-btn:hover{
  color: var(--theme-color) !important;
}

.image-hov-one{
  position: relative;
  display: block;
  overflow: hidden;
}

.image-hov-one::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.image-hov-one:hover::before {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.image-hov-two{
  position: relative;
  display: block;
  overflow: hidden;
}

.image-hov-two::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1000%;
  height: 0%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.image-hov-two:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}


/** chooseus-section **/

.chooseus-section{
  position: relative;
}

.image_block_one .image-box{
  position: relative;
  display: block;
}

.image_block_one .image-box .image-content{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 318px;
  padding: 50px 30px 50px 30px;
  z-index: 2;
}

.image_block_one .image-box .image-content .icon-box{
  position: relative;
  display: inline-block;
  font-size: 52px;
  line-height: 52px;
  color: var(--title-color);
  margin-bottom: 128px;
}

.image_block_one .image-box .image-content span{
  position: relative;
  display: block;
  font-size: 110px;
  line-height: 95px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  text-transform: capitalize;
  text-align: right;
}

.image_block_one .image-box .image-content .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content_block_three .content-box{
  position: relative;
  display: block;
}

.content_block_three .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 40px 0px;
  border-bottom: 1px solid #D9D9D9;
  padding-left: 107px;
}

.content_block_three .content-box .inner-box .single-item .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 38px;
  filter: grayscale(100%);
  overflow: hidden;
  transition: all 500ms ease;
}

.content_block_three .content-box .inner-box .single-item:hover .icon-box{
  filter: grayscale(0%);
}

.content_block_three .content-box .inner-box .single-item:hover .icon-box img{
  animation: toBottomFromTop .7s forwards;
}

.content_block_three .content-box .inner-box .single-item h4{
  display: block;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 8px;
}

.content_block_three .content-box .inner-box .single-item h4 a{
  display: inline-block;
  color: var(--title-color);
}

.content_block_three .content-box .inner-box .single-item h4 a:hover{

}


/** location-section **/

.location-section{
  position: relative;
}

.location-section .inner-container{
  position: relative;
  width: 1010px;
  max-width: 100%;
  min-height: 600px;
  margin: 0 auto;
}

.location-section .inner-container .map-shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
}

.location-section .single-location{
  position: absolute;
  cursor: pointer;
}

.location-section .single-location:first-child{
  left: 235px;
  top: 270px;
}

.location-section .single-location .pin{
  position: absolute;
  left: -15px;
  top: 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(243, 95, 36, 0.30);
  cursor: pointer;
}

.location-section .single-location .pin:after{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(243, 95, 36, 0.30);
  box-shadow: 0 0 0 0 rgba(243, 95, 36, 0.30);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.location-section .single-location .pin:before{
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border: 5px solid #fff;
  border-radius: 50%;
  left: 6px;
  top: 6px;
}

.location-section .single-location .location-text{
  position: absolute;
  left: 50%;
  margin-left: -107px;
  width: 214px;
  background: #fff;
  padding: 22px 30px 21px 30px;
  bottom: 15px;
  box-shadow: 0px 4px 19.5px 0px rgba(18, 18, 18, 0.08);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.location-section .single-location:hover .location-text,
.location-section .single-location:first-child .location-text{
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.location-section .single-location .location-text:before{
  position: absolute;
  content: '';
  background: #515151;
  width: 32px;
  height: 15px;
  left: 50%;
  margin-left: -16px;
  bottom: -15px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.location-section .single-location .location-text h6{
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 1px;
}

.location-section .single-location .location-text p{
  font-size: 14px;
  line-height: 26px;
}

.location-section .single-location:nth-child(2){
  left: 390px;
  top: 123px;
}

.location-section .single-location:nth-child(3){
  right: 233px;
  top: 132px;
}

.location-section .single-location:nth-child(4){
  right: 420px;
  top: 220px;
}

.location-section .single-location:nth-child(5){
  right: 434px;
  bottom: 114px;
}

.location-section .single-location:nth-child(6){
  right: 127px;
  bottom: 88px;
}

.location-section .pattern-layer .pattern-1{
  position: absolute;
  left: 120px;
  bottom: 275px;
  width: 182px;
  height: 182px;
  background-repeat: no-repeat;
}

.location-section .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 140px;
  width: 144px;
  height: 144px;
  background-repeat: no-repeat;
}

.location-section .big-text{
  position: relative;
  display: block;
  width: max-content;
  font-size: 110px;
  line-height: 80px;
  text-transform: capitalize;
  font-weight: 700;
  opacity: 0.06;
  margin-top: 65px;
  -moz-animation: scroll-left 250s linear infinite;
  -webkit-animation: scroll-left 250s linear infinite;
  animation: scroll-left 250s linear infinite;
}

@-moz-keyframes scroll-left {
  0% { -moz-transform: translateX(0%); }
  100% { -moz-transform: translateX(-100%); }
}

@-webkit-keyframes scroll-left {
  0% { -webkit-transform: translateX(0%); }
  100% { -webkit-transform: translateX(-100%); }
}


/** cta-section **/

.cta-section{
  position: relative;
  overflow: hidden;
}

.cta-section .bg-layer:before{
  position: absolute;
  content: '';
  background: #121212;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}

.cta-section .bg-layer:after{
  position: absolute;
  content: '';
  background: linear-gradient(262.53deg, rgba(4, 155, 175, 0.5) 6.39%, rgba(0, 0, 0, 0.5) 54.51%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.cta-section .sec-title{
  max-width: 670px;
}

.cta-section .sec-title .theme-btn:hover{
  color: var(--theme-color) !important;
}

.cta-section .sec-title .theme-btn:before,
.cta-section .sec-title .theme-btn:after{
  background: #fff;
}

.cta-section .content-box .rotate-box{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 150px;
  top: 20px;
  width: 186px;
  height: 186px;
  line-height: 186px;
  border-radius: 50%;
  z-index: 5;
}

.cta-section .content-box .rotate-box .curved-circle{
  position: absolute;
  left: 93px;
  top: 7px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.cta-section .content-box .rotate-box .icon-box img{
  display: inline-block;
  width: auto;
}


/** news-section **/

.news-section{
  position: relative;
}

.news-block-one{
  position: relative;
  padding-top: 20px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

.news-block-one .inner-box .image-box .post-date{
  position: absolute;
  top: -20px;
  right: 20px;
  width: 82px;
  text-align: center;
  padding: 16px 0px 18px 0px;
}

.news-block-one .inner-box .image-box .post-date h3{
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}

.news-block-one .inner-box .image-box .post-date span{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 35px;
}

.news-block-one .inner-box .lower-content .category{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  text-decoration: underline;
  margin-bottom: 16px;
}

.news-block-one .inner-box .lower-content h4{
  display: block;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 30px;
}

.news-block-one .inner-box .lower-content h4 a{
  position: relative;
  display: inline-block;
  color: var(--title-color);
}

.news-block-one .inner-box .lower-content h4 a:hover{

}


/** main-footer **/

.main-footer{
  position: relative;
  background: #fff;
  border-top: 5px solid #000;
}

.main-footer .image-box{
  position: relative;
  display: block;
}

.main-footer .image-box img{
  width: 100%;
}

.main-footer .logo-widget .footer-logo{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.main-footer .logo-widget p{
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 700;
  padding-bottom: 40px;
  border-bottom: 1px solid #515151;
  margin-bottom: 34px;
}

.main-footer .logo-widget .support-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}

.main-footer .logo-widget .support-box .icon-box{
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 24px;
  color: #000;
  text-align: center;
  border-radius: 50%;
  min-width: 52px;
}

.main-footer .logo-widget .support-box span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  margin-bottom: 4px;
}

.main-footer .logo-widget .support-box a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  font-weight: 700;
}

.main-footer .logo-widget .support-box a:hover{
  text-decoration: underline;
}

.main-footer .logo-widget{
  position: relative;
  margin-top: -15px;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.main-footer .widget-title h6{
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.main-footer .widget-title h6 span{

}

.main-footer .contact-widget .widget-content h6{
  font-size: 17px;
  line-height: 30px;
  color: #000;
  margin-bottom: 20px;
}

.main-footer .contact-widget .info-list li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  padding-left: 30px;
  margin-bottom: 15px;
}

.main-footer .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .contact-widget .info-list li i{
  position: absolute;
  left: 0px;
  top: 6px;
}

.main-footer .contact-widget .info-list li a{
  display: inline-block;
  color: #000;
}

.main-footer .contact-widget .info-list li a:hover{

}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 9px;
}

.main-footer .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a{
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
}

.main-footer .links-widget .links-list li a:hover{
  text-decoration: underline;
}

.main-footer .newsletter-widget .subscribe-inner .form-group{
  position: relative;
  margin-bottom: 15px;
}

.main-footer .newsletter-widget .subscribe-inner .form-group:last-child{
  margin-bottom: 0px;
}

.main-footer .newsletter-widget .subscribe-inner .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  background: #fff;
  border: 2px solid #fff;
  font-size: 17px;
  color: #515151;
  padding: 10px 25px;
  transition: all 500ms ease;
}

.main-footer .newsletter-widget .subscribe-inner .form-group input:focus{

}

.main-footer .newsletter-widget .subscribe-inner .form-group button[type='submit']{
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
}

.main-footer .newsletter-widget .subscribe-inner .form-group button[type='submit']:hover{
  
}

.main-footer .newsletter-widget .subscribe-inner .form-group button[type='submit']:before,
.main-footer .newsletter-widget .subscribe-inner .form-group button[type='submit']:after{
  display: none;
}

.main-footer .widget-section{
  border-bottom: 1px solid #515151;
}

.footer-bottom{
  position: relative;
  padding: 10px 0px;
}

.footer-bottom .bottom-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .bottom-inner .copyright p{
  font-size: 14px;
  line-height: 26px;
  color: #000;
}

.footer-bottom .bottom-inner .copyright p a{
  display: inline-block;
  color: #25b5b3;
}

.footer-bottom .bottom-inner .copyright p a:hover{

}

.footer-bottom .social-links{
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer-bottom .social-links li a{
  display: inline-block;
  font-size: 14px;
  color: #25b5b3;
}

.footer-bottom .social-links li a:hover{

}

.footer-bottom .right-column{
  position: relative;
  display: flex;
  align-items: center;
  gap: 70px;
  text-align: right;
}

.footer-bottom .counter-box .count-outer{
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 110px;
  line-height: 80px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F35F24;
  opacity: 0.3;
}

.footer-bottom .counter-box .count-outer span{
  position: relative;
  top: 5px;
}

.footer-bottom .counter-box p{
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}


/** header-style-two **/

.header-style-two{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.header-style-two .mobile-nav-toggler{
  position: relative;
  color: #fff;
  top: 0px;
  left: 0px;
}

.header-style-two .menu-right-content{
  gap: 35px;
}

.header-style-two .menu-right-content .theme-btn{
  border: 1px solid #fff;
  background: transparent;
  padding-top: 16px;
  padding-bottom: 16px;
}

.header-style-two .menu-right-content .theme-btn:hover{

}

.header-style-two .header-lower .main-menu .navigation > li > a{
  color: #fff;
}


/** banner-style-two **/

.banner-style-two{
  position: relative;
}

.banner-style-two .banner-carousel .content-box h2{
  font-size: 66px;
  line-height: 80px;
  text-transform: capitalize;
  max-width: 500px;
  margin-bottom: 45px;
}

.banner-style-two .banner-carousel .slide-item{
  padding: 220px 0px 280px 0px;
}

.banner-style-two .rotate-box{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 100px;
  top: 240px;
  width: 186px;
  height: 186px;
  line-height: 186px;
  border-radius: 50%;
  z-index: 5;
}

.banner-style-two .rotate-box .curved-circle{
  position: absolute;
  left: 93px;
  top: 7px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.banner-style-two .rotate-box .icon-box img{
  display: inline-block;
  width: auto;
}

.banner-style-two .bg-color{
  position: absolute;
  background: #121212;
  width: 100%;
  height: 70px;
  left: 0px;
  bottom: 0px;
  opacity: 0.7;
}

.banner-style-two .banner-carousel .owl-dots{
  left: 15%;
  margin-left: 100px;
  bottom: 49px;
}

.banner-style-two .owl-dots .owl-dot span{
  position: absolute;
  display: inline-block !important;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 1) !important;
  margin: 0px 0px !important;
  left: 80px;
  top: 6px;
  border-radius: 50%;
}

.banner-style-two .owl-dots .owl-dot.active span{
  background: var(--theme-color) !important;
}

.banner-style-two .owl-dots .owl-dot:nth-child(2) span{
  left: 115px;
}

.banner-style-two .owl-dots .owl-dot:nth-child(3) span{
  left: 150px;
}

.banner-style-two .owl-dots .owl-dot:nth-child(4) span{
  left: 185px;
}

.banner-style-two .owl-dots .owl-dot:nth-child(5) span{
  left: 220px;
}

.banner-style-two .support-box{
  position: absolute;
  display: flex;
  align-items: center;
  gap: 14px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background: #fff;
}

.banner-style-two .support-box .icon-box{
  position: relative;
  display: inline-block;
  width: 112px;
  height: 112px;
  line-height: 112px;
  text-align: center;
  font-size: 36px;
  color: #fff;
  text-align: center;
  min-width: 112px;
}

.banner-style-two .support-box span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 4px;
}

.banner-style-two .support-box a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 29px;
  color: var(--title-color);
  font-weight: 700;
}

.banner-style-two .support-box a:hover{
  text-decoration: underline;
}


/** highlight-section **/

.highlight-section{
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}

.highlight-block-one{
  position: relative;
  display: flex;
  align-items: center;
  padding: 41px 70px;
  gap: 15px;
}

.highlight-block:nth-child(2) .highlight-block-one{
  background: #F4F4F4;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}

.highlight-block-one .icon-box{
  position: relative;
  display: inline-block;
  min-width: 40px;
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.highlight-block-one:hover .icon-box{
  filter: grayscale(0%);
  transform: rotateY(180deg);
}

.highlight-block-one h4{
  display: block;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 5px;
}

.highlight-block-one p{
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .tanet h2{
    text-align: center;
  }
}
/** about-style-two **/

.about-style-two{
  position: relative;
}

.about-style-two .left-content{
  position: relative;
  display: block;
}

.about-style-two .left-content .image-box{
  position: relative;
  display: block;
  padding-bottom: 65px;
}

.about-style-two .left-content .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style-two .left-content .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.about-style-two .left-content .image-box .image:hover img{
  transform: scale(1.05);
}

.about-style-two .left-content .image-box .image-content{
  position: absolute;
  left: 40px;
  bottom: -100px;
  width: 310px;
  padding: 42px 40px 144px 40px;
}

.about-style-two .left-content .image-box .image-content h4{
  display: block;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15;
}

.about-style-two .left-content .image-box .image-content h6{
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 35px;
  border-bottom: 1px solid #fff;
}

.about-style-two .left-content .big-text{
  position: relative;
  display: block;
  font-size: 110px;
  line-height: 95px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #D9D9D9;
  text-transform: capitalize;
  text-align: right;
}

.about-style-two .right-content{
  position: relative;
  display: block;
}

.about-style-two .right-content .author-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
}

.about-style-two .right-content .btn-box .theme-btn{
  border: 1px solid #121212;
  background: transparent;
  color: var(--title-color) !important;
  padding-top: 16px;
  padding-bottom: 16px;
}

.about-style-two .right-content .btn-box .theme-btn:hover,
.about-style-two .right-content .btn-box .theme-btn:hover span:before{
  color: #fff !important;
}

.about-style-two .icon-shape{
  position: absolute;
  right: 190px;
  bottom: 120px;
  -webkit-animation: service_hexagon_2 15s infinite linear;
  -moz-animation: service_hexagon_2 15s infinite linear;
  -o-animation: service_hexagon_2 15s infinite linear;
  animation: service_hexagon_2 15s infinite linear;
}

/** feature-style-two **/

.feature-style-two{
  position: relative;
}

.feature-style-two .large-container{
  position: relative;
  max-width: 1570px;
  padding: 0px 15px;
  margin: 0 auto;
}

.feature-style-two .feature-block-one .inner-box{
  padding-left: 140px;
}

.feature-style-two .feature-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 7px;
  margin-bottom: 0px;
}

.feature-style-two .feature-block-one .inner-box h3{
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}

.feature-style-two .feature-block-one .inner-box p{
  margin-bottom: 0px;
}


/** project-style-two **/

.project-style-two{
  position: relative;
}

.project-style-two .project-block-two{
  float: left;
  width: 25%;
}

.project-block-two .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.project-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-two .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, #121212 93.57%);
}

.project-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.project-block-two .inner-box .content-box{
  position: absolute;
  right: 0px;
  bottom: -64px;
  width: calc(100% - 60px);
  background: #fff;
  z-index: 2;
  padding: 40px 40px 25px 50px;
  transition-duration: .31s;
  transition-timing-function: ease-in-out;
}

.project-block-two .inner-box:hover .content-box{
  bottom: 0px;
}

.project-block-two .inner-box .content-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 31px;
  padding-bottom: 25px;
  margin-bottom: 18px;
}

.project-block-two .inner-box .content-box h3:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.50);
  width: calc(100% + 50px);
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.project-block-two .inner-box .content-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.project-block-two .inner-box:hover .content-box h3 a{
  color: #fff;
}

.project-block-two .inner-box .content-box .link-box a,
.project-block-two .inner-box .content-box .link-box a span:before{
  color: #fff;
}

.project-block-two .inner-box .content-box h3 a:hover{
  text-decoration: underline;
}


/** cta-style-two **/

.cta-style-two{
  position: relative;
}

.cta-style-two .content-box{
  position: relative;
  display: block;
}

.cta-style-two .content-box h2{
  font-size: 110px;
  line-height: 120px;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #D9D9D9;
  margin-bottom: 60px;
}

.cta-style-two .content-box .theme-btn{
  color: var(--title-color) !important;
  border: 1px solid #121212;
  background: transparent;
  padding-top: 16px;
  padding-bottom: 16px;
}

.cta-style-two .content-box .theme-btn:hover,
.cta-style-two .content-box .theme-btn:hover span:before{
  color: #fff !important;
}

.cta-style-two .content-box .theme-btn span:before{

}

.cta-style-two .pattern-layer{
  position: absolute;
  right: 30px;
  bottom: 65px;
  width: 1134px;
  height: 494px;
  background-repeat: no-repeat;
  opacity: 0.15;
}


/** skills-section **/

.skills-section{
  position: relative;
}

.skills-section .image-box{
  position: relative;
}

.skills-section .image-box img{
  position: relative;
  float: left;
  max-width: none;
}

.skills-section .content-box{
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 115px 0px 80px 180px;
  background: #fff;
  margin-top: -125px;
}

.skills-section .content-box .upper-box{
  position: relative;
  display: flex;
  gap: 100px;
  margin-bottom: 84px;
}

.skills-section .content-box .upper-box h2{
  display: block;
  font-size: 110px;
  line-height: 80px;
  color: rgba(243, 95, 36, 0.06);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #515151;
  margin-bottom: 30px;
}

.skills-section .content-box .upper-box span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
}

.skills-section .content-box .upper-box h3{
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.progress-block-one{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.progress-block-one h6{
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
}

.progress-block-one .bar{
  position:relative;
  width:100%;
  height:10px;
  border-radius: 0px;
  background: #F4F4F4;
}
  
.progress-block-one  .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:10px;
  border-radius: 0px;
  -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-block-one .bar .count-text{
  position: absolute;
  top: -42px;
  right: 0px;
  font-size: 17px;
  font-weight: 300;
  color: var(--text-color);
}

.skills-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 120px;
  width: 341px;
  height: 478px;
  background-repeat: no-repeat;
  z-index: 1;
}

.project-section .rotate-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  width: 186px;
  height: 186px;
  line-height: 186px;
  border-radius: 50%;
  z-index: 5;
}

.project-section .rotate-box .curved-circle{
  position: absolute;
  left: 93px;
  top: 7px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #A7A7A7;
  text-transform: uppercase;
}

.project-section .rotate-box .icon-box img{
  display: inline-block;
  width: auto;
}


/** team-section **/

.team-section{
  position: relative;
}

.team-section .inner-container{
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0px -27.5px;
}

.team-section .team-block-one{
  padding: 0px 27.5px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 65px;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.team-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease-in-out;
}

.team-block-one .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

.team-block-one .inner-box .image-box .share-box{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.team-block-one .inner-box .image-box .share-box .share-icon{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.team-block-one .inner-box .image-box .share-box .share-list{
  position: absolute;
  right: 0px;
  bottom: 70px;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: all 500ms ease-in-out;
}

.team-block-one .inner-box .image-box .share-box:hover .share-list{
  transform: scaleY(1);
}

.team-block-one .inner-box .image-box .share-box .share-list:before{
  position: absolute;
  content: '';
  background: transparent;
  width: 100%;
  height: 10px;
  left: 0px;
  bottom: -10px;
}

.team-block-one .inner-box .image-box .share-box .share-list li{
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}

.team-block-one .inner-box .image-box .share-box .share-list li:last-child{
  margin-bottom: 0px;
}

.team-block-one .inner-box .image-box .share-box .share-list li a{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.team-block-one .inner-box .lower-content{
  position: relative;
  padding-top: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}

.team-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

.team-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.team-block-one .inner-box .lower-content h3 a:hover{

}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
}

.team-block-one .inner-box .image-box .text-box{
  position: absolute;
  left: 0px;
  bottom: 48px;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 0px 15px;
}

.team-block-one .inner-box .image-box .text-box h3{
  display: block;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 3px;
}

.team-block-one .inner-box .image-box .text-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.team-block-one .inner-box .image-box .text-box h3 a:hover{

}


/** contact-section **/

.contact-section{
  position: relative;
  background: #F4F4F4;
}

.contact-section:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 87px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.contact-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
}

.contact-section .image-box{
  position: relative;
  display: block;
  z-index: 1;
}

.contact-section .image-box img{
  width: 100%;
}

.content_block_four .content-box{
  position: relative;
  display: block;
}

.content_block_four .content-box .form-group{
  position: relative;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.content_block_four .content-box .form-group:last-child{
  margin-bottom: 0px;
}

.content_block_four .content-box .form-inner form{
  position: relative;
  margin: 0px 5px;
}

.content_block_four .content-box .form-group input[type='text'],
.content_block_four .content-box .form-group input[type='email'],
.content_block_four .content-box .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
  background: #fff;
  border: 1px solid #FFFFFF;
  font-size: 17px;
  font-weight: 300;
  color: var(--text-color);
  padding: 10px 30px;
  transition: all 500ms ease;
}

.content_block_four .content-box .form-group textarea{
  height: 135px;
  resize: none;
  
}

.content_block_four .content-box .form-group input:focus,
.content_block_four .content-box .form-group textarea:focus{

}

.content_block_four .content-box .form-group .symble{
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 12px;
  z-index: 1;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
}

.testimonial-section .testimonial-content{
  position: relative;
  display: block;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

.testimonial-section .testimonial-content .upper-text{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  text-transform: lowercase;
  margin-bottom: 43px;
}

.testimonial-section .testimonial-content p{
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  padding-bottom: 38px;
  width: 600px;
  margin: 0 auto;
  text-align: justify;
}
@media (max-width: 992px) {
  .testimonial-section .testimonial-content p{
    width: 100%;
    font-size: 10px;
    line-height: 14px;
    text-align:left;
  }
  }

.testimonial-section .testimonial-content h6{
  display: block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial-section .testimonial-content .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 60px;
}

.testimonial-section .testimonial-content .thumb-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.testimonial-section .testimonial-content .thumb-box .icon-box{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #515151;
  border-radius: 50%;
}

.testimonial-section .testimonial-content .thumb-box .icon-box img{
  display: inline-block;
}

.testimonial-section .testimonial-content .thumb-box .thumb{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-section .testimonial-content .thumb-box .thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-section .owl-nav{
  position: absolute;
  left: 50%;
  bottom: 72px;
  width: 260px;
  margin-left: -130px;
}

.testimonial-section .owl-nav button{
  position: absolute;
  top: 0px;
  display: inline-block;
  font-size: 24px;
  color: var(--title-color);
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section .owl-nav button:hover{

}

.testimonial-section .owl-nav button.owl-prev{
  left: -64px;
}

.testimonial-section .owl-nav button.owl-next{
  right: -64px;
}

.brands-section .large-container{
  padding: 100px 0px;
  border-top: solid;
  border-bottom: solid;
  border-width: 1px;
  border-color: #D9D9D9;
}


/** page-title **/

.page-title{
  position: relative;
}

.page-title .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .bg-layer:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(237.52deg, #12c6e6 16.29%, rgba(18, 18, 18, 0.2) 55.3%);
  opacity: 0.8;
}

.page-title .bg-layer:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  opacity: 0.5;
}

.page-title .content-box{
  position: relative;
  display: block;
}

.page-title .content-box h1{
  display: block;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.page-title .content-box .bread-crumb{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  padding: 15px 25px;
}

.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.page-title .content-box .bread-crumb li a{
  display: inline-block;
  color: #fff;
}

.page-title .content-box .bread-crumb li a:hover{
  text-decoration: underline;
}

.page-title .content-box .bread-crumb li:before{
  position: absolute;
  content: '\e904';
  font-family: 'icomoon';
  font-size: 12px;
  color: #fff;
  top: 0px;
  right: -24px;
}

.page-title .content-box .bread-crumb li:last-child:before{
  display: none;
}

.about-style-two .pattern-layer{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 1054px;
  height: 579px;
  background-repeat: no-repeat;
}

.feature-section.light-section{
  background: var(--secondary-color);
}

.feature-section.light-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
}

.feature-section.light-section .feature-block-one .inner-box .icon-box img{
  opacity: 0.7;
}

.feature-section.light-section .feature-block-one .inner-box:hover .icon-box img{
  opacity: 1;
}

.feature-section.light-section .feature-block-one .inner-box h3 a{
  color: #fff;
}

.feature-section.light-section .feature-block-one .inner-box h3 a:hover{

}

.feature-section.light-section .feature-block-one .inner-box p{
  color: #D9D9D9;
}

.feature-section.light-section .feature-block-one .inner-box .link-box a{
  color: #fff;
}

.feature-section.light-section .feature-block-one .inner-box .link-box a:hover{

}


.about-section .image-inner .image-content{
  position: absolute;
  right: 80px;
  width: 600px;
  padding: 50px 50px 45px 50px;
  bottom: 0px;
}

.about-section .image-inner .image-content p{
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 57px;
}

.about-section .image-inner .image-content .link-box a{
  color: #fff;
}

.about-section .image-inner .image-content .link-box a span:before{
  color: #fff;
}


/** error-section **/

.error-section{
  position: relative;
  padding: 150px 0px;
}

.error-section .content-box h1{
  position: relative;
  display: block;
  font-size: 200px;
  line-height: 150px;
  color: #161616;
  font-weight: 700;
  margin-bottom: 15px;
}

.error-section .content-box h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 52px;
  color: #444;
  font-weight: 600;
  margin-bottom: 21px;
}

.error-section .text a{
  color: #161616;
}

.error-section .text a:hover{
  text-decoration: underline;
}


.skills-section .border-shape{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 1px;
  background: #D9D9D9;
  z-index: 1;
}

.bg-color-2{
  background: #F4F4F4;
}

.testimonial-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
}


/** project-page-section **/

.project-page-section{
  position: relative;
}

.project-page-section .project-block-one .inner-box{
  margin-bottom: 60px;
}

.sortable-masonry .filter-tabs{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.sortable-masonry .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #515151;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 500ms ease;
  padding-left: 16px;
}

.sortable-masonry .filter-tabs li:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 0px;
  top: 10px;
  border-radius: 50%;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.sortable-masonry .filter-tabs li.active:before{
  transform: scale(1,1);
}

.project-page-section .masonry-item{
  padding: 0px 12px;
}

.project-page-section .sortable-masonry{
  margin: 0px 3px;
}


.project-block-three .inner-box{
  position: relative;
  display: block;
  margin-bottom: 65px;
}

.project-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-three .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 70%;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.project-block-three .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-three .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.project-block-three .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 38px;
}

.project-block-three .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 31px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.project-block-three .inner-box .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.project-block-three .inner-box .lower-content h3 a:hover{

}

.project-block-three .inner-box .lower-content .link-box a{
  font-weight: 400;
}

.project-page-section.page-two .items-container{
  margin: 0px -15px;
}

.page-title .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
}

.page-title .content-box .dark-title{
  color: var(--title-color);
}

.news-section .inner-container{
  margin: 0px -12px;
}

.news-section .inner-container .news-block{
  padding: 0px 27px;
}

.news-section .inner-container .news-block-one{
  padding-top: 0px;
}

.news-section .inner-container .news-block-one .inner-box .image-box .post-date{
  top: inherit;
  bottom: -20px;
}

.news-section .inner-container .news-block-one .inner-box{
  margin-bottom: 60px;
}


/** sidebar-page-container **/

.sidebar-page-container{
  position: relative;
}

.news-block-two .inner-box{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.news-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.news-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box a img{
  opacity: 0.5;
  transform: scale(1.02);
}

.news-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 45px;
}

.news-block-two .inner-box .lower-content .post-info{
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}

.news-block-two .inner-box .lower-content .post-info li span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #515151;
  padding: 13px 21px;
}

.news-block-two .inner-box .lower-content .post-info li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  text-decoration: underline;
}

.news-block-two .inner-box .lower-content h2{
  display: block;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 25px;
}

.news-block-two .inner-box .lower-content h2 a{
  display: inline-block;
  color: var(--title-color);
}

.news-block-two .inner-box .lower-content h2 a:hover{

}

.news-block-two .inner-box .lower-content p{
  margin-bottom: 40px;
}


.blog-sidebar{
  position: relative;
  display: block;
}

.blog-sidebar .widget-title{
  position: relative;
  display: block;
}

.blog-sidebar .widget-title h4{
  display: block;
  font-size: 20px;
  line-height: 27px;
}

.blog-sidebar .search-widget .search-form .form-group{
  position: relative;
  margin-bottom: 0px;
}

.blog-sidebar .search-widget .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  color: #515151;
  padding: 10px 20px 10px 65px;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group input:focus{

}

.blog-sidebar .search-widget .search-form .form-group button[type='submit']{
  position: absolute;
  left: 30px;
  top: 23px;
  font-size: 20px;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  padding: 15px 0px;
  border-bottom: 1px solid #D9D9D9;
}

.blog-sidebar .category-widget .category-list li a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #515151;
  font-weight: 500;
  padding-left: 16px;
}

.blog-sidebar .category-widget .category-list li a:hover{

}

.blog-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: '';
  background: #515151;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .post{
  position: relative;
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.blog-sidebar .post-widget .post:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .post-widget .post .thumb-box{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  min-width: 80px;
}

.blog-sidebar .post-widget .post .thumb-box img{
  width: 100%;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .post:hover .thumb-box img{
  opacity: 0.5;
}

.blog-sidebar .post-widget .post h6{
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 12px;
}

.blog-sidebar .post-widget .post h6 a{
  display: inline-block;
  color: var(--title-color);
}

.blog-sidebar .post-widget .post h6 a:hover{

}

.blog-sidebar .post-widget .post .post-date{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #515151;
  opacity: 0.6;
}

.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: 14px;
  line-height: 26px;
  color: #515151;
  border: 1px solid #D9D9D9;
  padding: 7px 13px;
}

.blog-sidebar .tags-widget .tags-list li a:hover{
  color: #fff;
}

.blog-sidebar .ads-widget{
  position: relative;
  display: block;
  background: #226EB6;
  text-align: center;
  padding: 50px 40px;
}

.blog-sidebar .ads-widget .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-sidebar .ads-widget .image-box{
  position: relative;
  display: block;
  max-width: 224px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.blog-sidebar .ads-widget .image-box img{
  width: 100%;
}

.blog-sidebar .ads-widget h3{
  display: block;
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 10px;
}

.blog-sidebar .ads-widget p{
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 35px;
}

.blog-details-content{
  position: relative;
  display: block;
}

.blog-details-content blockquote{
  position: relative;
  display: block;
  margin: 0px;
  padding: 48px 80px 48px 153px;
  background: #F0F4FB;
  margin-bottom: 50px;
  border-left: solid;
  border-width: 6px;
}

.blog-details-content blockquote .icon-box{
  position: absolute;
  left: 63px;
  top: 59px;
}

.blog-details-content blockquote p{
  font-size: 28px;
  line-height: 42px;
  font-style: italic;
  font-weight: 400;
}

.blog-details-content .news-block-two .inner-box .lower-content p{
  margin-bottom: 0px;
}

.blog-details-content h3{
  display: block;
  font-size: 24px;
  line-height: 31px;
}

.blog-details-content .content-one p{
  margin-bottom: 35px;
}

.blog-details-content .content-one .list-item li{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 30px;
  padding-left: 16px;
}

.blog-details-content .content-one .list-item li:before{
  position: absolute;
  content: '';
  background: #515151;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
}

.blog-details-content .two-column .image-box{
  position: relative;
  display: block;
  margin-right: 60px;
  margin-bottom: 40px;
}

.blog-details-content .two-column .image-box img{
  width: 100%;
}

.blog-details-content .two-column .text-box{
  position: relative;
  display: block;
  margin-left: -30px;
  margin-bottom: 40px;
}

.blog-details-content .post-share-option .post-tag{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details-content .post-share-option .post-tag h6{
  font-size: 16px;
  line-height: 25px;
  padding-right: 20px;
}

.blog-details-content .post-share-option .post-tag li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #515151;
  border: 1px solid #D9D9D9;
  padding: 7px 13px;
}

.blog-details-content .post-share-option .post-tag li a:hover{
  color: #fff; 
}

.blog-details-content .post-share-option{
  border-bottom: 1px solid #D9D9D9;
}

.blog-details-content .comment-form .form-group{
  position: relative;
  padding: 0px 11px;
  margin-bottom: 22px;
}

.blog-details-content .comment-form .form-group:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comment-form form{
  margin: 0px 4px;
}

.blog-details-content .comment-form .form-group input[type='text'],
.blog-details-content .comment-form .form-group input[type='email'],
.blog-details-content .comment-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  background: #F4F4F4;
  border: 1px solid #F4F4F4;
  font-size: 17px;
  color: #515151;
  padding: 10px 28px;
  transition: all 500ms ease;
}

.blog-details-content .comment-form .form-group textarea{
  height: 135px;
  resize: none;
}

.blog-details-content .comment-form .form-group input:focus,
.blog-details-content .comment-form .form-group textarea:focus{

}


.google-map-section{
  position: relative;
}

.google-map-section .map-inner{
  position: relative;
  height: 550px;
}

.google-map-section .map-inner iframe{
  position: relative;
  width: 100%;
  height: 550px;
}


/** contact-style-two **/

.contact-style-two{
  position: relative;
}

.contact-style-two .inner-container{
  position: relative;
  display: block;
  background: #fff;
}

.contact-style-two .contact-info{
  position: relative;
  display: block;
  padding: 60px;
  margin-top: 50px;
 
}

.contact-style-two .sec-title h2{
  font-size: 36px;
  line-height: 44px;
}

.contact-style-two .contact-info .info-list li{
  position: relative;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.contact-style-two .contact-info .info-list li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 75px;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.contact-style-two .contact-info .info-list li h4{
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 8px;
}

.contact-style-two .contact-info .info-list li h4 span{
  position: relative;
  display: inline-block;
}

.contact-style-two .contact-info .info-list li h4 i{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
}

.contact-style-two .contact-info .info-list li p a{
  color: var(--text-color);
  font-size: 14px;
}

.contact-style-two .contact-info .info-list li p a:hover{

}

.contact-style-two .contact-info .social-links{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-style-two .contact-info .social-links li a{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #121212;
}

.contact-style-two .contact-info .social-links li a:hover{
  color: #fff;
}

.contact-style-two .form-inner{
  position: relative;
  display: block;
  background: #fff;
  padding: 65px;
  border-right: 1px solid;
  border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.205), rgb(255, 255, 255)) 1;
}

.contact-style-two .form-inner h3{
  font-size: 35px;
  line-height: 31px;
  color: #25b5b3;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-style-two .form-inner .form-group{
  position: relative;
  margin-bottom: 10px;
}

.contact-style-two .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.contact-style-two .form-inner .form-group input[type='text'],
.contact-style-two .form-inner .form-group input[type='email'],
.contact-style-two .form-inner .form-group textarea{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 40px;
  width: 100%;
  color: #000;
  font-weight: 300;
  padding: 0px 15px;
  border: 1px solid #5151517e;
  height: 45px;
  transition: all 500ms ease;
}

.contact-style-two .form-inner .form-group input:focus,
.contact-style-two .form-inner .form-group textarea:focus{

}

.contact-style-two .form-inner .form-group textarea{
  height: 116px;
  padding-top: 10px;
  resize: none;
  margin-bottom: 10px;
}

.contact-style-two .form-inner .form-group .theme-btn:hover{
  color: var(--theme-color) !important;
  
}

.contact-style-two .form-inner .form-group .theme-btn:before,
.contact-style-two .form-inner .form-group .theme-btn:after{
  background: #fff;
}
.bread-banner {
  display: flex;
  align-items: center;
  height: 200px;
  background-image: url('../images/banner/ld1.webp');
  background-position:  center bottom;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .bread-banner{
    margin-bottom: 20px;
  }
  }
.header-text {
  font-size: 35px; /* Adjust as needed */
  font-weight: bold;
  display: flex;
  align-items: center;
}


.line {
  display: inline-block;
  width: 130px; /* Adjust length */
  height: 3px; /* Adjust thickness */
  background-color:#25b5b3; /* Adjust color */
  margin-right: 10px; /* Space between line and text */
}
.herty p{
  margin-top: 15px;
}
.subscribe-area {
  background-image: linear-gradient(to top, #25b5b3 0%, #25b5b3 100%);
  }
  
  .pb-50 {
      padding-bottom: 50px;
  }
  .pt-70 {
      padding-top: 70px;
  }
  
  .mb-15 {
      margin-bottom: 15px;
  }
  
  .subscribe-text span {
      font-size: 12px;
      font-weight: 700;
      color: #fff;
      letter-spacing: 5px;
  }
  .subscribe-text h2 {
      color: #fff;
      font-size: 25px;
      font-weight: 300;
      margin-bottom: 0;
      margin-top: 6px;
  }
  .subscribe-wrapper {
      overflow: hidden;
  }
  .mb-15 {
      margin-bottom: 15px;
  }
  .subscribe-form {
  }
  .subscribe2-wrapper .subscribe-form input {
      background: none;
      border: 1px solid #fff;
      color: #fff;
      display: inline-block;
      font-size: 15px;
      font-weight: 300;
      height: 57px;
      margin-right: 17px;
      padding-left: 35px;
      width: 50%;
      cursor: pointer;
  }
  @media (max-width: 992px) {
    .subscribe2-wrapper .subscribe-form input{
   width: 170px;
   margin-right:1px;
    }
    .subscribe2-wrapper .subscribe-form button{
      width: 170px;
      font-size: 12px;

    }
    .subscribe2-wrapper .subscribe-form button i{
      font-size:13px;
    }
    }
  .subscribe2-wrapper .subscribe-form button {
      background: #ffff;
      border: none;
      color: #000;
      display: inline-block;
      font-size: 18px;
      font-weight: 400;
      line-height: 1;
      padding: 18px 36px;
      transition: all 0.3s ease 0s;
  }
  .subscribe2-wrapper .subscribe-form button i {
      font-size: 18px;
      padding-left: 5px;
  }
  
.taqw{
  color: #fff;
  padding-top: 10px;
}
.organogram {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  
}
@media (max-width: 992px) {
  .organogram{
    height:250px;
  }
  }
.teki{
  margin-top: 60px;
  margin-bottom: 30px;
}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}
/* Header styles */
.header {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 60px;
  width: auto;
}

/* Main navigation */
.main-nav {
  display: flex;
  align-items: center;
}

.nav-list {
  display: flex;
  list-style: none;
  margin-right: 20px;
}

.nav-item {
  position: relative;
  margin: 0 5px;
}

.nav-link {
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
  display: block;
  font-size: 14px;
  position: relative;
}

.nav-link.has-dropdown::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: 2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.nav-link:hover, .nav-item.active .nav-link {
  color: #25b5b3; /* ASD green */
}

.nav-item.active .nav-link::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #25b5b3;
  z-index: 1001;
}

/* Utility navigation */
.utility-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .utility-nav{
    display: none;
  }
  }


.language-selector {
  margin-right: 15px;
  font-size: 14px;
  padding: 5px 10px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.search-button {
  background: none;
  border: none;
  cursor: pointer;
}

.search-button svg {
  width: 20px;
  height: 20px;
  fill: #333;
}

/* Mega Menu Styles */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 800px;
  background-color: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.nav-item:hover .mega-menu, .nav-item.active .mega-menu {
  opacity: 1;
  visibility: visible;
}

.mega-menu-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0;
}

.mega-menu-sidebar {
  width: 250px;
  background-color: white;
  padding: 20px 0;
  border-right: 1px solid #f0f0f0;
}

.service-header {
  padding: 0 20px 20px;
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.service-menu {
  list-style: none;
}

.service-item > a {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-item > a:hover {
  background-color: #f5f5f5;
}

.service-item.active > a {
  color: #25b5b3;
  font-weight: bold;
  border-left: 3px solid #25b5b3;
  padding-left: 17px;
}

.mega-menu-content {
  flex: 1;
  padding: 30px 20px;
}

.mega-menu-header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.mega-menu-header h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #222;
}

.mega-menu-header p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.mega-menu-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.mega-menu-column {
  width: 32%;
  padding-right: 0;
  margin-bottom: 20px;
}

.mega-menu-link {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  transition: color 0.3s ease;
}

.mega-menu-link:hover {
  color: #25b5b3;
}

/* Mobile toggle button */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.mobile-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: all 0.3s ease;
}

/* Contact info */
.contact-info {
  display: block;
}

/* Responsive styles */
@media (max-width: 992px) {
  .mobile-toggle {
      display: block;
  }

  .main-nav {
      display: none;
      position: absolute;
      top: 90px;
      left: 0;
      width: 100%;
      background: white;
      flex-direction: column;
      align-items: flex-start;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  .main-nav.active {
      display: block;
  }

  .nav-list {
      flex-direction: column;
      width: 100%;
      margin: 0;
  }

  .nav-item {
      width: 100%;
      margin: 0;
      border-bottom: 1px solid #eee;
  }

  .mega-menu {
      position: static;
      box-shadow: none;
      opacity: 1;
      visibility: visible;
      width: 100%;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
  }

  .nav-item.active .mega-menu {
      max-height: 1000px;
  }

  .mega-menu-container {
      flex-direction: column;
  }

  .mega-menu-sidebar {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #eee;
  }

  .mega-menu-links {
      flex-direction: column;
  }

  .mega-menu-column {
      width: 100%;
  }
  
  /* Hide contact info on small screens */
  .contact-info {
      display: none;
  }
}

/* Toggle animation */
.mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}


.taah{
  text-align: justify;
}
.section-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 0;
  border-bottom: 1px solid #25b5b3;
  margin-top: 0px;
  margin-bottom: 70px;
}
.section-text1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  
  margin-top: 0px;
  margin-bottom: 70px;
}
.text-content {
  flex: 1;
  padding: 0 30px;
  margin-bottom: 20px;
}

.slider-container {
  flex: 1;
  padding: 0 30px;  
}
.text-proj{
  font-size: 25px;
  
}
.project-cont{
  border-bottom: 1px solid #25b5b3;
  padding-bottom: 10px;
}
.text-proj span{
  color:#25b5b3; 
}
.buttiq a{
  color:#25b5b3;
  font-weight: 700;
  
}

.slider {
  width: 100%;
  height: 350px;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
  
}

.slidel {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  background-size: cover;
  background-position: center;
}

.slidel.active {
  opacity: 1;
}

.slider-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.slider-nav-btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slider-nav-btn.active {
  background-color: white;
}

/* For mobile devices */
@media (max-width: 768px) {
  .section-text {
      flex-direction: column;
      padding: 40px 0;
  }
  .section-text1{
    flex-direction: column;
    padding: 40px 0;
  }
  section.reverse {
      flex-direction: column-reverse;
  }
  
  .text-content,
  .slider-container {
      width: 100%;
      padding: 20px 0;
  }
  
  .slider {
      height: 300px;
  }
}

 
        /* Side Feedback Button Styles */
        .feedback-button {
          position: fixed;
          right: -40px;
          top: 50%;
          transform: translateY(-50%) rotate(-90deg);
          z-index: 1000;
          transition: all 0.3s ease;
      }
      
      .feedback-button a {
          display: block;
          background-color: #25b5b3;
          color: white;
          padding: 10px 20px;
          text-decoration: none;
          font-weight: 500;
          border-radius: 5px 5px 0 0;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          transition: all 0.3s ease;
      }
      
      .feedback-button:hover {
          right: -35px;
      }
      
      .feedback-button a:hover {
          background-color: #2bbbad;
          padding: 12px 20px;
      }
      
      /* Feedback Modal Styles */
      .feedback-modal {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          z-index: 1001;
          justify-content: center;
          align-items: center;
      }
      
      .feedback-modal.active {
          display: flex;
      }
      
      .modal-content {
          background-color: white;
          padding: 30px;
          border-radius: 5px;
          max-width: 500px;
          width: 90%;
          position: relative;
      }
      
      .close-button {
          position: absolute;
          top: 10px;
          right: 15px;
          font-size: 24px;
          cursor: pointer;
          color: #999;
      }
      
      .close-button:hover {
          color: #333;
      }
      
      .feedback-form textarea {
          width: 100%;
          padding: 10px;
          margin: 15px 0;
          border: 1px solid #ddd;
          border-radius: 4px;
          resize: vertical;
          min-height: 120px;
      }
      
      .feedback-form button {
          background-color: #25b5b3;
          color: white;
          border: none;
          padding: 10px 20px;
          border-radius: 4px;
          cursor: pointer;
          font-weight: bold;
      }
      
      .feedback-form button:hover {
          background-color: #25b5b3;
      }

       /* Floating WhatsApp Button Styles */
       .whatsapp-button {
        position: fixed;
        bottom: 190px;
        right: 3px;
        z-index: 1000;
    }
    @media (max-width: 992px) {
      .whatsapp-button{
bottom:240px;
right: 1px;
      }
      }
    
    .whatsapp-button a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background-color: #25D366; /* WhatsApp brand color */
        color: white;
        border-radius: 50%;
        text-decoration: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease;
        position: relative;
    }
    
    .whatsapp-button a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #25D366;
        border-radius: 50%;
        opacity: 0.4;
        animation: pulse 2s infinite;
        z-index: -1;
    }
    
    @keyframes pulse {
        0% {
            transform: scale(1);
            opacity: 0.4;
        }
        70% {
            transform: scale(1.5);
            opacity: 0;
        }
        100% {
            transform: scale(1.5);
            opacity: 0;
        }
    }
    
    .whatsapp-button a:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
    }
    
    .whatsapp-button svg {
        width: 20px;
        height: 20px;
        fill: white;
    }
    
    /* Optional tooltip */
    .whatsapp-button .tooltip {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #333;
        color: white;
        padding: 8px 15px;
        border-radius: 4px;
        font-size: 14px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    @media (max-width: 992px) {
      .whatsapp-button .tooltip{
        right: 5px;
      }
      }
    
    .whatsapp-button .tooltip::after {
        content: '';
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%);
        border-width: 8px 0 8px 8px;
        border-style: solid;
        border-color: transparent transparent transparent #333;
    }
    
    .whatsapp-button a:hover .tooltip {
        opacity: 1;
        visibility: visible;
        right: 85px;
    }




    /* ====== Public Career Site Styles ====== */

/* ===== Base Styles ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
}


a {
    text-decoration: none;
    color: #0d6efd;
}

ul {
    list-style: none;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ===== Header Styles ===== */
.site-header {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo a {
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 700;
    font-size: 1.5rem;
}

.company-name {
    color: #0d6efd;
}

.main-nav ul {
    display: flex;
    gap: 20px;
}

.main-nav a {
    color: #555;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.main-nav a:hover, .main-nav a.active {
    color: #000;
    background-color: transparent;
}

.mobile-menu-toggle {
    display: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
}

/* Mobile Navigation */
.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    transition: right 0.3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.mobile-nav.active {
    right: 0;
}

.mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.mobile-menu-close {
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
}

.mobile-nav-menu {
    padding: 20px;
}

.mobile-nav-menu ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mobile-nav-menu a {
    display: block;
    padding: 12px 15px;
    font-weight: 500;
    color: #333;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.mobile-nav-menu a:hover, .mobile-nav-menu a.active {
    background-color: transparent;
    color: #fff;
}

/* Overlay for mobile menu */
.mobile-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* ===== Hero Section ===== */
.hero-section {
    background-color: #0d6efd;
    color: #fff;
    padding: 100px 0 60px;
    margin-bottom: 50px;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    opacity: 0.9;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 1rem;
    opacity: 0.9;
}

/* ===== Filter Section ===== */
.filter-section {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 40px;
}

.filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    align-items: end;
}

.filter-item label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
}

.form-control {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.filter-button {
    display: flex;
    gap: 10px;
}

.filter-info {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 5px;
}

/* ===== Jobs Section ===== */
.jobs-section {
    margin-bottom: 60px;
}

.section-header {
    margin-bottom: 30px;
    text-align: center;
}

.section-header h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
}

.section-header p {
    color: #6c757d;
    font-size: 1.1rem;
}

.jobs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.job-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.job-card-header {
    padding: 25px 25px 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.job-title {
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.job-title a {
    color: #333;
    transition: color 0.3s ease;
}

.job-title a:hover {
    color: #0d6efd;
}

.job-type {
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.job-info {
    padding: 0 25px 20px;
    flex-grow: 1;
}

.job-meta {
    margin-bottom: 15px;
}

.meta-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #6c757d;
}

.meta-item i {
    width: 20px;
    margin-right: 8px;
    color: #0d6efd;
}

.job-deadline {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    font-size: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.deadline-label {
    color: #6c757d;
}

.deadline-date {
    font-weight: 500;
}

.days-left {
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-left: 10px;
}

.job-actions {
    display: flex;
    gap: 10px;
    padding: 20px 25px;
    border-top: 1px solid #eee;
}

.no-jobs-found {
    grid-column: 1 / -1;
    text-align: center;
    padding: 50px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.no-jobs-icon {
    font-size: 3rem;
    color: #6c757d;
    margin-bottom: 20px;
}

.no-jobs-found h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
}

.no-jobs-found p {
    color: #6c757d;
    margin-bottom: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== Values Section ===== */
.values-section {
    padding: 60px 0;
    background-color: #f1f5fd;
    margin-bottom: 60px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.value-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
}

.value-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.5rem;
}

.value-card h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #333;
}

.value-card p {
    color: #6c757d;
}

/* ===== Job Details Page ===== */
.job-details-section {
    padding: 120px 0 60px;
}

.job-details-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.job-title-area h1 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #333;
}

.job-details-header .job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.job-details-header .meta-item {
    background-color: #f8f9fa;
    padding: 8px 15px;
    border-radius: 5px;
    margin-bottom: 0;
}

.job-details-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.job-main-content {
    flex: 2;
    min-width: 300px;
}

.job-sidebar {
    flex: 1;
    min-width: 300px;
}

.job-section {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 30px;
}

.job-section h2 {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.job-description {
    margin-bottom: 20px;
    color: #555;
}

.job-requirements {
    padding-left: 20px;
}

.job-requirements li {
    margin-bottom: 10px;
    position: relative;
}

.apply-action {
    margin-top: 25px;
    text-align: center;
}

.sidebar-section {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 30px;
}

.sidebar-section h3 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.summary-list {
    margin-bottom: 20px;
}

.summary-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.summary-list li:last-child {
    border-bottom: none;
}

.summary-label {
    color: #6c757d;
    font-weight: 500;
}

.summary-value {
    color: #333;
    font-weight: 500;
    text-align: right;
}

.deadline-expired {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-left: 10px;
}

.similar-jobs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.similar-job-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.similar-job-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.similar-job-title {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.similar-job-title:hover {
    color: #0d6efd;
}

.similar-job-meta {
    display: flex;
    justify-content: space-between;
    color: #6c757d;
    font-size: 0.9rem;
}

.share-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.share-button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    transition: opacity 0.3s ease;
}

.share-button:hover {
    opacity: 0.9;
    color: #fff;
}

.share-button.linkedin {
    background-color: #0077b5;
}

.share-button.twitter {
    background-color: #1da1f2;
}

.share-button.facebook {
    background-color: #3b5998;
}

.share-button.email {
    background-color: #6c757d;
}

.share-button i {
    margin-right: 5px;
}

.more-jobs-section {
    margin-bottom: 60px;
}

.more-jobs-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    text-align: left;
}

.view-all-link {
    color: #0d6efd;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.view-all-link:hover {
    text-decoration: underline;
}

.jobs-carousel {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.carousel-job-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease;
}

.carousel-job-card:hover {
    transform: translateY(-5px);
}

.carousel-job-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.carousel-job-title a {
    color: #333;
    transition: color 0.3s ease;
}

.carousel-job-title a:hover {
    color: #0d6efd;
}

.carousel-job-meta {
    margin-bottom: 15px;
}

.carousel-meta-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #6c757d;
    font-size: 0.9rem;
}

.carousel-meta-item i {
    width: 15px;
    margin-right: 5px;
    color: #0d6efd;
}

/* ===== Application Form Page ===== */
.application-section {
    padding: 120px 0 60px;
}

.application-header {
    text-align: center;
    margin-bottom: 40px;
}

.application-header h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #333;
}

.application-header p {
    color: #6c757d;
    font-size: 1.1rem;
}

.application-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.job-summary-card {
    flex: 1;
    min-width: 300px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    align-self: flex-start;
}

.job-summary-card h3 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.job-summary-info {
    margin-bottom: 20px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-label {
    color: #6c757d;
}

.summary-value {
    font-weight: 500;
    color: #333;
}

.application-form-container {
    flex: 2;
    min-width: 300px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
}

.application-form .form-group {
    margin-bottom: 20px;
}

.application-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.required {
    color: #dc3545;
}

.optional {
    color: #6c757d;
    font-weight: normal;
    font-size: 0.9rem;
}

.application-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.application-form .form-control:focus {
    border-color: #0d6efd;
    outline: none;
}

.application-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.application-form small {
    display: block;
    margin-top: 5px;
    color: #6c757d;
    font-size: 0.9rem;
}

.file-upload-group {
    margin-bottom: 25px;
}

.file-upload-control {
    position: relative;
    margin-bottom: 10px;
}

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.file-upload-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 15px;
    background-color: #f8f9fa;
    border: 1px dashed #ddd;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-upload-label:hover {
    border-color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.05);
}

.file-info {
    margin-top: 5px;
    color: #6c757d;
    font-size: 0.9rem;
}

.form-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.has-error .form-control, 
.has-error .file-upload-label {
    border-color: #dc3545;
}

.error-message {
    color: #dc3545;
    font-size: 0.9rem;
    margin-top: 5px;
}

.application-success {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.success-icon {
    font-size: 4rem;
    color: #28a745;
    margin-bottom: 20px;
}

.application-success h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 20px;
}

.application-success p {
    color: #6c757d;
    margin-bottom: 15px;
}

.success-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

/* ===== Footer ===== */
.site-footer {
    background-color: #2c3e50;
    padding: 60px 0 30px;
    color: #ecf0f1;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.2rem;
    position: relative;
    padding-bottom: 10px;
}

.footer-column h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #0d6efd;
}

.footer-about p {
    margin-bottom: 20px;
    line-height: 1.6;
    opacity: 0.8;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: #0d6efd;
    color: #fff;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: #ecf0f1;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    opacity: 1;
    color: #0d6efd;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    gap: 10px;
}

.contact-item i {
    margin-top: 4px;
    color: #0d6efd;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.copyright {
    opacity: 0.8;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    color: #ecf0f1;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.footer-bottom-links a:hover {
    opacity: 1;
    color: #0d6efd;
}

/* ===== Buttons ===== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.btn-lg {
    padding: 12px 25px;
    font-size: 1.1rem;
}

.btn-sm {
    padding: 8px 15px;
    font-size: 0.9rem;
}

.btn-primary {
    background-color: #0d6efd;
    color: white;
}

.btn-primary:hover {
    background-color: #0b5ed7;
    color: white;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid #0d6efd;
    color: #0d6efd;
}

.btn-outline:hover {
    background-color: rgba(13, 110, 253, 0.1);
}

.btn i {
    margin-right: 5px;
}

/* ===== Share Modal ===== */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    position: relative;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.modal-header h3 {
    font-size: 1.3rem;
    color: #333;
}

.close {
    font-size: 1.8rem;
    color: #6c757d;
    cursor: pointer;
    line-height: 0.8;
}

.close:hover {
    color: #333;
}

.modal-body p {
    margin-bottom: 20px;
    color: #555;
}

.share-modal-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.share-link-container {
    margin-top: 25px;
}

.share-link-container label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
}

.share-link-input {
    display: flex;
    gap: 10px;
}

.share-link-input input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.9rem;
}

/* ===== Alerts ===== */
.alert {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.alert-success {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
    border-left: 4px solid #28a745;
}

.alert-danger {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border-left: 4px solid #dc3545;
}

/* ===== Responsive Styles ===== */
@media (max-width: 992px) {
    .hero-section {
        padding: 80px 0 50px;
    }
    
    .job-details-header {
        flex-direction: column;
    }
    
    .job-actions {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .main-nav {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .filter-grid {
        grid-template-columns: 1fr;
    }
    
    .jobs-grid, .values-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-bottom-links {
        justify-content: center;
    }
    
    .form-actions {
        flex-direction: column;
    }
    
    .job-summary-card {
        order: -1;
    }
}