@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&amp;family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap'); 

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

body{
	font-family: "Nunito", serif;
	font-size:16px;
	background-color:#ffffff;
	line-height:28px;
	color:#555555;
	-ms-word-wrap:break-word; 
	word-wrap:break-word;
}
.container {
    max-width: 80% !important;
}

/* = Clearings CSS
--------------------------------------------- */
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-footer:before,
.site-footer:after,
nav:before,
nav:after {
	content: "";
	display: block;
}
.clear:after,
.site-header:after,
.site-footer:after,
nav:after {
	clear: both;
}
.clear{ 
	clear:both;
}


/* = Default CSS
--------------------------------------------- */
a{ 
	text-decoration:none;
	color:#efc62c;
}
a:hover{ 
	color:#111;
}
p{ 
	margin:0;
	padding:0;
}

blockquote{ 
  position: relative;  
  font-size: 16px;
  margin:50px auto;    
  padding:1.2em 30px 1.2em; 
  color: #555555; 
  border-left:7px solid #00b7f1 ; 
  line-height:1.6;
  font-style:italic;  
  background-color:#ededed;
}

blockquote p{ 
	margin-bottom:0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

figcaption,figure{	
	display: block;
}
figure {
	margin: 1em 0;
}
.post-tags{ 
	font-weight:bold;
}
.post-tags a:hover{ 
	color:#000 !important;
}
.left{ 
	float:left;
}
.right{ 
	float:right;
}

.textwidget select{ 
	width:100%;
}
.tagcloud a{ 
	font-size:12px !important;	
	border:1px solid #fff;
	margin:0 5px 5px 0;
	padding:5px 12px;
	display:inline-block;
	color:#fff;
}
.tagcloud a:hover{ 
	border:1px solid #fff;
}
table{ 
	width:100%
}
.wp-caption, 
.wp-caption-text, 
.sticky, 
.gallery-caption, 
.aligncenter{
	max-width:100% !important; 
	margin:0;
	padding:0;
}

.last_column{
	clear:right;
	margin-right:0 !important;
}

/*
Lists style CSS
---------------------------------*/
ol,
ul{ 
	margin:0;
	padding:0;
}
ul,
ol { 
	margin:0;
	padding: 0;
}
ul {
	list-style: inside none disc;
}
ol {
	list-style: decimal;
}
ul li ul, 
ul li ul li ul, 
ol li ol, 
ol li ol li ol{ 
	margin-left:10px;
}

ul li,
ol li {
	margin-bottom: 0;
	margin-left: 0;
	list-style: none;
	display: inline-block;
}

/* = Heading tags
--------------------------------------------- */
h1, h2, h3, h4, h5, h6{ 
	font-family: "Nunito", serif;
	margin:0 0 20px;
	padding:0;
	line-height:1.1;
	color:#303030;
	font-weight:600;
	letter-spacing:0.1px;
}
h1{ font-size:40px;}
h2{ font-size:32px;}
h3{ font-size:30px;}
h4{ font-size:24px;}
h5{ font-size:22px;}
h6{ font-size:18px;}

h1.entry-title{ 
	font-size:40px;
	position:relative;
	font-weight:400;
	margin-bottom:35px;
}

/*image align css*/
img{ 
	height:auto;
	border:none;
	vertical-align:middle;
	max-width:100%; 
	border-style: none;
}
.alignnone{ 
	width:100%;
}

.aligncenter, 
img.aligncenter { 
	clear: both;
	margin-top:0;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.alignright, 
.alignright{ 
	border:1px solid #ddd;
	float:right;
	padding:5px;
	margin:0 0 0 15px;
}
img.alignleft, 
.alignleft{ 
	margin:0 15px 0 0;
	padding:5px;
	float:left;
	border:1px solid #ddd;
}

#comment-nav-above .nav-previous, 
#comment-nav-below .nav-previous{ 
	float:none !important;
	margin:10px 0;
}
nav.pagination .page-numbers{ 
	font-size:14px;	
	padding:10px 15px;
	font-weight:600;
	background-color:#ccc;
	color:#444;
}
nav.pagination .page-numbers.current{
	background-color:#efc62c;
}
.site-nav-previous, 
.nav-previous{ 
	float:left;
}
.site-nav-next,
.nav-next{ 
	float:right;
}
nav#nav-below{ 
	margin-top:15px;
}

dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
audio:not([controls]) {	
	display: none;
	height: 0;
}

svg:not(:root) {
	overflow: hidden;
}
a {	
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active, 
a:hover {
	outline-width: 0;
}
b, strong {	
	font-weight: bold;
}
pre {
	background-color: #eee;
	padding:20px;
	max-width: 100%;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom:25px;
	overflow: auto;
}
iframe{
	max-width:100%;
}
.breadcrumbs{
	padding:10px 0;
	margin-bottom:0;
}
nav.pagination{ 
	clear:both;
}
/* = Default Button CSS
---------------------------- */
a.blogreadmore{ 
	background-color:#505050;
	padding:5px 20px;
	display:inline-block;
	color:#fff ;
	border-radius:3px;
}
a.blogreadmore:hover{ 
	background-color:#404040;
	color:#fff;
}
h2.sectiontitle{
	font-size:40px;	
	font-weight:600;
	margin-bottom:50px;
	position:relative;
	text-align:center;
}

a.ReadMoreBtn{ 
	padding: 0; 
	margin: 20px 0 0 0; 
	font-weight: 600;
	text-transform:uppercase;
}
a.ReadMoreBtn:hover{ 
	color:#fff;
}

/* = Navigation Focus CSS
-------------------------------------------- */
#SiteWrapper a:focus,
button:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="button"]:focus,
input[type="month"]:focus,
input[type="range"]:focus,		
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="week"]:focus,
input[type="submit"]:focus,
input[type="datetime-local"]:focus,		
input[type="url"]:focus,
input[type="time"]:focus,
input[type="reset"]:focus,
input[type="color"]:focus,
textarea:focus {	
	border:1px solid #00b7f1;
}

/* = Header contact info CSS
--------------------------------------------- */
.hdrinfo-BX{ 
	display:inline-block; 	
	color:#232323; 
	line-height:35px; 
	vertical-align:top;
	font-weight:500; 
	padding:0 30px 0 35px;
	margin:0; 
	text-align:left;  
	border-right:solid 1px #dfdfdf;
}

