/*
Theme Name: WIDE
Author: 90 Day Marketing
Author URI: https://90day.marketing/
Description: Custom wordpress theme for wide.sa.
Version: 1.0 */

img {
	max-width: 100%;
}
*, html, body {
	font-family: "Manrope", sans-serif;
}
html h1 {
	color: #181818;
	font-size: 42px;
	font-weight: 700;
	line-height: 52px;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}
html h2 {
	color: #181818;
	font-weight: 700;
}
html h3, 
html h4, 
html h5, 
html h6 {
	color: #181818;
	font-weight: 600;
}
html h2 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 20px;
}
html h3 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 20px;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}
html ol,
html ul,
html li,
html span,
html div {
	color: #181818;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
html b {
	color: #181818;
	font-size: inherit;
	font-weight: 600;
	line-height: inherit;
}
html p {
	color: #181818;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 0;
}
html a,
html p a {
	border-bottom: 1px solid #3747fb;
	color: #3747fb;
	text-decoration: none;
	transition: 0.6s color, 0.6s border-bottom ease-in-out;
}
.section-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(55, 71, 251, 1.0);
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.section-label::before {
	content: '';
	width: 24px;
	height: 1px;
	background: rgba(55, 71, 251, 1.0);
}
html a:hover,
html a:focus,
html a:target,
html p a:hover,
html p a:focus,
html p a:target {
	border-bottom: 1px solid #2E1D38;
	color: #2E1D38;
	text-decoration: none;
	transition: 0.6s color, 0.6s border-bottom ease-in-out;
}
.text-bold {
	font-weight: 600;
}
.p-large {
	font-size: 21px;
	line-height: 28.8px;
}
.newline {
	display: block;
	margin-bottom: 5px;
}
.subheading {
	color: #656565;
	font-size: 21px;
	font-weight: 500;
	line-height: 27px;
}
.bg-gray {
	background: #F3F3F3;
}
.text-gray {
	color: #6D6D6D;
}
.text-red {
	color: #F50000;
}
.text-white {
	color: #FFFFFF;
}
.btn-primary {
	background-color: #3747fb !important; 
	border: 1px solid #3747fb;
	border-color: #3747fb;
	border-radius: 10px;
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	height: 50px;
	line-height: 46px;
	min-width: 200px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #181818 !important; 
	border-color: #181818;
	color: #FFFFFF !important;
	cursor: pointer;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-secondary {
	background-color: #181818 !important; 
	border: 1px solid #181818;
	border-radius: 10px;
	color: #FFFFFF !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	height: 50px;
	line-height: 46px;
	min-width: 200px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-secondary:hover,
.btn-secondary:focus {
	background-color: #FFF !important; 
	color: #181818 !important;
	cursor: pointer;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.ul-contacts li,
.ul-social li {
	margin-bottom: 7px;
}
@media (min-width: 992px){
	.col-lg-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

/********** BODY BLOCK SECTIONS ***********/
.secondary-page-header {
	background: #eaeaea;
	padding-bottom: 50px;
	padding-top: 150px;
}
.benefits-section h2 {
	text-align: center;
}
.body-block-1  {
	padding-bottom: 30px;
	padding-top: 40px;
}
.body-block-2,
.body-block-3 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.body-block-1 .text-col h2,
.body-block-2 .text-col h2,
.body-block-3 .text-col h2 {
	margin-top: 20px;
}
.body-block-1 .img-col img,
.body-block-2 .img-col img,
.body-block-3 .img-col img {
	border-radius: 10px;
}
@media (min-width: 768px){
	.body-block-1 .text-col h2,
	.body-block-2 .text-col h2,
	.body-block-3 .text-col h2 {
		margin-top: 0px;
	}
}
@media (min-width: 992px){
	.body-block-1,
	.body-block-2,
	.body-block-3 {
		padding-bottom: 45px;
		padding-top: 45px;
	}
}
@media (min-width: 1200px){
	.body-block-1,
	.body-block-2,
	.body-block-3 {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.body-block-1 .text-col,
	.body-block-3 .text-col {
		padding-left: 50px;
	}
	.body-block-2 .text-col {
		padding-right: 50px;
	}
}
@media (min-width: 1440px){
	.body-block-1,
	.body-block-2,
	.body-block-3 {
		padding-bottom: 75px;
		padding-top: 75px;
	}
}
/********** end of BODY BLOCK SECTIONS ***********/



/************** SITE HEADER & MAIN MENU **************/
.site-header {
	align-items: center;
	background: #FFF;
	box-shadow: 0 3px 11px 0 rgb(161 161 161 / 50%);
	display: flex;
	height: 80px;
	padding: 8px 10px;
}
.site-header.fixed-top.navbar > .container {
	display: block;
	padding: 0 7.5px;
}
.site-header .logo-wrapper {
	margin-left: 5px;
}
.site-header .logo-wrapper,
.site-header .logo-wrapper a {
	display: block;
	height: auto;
	width: 120px;
}
.site-header .logo-wrapper a {
	border-bottom: 1px solid transparent;
}
.site-header .logo-wrapper a > img {
	margin-top: -7px;
}
.site-header .navbar-wrapper {
	width: calc(100% - 303px);
}
.site-header .navbar-wrapper > .site-nav-wrapper {
	margin: 0 auto;
}
.site-header .burger-button-wrapper {
	width: 40px;
}
.site-header .burger-button-wrapper  {
	align-self: center;
}
.site-header .burger-button-wrapper .navbar-toggler {
	background: #FFF;
	border: 0;
	border-radius: 3px;
	display: block;
	height: 35px;
	margin: 0 auto;
	padding: 5px 0 0 0 ;
	width: 35px;
}
.site-header .burger-button-wrapper .navbar-toggler:hover,
.site-header .burger-button-wrapper .navbar-toggler:focus,
.site-header .burger-button-wrapper .navbar-toggler:target {
	cursor: pointer;
}
.site-header .burger-button-wrapper .navbar-toggler > div { 
	background-color: #2E1D38;
	height: 3px;
	margin: 0px auto 5px auto;
	width: 30px;
}
.site-header .nav-cta-btn-wrapper {
	align-items: center;
	display: flex;
	width: 138px;
}
.site-header .nav-cta-btn-wrapper a {
	background: #3747fb;
	border: 1px solid #3747fb;
	border-radius: 10px;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	height: 44px;
	padding: 7.5px 1px;
	text-align: center;
	transition: 0.6s background, 0.6s border ease-in;
	width: 128px;
}
.site-header .nav-cta-btn-wrapper a:hover,
.site-header .nav-cta-btn-wrapper a:focus {
	border: 1px solid #181818;
	background: #181818;
	transition: 0.6s background, 0.6s border ease-in;
}
@media (min-width: 576px){
	.site-header .logo-wrapper {
		margin-left: 10px;
	}
	.site-header .navbar-wrapper {
		width: calc(100% - 308px);
	}
	.site-header .nav-cta-btn-wrapper > a {
		width: 138px;
	}
}
@media (min-width: 992px){
	.site-header .navbar-wrapper {
		align-items: center;
		display: flex;
		width: calc(100% - 258px);
	}
	.site-header .logo-wrapper {
		margin-left: 0px;
	}
	.site-header .nav-cta-btn-wrapper {
		align-items: center;
		display: flex;
		width: 138px;
	}
}
@media (min-width: 1200px){
	.site-header .logo-wrapper,
	.site-header .logo-wrapper a {
		height: auto;
		width: 130px;
	}
	.site-header .navbar-wrapper {
		align-items: center;
		display: flex;
		width: calc(100% - 288px);
	}
	.site-header .nav-cta-btn-wrapper {
		align-items: center;
		display: flex;
		width: 158px;
	}
	.site-header .nav-cta-btn-wrapper > a { 
		width: 158px;
	}
}
.menu {
	margin: 0;
	padding: 0;
}
.menu > .menu-item-has-children::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.menu > li {
	display: inline-block;
	list-style-type: none;
	font-size: 16px;
	line-height: 22px;
	padding-right: 25px;
	position: relative;
}
.menu > .current-menu-item > a,
.menu > .current-menu-ancestor > a {
	border-bottom: 1px solid #3747fb;
	color: #3747fb;
}
.menu > li > a {
	border-bottom: 1px solid transparent;
	color: #2E1D38;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}
.menu > li > a:hover,
.menu > li > a:focus,
.menu > li > a:target {
	border-bottom: 1px solid #3747fb;
	color: #3747fb;
}
.menu > li > .sub-menu {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
	display: none;
	left: -15px;
	top: 22px;
	padding: 7.5px 15px 10px 15px;
	position: absolute;
	width: fit-content;
}
.menu > li:hover > .sub-menu,
.menu > li:focus > .sub-menu {
	display: block;
	z-index: 99999;
}
.menu > li > .sub-menu li {
	display: block;
	list-style-type: none;
	margin-bottom: 7.5px;
}
.menu > li > .sub-menu li:last-of-type {
	margin-bottom: 0;
}
.menu > li > .sub-menu li > a {
	border-bottom: 1px solid transparent;
	color: #2E1D38;
	display: block;
	font-size: 16px;
	font-weight: 600;
    width: max-content;
}
.menu > li > .sub-menu li > a:hover,
.menu > li > .sub-menu li > a:focus,
.menu > li > .sub-menu li > a:target {
	border-bottom: 1px solid #3747fb;
	color: #3747fb;
}


/************** 3RD LEVEL  MENU **************/
.menu .sub-menu .sub-menu {
	display: none;
}
.menu .sub-menu > li {
	position: relative;
}
.menu .sub-menu > li:hover .sub-menu,
.menu .sub-menu > li:focus .sub-menu,
.menu .sub-menu > li:target .sub-menu {
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
	display: block;
	left: 100%;
	padding: 7.5px 10px;
	position: absolute;
	top: 0;
	width: fit-content;
}
/************** end of 3RD LEVEL  MENU **************/

/** SLIDING MENU **/
#slidingMenu ul li {
	padding-left: 0;
}
#slidingMenu ul li {
	list-style-type: none;
	margin-bottom: 15px;
}
#slidingMenu ul li a {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	text-align: left;
}
#slidingMenu .navbar-toggler {
	background: transparent;
	border: 0;
}
#slidingMenu ul li > ul li {
	padding-left: 20px;
	text-align: left;
}
#slidingMenu .navbar-toggler i {
	color: #711AFF;
}
#slidingMenu .navbar-toggler {
	margin-top: 15px;
}
#slidingMenu .navbar-toggler:hover,
#slidingMenu .navbar-toggler:focus,
#slidingMenu .navbar-toggler:target {
	cursor: pointer;
}
#slidingMenu .navbar-toggler > div {
	background-color: #FFF;
	height: 3px;
	margin: 6px 0;
	transition: 0.4s;
	width: 30px;
}
#slidingMenu .navbar-toggler .bar1 {
  transform: translate(0, 6px) rotate(-45deg);
}
#slidingMenu .navbar-toggler .bar2 {
	opacity: 0;
}
#slidingMenu .navbar-toggler .bar3 {
  	transform: translate(0, -12px) rotate(45deg);
}

