/************ 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:10px;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:18px;
  color:#000000;
  line-height:28px;
  font-weight:400;
  background:#f1f1f1;
  font-family: 'Roboto', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1450px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

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

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

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

input,button,select,textarea{
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

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

input{
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: 'Titillium Web', sans-serif;
  color: #000000;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

p.hover{
  position: relative;
  font-family: 'Titillium Web', sans-serif;
  color: #f1f1f1;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h4,h5,h6{
  position:relative;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  color: #070719;
  margin: 0px;
  transition: all 500ms ease;
}

h3 {
  position:relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #f1f1f1;
  margin: 0px;
  transition: all 500ms ease;
}

h3:hover {
  color: #000000; 
}

/* 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: 99999;
  background: #000000;
}

.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: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.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 .loader-section {
  background-color: #f1f1f1;
  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{
  color: #FE6F00;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #FE6F00;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #FE6F00;
  border-top-color: rgba(188, 22, 34, 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: 40px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 120%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  border-radius: 10px 10px 10px 10px;
}


.scroll-top{
  width: 55px;
  height: 55px;
  line-height: 64px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 40px;
  z-index: 99;
  color: #000000;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 50px;
  border-radius: 10px;
}

.scroll-top span{
  color: #000000;
}

.sec-title{
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.sec-title span.top-text{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  padding-left: 45px;
  margin-bottom: 21px;
  text-transform: uppercase;
}

.sec-title span.top-text:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-1.png);
  width: 28px;
  height: 23px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.contact-style .sec-title span.top-text:before {
  background: url(../images/icons/1.png);
  background-repeat: no-repeat;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  margin: 0px;
}

.sec-title h2 span{
  font-weight: 300;
}

.sec-title.light h2{
  color: #f1f1f1;
}

.sec-title.centred{
  text-align: center !important;
}

.sec-title.centred span.top-text{
  padding-right: 45px;
}

.sec-title.centred span.top-text:after{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-1.png);
  width: 28px;
  height: 23px;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left: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;
  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;
}

.main-header.style-one{
  position: relative;
  padding: 0px 70px;
  width: 100%;
}

.header-top{
  position: relative;
  width: 100%;
  background: #f1f1f1;
  padding: 11px 50px;
  border-radius: 0px 0px 10px 10px;
}

.header-top ul li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #000000;
  line-height: 26px;
}

.header-top ul li a{
  display: inline-block;
  color: #000000;
}

.header-top ul li a:hover{

}

.header-top ul.left-info li{
  padding-left: 40px;
  margin-right: 10px;
}

.header-top ul.left-info li:last-child{
  margin: 0px !important;
}

.header-top ul.left-info li:first-child{
  padding: 0px;
}

.header-top ul.left-info li i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: -4px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #f1f1f1;
  text-align: center;
  border-radius: 50%;
}

.header-top ul.right-info li{
  margin-right: 35px;
  padding-left: 28px;
}

.header-top ul.right-info li:last-child{
  margin: 0px !important;
}

.header-top ul.right-info li i{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 15px;
}

.main-header .outer-box{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px;
}

.main-header .outer-box .logo-box{
  position: relative;
  padding: 17.5px 0px;
  max-width: 172px;
}

.main-header .outer-box .logo-box img{
  width: 100%;
}

.main-header .outer-box .btn-box{
  position: relative;
  top: 2px;
  display: flex;
}

.main-header .outer-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  color: #000000;
  padding: 10px 40px;
}

.main-header .outer-box .btn-box a:before{
  background: #f1f1f1;
}

.main-header .outer-box .btn-box a:hover{
  color: #f1f1f1;
}

/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  padding:30px 0px;
  margin: 0px 12px;
  -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:15px;
  line-height:30px;
  padding-right: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  opacity:1;
  color: #FE6F00;
  z-index:1;
  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;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  color: #f1f1f1;
}

.main-menu .navigation > li.dropdown > a:before{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  top: 2px;
  right: 0px;
}

.sticky-header .outer-box{
  position: relative;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  filter: alpha(opacity=0);
  background: #000000;
  border-radius: 10px 10px 10px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

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

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding:7px 0px;
  line-height:24px;
  font-weight:600;
  font-size:15px;
  font-family: 'Titillium Web', sans-serif;
  text-transform:capitalize;
  color:#000000;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{

}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Titillium Web';
  content: "\f105";
  position:absolute;
  right:20px;
  top:14px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  right:100%;
  top:0%;
  width:230px;
  z-index:100;
  display:none;
  padding: 10px 0px;
  filter: alpha(opacity=0);
  background: #f1f1f1;
  border-radius: 10px 10px 10px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li > ul > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

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

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

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:7px 0px;
  line-height:24px;
  font-weight:600;
  font-size:15px;
  font-family: 'Titillium Web', sans-serif;
  text-transform:capitalize;
  color:#000000;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

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

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Titillium Web';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0); 
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#000000;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right, center;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #000000;
  display: none;
}



.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 3px;
  width: 40px;
  display: block;
  margin-bottom: 5px;
  background-color: #FE6F00;
  -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-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
  background-color: #000000;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 35px;
}




/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  font-weight: 500;
  padding: 3px 0px;
  margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#000000;
  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: #000000;
}

.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: #000000;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  -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: 16px;
  color: #FE6F00;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(241, 241, 241, 0.12);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(241, 241, 241, 0.12);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(241, 241, 241, 0.12);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #FE6F00;
  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 #F1f1f1;
  -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:#FE6F00;
  background:rgba(254, 111, 0, 0.8);;
  cursor:pointer;
  border-radius:10px;
  -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: #FE6F00;
  -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-left: 35px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin: 0px -10px -10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height: 18px; /* mniejsze odstępy pionowe */
  font-size: 0; 
  color:#FE6F00;
  -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 img {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.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: #FE6F00;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: #F1F1F1;
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: #F1F1F1;
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}


