@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Caladea:400,700");
@import url("http://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800,900|Caladea:400,700");  

body {
  font-family: 'Roboto';
   /*  font-size: 22px;   */
  color: #464646;
  line-height: 30px;
}

button:focus {
  outline: none;
}
a {cursor: pointer;}
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #151515;
  margin: 0;
  text-transform: capitalize;
}
ul,
li {
  margin: 0;
  padding: 0;
}

.sppb-btn.active, .sppb-btn:active {
  background-image: inherit !important;
}

.sppb-btn.focus, 
 .sppb-btn:active:focus, 
 .sppb-btn:active:hover, 
 .sppb-btn:focus, 
 .sppb-btn:hover {
  outline: 0;
}

.sppb-btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.sppb-btn.active, .sppb-btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}


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

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

#sp-footer #sp-footer2 {
	text-align: inherit;
}

.sp-scroll-up {
	background: var(--maincolor);
}

.overflow-hidden {overflow: hidden;}

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

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

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

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  padding: 23px 50px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 34px;
}

body .sppb-btn.sppb-btn-primary,
body .sppb-sp-slider-button .sp-slider-btn-text,
body .sppb-addon-image-overlay-icon {
  background-color: var(--maincolor);
color: #fff;
}

body .sppb-btn.sppb-btn-primary:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover,
body .sppb-addon-image-overlay-icon:hover {
  background-color: #151515;
  color: #ffffff;
}

body .sppb-btn.sppb-btn-dark {
  background: #151515;
  color: #ffffff;
}

body .sppb-btn.sppb-btn-dark:hover {
color: var(--maincolor);
background: #ffffff;
}

body .main-btn .sppb-btn:hover, body .main-btn .sppb-btn:focus {
	background-color: var(--secondcolor);
	color: #fff;
}

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

.sppb-btn span {
    position: relative;
}

.sppb-progress {
	border-radius: 45px;
}

.f-weight-400 {
	font-weight: 400;
}

.text-gray {
	color: #a4a4aa;
}

.sppb-divider {
	display: block;
}

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

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

.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;	
}

.center-section > .sppb-container-inner > .sppb-row,
.center-section  > .sppb-row {
	justify-content: center;
}

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

#sp-top {
	position: relative;
	z-index: 999;
}

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

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

#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-logo-section > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

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

@media (min-width: 1400px) {
	.right-row  {padding-left: 90px !important;}
}


/* HEADER */ 

#sp-header {
	height: auto;
	box-shadow: none;
	padding: 0;
	background: #c81f30;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#sp-header.header-sticky {
	animation-name: fadeHeaderInDown;
	animation-duration: 1.2s;
	animation-fill-mode: both;
	background-color: #c81f30;
	box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
}

@keyframes fadeHeaderInDown {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

#sp-header .logo {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#sp-header .logo img {
	height: auto;
}

.sp-megamenu-parent > li {	
    padding: 25px 0px 25px 0px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
  color: #ebebeb;
  position: relative;
  display: inline-block;
  padding: 0px 0px;
  font-size: 16px;
  line-height: 30px;
/*  font-weight: 410; */
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


.sp-megamenu-parent > li + li > a {
	/* margin-left: 65px; */
    margin-left: 25px;
    margin-right: 25px;
}

@media (max-width: 1400px) {
	.sp-megamenu-parent > li + li > a {
	margin-left: 50px;
}
}

@media (max-width: 1200px) {
	.sp-megamenu-parent > li + li > a {
	margin-left: 30px;
}
}

.sp-megamenu-parent > li > a:before {
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--maincolor);
	content: "";
	transform: scaleX(0.5);
	opacity: 0;
	transition: all 500ms ease;
	z-index: -1;
}

.sp-megamenu-parent > li:first-child > a {padding-left: 0;}

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