.hdrinfo-BX i{ 
	position:relative; 
	margin:0 5px 0 0; 
	line-height:0; 	
	font-size:26px; 	
	top:3px;
	text-align:center; 
}
.hdrinfo-BX a{ 
	color:#232323;
}

.social-icons{ 
	padding:0; 
	line-height:45px;
}
.social-icons a{ 
	background:none !important; 	
	font-size:16px; 
	margin: 0 0 0 20px; 
	width: auto;
	height:auto; 
}
.hdrinfo-BX a.morebutton{ 
	font-weight:600; 
	padding:12px 30px;	
	line-height:24px; 
	text-transform:uppercase; 
	border-radius:25px; 
	font-size:15px; 
	color:#fff;
}

.hdrsocial a{ 
	color:#444; 
	width:40px; 
	height:30px; 
	line-height:30px;
	text-align:center;
	display:inline-block;
}
.hdrsocial a:hover{
	color:#00b7f1;
}
.hdrinfo-BX.last-child{ 
	border:none; 
	padding-right:0; 
}

.hdrtopcart{ 
	position:relative; 
}
.hdrtopcart i{ 
	font-size:24px; 	
	z-index:1; 
	float:left; 
	top:0; 
	margin:0; 
	text-align:left; 
	line-height:inherit;
}
.hdrtopcart .cart-count{ 	
	position: relative; 
	display:inline-block; 
	left:-5px; 
	top:-5px; 
	font-size:14px; 
	padding:0; 
	text-align:center; 
	width:23px; 
	height:23px; 
	line-height:23px; 	
	background-color:#fed700;
	color:#fff;  	
	border-radius:100%; 
	vertical-align:top; 
	z-index:1;
}

/* = Main site CSS
-------------------------------------------------------------*/
#SiteWrapper{ 
	position:relative;
	margin:0 auto;
	overflow-x:hidden;
}
 

.site-header{ 
	position: relative;
	width:100%;
	z-index:999;
}
.site-header.innerpage_header{
	position:relative; 
	padding-top: 10px;
}
.logo {
	width: 30%;   
	float: left;
	padding:25px 0;	
	text-align: left;
	margin:0;
}
.logo a{ 
	color: #fff;
	position:relative;
	display:block
}
.logo h1 {
	font-size:45px;
	margin:0;
	font-weight:500;
}
.logo p{ 
	color:#060606;
	display:block;
}
.HdrRight{ 
	float:right;	
	padding:35px 0;
	text-align:right;
}


/* = Header Navigation CSS
--------------------------------------------------*/
#navigationpanel{
	position:relative; 
	color: #FFF;
	font-size: 14px; 
	padding: 0px;
	transition: 0.5s;
	margin-top: 0px;
	margin-left: 50px;
}

.site-navigation {
    display: block;
    position: relative;
    width: 100%;
}

.site-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.site-navigation ul ul li a {
    padding: 10px 15px;
    width: 100%;
    color: #000 !important;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
}
.site-navigation ul ul a:after {
    float: right;
}
.site-navigation ul {   
    list-style: none;
    margin: 0;
	display: none;
    padding-left: 0;
}
.site-navigation li {
    position: relative;
	margin:0;
}

.site-navigation a {
    font-size: 18px;
    /* text-transform: uppercase; */ 
    float: left;
    font-weight: 900;
    transition: all 0.5s ease 0s;
    position: relative;
    text-decoration: none;
    padding: 15px 12px;
    color: #12265a !important;
}
.site-navigation ul.nav-menu .current_page_item > a, .site-navigation a:hover, .site-navigation ul.nav-menu > li:hover > a {
    background: #FFF;
    color: #e21726 !important;
    box-shadow: none;
}
.site-navigation a:hover{
	
}
.site-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.site-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.site-navigation li li {
    display: block;
}
.site-navigation ul ul li {
    float: left;
    width: 100%;
}
.site-navigation ul.nav-menu .current_page_item > a,
.site-navigation ul.nav-menu .current-menu-item > a,
.site-navigation ul.nav-menu .current_page_ancestor > a,
.site-navigation ul.nav-menu .current-menu-ancestor > a {
    color: #0FBAF4;
}
.site-navigation ul.nav-menu > li:before {
    background-color: #5750A0;
    color: #fff;   
    display: inline-block;
    text-align: center;
    border-radius: 50%;
	width: 46px;
    height: 46px;
    line-height: 46px;
}

