@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100;300;400;500;600;700;800;900&display=swap");
@import url("icons.css");
@import url("general-sans.css");


/* GENERAL */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(119, 255, 210, 0.788) inset !important;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

ul, li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
  font-size: inherit;
  color: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}

a:hover, a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input, textarea, button {
  border: 0px;
}

body {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  color: #444;
  background-color: #fff;
}

@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GeneralSans", cursive;
  margin: 0px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #02021E;
  line-height: 125%;
}

h1 {
  font-size: 60px;
  line-height: 1.17;
}

@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  line-height: 28px;
  color: var(--maincolor);
  font-weight: 500;
}

p {
  margin: 0px;
}

p b {
  color: #02021E;
  font-weight: 500;
}

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text,
body .btn {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 3px;
  line-height: 1;
display: inline-block;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-transform: capitalize;
position: relative;
}

body .sppb-btn.sppb-btn-primary, body .sppb-sp-slider-button .sp-slider-btn-text, body .btn.btn-primary {
  background-color: #0345bf;
  border: 2px solid #0345bf;
}

body .sppb-btn.sppb-btn-primary:hover, body .sppb-sp-slider-button .sp-slider-btn-text:hover, body .btn.btn-primary:hover {
background-color: #080F1E;
border: 2px solid #080F1E;
}

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

body .sppb-btn.sppb-btn-secondary {
background-color: var(--secondcolor);
border: 2px solid var(--secondcolor);
}

body .sppb-btn.sppb-btn-secondary:hover {
background-color: var(--maincolor) !important;
border-color: var(--maincolor) !important;
}

body .sppb-btn.sppb-btn-default {
background-color: #080F1E;
color: #fff;
border: 2px solid #080F1E;
}

body .sppb-btn.sppb-btn-default:hover {
background-color: var(--maincolor);
border-color: var(--maincolor);
}

button:focus {
     outline: 0px;
}

.sppb-btn-default:hover {
	border-color: transparent;
}

.sppb-btn span {
	position: relative;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.sppb-addon-optin-forms {
	padding: 0px;
}

.overflow-hidden {overflow: hidden;}

.z-index2 {z-index: 2 !important;}
.z-index0 {z-index: 0 !important;}

.sppb-media-heading {
	margin: 0;
}

.sppb-icon .sppb-icon-container > i {
	width: auto !important;
	height: auto !important;

}

.sppb-addon-header > * {color: inherit !important;}

.sppb-media {
display: flex;
  align-items: center;
}

.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
	padding: 0 0 20px;
}

.sppb-carousel-extended-list, .bx-wrapper {direction: ltr;}

.input-group > .form-control:focus, .input-group > .form-select:focus {
	z-index: 0;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {

}

.finder .word input {
margin-bottom: 0;
border: 1px solid #F6F6F6;
padding-right: 75px;
color: var(--thirdcolor);
}

.finder .fas.fa-search.icon-white {font-family: "Font Awesome 5 Free" !important;}

#search-results > * {margin-bottom: 10px;}

#search-result-empty h2 {margin-bottom: 7px;}

.sppb-carousel-extended-list .sppb-carousel-extended-outer-stage {
	height: auto !important;
}

.sppb-addon-optin-forms {
	padding: 0px !important;
}

.sppb-addon-optin-forms .sppb-btn i:first-child {display: none;}

.sppb-modal-selector span > i {
	width: auto !important;
	height: auto !important;
	line-height: inherit !important;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	display: flex;
	align-items: center;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) span {
margin-right: 5px;	
}

#sp-footer, #sp-bottom {
	background: inherit;
}

#sp-footer {
	font-size: inherit;
}

#sp-footer .container-inner {
	padding: 0;
	border-top: 0;
}

.sp-scroll-up {
	background: #223C91;
}

.full-width-image .sppb-addon-single-image-container {width: 100%;}
.full-width-image .sppb-addon-single-image-container img {width: 100%;}

.relative-section .sppb-container-inner, .relative-section div[class^="sppb-col-"], .relative-section .sppb-column, .relative-section .sppb-column-addons {position: static;}

.even-section > .sppb-row-container > .sppb-row {
	justify-content: space-between !important;
}

/* */

/* HEADER */

#sp-header {
	position: absolute;
	/*background: transparent;*/
	height: auto;
	box-shadow: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