/** banner-section **/

.banner-section{
  position: relative;
  overflow: hidden;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  padding: 90px 0px;
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000000 0%, #3E5360 100%);
  top: 0px;
  right: 0px;
  z-index: 1;
}

.banner-carousel .slide-item .image-layer{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}

.banner-carousel .content-box{
  position: relative;
  display: block;
  margin-right: -20px;
  padding-left: 30px;
  z-index:5;
}

.banner-carousel .content-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  color: #f1f1f1;
  font-weight: 600;
  letter-spacing: 7px;
  text-transform: uppercase;
  padding-left: 85px;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h5{
  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 .content-box h5:before,
.banner-carousel .content-box h5:after{
  position: absolute;
  content: '';
  background: #f1f1f1;
  width: 50px;
  height: 1px;
}

.banner-carousel .content-box h5:before{
  left: 10px;
  top: 8px;
}

.banner-carousel .content-box h5:after{
  left: 0px;
  bottom: 9px;
}

.banner-carousel .content-box h1{
  position: relative;
  display: block;
  color: #f1f1f1;
  font-size: 80px;
  line-height: 95px;
  font-weight: 700;
  margin-bottom: 56px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.banner-carousel .content-box .btn-box .theme-btn.banner-btn{
  padding: 13px 38px;
  margin-left: 10px;
}

.banner-carousel .content-box .btn-box .theme-btn.banner-btn:before{
  background: transparent;
  border: 2px solid rgba(241, 241, 241, 0.12);
}

.banner-carousel .content-box .btn-box .theme-btn.banner-btn:hover{
  border-color: #000000;
}

.banner-carousel .image-box{
  border-radius: 10px;
  position: relative;
  display: block;
  margin-right: -150px;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease
}

.banner-carousel .active .image-box{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .image-box .image{
  position: relative;
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%, 10% 0%);
  padding-left: 10px;
  padding-bottom: 10px;
}

.banner-carousel .image-box .image:before{
  border-radius: 10px;
  position: absolute;
  content: '';
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
}

.banner-carousel .image-box .image img{
  position: relative;
  width: 100%;
  border-radius: 10px;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.banner-section .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.banner-section .owl-theme .owl-dots .owl-dot{
  display: block;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
  border-radius: 10px; /* ⬅️ usuń zaokrąglenia */
  background: #f1f1f1;
  width: 15px;
  height: 15px;
  margin: 0 6px; /* ⬅️ popraw margines na poziomy */
  display: inline-block; /* ⬅️ ważne dla obok siebie */
  position: relative;
  cursor: pointer;
}


.banner-section .owl-theme .owl-dots .owl-dot span:before{
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span:before,
.banner-section .owl-theme .owl-dots .owl-dot span:hover:before{
  transform: scale(1,1);
}

.bg-color-1{
  background: #f1f1f1;
}

/** button **/

.theme-btn{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #000000;
  background-color: transparent;
  text-align: center;
  padding: 15px 38px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn i{
  margin-left: 10px;
}

.theme-btn:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: translateY(0px) skew(-12deg);
  border-radius: 10px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn:hover:before{
  width: 100%;
}

.theme-btn:hover{
  color: #000000;
}

.theme-btn:after{
  position: absolute;
  content: '';
  background-color: #f1f1f1;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: translateY(0px) skew(-12deg);
  border-radius: 10px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn:hover:after{
  width: 100%
}


/** feature-section **/

.feature-section{
  position: relative;
  padding: 130px 0px 100px 0px;
  
}

.feature-section .inner-box{
  position: relative;
  margin-right: 40px;
  
}

.feature-section .inner-box .single-item{
  position: relative;
  display: block;
  background: #3E5360;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  padding: 59px 30px 48px 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.feature-section .inner-box .single-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}

.feature-section .inner-box .single-item:hover:before{
  height: 100%;
}

.feature-section .inner-box .single-box{
  position: relative;
  transform: skewY(-1deg); /* Angle for larger screens */
  border-radius: 10px;
  margin-right: 20px;
}

.feature-section .inner-box .single-item {
  transform: skewY(1deg); /* Counter-skew for larger screens */
  /* rest of your existing styles */
}

/* Remove skew on smaller devices */
@media (max-width: 768px) {
  .feature-section .inner-box .single-box{
    transform: none; /* Remove skew */
  }
  
  .feature-section .inner-box .single-item {
    transform: none; /* Remove counter-skew */
  }
}

/* Alternative: You can also target specific breakpoints */
@media (max-width: 991px) {
  .feature-section .inner-box .single-box{
    transform: skewY(0deg); /* Or use 0deg instead of none */
  }
  
  .feature-section .inner-box .single-item {
    transform: skewY(0deg);
  }
}

.feature-section .inner-box .single-item .icon-box{
  position: relative;
  font-size: 100px;
  line-height: 80px;
  margin-bottom: 7px;
  transition: all 500ms ease;
}

.feature-section .inner-box .single-item:hover .icon-box{
  color: #f1f1f1;
}

.feature-section .inner-box .single-item h3{
  
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  transition: all 500ms ease;
}

.feature-section .inner-box .single-item:hover h3{
  color: #000000;
}

.feature-section .content_block_1 .content-box{
  margin-left: -30px;
}

.feature-section .content_block_1 .content-box .text{
  position: relative;
  display: block;
  padding-left: 75px;
  margin-bottom: 33px;
}

.feature-section .content_block_1 .content-box .text .icon-box{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  line-height: 60px;
}

.feature-section .inner-column .single-column:last-child{
  padding-top: 30px;
  margin-left: -30px;
}


/** about-section **/

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

.content_block_2 .content-box .sec-title h2{
  margin-bottom: 34px;
}

.content_block_2 .content-box .text{
  position: relative;
  display: block;
  padding-left: 100px;
  margin-bottom: 31px;
}

.content_block_2 .content-box .text .icon-box{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80px;
  line-height: 60px;
}

.content_block_2 .content-box .text h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-section .content_block_2 .content-box{
  margin-right: 45px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding: 95px 100px 30px 0px;
}

.image_block_1 .image-box .image img{
  width: 100%;
}

.image_block_1 .image-box .image-1{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_1 .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(62, 83, 96, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), to(rgba(62, 83, 96, 1)));
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(62, 83, 96, 1) 100%);  
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_1 .image-box:hover .image-1:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.image_block_1 .image-box .image-2{
  position: absolute;
  top: 0px;
  right: 0px;

}

.image_block_1 .image-box:before{
  position: absolute;
  border-radius: 10px 10px 10px 10px;
  content: '';
  width: 180px;
  height: 190px;
  left: -30px;
  bottom: 0px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}


/** service-section **/

.service-section{
  position: relative;
}

.service-section .inner-content{
  position: relative;
  margin-bottom: -190px;
  z-index: 1;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: none;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
  opacity: 0.2;
  transform: scale(1.05);
}

.service-block-one .inner-box .lower-content{
  position: relative;
  margin: 0px 25px;
}

.service-block-one .inner-box .lower-content .inner{
  position: relative;
  margin-top: -134px;
  padding: 43px 30px 33px 30px;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .inner{
  padding-bottom: 97px;
  margin-top: -198px;
}

.service-block-one .inner-box .lower-content .inner:before{
  position: absolute;
  content: '';
  background: #3E5360;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: translateY(0px) skew(-5deg);
  border-radius: 10px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content .inner:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  transform: scale(0,0) skew(-5deg);
  border-radius: 10px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .inner:after{
  transform: scale(1,1) skew(-5deg);
}

.service-block-one .inner-box .lower-content .inner .light-icon{
  position: absolute;
  left: 50%;
  top: 56%;
  color: #f1f1f1;
  font-size: 170px;
  line-height: 100px;
  transform: translate(-50%,-50%);
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .inner .light-icon{
  color: rgba(255,255,255,0.08);
}

.service-block-one .inner-box .lower-content .inner .icon-box{
  position: relative;
  font-size: 80px;
  line-height: 60px;
  margin-bottom: 18px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .inner .icon-box{
  color: #000000;
}

.service-block-one .inner-box .lower-content .inner h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.service-block-one .inner-box:hover .lower-content .inner h3 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.service-block-one .inner-box .lower-content .inner h3 a{
  display: inline-block;
  color: #000000;
}

.service-block-one .inner-box:hover .lower-content .inner h3 a{
  color: #f1f1f1;
}

.service-block-one .inner-box .lower-content .inner .text{
  position: absolute;
  left: 0px;
  bottom: 28px;
  right: 0px;
  width: 100%;
  padding: 0px 30px;
}

.service-block-one .inner-box .lower-content .inner .text p{
  color: #000000;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .inner .text p{
  opacity: 1;
}

.service-section .sec-title{
  margin-bottom: 80px;
}


/** contact-section **/

.contact-section{
  position: relative;
  width: 100%;
  padding: 310px 0px 130px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.contact-section:before{
  position: absolute;
  content: '';
  background: radial-gradient(circle at center, #1a1a1a 0%, #000000 40%, #3E5360 100%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.contact-section .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.contact-section .image-box:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.contact-section .image-box:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.contact-section .image-box img{
  width: 100%;
  border-radius: 10px;
}

.contact-section .content_block_3 .content-box{
  position: relative;
  margin: 0px 70px;
}

.contact-section .nice-select:after{
  position: absolute;
  content: "\f107";
  font-family: 'Titillium Web';
  font-size: 15px;
  color: #8b8baf;
  top: 0px;
  right: 30px;
  margin: 0px;
  margin: 0px;
  border: none !important;
  transform: rotate(0deg) !important;
}

.contact-section .nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  max-width: 100%;
  line-height: 60px;
  border: 2px solid rgba(73,73,116,0.5)!important;
  font-size: 15px;
  color: #8b8baf;
  font-weight: 500;
  background: transparent;
  border-radius: 10px;
  padding: 0px 20px;
}

.content_block_3 .content-box form .form-group{
  position: relative;
  margin-bottom: 15px;
  min-height: 65px;
}

.content_block_3 .content-box form .form-group:last-child{
  margin-bottom: 0px;
}

.content_block_3 .content-box form .form-group input[type='text'],
.content_block_3 .content-box form .form-group input[type='email'],
.content_block_3 .content-box form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  font-size: 15px;
  color: #f1f1f1;
  font-weight: 500;
  background: transparent;
  border: 2px solid  rgba(241, 241, 241, 0.5);
  border-radius: 10px;
  padding: 10px 60px 10px 30px;
  transition: all 500ms ease;
}

.content_block_3 .content-box form .form-group input::-webkit-input-placeholder,
.content_block_3 .content-box form .form-group textarea::-webkit-input-placeholder{
  color:#f1f1f1;
}

.content_block_3 .content-box form .form-group input:focus,
.content_block_3 .content-box form .form-group textarea:focus{

}

.content_block_3 .content-box form .form-group i{
  position: absolute;
  font-size: 15px;
  top: 25px;
  right: 30px;
  z-index: 1;
}

.content_block_3 .content-box form .form-group textarea{
  height: 110px;
  resize: none;
}

.content_block_3 .content-box .sec-title{
  margin-bottom: 50px;
}


/** gallery-section **/

.gallery-section{
  position: relative;
  padding: 125px 70px 102px 70px;
  border-bottom: 1px solid #e0e0e0;
}

.project-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-one.small-image .inner-box{
  top: 50px;
}

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: -webkit-linear-gradient(0deg, rgba(7,7,25,1), rgba(188,22,34,1) 100%);
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img{
  opacity: 0.1;
  transform: scale(1.05);
}

.project-block-one .inner-box .content-box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 30px 30px;
  text-align: center;
}

.project-block-one .inner-box .content-box .view-btn a{
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 11px;
  transform: scale(0,0);
}

.project-block-one .inner-box:hover .content-box .view-btn a{
  transform: scale(1,1);
}

.project-block-one .inner-box .content-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  top: 15px;
  transition: all 500ms ease;
  opacity: 0;
}

.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:hover .content-box h3{
  opacity: 1;
  top: 0px;
}

.gallery-section .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  top: 115px;
  width: 100%;
}

.gallery-section .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3px;
  margin: 0px;
  padding: 0px;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.gallery-section .owl-theme .owl-dots .owl-dot{
  width: 25%;
  margin: 0px 0px;
  padding: 0px 0px;
}

.gallery-section .owl-theme .owl-dots .owl-dot.active span{

}

.gallery-section .sec-title{
  margin-bottom: 80px;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 125px 0px 130px 0px;
}

.testimonial-section .content_block_4 .content-box{
  position: relative;
  margin: 0px 40px;
}

.content_block_4 .content-box .testimonial-content{
  position: relative;
  padding-left: 130px;
  margin: 0px 10px;
}

.content_block_4 .content-box .testimonial-content .icon-box{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 50px;
  color: #f1f1f1;
  z-index: 1;
}

.content_block_4 .content-box .testimonial-content .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: skew(-5deg);
  border-radius: 10px;
  z-index: -1;
}

.content_block_4 .content-box .testimonial-content .text h5{
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}

.content_block_4 .content-box .testimonial-content .text p{
  line-height: 30px;
}

.content_block_4 .content-box .testimonial-content .text{
  margin-bottom: 18px;
}

.content_block_4 .content-box .testimonial-content .author-box{
  position: relative;
  padding: 0px 0px 0px 70px;
}

.content_block_4 .content-box .testimonial-content .author-box .image-box{
  position: absolute;
  left: 0px;
  top: -1px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.content_block_4 .content-box .testimonial-content .author-box .image-box img{
  width: 100%;
  border-radius: 50%;
}

.content_block_4 .content-box .testimonial-content .author-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 2px;
}

.content_block_4 .content-box .testimonial-content .author-box .designation{
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.content_block_4 .content-box .sec-title{
  margin-bottom: 55px;
}

.testimonial-section .image-column .image-box{
  position: relative;
  display: block;
  padding: 0px 36px;
}

.testimonial-section .image-column .image-box img{
  width: 100%;
}

/** cta-section **/

.cta-section{
  position: relative;
}

.cta-section .inner-container{
  position: relative;
  padding: 60px 100px 63px 100px;
  margin-bottom: 0px;
  z-index: 1;
}

.cta-section .inner-container .text p{
  position: relative;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 50px;
  margin-bottom: 21px;
}

.cta-section .inner-container .text p:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-2.png);
  width: 28px;
  height: 23px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.cta-section .inner-container .text h2{
  display: block;
  font-size: 55px;
  line-height: 60px;
  color: #f1f1f1;
  font-weight: 700;
}

.cta-section .inner-container .text h2 span{
  font-weight: 300;
}

.cta-section .inner-container .btn-box .theme-btn:before{
  background: #f1f1f1;
}

.cta-section .inner-container .btn-box .theme-btn{

}

.cta-section .inner-container .btn-box{
  position: relative;
  margin-top: 68px;
}

.cta-section .inner-container .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.cta-section .inner-container:before{
  position: absolute;
  content: '';
  background: #070719;
  height: 100%;
  width: 240px;
  top: 0px;
  right: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 70px 0px);
}


/** news-section **/

.news-section{
  position: relative;
  padding: 129px 0px 217px 0px;
}

.news-section .sec-title{
  margin-bottom: 80px;
}

.news-section:before{
  position: absolute;
  content: '';
  background: #f5f7fa;
  width: 100%;
  height: calc(100% + 140px);
  left: 0px;
  top: -140px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover{
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
  transform: scale(1.04);
  opacity: 0.2;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  padding: 27px 40px 30px 40px;
}

.news-block-one .inner-box .lower-content .post-date{
  position: absolute;
  top: -39px;
  right: 25px;
}

.news-block-one .inner-box .lower-content .post-date h3{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 64px;
  text-align: center;
  font-size: 24px;
  line-height: 18px;
  padding: 15px 0px;
  font-weight: 700;
  margin: 0px;
  border: none;
  z-index: 1;
}

.news-block-one .inner-box .lower-content .post-date h3 span{
  font-size: 14px;
  line-height: 15px;
  color: #696969;
  font-weight: 500;
}

.news-block-one .inner-box .lower-content .post-date h3:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: translateY(0px) skew(-5deg);
  border-radius: 10px;
  z-index: -1;
  box-shadow: 0px 0px 25px 0px rgba(188,22,34,0.2);
  transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content .category{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.news-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 27px;
}

.news-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #000000;
}

.news-block-one .inner-box .lower-content h3 a:hover{

}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #696969;
  float: left;
  margin-right: 65px;
  padding-left: 23px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
  margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a{
  color: #696969;
}

.news-block-one .inner-box .lower-content .post-info li a:hover{

}

.news-block-one .inner-box .lower-content .post-info li i{
  position: absolute;
  left: 0px;
  top: 4px;
}

.news-block-one .inner-box .lower-content .post-info li:before{
  position: absolute;
  content: '';
  background: #070719;
  width: 5px;
  height: 5px;
  top: 10px;
  right: -36px;
  border-radius: 50%;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before{
  display: none;
}


/** main-footer **/

.main-footer{
  position: relative;
  background: #000000;
}

.footer-top{
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 60px 0px 57px 0px;
  margin-top: -87px;
  z-index: 1;
}

.footer-top:before{
  position: absolute;
  content: '';
  width: calc(100% + 230px);
  height: 100%;
  left: -115px;
  top: 0px;
  z-index: -1;
}

.footer-top .top-info{
  position: relative;
  margin-top: 3px;
}

.footer-top .top-info li{
  position: relative;
  display: inline-block;
  margin-right: 175px;
  padding-left: 60px;
}

.footer-top .top-info li:last-child{
  margin: 0px !important;
}

.footer-top .top-info li i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 45px;
  color: #000000;
}

.footer-top .top-info li h3{
  display: block;
  font-size: 24px;
  line-height: 26px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0px;
}

.footer-top .top-info li p{
  color: #000000;
}

.footer-top .top-info li:before{
  position: absolute;
  content: '';
  background: #000000;
  width: 1px;
  height: 50px;
  top: 0px;
  right: -90px;
}

.footer-top .top-info li:last-child:before{
  display: none;
}

.main-footer .widget-section{
  position: relative;
  padding: 65px 0px 75px 0px;
  border-bottom: 1px solid rgba(241, 241, 241, 0.3);
}

.main-footer .widget-section .widget-title{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.main-footer .widget-section .widget-title h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #f1f1f1;
  font-weight: 700;
}

.main-footer .widget-section p,
.main-footer .widget-section a{
  color: #f1f1f1;
}

.main-footer .about-widget .text{
  position: relative;
  margin-bottom: 21px;
}

.main-footer .about-widget .email-box{
  position: relative;
  padding-left: 40px;
}

.main-footer .about-widget .email-box i{
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 24px;
}

.main-footer .about-widget .email-box a{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.main-footer .about-widget .email-box a:hover{

}

.ml-90{
  margin-left: 90px;
}

.ml-30{
  margin-left: 30px;
}

.main-footer .links-widget .widget-title {
  margin-bottom: 22px;
}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 12px;
}

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

.main-footer .links-widget .links-list li a{
  display: inline-block;
}

.main-footer .links-widget .links-list li a:hover{

}

.main-footer .post-widget{
  position: relative;
  margin-left: -15px;
}

.main-footer .post-widget .post{
  position: relative;
  padding: 0px 0px 0px 100px;
  min-height: 80px;
  margin-bottom: 15px;
}

.main-footer .post-widget .post:last-child{
  margin-bottom: 0px;
}

.main-footer .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 1px;
  width: 75px;
  height: 75px;
  overflow: hidden;
}

.main-footer .post-widget .post .post-thumb img{
  width: 100%;
  transition: all 500ms ease;
}

.main-footer .post-widget .post:hover .post-thumb img{
  opacity: 0.2;
}

.main-footer .post-widget .post h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #f1f1f1;
  font-weight: 500;
  margin-bottom: 8px;
}

.main-footer .post-widget .post h6 a{
  display: inline-block;
}

.main-footer .post-widget .post h6 a:hover{
  color: #f1f1f1;
}

.main-footer .post-widget .post .post-date{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #f1f1f1;
  padding-left: 26px;
  text-transform: uppercase;
}

.main-footer .post-widget .post .post-date i{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 15px;
}

.main-footer .post-widget .widget-title{
  margin-bottom: 26px;
}

.footer-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* żeby dobrze się układało na małych ekranach */
  width: 100%;
  padding: 30px 0px;
}

.footer-bottom .copyright {
  flex: 1;
  min-width: 200px;
}

.footer-bottom .copyright p,
.footer-bottom .copyright a{
  line-height: 30px;
  color: #f1f1f1;
  font-family: 'Roboto', sans-serif;
}

.footer-bottom .copyright a:hover{

}

.footer-social {
  list-style: none;
  display: flex;
  gap: 20px; /* odstęp między grupami */
  padding: 0;
  margin: 0;
}

.footer-social li a {
  text-decoration: none;
  color: #f1f1f1; /* lub dowolny inny kolor */
}

.footer-social .icon-text {
  display: inline-flex;
  align-items: center;
  gap: 10px; /* odstęp między ikoną a tekstem */
}

.footer-social .icon-text img {
  width: 20px;
  height: 20px;
  display: block;
}

/** clients-section **/

.clients-section{
  position: relative;
  padding-bottom: 220px;
}

.clients-section .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  opacity: 0.3;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  transition: all 500ms ease;
}

.clients-section .clients-logo-box img:hover{
  opacity: 1;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