.menu-toggle {
    font-size: 15px;
    margin: 0;
    width: 55px;
    height: 55px;
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.menu-toggle:hover, .menu-toggle:focus {
    background-color: unset !important;
}
.menu-toggle span {
    position: absolute;
    top: 50%;
    left: 0;	
    right: 0;
    margin: 0 auto;
    display: block;
    width: 35px;
    height: 4px;
    background-color: #FFF;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.menu-toggle span:before, 
.menu-toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -webkit-transform 0.3s;
    -ms-transition: -webkit-transform 0.3s;
    -o-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.menu-toggle span:before {
    -webkit-transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    -o-transform: translateY(-250%);
    transform: translateY(-250%);
}
.menu-toggle span:after {
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
    transform: translateY(250%);
}
.menu-toggle.active span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.menu-toggle.active span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.menu-toggle.active span {
    background-color: transparent;
}
.menu-label {
    float: right;
    color: #111;
    padding: 7px 0 0 10px;
    display: none;
}
button.dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #cfcfcf;
    color: #000;
    border: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
button.dropdown-toggle::after {
    display: none;
}
button.dropdown-toggle.active i {
    transform: rotate(-180deg);
    transform-origin: center;
} 

.footer .widget_title h4 {
  border-color: rgb(247, 193, 194);
  margin-bottom: 15px;
}

.footer_bottom {
  background: rgb(41, 47, 56);
  padding: 15px 0px;
  color: rgb(255, 255, 255);
}

.copyright {
  color: rgb(170, 170, 170);
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
}

.footbot_social {
  list-style: outside none none;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px;
}

.footbot_social li {
  float: left;
  background: none !important;
}

.footbot_social li a {
  color: rgb(102, 102, 102);
  display: block;
  height: 40px;
  text-align: center;
  width: 35px;
  transition: all 0.25s ease 0s;
  margin: 0px 2px;
}

.footbot_social li a:hover {
  padding-left: 0px !important;
}

.footbot_social li a i {
  font-size: 18px;
  line-height: 40px;
  margin-right: 0px;
  float: none;
}

.footbot_social li a.fb:hover {
  background: rgb(25, 100, 218);
  border-radius: 5px;
  color: rgb(255, 255, 255);
}

.footbot_social li a.twtr:hover {
  color: rgb(255, 255, 255);
  background: rgb(58, 189, 209);
  border-radius: 5px;
}

.footbot_social li a.gmail:hover {
  color: rgb(255, 255, 255);
}

.footbot_social li a.pinterest:hover {
  color: rgb(255, 255, 255);
}

.footbot_social li a.rss:hover {
  color: rgb(255, 255, 255);
  background: rgb(241, 82, 0);
  border-radius: 5px;
}

.footbot_social li a.tumblr:hover {
  color: rgb(255, 255, 255);
}

.footbot_social li a.flickr:hover {
  color: rgb(255, 255, 255);
}

.footbot_social li a.instagram:hover {
  color: rgb(255, 255, 255);
}

.footbot_social li a.linkedin:hover {
  color: rgb(255, 255, 255);
  background: #0077b7;
  border-radius: 5px;
}

.footbot_social li a.skype:hover {
  color: rgb(255, 255, 255);
  background: rgb(0, 170, 241);
  border-radius: 5px;
}

.footbot_social li a.youtube:hover {
    background: rgb(255 0 0);
    color: #FFF;
}

.footbot_social li a.instagram:hover {
  color: rgb(255, 255, 255);
  background: rgb(249, 113, 147);
  border-radius: 5px;
}

.widget_content {
  margin: 0px;
}

.widget_content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.widget_content ul li a {
  color: rgb(0, 0, 0);
  font-size: 14px;
  line-height: 30px;
	transition:0.5s
}

.widget_content ul li a:hover {
  padding-left: 5px;
  color: rgb(226, 23, 38);
	transition:0.5s
}

.widget_content ul.footbot_social li a {
  border: solid 1px #cfcfcf;
  border-radius: 5px;
}

.widget_content ul.footbot_social li {
  margin-right: 10px;
}

.footer-contact {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-contact .footer-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgb(226, 23, 38);
  border-radius: 50%;
  font-size: 16px;
  margin-right: 15px;
  color: rgb(226, 23, 38);
}

.footer-text {
  align-self: center;
  width: calc(100% - 55px);
}

.footer-contact a {
  color: rgb(0, 0, 0);
	transition:0.5s
}

.footer-contact a:hover {
  color: rgb(226, 23, 38);
  padding-left: 5px;
	transition:0.5s
}
.mii {
    width: 240px;
	    margin-top: 10px;
}
.footer-logo .ultra-group {
    border: solid 1px #cfcfcf;
    border-radius: 60px;
    height: 70px;
    width: 70px;
    display: none;
}
.dividerHeading h4, .widget_title h4 {
    border-bottom: 1px solid rgb(226, 226, 226);
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 25px;
    padding: 0px 0px 10px;
    position: relative;
}
.widget_title h4 {
    font-size: 14px;
    text-transform: uppercase;
}
.footer .widget_title h4 {
    border-color: rgb(247, 193, 194);
    margin-bottom: 15px;
}

.widget_title h4::before {
    bottom: -3px;
    content: "";
    display: inline-block;
    height: 5px;
    left: 20px;
    position: absolute;
    width: 35px;
}
.widget_title h4::before {
    background: rgb(226, 23, 38);
}
.logo_wrap {
    padding-bottom: 10px;
}
.blog-div h2 {
    font-size: 18px;
    margin-bottom: 5px;  
}
.blog-div .BLogStyle-01 p {
    margin-bottom: 15px;
}
.blog-div .BLogStyle-01 p a {
    text-decoration: none;
    color: rgb(32, 138, 174);
}
.blog-div .BLogStyle-01 p a:hover{
	color:rgb(226, 23, 38);
}
.single-title {
    font-size: 24px;
    margin-bottom: 0px;
}
.new-menu {
    display: flex; 
    align-items: center;
}

@media screen and (min-width: 1024px) {
    #masthead {
        min-height: 108px;
    }
    .menu-sticky #masthead {
        position: sticky;
        top: 0;
    }
    .menu-sticky #masthead.nav-shrink {
        box-shadow: 0 6px 10px rgb(0 0 0 / 10%);
    }
    .customize-support.menu-sticky #masthead.nav-shrink {
        top: 32px;
    }
    .site-branding {
        display: flex;
        align-items: center;
        min-height: 108px;
    }
    .site-navigation {
        padding: 0;
        width: auto;
        text-align: left;
    }
    .site-navigation.icons-active {
        padding: 0;
    }
    .site-navigation ul.nav-menu > li {
        text-align: center;
    }	
    .site-navigation ul.nav-menu > li {
        text-align: center;
        padding: 0;
        float: left;
    }
    .site-navigation.icons-active ul.nav-menu > li {
        padding: 15px 25px 8px;
    }
    .site-navigation ul.nav-menu > .menu-item-has-children > a:after {              
        position: relative;
        bottom: 1px;
		padding-left: 10px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        text-rendering: auto;
    }
    .site-navigation ul ul .menu-item-has-children > a:before {       
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        text-rendering: auto; 
        position: absolute;
		top: 20px;
        right: 15px;
    }
	/*Dropdown arrows*/
	.site-navigation .menu-item-has-children > a:after, 
	.site-navigation .page_item_has_children > a:after {
		font-family: dashicons;
		content: '\f347';
		vertical-align: bottom;
		margin-left: 0.25em;
	}		
	
	.site-navigation .menu-item-has-children .menu-item-has-children > a:after,
	.site-navigation .menu-item-has-children .page_item_has_children > a:after,
	.site-navigation .page_item_has_children .menu-item-has-children > a:after,
	.site-navigation .page_item_has_children .page_item_has_children > a:after {
		content: '\f345';
		font-family: dashicons;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
	}		
	
    .site-navigation ul.nav-menu {
        display: block !important;
        height: auto !important;
        margin: 0px;
        padding: 0px;
        width: 100%;
    }
    .site-navigation ul ul {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
        width: 240px;
    }
    .site-navigation ul li:hover > ul,
    .site-navigation ul li.focus > ul {
        left: 0;
        right: auto;
        display: block !important;
    }
    .site-navigation ul ul li:hover > ul,
    .site-navigation ul ul li.focus > ul {
        left: 100%;
        right: auto;
    }
    .site-navigation ul ul li:hover > a,
    .site-navigation ul ul li.focus > a {
        
    }
    .site-navigation ul.sub-menu > li:last-child > a {
        border-bottom: none;
    }
    .site-navigation ul ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }
    .site-navigation ul ul > li:last-child {
        border-bottom: none;
    }
    .site-navigation ul ul li a:hover,
    .site-navigation ul ul li.current-menu-ancestor:hover > a {
       background: #ebebeb;
       color: #000 !important;
    }   
    .menu-toggle {
        height: 80px;
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    button.dropdown-toggle {
        display: none;
    }
    .menu-toggle {
        display: none;
    }
    .site-navigation ul {
        display: block;
    }
    .site-navigation li {
        display: inline-block;
    }
    .site-navigation .left-menu {
        padding-left: 50px;
    }
    .site-navigation ul.nav-menu > li.left-menu > a,
    .site-navigation ul.nav-menu > li.right-menu > a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .site-navigation li.left-menu + li.right-menu:before {
        content: "/";
        position: absolute;
        top: 50%;
        margin-left: -6px;
        color: #fff;
        margin-top: -1px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
	
}
@media screen and (max-width: 1023px) {
	
    #masthead {
        min-height: 86px;
    }    
    .site-navigation ul ul {
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    .site-navigation ul ul ul {
        margin-top: 0;
    }
    .site-navigation ul.nav-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    display: block;
    width: 100%;
}
    .site-navigation ul.nav-menu li:last-child {
        border-bottom: none;
    }
   .site-navigation ul.nav-menu > li {
    width: 100%;
    padding: 0;
    position: relative;
	       float: left;
} 
    .site-navigation ul ul ul li a {
        padding-left: 30PX;
    }
    .site-navigation ul ul ul ul li a {
        padding-left: 80px;
    }
    .site-navigation ul ul a {
        width: 100%;
    }
    .site-navigation ul ul,
    .site-navigation ul ul ul {
        box-shadow: none;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0;
        display: none;
    }
    .site-navigation ul.nav-menu > li:before {
        display: none;
    }
    .site-navigation .menu-item-has-children > a:before {
    content: "";
    float: right;
    position: relative;
    right: 0;
    background-color: rgba(255, 255, 255, 0.20);
    width: 1px;
    height: 25px;
}
	.site-navigation ul.sub-menu li button.dropdown-toggle {
    background: #ffffff;
    line-height: 48px;
    height: 48px;
    border: solid 1px #cfcfcf;
    border-top: 0px;
    border-bottom: 0;
}
    .site-navigation .menu-item-has-children > a:after {
        padding-top: 3px;
    }
   .site-navigation ul.sub-menu li a {
    border-left: none;
    float: left;
}
  .site-navigation ul.nav-menu {
    margin-right: 0;
    background-color: #fff;
    margin-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}
    .site-navigation {
        position: static;
    }
    .site-navigation a {
        color: #555555;
        padding: 12px 15px;

    }
    #masthead.site-header .site-navigation ul.nav-menu {
        margin-top: 0;
        position: absolute;
        max-width: 500px;
        top: 100%;
        left: auto;
        right: 0;
        width: 100%;
        z-index: 10;
    }
    .site-navigation .search-menu a {
        display: none;
    }
    .site-navigation form.search-form input {
        background-color: #fff;
        border: none;
        min-height: 55px;
    }
    .site-navigation form.search-form button.search-submit {
        height: 59px;
    }
    .site-navigation form.search-form input {
        padding-left: 25px;
    }
    .body-overlay #content, 
    .body-overlay #colophon,
    .body-overlay .backtotop {
        filter: blur(25px);
    }
}

