@charset "UTF-8";
/***!  /templates/odvjetnik_sgr/css/custom.css  !***/

@media (min-width: 992px) {
.mouse-cursor {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden;
}

.cursor-inner {
	width: 6px;
	height: 6px;
	z-index: 10000001;
	background-color: #FE91A4;
	-webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
	margin-left: -35px;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	background-color: #FE91A4;
	opacity: 0.3;
}

.cursor-outer {
	margin-left: -12px;
	margin-top: -12px;
	width: 30px;
	height: 30px;
	border: 1px solid #FE91A4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10000000;
	opacity: 0.5;
	-webkit-transition: all 0.08s ease-out;
	-o-transition: all 0.08s ease-out;
	transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
	opacity: 0;
}
}
.tp-home #sp-main-body {
  padding:  0;
}
.tp-home #sp-contact-bottom  {
  position: relative;
  background-image: linear-gradient(#151414 50%, #000 50%);
}
#sp-contact-bottom  {
  position: relative;
  background-image: linear-gradient(#000 50%, #000 50%);
}
#sp-contact-bottom::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #fff;
} 
.newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  justify-content: space-between;
  padding: 35px 190px 35px 60px;
  border-radius: 10px;
  background-color: #efeee7;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.newsletter .text h3 {
  font-size: 28px;
  line-height: 1.66;
  color: #000;
  font-weight: 600;
  margin: 0;
}
.newsletter .contact-info {
  display: flex;
  align-items: center;
  transition: all .4s ease 0s;
}
.newsletter .contact-info .email-icon {
  background-color: #FFF;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsletter .contact-info .email-icon i {
  color: #333;
  font-size: 28px;
}
.newsletter .contact-info .email-details p {
  opacity: .8;
  color: #333;
  margin-bottom: 5px;
}
.newsletter .contact-info .email-details a {
  font-size: 24px;
  line-height: 1.66;
  color: #000;
  font-weight: 500;
}
#sp-feature {
	background:#151414;
	padding:30px 0 40px;
	color:#F3F3F3;
}
#sp-feature  a {
	color:#F3F3F3;
}
#sp-feature  a:hover {
	color:#EE1B24;
}
.process-single-box {
  position: relative;
  padding: 50px 42px 44px;
  background-color: #F3F3F3;
  margin-bottom: 30px;
  border-radius: 10px;
}
.process-single-box .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 100px;
}
.process-single-box .header .icon {
  font-size: 60px;
  color: #000;
  flex-shrink: 0;
}
.process-single-box h4 {
	color: #000;
	font-size: 24px;
  font-weight: 600;
}
.process-single-box .text {
	color: #333;
}
.process-single-box h4 .fw-normal {
  font-weight: 400 ;
}
.process-single-box .box-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.process-single-box .box-count::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #333;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}
.process-single-box .box-count::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 32px;
  transform: translateX(-50%);
  width: 2px;
  height: 0;
  background: #f3f3f3;
  transition: all .5s ease;
    transition-duration: 0.5s;
  transition-duration: .5s;
}
.process-single-box:hover .box-count::before {
  opacity: 1;
  visibility: visible;
}
.process-single-box .box-count span {
  transform: translateY(0);
  transition: all .5s ease;
}
.process-single-box:hover .box-count span {
  transform: translateY(73px);
  color:#f3f3f3;
}
.process-single-box:hover .box-count::after {
  height: 50px;
}
.contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  padding-bottom: 70px;
}
.contact-wrapper .contact-option, .contact-wrapper .social-option {
  display: flex;
  align-items: center;
}
.contact-wrapper .contact-option i, .contact-wrapper .social-option i {
  font-size: 20px;
  margin-right: 10px;
  color: #F3F3F3;
}
.contact-wrapper .contact-option a, .contact-wrapper .social-option a {
  font-size: 20px;
  line-height: 1.66;
  color: #F3F3F3;
  font-weight: 500;
  transition: all .4s ease 0s;
  background: linear-gradient(#fff 0%, #fff 98%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: left 100%;
}
.contact-wrapper .contact-option a:hover, .contact-wrapper .social-option a:hover {
  background: linear-gradient(#EE1B24 0%, #EE1B24 98%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: left 100%;
}
.contact-wrapper .contact-option span, .contact-wrapper .social-option span {
  font-size: 20px;
  line-height: 1.66;
  font-weight: 500;
  margin-right: 15px;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  color: #000;
}
section#sp-about-us {
	padding:60px 0;
	background:#151414;
	position: relative;
	z-index: 1;
	color:#fff;
}
section#sp-about-us::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background-color: #000000;
  transition: all .5s ease;
  z-index: -1;
}
#sp-about-us .box-text {
	padding-left:80px;
}
#sp-about-us .choose8-items {
	margin-top:30px;
}
.choose8-items .cion {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  border-radius: 100px;
  border: 1px dashed #fff;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.choose8-items .cion img {
  width: 38px;
}
#sp-services {
	background:#151414;
	padding:30px 0;
}
#sp-services .sp-module-title {
	text-align:center;
	color: #fff;
}
#sp-services .sp-module-title .title-left {
  color: #000;
  background-color: #fff;
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: #000000;
  border-radius: 8px 8px 8px 8px;
  margin: 0 0 12px;
  display: inline-block;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  transition: 0.3s all ease;
  padding: 10px 21px;
}
#sp-services .sp-module-title .title-right { 
   display: block;
  font-size: 57px;
  margin-bottom: 70px;
}
#sp-services  .jt-cs .hover-icons {
  display: none;
}
#sp-services .jt-inner {
	transition: all 0.4s;
  background: #fff;
  padding: 40px 20px;
  border-radius: 20px;
  min-height: 250px;
}
#sp-services .jt-inner:hover {
	background:#F3F3F3;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#sp-services .jt-imagecover {
	width: 90px;
  height: 90px;
  position: relative;
  transition: all 0.4s;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#F3F3F3;
}
#sp-services .jt-inner:hover .jt-imagecover {
  background:#fff;
}
#sp-services .jt-cs .jt-imagecover::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #EE1B24;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  transition: all 0.4s;
  opacity: 1;
  background: none;
}
#sp-services .jt-inner:hover .jt-imagecover::before {
	transform: rotate(180deg);
	border: 8px solid #6d6d6d;
	position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;

  border-top: unset;
  border-left: unset;
  border-right: unset;
  transition: all 0.4s;
  opacity: 1;

}
#sp-intro {
	background:#000;
	padding:30px 0;
	color:#fff;
}
#sp-intro h3.sp-module-title {
	font-size: 57px;
    margin-bottom: 70px;
	max-width: 660px;
}
#sp-intro a.show-more {
  padding: 16px 35px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid;
  margin-top: 30px;
  display: inline-block;
}
#sp-intro a.show-more:hover {
  color: #EE1B24;
}
#sp-slideshow .sppb-sp-slider-title {
	display: inline-block;

  margin-bottom: 20px;
  margin-left: 42px;
  position: relative;
  text-transform: uppercase;
}
#sp-slideshow .sppb-sp-slider-title::before {
  background-color: #fff;
  content: "";
  height: 1px;
  right: 16px;
  position: absolute;
  top: 0;
  width: 88%;
}
#sp-slideshow .sppb-sp-slider-title::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  right: 16px;
  position: absolute;
  width: 88%;
}
@media (min-width: 992px) { 
	.tp-home #sp-header {
	  background: none;
    box-shadow: none;
    position: absolute;
    top: 30px;
	}
	.tp-home #sp-header .container-inner {
		background: #fff;
		padding: 0 29px;
		border-radius: 40px;
	}
	.offcanvas-menu .offcanvas-inner ul.menu, .offcanvas-menu .offcanvas-inner ul.menu ul {
	  display: none;
	}
}
.tp-home .sp-megamenu-parent > li > a {
  color: #333;
}
.sidebar-about .theme-btn {
	padding: 10px 40px;
	font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
  color: #fff !important ;
  background-color: #EE1B24;
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 40px;
  width: 100%;
}
.sidebar-about {
	margin-bottom: 20px;
}
.sidebar-contact .contact-info  {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.contact-info li {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
}
.contact-info li i {
  background-color: #EE1B24;
  font-size: 12px;
  color: #fff !important ;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  transition: all .2s ease-in-out;
  flex-shrink: 0;
}
.header-language div.mod-languages ul li.lang-active , #sp-top2 div.mod-languages ul li.lang-active{
  background: none !important;
}
.header-language div.mod-languages ul li.lang-active a , #sp-top2 div.mod-languages ul li.lang-active a{
	color: #EE1B24;
}
.header-contact p {
	margin:0;
}
#sp-top-bar a:hover {
	color: #EE1B24;
}
.header-contact a.header-btn {
	background: linear-gradient(#EE1B24 0%, #EE1B24 98%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: left 100%;
  font-weight: 600;
}
.header-contact .show-link {
	padding: 16px 25px;
  color: #fff;
  line-height: 1;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #EE1B24;
  display: inline-block;
  background:#EE1B24;
}
.header-contact .show-link:hover {
  border: 1px solid #fff;
  background:#000;
}
.burger-icon {
  width: 45px;
  cursor: pointer;
  height: 45px;
  line-height: 54px;
  background: #EE1B24;
  border-radius: 100%;
  padding: 10px;
}
.burger-icon > span {
  background-color: #fff;
 
}
#sp-contact-detail {
	 background: #333;
	 padding:30px 0;
	 color: #fff;
}
.contact_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #fff;
  padding: 40px 35px;
  min-height: 170px;
}
.contact_item .contact-title .title {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.contact_item .contact-title .title::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  bottom: 7px;
  right: -40px;
  background: #EE1B24;
}
.contact_item .contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.contact_item .contact-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_item .contact-link ul a {
	color: #fff;
}
.contact_item .contact-link ul a:hover {
	color: #EE1B24;
}
.contact_box {
	padding:30px 20px;
	background:#000;
	color: #fff;
}
.contact_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_box ul li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 15px;
}
.contact_box ul li .icon {
  font-size: 25px;
  line-height: 1;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 6px;
}
.contact_box ul li .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  
}
.contact_box ul li .text a {
	 color: #fff;
}
.contact_box ul li .text a:hover {
	color: #EE1B24;
}
.form-control  , .form-select{
  border-radius: 0;
  background: #151414;
  color: #fff;
}
.contact-form .btn-primary , .formContainer .rsform-submit-button{
	border-radius: 0;
	width:100%;
	padding: 17px 30px;
  border: 1px solid #EE1B24;
  background: #EE1B24;
}
.contact-form .btn-primary:hover , .formContainer .rsform-submit-button:hover {
  border: 1px solid #151414;
  background: #151414;
}
.tp-home #sp-top-bar {
	display:none;
}
.tp-home #sp-header {
  border-bottom: none;
 
}
#sp-top-bar {
  padding: 10px 0;
  border-bottom: 1px solid #EE1B24;
}
#sp-header {
  border-bottom: 1px solid #EE1B24;
  background: #FFF;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
 color: #333;
}
#sp-map {
	padding-bottom:50px;
}
h2.title {
	padding:50px 0;
}
.services .sp-module-title {
	text-align:center;
	color: #fff;
}
.services .sp-module-title .title-left {
  color: #fff;
  background-color: #02010100;
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: #fff;
  border-radius: 8px 8px 8px 8px;
  margin: 0 0 12px;
  display: inline-block;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  transition: 0.3s all ease;
  padding: 10px 21px;
}
.services .sp-module-title .title-right { 
   display: block;
  font-size: 57px;
  margin-bottom: 70px;
}
.services  .jt-cs .hover-icons {
  display: none;
}
.services .jt-inner {
	transition: all 0.4s;
	background:#fff;
	padding:40px;
	border-radius: 20px;
  min-height: 250px;
}
.services .jt-inner:hover {
	background:#F3F3F3;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.services .jt-imagecover {
	width: 90px;
  height: 90px;
  position: relative;
  transition: all 0.4s;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#F3F3F3;
}
.services .jt-inner:hover .jt-imagecover {
  background:#fff;
}
.services .jt-cs .jt-imagecover::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #EE1B24;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  transition: all 0.4s;
  opacity: 1;
  background: none;
}
.services .jt-inner:hover .jt-imagecover::before {
	transform: rotate(180deg);
	border: 8px solid #6d6d6d;
	position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;

  border-top: unset;
  border-left: unset;
  border-right: unset;
  transition: all 0.4s;
  opacity: 1;

}
#sp-main-body ol li a {
  color: #EE1B24;
}
#sp-main-body ol li a:hover {
  color: #efeee7;
}
@media (max-width: 576px) {
  .logo-image-phone {
    height: 96px !important;
  }
  .sp-module-content .mod-languages ul.lang-inline li a {
  color: #f3f3f3;
}
}
@media (max-width: 991px) {
	.header-contact a.header-btn {
		color:#fff;
	}
	#sp-logo {
	  width: 100%;
	  text-align: center;
	  padding-top:20px;
	}
	#sp-logo .logo-image {
		height: 85px;
	  }
	 #sp-menu .justify-content-end {
	  justify-content: center !important;
	}
	#sp-intro {
	  padding: 30px 10px;
	  text-align: center;
	}
	#sp-intro h3.sp-module-title {
	  font-size: 27px;
	  margin-bottom: 20px;
	
	}
	section#sp-about-us::after {
	  width: 100%;
	}
	#sp-about-us .box-text {
	  padding: 20px;
	}
	.contact-wrapper {
	  display: inherit;
	  text-align: center;
	}
	.contact-wrapper .contact-option, .contact-wrapper .social-option {
	  display: block;
	}
	.process-single-box {
	  margin-bottom: 40px;
	}
	#sp-feature {
	  padding: 30px 10px;
	}
	.newsletter {
	  display: block;
	  padding: 10px;
	}
	.newsletter .contact-info .email-details a {
	  font-size: 16px;
	}
	#sp-bottom .sp-module ul > li > a {
	  padding: 0 8px;
	}
	#sp-footer , #sp-footer #sp-footer2{
	  text-align: center;
	}
	#sp-footer ul.menu li a {
	  padding: 0 8px;
	}
	#sp-contact-detail {
	  padding: 30px 10px;
	  
	}
	.contact_item {
	  margin-bottom: 20px;
	}
  .tp-home #sp-logo {
    background: #fff;
    padding: 0;
  }
  .tp-home #sp-logo .logo-image {
    height: 90px;
  }
  .tp-home #sp-header {
 
  background: #000;
}
.sp-slider-content-align-right, .sp-slider-image-align-right {
 text-align: center !important;
}
 #sppb-addon-bfce9ea8-7e42-4521-9df5-a190e49284f7 .sp-slider #sp-slider-item-bfce9ea8-7e42-4521-9df5-a190e49284f7-num-0-key #sp-slider-inner-item-bfce9ea8-7e42-4521-9df5-a190e49284f7-num-0-key {
    margin: 0 auto !important;
  }
}

