
@font-face {
    font-family: 'texgyreadventor-bold';
    src: url(../fonts/texgyreadventor-bold.otf);
}

@font-face {
    font-family: 'texgyreadventor-regular';
    src: url(../fonts/texgyreadventor-regular.otf);
}


@font-face {
    font-family: 'Poppins-Thin';
    src: url(../fonts/Poppins/Poppins-Thin.ttf);
}
@font-face {
    font-family: 'Poppins-ExtraLight';
    src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
}
@font-face {
    font-family: 'Poppins-Light';
    src: url(../fonts/Poppins/Poppins-Light.ttf);
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
}
@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
}
@font-face {
    font-family: 'Poppins-Black';
    src: url(../fonts/Poppins/Poppins-Black.ttf);
}


:root{

	--text1:'texgyreadventor-regular';
	--text2:'texgyreadventor-bold';

	--poppins1:'Poppins-Thin';
	--poppins2:'Poppins-ExtraLight';
	--poppins3:'Poppins-Light';
	--poppins4:'Poppins-Regular';
	--poppins5:'Poppins-Medium';
	--poppins6:'Poppins-SemiBold';
	--poppins7:'Poppins-Bold';
	--poppins8:'Poppins-ExtraBold';
	--poppins9:'Poppins-Black';

	--color1:#F5812A;  /* rgba(245, 129, 42, 1) */ 
	--color2:#92544E; /* rgba(146, 84, 78, 1) */

};

/*
=============================
Basic styling
=============================
*/

body
{
	overflow-x: hidden;
	font-family: var(--text1);
	font-size: 14px;
}

p
{
	font-family: 'texgyreadventor-regular';
	line-height: 25px;
	font-size: 14px;
	font-weight: 400;
}

a:hover
{
	text-decoration: none;
}

a:focus
{
	outline:none;
}

.container
{
	max-width: 90%;
}


h3.small-heading {
  font-family: var(--poppins6);
  text-transform: uppercase;
  font-size: 18px;
  color: var(--color1);
  margin: 15px 0 10px
}

.heading1
{
	/*text-align: center;*/
}

.heading1 h2
{
    font-family: var(--poppins6);
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 10px;
    color: var(--color1);
    display: inline-block;
}

.heading1 h2
{
	position: relative;
	padding-bottom: 8px;
}
.heading1 h2:before
{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: var(--color1);
}
.heading1 h2:after
{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 2px;
	left: 0;
	background-color: var(--color1);
}


@media screen and (min-width: 1140px)
{


		#amazingslider-wrapper-1 .slider-captionss
		{
			position: absolute;
			bottom: 50px;
			left: 20px;
			z-index: 10;
			background-color: rgba(245, 129, 42, .9);
			padding:10px 45px;
			box-shadow: 0 0 10px rgba(0,0,0,0.3);
		}
		#amazingslider-wrapper-1 .slider-captionss p
		{
			font-family: var(--text1);
			text-transform: capitalize;
			font-size: 35px;
			color: var(--white);
			line-height: 50px;
		}
		#amazingslider-wrapper-1 .slider-captionss p span
		{
			display: block;
		}


}
@media screen and (max-width: 1139px)
{
	#amazingslider-wrapper-1 .slider-captionss
	{
		display: none;
	}
}


/*
=================================
Navigation
=================================
*/

header.navigation
{
	width: 100%;
	top: 0;
	transition: top .3s linear;
	z-index: 20;
	background-color:#fff;
	box-shadow: 0 0 15px #a49b9b;
	width: 100%;
	padding: 5px 0;
	left: 0;
}

header.navigation.fixeds
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}

header.navigation .logo img
{
	width: 300px;
}