@media screen and (max-width: 992px) {    
    .comments-title, 
    #reply-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
	.site-header.innerpage_header {
    box-shadow: none;
    border-bottom: solid 1px #cfcfcf;
	background: #eb242c;
}
	.profile-wrap{
		display:none;
	}
	#masthead.site-header .site-navigation ul.nav-menu {
	max-width: 100%;
	}

}

/* = Page layout css
------------------------------------------ */
.SiteContent-Left{ 	
 
}
.SitePageStyle-2{
	padding:0px;
	-webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.SiteContent-Left ul, 
.SiteContent-Left ol{ 
	margin:0 0 20px 20px;
}
.SiteContent-Left ul li, 
.SiteContent-Left ol li{ 
	margin:0;
}
.SiteContent-Left ul ul, 
.SiteContent-Left ol ol{ 
	margin:0 0 0 30px;
}
.fullwidth{ 
	width:100% !important;
	float:none  !important;
	padding:0 !important;
}
.fullwidth p{ 
	margin-bottom:15px;
}
.boxlayout{ 
	position:relative;
	width:1210px;
	margin:0 auto;
	background-color:#fff;	
	box-shadow:0 -8px 8px #111;
}
.fulllayout{ 
	width:100% !important;
}
#TabNavigator{ 
	padding:50px 0;
}
#TabNavigator p{ 
	margin-bottom:15px;
}
.slider_wrapper{ 
	position:relative;
}

.SiteContent-Left a{  
	text-decoration:none;
	    color: rgb(32, 138, 174);
}
.SiteContent-Left a:hover{
color:#e21726;
}
.SiteContent-Left .comments-area a{ 
	font-weight: 400;
	text-decoration:underline;
}

/* = Three column Services Section CSS
----------------------------------------- */
#PageSections-1{ 
	background-color: #fff;
	padding:80px 0;
}
h2.section_title{ 
	text-align:center; 
	margin-bottom:25px; 
	font-size:40px;
	font-weight:700;
}

.ThreePageColumn{
	position:relative; 
	width:33.333%; 
	padding:15px;
	float:left; 	
}

.PageColumnBG{ 
	background-color:#efefef; 
	border:2px transparent solid;  
	position:relative;  
	padding:30px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	min-height:130px; 
	overflow:hidden;
}
.ThreePageColumn:hover .PageColumnBG{ 
	background-color:none; 
	border:2px solid #00b7f1;
}