.dropdown-menu.show {
    display: block;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.dropdown-menu {
	background-color: transparent;
	color: #FFF;
	display: none;
	list-style: none;
	min-width: 10rem;
	padding: 15px 0 8px 0;
	position: static;
	text-align: center;
}
.dropdown-menu li {
	margin-bottom: 12px;
}
.dropdown-menu li:last-of-type {
	margin-bottom: 0;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
/*********** end of SITE HEADER & MAIN MENU ***********/


/************** QUOTE MODAL SECTION **************/
#popupQuoteModal .modal {
	z-index: 10;
}
#popupQuoteModal.modal {
	padding-top: 150px;
}
#popupQuoteModal .modal-backdrop {
	z-index: 9;
}
@media (min-width: 992px){
	#popupQuoteModal .modal-dialog {
		max-width: 800px;
		width: 800px;
	}
	#popupQuoteModal .modal-dialog .modal-content {
		margin: 0 auto;
		width: 800px;
	}
}
@media (min-width: 768px) {
	.modal-dialog {
		max-width: 700px;
	}
}
@media (min-width: 992px) {
	.modal-dialog {
		padding-top: 120px;
	}
}
/*** Puts Address AutoFill Above Modal ***/
.pac-container {
    background-color: #FFF;
    z-index: 20;
    position: fixed;
    display: inline-block;
    float: left;
}
.modal {
    z-index: 20;   
}
.modal-backdrop {
    z-index: 10;        
}
/*** end of Puts Address AutoFill Above Modal ***/
/************** end of QUOTE MODAL SECTION **************/