@media (max-width: 992px) {
	#sp-header {padding: 10px 0;}
}

#sp-header.header-sticky {
	background: #fff;
	animation: sticky 1s;
-webkit-box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.15);
box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.15);
}

  @-webkit-keyframes sticky {
    0% {
      top: -200px; }
    100% {
      top: 0; } }
  @keyframes sticky {
    0% {
      top: -200px; }
    100% {
      top: 0; } }

#sp-header > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header .logo {

}

#sp-header .logo a img {
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;

}

.sp-megamenu-parent {
	margin: 0;
	float: none;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent > li:last-child > a  {
display: inline-block;
text-transform: capitalize;
color: #444;
line-height: 1;
padding: 38px 20px;
text-align: left;
position: relative;
font-weight: 500;
font-size: 16px;
}

@media (max-width: 1200px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent > li:last-child > a {
		padding: 38px 11px;
	}
	body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
}
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a, .sp-megamenu-parent > li:hover > a {
color: #444;
}

#sp-header.header-sticky .sp-megamenu-parent > li.active > a, #sp-header.header-sticky .sp-megamenu-parent > li.active:hover > a, #sp-header.header-sticky .sp-megamenu-parent > li:hover > a {
  color: #0345bf;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
border-radius: 0;
box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
padding: 0;
background: #fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
display: block;
padding: 10px 24px;
position: relative;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
border-radius: 0;
line-height: 30px;
margin: 0;
border-bottom: 1px solid #e4e0ee;
color: #1d1729;
font-size: 16px;
text-transform: capitalize;
font-weight: 500;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a {
background-color: #404040;
color: #fff !important;
border-color: transparent;
}

#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	font-size: 20px;
	position: relative;
	z-index: 22;
	height: auto;
	background:#223C91;
	padding:5px;
	border-radius:3px;
}

.burger-icon > span {
	background-color: #fff;
}

#sp-header.header-sticky .burger-icon > span {
	background-color: #fff;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff;
}

.close-offcanvas {
	z-index: 99;
}

@media (max-width: 992px) {
.offcanvas-menu {
	background-color: #0000009e;
	color: #fff;
}
.offcanvas-menu .offcanvas-inner a {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner a:hover, .offcanvas-menu .offcanvas-inner a:focus, .offcanvas-menu .offcanvas-inner a:active {
	color: #fff;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
	color: #fff;
}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .offcanvas-inner {
	padding: 50px 25px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
}
}

@media (min-width: 992px) {
.offcanvas-menu .offcanvas-inner {
	padding: 0;
}

.offcanvas-menu .offcanvas-inner > .d-flex {display: none !important;}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-bottom: 0px;
}

.burger-icon > span {
	background-color: var(--secondcolor);
}

#sp-header.header-sticky .burger-icon > span {
	background-color: var(--secondcolor);
}

#offcanvas-toggler {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translatey(-50%);
	display: inline-block;
	height: auto;
}

.offcanvas-menu {
	background-color: transparent;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .menu {display: none !important;}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: var(--maincolor);
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -400px;
}

body.rtl.offcanvs-position-right .offcanvas-menu {
	left: -400px;
}

.offcanvas-menu {
	width: 400px;
}
	
}

.default-top-section {padding-right: 67px;}
@media (max-width: 1400px) {
.default-top-section {padding-right: 98px;}
}
@media (max-width: 1200px) {
.default-top-section {padding-right: 53px;}
}
@media (max-width: 992px) {
.default-top-section {padding-right: 0; margin-right: -15px !important;}
}

/* */

/* PAGE TITLE */

.sp-page-title {

background-size: cover;
background-repeat: no-repeat;
padding-top: 160px;
padding-bottom: 100px;
text-align: center;
}

.sp-page-title .sp-page-title-heading {
font-size: 36px;
margin-bottom: 20px;
line-height: 1.17;
font-weight: 600;
}

.sp-page-title .sp-page-title-sub-heading {
font-size: 18px;
margin: 0 auto;
margin-top: 5px;
font-weight: 300;
line-height: 28px;
max-width: 550px;
text-transform: capitalize;
}

.sp-page-title .breadcrumb {
	margin: 0;
	position: relative;
	z-index: 2;
	justify-content: center;
}

.sp-page-title .breadcrumb > li.float-start {display: none;}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
color: #fff;
opacity: 0.8;
font-weight: 600;
text-transform: uppercase;
}