.ThreePageColumn h4{ 
	margin:0 0 15px;
	font-size:22px;
}
.ThreePageColumn h4 a{ 
	color:#282828
}
.ThreePageColumn h4 a:hover{ 
	color:#00b7f1
}
.ThreePageColumn .thumBX{	
	width:45%; 
	text-align:right; 
	overflow:hidden; 
	position:absolute; 
	right:-2px; 
	top:50%; 
	margin:0; 
	padding:0; 
	transform:translateY(-50%);
}
.ThreePageColumn a.ReadMoreBtn:hover{
	color:#282828;
}
.ThreePageColumn .thumBX img{ 
	vertical-align: top;
}

.ShortinfoBX{ 
	padding:35px 0; 
	position:relative; 
	width:55%;
}

/* = Sidebar CSS
----------------------------------------------- */
 
/* aside.widget{ 
	padding:30px;
	margin-bottom:30px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px; 
	-webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}*/
span.blogpost_cat {
    display: none;
}
aside.widget ul{ 
	list-style:disc inside;
}
#sidebar h3.widget-title, #sidebar h2{ 
	position:relative;
	font-size:28px;
	font-weight:600;
	padding:0;
	margin:0 0 15px 0;
	color:#202020;
}
#sidebar aside h2{
	    display: inline-block;
    line-height: 1;
    position: relative;
    padding: 0px;
    text-transform: uppercase;
    font-size: 20px;
	    font-weight: 500;
}
#sidebar aside h2::before {
    content: "";
    background: url(../../uploads/2022/12/section-head-left.html) center center no-repeat;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
	display:none;
}
#sidebar ul li, #sidebar ol li {
    list-style: none;
    margin: 0;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(226 23 38 / 30%);
    line-height: 24px;
    width: 100%;
}
#sidebar ul li:hover, 
#sidebar ol li:hover {
	
	transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
}		
#sidebar ul li a, #sidebar ol li a {
    color: #3b3b3b;
    font-size: 15px;
    line-height: 18px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}
#sidebar ul li a:hover,
#sidebar ol li a:hover, #sidebar ul li a:hover{ 
	color:rgb(32, 138, 174) !important;
} 
#sidebar ul li:last-child,
#sidebar ol li:last-child{ 
	border:none;
}
aside .textwidget, 
#sidebar .gallery, 
aside.widget_media_image{ 
	padding:20px;
	background-color:#fff;
	box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
/*sidebar search form css*/
#sidebar .search-form{ 
	margin-bottom:20px;
}
#sidebar .search-form input.search-field{ 
	background-color:#fff;
	width:80%;
	padding: 13px 15px 13px 15px;
	border:1px solid #ddd;
}
#sidebar .search-form input.search-submit{ 
	background:url(images/search-icon.png) no-repeat center center #efc62c;
	float:right;
	padding: 12px 0 12px 0;
	font-size:0;
	height:43px;
	width:20%;
	border:0;
}
#sidebar .comment-author-link a{ 
	text-transform: capitalize;
}

/* = Blog post styles
-------------------------------------------------------------- */
.BLogStyle-01{ 
	margin:0 0 50px 0;
	-webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}
.ContentStyle-ForSite{ 
	padding:0px;
}

.BLogStyle-01 .BlogImgDiv{ 
	width:40%; 
	float:left;
	position:relative;
	margin:0 5% 20px 0;	
}
.BLogStyle-01 .BlogImgDiv img{ 
	width:100%;
	height:auto;
	transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
}

.BLogStyle-01 .BlogImgDiv.imgFull{ 
	width:100%; 
	float:none;
	margin-right:0;
}

.BLogStyle-01 h3, h3.single-title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}
.BLogStyle-01 h3 a{ 
	color:#484f5e;
	font-weight:600;
}
.BLogStyle-01 h3 a:hover{ 
	color:#efc62c;
}
.BLogStyle-01 p{ 
	margin-bottom:0px;
}
.blog-meta{ 
	font-style:italic;
	margin-bottom:8px;
}
.post-date, 
.post-comment, 
.post-categories, 
.edit-link{
	display:inline;
	color:#333;
	margin:0 10px 0 0;
	font-size: 14px;
} 
.single_title{ 
	margin-bottom:5px;
}
body.single-post .BLogStyle-01 { 
	width:100%;
	float:none;
	margin:0px;
}
.BlogMeta-Strip{ 
	margin-bottom:15px;
	color:#888;
}
.BlogMeta-Strip a{ 
	color:#999;
}
.BlogMeta-Strip a:hover{ 
	color:#00b7f1;
}
.SiteContent-Left ul li {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 20px;
}

.SiteContent-Left ul {
    margin-left: 0;
}