/************** MAIN SECTION **************/
.main-section {
	background-color: #f4f6fc;
	padding-bottom: 60px;
	text-align: center;
}
.main-section h1 {
	color: #fff;
	margin-bottom: 20px;
	margin-top: 0;
	text-shadow: 0 3px 6px rgba(0,0,0,.9)!important;
}

.main-section p {
	color: #fff;
	margin-bottom: 35px;
	text-shadow: 0 3px 6px rgba(0,0,0,.9)!important;
}
.main-section {
	padding-top: 80px;
}
.main-section .text-col {
	padding-top: 50px;
}
.main-section .text-col .btn-primary {
	text-shadow: none;
}
@media (min-width: 576px){
	.main-section {
		padding-top: 100px;
	}
	.main-section .text-col {
		padding-bottom: 75px;
		padding-top: 75px;
	}
	.main-section h1 {
		margin-bottom: 25px;
	}
	.main-section .main-p {
		margin-bottom: 60px;
	}
}
@media (min-width: 768px){
	.main-section,
	.main-section .container {
		height: 600px;
	}
	.main-section h1 {
		font-size: 45px;
		line-height: 55px;
	}
}
@media (min-width: 992px){
	.main-section,
	.main-section .container {
		height: 700px;
	}
	.main-section .text-col {
		padding-top: 130px;
	}
	.main-section h1 {
		font-size: 48px;
		line-height: 68px;
	}
	.main-section .main-p {
		margin-bottom: 65px;
	}
}
@media (min-width: 1200px){
	.main-section {
		padding-top: 0;
	}
	.main-section,
	.main-section .container {
		height: 100vh;
	}
	.main-section .text-col {
		padding-top: calc(50vh - 180px);
	}
	.main-section h1 {
		font-size: 50px;
		line-height: 70px;
	}
	.main-section .main-p {
		margin-bottom: 70px;
	}
}
@media (min-width: 1440px){
	.main-section h1 {
		font-size: 60px;
		line-height: 80px;
	}
	.main-section .main-p {
		margin-bottom: 75px;
	}
}
/************** end of MAIN SECTION **************/


/************** PAGE TITLE SECTION **************/
.page-title {
	padding-bottom: 25px;
	padding-top: 25px;
}
@media (min-width: 992px){
	.page-title {
		padding-bottom: 35px;
		padding-top: 35px;
	}
}
/************** end of PAGE TITLE SECTION **************/