.sp-page-title .breadcrumb > li > a span {
color: #fff;
}

.sp-page-title .breadcrumb > li > a:hover {
color: var(--maincolor);
}

.sp-page-title .breadcrumb-item + .breadcrumb-item {
	padding-left: .5rem;
}

.sp-page-title .breadcrumb-item + .breadcrumb-item::before {
	padding-right: .5rem;
}

.sp-page-title .breadcrumb > .active span {
color: #fff;
opacity: 0.8;
font-weight: 600;
text-transform: uppercase;
}

/* */

/* CUSTOM CLASS */

#sppb-addon-1666917027237,
#sppb-addon-1667006664611 {
	position: static !important;
}

/*.cta-banner::before {
	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-color: #dd1b2e;
	left: 0;
	bottom: 0;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	content: "";
	z-index: -1;
	-webkit-animation: moverightbounce 3s infinite linear;
	animation: moverightbounce 3s infinite linear;
}*/

@-webkit-keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}

@keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}

/* */


#sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0;
}
.com-content #sp-main-body,
.com-j2store #sp-main-body,
.com-tags #sp-main-body,
.com-search #sp-main-body,
.com-finder #sp-main-body,
.com-spsimpleportfolio #sp-main-body  {
	padding: 120px 0;
}

.com-content #sp-main-body {padding-bottom: 90px;}

.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body,
.com-tags #sp-header.header-sticky ~ section#sp-main-body,
.com-search #sp-header.header-sticky ~ section#sp-main-body,
.com-finder #sp-header.header-sticky ~ section#sp-main-body,
.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 120px;
}

#sp-main-body > .row {margin: 0;}

#sp-main-body > .row > [class*="col-"] {padding: 0;}

/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

.com-sppagebuilder #sp-right, .com-sppagebuilder #sp-left {
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 2;
}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

#sp-left > .sp-column {
  position: fixed !important;
  left: 0;
  top: 0;
  width: inherit;
}


/* */

/* PORTFOLIO */

.sp-simpleportfolio .sp-simpleportfolio-filter {
	margin-bottom: 50px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	display: block;
	padding: 0;
	text-decoration: none;
	border-radius: 0;
	border: 0px;
	background: transparent;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #617686;
	margin: 0 5px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: transparent;
	color: var(--maincolor);
}

.portfolio-item-card a img {
	border-radius: 5px;
}

.portfolio-item-card .contents {
	margin-top: 10px;
}

.portfolio-item-card .contents h5 {
	margin-bottom: 0;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 24px;
}

.portfolio-item-card .contents span {
	line-height: 1;
	font-size: 16px;
	text-transform: capitalize;
}

.portfolio-item-card:hover a {
	color: var(--maincolor);
}

/* */

/* BLOG */

.article-list .article {
	padding: 0;
	padding-top: 0;
	border: 0;
	position: relative;
	border-radius: 0;

}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 3px;
	z-index: 1;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 3px;
}

.article-list .article:hover .article-intro-image img, .article-list .article:hover .article-featured-video img, .article-list .article:hover .article-featured-audio img, .article-list .article:hover .article-feature-gallery img {
}

.article-intro-image > a {display: block; width: 100%;}

.article-body {
padding-top: 15px;
}

.article-list .article .article-header h2 {
font-size: 20px;
margin-bottom: 10px;
font-weight: 500;
color: #02021E;
line-height: 125%;
}

.article-list .article .article-header h2 a {
color: inherit;
transition: all 500ms ease;
}

.article-list .article .article-header h2 a:hover {
color: var(--maincolor);
}

.article-introtext > p {
font-size: 18px;
}

.article-info {
margin-bottom: 10px;
}

.article-info > span,
.article-info > span a {
position: relative;
margin-right: 5px;
padding-right: 10px;
color: #617686;
font-size: 16px;
}

.article-info > span a {
	margin: 0;
	padding: 0;
}

.article-info > span:not(:last-child):before {
	position: absolute;
	right: 0;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #617686;
	border-radius: 50%;
	top: 50%;
}
.article-info > span + span::before {
	display: none;
}

.article-info > span i {
}

.article-body .tags {display: none;}

.article-list .article .readmore a {
text-transform: capitalize;
color: #5B7486;
font-weight: 600;
line-height: 24px;
font-size: 16px;
margin-top: 10px;
display: block;
}