header.navigation ul.main-ul
{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

header.navigation ul.main-ul
{
	float: right;
}

header.navigation ul.main-ul li.main-li
{
	float: left;
	padding:30px 15px;
}
header.navigation ul.main-ul li.main-li a
{
	text-transform: uppercase;
	font-size: 14px;
}

header.navigation ul.main-ul li.main-li.dropdowns
{
	position: relative;
}

header.navigation ul.main-ul li.main-li.dropdowns:before
{
	content: '\f0d7';
	font-family: fontawesome;
	position: absolute;
	right: 2px;
	top: 37px;
}


header.navigation ul.main-ul li.main-li.dropdowns:hover:before
{
	color: #F5812A;
}


header.navigation ul.main-ul li.main-li a
{
	position: relative;
	display: block;
	color: #333;
	font-family: 'texgyreadventor-bold';
}

header.navigation ul.main-ul li.main-li > a:before
{
	content: '';
	background-color: #F5812A;
	height: 1px;
	position: absolute;
	width: 0%;
	left:0;
	bottom:-3px;
	transition: width .3s linear;
}
header.navigation ul.main-ul li.main-li > a:after
{
	content: '';
	background-color: #F5812A;
	height: 1px;
	position: absolute;
	width: 0%;
	left:0;
	top:-3px;
	transition: width .3s linear;
}

header.navigation ul.main-ul li.main-li a.prevent
{
	/*cursor:auto;*/
}


header.navigation ul.main-ul li.main-li:hover > a,
header.navigation ul.main-ul li.main-li.active > a{
	color: #F5812A;
}

header.navigation ul.main-ul li:hover a:before,
header.navigation ul.main-ul li:hover a:after,
header.navigation ul.main-ul li.active a:before,
header.navigation ul.main-ul li.active a:after
{
	width: 100%;
}


header.navigation ul.main-ul li.main-li.inner-dropdown
{
	position: relative;
	z-index: 10;
}
header.navigation ul.main-ul li.main-li.inner-dropdown .sub-menus
{
	position: absolute;
	min-width: 200px;
	top: 100%;
	left: 0;
	background-color: #f5812a;
	padding-left: 0;
	list-style-type: none;
	padding: 5px 10px;
}

@media screen and (min-width: 1140px)
{
	header.navigation ul.main-ul li.main-li.inner-dropdown .sub-menus
	{
		opacity: 0;
		visibility: hidden;
		transition: opacity .2s linear;
	}
	header.navigation ul.main-ul li.main-li.inner-dropdown:hover .sub-menus
	{
		opacity: 1;
		visibility: visible;
	}
}

header.navigation ul.main-ul li.main-li.inner-dropdown .sub-menus li a
{
	padding: 6px 8px;
	border-bottom: 1px solid #ccc;
	color: var(--white);
	font-family: 'texgyreadventor-bold';
}
header.navigation ul.main-ul li.main-li.inner-dropdown .sub-menus li:hover a
{
	background-color: var(--white);
	color: #f5812a;
}
header.navigation ul.main-ul li.main-li.inner-dropdown .sub-menus li:last-child a
{
	border-bottom: 0px solid transparent;
}


#bars-box
{
	position: fixed;
	right: 10px;
	top: 5px;
	width: 45px;
	height: 35px;
	cursor:pointer;
	z-index: 5;
	background-color:rgb(245,129,42);
	border-radius: 3px;
}

#bars-box .bars
{
	position: absolute;
	width: 30px;
	height: 3px;
	background-color:#fff;
	display: block;
	right: 7px;
	top: 16px;
}

#bars-box .bars:before,
#bars-box .bars:after
{
	position: absolute;
	content: '';
	width: 30px;
	height: 3px;
	background-color:#fff;
	left: 0;
}

#bars-box .bars:before
{
	top: -8px;
}

#bars-box .bars:after
{
	top: 8px;
}



#bars-box .cross
{
	position: absolute;
	width: 30px;
	height: 3px;
	background-color:transparent;
	display: block;
	right: 7px;
	top: 16px;
}

#bars-box .cross:before,
#bars-box .cross:after
{
	position: absolute;
	content: '';
	width: 30px;
	height: 3px;
	background-color:#fff;
	left: 0;
}

#bars-box .cross:before
{
	top: 0px;
	transform: rotate(-45deg);
}

#bars-box .cross:after
{
	top: 0px;
	transform: rotate(45deg);
}
/*
=================================
Home page category images section
=================================
*/

section.home-product
{
	padding:50px 0 0;
}

.product-category
{
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	column-gap: 10px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	-ms-column-gap: 10px;
}

.product-category .box
{
	background-color: #fff;
	box-shadow:0 0 1px #898585;
	padding:8px;
	margin-bottom: 10px;
	transition: box-shadow .5s linear;
	position: relative;
}


.product-category .box img
{
	border:1px solid #f5812a;
}


.product-category .box:hover
{
	background-color: #ededed;
	box-shadow:0 0 10px #898585;
}

.product-category .box .overlay-text
{
	position: absolute;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform:uppercase;
    background-color: rgba(0,0,0,.7);
    width: 90%;
    height: 85%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    transition: transform .5s linear;
}

.product-category .box:hover .overlay-text
{
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.product-category .box .overlay-text a
{
    color: #fff;
    display: inline-block;
    margin-top: 100px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

/*
================================
Home about section 
================================
*/

section.home-about
{
	padding:0px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
}

section.home-about:after
{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-color: rgba(0,0,0,.7);
}

section.home-about:before
{
	content: '';
	position: absolute;
	right: 50%;
	top: 0;
	border-left:300px solid transparent;
	border-bottom:100vh solid rgba(0,0,0,.7);
}

/*
=================
Home page title
=================
*/
.home-title
{
	color: #000;
	text-transform: uppercase;
	font-family: var(--poppins6);
	word-spacing: 8px;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 10px;
	position: relative;
}

.home-title:before
{
	content: '';
	position: absolute;
	left: 51%;
	bottom:2px;
	transform: translateX(-51%);
	height: 1px;
	background-color: #F5812A;
	width: 100px;
}
.home-title:after
{
	content: '';
	position: absolute;
	left: 49%;
	bottom:-2px;
	transform: translateX(-49%);
	height: 1px;
	background-color: #F5812A;
	width: 100px;
}

/*
==========================
content
==========================
*/

.content-box-home
{
	position: relative;
	z-index: 5;
	padding: 50px 0px;
	padding-left: 100px;
}

.content-box-home .title
{
	color: #fff;
	text-transform: uppercase;
	font-family: var(--poppins6);
}

.content-box-home p
{
	color: #fff;
	font-size: 15px;
	text-align: justify;
}

/*
==============================
read more button
==============================
*/

.readmore
{
	color: #fff;
	display: inline-block;
	border:1px solid #fff;
	padding:8px 15px;
	font-family: var(--poppins4);
    word-spacing: 5px;
	border-radius: 5px;
	transition: color .2s linear, background-color .3s linear, border-color .4s linear;
}

.readmore:hover
{
	color: #fff;
	background-color: #F5812A;
	border-color: #F5812A;
}


/*
================================
Home Page projects
================================
*/

section.project-home 
{
     padding:0px 0 40px;
     background-color: #fff;
}

section.project-home .testimonial
{
     margin-bottom: 25px;
}

section.project-home .testimonial .testimonial_box
{
     background-color: #fff;
     box-shadow: 0 0 8px #d6d4d4;
     transition: box-shadow .2s linear;
     padding:8px;
     position: relative;
}

section.project-home .testimonial:hover .testimonial_box
{
     box-shadow: 0 0 8px #706e6e;
}

section.project-home .testimonial .testimonial_box .title
{
     width: 85%;
     background-color:#F5812A;
     position:absolute;
     bottom:8px;
}

section.project-home .testimonial .testimonial_box .title:hover
{
     background-color:#F5812A;
}


section.project-home .testimonial .testimonial_box .title:hover:before,
section.project-home .testimonial .testimonial_box .title:hover:after
{
     border-bottom:19px solid #F5812A;
     border-left:19px solid #F5812A;
}

section.project-home .testimonial .testimonial_box .title:before
{
     content: '';
     position: absolute;
     top: 0;
     right: -38px;
     border-top:15px solid transparent;
     border-right:19px solid transparent;
     border-bottom:19px solid #F5812A;
     border-left:19px solid #F5812A;
}

section.project-home .testimonial .testimonial_box .title a
{
     color: #fff;
     display: block;
     padding:5px 8px;
     padding-left: 15px;
    font-family: var(--poppins5);
     font-size: 16px;
}



/*
========================
Footer
========================
*/

footer
{
	background-color:var(--color1);
	position: relative;
	padding:40px 0 30px;
}
footer:before
{
	content: '';
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/Noise-pattern.png);
	background-blend-mode: overlay;
}

footer .content
{
	text-align: center;
	/*max-width: 500px;*/
	margin: auto;
}

footer .content .title,
footer .content .addrss,
footer .content .phone,
footer .content .email,
footer .content .social
{
	margin-bottom: 10px;
}

footer .content .social
{
	padding-top: 5px;
}

footer .content .title{
	font-family: var(--poppins7);
    font-size: 22px;
    text-transform: uppercase;
    color: var(--white);
}

footer .content .addrss,
footer .content .phone,
footer .content .email
{
		font-family: var(--poppins5);
	color:var(--white);
	font-size: 15px;
}

footer .content .phone a,
footer .content .email a
{
	font-family: var(--poppins5);
	color:var(--white);
	font-size: 15px;
	display: inline-block;
}

footer .content .phone:before,
footer .content .email:before,
footer .content .addrss:before
{
	content: attr(ftr-title);
	margin-right: 7px;
	margin-left: 7px;
	font-family: var(--poppins5);
	color:var(--white);
	font-size: 15px;
}


.copyright
{
	padding:8px;
	text-align: center;
	background-color: rgb(26,26,26);
	color: #fff;
}

/*========================*/

#amazingslider-wrapper-1 .logo
{
	position: absolute;
	bottom:0%;
	z-index: 5;
	left: 50%;
	transform: translateX(-50%);
	width:100%;
	/*background-color:rgba(0,0,0,.6);*/
	text-align: center;
}


/*
************************************************
*/
.page-banner
{
	position: relative;
	width: 100%;
	height:250px;
}
.page-banner .banner-text-area
{
	background-color: #f0f2f3;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	padding: 5px 0;
}
.page-banner .banner-text-area .page-headings
{
	font-family: var(--poppins6);
	text-transform: uppercase;
	color: #333;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
}

.page-banner .banner-text-area .my-breadcrumbs
{
	float: right;
}
.page-banner .banner-text-area .my-breadcrumbs ul
{
	list-style-type: none;
	padding-left: 0;
	overflow: hidden;
	margin-bottom: 0;
	padding: 4px 0;
}
.page-banner .banner-text-area .my-breadcrumbs ul li
{
	float: left;
	font-family: var(--poppins6);
	color:#333;
}
.page-banner .banner-text-area .my-breadcrumbs ul li:not(:last-child)
{
	margin-right: 10px;
}

.page-banner .banner-text-area .my-breadcrumbs ul li a:after
{
	content: '\f105';
	font-family: fontawesome;
	margin-left: 7px;
}
.page-banner .banner-text-area .my-breadcrumbs ul li a
{
	color: #000;
	font-family: var(--poppins4);
}

/*
***************************************
*/

section.page-content
{
    margin-top: 40px;
    margin-bottom: 30px;
}



.descriptionArea p
{
    font-size: 15px;
    margin-bottom: 12px;
    font-family: var(--text1);
    text-align: justify;
    color: #333;
}

.descriptionArea .descImage
{
    width: 400px;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    padding: 7px;
    overflow: hidden;
    background-color: var(--white);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.descriptionArea .descImage img
{
  padding: 0px;
  transform: scale(1);
  transition: transform 1s linear;
}
.descriptionArea .descImage:hover img
{
	transform: scale(1.1);
}

.descriptionArea.list-item ul li
{ 
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-family: var(--dosis4);
  margin-bottom: 5px;
}
.descriptionArea.list-item ul li:before
{
  position: absolute;
  content: '\f14a';
  font-family: fontawesome;
  left: 0;
  top: 0px;
}



/*
**************************************
*/
.myform
{
 	margin-top:0px;
	padding: 50px 45px 30px;
	background-color: #f3f3f3e6;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border: 1px solid #d7d5d5;
}
.myform form .capacha-div
{
  margin-top: 3px;
}

.myform form .form-group
{
  margin-bottom: 1.5em;
}

.myform form .form-group .input-area
{
  border:1px solid #999;
  position: relative;
}

.myform form .form-group .input-area label
{
  position: absolute;
  left: 10px;
  top: -12px;
  margin-bottom: 0;
  line-height: 20px;
  background-color: #fff;
  padding: 0 8px;
  font-size: 14px;
  font-family: var(--poppins5);
  color: #333;
}

.myform form .form-group .input-area .myinput
{
  border:none;
}

.myform form .form-group .input-area .myinput:focus
{
  box-shadow: none;
}

.myform textarea
{
  resize: none;
}
.btn1
{
  color: #fff;
  border:none;
  background-color: var(--color1);
  padding: 7px 20px;
  min-width: 100px;
  cursor: pointer; 
  box-shadow: 3px 5px 4px rgba(0,0,0,.2);
  transition: background-color .1s linear;
    margin-top: 0em;
}

.btn1:hover
{
  background-color: var(--color1);
    color:var(--white);
}

.btn2
{
  color: #fff;
  border:none;
  background-color: var(--color2);
  padding: 7px 20px;
    min-width: 100px;
  cursor: pointer; 
  box-shadow: 3px 5px 4px rgba(0,0,0,.2);
  transition: background-color .1s linear;
    margin-top: 1em;
}

.btn2:hover
{
  background-color: var(--color2);
    color:var(--white);
}


.myform.jobApply
{
    margin-top: 30px;
}
.myform.jobApply .form-group
{
    margin-bottom: 2em;
}



/*
===========================================================
===========================================================
*/


.eventGalleryDiv
{
  margin-top: 20px;
}
.eventGalleryDiv .pReduce
{
  padding-left: 7px;
  padding-right: 7px;
}
.eventGalleryDiv .product_div
{
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.eventGalleryDiv .product_div a
{
  padding: 0px;
  background-color: var(--white);
  /*box-shadow: 0 0 5px rgba(66, 65, 65, 0.2);*/
  position: relative;
  display: block;
  overflow: hidden;
} 

.eventGalleryDiv .product_div .gallery-image-detail 
{
	padding:5px 0;
}
.eventGalleryDiv .product_div .gallery-image-detail span.title
{
	display: block;
	font-family: var(--poppins5);
	text-transform: capitalize;
	color: var(--color1);
	font-size: 20px;
}
.eventGalleryDiv .product_div .gallery-image-detail span.ItemCode
{
	display: block;
	font-family: var(--text1);
	text-transform: capitalize;
	color: #000;
	font-size: 15px;
	line-height: 20px;
}

.eventGalleryDiv .product_div a
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
}
.eventGalleryDiv .product_div a img
{
    width: auto;
    height: auto;
    margin: auto;
}

@media screen and (min-width:1140px)
{
    .eventGalleryDiv .product_div a
    {
        height: 210px;
    }
    .eventGalleryDiv .product_div a img    
    {
        max-height:210px;
    }
}    



.eventGalleryDiv .product_div a .overlay{
  background-color:rgba(245, 129, 42, .9);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .1s linear;

}
.eventGalleryDiv .product_div:hover a .overlay,
.eventGalleryDiv .product_div a .overlay .line-border:hover
{
  opacity: 1;
  visibility: visible;
}

.eventGalleryDiv .product_div a .overlay .line-border
{
  position: absolute;
  width: 95%;
  height: 95%;
  top: 2.5%;
  left: 2.5%;
  background-color:transparent;
  display: block;
}
.eventGalleryDiv .product_div a .overlay .line-border:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-top: 2px solid var(--white);
	border-left: 2px solid var(--white);
	width: 0%;
	height:0%;
	transition: width .3s linear, height .4s linear;
}

.eventGalleryDiv .product_div a .overlay .line-border:hover:before
{
	width: 50%;
	height: 50%;
}

.eventGalleryDiv .product_div a .overlay .line-border:after
{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border-right: 2px solid var(--white);
	border-bottom: 2px solid var(--white);
	width: 0%;
	height: 0%;
	transition: width .3s linear, height .4s linear;
}
.eventGalleryDiv .product_div a .overlay .line-border:hover:after
{
	width: 50%;
	height: 50%;
}

.eventGalleryDiv .product_div a .overlay img
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.eventGalleryDiv .product_div .product-title
{
  background-color: var(--color2);
  color: var(--white);
  text-align: center;
  padding: 5px;
  font-family: var(--poppins5);
}


.eventGalleryDiv .pReduce-gallery
{
	padding-left: 6px;
	padding-left: 6px;
}


/*
=======================================
pagination
=======================================
*/
.paginationBox
{
    margin-top: 10px;
}

.paginationBox .pagination .page-item a.page-link
{
  box-shadow: none;
  border-color:#999393;
}

.paginationBox .pagination .page-item.active a.page-link,
.paginationBox .pagination .page-item:hover a.page-link
{
    background-color: var(--color1);
    border-color: var(--color1);
    color: #fff;
}

.paginationBox .pagination .page-item a.page-link
{
    color: #000;
}




/*
*********************************
*/


.mysidebars {
    width: 100%;
    background: url(../img/Noise-pattern.png) repeat var(--color1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    padding: 0
}

.mysidebars ul {
    margin-left: 15px;
    list-style: none;
    margin-bottom: 0;
    padding: 30px 0
}

.mysidebars ul li {
    line-height: 34px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc
}

.mysidebars ul li.active,
.mysidebars ul li:hover {
    background-color: var(--color2);
    position: relative
}

.mysidebars ul li.active:after,
.mysidebars ul li:hover:after {
    content: '';
    position: absolute;
    right: -34px;
    border-right: 17px solid transparent;
    border-left: 17px solid var(--color2);
    border-bottom: 17px solid transparent;
    border-top: 17px solid transparent
}

.mysidebars ul li.active a,
.mysidebars ul li:hover a {
    color: #fff;
    text-decoration: none
}

.mysidebars ul li a {
    color: #fff;
    font-family:var(--poppins4);
    font-size: 15px;
}