/************** BENEFITS SECTION **************/
.benefits-section {
	background: rgb(244, 244, 251);
	padding-bottom: 35px;
	padding-top: 25px;
}
.benefits-section h2 {
	text-align: center;
}
.ul-benefits {
	margin-bottom: 0;
	padding-left: 0;
}
.ul-benefits > li {
	display: flex;
	list-style: none;
	margin-bottom: 10px;
}
.icon-wrapper {
	margin-right: 10px;
}
@media (min-width: 768px){
	.benefits-section {
		padding-bottom: 45px;
		padding-top: 45px;
	}
}
@media (min-width: 992px){
	.benefits-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}
@media (min-width: 1200px){
	.benefits-section {
		padding-bottom: 75px;
		padding-top: 75px;
	}
}
/************** end of BENEFITS SECTION **************/


/*********** REVIEWS SECTION ************/
.reviews-section {
	padding-top: 35px;
}
.reviews-section h2 {
	text-align: center;
}
.reviews-section ul {
	padding-left: 0;
}
.reviews-section ul li {
	list-style-type: none;
	margin-bottom: 25px;
}
.reviews-section ul li .why-us-item-wrapper {
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	padding: 20px 15px;
	text-align: center;
}
.reviews-section ul li .why-us-item-wrapper .review-text {
	color: #848484;
	margin-bottom: 30px;
}
.reviews-section ul li .why-us-item-wrapper .review-info {
	display: inline-block;
	margin: 0 auto;
	padding-left: 55px;
	position: relative;
}
.reviews-section ul li .why-us-item-wrapper .review-info::before {
	background-color: #f0f0f0;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 48px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 48px;
}
.reviews-section ul li .why-us-item-wrapper .review-info.google::before {
	background: url(/wp-content/uploads/2023/10/icon-google-my-business-logo.svg);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center center;
}
.reviews-section ul li .why-us-item-wrapper .review-info.yelp::before {
	background: url(/wp-content/uploads/2023/10/icon-yelp-icon.svg);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center center;
}
.reviews-section ul li .why-us-item-wrapper .review-info .review-author {
	color: #2E1D38;
	display: block;
	font-style: normal;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
}
.reviews-section ul li .why-us-item-wrapper .review-info .review-source {
	display: block;
	text-align: left;
}
@media (min-width: 576px){
	.reviews-section ul li .why-us-item-wrapper {
		padding: 25px 15px 15px 15px;
	}
}
@media (min-width: 768px){
	.reviews-section {
		padding-top: 50px;
	}
	.reviews-section ul li .why-us-item-wrapper {
		padding: 35px 15px 15px 15px;
	}
}
@media (min-width: 992px){
	.reviews-section {
		padding-top: 60px;
	}
	.reviews-section h2 {
		margin-bottom: 40px;
	}
	.reviews-section ul li .why-us-item-wrapper {
		padding: 40px 30px 50px 30px;
	}
}
@media (min-width: 1200px){
	.reviews-section {
		padding-top: 90px;
	}
	.reviews-section h2 {
		margin-bottom: 60px;
	}
	.reviews-section ul {
		justify-content: center;
	}
	.reviews-section ul li .why-us-item-wrapper {
		padding: 30px 35px 40px 35px;
	}
}
/*********** end of REVIEWS SECTION ************/


/*********** BLOG SECTION ************/
.blog-section {
	padding-bottom: 35px;
	padding-top: 25px;
}
.blog-section .title-row {
	padding-bottom: 20px;
}
.home-blog-post h3 {
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 10px;
}
.first-blog-post .home-blog-post img {
	border-radius: 10px;
	margin-bottom: 10px;
}
.more-blog-post .home-blog-post {
	display: flex;
	margin-bottom: 25px;
}
.more-blog-post .home-blog-post .post-wrapper {
	align-self: center;
}
.more-blog-post .home-blog-post img {
	border-radius: 10px;
	margin-right: 15px;
	height: 150px;
	width: 150px;
}
.more-blog-post .home-blog-post p {
	margin-bottom: 0;
}
@media (min-width: 576px){
	.first-blog-post .home-blog-post img {
		height: 510px;
	}
}
@media (min-width: 768px){
	.blog-section {
		padding-bottom: 45px;
		padding-top: 45px;
	}
}
@media (min-width: 992px){
	.blog-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.first-blog-post .home-blog-post img {
		height: 450px;
	}
}
@media (min-width: 992px){
	.first-blog-post .home-blog-post img {
		height: 390px;
	}
}
@media (min-width: 1200px){
	.blog-section {
		padding-bottom: 75px;
		padding-top: 75px;
	}
}
/*********** end of BLOG SECTION ************/