.SiteContent-Left ul li:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #363434;
    z-index: 999;
    left: 0;
    top: 9px;
    border-radius: 10px;
} 
.morebutton{ 
	background-color:#505050;
	color:#fff;
	padding:7px 20px;
	font-weight:600;
	display:table;
	text-decoration:none !important;
	margin-top:15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
.morebutton:focus{
	outline:thin dotted #000 !important;
}

.morebutton::after{ 
	content: "\f0a9";
	font-family: 'Font Awesome 5 Solid';
	margin-left:10px;
	font-size:16px;
	color:#fff;
}

.morebutton:hover{
	 background-color:#303030;
	color:#fff;
}

/* = Grid type Blog post styles with sidebar
------------------------------------------ */
.gridlayout .BLogStyle-01{ 	
	width:50%;
	float:left;
	margin:0 0  25px 0;
	padding: 0 20px 0 0;
}

/* = Grid type Blog post styles without sidebar
---------------------------------------- */
.fullwidth .BLogStyle-01{ 
	margin:0 0 25px 0;
	padding:0 50px 0 0;
}

/* = Site Footer css
-------------------------------------------- */
.site-footer{ 
	background-color:#121212;
	position:relative;
	padding:0;
	color:#fff;
}
.site-footer h2, 
.site-footer h3, 
.site-footer h4{ 	
	margin-bottom:30px;
	font-size:24px;
	font-weight:600;
	color:#fff;
	position:relative;
}
 
.site-footer ul{ 
	margin:0;
	padding:0;
}
.site-footer ul li { 
	padding:0;
	margin:0;
	list-style:none;
	color:#555;
}
.site-footer ul li a { 
	color:#fff;
}
.site-footer ul li::before{ 
	display:none;
	content: "\f105";
	font-family: 'Font Awesome 5 Solid';
	margin-right:15px;
	font-size:16px;
	color:#fff;
}
.site-footer ul li a:hover, 
.site-footer ul li.current_page_item a { 
	color:#000;
}
.site-footer .footer-fix{ 
	background-color:none !important; 
	color:#fff; 
	border-radius:0px;
	padding:0;
	margin-top:0px;
	display:inline-block;
}

/* = Footer Copyrigh wrapper css
-------------------------------------------- */
.copyrigh-wrapper {
    text-align: center;
    position: relative;
    color: #938e8e;
    background-color: #1b1a1a;
    margin-top: 20px;
    padding: 15px 0;
    font-size: 13px;
}

.copyrigh-wrapper a:hover{ 
	color:#000;
}
.fcopy-center{ 
	text-align:center;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute !important;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#TabNavigator[tabindex="-1"]:focus {
	outline: 0;
}

/* = WooCommerce CSS
------------------------------------------ */
a.added_to_cart{
	background:#e1472f;
	padding:5px;
	display:inline-block;
	color:#fff;
	line-height:1;
}
a.added_to_cart:hover{
	background:#000000;
}
a.button.added:before{
	content:'' !important;
}
#bbpress-forums ul li{
	padding:0;
}
#subscription-toggle a.subscription-toggle{
	padding:5px 10px;
	display:inline-block;
	color:#e1472f;
	margin-top:4px;
}
textarea.wp-editor-area{
	border:1px #ccc solid;
}
.woocommerce input[type=text], 
.woocommerce textarea{
	border:1px #ccc solid;
	padding:4px;
}
form.woocommerce-ordering select{ 
	padding:5px;
	color:#777777;
}
.woocommerce table.shop_table th, 
.woocommerce-page table.shop_table th{ 
	color:#ff8a00;
}
.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price{ 
	color:inherit !important;
}
h1.product_title, p.price{ 
	margin-bottom:10px;
}
.woocommerce table.shop_table th, 
.woocommerce-page table.shop_table th{ 
	color:#ff6d84;
}
.woocommerce ul.products li{ 
	text-align:center;
}
.woocommerce ul.products li, 
#payment ul.payment_methods li{ 
	list-style:none !important;
}
.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price{ 
	color:inherit !important;
}
.woocommerce table.shop_table th, 
.woocommerce table.shop_table td{ 
	border-bottom:0px !important
}
.woocommerce-Price-amount.amount{
	font-size:14px !important;
}
.woocommerce div.product .product_title{ 
	padding-bottom:20px !important;
}
.woocommerce div.product form.cart{ 
	margin-top:15px !important;
}
.woocommerce .quantity .qty{ 
	padding:7px;
	border:1px solid #ccc;
}


/* = Contact Form 7 CSS
----------------------------------------------- */
.wpcf7{ 
	margin:30px 0 0;
	padding:0;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="email"]{ 
	width:40%;
	border:1px solid #cccccc;
	box-shadow:inset 1px 1px 2px #ccc;
	color:#797979;
	margin-bottom:0;
	height:35px;
	padding:0 15px;
}
.wpcf7 textarea{
	width:60%;
	height:160px;
	font-size:12px;
	border:1px solid #cccccc;
	box-shadow:inset 1px 1px 2px #ccc;
	color:#797979;
	margin-bottom:25px;
	padding:10px;
	padding-right:0;
}
.wpcf7 input[type="submit"]{
	background-color:#efc62c;
	cursor:pointer;
	color:#ffffff;
	padding:12px 40px;
	border-radius:25px;
	font-size:16px;
	width:auto;
	border:none;
	text-transform:uppercase;
}
.wpcf7 input[type="submit"]:hover{
	background-color:#101010;
}


/* = Comment Form css
--------------------------------------------- */
.Comment-CustomStyle{
	-webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	padding:30px;
	margin-bottom:50px;
}
#respond.comment-respond{
	-webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	padding:30px;
}

h1.screen-reader-text{
	font-family: 'Assistant', sans-serif;
	font-size:22px;
}
h3#reply-title{ 
	font-size:20px;
}
#comments{ 
	margin:30px 0 0;
	padding:0;
	    display: none;
}

ol.commentlist{
	list-style:none;
}
#commentform p{
	margin:5px 0;
}
#commentform label{
	display:block;
}
#commentform input#email, 
#commentform input#url, 
#commentform input#author, 
#commentform textarea,
#commentform input
#eazycfc_captcha{
	max-width:96%;
	border:1px #ccc solid;
	padding:5px 2%;
}
#commentform input#submit{ 
	background-color:#32373a;
	border:none;
	color:#fff;
	display:inline-block;
	cursor:pointer;
	border-radius:5px;
	padding:12px 25px;
	text-transform:uppercase;
}
#commentform input#submit:hover{
	background:#34c6f6;
	color:#fff;
}
.form-allowed-tags{
	display:none;
}
.entry-content table, 
.comment-body table{ 
	border-collapse:collapse;
	margin:10px 0;
}
.entry-content table td, 
.entry-content table th, 
.comment-body table td, 
.comment-body table th{
	padding:10px 5px;
	text-align:left;
}
.entry-content table th, 
.comment-body table th{
	color:#676767;
	font:normal 18px Oswald;
	border-bottom:1px #888 solid;
}
.entry-content table td, 
.comment-body table td{
	border-bottom:1px #ccc solid;
}
.fvch-codeblock:hover .comment-form-url{
	display:block !important;
}
.commentlist, 
ol.commentlist {
	background-color:#fff;
	padding:10px 0;
	list-style:none;
	box-shadow:0 0 5px #ddd;
	-moz-box-shadow:0 0 5px #ddd;
	-webkit-box-shadow:0 0 5px #ddd;
	-khtml-box-shadow:0 0 5px #ddd;
	margin:10px 0;
}
.commentlist li, 
ol.commentlist li { 
	list-style:none;
	background-image:none !important;
	padding:0px 15px;
}


.commentlist article, 
.commentlist li.bypostauthor li article, 
ol.commentlist li.bypostauthor li article { 
	border:none !important;
	padding:10px;
	position:relative;
	background-color:#fff;
}
.commentlist li.bypostauthor article, 
ol.commentlist li.bypostauthor article { 
	background:#f9ffe1;
}
.commentlist li .fn { 
	font-weight:normal;
	font-size:15px;
	font-style:normal;
}

img.avatar { 
	vertical-align:middle;
	position:static;
	display:inline-block;
	border:5px solid #ccc;
}

