/* Intervencija CSS Document */

/** Importing necessary  Styles. **/
/*----- Fonts ----*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*----Bootstrap css ----- */
/*----Bootstrap css ----- */
@import url('../vendor/bootstrap/css/bootstrap.min.css');
/*---- Navbar Css------*/
@import url('navbar.css?v=3.2.5');
/*----Framework css-----*/
@import url('framework.css');
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*----------- Slick Slider -------*/
@import url('../vendor/slick/slick.css');
/*----Animate css----*/
@import url('animate.min.css');
@import url('custom-animation.css');
/*-------- AOS css ------*/
@import url('../vendor/aos-next/dist/aos.css');



/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
.ctn-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: 999999;
  background: #fff;
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
/*^^^^^^^^^^^^^^^^^^^^ Scroll Top ^^^^^^^^^^^^^^^^^^^^^*/
.scroll-top {
  width:40px;
  height:40px;
  line-height: 40px;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  background: var(--deep-blue);
  display: none;
  transition: all 0.3s ease-in-out;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*^^^^^^^^^^^^^^^^^^^^ Global Prefix ^^^^^^^^^^^^^^^^^^^^^*/
:root {
  --text-color   : #292929;
  --heading      : #000;
  --red-one      : #f93232;
  --deep-cyan    : #EBF1EE;
  --light-cyan   : #F4FAFE;
  --light-blue   : #F1F7FD;
  --violet       : #5b82ff;
  --deep-yellow  : #fab502;
}
::selection {
  background-color: #2a2a2a;
  color: #fff;
}
body {
  background: rgb(51,51,51);
  background: linear-gradient(162deg, rgba(51,51,51,1) 0%, rgba(37,37,37,1) 22%, rgba(55,55,55,1) 64%, rgba(111,111,111,1) 100%);
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 18px;
  position: relative;
  line-height: 1.66em;
  color: var(--text-color);
}
.main-page-wrapper {overflow-x:hidden;}
.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {color: var(--heading); font-weight: normal;}
.h1,h1 {font-size: 100px;}
.h2,h2 {font-size: 52px;}
.h3,h3 {font-size: 36px;}
.h4,h4 {font-size: 24px; }
.h5,h5 {font-size: 20px;}
::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.6);}
:-ms-input-placeholder { color: rgba(0, 0, 0, 0.6);}
::placeholder {color: rgba(0, 0, 0, 0.6);}
.dark-bg ::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.5);}
.dark-bg :-ms-input-placeholder { color: rgba(255, 255, 255, 0.5);}
.dark-bg ::placeholder {color: rgba(255, 255, 255, 0.5);}
.dark-style :-ms-input-placeholder { color: rgba(255, 255, 255, 0.5);}
a:hover {color: var(--deep-blue);}
/*^^^^^^^^^^^^^^^^^^^^ Prefix Classes ^^^^^^^^^^^^^^^^^^^^^*/
.tran3s,.svg path {transition: all 0.3s ease-in-out;}
.style-none {list-style: none; padding-left: 0; margin-bottom: 0;}
.shapes {position: absolute; z-index: -1;}
.dark-bg {background-color: #282828;}
.slick-dots {padding-left: 0; margin-bottom: 0;}
.border-top {border-top: 1px solid rgba(0, 0, 0, 0.08)!important;}
.border-left {border-left: 1px solid rgba(0, 0, 0, 0.08)!important;}
.dark-bg .border-top,.dark-bg.border-top {border-top: 1px solid rgba(255, 255, 255, 0.08)!important;}
.dark-bg .border-left,.dark-bg.border-left {border-left: 1px solid rgba(255, 255, 255, 0.08)!important;}
.title-style-one .title {
  
  font-weight: normal;
  font-size: 62px;
  line-height: 1.16em;
  margin-bottom: 0;
}
.title-style-one .title span {
  color: var(--deep-blue); 
  position: relative;
  display: inline-block;
}

.title-style-two .title {
  font-weight: normal;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.25em;
}
.title-style-two .title strong {font-weight: 900;}
.title-style-two .title span {
  color: var(--deep-blue); 
  position: relative;
  display: inline-block;
}
.title-style-two .title span:before {
  content: '';
  position: absolute;
  width: 98%;
  height: 2px;
  background: var(--deep-blue);
  left: 2px;
  bottom: 0px;
}


.title-style-three .title {
  
  font-weight: normal;
  font-size: 52px;
  margin-bottom: 0;
}
.title-style-three.white-vr .title {color: #fff;}
.title-style-three .title span {
  color: var(--deep-blue); 
  position: relative;
  display: inline-block;
}
.title-style-three .title span:before {
  content: '';
  position: absolute;
  width: 98%;
  height: 3px;
  background: var(--deep-blue);
  left: 2px;
  bottom: 4px;
}
/*^^^^^^^^^^^^^^^^^^^^^ Button ^^^^^^^^^^^^^^^^^^^^^^*/
.ripple-btn {position: relative;}
.ripple-btn:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  transform: scale(0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.ripple-btn:hover:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
body .front-btn-seven {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 30px;
  text-align: center;
  line-height: 50px;
  background: #282828;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
body .front-btn-seven:hover {background: var(--deep-blue);}



body .front-btn-contact {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 20px;
  text-align: center;
  line-height: 36px;
  background: #282828;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -ms-transform: skewX(-18deg);
  -webkit-transform: skewX(-18deg);
  -o-transform: skewX(-18deg);
  -moz-transform: skewX(-18deg);
  transform: skewX(-18deg);
  border-right: 1px solid #444;
}
body .front-btn-contact span {
  display: block;
  -ms-transform: skewX(18deg);
  -webkit-transform: skewX(18deg);
  -o-transform: skewX(18deg);
  -moz-transform: skewX(18deg);
  transform: skewX(18deg);
}

body .front-btn-contact:hover {background: var(--deep-blue);}

.right-widget {position: relative;}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu ^^^^^^^^^^^^^^^^^^^^^^^^*/
.front-main-menu {
  position: relative;
  z-index: 99;
  top:0;
  left:0;
  right: 0;
  padding: 15px 0 0px 0px;
  transition: all 0.4s ease-out;
}
.front-main-menu.sticky-menu.fixed {
  position: fixed;
  z-index: 990;
  padding-top: 8px; 
  padding-bottom: 8px;
  background: #222;
  box-shadow: 0 13px 35px -12px rgba(35,35,35,0.1);
}
.front-main-menu .inner-content {position: relative;}
.front-main-menu .navbar,.front-main-menu .mega-dropdown {position: static;}
.front-main-menu.sticky-menu.fixed.white-vr,.front-main-menu.sticky-menu.fixed.dark-bg {background: #282828;}
.front-main-menu .logo-xl {width: 203px;}
.white-vr .navbar .navbar-nav .nav-link,
.front-menu-one.white-vr .right-widget .login-btn span {color: #fff;}
.front-main-menu .mobile-content .address-block .title {
  
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.front-main-menu .mobile-content .address-block p {
  font-size: 16px;
  line-height: 1.6em;
  color: var(--heading);
}
.front-main-menu .mobile-content .address-block p a {font-size: 20px; color: var(--deep-blue); margin-top: 3px;}
.front-main-menu .mobile-content .address-block p a:hover {text-decoration: underline;}
.front-search-form form :-ms-input-placeholder { color: rgba(255, 255, 255, 0.5);}
.hero-banner-one form :-ms-input-placeholder { /* Internet Explorer 10-11 */color: #0B0B0B;}
/*^^^^^^^^^^^^^^^^^^^^^ Vcamp Text Block One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.text-block-one {position: relative; z-index: 1;}
.feedback_slider_two {
  max-width: 1590px;
  margin: 125px -30px 0 auto;
}
.feedback_slider_two .item {margin: 0 25px;}
.footer-one .subscribe-area-two :-ms-input-placeholder { color: #404040;}
/*^^^^^^^^^^^^^^^^^^^^^ Feedback Slider Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.feedback-section-three {position: relative; z-index: 1;}
.feedback-section-three .shape-one {
  left: 0;
  bottom: -115px;
  animation: jumpTwo 5s infinite linear;
}
.feedback-section-three .inner-content {
  max-width: 1920px;
  margin: 0 auto;
  padding: 185px 0 185px 130px;
}
.feedback-section-three .text-wrapper {
  max-width: 400px;
  float: left;
}
.feedback-section-three .text-wrapper a {
  font-size: 20px;
  line-height: 1.75em;
  color: rgb(122 122 122 / 70%);
  padding: 10px 0 15px;
}
.feedback-section-three .slider-wrapper {
  max-width: 85%;
  float: right;
  margin-left: auto;
  margin-right: -350px;
}
.feedback_slider_three .block-wrapper {position: relative;}
.feedback_slider_three .block-wrapper .screen {width: 100%;}
.feedback_slider_three .item {margin: 0 25px;}
.feedback_slider_three .category {position: absolute; left: 0; top: 0; background: var(--deep-blue); padding: 0px 10px; color: #fff; font-weight: 600; font-size: 13px;}
.feedback_slider_three .slick-dots {
  position: absolute;
  left: -135px;
  bottom: 9%;
  padding: 0;
  margin-bottom: 0;
}
.feedback_slider_three .slick-dots li {margin-bottom: 8px;}
.feedback_slider_three .slick-dots li button {
  text-indent: -50000px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}
.feedback_slider_three .slick-dots li.slick-active button {background: #fff;}
.feedback_slider_four .slick-dots {
  position: absolute;
  left: 0;
  width: 492px;
  bottom: 2%;
  text-align: right;
}
.feedback_slider_four .slick-dots li {display: inline-block;}
.feedback_slider_four .slick-dots li button {
  text-indent: -50000px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid var(--heading);
  margin: 0 4px;
  transition: all 0.3s ease-in-out;
}
.feedback_slider_four .slick-dots li.slick-active button {background: var(--heading);}
.feedback_slider_five .block-wrapper {
  background: #fff;
  padding: 38px 45px 42px;
}
.feedback_slider_five .block-wrapper .name {
  
  color: var(--heading);
  line-height: 25px;
}
.feedback_slider_five .block-wrapper .name span {
  
  color: #C1C1C1;
  display: block;
  font-size: 16px;
}
.feedback_slider_five .item {margin: 0 22px;}
.hero_slider_two .content-wrapper {position: relative;}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 .1rem rgba(0,0,0, 0.08);
  }
  100% {
    box-shadow: 0 0 0 3rem rgba(0,0,0, 0);
  }
}

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*^^^^^^^^^^^^^^^^^^^^^ Vcamp Text Block Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.text-block-four .left-side {
  background: url(../images/media/img_23.jpg) no-repeat center;
  background-size: cover;
}

.text-block-four .left-side .content-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background-color: #aaa;
}


.text-block-four .right-side {
  background: url(../images/media/img_24.jpg) no-repeat center;
  background-size: cover;
}
.text-block-four .right-side .content-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background-color: #aaa;
}
.text-block-four .text-wrapper {max-width: 660px; padding: 145px 0 130px;}
.text-block-four .right-side .text-wrapper {padding-left: 55px;}
.text-block-four .text-wrapper .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.17em;
  color: #fff;
}
.text-block-four .text-wrapper {padding-right:10px;}
.text-block-four .text-wrapper p {
  
  font-size: 22px;
  color: #fff;
  padding: 40px 0 34px;
}
.text-block-four .text-wrapper .more-button {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--heading);
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 26px;
}
.case_slider_one .item {margin: 0 30px;}
.feedback_slider_six .slick-dots {
  position: absolute;
  right: 0;
  bottom: -5px;
  text-align: right;
  margin: 0;
  padding: 0;
}
.feedback_slider_six .slick-dots li {display: inline-block;}
.feedback_slider_six .slick-dots li button {
  text-indent: -50000px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #E4E7EF;
  margin: 0 4px;
  transition: all 0.3s ease-in-out;
}
.feedback_slider_six .slick-dots li.slick-active button {background: var(--deep-blue);}
/*^^^^^^^^^^^^^^^^^^^^^ Team Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.team_slider_one {margin: 120px auto 0;}
.team_slider_one .item {margin: 0 20px;}
.footer-two .title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--deep-blue);
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 2px;
}
.footer-two .footer-list li {line-height: 1.5;}
.footer-two .footer-list a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--heading);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .footer-two .footer-list a {padding: 3px 0;}
}

.footer-two .footer-list a:hover,
.footer-two.dark-footer .footer-list a:hover, .footer-contacts ul.contacts li a:hover, .copyright a:hover {text-decoration: underline; color: var(--deep-blue);}
.footer-two .newsletter form :-ms-input-placeholder {color: rgba(0, 0, 0, 0.5);}
.footer-two.dark-footer .newsletter form :-ms-input-placeholder {color: rgba(255,255,255, 0.5);}
.hero-banner-five form :-ms-input-placeholder { /* Internet Explorer 10-11 */color: #0B0B0B;}
.feedback_slider_seven {
  max-width: 1530px;
  margin: 80px auto 0;
}
.feedback_slider_seven .item {margin: 0 22px;}
.feedback_slider_seven .slick-dots {
  text-align: center;
  margin-top: 75px;
}
.feedback_slider_seven .slick-dots li {display: inline-block;}
.feedback_slider_seven .slick-dots li button {
  text-indent: -50000px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid var(--heading);
  margin: 0 4px;
  transition: all 0.3s ease-in-out;
}
.feedback_slider_seven .slick-dots li.slick-active button {background: var(--heading);}
.team_slider_two .item {margin: 0 18px;}
.blog-meta-four {margin-bottom: 40px; display: inline-block;}
.blog-meta-four .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35em;
  color: var(--heading);
  display: block;
  margin: 5px 0 0px;
}
.blog-meta-four:hover .title {text-decoration: underline;}
.breadcrumb-item a,
.breadcrumb-item {
  font-size: 16px;
  color: #000;
}
.breadcrumb-item.active {}
.breadcrumb-item+.breadcrumb-item::before {
  content: "\2f";
  font-family: Font Awesome\ 6 Pro;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  font-size: 11px;
}
.breadcrumb-item a:hover {text-decoration: underline;}

.hero-one .breadcrumb-item a,
.hero-one .breadcrumb-item {
  font-size: 14px;
  color: #fff;
}

/*^^^^^^^^^^^^^^^^^^^^^Blog Details One medit ^^^^^^^^^^^^^^^^^^^^^^^^*/
.main-content-wrap  {padding-bottom: 10px;}
.main-content-wrap  p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
}
.main-content-wrap  h4 {
  color: #303030;
  line-height: 35px;
  margin-bottom: 22px;
  letter-spacing: -0.5px;
}
.mapouter .gmap_iframe,.map-area-two .mapouter,
.mapouter .gmap_canvas {height: 100%; width: 100%;}
/*^^^^^^^^^^^^^^^^^^^^^ Error Page ^^^^^^^^^^^^^^^^^^^^^^^^*/
.error-page {
  background: #232132;
  min-height: 100vh;
  padding: 185px 10% 50px;
  position: relative;
  z-index: 2;
}
.error-page h1 {
  font-size: 82px;
  color: #fff;
  padding: 10px 0 25px;
}
.error-page p {color: #fff;margin-bottom: 55px;}
/*^^^^^^^^^^^^^^^^^^^^^ One Page Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/
#page-scroll-container-one {min-height: 100vh;position: relative;}
@keyframes rippleTwo {
  0% {
    box-shadow: 0 0 0 .1rem rgba(210,0,3, 0.1);
  }
  100% {
    box-shadow: 0 0 0 4rem rgba(210,0,3, 0);
  }
}
/*^^^^^^^^^^^^^^^^^^^^^ One Page Section Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
#page-scroll-container-two {min-height: 100vh;position: relative;}
.dark-layout :-ms-input-placeholder { color: rgba(255, 255, 255, 0.8);}
.cart-section .cart-footer .coupon-form :-ms-input-placeholder {color: #c4c4c4;}
.checkout-form :-ms-input-placeholder {color: #1a1a1a; }
.subscribe-section-one .subscribe-form-two form :-ms-input-placeholder {color: rgba(0, 0, 0, 0.5);}
.subscribe-section-three .subscribe-form form :-ms-input-placeholder {color: rgba(0, 0, 0, 0.5);}
.case_slider_two {margin: 0 -25px;}
.case_slider_two .item {padding: 0 25px;}
.feedback_slider_eight {margin: 0 -75px;}
.feedback_slider_eight .item {padding: 0 75px;}
.feedback_slider_eight .slick-dots {text-align: center; margin-top: 60px;}
.feedback_slider_eight .slick-dots li {display: inline-block;}
.feedback_slider_eight .slick-dots li button {
  text-indent: -50000px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  margin: 0 4px;
  transition: all 0.3s ease-in-out;
}
.feedback_slider_eight .slick-dots li.slick-active button {background: #fff;}
/*^^^^^^^^^^^^^^^^^^^^^ Portfolio Gallery Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
#isotop-gallery-wrapper {overflow: hidden;}
.feedback_slider_nine .slick-dots {text-align: center; margin-top: 65px;}
.feedback_slider_nine .slick-dots li {display: inline-block;}
.feedback_slider_nine .slick-dots li button {
  text-indent: -50000px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  background: transparent;
  margin: 0 4px;
  transition: all 0.3s ease-in-out;
}
.feedback_slider_nine .slick-dots li.slick-active button {background: #000;}
.hero_slider_four .slick-dots {
  position: absolute;
  right: 0;
  bottom: 6px;
  padding: 0;
  margin-bottom: 0;
}
.hero_slider_four .slick-dots li {display: inline-block; vertical-align: middle;}
.hero_slider_four .slick-dots li button {
  text-indent: -50000px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFD9D9;
  margin: 0 0 0 8px;
  transition: all 0.1s ease-in-out;
}
.hero_slider_four .slick-dots li.slick-active button {
  width: 200px;
  height: 2px;
  background: #fff;
}
.portfolio-slider-five .item {margin: 0 15px;}