/*
Theme Name: Esaregistration
Theme URI: https://www.esaregistration.org
Author: Esaregistration
Author URI: https://www.esaregistration.org
Description: A WordPress theme frame work
Requires at least: WordPress 6.0.0
Version: bootstrap-5.3.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: esaregistration
Tags: blog, news, photography, two-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-menu, editor-style, featured-images, footer-widgets, rtl-language-support, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Alignments
# Sidebars
# Widgets
# Preloader
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Content
    ## Posts and pages
	## Asides
	## Comments
# Media
	## Captions
	## Galleries
# Post Format
# Pagination
# Footer
# Social Share
# Load more
# Responsive
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.clear{
	clear: both;
}
html, body {
    font-size: 100%;
    height: 100%;
}
body{
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: #212529;
	text-align: left;
}
input.text{
	background:#FFFFFF;
	border:none;
	padding:1px;
}
input.button{
	background:#000000;
	border:1px solid #000000;
	color:#ffffff;
}
p, ul, ol {
	font-size: 16px;
	line-height: 24px;
}
blockquote{
	margin-left:36px;
	margin-right:36px;
}
a{
	color: #3359a0;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #213966;
	text-decoration: underline;
}
h1 a, h2 a, h3 a{
	color: #3359a0;
	text-decoration: none;
	background-color: transparent;
}
h1 a:hover, h2 a:hover, h3 a:hover{
	color: #213966;
	text-decoration: underline;
}
hr{
	display:none;
}
#header{
	background-color:#9F9F9F;
	height:38px;
	margin:0 auto;
	width: 100%;
	position:relative;
	z-index:9999;
}
#search {
  float: right;
  width: 300px;
}
.search-form-group {
  display: flex;
}
#search fieldset{
	border:none;
}
#search #s {
  padding: 0 5px;
  margin-right: 10px;
}
#search #x{
}
#logo-wrapper{
	height:160px;
	margin:0 auto;
	width: 100%;
	background-color: #A8A8A8;
	background-repeat: no-repeat;
}
#page{
	background:#FFFFFF;
	margin:0 auto;
}
.contentmain{
	width:490px;
	float:left;
	}
#content{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	
}
.post .title{
	font-weight:normal;
	margin:0;
}
.featured_box{
	display: flex;
}
.featured_box img{
	width: 100%;
	max-width: 100%;
	height: 200px;
	border-radius: 5px 5px 0 0;
}
h1.title{
	color:#333333;
	font-size:26px;
	font-weight: normal;
}
h2.title{
	color:#371015;
	font-size:16px;
}
.desctitle{
	font-size:10px;
}
.post h1.title{
	font-size:24px;
	height:auto;
}
.entry p{
	padding-bottom:20px;
}
.entry ul,ol{
	padding-left:20px;
}
.post .meta{
	border-bottom:1px dotted #CCCCCC;
	color:#333333;
	font-size:14px;
}
.navigation{
	padding-top:0px;
	padding-bottom: 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.navigation a {
	font-size: 16px;
	font-weight: 600;
	color: #3359a0;
	padding: 6px 10.5px;
	border: 1px solid #dee2e6;
	margin-left: -1px;
	margin-right: 0px;
}
.navigation .extend {
	font-size: 16px;
	font-weight: 600;
	color: #3359a0;
	padding: 6px 10.5px;
	border: 1px solid #dee2e6;
	margin-left: -1px;
	margin-right: 0px;
}
.navigation .wp-pagenavi span.current {
	font-weight: 600;
	background-color: #3359a0;
	border: 1px solid #3359a0;
	color: #fff;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	padding: 6px 10.5px;
	line-height: 1.25;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 0px !important;
}
.navigation a:hover {
	color: #213966;
	text-decoration: none;
	background-color: #e9ecef;
	border: 1px solid #dee2e6;
}
.wp-pagenavi .pages {
	font-size: 16px;
	font-weight: 600;
	color: rgb(33, 37, 41);
	border: none;
	margin-right: 14px;
}
.post .meta a{
	color:#333333;
}
.post .links{
	margin:0;
}
.post .tags{
	font-size:9px;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.post .links a, .post .tags a{
	border:none;
}
.leftsidebar{
	width:300px;
	float:left;
}
.rightsidebar {
	width: 100%;
}
.cms-content .sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar h3 {
	font-size: 14px;
	font-weight: 600;
}
.sidebar li{
}
.sidebar li li{
	margin:0;
}
.sidebar li h2{
	margin:0;
}
.sidebar li h2{
	height:30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	background-color: #333333;
	text-align: center;
	}
.sidebar li ul{
	line-height:normal;
	}
.sidebar li li{
}
.sidebar li li li{
}
.calendar{
	margin:0 auto;
}
.calendar caption{
	font-weight:bold;
}
.calendar table{
	border-collapse:collapse;
	text-align:center;
	width:220px;
}
#calendar thead th{
	background:#CCCCCC;
	color:#FFFFFF;
}
#calendar tbody td{
	background:#EEEEEE;
}
#calendar #today{
	background:#B8D03B;
	color:#FFFFFF;
	font-weight:bold;
}
#calendar a{
	font-weight:bold;
}
#calendar #prev{
	text-align:left;
}
#calendar #next{
	text-align:right;
}
.comlabel{
	color:#666666;
	font-size:13px;
	font-weight:lighter;
}
.comtext{
	background-color:#371015;
	border:5px solid #FFFFFF;
	color:#FFFFFF;
	padding:5px;
}
.postlabel{
	color:#666666;
	font-size:13px;
	font-weight:lighter;
}
.posttext{
	background-color:#371015;
	border:5px solid #FFFFFF;
	color:#FFFFFF;
	padding:5px;
}
.commentlist{
	list-style:none;
}
.authorcomment{
	background-color:#efefef;
	margin:10px 0px 0px 0px;
	padding:3px;
}
.odd{
	color:#333333;
	background-color: #EAEAEA;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.odd a:link{
	color:#000000;
}
.commenttext{
	color:#000000;
	color:#000000;
	font-size:10px;
	margin:0px 0px 10px 0px;
	padding:5px 10px 5px 10px;
	background-color: #EAEAEA;
}
#author, #email, #url{
	background:#FBFBFB;
	border:1px solid #cbcbcb;
	padding:3px;
	width:40%;
	margin-bottom:5px;
}
#comment{
	background:#FBFBFB;
	border:1px solid #cbcbcb;
	margin-bottom:0.6em;
	padding:3px;
	width:95%;
}
#submit{
	background-color:#efefef;
	border-bottom:2px solid #CCCCCC;
	border-left:1px solid #E4E4E4;
	border-right:2px solid #CCCCCC;
	border-top:1px solid #E4E4E4;
	padding:3px;
}
blockquote{
	padding-left:52px;
	background-image: url(images/qt.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
}
blockquote cite{
	display:block;
	margin:5px 0 0;
}
.center{
	text-align:center;
}
.aligncenter{
	margin-right: auto;
	margin-left: auto;	
}
img.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
hr{
	display:none;
	}
a img{
	border:none;
}
pre{
	background:#f3f2ed;
	border:solid 1px #9a9a9a;
	color:blue;
	margin:10px;
	padding:10px;
}
code{
	color:#000;
	font-size:1.0em;
}
p img {
	padding: 0;
	max-width: 100%;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post-password-form input[type="password"] {
	border: 1px solid #f90;
	height: 30px;
	padding: 0 5px;
}
.post-password-form input[type="submit"] {
	background: #f90;
	border: none;
	height: 30px;
	cursor: pointer;
	color: #fff;
	transition: all 0.5s ease;
}
.post-password-form input[type="submit"]:hover {
    background: #e1921b;
    transition: all 0.5s ease;
}
.post-comment-block .comments-area {
	float: left;
	width: 100%;
}
.post-comment-block .comments-area ul{
	float: left;
	width: 100%;
	padding-left: 15px;
}
.post-comment-block .comments-area ul li{
	float: left;
	width: 100%;
	padding-left: 15px;
}
.post-comment-block .comments-area ul li.media {
    padding-bottom: 30px;
}
.post-comment-block .comments-area ul li .media-left-avatar{
	float: left;
	width: auto;
	border-radius: 50%;
}
.post-comment-block .comments-area ul li .media-left-avatar img {
    float: left;
    width: 50px;
    border-radius: 50%;
    height: 50px;
}
.post-comment-block .comments-area ul li .media-body{
	float: left;
	width: auto;
	padding-left: 30px;
}
.post-comment-block .comments-area ul li.media .children {
    padding-top: 30px;
}
#access {
	display: flex;
	width: auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
	display: flex;
	width: auto;
	flex-wrap: wrap;
} 
#access .menu-header li, 
div.menu li { 
    float:left; 
    position: relative; 
} 
#access a{
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 49px;
    padding: 0 14px;
    text-decoration: none;
}
#access ul ul { 
    display:none; 
    position:absolute; 
    top:48px; 
    left:0; 
    float:left; 
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2); 
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); 
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); 
    width: 180px; 
    z-index: 99999; 
} 
#access ul ul li { 
    min-width: 180px;     
} 
#access ul ul ul { 
    left:100%; 
    top:0; 
} 
#access ul ul a {
	background: #172D67;
	height: auto;
	line-height: 1em;
	padding: 10px;
	width: 100%;
}
#access .menu-header li:hover{
	background-color: #ffffff;
}
#access li:hover > a, 
#access ul ul :hover > a { 
    color:#172d67; 
} 
#access ul ul :hover > a {
	background-color: #fff;
}
#access ul li:hover > ul { 
    display:block; 
} 
/* #access ul li.current_page_item, 
#access ul li.current-menu-ancestor, 
#access ul li.current-menu-item, 
#access ul li.current-menu-parent { 
    background-color: #ffffff;
} */
/* #access ul li.current_page_item > a, 
#access ul li.current-menu-ancestor > a, 
#access ul li.current-menu-item > a, 
#access ul li.current-menu-parent > a { 
    color: #172d67; 
}  */
* html #access ul li.current_page_item a, 
* html #access ul li.current-menu-ancestor a, 
* html #access ul li.current-menu-item a, 
* html #access ul li.current-menu-parent a, 
* html #access ul li a:hover{ 
    color:#172d67; 
}
/* =Menu end
-------------------------------------------------------------- */ 
.contentmain_404{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
.center1{
	text-align:center;
}
.swlogo {
    bottom: 15px;
    float: right;
    position: absolute;
    right: 10px;
    z-index: 999999999;
}
.site_logo{
	float: left;
	width: auto;
}
.site_logo img {
    float: left;
    max-width: 200px;
    height: 100px;
    object-fit: cover;
}
.bottom-to-top-arrow {
    bottom: 10%;
    display: none;
    height: 60px;
    position: fixed;
    right: 30px;
    transition: all 0.3s linear 0s;
    width: 60px;
    z-index: 9999;
    border-radius: 50%;
    outline: none;
    border: none;
    background-image: url('images/up-arrow-orange.png');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 56px;
    color: #fff;
}
.bottom-to-top-arrow:hover {
    opacity: .8;
    transition: all 0.3s linear 0s;
}

/*Blog Page Style Start*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.2;
}
.h1, h1 {
	font-size: 35px;
}
.h2, h2 {
	font-size: 28px;
}
.h3, h3 {
	font-size: 24.5px;
}
.h4, h4 {
	font-size: 21px;
}
.h5, h5 {
	font-size: 17.5px;
}
.h6, h6 {
	font-size: 14px;
}
#main {
	max-width: 1200px;
}
.header {
	position: relative;
	background-image: url('images/header_background-82cd82641acef25542e5aced5cc1cb55.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.header #site-title,
.header #site-title2 {
	background: #3359a0 linear-gradient(-180deg,#3359a0,#172d67);
	font-family: 'EB Garamond', serif;
	color: #fff;
	letter-spacing: 1.2px;
	line-height: 1;
	position: relative;
}
.header #site-title::before,
.header #site-title2::before {
	border-bottom: 4px solid #172d67;
	border-top: 4px solid #bd1401;
	bottom: -8px;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: -8px;
}
.header #site-title .h2,
.header #site-title2 .h2 {
	font-size: 23px;
	font-weight: 400;
	padding-top: 5px;
	letter-spacing: 1.2px;
}
.header #site-title p,
.header #site-title2 p {
	font-size: 16px;
	font-weight: 400;
	line-height: 15px;
}
.header .logo {
	left: 7.6984%;
	top: 19px;
	padding: 0;
	position: absolute;
	width: 126px;
}
.bg-dark {
	background-color: #172d67 !important;
}
.navbar .row{
	width: 100%;
	margin: 0;
}
.navbar {
	position: relative;
	padding: 0;
}
.cart-outer .nav-link {
	color: #bd2d2d;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 49px;
	padding: 0 14px;
	text-decoration: none;
}
.cart-outer .nav-item:hover{
	background-color: #ffffff;
}
.cart-outer svg {
	height: 14px;
	width: 14px;
}
.navbar .row .col-sm-12 {
	padding: 0;
}
.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 9px 17px;
	margin-bottom: 14px;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 7px;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 7px;
	padding-right: .5rem;
	color: #6c757d;
	content: "/";
}
.cms-content,
.cms-content p {
	font-size: 16px;
	overflow: hidden;
}
.text-muted {
	color: #6c757d !important;
}
p {
	margin-top: 0;
	margin-bottom: 14px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 7px;
	font-weight: 700;
	line-height: 1.2;
}
.small, small {
	font-size: 80%;
	font-weight: 600;
	line-height: 16.8px;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.text-capitalize {
	text-transform: capitalize !important;
}
.list-inline, .list-unstyled {
	padding-left: 0;
	list-style: none;
}
ul li {
	line-height: 1.5;
}
.bg-light {
	background-color: #f5f5f5 !important;
}
address, dl, ol, ul {
	margin-bottom: 14px;
}
dl, ol, ul {
	margin-top: 0;
}
#footer ul {
	padding-left: 1em;
	margin-bottom: 1rem;
}
#footer ul .custom-html-widget ul li{
	font-size: 14px;
	list-style-type: disc;
}
.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.font-weight-bold {
	font-weight: 800 !important;
}
.text-success {
	color: #2ba326 !important;
}
picture.img-wrapper {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
#footer .separator {
	padding: 0 .5em;
}
.text-center {
	text-align: center !important;
}
#footer .font-weight-bold {
	font-weight: 800 !important;
	font-size: 14px;
}
#footer ul.list-inline {
	padding-left: 0;
}
.list-inline-item {
	display: inline-block;
}
.svg-inline--fa {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -0.125em;
}
.svg-inline--fa.fa-w-14 {
	width: 0.875em;
}
svg:not(:root).svg-inline--fa {
	overflow: visible;
}
#footer .svg-inline--fa {
	font-size: 56px;
	font-size: 4rem;
}
#footer .fa-facebook-square {
	color: #3b5998;
}
#footer ul.footer-column,
#footer ul.footer-bottom {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 14px;
}
#footer ul.footer-bottom a {
	font-size: 14px;
}
.cms-content img {
	height: auto;
	max-width: 100%;
	border-radius: 4px;
}
.cms-content ul,
.cms-content ol{
	padding-left: 40px;
}
.py-2 {
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}
.py-3 {
	padding-top: 13.7px !important;
	padding-bottom: 13.6px !important;
}
.py-4 {
	padding-top: 14px !important;
	padding-bottom: 7px !important;
}
.cms-content .mt-2 {
	margin-top: 3px !important;
}
.cms-content .mb-3 {
	margin-bottom: 11px !important;
}
#custom_html-7 p.h4 {
	font-size: 21px;
}
#custom_html-7 p {
	font-size: 14px;
}
.recent-blog-posts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 505px;
}

@media only screen and ( max-width: 1280px) {
	#main {
		max-width: 100%;
		padding-left: 53px !important;
		padding-right: 53px !important;
	}
}
@media only screen and ( max-width: 991px) {
	#main {
		max-width: 100%;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	.navigation {
		width: 100%;
	}
	.wp-pagenavi {
		display: flex;
	}
	.wp-pagenavi .pages {
		justify-content: end;
		display: flex;
		order: 2;
		align-items: center;
		align-content: end;
		text-align: right;
	}

}
@media only screen and ( max-width: 767px) {
	.navbar-top-mobile {
		border-bottom: 1px solid #ccc;
	}
	.navbar-light .navbar-toggler {
		color: rgba(0,0,0,.5);
		border-color: rgba(0,0,0,.1);
	}
	.navbar-top-mobile .navbar-toggler {
		margin-left: .5em;
		margin-right: .5em;
		border: 0 none transparent;
	}
	.navbar-top-mobile .navbar-expand .nav-item {
		-ms-flex: 1 1 0 !important;
		flex: 1 1 0 !important;
	}
	.navbar-light .navbar-nav .nav-link {
		color: rgba(0,0,0,.5);
		font-size: 14px;
	}
	.navbar-top-mobile .navbar-expand .nav-item .nav-link {
		border-left: 1px solid #ccc;
		text-align: center;
	}
	.nav-link {
		padding: 14px;
	}
	.navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-expand {
		flex-wrap: nowrap;
		justify-content: flex-start;
		flex-flow: row nowrap;
	}
	.wp-pagenavi {
		justify-content: center;
		flex-wrap: wrap;
	}
	.wp-pagenavi .pages {
		display: flex;
		order: 2;
		align-items: center;
		align-content: center;
		text-align: center;
		width: 100%;
		justify-content: center;
		margin-right: 0;
		margin-top: 15px !important;
	}
	.header #site-title::before,
	.header #site-title2::before {
		z-index: 9999;
	}
	.navigation a,
	.navigation .wp-pagenavi span.current {
		padding: 11px 18px;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		margin-top: 4px !important;
		margin-bottom: 4px !important;
	}
	.navigation .wp-pagenavi span.current {
		margin-right: 4px !important;
		line-height: 30px;
		margin-top: 4px !important;
		margin-bottom: 4px !important;
		height: 48px;
	}
	.navigation a,
	.navigation .extend {
		margin-left: 4px;
		margin-right: 4px;
	}
	.navbar-light .navbar-nav .nav-link:focus, 
	.navbar-light .navbar-nav .nav-link:hover {
		color: rgba(0,0,0,.7);
		text-decoration: none;
	}
	.mobile-menu-header ul li a,
	.navbar-top-mobile .navbar-collapse .nav-item .nav-link {
		display: flex;
		padding: 14px;
		border-top: 1px solid #ccc;
		color: rgba(0,0,0,.5);
		font-size: 14px;
	}
	.navbar-toggler:focus {
		box-shadow: none;
		outline: 1px dotted !important;
	}
	.mobile-menu-header ul li a:hover{
		text-decoration: none;
	}
	.nav-link svg {
		margin-top: 3px;
		margin-right: 5px;
	}

}