.commentlist article a time { 
	padding:5px 0 10px;
	font-size:13px;
	clear:both;
	font-style:italic;
}
.comment-edit-link{ 
	padding:2px 15px;
	font-style:italic;
}
.commentlist .reply a, 
ol.commentlist .reply a { 
	display:block;
	padding:10px;
	text-align:center;
	background:#f6f6f6;
	margin:5px 0;
	border:1px #ddd solid;
}


.inner-page-banner {
    position: relative;
	overflow:hidden;
}

.inner-page-banner h2 {
    color: rgb(255, 255, 255);
    font-size:48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600; 
    text-transform: uppercase;
    padding-bottom: 7px;
    border-bottom: 1px solid rgb(247, 193, 194);
    margin-bottom: 30px; 
    letter-spacing: 1px;
}

.inner-page-banner h2::before {
	bottom: -3px;
    content: "";
    display: inline-block;
    height: 5px;
    left: 20px;
    position: absolute;
    width: 35px;
    background: rgb(226, 23, 38);
}

/* .inner-page-banner h2::after {
    content: "";
    background: url(../../uploads/2022/12/banner-head-right.png) center center no-repeat;
    width: 89px;
    height: 36px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
 */
.blog-div {
    overflow: hidden;
    display: block;
    width: 100%;
    transition: 0.5s;
    margin-bottom: 20px;
}
.blog-div:hover {
    transition: 0.5s; 
}

.blog-title {
    width: 100%;
    margin-bottom: 10px;
}

.blog-title h2 a {
    color: #208aae;
    font-size: 16px;
    text-decoration: none;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    transition: 0.5s;
}

.blog-title h2 {
    color:#208aae;
    width: 100%;
    margin: 0px;
    font-size: 18px;
    line-height: 20px;
    display: block;
}

.blog-title span {
    font-size: 13px;
    line-height: 13px;
    color: #726f6f;
    display: block;
    margin-top: 10px;
}

.blog-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.blog-image a {
    display: block;
}

.blog-image img {
    width: 100%;
    transition: 0.5s;
}

.read-more-link a {
    position: relative;
    margin-right: 10px;
    text-align: right;
    color: #2675BB;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.5s;
}

.blog-disc {
    display: block;
    width: 100%;
    min-height: 80px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px;
}

.read-more-link a:hover,
.blog-div:hover .read-more-link a {
    color: #e21726;
    transition: 0.5s;
}

.read-more-link a:hover i,
.blog-div:hover .read-more-link a i {
    margin-left: 10px;
    transition: 0.5s;
    color: #e21726;
}

.read-more-link a i {
    color: #e21726;
    transition: 0.5s;
}

.blog-div:hover .blog-title h2 a {
    color: #e21726;
    transition: 0.5s;
}

.blog-image img {
    transition: 0.5s;
}
.blog-image img:hover {
    transform: scale(1.2);
    transition: 0.5s;
}
.blog-disc p:last-child {
    margin-bottom: 0;
}