.sp-megamenu-parent > li.active > a:before,
.sp-megamenu-parent > li.active > a:hover:before,
.sp-megamenu-parent > li:hover > a:before {
  opacity: 1; 
  transform: scaleX(1);
}

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 .sp-dropdown .sp-dropdown-inner {
background-color: #fff;
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
padding: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item, .sp-megamenu-parent .sp-mega-group li {margin: 0;}

.sp-megamenu-parent .sp-dropdown li + li {
  border-top: 1px solid #f7f6f6;
}

.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;
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 420;
  word-break: break-all;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 500ms ease;
  line-height: 34px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {  
  color: #fff;
  background-color: #c81f30; 
} 


#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	font-size: 20px;
	position: relative;
	z-index: 22;
	height: 80px;
}

.burger-icon > span {
	display: block;
	height: 2px;
	margin: 5px 0;
	transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
	background-color: #FFF;
}

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


@media (min-width: 992px) {
	.offcanvas-toggler-secondary {
		position: absolute !important;
		top: 50%;
		transform: translatey(-50%);
		right: 0;
	}
	.burger-icon > span {
  margin: 3px 0;
  transition: .3s;
  float: right;
  width: 100%:
}
.burger-icon {
	width: 35px;
	cursor: pointer;
}
.burger-icon > span:nth-child(1) {
	width: 55%;
	background: var(--maincolor);
	height: 2px;
}
.burger-icon > span:nth-child(2) {
	width: 75%;
	background: var(--maincolor);
	height: 2px;
}
.burger-icon > span:nth-child(3) {
	width: 65%;
	background: var(--maincolor);
	height: 2px;
}
.burger-icon:hover > span {width: 100%;}
}


@media (max-width: 992px) {
.offcanvas-menu {
	background-color: var(--maincolor);
	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 .mb-3 {
	margin-bottom: 0 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-bottom: 0px;
}

.offcanvas-menu {
	background-color: #fff;
}

.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: -360px;
}

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

.offcanvas-menu {
	width: 360px;
}

}

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


/* */

/* PAGE TITLE */

.sp-page-title {
padding: 120px 0 115px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.sp-page-title .container {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	text-align: center;
}

.sp-page-title .sp-page-title-heading {
  color: #ffffff;
  font-size: 40px;
  font-weight: 630;
  margin: 0;
  line-height: 80px;
}

.sp-page-title .breadcrumb {
margin-bottom: 12px;
}

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

.sp-page-title .breadcrumb > li > a {
  font-size: 16px;
  color: var(--maincolor);
  font-weight: 400;
  line-height: 30px;
}

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

.breadcrumb-item + .breadcrumb-item {
	padding-left: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 10px;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
	color: #bac0c6;
}

.sp-page-title .breadcrumb > .active span {
  font-size: 16px;
  color: #bac0c6;
  font-weight: 450;
  display: inline-block;
  line-height: 30px;
}

/* */

#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-spsimpleportfolio #sp-main-body,
.com-search #sp-main-body,
.com-finder #sp-main-body  {
	padding: 120px 0;
}

.com-spsimpleportfolio #sp-main-body {
	z-index: 2;
	position: relative;
}


.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-spsimpleportfolio #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 {
	padding-top: 120px;
}