.article-list .article .readmore a:hover {
color: var(--maincolor);
}

ul.pagination {
	display: flex;
width: 100%;
justify-content: center;
margin-top: 30px;
padding: 1.5rem 0 1.5rem;
border-top: 1px solid rgba(255,255,255, .2);
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.page-link,
.page-item.disabled .page-link {
	padding: .375rem .75rem;
color: #565151;
font-weight: 700;
display: inline-block;
border: 1px solid var(--maincolor);
position: relative;
margin-right: 0;
text-align: center;
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0;
font-size: 17px;
line-height: 1.6;
color: var(--maincolor);
}

.page-link span {color: var(--maincolor);}

.page-item.active .page-link,
.page-link:hover,
.page-item.disabled .page-link:hover {
border-color: var(--maincolor);
background-color: var(--maincolor) !important;
color: #fff !important;
}

.page-item.active .page-link {
border-color: var(--maincolor);
background-color: var(--maincolor) !important;
color: #fff !important;
}

.pagination > li > a, .pagination > li > span {
	color: var(--maincolor);
}

.page-link:hover span {color: #fff;}

.article iframe {z-index: 9 !important;}

/* SINGLE ARTICLE */

.article-details {
position: relative;
}

.article-details .sppb-row-container {padding: 0; max-width: 100%;}

.article-details .article-can-edit {
	position: relative;
	margin-bottom: 0px;
}

.article-details .article-full-image {
	margin-bottom: 23px;
}

.article-details .article-full-image img {
	display: inline-block;
	width: 100%;
	border-radius: 0;
}

.article-details .article-info {
	margin-bottom: 8px;
	padding: 0;
	border: none;
	margin-top: 0;
}

.article-details .article-info > span {
	font-size: 16px;
}

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 40px;
text-transform: capitalize;
margin-bottom: 10px;
font-weight: 600;
display: none;
}

.article-details .article-author-information {
background-color: #f4f4f4;
padding: 40px 50px;
margin-top: 60px;
border: none;
}


.article-details .article-author-information img {
  margin-right: 0;
  margin-bottom: 0px;
  object-fit: cover;
object-position: center;
max-width: 160px;
	padding: 0 1rem;
}

.article-details .article-author-information h5 {
font-size: 24px;
line-height: 35px;
margin-bottom: 5px;
font-weight: 600;
}

.article-details .article-author-information .author-bio {

}

.author-website {color: #333;}

.author-website a {color: var(--maincolor); margin-left: 4px;}

.author-website a:hover {color: var(--maincolor);}

#article-comments {
	padding-top: 0;
	margin-top: 50px;
	border-radius: 0;
	border: none;
}

.article-details .article-ratings-social-share {
padding: 20px 0px;
padding-bottom: 40px;
border-bottom: 2px solid rgba(97, 118, 134, 0.08);
margin: 20px 0px;
	align-items: center;
	border-top: none;
}

.share-container {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;	
}

.article-social-share .social-share-icon ul li a {
	border: none;
	text-align: center;
	margin-left: 26px;
	display: inline-block;
	line-height: inherit;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: inherit;
	background: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: auto;
	height: auto;
	font-size: 20px;
	color: #1d1729;
}

.article-social-share .social-share-icon ul li a:hover {
	color: var(--maincolor); 
}

.tags-title,
.share-title {
font-weight: 600;
color: #02021E;
line-height: 125%;
font-size: 20px;
}

.tags {
	list-style: none;
	padding: 0;
	margin: 0 !important;
	display: inline-block;
}

.tags > li {
	display: inline-block;
	margin: 0;
}

.tags > li a {
line-height: 20px;
border: none;
border-radius: 0;
background: var(--maincolor);
color: #fff;
padding: 9px 20px;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
}

.tags > li + li a {
	margin-left: 6px;
}

.tags > li a:hover {
background-color: var(--maincolor);
color: #fff;
}

.pagination {
	padding: 35px 0px;
border-top: 2px solid rgba(97, 118, 134, 0.08);
border-bottom: 2px solid rgba(97, 118, 134, 0.08);
margin: 20px 0px;
margin-top: 40px !important;
	justify-content: space-between;
}

.pagination .btn {
	color: #02021E;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 0;
	background: transparent;
	border: none;
}

/* */

/* ANIMATIONS */

@-webkit-keyframes playanimate {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}


@keyframes playanimate {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
	
/* */

@media (min-width: 320px) {#sp-top3 .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top3 .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top3 .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top3 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top3 .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 320px) {#sp-position4 .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-position4 .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-position4 .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-position4 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-position4 .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 320px) {#sp-bottom1  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-bottom1  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-bottom1  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-bottom1 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-bottom1  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {#sp-footer  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {#sp-footer  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 768px) {#sp-footer  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-footer  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}


@media (min-width: 320px) {#sp-banner  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {#sp-banner  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 768px) {#sp-banner  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 992px) {#sp-banner .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-banner  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}


@media (min-width: 320px) {.contained-row  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {.contained-row  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.contained-row  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.contained-row .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.contained-row  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {.contained-section {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {.contained-section {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.contained-section {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.contained-section {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.contained-section {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}



/* J4 Optimization */

.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div > .sp-column,
#sp-header > .row > div > .sp-column  {display: block !important;}

#sp-header .sp-module {
	margin-left: 0px !important; 
}

@media (min-width: 1400px) {#sp-footer  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-banner  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-bottom1  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-top3  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-position4  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.contained-row  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.contained-section {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.sppb-row-container {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.sp-slider .sppb-container {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}


:root {
 --secondcolor: #F54748;
}

/*osproperty*/
.descriptionfeatured{padding:20px; border-radius:0 0 3px 3px;background:#eff3f9;
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
	position:relative;
}
.image_property{border-radius:3px 3px 0 0;
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
}
.descriptionfeatured label{width:80px;} 
.featuredaddress{font-size:12px;margin-bottom:10px;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.propcateg a{color:#617686;font-weight:400;}
.element_title .propprice,.descriptionfeatured .propprice{font-size:18px;font-weight:600;padding:8px 0;height:72px;}

.pricesale{color:#DD1A2D;font-size:18px;font-weight:600;}
.priceorigi{color:#0B3D91;font-size:18px;font-weight:600;}
.priceorigistrike{font-size:16px;}
.image_property,.favslider1{
	position:relative;
}

.image_property .randompropertyfeatured,.favslider1 .randompropertyfeatured{
	top:5px;
	left:10px;
	padding:6px 10px!important;
	border-radius:50px!important;
	background:none;
	color:#D91C44!important;
	font-size:20px!important;
}

.image_property .randompropertytype,.favslider1 .randompropertytype{
	bottom:5px;
	right:10px;
	background:none repeat scroll 0 0 #777;
}

.image_property .randompropertysold, .image_property .randompropertymarket,.favslider1 .randompropertysold{
	top:5px;
	right:10px;
	background:none repeat scroll 0 0 #f5c622;
}
.image_property .randompropertynew,.favslider1 .randompropertynew{
	top: 5px;
	right:10px;
	background:none repeat scroll 0 0 #f49220;
	/*transform: rotate(30deg);*/
}
.image_property .randompropertyfeatured,.image_property .randompropertytype,.image_property .randompropertysold, .image_property .randompropertymarket,.image_property .randompropertynew,.favslider1 .randompropertyfeatured,.favslider1 .randompropertytype,.favslider1 .randompropertysold,.favslider1 .randompropertynew{
	color:white;
	font-size: 13px;
	line-height:20px;
    font-weight: 400;
    padding: 0px 10px;
    position: absolute;
	border-radius:3px;
	opacity: 0.9;
    filter: alpha(opacity=90);
	z-index:1;
}
.article-intro-image {
    overflow: hidden;

}

.article-intro-image img {
display:block;
transition: all 0.3s ease!important;
    -ms-transition: all 0.3s ease!important;
	-webkit-transition: all 0.3s ease!important;
    -moz-transition: all 0.3s ease!important;
}

.article-intro-image img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.randompropertytype a{color:#fff;}
.attribute-list .meta-block label{float: left;width: 120px;min-width:120px;margin:0;}
.attribute-table tbody>tr:nth-child(odd), .attribute-list li:nth-child(odd) {background: #fff;}
.descriptionWrap li {list-style: none;}
.attribute-list .meta-block label{float: left;width: 120px;min-width:120px;margin:0;}
.attribute-table tbody>tr:nth-child(odd), .attribute-list li:nth-child(odd) {background: #fff;}
ul.features,ul.agentbasicinformation,ul.attribute-list{padding-left:0;}
.buildinginfo span, .landinfo span, .propertyinfoli span{
	text-align: left;
    padding: 7px 15px;
    display: inline;
    color: #444;
    border-left: 1px solid #eee;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height:1.4;
	font-weight:normal;
}
.propertyinfoli {
    line-height: 20px;
    background-image: none!important;
    padding: 0!important;
	width:100%;
}
.infotitle, .desctextinfo {
    padding: 7px 10px 7px 15px;
    width: 50%;
    color: #000;
    font-weight: 400;
    background: #eff3f9;
    margin-bottom: 0;
}
.propertyinfoli{
    position: relative;
    font-size: 16px;
	font-weight:300;
    border: 1px solid #eee;
    display: flex;

    padding: 0;
}
.requestmoredetails{margin:0 auto;}
.agentinformation{font-size:1.2rem;}
.agentimage{margin-bottom:20px;}
.agentinfo{margin-bottom:10px;}
.agentmobile i{color:#0345bf}
.agentmsn i{color:#3ACE00}
.propinfoleft{margin: 0}
.themedefault-box{text-align:center;padding:20px;background:#eff3f9;border-radius:3px;}
.relate_property_address{font-size:90%;}
.relate_desc{padding:15px;background:#F1F4F7;border-radius:0 0 5px 5px;
    -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
	position:relative;
}
.relate_property h2{font-size:18px;}
.sp-module.searchinnerpage{background:#EFF3F9;border-radius:10px;padding:15px;margin-bottom:50px;
-webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
}
.sp-module h3.sp-module-title{text-align:center;color:#fff;}
@media (max-width: 400px){#sp-header .logo a img{height:40px;}}
.nav-pills>.active>a, .nav-pills>.active>a:hover, .nav-pills>.active>a:focus{background:#223C91!important;}
.featuredpropdesc h3,.descriptionfeatured h3{font-size:20px;height:60px;overflow:hidden;}
.address_valuewhite,.property_address{font-size:12px;}
.article-info .published{font-size:13px;}
.train img{height:16px;display:inline;}
.train{margin-bottom:10px;font-size:13px;height:28px;}
.categoryfeatured{border-top:solid 1px #ccc;padding:10px 0 0 0;font-size:13px;height:40px;line-height:1.2}
.petfriendly img{display:inline;}
.sp-module.searchinnerpage{margin-top:-100px;}
.relate_property h5{margin-top:10px;}
.agentinformation,.requestwrap{margin-bottom:20px;border-radius:3px;
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
	text-align:center;
}
.requestwrap{padding:20px;border: solid 1px #ebebeb;background:#eff3f9}
.agentimage img{margin:0 auto;}
#propertydetailspage{margin-top:20px;}
.googlemaps{margin-top:20px;}
.horizontal_search.searchhome{color:#fff;}
.horizontal_search.searchhome #moreoption{color:#fff;}
.horizontal_search.searchinnerpage #moreoption{color:#223C91}
.sp-contact-phone a,.sp-contact-phone{color:#223C91;font-weight:600}
li.theme4headerli{display:block;padding:5px 0}
.theme4headerli i{font-size:20px;background: #2BACE2;color:#fff;padding:15px;border-radius:30px;}
.visforms h1{text-align:center;font-size:26px;font-weight:600;color:#223C91}
.visforms .form-group{margin-bottom:10px;}
#sppb-addon-1679900786609{position:absolute;}
.fieldset-1 > .row{padding:0; margin:0}
.sp-page-builder .page-content #section-id-1679898751625{z-index:2}
#sp-menu .d-flex{display:inline-flex!important;}
.horizontal_search #nbed{margin-bottom:10px;}
.theme4headerli span{
line-height: 1;
    padding: 10px;
}
#propertydetails .propprice,#propertydetails .propprice .pricesale, #propertydetails .propprice .priceorigi{font-size:22px;}

.address_details{font-size:14px;}

@media (max-width: 414px) {
	footer{text-align:center;}
	#sp-logo.has-border{padding-left:0;padding-right:0;width:100%}
	#sp-logo .sp-column{text-align:center;}
	#sp-header{padding:5px 0}
	.logo-image{height:40px;}
	#sppb-addon-1679900786609{position:relative;}
}