.inner-page .section-head {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.section-head span {
    display: inline-block;
    line-height: 1;
    position: relative;
    padding: 0px 0px 0px 70px;
    text-transform: uppercase;
    font-size: 20px;
}

.section-head span::before {
    content: "";
    background: url(wp-content/uploads/2022/12/section-head-left.html) center center no-repeat;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

/* .section-head span::after {
content: "";
background: url(../images/section-head-right.png) center center no-repeat;
width: 89px;
height: 36px;
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
} */

.blog-list .blog-title h2 a {
    margin-bottom: 0;
}

.site-footer {
	background: rgb(17, 17, 17);
	padding: 60px 0px 0px;
	color: rgb(255, 255, 255);
}

.site-footer .footer-head {
	color: rgb(255, 255, 255);
	font-size: 16px;
	margin: 0px 0px 20px;
	line-height: 1;
	float: left;
	width: 100%;
}

.site-footer .footer-links ul {
	float: left;
	width: 100%;
}

.site-footer .footer-links ul li {
	float: left;
	width: 50%;
}

.site-footer .footer-links ul li:nth-child(2n+1) {
	clear: both;
}

.site-footer .footer-links ul li a {
	float: left;
	width: 100%;
	color: rgb(153, 155, 155);
	text-decoration: none;
	font-size: 13px;
	padding: 5px 0px 5px 15px;
	background: url("../../uploads/2022/12/footer-links-bullet.png") 0px 8px no-repeat;
	line-height: 1.5;
}
 
.footer-links.no-bor {
	border-right: none;
}
#sidebar ul li a:focus,.blog-title h2 a:focus {
    border: none !important;
    outline: none !important;
}
.site-footer .contact-footer p {
    float: left;
    width: 100%;
    font-size: 14px;
    color: rgb(153, 155, 155);
    margin-bottom: 10px;
}

.site-footer .contact-footer p a {
	float: left;
	width: 100%;
	text-decoration: none;
	color: rgb(153, 155, 155);
}

.site-footer .contact-footer p i {
	width: 25px;
	float: left;
	margin: 8px 0px 0px;
}

.site-footer .contact-footer p span {
	float: left;
	width: calc(100% - 25px);
}

.social-footer {
	float: left;
	width: 100%;
}

.site-footer .footer-links .social-footer ul li {
	width: auto;
	clear: none;
	margin: 0px 8px 0px 0px;
}

.site-footer .footer-links .social-footer ul li:last-child {
	margin: 0px;
}

.site-footer .footer-links .social-footer ul li a {
	background: rgb(255, 255, 255);
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 37px;
	color: rgb(0, 0, 0);
	text-align: center;
	padding: 0px;
	font-size: 19px;
	transition: all 0.5s ease 0s;
}

.site-footer .footer-links .social-footer ul li a:hover {
	transform: rotateZ(360deg);
}

.copyright {
	margin: 20px 0px 0px;
	border-top: 1px solid rgb(43, 43, 43);
	padding-top: 15px;
	text-align: center;
	font-size: 16px;
	color: rgb(153, 155, 155);
}
 

.social-media ul li {
	width: auto;
	clear: none;
	margin: 0px 15px 0px 0px;
}

.social-media ul li a {
	background: rgb(213, 213, 213);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: rgb(0, 0, 0);
	text-align: center;
	padding: 0px;
	font-size: 16px;
	transition: all 0.5s ease 0s;
	display: inline-block;
}

.social-media ul li a:hover {
	transform: rotateZ(360deg);
}

.social-media ul {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	text-align: right;
	clear: left;
}

.social-media ul li {
	padding: 0px;
	margin-right:0px;
	list-style: none;
	display: inline-block;
	margin-left: 0px;
}

.social-media {
	display: block;
	width: 100%;
	text-align: right;	 
	margin-top: 20px;
}

.logo_wrap img {
	width: 110px;
}

.profile-wrap ul li a:hover {
	color: rgb(237, 29, 37);
	text-decoration: none;
}

.profile-wrap ul li:first-child a {
	border-left: none;
	padding: 0px;
}

.profile-wrap ul li a span {
	position: absolute;
	right: -10px;
	bottom: 0px;
	font-size: 12px;
	background: rgb(0, 186, 255);
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	color: rgb(255, 255, 255);
	font-weight: 800;
}

.profile-wrap ul li ul {
	position: absolute;
	z-index: 9;
	background: rgb(255, 255, 255);
	width: 160px;
	top: 28px;
	transition: all 0.5s ease 0s;
	opacity: 0;
	visibility: hidden;
	float: none;
	right: -160px;
}

.profile-wrap ul li:hover ul {
	right: 0px;
	opacity: 1;
	visibility: visible;
}

.profile-wrap ul li ul li {
	padding: 0px;
	float: left;
	width: 100%;
	margin: 0px;
}

.profile-wrap ul li ul li a {
	color: rgb(0, 0, 0);
	font-size: 15px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-image: initial;
	float: left;
	width: 100%;
	border-bottom: 1px solid rgb(0, 186, 255);
	padding: 10px !important;
}

.profile-wrap ul li ul li:last-child a {
	border: none;
}

.profile-wrap ul li ul li a:hover {
	background: rgb(237, 29, 37);
	color: rgb(255, 255, 255);
}

.profile-wrap ul li ul li+li a {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.profile-wrap {
	position: relative;
}

.profile-wrap ul li.make-in-india-logo {
	position: absolute;
    left: 34%;
    top: 20px;
    margin: 0px;
}

.make-in-india-logo img {
	    width: 70px;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 50px;
}
.inner-page-banner {
    position: relative;
	overflow:hidden;
}
.inner-page-banner .container{
	position: unset;
}
.inner-page-banner::before {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
}
.BlogImgDiv.blog-image {
    height:auto;
	overflow: hidden;
    border: solid 1px #cfcfcf;
}
.footer {
    padding-top: 50px;
}
span.blog-date {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}
.fwcolumn-3 ul li {
    width: 100%;
}


.social-networks a {
    display: block;
    position: relative;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center
}

.social-networks a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 100px;
    background-color: #e21726;
    transition: .4s;
    z-index: 0
}

.social-networks a::after {
    position: relative;
    display: block;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    color: #fff;
    font-size: 26px;
    line-height: 66px
}

.social-networks a i {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 12px
}

.countdown-el.seconds-c,.social-networks li:last-child a {
    margin-right: 0
}

.social-networks.spin-icon a:focus i,.social-networks.spin-icon a:hover i {
    transition: transform .4s ease-out;
    transform: rotateZ(360deg)
}

.social-networks.square a:focus::before,.social-networks.square a:hover::before {
    border-radius: 0
}

.social-networks.bounce a:focus,.social-networks.bounce a:hover {
    animation: 1s bounce
}

.social-networks .icon-linkedin:focus::before,.social-networks .icon-linkedin:hover::before {
    background: #0077b5
}

.social-networks .icon-facebook:focus::before,.social-networks .icon-facebook:hover::before {
    background: #3b5998
}

.social-networks .icon-twitter:focus::before,.social-networks .icon-twitter:hover::before {
    background: #00b0ed
}

.social-networks .icon-instagram:focus::before,.social-networks .icon-instagram:hover::before {
    background: #c332be
}

.social-networks .icon-pinterest:focus::before,.social-networks .icon-pinterest:hover::before {
    background: #cc2127
} 
.profile-wrap ul li a:hover {
    color: #208aae;
    transition: 0.5s;
}
.profile-wrap ul li a {
    font-size: 20px;
    margin-right: 5px;
    color: #e21726;
    transition: 0.5s;
}
@media screen and (max-width:1400px) {
	.site-navigation a{
		    font-size: 16px;
		padding: 15px 15px;
	}
}
@media screen and (max-width: 1024px) {
#masthead .container {
    max-width: 100% !important;
    width: 100%;
}
	
	.site-navigation a{
		    padding: 14px 10px;
		font-size: 14px;
		font-weight: 500;
	}
	.site-navigation ul.nav-menu > .menu-item-has-children > a:after{
		    padding-left: 5px;
		margin-left:5px;
	}
	.inner-page-banner h2{
		    font-size: 30px;
	}
	
	span.blog-date {
		font-size: 16px;align-content}
}
@media (max-width:767px) {
	.container {
    max-width: 100% !important;
}
    .inner-page-banner {
        position: relative; 
    }
	.inner-page-banner .img-fluid {
    height: 100px;
    width: 480px;
    max-width: initial;
	}
    .inner-page-banner h2::before {
        width: 30px;
    }

    .inner-page-banner h2::after {
        width: 50px;
        background-size: 100%;
    }

    .blog-image {
        height: 175px;
    }
	.inner-page-banner h2 {
    font-size: 24px; 
	}
	.footer-links{
		margin-bottom:15px;
	}
	.site-footer .footer-links ul li{
		width:100%;
	}
	.site-footer .footer-head {
		margin-bottom:5px;	
		}
	.site-footer .footer-links ul li a{
		    background: url(../../uploads/2022/12/footer-links-bullet.png) 0px 9px no-repeat;
	}
	.blog-title h2 a{
		min-height:0px;
	}
	.widget_content.footer-logo {
    display: flex;
    justify-content: space-between;
}
	.mii {
    width: 140px;
    height: auto;
}
	.footer-logo .ultra-group {
    display: inline-block;
}
	.site-navigation > a{
		line-height:25px;
	}
		.logo_wrap img {
    width: 200px;
}
	.site-navigation {
        position: unset;
        text-align: left;
    }
	
	#masthead.site-header .site-navigation ul.nav-menu {
        margin-top: 0;
        position: absolute;
        max-width: 500px;
        top: 100%;
        left: auto;
        right: 0;
        width: 100%;
        z-index: 10;
    }
	#navigationpanel {
		position: unset;align-content}
	.new-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
	
}