/************** BLOG PAGE **************/
.blog-post {
	margin-bottom: 50px;
}
.blog-post .post-image img {
	border-radius: 10px;
	height: auto;
}
.blog-post .post-text .post-heading {
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.blog-post .post-text .post-heading > a {
	border-bottom: 1px solid transparent;
	color: #2E1D38;
	display: block;
	font-size: inherit;
	line-height: inherit;
}
.blog-post .post-text .post-heading:hover > a,
.blog-post .post-text .post-heading:focus > a,
.blog-post .post-text .post-heading:target > a {
	color: #3747fb;
}
.blog-post .post-text .post-excerpt {
	font-size: inherit;
	font-weight: 400;
	line-height: inherit;
	margin-bottom: 20px;
}
.blog-post .post-text .reading-info {
	display: flex;
}
.blog-post .post-text .reading-info .post-date {
	color: #6A6A6A;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	width: 50%;
}
.blog-post .post-text .reading-info .reading-time {
	color: #6A6A6A;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: right;
	width: 50%;
}
@media (min-width: 992px){
	.blog-post .post-text .post-heading {
		margin-bottom: 20px;
		margin-top: 15px;
	}
	.blog-post .post-text .post-excerpt {
		margin-bottom: 25px;
	}
}
@media (min-width: 1200px){
	.blog-post {
		margin-bottom: 100px;
	}
}
@media (min-width: 1440px){
	.blog-post {
		margin-bottom: 125px;
	}
}
/*********** end of BLOG PAGE ************/


/*********** BLOG PAGE: CATEGORIES SECTION ************/
.blog-cats {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
.blog-cats > li {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 15px;
}
.blog-cats > li:first-child > a {
	border-bottom: 1px solid #3747fb;
	color: #3747fb;
}
.blog-cats > li:last-of-type {
	margin-right: 0;
}
.blog-cats > li > a {
	border-bottom: 1px solid #B6B6B6;
	color: #B6B6B6;
}
.blog-cats > li > a:hover,
.blog-cats > li > a:focus,
.blog-cats > li > a:target {
	border-bottom: 1px solid #3747fb;
	color: #3747fb;
}
@media (min-width: 992px){
	.blog-cats {
		padding-bottom: 35px;
	}
}
@media (min-width: 1200px){
	.blog-cats {
		padding-bottom: 50px;
	}
}
/*********** end of BLOG PAGE: CATEGORIES SECTION ************/


/*********** BLOG PAGE: PAGINATION SECTION ************/
.blog-pagination-wrapper {
	padding-bottom: 50px;
	padding-top: 25px;
	text-align: center;
}
.blog-pagination-wrapper > a {
	margin-left: 10px;
	margin-right: 10px;
}
@media (min-width: 576px){
	.blog-pagination-wrapper {
		padding-bottom: 65px;
	}
}
@media (min-width: 992px){
	.blog-pagination-wrapper {
		padding-bottom: 75px;
	}
}
@media (min-width: 1200px){
	.blog-pagination-wrapper {
		padding-bottom: 125px;
		padding-top: 0;
	}
	.blog-pagination-wrapper > a {
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media (min-width: 1440px){
	.blog-pagination-wrapper {
		padding-bottom: 150px;
	}
}
/*********** end of BLOG PAGE: PAGINATION SECTION ************/

/*********** SINGLE BLOG POST ************/
.post-single img {
	height: auto;
}
.post-single h1 {
	font-size: 40px;
	line-height: 55px;
}
.post-single h2 {
	font-size: 35px;
	font-weight: bold;
	line-height: 47px;
}
.post-single h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.post-single h4 {
	font-size: 25px;
	line-height: 34px;
	font-size: 500;
}
.post-single .ul-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
}
.post-single ol > li,
.post-single ul > li {
	margin-bottom: 10px;
}
@media (min-width: 992px){
	.post-single .order-lg-1 {
		position: relative;
	}
	.post-single .order-lg-1 .post-single-info {
		position: fixed;
	}
}
.post-single-pagination {
	padding-bottom: 50px;
	padding-top: 35px;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
	margin: 4rem 0 1rem 0;
}
/*********** end of SINGLE BLOG POST ************/


/*********** SINGLE BLOG POST: AUTHOR SECTION ************/
.post-single-author-section {
	border-bottom: 1px solid #2E1D38;
	border-top: 1px solid #2E1D38;
	margin-bottom: 35px;
	padding: 10px 0;
}
.post-single-author-section > .post-single-dates > p {
	margin-bottom: 10px;
}
.post-single-author-section > .post-single-dates > p:last-of-type {
	color: #888888;
}
.post-single-author-section > .post-single-author {
	align-items: center;
	display: flex;
	padding-bottom: 5px;
}
.post-single-author-section > .post-single-author a {
	color: #2E1D38;
	border-color: transparent;
}
.post-single-author-section > .post-single-author a:hover,
.post-single-author-section > .post-single-author a:focus,
.post-single-author-section > .post-single-author a:target {
	color: #3747fb;
	border-color: #3747fb;
}
.post-single-author-section .post-single-author > img {
	border-radius: 50%;
	height: autp;
	margin-right: 15px;
	width: 60px;
}
.post-single-author-section .post-single-author > p {
	margin-bottom: 0;
}
@media (min-width: 768px){
	.post-single-author-section {
		display: flex;
	}
	.post-single-author-section > .post-single-dates {
		width: 60%;
	}
	.post-single-author-section > .post-single-dates {
		padding-top: 10px;
	}
	.post-single-author-section > .post-single-author {
		padding-bottom: 0;
	}
}
/*********** end of SINGLE BLOG POST: AUTHOR SECTION ************/


/*********** BLOG AUTHOR ARCHIVE PAGE ************/
.archive-header.author-archive-info {
	border-bottom: 3px solid #2E1D38;
	margin-bottom: 35px;
	padding-top: 15px;
}
.archive-header.author-archive-info .author-img-col img {
	border-radius: 10px;
}
.archive-header.author-archive-info .author-desc-col .author-title {
	margin-bottom: 15px;
	margin-top: 10px;
}
.archive-header.author-archive-info .author-desc-col .author-sm {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.archive-header.author-archive-info .author-desc-col .author-sm > li {
	display: inline-block;
	margin-right: 15px;
}
.archive-header.author-archive-info .author-desc-col .author-sm > li:last-of-type {
	margin-right: 0;
}
.archive-header.author-archive-info .author-desc-col .author-sm > li > a {
	border-color: transparent;
}
.archive-header.author-archive-info .author-desc-col .author-sm > li > a:hover,
.archive-header.author-archive-info .author-desc-col .author-sm > li > a:focus,
.archive-header.author-archive-info .author-desc-col .author-sm > li > a:target {
	border-color: #3747fb;
}
@media (min-width: 576px){
	.archive-header.author-archive-info .author-desc-col .author-title {
		margin-top: 0;
	}
}
@media (min-width: 992px){
	.archive-header.author-archive-info {
		padding-bottom: 25px;
		padding-top: 25px;
	}
	.archive-header.author-archive-info .author-desc-col {
		align-self: center;
    	display: flex;
    	flex-direction: column;
	}
	.archive-header.author-archive-info .author-desc-col h1 {
		margin-top: 15px;
	}	
}
/*********** end of BLOG AUTHOR ARCHIVE PAGE ************/

/*********** FAQ SECTION ************/
.faq-section {
	background: #f8f8f8;
	padding-bottom: 35px;
	padding-top: 35px;
}
.faq-section .title-row {
	padding-bottom: 20px;
}
.faq-section #faqAccordion {
	padding-left: 0;
}
.faq-section h2 {
	text-align: center;
}
.faq-section .card {
	border: 0;
	border-radius: 10px !important;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
	margin-bottom: 25px;
	padding: 24px 30px;
}
.faq-section .card-header {
	background: none;
	border: 0;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	padding: 0;
	transition: 0.6s background;
}
.faq-section .card-header .btn-link {
	align-items: center;
	border-bottom: 1px solid transparent;
	color: #2E1D38;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	padding: 0;
}
.faq-section .card-header .btn-link.collapsed  {
	color: #2E1D38;
}
.faq-section .card-header .btn-link:not(collapsed),
.faq-section .card-header:hover .btn-link:not(collapsed),
.faq-section .card-header:focus .btn-link:not(collapsed),
.faq-section .card-header:target .btn-link:not(collapsed) {
	border-bottom: 1px solid transparent;
	color: #3747fb;
}
.faq-section .card-header .card-link .arrow-indicator {
	background: url(/wp-content/uploads/2023/03/arrow-down.svg);
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-size: contain;
	display: block;
	height: 15px;
	margin-left: auto;
	margin-right: 10px;
	width: 15px;
}
.faq-section .card-header .card-link.collapsed {
}
.faq-section .card-header .card-link.collapsed .arrow-indicator {
	background: url(/wp-content/uploads/2023/03/arrow-up.svg);
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-size: contain;
}
.faq-section .card-body {
	padding: 16px 0 0 0;
}
.faq-section .card-body ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 7px;
}
.faq-section .card-body ul li a {
	color: #2E1D38;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.faq-section .card-body ul li a:hover,
.faq-section .card-body ul li a:focus {
	color: #3747fb;
}
.faq-section .button-p {
	margin-bottom: 10px;
	padding-top: 40px;
	text-align: center;
}	
@media (min-width: 768px){
	.faq-section {
		padding-bottom: 45px;
		padding-top: 45px;
	}
	.faq-section .title-row {
		padding-bottom: 45px;
	}
}
@media (min-width: 992px){
	.faq-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}
@media (min-width: 1200px){
	.faq-section {
		padding-bottom: 75px;
		padding-top: 75px;
	}
}
/*********** end of FAQ SECTION ************/

/*********** CALL-TO-ACTION SECTION ************/
.cta-section {
	background: #181818;
	padding: 25px 0;
}
.cta-section h2,
.cta-section p {
	color: #FFF;
}
.cta-section .btn-primary:hover,
.cta-section .btn-primary:focus,
.cta-section .btn-primary:target {
	background: #FFF !important;
	color: #181818 !important;
}
@media (min-width: 768px){
	.cta-section .btn-col {
		text-align: right;
	}
	.cta-section .btn-col > p {
		margin-bottom: 0;
	}
}
/*********** end of CALL-TO-ACTION SECTION ************/


/*********** FINAL CALL-TO-ACTION SECTION ************/
.final-cta-section {
	background: #3747fb;
	padding-bottom: 25px;
	padding-top: 25px;
}
.final-cta-section h2,
.final-cta-section p {
	color: #FFF;
}
/*********** end of FINAL CALL-TO-ACTION SECTION ************/


/************** TITLE ROW **************/
.title-row {
	padding-bottom: 25px;
}
@media (min-width: 992px){
	.title-row {
		padding-bottom: 35px;
	}
}
@media (min-width: 1200px){
	.title-row {
		padding-bottom: 45px;
	}
}
/************** end of TITLE ROW **************/


/************** BUTTONS ROW **************/
.button-ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
}
.button-ul li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.button-ul li:last-of-type {
	padding-top: 15px;
}
@media (min-width: 576px){
	.button-ul li:last-of-type {
		margin-left: 25px;
	}
}
@media (min-width: 768px){
	.button-ul li {
		margin-left: 0;
	}
	.button-ul li:last-of-type {
		margin-left: 0px;
	}
}
@media (min-width: 992px){
	.button-ul li:last-of-type {
		margin-left: 15px;
	}
}
@media (min-width: 1440px){
	.button-ul li:last-of-type {
		margin-left: 32px;
	}
}
/************** end of BUTTONS ROW **************/


/************** FORM STYLING **************/
.form-wrapper label {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 25px;
	width: 100%;
}
.form-wrapper label > .label {
	display: inline-block;
	margin-bottom: 5px;
}
.form-wrapper label > .label > .text-red {
	margin-left: 5px;
}
.form-wrapper input,
.form-wrapper select {
	border: 1px solid rgba(53, 53, 255, 0.15);
	border-radius: 10px;
	display: block;
	font-size: 16px;
	line-height: 22px;
	height: 45px;
	padding: 5px 15px;
	transition: 0.6s border ease-in;
	width: 100%;
}
.form-wrapper input:hover,
.form-wrapper input:focus,
.form-wrapper input:active,
.form-wrapper input:target,
.form-wrapper select:hover,
.form-wrapper select:focus,
.form-wrapper select:active,
.form-wrapper select:target {
	border: 1px solid #3747fb;
	outline: none;
	transition: 0.6s border ease-in;
}
.form-wrapper textarea {
	border: 1px solid rgba(53, 53, 255, 0.15);
	border-radius: 10px;
	display: block;
	font-size: 16px;
	line-height: 22px;
	padding: 5px 15px;
	transition: 0.6s border ease-in;
	width: 100%;
}
.form-wrapper textarea:hover,
.form-wrapper textarea:focus,
.form-wrapper textarea:active,
.form-wrapper textarea:target {
	border: 1px solid #3747fb;
	outline: none;
	transition: 0.6s border ease-in;
}
.form-wrapper input[type="submit"]{
	background-color: #3747fb;
	border: 1px solid #3747fb;
	border-color: #3747fb;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	height: 50px;
	line-height: 22px;
	margin-top: 15px;
	min-width: 200px;
	text-align: center;
	text-decoration: none;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
	width: initial;
}
.form-wrapper input[type="submit"]:hover,
.form-wrapper input[type="submit"]:focus,
.form-wrapper input[type="submit"]:active, 
.form-wrapper input[type="submit"]:target {
	background-color: #FFFFFF;
	border: 1px solid #3747fb;
	color: #3747fb;
	cursor: pointer;
	transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
/************** end of FORM STYLING **************/


/************** BREADCRUMBS SECTION **************/
.breadcrumbs-wrapper {
	font-size: 14px;
	text-align: left;
}
.breadcrumbs-wrapper span > a {
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-size: 12px;
}
.breadcrumbs-wrapper span > a:hover,
.breadcrumbs-wrapper span > a:focus,
.breadcrumbs-wrapper span > a:target {
	border-bottom: 1px solid #3747fb;
	color: #3747fb;
}
.wrapper span > a {
	margin-left: 10px;
	margin-right: 10px;
}
.breadcrumb_last {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}
.breadcrumbs-wrapper span,
.breadcrumb_last {
	color: #FFF;
}
@media (min-width: 1200px){
	.breadcrumbs-wrapper {
		font-size: 12px;
		padding-top: 55px;
	}
	.breadcrumbs-wrapper span > a,
	.breadcrumb_last {
		font-size: 12px;
	}
}
/************** end of BREADCRUMBS SECTION **************/


/************** FOOTER SECTION **************/
.site-footer {
	background: #181818;
	padding-top: 70px;
}
.footer-widget-item {
	margin-bottom: 50px;
}
.footer-widget-title {
	color: #FFF;
	font-size: 21px;
	font-weight: 700;
	line-height: 27px;
	text-transform: uppercase;
}
.footer-widget-area ul {
	padding-left: 0;
	list-style: none;
}
.footer-widget-area ul li {
	margin-bottom: 10px;
}
.site-footer .footer-widget-item .menu > li {
	display: block;
}
.site-footer .footer-widget-item .menu > li > a {
	font-weight: 400;
	text-transform: initial;
}
.footer-widget-area,
.footer-widget-area ul > li,
.footer-widget-area ul > li > b,
.footer-widget-area span {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 22px;
}
.footer-widget-area ul > li > a,
.footer-widget-area a {
	border-bottom: 1px solid transparent;
	color: #DDD;
	font-size: 16px;
	line-height: 22px;
}
.footer-widget-area a:hover,
.footer-widget-area a:focus,
.footer-widget-area a:target,
.footer-widget-area .menu > li > a:hover,
.footer-widget-area .menu > li > a:focus,
.footer-widget-area .menu > li > a:target {
	border-bottom: 1px solid #3747fb;
	color: #3747fb;
}
.footer-widget-area .new-line {
	display: block;
}
.copyright-wrapper {
	border-top: 1px solid #FFF;
	padding-top: 15px;
}
.copyright-wrapper p {
	margin-bottom: 15px;
}
.copyright-wrapper .licensing,
.copyright-wrapper .copyright {
	color: #FFF;
	text-align: center;
}
@media (min-width: 576px){
	.footer-logo {
		width: 150px;
	}
}
@media (min-width: 768px){
	.copyright-wrapper .copyright {
		text-align: left;
	}
	.footer-logo {
		width: 130px;
	}
}

.social-media-container {
	text-align: right;
}
.social-media-container .footer-social-media-ul {
	padding-left: 0;
}
.social-media-container .footer-social-media-ul > li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}
.social-media-container .footer-social-media-ul > li:last-of-type {
	margin-right: 0;
}
.social-media-container .footer-social-media-ul > li > a {
	border-bottom: 1px solid transparent;
}
@media (min-width: 992px){
	.social-media-container .footer-social-media-ul > li {
		margin-right: 10px;
	}
}
/************** end of FOOTER SECTION **************/


/************** 404 Page *****************/
.page-404 header.text-center p > a:first-of-type {
	margin-right: 15px;
}
/************** end of 404 Page *****************/

#step2.fade:not(.show) {
	opacity: 1 !important;
}

/************** 3 Services Section *****************/
.home-services-ul {
	list-style: none;
	margin-top: -60px;
	padding-left: 0;
}
.home-services-ul > .home-services-item {
	margin-bottom: 25px;
}
.home-services-ul > .home-services-item > .home-services-item-wrapper {
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0px 5px 20px rgba(0,0,0,30%);
	padding: 15px 10px 15px 10px;
	text-align: center;
}
.home-services-ul > .home-services-item > .home-services-item-wrapper > .home-services-item-title {
	font-size: 21px;
	font-weight: 600;
}
.home-services-item-wrapper ul {
	text-align: left;
}
.home-services-item-wrapper ul > li {
	list-style: disc;
	margin-bottom: 10px;
}
.home-services-item-wrapper ul > li:last-of-type {
	margin-bottom: 0;
}
@media (min-width: 576px){
	.home-services-ul > .home-services-item > .home-services-item-wrapper {
		padding: 20px 10px;
	}
}
@media (min-width: 768px){
	.home-services-ul {
		margin-top: -30px;
	}
	.home-services-ul > .home-services-item {
		padding: 0 7.5px;
	}
}
@media (min-width: 992px){
	.home-services-ul > .home-services-item {
		padding: 0 15px;
	}
	.home-services-ul > .home-services-item > .home-services-item-wrapper {
		padding: 25px 10px;
	}
	.home-services-ul > .home-services-item > .home-services-item-wrapper > .btn-primary {
		min-width: stretch;
	}
}
@media (min-width: 1200px){
	.home-services-ul {
		margin-top: -80px;
	}
}
/************** end of 3 Services Section *****************/



/************** PROCESS SECTION *****************/
.process-section {
	padding-bottom: 35px;
	padding-top: 35px;
}
.process-ul {
	margin-bottom: 0;
	padding-left: 0;
}
.process-ul > li {
	margin-bottom: 10px;
	list-style: none;
}
.process-ul > li > .process-step-wrapper {
	border-radius: 10px;
	box-shadow: 0px 5px 20px rgba(0,0,0,15%);
	padding: 15px 10px;
}
.process-ul > li > .process-step-wrapper > svg {
	margin-bottom: 20px;
}
.process-ul > li > .process-step-wrapper > .process-info-wrapper > .process-step {
	color: #C2C2C2;
	display: block;
	font-size: 13px;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.process-ul > li > .process-step-wrapper > .process-info-wrapper > .process-title {
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 7.5px;
}
@media (min-width: 576px){
	.process-ul > li {
		display: flex;
		margin-bottom: 20px;
		padding: 0 7.5px;
	}
}
@media (min-width: 768px){
	.process-section {
		padding-bottom: 45px;
		padding-top: 45px;
	}
}
@media (min-width: 992px){
	.process-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.process-ul > li > .process-step-wrapper > .process-info-wrapper > .process-description {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.process-section {
		padding-bottom: 75px;
		padding-top: 75px;
	}
	.process-ul > li > .process-step-wrapper {
		padding: 20px 15px 20px 15px;
	}
	.process-ul > li > .process-step-wrapper > svg {
		margin-bottom: 20px;
	}
	.process-ul > li > .process-step-wrapper > .process-info-wrapper > .process-step {
		margin-bottom: 5px;
	}
}
/************** end of PROCESS SECTION *****************/