/* 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: 120px;
	padding-bottom: 120px;
	position: relative;
}

#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-footer, #sp-bottom {
	background: transparent;
}

.counter_one {
	position: absolute !important;
	top: 50%;
	right: -80px;
	transform: translateY(-50%);
}

.counter_one .sppb-column-addons > div > div {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.counter_one .sppb-column-addons > div > div:hover {
	background: #f6f6f6 !important;
}

/* SP SIMPLE PORTFOLIO (PROJECTS) */

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

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	float: left;
	display: block;
	margin: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li + li {
	margin-left: 25px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	display: block;
	padding: 0;
	background: transparent;
	position: relative;
	color: #868686;
	font-size: 18px;
	font-weight: 500;
	display: block;
	cursor: pointer;
	transition: all 0.4s ease;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:before {
	position: absolute;
	bottom: 9px;
	left: 0;
	right: 0;
	content: "";
	background: var(--maincolor);
	height: 2px;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
	color: #151515;
	background: transparent;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:before,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a:before {
	opacity: 1;
}

.our_projects_one_single {
  position: relative;
  display: block;
}
.our_projects_one_image {
  position: relative;
  display: block;
}
.our_projects_one_image:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(228, 33, 27, 0.9);
  transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.our_projects_one_single:hover .our_projects_one_image:before {
  transform: scaleX(1);
}
.our_projects_one_image img {
  width: 100%;
}
.our_projects_one_icon {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 50px;
  right: 50px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  transform: scale(0);
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.our_projects_one_icon span:before {
  color: #151515;
  font-size: 25px;
  margin: 0;
}
.our_projects_one_icon:hover {
  background: #151515;
}
.our_projects_one_icon:hover span:before {
  color: #ffffff;
}
.our_projects_one_single:hover .our_projects_one_icon {
  transform: scale(1);
}
.our_projects_one_text {
  position: absolute;
  left: 50px;
  bottom: 50px;
  transform: translate3d(0px, 118px, 0px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.our_projects_one_single:hover .our_projects_one_text {
  transform: translate3d(0px, 0px, 0px);
}
.our_projects_one_text h4 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.our_projects_one_text h4 {
  font-size: 20px;
}
}

/* */

/* BLOG */

.article-list .article {
	padding: 0px;
	border: 0px solid #f5f5f5;
	position: relative;
	padding: 0;
	box-shadow: none;
	transition: 0.3s all;
	border-radius: 0;
}

.article-list .article:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: var(--maincolor);
	height: 2px;
	z-index: 1;
	transform: scaleX(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.article-list .article:hover:before {
	transform: scaleX(1);
}

.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: 0px;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 0;
	margin-bottom: 0;
}

.article-list .article .article-intro-image:after, .article-list .article .article-featured-video:after, .article-list .article .article-featured-audio:after, .article-list .article .article-feature-gallery:after {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
background-color: rgba(11, 11, 11, 0.5);
transition: transform 500ms ease, opacity 500ms ease;
opacity: 0;
transform-origin: top center;
}

.article-list .article:hover .article-intro-image:after {
opacity: 1;
transform-origin: bottom center;
}

.article-list .article > div > a {display: block; height: 100%;}

.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: 0;
	-moz-transition: all 500ms ease-out 0s;
-webkit-transition: all 500ms ease-out 0s;
-ms-transition: all 500ms ease-out 0s;
-o-transition: all 500ms ease-out 0s;
transition: all 500ms ease-out 0s;
}

.article-body {
  position: relative;
  display: block;
  border: 1px solid #e4e4e4;
  padding: 15px 15px 15px;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.article-list .article .article-header h2 {
font-size: 24px;
font-weight: 600;
line-height: 34px;
color: #151a33;
margin-bottom: 0px;
}

.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-info {
margin: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
margin-bottom: 17px;
}

.article-info > span,
.article-info > span a {
font-size: 14px;
color: #868686;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.article-info > span a:hover {
  color: #151515;
}

.article-info > span i {
color: var(--maincolor);
padding-right: 3px;
}

.article-info > span + span {margin-left: 10px;}

.article-info > span + span::before {
	display: none;
}

.article-info > span.published {
height: 70px;
width: 70px;
background: var(--maincolor);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: -35px;
right: 30px;
text-align: center;
z-index: 1;
margin: 0;
color: #ffffff;
font-size: 16px;
font-weight: 700;
margin: 0;
line-height: 20px;
padding: 15px;
}

.article-introtext {
  display: none;
}

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

.article-list .article .readmore a,
.article-list .article .readmore a:hover {  
width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DCDCDC;
  color: #191919;
  border-radius: 50%;
}

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

ul.pagination {
	display: flex;
justify-content: space-between;
margin-top: 30px;
padding: 25px 30px 25px;
}

.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 {
	padding: 0;
color: #565151;
font-weight: 500;
height: 54px;
width: 54px;
line-height: 54px !important;
display: inline-block;
border: 1px solid #ddd;
position: relative;
border-radius: 50% !important;
margin-right: 15px;
text-align: center;
}

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

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

.pagination-counter {margin-top: 40px;}

/* SINGLE ARTICLE */

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

.article-details .article-header {
	position: relative;
	padding: 0;
}

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

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 28px;
font-weight: 600;
line-height: 38px;
margin-bottom: 40px;
}

.article-details .article-full-image {
position: relative;
display: block;
margin-bottom: 19px;
margin-top: 0px;
}

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

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

.article-details .article-ratings-social-share {
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
border-top: 2px solid #e4e4e4;
padding: 30px 0 30px;
margin-top: 53px;
margin-bottom: 0;
border-bottom: 0;
}

.article-details .article-ratings-social-share > span {
	color: #1b2336;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 10px;
}

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

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

.tags > li a {
font-size: 12px;
color: #868686;
text-transform: uppercase;
font-weight: 600;
background: #f6f6f6;
display: inline-block;
padding: 2px 15px;
border: none;
border-radius: 0;
}

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

.article-details .article-author-information {
	margin: 0;
padding: 58px;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
margin-bottom: 60px;
border: 2px solid #e4e4e4;
}

.article-details .article-author-information h5 {
	margin: 0;
	color: #151515;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}

.article-details .article-author-information img {
  margin-right: 40px;
  margin-bottom: 20px;
  object-fit: cover;
object-position: center;
}

.article-details .article-author-information h5 {
margin-bottom: .5rem !important;
}

.article-details .article-author-information .author-bio {
margin-bottom: .5rem !important;
font-size: 16px;
}

.author-website, .author-website a {color: #1b2336; margin-left: 4px;}

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

#article-comments {
	border-top: 0px solid #f5f5f5;
	background: #F4F5F8;
	padding: 30px 30px;
	margin-top: 30px;
}

.article-social-share .social-share-icon ul li a {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
width: 40px;
height: 40px;
background-color: #f6f6f6;
color: #151515;
font-size: 14px;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
border: none;
}

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

.article-details ul.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	padding: 0;
}

.article-details .page-link,
.article-details .page-link:hover {
	background: transparent;
	padding: 0;
	border: none;
	margin-right: 0;
	font-weight: 600;
	color: var(--maincolor) !important;
}

/* */

/* IMPORT ICONS */

	/*
  	Flaticon icon font: Flaticon
  	Creation date: 10/10/2020 04:20
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/flaticon.woff2") format("woff2"),
       url("../fonts/flaticon.woff") format("woff"),
       url("../fonts/flaticon.ttf") format("truetype"),
       url("../fonts/flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 0px;
}

.flaticon-email:before { content: "\f100"; }
.flaticon-telephone:before { content: "\f101"; }
.flaticon-plus:before { content: "\f102"; }
.flaticon-industrial:before { content: "\f103"; }
.flaticon-petroleum:before { content: "\f104"; }
.flaticon-engineering:before { content: "\f105"; }
.flaticon-right-arrow:before { content: "\f106"; }
.flaticon-play-button-arrowhead:before { content: "\f107"; }
.flaticon-eco-factory:before { content: "\f108"; }
.flaticon-water-factory:before { content: "\f109"; }
.flaticon-robotic-arm:before { content: "\f10a"; }
.flaticon-pin:before { content: "\f10b"; }
.flaticon-factory-machine:before { content: "\f10c"; }
.flaticon-factory:before { content: "\f10d"; }
.flaticon-customer-review:before { content: "\f10e"; }
.flaticon-responsibility:before { content: "\f10f"; }
.flaticon-leadership:before { content: "\f110"; }
.flaticon-innovation:before { content: "\f111"; }
.flaticon-engineering-1:before { content: "\f112"; }
.flaticon-construction-worker:before { content: "\f113"; }
.flaticon-chemical:before { content: "\f114"; }
.flaticon-hydro-power:before { content: "\f115"; }

/* */



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



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



@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-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;}}



/* 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-top1  .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-top2  .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) {.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) {.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: #3032A2;
	--thirdcolor: #FDE428;
	--fourthcolor: #17305e;
	--fifthcolor: #0E90D5;
}


form.sppb-addon-form-builder-form > textarea.sppb-form-builder-field-9 {
   height: 100px;
}